.elementor-85 .elementor-element.elementor-element-724e12e{--display:flex;--margin-top:-2%;--margin-bottom:0%;--margin-left:0%;--margin-right:0%;}.elementor-85 .elementor-element.elementor-element-8fe9dff{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--gap:0px 24px;--row-gap:0px;--column-gap:24px;}.elementor-85 .elementor-element.elementor-element-ad1bebb{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-85 .elementor-element.elementor-element-16bee49{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-85 .elementor-element.elementor-element-6ac5cd8{--display:flex;}.elementor-85 .elementor-element.elementor-element-72a1549{width:100%;max-width:100%;}@media(max-width:767px){.elementor-85 .elementor-element.elementor-element-724e12e{--margin-top:-6%;--margin-bottom:0%;--margin-left:0%;--margin-right:0%;}}@media(min-width:768px){.elementor-85 .elementor-element.elementor-element-724e12e{--width:100%;}.elementor-85 .elementor-element.elementor-element-8fe9dff{--content-width:1200px;}.elementor-85 .elementor-element.elementor-element-ad1bebb{--width:50%;}.elementor-85 .elementor-element.elementor-element-16bee49{--width:50%;}.elementor-85 .elementor-element.elementor-element-6ac5cd8{--content-width:1200px;}}/* Start custom CSS for container, class: .elementor-element-6ac5cd8 *//* ════════════════════════════════════════════════════════════════
   AG CLIM 17 — FORMULAIRE CONTACT v1.3
   ────────────────────────────────────────────────────────────────
   Style glassmorphism ivoire cohérent avec la sidebar Aurora v3.9
   Cible : WPForms Lite + classes custom agclim-field
   Contexte : page Contact sur fond blanc/clair, formulaire centré
   ────────────────────────────────────────────────────────────────
   v1.3 (30/07/2026)
   · Nom complet : la ligne Prénom/Nom était bridée à ~60% de largeur
     par la classe WPForms « wpforms-field-medium » (taille de champ
     Medium) + le padding natif du <fieldset>. On annule ce max-width
     et on réinitialise le fieldset : la ligne fait 100% et s'aligne
     enfin avec Téléphone / Email / Code postal.
   · Case RGPD : la légende « . » n'était pas masquée (le sélecteur « > »
     ne l'atteignait pas, elle est dans le <fieldset>) → point résiduel
     et marge disgracieuse. Légende masquée, fieldset réinitialisé,
     padding du bloc augmenté (18/20px) : le texte respire.
   ────────────────────────────────────────────────────────────────
   v1.2 (30/07/2026)
   · Nom complet : correction de l'alignement Prénom/Nom qui
     s'empilaient au lieu de rester côte à côte. Le calc(50% - 8px)
     de la v1.1 provoquait un retour à la ligne (WPForms wrappait) :
     remplacé par flex nowrap + flex:1 1 0, robuste et sans débordement.
   · Case RGPD : suppression de l'anneau de focus bleu natif au clic
     (remplacé par un halo or discret, uniquement au focus clavier).
   ────────────────────────────────────────────────────────────────
   v1.1 (30/07/2026)
   · Type de logement : select passé en PLEINE LARGEUR
     (le texte du menu déroulant n'est plus tronqué)
   · Nom complet : sous-libellés « Prénom » / « Nom » repositionnés
     AU-DESSUS des champs de saisie
   · Alignement des colonnes normalisé : la ligne Prénom/Nom utilise
     le même système que agclim-field-half (calc(50% - 8px) + gap 16px),
     donc tous les bords gauche/droite s'alignent
   · Message de confirmation : texte forcé en BLANC PUR (#FFFFFF)
     sur tous les enfants + police +25% (15px → 19px), fond navy inchangé
   · Référence sidebar corrigée : v3.4 → v3.9
   ════════════════════════════════════════════════════════════════ */

/* ─── CONTAINER PRINCIPAL · GLASSMORPHISM IVOIRE ─── */
.wpforms-container.wpforms-container[id*="wpforms-"] {
  max-width: 760px;
  margin: 40px auto !important;
  padding: 36px 32px !important;
  background: linear-gradient(165deg,
    rgba(250, 248, 244, 0.92) 0%,
    rgba(245, 241, 232, 0.88) 100%) !important;
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  backdrop-filter: blur(20px) saturate(180%);
  border-radius: 22px !important;
  border: 1px solid rgba(255, 255, 255, 0.7) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    inset 0 -1px 0 rgba(11, 22, 40, 0.05),
    0 4px 16px rgba(11, 22, 40, 0.06),
    0 24px 60px rgba(11, 22, 40, 0.10),
    0 0 80px rgba(255, 204, 0, 0.06) !important;
  font-family: 'DM Sans', sans-serif !important;
  position: relative;
  overflow: hidden;
}

/* Fallback navigateurs sans backdrop-filter */
@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .wpforms-container.wpforms-container[id*="wpforms-"] {
    background: linear-gradient(165deg, #FAF8F4 0%, #F0EDE6 100%) !important;
  }
}

/* Reflet supérieur (effet verre) */
.wpforms-container[id*="wpforms-"]::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 30%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, transparent 100%);
  pointer-events: none;
  border-radius: 22px 22px 0 0;
  z-index: 0;
}

