
html,
body {
    height: 100%;
    width: 100%;
    padding: 0;
    margin-left: 0;
    overflow: hidden;
}
#loader {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    height: 100%;
    width: 100%;
    left: 0px;
    z-index: 99999999

}
.spiner_img {
    z-index: 99999999;
    position: absolute;
    top: 40%;
    left: 50%;
}
#map {
    height: 100%;
    padding: 0;
    margin-left: 400;
    overflow: hidden;
    width: auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

body {
    padding-top: 50px;
    /*
    padding-bottom: 50px;
*/
}

.container-fluid {
    background-color: #0d0f42;
    color: white;
    cursor: pointer;
    text-shadow: yellow 1px 1px 1px;
    font-family: monospace;
}

.nav nav-justified > li {
    color: #faf9e4;
    cursor: pointer;
}

.nav-justified > li:hover {
    color: #bed248;
    text-transform: uppercase;
    font-kerning: auto;
    font-family: monospace
}

.nav-justified > li > a {
    margin-bottom: 0;
}

.nav-justified > li {
    margin-bottom: 5px;
    text-align: center;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 5px 10px;
}

#dev {
    margin-left: 40%;
    font-family: cursive;
    font-size: 14px;

}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #bed248;
    cursor: default;
    background-color: #0d0f42;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    text-transform: uppercase;
    text-shadow: 1px 0px 1px #000;
    box-shadow: 0 1px 7px rgba(0, 0, 0, 0.65);
    font-weight: bold;


}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #dc3170;
    box-shadow: 0 1px 7px rgba(0, 0, 0, 0.65);
}

#bare {
    height: 100%;
    width: 400;
    top: 47px;
    padding-bottom: 130px;

    position: absolute;
    box-sizing: border-box;
    font-size: 1.1em;
    background-color: #fff;
    background-size: cover;
    box-shadow: 0 1px 7px rgba(0, 0, 0, 0.65);
    transition: 0.5s;
}

#sidebar {
    background-color: #bed248;
    border: solid 1px #0d0f42;
    box-shadow: 1px 1px;

}

#contain {
    padding: 5px 5px;
    height: 100%;

}



#close {
    margin: auto;
    border: 0;
    border-radius: 0;
    cursor: pointer;


}

.panel-heading {
    width: 400px;
    color: #0d0f42;
    background-color: #bed248;
    border: ridge 2px;
    border-radius: 0;
    text-transform: uppercase;
    text-decoration-style: dashed;
    font-family: fantasy;
    cursor: inherit;
    font-weight: bold;
    text-shadow: white 1px 1px 1px;
    font-size: 29px;

}

.panel-body {
    width: 400px;
    border: inset 2px;

}

.panel-footer {
    padding: 5px 10px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.tab-content::-webkit-scrollbar {
    width: 7px;
    height: 5px;
    background: #0d0f42;

}



/*.modal-body*/

.tab-content::-webkit-scrollbar-thumb {
    /*   border-radius: 15px;*/
    background-color: #bed248;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}


.modal-header {
    min-height: 16.42857143px;
    padding: 10px;
    border-bottom: 1px solid #e5e5e5;
    border-radius: 0px;
    text-align: center;
    text-transform: uppercase;
    font-family: consolas;
    background-color: #819605;
    color: #f7f6f6;
    text-shadow: 1px 2px 1px #0d0f42;
    box-shadow: 0px 1px 1px #000;

}

.modal-body {
    padding: 5px;
}

.modal-footer {
    padding: 4px;
}

/*mettre le css pour le checkbox*/

.btn-primary {
    color: #fff;
    background-color: #0d0f42;
    border-color: #428bca;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: #0d0f42;
    background-color: #bed248;
    border-color: #285e8e;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #7d7737;
    box-shadow: 2px 2px 2px #000;

}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: bolder;
    text-align: left;
    white-space: nowrap;
    cursor: pointer;
    -moz-user-select: none;
    -ms-user-select: none;
    border: 1px solid transparent;
    border-radius: 0px;
    box-shadow: 1px 1px 1px #333;
}

/*
accordéon plus
*/

.ui-accordion {
    font-family: consolas;
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: .5em .5em .5em .5em;
    font-size: 100%;
    box-shadow: 1px 2px 1px #000;
    border-radius: 0;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #003eff;
    background: #bed248;
    font-weight: normal;
    color: #0d0f42;
    text-transform: uppercase;
    font-weight: bold;
}

.ui-accordion .ui-accordion-content {
    padding: 1em 1em;
    border-top: 0;
    overflow: auto;
}


/*
boutton à cocher pour les données
*/

.badgebox {
    opacity: 0;
}

.badgebox + .badge {
    /* Move the check mark away when unchecked */
    text-indent: -999999px;
    /* Makes the badge's width stay the same checked and unchecked */
    width: 20px;
}

.badgebox:focus + .badge {
    /* Set something to make the badge looks focused */
    /* This really depends on the application, in my case it was: */
    /* Adding a light border */
    box-shadow: inset 0px 0px 5px;
    /* Taking the difference out of the padding */
}

.badgebox:checked + .badge {
    /* Move the check mark back when checked */
    text-indent: 0;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 5px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #12ef2f;
    text-align: center;
    background-color: #555;
    border-radius: 10px;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 4px;
    font-weight: bold;
    cursor: pointer;
}

.btn i.fa {
    opacity: 0;
}

.btn.active i.fa {
    opacity: 1;
}




.leaflet-bar a:hover {
    background-color: #fff;
    border: 1px groove #368;
    width: 30px;
    height: 30px;
    line-height: 26px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #333;
    border-radius: 0px;
}

.leaflet-bar a {
    background-color: #bed248;
    border: 1px solid #0d0f42;
    width: 30px;
    height: 30px;
    line-height: 26px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #333;
    border-radius: 0px;
}

.leaflet-popup-content-wrapper {
    padding: 1px;
    text-align: left;
    border-radius: 1px;
}

.leaflet-popup-content {
    margin: 10px 19px;
    width: 200px;
}

.info {
    padding: 6px 8px;
    font: 14px/16px Arial, Helvetica, sans-serif;
    background: white;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

.info h4 {
    margin: 0 0 5px;
    color: #777;
}

.legend {
    text-align: left;
    line-height: 17px;
    color: #555;
    max-width: 250px;
    height: 300px;
    font-size: 13px;
    font-family:sans-serif
}

