body{
	font-family: "Poppins", sans-serif;
}

.calendar__table{
	width: 80%;
	height: calc(100vh - 128px);
	border-radius: 10px;
	box-shadow: 0px 0px 15px 3px rgba(0,0,0,0.10);
	border: 0;
	margin: 25px 10%;
}
.calendar__table td {
	padding: 10px;
	vertical-align: top;
	width: 14.29%;
	height: 20%;
}
.calendar__table--6weeks td{
	height: 16.66%;
}
.calendar__weekday{
	font-weight: bold;
	color: #000;
	font-size: 1.2em;
}
.calendar__othermonth .calendar__day{
	opacity: 0.3;
}

.info_swip{
	position: absolute;
	z-index: 1000;
	color: #000;
	text-align: center;
	width: 100%;
	bottom: 0;
	top: 0;
	background: #eee;
	opacity: 1;
	transition: 0.5s;
}
.info_swip p{
	margin: auto;
	font-size: 20px;
}

.the_btn_pass{
	margin-right: 10%;
}

.affiche_mois{
	margin-left: 10%;
}

.affiche_mois::first-letter{
	font-size: 3rem;
	font-weight: 700;
	color: #F49D6E;
}