/* calendrier */

#mon-calendrier{
	width:100%;
	margin-top:30px;
	display: inline-block;
	border-radius:10px;
	overflow: hidden;
}
.fc-header-toolbar{
	background:#5ed378;
	padding:10px;
}
.fc .fc-scrollgrid-sync-table{
	margin:0;
}
.fc .fc-toolbar{
	display: flex;
	width: 100%;
	margin-bottom:0!important;
	position: relative;
}
.fc .fc-toolbar-title{
	font-size: 26px;
	color:#fff;
	text-align: center;

}
.fc .fc-toolbar-title::first-letter{
	text-transform: uppercase;
}
.fc .fc-button{
	background: none;
	border:none;
}
.fc a{
	color:#0F2B38;
}
.fc-button-group .fc-button-primary{
	background: transparent;
	border:none;
	color:#fff;
}

.fc-event-title-container {
	text-align: center;
}


/* Assurez-vous que l'événement s'étend jusqu'à la moitié du jour suivant */

.fc-col-header {margin-bottom:0}
.fc-daygrid-day-number,
.fc-col-header-cell-cushion{
	text-decoration:none;
}
.fc .fc-daygrid-day-number{
	line-height: 16px;
}
.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events{
	min-height: 1em;
}
.fc-day {
	line-height: 1em;
}
.fc .fc-daygrid-day-top{
	display:block;
	text-align: center;
    margin-top:14px;
}
/* .fc-theme-standard td, .fc-theme-standard th{
	border:none;
}
.fc tr{
	border:none;
}
*/
.fc-col-header  thead{
	background: #5ed378;
}
.fc-col-header  thead a{
	color:#fff;
}
.fc .fc-scrollgrid-liquid{
	border-top:none;
}
.fc .fc-scrollgrid-section table{
    height:25px;
}
.fc .fc-cell-shaded, .fc .fc-day-disabled{
    background: #fff;
}
.jp-event {
    background: #fee6b1;
}
.jp-event-start{
    background:linear-gradient(135deg, rgba(255,255,255,1) 50%, rgba(254,230,177,1) 50%)
}
.jp-event-end {
    background: linear-gradient(-45deg, rgba(255,255,255,1) 50%, rgba(254,230,177,1) 50%);
}
.fc-daygrid-day-events {
    display: none;
}

/*
.fc-daygrid-bg-harness{
    transform: skewX(45deg); 
  transform-origin: top left;
}
*/
/***/