@charset "utf-8";




div.today {
	display: block;
	margin-bottom: 10px;
	margin-top: -10px;
    font-family: 'Varela Round', sans-serif;
	font-size: 36px;
	color: #0088b6;
}

/* CALENDRIER */
div.date-calendrier {
	display: block;
	width: 150px;
	height: 150px;
	box-sizing: border-box;
	padding-top: 67px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/bg-date-calendrier.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 150px;
	text-align: center;
	margin-bottom: 30px;
}
div.date-calendrier span.date {
	display: block;
	margin-left: auto;
	margin-right: auto;
    font-family: 'Varela Round', sans-serif;
	font-size: 42px;
	line-height: 40px;
	font-weight: bold;
}
div.date-calendrier span.mois {
	display: block;
	margin-left: auto;
	margin-right: auto;
	font-size: 16px;
}
/* CALENDRIER END */





div#calendrier-wrap {
	display: block;
	width: 90%;
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0px 0px 3px #cccccc;
}





/* JOUR */
div.mois-titre {
	display: block;
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	background-color: #f94438;
	padding-left: 20px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	box-sizing: border-box;
	color: #ffffff;
	margin-bottom: 0px;
	text-align: left;
	text-transform: uppercase;
}
div.mois {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
	padding-left: 65px;
	margin-bottom: 0px;
	text-align: left;
	font-size: 16px;
	border: 1px solid #dddddd;
	background-image: url(images/bg-mois.png);
	background-repeat: no-repeat;
	background-position: left 20px center;
	background-size: 50px auto;
    background-color: #fafafa;
}
div.mois ul {
	margin-top: 0px;
	margin-bottom: 0px;
}
div.mois ul li {
	padding-top: 5px;
	padding-bottom: 5px;
}
div.jour a {
	display: block;
	width: 100%;
	padding: 15px;
	background-color: #ffffff;
	box-sizing: border-box;
	color: #000000;
	border: 1px solid #dddddd;
	text-decoration: none;
	transition: 0.3s;
	text-align: left;
	margin-top: -1px;
}
div.jour a:hover {
	background-color: #D9F0FD;
}
div.jour a span.date {
	display: inline-block;
	vertical-align: middle;
	width: 140px;
	box-sizing: border-box;
	padding: 10px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	margin-right: 15px;
	background-color: #fafafa;
    border: 1px solid #dddddd;
	color: #000000;
	border-radius: 10px;
	transition: 0.3s;
}
div.jour a:hover span.date {
	background-color: #0088b6;
    border: 1px solid #0088b6;
	color: #ffffff;
}
div.jour a div.info {
	display: inline-block;
	width: calc(100% - 165px);
	vertical-align: middle;
	box-sizing: border-box;
	margin-bottom: 0px;
	text-align: left;
}
div.jour a div.info span.titre {
	display: block;
	vertical-align: middle;	
	font-size: 16px;
	line-height: 24px;
	transition: 0.3s;
}
div.a-venir {
	display: block;
	width: 100%;
	padding: 20px;
	background-color: #fafafa;
	box-sizing: border-box;
	color: #000000;
	border: 1px solid #dddddd;
	text-decoration: none;
	transition: 0.3s;
	text-align: center;
	margin-top: -1px;
	font-size: 16px;
	line-height: 22px;
}
/* JOUR END */









/*
#335577;
#0088b6;
#d9f0fd;
*/

