/*--------VARIABLES--------*/
/*--------FONTS---------*/
@font-face {
  font-family: "Euclid";
  font-weight: 300;
  src: url("../../fonts/euclid-circular-a/Euclid_Circular_A_Light.ttf") format("truetype");
}
@font-face {
  font-family: "Euclid";
  font-weight: 400;
  src: url("../../fonts/euclid-circular-a/Euclid_Circular_A_Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Euclid";
  font-weight: 500;
  src: url("../../fonts/euclid-circular-a/Euclid_Circular_A_Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Euclid";
  font-weight: 700;
  src: url("../../fonts/euclid-circular-a/Euclid_Circular_A_Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Euclid";
  font-weight: 900;
  src: url("../../fonts/euclid-circular-a/Euclid_Circular_A_ExtraBold.ttf") format("truetype");
}
@font-face {
  font-family: "ZillaSlab";
  font-weight: 300;
  src: url("../../fonts/Zilla_Slab/ZillaSlab-Light.ttf") format("truetype");
}
@font-face {
  font-family: "ZillaSlab";
  font-weight: 400;
  src: url("../../fonts/Zilla_Slab/ZillaSlab-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "ZillaSlab";
  font-weight: 500;
  src: url("../../fonts/Zilla_Slab/ZillaSlab-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "ZillaSlab";
  font-weight: 700;
  src: url("../../fonts/Zilla_Slab/ZillaSlab-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "ZillaSlab";
  font-weight: 900;
  src: url("../../fonts/Zilla_Slab/ZillaSlab-ExtraBold.ttf") format("truetype");
}
/* ----- KEYFRAMES ----- */
@keyframes fadeInUpCustom {
  from {
    transform: translate3d(0, 40px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUpCustom {
  from {
    transform: translate3d(0, 40px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.fadeInUpCustom {
  opacity: 0;
  -webkit-animation: fadeInUpCustom forwards 0.8s cubic-bezier(0.39, 0.575, 0.565, 1);
  animation: fadeInUpCustom forwards 0.8s cubic-bezier(0.39, 0.575, 0.565, 1);
}

@keyframes rot {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(1080deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* ----- BANDEAU FAQ FOOTER ----- */
#bandeau-faq {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media (max-width: 479px) {
  #bandeau-faq {
    padding: 0 25px;
  }
}
#bandeau-faq .row > * {
  padding: 0;
}
#bandeau-faq h2.section-title,
#bandeau-faq h3.section-title {
  --line-height-title: calc(var(var(--font-size-title) + 4px));
  margin-bottom: 70px;
  position: relative;
  font-family: "Euclid", system-ui, -apple-system, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-weight: 800;
  font-size: var(--font-size-title);
  line-height: var(--line-height-title);
}
#bandeau-faq h2.section-title small,
#bandeau-faq h3.section-title small {
  font-weight: 300;
}
#bandeau-faq h2.section-title::before,
#bandeau-faq h3.section-title::before {
  content: " ";
  position: absolute;
  width: 70px;
  height: 5px;
  background: #18685B;
  bottom: -25px;
  border-radius: 10px;
  left: 0%;
}
#bandeau-faq h2.section-title.center::before,
#bandeau-faq h3.section-title.center::before {
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1599px) {
  #bandeau-faq h2.section-title,
  #bandeau-faq h3.section-title {
    --font-size-title: 45px;
  }
}
@media (max-width: 1299px) {
  #bandeau-faq h2.section-title,
  #bandeau-faq h3.section-title {
    --font-size-title: 40px;
  }
}
@media (max-width: 767px) {
  #bandeau-faq h2.section-title,
  #bandeau-faq h3.section-title {
    --font-size-title: 32px;
    text-align: center;
  }
  #bandeau-faq h2.section-title::before,
  #bandeau-faq h3.section-title::before {
    left: 50%;
    transform: translateX(-50%);
  }
  #bandeau-faq h2.section-title small,
  #bandeau-faq h3.section-title small {
    font-size: 24px;
  }
}
@media (max-width: 479px) {
  #bandeau-faq h2.section-title,
  #bandeau-faq h3.section-title {
    --font-size-title: 26px;
  }
}
#bandeau-faq .intro-faq {
  font-size: 20px;
  padding-right: 35px;
  position: relative;
}
@media (max-width: 991px) {
  #bandeau-faq .intro-faq {
    text-align: center;
    margin-bottom: 40px;
    padding: 0;
  }
}
@media (max-width: 767px) {
  #bandeau-faq .intro-faq {
    font-size: 18px;
  }
}
#bandeau-faq .zone-faq {
  padding-left: 35px;
}
@media (max-width: 991px) {
  #bandeau-faq .zone-faq {
    padding-left: 0;
  }
}
#bandeau-faq .link {
  display: block;
  margin: 35px auto 0;
  font-size: 22px;
  font-weight: 500;
  width: fit-content;
}
@media (max-width: 1199px) {
  #bandeau-faq .link {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  #bandeau-faq .link {
    font-size: 18px;
  }
}

.zone-faq .zone-question {
  transition: 0.3s ease;
  min-height: 78px;
}
.zone-faq .zone-question h2[itemprop=name],
.zone-faq .zone-question h3[itemprop=name] {
  margin: 0;
  color: #000000;
  font-size: 24px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .zone-faq .zone-question h2[itemprop=name],
  .zone-faq .zone-question h3[itemprop=name] {
    font-size: 18px;
  }
}
.zone-faq .answer h3 {
  font-size: 1.15rem !important;
}
.zone-faq .answer h3::before {
  content: none !important;
}
.zone-faq .answer h4,
.zone-faq .answer h5,
.zone-faq .answer h6 {
  font-size: inherit !important;
}
.zone-faq .answer h4::before,
.zone-faq .answer h5::before,
.zone-faq .answer h6::before {
  content: none !important;
}
.zone-faq .zone-qr {
  position: relative;
}
.zone-faq .zone-qr:not(:last-of-type)::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  background: #D9D9D9;
}
.zone-faq .zone-qr:first-of-type {
  margin-top: 0;
}
.zone-faq .zone-qr:last-of-type {
  border: none;
}
.zone-faq .navbar-toggler {
  transition: 0.3s ease;
  color: #ffffff;
  border: none;
  padding: 0 !important;
  width: 30px;
}
.zone-faq .navbar-toggler svg {
  width: 15px;
  height: auto;
  fill: #000000;
  transform: rotate(-90deg);
  transition: 0.3s ease;
}
.zone-faq .navbar-toggler svg path {
  fill: #000000;
}
.zone-faq .navbar-toggler:focus {
  outline: auto;
}
.zone-faq .active {
  transition: 0.3s ease;
}
.zone-faq .active svg {
  transition: 0.3s ease;
  transform: rotate(-270deg);
}
.zone-faq .faq-collapse .collapse-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
}
.zone-faq .faq-collapse .collapse-button:hover {
  cursor: pointer;
}
.zone-faq .faq-collapse:first-child .collapse-button {
  padding-top: 0;
}
.zone-faq .collapse-content {
  position: relative;
  background: none;
  max-height: none;
  box-shadow: none;
  top: auto;
  padding: 0 25px 20px 0;
  display: none;
}
@media (max-width: 767px) {
  .zone-faq .collapse-content {
    padding: 0 0 20px 0;
    font-size: 15px;
  }
}

.bloc--zone-faq {
  margin-top: 30px;
  margin-bottom: 30px;
}
.bloc--zone-faq .container {
  padding: 0;
  position: relative;
}
@media (max-width: 767px) {
  .bloc--zone-faq .container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .bloc--zone-faq .zone-faq {
    padding: 20px;
  }
}