.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.cashback {
  margin-top: 2em;
}
main.cashback h1 {
  color: #0c0032;
  font-size: 30px;
  font-family: "Montserrat", serif;
  font-weight: 700;
  word-wrap: normal;
  overflow-wrap: normal;
  white-space: normal;
  word-break: keep-all;
}
@media (max-width: 567px) {
  main.cashback h1 {
    font-size: 20px;
  }
}
main.cashback .m-30 {
  margin: 30px 0;
}
main.cashback span {
  color: #FE2313;
}
main.cashback p {
  font-size: 18px;
  line-height: 24px;
  color: #134E9C;
  text-transform: none;
}
main.cashback .cashback-hero {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
main.cashback .cashback-hero img {
  max-width: 100%;
  width: 100%;
  height: auto;
  border-radius: 15px;
}
main.cashback .box-container {
  width: 100%;
  max-width: 1600px;
  margin: 70px auto 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media (max-width: 567px) {
  main.cashback .box-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 65px;
  }
}
@media (min-width: 568px) and (max-width: 1024px) {
  main.cashback .box-container {
    gap: 10px;
  }
}
main.cashback .box {
  width: 100%;
  max-width: 340px;
  border-radius: 25px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 0 25px 30px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}
@media (max-width: 567px) {
  main.cashback .box {
    max-width: 100%;
  }
}
@media (min-width: 1920px) {
  main.cashback .box {
    max-width: unset;
  }
}
main.cashback .box:nth-of-type(1) {
  background: url("/cashback-dynastique/images/steps/steps-bg-1.png") no-repeat;
}
main.cashback .box:nth-of-type(2) {
  background: url("/cashback-dynastique/images/steps/steps-bg-2.png") no-repeat;
}
main.cashback .box:nth-of-type(3) {
  background: url("/cashback-dynastique/images/steps/steps-bg-3.png") no-repeat;
}
main.cashback .box img {
  max-width: 150px;
  width: 100%;
  height: auto;
  margin-top: -50px;
}
@media (min-width: 568px) and (max-width: 1024px) {
  main.cashback .box img {
    width: 60%;
  }
}
main.cashback .box h3 {
  min-height: 50px;
  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;
  text-transform: uppercase;
  color: #0c0032;
  font-weight: 700;
}
main.cashback .box p {
  font-size: 20px;
  color: #0c0032;
  font-weight: 400;
}
@media (min-width: 568px) and (max-width: 1024px) {
  main.cashback .box {
    padding: 0 10px 30px;
  }
  main.cashback .box h3 {
    font-size: 18px;
  }
  main.cashback .box p {
    font-size: 16px;
  }
}
main.cashback .cashback-slider {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
main.cashback .cashback-slider::before {
  content: "";
  position: absolute;
  top: 0;
  left: -58px;
  width: 700px;
  height: 220px;
  background-image: url("/cashback-dynastique/images/cashback-d.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  z-index: 2;
}
@media (max-width: 768px) {
  main.cashback .cashback-slider::before {
    background-image: unset;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  main.cashback .cashback-slider::before {
    background-image: none;
  }
}
@media (min-width: 1600px) {
  main.cashback .cashback-slider::before {
    left: 0;
    height: 250px;
    background-size: cover;
  }
}
main.cashback .cashback-slider img {
  max-width: 100%;
  width: 100%;
  height: auto;
  border-radius: 10px;
}
@media (max-width: 768px) {
  main.cashback .cashback-slider img {
    height: 800px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  main.cashback .cashback-slider img {
    height: 220px;
  }
}
main.cashback .cashback-slider .slider-overlay {
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
}
@media (max-width: 768px) {
  main.cashback .cashback-slider .slider-overlay {
    right: unset;
    top: 65%;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  main.cashback .cashback-slider .slider-overlay {
    right: unset;
  }
}
main.cashback .cashback-slider .slider-overlay ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
}
main.cashback .cashback-slider .slider-overlay ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  white-space: nowrap;
  border-bottom: 1px solid #4072b7;
  padding: 10px 0;
}
main.cashback .cashback-slider .slider-overlay ul li:last-of-type {
  border-bottom: none;
}
@media (max-width: 768px) {
  main.cashback .cashback-slider .slider-overlay ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    white-space: pre-wrap;
    text-align: center;
    border-bottom: unset;
    gap: 0;
    padding: 17px 0 0;
    margin: 0;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  main.cashback .cashback-slider .slider-overlay ul li {
    padding: 0;
  }
}
main.cashback .cashback-slider .slider-overlay ul li .text {
  font-weight: 700;
  font-family: "Montserrat", serif;
  text-transform: none;
  font-size: 20px;
  color: #fff;
  margin: 0;
  padding: 0;
  width: 400px;
}
@media (max-width: 768px) {
  main.cashback .cashback-slider .slider-overlay ul li .text {
    width: 250px;
    margin: 0 auto;
    font-size: 18px;
  }
}
main.cashback .cashback-slider .slider-overlay ul li .bullet {
  color: #ffd800;
}
main.cashback .cashback-slider .slider-overlay ul li .arrow {
  display: inline-block;
  width: 15px;
  height: 15px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media (max-width: 768px) {
  main.cashback .cashback-slider .slider-overlay ul li .arrow {
    -webkit-transform: unset;
            transform: unset;
  }
}
main.cashback .cashback-slider .slider-overlay ul li .cashback {
  background-color: #124181;
  color: #ffd800;
  font-weight: 700;
  border-radius: 15px;
  padding: 5px 15px;
  margin: 0;
  font-size: 15px;
}
@media (min-width: 769px) and (max-width: 1024px) {
  main.cashback .cashback-slider .slider-overlay ul li .text {
    font-size: 15px;
    width: 280px;
  }
}
main.cashback .cashback-faq {
  width: 100%;
  text-align: center;
}
main.cashback .cashback-faq h2 {
  font-size: 30px;
  text-transform: uppercase;
  color: #0c0032;
  font-weight: 700;
  text-align: left;
  padding: 0 0 20px;
  margin: 0;
}
main.cashback .cashback-faq .accordion-panel {
  background-color: #e9eef5;
  font-weight: 600;
  padding: 20px 80px 20px 30px;
  margin: 0 0 25px 0;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
main.cashback .cashback-faq .accordion-panel p {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 23px;
  color: #0c0032;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 567px) {
  main.cashback .cashback-faq .accordion-panel p {
    font-size: 17px;
  }
}
main.cashback .cashback-faq .accordion-panel.active {
  border-radius: 15px 15px 0 0;
}
main.cashback .cashback-faq .accordion-panel.active {
  background-color: #e9eef5;
  margin-bottom: 0;
}
main.cashback .cashback-faq .accordion-panel .accordion-arrow {
  display: block;
  width: 36px;
  height: 36px;
  background-image: url("/cashback-dynastique/images/arrow-down.svg");
  background-repeat: no-repeat;
  background-size: 55%;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  position: absolute;
  top: 49%;
  -webkit-transform: translateY(-49%);
          transform: translateY(-49%);
  right: 30px;
  background-position: center;
}
@media only screen and (min-width: 601px) {
  main.cashback .cashback-faq .accordion-panel .accordion-arrow {
    display: inline-block;
  }
}
main.cashback .cashback-faq .accordion-panel.active .accordion-arrow {
  background-image: url("/cashback-dynastique/images/faq-arrow-up.svg");
}
main.cashback .cashback-faq .panel {
  display: none;
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 0 0 15px 15px;
}
main.cashback .cashback-faq .panel p {
  padding: 0 10px 30px 10px;
  font-size: 18px;
  margin-bottom: 10px;
  color: #0c0032;
  background-color: #e9eef5;
  text-align: left;
}
main.cashback .cashback-faq .panel p:last-child {
  margin-bottom: 0;
}
main.cashback .footer_buttons {
  border-bottom: 1px solid #d6d9ed;
  margin-bottom: 3em;
  padding: 3em 0;
}
@media (max-width: 567px) {
  main.cashback .footer_buttons {
    margin-bottom: 2em;
  }
  main.cashback .footer_buttons a {
    display: -ms-grid;
    display: grid;
  }
}