body{
    overflow:hidden
}

.title{
    text-align: center;
    margin: 20px;
}

#map {
    margin: auto;
    height: 100vh;
    width: 100%;
}

.inspectorInfos {
    display: flex;
    line-height: 0px;
    flex-direction: row;
    justify-content: flex-start;
    align-content: center;
    flex-wrap: wrap;
    margin-top: -11px;
}

/*@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-15px);
    }

    60% {
        transform: translateY(-7px);
    }
}*/

/* Classe per applicare l'animazione ai marker */
/*.awesome-marker-icon-red awesome-marker leaflet-zoom-animated leaflet-interactive.bounce-animation {
    animation: bounce 2s infinite !important;
    display: inline-block;
    position: relative;
}*/
