/*--------------*/
/* STYLE GÉNÉRAL */
/*--------------*/
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

body #document.police_2,
.blocRechercheWrapper .slogan,
.police_2 .blocRechercheWrapper {
    font-family: "Oswald", sans-serif!important;
}

body #document.police_taille_1 {
    font-size: 2rem;
    line-height: 3rem;
}

/*--------------*/
/* BANDEAU HAUT */
/*--------------*/

#bandeauHaut {
    background: #000;
}

@media (max-width: 1024px) {
    .c-header__inner {
        background-color: #000;
    }

    .c-header__wrapper {
        background-color: #000;
    }
}

.c-navigation__link--level-1 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
}

.c-navigation__link--level-1:hover {
    text-decoration: underline;
    text-decoration-color: white;
}

.o-icon--menu::before,
.o-icon--add::before {
    color: #fff;
}
@media (max-width: 1024px) {
    .c-navigation__link--level-1 {
        color: #000;
    }
}

.c-footer__eolas{
    margin-top: 1em;
}

/*Recherche*/
.c-recherche-button {
    background: #fff;
    border: 1px solid #fff;
}
.c-recherche-button:hover, .c-recherche-button:focus {
    background: #000;
}
.c-recherche-button .o-icon--search::before {
    color: #000;
}
.c-recherche-button:hover .o-icon--search::before, .c-recherche-button:focus .o-icon--search::before {
    color: #fff;
}

@media (max-width: 1024px) {
    .c-recherche-button {
        background: none;
        border: none;
    }
    .c-recherche-button .o-icon--search::before {
        color: #fff;
    }
}

/*--------------*/
/* BANDEAU BAS */
/*--------------*/

.c-footer {
    background: #000;
}

.c-footer__logo-container img {
   background: #000;
}

.c-footer__links-container {
    justify-content: center;
    flex-wrap: wrap;
}

.c-footer__links-container ul a {
    font-weight: 400;
}
.c-footer__links-container ul a:hover,
.c-footer__links-container ul a:active,
.c-footer__links-container ul a:focus {
    text-decoration: underline;
}

.c-footer__eolas{
    margin-top: 1.03em;
}

/*--------------*/
/* MISES EN AVANT */
/*--------------*/

.PRS_MISENAVANT_COULEUR2 {
    background: #fff;
    color: #000;
}

.PRS_MISENAVANT_COULEUR2 a {
    color: #000;
}

/*--------------*/
/* STYLE GENERAL */
/*--------------*/

h5 {
    color: #b3b3b3;
    font-weight: 300;
}

.blocRechercheWrapper .slogan {
    font-family: "Raleway", "Arial", sans-serif;
}

.o-button {
    color: #000;
    background: #fff;
    border-radius: 0;
    padding: 14px;
}
.o-button:hover,
.o-button:focus,
.o-button:active {
    background: #000;
    color: #fff;
}

/*--------------*/
/* MEDIA QUERIES */
/*--------------*/

@media (min-width: 1024px) {
    .accueil .main-wrapper {
        padding-bottom: 0;
    }
}
