.container_rowgrid {
  /*background: #eee;*/
  /*width:100%;
  max-height: 280px;
  overflow: hidden;*/
}
/* clearfix */
.container_rowgrid:before,
.container_rowgrid:after {
    content: "";
    display: table;
}
.container_rowgrid:after {
    clear: both;
}
.item {
  float: left;
}
.item img {
  max-width: 100%;
  vertical-align: bottom;
}
.first-item {
  clear: both;
}
/* remove margin bottom on last row */
.last-row, .last-row ~ .item {
  margin-bottom: 0;
}
/*Liste lot*/
#liste-lot.container_rowgrid li {
    background: none;
    padding-bottom: 10px;
}
#liste-lot.container_rowgrid {
    border-bottom: 1px dashed #e0e0de;
    max-height: none;
    overflow: visible;
}