@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" /> */
.mouse-pointer {
  background-position: center;
  background-repeat: no-repeat;
  display: none;
  cursor: none;
  pointer-events: none;
}
.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;
}

.btn-play-internal {
  background-position: center;
  background-repeat: no-repeat;
  width: 100vw;
  margin-top: 100px;
  height: 67px;
  position: absolute;
  z-index: 200;
  display: none;
  background-image: url(../images/play2@2x.png);
  background-size: 168px;
  background-position: center;
}
.btn-play-internal.show {
  display: block;
}

.paragraph--type--video {
  position: relative;
}
.paragraph--type--video .btn-play-internal {
  top: calc(50% - 37px);
  margin-top: 0;
}

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

.header-projet video {
  height: auto;
}

.wrapper-video-fullscreen {
  position: fixed;
  top: 60px;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 2000;
  background-color: rgba(0, 0, 0, 0.85);
}
.wrapper-video-fullscreen video {
  width: 100%;
  max-width: 100vw;
  max-height: 100vh;
  height: auto;
}

.wrapper-video {
  position: relative;
  z-index: 110;
  max-width: 1440px;
  margin: 0 auto;
  margin: 0 auto;
  overflow: hidden;
}
.wrapper-video video {
  position: relative;
  display: block;
  left: 0;
  top: 0;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  cursor: none;
}
.wrapper-video video.video-long-mobile {
  display: none;
}

.header-projet .wrapper-video {
  max-width: none;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .wrapper-video-fullscreen {
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
}
@media only screen and (min-width: 1440px) {
  .wrapper-video {
    max-width: none;
    width: 100vw;
  }
}