/* ===== Correction ciblée production ===== */

/* Boutons brand */
.btn-brand,
a.btn-brand,
button.btn-brand {
    background-color: #0d3b66 !important;
    border-color: #0d3b66 !important;
    color: #ffffff !important;
}

.btn-brand:hover,
a.btn-brand:hover,
button.btn-brand:hover {
    background-color: #0a2a4d !important;
    border-color: #0a2a4d !important;
    color: #ffffff !important;
}

.btn-brand *,
a.btn-brand *,
button.btn-brand * {
    color: #ffffff !important;
}

/* Liens header topbar */
.topbar-link,
.topbar-link:visited,
.topbar-link:hover,
.topbar-link:focus,
.topbar-link:active {
    color: #ffffff !important;
    opacity: 1 !important;
    text-decoration: none !important;
}

/* Dropdown langue */
.language-switcher .dropdown-toggle,
.language-switcher .dropdown-toggle:visited,
.language-switcher .dropdown-toggle:hover,
.language-switcher .dropdown-toggle:focus,
.language-switcher .dropdown-toggle:active {
    color: #ffffff !important;
    border-color: #ffffff !important;
}

/* Lien portail */
.portal-link,
.portal-link:visited,
.portal-link:hover,
.portal-link:focus,
.portal-link:active {
    color: #ffffff !important;
    opacity: 1 !important;
}

/* Séparateur du header */
.topbar .divider,
.topbar-divider,
.header-divider {
    color: #ffffff !important;
    background-color: #ffffff !important;
    border-color: #ffffff !important;
}