html{
    width: 100%;
    height: 100%;
}
body{
    width: 100%;
    height: 100%;
}
.sidebar{
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    background: rgb(226,226,226);
    background: radial-gradient(circle, rgba(226,226,226,1) 0%, rgba(214,244,242,1) 100%);
}
.sidebar>*{
    margin-bottom: 5px;
    width:204px;
}
.contenu{
    background-color: whitesmoke;
}
.dropzone{
    border: 1px solid lightgrey;
    border-radius: 5px;
    background-color: snow;
}
.scrollable{
    overflow-y: auto;
    height: 100%;
}

.row{
    --bs-gutter-x: 0;
}