.properties_list-group {}

.properties_list-group {}

.properties_list-group .articles-group-wrapper {
  max-width: 100%;
}

.properties-wrapper {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.properties-wrapper.loading {
  opacity: 0.9;
  cursor: wait;
}

.property-item {
  position: relative;
  width: 100%;
  background: var(--card-bg);
  background: var(--bs-primary-1);
  border: 1px solid var(--bs-primary-1);
  border-radius: 12px;
  overflow: hidden;
  transition: box-shadow .2s ease, transform .2s ease;
}

@media screen and (min-width: 768px) {
  .property-item {
    flex: 0 0 calc(50% - 1.5rem);
    width: calc(50% - 1.5rem);
  }
}

@media screen and (min-width: 992px) {
  .property-item {
    flex: 0 0 calc(33.33333% - 1.5rem);
    width: calc(33.33333333% - 1.5rem);
  }
}

@media screen and (min-width:1600px) {
  .property-item {
    flex: 0 0 calc(25% - 1.5rem);
    width: calc(25% - 1.5rem);
  }
}

.property-item:hover {
  box-shadow: 0 10px 24px rgba(3, 31, 90, .18);
  transform: translateY(-2px);
}


.property-item .reference {
  background-color: var(--bs-primary);
  font-size: 0.8rem;

  position: absolute;
  right: 8px;
  bottom: 8px;
  background: rgba(3, 31, 90, .92);
  color: #fff;
  font-size: .75rem;
  letter-spacing: .02em;
  padding: .25rem .5rem;
  border-radius: 6px;


}

.property-item .cover {
  aspect-ratio: 4 / 3;
  position: relative;
  overflow: hidden;
}

.property-item .cover img {
  object-fit: cover;
  width: 100%;
  height: 100% !important;
  display: block;
}

.property-item .bottom {
  /* background: #fff; */
  color: var(--bs-primary);
  /* border-top: 1px solid #e5e7eb; */
  position: relative;
  font-size: 1rem;



}

.property-item .meta {
  opacity: 0.7;
}

.property-item .meta label {
  display: inline-block;
  margin-right: 1rem;
  font-size: 0.8rem;
  color: var(--bs-primary-8);
}

.property-item .meta .picto {
  height: 20px !important;
  filter: var(--bs-primary-filter);

}


.property-item .over {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  background-color: var(--bs-primary-1);
  transition: top 700ms;
  font-size: 1.1rem;
  color: #333;
  opacity: 0.7;
}



.property-item .over .text-primary {
  padding-left: 0.7rem;
  border-left: 3px solid var(--bs-warning);
}



.property-item:hover .over {
  top: 0;
}


.property-item:hover .link-overlay {
  display_: none;
}


.property-item .over .plus {
  display: none;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  z-index: 999;
}

/*
.property-item .over .plus a {
  display: block;
  height: 45px;
  width: 48px;
  border-radius: 50%;
  background-color: var(--bs-primary);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  text-decoration: none;

}
*/

.no-properties {
  font-size: 1.2rem;
}


.no-properties .icon {
  margin-bottom: 3rem;
}

.no-properties .icon svg {
  height: 180px;
}


.no-properties .icon svg path {
  fill: var(--bs-primary-3);
}

.property-item .over .plus a i {
  transition: all 150ms;
}

.property-item .over .plus a:hover i {
  transform: translate(1.05%);
  color: var(--bs-warning);
}

div.query-to-text {
  color: var(--bs-primary);
}

div.query-to-text span {
  white-space: nowrap;

  display: inline-block;

}

div.query-to-text span:after {
  content: '•';
  padding: 0 0.3rem;
}

div.query-to-text span:last-child:after {
  content: '';
  padding: 0 0 0 0.3rem;
}


.totem-presqu-ile {
  overflow: hidden;
}

.totem-presqu-ile img {
  object-fit: cover;
  width: 100%;
  height: 100% !important;
}

.totem-presqu-ile img {
  object-fit: cover;
  width: 100%;
  height: 100% !important;

}