
/* =====================================================================
   V9.6.18 SAFE — CHAMBRES STATIQUES
   6 chambres, une sous l'autre, même langage photo + carte blanche.
   ===================================================================== */
.v918-room-showcase{
  width:min(calc(100% - 80px),1280px);
  margin:0 auto 120px;
  display:flex;
  flex-direction:column;
  gap:92px;
}
.v918-room-item{
  position:relative;
  min-height:620px;
  background:#f6f5f3;
  isolation:isolate;
}
.v918-room-photo{
  position:absolute;
  left:4%;
  top:7%;
  width:70%;
  height:78%;
  margin:0;
  overflow:hidden;
}
.v918-room-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.v918-room-item .v92-room-card{
  position:absolute;
  right:2%;
  top:28%;
  width:340px;
  min-height:300px;
  background:#fff;
  padding:44px 46px;
  box-shadow:0 15px 45px rgba(72,55,43,.10);
  z-index:3;
}
.v918-room-item.is-reverse .v918-room-photo{
  left:auto;
  right:4%;
}
.v918-room-item.is-reverse .v92-room-card{
  right:auto;
  left:2%;
}
.v918-room-item .v92-room-card h3{
  font-size:38px;
  line-height:1.02;
  margin:8px 0 18px;
}
.v918-room-item .v92-room-card p{
  font-size:14px;
  line-height:1.75;
  margin:0;
  color:#5b5049;
}

/* Aucun élément de navigation carousel sur cette page. */
.v92-room-arrow,.v92-room-dots{display:none!important}

@media(max-width:1019px){
  .v918-room-showcase{
    width:calc(100% - 40px);
    gap:72px;
    margin-bottom:90px;
  }
  .v918-room-item,
  .v918-room-item.is-reverse{
    min-height:0;
    height:auto;
    background:transparent;
    display:flex;
    flex-direction:column;
    padding-bottom:18px;
  }
  .v918-room-photo,
  .v918-room-item.is-reverse .v918-room-photo{
    position:relative;
    left:auto;
    right:auto;
    top:auto;
    width:100%;
    height:440px;
    margin:0;
  }
  .v918-room-item .v92-room-card,
  .v918-room-item.is-reverse .v92-room-card{
    position:relative;
    left:auto;
    right:auto;
    top:auto;
    width:88%;
    min-height:0;
    margin:-58px 0 0 auto;
    padding:34px 30px;
    box-sizing:border-box;
  }
  .v918-room-item.is-reverse .v92-room-card{
    margin:-58px auto 0 0;
  }
  .v918-room-item .v92-room-card h3{font-size:34px}
}

@media(max-width:760px){
  .v918-room-showcase{
    width:calc(100% - 20px);
    gap:58px;
  }
  .v918-room-photo,
  .v918-room-item.is-reverse .v918-room-photo{
    height:auto;
  }
  .v918-room-photo img{
    width:100%;
    height:auto;
    object-fit:contain;
  }
  .v918-room-item .v92-room-card,
  .v918-room-item.is-reverse .v92-room-card{
    width:calc(100% - 24px);
    margin:-38px 0 0 auto;
    padding:28px 24px;
  }
  .v918-room-item.is-reverse .v92-room-card{
    margin:-38px auto 0 0;
  }
}
