html {
    margin: 0;
	padding: 0;
    height: 100%;
}

body {
	margin: 0;
	padding: 0;
    font-family: sans-serif;
    background: none rgb(210, 210, 210);
    height: 100%;
    overflow: hidden;
    font-size: 2vw;
}

@media (min-aspect-ratio: 16/9) {
    body {
        font-size: 3.5vh;
    }
}

* {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

button {
   outline: 0;
}


@font-face {
    font-family: Verdana;
    font-style: normal;
    font-weight: normal;
    }

#container {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0px;
    box-shadow: 0px 0px 12vw rgba(0,0,0,255);
    background: #000;
    overflow: hidden;
/*    border: 5px solid #262627;*/
}

#mobile90DegreesPlease {
    position: absolute;
    z-index: 50;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 30vh 5vw;
    background: #500;
    box-sizing: border-box;
    color: #fff;
    font-size: 5vh;
    text-align: center;
}

@media (min-aspect-ratio: 1/1) {
    #mobile90DegreesPlease {
        display: none;
    }
}

#fullScreenBtn {
    position: absolute;
    top: 0;
    right: 0;
    opacity: .8;

    background: url(img/fullscreen.png) rgb(19, 26, 39, .6) center no-repeat;
    background-size: 80%;
    border-top-left-radius: 1vw;
    padding: 2.5vw;
    z-index: 50;
    cursor: pointer;

    -webkit-transition: all .2s ease;
            transition: all .2s ease;
}

#backScreenBtn {
    position: absolute;
    top: 0;
    left: 0;
    opacity: .8;
    background: url(img/close.png) rgb(19, 26, 39, .6) center no-repeat;
    background-size: 80%;
    border-top-left-radius: 1vw;
    padding: 2.5vw;
    z-index: 50;
    cursor: pointer;

    -webkit-transition: all .2s ease;
            transition: all .2s ease;

}

#backScreenBtn:hover {
    opacity: 1;
    padding: 3vw;
}


#backScreenBtn2 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: .8;
    background: url(img/close.png) rgb(19, 26, 39, .6) center no-repeat;
    background-size: 80%;
    border-top-left-radius: 1vw;
    padding: 2.5vw;
    z-index: 50;
    cursor: pointer;

    -webkit-transition: all .2s ease;
            transition: all .2s ease;

}

#backScreenBtn2:hover {
    opacity: 1;
    padding: 3vw;
}

#backScreenBtn2 {
    padding: 4vw;
}



#fullScreenBtn:hover {
    opacity: 1;
    padding: 3vw;
}





/* //////////  pdf ////////// */

#pdfOver {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    opacity: 0.5;

    -webkit-transition: opacity 0.4s ease;
            transition: opacity 0.4s ease;

   /* background: url(img/background-video.jpeg) center no-repeat;
    background-size: cover;*/
}

#pdfOver .stylizedbtn {
    -webkit-transform-origin: 50% -130%;
            transform-origin: 50% -130%;
}

/* GIZ TEST */
#iframePdf {
  max-width: 100vw;
  max-height: 100vw;
  /* 315/560 = .5625
  overflow: scroll;
  scale: 2;
  zoom: 1;
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);*/
      }


/* FIN GIZ TEST */

#pdfOver .screenpdfShowed {
    opacity: 1;
    visibility: visible;
}

#screenpdf * {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0.5;
}

#screenpdf.screenpdfShowed * {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
}

#pdfOver.hidePdf {
    opacity: 0;
    visibility: hidden;
}

#closeOpenDoc {
    position: absolute;
    top: 0;
    left: 7%;
    opacity: .8;
    background: url(img/close.png) rgb(19, 26, 39, .6) center no-repeat;
    background-size: 80%;
    border-top-left-radius: 1vw;
    padding: 2.5vw;
    z-index: 50;
    cursor: pointer;

    -webkit-transition: all .2s ease;
            transition: all .2s ease;
}

#closeOpenDoc:hover {
    opacity: 1;
    padding: 3vw;
}

.custom-btn {
  width: auto;
  height: auto;
  padding: 5px 5px;
  border: 2px solid #000;
  font-family: Verdana ;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
}

.custom-btn2 {
  width: auto;
  height: auto;
  padding: 5px 5px;
  border: 2px solid #000;
  font-family: Verdana ;
  font-weight: 500;
  background: white;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
}

