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 {

  display: block;
    max-width: 300px;
    margin: auto;
    text-align: center;
}


#frbutton{

  background: url(img/langFR.png) center no-repeat;
  background-size: contain;
  border: none;
  cursor:pointer;
   border:none;
   width:5%;
   height:5%;
}

#enbutton{

  background: url(img/langEN.png) center no-repeat;
  background-size: contain;
  border: none;
  cursor:pointer;
   border:none;
   width:5%;
   height:5%;
}


#tuto {
      position: absolute;
      width: 100%;
      height: 100%;
      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-tutos.png) center no-repeat;
      background-size: contain;



}

#videotuto {
      position: absolute;
      width: 320px;
      height: 240px;
      left: auto;

      opacity: 1;
      display: block;




      -webkit-transition: opacity 0.4s ease;
              transition: opacity 0.4s ease;

      background: url(img/welcome-tutos.png) center no-repeat;
      background-size: contain;



}


#tutoEN {
      position: absolute;
      width: 100%;
      height: 100%;
      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-tutosEN.png) center no-repeat;
      background-size: contain;



}


@font-face {
    font-family: Verdana;
    font-style: normal;
    font-weight: normal;
    }

#container {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0px;
    box-shadow: 0px 0px 0px 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;
}


#CloseBtn {
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0.8;

    background: url(img/close-button.png) rgb(0, 0, 0, 0) center no-repeat;
    border : 2px;
    border-color:rgb(0, 0, 0, 0);
    background-size: contain;
    display: block;
    max-width:27px;
    max-height:27px;
    width: 4%;
    height: 4%;
    padding: 0vw;
    z-index: 50;
    cursor: pointer;
    transform-origin: 50% 50%;
    -webkit-transition: all .2s ease;
            transition: all .2s ease;
}

#CloseBtn:hover {
    position: fixed;
    top: 0;
    left: 0;
    opacity: 1;
    height: 5%;
    width: 5%;

    -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;

}

#backScreenBtn:hover {
    opacity: 1;
    padding: 3vw;
}

#backScreenBtn {
    padding: 4vw;
}



#fullScreenBtn:hover {
    opacity: 1;
    padding: 3vw;
}





/* //////////  pdf ////////// */

#pdfOver {
  position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  height: 80%;
   width: 60%;
   background-color: none;
   overflow-x: hidden;
   overflow-y: hidden;

   /* 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: 90vh;
  /*max-height: 90vw;
  /* 315/560 = .5625
  overflow: scroll;
  scale: 2;
  zoom: 1;
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);*/
      }
#iframeproduit{
  overflow-x:hidden;

}


      #iframepopup {

            }
/* 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;
}

#iframe-container.opening {

  animation: open 2.5s;
}

@keyframes open {
  0% {
     transform: scale(0.75);
    opacity: 0;
  }
  25% {
    transform: scale(0.75);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

#iframe-container.closing {
  opacity: 0;
  animation: pulse 1.0s;
}

@keyframes pulse {
  0% {
     transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(0);
    opacity: 0;
  }

}

#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;

}

/* 6 */
.btn-6 {
   background: #000033;
  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: #000033;
}
.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: #000033;
  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%;
}

/* Playground by EThaiZone */
#parentpopin {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border:solid 1px #000;
margin-left: auto;
  margin-right: auto;

}


#iframe-container {
  overflow: hidden;
  width: 100%;
  height: 100%;
  background:#fff url(img/loaderiframe2.gif) no-repeat 50% top !important;
      box-shadow: 0px 0px 0px rgba(0,0,0,255);

}

#iframe-container iframe {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
   margin: auto;

}




/* //////////  Video ////////// */

#video-container, #overlay-container {

    overflow: hidden;

}

#video-container {
  /*  background: url(img/loader.gif) center no-repeat;*/
    background-size: 0%;
    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 {
/*    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-container .hiddenVid {
    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;
}

.buttonlangue {

    height: 1em;

    position: relative;
    top: 5%;
    right: -22.5%;
 margin: 0.5em;
offset-anchor: right;
}


@media (min-aspect-ratio: 16/9) {
  .buttonlangue {
    top: 30%;
    right: -40%;
  }

}
@media (max-aspect-ratio: 16/9) {
  .buttonlangue {
    top: 5%;
    right: -22.5%;

  }
}



.resizeScreen {
/*  position: fixed;
  top: 0;
  left: 0;*/
  position: fixed;
    top: 0vw;
    left: 0vw;
  width: 100%;
  height: 100%;
}


@media (min-aspect-ratio: 16/9) {
  .resizeScreen {
    height: 200%;
    top: -50%;

  }

}
@media (max-aspect-ratio: 16/9) {
  .resizeScreen {
    width: 200%;
    left: -50%;

  }
}
/* //////////  Overlay styles  ////////// */



