@media only screen and (min-width: 1024px) {
	.smph_only,
	.not_desktop,
	.adresse_mobile_only{
		display: none;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.smph_only,
	.desktop_only{
		display: none;
	}
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
	.not_smph,
	.desktop_only{
		display: none;
	}
}