/*!
 * COPYRIGHT (c) 2019 Speedernet <contact@speedernet.fr>
 * ALL RIGHTS RESERVED
 * This file viewer.scss is part of SpeedernetSphere project
 * SpeedernetSphere can not be copied and/or distributed without the express permission of Speedernet
 */
@font-face {
  font-family: "tall_films";
  src: url("../fonts/tall_films_expanded-webfont.eot");
  src: url("../fonts/tall_films_expanded-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/tall_films_expanded-webfont.woff2") format("woff2"), url("../fonts/tall_films_expanded-webfont.woff") format("woff"), url("../fonts/tall_films_expanded-webfont.ttf") format("truetype"), url("../fonts/tall_films_expanded-webfont.svg#tall_films_expandedregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
  color: #FFF;
  font-family: "tall_films", sans-serif;
  font-size: 13px;
  text-align: center;
  font-weight: normal;
  background-color: #000;
  margin: 0;
  padding: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

#glcanvas, #videocanvas {
  display: none;
}

#alertwebgl {
  display: none;
  position: absolute;
  top: 50%;
  width: 550px;
  left: 50%;
  margin-left: -275px;
  font-size: 30px;
}
#alertwebgl a {
  color: #009EE0;
  text-decoration: none;
  font-style: italic;
  font-weight: bold;
}

.main-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.titlecontent {
  top: 25%;
  font-size: 60px;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 20px;
  right: 20px;
  text-align: center;
  text-shadow: 0 0 6px #000000;
}

#launchscreen {
  z-index: 1000;
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: #000000;
  display: none;
}

#launchcommand {
  position: absolute;
  top: 55%;
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#close {
  z-index: 1001;
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  height: 22px;
}
#close #closeimg {
  width: 22px;
}

#https_warning_text_en, #https_warning_text_fr,
#https_warning_extra_en, #https_warning_extra_fr {
  font-size: 24px;
  display: none;
}

#synch {
  z-index: 1002;
  display: none;
  position: absolute;
  bottom: 5px;
  width: 200px;
  left: 50%;
  margin-left: -100px;
}
#synch #synch-start {
  display: block;
  width: 22px;
  height: 22px;
  left: 50%;
  position: relative;
  margin-left: -11px;
}
#synch #synch-wait {
  display: none;
  width: 22px;
  height: 22px;
  left: 50%;
  position: relative;
  margin-left: -11px;
  -webkit-animation: spin1 2s infinite linear;
  -moz-animation: spin1 2s infinite linear;
  -o-animation: spin1 2s infinite linear;
  -ms-animation: spin1 2s infinite linear;
  animation: spin1 2s infinite linear;
}
@-webkit-keyframes spin1 {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes spin1 {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-o-keyframes spin1 {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
  }
}
@-ms-keyframes spin1 {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
  }
}
@keyframes spin1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#synch #synched {
  display: none;
  width: 22px;
  height: 22px;
  left: 50%;
  position: relative;
  margin-left: -11px;
}
#synch #synch-text {
  width: 200px;
  font-family: "arial", "sans-serif";
  text-align: center;
}

.divlaunchimg {
  width: 150px;
  margin: 0 25px;
  font-size: 26px;
  font-weight: bold;
  text-shadow: 0 0 6px #000000;
  display: inline-block;
}

#divcardboardimg, #divwebvrimg, #divscreensimg {
  display: none;
}

#cardboardimg, #webvrimg, #screensimg {
  width: 150px;
  vertical-align: middle;
  cursor: pointer;
  margin-bottom: 10px;
  -webkit-filter: drop-shadow(0px 0px 3px #000) opacity(100%);
  filter: drop-shadow(0px 0px 3px #000) opacity(100%);
}

#logocontent {
  position: absolute;
  bottom: 20px;
  right: 20px;
  left: 20px;
  height: 120px;
}

#audios, #videos {
  display: none;
}

