@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;800&display=swap");

.months{
	font-size: 18px;
	word-spacing: 55px;
	font-weight: 600;
}

.months a.month-color{
	color: #AAAAAA;
	font-size: 18px;
	word-spacing: 55px;
	font-weight: 600;
}
.months a.month-hover {
	color :#772A1B;
	font-size: 22px;
	font-weight:bold;
	word-spacing: 55px;
	font-weight: 600;
	
}
.days {
	color: #AAAAAA;
	font-size: 18px;
	word-spacing: 125px;
	font-weight: 600;
}

.calendarMois ul {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	flex-wrap: wrap;
	list-style: none;
	margin-left: -50px;
	li {
		display: flex;
		width: 10rem;
		height: 10rem;
		margin: 0.15rem;
		flex-flow: column;
		border-radius: 0.2rem;
		padding: 0.1rem;
		font-weight: 200;
		font-size: 0.8rem;
		box-sizing: border-box;
		background: rgba(255, 255, 255, 0.25);
		box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
		backdrop-filter: blur(2px);
		-webkit-backdrop-filter: blur(2px);
		border-radius: 10px;
		border: 1px solid rgba(255, 255, 255, 0.18);

		time {
			font-size: 2rem;
			margin: 0 0 0.2rem 0;
			font-weight: 500;
		}
	}
.today {
		time {
			font-weight: 800;
		}
		background: #ffffff70;
	}
}
.rdvalid{
	color:green;
	font-weight: bold;
}
.rdvpropal{
	color:orange;
	font-weight: bold;
}
.rdvannul{
	color:gray;
	font-weight: bold;
}