@charset "utf-8";
/* CSS Document event*/

a {color:#CFB40; text-decoration: none}
a:hover, a:focus {color: #000; text-decoration: underline}

table.calendar {
	border-collapse: collapse;
	margin: 10px 0;
	clear: left;
	margin:0; padding:0
}

table.calendar td {
	border: 1px solid #CCCCCC !important;
	vertical-align: top;
	width: 75px;
	height: 65px;
	padding: 5px;
}

/*couleur de fond de la cellule */
table.calendar td.today {
    background: #CFE9D5;
}
/*couleur de fond de la cellule du jour actuel*/
table.calendar td.today span.day {
    font-weight: bold;
    color: #015a27;
}

table.calendar td.weekend {
	background: #E5E5E5;
}

table.calendar td.notinmonth {
	border: none;
}
/*dates passees: text-decoration: line-through;*/
table.calendar td.past {
	background-color: #F8F8F8;
	text-decoration: line-through;
}

table.calendar td.notinmonth.weekend {
	background-color: transparent;
}
/*couleur de la police des dates */
table.calendar td span.day {
	display: block;
	color: #333;
}
/*couleur Reserve */
table.calendar td div.event {
	color: #015A27;
	font-size: 11px;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
}
ul.calendar-nav {
	width: 95%;
	list-style: none;
	margin: 10px;
	padding: 0;
}
ul.calendar-nav li {
	width: 33.3%;
	list-style: none;
	margin: 0;
	padding: 0 0 10px 0;
	display: block;
	float: left;
	text-align: center;
}

ul.calendar-nav li:first-child {
	text-align: left;
}

ul.calendar-nav li:last-child {
	text-align: right;
}

/* --- LISTING --- */

ul.events {
	width: 100%;
	list-style: none;
	margin: 10px;
	padding: 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}

ul.events li {
	vertical-align: top;
	background-color: #DDF1BC;
	clear: left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #A6DA50;
	border-bottom-color: #A6DA50;
}

ul.events li ul {
	list-style: none;
}

ul.events li li {
	border: none;
	border-bottom: 1px dotted #999;
	min-height: 0;
	margin-left: 25px;
	padding: 10px;
	background-color: #fff;
	clear: none;
}

ul.events li li:last-child {
	border-bottom: 0;
}

ul.events li li span.time {
	color: #999;
	font-style: italic;
	font-size: 90%;
	width: 60px;
	text-align: right;
	display: inline-block;
}

ul.events li li div.description {
	margin: 5px 0 0 63px;
	font-size: 86%;
	color: #555;
}

ul.events li li div.description p {
	margin: 0 0 1em 0;
}

ul.events li span.day {
	font-weight: bold;
	font-size: 250%;
	float: left;
	color: #CFB40;
	text-align: right;
	width: 50px;
	margin: 0 0 0 1px;
	padding: 0 15px 0 0;
	line-height: 1;
	border-top: 1px solid #fff;
}

ul.events li:first-child span.day {
	border-top-color: #DDF1BC;
}

ul.event-listing-nav {
	width: 100%;
	list-style: none;
	margin: 10px;
	padding: 0;
	clear: both;
}

ul.event-listing-nav li {
	width: 33.3%;
	list-style: none;
	margin: 0;
	padding: 0 0 10px 0;
	display: block;
	float: left;
	text-align: center;
}

ul.event-listing-nav li:first-child {
	text-align: left;
}

ul.event-listing-nav li:last-child {
	text-align: right;
}

ul.event-listing-nav:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

@media (max-width: 480px) {
	table.calendar {
	border-collapse: collapse;
	margin: 10px 0;
	clear: left;
	padding:0;
	width:100%!important
}
table.calendar td {
    vertical-align: top;
    width: 95% !important;
    height: 30px !important;
    padding: 0 15px !important;
    display: block !important;
    font-size: 18px !important;
}
table.calendar td div.event {
    font-size: 14px !important;
    font-weight: normal !important;
	margin:-25px 0 0 40px
}
table.calendar td.notinmonth {
    display: none !important;
}
table.calendar tr:nth-of-type(even) {
    background: #fff!important
}
table.calendar td span.day {
    display: block;
    color: #000;
    font-weight: 500 !important;
}
}
