/* 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;
}
@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__stars {
  position: absolute;
  top: 3.75rem;
  right: 3.75rem;
  width: 12.5rem;
  height: 11.25rem;
  pointer-events: none;
  color: var(--wp--preset--color--txt-primary-darker);
  opacity: 0.25;
  display: none;
}
.post-single-hero__star {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.post-single-hero__star svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.post-single-hero__star svg path {
  fill: currentColor;
}
.post-single-hero__star--sm {
  width: 2.5rem;
  height: 2.5rem;
  top: 0;
  right: 5rem;
}
.post-single-hero__star--md {
  width: 3.5rem;
  height: 3.5rem;
  top: 1.5rem;
  right: 1.5rem;
}
.post-single-hero__star--lg {
  width: 5.5rem;
  height: 5.5rem;
  top: 3.75rem;
  right: 0;
}
.post-single-hero__body {
  margin-top: 5rem;
}
.post-single-hero__metas {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1rem;
  margin-top: 1rem;
}
.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: 4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.125;
  text-transform: uppercase;
  font-family: "remora-sans-w1", "sans-serif";
  margin: 0;
  line-height: 1.1;
  max-width: 90%;
}
.post-single-hero__lieu {
  font-weight: 600;
  padding-top: 1rem;
}