.home .section-faq {
  background-color: #FFFFFF;
  padding-bottom: 100px;
}
.home .section-faq .container-fluid .row h2 {
  color: #000000;
}
.home .section-faq .container-fluid .row .blocqr {
  border: 2px solid #F16105;
}
.home .section-faq .container-fluid .row .blocqr h3.question a {
  color: #F16105;
}
.section-faq .container-fluid .row h2 {
  color: #FFFFFF;
  margin-bottom: 3.4rem;
}
.section-faq .container-fluid .row .blocqr {
  border: 2px solid #FFFFFF;
  border-radius: 1.2rem;
}
.section-faq .container-fluid .row .blocqr:not(:last-child) {
  margin-bottom: 20px;
}
.section-faq .container-fluid .row .blocqr.active {
  background-color: #F16105;
  color: #FFFFFF;
  border: none;
}
.section-faq .container-fluid .row .blocqr h3.question {
  margin-bottom: 0;
}
.section-faq .container-fluid .row .blocqr h3.question a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.7rem 4.5rem;
  font-size: 2.5rem;
  font-weight: 600;
  color: #FFFFFF;
}
.section-faq .container-fluid .row .blocqr h3.question a i {
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -ms-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
  margin-left: 20px;
  font-size: 1.5rem;
}
.section-faq .container-fluid .row .blocqr h3.question a:hover {
  color: #99AFC3;
}
.section-faq .container-fluid .row .blocqr h3.question a[aria-expanded="true"] {
  color: #FFFFFF;
}
.section-faq .container-fluid .row .blocqr h3.question a[aria-expanded="true"] i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.blocqr .section-faq .container-fluid .row .blocqr h3.question a[aria-expanded="true"] {
  background-color: #F16105;
  color: #FFFFFF;
}
.section-faq .container-fluid .row .blocqr .reponse .reponse__inner {
  padding: 0 20px 20px;
}
.section-faq .container-fluid .row .blocqr .reponse .reponse__inner :last-child {
  margin-bottom: 0;
}
.section-faq .container-fluid .row .blocqr .reponse .reponse__inner p a:hover {
  text-decoration: underline;
}
.section-faq .container-fluid .row .blocqr .reponse .reponse__inner p,
.section-faq .container-fluid .row .blocqr .reponse .reponse__inner a {
  margin: 0rem 2.6rem;
}
.section-faq .container-fluid .row .blocqr .reponse .reponse__inner p {
  margin-bottom: 3rem;
}
.section-faq .container-fluid .row .blocqr .reponse .reponse__inner a {
  color: #FFFFFF;
  font-size: 2rem;
  font-style: italic;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.section-faq .container-fluid .row .colboutons {
  text-align: center;
  padding: 3.6rem;
}
@media (max-width: 992px) {
  .section-faq .container-fluid .row .blocqr h3.question a {
    font-size: 2rem;
  }
}
@media (max-width: 576px) {
  .section-faq .container-fluid .row .blocqr h3.question a {
    padding: 2rem;
  }
  .section-faq .container-fluid .row .blocqr .reponse .reponse__inner {
    padding: 2rem;
  }
  .section-faq .container-fluid .row .blocqr .reponse .reponse__inner p {
    margin: 0 0 2rem 0;
  }
  .section-faq .container-fluid .row .blocqr .reponse .reponse__inner .lien {
    font-size: 1.6rem;
    margin: 0;
  }
}
