

ul
{
    list-style-type: none
}

.calendrier
{
    width: 100%;
    transition: 0.3s;
    overflow: hidden
}

.calendrier > div
{
    margin-bottom: 20px;
    text-align: center
}

.calendrier select
{
    border: none;
    padding: 10px;
}

.calendrier table
{
    width: 100%;
    border-collapse: collapse
}

.calendrier th
{
    text-align: center;
    height: 30px;
    background: #666;
    color: white
}

.calendrier td
{
    text-align: center;
    height: 40px
}

.btn
{
    border-radius: 0;
    border: none;
    width: 100%;
    height: 100%
}

.case button:hover
{
    background: #999
}

.now
{
    background: #ebe8e7
}