#realisationsSection {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin-top: 40px;
}

#realisationsSection img {
  display: block;
  width: 100%;
  margin-top: -110px;
}

#realisationsSection article {
  width: 400px;
  height: 300px;
  border: 1px solid rgb(230, 230, 230);
  box-shadow: -3px 5px rgba(0, 0, 0, 0.2);
  margin: 0 10px;
  color: var(--color2);
  overflow: hidden;
  margin-bottom: 20px;
}

#realisationsSection article:hover {
  cursor: pointer;
  box-shadow: -5px 7px rgba(0, 0, 0, 0.2);
  transform: translate(0, 2px);
}

#realisationsSection article h3 {
  font-size: 1.7rem;
  text-align: center;
  padding: 15px 0;
}

#realisationsSection article .blue {
  display: block;
  background-color: rgb(173, 216, 230);
  width: 100%;
  height: 25%;
  transform: translate(0, 330%);
}/*# sourceMappingURL=realisations.css.map */