.titredecalendrier{
	padding:0px;
	color:var(--bleu-neuf);
	font-size:20pt;
	font-weight: 500;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.textedetitredecalendrier{
	margin:16px;
}

.boutonachat{
	padding:6px;
	margin:10px 0px;
	font-size: 11pt;
	font-weight: 600;
	color:white;
	text-decoration: inherit;
	background-color: var(--bleu-neuf);
	border-radius: 2px;
}

.legendedecalendrier{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	flex-wrap: wrap;
	margin:0px 12px;
	max-width: 420px;
}

.unelegende{
	padding: 4px;
	margin: 0px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.carredelegende{
	width:20px;
	height:20px;
	border-radius: 2px;
	margin:4px;
}

.titredelegende{
	color: var(--bleu-neuf);
	font-size:9pt;
	font-weight: 600;
	text-align: left;
	width: 100px;
	margin:4px;
}

.contenudecalendrier{
	overflow-y: auto;
	width: 480px;
	margin-bottom: 24px;
	max-width:100%;
}

.unjourdecreneau{
	margin: 8px 0px;
	background-color:hsla(0,0%,90%,80%);
	border-radius:2px;
	padding: 4px 0px;
	text-align: center;
	font-size: 9pt;
	box-sizing: border-box;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	flex-wrap: wrap;
}

.selectiondeleve{
	width: 200px;
	border-radius: 2px;
	border: 1px solid #ddd;
	background-color: white;
	font-size: 8pt;
	padding: 4px;
	margin: 6px;
}

.erreurdinsertion{
	margin: 8px;
	display: none;
	padding: 10px;
	border-radius: 2px;
	border-width: 0px 0px 0px 4px;
	border-style: solid;
	border-color: rgba(240,80,80);
	background-color: white;
	text-align: center;
	font-size: 9pt;
}

.erreurdinsertionvisible{
	display: block;
}

.unsautdejour{
	height: 40px;
}

.dateducreneau{
	padding: 4px 24px;
	width: 100%;
	color: var(--bleu-neuf);
	font-size:12pt;
	font-weight: 600;
	box-sizing: border-box;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	user-select: none;
}

.creneaucliquable{
	transition: transform 0.06s ease-in-out;
	cursor:pointer;
}

.creneaucliquable:hover{
	opacity: 0.7;
}

.heuresdecreneau{
	display: flex;
	align-items: stretch;
	justify-content: space-around;
	width:100%;
	box-sizing: border-box;
	flex-direction: row;
	padding:8px 16px;
	height: 68px;
	position: relative;
}

.pasdecreneau{
	margin: 0;
	padding: 4px;
}

.uneheuredecreneau{
	flex-grow: 1;
	margin:4px 1px;
	border-radius: 1px;
	user-select: none;
	position: relative;
}

.heureprincipale,.heuredefin{
	position: absolute;
	z-index: 10;
	font-size:11pt;
	font-weight: 500;
	top:11px;
	left:-13px;
	width:22px;
	height:22px;
	display: flex;
	box-sizing: border-box;
	align-items: center;
	justify-content: flex-start;
	flex-direction: column;
	background-color: white;
	padding:2px;
	border-radius: 50%;
}

.heuredefin{
	right:-10px;
	left: auto;
}

.creneausystemej{
	background-image: repeating-linear-gradient(-45deg, var(--orange-lmp) 0px, var(--orange-lmp) 4px, var(--gris-neuf) 5px, var(--gris-neuf) 9px);
}

.infraction{
	color:white;
	font-weight: 600;
	font-size: 10pt;
	background-color: var(--orange-lmp);
	border-radius: 2px;
	padding:8px;
	margin:8px;
}

.etenduedestage{
	position: absolute;
	text-align: center;
	top:-4px;
	color:var(--bleu-neuf);
	font-weight: 600;
	text-transform: uppercase;
	font-size: 9pt;
}

.creneaudestage{
	background-color: var(--bleu-lmp);
}

.creneaupresent{
	background-color: var(--bleu-neuf);
}

.creneauindisponible{
	background-color: hsl(0,0%,84%);
}

.creneaupresqueplein{
	background-color: var(--orange-lmp);
}

.creneauplein{
	background-color: var(--rouge-lmp);
}

.creneaudisponible{
	background-color: var(--vert-correct);
}

.creneaupartiel{
	background-color: var(--gris-fonce);
}

.creneauderemplissage{
	position: absolute;
	left: 0;
	right:0;
	bottom: 0;
	border-radius: 2px;
	background-color: var(--bleu-neuf);
}

.heurecliquable{
	cursor:pointer;
	transition: transform 80ms ease-in-out;
}

.heurecliquable:hover{
	transform: scale(1.09);
}

.nombremaxel{
	font-size: 7pt;
	margin: 4px 0px;
	font-family: "Courier";
}

.unepresence{
	margin: 8px 16px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 6px;
	background-color: white;
	text-align: center;
	font-size: 9pt;
	font-weight: 500;
	color: var(--bleu-neuf);
	border-radius: 2px;
}

.unepresenceligne{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.reservationdecreneau{
	display: none;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	box-sizing: border-box;
	padding: 6px;
	margin: 8px 16px;
	background-color: white;
	text-align: center;
	font-size: 9pt;
	font-weight: 500;
	color: var(--bleu-neuf);
	border-radius: 2px;
}

.reservationvisible{
	display: flex;
}

.donneesdereservation{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	box-sizing: border-box;	
}

.erreurdereservation{
	margin: 8px;
	display: none;
	padding: 10px;
	border-radius: 2px;
	border-width: 0px 0px 0px 4px;
	border-style: solid;
	border-color: rgba(240,80,80);
	background-color: white;
	text-align: center;
	font-size: 9pt;
}

.erreurdereservationvisible{
	display: block;
}

.erreurdannulation{
	margin: 8px;
	display: none;
	padding: 10px;
	border-radius: 2px;
	border-width: 0px 0px 0px 4px;
	border-style: solid;
	border-color: rgba(240,80,80);
	background-color: #f8f8f8;
	text-align: center;
	font-size: 9pt;
}

.erreurdannulationvisible{
	display: block;
}

.numdetelinfo{
	font-family: 'Courier';
}

.reservationdecreneau input{
	border: 1px solid var(--gris-lmp);
	padding: 2px;
	border-radius: 2px;
	background-color: white;
	margin: 4px;
	width: 40px;
}

.actiondereservation{
	background-color: var(--bleu-neuf);
	color:white;
	border-radius: 2px;
	padding: 4px;
	margin: 4px;
	font-size: 10pt;
	font-weight: 600;
	cursor: pointer;
}

.horairereserve{
	font-weight: 600;
}

.textedereservation{
	margin:0px 8px;
}

.actiondereservation:hover{
	opacity: 0.8;
}

.insertiondecreneau{
	background-color:hsla(0,0%,90%,80%);
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding:4px;
	border-radius: 2px;
	width: 100%;
}

.insertiondecreneau input{
	border: none;
	padding: 2px;
	border-radius: 2px;
	background-color: white;
	margin: 4px 10px;
}

.tempsdecreneau{
	width: 160px;
}

.capdecreneau{
	width: 80px;
}

.actiondecreneau{
	background-color: var(--bleu-neuf);
	color:white;
	border-radius: 2px;
	padding: 4px;
	margin: 6px 3px;
	font-size: 10pt;
	font-weight: 500;
	cursor: pointer;
}

.actiondecreneau:hover{
	opacity: 0.8;
}

.unepetitepresence{
	font-size: 8pt;
	color:white;
	font-weight: 500;
	margin: 2px;
	border-radius: 1px;
	padding: 4px;
	text-align: center;
	background-color: var(--bleu-neuf);
	transition: transform 100ms ease-in-out;
	cursor: pointer;
}

.unepetitepresence:hover{
	transform: scale(1.09);
}

.despetitespresences{
	padding: 4px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
}

.unestatistique{
	margin: 4px;
	padding: 2px;
	font-size: 8pt;
	border-radius: 2px;
	background-color: white;
	color: #666;
}

.ecrindecalendrier{
	z-index:64;
	position: fixed;
	bottom: 20px;
	right:20px;
	left:20px;
}

@media screen and (max-width: 720px) {
	.contenudecalendrier{
	}
}