body {
  background-color: black;
  color: #fff !important; }

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0; }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0; }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left; }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0; }

.google-maps {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden; }

.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }

@media (max-width: 992px) {
  dl {
    margin-top: 20px; } }
dl dt span {
  display: inline-block;
  width: 24px; }
dl .abg-adresse {
  margin-left: 24px; }
dl dd {
  display: none; }

.last {
  margin-bottom: 50px; }

.gallery img {
  border: 2px solid #cfcfcf;
  display: block;
  margin: auto; }
  @media (max-width: 992px) {
    .gallery img {
      margin: 20px auto; } }

.desc {
  margin-top: 40px;
  line-height: 1.5em;
  font-size: 1.2em; }
  .desc p {
    margin-top: 20px;
    margin-bottom: 20px; }
