.elementor-1713 .elementor-element.elementor-element-4d7f3d34{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-7679143a *//* Conteneur principal */
.woocommerce {
  font-family: 'Segoe UI', Roboto, sans-serif;
  background-color: #f9f9f9;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.woocommerce br {
    display: none;
}

/* Menu de navigation */
.woocommerce-MyAccount-navigation {
  background: #ffffff;
  border-radius: 8px;
  padding: 1rem;
  margin-bottom: 2rem;
  border: 1px solid #e0e0e0;
}

/* Liste du menu */
.woocommerce-MyAccount-navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* Liens du menu */
.woocommerce-MyAccount-navigation li {
  margin: 0.5rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.woocommerce-MyAccount-navigation a {
  display: block;
  width: 100%;
  padding: 0.75rem 1rem;
  text-decoration: none;
  color: #333;
  border-radius: 6px;
  transition: background-color 0.3s, color 0.3s;
  text-align: center;
  font-weight: 500;
  border: 2px solid black;
  box-shadow: 2px 2px;
  transition: all .3s ease-in-out;
}

/* Lien actif */
.woocommerce-MyAccount-navigation-link.is-active a {
    background-color: #e6e6f9;
  color: #000;
  font-weight: 600;

}

/* Hover */
.woocommerce-MyAccount-navigation a:hover {
  background-color: #e6e6f9;
  color: #2a2a72;
    transform: translate(-2px, -2px);
  box-shadow: 4px 4px !important;
}

/* Contenu du compte */
.woocommerce-MyAccount-content {
  background: #ffffff;
  padding: 2rem;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  line-height: 1.6;
  color: #333;
}

.woocommerce-MyAccount-content a {
  color: #2a2a72;
  font-weight: 500;
  text-decoration: underline;
}

.woocommerce-MyAccount-content a:hover {
  color: #1a1a50;
}

/* Formulaire de modification du compte */
.woocommerce-EditAccountForm {
  background-color: #ffffff;
  padding: 2rem;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

/* Lignes du formulaire */
.woocommerce-EditAccountForm .form-row {
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
}

/* Étiquettes */
.woocommerce-EditAccountForm label {
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #2a2a72;
}

/* Champs texte */
.woocommerce-EditAccountForm input[type="text"],
.woocommerce-EditAccountForm input[type="email"],
.woocommerce-EditAccountForm input[type="password"] {
  padding: 0.75rem 1rem;
  border: 2px solid #000;
  border-radius: 6px !important;
  background-color: #f9f9f9;
  box-shadow: 2px 2px black;
  transition: all 0.3s ease-in-out;
  font-size: 1rem;
}

.woocommerce-EditAccountForm input[type="text"]:focus,
.woocommerce-EditAccountForm input[type="email"]:focus,
.woocommerce-EditAccountForm input[type="password"]:focus {
  border-color: #2a2a72;
  outline: none;
  background-color: #fff;
  transform: translate(-2px, -2px);
  box-shadow: 4px 4px;
}

/* Champs de mot de passe avec bouton d’affichage */
.password-input {
  position: relative;
  display: flex;
  align-items: center;
}

.password-input input {
  flex: 1;
}

.password-input .show-password-input {
  background: transparent;
  border: none;
  cursor: pointer;
  margin-left: -2rem;
  width: 1.5rem;
  height: 1.5rem;
  opacity: 0.6;
  transition: opacity 0.3s ease-in-out;
}

.password-input .show-password-input:hover {
  opacity: 1;
}

/* Fieldset du mot de passe */
.woocommerce-EditAccountForm fieldset {
  border: 1px solid #dcdcdc;
  border-radius: 6px !important;
  padding: 1rem 1.5rem;
  margin-top: 2rem;
}

.woocommerce-EditAccountForm legend {
  font-weight: 700;
  color: #2a2a72;
  padding: 0 0.5rem;
}

/* Description */
#account_display_name_description {
  font-size: 0.875rem;
  color: #666;
  margin-top: 0.5rem;
  display: block;
}

/* Bouton de soumission */
.woocommerce-EditAccountForm button[type="submit"] {
  background-color: #f3bafd;
  color: #000;
  font-weight: 600;
  padding: 0.75rem 1.5rem;
  border: 2px solid #000;
  border-radius: 6px !important;
  box-shadow: 2px 2px black;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  margin-top: 1.5rem;
}

.woocommerce-EditAccountForm button[type="submit"]:hover {
  background-color: #e6e6f9;
  transform: translate(-2px, -2px);
  box-shadow: 4px 4px;
}

/* Supprimer les <br> inutiles */
.woocommerce-EditAccountForm br {
  display: none;
}

.show-password-input {
    background: inherit;
    border: none !important;
    transform: none;
    box-shadow: none !important;
}
.show-password-input:hover {
    background: none !important;
    border: none !important;
    border-radius: none !important;
    box-shadow: none !important;
}

/* Grille des adresses */
.woocommerce-Addresses {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}

/* Colonnes individuelles */
.woocommerce-Address {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 2rem;
  flex: 1 1 45%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease-in-out;
}

.woocommerce-Address:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

/* Titre */
.woocommerce-Address-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
}

.woocommerce-Address-title h2 {
  font-size: 1.25rem;
  color: #2a2a72;
  margin: 0;
  font-weight: 600;
}

/* Lien "Ajouter adresse" */
.woocommerce-Address .edit {
  font-size: 0.95rem;
  font-weight: 500;
  color: #2a2a72;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.woocommerce-Address .edit:hover {
  color: #1a1a50;
}

/* Contenu de l'adresse */
.woocommerce-Address address {
  font-style: normal;
  color: #666;
  line-height: 1.6;
  margin-top: 1rem;
}

/* Supprimer les <br> inutiles */
.woocommerce-Address br {
  display: none;
}

/* ---------------------- */
/* RESPONSIVE DESIGN */
/* ---------------------- */
@media (max-width: 767px) {
  .woocommerce-Addresses {
    flex-direction: column;
    gap: 1.5rem;
  }

  .woocommerce-Address {
    flex: 1 1 100%;
    padding: 1.5rem;
  }

  .woocommerce-Address-title {
    flex-direction: column;
    align-items: flex-start;
  }

  .woocommerce-Address .edit {
    margin-top: 0.5rem;
  }
}

/* CONTENEUR DU FORMULAIRE DE CONNEXION */
.woocommerce-form {
    margin: 1rem auto !important;
}
.woocommerce > h2 {
    text-align: center !important;
}

.woocommerce-form.login {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 2rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  max-width: 500px;
  margin: 0 auto;
}

/* CHAMPS DU FORMULAIRE */
.woocommerce-form.login .form-row {
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
}

/* ÉTIQUETTES */
.woocommerce-form.login label {
  font-weight: 600;
  color: #2a2a72;
  margin-bottom: 0.5rem;
}

/* INPUTS */
.woocommerce-form.login input[type="text"],
.woocommerce-form.login input[type="password"] {
  padding: 0.75rem 1rem;
  border: 2px solid #000 !important;
  border-radius: 6px !important;
  background-color: #f9f9f9;
  font-size: 1rem;
  box-shadow: 2px 2px black;
  transition: all 0.3s ease-in-out;
}

.woocommerce-form.login input[type="text"]:focus,
.woocommerce-form.login input[type="password"]:focus {
  border-color: #2a2a72;
  background-color: #fff;
  transform: translate(-2px, -2px);
  box-shadow: 4px 4px;
  outline: none;
}

/* CHAMPS MOT DE PASSE AVEC BOUTON */
.woocommerce-form .password-input {
  position: relative;
  display: flex;
  align-items: center;
}

.woocommerce-form .show-password-input {
  background: transparent;
  border: none;
  cursor: pointer;
  margin-left: -2rem;
  width: 1.5rem;
  height: 1.5rem;
  opacity: 0.6;
  transition: opacity 0.3s;
}

.woocommerce-form .show-password-input:hover {
  opacity: 1;
}

/* CHECKBOX "SE SOUVENIR DE MOI" */
.woocommerce-form-login__rememberme {
  display: flex;
  align-items: center;
  font-size: 0.95rem;
  color: #333;
  gap: 0.5rem;
}

/* BOUTON DE CONNEXION */
.woocommerce-form-login__submit {
  background-color: #f3bafd !important;
  color: #000;
  font-weight: 600;
  border: 2px solid #000 !important;
  border-radius: 6px;
  padding: 0.6rem 1.5rem;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  box-shadow: 2px 2px black !important;
  margin-right: 0 !important;
}

.woocommerce-form-login__submit:hover {
  background-color: #e6e6f9;
  transform: translate(-2px, -2px);
  box-shadow: 4px 4px black !important;
}

/* LIEN MOT DE PASSE OUBLIÉ */
.woocommerce-LostPassword {
  margin-top: 1.5rem;
  text-align: center;
}

.woocommerce-LostPassword a {
  font-weight: 500;
  color: #2a2a72;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.woocommerce-LostPassword a:hover {
  color: #1a1a50;
}

/* ACCESSIBILITÉ */
.woocommerce-form .screen-reader-text {
  display: none;
}

.woocommerce-form.login br {
  display: none;
}

/* CONTENEUR */
.woocommerce-ResetPassword {
  background-color: #ffffff;
  border: 1px solid #e0e0e0 !important;
  border-radius: 10px;
  padding: 2rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05) !important;
  max-width: 500px;
  margin: 0 auto;
  font-family: 'Montserrat', sans-serif;
}

