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

.year {
	color: #D90000;
	font-size: 75px;
}
.relative {
	position: relative;
}
.months {
}
.month {
	margin-top: 12px;
}
.months ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.months ul li a {
	float: left;
	margin: -1px;
	padding: 0px 15px 0px 0px;
	color: #888888;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
}
.months ul li a:hover, .months ul li a.active {
	color: #D90000;
}
/*table {
	border-collapse: collapse;
}
table td {
	border: 1px solid #A3A3A3;
	width: 60px;
	height: 60px;
}
table td.ev {
	color: #666;
	background: #D90000;
}
table td.today {
	border: 2px solid #D90000;
	width: 60px;
	height: 60px;
}
table td.padding {
	border: none;
}
table td:hover {
	background: #DFDFDF;
	cursor: pointer;
}
table th {
	font-weight: normal;
	color: #A8A8A8;
}
table td .day {
	position: absolute;
	color: #8C8C8C;
	bottom: -58px;
	right: 5px;
	font-weight: bold;
	font-size: 20pt;
}
table td.ev .day {
	color: #fff;
}
table td .events {
	position: relative;
	width: 59px;
	height: 0px;
	margin: 5px 0px 0px;
	padding: 0px;
}
table td .events li {
	list-style: none;
	width: 0px;
	height: 0px;
	float: left;
	background: #FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px 5px 5px 5px;
	margin-left: 6px;
	overflow: hidden;
	text-indent: -3000px;
}
table td:hover .events {
	position: absolute;
	left: 440px;
	top: 66px;
	width: 442px;
	list-style: none;
	margin: 0px;
	padding: 11px 0px 0px;
}
table td:hover .events li {
	height: 160px;
	line-height: 40px;
	font-weight: bold;
	border-bottom: 1px solid #D6D6D6;
	padding-left: 41px;
	text-indent: 0;
	background: none;
	width: 500px;
}
table td.ev:hover .day {
	color: #333;
	bottom: -58px;
}
table td:hover .events li:first-child {
	border-top: 1px solid #D6D6D6;
}
table td .daytitle {
	display: none;
}
table td:hover .daytitle {
	position: absolute;
	left: 432px;
	top: 21px;
	width: 442px;
	list-style: none;
	margin: 0px 0px 0px 16px;
	padding: 0px;
	color: #D90000;
	font-size: 41px;
	display: block;
	font-weight: bold;
}*/
H3 {
	font-size: 14px;
}
#colo {
	height: 850px;
	font-size: 36px;
	line-height: 10px;
	columns: 2 300px;
	column-rule: 1px solid rgba(0,0,0,.4);
}
#colo3 {
	/*width: 1200 px;*/
}
.colcal {
	width: 45%;
	margin-right: 4%;
	font-size: 36px;
	float: left;
}
.datetitre {
	color: rgba(123,0,1,1.00);
	line-height: 20px;
}
.dateh {
	font-size: 26px;
}
i.far {
	font-size: 26px;
}