.faq {
    display: flex;
    flex-direction: column;
    padding-bottom: 10.5rem;
}

.faq-header{
    position: relative;
    padding-bottom: 5rem;
    background: var(--blue);
}

.faq-header .wrapperAsset, .faq-header picture img {
    height: 17.688rem;
    width: 100%;
}

.faq .blocs-questions{
    position: relative;
    margin-top: -7.625rem;
    display: flex;
    gap: 3rem;
    flex-direction: column;
}

.faq .bloc-questions{
    padding: 2rem 4rem 2rem 2rem;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap:1.5rem;
    box-shadow: -1px 5px 6px 3px rgba(0, 0, 0, 0.223);
    overflow-wrap: break-word;
    word-break: break-word;
}

.faq .bloc-questions:nth-child(odd) {
    background-color: var(--blue);
    color:var(--white);
}

.faq .bloc-questions:last-child{
    margin-bottom:2rem;
}

.faq h1 {
    text-align: center;
    padding: 0;
    text-transform: uppercase;
    font-size: var(--h1-size);
    line-height: 2rem;
    font-weight: var(--h1-weight);
    margin: 0;
}

.faq h2 {
    padding: 0;
    text-transform: uppercase;
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: var(--h1-weight);
    margin: 0;
}

.faq .accordion-title{
    margin-bottom:1.25rem;
    font-weight: 700;
    font-size: 1.3rem;
    font-family: 'Brygada 1918', serif;
    padding-bottom: 1rem;
    overflow-wrap: break-word;
    word-break: break-word;
    line-height: 1.7rem;
}

.bloc-questions:nth-child(odd) .accordion-title, .question-alone .accordion-title{
     /* soulignement sur toute la boîte */
    border-bottom: 2px solid var(--white);
}

.bloc-questions:nth-child(even) .accordion-title{
    border-bottom: 2px solid var(--blue);
}

.bloc-questions:nth-child(odd) .accordion-title:after{
    content: '';
    position: absolute;
    /* top: .313rem; */
    background-image: var(--dropdown-arrow-background);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 1.125rem 1.125rem;
    width: 1.125rem;
    height: 1.125rem;
    margin-left: 1rem;
    transition: transform .25s;
    right: -2.5rem;
    top: 0.5rem;
}

.faq .question-alone{
    padding: 2rem 4rem 0 2rem;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap:1.5rem;
    overflow-wrap: break-word;
    word-break: break-word;
}

.question-alone .accordion-title:after{
    content: '';
    position: absolute;
    /* top: .313rem; */
    background-image: var(--dropdown-arrow-background);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 1.125rem 1.125rem;
    width: 1.125rem;
    height: 1.125rem;
    margin-left: 1rem;
    transition: transform .25s;
    right: -2.5rem;
    top: 0.5rem;
}

.faq .accordion-title#text{
    margin-right: 1rem;
}

.bloc-questions:nth-child(even) .accordion-title:after{
    content: '';
    position: absolute;
    top: .313rem;
    
    background-image: var(--dropdown-arrow-background-blue);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 1.125rem 1.125rem;
    width: 1.125rem;
    height: 1.125rem;
    margin-left: 1rem;
    transition: transform .25s;
    right: -2.5rem;
}

.faq .faq-banner {
    margin-top: -7.625rem;
    padding-top: 0;
    padding-bottom: 41.938rem;
    align-self: center;
    text-align: center;
    margin-bottom: 4.125rem;
    z-index: 20;
    position: relative;
    display: flex;
    padding: 1rem 1.125rem 3rem 1.125rem;
    z-index: 20;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}

.faq .topic-text-title {
    display: block;
    max-width: 17.063rem;
    align-self: center;
    font-family: 'Brygada 1918';
    font-size: 1.875rem;
    line-height: 1.875rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 2.688rem;
}

.faq .card {
    padding-bottom: 0;
}

.faq .wrapperPicture{
    margin-bottom: 1rem;
}

.faq .question{
    width:100%;
}

.faq .bloc-title{
    text-align: center;
    padding: 2rem 4rem 2rem 4rem;
    align-items: flex-start;
    gap: 2rem;
    background-color: white;
}


/* 768px */
@media screen and (min-width: 48rem) {
    .faq-header{
        padding-bottom: 8rem;
    }

    .faq-header .wrapperAsset, .faq-header picture img {
        height: 23.75rem;
    }

    .faq .blocs-questions{
        margin-top: -14.625rem;
        gap: 3rem;
    }

    .faq .bloc-questions{
        padding: 2.5rem 5rem 2.5rem 2.5rem;
        align-items: flex-start;
        gap:1.5rem;
    }

    .faq .bloc-questions:last-child{
        margin-bottom:0;
    }

    .bloc-questions:nth-child(odd) .accordion-title:after{
        right: -3rem;
        top: 0.5rem;
    }

    .bloc-questions:nth-child(even) .accordion-title:after{
        right: -3rem;
        top: 0.5rem;
    }

    .question-alone .accordion-title:after{
        right: -3rem;
    }
}


/* DESKTOP */
@media screen and (min-width: 64rem) {

    .faq .bloc-title{
        text-align: center;
        padding: 4rem 8rem 4rem 8rem;
        align-items: flex-start;
        gap: 2rem;
        background-color: white;
    }

    .faq-header{
        padding-bottom: 11rem;
        background: linear-gradient(to top, var(--white), var(--white) 2.5rem, var(--blue) 2.501rem);
    }

    .faq-header .wrapperAsset, .faq-header picture img {
        height: 23.75rem;
    }

    .faq .blocs-questions{
        margin-top: -19.625rem;
        gap: 3rem;
    }

    .faq .bloc-questions{
        padding: 4rem 8rem 4rem 8rem;
        align-items: flex-start;
        gap:2rem;
    }

    .faq h1 {
        text-align: center;
        padding: 0;
        text-transform: uppercase;
        font-size: var(--h1-size);
        line-height: 3.5rem;
        font-weight: var(--h1-weight);
        margin: 0;
    }

    .faq h2 {
        padding: 0;
        text-transform: uppercase;
        font-size: 2.75rem;
        line-height: 3.5rem;
        font-weight: var(--h1-weight);
        margin: 0;
    }

    .faq .bloc-questions:last-child{
        margin-bottom:1rem;
    }

    .faq {
        padding-bottom: 11rem;
    }

    .faq .topic-text-title {
        max-width: 40rem;
        font-size: 3.438rem;
        line-height: 3.063rem;
    } 

    .faq .accordion-title{
        margin-top:0.25rem;
        margin-bottom:1.25rem;
        font-weight: 700;
        font-size: 1.5rem;
    }

    .bloc-questions:nth-child(odd) .accordion-title:after{
        right: -4rem;
        top: 0.5rem;
    }

    .bloc-questions:nth-child(even) .accordion-title:after{
        right: -4rem;
        top: 0.5rem;
    }

    .question-alone .accordion-title:after{
        right: -4rem;
    }

}