/**
 * Bouton « Appliquer » du code promo (panier + checkout, blocs WooCommerce) :
 * charte graphique — fond bleu nuit, hover rouge (demande client 10/07).
 *
 * @package Sabine_Be_Part
 */

.wc-block-components-totals-coupon__button.wc-block-components-button,
.wc-block-components-totals-coupon__button {
	background-color: var(--texte, #091f2c) !important;
	color: var(--blanc, #ffffff) !important;
	border: none !important;
	transition: background-color 0.2s linear;
}

.wc-block-components-totals-coupon__button.wc-block-components-button:hover,
.wc-block-components-totals-coupon__button.wc-block-components-button:focus,
.wc-block-components-totals-coupon__button:hover,
.wc-block-components-totals-coupon__button:focus {
	background-color: var(--rouge, #e63946) !important;
	color: var(--blanc, #ffffff) !important;
}
