.page-template-page-ville .city-template-page {
  background: #fff;
}

.page-template-page-ville .city-template-map-shell .entry-content {
  align-items: stretch;
}

.page-template-page-ville .city-map-subtitle {
  margin: 0;
  color: #5f5f5f;
  font-size: 0.95rem;
}

.page-template-page-ville #post730 .entry-content .left-col .list-properties-title-block h1 {
  margin: 0;
  font-size: clamp(22px, 2.4vw, 34px);
  line-height: 1.1;
  padding-bottom: 8px;
}

.page-template-page-ville #post730 .entry-content .left-col .list-properties-title-block .city-all-cities-link {
  display: inline-block;
  margin-bottom: 12px;
  color: #5f5f5f;
  text-decoration: underline;
}

.page-template-page-ville #post730 .entry-content .left-col .list-properties-title-block h2 {
  padding-bottom: 12px;
}

.page-template-page-ville #post730 .entry-content .left-col .list-properties-title-block .city-map-subtitle {
  margin-bottom: 14px;
}

.page-template-page-ville .list .card-property.city-filter-hidden {
  display: none !important;
}

.page-template-page-ville #post730 .entry-content .left-col .card-property .card-text h3 {
  padding-bottom: 0;
  font-size: 30px;
  color: var(--grey);
  font-weight: 500;
}

.page-template-page-ville #post730 .entry-content .left-col .card-property .card-text h3 div {
  font-weight: 300;
  font-size: 18px;
}

.page-template-page-ville #post730 .entry-content .container-gmap-properties #city-filter-properties {
  position: absolute;
  z-index: 5;
  background-color: #fff;
  display: flex;
  bottom: 10%;
  left: 10%;
  width: 80%;
  justify-content: space-between;
}

.page-template-page-ville #post730 .entry-content .container-gmap-properties #city-filter-properties .city-head-filter {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-template-page-ville #post730 .entry-content .container-gmap-properties #city-filter-properties .city-head-filter p {
  padding: 15px 15px;
  text-align: center;
  font-weight: 500;
  color: rgba(112, 112, 112, 0.5);
  margin-bottom: 0;
  width: 100%;
}

.page-template-page-ville #post730 .entry-content .container-gmap-properties #city-filter-properties .city-head-filter:hover {
  background-color: rgba(197, 255, 204, 0.2);
  transition: .3s ease-in-out;
}

.page-template-page-ville #post730 .entry-content .container-gmap-properties #city-filter-properties .city-head-filter:hover .city-tax-filter {
  opacity: 1;
  max-height: 500px;
}

.page-template-page-ville #post730 .entry-content .container-gmap-properties #city-filter-properties .city-head-filter .city-tax-filter {
  max-height: 0;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  top: 0;
  transform: translateY(-100%);
  left: 0;
  width: 100%;
  text-align: center;
  appearance: none;
  background-color: #fff;
  border: none;
  list-style: none;
  transition: .3s ease-in-out;
  margin: 0;
  padding: 0;
}

.page-template-page-ville #post730 .entry-content .container-gmap-properties #city-filter-properties .city-head-filter .city-tax-filter li {
  margin-bottom: 0;
  padding: 10px 15px;
  transition: .3s ease-in-out;
}

.page-template-page-ville #post730 .entry-content .container-gmap-properties #city-filter-properties .city-head-filter .city-tax-filter li:hover {
  background-color: var(--limegreen);
}

.page-template-page-ville #post730 .entry-content .container-gmap-properties #city-filter-properties .city-btn-destroyed-filter {
  background-color: var(--limegreen);
  height: 100%;
  width: 50px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  z-index: 5;
  cursor: pointer;
  transition: .3s ease-in-out;
}

.page-template-page-ville #post730 .entry-content .container-gmap-properties #city-filter-properties .city-btn-destroyed-filter::before,
.page-template-page-ville #post730 .entry-content .container-gmap-properties #city-filter-properties .city-btn-destroyed-filter::after {
  content: "";
  transition: .3s ease-in-out;
  display: block;
  width: 30px;
  left: 50%;
  position: absolute;
  height: 1px;
  background-color: var(--grey);
  top: calc(50% - .5px);
  transform: translateX(-50%) rotateZ(45deg);
}

