/* 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-single-post-hero {
  overflow-x: clip;
}
.s-single-post-hero__band {
  background: var(--wp--preset--color--alteal-blue-light, #bfe9ff);
}
.s-single-post-hero__inner {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding-top: 4rem;
  padding-bottom: 3rem;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .s-single-post-hero__inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 991px) {
  .s-single-post-hero__inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.s-single-post-hero__inner--has-breadcrumb {
  padding-top: 0.9375rem;
}
@media screen and (max-width: 991px) {
  .s-single-post-hero__inner {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }
  .s-single-post-hero__inner--has-breadcrumb {
    padding-top: 0.75rem;
  }
}
.s-single-post-hero__breadcrumb {
  flex: 0 0 auto;
  width: 100%;
}
.s-single-post-hero__breadcrumb .c-breadcrumb {
  margin: 0;
  color: var(--wp--preset--color--alteal-blue-dark, #001a24);
}
.s-single-post-hero__breadcrumb .c-breadcrumb > span {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 0.375rem;
  row-gap: 0.25rem;
}
.s-single-post-hero__breadcrumb .c-breadcrumb span > a,
.s-single-post-hero__breadcrumb .c-breadcrumb span > span {
  font-family: "Gotham", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
  color: var(--wp--preset--color--alteal-blue-dark, #001a24);
  text-decoration: none;
  opacity: 0.7;
}
.s-single-post-hero__breadcrumb .c-breadcrumb .breadcrumb_last {
  opacity: 0.7;
}
.s-single-post-hero__breadcrumb .c-breadcrumb .c-breadcrumb__sep,
.s-single-post-hero__breadcrumb .c-breadcrumb svg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  align-self: center;
  width: 0.3125rem;
  height: 0.5625rem;
  color: var(--wp--preset--color--alteal-blue-dark, #001a24);
  opacity: 0.7;
  line-height: 0;
}
.s-single-post-hero__breadcrumb .c-breadcrumb svg path {
  fill: none;
  stroke: currentColor;
}
.s-single-post-hero__inner--has-breadcrumb .s-single-post-hero__head {
  padding-top: 4rem;
}
@media screen and (max-width: 991px) {
  .s-single-post-hero__inner--has-breadcrumb .s-single-post-hero__head {
    padding-top: 3rem;
  }
}
.s-single-post-hero__head {
  flex: 1 1 auto;
  width: 100%;
}
.s-single-post-hero__eyebrow {
  font-family: "Gotham", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 1rem;
  color: var(--wp--preset--color--alteal-blue-dark, #001a24);
  opacity: 0.7;
}
.s-single-post-hero__title {
  margin: 0;
  font-family: "Panton", sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 3.625rem;
  color: var(--wp--preset--color--alteal-blue-dark, #001a24);
}
.s-single-post-hero__media-wrap {
  padding: 3rem 0 2rem;
  background: var(--wp--preset--color--alteal-white, #ffffff);
  overflow-x: clip;
}
@media screen and (max-width: 991px) {
  .s-single-post-hero__media-wrap {
    padding: 2rem 0 3rem;
  }
}
.s-single-post-hero__media-inner.l-container-lg {
  box-sizing: border-box;
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
}
@media screen and (max-width: 1024px) {
  .s-single-post-hero__media-inner.l-container-lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 991px) {
  .s-single-post-hero__media-inner.l-container-lg {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.s-single-post-hero__media {
  width: 100%;
  max-width: 100%;
  max-height: 23rem;
  border-radius: 1.5rem;
  overflow: hidden;
}
.s-single-post-hero__img {
  display: block;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 991px) {
  .s-single-post-hero__title {
    font-size: 2.5rem;
    line-height: 2.75rem;
  }
  .s-single-post-hero__media, .s-single-post-hero__img {
    max-height: 15rem;
    height: 15rem;
  }
}