@charset "UTF-8";
/* GLOBAL */
@import url("https://use.typekit.net/dys7uyp.css");
.lienglobal {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 5;
}


/* Paramètre des blocs générique */
.ResetBloc {
  font-family: "helvetica-neue-lt-pro", sans-serif;
  line-height: 0.8;
  position: relative;
  width: calc(100% + 60px);
  margin: 0ch -30px 0px;
}
@media screen and (max-width: 768.98px) {
  .ResetBloc {
    width: calc(100% + 36px);
    margin: 0px -18px 0px;
  }
}
.ResetBloc img,
.ResetBloc picture {
  position: relative;
  width: 100%;
  display: block;
  margin: 0;
}
.ResetBloc a:focus,
.ResetBloc a:active,
.ResetBloc a:link,
.ResetBloc a:visited {
  text-decoration: none;
}
.ResetBloc p,
.ResetBloc h1,
.ResetBloc h2,
.ResetBloc h3,
.ResetBloc h4 {
  margin: 0;
}
.ResetBloc .bold {
  font-weight: 600;
}
.ResetBloc .semibold {
  font-weight: 500;
}
.ResetBloc .regular {
  font-weight: 400;
}
.ResetBloc .light {
  font-weight: 300;
}
.ResetBloc .upper {
  text-transform: uppercase;
}
.ResetBloc .sup {
  font-size: 60%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}
.ResetBloc .DispMob {
  display: block !important;
}
@media screen and (max-width: 768.98px) {
  .ResetBloc .DispMob {
    display: none !important;
  }
}
.ResetBloc .DispDesk {
  display: none !important;
}
@media screen and (max-width: 768.98px) {
  .ResetBloc .DispDesk {
    display: block !important;
  }
}
.ResetBloc .DispTab {
  display: none !important;
}
@media screen and (max-width: 990px) {
  .ResetBloc .DispTab {
    display: block !important;
  }
}
.ResetBloc .TabOnly {
  display: none !important;
}
@media screen and (max-width: 990px) and (min-width: 768.99px) {
  .ResetBloc .TabOnly {
    display: block !important;
  }
}
.ResetBloc .titre {
  font-size: clamp(2.5384615385rem, 1.6043956044rem + 3.7946428571vw, 3.8461538462rem);
}
@media screen and (min-width : 768.98px) {
  .ResetBloc .titre {
    font-size: clamp(3.0769230769rem, 2.0308780521rem + 1.7683465959vw, 4.6153846154rem);
  }
}
.ResetBloc .titre2 {
  font-size: clamp(3.0769230769rem, 1.978021978rem + 4.4642857143vw, 4.6153846154rem);
}
@media screen and (min-width : 768.98px) {
  .ResetBloc .titre2 {
    font-size: clamp(5.3846153846rem, 4.3385703598rem + 1.7683465959vw, 6.9230769231rem);
  }
}
.ResetBloc {
  /* Affichage ou non du booster */
}
.ResetBloc [data-booster=on] .BoosterBloc {
  display: block;
  border-radius: 0px !important;
  position: relative;
  background-color: #fff;
}
.ResetBloc [data-booster=on] .BoosterBloc a {
  color: #D40404;
}
.ResetBloc [data-booster=on] .BoosterBloc {
  color: #D40404;
  font-weight: 600;
  padding: 0.5rem 1rem;
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(1.2307692308rem, 1.1208791209rem + 0.4464285714vw, 1.3846153846rem);
  border-radius: 6px;
}
@media screen and (min-width: 768px) {
  .ResetBloc [data-booster=on] .BoosterBloc {
    font-size: clamp(1.2307692308rem, 1.1261647283rem + 0.1768346596vw, 1.3846153846rem);
  }
}
.ResetBloc [data-booster=off] .BoosterBloc {
  display: none;
}
.ResetBloc {
  /* Affichage ou non de la démarque */
}
.ResetBloc [data-dem=on] .DemarqueBloc {
  display: block;
}
.ResetBloc [data-dem=off] .DemarqueBloc {
  display: none;
}
.ResetBloc [data-booster=on] .booster {
  display: none;
}

/* PROLONGATION */
[data-lang=fr_fr].crl_prolongation_soldes .enOnly {
  display: none;
}

