@font-face {
    font-family: "test";
    src: url("ressources/FONT/HelveticaNeue-Medium.otf") format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Futura";
    src: url("ressources/FONT/FuturaND-Medium.otf") format('truetype');
    font-weight: normal;
    font-style: normal;
}

html{
    scroll-behavior: smooth;
}

body{
    background-color: #111114;
}

*{
    padding: 0;
    margin: 0;
    font-family: "test", serif;
}


section {
    min-height: 100vh;
    width: 100%;
    max-height: 100vh;
}

nav {
    z-index: 550;
    background-color: transparent;
}

ul {
    list-style-type: none;
    margin: 0;
    overflow: hidden;
    float: left;
    padding-left: 50px;
    padding-top: 40px;
}

li{
    display: inline-block;
    margin-right: 15px;
    margin-top: 20px;
}

a{
    display: block;
    color: #DCDBD7;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
}

li:hover{
    border-bottom: #DCDBD7 solid 2px;
}

video {
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0;
    /* z-index: -3; */
}

video2 {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    visibility:none;
}

svg
{
    width: 150px;
    height: 150px;
    float: left;
}
#section2 {
    background-color: #130f1f;
    overflow: hidden;
}
#section3 {
    overflow: hidden;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

#section1 .scrollDown {
    position: absolute;
    left: 49%;
    bottom: 10px;
    border-radius: 50px;
    height: 35px;
    width: 35px;
    display: flex;
}

#section2 .scrollDown {
    position: absolute;
    left: 49%;
    bottom: 10px;
    border-radius: 50px;
    height: 35px;
    width: 35px;
    display: flex;
    top: 195%;
}

#section1 .container{
    display: flex;
    float: left;
    position: fixed;
    text-align: center;
    width: 48vh;
    height: 4vh;
    top: 62vh;
    transform: rotate(359deg);
    z-index: 1000;
    justify-content: center;
}

#section1 .container p {
    font-size: 2.2em;
    color: #fff;
    font-family: "futura", serif;
    text-align: left;
    background-color: #3a342b;
}


#section2 .container{
    display: flex;
    float: left;
    position: fixed;
    text-align: center;
    width: 149vh;
    height: 16vh;
    top: 58vh;
    transform: rotate(359deg);
    z-index: 1000;
}

#section2 .container img{
    height: 400px;
    width: 400px;
}

#section2 .container p {
    font-size: 2.2em;
    color: #ffffffe6;
    font-family: "futura", serif;
    text-align: left;
    background-color: #302737;
    position: fixed;
    left: 10%;
}

#section2 .container2 p {
    font-size: 11.2em;
    color: #ffffffe6;
    font-family: "futura", serif;
    text-align: left;
    /* background-color: #302737; */
    position: fixed;
    left: 5%;
    transform: rotate(6deg);
    font-weight: 600;
}

#section2 .container3 p {
    font-size: 3.4em;
    color: #ffffff17;
    font-family: "futura", serif;
    text-align: left;
    /* background-color: #302737; */
    position: fixed;
    right: -1.6em;
    transform: rotate(272deg);
    font-weight: 600;
    writing-mode: vertical-rl;
    text-orientation: sideways;
    /* letter-spacing: 3px; */
    line-height: 1.2em;
    top: -0.53em;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.25), #dbcdff45, rgba(0, 0, 0, 0.25));
    /* letter-spacing: 5px; */
    -webkit-background-clip: text;
    /* background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    background-repeat: no-repeat;
    background-size: 35%;
    animation: shine 7s linear infinite;
    /* position: relative; */
}

@keyframes shine {
  0% {
    background-position-x: 150%;
  }
  100% {
    background-position-x: -150%;
  }
}


#section3 .container{
    display: flex;
    float: left;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 96vh;
    z-index: -1;
    justify-content: flex-end;
    right: 2%;
}

#section3 .container p {
    font-size: 0.9em;
    color: #ffffff8a;
    font-family: "futura", serif;
    text-align: center;
    /* background-color: #302737; */
    position: fixed;
    /* transform: rotate(6deg); */
    font-weight: bold;
}

#preloader{
    background: #0E0E10 url("ressources/FINAL-CUBE-ALPHA.gif") no-repeat center ;
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 1000;
}

.wrapper{
    display: flex;
    flex-wrap: wrap;
    top: 50vh;
    left: 50%;
    transform: translate(-50%,-50%);
    position: relative;
    width: 100%;
    height: 15%;
    justify-content: center;
    z-index: 500;
    align-content: center;
}

#section2 .wrapper{
    display: flex;
    flex-wrap: wrap;
    top: 48vh;
    left: 45%;
    transform: translate(-50%,-50%);
    position: relative;
    width: 100%;
    height: 15%;
    justify-content: center;
    align-content: center;
    z-index: 500;
}

#section2 .wrapper2{
    display: flex;
    flex-wrap: wrap;
    top: -6vh;
    left: 77%;
    transform: translate(-50%,-50%);
    position: relative;
    width: 100%;
    height: 15%;
    justify-content: center;
    z-index: 499;
    align-content: center;
}
#section2 .wrapper3{
    top: -61.5vh;
    left: 60%;
    transform: translate(-50%,-50%);
    position: relative;
    width: 100%;
    height: 15%;
    z-index: 501;
}
#section2 .wrapper4{
    top: -61.5vh;
    left: 60%;
    transform: translate(-50%,-50%);
    position: relative;
    width: 100%;
    height: 15%;
    z-index: 501;
}

.content{
    height: 67vh;
    width: 88vh;
    margin: 0rem;
    overflow: hidden;
}

#section2 .content{
    height: 59vh;
    width: 95vh;
    margin: 0rem;
    overflow: hidden;
    transform: rotate(2deg);
}
#section2 .content2{
    height: 53vh;
    width: 50vh;
    margin: 0rem;
    overflow: hidden;
    transform: rotate(357deg);
}

#section2 .content3{
    height: 4.6vh;
    width: 33vh;
    margin: 0rem;
    overflow: hidden;
    transform: rotate(272deg);
}

#section2 .img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    outline: none;
}

img{
    height: 100%;
    width: 69%;
    object-fit: cover;
    outline: none;
}

.vid1{
    display:flex;
    position: fixed;
    z-index: -100;
    opacity: 1;
}

.vid2{
    display:none
}

.vid3{
    display:flex;
    position: fixed;
    z-index: -200;
}

@media all and (max-width : 600px) {
    video{
        display: flex;
    }
    .vid1{
        display:none;
    }
    .vid2{
        display:flex;
        position: fixed;
    }
    .soundBox{
        display: none;
    }
    .Volume{
        display: none;
    }
    .mute{
        display: none;
    }
    #preloader{
        display: none;
    }
    #section2{
        display: none;
    }
     #section3{
        display: none;
    }
    svg{
        width:120px;
        height:120px;
    }
    ul{
        padding-left: 0px;
        padding-top: 30px;
        position: absolute;
        left: 141px;
    }
    #section1 .scrollDown {
        display: none;
    }
    #section1 .container{
        display: none;
    }   
    .d1{
    display:flex;
    }
    .conteneur{
    display:flex;
    }
    .content{
    height: 100%;
    width: 100%;
    overflow: hidden;
    }
    img{
    }

    
    
}





