.highlighted-text { color: var(--secondary-d-1); } .highlighted-text-tertiary { color:var(--tertiary-d-1) } .highlighted-text-quaternary { color:var(--quaternary-d-1) }  :root { --c-section-even: var(--primary-l-9); --c-section-odd: var(--primary-l-10); } body.single-atelier-en-ville { --c-section-even: var(--quaternary-l-9); --c-section-odd: var(--quaternary-l-10); } body.single-animation-entreprise { --c-section-even: var(--tertiary-l-9); --c-section-odd: var(--tertiary-l-10); }   #brx-content section:nth-of-type(even) { background-color: var(--c-section-even) !important; } #brx-content section:nth-of-type(odd) { background-color: var(--c-section-odd) !important; }