.media-fiche__date {
  display: none;
}


img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 700px) {
  .hidemobile {
    display: none;
  }
  .showmobile {
    display: table;
  }
}
@media screen and (min-width: 48em) {
  .carte-a-la-une-card {
    margin-bottom: 2em;
  }
}
.carte-a-la-une-card {
  margin-bottom: 2em;
}/*# sourceMappingURL=semitan.css.map */