html {
  font-size: 16px;
  /* 1rem = 16px */
}

html {
  font-size: 16px;
  /* 1rem = 16px */
}

.realisationsSwiper {
  display: block;
  width: 100vw;
  height: 20rem;
  overflow: hidden;
}
.realisationsSwiper #slide_boxshadow {
  position: relative;
  width: 100%;
  height: 100%;
}
.realisationsSwiper #slide_boxshadow img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  /* Maintenir les proportions de l'image tout en couvrant le conteneur */
}/*# sourceMappingURL=realisations-swiper.css.map */