.text-red1 {
    color: #22505f !important;
}
.text-red1:hover,
.text-red1:active,
.text-red1:focus {
    color: #589199 !important;
}
a.button {
    background-color: #22505f !important;
    border-color: #22505f !important;
}
a.button:hover,
a.button:active,
a.button:focus {
    color: #22505f !important;
    background-color: #ffffff !important;
    border-color: #22505f !important;
}
/* bouton déconnexion */
.bg-red1 {
    background-color: #22505f !important;
}
header .bg-red1:hover,
header .bg-red1:active,
header .bg-red1:focus {
    background-color: #ffffff !important;
    color: #22505f !important;
}