/* ========= Container =========== */
/* wideSize Json */
/* contentSize Json*/
/* -------------- Blocks FAQ ----------------------- */
.faq {
  padding: 50px 10px;
}
@media screen and (min-width: 768px) {
  .faq {
    padding: 70px 30px;
  }
}
@media screen and (min-width: 976px) {
  .faq {
    padding: 150px 10px 100px;
    max-width: 1000px;
    margin: auto;
  }
}
.faq__container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 976px) {
  .faq__container {
    gap: 50px;
  }
}
.faq__title {
  color: #002138;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .faq__title {
    font-size: 30px !important;
    text-align: left;
  }
}
.faq__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .faq__content {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.faq__faq {
  padding: 25px;
  background-color: #F4F9FF;
  margin: 10px 0;
  width: 100%;
  height: fit-content;
}
@media screen and (min-width: 768px) {
  .faq__faq {
    width: 49%;
  }
}
.faq__faq .faq-question {
  text-align: left;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.faq__faq .faq-question h2, .faq__faq .faq-question h3, .faq__faq .faq-question h4 {
  margin: 0 !important;
}
.faq__faq .faq-question .faq-toggle-title {
  width: 90%;
  font-weight: 700;
  color: #002138;
  font-size: 15px !important;
}
@media screen and (min-width: 768px) {
  .faq__faq .faq-question .faq-toggle-title {
    font-size: 18px !important;
  }
}
@media screen and (min-width: 976px) {
  .faq__faq .faq-question .faq-toggle-title {
    font-size: 18px !important;
  }
}
.faq__faq .faq-question .faq-toggle-icon {
  width: 10%;
  text-align: right;
}
.faq__faq .faq-question .faq-toggle-icon img {
  width: 20px;
  height: 20px;
}
.faq__faq .faq-answer {
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  display: none;
  color: #6D6D6D;
}

.masquer {
  display: none;
}

/*# sourceMappingURL=faq.css.map */
