html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem black;
}
.w-100percent{
    width:100%;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 9px;
}

.nav-barre {
    margin-top: 10px;
}
/* Dropdown Button */
.dropbtn {
    background-color: black;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}
/* Dropdown Button */
.dropbtn {
    background-color: #04AA6D;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    /* Links inside the dropdown */
    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        /* Change color of dropdown links on hover */
        .dropdown-content a:hover {
            background-color: #ddd;
        }

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}
/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
    background-color: black;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: black;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    /* Links inside the dropdown */
    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        /* Change color of dropdown links on hover */
        .dropdown-content a:hover {
            background-color: black;
        }

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {
    display: block;
}

.1_24 {
    overflow: hidden;
}

.e1_24 {
    background-color: rgba(255, 255, 255, 1);
    width: 1440px;
    height: 1024px;
    position: absolute;
}

.e1_25 {
    background-color: rgba(0, 0, 0, 1);
    width: 1647px;
    height: 200px;
    position: absolute;
    left: 0px;
    top: -109px;
}

.e1_26 {
    color: rgba(255, 255, 255, 1);
    width: 147px;
    height: 51px;
    position: absolute;
    left: 56px;
    top: 28px;
    font-family: Inter;
    text-align: left;
    font-size: 25px;
    letter-spacing: 0;
}

.e1_27 {
    color: rgba(255, 255, 255, 1);
    width: 147px;
    height: 51px;
    position: absolute;
    left: 512px;
    top: 35px;
    font-family: Inter;
    text-align: left;
    font-size: 20px;
    letter-spacing: 0;
}

.e1_28 {
    color: rgba(255, 255, 255, 1);
    width: 190px;
    height: 51px;
    position: absolute;
    left: 322px;
    top: 35px;
    font-family: Inter;
    text-align: left;
    font-size: 20px;
    letter-spacing: 0;
}

.e1_58 {
    color: rgba(255, 255, 255, 1);
    width: 190px;
    height: 51px;
    position: absolute;
    left: 227px;
    top: 35px;
    font-family: Inter;
    text-align: left;
    font-size: 20px;
    letter-spacing: 0;
}

.e1_87 {
    transform: rotate(2.4848083448933725e-17deg);
    width: 1440.005615234375px;
    height: 0px;
    position: absolute;
    left: 0px;
    top: 157px;
}

.1_87 {
    border: 1px solid rgba(0, 0, 0, 1);
}

.e1_89 {
    color: rgba(0, 0, 0, 1);
    width: 436px;
    height: 49px;
    position: absolute;
    left: 25px;
    top: 108px;
    font-family: Inter;
    text-align: left;
    font-size: 24px;
    letter-spacing: 0;
}

.logo {
    height: 50px;
    width: auto;
}

.exportOverlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    z-index: 9998;
}

.exportPopup {
    display: none;
    position: fixed;
    top: 30%;
    left: 35%;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #ccc;
    padding: 30px;
    width: 300px;
    text-align: center;
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
    z-index: 9999;
}

.exportMessage {
    font-weight: bold;
    margin-bottom: 15px;
}

.spinnerCustom {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 3px solid #ccc;
    border-top: 3px solid #337ab7;
    border-radius: 50%;
    animation: spin 0.7s linear infinite;
    margin-right: 8px;
}

.toggleDiv {
    display: flex;
    align-items: center;
    gap: 20px;
}

.toggleLabel {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
    margin: 0;
}

.toggleSlider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background-color: @(Model.MyInstallations ? "#4CAF50" : "#ccc");*/
    transition: .4s;
    border-radius: 24px;
}

.toggleSliderBackgroundColorTrue {
    background-color: #4CAF50 ;
}
.toggleSliderBackgroundColorFalse {
    background-color: #ccc;
}
.toggleKnob {
    position: absolute;
    height: 18px;
    width: 18px;
    /*left: @(Model.MyInstallations ? "26px" : "3px");*/
    bottom: 3px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}
.toggleKnobLeftTrue {

    left: 26px;
   
}
.toggleKnobLeftFalse {
    left: 3px;
}

/*COULEUR DES STATUS */
.status-0 {
    color: #A6A6A6;
}
/* NON_COMMENCE */
.status-1 {
    color: #A6A6A6;
}
/* RETOUR */
.status-2 {
    color: #00B050;
}
/* OK_AGREM */
.status-3 {
    color: #9966FF;
}
/* ANNULE */
.status-4 {
    color: #FF0000;
}
/* REFUS */
.status-5 {
    color: #E2EFDA;
}
/* MIGOT */
.status-6 {
    color: #FF0000;
}
/* BLOQUE */
.status-7 {
    color: #A9D08E;
}
/* ENVOYE_AU_CLIENT */
.status-8 {
    color: #E2EFDA;
}
/* DEJA_DECLARE */
.status-9 {
    color: #92D050;
}
/* LI_C_PUBLIC_AU_CONTRAT_DE_MAINTENANCE_ENVOYEE */
.status-10 {
    color: #99FF99;
}
/* LI_C_PUBLIC_INF_600E_ENVOYER */
.status-11 {
    color: #99FF99;
}
/* LI_POST_OK_AGREM_ENVOYEE */
.status-12 {
    color: #E2EFDA;
}
/* CLOTURE */
.status-13 {
    color: #FFC000;
}
/* EN_COURS */
.status-14 {
    color: #92D050;
}
/* LI_Semiautomatic */
.status-15 {
    color: #92D050;
}
/* LI_ENVOYEE_AU_CLIENT */
.status-16 {
    color: #92D050;
}
/* LI_POUR_DEJA_DECLARE */
.status-17 {
    color: #FF0000;
}
/* POSTPONED */
.boxSectionLightBlue {
    background-color: lightblue;
}

.boxSectionLightPink {
    background-color: lightpink;
}
.boxSectionLightYellow {
    background-color: lightyellow;
}
.boxSectionLightGreen {
    background-color: lightgreen;
}
.boxSectionLightGrey {
    background-color: lightgrey;
}
.d-none{
    display:none;
}
.hidden {
    display: none !important;
}
