#place,
#places {
    padding: var(--default-spacing);
}

/* View */
#place header .logo img {
    max-width: 80px;
    display: block;
    margin-right: 10px;
}
#place header .infos {
    display: flex;
}
#place header .infos .access {
}

@media only screen and (min-width: 768px) {
    #place.view > header > .wrapper {
        display: block !important;
    }
}