
/************************
Auteur: pigroSol
URI: https://plainteICF.pigrosol.com
Nom du thème: responsive
Descrition: adaptation du site pour les différents terminaux visuels.
*************************/

@media screen and (max-width: 1600px) {
	body {
		margin: 0 10%;
		}

}

@media screen and (max-width: 1500px) {
	body {
		margin: 0 5%;
		}

}

@media screen and (max-width: 1350px) {
	body {
		fglex-direction: column;
		margin: 0;
		}

}
