.articles{
	padding : 0;
	margin-top : 2.69vw;
	margin-bottom : 2.69vw;
	margin-left: auto;
	margin-right: auto;
	width: 63.48vw;
	height: 23.46vw;
}

.article_img{
	width: 19.33vw;
	height: 13.33vw;
	float: left;
}
.article_img2{
	display: block;
	width: 23.21vw;
	height: 15.9vw;
	text-align: center;
	margin: auto;
}
.published{
	font-size: 0.9vw;
	text-align: right;
	text-decoration: underline;
}

#display_title{
	font-size : 2.9vw;
	margin : 0; 
	padding-top: 4.1px;
	padding-bottom : 4.1px;
	text-align: center;
}

.article_title{
	font-size : 1.97vw;
	margin : 0; 
	padding-top: 0.33vw;
	padding-bottom : 0.12vw;
}
.article_content{
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
	height: 13.8vw;
	padding: 0;
	text-align: justify;
	line-height: 1.53vw;
	font-size: 0.9vw;
	margin: auto;
	margin-top: 2%;
}
.article_content2{
	font-size: 1.1vw;
	position: relative;
	display: inline-block;
	left: 4.4vw;
	width: 58.41vw;
	padding-top: 3vw;
	padding-bottom: 3.3vw;
	margin: auto;
}

.lire_suite{
	position: absolute;
	bottom: 0;
	font-size: 0.9vw;
	color: rgb(142,2,42);
	font-style: italic;
}

.lien{
	color: rgb(142,2,42);
}

.lien:visited{
	color: rgb(142,2,42);
}

iframe{
	border: none;
	display: block;
	width: 80%;
	min-height: 400px;
	margin-bottom: 10%;
}

