/* UTF-8 à jamais */
/* ---- Liste de news --- */
.liste_news{
	padding-bottom:80px;
}
.liste_news header{
	padding:16px 0 60px;
	display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-moz-flex;display:-webkit-flex;display:flex;
	flex-direction:column;
	align-items:center;
	gap:8px;
}
.liste_news header h3{
	color:#ea563b;
	text-align:center;
	font-size:0.83em;
	font-weight:500;
	line-height:1.66;
	letter-spacing:3px;
	text-transform:uppercase;
}
.liste_news header h2{
	color:#222122;
	text-align:center;
	font-size:2.22em;
	font-weight:900;
	line-height:1.12;
	letter-spacing:8px;
}
#liste_news{
	display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-moz-flex;display:-webkit-flex;display:flex;
	flex-direction:column;
	gap:50px;
}
#liste_news li,
.news{
	display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-moz-flex;display:-webkit-flex;display:flex;
	flex-direction:column;
	align-items:center;
	gap:60px;
}
.news{
	margin-top:40px;
	margin-bottom:40px;
}
#liste_news li hr,
.news hr{
	border:0;
	width:576px;
	border-top:1px solid #ea563b;
}
#liste_news li div.img_plus_texte,
.news div.img_plus_texte{
	display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-moz-flex;display:-webkit-flex;display:flex;
	gap:70px;
}
#liste_news li div.texte,
.news div.texte{
	display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-moz-flex;display:-webkit-flex;display:flex;
	flex-direction:column;
}
#liste_news li div.texte h4,
.news div.texte h4{
	color:#ea563b;
	font-size:1.72em;
	font-weight:800;
	line-height:0.80;
	margin-bottom:40px;
}
#liste_news li div.texte h3,
.news div.texte h3{
	color:#ea563b;
	font-size:0.83em;
	font-weight:500;
	line-height:1.66;
	letter-spacing:3px;
	text-transform:uppercase;
	margin-bottom:8px;
}
#liste_news li div.texte h2,
.news div.texte h2{
	font-size:2.22em;
	font-weight:900;
	line-height:1.12;
	letter-spacing:8px;
	margin-bottom:25px;
}
#liste_news li div.texte p,
.news div.texte p{
	line-height:1.94;
	margin:0;
}
#liste_news li div.texte a,
.news div.texte a{
	display:block;
	text-decoration:none;
	background:url('svg/fleche-lien.svg') left 4px no-repeat;
	padding-left:20px;
}
#liste_news li div.texte a.savoir_plus,
.news div.texte a.savoir_plus{
	margin-top:40px;
	background:none;
	padding:0;
}
#liste_news li div.texte iframe,
.news div.texte iframe{
	margin-top:24px;
	width:400px;
	height:220px;
}