@charset "UTF-8";
.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 -------- */
/* GLOBAL */
html {
  scroll-behavior: smooth;
}

/*  -------- BLOC 0 -------- */
/*  .crl_outlet_b0{
  position: relative;
    @include crl.AllBloc;
  @include bandeau_promo.bandeau_promo($bleucrl, $beigecrl);
}

.crl_outlet_b0 .bloccta{
  text-transform: uppercase;
  font-weight: 600;
    @include texte.ctasoulignement($bleucrl, $bleucrl, c.clamp13Mob(11,14), c.clamp13Mob(13, 16));
}
 */
/*  -------- BLOC 1 -------- */
.crl_outlet_b1 {
  position: relative;
  width: calc(100% + 60px);
  margin: 0ch -30px 0px;
  color: #fff;
  text-align: center;
  display: flex;
  flex-flow: column;
  justify-content: center;
  height: 50vh;
  background-color: #F2826E;
  overflow: hidden;
}
@media screen and (max-width: 768.98px) {
  .crl_outlet_b1 {
    width: calc(100% + 36px);
    margin: 0px -18px 0px;
  }
}
.crl_outlet_b1 img, .crl_outlet_b1 picture {
  position: relative;
  width: 100%;
  display: block;
  margin: 0;
}
.crl_outlet_b1 a:focus, .crl_outlet_b1 a:active, .crl_outlet_b1 a:link, .crl_outlet_b1 a:visited {
  text-decoration: none;
}
.crl_outlet_b1 p, .crl_outlet_b1 h1, .crl_outlet_b1 h2, .crl_outlet_b1 h3, .crl_outlet_b1 h4 {
  margin: 0;
}
.crl_outlet_b1 .bold {
  font-weight: 700;
}
.crl_outlet_b1 .semibold {
  font-weight: 500;
}
.crl_outlet_b1 .light {
  font-weight: 400;
}
.crl_outlet_b1 .upper {
  text-transform: uppercase;
}
.crl_outlet_b1 .sup {
  font-size: 60%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}
.crl_outlet_b1 .DispMob {
  display: block !important;
}
@media screen and (max-width: 768.98px) {
  .crl_outlet_b1 .DispMob {
    display: none !important;
  }
}
.crl_outlet_b1 .DispDesk {
  display: none !important;
}
@media screen and (max-width: 768.98px) {
  .crl_outlet_b1 .DispDesk {
    display: block !important;
  }
}
.crl_outlet_b1 .DispTab {
  display: none !important;
}
@media screen and (max-width: 990px) {
  .crl_outlet_b1 .DispTab {
    display: block !important;
  }
}
.crl_outlet_b1 .TabOnly {
  display: none !important;
}
@media screen and (max-width: 990px) and (min-width: 768.99px) {
  .crl_outlet_b1 .TabOnly {
    display: block !important;
  }
}

.crl_outlet_b1 .bloctxt {
  display: flex;
  flex-flow: column;
  gap: clamp(1.1538461538rem, 0.6043956044rem + 2.2321428571vw, 1.9230769231rem);
}

.crl_outlet_b1 .txt_exclu {
  font-size: clamp(1.3846153846rem, 1rem + 1.5625vw, 1.9230769231rem);
  line-height: clamp(1.3846153846rem, 1rem + 1.5625vw, 1.9230769231rem);
}

.crl_outlet_b1 .txt_offre {
  font-size: clamp(1.5384615385rem, 0.7142857143rem + 3.3482142857vw, 2.6923076923rem);
  line-height: clamp(1.5384615385rem, 0.7142857143rem + 3.3482142857vw, 2.6923076923rem);
  text-transform: uppercase;
}

.crl_outlet_b1 .outlet-defile {
  font-size: clamp(3.8461538462rem, 1.6483516484rem + 8.9285714286vw, 6.9230769231rem);
}

.crl_outlet_b1 .outlet-defile .outlet-text {
  text-transform: uppercase;
  margin: 0 0.2em;
}

/* Animation défilé*/
@keyframes defile {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-30%);
  }
}
/* outlet */
.crl_outlet_b1 .outlet-defile {
  position: relative;
  animation: defile 20s linear infinite normal forwards;
  display: flex;
  align-items: baseline;
  width: -moz-max-content;
  width: max-content;
}

