@font-face {
  font-family: "Prometo Trial";
  src: url(../../assets/fonts/prometo-trial/Prometo_Trial_Bd.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "a Absolute Empire";
  src: url("../../assets/fonts/a_absolute_empire/aAbsoluteEmpire.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.rewards-club {
  position: relative;
}
.rewards-club .green-text {
  color: #28FFB6;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 255, 78, 0.77)), to(#00AFA1));
  background: linear-gradient(90deg, rgba(0, 255, 78, 0.77) 0%, #00AFA1 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.rewards-club .wrapper:first-child {
  padding: 0px;
}
.rewards-club .wrapper:nth-child(2) {
  padding: 1em 1em 1em;
}
.rewards-club .bottom-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-gradient(linear, left top, right top, from(#8F7B33), to(#082539));
  background: linear-gradient(90deg, #8F7B33 0%, #082539 100%);
  padding: 10px 20px;
}
@media screen and (min-width: 600px) {
  .rewards-club .bottom-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.rewards-club .bottom-bar .icons img {
  width: 40px;
  padding: 0px 3px;
}
@media screen and (min-width: 600px) {
  .rewards-club .bottom-bar .icons img {
    width: 30px;
    padding: 0px 5px;
  }
}
.rewards-club .bottom-bar .text {
  font-size: 18px;
  font-weight: 700;
  font-family: "Prometo Trial", sans-serif;
  text-transform: uppercase;
  padding-top: 3px;
}
.rewards-club .reward-club-banner {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 300px;
  width: 100%;
  padding: 35px 30px 30px 30px;
  background-image: url("../images/main-banner-mob.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 600px) {
  .rewards-club .reward-club-banner {
    background-image: url("../images/main-banner-desk.png");
    padding: 40px 32px;
    min-height: 250px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .rewards-club .reward-club-banner {
    min-height: 240px;
  }
}
@media screen and (min-width: 1024px) {
  .rewards-club .reward-club-banner {
    min-height: 300px;
  }
}
@media screen and (min-width: 1280px) {
  .rewards-club .reward-club-banner {
    min-height: 300px;
  }
}
@media screen and (min-width: 1366px) {
  .rewards-club .reward-club-banner {
    min-height: 310px;
  }
}
@media screen and (min-width: 1440px) {
  .rewards-club .reward-club-banner {
    min-height: 360px;
  }
}
@media screen and (min-width: 1680px) {
  .rewards-club .reward-club-banner {
    min-height: 450px;
  }
}
.rewards-club .mobile-bottom-bar .bottom-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: -webkit-gradient(linear, left top, right top, from(#8F7B33), to(#082539));
  background: linear-gradient(90deg, #8F7B33 0%, #082539 100%);
  position: relative;
}
@media screen and (min-width: 600px) {
  .rewards-club .mobile-bottom-bar .bottom-bar {
    display: none;
  }
}
.rewards-club .refer-friend-secion {
  padding: 30px 0 30px 0;
}
.rewards-club .refer-friend-secion .container {
  max-width: 1150px;
  margin: 0 auto;
}
.rewards-club .refer-friend-secion .stats-slider-rewards {
  overflow: hidden;
}
.rewards-club .refer-friend-secion .stats-slider-rewards .swiper-slide {
  padding-top: 10px;
}
.rewards-club .refer-friend-secion .stats-slider-rewards .stat-card {
  background: url("../images/misc/box-steps.svg") center center/contain no-repeat;
  padding: 15px 20px;
  color: #fff;
  min-height: 467px;
  position: relative;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.rewards-club .refer-friend-secion .stats-slider-rewards .stat-card h2 {
  font-size: 18px;
  font-weight: 700;
  padding: 3px 35px;
  font-family: "Prometo Trial", sans-serif;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 255, 78, 0.77)), to(#00AFA1));
  background: linear-gradient(90deg, rgba(0, 255, 78, 0.77) 0%, #00AFA1 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.rewards-club .refer-friend-secion .stats-slider-rewards .stat-card p {
  font-size: 15px;
  line-height: 1.4;
  font-weight: 500;
  padding: 2px 35px;
}
.rewards-club .refer-friend-secion .stats-slider-rewards .stat-card .icon img {
  width: 80px;
  height: 80px;
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .rewards-club .refer-friend-secion .stats-slider-rewards .stat-card .icon img {
    width: 100px;
    height: 100px;
  }
}
.rewards-club .refer-friend-secion .swiper-pagination-bullets {
  position: absolute;
  top: -6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .rewards-club .refer-friend-secion .swiper-pagination-bullets {
    top: 10px;
  }
}
.rewards-club .refer-friend-secion .swiper-pagination-bullets .swiper-pagination-bullet {
  border: 1px solid #DFC386;
  background-color: transparent;
  width: 8px;
  height: 8px;
  margin: 0 2px;
  border-radius: 50%;
  opacity: 1;
}
.rewards-club .refer-friend-secion .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 1px solid #DFC386;
  background-color: #28FFB6;
}
.rewards-club .cashback-secion {
  background: rgba(13, 3, 33, 0.8) url(../images/bg-banner.png) no-repeat;
  background-size: cover;
  background-position: bottom;
  margin-bottom: 30px;
}
@media screen and (min-width: 600px) {
  .rewards-club .cashback-secion {
    background-size: cover;
  }
}
.rewards-club .cashback-secion .container {
  max-width: 1200px;
  margin: 0 auto;
}
.rewards-club .cashback-secion .cashback-rewards {
  overflow: hidden;
}
.rewards-club .cashback-secion .cashback-rewards .swiper-slide {
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .rewards-club .cashback-secion .cashback-rewards .swiper-slide {
    padding-top: 0;
  }
}
.rewards-club .cashback-secion .cashback-rewards .stat-card {
  padding: 15px 10px;
  background-size: contain;
  background: url("../images/misc/box.svg") no-repeat center;
  color: #fff;
  min-height: 355px;
  position: relative;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 600px) {
  .rewards-club .cashback-secion .cashback-rewards .stat-card {
    min-height: 455px;
  }
}
.rewards-club .cashback-secion .cashback-rewards .stat-card h3 {
  font-size: 25px;
  font-weight: 700;
  line-height: 1em;
  padding: 10px 17px 15px 17px;
  font-family: "Prometo Trial", sans-serif;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 255, 78, 0.77)), to(#00AFA1));
  background: linear-gradient(90deg, rgba(0, 255, 78, 0.77) 0%, #00AFA1 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.rewards-club .cashback-secion .cashback-rewards .stat-card p.text-one {
  font-size: 20px;
  font-weight: 700;
  padding: 15px 10px 2px 10px;
  text-transform: uppercase;
}
.rewards-club .cashback-secion .cashback-rewards .stat-card p.text-two {
  font-size: 50px;
  line-height: 1em;
  font-weight: 400;
  padding: 2px 10px 0px 10px;
  text-transform: uppercase;
  font-family: "a Absolute Empire";
  color: #FFF3AA;
}
.rewards-club .cashback-secion .cashback-rewards .stat-card p.text-three {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 400;
  padding: 2px 10px 15px 10px;
  text-transform: uppercase;
  font-family: "a Absolute Empire";
  color: #FFF3AA;
}
.rewards-club .cashback-secion .cashback-rewards .stat-card .button a.but-links {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 173px;
  height: 49px;
  background: url("../images/buttons/green-button.svg") no-repeat center;
  background-size: cover;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}
.rewards-club .cashback-secion .cashback-rewards .stat-card .line img {
  width: 130px;
  margin: 0 auto;
}
.rewards-club .cashback-secion .swiper-pagination-bullets {
  position: absolute;
  top: -6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .rewards-club .cashback-secion .swiper-pagination-bullets {
    top: 10px;
  }
}
.rewards-club .cashback-secion .swiper-pagination-bullets .swiper-pagination-bullet {
  border: 1px solid #DFC386;
  background-color: transparent;
  width: 8px;
  height: 8px;
  margin: 0 2px;
  border-radius: 50%;
  opacity: 1;
}
.rewards-club .cashback-secion .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 1px solid #DFC386;
  background-color: #28FFB6;
}
.rewards-club #faq h2 {
  text-align: center;
  font-size: 24px;
}
.rewards-club #faq .row.open p {
  font-size: 15px;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .rewards-club #faq .row.open p {
    font-size: 16px;
  }
}
.rewards-club #faq .row .q {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .rewards-club #faq .row .q {
    font-size: 18px;
  }
}
.rewards-club #faq .row:last-child {
  margin-bottom: 1em;
}
.rewards-club .cashback-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  max-width: 900px;
  width: 100%;
  margin: 10px auto;
  padding: 20px 28px;
  background: -webkit-gradient(linear, left top, left bottom, from(#051A32), color-stop(50%, #031624), to(#0D0321));
  background: linear-gradient(180deg, #051A32 0%, #031624 50%, #0D0321 100%);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .rewards-club .cashback-banner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.rewards-club .cashback-banner {
  border-radius: 4px;
}
.rewards-club .cashback-banner .image img {
  width: 200px;
  height: 190px;
  display: block;
}
.rewards-club .cashback-banner .content {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .rewards-club .cashback-banner .content {
    text-align: left;
  }
}
.rewards-club .cashback-banner .content h2 {
  margin: 0 0 8px;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 255, 78, 0.77)), to(#00AFA1));
  background: linear-gradient(90deg, rgba(0, 255, 78, 0.77) 0%, #00AFA1 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Prometo Trial", sans-serif;
}
.rewards-club .cashback-banner .content p {
  margin: 0;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.3em;
}
.rewards-club .cta-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px 0px 20px 0px;
}
@media screen and (min-width: 768px) {
  .rewards-club .cta-section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 30px 0px 30px 0px;
  }
}
.rewards-club .cta-section .button {
  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;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  margin-bottom: 10px;
}
.rewards-club .cta-section .btn-retour {
  background: url(../../assets/images/buttons/btn-je-depose.svg) no-repeat;
  width: 214px;
  height: 60px;
  margin-right: 0px;
}
@media screen and (min-width: 768px) {
  .rewards-club .cta-section .btn-retour {
    margin-right: 20px;
  }
}
.rewards-club .cta-section .btn-se-connecter {
  background: url(../../assets/images/buttons/btn-retour-aux-promos.svg) no-repeat;
  width: 300px;
  height: 60px;
}