/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 27 February 2021 22:15:17
*/


#content .place-location {
  background: #fbf9f6;
  border-top: 1px solid #d4c18e;
  border-bottom: 1px solid #d4c18e;
}
#content .place-location.with-image {
  min-height: 170px;
  min-height: calc(150px + 2em);
  padding: 0;
}
#content .place-location.with-image p {
  margin: 0.5em 1em 1em 1em;
}
#content .place-location.with-image div, #content .place-location.with-image img {
  width: 100%;
}
@media (min-width: 450px) {
  #content .place-location.with-image {
    padding: 1em;
  }
  #content .place-location.with-image p {
    margin: 0;
    padding-left: 260px;
  }
  #content .place-location.with-image div {
    max-width: 250px;
    width: auto;
    overflow: hidden;
    float: left;
    margin: 0;
  }
  #content .place-location.with-image img {
    max-width: none;
    width: auto;
    margin-left: -50px;
  }
}
@media (min-width: 950px) {
  #content .place-location.with-image p {
    padding-left: 360px;
  }
  #content .place-location.with-image div {
    max-width: none;
  }
  #content .place-location.with-image img {
    margin-left: 0;
  }
}
#content dt, #content dd {
  width: 100%;
}
#content dt {
  margin: 1em 0 0;
  padding: 0.5em 1em;
  background: #f3ede4;
}
#content dd {
  margin: 0.5em 0 1em;
}
#content dd p, #content dd ol, #content dd ul {
  margin: 0 0 0.7em;
}
#content dd p:last-child, #content dd ol:last-child, #content dd ul:last-child {
  margin-bottom: 0;
}
#content dd ul {
  padding: 0 0 0 1.7em;
}
#content dd p.inscription {
  text-align: center;
}
#content dd img.location-map {
  display: block;
}
@media (min-width: 750px) {
  #content dl {
    display: flex;
    flex-flow: row wrap;
  }
  #content dl dt, #content dl dd {
    margin: 0.5em 0;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
  #content dl dt {
    margin-right: 0.5em;
    width: 9em;
  }
  #content dl dd {
    border-top: 1px solid #f3ede4;
    width: calc(100% - 9.5em);
  }
}
#content .image-missing-msg {
  border: 1px solid #d4c18e;
  background: #fbf9f6;
  padding: 1em;
}