#rightlogo {
  height: 100%;
  float: right;
  -webkit-filter: drop-shadow(0px 0px 3px #000) opacity(100%);
  filter: drop-shadow(0px 0px 3px #000) opacity(100%);
}

#leftlogo {
  height: 100%;
  float: left;
  -webkit-filter: drop-shadow(0px 0px 3px #000) opacity(100%);
  filter: drop-shadow(0px 0px 3px #000) opacity(100%);
}

#urlpreviewmobile {
  position: fixed;
  top: 20px;
  left: 20px;
  float: left;
  height: 200px;
  text-align: left;
  font-size: 15px;
  font-weight: normal;
  font-family: sans-serif;
  -webkit-filter: drop-shadow(0px 0px 3px #000) opacity(100%);
  filter: drop-shadow(0px 0px 3px #000) opacity(100%);
}

.pointer {
  cursor: pointer;
}

@media screen and (max-height: 768px), screen and (max-device-height: 768px) {
  .titlecontent {
    top: 25%;
    font-size: 50px;
  }

  #launchcommand {
    top: 55%;
  }

  divlaunchimg,
#cardboardimg, #webvrimg, #screensimg {
    width: 150px;
  }
}
@media screen and (max-height: 640px), screen and (max-device-height: 640px) {
  .titlecontent {
    top: 12%;
    font-size: 40px;
  }

  #launchcommand {
    top: 30%;
  }

  .divlaunchimg,
#cardboardimg, #webvrimg, #screensimg {
    width: 120px;
  }
}
@media screen and (max-height: 500px), screen and (max-device-height: 500px) {
  .titlecontent {
    top: 8%;
    font-size: 40px;
  }

  #launchcommand {
    top: 30%;
  }

  .divlaunchimg,
#cardboardimg, #webvrimg, #screensimg {
    width: 120px;
  }
}
@media screen and (max-height: 400px), screen and (max-device-height: 400px) {
  .titlecontent {
    top: 8%;
    font-size: 30px;
  }

  #launchcommand {
    top: 30%;
  }

  .divlaunchimg,
#cardboardimg, #webvrimg, #screensimg {
    width: 100px;
  }
}
@media screen and (max-height: 300px), screen and (max-device-height: 300px) {
  .titlecontent {
    top: 8%;
    font-size: 30px;
  }

  #launchcommand {
    top: 30%;
  }

  .divlaunchimg {
    font-size: 20px;
  }

  .divlaunchimg,
#cardboardimg, #webvrimg, #screensimg {
    width: 85px;
  }
}
@media screen and (max-height: 250px), screen and (max-device-height: 250px) {
  .titlecontent {
    top: 5%;
    font-size: 30px;
  }

  #launchcommand {
    top: 30%;
  }

  .divlaunchimg,
