#wrapper .bati85-city {
    color: #191919
}

#wrapper .bati85-city__inner {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto
}

#wrapper .bati85-city__lead {
    max-width: 780px;
    margin-bottom: 36px;
    font-size: 1.15rem
}

#wrapper .bati85-city__section {
    padding: 64px 0
}

#wrapper .bati85-city__section h2 {
    margin: 0 0 22px
}

#wrapper .bati85-city__section--listings {
    background: #fafafa
}

#wrapper .bati85-listings-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 32px
}

#wrapper .bati85-listing-card {
    overflow: hidden;
    background: #fff;
    box-shadow: 0 8px 28px rgba(0, 0, 0, .08)
}

#wrapper .bati85-listing-card a {
    display: block;
    color: inherit;
    text-decoration: none
}

#wrapper .bati85-listing-card img {
    display: block;
    width: 100%;
    aspect-ratio: 16/10;
    object-fit: cover
}

#wrapper .bati85-listing-card__content {
    padding: 20px
}

#wrapper .bati85-listing-card h3 {
    margin: 0 0 10px;
    font-size: 1.15rem
}

#wrapper .bati85-listing-card__facts {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-top: 14px
}

#wrapper .bati85-alert-box {
    margin-top: 48px;
    padding: 32px;
    background: #fff;
    border: 2px solid #fdc500
}

#wrapper .bati85-alert-toggle,
#wrapper .bati85-alert-form button[type=submit] {
    padding: 13px 22px;
    border: 0;
    background: #fdc500;
    color: #191919;
    font-weight: 700;
    cursor: pointer
}

#wrapper .bati85-alert-form {
    margin-top: 26px
}

#wrapper .bati85-form-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px
}

#wrapper .bati85-alert-form label {
    display: flex;
    flex-direction: column;
    gap: 7px;
    font-weight: 600
}

#wrapper .bati85-alert-form input,
#wrapper .bati85-alert-form select {
    min-height: 44px;
    padding: 9px 12px;
    border: 1px solid #bbb;
    background: #fff
}

#wrapper .bati85-alert-form fieldset {
    display: flex;
    gap: 24px;
    margin: 24px 0;
    padding: 16px
}

#wrapper .bati85-alert-form fieldset label,
#wrapper .bati85-consent {
    display: flex;
    flex-direction: row;
    align-items: flex-start
}

#wrapper .bati85-alert-form fieldset input,
#wrapper .bati85-consent input {
    min-height: auto
}

#wrapper .bati85-consent {
    margin: 20px 0
}

#wrapper .bati85-hp {
    position: absolute !important;
    left: -10000px !important;
    width: 1px;
    height: 1px;
    overflow: hidden
}

#wrapper .bati85-alert-message {
    margin-bottom: 18px;
    padding: 14px;
    background: #eef8ec
}

#wrapper .bati85-city__nearby {
    background: #191919;
    color: #fff
}

#wrapper .bati85-city__nearby ul {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 24px;
    margin: 0;
    padding: 0;
    list-style: none
}

#wrapper .bati85-city__nearby a {
    color: #fff;
    text-decoration: underline
}

@media(max-width:900px) {

    #wrapper .bati85-listings-grid,
    #wrapper .bati85-form-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
}

@media(max-width:600px) {
    #wrapper .bati85-city__inner {
        width: min(100% - 24px, 1180px)
    }

    #wrapper .bati85-city__section {
        padding: 42px 0
    }

    #wrapper .bati85-listings-grid,
    #wrapper .bati85-form-grid {
        grid-template-columns: 1fr
    }

    #wrapper .bati85-alert-box {
        padding: 22px
    }

    #wrapper .bati85-listing-card__facts {
        flex-direction: column
    }
}
