body.single-property {}

body.single-property .rh_wrap {
    background-color: #FFF;
}

body.single-property .rh_page {
    padding-bottom: 0;
}

body.single-property .rh_property__main .rh_property__content {
    padding-top: 0;
    box-shadow: none;
}

body.single-property .rh_property__main .rh_property__print .rh_single_compare_button,
body.single-property .rh_property__main .rh_property__print .print {
    display: none !important;
}

body.single-property .rh_property__main .rh_property__row .rh_property__meta svg path,
body.single-property .rh_property__main .rh_property__row .rh_property__meta svg circle,
body.single-property .rh_property__main .rh_property__row .rh_property__meta.prop_area svg rect {
    fill: #000000;
}

body.single-property .rh_property__wrap .rh_sidebar .widget {
    box-shadow: none;
    background-color: #F7F7F7;
}

body.single-property .rh_property__wrap .sidebar-agent-form-contact-methods-wrapper {
    display: none !important;
}

/**
 * Listing home
 */
.rhea_property_card_ele_stylish_inner {
    height: 100%;
}

/**
 * Listing recherche
 */
.rh_properties_element .wrapper_properties_ele .rh_prop_card_elementor {
    height: 100%;
}

.rh_properties_element .wrapper_properties_ele .rh_prop_card_elementor .rh_prop_card__wrap .rh_prop_card__thumbnail img {
    height: 230px;
}

.rh_properties_element .wrapper_properties_ele .rh_prop_card_elementor .rh_prop_card__wrap .rh_prop_card__details_elementor h3,
.page-template-properties-search .rh_prop_card .rh_prop_card__wrap .rh_prop_card__details h3 {
    text-transform: uppercase;
    min-height: 57px;
}

.elementor_property_card_parent .rh_prop_card_elementor .rh_prop_card__wrap {
    height: 100%;
    background-color: #FFF;
}

@media (max-width: 1199px) {
    .rh_properties_element .wrapper_properties_ele .rh_prop_card_elementor .rh_prop_card__wrap .rh_prop_card__thumbnail img {
        height: calc(((100vw - 90px) / 3) / 1.5);
    }
}

@media (max-width: 964px) {
    .rh_properties_element .wrapper_properties_ele .rh_prop_card_elementor .rh_prop_card__wrap .rh_prop_card__thumbnail img {
        height: calc(290px / 1.5);
    }
}