/*Reset CSS*/
.sousCalendrier {
    list-style-type: none;
    display: none;
    position: absolute;
    background-color:#0D6EFD;
    width:412px;
    z-index: 1000;
}

.sousCalendrier li{
    float: none;
    text-align: center;
}

.sousCalendrier a{
    color:white;
    text-decoration : none;
}

.deroulant:hover .sousCalendrier{
    display: block;
}

/*description */
.sous {
    display: none;
    position: absolute;
    z-index: 1000;
    width:27.8%;
    font-size: 13px;
}
.sous--right {
    right:3px;
}

.sous--accueil {
    width:250px;
    font-size: 12px;
}

.deroulant:hover .sous{
    display: block;
}

