.bg-navbar-coniser{
    background-color: #010101;
}
.logo-menu-coniser{
    width: 6em;
}
.logo-hero{
    width: 10em;
}

.border-coniser{
    border-width: 0.5em !important;
    border-color: #010101 !important;
}
.container-coniser-line{
    padding-left: 1em !important;
    padding-right: 1em !important;
}


.map-coniser{
    height: 60vh;
    width: 90%;
    border:0;
    border-radius: 3px;
}

#located{
    color: #ffffff;
    background-color: #393939;
}
.located-icons-coniser{
    height: 25px;
    width: 25px;
    margin: 10px 0 10px 0;
}
.located-info-coniser{
    background-color: #14B065;
    border-radius: 10px;
    margin: 1em 0 1em 0;

}

#footer{
    color: #ffffff;
    background-color: #010101;
}



@media (min-width: 760px) {

    .logo-hero{
        width: 30em;
    }
    .container-coniser-line{
        padding-left: 12em !important;
        padding-right: 12em !important;
    }
    .located-info-coniser{
        background-color: #14B065;
        border-radius: 10px;
        margin: 1em 0 1em 0;
    }

}

@media (min-width: 990px) {
    .map-coniser{
        width: 80%;
    }
}