@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* placeholder: proportions vidéo youtube responsive */
/* placeholder : width de 100vw */
/* changer delay selon position dans la liste*/
/* changer width selon position dans la liste */
/* center vertically */
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
.block-intro-front {
  -webkit-transition: background-color 0.25s linear;
  -moz-transition: background-color 0.25s linear;
  -ms-transition: background-color 0.25s linear;
  -o-transition: background-color 0.25s linear;
  transition: background-color 0.25s linear;
}

.btn-play {
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.5;
  width: 100vw;
  height: 100vh;
  position: absolute;
  z-index: 600;
  display: block;
  background-image: url(../images/play2@2x.png);
  background-size: 168px;
}

.mouse-pointer {
  background-position: center;
  background-repeat: no-repeat;
  display: none;
  cursor: none;
  pointer-events: none;
  position: absolute;
  z-index: 2002;
}
.mouse-pointer.show {
  width: 168px;
  height: 67px;
  position: absolute;
  z-index: 200;
  display: block;
  background-image: url(../images/play2@2x.png);
  background-size: 168px;
}
.mouse-pointer.show-video {
  width: 43px;
  height: 43px;
  position: absolute;
  z-index: 2001;
  display: block;
  background-image: url(../images/player-close@2x.png);
  background-size: 43px;
}
.mouse-pointer.hide {
  opacity: 0;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.pad {
  width: 150px;
  height: 300px;
  position: absolute;
  z-index: 2;
}

.block-intro-front {
  -webkit-transition: opacity 0.25s linear;
  -moz-transition: opacity 0.25s linear;
  -ms-transition: opacity 0.25s linear;
  -o-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
  opacity: 1;
  background-color: black;
  width: 100vw;
}
.block-intro-front.white {
  opacity: 0;
}
.block-intro-front .wrapper-intro-front {
  background-color: black;
  overflow: hidden;
  overflow: hidden;
  max-height: 100vh;
  position: relative;
  z-index: 101;
  min-height: 500px;
}
.block-intro-front #video-front, .block-intro-front .mobile-android {
  position: relative;
  top: 60px;
  left: 0;
  width: 100vw;
  height: auto;
  cursor: none;
}
.block-intro-front #video-front.long, .block-intro-front .mobile-android.long {
  z-index: 2001;
}
.block-intro-front #video-front.preview, .block-intro-front .mobile-android.preview {
  z-index: 200;
}
.block-intro-front .wrapper-fl {
  width: 7px;
  margin: 0 auto;
  position: absolute;
  bottom: 20px;
  left: calc(50% - 3px);
  overflow: hidden;
  z-index: 200;
}
.block-intro-front .wrapper-fl .ligne {
  margin: 0 auto;
  background-image: url(../images/pixel-ligne-blanc.png);
  background-repeat: repeat-y;
  background-position: center;
  width: 7px;
  background-size: auto 1px;
  display: block;
  height: 35px;
}
.block-intro-front .wrapper-fl .pointe {
  margin: 0 auto;
  background-image: url(../images/pointe-blanche.png);
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: auto 7px;
  display: block;
  width: 7px;
  height: 7px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0, M12=-1, M21=1, M22=0)";
  filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod="auto expand", M11=0, M12=-1, M21=1, M22=0);
}

.loader {
  margin: 30px auto;
  width: 80px;
  height: 80px;
  background-image: url(../images/LoaderCA.gif);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 80px;
  position: fixed;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
}

@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes fl_up_down {
  0% {
    bottom: 15px;
  }
  50% {
    bottom: 60px;
  }
  100% {
    bottom: 15px;
  }
}
@-moz-keyframes fl_up_down {
  0% {
    bottom: 15px;
  }
  50% {
    bottom: 60px;
  }
  100% {
    bottom: 15px;
  }
}
@-ms-keyframes fl_up_down {
  0% {
    bottom: 15px;
  }
  50% {
    bottom: 60px;
  }
  100% {
    bottom: 15px;
  }
}
@-o-keyframes fl_up_down {
  0% {
    bottom: 15px;
  }
  50% {
    bottom: 60px;
  }
  100% {
    bottom: 15px;
  }
}
@keyframes fl_up_down {
  0% {
    bottom: 15px;
  }
  50% {
    bottom: 60px;
  }
  100% {
    bottom: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .block-intro-front #video-front {
    top: 0;
  }
  .block-intro-front .wrapper-intro-front {
    min-height: 400px;
  }
}
@media only screen and (min-width: 1024px) {
  .block-intro-front .wrapper-intro-front {
    min-height: 500px;
  }
}
@media only screen and (min-width: 1200px) {
  .block-intro-front .wrapper-intro-front {
    min-height: 600px;
  }
}
@media only screen and (min-width: 1440px) {
  .block-intro-front .wrapper-intro-front {
    min-height: 700px;
  }
}