/* 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-formulaire {
  color: var(--wp--preset--color--black);
}
.s-hero-formulaire.has-baby-powder-background-color, .s-hero-formulaire.has-ivory-background-color, .s-hero-formulaire.has-blanc-background-color {
  color: var(--wp--preset--color--black);
}
.s-hero-formulaire__inner {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  gap: 7.5rem;
  align-items: start;
  width: 100%;
  padding-top: 0;
}
.s-hero-formulaire__content {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.s-hero-formulaire__surtitle {
  margin: 0 0 1rem;
  font-family: "HK Grotesk", sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  color: var(--wp--preset--color--bleu-saphyr);
}
.s-hero-formulaire__title {
  margin: 0 0 4rem;
  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-hero-formulaire__subtitle {
  margin: 0 0 1rem;
  font-family: "HK Grotesk", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 1.2;
  letter-spacing: -0.0275rem;
  color: var(--wp--preset--color--black);
  opacity: 0.5;
  font-weight: 600;
}
.s-hero-formulaire__text, .s-hero-formulaire__text p {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.2;
  letter-spacing: normal;
  color: var(--wp--preset--color--black);
}
.s-hero-formulaire__text p, .s-hero-formulaire__text p p {
  margin: 0;
}
.s-hero-formulaire__text p + p, .s-hero-formulaire__text p p + p {
  margin-top: 0.75rem;
}
.s-hero-formulaire__text p + ul,
.s-hero-formulaire__text p + ol, .s-hero-formulaire__text p p + ul,
.s-hero-formulaire__text p p + ol {
  margin-top: 0.75rem;
}
.s-hero-formulaire__text--placeholder, .s-hero-formulaire__text p--placeholder {
  opacity: 0.55;
}
.s-hero-formulaire__separator {
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.s-hero-formulaire__separator .c-separator {
  margin: 0;
  max-width: none;
}
.s-hero-formulaire__phone {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
}
.s-hero-formulaire__phone-label {
  flex: 0 0 auto;
  font-family: "HK Grotesk", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.375rem;
  color: var(--wp--preset--color--black);
}
.s-hero-formulaire__phone-btn {
  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-hero-formulaire__phone-btn:hover, .s-hero-formulaire__phone-btn:focus-visible {
  opacity: 0.85;
}
.s-hero-formulaire__phone-btn--placeholder {
  opacity: 0.55;
  pointer-events: none;
}
.s-hero-formulaire__phone-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0.9375rem;
  height: 0.9375rem;
  color: inherit;
  line-height: 0;
}
.s-hero-formulaire__phone-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.s-hero-formulaire__phone-number {
  font-family: "Montserrat", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.5rem;
  white-space: nowrap;
}
.s-hero-formulaire__phone-placeholder {
  flex: 0 0 auto;
  font-size: 0.8125rem;
  font-style: italic;
  opacity: 0.55;
}
.s-hero-formulaire__form-col {
  min-width: 0;
  width: 100%;
}
.s-hero-formulaire__form {
  width: 100%;
}
.s-hero-formulaire__form-placeholder {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  padding: 1.5rem;
  border: 1px dashed color-mix(in srgb, var(--wp--preset--color--bleu-saphyr) 40%, transparent);
  border-radius: 0.75rem;
  background-color: color-mix(in srgb, var(--wp--preset--color--bleu-saphyr) 6%, transparent);
  color: var(--wp--preset--color--bleu-saphyr);
}
.s-hero-formulaire__form-placeholder--empty {
  font-size: 0.875rem;
  font-style: italic;
}
.s-hero-formulaire__form-placeholder-label {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  opacity: 0.7;
}
.s-hero-formulaire__form-placeholder-title {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.3;
}
.s-hero-formulaire__form-placeholder-id {
  font-size: 0.8125rem;
  opacity: 0.65;
}
.s-hero-formulaire .ff-el-group.checkbox_devis .ff-el-form-check-label {
  opacity: 1;
  margin-top: 0.75rem;
}
.s-hero-formulaire .ff-el-group.checkbox_devis span {
  font-weight: 400;
}
.s-hero-formulaire .ff-el-group.checkbox_devis span {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .s-hero-formulaire .ff-el-group.checkbox_devis span {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-hero-formulaire .ff-el-group.checkbox_devis span {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 991px) {
  .s-hero-formulaire__inner {
    grid-template-columns: 1fr;
    gap: 5rem;
    padding-top: 0;
  }
  .s-hero-formulaire__phone {
    margin-top: 0.5rem;
  }
}