/* 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-mesh-contact {
  color: var(--wp--preset--color--gray-dark);
  overflow: hidden;
}
.s-mesh-contact__inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.85fr);
  gap: 0;
}
@media screen and (max-width: 991px) {
  .s-mesh-contact__inner {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.s-mesh-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: clamp(25rem, 42vw, 38.375rem);
  isolation: isolate;
}
.s-mesh-contact__media-panel.has-no-media {
  min-height: 0;
  background-color: transparent;
}
.s-mesh-contact__media-panel.has-no-media .s-mesh-contact__overlay {
  display: none;
}
.s-mesh-contact__media-panel.has-no-media .s-mesh-contact__title {
  color: var(--wp--preset--color--red);
}
.s-mesh-contact__media-panel.has-no-media .s-mesh-contact__introduction {
  color: var(--wp--preset--color--gray-dark);
}
@media screen and (max-width: 991px) {
  .s-mesh-contact__media-panel {
    min-height: 20rem;
  }
}
.s-mesh-contact__media {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100vw;
  height: 100%;
  overflow: hidden;
  border-radius: 1.25rem;
  background-color: var(--wp--preset--color--gray-dark);
  pointer-events: none;
}
@media screen and (max-width: 991px) {
  .s-mesh-contact__media {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .s-mesh-contact__media {
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
    border-radius: 0;
  }
}
.s-mesh-contact__media-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform-origin: center center;
}
.s-mesh-contact__overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100vw;
  height: 100%;
  border-radius: 1.25rem;
  pointer-events: none;
  opacity: 0.65;
  background: rgba(0, 0, 0, 0.35);
  transition: opacity 0.2s ease;
}
@media screen and (max-width: 991px) {
  .s-mesh-contact__overlay {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .s-mesh-contact__overlay {
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
    border-radius: 0;
  }
}
.s-mesh-contact.is-animating:not(.is-expanded) .s-mesh-contact__media-image {
  transform: scale(1.08);
}
@media screen and (max-width: 991px) {
  .s-mesh-contact.is-animating:not(.is-expanded) .s-mesh-contact__media-image {
    transform: none;
  }
}
.s-mesh-contact.is-expanded .s-mesh-contact__media,
.s-mesh-contact.is-expanded .s-mesh-contact__overlay {
  width: 100vw;
  border-radius: 0;
}
@media screen and (max-width: 991px) {
  .s-mesh-contact.is-expanded .s-mesh-contact__media,
  .s-mesh-contact.is-expanded .s-mesh-contact__overlay {
    width: 100%;
    border-radius: 1.25rem;
  }
}
@media screen and (max-width: 576px) {
  .s-mesh-contact.is-expanded .s-mesh-contact__media,
  .s-mesh-contact.is-expanded .s-mesh-contact__overlay {
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
    border-radius: 0;
  }
}
.s-mesh-contact.is-expanded .s-mesh-contact__overlay {
  opacity: 1;
}
.s-mesh-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-mesh-contact__inner:has(.s-mesh-contact__form-card) .s-mesh-contact__content {
  max-width: calc(100% - max(100% * 0.4594594595, 35.625rem) - 3.125rem - 1.875rem);
}
@media screen and (max-width: 991px) {
  .s-mesh-contact__content {
    padding: 2rem 1.5rem;
  }
  .s-mesh-contact__inner:has(.s-mesh-contact__form-card) .s-mesh-contact__content {
    max-width: none;
  }
}
.s-mesh-contact__title {
  margin: 0;
  color: var(--wp--preset--color--white);
  font-family: "the-seasons", serif;
  line-height: 1.07;
  font-weight: 400;
}
.s-mesh-contact__title {
  font-size: 36px;
}
@media screen and (min-width: 569px) {
  .s-mesh-contact__title {
    font-size: calc(36px + 20 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-mesh-contact__title {
    font-size: 3.5rem;
  }
}
.s-mesh-contact__introduction {
  margin-top: 1.25rem;
  max-width: 23.75rem;
}
.s-mesh-contact__introduction, .s-mesh-contact__introduction p {
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  color: var(--wp--preset--color--white);
  font-weight: 700;
  line-height: 1.41;
  font-weight: 700;
}
.s-mesh-contact__introduction, .s-mesh-contact__introduction p {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .s-mesh-contact__introduction, .s-mesh-contact__introduction p {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-mesh-contact__introduction, .s-mesh-contact__introduction p {
    font-size: 0.875rem;
  }
}
.s-mesh-contact__introduction > *:first-child {
  margin-top: 0;
}
.s-mesh-contact__introduction > *:last-child {
  margin-bottom: 0;
}
.s-mesh-contact__pill {
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--red);
}
.s-mesh-contact__pill:focus-visible {
  background-color: var(--wp--preset--color--pink);
  color: var(--wp--preset--color--white);
  border-color: var(--wp--preset--color--pink);
}
@media (hover: hover) and (pointer: fine) {
  .s-mesh-contact__pill:hover {
    background-color: var(--wp--preset--color--pink);
    color: var(--wp--preset--color--white);
    border-color: var(--wp--preset--color--pink);
  }
}
.s-mesh-contact__meta {
  margin-top: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}
.s-mesh-contact__form-container {
  height: 0;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .s-mesh-contact__form-container {
    height: auto;
    overflow: visible;
  }
}
.s-mesh-contact.is-expanded .s-mesh-contact__form-container {
  height: auto;
  overflow: visible;
}
.s-mesh-contact__form-card {
  grid-column: 2;
  grid-row: 1;
  z-index: 2;
  justify-self: end;
  align-self: flex-start;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  min-width: 35.625rem;
  transform: translateY(4.625rem);
  margin-right: 3.125rem;
  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-mesh-contact__form-card {
    grid-column: unset;
    grid-row: unset;
    min-width: 0;
    margin-right: 0;
    transform: translateY(0);
    padding: 0;
    box-shadow: none;
    background-color: transparent;
    border: 0;
  }
}
.s-mesh-contact.is-expanded .s-mesh-contact__form-card {
  transform: translateY(-5rem);
}
@media screen and (max-width: 991px) {
  .s-mesh-contact.is-expanded .s-mesh-contact__form-card {
    transform: translateY(0);
  }
}
.s-mesh-contact__inner:not(:has(.s-mesh-contact__media-panel)) .s-mesh-contact__form-card {
  grid-column: 1;
  justify-self: stretch;
  width: 100%;
  margin-inline: auto;
  transform: none;
}
.s-mesh-contact__form-header {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  width: 100%;
  min-width: 0;
}
.s-mesh-contact__form-title {
  margin: 0;
  color: var(--wp--preset--color--red);
  font-family: "poppins", sans-serif;
  font-weight: 600;
  line-height: 1.5;
  text-transform: none;
}
.s-mesh-contact__form-title {
  font-size: 32px;
}
@media screen and (min-width: 569px) {
  .s-mesh-contact__form-title {
    font-size: calc(32px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-mesh-contact__form-title {
    font-size: 2rem;
  }
}
.s-mesh-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-mesh-contact__form-subtitle {
  font-size: 13px;
}
@media screen and (min-width: 569px) {
  .s-mesh-contact__form-subtitle {
    font-size: calc(13px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-mesh-contact__form-subtitle {
    font-size: 0.8125rem;
  }
}
.s-mesh-contact__form-subtitle > *:first-child {
  margin-top: 0;
}
.s-mesh-contact__form-subtitle > *:last-child {
  margin-bottom: 0;
}
.s-mesh-contact__form {
  width: 100%;
  min-width: 0;
}
.s-mesh-contact.is-form-submitted .s-mesh-contact__form-container {
  display: none;
}
.s-mesh-contact .ff-message-success {
  display: none;
}