.elementor-153 .elementor-element.elementor-element-1e9870cf{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0%;--margin-bottom:0%;--margin-left:0%;--margin-right:0%;}.elementor-widget-text-editor{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}/* Start custom CSS *//* Menu WooCommerce */
.woocommerce-MyAccount-navigation {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.woocommerce-MyAccount-navigation li {
  margin-bottom: 1rem;
}

.woocommerce-MyAccount-navigation a {
  display: block;
  padding: 1rem 1.2rem;
  border-radius: 8px;
  background-color: #f4f4f4;
  font-weight: 600;
  color: #333;
  text-decoration: none;
  transition: all 0.3s ease;
}

.woocommerce-MyAccount-navigation a:hover,
.woocommerce-MyAccount-navigation .is-active a {
  background-color: #ff6600;
  color: #ffffff;
}

/* Contenu WooCommerce */
.woocommerce-MyAccount-content {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
}
.woocommerce-MyAccount-navigation a br {
  display: none !important;
}


/* Liens dans le contenu du compte WooCommerce */
.woocommerce-MyAccount-content a {
  color: #ff6600; /* Ou remplace par une autre couleur si tu veux plus sobre */
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease;
}

/* Allège les boutons de navigation */
.woocommerce-MyAccount-navigation a {
  padding: 0.5em 1em; /* Réduit la hauteur ici */
  font-size: 1em;
  line-height: 1.4em;
  border-radius: 6px; /* Légèrement moins arrondi pour garder un aspect sobre */
}

/* Espacement vertical plus léger entre les items */
.woocommerce-MyAccount-navigation li {
  margin-bottom: 0.5rem;
}


.woocommerce-MyAccount-content a:hover {
  color: #cc5200; /* Variante au survol, un peu plus foncée */
  text-decoration: underline;
}

/* Responsive friendly (sans casser Elementor) */
@media (max-width: 768px) {
  .woocommerce-MyAccount-navigation,
  .woocommerce-MyAccount-content {
    padding: 1rem;
    box-shadow: none;
  }

  .woocommerce-MyAccount-navigation a {
    padding: 0.8rem;
    font-size: 0.95rem;
  }
}/* End custom CSS */