.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 */
.ResetBloc {
  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 .light {
  font-weight: 400;
}
.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;
  }
}

.content-asset-egiftcard-info .content-asset, .content-asset-giftcard-info .content-asset {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}

.bloc_reassurance {
  background-color: #FAFAFA;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3em;
  padding: 3em 0;
  color: #000;
  line-height: 1.1;
  font-size: clamp(0.9230769231rem, 0.8131868132rem + 0.4464285714vw, 1.0769230769rem);
}
@media screen and (min-width: 768px) {
  .bloc_reassurance {
    font-size: clamp(0.9230769231rem, 0.8184724206rem + 0.1768346596vw, 1.0769230769rem);
  }
}
.bloc_reassurance .titre {
  font-weight: 500;
  font-size: 1.4em;
}
.bloc_reassurance .liste {
  width: 90%;
  max-width: 950px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2.75em;
}
.bloc_reassurance .liste .item_liste {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.25em;
}
@media screen and (min-width: 768px) {
  .bloc_reassurance .liste .item_liste {
    width: 46%;
  }
}
.bloc_reassurance .liste .item_liste .picto {
  width: 3em;
}
.bloc_reassurance .liste .item_liste .txt {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.bloc_reassurance .liste .item_liste .txt .txt_sous_titre {
  font-size: 1.153em;
  font-weight: 500;
}
.bloc_reassurance .liste .item_liste .txt .txt_courant {
  font-size: 1em;
  font-weight: 400;
}/*# sourceMappingURL=style.css.map */