h2
{
	background-color: #3F51B5;
	color: #fff;
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 16px;
	margin: 20px 0;
	padding: 8px 0px 8px 0px;
	text-align: center;
	width: 100%;
}

.article_row {
   cursor: pointer;
}

.table_articles tr{
	padding: 25px 0 5px 0;
}

.row_title{
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 14px;
}

.row_description{
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 13px;
	text-align: justify;
}

.table_articles{
	margin-top:20px;
}

.description{
	padding: 0 8px 0 8px;
}

.preview{
	padding: 6px 10px 6px 18px;
	margin: 6px;
	width: 150px;
	min-width: 150px;
}

#main_content img
{
	height: auto;
	width: 100%;
}
.article
{
	margin: 20px auto 0 auto;
	text-align: center;
}
.cp
{
	color: #fff;
	font: 28px bold;
	margin: 10px auto 10px auto;
	text-align: center;
}
.cp a
{
	color: #fff;
	text-align: center;
	text-decoration: none;
}
.video
{
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	padding-top: 25px;
	position: relative;
}
.video iframe
{
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

#flechegauche {
    width: 70px;
    height: 70px;
    text-align: center;
    margin:auto;
}

@media (max-width: 1072px) {
	
	.row_description{
	    max-height: 50px;
		overflow: hidden;
		text-overflow: ellipsis;
		display:inline-block;
	}
}