.section-homefaq {
  background-image: url(/wp-content/themes/yatatheme-child/template-parts/gutenberg/homefaq/img/eolienne.svg);
  background-position: 5vw 80px;
  background-repeat: no-repeat;
}
.section-homefaq .intro p {
  font-size: 2.4rem;
  line-height: 1.6;
}
.section-homefaq .faqetbouton {
  padding-left: 270px;
  margin-top: 40px;
}
.section-homefaq .faqetbouton .bouton2 {
  margin-top: 20px;
}
.section-homefaq .faqetbouton .bouton2:hover {
  border-color: #CBA7F8;
  color: #ffffff;
  background-color: #CBA7F8;
}
.section-homefaq .blocqr:not(:last-of-type) {
  margin-bottom: 12px;
}
.section-homefaq .question {
  position: relative;
  margin: 0;
}
.section-homefaq .question a {
  font-family: "Space Grotesk", sans-serif;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: 0;
  border: 0;
  outline: 0;
  -webkit-appearance: none;
  width: 100%;
  padding: 12px 30px;
  box-shadow: none;
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  background-color: #4CCD81;
  border-radius: 12px;
}
.section-homefaq .question a span.plusmoins {
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -ms-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
  margin-left: 20px;
  font-size: 3rem;
  font-weight: 400;
  color: #ffffff;
}
.section-homefaq .question a span.plusmoins:after {
  content: "+";
}
.section-homefaq .question a:hover {
  background-color: #CBA7F8;
}
.section-homefaq .question a[aria-expanded="true"] {
  background-color: #CBA7F8;
}
.section-homefaq .question a[aria-expanded="true"] span.plusmoins {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.section-homefaq .question a[aria-expanded="true"] span.plusmoins:after {
  content: "-";
}
.section-homefaq .reponse .reponse__inner {
  padding: 10px 30px 20px;
}
.section-homefaq .reponse .reponse__inner p {
  margin-bottom: 0;
  font-size: 1.6rem;
  line-height: 1.5;
}
.section-homefaq .reponse .reponse__inner p a {
  color: #4CCD81;
}
.section-homefaq .reponse .reponse__inner p a:hover {
  text-decoration: underline;
}
.section-homefaq .reponse .ensavoirplus {
  margin-top: 16px;
}
@media (max-width: 1599px) {
  .section-homefaq .intro p {
    font-size: 2.2rem;
  }
}
@media (max-width: 1399px) {
  .section-homefaq .intro p {
    font-size: 2rem;
  }
}
@media (max-width: 991px) {
  .section-homefaq .intro p {
    font-size: 1.8rem;
  }
  .section-homefaq .faqetbouton {
    padding-left: 0;
    margin-top: 30px;
  }
  .section-homefaq .question a {
    font-size: 1.8rem;
  }
}
@media (max-width: 576px) {
  .section-homefaq .faqetbouton {
    margin-top: 20px;
  }
  .section-homefaq .question a {
    padding: 10px 15px;
  }
  .section-homefaq .question a {
    font-size: 1.7rem;
  }
  .section-homefaq .reponse .reponse__inner {
    padding: 10px 15px 15px;
  }
}
