/* Fond du header (barre du menu) */
header#main-header,
.et-l--header .et_pb_section,
.et-l--header .et_pb_row {
background: #0b0f1a !important; /* bleu nuit */
}
/* Couleur des liens menu */
#top-menu a,
.et-menu a {
color: #ffffff !important;
}
/* Icône hamburger (mobile) */
.mobile_menu_bar:before {
color: #ffffff !important;
}
/* Fond du menu déroulant mobile */
.et_mobile_menu {
background: #0b0f1a !important;
border-top: 1px solid rgba(255,255,255,0.15) !important;
}
/* Liens du menu mobile */
.et_mobile_menu a {
color: #ffffff !important;
}
/* Dropdown desktop */
#top-menu li ul {
background: #0b0f1a !important;
}
#top-menu li ul a {
color: #ffffff !important;
}
Recent Comments