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

.faq-container {
margin-top: 16px;
padding: 16px;
border-radius: 28px;
background-color: #F9EEDB;
gap: 16px;
display: -webkit-box;
    display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
flex-direction: column;
}
.faq-section {
padding: 48px 0;
background-color: #F8F4EC;
}

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

.faq-section__title {
font-size: 32px;
line-height: 42px;
font-family: "Lato-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: "Lato-Bold";
color: #D38269;
margin-bottom: 0;
margin-left: auto;
margin-right: auto;
}
.faq-section .col {
padding: 32px;
background-color: #FFF;
border-radius: 28px;
}

.faq-content {
padding-bottom: 16px;
}
.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: 32px;
min-height: 32px;
-webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    -o-transition: transform 0.4s ease;
transition: transform 0.4s ease;
transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.click svg.coffee-cup-top {
-webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
transform: rotate(0deg);
}

.click.active svg.coffee-cup-top {
-webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.click .h5 {
font-family: "Lato-Regular";
font-size: 20px;
line-height: 32px;
color: #C65C3B;
padding-right: 32px;
}

.to-display * {
font-size: 16px;
line-height: 1.6;
color: #212121;
font-family: "Lato-Light";
}

.after-faq-section {
display: -webkit-box;
    display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
    -ms-flex-align: center;
align-items: center;
background-color: white;
border-radius: 28px;
padding: 48px 16px;
}

.titre_sous_la_faq * {
font-family: "Lato-Regular";
font-size: 36px;
color: #3A2A1F;
text-align: center;
}

.texte_sous_la_faq {
text-align: center;
margin-top: 16px;
max-width: 900px;
}

.texte_sous_la_faq p {
font-family: "Lato-Regular";
font-size: 20px;
line-height: 1.4;
color: #3A2A1F;
}

.texte_sous_la_faq a,
.texte_sous_la_faq a:visited {
color: #D38269;
text-decoration: underline;
font-family: "Lato-Regular";
}

.faq-section .cta-component {
margin-top: 32px;
}

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

.titre_sous_la_faq * {
font-size: 30px;
}

.faq-section .col {
padding: 16px;
}
}