.elementor-3794 .elementor-element.elementor-element-4a5cac3{--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;}.elementor-3794 .elementor-element.elementor-element-32dd0e5{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;}@media(max-width:767px){.elementor-3794 .elementor-element.elementor-element-32dd0e5{--content-width:1600px;--min-height:275px;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--margin-top:-28px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3794 .elementor-element.elementor-element-82e9d6d{margin:-4px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-3794 .elementor-element.elementor-element-82e9d6d.elementor-element{--align-self:center;}}/* Start custom CSS for html, class: .elementor-element-82e9d6d *//* ── NUCLEAR RESET — Force tout en full width ── */
form,
form *,
form > div,
form > div > div,
form > div > div > div,
form .field,
form .form-group,
form .form-field,
form .form-container,
.form,
.form * {
  max-width: 100% !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

/* ── Form Container ── */
form,
.form,
.form-container {
  padding: 40px 24px !important;
  margin: 0 auto !important;
  font-family: 'Poppins', sans-serif !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
}

/* ── Labels ── */
form label,
.form label {
  display: block !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  color: #1a1a1a !important;
  margin-bottom: 10px !important;
  width: auto !important;
}

/* ── Étoile required ── */
form label .required,
form label span {
  color: #D8271F !important;
  font-weight: 600 !important;
  width: auto !important;
}

/* ── Inputs ── */
form input[type="text"],
form input[type="email"],
form input[type="tel"],
form input[type="number"],
form input[type="url"],
form input[type="password"],
form textarea,
form select,
.form input,
.form textarea,
.form select {
  width: 100% !important;
  max-width: 100% !important;
  padding: 18px 22px !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  color: #1a1a1a !important;
  background: #fff !important;
  border: 2px solid #e0e0e0 !important;
  border-radius: 14px !important;
  outline: none !important;
  transition: border-color 0.2s, box-shadow 0.2s !important;
  box-sizing: border-box !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  min-height: 58px !important;
}

form input::placeholder,
form textarea::placeholder {
  color: #b0b0b0 !important;
  font-weight: 400 !important;
}

form input:focus,
form textarea:focus,
form select:focus {
  border-color: #D8271F !important;
  box-shadow: 0 0 0 4px rgba(216, 39, 31, 0.1) !important;
}

/* ── Bouton Submit ── */
form button[type="submit"],
form input[type="submit"],
form button,
.form button[type="submit"],
.form .btn-submit {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  padding: 20px 32px !important;
  margin-top: 12px !important;
  background: linear-gradient(160deg, #D8271F 0%, #C00E3C 100%) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 50px !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  letter-spacing: 0.3px !important;
  cursor: pointer !important;
  transition: transform 0.2s, box-shadow 0.2s !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  min-height: 62px !important;
}

form button[type="submit"]:hover,
form input[type="submit"]:hover,
form button:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 24px rgba(216, 39, 31, 0.35) !important;
}

/* ── Checkbox / Radio — PAS full width ── */
form input[type="checkbox"],
form input[type="radio"] {
  width: 22px !important;
  min-width: 22px !important;
  height: 22px !important;
  min-height: 22px !important;
  accent-color: #D8271F !important;
}

/* ── Mobile ── */
@media (max-width: 480px) {
  form,
  .form,
  .form-container {
    padding: 32px 16px !important;
  }

  form input[type="text"],
  form input[type="email"],
  form input[type="tel"],
  form input[type="number"],
  form textarea,
  form select {
    padding: 16px 16px !important;
    font-size: 15px !important;
    min-height: 54px !important;
  }

  form button[type="submit"],
  form input[type="submit"],
  form button {
    padding: 18px 24px !important;
    font-size: 17px !important;
    min-height: 58px !important;
  }
}/* End custom CSS */