.ParkListItem {
  position: relative;
  background-color: #fff;
  box-shadow: 0 0 7px rgba(158, 165, 171, 0.7);
  padding: 0 0 1.5em;
  margin-bottom: 2em;
}
.ParkListItem__heading {
  padding: 5px 1.5em .5em;
}
.ParkListItem__heading__logo {
  display: flex;
  height: 60px;
  margin: 15px 10px 0 0;
}
.article .ParkListItem__heading__logo__img,
.ParkListItem__heading__logo__img {
  max-width: 100px;
  max-height: 60px;
  margin: auto 0;
}
.ParkListItem__rating {
  position: relative;
  float: right;
  width: 51px;
  font-size: 1.4em;
  color: #fff;
  font-weight: bold;
  box-sizing: border-box;
  text-align: center;
  background-color: #9CC979;
  margin: -10px 0 0 10px;
  padding: 37px 10px 15px;
}
.ParkListItem__rating::before {
  transform: rotate(45deg);
  display: block;
  position: absolute;
  left: -3px;
  top: 2px;
  content: '';
  border-width: 3px;
  border-style: solid;
  border-color: transparent transparent transparent #000;
}
.ParkListItem__rating::after {
  display: block;
  position: absolute;
  content: '';
  left: 13px;
  top: 11px;
  width: 24px;
  height: 23px;
  background: transparent url(/ui/ArdoerTemp/img/klaver4-white.min.svg) no-repeat center center;
  background-size: contain;
}
.ParkListItem__rating--google {
  background-color: #0F9CD8;
}
.ParkListItem__rating--google::after {
  background-image: url(/ui/ArdoerTemp/img/google-white.min.svg);
}
.ParkListItem__rating--google__star {
  font-size: 9px;
  position: absolute;
  bottom: 5px;
  left: 3px;
}
.ParkListItem__rating--google__star::after {
  opacity: .4;
}
.ParkListItem__rating--ardoer__reviews {
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 13px;
  font-size: 11px;
  line-height: 14px;
  overflow: hidden;
}
.ParkListItem__rating--partner {
  background-color: #f0921e;
  font-size: .7em;
  line-height: 15px;
  padding: 48px 2px 20px;
}
html[lang="fr"] .ParkListItem__rating--partner {
  font-size: .5em;
}
.ParkListItem__distance {
  position: relative;
  float: right;
  width: 51px;
  font-size: 1.4em;
  color: #fff;
  font-weight: bold;
  box-sizing: border-box;
  text-align: center;
  background-color: #9CC979;
  margin: -10px 0 0 10px;
  padding: 37px 10px 15px;
  display: none;
}
.ParkListItem__distance::before {
  transform: rotate(45deg);
  display: block;
  position: absolute;
  left: -3px;
  top: 2px;
  content: '';
  border-width: 3px;
  border-style: solid;
  border-color: transparent transparent transparent #000;
}
.ParkListItem__distance::after {
  display: block;
  position: absolute;
  content: '';
  left: 13px;
  top: 11px;
  width: 24px;
  height: 23px;
  background: transparent url(/ui/ArdoerTemp/img/bicycle.min.svg) no-repeat center center;
  background-size: contain;
}
.ParkListItem__distance--driving {
  background-color: #0F9CD8;
}
.ParkListItem__distance--driving::after {
  background-image: url(/ui/ArdoerTemp/img/car.min.svg);
}
.ParkListItem__heading__compare {
  float: right;
  font-size: 1.2em;
  line-height: 1.9em;
  padding-top: 27px;
}
.ParkListItem__heading__title,
.ParkListItem__heading__title a {
  margin: 0;
  color: #0D5065;
}
.ParkListItem__heading__title {
  font-size: 2em;
}
.ParkListItem__heading__location {
  font-weight: bold;
  color: #0D5065;
  margin: 0;
}

.ParkListItem__content {
  position: relative;
  padding-bottom: 11em;
}