#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,0) 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: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;

    opacity: 1;



    -webkit-transition: opacity 0.4s ease;
            transition: opacity 0.4s ease;

            background: url(img/welcome-map-blur.jpg) center no-repeat;
            background-size: contain;
  /*  background-size: contain; */
}


#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/map-interactive.jpg) 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-eurexpo.png) center no-repeat;
    background-size: cover;
}

#overlay-welcome {
    position: absolute;
    width: ;
    height: ;
    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-map.jpg) center no-repeat;
    background-size: contain;
}

#screenStart .stylizedbtn {
    -webkit-transform-origin: 50% -130%;
            transform-origin: 50% -130%;
}
#screenStart .startLogo {

    position: absolute;

    width: 100%;


/*  -ms-transform: translateX(50%);
       transform: translateX(150%);
     -ms-transform: translateY(-50%);
   transform: translateY(-50%);*/


    -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;



}

@media (min-aspect-ratio: 16/9) {
  .startLogo {
    bottom:30%;

    /* Ou bien height: 300%; top: -100%; */
    /* Ou bien height: 400%; top: -150%;*/
  }

}
@media (max-aspect-ratio: 16/9) {
  .startLogo {
    bottom:20%;
    /* Ou bien width: 300%; left: -100%;*/
    /* Ou bien width: 400%; left: -150%;*/
  }
}

#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;
  transform-origin: 50% 50%;

  padding: 2%;
  margin-bottom: 3%;
}


/* /////////// Screen Choice (svg) ////////////*/
.center2 {
  display: block;
  top: 60%;
  margin-left: auto;
  margin-right: auto;

  padding: 6px;
}

.center3 {
  display: block;
  top: 60%;
  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;
}

#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.1);
    cursor: pointer;
    stroke: var(--pink);
  	stroke-width: 0.05%;
    stroke-dashoffset: 0;
    stroke-dasharray: 3100;
    transform-origin: center;
}
 path:hover{
    fill: rgba(0,0,0,0.5);
    cursor: pointer;
    border-color: white
}


 path {
   fill: transparent;
 	 stroke: var(--pink);
 	 stroke-width: 5;
 	 cursor: pointer;
 	 position: relative;
}




@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.5);
            transform: scale(0.5);
            opacity: 1;
}



#screenChoice2 div.cta-showed {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);

}



#cta-zoom-produit1 {
    top: 50%;
    left: 50%;
    width: 10%;
    height: 10%;
    background: url(img/spot-auguste.png) center no-repeat;
    background-size: contain;
    transform-origin: 57.7% 43.6%;
}
#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;
}

:root {
	 --pink-light: #ff7eb4;
	 --pink: #ffa81e;
}

path:hover  {
	 animation: stroke-animation 1s ease-in-out forwards;
}

path .hoverpath {
  opacity: 1;
  animation: pulse-orange 10s;
}
path .outpath{
  opacity: 1;
  animation: pulse-orange 10s;
}



 @keyframes stroke-animation {
	 0% {
		 stroke-dashoffset: 0;
	}
	 30% {
		 stroke-dashoffset: 1550;
	}
	 60% {
		 stroke-dashoffset: 3100;
		 fill: transparent;

	}
	 80% {
		 fill: rgba(252, 181, 31, 0);

	}

	 100% {
		 stroke-dashoffset: 3100;
		 fill: rgba(252, 181, 31, 0.5);
	}
}
 @keyframes fade-animation {
	 70% {
		 fill: transparent;
		 transform: scale(1);
	}
	 80% {
		 fill: var(--pink-light);
		 transform: scale(1.1);
		 opacity: 1;
	}
	 90% {
		 opacity: 1;
	}
	 100% {
		 transform: scale(2.5);
		 opacity: 0;
	}
}

.tooltip {
    display:inline-block;
    position:relative;
    border-bottom:1px dotted #666;
    text-align:left;
}

.tooltip .top {
    min-width:200px;
    top:-20px;
    left:50%;
    transform:translate(-50%, -100%);
    padding:10px 20px;
    color:#444444;
    background-color:#EEEEEE;
    font-weight:normal;
    font-size:13px;
    border-radius:8px;
    position:absolute;
    z-index:99999999;
    box-sizing:border-box;
    box-shadow:0 1px 8px rgba(0,0,0,0.5);
    visibility:hidden; opacity:0; transition:opacity 0.8s;
}

.tooltip:hover .top {
    visibility:visible; opacity:1;
}

.tooltip .top i {
    position:absolute;
    top:100%;
    left:50%;
    margin-left:-12px;
    width:24px;
    height:12px;
    overflow:hidden;
}

.tooltip .top i::after {
    content:'';
    position:absolute;
    width:12px;
    height:12px;
    left:50%;
    transform:translate(-50%,-50%) rotate(45deg);
    background-color:#EEEEEE;
    box-shadow:0 1px 8px rgba(0,0,0,0.5);
}
