.player {
	text-align: center;
}

#sequenceur_player {
	aspect-ratio: 16/9 !important;
	width: 100% !important;
	height: 56% !important; 
	max-width: 510px;
	margin: 0 auto;
}

/* SECTION */

.content_wrapper section {
	margin-bottom: 40px;
}

.content_wrapper section h3 {
	color: #800000;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 30px;
}

/* Texte introduction */

.content_wrapper section.introduction {
	padding-left: 40px;
	padding-right: 40px;
}

.content_wrapper section.introduction h3 {
	margin-bottom: 20px;
}

/* VIDEOS */

.content_wrapper section.videos {
	padding-left: 40px;
	padding-right: 40px;
	
}

/* ARTICLES */

.content_wrapper section.articles {
	padding-left: 40px;
	padding-right: 40px;
}

.content_wrapper section.articles article {
	margin-bottom: 10px;
}

/*





.content_wrapper {
	padding-left: 20px;
}







/*










.content_wrapper section.articles article .teaser h4 {
	line-height: 14px;
	margin-bottom: 8px;
}
.content_wrapper section.articles article .teaser h4 a {
	font-size: 14px;
}
.content_wrapper section.articles article .teaser p {
	font-size: 12px;
	text-align: justify;
}




.content_wrapper section.video {
	margin-bottom: 60px;
}



@media screen and (min-width: 760px) {
	.content_wrapper section.videos .videos_wrapper {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 10px;
	}
}

@media screen and (min-width: 960px) {

	body {
		min-width: 1200px;
		width: 1200px;
		margin: 0 auto;
	}

	body > .container {
		margin: 0 auto;
		padding: 0;
		width: 1200px;
	}

	.content_wrapper section.videos .videos_wrapper {
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 10px;
	}
}