@-ms-viewport { width: device-width; }
			@media only screen and (min-device-width: 800px) { html { overflow:hidden; } }
			* { padding: 0; margin: 0; }
			html { height: 100%; }
			body { height: 100%; overflow:hidden; }
			div#container { height: 100%; min-height: 100%; width: 100%; margin: 0 auto; }
			div#tourDIV {
				height:100%;
				position:relative;
				overflow:hidden;
			}
			div#panoDIV { height:100%; position:relative; overflow:hidden; -webkit-user-select:none; -moz-user-select:none; user-select:none; }

			.visite-virtuelle-page {
        position: relative;
        /*min-height: calc(100vh - 90px);*/
}

.hero-title--visite-virtuelle {
        position: absolute;
        z-index: 50;
        top: clamp(1rem, 4vh, 3rem);
        left: 50%;
        transform: translateX(-50%);
        max-width: min(92vw, 900px);
        margin: 0;
        padding: 0.65rem 1.4rem;

        text-align: center;
        font-size: clamp(1.25rem, 2.6vw, 2rem);
        line-height: 1.2;
        color: #111;

        /*background: rgba(245, 237, 224, 0.92);
        border-radius: 999px;
        /*box-shadow: 0 8px 30px rgba(0, 0, 0, 0.18);*/

        pointer-events: none;

        animation: titreVisiteFadeOut 0.9s ease 2.5s forwards;
}

@keyframes titreVisiteFadeOut {
        to {
                opacity: 0;
                transform: translateX(-50%) translateY(-12px);
        }
}

@media (max-width: 700px) {
        .hero-title--visite-virtuelle {
                top: 0.8rem;
                width: calc(100% - 2rem);
                padding: 0.55rem 1rem;
                font-size: 1.05rem;
                border-radius: 1rem;
        }
}


.h1Betina {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0;
  font-family: "Hello Darling";
  font-size: clamp(2rem,6vw,3.2rem);
  font-weight: bold;
  color: #3b3128;
  text-align: center;
  white-space: normal;
  min-width: 0;
  margin-top: 150px;
}