/* 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-timeline {
  --s-timeline-accent: var(--wp--preset--color--terra-cotta);
  overflow-x: clip;
  color: var(--wp--preset--color--black);
}
.s-timeline__layout {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  overflow: hidden;
}
.s-timeline__layout.s-timeline--accent-bleu-saphyr {
  --s-timeline-accent: var(--wp--preset--color--bleu-saphyr);
}
.s-timeline__layout.s-timeline--accent-terra-cotta {
  --s-timeline-accent: var(--wp--preset--color--terra-cotta);
}
.s-timeline__layout.s-timeline--accent-baby-powder {
  --s-timeline-accent: var(--wp--preset--color--baby-powder);
}
.s-timeline__layout.s-timeline--accent-ivory {
  --s-timeline-accent: var(--wp--preset--color--ivory);
}
.s-timeline__layout.s-timeline--accent-turquoise {
  --s-timeline-accent: var(--wp--preset--color--turquoise);
}
.s-timeline__layout.s-timeline--accent-jaune-bac {
  --s-timeline-accent: var(--wp--preset--color--jaune-bac);
}
.s-timeline__layout.s-timeline--accent-bleu-gris {
  --s-timeline-accent: var(--wp--preset--color--bleu-gris);
}
.s-timeline__layout.s-timeline--accent-bleu-ciel {
  --s-timeline-accent: var(--wp--preset--color--bleu-ciel);
}
.s-timeline__layout.s-timeline--accent-orange-clair {
  --s-timeline-accent: var(--wp--preset--color--orange-clair);
}
.s-timeline__layout.s-timeline--accent-blanc {
  --s-timeline-accent: var(--wp--preset--color--blanc);
}
.s-timeline__layout.s-timeline--accent-black {
  --s-timeline-accent: var(--wp--preset--color--black);
}
.s-timeline__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2.5rem;
  padding-right: 1.875rem;
}
@media screen and (max-width: 1280px) {
  .s-timeline__header {
    padding-right: 0.9375rem;
  }
}
@media screen and (max-width: 991px) {
  .s-timeline__header {
    flex-direction: column;
    align-items: stretch;
    gap: 1.5rem;
    padding-right: 1.25rem;
  }
}
.s-timeline__header-main {
  display: flex;
  flex: 1 1 auto;
  align-items: flex-start;
  gap: 12.5rem;
  min-width: 0;
}
@media screen and (max-width: 1280px) {
  .s-timeline__header-main {
    gap: 5rem;
  }
}
@media screen and (max-width: 1024px) {
  .s-timeline__header-main {
    gap: 2.5rem;
  }
}
@media screen and (max-width: 991px) {
  .s-timeline__header-main {
    flex-direction: column;
    gap: 1rem;
  }
}
.s-timeline__title {
  margin: 0;
  flex: 0 0 auto;
  font-family: "HK Grotesk", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: -0.06rem;
  color: var(--wp--preset--color--black);
}
.s-timeline__header-copy {
  flex: 1 1 auto;
  min-width: 0;
  max-width: none;
}
.s-timeline__subtitle {
  margin: 0 0 0.5rem;
}
.s-timeline__subtitle :is(p, .wp-block-paragraph) {
  margin: 0;
  font-family: "HK Grotesk", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 1.2;
  letter-spacing: -0.0275rem;
  color: var(--wp--preset--color--black);
  opacity: 0.5;
}
.s-timeline__subtitle > *:last-child {
  margin-bottom: 0;
}
.s-timeline__intro {
  margin: 0;
}
.s-timeline__intro :is(p, .wp-block-paragraph) {
  margin: 0 0 0.5rem;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.2;
  letter-spacing: normal;
  color: var(--wp--preset--color--black);
}
.s-timeline__intro > *:last-child {
  margin-bottom: 0;
}
.s-timeline__nav {
  display: flex;
  align-items: center;
  gap: 0.3125rem;
  flex: 0 0 auto;
}
@media screen and (max-width: 991px) {
  .s-timeline__nav {
    align-self: flex-end;
  }
}
.s-timeline__nav-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  border: 1px solid var(--wp--preset--color--black);
  border-radius: 31.25rem;
  background: transparent;
  color: var(--wp--preset--color--black);
  cursor: pointer;
  transition: border-width 0.2s ease, opacity 0.2s ease;
}
.s-timeline__nav-btn:disabled {
  opacity: 0.35;
  cursor: default;
  pointer-events: none;
}
.s-timeline__nav-btn svg {
  display: block;
  width: 0.625rem;
  height: auto;
  aspect-ratio: 6/4.63;
}
.s-timeline__nav-btn svg path {
  fill: currentColor;
}
.s-timeline__nav-btn--prev svg {
  transform: scaleX(-1);
}
.s-timeline__nav-btn:hover, .s-timeline__nav-btn:focus-visible {
  border-width: 2px;
  outline: none;
}
.s-timeline__progress {
  position: relative;
  height: 0.375rem;
  order: 0;
}
@media screen and (max-width: 991px) {
  .s-timeline__progress {
    order: 3;
  }
}
.s-timeline__progress-track {
  display: block;
  width: 100%;
  height: 0.125rem;
  margin-top: 0.125rem;
  background-color: var(--wp--preset--color--black);
  opacity: 0.12;
}
.s-timeline__progress-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 0.5rem;
  border-radius: 0.25rem;
  width: 12%;
  background-color: var(--s-timeline-accent);
  will-change: left, width;
  transition: none;
}
.s-timeline__progress-fill.is-animating {
  transition: left 0.35s ease, width 0.35s ease;
}
.s-timeline__track-wrap {
  position: relative;
  overflow: hidden;
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 991px) {
  .s-timeline__track-wrap {
    order: 2;
    margin-right: 0;
  }
}
.s-timeline__track {
  --s-timeline-gap: 4rem;
  --s-timeline-list-pad: 5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.s-timeline__track:not(.slick-initialized) {
  display: flex;
  gap: var(--s-timeline-gap);
}
.s-timeline__track .slick-list {
  overflow: hidden;
  margin: 0;
  padding-right: var(--s-timeline-list-pad);
}
@media screen and (max-width: 991px) {
  .s-timeline__track .slick-list {
    padding-right: 0;
  }
}
.s-timeline__track .slick-slide {
  height: auto;
}
@media screen and (max-width: 991px) {
  .s-timeline__track {
    --s-timeline-gap: 1.5rem;
  }
  .s-timeline__track:not(.slick-initialized) {
    gap: var(--s-timeline-gap);
  }
}
.s-timeline__slide {
  box-sizing: border-box;
  width: max(12.5rem, ((100vw + 88.8888888889vw) / 2 - var(--s-timeline-list-pad) - var(--s-timeline-gap) * 3) / 3.5);
  margin-right: var(--s-timeline-gap);
  outline: none;
  vertical-align: top;
}
@media screen and (max-width: 991px) {
  .s-timeline__slide {
    width: calc(100vw - 1.875rem - 3rem);
    margin-right: var(--s-timeline-gap);
  }
}
@media screen and (max-width: 768px) {
  .s-timeline__slide {
    width: calc(100vw - 1.25rem * 2 - 3rem);
  }
}
.s-timeline__year {
  display: block;
  margin-bottom: 0.5rem;
  font-family: "HK Grotesk", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 6.25rem;
  line-height: 1;
  letter-spacing: -0.08rem;
  color: var(--s-timeline-accent);
  letter-spacing: -0.125rem;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .s-timeline__year {
    font-family: "HK Grotesk", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 4rem;
    line-height: 1;
    letter-spacing: -0.08rem;
    color: var(--s-timeline-accent);
    letter-spacing: -0.08rem;
  }
}
.s-timeline__description {
  margin: 0;
}
.s-timeline__description :is(p, .wp-block-paragraph) {
  margin: 0 0 0.5rem;
  font-family: "HK Grotesk", sans-serif;
  font-weight: 500;
  color: var(--wp--preset--color--black);
  letter-spacing: -0.0225rem;
  line-height: 1.2;
}
.s-timeline__description :is(p, .wp-block-paragraph) {
  font-size: 18px;
}
@media screen and (min-width: 569px) {
  .s-timeline__description :is(p, .wp-block-paragraph) {
    font-size: calc(18px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-timeline__description :is(p, .wp-block-paragraph) {
    font-size: 1.125rem;
  }
}
.s-timeline__description > *:last-child {
  margin-bottom: 0;
}
.s-timeline__fade {
  position: absolute;
  top: 0;
  right: max(0px, 50vw - 50%);
  bottom: 0;
  z-index: 4;
  width: 35rem;
  max-width: 55%;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease;
  background: linear-gradient(to right, transparent 10%, color-mix(in srgb, var(--s-timeline-fade-bg, var(--wp--preset--color--blanc)) 80%, transparent) 50%, color-mix(in srgb, var(--s-timeline-fade-bg, var(--wp--preset--color--blanc)) 100%, transparent) 100%);
}
.s-timeline__fade.is-visible {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 991px) {
  .s-timeline__fade {
    right: 0;
    width: 3rem;
    max-width: 12%;
  }
}
.s-timeline__empty {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.2;
  letter-spacing: normal;
  color: var(--wp--preset--color--black);
  opacity: 0.5;
}