.footer_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  padding: 30px 10px;
}
@media (max-width: 500px) {
  .footer_buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    padding: 20px 10px;
  }
}
.footer_buttons a {
  padding: 25px 40px;
  margin: 0 5px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(243, 118, 87)), to(rgb(255, 61, 99)));
  background: linear-gradient(0deg, rgb(243, 118, 87) 0%, rgb(255, 61, 99) 100%);
  -webkit-box-shadow: 0 2px 2px #930612;
  box-shadow: 0 2px 2px #930612;
  border-radius: 30px;
  text-decoration: none;
  font-size: 17px;
  height: 50px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  font-family: "Montserrat";
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 567px) {
  .footer_buttons a {
    font-size: 17px;
    max-width: 1024px;
    width: 95%;
    text-align: center;
    padding: 0 50px;
    display: -ms-grid;
    display: grid;
  }
}
.footer_buttons .promos {
  background: transparent;
  border: 1px solid #1F396C;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  font-size: 17px;
  text-transform: uppercase;
  color: #134e9c;
  font-weight: 700;
  font-family: "Montserrat";
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.terms_benefices {
  font-size: 16px;
  width: 92%;
  margin: auto;
  color: #0c0032;
  font-weight: 500;
  font-style: italic;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.m-bottom {
  margin-bottom: 20px;
}

.faq {
  width: 100%;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#e0f8fc), to(#fff));
  background: linear-gradient(to bottom, #e0f8fc, #fff);
  border-radius: 15px;
}
.faq h2 {
  font-size: 28px;
  line-height: 100%;
  font-weight: 900;
  margin: 0 0 30px 0;
  padding: 0;
}
.faq .accordion-panel {
  background-color: #e0f8fc;
  cursor: pointer;
  padding: 20px 80px 20px 30px;
  margin: 0 0 25px 0;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  line-height: 23px;
  color: #0c0032;
  font-size: 18px;
  font-weight: 700;
  font-family: "Montserrat", serif;
}
@media (max-width: 567px) {
  .faq .accordion-panel {
    margin: 0;
  }
}
.faq .accordion-panel .accordion-arrow {
  display: block;
  width: 36px;
  height: 36px;
  background-image: url("/promo-lundi/images/arrow.svg");
  background-repeat: no-repeat;
  background-size: 55%;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.faq .accordion-panel.active {
  border-radius: 15px 15px 0 0;
}
.faq .accordion-panel.active .accordion-arrow {
  background-image: url("/promo-lundi/images/arrow-up.svg");
}
.faq .panel {
  padding: 0 50px;
  display: none;
  overflow: hidden;
  margin-bottom: 30px;
  text-align: left;
  font-size: 18px;
  color: #0c0032;
  font-weight: 500;
}
.faq .panel ul li {
  font-size: 18px;
  margin-bottom: 10px;
  color: #134e9c;
  line-height: 22px;
}
@media (max-width: 567px) {
  .faq .panel ul li {
    font-size: 16px;
  }
}
.faq .panel ul li::marker {
  color: #ff1000;
}

main.bonus {
  font-family: "Montserrat", serif;
}
main.bonus .main-title {
  margin-top: 3em;
}
@media (min-width: 567px) {
  main.bonus .main-title {
    padding: 0 40px;
  }
}
main.bonus .main-title h1 {
  font-size: 20px;
  line-height: 26px;
  text-transform: uppercase;
  color: #0c0032;
  font-weight: 700;
  word-wrap: normal;
  overflow-wrap: normal;
  white-space: normal;
  word-break: keep-all;
}
main.bonus .main-title p {
  text-transform: none;
  color: #134e9c;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
}
main.bonus .main-title h3 {
  font-size: 16px;
  line-height: 23px;
  text-transform: uppercase;
  color: #0c0032;
  font-weight: 700;
  margin-bottom: 20px;
}
main.bonus .main-title .step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5em;
  margin-bottom: 0.5em;
}
main.bonus .main-title .step-number {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1em;
  text-align: right;
  color: #ff1000;
}
main.bonus .main-title .step-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
main.bonus .main-title .m-bottom {
  margin-bottom: 20px;
}
main.bonus .bonus-hero img {
  max-width: 100%;
  width: 100%;
  height: auto;
  border-radius: 15px;
}
main.bonus ol li {
  font-size: 18px;
  margin-bottom: 10px;
  color: #134e9c;
  line-height: 22px;
}
main.bonus ol li::marker {
  color: #ff1000;
}

.footer_buttons {
  border-bottom: 1px solid #d6d9ed;
  margin-bottom: 3em;
  padding: 3em 0;
}
@media (max-width: 567px) {
  .footer_buttons a {
    display: -ms-grid;
    display: grid;
  }
}

.faq .panel ul li {
  color: #0c0032;
}