.elementor-760 .elementor-element.elementor-element-35b57b1{--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;--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-760 .elementor-element.elementor-element-61a0ee3 .elementor-heading-title{font-family:var( --e-global-typography-462984e-font-family ), Sans-serif;font-size:var( --e-global-typography-462984e-font-size );font-weight:var( --e-global-typography-462984e-font-weight );line-height:var( --e-global-typography-462984e-line-height );letter-spacing:var( --e-global-typography-462984e-letter-spacing );}.elementor-760 .elementor-element.elementor-element-b9c6a23{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-760 .elementor-element.elementor-element-4077ae7{--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;}.elementor-760 .elementor-element.elementor-element-48eef40{--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;}@media(max-width:1366px){.elementor-760 .elementor-element.elementor-element-61a0ee3 .elementor-heading-title{font-size:var( --e-global-typography-462984e-font-size );line-height:var( --e-global-typography-462984e-line-height );letter-spacing:var( --e-global-typography-462984e-letter-spacing );}}@media(max-width:1024px){.elementor-760 .elementor-element.elementor-element-61a0ee3 .elementor-heading-title{font-size:var( --e-global-typography-462984e-font-size );line-height:var( --e-global-typography-462984e-line-height );letter-spacing:var( --e-global-typography-462984e-letter-spacing );}.elementor-760 .elementor-element.elementor-element-b9c6a23{--flex-direction:column-reverse;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}}@media(max-width:767px){.elementor-760 .elementor-element.elementor-element-61a0ee3 .elementor-heading-title{font-size:var( --e-global-typography-462984e-font-size );line-height:var( --e-global-typography-462984e-line-height );letter-spacing:var( --e-global-typography-462984e-letter-spacing );}}@media(min-width:768px){.elementor-760 .elementor-element.elementor-element-4077ae7{--width:60%;}.elementor-760 .elementor-element.elementor-element-48eef40{--width:40%;}}@media(max-width:1024px) and (min-width:768px){.elementor-760 .elementor-element.elementor-element-4077ae7{--width:100%;}.elementor-760 .elementor-element.elementor-element-48eef40{--width:100%;}}/* Start custom CSS for container, class: .elementor-element-4077ae7 */div#grille-logements {    max-height: 2px !important;
padding: 0px !important;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-48eef40 *//* Tablette (max-width: 1024px) */
@media (max-width: 1024px) {
  #acf-map-recherche {
    height: 400px !important;
  }
}

/* Mobile (max-width: 480px) */
@media (max-width: 480px) {
  #acf-map-recherche {
    height: 300px !important;
    max-height: 300px !important;
    min-height: 250px;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-b9c6a23 */#grille-logements {
  display: grid;
  gap: 40px;
  padding: 20px 0;
}

.logement-card {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease;
  cursor: pointer;
}

.logement-card:hover {
  transform: translateY(-5px);
}

.logement-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

/* TITRE */
.logement-titre {
  font-family: "Poppins", sans-serif;
  font-size: 18px !important;
  font-weight: 500;
  line-height: 1.4em;
  color: #111111;
  margin: 16px 16px 0 16px;
  padding: 0;
  text-align: left;
}

/* INFOS VOYAGEURS + CHAMBRES */
.logement-infos {
  display: flex;
  gap: 16px;
  padding: 12px 16px 0 16px;
  font-size: 14px;
  color: #333333;
  align-items: center;
  flex-wrap: wrap;
}

.info-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4em;
  color: #666666;
}

.material-icons {
  font-size: 18px;
  color: #666666;
}

/* TYPES DE LOGEMENT */
.logement-types {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 1.4em;
  padding: 8px 16px 0 16px;
  color: #777777;
}

/* PRIX */
.logement-prix {
  padding: 16px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #111111;
  display: flex;
  gap: 8px;
  align-items: baseline;
}

.logement-prix span {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
}

/* RESPONSIVE TABLETTE */
@media (max-width: 1024px) {
  .logement-titre {
    font-size: 17px;
  }

  .logement-image {
    height: 180px;
  }

  .logement-prix {
    font-size: 15px;
  }

  .logement-prix span {
    font-size: 13px;
  }
}

/* RESPONSIVE MOBILE */
@media (max-width: 767px) {
  .logement-card {
    border-radius: 12px;
  }

  .logement-image {
    height: 160px;
  }

  .logement-titre {
    font-size: 16px;
    line-height: 1.3em;
    margin: 12px 12px 0 12px;
  }

  .logement-infos,
  .logement-types,
  .logement-prix {
    padding: 12px;
  }

  .logement-prix {
    font-size: 14px;
  }

  .logement-prix span {
    font-size: 13px;
  }
}


#grille-logements {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 24px; /* facultatif selon le design */
  padding: 20px 0;
}

.logement-card {
  flex: 0 1 calc(33.333% - 16px);
  margin-bottom: 24px;
  box-sizing: border-box;
}

/* Tablette (2 colonnes) */
@media (max-width: 1199px) {
  .logement-card {
    flex: 0 1 calc(50% - 12px);
  }
}

/* Mobile (1 colonne) */
@media (max-width: 767px) {
  .logement-card {
    flex: 0 1 100%;
  }
}

/* Écran 15 pouces : 1280px → 2 colonnes + typo réduites */
@media (max-width: 1280px) {
  .logement-card {
    flex: 0 1 calc(50% - 12px);
  }

  .logement-titre {
    font-size: calc(23px / 1.25) !important; /* environ 0.73rem */
  }

  .logement-infos,
  .logement-types,
  .logement-prix {
    font-size: 13px;
  }
}

/* Mobile (< 768px) */
@media (max-width: 767px) {
  .logement-card {
    flex: 0 1 100%;
  }
}

@media (max-width: 767px) {
  div.logement-infos {
    flex: 0 1 100%;
    padding: 8px 12px 0 12px !important;
    box-sizing: border-box;
  }

div.logement-types{
    flex: 0 1 100%;
    padding: 8px 12px 0 12px !important;
    box-sizing: border-box;
  }
  div.logement-prix{
    flex: 0 1 100%;
    padding: 8px 12px 12px 12px !important;
    box-sizing: border-box;
  }
}


#grille-logements img {
    width: 100% !important;
    height: 250px !important;
}/* End custom CSS */