
#calendrier  {
	margin: 20px 0 0 0;
	padding: 0;
	width: calc(100% - 20px);
}

#calendrier > div {
	border-collapse: collapse;
 	border: 1px solid #888888;
	font-size: 11pt;
	line-height: normal;
	position: relative;
	margin: 0;
	padding: 0;
}

#calendrier > div:first-of-type {
	font-weight: bold;
	background-color: #eeeeee;
	font-size: 13pt;
}

.weekend {background-color: #eeffee}
.etat0 {background-color: #ffffcc}
.etat1.a_venir {background-color: #ffffff}
.etat1.passe {background-color: #ffeeee}
.etat2 {background-color: #eeffee}

#calendrier > div > div {
	font-size: 11pt;
	display: inline-block;
	margin: 0;
	padding: 3px;
	vertical-align: top;
}

#calendrier > div > div p {
	font-size: 11pt;
	margin: 0 0 6pt 0;
	padding: 0;
	line-height: normal
}



#calendrier > div > div:nth-of-type(1) { 
    width: 10%;
}

#calendrier > div > div:nth-of-type(1) * {
	font-size: 9pt;
	padding: 0;
	margin: 0;
	text-align: center;
	line-height: normal;
}

#calendrier > div > div:nth-of-type(1) span {
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: 0;
}

#calendrier > div > div:nth-of-type(1) span:nth-of-type(2) {
	font-weight: bold;
	font-size: 20pt;
}

#calendrier > div > div:nth-of-type(1) span:nth-of-type(3) {
	font-weight: bold;
	font-size: 11pt;
}






#calendrier > div > div:nth-of-type(2) {
    width: 12%;
}

#calendrier > div > div:nth-of-type(2) p {
	margin: 0;
	padding: 0;
	line-height: normal;
	text-align: left;
}

#calendrier > div > div:nth-of-type(2) p:first-of-type {
	float: right;
	text-align: left;
	font-weight: bold;
	font-size: 22pt;
}



#calendrier > div > div:nth-of-type(3) {
    width: 40%;
}

#calendrier > div > div:nth-of-type(3) p {
	margin-bottom: 4px;
}

#calendrier > div > div:nth-of-type(3) p:first-child {
	font-size: 12pt;
	font-weight: bold;
}



#calendrier > div > div:nth-of-type(4) {
	width: 30%
}

#calendrier > div > div:nth-of-type(4) p {
	margin: 0px;
}

#calendrier > div > div:nth-of-type(4) p:nth-of-type(1) {
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 4px;
}


#calendrier > div > div:nth-of-type(4) .infoins {
	margin-top: 10px;
}

#calendrier > div > div:nth-of-type(4) .places {
	margin: 10px 0 10px 0;
	font-weight: bold;
	font-style: oblique;
}



		

.actionpad {
	position: absolute;
	right: 0px;
	bottom: 0px;
	text-align: right;
	background-color: rgba(255,255,255,0.7);
	border: rgba(255,255,255,0.6);
	border-radius: 12px;
}

.actionpad img {
	display: inline-block;
	width: 40px;
    opacity: 1.0;
	margin: 0 10px 0 10px;
}

.pad_boutons {
	box-sizing: border-box;
	display: inline-block;
	width: 38%;
	vertical-align: middle;
	padding: 2px;
	margin-left: 20px;
}

.pad_boutons input + label {
	display: inline-block;
	box-sizing: border-box;
	width: 49%;
}

.warning {
	font-family: SE_typewriter, "Times New Roman", Times, serif;
	position: absolute;
	bottom: 3px;
	left: 0;
	width: 100%;
	font-weight: bold;
	font-size: 50pt;
	text-align: center;
	color: rgba(200, 0, 0, 0.4);
	padding: 0;
	margin: 0;
	-ms-transform: rotate(-2deg); /* IE 9 */
	-webkit-transform: rotate(-2deg); /* Safari */
	transform: rotate(-2deg);
}


#selon_cote{
	font-size: 9.5pt;
}

        
#filtres {
	width: calc(100% - 20px);
	box-sizing: border-box;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	padding: 10px 0 10px 0;

	background-color: white;
	border-bottom: 2px solid #930000;
	z-index: 100;
}


input[name=passe] {
	width: 60px;
}


