/* ── Breadcrumb ── */
.hero-post-form-component .breadcrumb-container {
  opacity: 0;
  transition: opacity 200ms ease-in-out;
  margin-right: 1.5rem;
}

.hero-post-form-component .breadcrumb-container.--ready {
  opacity: 1;
}
[data-hsfc-id=Renderer] .hsfc-PhoneInput__FlagAndCaret__Caret
{
border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #9e9e9e !important;
}
/* ── Colonne droite ── */
.hero-post-form-component__media {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4rem 2rem;
}

/* ── Background gradient ── */
.hero-post-form-component .bg-hero-gradient {
  position: relative;
  background-image: var(--hero-img);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hero-post-form-component__form-card
{
width:unset !important;
max-width:unset !important;
background:unset !important;
box-shadow:unset !important;



}
.hero-post-form-component .bg-hero-gradient::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(123deg, #edf7f1 1.05%, #5d7374 69.51%);
  mix-blend-mode: multiply;
  opacity: 0.85;
  z-index: 10;
}

/* ── Pattern overlay ── */
.hero-post-form-component .has-pattern::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--pattern-url);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
  opacity: 0.2;
  z-index: 15;
}

/* ── Z-index form card au dessus ── */
.hero-post-form-component .bg-hero-gradient > * {
  position: relative;
  z-index: 20;
}



.hero-post-form-component__form-card iframe {
  width: 100% !important;
  border: none !important;
}

.hero-post-form-component__form-card form {
  width: 100% !important;
}

.hero-post-form-component__form-card input,
.hero-post-form-component__form-card select,
.hero-post-form-component__form-card textarea {
  width: 100% !important;
  box-sizing: border-box !important;
}

.hero-post-form-component__form-card label {
  display: flex !important;
  align-items: flex-start !important;
  gap: 8px !important;
  word-break: normal !important;
  white-space: normal !important;
  overflow: visible !important;
}

.hero-post-form-component__form-card input[type="checkbox"] {
  flex-shrink: 0 !important;
  margin-top: 3px !important;
  width: auto !important;
}

/* ── HubSpot form styles ── */
#hero-section .form-section {
  display: flex;
  flex-direction: column;
  align-content: center;
  flex-wrap: wrap;
}

.hsfc-Row h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 10px;
}
[data-hsfc-id=Renderer] .hsfc-Button
{

font-weight:700 !important;
}

div.hs-form-section {
  max-width: 600px;
  background-color: #fff;
  border-radius: 12px;
  border-top: 5px solid #5D7374;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.1);
}

.hsfc-Button {
  text-transform: uppercase;
  font-weight: 500 !important;
  letter-spacing: 2px;
}

div.hs-form-html .hsfc-RichText p,
.hsfc-CheckboxField .hsfc-FieldLabel span {
  font-size: 10px !important;
}

.hsfc-CheckboxField .hsfc-FieldLabel span:first-of-type {
  font-size: 12px !important;
}

.hsfc-DataPrivacyField {
  max-width: 95%;
  margin-top: 20px;
}

.hsfc-RichText p {
  margin-bottom: 5px !important;
}

[data-hsfc-id=Renderer] .hsfc-Row {
  margin-bottom: 0;
}

[data-hsfc-id=Renderer] .hsfc-Step .hsfc-Step__Content > :last-child {
  margin-top: -10px;
}

.hsfc-DataPrivacyField .hsfc-Row:last-of-type,
.hsfc-DataPrivacyField .hsfc-Row:first-of-type {
  display: none;
}

[data-hsfc-id=Renderer] .hsfc-PhoneInput_FlagAndCaret_Caret {
  border-top: 6px solid #99ABAD;
}

[data-hsfc-id=Renderer] .hsfc-TextInput,
.hsfc-PhoneInput__FlagAndCaret {
  color: #9e9e9e;
}

[data-hsfc-id=Renderer] .hsfc-ErrorAlert {
  font-size: 10px !important;
  color: #FF6666;
}