/**
 * Theme Name:     nvz (Hillstar Child)
 * Author:         Matteo Piscopo
 * Template:       hillstar
 * Text Domain:	   nvz-hillstar-child
 * Description:    2024
 */

/* Texte du menu en bleu foncé */
/*#menu-header-menu a,
header .h-navigation a {
    color: #084C9C !important;
}

/* Texte actif en bleu foncé */
/*#menu-header-menu .current-menu-item > a {
    color: #084C9C !important;
}

/* Texte au survol en noir */
/*#menu-header-menu a:hover {
    color: #000000 !important;
}

/* Soulignement actif et survol en bleu foncé */
/*#menu-header-menu .bordered-active-item--bottom > a::after,
#menu-header-menu a:hover::after {
    background-color: #084C9C !important;
}