/* UTF-8 à jamais */
.aff_news{
	width:1140px;
	margin:16px auto 0;
	display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-moz-flex;display:-webkit-flex;display:flex;
	-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;
	gap:30px;
}
.home .aff_news{
	width:auto;
	margin:40px 0;
	gap:0;
}
.home .aff_news{
	-webkit-flex-flow:row nowrap;-ms-flex-flow:row nowrap;flex-flow:row nowrap;
}
.aff_news li{
	width:352px;
	height:432px;
	border:solid 4px #ddeee4;
  background-color:#fff;
}
.aff_news li.avec_image{
	background-color:#f1f8f4;
	width:360px;
	height:440px;
	border:0;
}
.aff_news li a{
	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;
	text-decoration:none;
	position:relative;
	width:100%;
	height:100%;
}
.aff_news li a .texte{
	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;
	margin:24px 32px 0;
}
.aff_news li a .texte h3{
	font-family:"MixtaEssSharpItBold";
	color:#51ae74;
}
.aff_news li a .texte h2{
	font-family:"NeueHansKendrick-SemiBold";
	font-size:1.63em;
	line-height: 1.15;
	margin-top:8px;
}
.aff_news li a .texte hr{
	border:0;
	border-top:4px solid #51ae74;
	width:28px;
	margin-top:20px;
	margin-bottom:24px;
}
.aff_news li a .texte p{
	margin:0;
	font-size:1.13em;
	font-family:"NeueHansKendrick-SemiBold";
	line-height:1.44;
}
.aff_news li a .texte span{
	position:absolute;
	left:32px;
	bottom:24px;
	text-transform:uppercase;
	font-family:"NeueHansKendrick-SemiBold";
	font-size:0.75em;
	line-height: 1.33;
  color:rgba(19, 39, 86, 0.5);
}