.forma2f-calendrier {
	max-width: 980px;
	margin: 2rem auto;
}

.forma2f-calendrier .fc-event.forma2f-dispo {
	background-color: #1a7f37;
	border-color: #1a7f37;
	cursor: pointer;
}

.forma2f-calendrier .fc-event.forma2f-complet {
	background-color: #b32d2e;
	border-color: #b32d2e;
	opacity: 0.85;
}

.forma2f-calendrier .fc-event {
	font-size: 0.82rem;
}
