/*------------------------------------*\
    CUSTOM DASHICONS IN DASHBOARD
\*------------------------------------*/

/* CPT - Lettres d'informations */

#menu-posts-lettre .dashicons-before:before {
	content: "\f05a";
    font-family: 'Font Awesome 5 Pro' !important;
    font-size: 18px !important;
    margin-top: 2px;
}

/* ACF Option - Logos */

#toplevel_page_acf-options-logos .dashicons-before:before {
	content: "\f302";
    font-family: 'Font Awesome 5 Pro' !important;
    font-size: 18px !important;
    margin-top: 2px;
}

/* ACF Option - Contact */

#toplevel_page_acf-options-contact .dashicons-before:before {
	content: "\f0e0";
    font-family: 'Font Awesome 5 Pro' !important;
    font-size: 18px !important;
    margin-top: 2px;
}

#adminmenu div.separator{
	background-color: #003f7a;
}
