@charset "UTF-8";
@import url(main.css);
.px-4.py-5.text-center.cta_banner.bg-sixthColor.position-relative > .background-image-div-opacity { background-attachment: scroll; }

/* ------------------------------------------------------------EFFET ARGENT SUR LES TITRES */
h2, h6 span { background: linear-gradient(135deg, #ad1f2b 0%, #7a1a21 30%, #66161d 50%, #5a161c 70%, #44191d 100%); -webkit-background-clip: text; /* Applique le fond uniquement au texte */ -webkit-text-fill-color: transparent; /* Rend le texte transparent pour voir le dégradé */ display: inline-block; /* Assure que le span occupe bien sa place */ text-transform: uppercase !important; font-weight: 700; /* Applique une graisse sur la police */ }

/*---------------------------------------------------------ANNULE L'EFFET DEFILEMENT SUR LE CTA*/
.cta_banner .background-image-div-opacity { background-attachment: unset !important; }

/*# sourceMappingURL=custom.css.map */