/* 6 */
.btn-6 {
   background: #E7393B;
  color: #fff;
  line-height: 20px;
  padding: 0;
  border: none;
  opacity: 0.5;
}
.btn-6 span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.btn-6:before,
.btn-6:after {
  position: absolute;
  content: "";
  height: 0%;
  width: 2px;
  background: #E7393B;
}
.btn-6:before {
  right: 0;
  top: 0;
  transition: all 500ms ease;
}
.btn-6:after {
  left: 0;
  bottom: 0;
  transition: all 500ms ease;
}
.btn-6:hover{
  color: #E7393B;
  background: white;
}
.btn-6:hover:before {
  transition: all 500ms ease;
  height: 100%;
}
.btn-6:hover:after {
  transition: all 500ms ease;
  height: 100%;
}
.btn-6 span:before,
.btn-6 span:after {
  position: absolute;
  content: "";
  background: #000;
}
.btn-6 span:before {
  left: 0;
  top: 0;
  width: 0%;
  height: 2px;
  transition: all 500ms ease;
}
.btn-6 span:after {
  right: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  transition: all 500ms ease;
}
.btn-6 span:hover:before {
  width: 100%;
}
.btn-6 span:hover:after {
  width: 100%;
}
/*
#pdfOver {
    position: absolute;
    overflow: visible;
    margin: auto;
    height : 100%;
    width: 100%;
    visibility: visible;

}

#pdfOver.showedPdf {
    opacity: 1;
    visibility: visible;
}

#pdfOver.hidePdf {
    opacity: 0;
    visibility: hidden;
}

#closeOpenDoc {
    position: absolute;
    top: 0;
    right: 0;
    opacity: .8;
    background: url(img/close.png) rgb(19, 26, 39, .6) center no-repeat;
    background-size: 80%;
    border-top-left-radius: 1vw;
    padding: 2.5vw;
    z-index: 50;
    cursor: pointer;

    -webkit-transition: all .2s ease;
            transition: all .2s ease;
}

#closeOpenDoc:hover {
    opacity: 1;
    padding: 3vw;
}
*/
/* //////////  Video ////////// */

#video-container, #overlay-container {
    position: absolute;
    overflow: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#video-container {
    background: url(img/loader.gif) center no-repeat;
    background-size: 5%;
    z-index: 0;
}


#video-container div {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;

    -webkit-transition: opacity .1s ease-in-out;
            transition: opacity .1s ease-in-out;
}

#video-container div div {
/*    background: #fff;*/
    opacity: 0;
    visibility: hidden;
}

#video-container video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#video-container .showedVid {
    opacity: 1;
    visibility: visible;
}

#video-intro, #video-outro {
/*    background: #fff;*/
    opacity: 0;
    visibility: hidden;
}

#skipBtn {
    position: absolute;
    bottom: 0;
    right: 7%;
    opacity: .6;
    background: url(img/skip.png) rgb(19, 26, 39, .6) right center no-repeat;
    background-size: contain;
    border-top-left-radius: 1vw;
    border-top-right-radius: 1vw;
    padding: 1.3vw 5.5vw 1.3vw 1.5vw;
    z-index: 50;
    cursor: pointer;
    font-size: .9em;

    font-family: 'DINPro-Regular';
    color: #fff;

    -webkit-transition: all .2s ease, bottom .7s ease;
            transition: all .2s ease, bottom .7s ease;
}

#skipBtn:hover {
    opacity: 1;
    padding: 2vw 5.5vw 2vw 1.5vw;
}

#skipBtn.hidden {
    bottom: -20vh;
}

/* //////////  Overlay styles  ////////// */

#ballon {
    position: absolute;
    width: 41%;
    height: 26%;
    bottom: 3%;
    right: 0;
    background: url(img/ballon.png) left no-repeat;
    background-size: contain;
    opacity: 0;

    -webkit-animation: neon 3s ease-in-out infinite;
            animation: neon 3s ease-in-out infinite;
}


@-webkit-keyframes neon {
    0% { opacity: 0; }
    20% { opacity: 1; }
    80% { opacity: 1; }
    100% { opacity: 0; }
}
@keyframes neon {
    0% { opacity: 0; }
    20% { opacity: 1; }
    80% { opacity: 1; }
    100% { opacity: 0; }
}

#loading {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000 url(img/loader.gif) center no-repeat;
    background-size: 5%;
    z-index: 100;
    opacity: .5;
    display: none;
}

#overlay-container {
/*    box-shadow: 0px 0px 10vh 10vh rgba(0,0,0,1) inset;*/
    z-index: 10;
}

