.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-10059 .elementor-element.elementor-element-368025e7{color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-368025e7 *//* Changer la couleur de fond des boutons "Add to Cart" */
.io_add_to_cart_button,
.io_add_to_cart_button:hover,
.io_add_to_cart_button:focus,
.io_add_to_cart_button:active,
button[type="submit"].io_add_to_cart_button,
input[type="submit"].io_add_to_cart_button,
.io_category_item .io_add_to_cart_button,
.io_rental_details .io_add_to_cart_button,
.add-to-cart-button,
.add_to_cart_button,
[class*="add-to-cart"],
[class*="add_to_cart"] {
    background-color: #205286 !important;
    background: #205286 !important;
}

/* Variantes pour les différents états */
.io_add_to_cart_button:hover,
button[type="submit"].io_add_to_cart_button:hover {
    background-color: #1a4469 !important;
    background: #1a4469 !important;
}

/* Pour les boutons dans les cartes de produits */
.io_category_item button,
.io_rental_item button,
[data-add-to-cart] {
    background-color: #205286 !important;
}

/* Cibler spécifiquement les boutons d'ajout au panier par leur texte */
button:contains("Add to Cart"),
input[value*="Add to Cart"],
a[href*="add-to-cart"] {
    background-color: #205286 !important;
}/* End custom CSS */