/* 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;
  overflow: hidden;
  color: var(--wp--preset--color--white);
  padding-top: var(--header-height);
  background: var(--wp--preset--gradient--electric-to-midnight);
}
.s-single-post-hero .c-bg-pattern {
  background-position: center 20%;
}
.s-single-post-hero .l-wrapper {
  position: relative;
  z-index: 1;
  padding-top: 2rem !important;
  padding-bottom: 3.5rem !important;
}
.s-single-post-hero__inner {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
}
.s-single-post-hero .c-breadcrumb {
  margin: 0;
  color: rgba(255, 255, 255, 0.5);
}
.s-single-post-hero__main {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 7rem;
  width: 100%;
}
.s-single-post-hero__content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex: 1 1 0;
  max-width: 41rem;
  padding-bottom: 2rem;
  min-width: 0;
}
.s-single-post-hero__terms {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}
.s-single-post-hero__term {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem 0.5rem;
  border: 0.04375rem solid var(--wp--preset--color--white);
  border-radius: 2.5rem;
  color: var(--wp--preset--color--white);
  text-decoration: none;
  white-space: nowrap;
  font-weight: 400;
}
.s-single-post-hero__term {
  font-size: 12px;
}
@media screen and (min-width: 569px) {
  .s-single-post-hero__term {
    font-size: calc(12px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-single-post-hero__term {
    font-size: 0.75rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .s-single-post-hero__term:hover {
    opacity: 0.85;
  }
}
.s-single-post-hero__title {
  margin: 0;
  color: var(--wp--preset--color--white);
  font-family: "aptos", sans-serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.06em;
}
.s-single-post-hero__title {
  font-size: 48px;
}
@media screen and (min-width: 569px) {
  .s-single-post-hero__title {
    font-size: calc(48px + 9 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-single-post-hero__title {
    font-size: 3.5625rem;
  }
}
.s-single-post-hero__media {
  flex: 0 0 35rem;
  width: 35rem;
  max-width: 100%;
}
.s-single-post-hero__image {
  display: block;
  width: 100%;
  height: 21.625rem;
  object-fit: cover;
  object-position: center;
  border-radius: 0.375rem;
}
.s-single-post-hero__empty {
  margin: 0;
  color: var(--wp--preset--color--white);
  font-family: "aptos", sans-serif;
  font-weight: 400;
  line-height: normal;
}
.s-single-post-hero__empty {
  font-size: 16px;
}
@media screen and (min-width: 569px) {
  .s-single-post-hero__empty {
    font-size: calc(16px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-single-post-hero__empty {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1024px) {
  .s-single-post-hero__main {
    gap: 3rem;
  }
  .s-single-post-hero__media {
    flex-basis: 26.25rem;
    width: 26.25rem;
  }
}
@media screen and (max-width: 991px) {
  .s-single-post-hero {
    padding-top: var(--header-height-mobile);
  }
  .s-single-post-hero .l-wrapper {
    padding-top: 1rem !important;
    padding-bottom: 3rem !important;
  }
  .s-single-post-hero__main {
    flex-direction: column;
    align-items: stretch;
    gap: 1.5rem;
  }
  .s-single-post-hero__content {
    max-width: 100%;
    padding-bottom: 0;
  }
  .s-single-post-hero__media {
    flex: 1 1 auto;
    width: 100%;
  }
  .s-single-post-hero__image {
    height: 17.5rem;
  }
}
@media screen and (max-width: 768px) {
  .s-single-post-hero__image {
    height: 13.75rem;
  }
}