.faqRemontees {
  background-color: #fff;
  padding: 13.3333333333vw 0;
}
@media screen and (min-width: 980px) {
  .faqRemontees {
    padding: 5.2083333333vw 0;
  }
}
@media screen and (min-width: 1920px) {
  .faqRemontees {
    padding: 100px 0;
  }
}
.faqRemontees .wrapperFaqRemontee {
  width: 84%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 980px) {
  .faqRemontees .wrapperFaqRemontee {
    width: 100%;
    max-width: 46.0416666667vw;
    padding-left: 2.6041666667vw;
    padding-right: 2.6041666667vw;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 1920px) {
  .faqRemontees .wrapperFaqRemontee {
    padding-left: 50px;
    padding-right: 50px;
    max-width: 884px;
  }
}
.faqRemontees .wrapperFaqRemontee h2 {
  margin-bottom: 8vw;
  display: block;
  font-family: "Archia";
  font-size: 6.6666666667vw;
  line-height: 8vw;
  font-weight: 400;
  color: #042E34;
}
@media screen and (min-width: 980px) {
  .faqRemontees .wrapperFaqRemontee h2 {
    margin-bottom: 1.5625vw;
    font-size: 2.6041666667vw;
    line-height: 3.125vw;
  }
}
@media screen and (min-width: 1920px) {
  .faqRemontees .wrapperFaqRemontee h2 {
    margin-bottom: 30px;
    font-size: 50px;
    line-height: 60px;
  }
}
.faqRemontees .wrapperFaqRemontee .questions {
  margin-bottom: 8vw;
}
@media screen and (min-width: 980px) {
  .faqRemontees .wrapperFaqRemontee .questions {
    margin-bottom: 2.6041666667vw;
  }
}
@media screen and (min-width: 1920px) {
  .faqRemontees .wrapperFaqRemontee .questions {
    margin-bottom: 50px;
  }
}
.faqRemontees .wrapperFaqRemontee .questions .questionBloc {
  margin-bottom: 5.3333333333vw;
  background-color: #042E34;
  border-radius: 4vw;
}
@media screen and (min-width: 980px) {
  .faqRemontees .wrapperFaqRemontee .questions .questionBloc {
    margin-bottom: 1.5625vw;
    border-radius: 0.78125vw;
  }
}
@media screen and (min-width: 1920px) {
  .faqRemontees .wrapperFaqRemontee .questions .questionBloc {
    margin-bottom: 30px;
    border-radius: 15px;
  }
}
.faqRemontees .wrapperFaqRemontee .questions .questionBloc:last-child {
  margin-bottom: 0;
}
.faqRemontees .wrapperFaqRemontee .questions .questionBloc.active .questionTitre {
  font-weight: 700;
}
.faqRemontees .wrapperFaqRemontee .questions .questionBloc.active .questionTitre:after {
  transform: translateY(-50%) rotate(180deg);
}
.faqRemontees .wrapperFaqRemontee .questions .questionBloc .questionTitre {
  color: #fff;
  font-size: 4.8vw;
  line-height: 6.4vw;
  padding: 4.5333333333vw 18.4vw 4.5333333333vw 5.3333333333vw;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 980px) {
  .faqRemontees .wrapperFaqRemontee .questions .questionBloc .questionTitre {
    padding: 0.8854166667vw 4.0625vw 0.8854166667vw 1.5625vw;
    font-size: 1.3020833333vw;
    line-height: 1.875vw;
  }
}
@media screen and (min-width: 1920px) {
  .faqRemontees .wrapperFaqRemontee .questions .questionBloc .questionTitre {
    padding: 17px 78px 17px 30px;
    font-size: 25px;
    line-height: 36px;
  }
}
.faqRemontees .wrapperFaqRemontee .questions .questionBloc .questionTitre:hover {
  color: #DFFFA4;
}
.faqRemontees .wrapperFaqRemontee .questions .questionBloc .questionTitre:after {
  content: "";
  position: absolute;
  right: 4.8vw;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="14" viewBox="0 0 24 14" fill="none"><path d="M2 2.33506L11.2001 11.7318C11.5503 12.0894 12.118 12.0894 12.4718 11.7318L22 2" stroke="white" stroke-width="4" stroke-miterlimit="10" stroke-linecap="round"/></svg>');
  width: 6.4vw;
  height: 3.7333333333vw;
  background-size: cover;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.5s;
}
@media screen and (min-width: 980px) {
  .faqRemontees .wrapperFaqRemontee .questions .questionBloc .questionTitre:after {
    right: 1.4583333333vw;
    width: 1.25vw;
    height: 0.7291666667vw;
  }
}
@media screen and (min-width: 1920px) {
  .faqRemontees .wrapperFaqRemontee .questions .questionBloc .questionTitre:after {
    right: 28px;
    width: 24px;
    height: 14px;
  }
}
.faqRemontees .wrapperFaqRemontee .questions .questionBloc .questionReponse {
  display: none;
  padding: 0 5.3333333333vw 5.3333333333vw 5.3333333333vw;
  color: #fff;
  font-size: 4.8vw;
  line-height: 6.4vw;
}
@media screen and (min-width: 980px) {
  .faqRemontees .wrapperFaqRemontee .questions .questionBloc .questionReponse {
    font-size: 1.3020833333vw;
    line-height: 1.875vw;
    padding: 0.78125vw 1.5625vw 1.5625vw 1.5625vw;
  }
}
@media screen and (min-width: 1920px) {
  .faqRemontees .wrapperFaqRemontee .questions .questionBloc .questionReponse {
    font-size: 25px;
    line-height: 36px;
    padding: 15px 30px 30px 30px;
  }
}
.faqRemontees .wrapperFaqRemontee .questions .questionBloc .questionReponse a {
  color: #fff;
  text-decoration: underline;
}
.faqRemontees .wrapperFaqRemontee .questions .questionBloc .questionReponse a:hover {
  text-decoration: none;
}
.faqRemontees .wrapperFaqRemontee .cta {
  text-align: center;
}
.faqRemontees .wrapperFaqRemontee .cta a {
  font-size: 4.8vw;
  line-height: 6.4vw;
  color: #042E34;
  font-weight: 700;
  padding: 4vw 12vw;
  border-width: 0.5333333333vw;
  border-style: solid;
  border-radius: 18.6666666667vw;
  text-decoration: none;
  display: inline-block;
  border-color: #042E34;
  transition: 0.5s color, 0.5s background-color;
}
.faqRemontees .wrapperFaqRemontee .cta a:hover {
  background-color: #042E34;
  color: #DFFFA4;
}
@media screen and (min-width: 980px) {
  .faqRemontees .wrapperFaqRemontee .cta a {
    font-size: 1.3020833333vw;
    line-height: 1.5625vw;
    padding: 0.78125vw 2.34375vw;
    border-width: 0.1041666667vw;
    border-radius: 3.6458333333vw;
  }
}
@media screen and (min-width: 1920px) {
  .faqRemontees .wrapperFaqRemontee .cta a {
    font-size: 25px;
    line-height: 30px;
    padding: 15px 45px;
    border-width: 2px;
    border-radius: 70px;
  }
}/*# sourceMappingURL=style.css.map */