#properties .property-image img {
	width: inherit;
}

.property-image img.imgAnnonceList {
	width: 100%;
      height: 180px;
      margin: 0 0%; /*auto won't work here*/
      object-fit: cover;
}

.property:hover img, .property:active img, .property:focus img {
  -moz-backface-visibility: hidden;
  top: 0px;
}
.universal-button-simple {

    margin-bottom: 0;
    padding: 3px;
}
aside .property.small {
    margin-bottom: 2px;
}
#sidebar aside {
    margin-bottom: 30px;
}

.col-sm-4{
	margin-bottom: 20px;
}