


/* Affichage de plusieurs semaines */

		@media all and (orientation: landscape){
			div.sem2 div.date, div.sem3 div.date, div.sem4plus div.date {
				padding: 1vmax 0.5vmax;
			}
			
		}
		@media all and (max-width:900px) {

		}
	/*************** MOBILES *******************/
@media all and (orientation: portrait){
	div.sem2 div.free form#form_rdv div, div.sem3 div.free form#form_rdv div, div.sem4plus div.free form#form_rdv div{
		padding:10px 0;
	}
}