/*--------------*/
/* STYLE GENERAL */
/*--------------*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Oswald:wght@200..700&display=swap');

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

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

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

#bandeauHaut {
    background: #000;
}

.c-header__inner {
    max-width: 140rem;
}

.c-navigation__list--level-1 {
    align-items: center;
}

.c-navigation__link--level-1 {
    color: #fff;
    font-size: 2rem;
    font-weight: 400;
    line-height: 24px;
}

.c-navigation__link--level-1:hover::before,
.c-navigation__link--level-1:focus::before {
    background: red;
}

.c-navigation__item--selected .c-navigation__link--level-1::before {
    opacity: 1;
    background: red;
}

.c-navigation__item--level-1 {
    border-top: none;
}

.c-navigation__item--level-1:last-child .c-navigation__link--level-1 {
    min-height: unset;
    border: .2rem solid red;
    padding: 10px 25px;
    box-sizing: border-box;
    transition: all 0.2s;
    font-weight: 600;
    border-radius: .5rem;
}

.c-navigation__item--level-1:last-child .c-navigation__link--level-1::before {
    content: none;
}

.c-navigation__item--level-1:last-child:hover,
.c-navigation__item--level-1:last-child:active,
.c-navigation__item--level-1:last-child:focus {
    border: none;
}

.c-navigation__item--level-1:last-child .c-navigation__link--level-1:hover,
.c-navigation__item--level-1:last-child .c-navigation__link--level-1:active,
.c-navigation__item--level-1:last-child .c-navigation__link--level-1:focus {
    background-color: red;
}

.c-navigation__item--level-1:last-child.c-navigation__item--selected .c-navigation__link--level-1 {
    background-color: red;
}

.o-icon--menu::before,
.o-icon--add::before {
    color: #fff;
}

@media (max-width: 1024px) {
    .c-navigation__link--level-1 {
        color: #000;
    }
}

.c-navigation__item--level-1:hover,
.c-navigation__item--level-1:focus,
.c-navigation__item--level-1:active,
.c-navigation__item--level-1.c-navigation__item--selected {
    border-bottom: 1px solid red;
    border-top-color: transparent;
}

.c-navigation__item:last-child {
    border-bottom: none;
}

/*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__main-inner {
    display: block;
}

.c-footer__infos {
    justify-content: center;
    text-align: center;
    margin-bottom: 2rem;
}

.c-footer__infos > div {
    padding: 0;
}

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

.c-footer__links-container ul a,
.c-footer__eolas {
    font-weight: 400;
    font-size: 1.6rem;
}

.c-footer__eolas {
    margin: 0;
    margin-top: 0.2em;
}

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

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

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

.PRS_MISENAVANT_COULEUR2 a {
    color: #000;
}

/*--------------*/
/* FORMULAIRES */
/*--------------*/

.TPL_FORMULAIRE {
    max-width: 60rem;
    margin: 0 auto 4rem auto;
}

.o-form-control__input,
.o-form-control__select,
.o-form-control__textarea {
    color: #000;
}

/*--------------*/
/* DIAPORAMAS */
/*--------------*/

.splide .splide__arrow.is-active,
.splide .splide__arrow:hover,
.splide .splide__arrow:focus,
.splide .splide__arrow:active {
    background-color: #000;
    border: .1rem solid #fff;
}

.splide .splide__arrow.is-active .o-icon--color-primary:before,
.splide .splide__arrow:hover .o-icon--color-primary:before,
.splide .splide__arrow:focus .o-icon--color-primary:before,
.splide .splide__arrow:active .o-icon--color-primary:before {
    color: #fff;
}

.splide__arrows {
    margin: 0 auto;
}

/*--------------*/
/* RECHERCHE */
/*--------------*/

.TPL_RECHERCHE {
    color: #fff !important;
}

.TPL_RECHERCHE .o-form:before {
    background-color: #000;
}

.TPL_RECHERCHE .c-card__body {
    background-color: #000;
}

