.texte a{
	text-decoration: none;
	color: var(--theme-color);
}
.texte a:hover{
	color: var(--text-color);
}


video{
	width: 100%;
    margin-bottom: 3em;
    margin-top: 3em;
}