table {
    border-spacing: 0;
    width: 100%;
	border-radius: 0.5em;
	background: #ffffff;
}
.calendar {text-align: center; background-color: #f7f8fa;}
.calendar header {
    position: relative;
	padding:0.2em 0;
	background:#e4e5e9;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	z-index: 0;
}
.calendar h3 {
    text-transform: uppercase;
	font-size: 0.9em;
	line-height:1.8em;
	font-family:'ConduitITCMedium', Arial, Helvetica, sans-serif;
	padding:0;
}
.calendar thead {
    font-weight: 600;
    text-transform: uppercase;
	background: #f7f8fa;
}
.calendar tbody {color: #7c8a95;}
.calendar tbody td.event:hover {
    background:url('../images/triangle_calendar_on.png') no-repeat;
    background-size: 30px 72%;
    background-position: 50% 22%;
	color:#20335d;
}
.calendar tbody td.active {
    background:url('../images/triangle_calendar_on.png') no-repeat;
	background-size:100% 80%;
	color:#20335d;
}
.calendar td {
    text-align: center;
	font-size: 0.9em;
	padding: 0.3em 0;
	-webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.current-day {color: #20335d;}
.event {
    cursor: pointer;
	background:url('../images/triangle_calendar.png') no-repeat;
	background-size: 30px 72%;
	color: #ffffff;
	background-position: 50% 22%;
}
.btn-prev, .btn-next,
.btn-prev:link, .btn-next:link,
.btn-prev:visited, .btn-next:visited {
	border: 1px solid #0a305d;
	border-radius: 50%;
	color: #0a305d;
	height: 19px;
	font-size: 21px;
	line-height: 17px;
	position: absolute;
	top: 15%;
	width: 19px;
	cursor:pointer;
	-webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn-prev:hover, .btn-next:hover,
.btn-prev:focus, .btn-next:focus {background: #0a305d; color: #f9f9f9;}
.btn-prev {left: 3%;}
.btn-next {right: 3%;}
.list {}
.close {
    color: #A4AAAB;
    margin-top: -15px;
    margin-right: 10px;
    float: right;
}
.day-event {display:none; border-radius: 0.5em;}
section .bloc .day-event p.date{
  	padding: 0.5em 0 0 0;
	font-size: 1.2em;
	color: #20335d;
	text-align:center;
}
section .bloc .day-event p{
  	padding: 0.5em;
	font-size: 0.9em;
	font-family: 'ConduitITCMedium', Arial, Helvetica, sans-serif;
	line-height:1.2em;
	text-align:center;
}
.day-event p a:link, .day-event p a:visited {color: #20335d;}
.day-event p a:hover, .day-event p a:focus, .day-event p a:active {color: #c20e1a;}
.day-event span{font-size: 12px;}
.day-event button {
    position: relative;
    vertical-align: top;
    width: 100%;
    height: 50px;
    padding: 0;
    font-size: 18px;
    color: white;
    text-align: center;
    background: #c0392b;
    border: 0;
    border-bottom: 2px solid #b53224;
    cursor: pointer;
}
