/* 1. Couleur du texte par défaut (Noir) */
.sp-megamenu-parent > li > a {
    color: #000000 !important;
}

/* 2. Couleur au survol (quand on passe la souris) et quand on est sur la page (Orange) */
.sp-megamenu-parent > li > a:hover, 
.sp-megamenu-parent > li:hover > a,
.sp-megamenu-parent > li.active > a {
    color: #f39c12 !important; /* C'est le code orange standard du template Hope */
}


/* 1. Cible l'icône si c'est une police d'icône (FontAwesome) */
#offcanvas-toggler i, 
.offcanvas-toggler i, 
.sp-mobile-menu-toggler i {
    color: #000000 !important;
}

/* 2. Cible les traits s'ils sont dessinés avec des lignes (spans) */
#offcanvas-toggler span, 
.offcanvas-toggler span, 
.burger-icon span {
    background-color: #000000 !important;
}

/* 3. Au cas où c'est un bouton avec une bordure */
.offcanvas-toggler, 
.sp-mobile-menu-toggler {
    color: #000000 !important;
    border-color: #000000 !important;
}
