.bloc-rubrique--grille {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.bloc-rubrique a {
  position: relative;
  display: flex;
  align-items: flex-end;
  height: 300px;
  width: calc(50% - 50px);
  background-size: cover;
  background-position: center;
  padding: 20px;
  text-decoration: none;
}
.bloc-rubrique a:hover, .bloc-rubrique a:active, .bloc-rubrique a:focus {
  text-decoration: none;
}
.bloc-rubrique a > * {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 600px) {
  .bloc-rubrique a {
    width: calc(100% - 40px);
    height: 200px;
  }
}
.bloc-rubrique a:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.bloc-rubrique h2 {
  margin: 0;
  color: #FFFFFF;
}

/*# sourceMappingURL=lcdz-starter.css.map */
