.texte a{
	text-decoration: none;
	color: var(--theme-color);
}
.texte a:hover{
	color: var(--text-color);
}

.video{
	text-align: center;
}
video{
	max-width: 100%;
	max-height: 75vh;
	width: auto;
    margin-bottom: 3em;
    margin-top: 3em;
}