.agendaInterface {
	display: flex;
	gap: 20px;
	justify-content: center;
	margin-top: 45px;
}

tr.CalendHeaders th {
	background: var(--marron);
	color: #fff;
	border: 1px solid var(--marron);
}

#CalendarTable td {
	border: 1px solid #d1d1d1;
}

#agendaW th.hour,
#agendaW td.hour {
	width: fit-content;

}




/* * * * * * * * * * * * * * * * * * * * * * * * * * * * CALENDRIER  * * * * * * * * * * * * * * * * * * */

div.agendaW {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.calendar {
	width: 100%;
	background: #e9dece00;
	border-radius: 8px;
	box-shadow: 0 0 10px rgb(0 0 0 / 0%);
	overflow: visible;
}

.calendar-header {
	background: var(--marron);
	color: #fff;
	text-align: center;
	padding: 15px 0;
	font-size: 1.5em;
}


.calendar-container {
	/*height: 600px;
		overflow-y: auto;*/
}



td.hour {
	background: #f9f9f9;
	position: sticky;
	left: 0;
	z-index: 1;
}

th.hour,
td.hour {
	width: 50px;
	font-size: 0.7em;
}


/* table.form {
	min-width: 621px;
} */

.calendarW.admin {
	width: 780px;
	font-family: DGrot, sans-serif;
	left: 50%;
	position: relative;
	transform: translate(-50%);
}

table.form td {
	padding: 0;
	height: auto;
	/* background: #f5b6c1; */
}



table.form .event {
	padding: 5px 0px;
	border-radius: 4px;

	height: 20px;
	text-transform: capitalize;
	font-weight: 100;
	margin: 5px 0px;
	/* width: calc(100% - 0px); */
	position: relative;
	padding: 0 !important;
	top: 0px;
	left: 0px;
	color: var(--marron);
}

.admin table.form .event {
	font-size: 19px;
}

.event {
	padding: 5px 10px;
	border-radius: 4px;
	font-size: 0.8em;
	margin: 2px 0;
	border: 1px solid #0000001a;
	width: calc(100% - 28px);
	position: absolute;
	top: 4px;
	left: 4px;
}

.event {
	padding: 3px 10px;
	border-radius: 0;
	font-size: 0.8em;
	margin: 0px 0;
	width: calc(100% - 21px);
	position: absolute;
	top: 0;
	left: 0;
	border: navajowhite;
	background: transparent;
}



.event.button {
	background-color: #ffffff;
	border: none;
	font-weight: 700;
}


.event.button.active {
	border: none !important;
	/* border-radius: 0; */
	background: var(--rose);
}

.admin a.nextLink {
	position: absolute;
	right: -45px;
	top: 3px;
	padding: 7px 11px;
	border-radius: 100%;
	background: var(--beige);

}

.admin a.backLink {
	position: absolute;
	left: -30px;
	top: 10px;
	padding: 7px 11px;
	border-radius: 100%;
	background: var(--beige);
}

.calendarW.admin table.form {
	width: 100%;
}



/* .calendarW.admin .button {
	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;

	appearance: none;
	-moz-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
	-webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
	color: var(--marron);
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	padding: 1em;
	line-height: 24px;
	text-align: center;
	font-family: 'DGrot', sans-serif;
	text-decoration: none;
	width: auto;
	margin-bottom: 5px;
	position: relative;
	border-color: #0000002b;
	background: var(--rose);
	transition: all 0.15s cubic-bezier(0.175, 0.885, 0.32, 1.275);

} */
td {
	border: 1px solid #dddddd;
	text-align: center;
	vertical-align: top;
	position: relative;
	height: 23px;
	padding: 0;
	height: auto;
	color: var(--marron);
}

th {
	font-size: 1em;
	font-weight: 100;
	line-height: 1;
	font-family: DGrot, sans-serif;
	padding: 10px;
}



tr.CalendHeaders th {
	background: var(--marron);
	color: #fff;
	border: 1px solid var(--marron);
}