@charset "UTF-8";

/* CSS Document */
.ban_home_media{
position: relative;
  margin: 0 auto;
  width: 100%;
  min-height: 440px;
  overflow: hidden;
}
  .img_banhome_petite {
    display: none;
  }
.img_banhome_grande {
     display: block;
  }
@media screen and (max-width: 768px) {
  .img_banhome_petite {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .img_banhome_grande {
    display: none;
  }
}