/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 .REAL_HOMES_page_top_bottom_padding_nil .cere-map-replaced {
    margin-top: 7rem;
 }

.rh_wrap > .rh_banner:empty {
    background-color : #00233C;
}

.rh_banner.cere-empty-banner-default {
    height: 8rem;
}

.rh_banner.cere-empty-banner-tight {
    height: 4rem;
}

@media only screen and (min-width: 1380px) {
    .rh_banner.cere-empty-banner-default {
        height: 14rem;
    }
    .rh_banner.cere-empty-banner-tight {
        height: 10rem;
    }    
 }

/**
 * Property tag (étiquette) display.
 */
.rh_page__listing .rh_property_card_stylish {
    margin-top: 30px;
}
.rh_page__listing .rh_property_card_stylish.rh_has_property_tag .rh_media {
    margin-top: 20px;
}
.rh_page__listing  .rh_property_card_stylish.rh_has_property_tag .rh_property_card_stylish_inner {
    position: relative;
}
.rh_page__listing .rh_label__property_tag {
    display: block;
    font-size: 14px;
    background: var(--rh-global-color-secondary);
    color: #fff;
    position: absolute;
    top: -13px;
    z-index: 999;
}
.rh_page__listing .rh_label__property_tag .rh_label__wrap {
    position: relative;
    padding: 5px 5px 5px 10px;
    font-size: 14px;
    line-height: 16px;
}
.rh_page__listing .rh_label__property_tag span {
    display: inline-block;
    width: 0;
    height: 0;
    position: absolute;
    right: -9px;
    top: 0;
    border: 0 solid rgba(0, 0, 0, 0);
    border-bottom-width: 13px;
    border-top-width: 13px;
    border-left: 9px solid var(--rh-global-color-secondary);
}
