:root {
    --primary: #00d2a0;
    --secondary: #006b4f;
    --black: #000;
    --white: #FFF;
}

.content_aeb .built {
    padding: 2em 0;
}

.extrait-article {
    padding: 2em 0 0;
}

.built .row {
    padding: 0.5em 0;
}

.content_aeb .built .bloc-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.content_aeb .built h2 {
    margin-bottom: 0.5em;
}

.content_aeb .built h3 {
    line-height: 1.2;
    font-size: 24px;
    font-weight: 600;
    text-transform: none;
    margin-bottom: 0.25em;
}

.content_aeb .built h4 {
    line-height: 1.2;
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
}

.content_aeb .built p {
    line-height: 1.2;
    font-size: 16px;
    margin-bottom: 1em;
}

.content_aeb .built img {
    margin: auto;
    margin-bottom: 0.5em;
    aspect-ratio: 2 / 1;
    object-fit: cover;
    width: 100%;
}

.content_aeb .built ul {
    list-style-type: square;
    margin-left: 2em;
    margin-top: 0.5em;
}

.content_aeb .built ul li {
    font-size: 16px;
    line-height: 1.2;
    margin: .5em 0;
    color: var(--black);
}

.content_aeb .built ul li::marker {
    color: var(--prymary);
}

.content_aeb .built .btn {
    position: relative;
    display: block;
    width: max-content;
    padding: 0px 66px 16px 0px;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
}

.content_aeb .built .btn:hover {
    color: var(--prymary);
}

.single .built h2,
.single .built h3,
.single .built h4 {
    text-transform: inherit;
}

.biseau-titre h2 {
    color: var(--black);
    background-color: var(--prymary);
    padding: 0 0.25em;
    position: relative;
    z-index: 10;
    font-style: italic;
    line-height: 1.2;
}

.ariane {
    margin-top: 0.5em;
}

.ariane a {
    position: relative;
    padding-left: 2em;
}

.ariane a::after {
    content: "";
    background-image: url(/wp-content/themes/Template/images/home-noir.svg);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 10px;
    background-repeat: no-repeat;
}

@media screen and (min-width:481px) and (max-width:800px) {
    .titre div::after {
        letter-spacing: 1px;
        font-size: 70px;
        bottom: 85%;
    }

    .titre .bloc-full {
        padding-bottom: 1em;
        margin-top: 1em;
    }

    .titre .bloc-full h2 {
        font-size: 28px;
    }

    .biseau-titre h2::after,
    .biseau-titre h2::before {
        height: 34px;
    }
}

@media screen and (max-width:480px) {
    .titre div::after {
        letter-spacing: 1px;
        font-size: 45px;
        bottom: 65%;
    }

    .titre .bloc-full {
        padding-bottom: 1em;
        margin-top: 1em;
    }

    .titre .bloc-full h2 {
        font-size: 22px;
    }

    .biseau-titre h2::after,
    .biseau-titre h2::before {
        height: 26px;
    }

    .content_aeb .built h3 {
        font-size: 20px;
    }
}

/* PAGE.PHP / SINGLE.PHP */

#intro-page {
    padding: 0;
}

#intro-page .text-intro {
    text-align: center;
}

.text-intro h1 {
    font-size: 44px;
}

@media screen and (min-width: 801px) and (max-width: 1024px) {
    .text-intro h1 {
        font-size: 35px;
    }
}


@media screen and (min-width:481px) and (max-width:800px) {
    .text-intro h1 {
        font-size: 25px;
    }
}

@media screen and (max-width:480px) {
    .text-intro h1 {
        font-size: 22px;
    }
}

/* PAGE QUI SOMMES NOUS */

/* PAGE PARTENAIRE */

/* PAGE ACTUALITE */

.actualite {
    padding: 4em 0em 2em;
}

.actualite .bloc-3 {
    margin-top: 2em;
}

.actualite .contenu-actu {
    padding: 1em 1em 0.5em;
    background-color: var(--primary-color);
}

.actualite h3 {
    font-size: 20px;
    color: var(--black);
    border-bottom: 2px solid;
    margin-bottom: 0.5em;
}

.actualite p {
    color: var(--black);
}

.actualite a:first-of-type {
    position: relative;
}

.actualite img {
    width: 100%;
    aspect-ratio: 1.5 / 1;
    object-fit: cover;
}

.actualite .img-actu {
    overflow: hidden;
}

.actualite .date {
    background-color: var(--primary-color);
    color: var(--black);
    text-transform: uppercase;
    font-weight: 500;
    width: max-content;
    padding: 0 1em;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.actualite #pagination {
    margin-top: 2em;
    text-align: center;
}

.actualite #pagination>* {
    margin: 0em 0.5em;
}

.actualite #pagination span {
    background-color: var(--primary-color);
    color: var(--black);
    padding: 4px 8px;
}

.actualite #pagination a {
    color: var(--black);
}

.actualite #pagination a:hover {
    color: var(--primary-color);
}

@media screen and (min-width:800px) {
    .actualite .img-actu a:hover img {
        scale: 1.1;
    }
}

@media screen and (min-width:800px) and (max-width:1024px) {
    .actualite .bloc-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media screen and (min-width:481px) and (max-width:800px) {
    .actualite img {
        aspect-ratio: 2 / 1;
    }
}

/* ML & PC */

/* Politique de conf */
#politique-de-confidentialite #intro-page {
    padding: 2rem 0;
}

#politique-de-confidentialite .built {
    padding: 0 0 2rem 0;
}

#politique-de-confidentialite #privacy-policy {
    padding: 0;
}

#politique-de-confidentialite h2 {
    text-align: start;
    margin: 0.5em 0 0.25em;
    color: var(--primary);
}

#politique-de-confidentialite h3 {
    margin: .75em 0 0.25em;
}

#politique-de-confidentialite h4 {
    margin: 0.5em 0;
}

#politique-de-confidentialite h5,
#politique-de-confidentialite p {
    margin: 0.5em 0;
}

#politique-de-confidentialite h5 {
    font-weight: bold;
}

#politique-de-confidentialite ol {
    margin-left: 2em;
    margin-top: 0.5em;
}

/* Mention légales */
#mentions-legales #intro-page {
    padding: 2rem 0;
}

#mentions-legales .built {
    padding: 0 0 2rem 0;
}

#mentions-legales #legal-notice {
    padding: 0;
}

#mentions-legales h2 {
    text-align: start;
    margin: 0.5em 0 0.25em;
    color: var(--primary);
}

#mentions-legales p {
    margin: 0.5em 0;
}

@media only screen and (min-width: 481px) {

    #politique-de-confidentialite h2 {
        font-size: 30px;
    }

    #politique-de-confidentialite h3 {
        font-size: 22px;
    }

    #politique-de-confidentialite h4 {
        font-size: 18px;
    }

    #politique-de-confidentialite h5,
    #politique-de-confidentialite p {
        font-size: 16px;
    }

    #politique-de-confidentialite h5 {
        font-weight: bold;
    }

    #mentions-legales h2 {
        font-size: 30px;
    }

    #mentions-legales p {
        font-size: 16px;
    }
}

@media only screen and (max-width: 480px) {

    #politique-de-confidentialite h2 {
        font-size: 22px;
    }

    #politique-de-confidentialite h3 {
        font-size: 20px;
    }

    #politique-de-confidentialite h4 {
        font-size: 18px;
    }

    #politique-de-confidentialite h5,
    #politique-de-confidentialite p {
        font-size: 16px;
    }

    #politique-de-confidentialite h5 {
        font-weight: bold;
    }

    #mentions-legales h2 {
        font-size: 22px;
    }
}