.elementor-11 .elementor-element.elementor-element-a14cbdd{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:50px;--margin-bottom:0px;--margin-left:70px;--margin-right:0px;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-11 .elementor-element.elementor-element-a14cbdd{--width:90%;}}/* Start custom CSS for html, class: .elementor-element-8b8992e */body {
  font-family: 'Alata', sans-serif;
  background: #f7f4ef;
  margin: 0;
  padding: 0;
  color: #0F1D4A;
}

.listing .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
}

.listing h2 {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 2rem;
}

.listing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
}

.listing-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0,0,0,0.05);
  display: flex;
  flex-direction: column;
}

.image-container {
  position: relative;
}

.image-container img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}

.badge {
  position: absolute;
  top: 8px;
  left: 8px;
  background: #d60000;
  color: #fff;
  font-size: 0.7rem;
  padding: 4px 6px;
  border-radius: 3px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  z-index: 2;
}

.listing-info {
  padding: 1rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.listing-info h3 {
  margin: 0;
  font-size: 1.4rem;
  color: #0F1D4A;
}

.listing-info .location {
  font-size: 0.95rem;
  margin: 0.25rem 0;
}

.listing-info .price {
  color: #6A796C;
  font-weight: bold;
  font-size: 1.1rem;
  margin: 0.5rem 0;
}

.tags {
  margin-top: 0.5rem;
}

.tags span {
  display: inline-block;
  background: #f7f4ef;
  color: #0F1D4A;
  padding: 3px 8px;
  font-size: 0.8rem;
  margin: 2px 2px 0 0;
  border-radius: 4px;
}

.listing-card.special-card {
  background: #0F1D4A;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1rem;
}

.special-card h3 {
  margin: 0.5rem 0;
  font-size: 1.5rem;
}

.special-card p {
  font-size: 0.95rem;
  margin: 0.5rem 0 1rem;
}

.special-btn {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: #6A796C;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-size: 0.95rem;
}
.surface {
  font-size: 0.9rem;
  margin: 0.25rem 0;
  color: #0F1D4A;
}
.badge {
  position: absolute;
  top: 8px;
  left: 8px;
  background: #3C7D4F; /* rouge pour exclusivité */
  color: #fff;
  font-size: 0.75rem;
  padding: 4px 6px;
  border-radius: 3px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  z-index: 2;
}

.badge.badge-compromis {
  background: #C58B2C; /* orange du site */
}
.badge-vendu {
  background-color: #d32f2f; /* rouge vif */
  color: #fff;
  font-weight: bold;
  padding: 6px 12px;
  border-radius: 4px;
  position: absolute;
  top: 10px;
  left: 10px;
  text-transform: uppercase;
}/* End custom CSS */