.crl_prolongation_soldes {
  background-color: #F3F1F1;
  font-weight: 400;
  padding: 1em 0;
  transition: 480ms;
  overflow: hidden;
  white-space: nowrap;
}
.crl_prolongation_soldes .booster-defile {
  position: relative;
  animation: defile-fast 20s linear infinite normal forwards;
}
@media screen and (min-width : 768.98px) {
  .crl_prolongation_soldes .booster-defile {
    animation-name: defile;
  }
}
.crl_prolongation_soldes .booster-defile {
  display: flex;
  align-items: baseline;
  width: -moz-max-content;
  width: max-content;
}
.crl_prolongation_soldes .booster-text {
  text-transform: uppercase;
  color: #D40404;
  margin: 0;
  text-align: center;
  font-size: 1.2em;
  margin: 0 1em;
}

/* Animation défilé*/
@keyframes defile {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
/* Animation défilé mobile (plus rapide) */
@keyframes defile-fast {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.crl_prolongation_soldes_2 {
  position: relative;
  aspect-ratio: 666/565;
}
@media screen and (min-width : 768.98px) {
  .crl_prolongation_soldes_2 {
    aspect-ratio: 1920/600;
  }
}
.crl_prolongation_soldes_2 {
  overflow: hidden;
  background-color: #D40404;
  white-space: nowrap;
}
.crl_prolongation_soldes_2 .blocTxt_b3 {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  gap: clamp(1.5384615385rem, 0.989010989rem + 2.2321428571vw, 2.3076923077rem);
  color: #F3F1F1;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 6;
  text-align: center;
}
.crl_prolongation_soldes_2 .blocTxt_b3 .DemarqueBloc {
  font-size: clamp(1.5384615385rem, 1.2637362637rem + 1.1160714286vw, 1.9230769231rem);
}
@media screen and (min-width: 768px) {
  .crl_prolongation_soldes_2 .blocTxt_b3 .DemarqueBloc {
    font-size: clamp(1.5384615385rem, 1.2769502823rem + 0.442086649vw, 1.9230769231rem);
  }
}
.crl_prolongation_soldes_2 .blocTxt_b3 .DemarqueBloc {
  line-height: 1;
  font-weight: 500;
}
.crl_prolongation_soldes_2 .blocTxt_b3 .contCta {
  display: grid;
  z-index: 6;
  grid-template-columns: 1fr 1fr;
  gap: clamp(0.6153846154rem, 0.6153846154rem + 0vw, 0.6153846154rem) clamp(0.6153846154rem, 0.6153846154rem + 0vw, 0.6153846154rem);
}
.crl_prolongation_soldes_2 .blocTxt_b3 .blocCta {
  border-radius: 10px;
  padding: 10px clamp(1.8461538462rem, 0.5824175824rem + 5.1339285714vw, 3.6153846154rem) !important;
  border: 1px solid #fff;
  z-index: 6;
  box-sizing: border-box;
  background: #fff;
  /* border: 1px solid $font-color; */
  border-radius: 6px;
  transition: all 0.3s ease-in-out;
  text-align: center;
  font-weight: 500;
  font-size: clamp(0.8461538462rem, 0.6892470924rem + 0.2652519894vw, 1.0769230769rem);
  width: -moz-fit-content;
  width: fit-content;
  color: #D40404;
  padding: 16px 24px;
}
@media screen and (max-width: 768.98px) {
  .crl_prolongation_soldes_2 .blocTxt_b3 .blocCta {
    font-size: clamp(0.8461538462rem, 0.6813186813rem + 0.6696428571vw, 1.0769230769rem);
  }
}
.crl_prolongation_soldes_2 .blocTxt_b3 .blocCta a {
  color: #D40404;
}
.crl_prolongation_soldes_2 .blocTxt_b3 .blocCta:hover {
  background: #D40404;
  color: #fff;
  /* border: 1px solid $back-color; */
}
.crl_prolongation_soldes_2 .blocTxt_b3 .blocCta:hover a {
  color: #fff;
}
.crl_prolongation_soldes_2 .blocTxt_b3 .blocCta {
  width: 170px;
}
@media screen and (min-width : 768.98px) {
  .crl_prolongation_soldes_2 .blocTxt_b3 .blocCta {
    width: 240px;
  }
}/*# sourceMappingURL=style.css.map */