.container {
  *zoom: 1; }
.container:before, .container:after {
   content: " ";
   display: table; }
.container:after {
   clear: both; }

.containerCalendrier {
  max-width: 680px;
  margin: 0 auto;
  padding: 0 20px; }
  
@media screen and (max-width: 480px) {
.container {
   padding: 0 10px; } 
}

  /* cal */
.calendar {
	overflow: hidden;
	margin-bottom: 40px;
}
.cal_row {
	overflow: hidden;
    color: #444;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    font-weight: 400; }
.cal_row > div {
	width: 14%;
	height: 100px;
	float: left;
	display: block;
	background: #fff;
	border-bottom: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cal_row > div:hover {
	cursor: pointer;
	background: #f2eee7;
}
.day_names.cal_row > div {
	background: none;
	font-weight: bold;
}
.day_names.cal_row > div:hover {
	cursor: inherit;
}
.cal_row > div:first-child,
.cal_row > div:nth-child(7n+8) {
	border-left: 1px solid #e6e6e6;
}
.day_names.cal_row > div {
	height: auto;
	text-align: center;
	font-weight: normal;
	padding-bottom: 5px;
	border-right-color: #fff;
	border-left-color: #fff;
}
.cal_row .has_event {
	background: #f9f9f9;
}
.cal_row > div i {
	padding: 2px 0 0 4px;
	display: block;
	color: #222;
}
.cal_row > .prev_month i,
.cal_row > .next_month i {
	color: #999;
}
.cal_row > div a {
	font-size: 11px;
	padding: 4px;
	line-height: 12px;
}
.cal_row > div.ferme {
	background-color:#e8e8e7;
}
.cal_row > div.calEvent {
	background-color:#f1d396;
}
.cal_row > div.calEvent:hover {
	background: #f2eee7;
}
@media only screen and (max-width: 600px) {
	.day_names.cal_row > div span {
		display: none;
	}
	.cal_row > div {
		height: 60px;
	}
}
/* fin cal */