.crl_outlet_b1 .bloccta {
  margin-top: clamp(0.7692307692rem, -1.4285714286rem + 8.9285714286vw, 3.8461538462rem);
  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: #fff;
  padding-bottom: 0.1em;
}
@media screen and (max-width: 768.98px) {
  .crl_outlet_b1 .bloccta {
    font-size: clamp(1rem, 0.8351648352rem + 0.6696428571vw, 1.2307692308rem);
  }
}
.crl_outlet_b1 .bloccta::after {
  content: "";
  position: absolute;
  bottom: 6%;
  left: 0em;
  width: calc(100% - 0em);
  height: 1px;
  background-color: #fff;
}
.crl_outlet_b1 .bloccta a:hover, .crl_outlet_b1 .bloccta a:active, .crl_outlet_b1 .bloccta a:link, .crl_outlet_b1 .bloccta a:visited {
  text-decoration: none;
  color: #fff;
}
.crl_outlet_b1 .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_outlet_b1 * {
  max-width: unset !important;
}

/*  -------- BLOC 2 -------- */
.crl_outlet_b2 {
  position: relative;
  width: calc(100% + 60px);
  margin: 0ch -30px 0px;
  padding: 1.5em 0;
  background-color: #F2F2F2;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768.98px) {
  .crl_outlet_b2 {
    width: calc(100% + 36px);
    margin: 0px -18px 0px;
  }
}
.crl_outlet_b2 img, .crl_outlet_b2 picture {
  position: relative;
  width: 100%;
  display: block;
  margin: 0;
}
.crl_outlet_b2 a:focus, .crl_outlet_b2 a:active, .crl_outlet_b2 a:link, .crl_outlet_b2 a:visited {
  text-decoration: none;
}
.crl_outlet_b2 p, .crl_outlet_b2 h1, .crl_outlet_b2 h2, .crl_outlet_b2 h3, .crl_outlet_b2 h4 {
  margin: 0;
}
.crl_outlet_b2 .bold {
  font-weight: 700;
}
.crl_outlet_b2 .semibold {
  font-weight: 500;
}
.crl_outlet_b2 .light {
  font-weight: 400;
}
.crl_outlet_b2 .upper {
  text-transform: uppercase;
}
.crl_outlet_b2 .sup {
  font-size: 60%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}
.crl_outlet_b2 .DispMob {
  display: block !important;
}
@media screen and (max-width: 768.98px) {
  .crl_outlet_b2 .DispMob {
    display: none !important;
  }
}
.crl_outlet_b2 .DispDesk {
  display: none !important;
}
@media screen and (max-width: 768.98px) {
  .crl_outlet_b2 .DispDesk {
    display: block !important;
  }
}
.crl_outlet_b2 .DispTab {
  display: none !important;
}
@media screen and (max-width: 990px) {
  .crl_outlet_b2 .DispTab {
    display: block !important;
  }
}
.crl_outlet_b2 .TabOnly {
  display: none !important;
}
@media screen and (max-width: 990px) and (min-width: 768.99px) {
  .crl_outlet_b2 .TabOnly {
    display: block !important;
  }
}

.crl_contswiper_outlet_b2 {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.crl_outlet_b2 .crl_cont_outlet_b2 {
  position: relative;
  gap: clamp(1.5384615385rem, 0.4395604396rem + 4.4642857143vw, 3.0769230769rem);
}

.crl_outlet_b2 .swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #F2826E !important;
}

.crl_outlet_b2 .bloccta {
  margin: 5em auto 2em auto;
  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: #F2826E;
  padding-bottom: 0.1em;
  z-index: 5;
}
@media screen and (max-width: 768.98px) {
  .crl_outlet_b2 .bloccta {
    font-size: clamp(1rem, 0.8351648352rem + 0.6696428571vw, 1.2307692308rem);
  }
}
.crl_outlet_b2 .bloccta::after {
  content: "";
  position: absolute;
  bottom: 6%;
  left: 0em;
  width: calc(100% - 0em);
  height: 1px;
  background-color: #F2826E;
}
.crl_outlet_b2 .bloccta a:hover, .crl_outlet_b2 .bloccta a:active, .crl_outlet_b2 .bloccta a:link, .crl_outlet_b2 .bloccta a:visited {
  text-decoration: none;
  color: #F2826E;
}
.crl_outlet_b2 .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);
  }
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 75%;
  height: -moz-fit-content;
  height: fit-content;
}

