        /* BASIC THEME CONFIGURATION */
        
        body {
            /* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
            color: #797979;
            background-color: #FFFFFF;
            font-size: 14px;
            font-weight: bold;
        }

        #gedLiteContainer{
            padding: 15px;
        }
        
        #myModalgedLite {
            display: none;
            /* Hidden by default */
            position: fixed;
            /* Stay in place */
            z-index: 9999;
            /* Sit on top */
            padding-top: 100px;
            /* Location of the box */
            left: 0;
            top: 0;
            width: 100%;
            /* Full width */
            height: 100%;
            /* Full height */
            overflow: auto;
            /* Enable scroll if needed */
            background-color: rgb(0, 0, 0);
            /* Fallback color */
            background-color: rgba(0, 0, 0, 0.4);
            /* Black w/ opacity */
        }
        /* Modal Content */
        
        .modal-content_gedlite {
            position: relative;
            background-color: #fefefe;
            margin: auto;
            padding: 0;
            border: 1px solid #888;
            width: 80%;
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
            -webkit-animation-name: animatetop;
            -webkit-animation-duration: 0.4s;
            animation-name: animatetop;
            animation-duration: 0.4s;
            width: 50%;
        }
        /* Add Animation */
        
        @-webkit-keyframes animatetop {
            from {
                top: -300px;
                opacity: 0
            }
            to {
                top: 0;
                opacity: 1
            }
        }
        
        @keyframes animatetop {
            from {
                top: -300px;
                opacity: 0
            }
            to {
                top: 0;
                opacity: 1
            }
        }
        /* The Close Button */
        
        .closemodal_gedlite {
            color: white;
            float: right;
            font-size: 28px;
            font-weight: bold;
        }
        
        .closemodal_gedlite:hover,
        .closemodal_gedlite:focus {
            color: #000;
            text-decoration: none;
            cursor: pointer;
        }
        
        .modal-header_gedlite {
            padding: 2px 16px;
            background-color: #939793;
            color: white;
        }
        
        .modal-body_gedlite {
            padding: 2px 16px;
        }
        
        .modal-footer_gedlite {
            padding: 2px 16px;
            background-color: #939793;
            color: white;
        }
        
        .chargementGif {
            position: static;
            background-image: url("http://gedv2.manao.local/assets/styleged/img/ged/loader.gif");
            background-repeat: no-repeat;
            background-position: center;
            z-index: 100;
        }
        
        .entete_container_gedlite .gedLiteContainer {
            display: flex;
            width: 100%;
            height: 55rem;
            flex-direction: column;
            border: 1px solid;
        }
        
        .entete_container_gedlite .sous_gedContainer_titre {
            display: flex;
            width: 70%;
            height: auto;
        }
        
        .sous_gedContainer_button {
            display: flex;
            width: 30%;
            height: auto;
            flex-direction: row-reverse;
        }
        
        .entete_container_gedlite {
            display: flex;
            width: auto;
            height: auto;
            flex-direction: row;
        }
        
        .listFichierGedlite {
            display: flex;
            width: auto;
            height: auto;
            max-height: 600px;
            overflow: auto;
        }
        
        .sous_gedContainer .myBtnGedLite {
            margin: auto;
        }
        
         .myBtnGedLite {
             /* background-color: #D0D0D7;
            border-radius: 40em;  */
            border-style: none;
            color: #000000;
            cursor: pointer;
            display: inline-block;
            /* font-size: 1.1rem; */
            text-align: center;
            margin: 2px;
        }
        
        .btn_supprimer_gedlite {
            appearance: none;
            background-color: #FFFFFF;
            border-radius: 40em;
            border-style: none;
            box-sizing: border-box;
            color: #535252;
            cursor: pointer;
            display: inline-block;
            font-family: -apple-system, sans-serif;
            font-size: 1.2rem;
            font-weight: 700;
            letter-spacing: -.24px;
            margin: 0;
            outline: none;
            padding: 0.3rem 0.5rem;
            quotes: auto;
            text-align: center;
            text-decoration: none;
            transition: all .15s;
            user-select: none;
            -webkit-user-select: none;
            touch-action: manipulation;
        }
        
        .btn_modifier_gedlite {
            appearance: none;
            background-color: #FFFFFF;
            border-radius: 40em;
            border-style: none;
            /* box-shadow: #9A9C9F 0 -12px 6px inset; */
            box-sizing: border-box;
            color: #535252;
            cursor: pointer;
            display: inline-block;
            font-family: -apple-system, sans-serif;
            font-size: 1.2rem;
            font-weight: 700;
            letter-spacing: -.24px;
            margin: 0;
            outline: none;
            padding: 0.3rem 0.5rem;
            quotes: auto;
            text-align: center;
            text-decoration: none;
            transition: all .15s;
            user-select: none;
            -webkit-user-select: none;
            touch-action: manipulation;
        }

        .btn_telecharger_gedlite {
            appearance: none;
            background-color: #FFFFFF;
            border-radius: 40em;
            border-style: none;
            /* box-shadow: #9A9C9F 0 -12px 6px inset; */
            box-sizing: border-box;
            color: #535252;
            cursor: pointer;
            display: inline-block;
            font-family: -apple-system, sans-serif;
            font-size: 1.2rem;
            font-weight: 700;
            letter-spacing: -.24px;
            margin: 0;
            outline: none;
            padding: 0.3rem 0.5rem;
            quotes: auto;
            text-align: center;
            text-decoration: none;
            transition: all .15s;
            user-select: none;
            -webkit-user-select: none;
            touch-action: manipulation;
        }
        
        #importationTerminer {
            appearance: none;
            background-color: #FFFFFF;
            border-radius: 40em;
            border-style: none;
            /* box-shadow: #9A9C9F 0 -12px 6px inset; */
            box-sizing: border-box;
            color: #535252;
            cursor: pointer;
            display: inline-block;
            font-family: -apple-system, sans-serif;
            font-size: 1.2rem;
            font-weight: 700;
            letter-spacing: -.24px;
            margin: 0;
            outline: none;
            padding: 0.5rem 2.5rem;
            quotes: auto;
            text-align: center;
            text-decoration: none;
            transition: all .15s;
            user-select: none;
            -webkit-user-select: none;
            touch-action: manipulation;
        }
        
        .myBtnGedLite:active {
            transform: scale(1.025);
        }
        
        @media (min-width: 768px) {
            .myBtnGedLite {
                padding: 0.5rem 2rem;
            }
        }
        
        .styled-table_gedlite {
            border-collapse: collapse;
            font-size: 0.9em;
            font-family: sans-serif;
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
            width: 100%;
        }
        
        .styled-table_gedlite thead tr {
            background-color: #E9E9F0;
            color: #383636;
            text-align: left;
        }
        
        .styled-table_gedlite th,
        .styled-table_gedlite td {
            padding: 10px 5px;
            text-align: left;
        }
        
        .styled-table_gedlite tbody tr {
            border-bottom: 1px solid #dddddd;
        }
        
        .styled-table_gedlite #tbody_gedlite tr:hover {
            background-color: #A1A5A4;
            color: #FFFFFF;
        }
        
        #modal_modif_gedlite {
            position: fixed;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
            z-index: 9999;
        }

        .modal-content_modif_gedlite{
            position: absolute;
            top: 45%;
            left: 50%;
            transform: translate(-50%, -50%);
            background-color: white;
            padding: 1rem 1.5rem;
            width: 38%;
            border-radius: 0.5rem;
            height: 22%;
          
        }
        
        .modal-modal-content_modif_gedlite {
            position: absolute;
            top: 45%;
            left: 50%;
            transform: translate(-50%, -50%);
            background-color: white;
            padding: 1rem 1.5rem;
            width: 35rem;
            border-radius: 0.5rem;
            height: 10rem;
        }
        
        .close-close-button {
            float: right;
            width: 2.5rem;
            line-height: 2.5rem;
            text-align: center;
            cursor: pointer;
            border-radius: 0.25rem;
            background-color: lightgray;
        }
        /* .close_button_gedlite{
            float: right;
            width: 1.5rem;
            line-height: 1.5rem;
            text-align: center;
            cursor: pointer;
            border-radius: 0.25rem;
            background-color: lightgray;
        } */
        
        .close-button-button:hover {
            background-color: darkgray;
        }
        
        .show-modal {
            opacity: 1;
            visibility: visible;
            transform: scale(1.0);
            transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
        }
        
        .input_modif_gedlite {
            width: 85%;
            border-radius: 4px;
            height: 41%;
            margin: 11px;
        }
        
        .content_modal_gedlite {
            width: 100%;
            height: 100px;
        }
        
        .button_modif_fichgedlite {
            float: inline-end;
            position: unset;
            top: 2px;
            margin-top: -23px;
            width: 7rem;
            height: 2.5rem;
            border-radius: 10px 10px 10px 10px;
            margin-left: 5px;
        }

        .close_button_gedlite {
            float: inline-end;
            position: unset;
            top: 2px;
            margin-top: -23px;
            width: 7rem;
            height: 2.5rem;
            border-radius: 10px 10px 10px 10px;
        }

        .list_content_ged{
            width: 100%;
            height: auto;
            display: flex;
        }

        #erreur_connection{
            position: absolute;
            width: 100%;
            text-align: center;
            margin: 3% 0%;
            font-size: 22px;
            width: 100%;
        }

        #chargement-contenue_gedlite{
            position: absolute;
            z-index: 1000;
            width: 200px;
            height: 200px;
            margin: 10% 36%;
        }

        #repertoire_vide_gedlite{
            position: absolute;
            z-index: 1000;
            width: 200px;
            height: 200px;
            margin: 10% 31%;
        }


        