@media (max-width:1000px) {

	.accueil .actus,
	.actu				{ display:block; width:100%; box-sizing:border-box; margin-bottom:1em; }

	#elus {
		padding: 0 1em;
	}
	.elu.maire img {
    width: 36.4%;
	}
	#listeParChoix {
		width: 100%;
	}
	#liste-elus .elu {
    flex: 0 0 100% !important;
	}
	#liste-elus .elu img {
    width: 36.4%;
		float: left;
		margin-right: 7%;
	}

}
