

#file-tree {
    list-style-type: none;
    font-family: Arial, sans-serif;
}
#file-tree li{
    display: flex;
    flex-direction: column;
}
#file-tree li label{
    margin-bottom: 0;
}
#file-tree > li{
    display: flex;
    margin-bottom: 20px;
}
.folder-toggle {
    cursor: pointer;
    font-weight: bold;
    padding-left: 15px;
    display: inline-block;
}

.nested {
    display: none;
    list-style-type: none;
    padding-left: 20px;
}

.file-item {
    margin: 5px 0;
    white-space: nowrap;
}

.file-item input {
    margin-right: 10px;
}

/* Icônes pour les fichiers */
.file-item span {
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
}