#overlay-container .stylizedbtn {
    position: absolute;
    font-family: 'DINPro-Regular';
    padding: 1vw 2.8vw;
    top: 50%;
    left: 0;
    width: 100%;
    cursor: pointer;
    border-radius: 2000px;
    background: #eb5953;
    border: 0;
    box-shadow: -6px 6px 10px rgba(0,0,0,.5);
    font-size: 1.2em;
    text-decoration: none;
    color: #fff;

    -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
}

#overlay-container .stylizedbtn:hover {
    background: #fff;
    color: #eb5953;
}

#overlay-container .stylizedbtn::after {
    content: '';
    position: absolute;
    top: 5%;
    right: 1%;
    bottom: 5%;
    left: 1%;
    border-radius: 2000px;
    border: 1px solid #fff;
}

#overlay-container .stylizedbtn:hover::after {
    border: 1px solid #eb5953;
}


/* //////////  SceenStart  ////////// */


#screenStart {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;

    opacity: 0;
    display: flex;
  justify-content: center;
  align-items: center;


    -webkit-transition: opacity 0.4s ease;
            transition: opacity 0.4s ease;

    background: url(img/menu-start.png) center no-repeat;
    background-size: cover;
}

#overlay-parking {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;

    opacity: 1;
    display: flex;
  justify-content: center;
  align-items: center;


    -webkit-transition: opacity 0.4s ease;
            transition: opacity 0.4s ease;

    background: url(img/overlay-parking.png) center no-repeat;
    background-size: cover;
}

#overlay-showMetro {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;

    opacity: 0;
    display: flex;
  justify-content: center;
  align-items: center;


    -webkit-transition: opacity 0.4s ease;
            transition: opacity 0.4s ease;

    background: url(img/menu-overlay-metro.png) center no-repeat;
    background-size: cover;
}

#overlay-showSports {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;

    opacity: 0;
    display: flex;
  justify-content: center;
  align-items: center;


    -webkit-transition: opacity 0.4s ease;
            transition: opacity 0.4s ease;

    background: url(img/menu-overlay-glsport.png) center no-repeat;
    background-size: cover;
}

#overlay-logo {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;

    opacity: 1;
    display: flex;
  justify-content: center;
  align-items: center;


    -webkit-transition: opacity 0.4s ease;
            transition: opacity 0.4s ease;

    background: url(img/logo-gl-sucr.png) center no-repeat;
    background-size: cover;
}

#overlay-showparking {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;

    opacity: 0;
    display: flex;
  justify-content: center;
  align-items: center;


    -webkit-transition: opacity 0.4s ease;
            transition: opacity 0.4s ease;

    background: url(img/menu-overlay-parking.png) center no-repeat;
    background-size: cover;
}

#overlay-showbateau {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;

    opacity: 0;
    display: flex;
  justify-content: center;
  align-items: center;


    -webkit-transition: opacity 0.4s ease;
            transition: opacity 0.4s ease;

    background: url(img/menu-overlay-bateau.png) center no-repeat;
    background-size: cover;
}

#overlay-showentree {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;

    opacity: 0;
    display: flex;
  justify-content: center;
  align-items: center;


    -webkit-transition: opacity 0.4s ease;
            transition: opacity 0.4s ease;

    background: url(img/menu-overlay-entree.png) center no-repeat;
    background-size: cover;
}

#overlay-showhotel {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;

    opacity: 0;
    display: flex;
  justify-content: center;
  align-items: center;


    -webkit-transition: opacity 0.4s ease;
            transition: opacity 0.4s ease;

    background: url(img/menu-overlay-hotel.png) center no-repeat;
    background-size: cover;
}

#overlay-showbrasserie {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;

    opacity: 0;
    display: flex;
  justify-content: center;
  align-items: center;


    -webkit-transition: opacity 0.4s ease;
            transition: opacity 0.4s ease;

    background: url(img/menu-overlay-brasserie.png) center no-repeat;
    background-size: cover;
}

#overlay-showpiscine {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;

    opacity: 0;
    display: flex;
  justify-content: center;
  align-items: center;


    -webkit-transition: opacity 0.4s ease;
            transition: opacity 0.4s ease;

    background: url(img/menu-overlay-piscine.png) center no-repeat;
    background-size: cover;
}

#overlay-showbus {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;

    opacity: 0;
    display: flex;
  justify-content: center;
  align-items: center;


    -webkit-transition: opacity 0.4s ease;
            transition: opacity 0.4s ease;

    background: url(img/menu-overlay-bus.png) center no-repeat;
    background-size: cover;
}


