<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
	--c__main : rgb(135, 202, 198);
	--c__main-alpha80 : rgba(135, 202, 198,0.8);
	--c__default : rgb(62, 62, 62);
	--c__default-dark : rgb(0, 0, 0);
	--c__border : rgb(166, 166, 166);
	--c__border-light : rgb(229, 229, 229);
}




.video-thumb:before,
.Footer {
	color: white;
}




.c__default,
body {
	color: var(--c__default);
}




.c__default-dark,
h1 small,
.click_expand:hover, .click_expand:focus,
.click_expand.-js-opened-:hover, .click_expand.-js-opened-:focus,
.slick-pagers span:hover, .slick-pagers span:focus {	
	color: var(--c__default-dark);
}




.c__main,
h1,
h2,
h3,
.langues span,
.Header a:hover, .Header a:focus,
._with-date .like-table .-th,
.like-button b,
.like-button:hover, .like-button:focus,
.pb-icon--anchor:hover, .pb-icon--anchor:focus,
.click_expand,
.click_expand.-js-opened-,
.slick-pagers {	
	color: var(--c__main);
}



._border-titre:after, 
h1:after, 
h2:after, 
h3:after {
	border-color: var(--c__border);
}




.actu.content-height-static {
	background-color: white;
}




hr,
.main--data section + section,
.like-table--border li:not(:last-child) {
	border-color: var(--c__border-light);
}



.video-thumb:before {
	background-color: var(--c__main-alpha80);
}



.Footer {
	background-color: var(--c__default);
}</pre></body></html>