/* 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-single-post-hero {
  position: relative;
  color: var(--wp--preset--color--white);
  background-color: var(--wp--preset--color--red);
  overflow: hidden;
}
.s-single-post-hero > .l-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 30rem;
  padding-top: 0 !important;
  padding-bottom: 4.5625rem !important;
}
.s-single-post-hero .l-container {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
  min-height: inherit;
  padding-top: 4.375rem !important;
}
.s-single-post-hero .c-breadcrumb {
  margin-top: 2.9375rem;
}
.s-single-post-hero__media {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: 0;
  width: 100vw;
  overflow: hidden;
  pointer-events: none;
  transform: translateX(-50%);
}
.s-single-post-hero__media-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.s-single-post-hero__overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: 1;
  width: 100vw;
  pointer-events: none;
  transform: translateX(-50%);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 25.94%, rgba(0, 0, 0, 0) 73.26%), linear-gradient(90deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
}
.s-single-post-hero__inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  min-height: 24.375rem;
}
.s-single-post-hero__breadcrumb {
  position: relative;
  z-index: 3;
  flex-shrink: 0;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .s-single-post-hero__breadcrumb {
    margin-top: 0.75rem;
  }
}
.s-single-post-hero__content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
  max-width: 55%;
}
.s-single-post-hero__title {
  margin: 0;
  color: var(--wp--preset--color--white);
  font-family: "the-seasons", serif;
  line-height: 1.07;
  font-weight: 400;
}
.s-single-post-hero__title {
  font-size: 36px;
}
@media screen and (min-width: 569px) {
  .s-single-post-hero__title {
    font-size: calc(36px + 20 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-single-post-hero__title {
    font-size: 3.5rem;
  }
}
.s-single-post-hero__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}
.s-single-post-hero__tag {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem;
  border: 0.078125rem solid var(--wp--preset--color--white);
  border-radius: 1.875rem;
  color: var(--wp--preset--color--white);
  white-space: nowrap;
  font-family: "poppins", sans-serif;
  line-height: 1.5;
  font-weight: 500;
}
.s-single-post-hero__tag {
  font-size: 13px;
}
@media screen and (min-width: 569px) {
  .s-single-post-hero__tag {
    font-size: calc(13px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-single-post-hero__tag {
    font-size: 0.8125rem;
  }
}
.s-single-post-hero__date {
  color: var(--wp--preset--color--white);
  white-space: nowrap;
  font-family: "poppins", sans-serif;
  line-height: 1.5;
  font-weight: 500;
}
.s-single-post-hero__date {
  font-size: 13px;
}
@media screen and (min-width: 569px) {
  .s-single-post-hero__date {
    font-size: calc(13px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-single-post-hero__date {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 991px) {
  .s-single-post-hero > .l-wrapper {
    min-height: 26.25rem;
    padding-bottom: 3rem !important;
  }
  .s-single-post-hero__inner {
    min-height: 17.5rem;
  }
  .s-single-post-hero__content {
    max-width: 100%;
  }
}