#cardboardimg, #webvrimg, #screensimg {
    width: 75px;
  }
}
@media screen and (max-width: 768px), screen and (max-device-width: 768px) {
  #logocontent {
    position: absolute;
    bottom: 20px;
    right: 20px;
    left: 20px;
    height: 100px;
  }

  .divlaunchimg {
    vertical-align: middle;
    margin: 0 25px;
  }
}
@media screen and (max-width: 640px), screen and (max-device-width: 640px) {
  #logocontent {
    position: absolute;
    bottom: 20px;
    right: 20px;
    left: 20px;
    height: 60px;
  }

  .divlaunchimg {
    vertical-align: middle;
    margin: 0 25px;
  }
}
@media screen and (max-width: 500px), screen and (max-device-width: 500px) {
  #logocontent {
    position: absolute;
    bottom: 20px;
    right: 20px;
    left: 20px;
    height: 60px;
  }

  .divlaunchimg {
    vertical-align: middle;
    margin: 0 15px;
  }
}
@media screen and (max-width: 400px), screen and (max-device-width: 400px) {
  #logocontent {
    position: absolute;
    bottom: 20px;
    right: 20px;
    left: 20px;
    height: 60px;
  }

  .divlaunchimg {
    vertical-align: middle;
    margin: 0 10px;
  }
}
.iecylinder {
  opacity: 0.6;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../../data/pano.jpg");
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.cylinder {
  -webkit-perspective: 300px;
  perspective: 300px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.ring {
  -webkit-transform-style: preserve-3d;
  -webkit-animation: infinite rotate 240s linear;
  transform-style: preserve-3d;
  animation: infinite rotate 240s linear;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
}

.poly {
  width: 240px;
  height: 200%;
  background-size: 3840px 100%;
  background-color: black;
  background-position: right top;
  background-image: url("../../data/pano.jpg");
  background-repeat: no-repeat;
  -webkit-background-size: 3840px 100%;
  background-size: 3840px 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.ring-0 .poly:nth-child(1) {
  background-color: rgba(0, 0, 0, 0.5);
  background-position: 0px center;
  -webkit-transform: rotateY(0deg) translateZ(600px) rotateY(180deg);
  transform: rotateY(0deg) translateZ(600px) rotateY(180deg);
}

.ring-0 .poly:nth-child(2) {
  background-color: rgba(0, 0, 0, 0.5);
  background-position: -240px center;
  -webkit-transform: rotateY(-22.5deg) translateZ(600px) rotateY(180deg);
  transform: rotateY(-22.5deg) translateZ(600px) rotateY(180deg);
}

.ring-0 .poly:nth-child(3) {
  background-color: rgba(0, 0, 0, 0.5);
  background-position: -480px center;
  -webkit-transform: rotateY(-45deg) translateZ(600px) rotateY(180deg);
  transform: rotateY(-45deg) translateZ(600px) rotateY(180deg);
}

.ring-0 .poly:nth-child(4) {
  background-color: rgba(0, 0, 0, 0.5);
  background-position: -720px center;
  -webkit-transform: rotateY(-67.5deg) translateZ(600px) rotateY(180deg);
  transform: rotateY(-67.5deg) translateZ(600px) rotateY(180deg);
}

.ring-0 .poly:nth-child(5) {
  background-color: rgba(0, 0, 0, 0.5);
  background-position: -960px center;
  -webkit-transform: rotateY(-90deg) translateZ(600px) rotateY(180deg);
  transform: rotateY(-90deg) translateZ(600px) rotateY(180deg);
}

.ring-0 .poly:nth-child(6) {
  background-color: rgba(0, 0, 0, 0.5);
  background-position: -1200px center;
  -webkit-transform: rotateY(-112.5deg) translateZ(600px) rotateY(180deg);
  transform: rotateY(-112.5deg) translateZ(600px) rotateY(180deg);
}

.ring-0 .poly:nth-child(7) {
  background-color: rgba(0, 0, 0, 0.5);
  background-position: -1440px center;
  -webkit-transform: rotateY(-135deg) translateZ(600px) rotateY(180deg);
  transform: rotateY(-135deg) translateZ(600px) rotateY(180deg);
}

.ring-0 .poly:nth-child(8) {
  background-color: rgba(0, 0, 0, 0.5);
  background-position: -1680px center;
  -webkit-transform: rotateY(-157.5deg) translateZ(600px) rotateY(180deg);
  transform: rotateY(-157.5deg) translateZ(600px) rotateY(180deg);
}

.ring-0 .poly:nth-child(9) {
  background-color: rgba(0, 0, 0, 0.5);
  background-position: -1920px center;
  -webkit-transform: rotateY(-180deg) translateZ(600px) rotateY(180deg);
  transform: rotateY(-180deg) translateZ(600px) rotateY(180deg);
}

.ring-0 .poly:nth-child(10) {
  background-color: rgba(0, 0, 0, 0.5);
  background-position: -2160px center;
  -webkit-transform: rotateY(-202.5deg) translateZ(600px) rotateY(180deg);
  transform: rotateY(-202.5deg) translateZ(600px) rotateY(180deg);
}

.ring-0 .poly:nth-child(11) {
  background-color: rgba(0, 0, 0, 0.5);
  background-position: -2400px center;
  -webkit-transform: rotateY(-225deg) translateZ(600px) rotateY(180deg);
  transform: rotateY(-225deg) translateZ(600px) rotateY(180deg);
}

.ring-0 .poly:nth-child(12) {
  background-color: rgba(0, 0, 0, 0.5);
  background-position: -2640px center;
  -webkit-transform: rotateY(-247.5deg) translateZ(600px) rotateY(180deg);
  transform: rotateY(-247.5deg) translateZ(600px) rotateY(180deg);
}

.ring-0 .poly:nth-child(13) {
  background-color: rgba(0, 0, 0, 0.5);
  background-position: -2880px center;
  -webkit-transform: rotateY(-270deg) translateZ(600px) rotateY(180deg);
  transform: rotateY(-270deg) translateZ(600px) rotateY(180deg);
}

.ring-0 .poly:nth-child(14) {
  background-color: rgba(0, 0, 0, 0.5);
  background-position: -3120px center;
  -webkit-transform: rotateY(-292.5deg) translateZ(600px) rotateY(180deg);
  transform: rotateY(-292.5deg) translateZ(600px) rotateY(180deg);
}

.ring-0 .poly:nth-child(15) {
  background-color: rgba(0, 0, 0, 0.5);
  background-position: -3360px center;
  -webkit-transform: rotateY(-315deg) translateZ(600px) rotateY(180deg);
  transform: rotateY(-315deg) translateZ(600px) rotateY(180deg);
}

.ring-0 .poly:nth-child(16) {
  background-color: rgba(0, 0, 0, 0.5);
  background-position: -3600px center;
  -webkit-transform: rotateY(-337.5deg) translateZ(600px) rotateY(180deg);
  transform: rotateY(-337.5deg) translateZ(600px) rotateY(180deg);
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: scale(3) translateZ(0) rotateY(0deg);
  }
  100% {
    -webkit-transform: scale(3) translateZ(0) rotateY(360deg);
  }
}
.blurred, .blurred_start {
  opacity: 0.6;
}

.blurred {
  -webkit-animation: blurin 1s;
  animation: blurin 1s;
}

.clear {
  -webkit-animation: blurout 1s;
  -webkit-filter: blur(0px);
  animation: blurout 1s;
  filter: blur(0px);
}

@keyframes blurin {
  from {
    filter: blur(0px);
  }
  to {
    filter: blur(10px);
  }
}
@keyframes blurout {
  from {
    filter: blur(15px);
  }
  to {
    filter: blur(10px);
  }
}
.compass {
  z-index: 1000;
  position: absolute;
  width: 40px;
  bottom: 15px;
  right: 70px;
  display: none;
}

#compassimg {
  width: 40px;
  margin: 0;
  vertical-align: middle;
}

.fullscreen {
  z-index: 1001;
  position: absolute;
  width: 30px;
  bottom: 20px;
  right: 15px;
  display: none;
}

#fullscreenimg {
  width: 30px;
  margin: 0;
  vertical-align: middle;
}