/* Halo or signature en bas-droite */
.wpforms-container[id*="wpforms-"]::after {
  content: '';
  position: absolute;
  bottom: -80px; right: -80px;
  width: 240px; height: 240px;
  background: radial-gradient(circle, rgba(255, 204, 0, 0.18) 0%, transparent 60%);
  filter: blur(40px);
  pointer-events: none;
  z-index: 0;
}

.wpforms-form { position: relative; z-index: 1; }

/* ─── LABELS ─── */
.wpforms-form .wpforms-field-label {
  font-family: 'DM Sans', sans-serif !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #0B1628 !important;
  letter-spacing: 0.02em !important;
  margin-bottom: 8px !important;
  display: block !important;
  text-transform: none !important;
}

.wpforms-form .wpforms-field-label .wpforms-required-label {
  color: #FFCC00 !important;
  font-weight: 700 !important;
  margin-left: 2px;
}

/* Sublabels (Prénom, Nom du champ Nom complet) */
.wpforms-form .wpforms-field-sublabel {
  font-size: 11px !important;
  font-weight: 500 !important;
  color: #6B7280 !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
  margin-top: 6px !important;
}

/* ─── INPUTS TEXTE, EMAIL, TEL, CP ─── */
.wpforms-form input[type="text"],
.wpforms-form input[type="email"],
.wpforms-form input[type="tel"],
.wpforms-form input[type="number"],
.wpforms-form input[type="url"],
.wpforms-form select,
.wpforms-form textarea {
  width: 100% !important;
  padding: 13px 16px !important;
  font-family: 'DM Sans', sans-serif !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  color: #0B1628 !important;
  background: rgba(255, 255, 255, 0.7) !important;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(11, 22, 40, 0.10) !important;
  border-radius: 10px !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.6),
    0 1px 2px rgba(11, 22, 40, 0.02) !important;
  transition: all 0.25s ease !important;
  outline: none !important;
}

.wpforms-form input[type="text"]::placeholder,
.wpforms-form input[type="email"]::placeholder,
.wpforms-form input[type="tel"]::placeholder,
.wpforms-form textarea::placeholder {
  color: #9CA3AF !important;
  font-weight: 400 !important;
}

/* HOVER */
.wpforms-form input[type="text"]:hover,
.wpforms-form input[type="email"]:hover,
.wpforms-form input[type="tel"]:hover,
.wpforms-form input[type="number"]:hover,
.wpforms-form select:hover,
.wpforms-form textarea:hover {
  background: rgba(255, 255, 255, 0.9) !important;
  border-color: rgba(47, 49, 145, 0.25) !important;
}

/* FOCUS · halo or signature AG Clim */
.wpforms-form input[type="text"]:focus,
.wpforms-form input[type="email"]:focus,
.wpforms-form input[type="tel"]:focus,
.wpforms-form input[type="number"]:focus,
.wpforms-form select:focus,
.wpforms-form textarea:focus {
  background: white !important;
  border-color: rgba(255, 204, 0, 0.6) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.6),
    0 0 0 3px rgba(255, 204, 0, 0.18),
    0 4px 14px rgba(255, 204, 0, 0.12) !important;
  transform: translateY(-1px);
}

