/*body{
    position:fixed;
    height: 100%;
    width: 100%;
    padding: 0%;
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}*/

.std_icon {
    height: 0.9em;
    margin-right: 5px;
}

.arrow_close {
    height: 0.45em;
    margin-right: 9px;
    margin-bottom: 4px;
}

.arrow_open {
    height: 0.45em;
    margin-right: 9px;
    margin-bottom: 4px;
    transform: rotate(90deg);
}

a{
    text-decoration: none;
}
/*
#dossierFichier{
    height: 100%;
    width: 100%;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}

.dossier {
    vertical-align: top;
    position: relative;
    width:300px;
    height: 100%;
    background-color: #ddd;
    border-right: 2px solid #555;
    padding: 0px;
    margin: 0px;
    text-align: start;
    padding-left: 5px;
}
.fichier {
    vertical-align: top;
    height: 100%;
    border-top: 2px solid rgb(148, 140, 140);
    padding: 0px;
    margin: 0px;
}*/