.ParkListItem__content__images {
  height: 0;
  padding-bottom: 43.45%;
  overflow: hidden;
}
.ParkListItem__content__images .flex-viewport {
  margin-right: -1px;
}
.ParkListItem__content__images__large {
  position: relative;
  float: left;
  width: 67%;
  padding-right: 2px;
  box-sizing: border-box;
}
.ParkListItem__content__images__large__image {
  display: block;
  width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimizequality;
}
.ParkListItem__content__images__small {
  float: left;
  width: 33%;
  box-sizing: border-box;
}
.ParkListItem__content__images__small__image {
  display: block;
  width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimizequality;
}
.ParkListItem__content__images__small__image--first {
  padding-bottom: 2px;
}
.ParkListItem__content__description {
  position: absolute;
  bottom: 0;
  padding: 1em 1.2em 0;
  box-sizing: border-box;
  width: 100%;
  line-height: 1.6em;
  height: 11em;
  background-color: #fff;
  transition: max-height .4s ease-in;
}
.ParkListItem__content__description p {
  margin: 0;
}
.ParkListItem__content__description .summary {
  max-height: 11em;
  overflow: hidden;
}
.ParkListItem__content__description .summary li {
  padding-left: 15px;
}
.ParkListItem__content__description .summary li::before {
  top: .6em;
  width: 6px;
  height: 6px;
  border-radius: 5px;
  background: #06a69e none;
}

.ParkListItem__properties {
  position: relative;
  display: block;
  float: right;
  width: 112px;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 1;
}
.ParkListItem__properties__item {
  position: relative;
  float: left;
  display: block;
  width: 32px;
  height: 32px;
  font-size: 0;
  color: transparent;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  margin: 0 0 5px 5px;
  background: #e5ecf2;
}
.ParkListItem__properties__item::before {
  font-size: 28px;
  color: #0D5065;
  width: 32px;
  height: 32px;
  display: block;
}
.ParkListItem__properties__item.icon-camping-33889::before {
  width: 12px;
  height: 18px;
  margin: 6px 10px;
}
.ParkListItem__properties__item__tip {
  position: absolute;
  top: -6px;
  left: 50%;
  font-size: 13px;
  line-height: 1.2em;
  color: #0D5065;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 4px 8px;
  -webkit-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  pointer-events: none;
  opacity: 0;
  transition: .1s opacity ease-in;
}
.ParkListItem__properties__item__tip::before,
.ParkListItem__properties__item__tip::after {
  display: block;
  content: '';
  position: absolute;
  left: 50%;
  bottom: -6px;
  margin-left: -5px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #b4c3cf;
}
.ParkListItem__properties__item__tip::after {
  border-top-color: #fff;
  bottom: -4px;
}
.ParkListItem__properties__item:hover .ParkListItem__properties__item__tip {
  opacity: 1;
}
.ParkListItem__footer {
  margin: .5em 1.5em 0;
}
.ParkListItem__button {
  display: inline-block;
}



@media (max-width: 767px) {
  .ParkListItem__content {
    padding: 0;
  }
  .ParkListItem__content__description {
    position: relative;
    height: auto;
    max-height: inherit;
  }
}



@media (max-width: 500px) {
  .article .ParkListItem__heading__logo__img,
  .ParkListItem__heading__logo__img {
    display: none;
  }
/*
  .ParkListItem__heading__compare {
    line-height: 1.5em;
    padding-top: 0;
  }
  .ParkListItem__rating {
    padding: 0 5px 9px 34px;
    width: 80px;
  }
  .ParkListItem__rating::after {
    left: 7px;
    top: 6px;
  }
  .ParkListItem__rating--google__star {
    bottom: 1px;
    left: 32px;
  }
  .ParkListItem__rating--partner {
    padding: 8px 5px 17px 34px;
  }
*/
}



@media (max-width: 400px) {
  .ParkListItem__heading {
    padding: 5px 4% .5em;
  }
  .ParkListItem__content__description {
    padding: 1em 4% 0;
  }
  .ParkListItem__footer {
    margin: .5em 4% 0;
  }
  .ParkListItem__properties {
    float: none;
    width: 100%;
  }
  .ParkListItem__properties__item {
    width: 28px;
    height: 28px;
    line-height: 28px;
    margin: 0 5px 5px 0;
  }
  .ParkListItem__properties__item::before {
    width: 28px;
    height: 28px;
  }
}