div#map, div#capture-photo {
    height: 100vh;
}

body.connexion {
    background-image: url("../images/background-min.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

@media (max-width: 825px) {
    body.connexion {
        background-image: none;
        background-color: rgba(147, 125, 125);
    }
}

div.app-nav {
    background-color: rgba(78, 78, 108, 0.08);
}

.hidden{
    display: none !important;
}

div.nav-row {
    /* max-height: 60vh;
    height: 60vh; */
    max-height: 100vh;
    overflow-y: auto;
}

button.btn-join {
    color: #000;
    background-color: #8685BB;
    border-color: #8685BB;
}

input.btn-join {
    color: #000;
    background-color: #8685BB;
    border-color: #8685BB;
}

.form-check-input:checked {
    background-color: #8685BB !important;
    border-color: #8685BB !important;
}

.custom-popup-leaflet .leaflet-popup-tip,
.custom-popup-leaflet .leaflet-popup-content-wrapper {
    background: #fff;
    color: #4E4E6C;
    width: 340px;
    height: auto;
}

div.overlay_map{
    z-index: 1000;
    left: 32vw;
    bottom: 0;
    position: absolute;
}

li.li-hover:hover{
    background-color: rgba(78, 78, 108, 0.08);
}

img.image_popup {
    width: 100%;
    height: 160px;
    display: block;
    padding: 0;
    margin: 0;
}

textarea.notes_popup {
    width: 100%;
    resize: none;
    height: 4rem;
}

button#take-button{
    position: absolute;
    top: 0px;
    right: 0px;
}

button#cancel-button{
    position: absolute;
    top: 0px;
    right: 365px;
}

button#flip-button{
    position: absolute;
    top: 0px;
    right: 175px;
}

div#capture-photo{
    background-color: lightgray;
}

video#webcam{
    margin-top: 4rem !important;
}

.navbarVisio{
    overflow-y: auto;;
}