/* 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-hero-bandeau {
  position: relative;
  width: 100%;
  min-height: 90vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  margin-top: calc(4.625rem * -1);
}
.s-hero-bandeau .c-breadcrumb span span a,
.s-hero-bandeau .c-breadcrumb span span {
  color: var(--wp--preset--color--txt-white);
}
.s-hero-bandeau .l-wrapper,
.s-hero-bandeau .l-container,
.s-hero-bandeau .l-container-lg {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 100%;
}
.s-hero-bandeau__media {
  position: absolute;
  inset: 0;
  background-color: #131313;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}
.s-hero-bandeau__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(2, 2, 2, 0.75) 100%);
  pointer-events: none;
  z-index: 0;
}
.s-hero-bandeau__full {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 47.5rem;
  color: var(--wp--preset--color--txt-white);
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding-top: calc(4.625rem + 0.625rem);
}
.s-hero-bandeau__breadcrumb {
  flex-shrink: 0;
}
.s-hero-bandeau__content {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
}
.s-hero-bandeau__title {
  margin: 0;
  color: var(--wp--preset--color--txt-white);
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  line-height: 1.14;
  letter-spacing: -0.07rem;
}
@media screen and (max-width: 1024px) {
  .s-hero-bandeau__title {
    font-size: 3rem;
    line-height: 1.15;
    letter-spacing: -0.06rem;
  }
}
@media screen and (max-width: 991px) {
  .s-hero-bandeau__title {
    font-size: 2.5rem;
    line-height: 1.15;
    letter-spacing: -0.05rem;
  }
}
@media screen and (max-width: 580px) {
  .s-hero-bandeau__title {
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: -0.04rem;
  }
}
.s-hero-bandeau__intro {
  color: var(--wp--preset--color--txt-white);
}
.s-hero-bandeau__intro h2 {
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  line-height: 1.14;
  letter-spacing: -0.07rem;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 1024px) {
  .s-hero-bandeau__intro h2 {
    font-size: 3rem;
    line-height: 1.15;
    letter-spacing: -0.06rem;
  }
}
@media screen and (max-width: 991px) {
  .s-hero-bandeau__intro h2 {
    font-size: 2.5rem;
    line-height: 1.15;
    letter-spacing: -0.05rem;
  }
}
@media screen and (max-width: 580px) {
  .s-hero-bandeau__intro h2 {
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: -0.04rem;
  }
}
@media screen and (max-width: 991px) {
  .s-hero-bandeau__intro h2 {
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 580px) {
  .s-hero-bandeau__intro h2 {
    margin-bottom: 2rem;
  }
}
.s-hero-bandeau__intro h3 {
  font-size: 2rem;
  line-height: 1.09;
  font-style: normal;
  font-weight: 200;
  font-family: "Inter", sans-serif;
  margin-bottom: 1rem;
}
.s-hero-bandeau__intro h5 {
  font-size: 18px;
}
@media screen and (min-width: 569px) {
  .s-hero-bandeau__intro h5 {
    font-size: calc(18px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-hero-bandeau__intro h5 {
    font-size: 1.125rem;
  }
}
.s-hero-bandeau__intro p {
  margin-top: 1.875rem;
}
.s-hero-bandeau__intro p:first-child {
  margin-top: 0;
}
.s-hero-bandeau__intro h2 + p,
.s-hero-bandeau__intro h3 + p,
.s-hero-bandeau__intro h4 + p,
.s-hero-bandeau__intro h5 + p {
  margin-top: 1.25rem;
}
.s-hero-bandeau__intro p + ul {
  margin-top: 0;
}
.s-hero-bandeau__intro b,
.s-hero-bandeau__intro strong {
  font-weight: 700;
}
.s-hero-bandeau__intro .btn {
  margin-top: 2rem;
}
.s-hero-bandeau__intro i,
.s-hero-bandeau__intro em {
  font-style: italic;
}
.s-hero-bandeau__intro p > a,
.s-hero-bandeau__intro li > a {
  text-decoration: underline;
  line-height: 1.37;
}
.s-hero-bandeau__intro ul,
.s-hero-bandeau__intro ol {
  margin-top: 1.875rem;
  list-style: none;
  margin-left: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.s-hero-bandeau__intro ul li,
.s-hero-bandeau__intro ol li {
  position: relative;
  padding-left: 1.5rem;
}
.s-hero-bandeau__intro ul li a,
.s-hero-bandeau__intro ol li a {
  font-size: 16px;
}
.s-hero-bandeau__intro ul li:last-child,
.s-hero-bandeau__intro ol li:last-child {
  margin-bottom: 0;
}
.s-hero-bandeau__intro ul li::before {
  content: "";
  position: absolute;
  left: 0.5rem;
  top: 0.4375rem;
  width: 0.375rem;
  height: 0.375rem;
  background-color: #131313;
  border-radius: 200px;
}
.s-hero-bandeau__intro ol li {
  list-style: decimal;
}
.s-hero-bandeau__intro img {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.s-hero-bandeau__intro *:first-child {
  margin-top: 0;
}
.s-hero-bandeau__intro img {
  margin: 1.25rem 0 3.5rem;
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1rem;
}
.s-hero-bandeau__intro p:first-child {
  margin-top: 0;
}
.s-hero-bandeau__intro p:last-child {
  margin-bottom: 0;
}
.s-hero-bandeau__caption-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  pointer-events: none;
}
.s-hero-bandeau__caption-inner {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  align-items: flex-end;
}
.s-hero-bandeau__caption {
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  line-height: 1.4;
  font-style: normal;
  font-weight: 300;
  margin: 0.5rem 0;
  padding: 0.5rem;
  color: var(--wp--preset--color--txt-white);
  background-color: #131313;
  width: fit-content;
  box-sizing: border-box;
  text-align: right;
  pointer-events: auto;
  transition: opacity 0.3s ease;
  border-radius: 4px;
}
@media screen and (max-width: 991px) {
  .s-hero-bandeau {
    min-height: 36.25rem;
  }
  .s-hero-bandeau .l-container-lg {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    min-height: inherit;
  }
  .s-hero-bandeau__full {
    flex: 1;
    max-width: none;
    padding-top: calc(4.625rem + 1.75rem);
    padding-inline: 0;
  }
  .s-hero-bandeau__breadcrumb {
    margin-bottom: 0.75rem;
  }
  .s-hero-bandeau__content {
    max-width: none;
    width: 100%;
    margin-top: auto;
    gap: 1.25rem;
    padding-bottom: 0.5rem;
  }
  .s-hero-bandeau__caption-wrap {
    position: relative;
    flex-shrink: 0;
    width: 100%;
    margin-top: auto;
    padding: 1.5rem 0 2.5rem;
    box-sizing: border-box;
  }
  .s-hero-bandeau__caption-inner {
    justify-content: flex-start;
    padding: 0;
  }
  .s-hero-bandeau__caption {
    margin: 0;
    max-width: 100%;
    text-align: left;
    word-break: break-word;
  }
}
@media screen and (max-width: 580px) {
  .s-hero-bandeau {
    min-height: 32.5rem;
  }
  .s-hero-bandeau__full {
    padding-top: calc(4.625rem + 2rem);
  }
  .s-hero-bandeau__breadcrumb {
    margin-bottom: 1rem;
  }
  .s-hero-bandeau__content {
    gap: 1rem;
  }
  .s-hero-bandeau__caption-wrap {
    padding-top: 2rem;
    padding-bottom: 0;
  }
}