.section-faq {
  overflow-x: clip;
}
.section-faq .faq__container {
  max-width: 1720px;
  margin: 0 auto;
  padding: 0 40px;
}
.section-faq .faq__container h2 {
  color: #164194;
  text-align: right;
}
.section-faq .faq__container .blocqr:not(:last-child) {
  margin-bottom: 20px;
}
.section-faq .faq__container .blocqr .question {
  position: relative;
  font-size: 2rem;
  cursor: pointer;
  padding: 0;
  margin: 0;
  font-family: 'Hanken Grotesk', sans-serif;
  background: #D9E5EC;
  text-transform: none;
  font-weight: normal;
  width: 100%;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.section-faq .faq__container .blocqr .question a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: 0;
  padding: 30px 60px 30px 30px;
  border: 0;
  outline: 0;
  -webkit-appearance: none;
  width: 100%;
  box-shadow: none;
  color: #164194;
  position: relative;
  overflow: hidden;
}
.section-faq .faq__container .blocqr .question a i {
  position: absolute;
  width: 54px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #F2F0EC;
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -ms-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  bottom: -14px;
  right: -8px;
}
.section-faq .faq__container .blocqr .question a:hover {
  color: #2A363B;
}
.section-faq .faq__container .blocqr .question a[aria-expanded="true"] {
  color: #2A363B;
}
.section-faq .faq__container .blocqr .question a[aria-expanded="true"] i {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.section-faq .faq__container .blocqr .reponse .reponse__inner {
  padding: 16px 30px 0;
  margin: 0;
}
.section-faq .faq__container .blocqr .reponse .reponse__inner p {
  font-size: 1.6rem;
  line-height: 1.8;
}
.section-faq .faq__container .blocqr .reponse .reponse__inner p a {
  text-decoration: underline;
}
.section-faq .faq__container .blocqr .reponse .reponse__inner ul {
  font-size: 1.6rem;
}
.section-faq .faq__container .blocqr .reponse .bouton-underline {
  display: flex;
  width: fit-content;
  font-family: 'Bebas Neue Pro Expanded', sans-serif;
  font-size: 1.8rem;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: underline;
  margin-top: 10px;
}
.section-faq .faq__container .blocqr .reponse .bouton-underline:hover {
  color: #164194;
}
.section-faq .faq__container .boutonplus {
  margin-top: 50px;
}
@media (max-width: 1199px) {
  .section-faq .faq__container {
    padding: 0 30px;
  }
}
@media (max-width: 991px) {
  .section-faq .faq__container h2 {
    text-align: left;
  }
  .section-faq .faq__container .blocqr .question {
    font-size: 1.8rem;
  }
  .section-faq .faq__container .blocqr .question a {
    padding: 20px 50px 20px 20px;
  }
  .section-faq .faq__container .blocqr .question a i {
    width: 46px;
    height: 46px;
    bottom: -12px;
    right: -6px;
  }
  .section-faq .faq__container .blocqr .bouton-underline {
    font-size: 1.6rem;
  }
  .section-faq .faq__container .boutonplus {
    margin-top: 40px;
  }
}
@media (max-width: 399px) {
  .section-faq .faq__container {
    padding: 0 20px;
  }
}
