/* État par défaut (non actif, non survolé) */
.elementor-widget-n-menu .e-n-menu-title a,
.elementor-widget-n-menu .e-n-menu-title-text {
    color: #474950 !important;
}

/* Neutralise le style actif natif Elementor, SAUF si c'est notre item actif */
.elementor-widget-n-menu .e-n-menu-title.e-current:not(.menu-active),
.elementor-widget-n-menu .e-n-menu-title.e-current:not(.menu-active) a {
    background-color: transparent !important;
    border-color: transparent !important;
    color: #474950 !important;
}

/* Notre style actif custom */
.elementor-widget-n-menu .e-n-menu-title.menu-active,
.e-n-menu-title.menu-active {
    background-color: #5FA1F0 !important;
    border-color: #5FA1F0 !important;
}

.elementor-widget-n-menu .e-n-menu-title.menu-active a,
.e-n-menu-title.menu-active a,
.elementor-widget-n-menu .e-n-menu-title.menu-active .e-n-menu-title-text,
.e-n-menu-title.menu-active .e-n-menu-title-text {
    color: #fff !important;
}