.elementor-482 .elementor-element.elementor-element-3526b0b{--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-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-482 .elementor-element.elementor-element-4a56d4c{padding:20px 0px 0px 0px;}.elementor-482 .elementor-element.elementor-element-4a56d4c img{width:45%;}.elementor-482 .elementor-element.elementor-element-34b6a0c{--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-482 .elementor-element.elementor-element-b8ca6e9{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:15px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-482 .elementor-element.elementor-element-bd3a8a3{text-align:center;}.elementor-482 .elementor-element.elementor-element-bd3a8a3 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-weight:600;color:#d48c74;}.elementor-482 .elementor-element.elementor-element-199c106{--display:flex;}.elementor-482 .elementor-element.elementor-element-3b65cc7 .acf-fields{gap:13px;margin:0px 0px 0px 0px;}@media(max-width:1024px){.elementor-482 .elementor-element.elementor-element-b8ca6e9{--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-482 .elementor-element.elementor-element-bd3a8a3 .elementor-heading-title{font-size:20px;}}@media(max-width:767px){.elementor-482 .elementor-element.elementor-element-4a56d4c{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-482 .elementor-element.elementor-element-4a56d4c img{width:79%;height:86px;}.elementor-482 .elementor-element.elementor-element-b8ca6e9{--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-482 .elementor-element.elementor-element-bd3a8a3 .elementor-heading-title{font-size:16px;}}/* Start custom CSS for acf_ele_form, class: .elementor-element-3b65cc7 *//* ----- Police Poppins partout ----- */
body, .acf-field, .acf-label, .acf-input, input, select, textarea, button {
  font-family: 'Poppins', Arial, sans-serif !important;
}

/* ----- Bloc formulaire ----- */
form[data-id^="form_"] {
  background: #FFF7ED;
  border-radius: 24px;
  padding: 48px 40px 32px 40px;
  max-width: 800px;
  min-width: 310px;
  margin: 0 auto;
  box-shadow: 0 4px 32px 0 #dec6ac24;
  transition: max-width 0.3s;
}

/* ----- Labels ----- */
.acf-label label {
  font-weight: 600;
  font-size: 15px;
  color: #d28a6a;
  margin-bottom: 3px;
  letter-spacing: 0.02em;
}

/* ----- Inputs et selects ----- */
.acf-input input,
.acf-input textarea,
.acf-input select {
 background: #ffecd1 !important;
  border: none;
  border-radius: 7px;
  padding: 12px 16px;
  margin-bottom: 22px;
  width: 100%;
  font-size: 16px;
  color: #af7b5e;
  box-shadow: 0 1px 8px 0 #dec6ac13;
  transition: box-shadow 0.2s;
}
.acf-input input:focus,
.acf-input textarea:focus,
.acf-input select:focus {
  outline: none;
  box-shadow: 0 2px 8px 0 #d28a6a30;
}

/* ----- Checkbox et radio custom ----- */
input[type="checkbox"], input[type="radio"] {
  accent-color: #d28a6a;
  margin-right: 7px;
}

/* ----- Bouton principal ----- */
input[type="submit"], .acf-field-submit-button input[type="submit"], .acf-button, button, .acf-input .button {
  background: #d28a6a !important;
  color: #fff !important;
  border: none;
  border-radius: 999px !important;
  font-weight: 600;
  padding: 14px 38px;
  font-size: 17px;
  letter-spacing: 0.05em;
  cursor: pointer;
  box-shadow: 0 2px 10px 0 #d28a6a14;
  margin-top: 12px;
  margin-bottom: 18px;
  transition: background 0.2s;
}
input[type="submit"]:hover, .acf-button:hover, button:hover {
  background: #c26e4d !important;
}

/* ----- Navigation onglets (multi-étapes si besoin) ----- */
.tabs-nav, .acf-tabs {
  background: transparent !important;
  border-bottom: 2px solid #ffd7be;
  margin-bottom: 24px;
}
.tabs-nav .tab, .acf-tabs li {
  color: #d28a6a;
  font-weight: 600;
  font-size: 16px;
  background: none !important;
  border: none !important;
  padding: 0 12px 8px 12px;
}
.tabs-nav .tab.active, .acf-tabs li.active {
  color: #af7b5e;
  border-bottom: 3px solid #d28a6a;
  background: none;
}

/* ----- Placeholder doux ----- */
::placeholder {
  color: #e3bca2;
  opacity: 1;
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 16px;
}

/* ----- Responsive : adaptation mobile ----- */
@media (max-width: 600px) {
  form[data-id^="form_"] {
    padding: 20px 10px 20px 10px;
    max-width: 99vw;
    border-radius: 16px;
  }
  .acf-label label {
    font-size: 13px;
  }
  .acf-input input,
  .acf-input textarea,
  .acf-input select {
    padding: 10px 12px;
    font-size: 14px;
    margin-bottom: 14px;
  }
  input[type="submit"], .acf-button, button {
    font-size: 15px;
    padding: 12px 0;
    width: 100%;
    margin-bottom: 10px;
  }
}/* End custom CSS */