
#slidesh {
  width: 4410px;
  height: 150px;
  position: absolute;
  left: 0;
  top: 0;
}

@keyframes slideh {
  0% {left: 0px;}
  2.33% {left: 0px;}
  16.67% {left: -630px;}
  25% {left: -630px;}
  33.34% {left: -1260px;}
  41.67% {left: -1260px;}
  50% {left: -1890px;}
  58.33% {left: -1890px;}
  66.68% {left: -2520px;}
  75% {left: -2520px;}
  83.35% {left: -3150px;}
  91.68% {left: -3150px;}
  100% {left: 0px;}
}

#slideshowh img {
  width: 630px;
  height: 150px;
  float: left;
}
#slideshowh {
  top: 0px;
  overflow: hidden !important;
}
#btassist {
background-image: url("https://www.plaque-funeraire.fr/backtel.jpg");
}
#backadres {
background-image: url("https://www.plaque-funeraire.fr/backadres.jpg");
}

    .popup {
	z-index: 99999;
	border-radius: 20px;
      display: none;
      position: fixed;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 430px;
      padding: 20px;
          background-color: #fff6d9;
      border: 1px solid #ccc;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    }
