
.semaine-titre {
width : 100%;
background-color:#646f77;
margin:5px;

}

.jour-titre {
width : 100%;
height : 50px;
background-color:#2196f3;
margin:5px;
font-size: 13px;
color: #ffffff;

}



.semaine {
width : 100%;
/*background-color:#2196f3;*/
margin: 5px;



}

.jour {
width : 100%;
height : 50px;
background-color:#99bab4;
margin: 5px;
font-size: 14px;
color: #ffffff;

}
.jour-vide {
width : 100%;
height : 50px;
background-color:#dbadbb;
font-size: 14px;
margin: 5px;


}

