.elementor-2320 .elementor-element.elementor-element-7dc9430{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-e1bb13 *//* Transforme le menu Mon Compte en onglets horizontaux */
.woocommerce-account .MyAccount-navigation-wrapper {
    max-width: 100% !important;
}
.woocommerce-MyAccount-navigation ul {
    display: flex !important;
    flex-wrap: wrap;
    border-bottom: 2px solid #e5e5e5;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.woocommerce-MyAccount-navigation ul li {
    list-style: none;
    margin-right: 26px;
}

.woocommerce-MyAccount-navigation ul li a {
    font-size: 0.9rem;
    display: block;
    padding: 10px 26px;
    font-weight: 600;
    text-decoration: none;
    color: #333;
    border-bottom: 3px solid transparent;
    transition: all 0.3s ease;
}

/* Onglet actif */
.woocommerce-MyAccount-navigation ul li.is-active a {
    border-bottom: 3px solid #0b63ce; /* couleur bleue - tu peux changer */
    color: #0b63ce;
}/* End custom CSS */