body.property-page {}






body.property-page h1 {

  font-size: 1.6rem;
  color: var(--bs-primary);



}

body.property-page h1 span {
  position: relative;
  padding: 0px 0px 0.5rem 0;
  position: relative;

}

body.property-page h1 span:after {
  content: ' ';
  width: 80px;
  height: 3px;
  background-color: var(--bs-warning);
  position: absolute;
  bottom: 0;
  left: 0%;

}

body.property-page #page-cover {
  margin-bottom: 0;
  display: none;
}

body.property-page #content {}

.property_view-group {}

.property_view-group .articles-group-wrapper {
  width: 100%;
  max-width: 100%;
}

#property-page {
  --swiper-pagination-bottom: 0;
  --swiper-pagination-top: unset;
  margin-bottom: 0 !important;
}

#property-page .container {
  width: 96%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

#property-page-nav {}

#property-page-nav a:hover i {
  color: var(--bs-warning);
}

#property-page-top {
  padding: 0rem 3rem;
  /* background-color: var(--bs-primary-2); */
  color: var(--bs-primary);
  overflow: hidden;
}


#property-page .property-swiper {
  width: 100%;
  aspect-ratio: 16 / 12;
  /* ajuste selon ton design */
}

#property-page .property-swiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* crop propre */
  border-radius: 6px;
}

#page-main-info {}

#property-page-price {
  line-height: 1;
  margin-bottom: 2rem;
  padding-bottom: 0.75rem;
  position: relative;
}

#property-page-price .price {
  font-size: 1.8rem;
  display: block;
}

#property-page-price .honoraires {
  font-size: 0.8rem;
}

#property-page-price:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 3px;
  background-color: var(--bs-warning);
}

#property-page .details-loyer {
  color: var(--bs-primary-6);
}


#property-page-top-category {
  font-size: 1.8rem;
}

#property-page-top-features {
  font-size: 1.7rem;
  color: var(--bs-primary-4);
}

#property-page-top-contact {
  line-height: 1.2;
}

#property-page-top-city {
  font-size: 1.1rem;
}

#property-page-features {
  border-top: 2px solid var(--bs-primary-1);

}

#property-page-features ul {
  display: flex;
  gap: 2rem;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 992px;
  font-size: 0.9rem;
  color: var(--bs-primary-7);
}

#property-page-features li {
  width: 150px;
  height: 130px;
  border: 1px solid var(--bs-primary-4);
  padding: 1rem 0.25rem;
  margin: 0;
  line-height: 1.2;
  text-align: center;
  border-radius: 2rem;
  background: linear-gradient(to bottom, #ffffff 20%, #f7f7f7 100%);
  user-select: none;
}

#property-page-features .picto {
  height: 60px;
  text-align: center;
  margin-bottom: 0.5rem;
}

#property-page-features .picto img {
  max-height: 100%;
  filter: var(--bs-primary-filter);
  opacity: 0.4;
}

#property-page-spec li:first-child {
  padding-top: 0;
}

#property-page-spec li:last-child {
  padding-bottom: 0;
}

#property-page-description {
  font-size: 1rem;
  color: var(--bs-primary);
  background-color: var(--bs-primary-1);
}

#property-page-description .title {
  font-size: 1.5rem;
  border-left: 10px solid var(--bs-warning);
  margin: 0 0 1rem 0;
  padding: 0 0 0 0.5rem;
}

#property-page-description p {
  margin: 0 0 0.5rem 0;
}

#property-page-description .gallery-wrapper {

  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: 100%;
  overflow-y: auto;


}


#property-page-description .gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 1px;


}



#property-page-description .gallery::-webkit-scrollbar {
  display: none;
  /* Masque la scrollbar */
}

#property-page-description .gallery .item {
  width: calc(33.3333333% - 1px);
  aspect-ratio: 1;
  overflow: hidden;
}

#property-page-description .gallery img {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
  display: block;
  transition: all 300ms;
  opacity: 0.9;
}

#property-page-description .gallery img:hover {
  opacity: 0.9;
  transform: scale(1.08);
}

#property-page-bottom {
  background-color: var(--bs-primary-1);
}

#property-page .dpe-2021 {
  margin-left: auto;
  margin-right: auto;
  transform: scale(0.8);
}