/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.faq-container {
    margin-top: 16px;
}
.faq-section {
    background-color: #F6F7FF;
        padding: 96px 0;
}

.faq-section__label {
    display: block;
    text-align: center;
    margin-bottom: 16px;
}

.faq-section__title {
    font-size: 32px;
    line-height: 42px;
    font-family: "Moderat-SemiBold";
        color: #212121;
    text-align: center;
}

.faq-category-block {
    margin-top: 48px;
}

.faq-category-block:first-of-type {
    margin-top: 0;
}

.faq-category-title {
    font-size: 24px;
    line-height: 32px;
    font-family: "EightiesComeback-Bold";
    color: #1C45F5;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
}
.faq-section .col {
    padding: 16px 0;
        border-top: 1px solid #D1DAFF;
}

.faq-content {
    padding: 48px 0;
}
.faq-section .col:last-of-type {
    margin-bottom: 0;
    border-bottom: 1px solid #D1DAFF;
}
.to-display {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1px;
}

.click {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
    width: 100%;
}

.click svg {
    min-width: 26px;
        min-height: 26px;
    }
    
    .click svg path {
        stroke: #1C45F5 !important;
}
.click .h5 {
    font-family: "Moderat-Regular";
        font-size: 18px;
    line-height: 32px;
    color: #212121;
        padding-right: 32px;
}

.to-display * {
    font-size: 16px;
    line-height: 1.6;
    color: #212121;
        font-family: "Moderat-Light";
    }
    
    .after-faq-section {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 48px;
    }
    
    .titre_sous_la_faq * {
        font-family: "EightiesComeback-Bold";
        font-size: 28px;
        color: #061AAF;
        text-align: center;
    }
    
    .texte_sous_la_faq {
        text-align: center;
        margin: 32px auto;
        max-width: 900px;
    }
    
    .texte_sous_la_faq p {
        font-family: "Moderat-Light";
        font-size: 18px;
        line-height: 1.4;
    }
    
    .texte_sous_la_faq a,
    .texte_sous_la_faq a:visited {
        color: #1C45F5;
        text-decoration: underline;
        font-family: "Moderat-Regular";
}

@media (max-width: 768px) {
    .faq-section__title {
        font-size: 24px;
    }
.faq-section {
    padding: 48px 0;
}
}
@media (max-width: 550px) {
    .faq-category-title {
        font-size: 22px;
    }
}