body {
    background-color: rgb(27, 27, 27);
    width: 100vw;
    height: 100vh;
    display: grid;
    grid-template-rows: auto 1fr;
    overflow: hidden;
}

.hide-tree  {
    background: linear-gradient(0deg, rgba(0,0,0,0.8757878151260504) 34%, rgba(72,95,199,0.5508578431372548) 59%, rgba(15,15,15,0) 86%);
    height: 100%;
    width: 100%;
    position: absolute;
}

.hide-tree div {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: end;
}

.hide-tree div a {
    margin-bottom: 3%;
    /* background-color: #00d1b2; */
    color: white;
    border: 0;
    pointer-events: all;
}

.hide-tree div a:hover {
    border: 1px solid rgb(130, 216, 0);
    color: white;
}

.hide-tree div a:focus {
    border: 1px solid rgb(0, 14, 216);
    color: white;
}

/*                                   */

.container-1 {
    min-height: 50%;
    width: 100%;
    background-color: rgb(27, 27, 27);
}

.container-2 {
    height: auto;
    width: 100%;
    background-color: rgb(226, 226, 226);
}

.directory-tree {
    display: block;
    list-style: none;
}

.directory-tree h6 {
    margin-bottom: 0px;
}

.directory-tree h5 {
    margin-bottom: 0px;
}

.directory-tree dd {
    margin-left: 1em;
}

.directory-tree li{
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    margin-right: 5px;
}

.directory-tree li::before {
    display: block;
    border-top: 2px solid #000000a6;
    content: '';
    width: 10px;
    height: 0;
}

.div-line {
    border-left: 2px solid #000000a6;
    margin-left: 10px;
}

.div-center-line {
    border-bottom: 2px solid #000000a6;
    width: 1%;
    height: 0px;
    padding-top: 2%;
}

.arborescence {
    position: relative;
    width: 100%;
    margin-bottom: 2%;
}

.arborescence .box { 
    width: 100%;
    max-height: 35vh;
    overflow: hidden;
}
