.elementor-3086 .elementor-element.elementor-element-2bec1b3{--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-3086 .elementor-element.elementor-element-a29ecb4{--spacer-size:50px;}.elementor-3086 .elementor-element.elementor-element-b52454b{--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;}@media(min-width:768px){.elementor-3086 .elementor-element.elementor-element-b52454b{--width:90%;}}/* Start custom CSS for woocommerce-my-account, class: .elementor-element-c7c20c4 *//* Réinitialisation du formulaire */
.woocommerce form.woocommerce-EditAccountForm {
  display: flex;
  flex-direction: column;
  max-width: 600px;
  margin: auto;
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

/* Champs : alignement vertical */
.woocommerce form .form-row {
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}

.woocommerce form .form-row label {
  margin-bottom: 5px;
  font-weight: 600;
  color: #333;
  font-family: 'Roboto', sans-serif;
}

.woocommerce form .form-row input {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
}

/* Style du bouton */
.woocommerce form .button {
  background-color: #1E63B4;
  color: #fff;
  padding: 12px 25px;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: 0.3s;
}

.woocommerce form .button:hover {
  background-color: #134e8a;
}
/* 🧼 Nettoyage général des formulaires WooCommerce */
.woocommerce form.login,
.woocommerce form.register {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 30px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background: #fff;
  max-width: 500px;
  margin: 20px auto;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

/* 🪜 Organisation verticale des champs */
.woocommerce form .form-row {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}

/* 🧾 Labels plus visibles */
.woocommerce form .form-row label {
  font-weight: 600;
  margin-bottom: 5px;
  font-family: 'Roboto', sans-serif;
  color: #333;
}

/* 🧠 Champs input lisibles et nets */
.woocommerce form .form-row input.input-text {
  padding: 10px 12px;
  font-size: 15px;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-family: 'Roboto', sans-serif;
}

/* ✅ Boutons harmonisés */
.woocommerce form .form-row input.button {
  background-color: #1E63B4;
  color: white;
  padding: 12px 25px;
  border: none;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
  font-family: 'Roboto', sans-serif;
  text-transform: none;
  transition: background 0.3s;
  width: fit-content;
  align-self: flex-start;
}

.woocommerce form .form-row input.button:hover {
  background-color: #154e8e;
}

/* 🔄 Correction des checkbox / mots de passe perdus */
.woocommerce form .form-row .woocommerce-form__label-for-checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Roboto', sans-serif;
  margin-top: 10px;
}

.woocommerce-LostPassword.lost_password {
  font-size: 14px;
  margin-top: 10px;
}

/* 📱 Responsive pour petits écrans */
@media (max-width: 600px) {
  .woocommerce form.login,
  .woocommerce form.register {
    padding: 20px;
    margin: 10px;
  }

  .woocommerce form .form-row input.button {
    width: 100%;
    text-align: center;
  }
}/* End custom CSS */