#places header {
    margin-bottom: 50px;
}
#places header .edito {
    margin-bottom: 40px;
}
#places header .tools {
    margin-top: 40px;
}
#places .results {
    /*padding: 0 var(--default-gap);*/
}
#places .results .item {
    margin-bottom: 50px;
}
#place .localize {
    margin-top: var(--default-spacing);
    color: var(--current-color);
}
#place #place_localization_popup {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 10000000;
    background: rgba(255, 255, 255, 0.5);
    display: none;
}
#place.popup_expanded #place_localization_popup {
    display: block;
}
#place_localization_popup > .wrapper {
    background: #fff;
    padding: 20px;
    max-width: 1000px;
    margin: auto;
    height: 80vh;
    margin-top: 10vh;
    box-sizing: border-box;
}
#place_localization_popup #map_container {
    width: 100%;
    height: 100% !important;
}