.realisationsImg {
  width: 90%;
  margin: auto;
  padding-bottom: 70px;
  display: flex;
  justify-content: space-around;
  gap: 70px;
  flex-wrap: wrap;
}
.realisationsImg a {
  text-decoration: none;
  color: black;
}

.sdbImg {
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.582);
}
@media screen and (max-width: 450px) {
  .sdbImg {
    width: 100%;
    height: 100%;
  }
}

.carousel {
  width: 500px;
  height: 450px;
  overflow: hidden;
}
@media screen and (max-width: 450px) {
  .carousel {
    width: 100%;
    height: auto;
  }
}

.avantApres {
  position: absolute;
  z-index: 99999;
  bottom: 5%;
  left: 5%;
  color: white;
  background-color: rgba(0, 0, 0, 0.733);
  padding: 5px;
}

h1 {
  margin-top: 20px;
}

.legend {
  width: 70%;
  margin: auto;
  text-align: center;
  padding-top: 10px;
}