.section-faq .blocqr {
  border: 1px solid #bbb;
  margin: 20px 0px;
}
.section-faq .question {
  position: relative;
  font-size: 2rem;
  line-height: 1.6;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
.section-faq .question a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: 0;
  border: 0;
  outline: 0;
  -webkit-appearance: none;
  width: 100%;
  padding: 10px 20px;
  box-shadow: none;
}
.section-faq .question a i {
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -ms-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
  margin-left: 20px;
  font-size: 13px;
}
.section-faq .question a:hover {
  color: #E04511;
}
.section-faq .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);
}
.section-faq .reponse .reponse__inner {
  padding: 0 20px 20px;
  line-height: 1.4;
  margin: 0;
}
.section-faq .reponse .reponse__inner p {
  margin: 0;
}
.section-faq .reponse .reponse__inner .boutPlein {
  margin: 20px 0 0;
}
.section-faq .coul1 a {
  color: #757681;
}
.section-faq .coul1 a:hover,
.section-faq .coul1 a[aria-expanded="true"] {
  color: #E04511;
}
.section-faq .coul2 a {
  color: #E04511;
}
.section-faq .coul2 a:hover,
.section-faq .coul2 a[aria-expanded="true"] {
  color: #757681;
}
@media (max-width: 992px) {
  .section-faq .blocqr {
    width: 100% !important;
  }
  .section-faq .question {
    font-size: 2rem;
  }
}
@media (max-width: 576px) {
  .section-faq .question {
    font-size: 1.8rem;
  }
}
