/**
 * Couleurs des titres — accent orange charte (#fa8400), pas marron.
 */

:root {
	--mc-color-orange: #fa8400;
	--mc-color-orange-hover: #e07500;
	--mc-color-green: #227403;
}

/* Accent titres (span.text-color, Elementor, grilles produits, pages) */
.text-color,
span.text-color,
.elementor-heading-title .text-color,
.elementor-heading-title span.text-color,
.elementor-widget-heading .text-color,
.elementor-widget-heading span.text-color,
.title-block h2 .text-color,
.title-block h2 span.text-color,
.bwp-filter-homepage .title-block h2 .text-color,
.bwp-filter-homepage.loadmore .title-block h2 .text-color,
.bwp-filter-homepage.loadmore .title-block h2 span.text-color,
.page-title .text-color,
.page-title h1 .text-color,
.page-title .text-title-heading .text-color,
.bwp-title .text-color,
.bwp-title h1 .text-color {
	color: var(--mc-color-orange) !important;
}

/* Bandeau défilant : contour des titres */
.section-marquee .marquee .h2.text-outlines a {
	-webkit-text-stroke: 1px var(--mc-color-orange) !important;
}

/* Remise abonnement sous le prix produit */
.products-list.grid .product-wapper .products-content .price .wcsatt-sub-discount {
	color: var(--mc-color-orange) !important;
}
