/* Text utility */
/* Mobile utility */
/* link hover utility */
/* Container utility mixin */
/* Container avec variable CSS */
/* Text content styles */
/* Centered content */
/* from... */
/* to... */
/* from... to... */
/* at... */
/* FONT WEIGHTS */
.s-section-key-figures--bg-white {
  background-color: #ffffff;
  color: var(--wp--preset--color--alteal-blue-dark, #001a24);
}

.s-section-key-figures--bg-blue-light {
  background-color: #bfe9ff;
  color: var(--wp--preset--color--alteal-blue-dark, #001a24);
}

.s-section-key-figures--bg-blue-cta {
  background-color: #004e6a;
  color: var(--wp--preset--color--alteal-white, #ffffff);
}

.s-section-key-figures--bg-blue-dark {
  background-color: #001a24;
  color: var(--wp--preset--color--alteal-white, #ffffff);
}

.s-section-key-figures--bg-green-light {
  background-color: #ecffac;
  color: var(--wp--preset--color--alteal-blue-dark, #001a24);
}

.s-section-key-figures--bg-green {
  background-color: #85cc1d;
  color: var(--wp--preset--color--alteal-blue-dark, #001a24);
}

.s-section-key-figures--bg-mid-grey {
  background-color: #d5d5d5;
  color: var(--wp--preset--color--alteal-blue-dark, #001a24);
}

.s-section-key-figures--bg-black {
  background-color: #000000;
  color: var(--wp--preset--color--alteal-white, #ffffff);
}

.s-section-key-figures--bg-light-grey {
  background-color: #C8C8C8;
  color: var(--wp--preset--color--alteal-blue-dark, #001a24);
}

.s-section-key-figures--bg-blue-cta .s-section-key-figures__eyebrow {
  color: var(--wp--preset--color--alteal-white, #ffffff);
  opacity: 0.85;
}
.s-section-key-figures--bg-blue-cta .s-section-key-figures__title {
  color: var(--wp--preset--color--alteal-white, #ffffff);
}

.s-section-key-figures--bg-blue-dark .s-section-key-figures__eyebrow {
  color: var(--wp--preset--color--alteal-white, #ffffff);
  opacity: 0.85;
}
.s-section-key-figures--bg-blue-dark .s-section-key-figures__title {
  color: var(--wp--preset--color--alteal-white, #ffffff);
}

.s-section-key-figures--bg-black .s-section-key-figures__eyebrow {
  color: var(--wp--preset--color--alteal-white, #ffffff);
  opacity: 0.85;
}
.s-section-key-figures--bg-black .s-section-key-figures__title {
  color: var(--wp--preset--color--alteal-white, #ffffff);
}

.s-section-key-figures__inner {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
}

.s-section-key-figures--display-mosaic .s-section-key-figures__inner {
  max-width: 68.125rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.5rem;
}

.s-section-key-figures--display-inline .s-section-key-figures__inner {
  max-width: 82rem;
}

.s-section-key-figures__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  width: 100%;
  text-align: center;
}

.s-section-key-figures__header--inline {
  flex: 0 1 26.75rem;
  max-width: 26.75rem;
  align-items: flex-start;
  text-align: left;
  justify-content: center;
  min-width: 0;
}

.s-section-key-figures__eyebrow {
  font-family: "Gotham", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0.06rem;
  text-transform: uppercase;
  margin: 0;
}

.s-section-key-figures__title {
  font-family: "Panton", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 3.125rem;
  margin: 0;
}

.s-section-key-figures__inline-row {
  display: flex;
  align-items: stretch;
  gap: 1rem;
  width: 100%;
}

.s-section-key-figures__inline-cards {
  display: flex;
  flex: 1 1 auto;
  align-items: stretch;
  gap: 1rem;
  min-width: 0;
}

.s-section-key-figures__mosaic {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}

.s-section-key-figures__layout {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 1rem;
  width: 100%;
  height: 26.875rem;
}

.s-section-key-figures__layout--mirrored {
  flex-direction: row-reverse;
}

.s-section-key-figures__layout--count-1 {
  height: 26.875rem;
}

.s-section-key-figures__layout--count-2 {
  height: 26.875rem;
}

.s-section-key-figures__col {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex: 0 1 40.5rem;
  width: 40.5rem;
  max-width: 100%;
  min-width: 0;
  height: 100%;
}

.s-section-key-figures__row {
  display: flex;
  align-items: stretch;
  gap: 1rem;
  flex: 0 0 12.9375rem;
  width: 100%;
  min-height: 12.9375rem;
}

.s-section-key-figures__card {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  border-radius: 1rem;
  overflow: hidden;
  color: var(--wp--preset--color--alteal-blue-dark, #001a24);
}

.s-section-key-figures__card--white {
  background-color: #ffffff;
}

.s-section-key-figures__card--blue-light {
  background-color: #bfe9ff;
}

.s-section-key-figures__card--blue-cta {
  background-color: #004e6a;
  color: var(--wp--preset--color--alteal-white, #ffffff);
}

.s-section-key-figures__card--blue-dark {
  background-color: #001a24;
  color: var(--wp--preset--color--alteal-white, #ffffff);
}

.s-section-key-figures__card--green-light {
  background-color: #ecffac;
}

.s-section-key-figures__card--green {
  background-color: #85cc1d;
}

.s-section-key-figures__card--mid-grey {
  background-color: #d5d5d5;
}

.s-section-key-figures__card--black {
  background-color: #000000;
  color: var(--wp--preset--color--alteal-white, #ffffff);
}

.s-section-key-figures__card--light-grey {
  background-color: #C8C8C8;
}

.s-section-key-figures__card--size-full {
  flex: 1 1 100%;
  width: 100%;
  height: 26.875rem;
}

.s-section-key-figures__card--size-grande {
  flex: 0 0 26.625rem;
  width: 26.625rem;
  max-width: 100%;
  height: 26.875rem;
  padding: 2rem;
}

.s-section-key-figures__layout--count-2 .s-section-key-figures__card--size-grande {
  flex: 1 1 calc(50% - 0.5rem);
  width: auto;
}

.s-section-key-figures__card--size-wide {
  flex: 1 1 auto;
  width: 100%;
  min-height: 12.9375rem;
  padding: 2rem;
  gap: 1rem;
  justify-content: flex-end;
}

.s-section-key-figures__card--size-small {
  flex: 0 0 19.75rem;
  width: 19.75rem;
  max-width: calc(50% - 0.5rem);
  min-height: 12.9375rem;
  padding: 2rem;
  justify-content: flex-end;
}

.s-section-key-figures__card--size-inline {
  flex: 1 1 0;
  min-width: 0;
  min-height: 14.5rem;
  padding: 2rem;
  border-radius: 1.5rem;
  justify-content: flex-end;
}

.s-section-key-figures--display-inline .s-section-key-figures__value {
  font-size: 2.5rem;
}
.s-section-key-figures--display-inline .s-section-key-figures__label {
  font-size: 0.875rem;
  line-height: 1.375rem;
}
.s-section-key-figures--display-inline .s-section-key-figures__card--has-icon {
  padding-top: 6.25rem;
}
.s-section-key-figures--display-inline .s-section-key-figures__icon {
  top: 1.5rem;
  right: 1.5rem;
}

.s-section-key-figures__card--has-icon {
  justify-content: flex-end;
}

.s-section-key-figures__card--has-image .s-section-key-figures__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.s-section-key-figures__card--has-image .s-section-key-figures__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.s-section-key-figures__card--has-image .s-section-key-figures__media-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 14.5rem;
  background: linear-gradient(180deg, rgba(30, 9, 0, 0) 0%, #1e0900 100%);
  mix-blend-mode: multiply;
  pointer-events: none;
}

.s-section-key-figures__txt--overlay {
  position: absolute;
  left: 2rem;
  right: 2rem;
  bottom: 2rem;
  z-index: 1;
}

.s-section-key-figures__card--has-image .s-section-key-figures__value,
.s-section-key-figures__card--has-image .s-section-key-figures__label {
  color: var(--wp--preset--color--alteal-white, #ffffff);
}

.s-section-key-figures__card--has-image .s-section-key-figures__label {
  opacity: 1;
}

.s-section-key-figures__card--has-decoration .s-section-key-figures__decoration {
  position: absolute;
  right: -4rem;
  top: -4.1875rem;
  width: 27.625rem;
  height: 20.0625rem;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.s-section-key-figures__card--size-inline.s-section-key-figures__card--has-decoration .s-section-key-figures__decoration {
  top: -2.5rem;
  width: 55%;
  height: auto;
  aspect-ratio: 442/321;
}

.s-section-key-figures__decoration-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right top;
}

.s-section-key-figures__card--size-wide .s-section-key-figures__txt,
.s-section-key-figures__card--size-inline.s-section-key-figures__card--has-decoration .s-section-key-figures__txt {
  position: relative;
  z-index: 1;
}

.s-section-key-figures__icon {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  border-radius: 2.5rem;
  background-color: var(--wp--preset--color--alteal-white, #ffffff);
  color: var(--wp--preset--color--alteal-blue-dark, #001a24);
  flex-shrink: 0;
}

.s-section-key-figures__icon svg {
  width: 2.5rem;
  height: 2.5rem;
}

.s-section-key-figures__txt {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  margin: 0;
  margin-top: auto;
}

.s-section-key-figures__value {
  font-family: "Gotham", sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  color: inherit;
  font-variant-numeric: tabular-nums;
}

.s-section-key-figures__label {
  font-family: "Gotham", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
  margin: 0;
  opacity: 0.7;
  color: inherit;
}

@media screen and (min-width: 1440px) {
  .s-section-key-figures--display-mosaic .s-section-key-figures__inner {
    max-width: 68.125rem;
  }
}
@media screen and (max-width: 1280px) {
  .s-section-key-figures__layout {
    height: auto;
    min-height: 22.5rem;
  }
  .s-section-key-figures__card--size-grande {
    flex: 1 1 22.5rem;
    width: auto;
    max-width: 42%;
    height: auto;
    min-height: 22.5rem;
    aspect-ratio: 426/430;
  }
  .s-section-key-figures__layout--count-2 .s-section-key-figures__card--size-grande {
    max-width: none;
    aspect-ratio: auto;
  }
  .s-section-key-figures__col {
    flex: 1 1 32.5rem;
    width: auto;
    height: auto;
    min-height: 22.5rem;
  }
  .s-section-key-figures__card--size-wide {
    min-height: 11.25rem;
  }
  .s-section-key-figures__row {
    flex: 0 0 auto;
    min-height: 11.25rem;
  }
  .s-section-key-figures__card--size-small {
    flex: 1 1 0;
    width: auto;
    max-width: none;
    min-height: 11.25rem;
  }
  .s-section-key-figures__card--size-full {
    height: auto;
    min-height: 22.5rem;
  }
}
@media screen and (max-width: 991px) {
  .s-section-key-figures--display-mosaic .s-section-key-figures__inner {
    gap: 2.5rem;
  }
  .s-section-key-figures__title {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .s-section-key-figures__inline-row {
    flex-direction: column;
  }
  .s-section-key-figures__header--inline {
    flex: 0 0 auto;
    max-width: 100%;
    align-items: center;
    text-align: center;
  }
  .s-section-key-figures__inline-cards {
    flex-wrap: wrap;
  }
  .s-section-key-figures__card--size-inline {
    flex: 1 1 calc(50% - 0.5rem);
    min-width: 12.5rem;
  }
  .s-section-key-figures__layout {
    flex-direction: column;
    align-items: stretch;
    min-height: 0;
  }
  .s-section-key-figures__layout--mirrored {
    flex-direction: column;
  }
  .s-section-key-figures__card--size-grande {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    height: 20rem;
    min-height: 20rem;
    aspect-ratio: auto;
  }
  .s-section-key-figures__layout--count-2 .s-section-key-figures__card--size-grande {
    width: 100%;
  }
  .s-section-key-figures__card--size-full {
    height: 20rem;
    min-height: 20rem;
  }
  .s-section-key-figures__col {
    width: 100%;
    flex: 0 0 auto;
    height: auto;
  }
  .s-section-key-figures__row {
    flex-direction: column;
    min-height: 0;
  }
  .s-section-key-figures__card--size-wide {
    min-height: 12.5rem;
  }
  .s-section-key-figures__card--size-small {
    width: 100%;
    max-width: 100%;
    min-height: 11.25rem;
  }
  .s-section-key-figures__value {
    font-size: 2.75rem;
  }
  .s-section-key-figures--display-inline .s-section-key-figures__value {
    font-size: 2.25rem;
  }
  .s-section-key-figures__card--has-decoration .s-section-key-figures__decoration {
    width: 55%;
    height: auto;
    aspect-ratio: 442/321;
    top: -2.5rem;
  }
}
@media screen and (max-width: 580px) {
  .s-section-key-figures__title {
    font-size: 1.75rem;
    line-height: 2rem;
  }
  .s-section-key-figures__card--size-grande,
  .s-section-key-figures__card--size-full {
    height: 17.5rem;
    min-height: 17.5rem;
  }
  .s-section-key-figures__value {
    font-size: 2.5rem;
  }
  .s-section-key-figures--display-inline .s-section-key-figures__value {
    font-size: 2rem;
  }
  .s-section-key-figures__card--size-wide,
  .s-section-key-figures__card--size-small,
  .s-section-key-figures__card--size-inline {
    min-height: 10rem;
    padding: 1.5rem;
  }
  .s-section-key-figures__card--size-inline.s-section-key-figures__card--has-icon,
  .s-section-key-figures__card--size-small.s-section-key-figures__card--has-icon {
    padding-top: 6.25rem;
  }
  .s-section-key-figures__card--size-inline {
    flex: 1 1 100%;
  }
}