body {
	background: url('/images/structure/calendrier-2020/background-JOUR.jpg') no-repeat !important;
	background-attachment: fixed !important;
	background-position: center top !important;
}
#calendar{
	width: 100%;
}
#calendar .header-calendar, #calendar .header-calendar img{
	width: 100%;
}
#calendar .container{
	width: 100%;
	padding: 0;
	padding-top: 1%;
	background-size: contain;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}
.box{
	display: inline;
	float: none;
	margin: 0 10px 10px;
}
.box-popup .box-popup-content{
	width: 100%;
	height: 100%;
	position: relative;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	transform: none;
	margin: 0;
	padding: 10px;
	padding-top: 25px;
	font-size: 30px;
	background-size: cover;
	background-position: center;
}
.box-popup .box-popup-content .box-popup-close {
	padding-top: 36px;
	color: #4f131d;
	text-shadow: none;
}
.box-popup .box-popup-content .timer-content{
	padding: 70px 5px 5px;
}
.box-popup .box-popup-content .infos{
	padding: 20px 5px;
	font-size: 16px;
}
.box-popup .box-popup-content .title{
	padding: 0;
}
.box-popup .box-popup-content .details{
	margin-top: 12px;
	line-height: 20px;
}
.box-popup .box-popup-content .details br{
	display: block;
	content: " ";
	margin: 3px 0;
}