@font-face {
  font-family: 'Sourcesanspro';
  src: url('/wp-content/themes/yatatheme/fonts/SourceSansPro-Regular.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Sourcesanspro';
  src: url('/wp-content/themes/yatatheme/fonts/SourceSansPro-Semibold.otf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Donau';
  src: url('/wp-content/themes/yatatheme/fonts/Donau Neue_Uppercase.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.section-faq .row {
  padding-top: 15px;
  background-image: url(/wp-content/themes/yatatheme/img/bg_faq.svg);
  background-position: 170px 0px;
  background-size: 200px;
  background-repeat: no-repeat;
}
.section-faq .blocqr {
  border: 1px solid #3CBFB6;
  -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 .blocqr:not(:last-child) {
  margin-bottom: 10px;
}
.section-faq .question {
  position: relative;
  font-size: 1.6rem;
  font-family: 'Sourcesanspro', sans-serif;
  text-transform: none;
  font-weight: 600;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
.section-faq .question a {
  border-radius: 14px 14px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: 0;
  border: 0;
  outline: 0;
  -webkit-appearance: none;
  width: 100%;
  padding: 12px 40px;
  box-shadow: none;
  font-size: 1.7rem;
  color: #363738;
}
.section-faq .question a i {
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -ms-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
  margin-left: 20px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #3CBFB6;
}
.section-faq .question a:hover {
  color: #2A847E;
}
.section-faq .question a[aria-expanded="true"] {
  color: #363738;
  background-color: #BEE2D8;
}
.section-faq .question a[aria-expanded="true"] i {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  color: #363738;
}
.section-faq .reponse {
  background-color: #BEE2D8;
  border-radius: 0 0 14px 14px;
}
.section-faq .reponse .reponse__inner {
  padding: 0 40px 12px;
  line-height: 1.4;
  margin: 0;
}
.section-faq .reponse .reponse__inner p,
.section-faq .reponse .reponse__inner ul {
  font-size: 1.4rem;
  line-height: 2.4rem;
  margin-bottom: 0;
}
.section-faq .reponse a.boutonfaq {
  display: inline-block;
  border: 1px solid #363738;
  padding: 7px 18px;
  font-size: 1.4rem;
  font-weight: 600;
  color: #363738;
  margin-top: 12px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.section-faq .reponse a.boutonfaq:hover {
  border: 1px solid #3CBFB6;
  color: #3CBFB6;
}
@media (max-width: 1399px) {
  .section-faq .row {
    background-position: 0 0;
  }
}
@media (max-width: 992px) {
  .section-faq .row {
    background-size: 140px;
  }
  .section-faq .blocqr {
    width: 100% !important;
  }
  .section-faq .question a {
    padding: 12px 20px;
  }
  .section-faq .reponse .reponse__inner {
    padding: 0 20px 12px;
  }
}
