.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;
    max-height: 550px;
    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(--gris-bleu);
}

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

.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::before {
    content: "";
    width: 90%;
    height: 2px;
    background: var(--gris-bleu);
    position: absolute;
    bottom: 30%;
}

.content_aeb .built .btn::after {
    top: 25%;
}

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

.content_aeb .built .btn:hover::after {
    background-image: url(/wp-content/themes/HPV/images/fleche-btn-vert.svg);
}

.content_aeb .built .btn:hover::before {
    background: var(--vert);
}

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

.titre div {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-bottom: 3em;
    position: relative;
    z-index: 10;
}

.titre div::after {
    content: "HPV";
    position: absolute;
    z-index: 2;
    height: 100%;
    width: 100%;
    bottom: 65%;
    left: 50%;
    transform: translate(-50%, 0%);
    color: var(--transparent);
    opacity: 0.3;
    font-size: 150px;
    text-align: center;
    font-style: italic;
    font-weight: 800;
    letter-spacing: 10.5px;
    text-transform: uppercase;
}

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

.biseau-titre h2::after,
.biseau-titre h2::before {
    content: '';
    height: 48px;
    width: 26px;
    position: absolute;
    top: 0;
}

.biseau-titre h2::before {
    background: linear-gradient(113deg, transparent 50%, var(--vert) 50%);
    left: -25px;
}

.biseau-titre h2::after {
    background: linear-gradient(113deg, var(--vert) 50%, transparent 50%);
    right: -25px;
}

.ariane {
    margin-top: 0.5em;
}

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

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

.ariane a:hover::after {
    background-image: url(/wp-content/themes/HPV/images/home-vert.svg);
}

@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 {
    position: relative;
    padding: 0;
}

#intro-page::after {
    content: url(/wp-content/themes/HPV/images/hpv-family.svg);
    position: absolute;
    bottom: 0%;
    right: 0%;
    transform: translate(-50%, -50%);
}

#intro-page img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: 0% 25%;
}

#intro-page .text-intro {
    position: absolute;
    top: 47%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: max-content;
    text-align: center;
}

#intro-page .text-intro::before {
    content: url(/wp-content/themes/HPV/images/test.svg);
    position: absolute;
    top: -50%;
    left: -110px;
    transform: translate(-50%, -35%);
}

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

#intro-page .text-intro .biseau {
    color: var(--blanc);
    background-color: var(--gris-bleu);
    padding: 0 0.5em;
    font-style: normal;
}

#intro-page .text-intro .biseau::before,
#intro-page .text-intro .biseau::after {
    height: 53px;
}

#intro-page .text-intro .biseau::after {
    background: linear-gradient(113deg, var(--gris-bleu) 50%, transparent 50%);
}

#intro-page .text-intro .biseau::before {
    background: linear-gradient(113deg, transparent 50%, var(--gris-bleu) 50%);
}

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

    #intro-page .text-intro::before {
        display: none;
    }

    #intro-page .text-intro {
        width: 95%;
    }
}

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

    #intro-page .text-intro .biseau::before,
    #intro-page .text-intro .biseau::after {
        height: 42px;
    }
}

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

    #intro-page::after,
    #intro-page .text-intro .biseau::before,
    #intro-page .text-intro .biseau::after {
        display: none;
    }
}

@media screen and (min-width:481px) and (max-width:800px) {
    #intro-page img {
        height: 240px;
    }

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

}

@media screen and (max-width:480px) {
    #intro-page img {
        height: 140px;
    }

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

/* PAGE CLUB */

/* PRESENTATION */

#le-club .built {
    padding: 4em 0 2em;
}

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

    #le-club .built .row:nth-child(2),
    #le-club .built .row:nth-child(3),
    #le-club .built .row:nth-child(4) {
        padding: 1em 0;
    }

    #le-club .built .row:nth-child(2) .bloc-2:first-child,
    #le-club .built .row:nth-child(3) .bloc-2:last-child,
    #le-club .built .row:nth-child(4) .bloc-2:first-child {
        align-items: center;
    }

    #le-club .built .row:nth-child(2) .bloc-2:first-child,
    #le-club .built .row:nth-child(4) .bloc-2:first-child {
        order: 2;
    }

    #le-club .built .row:nth-child(2) .bloc-2:last-child,
    #le-club .built .row:nth-child(4) .bloc-2:last-child {
        order: 1;
    }
}

/* PAGE PARTENAIRE */

/* NOS PARTENAIRE */

.nos-partenaires .row {
    justify-content: center;
}

.nos-partenaires .bloc-5 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding-bottom: 1em;
}

@media screen and (min-width:481px) and (max-width:800px) {
    .nos-partenaires {
        padding: 2em 0;
    }

    .nos-partenaires .bloc-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
        max-width: 33%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 0.5em 1em;
    }
}

@media screen and (max-width:480px) {
    .nos-partenaires .bloc-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 0.5em 1em;
    }
}

/* PAGE EQUIPE */

/* EQUIPE */

.equipe .presentation-equipe {
    padding-top: 2em;
}

.equipe .staff {
    padding-top: 1em;
}

.equipe .staff ul {
    list-style-type: square;
    margin-left: 2em;
}

.equipe .staff li::marker {
    color: var(--vert);
}

/* PAGE ACTUALITE */

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

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

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

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

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

.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(--vert);
    color: var(--gris-bleu);
    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(--vert);
    color: var(--gris-bleu);
    padding: 4px 8px;
}

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

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

@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: 0;
}

#politique-de-confidentialite #globe {
    padding: 3em 0;
}

#politique-de-confidentialite #globe div {
    padding-bottom: 1em;
}

#politique-de-confidentialite h2 {
    text-align: start;
    margin: 0.5em 0 0.25em;
}

#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: 0;
}

#mentions-legales #globe {
    padding: 3em 0;
}

#mentions-legales #globe div {
    padding-bottom: 1em;
}

#mentions-legales h2 {
    text-align: start;
    margin: 0.5em 0 0.25em;
}

#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;
    }
}