.elementor-1300 .elementor-element.elementor-element-87f139f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(min-width:768px){.elementor-1300 .elementor-element.elementor-element-87f139f{--content-width:1600px;}}/* Start custom CSS */a.checkout-button.button.alt.wc-forward {
    background-color: #19248d !important; /* Bleu avec !important */
    color: #ffffff !important; /* Texte blanc avec !important */
    border-radius: 5px; /* Arrondi */
    text-decoration: none; /* Pas de soulignement */
    transition: background-color 0.3s ease, color 0.3s ease; /* Animation fluide */
}

a.checkout-button.button.alt.wc-forward:hover {
    background-color: #ff492b !important; /* Orange au survol */
    color: #ffffff !important; /* Texte blanc au survol */
}/* End custom CSS */