/* Boutons */
#pano .eds-pop-up {
  display: none;
}
#pano .button-pop {
  background-color: rgba(255, 255, 255, 0);
  border-radius: 50%;
  border: none;
  color: rgb(0, 0, 0);
  padding: 10px 10px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  display: flex;
  width: 80px;
  height: 80px;
}

#pano .button-pop img {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

#pano .info-hotspot-text {
  z-index: -1;
}

#pano .info-hotspot-icon-wrapper {
  width: 100px;
  height: 100px;
  transform: translateY(-20px) translateX(-30px);
}

@-webkit-keyframes emotion {
  0% { opacity : .8 }
  25% { opacity : 1 }
  50% { transform: scale(1.2); }
  75% { opacity : 1 }
  100% { opacity : .8; transform: scale(1); }
}

@keyframes emotion {
  0% { opacity : .8 }
  25% { opacity : 1 }
  50% { transform: scale(1.2); }
  75% { opacity : 1 }
  100% { opacity : .8; transform: scale(1); }
}

#pano .info-hotspot-icon {
  -webkit-animation: 2s linear emotion infinite;
  animation: 2s linear emotion infinite;
}

#pano .info-hotspot-title {
  padding-left: 10px;
}

/* Popups */
#custom-eds .button-pop {
  display: none;
}
#custom-eds .eds-pop-up {
  display: none;
  width: 95vw;
  height: 95vh;
  /* max-width: 500px; */
  position: relative;
  margin: 5vh auto 0;
  background-color: rgba(216, 17, 17, 0.2);
  text-align: center;
}

#custom-eds .eds-pop-up:target {
  display: block;
}

#custom-eds .eds-pop-up-title {
  font-size: 50px;
  padding: 20px;
  text-align: center;
}

#custom-eds .eds-pop-up-title em {
  font-style: italic;
}

#custom-eds .eds-pop-up p {
  margin: 10px 0;
}

#custom-eds .eds-pop-up img {
  width: clamp(200px, 90%, 400px);
}

#custom-eds .eds-pop-up p:last-child {
  text-align: center;
  margin-top: 20px;
}

#custom-eds .eds-pop-up p:last-child a {
  color: #000;
  font-weight: bold;
  font-size: 1.2em;
  background-color: rgba(255, 255, 255, 0.7);
  padding: .2em .4em;
  border-radius: 5px;
  transition: all 1s;
}

#custom-eds .eds-pop-up p:last-child a:hover {

  background-color: rgba(255, 255, 255, 0.3);

}

#custom-eds .eds-close {
    color: #ff0000;
  position: absolute;
  top: 10px;
  right: -20px;
  font-size: 50px;
  line-height: 30px;
}
#custom-eds .eds-pop-up-content {
  width: 100%;
  max-width: 700px;
  min-height: 500px;
  margin: 0 auto 0;
}
#custom-eds iframe {
  width: 100%;
  margin: 0 auto 0;
  height: 100%;
  min-height: 500px;
}



#pano .eds-icone-wrapper {
  width: 100px;
  height: 100px;
  transform: translateY(-20px) translateX(-30px);
}

@-webkit-keyframes emotion {
  0% { opacity : .8 }
  25% { opacity : 1 }
  50% { transform: scale(1.2); }
  75% { opacity : 1 }
  100% { opacity : .8; transform: scale(1); }
}

@keyframes emotion {
  0% { opacity : .8 }
  25% { opacity : 1 }
  50% { transform: scale(1.2); }
  75% { opacity : 1 }
  100% { opacity : .8; transform: scale(1); }
}

#pano .eds-icone {
  -webkit-animation: 2s linear emotion infinite;
  animation: 2s linear emotion infinite;
}



