

.periodes{
	height: 80%;

}
@media (max-width: 800px) {
    .periodes .year {
        width: 100%!important;
    }
}
.periodes .year {
    text-align: center;
    cursor: pointer;
    color: white;
    background: #01A2F2;
    height: 60px;
    line-height: 60px;
    font-size: 2em;
    z-index: 1;
}

.table-days>thead>tr{
    color: black;
}

.periodes .year a{
	color: #788288;
    margin: 0px 10px;
    height: 30px;
    line-height: 30px;
    margin-top: 15px;
    width: 30px;
    background: #fcfcfd;
    border-radius: 0px 2px 2px 0px;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    box-shadow: 0 1px 1px rgba(90,90,90,0.4);
}

.periodes .year a:first-child {
    margin-right: 20px;
    border-radius: 2px 0px 0px 2px;
}

.periodes .year a:nth-child(2):not(:last-child), .periodes .year a:nth-child(2):not(:last-child):hover {
    position: relative;
    background: transparent;
    border:0px;
}

#date_calendar{
    color: white;
    box-shadow: 0px 0px 0px transparent;
}

.periodes .year a:hover {
    background: #ECECEC;
}

.periodes ul{
	list-style: none;
    display: inline-block;
    padding-left: 0px;
}

.periodes ul.ul-months {
	position: fixed;
	margin:0;
	padding: 3px;
	margin-top: 60px;
	width: 80%;
	border-bottom: 1px solid #A9A9A9;
	background: white;
	z-index: 9;
}

.ul-months li{
	display: inline-block;
	width: 14%;
	margin:0;
	padding:0;
	text-align: center;
}

.periodes a {
    text-decoration: none;
    color: #508DFD;
    font-size: 20px;
}

.lesMois{
	position: absolute;
	width: 80%;
	padding-bottom: 100px;
}

.periodes table a {
       text-decoration: none;
    color: #005D8C;
    font-size: 15px;
    float: left;
    margin-left: 10px;
}

span.theMonth {
    font-size: 1.9em;
    float: left;
    margin-top: 30px;
    color: #01A2F2;
    padding-left: 10px;
}

.active{
	color: red;
}

#month1{
	padding-top: 65px;
}

.month{
	width: 100%;
}

.periodes table{
	width: 100%;
}

.periodes th,.periodes td{
	text-align: center;
}

.periodes th{
	border-bottom: 1px solid #A9A9A9;
}

.periodes tr:nth-child(even), .periodes tr:nth-child(odd){
	background: #FFF;
}

.periodes td{
	height: 80px;
	border: 1px solid #F0F0F0;
	width: 14.28%;
    border-radius: 2px;
}

.month table tbody td:first-child {
    font-weight: normal;
}


.periodes .days-before{
	background: #F0F0F0;
}

.now{
	background-color: #CBEEFF;
}

.periodes div.now a{
	color:white;
}

div#currentMonth {
   position: fixed;
    width: 80%;
    padding-left: 10px;
    line-height: 38px;
    margin-top: 82px;
    z-index: 9;
    font-size: 1.5em;
    color: #01A2F2;
    background: #FFF;
    border-bottom: 1px solid #A9A9A9;
    font-weight: bold;
}


/* CALENDAR DAY */


.table-days td{
	line-height: 30px;
	height: 30px; 
	padding-top: 0px;
}

.table-days tr td:first-child{
	width: 1%;
	text-align: left;
	padding-left: 10px;
    color: #01a2f2;
}

.table-days tr td:first-child::after{
    content:' +';
}

div.event{
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	border: 2px solid;
	padding: 0px 5px;
	border-radius: 3px;
}

button#btn-planning {

   		font-size: .6em;
	}

button#btn-planning:hover{
    color: #16292A;
}

span.info_eq {
    float: left;
    border: 1px solid #909090;
    border-radius: 3px;
    padding: 0px 5px;
    margin-bottom: 5px;
    color: #909090;
    font-weight: bold;
}