/*  -------- BLOC 3 -------- */
.crl_b3_outlet {
  position: relative;
  width: calc(100% + 60px);
  margin: 0ch -30px 0px;
}
@media screen and (max-width: 768.98px) {
  .crl_b3_outlet {
    width: calc(100% + 36px);
    margin: 0px -18px 0px;
  }
}
.crl_b3_outlet img, .crl_b3_outlet picture {
  position: relative;
  width: 100%;
  display: block;
  margin: 0;
}
.crl_b3_outlet a:focus, .crl_b3_outlet a:active, .crl_b3_outlet a:link, .crl_b3_outlet a:visited {
  text-decoration: none;
}
.crl_b3_outlet p, .crl_b3_outlet h1, .crl_b3_outlet h2, .crl_b3_outlet h3, .crl_b3_outlet h4 {
  margin: 0;
}
.crl_b3_outlet .bold {
  font-weight: 700;
}
.crl_b3_outlet .semibold {
  font-weight: 500;
}
.crl_b3_outlet .light {
  font-weight: 400;
}
.crl_b3_outlet .upper {
  text-transform: uppercase;
}
.crl_b3_outlet .sup {
  font-size: 60%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}
.crl_b3_outlet .DispMob {
  display: block !important;
}
@media screen and (max-width: 768.98px) {
  .crl_b3_outlet .DispMob {
    display: none !important;
  }
}
.crl_b3_outlet .DispDesk {
  display: none !important;
}
@media screen and (max-width: 768.98px) {
  .crl_b3_outlet .DispDesk {
    display: block !important;
  }
}
.crl_b3_outlet .DispTab {
  display: none !important;
}
@media screen and (max-width: 990px) {
  .crl_b3_outlet .DispTab {
    display: block !important;
  }
}
.crl_b3_outlet .TabOnly {
  display: none !important;
}
@media screen and (max-width: 990px) and (min-width: 768.99px) {
  .crl_b3_outlet .TabOnly {
    display: block !important;
  }
}

.crl_b3_outlet .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: #fff;
  padding-bottom: 0.1em;
}
@media screen and (max-width: 768.98px) {
  .crl_b3_outlet .bloccta {
    font-size: clamp(1rem, 0.8351648352rem + 0.6696428571vw, 1.2307692308rem);
  }
}
.crl_b3_outlet .bloccta::after {
  content: "";
  position: absolute;
  bottom: 6%;
  left: 0em;
  width: calc(100% - 0em);
  height: 1px;
  background-color: #fff;
}
.crl_b3_outlet .bloccta a:hover, .crl_b3_outlet .bloccta a:active, .crl_b3_outlet .bloccta a:link, .crl_b3_outlet .bloccta a:visited {
  text-decoration: none;
  color: #fff;
}
.crl_b3_outlet .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_b3_outlet .cont_img {
  position: relative;
  width: 100%;
}

.crl_b3_outlet .bloctxt {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 77%;
  left: 66%;
}

@media screen and (min-width: 768px) {
  /*  -------- BLOC 3 -------- */
  .crl_b3_outlet .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: #FF4848;
    padding-bottom: 0.1em;
  }
}
@media screen and (min-width: 768px) and (max-width: 768.98px) {
  .crl_b3_outlet .bloccta {
    font-size: clamp(1rem, 0.8351648352rem + 0.6696428571vw, 1.2307692308rem);
  }
}
@media screen and (min-width: 768px) {
  .crl_b3_outlet .bloccta::after {
    content: "";
    position: absolute;
    bottom: 6%;
    left: 0em;
    width: calc(100% - 0em);
    height: 1px;
    background-color: #FF4848;
  }
  .crl_b3_outlet .bloccta a:hover, .crl_b3_outlet .bloccta a:active, .crl_b3_outlet .bloccta a:link, .crl_b3_outlet .bloccta a:visited {
    text-decoration: none;
    color: #FF4848;
  }
  .crl_b3_outlet .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_b3_outlet .bloctxt {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 77%;
    left: 50%;
  }
}/*# sourceMappingURL=style.css.map */