/* --- Liens Mon Compte --- */
.mon-compte {
    color: white;
    text-align: center;
    display: block;
    width: 100%;
}

.mon-compte:hover,
.mon-compte:focus {
    text-decoration: none !important;
    color: #e1581b;

}

/* --- Liens menu --- */
header .menu-item a {
    color: #0A246A;
    font-weight: 600;
    text-decoration: none;
}

header .menu-item a:hover,
header .menu-item a:focus,
header .menu-item a:active {
    text-decoration: none;
    border-bottom: 3px solid #e1581b;

}

/* --- Élément de menu actif --- */
header .current-menu-item a {
    border-bottom: 3px solid #e1581b;

}

/* --- Menu horizontal --- */
.fl-menu-horizontal {
    justify-content: space-between !important;
    width: 75%;
}