/* TEXTE EXPLICATIF */
.woocommerce-ResetPassword > p:first-of-type {
  font-size: 1rem;
  line-height: 1.6;
  color: #2a2a72;
  margin-bottom: 1.5rem;
}

/* LIGNE DE FORMULAIRE */
.woocommerce-ResetPassword .form-row {
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
}

/* LABEL */
.woocommerce-ResetPassword label {
  font-weight: 600;
  color: #2a2a72;
  margin-bottom: 0.5rem;
}

/* INPUT */
.woocommerce-ResetPassword input[type="text"] {
  padding: 0.75rem 1rem;
  border: 2px solid #000 !important;
  border-radius: 6px !important;
  background-color: #f9f9f9 !important;
  font-size: 1rem;
  box-shadow: 2px 2px black !important;
  transition: all 0.3s ease-in-out !important;
}

.woocommerce-ResetPassword input[type="text"]:focus {
  border-color: #2a2a72 !important;
  background-color: #fff !important;
  transform: translate(-2px, -2px) !important;
  box-shadow: 4px 4px black !important;
  outline: none !important;
}

/* BOUTON DE RÉINITIALISATION */
.woocommerce-ResetPassword button[type="submit"] {
  background-color: #f3bafd !important;
  color: #000 !important;
  font-weight: 600;
  border: 2px solid #000 !important;
  border-radius: 6px !important;
  padding: 0.6rem 1.5rem;
  cursor: pointer;
  transition: all 0.3s ease-in-out !important;
  box-shadow: 2px 2px black !important;
}

.woocommerce-ResetPassword button[type="submit"]:hover {
  background-color: #e6e6f9 !important;
  transform: translate(-2px, -2px) !important;
  box-shadow: 4px 4px black !important;
}

/* ACCESSIBILITÉ & STRUCTURE */
.woocommerce-ResetPassword .screen-reader-text,
.woocommerce-ResetPassword br {
  display: none !important;
}

.woocommerce-ResetPassword .clear {
  height: 0;
  line-height: 0;
  visibility: hidden;
}

.woocommerce-ResetPassword p.woocommerce-form-row:nth-child(2) {
    width: 100% !important;
}/* End custom CSS */