/* 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 */
.post-single-hero {
  position: relative;
  background-color: var(--wp--preset--color--bg-primary);
  color: var(--wp--preset--color--txt-primary-dark);
}
.post-single-hero .l-wrapper {
  padding-bottom: 0 !important;
}
.post-single-hero .l-container {
  width: 100%;
  margin: auto;
  padding-left: 3.75rem;
  padding-right: 3.75rem;
  max-width: calc(81.25rem + 3.75rem * 2);
  min-height: 20.625rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 3.125rem;
  padding-bottom: 3rem;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .post-single-hero .l-container {
    padding-left: calc(3.75rem / 2);
    padding-right: calc(3.75rem / 2);
  }
}
@media screen and (max-width: 991px) {
  .post-single-hero .l-container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .post-single-hero .l-container {
    max-width: calc(81.25rem + 3.75rem * 2);
  }
}
@media screen and (min-width: 1920px) {
  .post-single-hero .l-container {
    max-width: calc(81.25rem + 3.75rem * 2);
  }
}
@media screen and (min-width: 2160px) {
  .post-single-hero .l-container {
    max-width: calc(81.25rem + 3.75rem * 2);
  }
}
.post-single-hero .c-breadcrumb svg path,
.post-single-hero .c-breadcrumb svg circle {
  fill: var(--wp--preset--color--txt-gray-dark);
}
.post-single-hero__body {
  margin-top: 5rem;
}
.post-single-hero__metas {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1rem;
  margin-bottom: 1.5rem;
}
.post-single-hero__cats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.post-single-hero__cat {
  display: inline-block;
  padding: 0.375rem 0.875rem;
  background-color: var(--wp--preset--color--bg-white);
  color: var(--wp--preset--color--txt-primary-dark);
  font-weight: 700;
  text-decoration: none;
  border-radius: 6.25rem;
  line-height: 1.2;
}
.post-single-hero__cat {
  font-size: 12px;
}
@media screen and (min-width: 569px) {
  .post-single-hero__cat {
    font-size: calc(12px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .post-single-hero__cat {
    font-size: 0.75rem;
  }
}
.post-single-hero__cat:hover {
  background-color: var(--wp--preset--color--bg-secondary-lightest);
  color: var(--wp--preset--color--txt-primary-dark);
}
.post-single-hero__date {
  font-size: 0.75rem;
  font-weight: 400;
  color: var(--wp--preset--color--txt-primary-dark);
}
.post-single-hero__ttl {
  margin: 0;
  color: var(--wp--preset--color--txt-primary-darker);
  font-size: 3.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  font-family: "remora-sans-w1", "sans-serif";
  line-height: 1.1;
  max-width: 90%;
}
.post-single-hero__stars.stars-trio {
  right: -10%;
  transform: translate(0, -50%);
  top: 50%;
  width: 22%;
  height: 60%;
}
.post-single-hero__stars.stars-trio svg path {
  fill: #000;
}
@media screen and (max-width: 1024px) {
  .post-single-hero__ttl {
    font-size: 2.5rem;
    max-width: 85%;
  }
  .post-single-hero__body {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 991px) {
  .post-single-hero .c-breadcrumb {
    margin-top: 3.125rem;
  }
  .post-single-hero .l-container {
    min-height: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .post-single-hero__body {
    margin-top: 2rem;
  }
  .post-single-hero__ttl {
    font-size: 2rem;
    max-width: none;
  }
  .post-single-hero__metas {
    margin-bottom: 1rem;
  }
  .post-single-hero__stars.stars-trio {
    display: none;
  }
}
@media screen and (max-width: 580px) {
  .post-single-hero .l-container {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .post-single-hero__body {
    margin-top: 1.5rem;
  }
  .post-single-hero__ttl {
    font-size: 1.75rem;
  }
  .post-single-hero__metas {
    gap: 0.5rem 0.75rem;
    margin-bottom: 0.75rem;
  }
}