/* UTF-8 à jamais */
/* ---- Liste de news --- */
.liste_news header{
	display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-moz-flex;display:-webkit-flex;display:flex;
	-webkit-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;
	width:1140px;
	margin:0 auto;
}
.liste_news header form{
	display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-moz-flex;display:-webkit-flex;display:flex;
	align-items:center;
	gap:16px;
}
.liste_news header select{
  height:56px;
  display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-moz-flex;display:-webkit-flex;display:flex;
  align-items:center;
  gap:4px;
  border-radius:8px;
  padding:0 40px 0 20px;
  border:0;
  font-family:"NeueHansKendrick-SemiBold";
  color:#152551;
  background:url('svg/fleche-menu.svg') calc(100% - 20px) center no-repeat #f1f8f4;
}
.liste_news header span{
	font-family:"NeueHansKendrick-SemiBold";
	font-size:1.13em;
	line-height:1.56;
  letter-spacing:-0.2px;
}
/* ---- Une news --- */
.page_detail_news .entete_corps h4{
	display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-moz-flex;display:-webkit-flex;display:flex;
	-webkit-justify-content:center;-ms-justify-content:center;justify-content:center;
	align-items:center;
	gap:12px;
	font-family:"NeueHansKendrick-SemiBold";
	font-size:0.88em;
	text-transform:uppercase;
	margin-top:40px;
}
.page_detail_news  .entete_corps h4 hr{
	border-top:2px solid #51ae74;
	width:32px;
}
.page_detail_news #corps .entete_corps h3{
	margin-top:16px;
}
.news article{
	width:960px;
	margin:0 auto;
	display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-moz-flex;display:-webkit-flex;display:flex;
	-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap;
	align-items:center;
}
.news article img{
	border-radius:8px;
}
.news article p{
	margin:32px 100px 54px;
	font-family:"NeueHansKendrick-Medium";
	font-size:1.13em;
	line-height:1.44;
	text-align:center;
}