#overlay-welcome {
    position: absolute;
    width: 50%;
    height: 10%;
    bottom: 0;
    left: 0;

    opacity: 1;
    display: flex;
  justify-content: center;
  align-items: left;


    -webkit-transition: opacity 0.4s ease;
            transition: opacity 0.4s ease;

    background: url(img/welcome-logo.png) center no-repeat;
    background-size: contain;
}

#screenStart .stylizedbtn {
    -webkit-transform-origin: 50% -130%;
            transform-origin: 50% -130%;
}
#screenStart .startLogo {
  position: absolute;
bottom: 0%;
  width: 40%;
  height: 40%;
  width: 60%;

    background: none;
    background-size: auto;

    -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
}

#screenStart.screenStartShowed {
    opacity: 1;
}

#screenStart * {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0.5;
}

#screenStart.screenStartShowed * {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
}
/* //////////  fichesbouteilles  ////////// */



#clickenter {
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0;
  width: 100%;
  height: 100%;


  -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
}


.center {
  display: block;
  margin-left: auto;
  margin-right: auto;

  padding: 2%;
}
/* /////////// Screen Choice (svg) ////////////*/
.center2 {
  display: block;
  top: 60%;
  margin-left: auto;
  margin-right: auto;

  padding: 6px;
}

.lefter {
  display: block;
  top: 50%;
  left: 10%;

  margin-right: auto;

  padding: 6px;
}

.lefterdiv {
position: relative;
  display: block;
  top: 50%;
  left: 2%;
  width: 20%;



  padding: 6px;
}

.center3 {
  display: block;
  top: 80%;
  margin-left: auto;
  margin-right: auto;
  opacity : 1;
  padding: 8px;

  box-shadow: 0 0 0 0 rgba(209, 28, 39, 1);
  animation: pulse-orange 12s infinite;
}

@keyframes pulse-orange {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(209, 28, 39, 0.7);
  }

  17.5% {
    transform: scale(1);
    box-shadow: 0 0 0 20px rgba(209, 28, 39, 0);
  }

  25% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(209, 28, 39, 0);
  }

  26% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(113, 160, 61, 0.7);
  }

  35% {
    transform: scale(1);
    box-shadow: 0 0 0 20px rgba(113, 160, 61, 0);
  }

  50% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(113, 160, 61, 0);
  }
  51% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(235, 156, 24, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 20px rgba(235, 156, 24, 0);
  }

  75% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(235, 156, 24, 0);
  }
  76% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(25, 137, 196, 0.7);
  }

  90% {
    transform: scale(1);
    box-shadow: 0 0 0 20px rgba(25, 137, 196, 0);
  }

  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(25, 137, 196, 0);
  }
}

#screenChoice {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0;
    text-align: center;
    display: none;
}

#container-buttons {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0;
    text-align: center;
    display: none;
}

#screenChoice.screenChoiceShowed {
    display: block;
    opacity: 1;
}


#screenChoice svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#screenChoiceSVG path{
    fill: rgba(206, 45, 45, 0);
    cursor: pointer;
}
#screenChoiceSVG path:hover{
    fill: rgba(0,0,0,0);
    cursor: pointer;
}



#screenChoice2 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0;
    text-align: center;
    display: none;
}

#screenChoice2.screenChoiceShowed {
    display: block;
    opacity: 1;
}


#screenChoice2 svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


#screenChoiceSVG2 path{
    fill: rgba(206, 45, 45, 0);
    cursor: pointer;
}
#screenChoiceSVG2 path:hover{
    fill: rgba(0,0,0,0);
    cursor: pointer;
    border-color: white
}






@media (min-aspect-ratio: 16/9) {

}


.noselect {
  -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
		-webkit-tap-highlight-color: transparent;
}

#logostartmenu {

  width: 50%;
}






/* /////////// ctas ///////////// */

#screenChoice2 div.cta-logo {
    position: absolute;
    width: 100%;
    height: 100%;

    -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
    -webkit-transform: scale(0.05);
            transform: scale(0.05);
            opacity: 1;
}



#screenChoice2 div.cta-showed {
    -webkit-transform: scale(0.2);
            transform: scale(0.2);

}



#cta-video-parking {
    bottom: 40%;
    left: 28%;

    background: url(img/cta-parking1.png) center no-repeat;
    background-size: contain;
    -webkit-transform-origin: 25% bottom;
            transform-origin: 25% bottom;
}
#cta-video-eurexpo {
      bottom: 40%;
      left: 28%;

      background: url(img/cta-parking.png) center no-repeat;
      background-size: contain;
      -webkit-transform-origin: 25% bottom;
              transform-origin: 25% bottom;
}