.page-template-page-ville #post730 .entry-content .container-gmap-properties #city-filter-properties .city-btn-destroyed-filter::after {
  transform: translateX(-50%) rotateZ(-45deg);
}

.page-template-page-ville #post730 .entry-content .container-gmap-properties #city-filter-properties .city-btn-destroyed-filter:hover {
  background-color: var(--limegreen_hovered);
}

.page-template-page-ville #post730 .entry-content .container-gmap-properties #city-filter-properties .city-btn-destroyed-filter:hover::before,
.page-template-page-ville #post730 .entry-content .container-gmap-properties #city-filter-properties .city-btn-destroyed-filter:hover::after {
  width: 40px;
}

.page-template-page-ville #post730 .entry-content .container-gmap-properties #city-filter-properties .city-btn-submit-search {
  background-color: var(--grey);
  height: 50px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateY(100%);
  border: 0;
}

.page-template-page-ville #post730 .entry-content .container-gmap-properties #city-filter-properties .city-btn-submit-search p {
  color: #fff;
  margin-bottom: 0;
}

.page-template-page-ville #post730 .entry-content .container-gmap-properties #city-filter-properties .city-btn-submit-search .arrow {
  z-index: 5;
  cursor: pointer;
  height: 50px;
  width: 50px;
  color: transparent;
  border: none;
  transition: .3s ease-in-out;
  align-items: flex-end;
}

.page-template-page-ville #post730 .entry-content .container-gmap-properties #city-filter-properties .city-btn-submit-search .arrow::before,
.page-template-page-ville #post730 .entry-content .container-gmap-properties #city-filter-properties .city-btn-submit-search .arrow::after {
  position: absolute;
  display: block;
  content: "";
  z-index: 5;
}

.page-template-page-ville #post730 .entry-content .container-gmap-properties #city-filter-properties .city-btn-submit-search .arrow::before {
  top: 50%;
  width: 25px;
  height: 1px;
  transform: translateX(50%) translateY(-50%);
  background-color: #fff;
}

.page-template-page-ville #post730 .entry-content .container-gmap-properties #city-filter-properties .city-btn-submit-search .arrow::after {
  top: 50%;
  left: 49%;
  border-top: solid 1px #fff;
  border-left: solid 1px #fff;
  width: 15px;
  height: 15px;
  transform: translateX(50%) translateY(-50%) rotate(135deg);
}

.page-template-page-ville .city-template-content {
  padding: 48px var(--padding_block);
  background: #fff;
}

@media (max-width: 990px) {
  .page-template-page-ville .city-template-content {
    padding: 32px var(--padding_block);
  }

  .page-template-page-ville #post730 .entry-content .container-gmap-properties #city-filter-properties {
    flex-wrap: wrap;
    left: 12%;
    width: 80%;
  }

  .page-template-page-ville #post730 .entry-content .container-gmap-properties #city-filter-properties .city-head-filter {
    width: 50%;
  }

  .page-template-page-ville #post730 .entry-content .container-gmap-properties #city-filter-properties .city-head-filter p {
    font-size: 15px;
  }
}

@media (max-width: 500px) {
  .page-template-page-ville #post730 .entry-content .left-col .list-properties-title-block h1 {
    font-size: 26px;
  }

  .page-template-page-ville #post730 .entry-content .container-gmap-properties #city-filter-properties {
    flex-wrap: wrap;
    left: 2.5%;
    width: 95%;
  }

  .page-template-page-ville #post730 .entry-content .container-gmap-properties #city-filter-properties .city-head-filter p {
    font-size: 15px;
  }

  .page-template-page-ville #post730 .entry-content .container-gmap-properties #city-filter-properties .city-btn-destroyed-filter {
    height: 50px;
    top: 100%;
    left: calc(100% - 100px);
  }

  .page-template-page-ville #post730 .entry-content .container-gmap-properties #city-filter-properties .city-btn-submit-search {
    width: 100px;
  }
}
