@import url(https://fonts.googleapis.com/css?family=Roboto:400,700|Montserrat:400,700|Open+Sans:400,700,300);




/* at a glance*/

.legendes_day {
display:inline-block;
width:32.7%;
height: 20px;
font-family: 'Open Sans', sans serif;
font-size:0.8em;
text-align:center;
}

.button_day {
display:inline-block;
width:32.7%;
font-family: 'Open Sans', sans serif;
color:#333;
text-transform:uppercase;
font-size:0.8em;
line-height:0.9em;
padding-top:5px;
padding-bottom:3px;
margin-bottom:2px;
text-align:center;
background-color: rgba(255, 255, 255,1);
border-color:rgba(0, 0, 0,0.5);
border-width:1px;
border-style:solid;
text-decoration:none;
overflow:hidden;
-webkit-transition-property: background-color, color;
-webkit-transition-duration: 0.5s, 0.5s;
-moz-transition-property: background-color;
-moz-transition-duration: 0.5s, 0.5s;
transition-property: background-color, color;
transition-duration: 0.5s, 0.5s;
}

.button_day:hover {

	color:#fff;
	background-color: rgba(108, 187, 224,1);
border-color:rgba(108, 187, 224,1);
}

.button_day_yes {
display:inline-block;
width:32.7%;
font-family: 'Open Sans', sans serif;
font-size:0.8em;
text-transform:uppercase;
line-height:0.9em;
color:#FFF;
padding-top:5px;
padding-bottom:3px;
margin-bottom:2px;
text-align:center;
background-color: rgba(108, 187, 224,1);
border-color:rgba(108, 187, 224,1);
border-width:1px;
border-style:solid;
text-decoration:none;
overflow:hidden;
-webkit-transition-property: background-color, color;
-webkit-transition-duration: 0.5s, 0.5s;
-moz-transition-property: background-color;
-moz-transition-duration: 0.5s, 0.5s;
transition-property: background-color, color;
transition-duration: 0.5s, 0.5s;
}

.button_day_yes:hover {
	background-color: #FFF;
	color:#333;
	border-color:rgba(0,0, 0,0.3);
}


.button_day_moins {
display:inline-block;
width:32%;
font-family: 'Open Sans', sans serif;
font-size:0.8em;
line-height:0.9em;
color:#999;
padding-top:5px;
padding-bottom:3px;
margin-bottom:2px;
text-align:center;
background-color: #ffffff;
border-color:rgba(15,0,0,0.2);
border-width:1px;
border-style:solid;
text-decoration:none;
overflow:hidden;
}



.button_register{
display:inline-block;
font-family: 'Open Sans', sans serif;
font-size:1em;
line-height:0.9em;
padding:8px;
margin: 12px 0 8px 0;
text-align:left;
background-color: rgba(108, 187, 224,1);
color:#fff;
text-decoration:none;
overflow:hidden;
	-webkit-transition-property: background-color, color;
-webkit-transition-duration: 0.5s, 0.5s;
-moz-transition-property: background-color;
-moz-transition-duration: 0.5s, 0.5s;
transition-property: background-color, color;
transition-duration: 0.5s, 0.5s;
}

.button_register:hover {
	background-color: #0d96d4;
	color:#fff;
}

@media all and (max-width: 480px) {
	
	.button_day {
font-size:0.7em;
width:32%;
	}
		.button_day_yes {
font-size:0.7em;
width:32%;
	}
			.button_day_moins {
font-size:0.7em;
	}

.button_day_2l_yes {
font-size:0.7em;
width:32%;
}

.button_day_2l {
font-size:0.7em;
}

.legendes_day {
font-size:0.7em;
width:32%;
}
}
