@font-face {
  font-family: 'N27';
  src: url('/wp-content/themes/yatatheme/fonts/N27-Regular.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'N27';
  src: url('/wp-content/themes/yatatheme/fonts/N27-Medium.otf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'N27';
  src: url('/wp-content/themes/yatatheme/fonts/N27-Bold.otf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
.section-besoindaide .container-fluid {
  max-width: 1360px;
}
.section-besoindaide .container-fluid h2 {
  margin-bottom: 55px;
}
.section-besoindaide .container-fluid .boutons {
  display: flex;
}
.section-besoindaide .container-fluid .boutons .bouton1 {
  margin-right: 18px;
}
.section-besoindaide .encart {
  border: 1px solid #4C00FF;
  border-radius: 16px;
  padding: 25px 30px;
  margin-right: 40px;
  position: relative;
}
.section-besoindaide .encart h3 {
  text-transform: uppercase;
  font-size: 3rem;
  line-height: 3.2rem;
  padding-right: 60px;
  margin-bottom: 30px;
}
.section-besoindaide .encart p,
.section-besoindaide .encart li {
  color: #4C00FF;
  font-size: 2rem;
  line-height: 2.7rem;
  margin-bottom: 10px;
}
.section-besoindaide .encart .bouton2 {
  color: #FFFEF1;
}
.section-besoindaide .encart .bouton2:hover {
  color: #4C00FF;
}
.section-besoindaide .encart .bouton2:hover:after {
  background-color: #00F000;
}
.section-besoindaide .encart span.icone {
  position: absolute;
  top: -12px;
  right: -55px;
  background-color: #FFFEF1;
  padding: 0 0 25px 10px;
}
.section-besoindaide .encart span.icone svg {
  height: 124px;
}
.section-besoindaide .faq {
  margin-left: 4vw;
}
.section-besoindaide .blocqr:not(:last-child) {
  margin-bottom: 20px;
}
.section-besoindaide .question {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
.section-besoindaide .question a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #4C00FF;
  border: 0;
  outline: 0;
  -webkit-appearance: none;
  width: 100%;
  padding: 30px 50px 30px 30px;
  box-shadow: none;
  font-size: 1.8rem;
  line-height: 2rem;
  font-weight: 700;
  color: #FFFEF1;
  border-radius: 12px;
}
.section-besoindaide .question a span {
  position: absolute;
  right: 30px;
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -ms-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
  margin-left: 20px;
  font-weight: 700;
  font-size: 2.8rem;
  color: #FFFEF1;
  opacity: 1;
}
.section-besoindaide .question a span.moins {
  opacity: 0;
}
.section-besoindaide .question a:hover {
  color: #00F000;
}
.section-besoindaide .question a:hover span {
  color: #00F000;
}
.section-besoindaide .question a:focus {
  border: 1px solid #00F000;
}
.section-besoindaide .question a[aria-expanded="true"] span {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.section-besoindaide .question a[aria-expanded="true"] span.moins {
  opacity: 1;
}
.section-besoindaide .question a[aria-expanded="true"] span.plus {
  opacity: 0;
}
.section-besoindaide .reponse .reponse__inner {
  padding: 20px;
  margin: 0;
}
.section-besoindaide .reponse .reponse__inner p {
  margin: 0;
  font-size: 2rem;
  line-height: 3rem;
}
.section-besoindaide .reponse .reponse__inner p strong {
  font-weight: 700;
}
.section-besoindaide .reponse .reponse__inner p em {
  background-color: #00F000;
  font-weight: 400;
}
.section-besoindaide .reponse .boutonfaq {
  color: #4C00FF;
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 700;
  border: 1px solid #4C00FF;
  padding: 6px 30px;
  display: inline-block;
  margin-top: 20px;
}
.section-besoindaide .reponse .boutonfaq:hover {
  color: #00F000;
  border-color: #00F000;
}
@media (max-width: 1399px) {
  .section-besoindaide .encart h3 {
    font-size: 2.3rem;
    line-height: 2.8rem;
  }
  .section-besoindaide .encart p,
  .section-besoindaide .encart li {
    font-size: 1.8rem;
    line-height: 2.5rem;
  }
  .section-besoindaide .encart span.icone svg {
    height: 94px;
  }
}
@media (max-width: 992px) {
  .section-besoindaide .blocqr {
    width: 100% !important;
  }
  .section-besoindaide .faq {
    margin-left: 0;
  }
  .section-besoindaide .encart {
    margin-bottom: 30px;
  }
  .section-besoindaide .reponse .reponse__inner p {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
  .section-besoindaide .encart span.icone {
    right: -45px;
  }
}
@media (max-width: 767px) {
  .section-besoindaide .question a {
    padding: 20px 50px 20px 20px;
  }
  .section-besoindaide .reponse .reponse__inner {
    padding: 10px;
  }
  .section-besoindaide .reponse .boutonfaq {
    margin-top: 10px;
  }
  .section-besoindaide .container-fluid h2 {
    margin-bottom: 30px;
  }
  .section-besoindaide .encart {
    padding: 25px 20px;
  }
}
