.texte a{
	text-decoration: none;
	color: var(--theme-color);
}
.texte a:hover{
	color: var(--text-color);
}