:root{--page-title-display:none;}/* Start custom CSS *//* Desktop */
.map-responsive {
  position: relative;
  width: 100%;
  padding-bottom: 65%;
  height: 0;
}

.map-responsive iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Mobile (iPhone notamment) */
@media (max-width: 767px) {
  .map-responsive {
    padding-bottom: 160%; /* plus haute sur mobile */
  }
}/* End custom CSS */