/* Child Theme - Custom CSS File for Buyers to Modify */
.rh_prop_card .rh_prop_card__wrap {
  height: 100%;
  background-color: #ffffff;
}
.rhea_latest_properties_2 .rhea_scale_animation img {
  height: 100%;
  object-fit: cover;
}
.rhea_latest_properties_2 .rhea_permalink {
  height: 100%;
}
@media screen and (min-width: 768px) {
  .rhea_latest_properties_2 .rhea_thumbnail_wrapper {
    height: 300px;
  }
}

/* Custom SLD */
.mt-1 {
  margin-top: 1rem;
}
.mt-2 {
  margin-top: 2rem;
}
.mt-3 {
  margin-top: 3rem;
}

/* Bouton honoraires */
.btn-link {
  text-transform: uppercase;
  color: #333;
  background-color: #FFFFFF;
  border: 1px solid #333;
  border-width: 1px 1px 1px 1px;
  padding: 1rem;
  display: inline-flex;
  transition: all 0.3s ease;
}
.btn-link:hover {
  background: #333;
  color: #fff;
}

.rh_overlay {
  background: rgba(29, 35, 39, 0.8) !important
}

/* Exclusivité */
.rh_label {
  background: #049bd8;
}

.rh_label .rh_label__wrap {
  padding: 0.5rem 1rem;
}

.rh_label span {
  display: none;
}

/* Largeur miniature listing */
@media(min-width: 768px) {
  .rh_list_card__wrap .rh_list_card__thumbnail {
    height: initial;
    width: 60%;
  }
}