@font-face {
  font-family: 'ARSMaquette';
  src: url('/wp-content/themes/yatatheme-child/fonts/ARSMaquettePro-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ARSMaquette';
  src: url('/wp-content/themes/yatatheme-child/fonts/ARSMaquettePro-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'ARSMaquette';
  src: url('/wp-content/themes/yatatheme-child/fonts/ARSMaquettePro-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'ARSNovelty';
  src: url('/wp-content/themes/yatatheme-child/fonts/ARSNovelty-Bold.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Tomatoes';
  src: url('/wp-content/themes/yatatheme-child/fonts/TOMATOES 2021.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.section-faq .blocqr:not(:last-of-type) {
  margin-bottom: 20px;
}
.section-faq .question {
  position: relative;
  margin: 0;
}
.section-faq .question a {
  font-family: 'ARSMaquette', sans-serif;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: 0;
  border: 0;
  outline: 0;
  -webkit-appearance: none;
  width: 100%;
  padding: 12px 30px;
  box-shadow: none;
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  background-color: #359B48;
  border-radius: 12px;
}
.section-faq .question a span.plusmoins {
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -ms-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
  margin-left: 20px;
  font-size: 3rem;
  font-weight: 400;
  color: #ffffff;
  transform-origin: 50% 50%;
}
.section-faq .question a span.plusmoins:after {
  content: "+";
}
.section-faq .question a:hover {
  background-color: #3355A2;
}
.section-faq .question a[aria-expanded="true"] {
  background-color: #3355A2;
}
.section-faq .question a[aria-expanded="true"] span.plusmoins {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.section-faq .question a[aria-expanded="true"] span.plusmoins:after {
  content: "-";
}
.section-faq .reponse .reponse__inner {
  padding: 10px 30px 20px;
}
.section-faq .reponse .reponse__inner p,
.section-faq .reponse .reponse__inner ul {
  margin-bottom: 0;
  font-size: 1.6rem;
  line-height: 1.5;
}
.section-faq .reponse .reponse__inner p a,
.section-faq .reponse .reponse__inner ul a {
  color: #3355A2;
}
.section-faq .reponse .reponse__inner p a:hover,
.section-faq .reponse .reponse__inner ul a:hover {
  text-decoration: underline;
}
.section-faq .reponse .bouton1 {
  margin-top: 16px;
}
@media (max-width: 992px) {
  .section-faq .question a {
    font-size: 1.8rem;
  }
}
@media (max-width: 576px) {
  .section-faq .question a {
    padding: 10px 15px;
  }
  .section-faq .question a {
    font-size: 1.7rem;
  }
  .section-faq .reponse .reponse__inner {
    padding: 10px 15px 15px;
  }
}
