/* 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-hero-contact {
  position: relative;
  color: var(--wp--preset--color--gray-dark);
  background-color: var(--wp--preset--color--black);
  overflow: hidden;
}
.s-hero-contact > .l-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: min(100svh, 52.3125rem);
  padding-top: 0 !important;
  padding-bottom: 4.5625rem !important;
}
.s-hero-contact .l-container {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
  min-height: inherit;
  padding-top: 4.375rem !important;
}
.s-hero-contact__media {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: 0;
  width: 100vw;
  overflow: hidden;
  background-color: var(--wp--preset--color--gray-dark);
  pointer-events: none;
  transform: translateX(-50%);
}
.s-hero-contact__media-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
@media screen and (max-width: 576px) {
  .s-hero-contact__media-image--desktop {
    display: none;
  }
}
.s-hero-contact__media-image--mobile {
  display: none;
}
@media screen and (max-width: 576px) {
  .s-hero-contact__media-image--mobile {
    display: block;
  }
}
.s-hero-contact__overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: 1;
  width: 100vw;
  pointer-events: none;
  transform: translateX(-50%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.7) 100%), linear-gradient(132.68deg, rgba(0, 0, 0, 0) 53.25%, rgba(0, 0, 0, 0.5) 77.36%), linear-gradient(90deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
}
.s-hero-contact__breadcrumb {
  position: relative;
  z-index: 3;
  flex-shrink: 0;
}
.s-hero-contact__inner {
  position: relative;
  z-index: 2;
  display: grid;
  flex: 1;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.85fr);
  gap: 0;
  width: 100%;
  min-height: 0;
}
@media screen and (max-width: 991px) {
  .s-hero-contact__inner {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.s-hero-contact__media-panel {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  grid-column: 1/-1;
  grid-row: 1;
  width: 100%;
  min-height: 100%;
  isolation: isolate;
}
.s-hero-contact__media-panel.has-no-media {
  min-height: 0;
  background-color: transparent;
}
.s-hero-contact__media-panel.has-no-media .s-hero-contact__title {
  color: var(--wp--preset--color--red);
}
.s-hero-contact__media-panel.has-no-media .s-hero-contact__introduction {
  color: var(--wp--preset--color--gray-dark);
}
.s-hero-contact__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 0;
  padding: 0 0 6.875rem;
  color: var(--wp--preset--color--white);
}
.s-hero-contact__inner:has(.s-hero-contact__form-card) .s-hero-contact__content {
  max-width: calc(100% - max(100% * 0.4594594595, 35.625rem) - 3.125rem - 1.875rem);
}
@media screen and (max-width: 991px) {
  .s-hero-contact__content {
    padding: 0;
    margin-top: 1.25rem;
  }
  .s-hero-contact__inner:has(.s-hero-contact__form-card) .s-hero-contact__content {
    max-width: none;
  }
}
.s-hero-contact__title {
  margin: 0;
  color: var(--wp--preset--color--white);
  font-family: "the-seasons", serif;
  line-height: 1.07;
  font-weight: 400;
}
.s-hero-contact__title {
  font-size: 36px;
}
@media screen and (min-width: 569px) {
  .s-hero-contact__title {
    font-size: calc(36px + 20 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-hero-contact__title {
    font-size: 3.5rem;
  }
}
.s-hero-contact__introduction {
  margin-top: 1.25rem;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  color: var(--wp--preset--color--white);
  font-weight: 700;
  line-height: 1.41;
}
.s-hero-contact__introduction {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .s-hero-contact__introduction {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-hero-contact__introduction {
    font-size: 0.875rem;
  }
}
.s-hero-contact__introduction > *:first-child {
  margin-top: 0;
}
.s-hero-contact__introduction > *:last-child {
  margin-bottom: 0;
}
.s-hero-contact__meta {
  margin-top: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}
.s-hero-contact__form-card {
  grid-column: 2;
  grid-row: 1;
  z-index: 3;
  justify-self: end;
  align-self: start;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  min-width: 35.625rem;
  padding: 2.1875rem;
  border: 1px solid var(--wp--preset--color--beige-medium);
  border-radius: 1.125rem;
  background-color: var(--wp--preset--color--beige-light);
  box-shadow: 0 0.25rem 1.5625rem color-mix(in srgb, var(--wp--preset--color--beige-medium) 60%, transparent);
}
@media screen and (max-width: 991px) {
  .s-hero-contact__form-card {
    grid-column: unset;
    grid-row: unset;
    min-width: 0;
    margin-right: 0;
    padding: 1rem;
  }
}
.s-hero-contact__inner:not(:has(.s-hero-contact__media-panel)) .s-hero-contact__form-card {
  grid-column: 1;
  justify-self: stretch;
  width: 100%;
  margin-inline: auto;
}
.s-hero-contact__form-header {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  width: 100%;
  min-width: 0;
}
.s-hero-contact__form-title {
  margin: 0;
  color: var(--wp--preset--color--red);
  font-family: "poppins", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  text-transform: none;
}
.s-hero-contact__form-title {
  font-size: 32px;
}
@media screen and (min-width: 569px) {
  .s-hero-contact__form-title {
    font-size: calc(32px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-hero-contact__form-title {
    font-size: 2rem;
  }
}
.s-hero-contact__form-subtitle {
  color: color-mix(in srgb, var(--wp--preset--color--gray-dark) 70%, transparent);
  font-family: "poppins", sans-serif;
  line-height: 1.5;
}
.s-hero-contact__form-subtitle {
  font-size: 13px;
}
@media screen and (min-width: 569px) {
  .s-hero-contact__form-subtitle {
    font-size: calc(13px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-hero-contact__form-subtitle {
    font-size: 0.8125rem;
  }
}
.s-hero-contact__form-subtitle > *:first-child {
  margin-top: 0;
}
.s-hero-contact__form-subtitle > *:last-child {
  margin-bottom: 0;
}
.s-hero-contact__form {
  width: 100%;
  min-width: 0;
}
.s-hero-contact .ff-message-success {
  display: none;
}