/*
 * Header
 */
.block-realisations {
  padding: 40px 206px;
  margin: auto;
  background: #F9FAFC;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  .block-realisations {
    padding: 32px 16px;
  }
}
@media only screen and (max-width: 1366px) {
  .block-realisations {
    padding: 32px 27px;
  }
}
.block-realisations__gallerie--item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 768px) {
  .block-realisations__gallerie--item {
    width: 100%;
    height: 400px;
  }
}
.block-realisations__gallerie--item:nth-child(1) {
  grid-row: 1 / 4;
}
.block-realisations__gallerie--item:nth-child(2) {
  grid-row: 1 / 3;
  grid-column: 2 / 3;
}
.block-realisations__gallerie--item:nth-child(3) {
  grid-column: 3 / 3;
  grid-row: 1 / 4;
}
.block-realisations__gallerie--item:nth-child(4) {
  grid-row: 3 / 7;
  grid-column: 2 / 2;
}
.block-realisations__gallerie--item:nth-child(5) {
  grid-row: 4/6;
}
.block-realisations__gallerie--item:nth-child(6) {
  grid-column: 3/3;
  grid-row: 4/7;
}
.block-realisations__gallerie--item:nth-child(7) {
  grid-row: 6/9;
}
.block-realisations__gallerie--item:nth-child(8) {
  grid-column: 2;
  grid-row: 7/9;
}
.block-realisations__gallerie--item:nth-child(9) {
  grid-column: 3;
  grid-row: 7/9;
}
.block-realisations__gallerie {
  break-inside: avoid;
  gap: 0.5rem;
  padding: 0.5rem;
  display: grid;
  grid-template-rows: repeat(8, 180px);
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 5px;
}
.block-realisations__gallerie img {
  width: 100%;
  margin-bottom: 0.25rem;
}
@media only screen and (max-width: 768px) {
  .block-realisations__gallerie {
    display: flex;
    flex-direction: column;
  }
}
.block-realisations__gallery {
  width: 100%;
}
.block-realisations__gallerie .block-realisations__gallerie--item img {
  width: 100%;
}
.block-realisations__gallery--mobile {
  width: 100%;
  display: none;
}
@media only screen and (max-width: 576px) {
  .block-realisations__gallery--mobile {
    display: table;
  }
}
.block-realisations__gallery_cell {
  width: 33.33%;
  padding: 16px;
}
@media only screen and (max-width: 1200px) {
  .block-realisations__gallery_cell {
    padding: 8px;
  }
}
.block-realisations__gallery_cell--4 {
  width: 25%;
  padding: 8px;
}
.block-realisations__realisation_pic {
  width: 100%;
  height: 389px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .block-realisations__realisation_pic {
    height: 174px;
  }
}
/*# sourceMappingURL=./block-realisations.css.map */