/* ─── TEXTAREA SPÉCIFIQUE ─── */
.wpforms-form textarea {
  min-height: 120px !important;
  resize: vertical !important;
  line-height: 1.6 !important;
}

/* ─── SELECT (Liste déroulante) ─── */
.wpforms-form select {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M2 4l4 4 4-4' stroke='%232F3191' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 16px center !important;
  background-size: 12px !important;
  padding-right: 40px !important;
  cursor: pointer !important;
}

/* ─── LAYOUT 2 COLONNES via classes custom ─── */
.wpforms-form .wpforms-field.agclim-field-half {
  display: inline-block !important;
  width: calc(50% - 8px) !important;
  vertical-align: top;
}
.wpforms-form .wpforms-field.agclim-field-half.agclim-field-left {
  margin-right: 16px !important;
}
@media (max-width: 600px) {
  .wpforms-form .wpforms-field.agclim-field-half {
    display: block !important;
    width: 100% !important;
    margin-right: 0 !important;
  }
}

/* ─── TYPE DE LOGEMENT · select en PLEINE LARGEUR (v1.1) ───
   Le champ select (Type de logement) porte agclim-field-half : on le
   force en pleine largeur pour que le texte du menu déroulant s'affiche
   en entier (« Maison individuelle », « Local professionnel »…). */
.wpforms-form .wpforms-field-select.agclim-field-half,
.wpforms-form .wpforms-field-select.agclim-field-half.agclim-field-left {
  display: block !important;
  width: 100% !important;
  margin-right: 0 !important;
}

/* ─── NOM COMPLET · sous-libellés AU-DESSUS + alignement grille (v1.2) ───
   La ligne Prénom/Nom (champ « Name » WPForms) est forcée en flex row
   NOWRAP : les deux blocs se partagent la largeur à parts égales via
   flex:1 1 0 (au lieu du calc(50% - 8px) de la v1.1, qui débordait d'un
   sous-pixel et provoquait un retour à la ligne → empilement Prénom/Nom).
   min-width:0 + float:none neutralisent les styles natifs WPForms.
   Chaque bloc passe en colonne pour placer le sous-libellé au-dessus. */
/* Reset du <fieldset> natif (bordure / marge / padding par défaut du
   navigateur qui insétaient la ligne et faussaient l'alignement) */
.wpforms-form .agclim-field-name fieldset {
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  min-width: 0 !important;
}
.wpforms-form .agclim-field-name .wpforms-field-row {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 16px !important;
  margin: 0 !important;
  max-width: none !important;   /* annule le ~60% imposé par wpforms-field-medium */
  width: 100% !important;
  align-items: flex-start !important;
}
.wpforms-form .agclim-field-name .wpforms-field-row-block {
  flex: 1 1 0 !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  box-sizing: border-box !important;
  display: flex !important;
  flex-direction: column !important;
}
/* Sous-libellés (Prénom / Nom) remontés au-dessus du champ de saisie */
.wpforms-form .agclim-field-name .wpforms-field-row-block .wpforms-field-sublabel {
  order: -1 !important;
  margin: 0 0 8px 0 !important;
}
@media (max-width: 600px) {
  .wpforms-form .agclim-field-name .wpforms-field-row {
    flex-wrap: wrap !important;
  }
  .wpforms-form .agclim-field-name .wpforms-field-row-block {
    flex: 1 1 100% !important;
  }
}

/* ─── RADIO CARDS · SERVICE SOUHAITÉ ─── */
.wpforms-form .agclim-radio-cards .wpforms-field-label {
  font-size: 14px !important;
  margin-bottom: 14px !important;
}

.wpforms-form .agclim-radio-cards ul.wpforms-image-choices,
.wpforms-form .agclim-radio-cards ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 10px !important;
}

