body {
  font-family: sans-serif;
  margin: 0;
  overflow: hidden; 
}

#vitrine {
  width: 100%;
  overflow: hidden;
}

#mur {
  width: 100vw; 
  height: 100vh;
  background-color: #ccc;
  overflow: hidden; 
}


.popup-trigger {
  cursor: pointer;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}

.popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 20px;
   box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 1);
  z-index: 3;
  border-radius: 25px;
 transition: transform 0.3s ease-in-out; 
}

.popup:hover {
  transform: translate(-50%, -50%) scale(1.05); 
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5); 
}

.popup-content {
  font-size: 15px;
  line-height: 1.6;
  color: #333;
  display: flex;
  align-items: center;

}

#popup-image {
  max-width: 350px;
  max-height: 350px;
  margin-left: 50px;
  margin-right: 50px; 
  align-self: center; 
   border-radius: 20px;
}

#popup-text {
  flex-grow: 1;
}


.close-popup {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}


#tableau1 {
  position: absolute;
  top: 40%;
  left: 47%;
  width: 1800px;
  height: 750px;
  transform: translate(-50%, -50%);
}

#tableau2 {
  position: absolute;
  top: 40%;
  left: 52.5%;
  width: 500px;
  height: 655px;
  transform: translate(-50%, -50%);
}

#robe {
  position: absolute;
  top: 60%;
  right: -1000px;
  width: 1750px;
  transform: translate(0, -50%);
}


img {
  max-width: 100%;
  max-height: 100%;
}
