.woom_continue, .woom_cancel {
    display: inline-block;
    padding: 5px 20px;
    color: #fff;
}

.woom_continue {
    background: #3a8b3a;
    margin-right: 20px;
}

.woom_continue:hover {
    color: #fff;
    background: #347a34;
}

.woom_cancel {
    background: #808080;
}

.woom_cancel:hover {
    color: #fff;
    background: #797878;
}

/* Styliser l'icône de la passerelle Orange Money */
.woocommerce-checkout #payment ul.payment_methods li img {
    width: 30px !important;            /* largeur contrôlée */
    height: auto;
    border-radius: 8px;     /* coins arrondis */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15) !important; /* légère ombre */
    object-fit: contain; 
    background-color: white;
    padding: 4px;
}
