.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-horizontal {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
          transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}

#main {
  max-width: 100%;
  width: 100%;
  display: block;
}

.siteBas-footer {
  margin-top: 0 !important;
}

/* .siteBas-footer .siteBas-footer-top::after {
    background-color: #f5f5f5 !important;
} */
.breadcrumb {
  display: none;
}

body .whole_header .vb-header {
  background: transparent;
}

body .whole_header.show-blur {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

body .whole_header .vb-header .header-section .left-header .logo-section .logo,
body .whole_header .vb-header .header-section .left-header .menu-picto-section .picto-svg,
body .whole_header .vb-header .header-section .picto-section .icons .picto .picto-svg {
  color: #FFF !important;
}

.whole_header {
  background-color: transparent !important;
  -webkit-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
  position: fixed;
  width: 100% !important;
}
.whole_header:before {
  background-color: transparent !important;
}
.whole_header.scrolled {
  background-color: transparent !important;
}
.whole_header.scrolled:before {
  background-color: transparent !important;
}

.landing-loyalty * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.landing-loyalty {
  overflow: hidden;
}

.loyalty-hero {
  background-color: #3C6954;
  min-height: 100vh;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  top: 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .loyalty-hero {
    min-height: 100vh;
    overflow: hidden;
  }
}
@media screen and (max-width: 480px) {
  .loyalty-hero {
    min-height: 100vh;
    overflow: hidden;
  }
}
.loyalty-hero .loyalty-hero-image {
  position: absolute;
  top: -15%;
  left: auto;
  height: 70%;
  -o-object-fit: cover;
  object-fit: cover;
  right: -50%;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  max-width: 50%;
  -o-object-position: center;
     object-position: center;
  border-top-left-radius: 999px;
  border-bottom-left-radius: 999px;
  -webkit-animation: heroImageAnimation 1500ms forwards 700ms;
          animation: heroImageAnimation 1500ms forwards 700ms;
}
.loyalty-hero .loyalty-hero-image.animation-on-scroll {
  height: 130%;
  right: 0%;
  -webkit-animation: heroImageAnimationLeave 1000ms forwards 700ms;
          animation: heroImageAnimationLeave 1000ms forwards 700ms;
}
@media screen and (max-width: 1300px) {
  .loyalty-hero .loyalty-hero-image.animation-on-scroll {
    height: 100%;
    right: -10%;
    -webkit-animation: heroImageAnimationXLLeave 1000ms forwards 700ms;
            animation: heroImageAnimationXLLeave 1000ms forwards 700ms;
  }
}
@media screen and (max-width: 1080px) {
  .loyalty-hero .loyalty-hero-image.animation-on-scroll {
    height: 100%;
    right: -10%;
    -webkit-animation: heroImageAnimationLLeave 1000ms forwards 700ms;
            animation: heroImageAnimationLLeave 1000ms forwards 700ms;
  }
}
@media screen and (max-width: 900px) {
  .loyalty-hero .loyalty-hero-image.animation-on-scroll {
    top: 420px;
    left: 0;
    right: 0;
    -webkit-animation: none;
            animation: none;
  }
}
@media screen and (max-width: 768px) {
  .loyalty-hero .loyalty-hero-image.animation-on-scroll {
    width: 130%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    top: 380px;
    bottom: auto;
    left: -15%;
    right: auto;
    border-radius: 999px;
    max-width: unset;
    aspect-ratio: 1/1;
    -webkit-animation: none;
            animation: none;
  }
}
@media screen and (max-width: 1300px) {
  .loyalty-hero .loyalty-hero-image {
    -webkit-animation: heroImageAnimationXL 1500ms forwards 700ms;
            animation: heroImageAnimationXL 1500ms forwards 700ms;
  }
}
@media screen and (max-width: 1080px) {
  .loyalty-hero .loyalty-hero-image {
    -webkit-animation: heroImageAnimationL 1500ms forwards 700ms;
            animation: heroImageAnimationL 1500ms forwards 700ms;
  }
}
@media screen and (max-width: 900px) {
  .loyalty-hero .loyalty-hero-image {
    width: 700px;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    top: 100%;
    bottom: auto;
    left: 0;
    right: 0;
    border-radius: 999px;
    max-width: unset;
    aspect-ratio: 1/1;
    -webkit-animation: heroImageAnimationM 1500ms forwards 700ms;
            animation: heroImageAnimationM 1500ms forwards 700ms;
  }
}
@media screen and (max-width: 768px) {
  .loyalty-hero .loyalty-hero-image {
    width: 130%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    top: 100%;
    bottom: auto;
    left: -15%;
    right: auto;
    border-radius: 999px;
    max-width: unset;
    aspect-ratio: 1/1;
    -webkit-animation: heroImageAnimationS 1500ms forwards 700ms;
            animation: heroImageAnimationS 1500ms forwards 700ms;
  }
}
@-webkit-keyframes heroImageAnimation {
  0% {
    height: 70%;
    right: -50%;
  }
  100% {
    height: 130%;
    right: 0%;
  }
}
@keyframes heroImageAnimation {
  0% {
    height: 70%;
    right: -50%;
  }
  100% {
    height: 130%;
    right: 0%;
  }
}
@-webkit-keyframes heroImageAnimationLeave {
  0% {
    height: 130%;
    right: 0%;
  }
  100% {
    height: 70%;
    right: -50%;
  }
}
@keyframes heroImageAnimationLeave {
  0% {
    height: 130%;
    right: 0%;
  }
  100% {
    height: 70%;
    right: -50%;
  }
}
@-webkit-keyframes heroImageAnimationXL {
  0% {
    height: 70%;
    right: -50%;
  }
  100% {
    height: 100%;
    right: -10%;
  }
}
@keyframes heroImageAnimationXL {
  0% {
    height: 70%;
    right: -50%;
  }
  100% {
    height: 100%;
    right: -10%;
  }
}
@-webkit-keyframes heroImageAnimationXLLeave {
  0% {
    height: 100%;
    right: -10%;
  }
  100% {
    height: 70%;
    right: -50%;
  }
}
@keyframes heroImageAnimationXLLeave {
  0% {
    height: 100%;
    right: -10%;
  }
  100% {
    height: 70%;
    right: -50%;
  }
}
@-webkit-keyframes heroImageAnimationL {
  0% {
    height: 70%;
    right: -50%;
  }
  100% {
    height: 100%;
    right: -10%;
  }
}
@keyframes heroImageAnimationL {
  0% {
    height: 70%;
    right: -50%;
  }
  100% {
    height: 100%;
    right: -10%;
  }
}
@-webkit-keyframes heroImageAnimationLLeave {
  0% {
    height: 100%;
    right: -10%;
  }
  100% {
    height: 70%;
    right: -50%;
  }
}
@keyframes heroImageAnimationLLeave {
  0% {
    height: 100%;
    right: -10%;
  }
  100% {
    height: 70%;
    right: -50%;
  }
}
@-webkit-keyframes heroImageAnimationM {
  0% {
    top: 100%;
  }
  100% {
    top: 420px;
  }
}
@keyframes heroImageAnimationM {
  0% {
    top: 100%;
  }
  100% {
    top: 420px;
  }
}
@-webkit-keyframes heroImageAnimationS {
  0% {
    top: 100%;
  }
  100% {
    top: 380px;
  }
}
@keyframes heroImageAnimationS {
  0% {
    top: 100%;
  }
  100% {
    top: 380px;
  }
}
.loyalty-hero .loyalty-hero-container {
  max-width: 1220px;
  width: 100%;
  margin: auto;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 1300px) {
  .loyalty-hero .loyalty-hero-container {
    padding-left: 40px;
  }
}
@media screen and (max-width: 1080px) {
  .loyalty-hero .loyalty-hero-container {
    padding-left: 20px;
  }
}
@media screen and (max-width: 900px) {
  .loyalty-hero .loyalty-hero-container {
    padding-left: 20px;
    padding-right: 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 200px;
  }
}
@media screen and (max-width: 480px) {
  .loyalty-hero .loyalty-hero-container {
    margin-top: 155px;
  }
}
.loyalty-hero .loyalty-hero-container .loyalty-hero-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #ffffff;
  width: 100%;
  -webkit-transition: -webkit-transform 1500ms ease 500ms;
  transition: -webkit-transform 1500ms ease 500ms;
  transition: transform 1500ms ease 500ms;
  transition: transform 1500ms ease 500ms, -webkit-transform 1500ms ease 500ms;
}
@media screen and (max-width: 1080px) {
  .loyalty-hero .loyalty-hero-container .loyalty-hero-content {
    padding-right: 40px;
  }
}
@media screen and (max-width: 900px) {
  .loyalty-hero .loyalty-hero-container .loyalty-hero-content {
    padding: 0;
  }
}
.loyalty-hero .loyalty-hero-container .loyalty-hero-content.animation-on-scroll {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 1500ms ease 700ms;
  transition: -webkit-transform 1500ms ease 700ms;
  transition: transform 1500ms ease 700ms;
  transition: transform 1500ms ease 700ms, -webkit-transform 1500ms ease 700ms;
}
@media screen and (max-width: 900px) {
  .loyalty-hero .loyalty-hero-container .loyalty-hero-content.animation-on-scroll {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.loyalty-hero .loyalty-hero-container .loyalty-hero-content .new {
  border-radius: 5px;
  border: solid 2px #ffffff;
  font-size: 11px;
  line-height: 13px;
  text-transform: uppercase;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 3px 7px;
  margin-bottom: 20px;
  font-weight: 500;
  opacity: 0;
  -webkit-animation: badgeAnimation 1600ms ease forwards 800ms;
          animation: badgeAnimation 1600ms ease forwards 800ms;
}
@media screen and (max-width: 900px) {
  .loyalty-hero .loyalty-hero-container .loyalty-hero-content .new {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation: badgeAnimationM 1600ms ease forwards 800ms;
            animation: badgeAnimationM 1600ms ease forwards 800ms;
  }
}
@-webkit-keyframes badgeAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(120px);
            transform: translateY(120px);
  }
  100% {
    margin-left: 0;
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes badgeAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(120px);
            transform: translateY(120px);
  }
  100% {
    margin-left: 0;
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@-webkit-keyframes badgeAnimationM {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes badgeAnimationM {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.loyalty-hero .loyalty-hero-container .loyalty-hero-content .loyalty-hero-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
}
@media screen and (max-width: 1080px) {
  .loyalty-hero .loyalty-hero-container .loyalty-hero-content .loyalty-hero-title {
    font-size: 32px;
    line-height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .loyalty-hero .loyalty-hero-container .loyalty-hero-content .loyalty-hero-title {
    font-size: 24px;
    line-height: 30px;
  }
}
.loyalty-hero .loyalty-hero-container .loyalty-hero-content .loyalty-hero-title .logo {
  max-width: 500px;
  margin-left: calc((100% - 500px) / 2);
  -webkit-animation: logoAnimation 1500ms forwards 700ms;
          animation: logoAnimation 1500ms forwards 700ms;
}
@media screen and (max-width: 1080px) {
  .loyalty-hero .loyalty-hero-container .loyalty-hero-content .loyalty-hero-title .logo {
    max-width: 320px;
    margin-left: calc((100% - 320px) / 2);
    -webkit-animation: logoAnimationL 1500ms forwards 700ms;
            animation: logoAnimationL 1500ms forwards 700ms;
  }
}
@media screen and (max-width: 900px) {
  .loyalty-hero .loyalty-hero-container .loyalty-hero-content .loyalty-hero-title .logo {
    max-width: 320px;
    margin-left: 0;
    -webkit-transform: translateY(150px);
            transform: translateY(150px);
    -webkit-animation: logoAnimationM 1500ms forwards 700ms;
            animation: logoAnimationM 1500ms forwards 700ms;
  }
}
@media screen and (max-width: 768px) {
  .loyalty-hero .loyalty-hero-container .loyalty-hero-content .loyalty-hero-title .logo {
    max-width: 320px;
    width: calc(100% - 40px);
    margin-left: 0;
    -webkit-transform: translateY(150px);
            transform: translateY(150px);
    -webkit-animation: logoAnimationM 1500ms forwards 700ms;
            animation: logoAnimationM 1500ms forwards 700ms;
  }
}
@-webkit-keyframes logoAnimation {
  0% {
    margin-left: calc((100% - 500px) / 2);
  }
  100% {
    margin-left: 0;
  }
}
@keyframes logoAnimation {
  0% {
    margin-left: calc((100% - 500px) / 2);
  }
  100% {
    margin-left: 0;
  }
}
@-webkit-keyframes logoAnimationL {
  0% {
    margin-left: calc((100% - 320px) / 2);
  }
  100% {
    margin-left: 0;
  }
}
@keyframes logoAnimationL {
  0% {
    margin-left: calc((100% - 320px) / 2);
  }
  100% {
    margin-left: 0;
  }
}
@-webkit-keyframes logoAnimationM {
  0% {
    -webkit-transform: translateY(150px);
            transform: translateY(150px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes logoAnimationM {
  0% {
    -webkit-transform: translateY(150px);
            transform: translateY(150px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.loyalty-hero .loyalty-hero-container .loyalty-hero-content .loyalty-hero-title .loyalty-hero-title-text {
  max-width: 550px;
  opacity: 0;
  -webkit-animation: titreAnimation 1600ms ease forwards 800ms;
          animation: titreAnimation 1600ms ease forwards 800ms;
}
@media screen and (max-width: 1080px) {
  .loyalty-hero .loyalty-hero-container .loyalty-hero-content .loyalty-hero-title .loyalty-hero-title-text {
    max-width: 480px;
  }
}
@media screen and (max-width: 900px) {
  .loyalty-hero .loyalty-hero-container .loyalty-hero-content .loyalty-hero-title .loyalty-hero-title-text {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation: titreAnimationM 1600ms ease forwards 800ms;
            animation: titreAnimationM 1600ms ease forwards 800ms;
  }
}
@-webkit-keyframes titreAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(120px);
            transform: translateY(120px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes titreAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(120px);
            transform: translateY(120px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@-webkit-keyframes titreAnimationM {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes titreAnimationM {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.loyalty-advantages-section {
  background-color: #F5F5F5;
  padding-bottom: 0px;
  position: relative;
}
.loyalty-advantages-section .loyalty-advantages-section-title {
  text-align: center;
  color: #3C6954;
  font-size: 32px;
  line-height: 40px;
  padding-top: 60px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 460px;
  width: calc(100% - 20px);
}
@media screen and (max-width: 480px) {
  .loyalty-advantages-section .loyalty-advantages-section-title {
    font-size: 24px;
    line-height: 29px;
  }
}
.loyalty-advantages-section .loyalty-advantages-container {
  background-color: #3C6954;
  width: 1220px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 40px 80px 40px;
  border-radius: 20px;
  position: relative;
  -webkit-transition: width 1500ms ease, border-radius 1500ms ease;
  transition: width 1500ms ease, border-radius 1500ms ease;
}
.loyalty-advantages-section .loyalty-advantages-container.animation-on-scroll {
  width: 100%;
  border-radius: 0;
  -webkit-transition: width 1500ms ease, border-radius 1500ms ease;
  transition: width 1500ms ease, border-radius 1500ms ease;
}
@media screen and (max-width: 1300px) {
  .loyalty-advantages-section .loyalty-advantages-container.animation-on-scroll {
    width: calc(100% - 40px);
    border-radius: 20px;
  }
}
@media screen and (max-width: 480px) {
  .loyalty-advantages-section .loyalty-advantages-container.animation-on-scroll {
    width: calc(100% - 20px);
    border-radius: 20px;
  }
}
@media screen and (max-width: 1300px) {
  .loyalty-advantages-section .loyalty-advantages-container {
    width: calc(100% - 40px);
    padding: 60px 40px 60px 40px;
  }
}
@media screen and (max-width: 1080px) {
  .loyalty-advantages-section .loyalty-advantages-container {
    padding: 60px 20px 20px 20px;
  }
}
@media screen and (max-width: 480px) {
  .loyalty-advantages-section .loyalty-advantages-container {
    width: calc(100% - 20px);
    padding: 40px 10px 10px 10px;
  }
}
.loyalty-advantages-section .loyalty-advantages-container .green-star-1 {
  position: absolute;
  top: 80px;
  left: -40px;
  height: 80px;
  width: 80px;
  -webkit-transform: rotate(-140deg);
          transform: rotate(-140deg);
  z-index: 2;
  -webkit-transition: top 1600ms ease, -webkit-transform 1600ms ease;
  transition: top 1600ms ease, -webkit-transform 1600ms ease;
  transition: top 1600ms ease, transform 1600ms ease;
  transition: top 1600ms ease, transform 1600ms ease, -webkit-transform 1600ms ease;
}
@media screen and (max-width: 1390px) {
  .loyalty-advantages-section .loyalty-advantages-container .green-star-1 {
    left: -20px;
  }
}
@media screen and (max-width: 1080px) {
  .loyalty-advantages-section .loyalty-advantages-container .green-star-1 {
    height: 50px;
    width: 50px;
  }
}
@media screen and (max-width: 480px) {
  .loyalty-advantages-section .loyalty-advantages-container .green-star-1 {
    height: 30px;
    width: 30px;
    left: 0px;
  }
}
.loyalty-advantages-section .loyalty-advantages-container .green-star-1.first-animation {
  top: -220px;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}
@media screen and (max-width: 1080px) {
  .loyalty-advantages-section .loyalty-advantages-container .green-star-1.first-animation {
    top: -205px;
  }
}
@media screen and (max-width: 480px) {
  .loyalty-advantages-section .loyalty-advantages-container .green-star-1.first-animation {
    top: -173px;
  }
}
.loyalty-advantages-section .loyalty-advantages-container .green-star-2 {
  position: absolute;
  top: 150px;
  left: 60px;
  height: 40px;
  width: 40px;
  -webkit-transform: rotate(-140deg);
          transform: rotate(-140deg);
  z-index: 2;
  -webkit-transition: top 1600ms ease, -webkit-transform 1600ms ease;
  transition: top 1600ms ease, -webkit-transform 1600ms ease;
  transition: top 1600ms ease, transform 1600ms ease;
  transition: top 1600ms ease, transform 1600ms ease, -webkit-transform 1600ms ease;
}
@media screen and (max-width: 1390px) {
  .loyalty-advantages-section .loyalty-advantages-container .green-star-2 {
    left: 80px;
  }
}
@media screen and (max-width: 1080px) {
  .loyalty-advantages-section .loyalty-advantages-container .green-star-2 {
    height: 25px;
    width: 25px;
    left: 60px;
  }
}
@media screen and (max-width: 480px) {
  .loyalty-advantages-section .loyalty-advantages-container .green-star-2 {
    height: 15px;
    width: 15px;
    left: 50px;
  }
}
.loyalty-advantages-section .loyalty-advantages-container .green-star-2.first-animation {
  top: -155px;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}
@media screen and (max-width: 1080px) {
  .loyalty-advantages-section .loyalty-advantages-container .green-star-2.first-animation {
    top: -165px;
  }
}
@media screen and (max-width: 480px) {
  .loyalty-advantages-section .loyalty-advantages-container .green-star-2.first-animation {
    top: -148px;
  }
}
.loyalty-advantages-section .loyalty-advantages-container .green-star-3 {
  position: absolute;
  top: 340px;
  right: -90px;
  height: 80px;
  width: 80px;
  z-index: 2;
  -webkit-transform: rotate(-200deg);
          transform: rotate(-200deg);
  -webkit-transition: top 1600ms ease, -webkit-transform 1600ms ease;
  transition: top 1600ms ease, -webkit-transform 1600ms ease;
  transition: top 1600ms ease, transform 1600ms ease;
  transition: top 1600ms ease, transform 1600ms ease, -webkit-transform 1600ms ease;
}
.loyalty-advantages-section .loyalty-advantages-container .green-star-3.first-animation {
  top: 140px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
@media screen and (max-width: 1080px) {
  .loyalty-advantages-section .loyalty-advantages-container .green-star-3.first-animation {
    top: -20px;
  }
}
@media screen and (max-width: 480px) {
  .loyalty-advantages-section .loyalty-advantages-container .green-star-3.first-animation {
    top: -15px;
  }
}
@media screen and (max-width: 1400px) {
  .loyalty-advantages-section .loyalty-advantages-container .green-star-3 {
    right: -40px;
  }
}
@media screen and (max-width: 1080px) {
  .loyalty-advantages-section .loyalty-advantages-container .green-star-3 {
    height: 50px;
    width: 50px;
    top: 180px;
    right: 5px;
  }
}
@media screen and (max-width: 480px) {
  .loyalty-advantages-section .loyalty-advantages-container .green-star-3 {
    height: 30px;
    width: 30px;
    top: 185px;
    right: 0px;
  }
}
.loyalty-advantages-section .loyalty-advantages-container .green-star-4 {
  position: absolute;
  top: 280px;
  right: -20px;
  height: 40px;
  width: 40px;
  z-index: 2;
  -webkit-transform: rotate(-200deg);
          transform: rotate(-200deg);
  -webkit-transition: top 1600ms ease, -webkit-transform 1600ms ease;
  transition: top 1600ms ease, -webkit-transform 1600ms ease;
  transition: top 1600ms ease, transform 1600ms ease;
  transition: top 1600ms ease, transform 1600ms ease, -webkit-transform 1600ms ease;
}
.loyalty-advantages-section .loyalty-advantages-container .green-star-4.first-animation {
  top: 80px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
@media screen and (max-width: 1080px) {
  .loyalty-advantages-section .loyalty-advantages-container .green-star-4.first-animation {
    top: -50px;
  }
}
@media screen and (max-width: 480px) {
  .loyalty-advantages-section .loyalty-advantages-container .green-star-4.first-animation {
    top: -30px;
  }
}
@media screen and (max-width: 1400px) {
  .loyalty-advantages-section .loyalty-advantages-container .green-star-4 {
    right: 10px;
  }
}
@media screen and (max-width: 1080px) {
  .loyalty-advantages-section .loyalty-advantages-container .green-star-4 {
    height: 25px;
    width: 25px;
    top: 150px;
    right: 75px;
  }
}
@media screen and (max-width: 480px) {
  .loyalty-advantages-section .loyalty-advantages-container .green-star-4 {
    height: 15px;
    width: 15px;
    top: 180px;
    right: 50px;
  }
}
.loyalty-advantages-section .loyalty-advantages-container .loyalty-advantages {
  width: 100%;
  -webkit-transform: translateY(300px);
          transform: translateY(300px);
  -webkit-transition: 1600ms -webkit-transform ease;
  transition: 1600ms -webkit-transform ease;
  transition: 1600ms transform ease;
  transition: 1600ms transform ease, 1600ms -webkit-transform ease;
}
.loyalty-advantages-section .loyalty-advantages-container .loyalty-advantages.first-animation {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.loyalty-advantages-section .loyalty-advantages-container .loyalty-advantages .loyalty-advantages-bloc {
  display: none;
  -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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 655px;
  margin-left: auto;
  margin-right: auto;
  min-height: 370px;
}
.loyalty-advantages-section .loyalty-advantages-container .loyalty-advantages .loyalty-advantages-bloc.actif {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.loyalty-advantages-section .loyalty-advantages-container .loyalty-advantages .loyalty-advantages-bloc .avantage-picto {
  height: 100px;
  max-width: 950px;
  width: auto;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.loyalty-advantages-section .loyalty-advantages-container .loyalty-advantages .loyalty-advantages-bloc .avantage-title {
  margin-top: 20px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 10px;
}
.loyalty-advantages-section .loyalty-advantages-container .loyalty-advantages .loyalty-advantages-bloc .avantage-subtitle {
  text-align: center;
  color: #7DBC8E;
  font-size: 16px;
  line-height: 20px;
  max-width: 655px;
}
.loyalty-advantages-section .loyalty-advantages-container .loyalty-advantages .loyalty-advantages-bloc .avantage-cta {
  background-color: transparent;
  color: #ffffff;
  border: solid 2px #ffffff;
  padding: 13px 20px;
  font-size: 14px;
  font-weight: 600;
  margin-top: 40px;
  text-decoration: none;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: color 200ms ease, background 200ms ease;
  transition: color 200ms ease, background 200ms ease;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.loyalty-advantages-section .loyalty-advantages-container .loyalty-advantages .loyalty-advantages-bloc .avantage-cta:hover {
  color: #2D2A29;
  background-color: #ffffff;
}
.loyalty-advantages-section .loyalty-advantages-container .loyalty-advantages .loyalty-advantages-bloc.avantage2 .avantage-picto {
  max-width: 110px;
}
.loyalty-advantages-section .loyalty-advantages-container .loyalty-advantages .loyalty-advantages-bloc.avantage2 .avantage-subtitle {
  max-width: 455px;
}
.loyalty-advantages-section .loyalty-advantages-container .loyalty-advantages .loyalty-advantages-bloc.avantage3 .avantage-picto {
  max-width: 90px;
}
.loyalty-advantages-section .loyalty-advantages-container .loyalty-advantages .loyalty-advantages-bloc.avantage3 .offers {
  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-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-top: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .loyalty-advantages-section .loyalty-advantages-container .loyalty-advantages .loyalty-advantages-bloc.avantage3 .offers {
    gap: 6px;
  }
}
@media screen and (max-width: 480px) {
  .loyalty-advantages-section .loyalty-advantages-container .loyalty-advantages .loyalty-advantages-bloc.avantage3 .offers {
    gap: 10px;
  }
}
.loyalty-advantages-section .loyalty-advantages-container .loyalty-advantages .loyalty-advantages-bloc.avantage3 .offers .offer {
  border-radius: 10px;
  background-color: white;
  width: 170px;
}
@media screen and (max-width: 900px) {
  .loyalty-advantages-section .loyalty-advantages-container .loyalty-advantages .loyalty-advantages-bloc.avantage3 .offers .offer {
    width: 160px;
  }
}
@media screen and (max-width: 480px) {
  .loyalty-advantages-section .loyalty-advantages-container .loyalty-advantages .loyalty-advantages-bloc.avantage3 .offers .offer {
    width: calc(49% - 4px);
  }
}
.loyalty-advantages-section .loyalty-advantages-container .loyalty-advantages .loyalty-advantages-bloc.avantage3 .offers .offer .when {
  background-color: #7DBC8E;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-weight: bold;
  color: white;
  padding: 15px 10px;
  display: block;
  text-align: center;
}
.loyalty-advantages-section .loyalty-advantages-container .loyalty-advantages .loyalty-advantages-bloc.avantage3 .offers .offer .when br {
  display: none;
}
@media screen and (max-width: 900px) {
  .loyalty-advantages-section .loyalty-advantages-container .loyalty-advantages .loyalty-advantages-bloc.avantage3 .offers .offer .when {
    font-size: 14px;
    padding: 10px 4px;
  }
}
@media screen and (max-width: 480px) {
  .loyalty-advantages-section .loyalty-advantages-container .loyalty-advantages .loyalty-advantages-bloc.avantage3 .offers .offer .when {
    padding: 12px 8px;
  }
  .loyalty-advantages-section .loyalty-advantages-container .loyalty-advantages .loyalty-advantages-bloc.avantage3 .offers .offer .when br {
    display: block;
  }
}
.loyalty-advantages-section .loyalty-advantages-container .loyalty-advantages .loyalty-advantages-bloc.avantage3 .offers .offer .content {
  text-align: center;
  padding: 30px 8px 20px 8px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 480px) {
  .loyalty-advantages-section .loyalty-advantages-container .loyalty-advantages .loyalty-advantages-bloc.avantage3 .offers .offer .content {
    padding: 8px 5px 15px 5px;
  }
}
.loyalty-advantages-section .loyalty-advantages-container .loyalty-advantages .loyalty-advantages-bloc.avantage3 .offers .offer .content img {
  display: block;
  height: 33px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 359px) {
  .loyalty-advantages-section .loyalty-advantages-container .loyalty-advantages .loyalty-advantages-bloc.avantage3 .offers .offer .content {
    font-size: 12px;
    line-height: 16px;
  }
}
.loyalty-advantages-section .loyalty-advantages-container .loyalty-advantages .loyalty-advantages-bloc.avantage4 .avantage-picto {
  max-width: 80px;
}
.loyalty-advantages-section .loyalty-advantages-container .loyalty-advantages .loyalty-advantages-bloc.avantage4 .avantage-subtitle {
  max-width: 655px;
}
.loyalty-advantages-section .loyalty-advantages-container .loyalty-advantages .loyalty-advantages-bloc.avantage4 .defis {
  width: calc(100% - 20px);
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 20px;
}
.loyalty-advantages-section .loyalty-advantages-container .loyalty-advantages .loyalty-advantages-bloc.avantage4 .books {
  width: calc(100% - 20px);
  max-width: 345px;
  margin: 20px auto 0 auto;
  display: block;
}
.loyalty-advantages-section .loyalty-advantages-container .loyalty-advantages .loyalty-advantages-bloc.avantage5 .avantage-picto {
  max-width: 240px;
}
.loyalty-advantages-section .loyalty-advantages-container .loyalty-advantages .loyalty-advantages-bloc.avantage5 .avantage-subtitle {
  max-width: 330px;
}
.loyalty-advantages-section .loyalty-advantages-container .loyalty-advantages .loyalty-advantages-bloc.avantage6 .avantage-picto {
  max-width: 90px;
}
.loyalty-advantages-section .loyalty-advantages-container .loyalty-advantages .loyalty-advantages-bloc.avantage6 .avantage-subtitle {
  max-width: 425px;
}
.loyalty-advantages-section .loyalty-advantages-container .loyalty-advantages .loyalty-advantages-bloc.avantage7 .avantage-picto {
  max-width: 110px;
}
.loyalty-advantages-section .loyalty-advantages-container .loyalty-advantages .loyalty-advantages-bloc.avantage7 .avantage-subtitle {
  max-width: 355px;
}
.loyalty-advantages-section .loyalty-advantages-container .loyalty-advantages .loyalty-advantages-bloc .see-conditions-link {
  color: #7DBC8E;
  font-size: 12px;
}
.loyalty-advantages-section .loyalty-advantages-container .loyalty-advantages-main-swiper-container {
  position: relative;
  width: 500px;
  margin: auto;
  margin-top: 40px;
}
@media screen and (max-width: 900px) {
  .loyalty-advantages-section .loyalty-advantages-container .loyalty-advantages-main-swiper-container {
    max-width: 530px;
    width: 100%;
  }
}
.loyalty-advantages-section .loyalty-advantages-container .loyalty-advantages-main-swiper-container .arrow {
  position: absolute;
  border-radius: 999px;
  background-color: white;
  width: 40px;
  height: 40px;
  border: none;
  cursor: pointer;
  top: 30px;
  bottom: auto;
  margin: auto;
  left: -80px;
  right: auto;
  background-image: url(prev.svg);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
@media screen and (max-width: 1080px) {
  .loyalty-advantages-section .loyalty-advantages-container .loyalty-advantages-main-swiper-container .arrow {
    left: -40px;
  }
}
@media screen and (max-width: 900px) {
  .loyalty-advantages-section .loyalty-advantages-container .loyalty-advantages-main-swiper-container .arrow {
    left: -60px;
  }
}
@media screen and (max-width: 768px) {
  .loyalty-advantages-section .loyalty-advantages-container .loyalty-advantages-main-swiper-container .arrow {
    bottom: -70px;
    left: calc((100% - 275px) / 2);
  }
}
.loyalty-advantages-section .loyalty-advantages-container .loyalty-advantages-main-swiper-container .arrow::after {
  display: none !important;
}
.loyalty-advantages-section .loyalty-advantages-container .loyalty-advantages-main-swiper-container .arrow:hover {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.loyalty-advantages-section .loyalty-advantages-container .loyalty-advantages-main-swiper-container .arrow.next {
  right: -80px;
  left: auto;
  background-image: url(next.svg);
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1080px) {
  .loyalty-advantages-section .loyalty-advantages-container .loyalty-advantages-main-swiper-container .arrow.next {
    right: -40px;
  }
}
@media screen and (max-width: 900px) {
  .loyalty-advantages-section .loyalty-advantages-container .loyalty-advantages-main-swiper-container .arrow.next {
    right: -60px;
  }
}
@media screen and (max-width: 768px) {
  .loyalty-advantages-section .loyalty-advantages-container .loyalty-advantages-main-swiper-container .arrow.next {
    bottom: -70px;
    right: calc((100% - 275px) / 2);
  }
}
.loyalty-advantages-section .loyalty-advantages-container .loyalty-advantages-main-swiper-container .loyalty-advantages-list-container {
  position: relative;
  margin: auto;
  width: 100%;
  max-width: 460px;
}
@media screen and (max-width: 900px) {
  .loyalty-advantages-section .loyalty-advantages-container .loyalty-advantages-main-swiper-container .loyalty-advantages-list-container {
    max-width: 530px;
    width: 100%;
  }
}
.loyalty-advantages-section .loyalty-advantages-container .loyalty-advantages-main-swiper-container .loyalty-advantages-list-container .loyalty-advantages-list {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.loyalty-advantages-section .loyalty-advantages-container .loyalty-advantages-main-swiper-container .loyalty-advantages-list-container .loyalty-advantages-list .loyalty-advantage-card {
  border: solid 3px #7DBC8E;
  border-radius: 10px;
  width: 100px;
  height: 100px;
  padding: 13px;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}
.loyalty-advantages-section .loyalty-advantages-container .loyalty-advantages-main-swiper-container .loyalty-advantages-list-container .loyalty-advantages-list .loyalty-advantage-card.swiper-slide-active {
  padding: 10px;
  background-color: #549666;
}
.loyalty-advantages-section .loyalty-advantages-container .loyalty-advantages-main-swiper-container .loyalty-advantages-list-container .loyalty-advantages-list .loyalty-advantage-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto;
  display: block;
}
.loyalty-advantages-section .loyalty-advantages-container .loyalty-advantages-main-swiper-container .swiper-advantage-bullet-points {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  margin-top: 40px;
}
.loyalty-advantages-section .loyalty-advantages-container .loyalty-advantages-main-swiper-container .swiper-advantage-bullet-points .swiper-bullet-container {
  border-radius: 999px;
  background-color: white;
  width: 8px;
  height: 8px;
  display: block;
  -webkit-transition: width 200ms ease;
  transition: width 200ms ease;
}
@media screen and (max-width: 768px) {
  .loyalty-advantages-section .loyalty-advantages-container .loyalty-advantages-main-swiper-container .swiper-advantage-bullet-points .swiper-bullet-container {
    width: 6px;
    height: 6px;
  }
}
.loyalty-advantages-section .loyalty-advantages-container .loyalty-advantages-main-swiper-container .swiper-advantage-bullet-points .swiper-bullet-container.actif {
  width: 100px;
}
@media screen and (max-width: 768px) {
  .loyalty-advantages-section .loyalty-advantages-container .loyalty-advantages-main-swiper-container .swiper-advantage-bullet-points .swiper-bullet-container.actif {
    width: 90px;
  }
}
.loyalty-advantages-section .loyalty-advantages-container .loyalty-advantages-main-swiper-container .swiper-advantage-bullet-points .swiper-bullet-container.actif .swiper-bullet-inside {
  display: block;
  background-color: #7DBC8E;
  width: 0px;
  height: 100%;
  border-radius: 999px;
  -webkit-animation: bulletAnimation 7000ms forwards linear 0ms;
          animation: bulletAnimation 7000ms forwards linear 0ms;
}
@-webkit-keyframes bulletAnimation {
  0% {
    width: 0px;
  }
  100% {
    width: 100%;
  }
}
@keyframes bulletAnimation {
  0% {
    width: 0px;
  }
  100% {
    width: 100%;
  }
}
.loyalty-advantages-section .loyalty-advantages-container .loyalty-advantages-main-swiper-container .swiper-advantage-count {
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  color: #7DBC8E;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
.loyalty-advantages-section .loyalty-advantages-container .loyalty-pwbb-section {
  margin-top: 120px;
  border-radius: 15px;
  background-color: #EFFDF3;
  padding: 40px;
  width: 980px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1300px) {
  .loyalty-advantages-section .loyalty-advantages-container .loyalty-pwbb-section {
    width: 100%;
  }
}
@media screen and (max-width: 1080px) {
  .loyalty-advantages-section .loyalty-advantages-container .loyalty-pwbb-section {
    padding: 40px 20px 20px 20px;
  }
}
@media screen and (max-width: 480px) {
  .loyalty-advantages-section .loyalty-advantages-container .loyalty-pwbb-section {
    padding: 40px 10px 10px 10px;
  }
}
.loyalty-advantages-section .loyalty-advantages-container .loyalty-pwbb-section .pwbb-logo {
  width: 90px;
  height: 90px;
  display: block;
  margin: 0 auto 10px auto;
}
.loyalty-advantages-section .loyalty-advantages-container .loyalty-pwbb-section .pwbb-title {
  color: #3C6954;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 5px;
}
.loyalty-advantages-section .loyalty-advantages-container .loyalty-pwbb-section .pwbb-desc {
  color: #7DBC8E;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 40px;
}
.loyalty-advantages-section .loyalty-advantages-container .loyalty-pwbb-section .loyalty-pwbb-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 1080px) {
  .loyalty-advantages-section .loyalty-advantages-container .loyalty-pwbb-section .loyalty-pwbb-container {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .loyalty-advantages-section .loyalty-advantages-container .loyalty-pwbb-section .loyalty-pwbb-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 480px) {
  .loyalty-advantages-section .loyalty-advantages-container .loyalty-pwbb-section .loyalty-pwbb-container {
    gap: 10px;
  }
}
.loyalty-advantages-section .loyalty-advantages-container .loyalty-pwbb-section .loyalty-pwbb-container .loyalty-pwbb-left {
  width: 50%;
  -webkit-transform: translateY(300px);
          transform: translateY(300px);
  -webkit-transition: 1600ms -webkit-transform ease;
  transition: 1600ms -webkit-transform ease;
  transition: 1600ms transform ease;
  transition: 1600ms transform ease, 1600ms -webkit-transform ease;
}
.loyalty-advantages-section .loyalty-advantages-container .loyalty-pwbb-section .loyalty-pwbb-container .loyalty-pwbb-left.first-animation {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
@media screen and (max-width: 768px) {
  .loyalty-advantages-section .loyalty-advantages-container .loyalty-pwbb-section .loyalty-pwbb-container .loyalty-pwbb-left {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.loyalty-advantages-section .loyalty-advantages-container .loyalty-pwbb-section .loyalty-pwbb-container .loyalty-pwbb-left .pwbb-cagnotte {
  background-color: #3C6954;
  border-radius: 10px;
  padding: 70px 20px 20px 20px;
  text-align: center;
  position: relative;
  margin-bottom: 60px;
}
@media screen and (max-width: 900px) {
  .loyalty-advantages-section .loyalty-advantages-container .loyalty-pwbb-section .loyalty-pwbb-container .loyalty-pwbb-left .pwbb-cagnotte {
    padding: 60px 20px 20px 20px;
    margin-bottom: 30px;
  }
}
.loyalty-advantages-section .loyalty-advantages-container .loyalty-pwbb-section .loyalty-pwbb-container .loyalty-pwbb-left .pwbb-cagnotte::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  bottom: auto;
  margin: auto;
  width: 120px;
  height: 75px;
  background-image: url(pwbb.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 900px) {
  .loyalty-advantages-section .loyalty-advantages-container .loyalty-pwbb-section .loyalty-pwbb-container .loyalty-pwbb-left .pwbb-cagnotte::before {
    width: 93px;
    height: 60px;
    top: -20px;
  }
}
.loyalty-advantages-section .loyalty-advantages-container .loyalty-pwbb-section .loyalty-pwbb-container .loyalty-pwbb-left .pwbb-cagnotte .pwbb-10 {
  bottom: auto;
  margin: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  width: 117px;
  height: 58px;
  margin-bottom: 20px;
}
@media screen and (max-width: 900px) {
  .loyalty-advantages-section .loyalty-advantages-container .loyalty-pwbb-section .loyalty-pwbb-container .loyalty-pwbb-left .pwbb-cagnotte .pwbb-10 {
    width: 90px;
    height: 44px;
  }
}
.loyalty-advantages-section .loyalty-advantages-container .loyalty-pwbb-section .loyalty-pwbb-container .loyalty-pwbb-left .pwbb-cagnotte .pwbb-cagnotte-subtitle {
  color: white;
  font-weight: 700;
  font-size: 26px;
  line-height: 35px;
  margin-bottom: 0px;
}
@media screen and (max-width: 900px) {
  .loyalty-advantages-section .loyalty-advantages-container .loyalty-pwbb-section .loyalty-pwbb-container .loyalty-pwbb-left .pwbb-cagnotte .pwbb-cagnotte-subtitle {
    font-size: 21px;
    line-height: 27px;
  }
}
.loyalty-advantages-section .loyalty-advantages-container .loyalty-pwbb-section .loyalty-pwbb-container .loyalty-pwbb-left .pwbb-cagnotte .pwbb-cagnotte-desc {
  color: #7DBC8E;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}
@media screen and (max-width: 900px) {
  .loyalty-advantages-section .loyalty-advantages-container .loyalty-pwbb-section .loyalty-pwbb-container .loyalty-pwbb-left .pwbb-cagnotte .pwbb-cagnotte-desc {
    font-size: 13px;
    line-height: 16px;
  }
}
.loyalty-advantages-section .loyalty-advantages-container .loyalty-pwbb-section .loyalty-pwbb-container .loyalty-pwbb-left .pwbb-advantages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.loyalty-advantages-section .loyalty-advantages-container .loyalty-pwbb-section .loyalty-pwbb-container .loyalty-pwbb-left .pwbb-advantages .pwbb-advantage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 1080px) {
  .loyalty-advantages-section .loyalty-advantages-container .loyalty-pwbb-section .loyalty-pwbb-container .loyalty-pwbb-left .pwbb-advantages .pwbb-advantage {
    gap: 10px;
  }
}
.loyalty-advantages-section .loyalty-advantages-container .loyalty-pwbb-section .loyalty-pwbb-container .loyalty-pwbb-left .pwbb-advantages .pwbb-advantage .plus {
  margin-top: 7px;
  width: 14px;
  height: 14px;
}
.loyalty-advantages-section .loyalty-advantages-container .loyalty-pwbb-section .loyalty-pwbb-container .loyalty-pwbb-left .pwbb-advantages .pwbb-advantage .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.loyalty-advantages-section .loyalty-advantages-container .loyalty-pwbb-section .loyalty-pwbb-container .loyalty-pwbb-left .pwbb-advantages .pwbb-advantage .content .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
}
@media screen and (max-width: 900px) {
  .loyalty-advantages-section .loyalty-advantages-container .loyalty-pwbb-section .loyalty-pwbb-container .loyalty-pwbb-left .pwbb-advantages .pwbb-advantage .content .title {
    font-size: 18px;
    line-height: 22px;
  }
}
.loyalty-advantages-section .loyalty-advantages-container .loyalty-pwbb-section .loyalty-pwbb-container .loyalty-pwbb-left .pwbb-advantages .pwbb-advantage .content .desc {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}
@media screen and (max-width: 900px) {
  .loyalty-advantages-section .loyalty-advantages-container .loyalty-pwbb-section .loyalty-pwbb-container .loyalty-pwbb-left .pwbb-advantages .pwbb-advantage .content .desc {
    font-size: 14px;
    line-height: 17px;
  }
}
.loyalty-advantages-section .loyalty-advantages-container .loyalty-pwbb-section .loyalty-pwbb-container .loyalty-pwbb-left .pwbb-cta {
  background-color: transparent;
  color: #2D2A29;
  border: solid 2px #2D2A29;
  padding: 13px 20px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: color 200ms ease, background 200ms ease;
  transition: color 200ms ease, background 200ms ease;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 5;
}
.loyalty-advantages-section .loyalty-advantages-container .loyalty-pwbb-section .loyalty-pwbb-container .loyalty-pwbb-left .pwbb-cta:hover {
  color: #fff;
  background-color: #2D2A29;
}
.loyalty-advantages-section .loyalty-advantages-container .loyalty-pwbb-section .loyalty-pwbb-container .loyalty-pwbb-left .see-conditions {
  margin-bottom: 30px;
  color: #2D2A29;
  font-size: 12px;
  text-align: center;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  position: relative;
  z-index: 5;
}
.loyalty-advantages-section .loyalty-advantages-container .loyalty-pwbb-section .loyalty-pwbb-container .loyalty-pwbb-left .see-conditions a {
  color: #2D2A29;
}
.loyalty-advantages-section .loyalty-advantages-container .loyalty-pwbb-section .loyalty-pwbb-container .loyalty-pwbb-right {
  width: 50%;
  -webkit-transform: translateY(300px);
          transform: translateY(300px);
  -webkit-transition: 1600ms -webkit-transform ease;
  transition: 1600ms -webkit-transform ease;
  transition: 1600ms transform ease;
  transition: 1600ms transform ease, 1600ms -webkit-transform ease;
}
.loyalty-advantages-section .loyalty-advantages-container .loyalty-pwbb-section .loyalty-pwbb-container .loyalty-pwbb-right.first-animation {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
@media screen and (max-width: 768px) {
  .loyalty-advantages-section .loyalty-advantages-container .loyalty-pwbb-section .loyalty-pwbb-container .loyalty-pwbb-right {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    height: 500px;
  }
}
@media screen and (max-width: 640px) {
  .loyalty-advantages-section .loyalty-advantages-container .loyalty-pwbb-section .loyalty-pwbb-container .loyalty-pwbb-right {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    height: 400px;
  }
}
@media screen and (max-width: 480px) {
  .loyalty-advantages-section .loyalty-advantages-container .loyalty-pwbb-section .loyalty-pwbb-container .loyalty-pwbb-right {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    height: 300px;
  }
}
.loyalty-advantages-section .loyalty-advantages-container .loyalty-pwbb-section .loyalty-pwbb-container .loyalty-pwbb-right .pwbb-image {
  border-radius: 15px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.loyalty-revertbaudet-section {
  background-color: #EFFDF3;
  background-image: url(revertbaudet-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  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;
  padding: 200px 0 80px 0;
  padding: 80px 0 80px 0;
  position: relative;
}
@media screen and (max-width: 1300px) {
  .loyalty-revertbaudet-section {
    padding: 160px 40px 80px 40px;
  }
}
@media screen and (max-width: 1080px) {
  .loyalty-revertbaudet-section {
    padding: 160px 20px 80px 20px;
  }
}
@media screen and (max-width: 480px) {
  .loyalty-revertbaudet-section {
    padding: 160px 20px 20px 20px;
  }
}
.loyalty-revertbaudet-section .heart {
  position: absolute;
  width: 60%;
  width: 20%;
  top: 0px;
  bottom: 0;
  margin: auto;
  left: 2%;
  z-index: 1;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform: rotate(-75deg);
          transform: rotate(-75deg);
  -webkit-transition: all 1400ms ease;
  transition: all 1400ms ease;
}
.loyalty-revertbaudet-section .heart.first-animation {
  left: 12%;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
@media screen and (max-width: 1600px) {
  .loyalty-revertbaudet-section .heart {
    width: 70%;
    width: 20%;
    top: 0px;
  }
}
@media screen and (max-width: 1300px) {
  .loyalty-revertbaudet-section .heart {
    width: 70%;
    width: 20%;
    top: 0px;
  }
}
@media screen and (max-width: 768px) {
  .loyalty-revertbaudet-section .heart {
    width: 100%;
    left: -40%;
    right: 0;
    top: 0px;
    bottom: auto;
    max-width: 600px;
  }
  .loyalty-revertbaudet-section .heart.first-animation {
    left: 0;
    right: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@media screen and (max-width: 535px) {
  .loyalty-revertbaudet-section .heart {
    width: 50%;
    left: -40%;
    right: 0;
    top: 0px;
    bottom: auto;
  }
  .loyalty-revertbaudet-section .heart.first-animation {
    left: 30%;
    right: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@media screen and (max-width: 480px) {
  .loyalty-revertbaudet-section .heart {
    width: 40%;
    left: -90%;
    right: 0;
    top: 20px;
    bottom: auto;
  }
  .loyalty-revertbaudet-section .heart.first-animation {
    left: 40%;
    right: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@media screen and (max-width: 400px) {
  .loyalty-revertbaudet-section .heart {
    top: 20px;
  }
}
.loyalty-revertbaudet-section .heart.animation-on-scroll {
  -webkit-transform: rotate(185deg);
          transform: rotate(185deg);
  left: 150%;
  -webkit-transition: all 1600ms ease;
  transition: all 1600ms ease;
}
.loyalty-revertbaudet-section .logo-mob {
  max-width: 365px;
  width: calc(100% - 40px);
  margin-bottom: 20px;
  display: none;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 768px) {
  .loyalty-revertbaudet-section .logo-mob {
    display: block;
  }
}
.loyalty-revertbaudet-section .desc-mob {
  margin-bottom: 40px;
  color: #2D2A29;
  font-size: 20px;
  line-height: 24px;
  display: none;
  text-align: center;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 768px) {
  .loyalty-revertbaudet-section .desc-mob {
    display: block;
  }
}
.loyalty-revertbaudet-section .loyalty-revertbaudet-container {
  max-width: 1220px;
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  z-index: 2;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1080px) {
  .loyalty-revertbaudet-section .loyalty-revertbaudet-container {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .loyalty-revertbaudet-section .loyalty-revertbaudet-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.loyalty-revertbaudet-section .loyalty-revertbaudet-container .loyalty-revertbaudet-left {
  width: 40%;
  position: relative;
}
@media screen and (max-width: 900px) {
  .loyalty-revertbaudet-section .loyalty-revertbaudet-container .loyalty-revertbaudet-left {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .loyalty-revertbaudet-section .loyalty-revertbaudet-container .loyalty-revertbaudet-left {
    width: 100%;
    max-width: 400px;
  }
}
.loyalty-revertbaudet-section .loyalty-revertbaudet-container .loyalty-revertbaudet-left .sweat {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.loyalty-revertbaudet-section .loyalty-revertbaudet-container .loyalty-revertbaudet-left .white-stargroup-1 {
  position: absolute;
  left: -5%;
  top: 40%;
}
@media screen and (max-width: 1080px) {
  .loyalty-revertbaudet-section .loyalty-revertbaudet-container .loyalty-revertbaudet-left .white-stargroup-1 {
    width: 49px;
    height: 52px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.loyalty-revertbaudet-section .loyalty-revertbaudet-container .loyalty-revertbaudet-left .white-stargroup-2 {
  position: absolute;
  right: 9%;
  top: -10%;
}
@media screen and (max-width: 1080px) {
  .loyalty-revertbaudet-section .loyalty-revertbaudet-container .loyalty-revertbaudet-left .white-stargroup-2 {
    width: 55px;
    height: 58px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.loyalty-revertbaudet-section .loyalty-revertbaudet-container .loyalty-revertbaudet-left .picto-recycle {
  position: absolute;
  top: -110px;
  right: 190px;
  width: 85px;
  height: 85px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: top 1000ms ease, right 1000ms ease;
  transition: top 1000ms ease, right 1000ms ease;
}
.loyalty-revertbaudet-section .loyalty-revertbaudet-container .loyalty-revertbaudet-left .picto-recycle.first-animation {
  top: 10px;
  right: 90px;
}
@media screen and (max-width: 1080px) {
  .loyalty-revertbaudet-section .loyalty-revertbaudet-container .loyalty-revertbaudet-left .picto-recycle.first-animation {
    right: 80px;
  }
}
@media screen and (max-width: 480px) {
  .loyalty-revertbaudet-section .loyalty-revertbaudet-container .loyalty-revertbaudet-left .picto-recycle.first-animation {
    right: 55px;
  }
}
@media screen and (max-width: 1080px) {
  .loyalty-revertbaudet-section .loyalty-revertbaudet-container .loyalty-revertbaudet-left .picto-recycle {
    width: 70px;
    height: 70px;
    right: 180px;
  }
}
@media screen and (max-width: 480px) {
  .loyalty-revertbaudet-section .loyalty-revertbaudet-container .loyalty-revertbaudet-left .picto-recycle {
    width: 65px;
    height: 65px;
    right: 140px;
  }
}
.loyalty-revertbaudet-section .loyalty-revertbaudet-container .loyalty-revertbaudet-left .picto-prix {
  position: absolute;
  top: 170px;
  right: -67px;
  width: 85px;
  height: 90px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: top 1000ms ease, right 1000ms ease;
  transition: top 1000ms ease, right 1000ms ease;
}
.loyalty-revertbaudet-section .loyalty-revertbaudet-container .loyalty-revertbaudet-left .picto-prix.first-animation {
  top: 50px;
  right: 43px;
}
@media screen and (max-width: 480px) {
  .loyalty-revertbaudet-section .loyalty-revertbaudet-container .loyalty-revertbaudet-left .picto-prix.first-animation {
    top: 37px;
    right: 15px;
  }
}
@media screen and (max-width: 1080px) {
  .loyalty-revertbaudet-section .loyalty-revertbaudet-container .loyalty-revertbaudet-left .picto-prix {
    width: 70px;
    height: 70px;
  }
}
@media screen and (max-width: 480px) {
  .loyalty-revertbaudet-section .loyalty-revertbaudet-container .loyalty-revertbaudet-left .picto-prix {
    width: 65px;
    height: 65px;
    top: 170px;
    right: -67px;
  }
}
.loyalty-revertbaudet-section .loyalty-revertbaudet-container .loyalty-revertbaudet-right {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 900px) {
  .loyalty-revertbaudet-section .loyalty-revertbaudet-container .loyalty-revertbaudet-right {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .loyalty-revertbaudet-section .loyalty-revertbaudet-container .loyalty-revertbaudet-right {
    width: 100%;
    max-width: 550px;
  }
}
@media screen and (max-width: 480px) {
  .loyalty-revertbaudet-section .loyalty-revertbaudet-container .loyalty-revertbaudet-right {
    max-width: 280px;
  }
}
.loyalty-revertbaudet-section .loyalty-revertbaudet-container .loyalty-revertbaudet-right .logo {
  max-width: 465px;
  width: calc(100% - 40px);
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .loyalty-revertbaudet-section .loyalty-revertbaudet-container .loyalty-revertbaudet-right .logo {
    display: none;
  }
}
.loyalty-revertbaudet-section .loyalty-revertbaudet-container .loyalty-revertbaudet-right .desc {
  margin-bottom: 40px;
  color: #2D2A29;
  font-size: 24px;
  line-height: 30px;
}
@media screen and (max-width: 1080px) {
  .loyalty-revertbaudet-section .loyalty-revertbaudet-container .loyalty-revertbaudet-right .desc {
    font-size: 20px;
    line-height: 24px;
  }
}
@media screen and (max-width: 768px) {
  .loyalty-revertbaudet-section .loyalty-revertbaudet-container .loyalty-revertbaudet-right .desc {
    display: none;
  }
}
.loyalty-revertbaudet-section .loyalty-revertbaudet-container .loyalty-revertbaudet-right .revertbaudet-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  color: #2D2A29;
}
@media screen and (max-width: 480px) {
  .loyalty-revertbaudet-section .loyalty-revertbaudet-container .loyalty-revertbaudet-right .revertbaudet-list {
    gap: 40px;
  }
}
.loyalty-revertbaudet-section .loyalty-revertbaudet-container .loyalty-revertbaudet-right .revertbaudet-list .revertbaudet-list-point {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media screen and (max-width: 480px) {
  .loyalty-revertbaudet-section .loyalty-revertbaudet-container .loyalty-revertbaudet-right .revertbaudet-list .revertbaudet-list-point {
    -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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}
.loyalty-revertbaudet-section .loyalty-revertbaudet-container .loyalty-revertbaudet-right .revertbaudet-list .revertbaudet-list-point .list-number {
  background-color: #2D2A29;
  color: white;
  border-radius: 999px;
  font-size: 16px;
  font-weight: bold;
  width: 32px;
  height: 32px;
  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;
}
.loyalty-revertbaudet-section .loyalty-revertbaudet-container .loyalty-revertbaudet-right .revertbaudet-list .revertbaudet-list-point .list-desc {
  font-size: 16px;
  line-height: 20px;
  width: calc(100% - 42px);
  color: #2D2A29;
}
@media screen and (max-width: 1080px) {
  .loyalty-revertbaudet-section .loyalty-revertbaudet-container .loyalty-revertbaudet-right .revertbaudet-list .revertbaudet-list-point .list-desc {
    line-height: 19px;
  }
}
@media screen and (max-width: 480px) {
  .loyalty-revertbaudet-section .loyalty-revertbaudet-container .loyalty-revertbaudet-right .revertbaudet-list .revertbaudet-list-point .list-desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.loyalty-revertbaudet-section .loyalty-revertbaudet-container .loyalty-revertbaudet-right .revertbaudet-list .revertbaudet-list-point .list-desc .list-title {
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
  margin-right: 2px;
  color: #2D2A29;
}
@media screen and (max-width: 1080px) {
  .loyalty-revertbaudet-section .loyalty-revertbaudet-container .loyalty-revertbaudet-right .revertbaudet-list .revertbaudet-list-point .list-desc .list-title {
    line-height: 24px;
  }
}
.loyalty-revertbaudet-section .loyalty-revertbaudet-container .loyalty-revertbaudet-right .link-revertbaudet {
  font-size: 12px;
  line-height: 15px;
  margin-top: 40px;
  margin-left: 42px;
  cursor: pointer;
  color: #2D2A29;
}
@media screen and (max-width: 480px) {
  .loyalty-revertbaudet-section .loyalty-revertbaudet-container .loyalty-revertbaudet-right .link-revertbaudet {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
.loyalty-revertbaudet-section .loyalty-revertbaudet-container .loyalty-revertbaudet-right .link-revertbaudet:hover {
  text-decoration: underline;
}
.loyalty-revertbaudet-section .loyalty-revertbaudet-container .main-title {
  text-align: center;
  padding: 0 40px;
  color: #7dbc8e;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
}
@media screen and (max-width: 1080px) {
  .loyalty-revertbaudet-section .loyalty-revertbaudet-container .main-title {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .loyalty-revertbaudet-section .loyalty-revertbaudet-container .main-title {
    font-size: 24px;
    line-height: 29px;
  }
}

.loyalty-member-section {
  background-color: #3C6954;
  padding: 80px 0 0 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1300px) {
  .loyalty-member-section {
    padding: 80px 40px 0 40px;
  }
}
@media screen and (max-width: 1080px) {
  .loyalty-member-section {
    padding: 80px 20px 0 20px;
  }
}
.loyalty-member-section .main-title {
  text-align: center;
  padding: 0 40px;
  color: white;
  font-weight: bold;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 80px;
}
@media screen and (max-width: 1080px) {
  .loyalty-member-section .main-title {
    padding: 0 20px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .loyalty-member-section .main-title {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 40px;
  }
}
.loyalty-member-section .member-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  height: 260px;
}
@media screen and (max-width: 768px) {
  .loyalty-member-section .member-cards {
    height: 200px;
  }
}
.loyalty-member-section .member-cards .or {
  border-radius: 999px;
  background-color: #7DBC8E;
  position: absolute;
  top: auto;
  bottom: 90px;
  left: 0;
  right: 0;
  margin: auto;
  color: white;
  width: 57px;
  height: 57px;
  font-size: 25px;
  font-weight: bold;
  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;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .loyalty-member-section .member-cards .or {
    font-size: 17px;
    width: 40px;
    height: 40px;
    bottom: 70px;
  }
}
.loyalty-member-section .member-cards .member-card {
  background-color: white;
  width: 190px;
  padding: 20px;
  border-radius: 10px;
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1607843137);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 768px) {
  .loyalty-member-section .member-cards .member-card {
    width: 135px;
    padding: 15px;
  }
}
.loyalty-member-section .member-cards .member-card.one {
  -webkit-transform: rotate(-67deg);
          transform: rotate(-67deg);
  z-index: 2;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -200px;
  margin: auto;
  -webkit-transition: left 1300ms ease, -webkit-transform 1300ms ease;
  transition: left 1300ms ease, -webkit-transform 1300ms ease;
  transition: left 1300ms ease, transform 1300ms ease;
  transition: left 1300ms ease, transform 1300ms ease, -webkit-transform 1300ms ease;
}
@media screen and (max-width: 768px) {
  .loyalty-member-section .member-cards .member-card.one {
    -webkit-transition: left 1000ms ease, -webkit-transform 1000ms ease;
    transition: left 1000ms ease, -webkit-transform 1000ms ease;
    transition: left 1000ms ease, transform 1000ms ease;
    transition: left 1000ms ease, transform 1000ms ease, -webkit-transform 1000ms ease;
  }
}
.loyalty-member-section .member-cards .member-card.one.first-animation {
  left: calc(50% - 200px);
  -webkit-transform: rotate(-17deg);
          transform: rotate(-17deg);
}
@media screen and (max-width: 768px) {
  .loyalty-member-section .member-cards .member-card.one.first-animation {
    left: calc(50% - 145px);
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
}
.loyalty-member-section .member-cards .member-card.one.animation-on-scroll {
  left: 120%;
  -webkit-transform: rotate(57deg);
          transform: rotate(57deg);
}
@media screen and (max-width: 768px) {
  .loyalty-member-section .member-cards .member-card.one.animation-on-scroll {
    left: 120%;
    -webkit-transform: rotate(55deg);
            transform: rotate(55deg);
  }
}
.loyalty-member-section .member-cards .member-card.two {
  -webkit-transform: rotate(67deg);
          transform: rotate(67deg);
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: right 1400ms ease, -webkit-transform 1400ms ease;
  transition: right 1400ms ease, -webkit-transform 1400ms ease;
  transition: right 1400ms ease, transform 1400ms ease;
  transition: right 1400ms ease, transform 1400ms ease, -webkit-transform 1400ms ease;
  right: -200px;
}
@media screen and (max-width: 768px) {
  .loyalty-member-section .member-cards .member-card.two {
    -webkit-transition: right 1000ms ease, -webkit-transform 1000ms ease;
    transition: right 1000ms ease, -webkit-transform 1000ms ease;
    transition: right 1000ms ease, transform 1000ms ease;
    transition: right 1000ms ease, transform 1000ms ease, -webkit-transform 1000ms ease;
  }
}
.loyalty-member-section .member-cards .member-card.two.first-animation {
  right: calc(50% - 200px);
  -webkit-transform: rotate(17deg);
          transform: rotate(17deg);
}
@media screen and (max-width: 768px) {
  .loyalty-member-section .member-cards .member-card.two.first-animation {
    right: calc(50% - 145px);
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
}
.loyalty-member-section .member-cards .member-card.two.animation-on-scroll {
  right: 120%;
  -webkit-transform: rotate(-57deg);
          transform: rotate(-57deg);
}
@media screen and (max-width: 768px) {
  .loyalty-member-section .member-cards .member-card.two.animation-on-scroll {
    right: 120%;
    -webkit-transform: rotate(-55deg);
            transform: rotate(-55deg);
  }
}
.loyalty-member-section .member-cards .member-card .picto-container {
  border-radius: 999px;
  background-color: #3C6954;
  width: 120px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  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;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 768px) {
  .loyalty-member-section .member-cards .member-card .picto-container {
    width: 90px;
    height: 90px;
  }
}
.loyalty-member-section .member-cards .member-card .picto-container .picto {
  height: 70px;
  width: 70px;
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
}
@media screen and (max-width: 768px) {
  .loyalty-member-section .member-cards .member-card .picto-container .picto {
    width: 50px;
    height: 50px;
  }
}
.loyalty-member-section .member-cards .member-card .desc {
  color: #3C6954;
  font-size: 18px;
  text-align: center;
  line-height: 23px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .loyalty-member-section .member-cards .member-card .desc {
    font-size: 16px;
    line-height: 19px;
  }
}
.loyalty-member-section .conditions-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .loyalty-member-section .conditions-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 20px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.loyalty-member-section .conditions-section .conditions-text {
  color: #7DBC8E;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  text-align: center;
  max-width: 555px;
}
@media screen and (max-width: 768px) {
  .loyalty-member-section .conditions-section .conditions-text {
    font-size: 16px;
    line-height: 19px;
    max-width: 355px;
  }
}
.loyalty-member-section .conditions-section .gif-container {
  height: 95px;
  width: 95px;
  overflow: hidden;
  border-radius: 999px;
  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;
  padding: 6px;
}
.loyalty-member-section .conditions-section .gif-container .up {
  height: 130px;
  width: 130px;
  border-radius: 999px;
  -o-object-fit: cover;
     object-fit: cover;
}
.loyalty-member-section .conditions-mention {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  color: #7DBC8E;
  font-size: 12px;
}
.loyalty-member-section .conditions-mention a {
  color: #7DBC8E;
}
.loyalty-member-section .loyalty-operating-section {
  max-width: 980px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  padding-bottom: 100px;
}
.loyalty-member-section .loyalty-operating-section .operating-title {
  text-align: center;
  padding: 0 40px;
  color: #ffffff;
  font-weight: bold;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1080px) {
  .loyalty-member-section .loyalty-operating-section .operating-title {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .loyalty-member-section .loyalty-operating-section .operating-title {
    font-size: 24px;
    line-height: 29px;
  }
}
.loyalty-member-section .loyalty-operating-section .cagnottage-tuto-container .cagnottage-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.loyalty-member-section .loyalty-operating-section .cagnottage-tuto-container .cagnottage-tabs .cagnottage-tab {
  background-color: #7DBC8E;
  color: white;
  font-size: 24px;
  line-height: 30px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 100%;
  height: 90px;
  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;
  padding-left: 20px;
  padding-right: 20px;
  cursor: pointer;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  border-bottom: 1px solid #3C6954;
}
.loyalty-member-section .loyalty-operating-section .cagnottage-tuto-container .cagnottage-tabs .cagnottage-tab:hover {
  color: #3C6954;
}
.loyalty-member-section .loyalty-operating-section .cagnottage-tuto-container .cagnottage-tabs .cagnottage-tab.actif {
  color: #3C6954;
  background-color: #f4f4f4;
}
@media screen and (max-width: 900px) {
  .loyalty-member-section .loyalty-operating-section .cagnottage-tuto-container .cagnottage-tabs .cagnottage-tab {
    font-size: 15px;
    line-height: 18px;
  }
}
.loyalty-member-section .loyalty-operating-section .cagnottage-tuto-container .cagnottage-informations-container {
  background-color: #f4f4f4;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.loyalty-member-section .loyalty-operating-section .cagnottage-tuto-container .cagnottage-informations-container .cagnottage-informations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: none;
}
.loyalty-member-section .loyalty-operating-section .cagnottage-tuto-container .cagnottage-informations-container .cagnottage-informations.actif {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .loyalty-member-section .loyalty-operating-section .cagnottage-tuto-container .cagnottage-informations-container .cagnottage-informations {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.loyalty-member-section .loyalty-operating-section .cagnottage-tuto-container .cagnottage-informations-container .cagnottage-informations .left {
  color: #2D2A29;
  width: calc(100% - 300px);
  padding: 40px 40px 60px 60px;
}
@media screen and (max-width: 1080px) {
  .loyalty-member-section .loyalty-operating-section .cagnottage-tuto-container .cagnottage-informations-container .cagnottage-informations .left {
    padding: 40px 20px 40px 40px;
  }
}
@media screen and (max-width: 768px) {
  .loyalty-member-section .loyalty-operating-section .cagnottage-tuto-container .cagnottage-informations-container .cagnottage-informations .left {
    padding: 20px 20px 20px 20px;
    width: 100%;
  }
}
.loyalty-member-section .loyalty-operating-section .cagnottage-tuto-container .cagnottage-informations-container .cagnottage-informations .left .txt {
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 20px;
}
@media screen and (max-width: 900px) {
  .loyalty-member-section .loyalty-operating-section .cagnottage-tuto-container .cagnottage-informations-container .cagnottage-informations .left .txt {
    font-size: 13px;
    line-height: 15px;
  }
}
.loyalty-member-section .loyalty-operating-section .cagnottage-tuto-container .cagnottage-informations-container .cagnottage-informations .left .txt.focus {
  font-size: 22px;
  color: #7DBC8E;
  font-weight: 900;
}
.loyalty-member-section .loyalty-operating-section .cagnottage-tuto-container .cagnottage-informations-container .cagnottage-informations .left ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  padding-left: 20px;
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 30px;
}
@media screen and (max-width: 900px) {
  .loyalty-member-section .loyalty-operating-section .cagnottage-tuto-container .cagnottage-informations-container .cagnottage-informations .left ul {
    font-size: 13px;
    line-height: 15px;
  }
}
.loyalty-member-section .loyalty-operating-section .cagnottage-tuto-container .cagnottage-informations-container .cagnottage-informations .left ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.loyalty-member-section .loyalty-operating-section .cagnottage-tuto-container .cagnottage-informations-container .cagnottage-informations .left ul li p {
  width: calc(100% - 42px);
  margin-top: 5px;
}
.loyalty-member-section .loyalty-operating-section .cagnottage-tuto-container .cagnottage-informations-container .cagnottage-informations .left ul li .number {
  background-color: #2D2A29;
  color: white;
  border-radius: 999px;
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  margin-right: 10px;
  line-height: 0;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 900px) {
  .loyalty-member-section .loyalty-operating-section .cagnottage-tuto-container .cagnottage-informations-container .cagnottage-informations .left ul li .number {
    font-size: 11px;
    line-height: 0;
    width: 23px;
    height: 23px;
  }
}
.loyalty-member-section .loyalty-operating-section .cagnottage-tuto-container .cagnottage-informations-container .cagnottage-informations .left .conditions {
  font-size: 16px;
  line-height: 20px;
}
@media screen and (max-width: 900px) {
  .loyalty-member-section .loyalty-operating-section .cagnottage-tuto-container .cagnottage-informations-container .cagnottage-informations .left .conditions {
    font-size: 12px;
    line-height: 15px;
  }
}
.loyalty-member-section .loyalty-operating-section .cagnottage-tuto-container .cagnottage-informations-container .cagnottage-informations .left .conditions .link {
  color: #2D2A29;
  text-decoration: underline;
}
.loyalty-member-section .loyalty-operating-section .cagnottage-tuto-container .cagnottage-informations-container .cagnottage-informations .right {
  width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 40px 60px 0 0px;
  overflow: hidden;
}
@media screen and (max-width: 1080px) {
  .loyalty-member-section .loyalty-operating-section .cagnottage-tuto-container .cagnottage-informations-container .cagnottage-informations .right {
    padding: 20px 40px 0 0px;
  }
}
@media screen and (max-width: 768px) {
  .loyalty-member-section .loyalty-operating-section .cagnottage-tuto-container .cagnottage-informations-container .cagnottage-informations .right {
    width: 100%;
    padding: 0px 20px 0 20px;
  }
}
.loyalty-member-section .loyalty-operating-section .cagnottage-tuto-container .cagnottage-informations-container .cagnottage-informations .right .video {
  width: 300px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  line-height: 0;
}
@media screen and (max-width: 768px) {
  .loyalty-member-section .loyalty-operating-section .cagnottage-tuto-container .cagnottage-informations-container .cagnottage-informations .right .video {
    margin: auto;
  }
}
@media screen and (max-width: 405px) {
  .loyalty-member-section .loyalty-operating-section .cagnottage-tuto-container .cagnottage-informations-container .cagnottage-informations .right .video {
    width: 250px;
    height: auto;
    margin: auto;
  }
}
@media screen and (max-width: 350px) {
  .loyalty-member-section .loyalty-operating-section .cagnottage-tuto-container .cagnottage-informations-container .cagnottage-informations .right .video {
    width: 225px;
    height: auto;
    margin: auto;
  }
}
@media screen and (max-width: 320px) {
  .loyalty-member-section .loyalty-operating-section .cagnottage-tuto-container .cagnottage-informations-container .cagnottage-informations .right .video {
    width: 100%;
    height: auto;
    margin: auto;
  }
}

.loyalty-bottom-banner {
  background-color: #7DBC8E;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 0;
  right: 0;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.loyalty-bottom-banner .faq-content {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  padding: 40px 20px;
  -webkit-transition: all 1600ms ease;
  transition: all 1600ms ease;
}
.loyalty-bottom-banner .faq-content .logo {
  margin-bottom: 20px;
  max-width: 300px;
  width: calc(100% - 40px);
}
@media screen and (max-width: 768px) {
  .loyalty-bottom-banner .faq-content .logo {
    max-width: 265px;
  }
}
.loyalty-bottom-banner .faq-content .baseline {
  color: #3C6954;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .loyalty-bottom-banner .faq-content .baseline {
    font-size: 20px;
    line-height: 24px;
    padding: 0 20px;
  }
}
.loyalty-bottom-banner .faq-section {
  width: 100%;
  background-color: white;
  padding: 20px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .loyalty-bottom-banner .faq-section {
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .loyalty-bottom-banner .faq-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.loyalty-bottom-banner .faq-section .text {
  color: #2D2A29;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}
.loyalty-bottom-banner .faq-section .text strong {
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
  margin-right: 6px;
}
.loyalty-bottom-banner .faq-section .faq-cta {
  background-color: #fff;
  color: #2D2A29;
  border: solid 2px #2D2A29;
  padding: 13px 20px;
  font-size: 14px;
  font-weight: 600;
  margin-top: 40px;
  text-decoration: none;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: color 200ms ease, background 200ms ease;
  transition: color 200ms ease, background 200ms ease;
  display: block;
  margin: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.loyalty-bottom-banner .faq-section .faq-cta:hover {
  color: #ffffff;
  background-color: #2D2A29;
}