<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
div.date {
	padding:10px;
}
div.book {
	margin:0px 0.2vmax;
}
div.book:nth-of-type(3n+2) .date {
    background-color: #F1572E;
}
div.book:nth-of-type(3n+3) .date {
    background-color: #6835AB;
}
div.book:nth-of-type(3n+1) .date {
    background-color: #261CC4;
}
div.book div:nth-of-type(n+2), div.book, div#formulaire {
    border: solid 1px #DDDDDD;
}
div.free #submit:hover {
	box-shadow: 0 1px 5px 0px #0B0B61;
}
div#formulaire &gt; div {
	width:100%;
}
div#formulaire .itemLabel:nth-of-type(3n+2),div#formulaire h1 {
	color: #F1572E;
}
div#formulaire .itemLabel:nth-of-type(3n+3) {
    color: #6835AB;
}
div#formulaire .itemLabel:nth-of-type(3n+1) {
    color: #261CC4;
}
div#formulaire button#submit {
	color: #F1572E;
	background: #dddddd;
}
div#formulaire button#submit:hover {
	box-shadow: inset 0 0 5px #ffffff;
}
div.multi_creneau {
text-decoration:none;
background: rgb(255,255,255);
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(204,204,204,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(204,204,204,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(204,204,204,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}
div.hover_multi {text-decoration:none;color:#333;font-weight:bold;border:1px solid #0B0B61 !important;padding:7px 9px !important;border-radius:2px;box-shadow:0px 1px 0px #0B0B61;}

/* Affichage de plusieurs semaines */
/*************** MOBILES *******************/
@media all and (orientation: portrait){
	div.book {
		border-left-width:1px;
		border-right-width:1px;
	}
	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;
	}
}</pre></body></html>