.cal-layout {
	text-align:center;
}
.cal-titre, .cal-sstitre {
	width:auto;
	position:relative;
	font-weight:bold;
	display:block;
}
.cal-titre {
	font-family: 'Cabin Sketch', cursive;
	margin:20px;
	text-align:center;
	color:#00823C;
	font-size:30px;
	line-height:30px;
}
.cal-sstitre {
	margin:10px 20px;
	text-align:left;
	color:#303030;
	font-size:20px;
	line-height:20px;
}
.cal-cont {
	display:block;
	text-align:center;
	margin:20px;
}
.cal-link {
	color: #606060;
	text-decoration: none;
	margin-bottom: 15px;
	display: block;
}

.cal-list {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.cal-list > li {
	margin: 20px 70px;
	position: relative;
	display: block;
	width: auto;
	height: 120px;
	background-color:#FFFFFF;
	border: solid 1px rgba(0,0,0,0.4);
}
.cal-list > li > time {
	display: inline-block;
	color: #FFFFFF;
	background-color: #00823C;
	text-align: center;
	text-transform: uppercase;
	width: 130px;
	height:100px;
	float: left;
	padding: 10px 0px;
}
.cal-list > li:nth-child(even) > time {
	background-color: #303030;
}
.cal-list > li > time > .day {
	display: block;
	font-size: 32px;
	font-weight: normal;
	line-height: 40px;
}
.cal-list > li time > .month {
	display: block;
	font-size: 22px;
	font-weight: bold;
	line-height: 35px;
	text-transform:uppercase;
}
.cal-list > li time > .year {
	display: block;
	font-size: 17px;
	font-weight: normal;
	line-height: 25px;
}
.cal-list > li > time > .date-tot {
	display: none;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	text-transform:uppercase;
}
.cal-list > li > .info {
	text-align: left;
	overflow: hidden;
	height: 120px;
	position: relative;
}
.cal-list > li > .info > .title,
.cal-list > li > .info > .lieu,
.cal-list > li > .info > .pres {
	padding: 10px 20px 0px 20px;
}
.cal-list > li > .info > .title {
	font-size: 20px;
	font-weight: bold;
}
.cal-list > li > .info > .lieu {
	font-size: 14px;
	line-height: 16px;	
}
.cal-list > li > .info > .pres {
	font-size: 12px;
	line-height: 12px;
	color: #666666;	
	padding-top: 8px;
}
.cal-list > li > .info > ul {
	display: table;
	list-style: none;
	margin: 10px 0px 0px;
	padding: 0px;
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.cal-list > li > .info > ul > li {
	display: table-cell;
	cursor: pointer;
	color: #666666;
	font-size: 11px;
	padding: 3px 0px;
}
.cal-list > li > .info > ul > li > a {
	display: block;
	width: 100%;
	color: #666666;
	text-decoration: none;
} 
.cal-list > li > .info > ul > li:hover {
	background-color: rgba(0,0,0,0.05);
}
.cal-list > li > .info > ul > li:hover > a {
	color: #303030;
}
.cal-list-lien {
	color: #666666;
}
.cal-list-lien:hover {
	color: #303030;
	font-weight:bold;
}
	
@media only screen and (max-width: 767px) {
	#btn_up, #btn_back {
		padding:5px;
	}
	.cal-list > li {
		height: auto;
		margin: 20px 10px;
	}
	.cal-list > li > time {
		float: none;
		width: 96%;
		height: auto;
		padding: 5px 2%;
	}
	.cal-list > li time > .date-tot {
		display: block;
	}
	.cal-list > li time > .day,
	.cal-list > li time > .month,
	.cal-list > li time > .year {
		display: none;
	}
	.cal-list > li > .info {
		overflow: auto;
		text-align: center;
		height:auto;
	}
	.cal-list > li > .info > .title,
	.cal-list > li > .info > .lieu,
	.cal-list > li > .info > .pres {
		padding: 10px 8px 0px 8px;
	}
	.cal-list > li > .info > ul {
		position: relative;
		left: auto;
		bottom: auto;
	}
}
@media only screen and (max-width: 479px) {
	.cal-list > li {
		margin: 20px 0px;
	}
}