/* UTF-8 à jamais */
section.elus{
	padding-top:32px;
	padding-bottom:80px;
}
.liste_elus{
	display:flex;
	flex-flow:row wrap;
	gap:24px;
}
.liste_elus li{
	width:206px;
	min-height:258px;
	border:1px solid #ddd;
	border-radius:8px;
	display:flex;
	flex-flow:column nowrap;
	justify-content:space-between;
	align-items:center;
	gap:24px;
	padding:20px 32px;
}
.liste_elus li div{
	display:flex;
	flex-flow:column nowrap;
	align-items:center;
	gap:8px;
}
.liste_elus li div .img{
	border-radius:100px;
	background-color:#ddd;
	width:100px;
	height:100px;
	overflow:hidden;
	margin-bottom:4px;
}
.liste_elus li div h3{
	font-family:"NeueHansKendrick-Bold";
	font-size:1.29em;
	line-height:1.33;
	text-align:center;
}
.liste_elus li div .poste{
	line-height:1.14;
	text-align:center;
}
.liste_elus li div.commissions{
	flex-flow:row wrap;
	align-items:center;
	justify-content:center;
	gap:4px;
}
.liste_elus li div.commissions span{
	font-family:"NeueHansKendrick-Medium";
	font-size:0.86em;
	line-height:1.25;
	padding:4px 8px;
	background:#f1f0f0;
	border-radius:4px;
}
.liste_elus li div a{
	text-decoration:none;
	display:flex;
}
.liste_elus li div .ville{
	line-height:1.14;
	color:#777;
}
.liste_elus li.titre{
	width:100%;
	height:auto;
	min-height:auto;
	border:0;
	padding:0;
	display:block;
}
.liste_elus li.titre h2{
	font-family:"NeueHansKendrick-Bold";
	font-size:2.57em;
	line-height:1.22;
}
.liste_elus li.titre h2 span{
	font-family:"NeueHansKendrick-ExtraLightItalic";
}
/*------------------------------------------
						RESPONSIVE
------------------------------------------*/
@media screen and (max-width:1279px){
	.liste_elus li.titre h2{
		font-size:2.14em;
	}
}
@media screen and (max-width:1023px){
	.liste_elus{
		justify-content:center;
	}
	.liste_elus li.titre h2{
		font-size:1.71em;
		text-align:center;
	}
}
@media screen and (max-width:767px){
}