

/* ==============================
   Mon Compte - Déconnexion
   ===========================*/
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout a {
    color: #e10c0c !important;
    border-color: #e10c0c !important;
}

.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout a:hover {
    background-color: #e10c0c !important;
    color: white !important;
    transition: all 0.3s ease-in-out;
    }
