
/* ------------ SECTION BLOCKS --------------------------------------------------- */

.sectionBlocks{
    padding-block: 130px;
    display: flex;
    flex-direction: column;
    gap: 110px;
}

.sectionBlocks .block{
    display: flex;
    align-items: center;
    position: relative;
}

.sectionBlocks .block.reverse{
    flex-direction: row-reverse;
}

.sectionBlocks .block .image{
    width: 65%;
    position: relative;
}

.sectionBlocks .block .image,
.sectionBlocks .block .image img{
    aspect-ratio: 1;
}

.sectionBlocks .block figcaption{
    width: 55%;
    padding: 80px 90px;
    position: absolute;
    background-color: #F5F8FD;
    right: 0px;
}

.sectionBlocks .block.reverse figcaption{
    left: 0px;
    right: initial;
}

.sectionBlocks .block figcaption .titre{
    font-family: 'Gotham';
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 32px;
}

.sectionBlocks .block figcaption .paragraphe{
    margin-bottom: 34px;
}

.sectionBlocks .block figcaption .paragraphe p{
    line-height: 30px;
}

.sectionBlocks  .btn p::after{
    content: attr(data);
}

@media (max-width: 1500px){
.sectionBlocks .block figcaption{
    width: 65%;
}
}

@media (max-width: 1300px){
.sectionBlocks .block{
    flex-direction: column !important;
}
.sectionBlocks .block .image{
    width: 100%;
}
.sectionBlocks .block figcaption{
    width: 100%;
    position: initial;
    padding: 45px 0px;
}
.sectionBlocks .block .image,
.sectionBlocks .block .image img{
    aspect-ratio: 16/6;
}
}

@media (max-width: 992px){
.sectionBlocks{
    padding-inline: 0px !important;
    padding-block: 70px;
    gap: 50px;
}
.sectionBlocks .block figcaption{
    padding: 30px 36px;
}
.sectionBlocks .block figcaption .titre{
    font-size: 26px;
    line-height: 28px;
    margin-bottom: 14px;
}
.sectionBlocks .block figcaption .paragraphe{
    margin-bottom: 24px;
}
.sectionBlocks .block figcaption .paragraphe p{
    line-height: 22px;
}
}

@media (max-width: 600px){
.sectionBlocks .block .image,
.sectionBlocks .block .image img{
    aspect-ratio: 1;
}
.sectionBlocks .block figcaption .btn{
    width: 100%;
}
}

/* ------------ FAQ --------------------------------------------------- */

.faq{
    margin-inline: 100px;
    margin-bottom: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.faq ul{
    margin-block: 60px 45px;
}

.faq .titre{
    text-align: center;
    font-family: 'Gotham';
    font-size: 38px;
    line-height: 40px;
    text-transform: uppercase;
}

.faq ul li{
    overflow: hidden;
    cursor: pointer;
}

.faq ul li:not(:last-child){
    border-bottom: solid 1px #AACAFF;
}

.faq ul li .question{
    font-weight: 900;
    font-size: 25px;
    line-height: 30px;
    padding-block: 30px 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.faq ul li .reponse{
    font-size: 16px;
    line-height: 30px;
    height: 0;
    padding-right: 50px;
}

.faq ul li.open .reponse{
    padding-bottom: 30px;
    height: 100%;
}

.faq ul li svg{
    min-width: 20px;
}

.faq ul li.open svg{
    transform: rotate(180deg);
}

.faq .btn{
    background-color: transparent;
    border: solid 1px var(--bleu);
}

.faq .btn p{
    color: var(--bleu);
}

.faq .btn p::after{
    content: "Découvrir toutes les questions";
    color: var(--bleu);
}

@media (max-width: 1400px){
.faq{
    margin-inline: 0px;
}
}

@media (max-width: 1200px){
.faq ul li .question{
    font-size: 22px;
    padding-bottom: 18px;
}
.faq .titre{
    font-size: 30px;
}
.faq ul{
    margin-block: 34px;
}
}

@media (max-width: 600px){
.faq .titre{
    font-size: 26px;
    line-height: 28px;
}
.faq ul li .question{
    font-size: 20px;
    line-height: 22px;
    gap: 20px;
}
.faq ul li .reponse{
    font-size: 16px;
    line-height: 22px;
}
}

/* ------------ ACTUS --------------------------------------------------- */

.actus{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.actus .btn{
    background-color: transparent;
    border: solid 1px var(--bleu);
}

.actus .btn p{
    color: var(--bleu);
}

.actus .btn p::after{
    content: "Découvrir toutes les actualités";
    color: var(--bleu);
}

.actus .titre{
    text-align: center;
    font-family: 'Gotham';
    font-size: 38px;
    line-height: 40px;
    text-transform: uppercase;
    margin-bottom: 43px;
}

.actus .postGrid{
    display: grid;
    grid-template-columns: 450px 450px;
    gap: 30px;
    margin-bottom: 43px;
}

@media (max-width: 1200px){
    .actus .postGrid{
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 700px){
    .actus .postGrid{
        grid-template-columns: 1fr;
        gap: 50px;
    }
    .actus .titre{
        font-size: 26px;
        line-height: 28px;
        margin-bottom: 34px;
    }
}

/* ------------ SECTION SLIDER CHIFFRES --------------------------------------------------- */

.colonneChiffres{
    overflow-y: scroll;
    max-height: 460px;
    margin-bottom: 25px;
    -ms-overflow-style: none; 
    scrollbar-width: none; 
}

.colonneChiffres::-webkit-scrollbar {
    display: none;
}

.colonneChiffres .etape{
    display: flex;
    margin-bottom: 80px;
    gap: 20px;
}

.colonneChiffres .etape .left{
    width: fit-content;
}

.colonneChiffres .etape .right{
    width: 100%;
}

.colonneChiffres .etape .chiffre{
    font-size: 140px;
    line-height: 115px;
    font-weight: 900;
    color: transparent;
    -webkit-text-stroke: 1px var(--bleu);
    text-align: center;
}

.colonneChiffres .etape .titre{
    font-size: 25px;
    line-height: 30px;
    font-weight: 900;
    margin-bottom: 24px;
}

.colonneChiffres .etape .paragraphe,
.colonneChiffres .etape .paragraphe p{
    font-size: 16px;
    line-height: 30px;
}

.colonneChiffres .etape .barre{
    background-color: var(--bleu);
    width: 1px;
    height: 100%;
    height: calc(100% - 115px + 70px);
    margin: auto;
}

.colonneChiffres .etape:last-child .barre{
    opacity: 0;
}

@media (max-width: 992px){
    .colonneChiffres{
        overflow: auto;
        max-height: none;
    }
}

@media (max-width: 600px){
    .colonneChiffres .etape{
        margin-bottom: 43px;
    }
    .colonneChiffres .etape .titre{
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 11px;
    }
    .colonneChiffres .etape .chiffre{
        font-size: 90px;
        line-height: 75px;
    }
    .colonneChiffres .etape .barre{
        height: calc(100% - 75px + 33px);
    }
}