    /* BASIC THEME CONFIGURATION */
    
    body {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        color: #797979;
        background: #eaeaea;
        padding: 0px !important;
        margin: 0px !important;
        font-size: 14px;
    }
    
    ul li {
        list-style: none;
    }
    
    #container {
        width: 100%;
        height: 100%;
    }
    /*Helpers*/
    
    .mt {
        margin-top: 25px;
    }
    
    .mb {
        margin-bottom: 25px;
    }
    /*sidebar navigation*/
    
    #sidebar {
        width: 290px;
        height: 100%;
        /* position: fixed; */
        background: #f4f5f8;
    }
    
    ul.sidebar-menu,
    ul.sidebar-menu li ul.sub {
        margin: -2px 0 0;
        padding: 0;
    }
    
    ul.sidebar-menu {
        margin-top: 10px;
    }
    
    #sidebar>ul>li>ul.sub {
        display: none;
    }
    
    #sidebar>ul>li.active>ul.sub,
    #sidebar>ul>li>ul.sub>li>a {
        display: block;
    }
    
    ul.sidebar-menu li {
        /*line-height: 20px !important;*/
        /* margin-bottom: 5px; */
        margin-left: 10px;
        height: 35px;
        margin-top: 10px;
        font-size: 13px;
    }
    
    ul.sidebar-menu li.sub-menu {
        line-height: 15px;
    }
    
    ul.sidebar-menu li a span {
        display: inline-block;
    }
    
    ul.sidebar-menu li a {
        color: #141414;
        text-decoration: none;
        display: block;
        padding: 15px 0 15px 10px;
        font-size: 13px;
        outline: none;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    
    ul.sidebar-menu li a i {
        font-size: 15px;
        padding-right: 6px;
    }
    /*--sidebar toggle---*/
    
    .sidebar-toggle-box {
        float: left;
        padding-right: 15px;
        margin-top: 20px;
    }
    
    .sidebar-toggle-box .fa-bars {
        cursor: pointer;
        display: inline-block;
        font-size: 20px;
    }
    
    .sidebar-closed>#sidebar>ul {
        display: none;
    }
    
    .sidebar-closed #menu-droit {
        margin-left: 0px;
    }
    
    .sidebar-closed #sidebar {
        margin-left: -180px;
    }
    
    .inbox-head .sr-input {
        height: 40px;
        border: none;
        box-shadow: none;
        padding: 0 10px;
        float: left;
        border-radius: 4px 0 0 4px;
        color: #8a8a8a;
    }
    
    .inbox-head .sr-btn {
        height: 40px;
        border: none;
        background: #00a6b2;
        color: #fff;
        padding: 0 20px;
        border-radius: 0 4px 4px 0;
        -webkit-border-radius: 0 4px 4px 0;
    }
    /* .wht-bg {
margin-top: -70px;
background: #fff;
}
*/
    
    .wht-bg h4 {
        font-size: 24px;
        color: #a2a2a2;
        font-weight: 300;
    }
    
    .table-inbox-wrap {
        margin: 0 -15px;
    }
    
    .mail-checkbox {
        margin-right: 10px;
    }
    
    ul.inbox-pagination {
        float: right;
    }
    
    ul.inbox-pagination li {
        float: left;
    }
    
    .pagination li a {
        color: #32323a;
    }
    
    .mail-option {
        background-color: rgb(167, 159, 159);
        display: inline-block;
        margin-bottom: 10px;
        width: 99%;
        margin-top: -20px;
        height: 45px;
    }
    /* Contact Form */
    
    #contact {
        padding: 40px 0;
    }
    
    @media (min-width:800px) and (max-device-width:1366px) {
        #apercu_list_doc {
            height: calc(100vh - 150px);
        }
        #controle {
            margin-bottom: 50px
        }
    }
    
    @media (min-width:1400px) and (max-width:1920px) {
        #apercu_list_doc {
            height: calc(100vh - 200px);
        }
        #controle {
            margin-bottom: 10px
        }
    }
    
    @media (min-width:800px) and (max-device-width:1366px) {
        #id-apercu-img {
            width: 92%;
            height: 90%;
        }
        #controle {
            height: auto;
            position: absolute;
            bottom: 5%;
            opacity: 1;
            border-radius: 3px;
            left: 40%;
            margin-right: -50%;
            z-index: 3;
            font-family: 'Google Sans', Roboto, arial, sans-serif;
            color: rgb(255, 255, 255);
            background: rgba(0, 0, 0, 0.75);
            display: inline-block;
            padding: 2px;
            vertical-align: middle;
        }
    }
    
    @media (min-width:1400px) and (max-width:1920px) {
        #id-apercu-img {
            width: 94%;
            height: 95%;
        }
        #controle {
            height: auto;
            position: absolute;
            bottom: 5%;
            opacity: 1;
            border-radius: 3px;
            left: 40%;
            margin-right: -50%;
            z-index: 3;
            font-family: 'Google Sans', Roboto, arial, sans-serif;
            color: #fff;
            background: rgba(0, 0, 0, 0.75);
            display: inline-block;
            padding: 2px;
            vertical-align: middle;
        }
    }
    
    #id-apercu-img {
        width: 96% !important;
    }
    
    #id-apercu-img {
        /*border: double black 1px;*/
        float: left;
        text-align: center;
    }
    
    .list-doc {
        height: calc(96vh - 260px);
    }
    
    .row_splitter {
        height: calc(120vh - 260px);
    }
    
    .apercu {
        border: 2px solid #ffffff;
        margin-top: 1px;
        height: calc(101vh - 263px);
        margin-left: -7px;
        /* height: 90%;
width: : 90%; */
    }
    
    .vsplitbar {
        width: 5px;
        background: rgb(15, 15, 15);
    }
    
    .mail-info {
        background-color: rgb(102, 104, 107);
    }
    
    .bouton-recherche:hover {
        background-color: rgb(102, 104, 107);
    }
    
    .panel-body.minimal {
        height: calc(106vh - 260px);
    }
    
    ;
    .drag-border {
        font-size: 18px;
    }
    
    .inbox-pagination {
        margin-top: 10px;
    }
    
    .corbeille {
        border-bottom: 5px solid #eee;
        margin-right: 25px;
        margin-top: -4px;
        width: 300px;
        height: 47px important;
        width: 100%;
    }
    
    .stockage {
        margin-right: 25px;
        margin-top: 5px;
        width: 300px;
        height: 47px important;
        width: 100%;
    }
    
    .ged_entreprise {
        width: 100%;
    }
    
    .pieces_recus {
        width: 100%;
        /* padding: 0px 10px 4px 10px !important; */
    }
    /*tahiry*/
    
    .list-group-item {
        cursor: pointer
    }
    
    .contextMenu .btn:hover {
        background-color: #CEE3F6;
    }
    
    .contextMenu {
        position: fixed;
        display: none;
        z-index: 10;
    }
    
    .docSelectionner {
        color: #6DA2E2;
        background-color: #E8F0FE;
    }
    
    .docSelectionner2 {
        color: #6DA2E2;
        background-color: #E8F0FE;
    }
    /* .doc-grise {
background-color: #DCDCDC
} */
    
    .repertoire-ouvert {
        background-color: rgb(155, 155, 155) !important
    }
    
    .menu-desactiver {
        cursor: not-allowed !important
    }
    
    #iconNoApercu {
        background-repeat: no-repeat;
        background-position: top;
        background-size: 200px;
    }
    
    .nomDocument {
        text-overflow: ellipsis;
        width: 70%;
        white-space: nowrap;
        overflow: hidden;
        display: inline-block;
        ;
    }
    
    .nom-menu {
        text-overflow: ellipsis;
        width: 70%;
        white-space: nowrap;
        overflow: hidden;
        display: inline-block;
    }
    
    @media (min-width:800px) and (max-device-width:1366px) {
        #doc-contenu #apercu_list_doc {
            height: calc(90vh - 150px);
        }
        #controle {
            margin-bottom: 50px
        }
    }
    
    @media (min-width:1400px) and (max-width:1920px) {
        #doc-contenu #apercu_list_doc {
            height: calc(90vh - 200px);
        }
        #controle {
            margin-bottom: 10px
        }
    }
    
    #doc-contenu .controle {
        opacity: .3;
        border-radius: 1px;
        width: 24px;
        height: 24px;
        margin: 0;
        margin: 8px;
        min-width: 0;
        /* color: rgba(255, 255, 255, .47); */
        text-shadow: none;
        font-size: 11px;
        font-weight: bold;
        text-align: center;
        text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
        vertical-align: middle;
        position: relative;
        display: inline-block;
    }
    
    @media (min-width:800px) and (max-device-width:1366px) {
        #doc-contenu #id-apercu-img {
            width: 92%;
            height: calc(100vh - 200px);
        }
    }
    
    @media (min-width:800px) and (max-device-width:1366px) {
        #doc-contenu #id-apercu-img {
            width: 92%;
            height: calc(100vh - 200px);
        }
    }
    
    @media only screen and (max-width: 1382px) {
        #doc-contenu #controle {
            height: 3.5em;
            width: 10.5em;
            position: relative;
            bottom: 8% !important;
            opacity: 1;
            border-radius: 3px;
            left: 40%;
            margin-right: -50%;
            z-index: 3;
            font-family: 'Google Sans', Roboto, arial, sans-serif;
            color: #fff;
            background: rgba(0, 0, 0, 0.75);
            display: inline-block;
            padding: 2px;
            vertical-align: middle;
            bottom: -60vh;
        }
    }
    
    #doc-contenu #controle {
        height: 3.5em;
        width: 10.5em;
        position: relative;
        bottom: 11%;
        opacity: 1;
        border-radius: 3px;
        left: 40%;
        margin-right: -50%;
        z-index: 3;
        font-family: 'Google Sans', Roboto, arial, sans-serif;
        color: #fff;
        background: rgba(0, 0, 0, 0.75);
        display: inline-block;
        padding: 2px;
        vertical-align: middle;
        bottom: -60vh;
    }
    
    .creerged {
        border-bottom: #eeeeee;
        width: 100%;
        height: auto;
        padding-bottom: 9px;
        margin-top: -3px;
    }
    
    .dropdown-toggle-gedcreer {
        height: 41px;
        text-align: right;
        margin-left: 10px;
        border-radius: 27px;
        box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.24), 0 17px 63px 0 rgba(0, 0, 0, 0.19);
    }
    
    .dropdown-toggle-gedcreer2 {
        width: 80px;
        height: 40px;
        text-align: right;
    }
    
    .dropdown-menu-ged {
        position: absolute;
        z-index: 1000;
        float: left;
        padding: 5px 10px 2px 1px;
        font-size: 14px;
        text-align: left;
        list-style: none;
        background-color: #fff;
        background-clip: padding-box;
        box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
        border-radius: 5px;
        margin-left: 64px;
        width: 200px;
        height: 252px;
    }
    
    .dropdown-menu-ged2 {
        position: absolute;
        z-index: 1000;
        float: left;
        padding: 5px 0;
        font-size: 14px;
        text-align: left;
        list-style: none;
        background-color: #fff;
        background-clip: padding-box;
        box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
        border-radius: 5px;
        margin-left: 6px;
        width: 200px;
    }
    
    .right-click-menu-ged {
        position: absolute;
        z-index: 1000;
        padding: 10px;
        font-size: 14px;
        text-align: left;
        list-style: none;
        background-color: #fff;
        background-clip: padding-box;
        box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
        border-radius: 5px;
        width: 200px;
    }
    
    .dropdown-menu-progression-importation {
        position: absolute;
        z-index: 1000;
        float: left;
        font-size: 14px;
        list-style: none;
        background-color: rgb(207, 45, 45);
        background-clip: padding-box;
        box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
        border-radius: 5px;
        margin-left: 75px;
        margin-top: 680px;
        width: 400px;
        height: 10%;
    }
    
    ul.sidebar-menu li a span {
        display: inline-block;
    }
    
    ul.sidebar-menu li a {
        color: #303030;
        text-decoration: none;
        display: block;
        padding: 9px 0 10px 10px;
        font-size: 13px;
        outline: none;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    
    ul.sidebar-menu li a.active,
    ul.sidebar-menu li a:hover,
    ul.sidebar-menu li a:focus {
        background: #DDDDDD;
        color: rgb(12, 10, 10);
        display: block;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    
    ul.sidebar-menu li a i {
        font-size: 15px;
        padding-right: 6px;
    }
    
    ul.sidebar-menu li a.active i {
        color: #fff;
    }
    /*Antonyo*/
    
    .btn_troispoint {
        margin-top: -4px !important;
        border-color: #FFFFFF;
        border-radius: 2px;
    }
    
    .btn_troispoint:hover {
        border-color: #FFFFFF;
        border-radius: 4px;
    }
    
    .tous_sel {
        padding: 15px 23px;
    }
    
    .panel-container {
        display: flex;
        flex-direction: row;
        border: 1px solid silver;
        overflow: hidden;
        margin-right: -13px;
        margin-left: -45px;
        border-left: 1px solid rgba(192, 192, 192, 0);
        border-right: 1px solid rgba(192, 192, 192, 0);
    }
    
    .panel-left {
        flex: 0 0 auto;
        /* only manually resize */
        white-space: nowrap;
        background-color: #FFFFFF;
        min-width: 500px;
        /* overflow-y: scroll; */
    }
    
    .splitter {
        flex: 0 0 auto;
        width: 18px;
        background: url(https://raw.githubusercontent.com/RickStrahl/jquery-resizable/master/assets/vsizegrip.png) center center no-repeat #535353;
        min-height: 200px;
        cursor: col-resize;
        position: sticky;
        top: 0%;
    }
    
    .panel-right {
        /* position: sticky; */
        top: 0%;
        background-color: #FFFFFF;
    }
    
    #cacher_menu_droite {
        margin-top: 25px;
    }
    
    .poslistederoulant {
        position: absolute;
        min-width: 108px;
        height: auto;
        padding: 2px;
        margin: 0;
        margin-left: 402px;
        margin-top: -30px;
        border: 1px solid #999;
        background: #F8F8F8;
        box-shadow: 2px 2px 2px #AAA;
        z-index: 20;
        overflow: visible;
    }
    
    .listderoulant {
        margin-left: 0px;
        margin-top: 10px;
    }
    
    #coll {
        background-color: #FFFFFF;
        color: black;
    }
    
    #ol-sous_menu {
        margin-left: -2%;
        margin-top: -15px;
    }
    
    #ol-sous_menu1 {
        margin-left: 0%;
        margin-top: -3px;
    }
    
    #ol-sous_menu2 {
        margin-left: 2%;
        margin-top: -3px;
    }
    
    #ol-sous_menu3 {
        margin-left: 4%;
        margin-top: -3px;
    }
    
    #ol-sous_menu4 {
        margin-left: 6%;
        margin-top: -3px;
    }
    
    #ol-sous_menu5 {
        margin-left: 8%;
        margin-top: -3px;
    }
    
    .dropdown {
        position: relative;
        display: inline-block;
    }
    
    .dropdown-content {
        display: none;
        position: absolute;
        background-color: #f9f9f9;
        min-width: 160px;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        padding: 12px 16px;
        z-index: 1;
    }
    
    .dropdown:hover .dropdown-content {
        display: block;
    }
    
    .color-select:hover {
        font-size: 1.5em;
        cursor: pointer;
    }
    
    .dropdown-content {
        min-width: 5px;
        height: auto;
        padding: 2px;
        border: 1px solid #999;
        background: #F8F8F8;
        box-shadow: 2px 2px 2px #AAA;
        z-index: 100;
        overflow: visible;
    }
    
    #doc-contenu .controle:hover {
        background-color: grey;
    }
    
    .input-searchDoc {
        width: 132% !important;
        height: 34px;
        border-left: 0px;
        border-bottom-left-radius: 0px;
        border-top-left-radius: 0px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        margin-left: -1px;
    }
    
    .rechercherDoc {
        border-right: 0px;
        border-bottom-left-radius: 5px;
        border-top-left-radius: 5px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }
    
    .etendremv {
        border-color: #FFFFFF;
    }
    
    .etendremv:hover {
        border-color: #FFFFFF;
    }
    
    .etendre-fermer {
        font-size: 12px;
        background-color: #FFFFFF;
        border-color: #FFFFFF;
        height: 34px;
        margin-left: 3px;
        margin-top: 4.5px;
    }
    
    .entendre_fermer_menugauche {
        width: 100%;
        text-align: center;
        margin-bottom: 11px;
    }
    
    .creerged2 {
        text-align: center;
        width: 100%;
        margin-bottom: 5px;
    }
    
    .pieces_recus2 {
        width: 100%;
        text-align: center;
        margin-bottom: 5px;
    }
    
    .ged_entreprise2 {
        height: 47px important;
        width: 100%;
        text-align: center;
        margin-bottom: 5px;
    }
    
    .corbeille2 {
        text-align: center;
        height: 47px important;
        width: 100%;
        margin-bottom: 5px;
    }
    
    .stockage2 {
        height: 47px important;
        width: 100%;
        text-align: center;
    }
    
    .btn-circle {
        width: 80%;
        height: 80%;
        text-align: center;
        padding: 6px 0;
        font-size: 12px;
        line-height: 1.42;
        /* border-radius: 15px; */
    }
    
    .ctxline {
        width: 100%;
        border: none;
        padding: 6px 6px 6px 6px;
        background-color: white;
        cursor: pointer;
    }
    
    .ctxline:hover {
        border: 1px solid #888888;
        border-radius: 4px;
        background-color: #EEEEEE;
    }
    
    .poslistederoulant {
        position: absolute;
        min-width: 108px;
        height: auto;
        padding: 2px;
        margin: 0;
        margin-left: 402px;
        margin-top: -30px;
        border: 1px solid #999;
        background: white;
        box-shadow: 2px 2px 2px #AAA;
        border-radius: 4px;
        z-index: 20;
        overflow: visible;
        padding-right: 6px;
    }
    
    .menu_poslistederoulant {
        position: absolute;
        min-width: 108px;
        height: auto;
        padding: 2px;
        margin: 0;
        margin-left: 58px;
        margin-top: -30px;
        border: 1px solid #999;
        background: white;
        box-shadow: 2px 2px 2px #AAA;
        border-radius: 4px;
        z-index: 20;
        overflow: visible;
        padding-right: 6px;
    }
    
    .cadreprincipal {
        /* margin-left: -14%; */
        background-color: #FFFFFF;
        width: 100%;
        margin-top: 0px;
    }
    
    #menu_button {
        display: none;
        margin-right: -15px;
    }
    /* @media only screen and (max-width: 660px) {
        .menu_non_button {
            width: 500px;
        }
        .cadreprincipal {
            width: 452px;
        }
    } */
    /* @media only screen and (max-width: 820px) {
        #doc-contenu {
            display: none;
        }
        .cadreprincipal_button {
            width: 70px;
            margin-left: -35px;
        }
        .etendre-fermer {
            display: none;
        }
        .cadreprincipal {
            margin-left: -4%;
            width: 104%;
            margin-top: -1%;
        }
        .dropdown-toggle-gedcreer {
            margin-left: -9px;
        }
    } */
    
    #doc-contenu {
        background-color: #FFFFFF;
        /* width: 80.33%; */
        /* min-width: 859px !important; */
    }
    
    #main-container {
        background-color: #FFFFFF !important;
    }
    /* .etatsuivant {
        width: 45px;
        height: 45px;
        text-align: center;
        padding: 6px 0;
        font-size: 12px;
        line-height: 1.42;
        border-radius: 15px;
    }
    
    .etatprecedent {
        width: 45px;
        height: 45px;
        text-align: center;
        padding: 6px 0;
        font-size: 12px;
        line-height: 1.42;
        border-radius: 15px;
    } */
    /*Tahiry*/
    /* @media (min-width:1400px) and (max-device-width:1920px) {
        #modallisteImport {
            left: 17vh;
            bottom: -51vh
        }
    }
    
    @media (min-width:800px) and (max-device-width:1366px) {
        #modallisteImport {
            left: 0;
            bottom: -42vh
        }
    } */
    
    #ModalProgression {
        left: 68%;
        top: 66%;
    }
    
    .modal-backdrop {
        display: none;
    }
    
    @media (min-width:1400px) and (max-device-width:1920px) {
        .tableauliste {
            height: calc(30vh - 200px);
            width: 97%;
            overflow-y: scroll;
        }
    }
    
    @media (min-width:800px) and (max-device-width:1366px) {
        .tableauliste {
            height: calc(35vh - 200px);
            width: 97%;
            overflow-y: scroll;
        }
    }
    /* Next & previous buttons */
    
    .prev,
    .next {
        z-index: 2;
        cursor: pointer;
        position: absolute;
        top: 50%;
        width: auto;
        margin-top: -22px;
        padding: 16px;
        color: #9ca09f;
        font-weight: bold;
        font-size: 18px;
        transition: 0.6s ease;
        border-radius: 0 33px 33px 0;
        user-select: none;
    }
    /* Position the "next button" to the right */
    
    .next {
        right: -5px;
        border-radius: 33px 0 0 33px;
    }
    /* On hover, add a black background color with a little bit see-through */
    
    .prev:hover,
    .next:hover {
        background-color: rgba(15, 15, 15, 0.8);
    }
    
    .clusterize-thead {
        width: 100%;
        margin-top: 1px;
    }
    
    .poslistederoulantmultiple {
        position: absolute;
        min-width: 108px;
        height: auto;
        padding: 2px;
        margin: 0;
        margin-left: 58px;
        margin-top: -30px;
        border: 1px solid #999;
        background: white;
        box-shadow: 2px 2px 2px #AAA;
        border-radius: 4px;
        z-index: 20;
        overflow: visible;
        padding-right: 6px;
    }
    
    .listderoulantmultiple {
        margin-left: 0px;
        margin-top: 10px;
    }
    
    .text-center {
        padding-top: 8px !important;
    }
    
    #tete_droit {
        display: flex;
        /* margin-left: -62px; */
    }
    /* .hover_btn:hover {
        background-color: #888686 !important;
        border-color: #353434 !important;
    } */
    
    .close {
        font-size: 35px;
        margin-top: 3px;
    }
    
    .vider_corbeille {
        width: 45%;
        height: 47px;
        display: block;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
    
    .vider_corbeille li {
        margin-right: 100%;
    }
    
    .swal2-cancel {
        margin-left: 46px;
    }
    
    .swal2-confirm {
        margin-left: 12px;
    }
    
    /* #menu_non_button {
        width: 325px;
    } */
    /* @media only screen and (max-width: 1233px) {
        .class_chemin {
            margin-left: 14%;
        }
    } */
    
    #menu_button {
        margin-top: 10px;
    }
    
    .mvpiecesupprimer {
        margin-right: 6px;
    }
    
    .entreprise_color {
        margin-left: -5px;
        margin-right: 6px;
        display: block;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden
    }
    
    @media (max-device-width: 1880px) {
        .mvpiecesupprimer,
        .entreprise_color {
            margin-right: -11px;
        }
    }
    /* @media (max-width:1050px) {
        .dropdown-toggle-gedcreer {
            width: 200px;
        }
    } */
    
    #menu-verticale {
        width: 100%;
    }
    
    #reserve_button {
        width: 100%;
    }
    
    .resp {
        display: flex;
        width: 100%;
    }
    
    a {
        color: #303030;
    }
    
    a .badge,
    td .badge {
        background-color: #00b7ff8f;
    }
    
    .sousRepertoire::-webkit-scrollbar,
    #list-document::-webkit-scrollbar,
    .tableauliste::-webkit-scrollbar {
        width: 5px;
    }
    
    #list-document::-webkit-scrollbar-track,
    .tableauliste::-webkit-scrollbar-track {
        background-color: rgba(209, 30, 30, 0);
    }
    
    .sousRepertoire::-webkit-scrollbar-track {
        background-color: rgba(255, 255, 255);
    }
    
    #list-document::-webkit-scrollbar-thumb,
    .tableauliste::-webkit-scrollbar-thumb {
        background-color: rgb(128, 128, 128);
        border-radius: 15px;
    }
    
    .sousRepertoire::-webkit-scrollbar-thumb {
        background-color: rgb(255, 255, 255);
        border-radius: 15px;
    }
    
    .sousRepertoire::-webkit-scrollbar-thumb:hover,
    #list-document::-webkit-scrollbar-thumb:hover,
    .tableauliste::-webkit-scrollbar-thumb:hover {
        background-color: rgb(47, 47, 47);
    }
    
    .sousRepertoire::-webkit-scrollbar-track:hover,
    #list-document::-webkit-scrollbar-track:hover,
    .tableauliste::-webkit-scrollbar-track:hover {
        color: #f5f5f5;
        border: 1px solid #3e3d3d37;
    }
    
    #list-document,
    .tableauliste {
        scrollbar-width: thin;
        scrollbar-color: rgb(128, 128, 128) rgba(209, 30, 30, 0);
    }
    
    .sousRepertoire {
        scrollbar-width: thin;
        scrollbar-color: rgb(255, 255, 255) rgba(209, 30, 30, 0);
    }
    
    .btn-action-move,
    .btn-action-edit-file,
    .btn-action-edit-folder,
    .btn-action-delete,
    .btn-action-copy,
    .btn-action-download,
    .btn-action-open-new-tab,
    .btn-action-palette {
        text-align: right;
        border-color: rgb(255 255 255 / 0%);
        margin: 5px 5px 0px 5px;
        background-color: #70809000;
    }
    
    .app-header .app-logo .app-title h1,
    .app-header .app-zone .titre-logiciel-transveral h1 {
        color: #626262;
    }
    
    .sous-repertoire-ouvert {
        background-color: #bbb !important
    }
    
    [data-title]:hover:after {
        opacity: 1;
        transition: all 0.1s ease 0.5s;
        visibility: visible;
    }
    
    [data-title]:after {
        content: attr(data-title);
        position: absolute;
        bottom: -1.6em;
        left: 0%;
        padding: 4px 4px 4px 8px;
        color: #222;
        white-space: nowrap;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        -moz-box-shadow: 0px 0px 4px #222;
        -webkit-box-shadow: 0px 0px 4px #222;
        box-shadow: 0px 0px 4px #222;
        background-image: -moz-linear-gradient(top, #f8f8f8, #cccccc);
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f8f8f8), color-stop(1, #cccccc));
        background-image: -webkit-linear-gradient(top, #f8f8f8, #cccccc);
        background-image: -moz-linear-gradient(top, #f8f8f8, #cccccc);
        background-image: -ms-linear-gradient(top, #f8f8f8, #cccccc);
        background-image: -o-linear-gradient(top, #f8f8f8, #cccccc);
        opacity: 0;
        z-index: 99999999;
        visibility: hidden;
    }
    
    #sroll_modal_deplacement::-webkit-scrollbar-thumb {
        background-color: rgba(242, 246, 248, 0.87);
        border-radius: 15px;
    }
    
    #sroll_modal_deplacement::-webkit-scrollbar-thumb:hover {
        background-color: rgb(78 77 77);
    }
    
    #sroll_modal_deplacement::-webkit-scrollbar {
        width: 7px;
    }
    
    #sroll_modal_deplacement::-webkit-scrollbar {
        width: 10px;
    }
    
    #sroll_modal_deplacement {
        scrollbar-width: thin;
        scrollbar-color: rgb(128, 128, 128) rgba(209, 30, 30, 0);
    }
    
    #player {
        height: 97% !important;
        width: 100% !important;
    }
    
    #listderoulant_detail {
        margin-left: 6px;
    }
    
    .poslistederoulant_detail {
        position: fixed;
        min-width: 200px;
        height: auto;
        padding: 2px;
        margin: 0;
        margin-left: 266px;
        margin-top: 3px;
        border: 1px solid #999;
        background: #F8F8F8;
        box-shadow: 2px 2px 2px #AAA;
        z-index: 20;
        overflow: visible;
        text-align: start;
        border-radius: 10px;
        max-width: 250px;
        right: 20px;
    }
    
    #apercupict::-webkit-scrollbar {
        width: 8px;
    }
    
    #apercupict::-webkit-scrollbar-track {
        color: #f5f5f5;
        /*     border: 1px solid #5a595937; */
    }
    
    #apercupictt::-webkit-scrollbar-thumb {
        background-color: rgb(130 128 128 / 1);
        /*     border-radius: 15px; */
        border: 2px solid #797878;
    }
    
    #apercupict::-webkit-scrollbar-thumb:hover {
        background-color: rgb(78 77 77);
    }
    
    #apercupict::-webkit-scrollbar-track:hover {
        color: #f5f5f5;
        border: 1px solid #3e3d3d37;
    }
    
    #apercupict {
        scrollbar-width: thin;
        scrollbar-color: rgb(128, 128, 128) rgba(209, 30, 30, 0);
    }
    
    #container_progression {
        width: 239% !important;
    }
    
    #modallisteImport {
        width: 92% !important;
    }

    #texteur_ico{
        width: 30px;
        height: 24px;
        position: static;
        margin: 1px -8px 1px;
    }

    #tableur_ico{
        width: 28px;
        height: 24px;
        position: static;
        margin: 1px -8px 1px;
    }

	#btn_cacherDetail{
		right:5px;
        margin-top: -15px;
		position:absolute;
		background-color:#FFFFFF;
	}
	
	#btn_afficherDetail{
		right:5px;
		position:absolute;
		background-color:#FFFFFF;
		display:none;
	}
	.button_masquer-detail{
		width:100%;
		border-bottom:2px solid
	}