@media (max-width: 768px) {
  .wpforms-form .agclim-radio-cards ul {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (max-width: 480px) {
  .wpforms-form .agclim-radio-cards ul {
    grid-template-columns: 1fr !important;
  }
}

.wpforms-form .agclim-radio-cards li {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
}

.wpforms-form .agclim-radio-cards li label {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  padding: 16px 12px !important;
  background: rgba(255, 255, 255, 0.6) !important;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(11, 22, 40, 0.08) !important;
  border-radius: 12px !important;
  cursor: pointer !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  color: #0B1628 !important;
  letter-spacing: 0.02em !important;
  line-height: 1.3 !important;
  min-height: 64px !important;
  transition: all 0.25s cubic-bezier(.34, 1.56, .64, 1) !important;
  position: relative;
}

/* Masquer le radio button natif */
.wpforms-form .agclim-radio-cards input[type="radio"] {
  position: absolute !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* HOVER · halo or signature */
.wpforms-form .agclim-radio-cards li label:hover {
  background: rgba(255, 255, 255, 0.95) !important;
  border-color: rgba(255, 204, 0, 0.5) !important;
  transform: translateY(-2px);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.9),
    0 8px 20px rgba(11, 22, 40, 0.08),
    0 0 24px rgba(255, 204, 0, 0.18);
}

/* SÉLECTIONNÉ · navy + check or */
.wpforms-form .agclim-radio-cards input[type="radio"]:checked + label,
.wpforms-form .agclim-radio-cards li.wpforms-selected label {
  background: linear-gradient(135deg, #2F3191 0%, #1F2270 100%) !important;
  color: white !important;
  border-color: rgba(255, 204, 0, 0.7) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 6px 16px rgba(47, 49, 145, 0.35),
    0 0 0 3px rgba(255, 204, 0, 0.18);
}

/* Check or signature en haut-droite quand sélectionné */
.wpforms-form .agclim-radio-cards input[type="radio"]:checked + label::after,
.wpforms-form .agclim-radio-cards li.wpforms-selected label::after {
  content: '✓';
  position: absolute;
  top: 6px;
  right: 8px;
  width: 18px;
  height: 18px;
  background: #FFCC00;
  color: #0B1628;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(255, 204, 0, 0.5);
}

/* ─── RADIO CARDS COMPACT · ÉCHÉANCE PROJET ─── */
.wpforms-form .agclim-radio-cards-compact ul {
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 8px !important;
}

@media (max-width: 768px) {
  .wpforms-form .agclim-radio-cards-compact ul {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

.wpforms-form .agclim-radio-cards-compact li label {
  padding: 12px 8px !important;
  min-height: 52px !important;
  font-size: 11px !important;
}

/* ─── CASE RGPD ─── */
.wpforms-form .agclim-field-rgpd {
  margin-top: 24px !important;
  padding: 18px 20px !important;
  background: rgba(255, 255, 255, 0.5) !important;
  border: 1px solid rgba(11, 22, 40, 0.08) !important;
  border-radius: 10px !important;
}

/* Reset du <fieldset> natif à l'intérieur du bloc RGPD */
.wpforms-form .agclim-field-rgpd fieldset {
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  min-width: 0 !important;
}

/* Masque la légende « . » (le sélecteur « > » de la v1.2 ne l'atteignait
   pas : la légende est DANS le fieldset, pas enfant direct du bloc) */
.wpforms-form .agclim-field-rgpd legend.wpforms-field-label,
.wpforms-form .agclim-field-rgpd .wpforms-field-label {
  display: none !important;
}

.wpforms-form .agclim-field-rgpd ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.wpforms-form .agclim-field-rgpd li {
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: flex-start !important;
  gap: 14px !important;
}

.wpforms-form .agclim-field-rgpd input[type="checkbox"] {
  appearance: none !important;
  -webkit-appearance: none !important;
  width: 20px !important;
  height: 20px !important;
  border: 1.5px solid rgba(11, 22, 40, 0.25) !important;
  border-radius: 5px !important;
  background: white !important;
  cursor: pointer !important;
  flex-shrink: 0 !important;
  position: relative !important;
  margin-top: 2px !important;
  transition: all 0.2s ease !important;
  outline: none !important;                          /* v1.2 · supprime l'anneau bleu natif */
  box-shadow: none !important;                       /* v1.2 · pas de halo bleu au focus */
  -webkit-tap-highlight-color: transparent !important;
}

.wpforms-form .agclim-field-rgpd input[type="checkbox"]:hover {
  border-color: rgba(255, 204, 0, 0.6) !important;
}

/* v1.2 · Au clic souris : aucun anneau bleu. Au clavier (focus-visible) :
   halo or discret, pour préserver l'accessibilité. */
.wpforms-form .agclim-field-rgpd input[type="checkbox"]:focus {
  outline: none !important;
  box-shadow: none !important;
}
.wpforms-form .agclim-field-rgpd input[type="checkbox"]:focus-visible {
  outline: 2px solid rgba(255, 204, 0, 0.6) !important;
  outline-offset: 2px !important;
}

.wpforms-form .agclim-field-rgpd input[type="checkbox"]:checked {
  background: linear-gradient(135deg, #FFCC00 0%, #FFD93D 100%) !important;
  border-color: #FFCC00 !important;
  box-shadow: 0 2px 6px rgba(255, 204, 0, 0.3) !important;
}

.wpforms-form .agclim-field-rgpd input[type="checkbox"]:checked::after {
  content: '✓';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #0B1628;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
}

.wpforms-form .agclim-field-rgpd label {
  font-size: 12px !important;
  font-weight: 400 !important;
  color: #4B5563 !important;
  line-height: 1.5 !important;
  cursor: pointer !important;
  letter-spacing: 0.01em !important;
}

/* ─── BOUTON ENVOYER ─── */
.wpforms-form .wpforms-submit-container {
  text-align: center !important;
  margin-top: 28px !important;
  padding: 0 !important;
}

.wpforms-form button[type="submit"],
.wpforms-form .wpforms-submit {
  background: linear-gradient(135deg, #FFCC00 0%, #FFD93D 100%) !important;
  color: #0B1628 !important;
  font-family: 'DM Sans', sans-serif !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  padding: 16px 40px !important;
  border-radius: 12px !important;
  border: 1px solid rgba(255, 204, 0, 0.7) !important;
  cursor: pointer !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.4),
    0 8px 24px rgba(255, 204, 0, 0.4) !important;
  transition: all 0.25s cubic-bezier(.34, 1.56, .64, 1) !important;
  position: relative;
  overflow: hidden;
  min-width: 240px;
}

.wpforms-form button[type="submit"]:hover,
.wpforms-form .wpforms-submit:hover {
  transform: translateY(-2px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.4),
    0 12px 32px rgba(255, 204, 0, 0.55) !important;
}

.wpforms-form button[type="submit"]:active,
.wpforms-form .wpforms-submit:active {
  transform: translateY(0);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.4),
    0 4px 12px rgba(255, 204, 0, 0.4) !important;
}

/* Flèche qui glisse au hover */
.wpforms-form button[type="submit"]::after,
.wpforms-form .wpforms-submit::after {
  content: ' →';
  display: inline-block;
  margin-left: 6px;
  transition: transform 0.25s ease;
}

.wpforms-form button[type="submit"]:hover::after,
.wpforms-form .wpforms-submit:hover::after {
  transform: translateX(4px);
}

/* ─── ÉTATS D'ERREUR ─── */
.wpforms-form .wpforms-field input.wpforms-error,
.wpforms-form .wpforms-field select.wpforms-error,
.wpforms-form .wpforms-field textarea.wpforms-error {
  border-color: #DC2626 !important;
  background: rgba(254, 226, 226, 0.4) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.6),
    0 0 0 3px rgba(220, 38, 38, 0.10) !important;
}

.wpforms-form .wpforms-error-container,
.wpforms-form label.wpforms-error,
.wpforms-form em.wpforms-error {
  color: #DC2626 !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  margin-top: 6px !important;
  display: block !important;
  font-style: normal !important;
  letter-spacing: 0.01em !important;
}

.wpforms-form .wpforms-error-container::before,
.wpforms-form label.wpforms-error::before,
.wpforms-form em.wpforms-error::before {
  content: '⚠ ';
  margin-right: 4px;
}

/* ─── DESCRIPTION DU FORMULAIRE (optionnel) ─── */
.wpforms-form .wpforms-description {
  font-family: 'DM Sans', sans-serif !important;
  font-size: 14px !important;
  color: #6B7280 !important;
  line-height: 1.6 !important;
  margin-bottom: 24px !important;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(11, 22, 40, 0.08);
}

/* ─── MESSAGE DE CONFIRMATION POST-SOUMISSION ─── */
.wpforms-confirmation-container,
.wpforms-confirmation-container-full {
  background: linear-gradient(165deg,
    rgba(35, 37, 122, 0.95) 0%,
    rgba(20, 22, 80, 0.92) 100%) !important;
  -webkit-backdrop-filter: blur(28px) saturate(180%);
  backdrop-filter: blur(28px) saturate(180%);
  color: #FFFFFF !important;
  padding: 32px 28px !important;
  border-radius: 18px !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.25),
    0 24px 60px rgba(11, 22, 40, 0.4) !important;
  font-family: 'DM Sans', sans-serif !important;
  font-size: 19px !important;         /* v1.1 · 15px +25% */
  line-height: 1.7 !important;
  text-align: center !important;
  position: relative;
  overflow: hidden;
  animation: agclim-confirm-fade-in 0.5s cubic-bezier(.34, 1.56, .64, 1);
}

/* v1.1 · Force le BLANC PUR sur tout le texte de la confirmation.
   (Le fond navy n'est pas modifié.) Certains éléments internes héritaient
   d'une couleur sombre malgré color:white sur le conteneur : on verrouille
   ici le texte et tous ses enfants. */
.wpforms-confirmation-container,
.wpforms-confirmation-container-full,
.wpforms-confirmation-container *,
.wpforms-confirmation-container-full * {
  color: #FFFFFF !important;
}

.wpforms-confirmation-container::before,
.wpforms-confirmation-container-full::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 30%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, transparent 100%);
  pointer-events: none;
  border-radius: 18px 18px 0 0;
}

.wpforms-confirmation-container::after,
.wpforms-confirmation-container-full::after {
  content: '';
  position: absolute;
  bottom: -60px; right: -60px;
  width: 200px; height: 200px;
  background: radial-gradient(circle, rgba(255, 204, 0, 0.25) 0%, transparent 60%);
  filter: blur(30px);
  pointer-events: none;
}

.wpforms-confirmation-container p,
.wpforms-confirmation-container-full p {
  margin: 0 0 12px 0 !important;
  position: relative;
  z-index: 2;
  color: #FFFFFF !important;          /* v1.1 · blanc pur */
  font-size: 19px !important;         /* v1.1 · +25% */
  line-height: 1.7 !important;
}

.wpforms-confirmation-container p:last-child,
.wpforms-confirmation-container-full p:last-child {
  margin-bottom: 0 !important;
}

@keyframes agclim-confirm-fade-in {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ─── ESPACEMENT DES CHAMPS ─── */
.wpforms-form .wpforms-field {
  margin-bottom: 20px !important;
  padding: 0 !important;
}

/* ─── RESPONSIVE ─── */
@media (max-width: 768px) {
  .wpforms-container.wpforms-container[id*="wpforms-"] {
    padding: 24px 18px !important;
    margin: 20px 12px !important;
    border-radius: 18px !important;
  }

  .wpforms-form input[type="text"],
  .wpforms-form input[type="email"],
  .wpforms-form input[type="tel"],
  .wpforms-form select,
  .wpforms-form textarea {
    font-size: 16px !important; /* iOS no-zoom trick */
    padding: 12px 14px !important;
  }

  .wpforms-form button[type="submit"] {
    width: 100% !important;
    min-width: 0;
  }
}

/* ─── ACCESSIBILITÉ ─── */
@media (prefers-reduced-motion: reduce) {
  .wpforms-form *,
  .wpforms-form *::before,
  .wpforms-form *::after {
    animation: none !important;
    transition: none !important;
  }
  .wpforms-form input:focus,
  .wpforms-form .agclim-radio-cards li label:hover,
  .wpforms-form button[type="submit"]:hover {
    transform: none !important;
  }
}

/* Focus-visible pour la navigation clavier */
.wpforms-form input:focus-visible,
.wpforms-form select:focus-visible,
.wpforms-form textarea:focus-visible,
.wpforms-form button:focus-visible,
.wpforms-form .agclim-radio-cards li label:focus-within {
  outline: 2px solid #FFCC00 !important;
  outline-offset: 2px !important;
}/* End custom CSS */