.elementor-154 .elementor-element.elementor-element-0070d0a{--display:flex;--margin-top:150px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );font-style:var( --e-global-typography-primary-font-style );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );}.elementor-154 .elementor-element.elementor-element-d935792{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 39px) 0px;}.elementor-154 .elementor-element.elementor-element-d935792 .elementor-heading-title{font-family:var( --e-global-typography-c910ca9-font-family ), Sans-serif;font-size:var( --e-global-typography-c910ca9-font-size );font-style:var( --e-global-typography-c910ca9-font-style );}.elementor-154 .elementor-element.elementor-element-cc03d9f{padding:0px 0px 0px 15px;border-style:solid;border-width:0px 0px 0px 2px;border-color:var( --e-global-color-primary );}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-154 .elementor-element.elementor-element-0070d0a{--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-154 .elementor-element.elementor-element-d935792 .elementor-heading-title{font-size:var( --e-global-typography-c910ca9-font-size );}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-154 .elementor-element.elementor-element-d935792 .elementor-heading-title{font-size:var( --e-global-typography-c910ca9-font-size );}}
.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin-bottom: 10px;

}

.woocommerce-MyAccount-navigation ul li a {
    text-decoration: none;
    color: #133550;
}

.woocommerce-MyAccount-navigation ul li a:hover {
    color: #98A68A;
}

.woocommerce-MyAccount-navigation .is-active a {
    color: #98A68A; /* couleur du texte actif */
    border-radius: 8px;
    padding: 10px 12px;
}

.woocommerce-MyAccount-content a {
    color: #98A68A; /* Mets ta couleur principale */
    font-weight: 600; /* optionnel : rendre les liens plus visibles */
    text-decoration: none;
    transition: 0.2s ease;
}
.woocommerce-MyAccount-content {
    color: #133550; /* Mets ta couleur principale */

}

.woocommerce-MyAccount-content a:hover {
    color: #133550; /* Mets ta couleur hover */
    text-decoration: underline; /* ou "none" si tu veux sans underline */
}