#cta-tour-eurexpo {
      top: 14%;
      left: 0%;

      background: url(img/cta-eurexpo-enter.png) center no-repeat;
      background-size: contain;

}

#cta-tour-eurexpo.cta-hover{
      top: 14%;
      left: 0%;

      background: url(img/cta-eurexpo-enter-hover.png) center no-repeat;
      background-size: contain;

}

#cta-parking1 {
      top: 32.5%;
      right: 20%;
      background: url(img/cta-p1.png) center no-repeat;
      background-size: contain;
}

#cta-parking1.cta-hover{
  top: 32.5%;
  right: 20%;
  background: url(img/cta-p1-hover.png) center no-repeat;
  background-size: contain;
}


#cta-parking2 {
      top: 28%;
      right: 12%;

      background: url(img/cta-p2.png) center no-repeat;
      background-size: contain;

}

#cta-parking2.cta-hover {
      top: 28%;
      right: 12%;

      background: url(img/cta-p2-hover.png) center no-repeat;
      background-size: contain;

}

#cta-parking3 {
      top: 26%;
      right: 3%;

      background: url(img/cta-p3.png) center no-repeat;
      background-size: contain;

}

#cta-parking3.cta-hover{
      top: 26%;
      right: 3%;

      background: url(img/cta-p3-hover.png) center no-repeat;
      background-size: contain;

}

#cta-parking4 {
      top: 23%;
      left: 4.5%;

      background: url(img/cta-p4.png) center no-repeat;
      background-size: contain;

}

#cta-parking4.cta-hover{
      top: 23%;
      left: 4.5%;

      background: url(img/cta-p4-hover.png) center no-repeat;
      background-size: contain;

}

#cta-parking5 {
      top: 17%;
      left: 11%;

      background: url(img/cta-p5.png) center no-repeat;
      background-size: contain;

}

#cta-parking5.cta-hover{
      top: 17%;
      left: 11%;

      background: url(img/cta-p5-hover.png) center no-repeat;
      background-size: contain;

}

#cta-parking6 {
      top: 10%;
      left: 18%;

      background: url(img/cta-p6.png) center no-repeat;
      background-size: contain;

}

#cta-parking6.cta-hover{
      top: 10%;
      left: 18%;

      background: url(img/cta-p6-hover.png) center no-repeat;
      background-size: contain;

}

#cta-parking7 {
      bottom: 18%;
      left: 18%;

      background: url(img/cta-p7.png) center no-repeat;
      background-size: contain;

}

#cta-parking7.cta-hover{
      bottom: 18%;
      left: 18%;

      background: url(img/cta-p7-hover.png) center no-repeat;
      background-size: contain;

}

#cta-parking8 {
      bottom: 33%;
      right: 2%;

      background: url(img/cta-p8.png) center no-repeat;
      background-size: contain;

}

#cta-parking8.cta-hover{
      bottom: 33%;
      right: 2%;

      background: url(img/cta-p8-hover.png) center no-repeat;
      background-size: contain;

}

#cta-parking9 {
      bottom: 33%;
      right: 12%;

      background: url(img/cta-p9.png) center no-repeat;
      background-size: contain;

}

#cta-parking9.cta-hover{
      bottom: 33%;
      right: 12%;

      background: url(img/cta-p9-hover.png) center no-repeat;
      background-size: contain;

}

#cta-parking10 {
      bottom: 26%;
      right: 14.5%;

      background: url(img/cta-p10.png) center no-repeat;
      background-size: contain;

}

#cta-parking10.cta-hover{
      bottom: 26%;
      right: 14.5%;

      background: url(img/cta-p10-hover.png) center no-repeat;
      background-size: contain;

}

#cta-parking11 {
      bottom: 15%;
      right: 17%;

      background: url(img/cta-p11.png) center no-repeat;
      background-size: contain;

}

#cta-parking11.cta-hover {
      bottom: 15%;
      right: 17%;

      background: url(img/cta-p11-hover.png) center no-repeat;
      background-size: contain;

}

#cta-parking0 {
      top: 2%;
      right: 16%;

      background: url(img/cta-p0.png) center no-repeat;
      background-size: contain;

}

#cta-parking0.cta-hover {
      top: 2%;
      right: 16%;

      background: url(img/cta-p0-hover.png) center no-repeat;
      background-size: contain;

}