.slideshow {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.slideshowcontentbackground {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: black;
  opacity: 0.5;
}

#closehelp {
  position: absolute;
  top: 10px;
  right: 10px;
}

.slideshowcontent {
  position: relative;
  width: 434px;
  height: 800px;
  margin: auto;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.slide {
  display: block;
  position: absolute;
}
.slide img {
  width: 100%;
}

.slideimg {
  width: 100%;
}

.activeslideshow {
  display: block;
  position: absolute;
  bottom: 60px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}

#showhelp {
  width: 40px;
  -webkit-filter: drop-shadow(0px 0px 3px #000) opacity(100%);
  filter: drop-shadow(0px 0px 3px #000) opacity(100%);
}

.dotcontainer {
  text-align: center;
  position: absolute;
  bottom: -24px;
  width: 100%;
}

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev {
  left: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  visibility: visible;
  opacity: 1;
  transition: opacity 1s linear;
}

/* Fading animation */
.fadeout {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 1s, opacity 1s linear;
}

@media screen and (max-width: 500px), screen and (max-device-width: 500px) {
  .slideshowcontent {
    width: 326px;
    height: 600px;
  }
}
@media screen and (max-width: 300px), screen and (max-device-width: 300px) {
  .slideshowcontent {
    width: 217px;
    height: 400px;
  }
}
@media screen and (max-width: 200px), screen and (max-device-width: 200px) {
  .slideshowcontent {
    width: 108px;
    height: 200px;
  }
}
@media screen and (max-height: 800px), screen and (max-device-height: 800px) {
  .slideshowcontent {
    width: 326px;
    height: 600px;
  }
}
@media screen and (max-height: 600px), screen and (max-device-height: 600px) {
  .slideshowcontent {
    width: 217px;
    height: 400px;
  }
}
@media screen and (max-height: 400px), screen and (max-device-height: 400px) {
  .slideshowcontent {
    width: 108px;
    height: 200px;
  }
}
@media screen and (max-height: 350px), screen and (max-device-height: 350px) {
  #synch {
    bottom: 0px;
  }

  .activeslideshow {
    bottom: 40px;
  }

  #showhelp {
    width: 30px;
  }
}
@media screen and (max-height: 270px), screen and (max-device-height: 270px) {
  #synch {
    bottom: 0px;
  }

  .activeslideshow {
    bottom: 36px;
  }

  #showhelp {
    width: 22px;
  }
}
.center #firstProgress {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
}
.center #secondProgress {
  visibility: hidden;
}

