
/* Agrandit légèrement la photo du hero d'accueil */
body.home .hero .mq-homepage-photo-wrap,
body.home .hero .mq-home-photo-wrap {
  width: 118% !important;
  max-width: none !important;
  margin-left: -9% !important;
  margin-right: -9% !important;
}

body.home .hero .mq-homepage-photo-wrap img,
body.home .hero .mq-home-photo-wrap img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
}

@media (max-width: 1200px) {
  body.home .hero .mq-homepage-photo-wrap,
  body.home .hero .mq-home-photo-wrap {
    width: 110% !important;
    margin-left: -5% !important;
    margin-right: -5% !important;
  }
}

@media (max-width: 768px) {
  body.home .hero .mq-homepage-photo-wrap,
  body.home .hero .mq-home-photo-wrap {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
