/* 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-agence-hero {
  color: var(--wp--preset--color--black);
}
.s-agence-hero.has-baby-powder-background-color, .s-agence-hero.has-ivory-background-color, .s-agence-hero.has-blanc-background-color {
  color: var(--wp--preset--color--black);
}
.s-agence-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 35.625rem) minmax(0, 1fr);
  gap: 5rem;
  align-items: end;
}
.s-agence-hero__main {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  min-width: 0;
}
.s-agence-hero__title {
  margin: 0;
  font-family: "HK Grotesk", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 4rem;
  line-height: 1;
  letter-spacing: -0.08rem;
  color: var(--wp--preset--color--bleu-saphyr);
}
.s-agence-hero__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3rem;
  align-items: start;
}
.s-agence-hero__col {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  min-width: 0;
}
.s-agence-hero__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
}
.s-agence-hero__row--phone {
  padding-bottom: 1.3125rem;
}
.s-agence-hero__row--mail {
  padding-top: 1.5rem;
  border-top: 0.5px solid color-mix(in srgb, var(--wp--preset--color--black) 50%, transparent);
}
.s-agence-hero__block {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  width: 100%;
}
.s-agence-hero__block--hours {
  padding-top: 1.5rem;
  border-top: 0.5px solid color-mix(in srgb, var(--wp--preset--color--black) 50%, transparent);
}
.s-agence-hero__label {
  flex: 0 0 auto;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.2;
  color: var(--wp--preset--color--black);
}
.s-agence-hero__phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.3125rem;
  flex: 0 0 auto;
  padding: 0.625rem 0.9375rem;
  border-radius: 31.25rem;
  background-color: var(--wp--preset--color--turquoise-15);
  color: var(--wp--preset--color--turquoise);
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.s-agence-hero__phone:hover, .s-agence-hero__phone:focus-visible {
  opacity: 0.85;
}
.s-agence-hero__phone--placeholder {
  opacity: 0.55;
  pointer-events: none;
}
.s-agence-hero__phone-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0.9375rem;
  height: 0.9375rem;
  color: inherit;
  line-height: 0;
}
.s-agence-hero__phone-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.s-agence-hero__phone-number {
  font-family: "Montserrat", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.5rem;
  white-space: nowrap;
}
.s-agence-hero__mail-placeholder {
  font-family: "Montserrat", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--wp--preset--color--black);
  opacity: 0.55;
}
.s-agence-hero__text {
  font-family: "Montserrat", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.375rem;
  color: var(--wp--preset--color--black);
  opacity: 0.7;
}
.s-agence-hero__text p {
  margin: 0;
}
.s-agence-hero__text p + p {
  margin-top: 0;
}
.s-agence-hero__text--placeholder {
  opacity: 0.45;
}
.s-agence-hero__media {
  margin: 0;
  min-width: 0;
  width: 100%;
  max-width: 39.375rem;
  justify-self: end;
  border-radius: 1rem;
  overflow: hidden;
  background-color: color-mix(in srgb, var(--wp--preset--color--bleu-saphyr) 8%, var(--wp--preset--color--blanc));
  aspect-ratio: 630/360;
}
.s-agence-hero__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
}
.s-agence-hero__media-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 13.75rem;
  padding: 1.5rem;
  border: 1px dashed color-mix(in srgb, var(--wp--preset--color--bleu-saphyr) 40%, transparent);
  border-radius: 1rem;
  color: var(--wp--preset--color--bleu-saphyr);
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .s-agence-hero__inner {
    gap: 3rem;
  }
  .s-agence-hero__grid {
    gap: 2rem;
  }
}
@media screen and (max-width: 991px) {
  .s-agence-hero__inner {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    align-items: stretch;
  }
  .s-agence-hero__title {
    font-family: "HK Grotesk", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 2.5rem;
    line-height: 1;
    letter-spacing: -0.08rem;
    color: var(--wp--preset--color--bleu-saphyr);
  }
  .s-agence-hero__grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .s-agence-hero__media {
    max-width: none;
    justify-self: stretch;
    aspect-ratio: 16/10;
  }
}
@media screen and (max-width: 768px) {
  .s-agence-hero__row {
    flex-wrap: wrap;
    align-items: flex-start;
  }
}