#cta-phandy {
      top: 5%;
      left: 7%;

      background: url(img/cta-p-handy.png) center no-repeat;
      background-size: contain;

}

#cta-exposant-nord {
      bottom: 6%;
      right: 15%;

      background: url(img/cta-p-exposant-nord.png) center no-repeat;
      background-size: contain;

}

#cta-exposant-sud {
      bottom: 6%;
      left: 13%;

      background: url(img/cta-p-exposant-sud.png) center no-repeat;
      background-size: contain;

}

#cta-exposant-est {
      bottom: 27%;
      left: 0%;

      background: url(img/cta-p-exposant-est.png) center no-repeat;
      background-size: contain;

}


#cta-doccom {
    top: 32%;
    left: 19%;
    background: url(img/cta-doccom.png) center no-repeat;
    background-size: contain;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
}

#cta-demo {
    top: -3%;
    left: 28%;
    background: url(img/cta-demo.png) center no-repeat;
    background-size: contain;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
}

#cta-video-lyon {
    top: 35%;
    left: 47%;
    background: url(img/cta-stopmotion.png) center no-repeat;
    background-size: contain;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
}

#cta-dossier {
    top: 48%;
    left: 75%;
    background: url(img/cta-dossier.png) center no-repeat;
    background-size: contain;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
}

#cta-guide {
    top: -2%;
    left: 61%;
    background: url(img/cta-guide.png) center no-repeat;
    background-size: contain;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
}


#screenChoice div.cta-clickOn {
    position: absolute;
    width: 40%;
    height: 40%;


    opacity: 1;
}
#cta-click {
    bottom: -10%;
    left: 30%;
    background: url(img/click.png) center no-repeat;
    background-size: contain;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
}


/* /////////// HUD ////////////*/

#hud {
    position: absolute;
    width: 100%;
    height: 9.26%;
    top: -10%;
    left: 0;
    background: linear-gradient(to right, rgba(19, 26, 39, 255) 0%, rgba(19, 26, 39, 0) 75%, rgba(19, 26, 39, 0) 85%, rgba(19, 26, 39, 255) 100%);
    text-align: left;
    opacity: 0;

    -webkit-transition: all .4s ease;
            transition: all .4s ease;
}

#hud.hudShowed {
    top: 0%;
    opacity: 0;
}

#hud img {
    position: relative;
    display: inline-block;
    height: 100%;
}

#hud .hudContact {
    position: absolute;
    font-family: 'DINPro-Regular';
    padding: .3vw .8vw;
    right: 2%;
    top: 27%;
    cursor: pointer;
    border-radius: 2000px;
    background: #132639;
    border: 0;
    box-shadow: -6px 6px 10px rgba(0,0,0,.5);
    font-size: 0.6em;
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;

    -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
}

#hud .hudContact:hover {
    background: #fff;
    color: #132639;
    border: 1px solid #132639;
}

/* //////////// Screen False & End /////////*/

#screenFalse, #screenOutro{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    text-align: center;
    font-size: .8em;

    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);

    -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
}

#screenFalse.screenShowed {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
}

#screenOutro.screenShowed {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
}

#screenOutro{
    color: #fff;
    -webkit-transition: all 0.8s ease;
            transition: all 0.8s ease;
}

#screenOutro .endLogo {
    position: absolute;
    width: 40%;
    height: 55%;
    left: 30%;
    top: 15%;
    background: url(img/logo-newic-2019.png) top center no-repeat;
    background-size: contain;
}

#screenOutro p {
    position: absolute;
    width: 100%;
    height: 55%;
    left: 0%;
    top: 50%;
    font-size: 1.5em;
}

#screenOutro .stylizedbtn {
    -webkit-transform-origin: 50% -130%;
            transform-origin: 50% -130%;
}


/* //////////  Mobile ////////// */


#container.mobile #hud {
    height: 13%;
}

#container.mobile #fullScreenBtn {
    padding: 4vw;
}

#container.mobile #backScreenBtn {
    padding: 4vw;
}

#container.mobile #hud .hudContact {
    padding: .3vw 2vw;
    font-size: .9em;
}

#container.mobile #overlay-container .stylizedbtn {
    padding: 1vw 2.8vw;
    width: 25%;
    left: 25%;
    font-size: 1.5em;
}

#container.mobile #video-container {
    background-size: 12%;
    z-index: 0;
}
#container.mobile #loading {
    background-size: 12%;
}

#container.mobile #skipBtn {
    right: 12%;
    font-size: 1.9em;
    padding: 2vw 8.5vw 2vw 2.5vw;
}
