<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

.couleur_primaire {
	color: rgb(23, 156, 119);
	}

.bg_primaire {
	background-color: rgb(23, 156, 119);
	}

.bg_primaire_bloc {
	background-color:  rgba(23, 156, 119,.25);
}

.description&gt;a {
	color:  rgb(235, 49, 93);
}

.hover:hover {
	background-color:  rgba(23, 156, 119,.25);
	}

.couleur_secondaire {
	color: rgb(235, 49, 93);
	}

.bg_secondaire {
	background-color: rgb(235, 49, 93);
	}
	
	.description a:not(.button) {
	color: rgb(235, 49, 93);
	}
                  
    </pre></body></html>