/*
@media all and (max-width : 1224px) {}

@media all and (max-width : 1024px) {}

@media all and (max-width : 900px) {}

@media all and (max-width : 800px) {}

@media all and (max-width : 768px) {}
	
@media all and (max-width : 600px) {}

@media all and (max-width : 420px) {}
	
@media all and (max-width : 320px) {}
*/

@media all and (max-width : 900px) {  /* fushia  */
/*	body {background-color: deeppink !important}*/
}

@media all and (max-width : 800px) {  /* rouge  */
/*	body {background-color: blueviolet !important}*/
}

@media all and (max-width : 768px) {   /* rouge  */
/*	body {background-color: crimson !important}    */
	
	.chiffre.contentFlex-R {margin-left: 0;	justify-content: center;}
	.intro.contentFlex-R {width: auto;}
}


@media all and (max-width : 420px) {  /*  orange */
/*	body {background-color: darkorange !important};*/
	
	.intro {width: auto; justify-content: center; flex-wrap: wrap;}
	
	.chiffre img {max-width: 100px;}
	.chiffre p {font-size: 20px; max-width: 235px;}
	.chiffre p span {font-size: 25px;}
	
	.formation .contentFlex-Rx {flex-wrap: wrap;}
	.formation h1 {text-align: center;}
	.formation .masquer {display: none;}
	.formation .inscription {width: auto}
	
	footer a {font-size: 22px;}
}