@font-face {
  font-family: 'Acumin Pro';
  /* font-weight:1 999; */
  src: url("../typo/Acumin-BdItPro.woff") format("woff2"),
        url("../typo/Acumin-BdPro.woff") format("woff2"),
        url("../typo/Acumin-ItPro.woff") format("woff2"),
        url("../typo/Acumin-RPro.woff") format("woff2")
}

*{
  padding:0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  font-family: acumin-pro, sans-serif;
  /* font-weight: 2000; */
  box-sizing: border-box;
}

#eden-load{
  position: absolute;
  /* top: 50%;
  left: 50%; */

  top: calc(50%);
  left: calc(50% - 20px);

  z-index: 1;
  height: 40px;
  z-index:10;
}

body{
  background-color: black;
}

#wait-loaded{
  opacity: 0;
  transition: opacity 2s ease-out;
}

#cache{
  width:100%;
  height:100%;
  background-color: black;
  position: absolute;
  top:0px;
  left:0px;
  z-index:1;
  opacity: 1;
}

#video_cont {
  display: none;
}


#video_cont video{
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
}
.object-fit{
  display: block;
  object-fit: cover;
}
#mainVideo0, #mainVideo1{
  z-index: -1;
}
#mainTitle{
  color:white;
  font-size:1.7em;
  text-align: left;
  opacity: 0;
  padding: 50px;
  z-index: 10;
}
#test{
  font-size:1.7em;
  position:absolute;
  top: 0;
  left: 50px;
  color:white;
  z-index: 10;
  opacity: 0;
  cursor: pointer;
  width:120px;
  height:auto;
  transition: all 2s ease-out;
}
#img-cont{
  /* background: url('../img/eden-contact-bg-2019.jpg') center center no-repeat; */
  background-size: cover;
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  z-index:-2;
}
#img-bg{

}
nav{
  opacity: 1;
  color:white;
  text-align: left;
  position:absolute;
  /*bottom: 0;*/
  padding:85px 50px 0px 50px;
  font-size: .8em;
  z-index:10;
}

ul{
  list-style: none;
}

#menu {
  transition: opacity 2s ease-out;
  opacity: 0;
}

li{
  padding :10px 0px;
}
a{
  text-decoration: none;
  color:white;
}


.nav4,.nav3, .nav2, .nav1{
  transition: font-weight .45s ease-out;
  font-weight: 300;
  font-style: normal;
  cursor: pointer;
}
.nav4:hover, .nav3:hover, .nav2:hover, .nav1:hover{
  transition: font-weight .30s ease-out;
  font-weight: 900;
}
.nav-responsive{
  z-index: 1;
  bottom:auto;
  top:82px !important;
  padding:0px 0px 0px 50px;
}
.li-responsive{
  float: left;
  margin-right: 10px;
}
.active{
  font-weight: 900 !important;
}
.active:hover{
  transition: font-weight .30s ease-out;
  font-weight: 300 !important;
}
.activeFinal{
  cursor: default;
}
.ios-button{
  position: absolute;
  top: 50%;
}

footer{
  font-size:.7em;
  color:white;
  position: absolute;
  bottom: 20px;
  right: 50px;
}
footer h1{
  font-weight: 300;
  font-size:1em;
}
footer li{
  float: left;
  margin-right: 2px;
}
#copyFooter{
  opacity: 0;
  transition: opacity 2s ease-out;

}


/*------- page contact --------*/

.img-contact{
  width: 70%;
  display: block;
  margin: 15% auto 0px auto;
  height:auto;
}
#contact-txt{
  color: white;
  margin: 150px 0px 0px 215px;
  font-weight: 700;
}
.small-txt{
  font-size: 1.1em;
  margin-bottom: 20px;
  width:600px;
  font-weight: 200;
}
.big-txt{
  font-size: 1.1em;
  margin:10px 0px 5px 0px;
  /* width:680px; */
}
.txt-list{
  float: left;
  width:26%
}
.btstrp-contact{
  width:100%;
}
.btstrp-contact div{
  font-size: 1.1em;
  margin-bottom: 20px;
  font-weight: 200;
  max-width:390px !important;
}

#txt-mail{
  margin: 100px 0px;
}
#maillink{
  transition: font-weight .45s ease-out;
  font-weight: 300;
  font-style: normal;
  cursor: pointer;
}
#maillink:hover{
  transition: font-weight .30s ease-out;
  font-weight: 900;
}
#img-profil{
    width:1025px;
    margin-left: -214px;
    margin-top:50px;
    margin-bottom:50px;

}
.names{
  position: absolute;
  left: 0;
  top:0;
  font-size: 5em;
  opacity: 0;
}
.name-jv{
  margin-top: 65px;
  margin-left: -17px;
}

@media screen and (max-width: 1370px) {
  #img-profil{
      width:80%;
    }
}
@media screen and (max-width: 1050px) {
  #img-profil{
      margin-left: 0px;
      width:95%;
    }
    .names{
      line-height: .8;
    }
    #txt-studio{
      margin-top: 75px;
    }
}
@media screen and (max-width: 825px) {
  .names{
    font-size: 3.5em;
  }
  .name-jv{
    margin-top: 46px;
    margin-left: -11px;
  }
}


/*-------- page works ------------*/
.container-fluid{
  margin:150px 0px 0px 0px;
}
.col{
height:335px;
color: white;
background-size: cover;
background-repeat: no-repeat;
padding:0px !important;
display: table;
opacity: 1;
text-transform: uppercase;
}
.col:hover{
  transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
}
.hov-txt{
  opacity:0;
  padding:0px 20px;
  width:100%;
  height:100%;
  text-align: center;
  vertical-align:middle;
  display: table-cell;
  font-weight: 300;
  font-style: normal;
  transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
}
.date{
  font-weight: 300;
}

.hov-txt:hover{
  /* border: 3px solid white; */
  box-shadow: inset 0 0 0 20px white;
  opacity: 1;
  font-weight: 900;
  font-style: normal;

  background-color: rgba(0,0,0,0.5);
  transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
}


/*-------- Page LAB -------*/

#lab-images{
}
.labImage{
  opacity: 0;
  /* display: inline; */
}
.labtxt{
  opacity: 0;
  color: white;
  padding:10px;
  /* display: inline; */
  float :left;
}
.content{
  /* color:red; */
}
.titre{
  font-size: 3em;
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1.2;
}

@media screen and (max-width: 930px) {
  #copyFooter{
    display: none;
  }
  #contact-txt{
    margin-left: 21%;
    /* margin:210px 0px 0px 45px; */
  }
  .big-txt{
    width:98%;
  }
}
@media screen and (max-width: 976px) {

}
@media screen and (max-width: 991px) {
  .hov-txt{
    opacity: 1;
    font-weight: 900;
    font-style: normal;
  }
}

@media screen and (max-width: 1050px) {
  section{
    margin-bottom: 100px;
  }
  .small-txt{
    width:95%;
  }
  nav{
    top:82px !important;
    padding:0px 0px 0px 50px;
  }
  #contact-txt{
    margin: 210px 0px 0px 45px;
  }
  li{
    float:left;
    margin-right:10px;
  }
}
