.calendar-table{    
    font-family: Trebuchet Ms;
    width: 280px;
    margin: auto;
    
}
.calendar-table th{
    text-align: center;
    font-weight: 100;
    color: #082e54;
    font-size: 1em;
}
.calendar-table th b{    
    font-size: 1.3em;
}
.calendar-header{
    font-size: 1em;
}
.calendar-header-day{
    height: 50px;
    font-weight: bold;
    color: #082e54;
    text-align: center;
}
.calendar-day{
    background: rgba(250,230,230,0.9);
    cursor: pointer;
    height: 40px;
    width: 40px;    
    text-align: center;
    box-shadow: 0px 0px 4px rgba(0,0,230,0.2);
}
.calendar-day:hover{
    background: rgba(255,230,230,0.3);
}
.calendar-day a{
    text-decoration: none;
    font-size: .9em;
}
.today{
    background: #FAE6E6E6;
    color: #fff;
}
.calendar{
    min-height: 314px;
}
.evenement{
    width: 280px;
    margin: auto;
    margin-top: 20px;
}
.titre{
    font-size: 1em;
    font-weight: bold;
}
.texte{
    font-size: 1em;
}
.calendar-container{
    width: 400px;
    margin: auto;
}
.navigator button:nth-child(2){
    position: relative;
    left: 110px;
}
.navigator{
    padding-top: 20px;
    width: 280px;
    margin: auto;
}