/* Text utility */
/* Mobile utility */
/* link hover utility */
/* Container utility mixin */
/* Container avec variable CSS */
/* Text content styles */
/* Centered content */
/* from... */
/* to... */
/* from... to... */
/* at... */
.s-texte-full-width {
  --texte-full-width-color: var(--wp--preset--color--bleu-saphyr);
}
.s-texte-full-width__mask {
  width: 100%;
  overflow: hidden;
  text-align: center;
  container-type: inline-size;
}
.s-texte-full-width__reveal {
  will-change: transform;
}
.s-texte-full-width__title {
  display: inline-block;
  width: max-content;
  max-width: none;
  margin: 0;
  color: var(--texte-full-width-color);
  font-family: "HK Grotesk", sans-serif;
  font-size: 10cqw;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
  text-align: center;
  white-space: nowrap;
}
.s-texte-full-width__title--color-bleu-saphyr {
  --texte-full-width-color: var(--wp--preset--color--bleu-saphyr);
}
.s-texte-full-width__title--color-terra-cotta {
  --texte-full-width-color: var(--wp--preset--color--terra-cotta);
}
.s-texte-full-width__title--color-baby-powder {
  --texte-full-width-color: var(--wp--preset--color--baby-powder);
}
.s-texte-full-width__title--color-ivory {
  --texte-full-width-color: var(--wp--preset--color--ivory);
}
.s-texte-full-width__title--color-turquoise {
  --texte-full-width-color: var(--wp--preset--color--turquoise);
}
.s-texte-full-width__title--color-jaune-bac {
  --texte-full-width-color: var(--wp--preset--color--jaune-bac);
}
.s-texte-full-width__title--color-bleu-gris {
  --texte-full-width-color: var(--wp--preset--color--bleu-gris);
}
.s-texte-full-width__title--color-bleu-ciel {
  --texte-full-width-color: var(--wp--preset--color--bleu-ciel);
}
.s-texte-full-width__title--color-orange-clair {
  --texte-full-width-color: var(--wp--preset--color--orange-clair);
}
.s-texte-full-width__title--color-blanc {
  --texte-full-width-color: var(--wp--preset--color--blanc);
}
.s-texte-full-width__title--color-black {
  --texte-full-width-color: var(--wp--preset--color--black);
}
.s-texte-full-width__placeholder {
  opacity: 0.35;
}
.s-texte-full-width.is-fit-ready .s-texte-full-width__title {
  visibility: visible;
}
.s-texte-full-width:not(.is-fit-ready) .s-texte-full-width__title {
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  .s-texte-full-width__reveal {
    transform: none !important;
  }
}