.lm-grid-bouton a {
  text-decoration: none;
}
.lm-grid-bouton a > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #eeeeee;
}
.lm-grid-bouton a > div > div {
  padding: 1rem;
  width: 100%;
}
.lm-grid-bouton .box-img-grid-bouton {
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lm-grid-bouton .box-img-grid-bouton img, .lm-grid-bouton .box-img-grid-bouton svg {
  max-width: 100%;
}
.lm-grid-bouton .box-contenu-grid-bouton {
  padding: 1rem;
}
.lm-grid-bouton .box-lien-grid-bouton {
  margin-top: 1rem;
  display: flex;
  text-align: center;
}
.lm-grid-bouton.img-right .box-img-grid-bouton {
  order: 2;
}
.lm-grid-bouton.img-right .box-img-grid-bouton, .lm-grid-bouton.img-left .box-img-grid-bouton {
  width: 50px;
}
.lm-grid-bouton.img-right .box-img-grid-bouton img, .lm-grid-bouton.img-right .box-img-grid-bouton svg, .lm-grid-bouton.img-left .box-img-grid-bouton img, .lm-grid-bouton.img-left .box-img-grid-bouton svg {
  height: 24px;
}
.lm-grid-bouton.img-right .box-contenu-grid-bouton, .lm-grid-bouton.img-left .box-contenu-grid-bouton {
  width: auto;
  flex-grow: 1;
}

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