.elementor-1014 .elementor-element.elementor-element-2521449c{--display:flex;}.elementor-1014 .elementor-element.elementor-element-7dc426f{--display:flex;}/* Start custom CSS for html, class: .elementor-element-56f1091 *//* ===== FIX INPUT FOCUS BLANC (iOS / Chrome mobile) ===== */

#setupPanel input:focus,
#setupPanel select:focus,
#setupPanel textarea:focus {
  background: rgba(0,0,0,.25) !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  outline: none;
  box-shadow: 0 0 0 2px rgba(124,92,255,.45);
}

/* Supprime le fond blanc auto sur iOS */
#setupPanel input,
#setupPanel textarea {
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
}

/* Empêche Safari d’injecter son style blanc */
input:-webkit-autofill,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px rgba(0,0,0,.25) inset !important;
  -webkit-text-fill-color: #ffffff !important;
}/* End custom CSS */