.faq {
  padding: 84.56px 20.39px 84.14px 20.39px;
}
@media (min-width: 992px) {
  .faq {
    padding: 146px 80px;
  }
}
.faq__title {
  display: block;
  margin: 0;
  color: #090914;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: -2px;
}
@media (min-width: 992px) {
  .faq__title {
    font-size: 48px;
    line-height: 62px;
  }
}
.faq > p {
  display: block;
  margin: 14.89px 0 0 0;
  color: var(--GRIS_FONC);
  text-align: center;
  font-size: 16.752px;
  font-weight: 400;
  line-height: 26.059px;
}
@media (min-width: 992px) {
  .faq > p {
    margin-top: 20px;
    color: var(--BLEU_FONC);
    font-size: 20px;
    line-height: 30px;
  }
}

.qas {
  margin-top: 44.67px;
  padding: 0 14.891px;
  display: flex;
  flex-direction: column;
  gap: 29.78px;
}
@media (min-width: 992px) {
  .qas {
    margin: 64px auto 0 auto;
    max-width: 768px;
    gap: 32px;
    padding: 0;
  }
}

.qa {
  display: block;
  padding-top: 22.336px;
  border-top: 1px solid var(--GRIS);
  cursor: pointer;
  transition: opacity 0.1s ease-in-out;
}
@media (min-width: 992px) {
  .qa {
    padding-top: 24px;
  }
}
.qa:first-child {
  padding-top: 0;
  border-top: none;
}
.qa__question {
  color: var(--GRIS_FONC);
  font-family: Inter, sans-serif;
  font-size: 16.752px;
  font-weight: 500;
  line-height: 26.059px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .qa__question {
    font-size: 18px;
    line-height: 28px;
  }
}
.qa__icon {
  display: block;
  width: 22.34px;
  height: 22.34px;
  background-size: 22.34px 22.34px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/wp-content/plugins/diffusez-faq/images/icons/blue-plus-circle.svg");
}
@media (min-width: 992px) {
  .qa__icon {
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
  }
}
.qa__answer {
  display: none;
  margin-top: 7.45px;
}
@media (min-width: 992px) {
  .qa__answer {
    margin-top: 8px;
  }
}
.qa__answer p {
  color: var(--GRIS_FONC);
  font-size: 14.891px;
  font-weight: 400;
  line-height: 22.336px;
}
@media (min-width: 992px) {
  .qa__answer p {
    color: var(--BLEU_FONC);
    font-size: 16px;
    line-height: 24px;
  }
}
.qa--open .qa__icon {
  background-image: url("/wp-content/plugins/diffusez-faq/images/icons/blue-minus-circle.svg");
}
.qa--open .qa__answer {
  display: block;
}

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