.lienglobal {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 5;
}

html {
  scroll-behavior: smooth;
  font-size: 76.92%;
  line-height: 1.38;
}

body {
  margin: 0;
}

/* CTA soulignement CRL */
/* Booster CRL */
/* Cartouche CRL */
/* Bandeau CRL - BLOC0 */
/*  -------- THEME COLOR VARIABLE -------- */
html {
  scroll-behavior: smooth;
}

/*  -------- BLOC BANNER OP PANT -------- */
.crl_banner_pant {
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.crl_banner_pant p {
  margin: 0;
}

.crl_banner_pant .swiper_banner_pant {
  width: 100%;
  margin: 1em 0;
}

.crl_banner_pant .cont_slide {
  position: relative;
}

.crl_banner_pant .bloctxt {
  position: relative;
  text-align: center;
  z-index: 6;
}

.crl_banner_pant .bloccta {
  display: inline-block;
  position: relative;
  z-index: 6;
  font-weight: 600;
  font-size: clamp(0.8461538462rem, 0.6892470924rem + 0.2652519894vw, 1.0769230769rem);
  text-decoration: none;
  color: #9F9F9F;
  padding-bottom: 0.1em;
  text-transform: uppercase;
}
@media screen and (max-width: 768.98px) {
  .crl_banner_pant .bloccta {
    font-size: clamp(1rem, 0.8351648352rem + 0.6696428571vw, 1.2307692308rem);
  }
}
.crl_banner_pant .bloccta::after {
  content: "";
  position: absolute;
  bottom: 6%;
  left: 0em;
  width: calc(100% - 0em);
  height: 1px;
  background-color: #9F9F9F;
}
.crl_banner_pant .bloccta a:hover, .crl_banner_pant .bloccta a:active, .crl_banner_pant .bloccta a:link, .crl_banner_pant .bloccta a:visited {
  text-decoration: none;
  color: #9F9F9F;
}
.crl_banner_pant .bloccta:hover::after {
  width: calc(100% - 0em);
  animation-name: soulignement;
  animation-timing-function: ease-in-out;
  animation-duration: 480ms;
}
@keyframes soulignement {
  0% {
    left: unset;
    right: 0;
    width: calc(100% - 1em);
  }
  33% {
    width: 0;
  }
  66% {
    right: unset;
    left: 0;
  }
  100% {
    width: calc(100% - 1em);
  }
}

.crl_banner_pant .bloccta::after {
  background-color: transparent;
}

@media screen and (min-width: 768px) {
  /*  -------- BLOC BANNER OP PANT -------- */
  .crl_banner_pant .swiper_banner_pant {
    width: 65%;
  }
  .crl_banner_pant .bloccta::after {
    background-color: #9F9F9F;
  }
}/*# sourceMappingURL=style.css.map */