@font-face {
  font-family: 'gamay';
  src: url('/wp-content/themes/yatatheme-child/fonts/Gamay Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'gamay';
  src: url('/wp-content/themes/yatatheme-child/fonts/Gamay Light.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'gamay';
  src: url('/wp-content/themes/yatatheme-child/fonts/Gamay Book.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'gamay';
  src: url('/wp-content/themes/yatatheme-child/fonts/Gamay Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'gamay';
  src: url('/wp-content/themes/yatatheme-child/fonts/Gamay Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
.section-datasdepliable {
  scroll-margin-top: 200px;
}
.section-datasdepliable .blocqr {
  border: 1px solid #305736;
}
.section-datasdepliable .blocqr:not(:last-child) {
  margin-bottom: 20px;
}
.section-datasdepliable .question {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
.section-datasdepliable .question a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: 0;
  border: 0;
  outline: 0;
  -webkit-appearance: none;
  width: 100%;
  padding: 20px;
  box-shadow: none;
  font-size: 2.5rem;
  color: #305736;
}
.section-datasdepliable .question a i {
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -ms-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
  margin-left: 20px;
  font-size: 1.7rem;
}
.section-datasdepliable .question a:hover {
  color: #5B8D48;
}
.section-datasdepliable .question a[aria-expanded="true"] {
  color: #5B8D48;
}
.section-datasdepliable .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-datasdepliable .reponse .reponse__inner {
  padding: 10px 20px;
  line-height: 2;
  margin: 0;
}
.section-datasdepliable .reponse .reponse__inner p a {
  color: #305736;
  text-decoration: underline;
}
.section-datasdepliable .reponse .reponse__inner p a:hover {
  text-decoration: none;
}
.section-datasdepliable .reponse .reponse__inner a.liendoc {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.section-datasdepliable .reponse .reponse__inner a.liendoc i {
  font-size: 2.9rem;
  color: #305736;
  margin-right: 20px;
}
.section-datasdepliable .reponse .reponse__inner a.liendoc span {
  color: #305736;
  font-weight: 300;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.section-datasdepliable .reponse .reponse__inner a.liendoc span.ext {
  font-size: 1.4rem;
}
.section-datasdepliable .reponse .reponse__inner a.liendoc:hover i,
.section-datasdepliable .reponse .reponse__inner a.liendoc:hover span {
  color: #5B8D48;
  text-decoration: none;
}
.section-datasdepliable .reponse .bouton1 {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .section-datasdepliable .blocqr {
    width: 100% !important;
  }
  .section-datasdepliable .question a {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .section-datasdepliable {
    scroll-margin-top: 20px;
  }
}
@media (max-width: 576px) {
  .section-datasdepliable .question a {
    font-size: 1.8rem;
  }
  .section-datasdepliable .reponse .reponse__inner a.liendoc span {
    font-size: 1.8rem;
  }
}
