@media only screen and (max-width: 992px) and (min-width: 500px){
}

@media only screen and (max-width: 500px){
	.agence{
		top: 1.1em;
		left: 1em;
	}
	.expertise, .popup-close{
		top: 1.1em;
		right: 1em;
	}
	.follow{
		bottom: 1em;
		left: 1em;
	}
}