.nav__panel {
    background-color: #33322c;
}

.nav__link {
    font-size: 18.7px;
    font-weight: bold;
}

.nav__top .btn--primary.btn--small{
    font-weight: bold;
    font-size: 18px;
    background-color: #9B0207;
}

.latests .one-latest__inner .h2 {
    background: #292727c4;
    padding: 5px;
    font-size: 22px;
    font-weight: bold;
}

.bloc-gestion .btn--primary{
    font-weight: bold;
    font-size: 18.7px;
    background-color: #9b0207;
}

.footer .typography ~ a, 
.footer .typography address, 
.footer .events-list + a, 
.footer .typography p, 
.footer form label,
footer .legal span,
footer .legal a{
    color: #ffffff;
}

.footer form button {
    font-size: 22px;
    font-weight: bold;
    background-color: #9B0207;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

@media (min-width: 64em) {
    .nav__top li a:not([class*=btn]) {
        color: #000000;
        background-color: #FFFFFF;
    }
}

.nav__top li a:not([class*=btn]):before {
    color: #000000;
    background-color: #FFFFFF;
}

.btn--primary {
    background-color: #9B0207;
}

::selection {
    background-color: #005184;
    color: #fff;
    text-shadow: none; 
}

.bloc__title{
    color: #000000;
}

.typography{
    color: #000000;   
}

.tag {
    color: #000000;  
}