.dual #firstProgress,
.dual #firstTracker {
  margin-left: 4px;
  margin-right: -8px;
  position: relative;
  float: left;
  width: 50%;
  height: 100%;
}
.dual #secondProgress,
.dual #secondTracker {
  position: relative;
  float: left;
  width: 50%;
  height: 100%;
}

#trackContainer {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}
#trackContainer .trackOut,
#trackContainer .trackIn {
  top: 50%;
  margin-top: -4px;
  margin-left: -4px;
  position: absolute;
  opacity: 0;
  width: 8px;
  height: 8px;
}
#trackContainer .trackOut {
  opacity: 0;
}

#progressContainer {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}

#viewport {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

body canvas, .viewport {
  border: 0;
  text-decoration: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  font-family: "tall_films", sans-serif;
}

/*
canvas {
    position: absolute;
    top:0;
}*/
.SVGProgressSize {
  width: 180px;
  height: 180px;
}

.circularProgress {
  position: absolute;
  z-index: 2000;
  top: 50%;
  left: 50%;
  margin-left: -90px;
  margin-top: -90px;
  width: 180px;
  height: 180px;
}
.circularProgress .progress {
  r: 80px;
  cx: 90px;
  cy: 90px;
  stroke: #009EE0;
  stroke-width: 2;
  fill: transparent;
  stroke-dasharray: 503px;
  stroke-dashoffset: 0px;
}
.circularProgress .back {
  r: 80px;
  cx: 90px;
  cy: 90px;
  stroke: #FFF;
  stroke-width: 2;
  fill: transparent;
  opacity: 1;
}

.circularProgressTrack {
  position: absolute;
  z-index: 2000;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -8px;
  width: 16px;
  height: 16px;
}
.circularProgressTrack path.trackOut {
  stroke: #FFFFFF;
  stroke-width: 2;
}
.circularProgressTrack .progressTrack {
  stroke: #ffffff;
  r: 6px;
  cx: 8px;
  cy: 8px;
  stroke-width: 1;
  fill: transparent;
  visibility: hidden;
  stroke-dashoffset: 38px;
  stroke-dasharray: 38px;
}

.overlay {
  position: absolute;
  z-index: 2000;
  width: 180px;
  height: 180px;
  top: 50%;
  left: 50%;
  margin-left: -90px;
  margin-top: -90px;
  text-align: center;
  line-height: 180px;
  font-size: 90px;
}

.cardboardinsert {
  display: none;
  position: absolute;
  z-index: 2000;
  width: 140px;
  height: 140px;
  top: 50%;
  left: 50%;
  margin-left: -70px;
  margin-top: -70px;
}

#first.show, #second.show,
#firstOverlay.show, #secondOverlay.show {
  -webkit-animation: showanimation 0.5s ease-out;
  -moz-animation: showanimation 0.5s ease-out;
  animation: showanimation 0.5s ease-out;
  opacity: 1;
}
@keyframes showanimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes showanimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes showanimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes showanimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

#first.firsthide, #second.firsthide,
#firstOverlay.firsthide, #secondOverlay.firsthide {
  opacity: 0;
}

#first.hide, #second.hide,
#firstOverlay.hide, #secondOverlay.hide {
  -webkit-animation: hideanimation 0.5s ease-in;
  -moz-animation: hideanimation 0.5s ease-in;
  animation: hideanimation 0.5s ease-in;
  opacity: 0;
}
@keyframes hideanimation {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-o-keyframes hideanimation {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-moz-keyframes hideanimation {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes hideanimation {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