.TPL_RECHERCHE .c-card:hover.c-card--border,
.TPL_RECHERCHE .c-card:focus.c-card--border,
.TPL_RECHERCHE .c-card:focus-within.c-card--border {
    border-color: #fff;
}

.TPL_RECHERCHE .c-card__title a {
    color: rgba(255, 255, 255, 0.4);
    transition: all 0.2s;
}

.TPL_RECHERCHE .c-card__title a:hover,
.TPL_RECHERCHE .c-card__title a:focus,
.TPL_RECHERCHE .c-card__title a:active {
    color: #fff;
}

/*--------------*/
/* PAGES FILLES */
/*--------------*/

.TPL_LISTEPAGES .s-pages-filles {
    text-align: center;
}

.TPL_LISTEPAGES .c-card__image-wrapper {
    display: flex;
}

.TPL_LISTEPAGES .c-card__title {
    margin: 0;
    padding: 2rem 0;
}

.TPL_LISTEPAGES .c-card__lien {
    color: #000;
    text-decoration: unset;
}

.TPL_LISTEPAGES .c-card__lien::before {
    content: '';
    position: absolute;
    inset: 0;
}

.TPL_LISTEPAGES .c-card:hover {
    background: #000;
}

/*--------------*/
/* ARIANE */
/*--------------*/

.c-ariane__list .c-ariane__item:last-child {
    color: #fff;
}

.c-ariane__list .c-ariane__item .c-ariane__link:hover,
.c-ariane__list .c-ariane__item .c-ariane__link:active,
.c-ariane__list .c-ariane__item .c-ariane__link:focus {
    color: #fff;
}

/*--------------*/
/* TABLEAUX */
/*--------------*/

.tableauContainer table tbody tr:nth-last-of-type(odd), table.tableNotResponsive tbody tr:nth-last-of-type(odd) {
    background-color: #242428;
}

.tableauContainer table tbody tr, table.tableNotResponsive tbody tr {
    background-color: #000;
}

.tableauContainer table td, table.tableNotResponsive td {
    color: #fff;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

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

#document {
    background: #141414;
    color: #fff !important;
}

.interne .container.container-grid::before {
    background: #141414;
    color: #fff !important;
    box-shadow: 0 4px 20px rgba(40, 40, 40, 0.3);
}

h1, h2, h3, h4, h5 {
    color: #fff;
}

h2 {
    position: relative;
    font-size: 3rem;
    padding-bottom: 1rem;
}

h2::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 0.1rem;
    background-color: red;
}

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

.blocRechercheWrapper .slogan {
    font-family: "Open Sans", "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;
}

.txt a:not(.o-button, [class*=__]),
.partage a:not(.o-button, [class*=__]) {
    color: #fff;
    border-bottom: 1px solid #fff;
}

.txt a:not(.o-button, [class*=__]):hover,
.txt a:not(.o-button, [class*=__]):focus,
.txt a:not(.o-button, [class*=__]):active,
.partage a:not(.o-button, [class*=__]):hover,
.partage a:not(.o-button, [class*=__]):focus,
.partage a:not(.o-button, [class*=__]):active {
    color: rgba(255, 255, 255, 0.6);
    border-bottom: 1px solid #fff;
}

.txt ul:not([class*=__]) li::before,
.partage ul:not([class*=__]) li::before {
    background: red;
}

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

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

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

    .c-navigation__nav {
        background: #000;
    }

    .c-navigation__list--level-1 {
        gap: 20px;
    }

    .c-navigation__link--level-1 {
        color: #fff;
        padding-bottom: 0;
    }
    .c-navigation__link--level-1::after {
        content: none;
    }

    .c-header__wrapper {
        background: #000;
        border-bottom: 1px solid #fff;
    }

    .c-footer__links-container ul {
        padding-left: 0;
        text-align: center;
    }
}

#languageWrapper #languageButton:after {
    color: #fff;
}

/*--------------*/
/* RESERV_IT */
/*--------------*/

/*Dans le fichier TPL associ� tout en bas*/
