/*--------------*/
/*     CORE     */
/*--------------*/
body #document.police_taille_1 {
    font-size: 1.6rem;
}

/*--------------*/
/* BANDEAU HAUT */
/*--------------*/
.c-header__inner {
    max-width: 145rem;
}

@media (max-width: 768px) {
    .TPL_AUTOPROMO {
        padding-top: 10rem;
    }
}

.c-navigation__link--level-1 {
    align-items: center;
    color: #005387;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 2.4rem;
    height: unset;
}

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

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

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

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

@media (max-width: 767px) {
    .c-navigation__item--level-1:not(:last-child) {
        width: 100%;
    }
}

.c-navigation__item--level-1:last-child .c-navigation__link--level-1 {
    min-height: unset;
    border: .2rem solid #005387;
    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: #005387;
    color: #fff;
}

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

.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 #005387;
    border-top-color: transparent;
}

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

@media (max-width: 767px) {
    .paragraphe .IMF_50 {
        max-width: 100%;
    }
}

/*--------------*/
/* BANDEAU BAS */
/*--------------*/
.c-footer {
    background: #002136;
}

.c-footer__main-inner {
    display: block;
}

.c-footer__infos {
    display: flex;
    justify-content: center;
    gap: 5rem;
    margin-top: -6rem;
}

@media (max-width: 768px) {
    .c-footer__links-container {
        flex-direction: column;
    }
}

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

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

@media (max-width: 1024px) {
    .c-footer__logo-container img {
        margin: 0 auto;
    }

    .c-footer__infos {
        margin-top: unset;
        gap: 2rem;
        align-items: center;
        text-align: center;
    }

    .c-footer__links-container {
        text-align: center;
    }

    .c-footer__links-container ul {
        padding: 0;
    }
}

/*--------------*/
/* ACCUEIL */
/*--------------*/

.accueil .paragraphe.txt h2 {
    position: relative;
    text-align: center;
    margin-bottom: 4rem;
    color: #005387;
}
.accueil .paragraphe.txt.PRS_MISENAVANT_BLEU h2 {
    color: #fff;
}

.accueil .paragraphe.txt h2::before,
.accueil .paragraphe.txt h2::after {
    content: '';
    display: inline-block;
    width: 30%;
    height: .3rem;
    background: #005387;
    position: absolute;
    top: 50%;
}
.accueil .paragraphe.txt.PRS_MISENAVANT_BLEU h2::before,
.accueil .paragraphe.txt.PRS_MISENAVANT_BLEU h2::after {
    background: #fff;
}
.accueil .paragraphe.txt h2::before {
    left: 0;
}
.accueil .paragraphe.txt h2::after {
    right: 0;
}

@media (max-width: 600px) {
    .accueil .paragraphe.txt h2::before,
    .accueil .paragraphe.txt h2::after {
        content: none;
    }
}

/*--------------*/
/* INTERNE */
/*--------------*/
.interne .blocRechercheWrapper.visuel {
    position: relative;
    background-image: none!important;
    min-height: 18rem;
}
.interne .blocRechercheWrapper.visuel::after {
    content: '';
    background: #005387;
    position: absolute;
    inset: 0;
    z-index: -1;
}

@media (max-width: 1024px) {
    .interne .c-header {
        height: 10rem;
    }

    .interne .blocRechercheWrapper.visuel::after {
        content: none;
    }
}

/*--------------*/
/* MISE EN AVANT */
/*--------------*/

.PRS_MISENAVANT_BLEU {
    padding: 3.2rem 4.8rem;
}

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

@media (max-width: 792px) {
    .c-ariane__list {
        flex-direction: row;
    }
}

/*--------------*/
/* FORMULAIRES */
/*--------------*/
.TPL_FORMULAIRE fieldset {
    border: none;
}

.TPL_FORMULAIRE .checks {
    flex-direction: column;
}

.TPL_FORMULAIRE .form-legend {
    font-size: 2.2rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.TPL_FORMULAIRE .o-form-control__label {
    font-size: 1.8rem;
    font-weight: 600;
}

/*--------------*/
/* GÉNÉRAL */
/*--------------*/
h2 {
    color: #005387;
}
