
html, 
body{
    height: 100%;
    color: white;
    scroll-behavior: smooth !important;
    background-color: black !important;
}
main{
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100%;
    scroll-snap-type: y mandatory;
    max-width: 100vw;
    scroll-behavior: smooth !important;
}
section{
    height: 100vh;
    scroll-snap-align: center;
    display: flex;
    align-items: center;
    justify-content: end;
}
.img_project{
    width: 100vw;
    height: 100vh;
    background-image: url('../asset/img/Stills1.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
}

/**************Video********************/
.contain_video{
    width: 100vw;
    height: 100vh;
}
.container_img2{
    width: 100%;
    height: 100%;
}
.img_film2{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}
.img_film2 video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.none{
    display: none;
}


.main_container_info{
    position: relative;
    top: 0;
    transform: translateY(-100vh);
    display: flex;
    flex-direction: row;
}
.container_info{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    height: 100vh;
    width: 50vw;
    pointer-events: none;
    padding-bottom: 2.5vw;
}
.contain_price{
    display: flex;
    flex-direction: row;
    width: 40vw;
    justify-content: center;
}
.logo_film{
    width: 50vw;
    height: 30vh;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 20;
    margin-bottom: 5vh;
}
.logo_price{
    width: 100%;
    height: 20vh;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.info_annexe{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: end;
    padding-bottom: 2.5vw;
    padding-left: 2vw;
    color: white;
}
.no_price{
    width: 25vw;
    height: 20vh;
    position: absolute;
    bottom: 4vw;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}
.no_price img{
    width: 12%;
  }

.loader{
    height: 100vh;
    width: 100vw;
    background-color: black;
    position: fixed;
    z-index: 100;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-size: cover;
    color: white;
    gap: 16px;
}
.alert{
    padding-bottom: 16px;
}
/* .loader img{
    width: 40vw;
} */
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,700');
.window{
  position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}
.container{
  width: 200px;
  height: 20px;
  border: 2px solid #b2b2b2;
  border-radius: 7px;
  margin: 0 auto;
  padding: 2px 1px;
  overflow: hidden;
  font-size: 0;
}
.box{
  width: 9px;
  height: 100%;
  background: linear-gradient(to bottom, #2838c7 0%,#5979ef 17%,#869ef3 32%,#869ef3 45%,#5979ef 59%,#2838c7 100%);
  display: inline-block;
  margin-right: 2px;
  animation: loader 2s infinite;
  animation-timing-function: linear;
}
.logo{
  width: 220px;
  margin: 50px auto;
}
.logo p{
  margin: 0;
  padding: 0;  
}
.top{
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
}
.top:after{
  content:"\00a9";
  font-size: 10px;
  position: relative;
  top: -5px;
  margin-left: 2px;
}
.mid{
  font-size: 46px;
  font-weight: 700;
  line-height: 36px;  
}
.mid span{
  font-size: 22px;
  display: inline-block;
  vertical-align: top;
  color: #FF6821;
  margin-top: -8px;
}
.logo .bottom{
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
  margin-left: 5px;
  
}
@keyframes loader{
  0%{
    transform: translate(-30px);
  }
  100%{
    transform: translate(150px);
  }
}

.none{
    display: none;
}
.bouton{
    border: 1px white solid;
    padding: 1vh 1vw 1vh 1vw;
    text-transform: uppercase;
    font-size: 0.875vw;
    cursor: pointer;
}

@media (max-width: 600px) {
    .container_info{
        width: 100vw;
    }
    
    .contain_price{
        display: none;
    }
    .logo_film{
        width: 70vw;
    }
    .nav_bar img{
        width: 20vw;
    }

}
