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

/* pp + pole premium */
/*  -------- THEME COLOR VARIABLE -------- */
/* GLOBAL */
/* -------- A supprimer -------- */
.bloc_txt_seo {
  background-color: #03112C;
  padding: clamp(0.7692307692rem, 0.2197802198rem + 2.2321428571vw, 1.5384615385rem);
}
.bloc_txt_seo p, .bloc_txt_seo h2 {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .bloc_txt_seo {
    padding: clamp(3.8461538462rem, 1.2310412841rem + 4.4208664898vw, 7.6923076923rem);
  }
}

/* -------- A supprimer Fin-------- */
.bloc_txt_seo[data-bloc=bloc-seo-home] {
  color: #fff;
  font-size: clamp(0.8461538462rem, 0.8461538462rem + 0vw, 0.8461538462rem);
}
@media screen and (min-width: 768px) {
  .bloc_txt_seo[data-bloc=bloc-seo-home] {
    font-size: clamp(0.8461538462rem, 0.8461538462rem + 0vw, 0.8461538462rem);
  }
}

.bloc_txt_seo[data-bloc=bloc-seo-pagelist] {
  color: #03112C;
  font-size: clamp(0.8461538462rem, 0.8461538462rem + 0vw, 0.8461538462rem);
}
@media screen and (min-width: 768px) {
  .bloc_txt_seo[data-bloc=bloc-seo-pagelist] {
    font-size: clamp(0.8461538462rem, 0.8461538462rem + 0vw, 0.8461538462rem);
  }
}

.bloc_txt_seo .title {
  font-weight: 600;
}

.bloc_txt_seo .text-in {
  color: #fff;
  width: 50%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: clamp(0.8461538462rem, 0.8461538462rem + 0vw, 0.8461538462rem);
  height: 11px;
  /*  transition: all 1s ease-in-out; */
}
@media screen and (min-width: 768px) {
  .bloc_txt_seo .text-in {
    font-size: clamp(0.8461538462rem, 0.8461538462rem + 0vw, 0.8461538462rem);
  }
}

.bloc_txt_seo .text-in.open {
  opacity: 1;
  white-space: normal;
  text-overflow: clip;
  overflow: visible;
  width: 100%;
  height: auto;
}

.bloc_txt_seo .Button .Button-plus {
  display: flex;
  flex-flow: nowrap;
  align-items: center;
  margin: 5px 0;
  gap: 0.5em;
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}

.bloc_txt_seo .Button .BackButton {
  background-image: url("/on/demandware.static/-/Library-Sites-SharedLibraryCarollSFRA/default/content_asset/footer-seo/Button-plus-white.svg");
  width: 10px;
  height: 10px;
  background-size: cover;
  background-repeat: no-repeat;
}

.bloc_txt_seo .cont_cta {
  display: flex;
  margin-top: 2em;
  flex-flow: wrap;
  gap: 0.5em;
  align-items: center;
}

.bloc_txt_seo .bloccta {
  display: inline-block;
  position: relative;
  z-index: 6;
  font-weight: 600;
  line-height: 1;
  font-size: clamp(0.8461538462rem, 0.8461538462rem + 0vw, 0.8461538462rem);
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  padding-bottom: 0.3em;
}
@media screen and (max-width: 768.98px) {
  .bloc_txt_seo .bloccta {
    font-size: clamp(0.8461538462rem, 0.8461538462rem + 0vw, 0.8461538462rem);
  }
}
.bloc_txt_seo .bloccta::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0em;
  width: calc(100% - 0em);
  height: 1px;
  background-color: #fff;
}
.bloc_txt_seo .bloccta a:hover, .bloc_txt_seo .bloccta a:active, .bloc_txt_seo .bloccta a:link, .bloc_txt_seo .bloccta a:visited {
  text-decoration: none;
  color: #fff;
}
.bloc_txt_seo .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);
  }
}

.bloc_txt_seo[data-bloc=bloc-seo-pagelist] .bloccta {
  display: inline-block;
  position: relative;
  z-index: 6;
  font-weight: 600;
  line-height: 1;
  font-size: clamp(0.8461538462rem, 0.8461538462rem + 0vw, 0.8461538462rem);
  cursor: pointer;
  text-decoration: none;
  color: #03112C;
  padding-bottom: 0.3em;
}
@media screen and (max-width: 768.98px) {
  .bloc_txt_seo[data-bloc=bloc-seo-pagelist] .bloccta {
    font-size: clamp(0.8461538462rem, 0.8461538462rem + 0vw, 0.8461538462rem);
  }
}
.bloc_txt_seo[data-bloc=bloc-seo-pagelist] .bloccta::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0em;
  width: calc(100% - 0em);
  height: 1px;
  background-color: #03112C;
}
.bloc_txt_seo[data-bloc=bloc-seo-pagelist] .bloccta a:hover, .bloc_txt_seo[data-bloc=bloc-seo-pagelist] .bloccta a:active, .bloc_txt_seo[data-bloc=bloc-seo-pagelist] .bloccta a:link, .bloc_txt_seo[data-bloc=bloc-seo-pagelist] .bloccta a:visited {
  text-decoration: none;
  color: #03112C;
}
.bloc_txt_seo[data-bloc=bloc-seo-pagelist] .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);
  }
}/*# sourceMappingURL=style.css.map */