.lm-grid a {
  text-decoration: none;
}
.lm-grid a:hover .box-img-grid {
  background-color: #cccccc;
}
.lm-grid a:hover img {
  transform: scale(1.1);
}
.lm-grid .box-img-grid {
  height: 300px;
  background-color: #eeeeee;
  overflow: hidden;
}
.lm-grid .box-img-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lm-grid .box-contenu-grid {
  margin-top: 1rem;
}
.lm-grid .box-contenu-grid > * {
  margin-top: 1rem;
}
.lm-grid .single-grid h3 {
  font-size: 1.1rem;
  text-transform: none;
}
.lm-grid .single-grid > div {
  font-size: 0.9rem;
}

/*# sourceMappingURL=block.css.map */
