.section-faq .blocqr {
  margin: 20px 0px;
}
.section-faq .blocqr::after {
  content: '';
  display: flex;
  width: 100%;
  max-width: 192px;
  margin: 7px 0 20px;
  height: 5px;
  background-color: #0578C0;
  background-image: -webkit-gradient(linear,left top,right top,from(#0578C0),to(#0578C0));
  background-image: -webkit-linear-gradient(left,#0578C0,#0578C0);
  background-image: -moz-linear-gradient(left,#0578C0,#0578C0);
  background-image: -ms-linear-gradient(left,#0578C0,#0578C0);
  background-image: -o-linear-gradient(left,#0578C0,#0578C0);
  background-color: transparent;
  background-size: 100%;
  background-position-y: 100%;
  background-position-x: 0;
  background-repeat: no-repeat;
}
.section-faq .question {
  position: relative;
  font-size: 2.4rem;
  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: 0 0 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;
}
.section-faq .question a:hover {
  color: #0578C0;
}
.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 0 20px;
  line-height: 1.4;
  margin: 0;
}
.section-faq .reponse .reponse__inner p {
  margin: 0;
}
.section-faq .coul1 a {
  color: #0A0F39;
}
.section-faq .coul1 a:hover,
.section-faq .coul1 a[aria-expanded="true"] {
  color: #0578C0;
}
.section-faq .coul2 a {
  color: #0578C0;
}
.section-faq .coul2 a:hover,
.section-faq .coul2 a[aria-expanded="true"] {
  color: #0A0F39;
}
@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;
  }
}
