html, body{
    margin:0;
    padding:0;    
    /* overflow:hidden; */
}

@font-face {
    font-family: 'Futura Std';
    src: url('FuturaStd-Medium.woff2') format('woff2'),
        url('FuturaStd-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


body{
    background-color: #1c1c1c;
    font-family: 'Futura Std';
    /* width: 100vw; */
    /* height: 100vh; */
}


#container{
    position: fixed;
    height: 100%;
    width: 100%;
    visibility:hidden;
    overflow:hidden;
}


#bg{
    width: 230%;
    opacity:.2;
}
#bottle{
    bottom: -1210px;
}

#logo{
    top: 50%;
    margin-left: -180px;
    /* z-index: -999; */
}

#logob{
    top:90%;
    margin-left:-270px;
}

#arrow{
    top: 570px;
    margin-left:-300px;
}

.preorder{
   position:absolute;
   right: 190px;
   top: 690px;
   cursor:pointer;
}

/***********/
#langMenu{
    top: 120px;
    margin-left:-300px;
}
#langFR, #langEN{
    position:absolute;
    top:0;
    left:0;
    cursor:pointer;
}
#langEN{
    left:40px !important;
}
#selector{
    height:1px;
    width:23px;
    position:relative;
    background-color: white;
    top:20px;
    left:43px; /* 43 */
}
/***** POPIN ******/

#popin{
    width:600px;
    height: 640px;
    background-color: #121212;
    color:white;
    padding:20px;
}


.popin1{
    width:100%;
    font-size: 28px;
    text-align: center;
    line-height: 50px;
    margin-top: 60px;
}
.popin2{
    width:100%;
    font-size: 13px;
    text-align: center;
    margin-top: 30px;
}
.popin3{
    width:100%;
    font-size: 13px;
    text-align: center;
    margin-top: 10px;
    color: crimson;
}
.popin4{
    width:100%;
    font-size: 13px;
    text-align: center;
    color:chartreuse;
}

#btClose{
    position: absolute;
    top:10px;
    right:20px;
    font-size:50px;
    cursor:pointer;
}
#formContainer{
    width: 80%;
    margin-top:50px;
}

input{
    font-family: 'Futura Std';
    color:white;
    background-color: #121212;
    border:none;
    border-bottom:1px solid white;
    font-size: 30px;
    width: 100%;
    margin-bottom: 20px;
}

#validForm{
    width:50%;
    padding:10px;
    font-size: 30px;
    cursor: pointer;
    text-align: center;
    margin-top: 60px;
}




/***** TXT ******/
#title{
    width: 670px;
    height: 850px;
    pointer-events: none;
    /* overflow: hidden; */
}
#txtContainer{
    width: 670px;
    /* margin-top: -350px; */
    color:white;
    pointer-events: none;
}

#txts{
    margin-top: 100vh;
    width: 100%;
}
.txt{
    width:100%;
    font-size: 32px;
    height: 100vh;
    text-transform: uppercase;
    margin-bottom: 920px;
}


/**** POPIN 18 ***/
#popin18{
    width:600px;
    height: 300px;
    background-color: #121212;
    color:white;
    padding:20px;
}

.popin18{
    width:100%;
    font-size: 30px;
    text-align: center;
    line-height: 50px;
    margin-top: 60px;
}

#btMajeur, #btPasMajeur{
    font-family: 'Futura Std';
    color:white;
    background-color: #121212;
    border:none;
    border-bottom:1px solid white;
    font-size: 30px;
    position:absolute;
    bottom:50px;    
    cursor:pointer;
}

#btMajeur{
    left:50px;
}

#btPasMajeur{
    right:50px;
}
/*** MOBILE ***/

@media screen and (max-width: 500px) {
    #bg{
        height:100%;
        width:auto;
    }
    #bottle{
        width: 130%;
        bottom: 50px;
        margin-left: 110px;
    }
    
    #title{
        width: 90vw;
    }
    #logo{
        margin-left: -60px;
        width:200px;
    }
    #logob{
        margin-left: -120px;
        top: 93%;
    }
    #arrow{
        top: 570px;
        margin-left: -140px;
    }
    .preorder{
        right: 60px;
        width:100px;
        bottom:200px;
    }
    #langMenu{
        margin-left: -140px;
    }
    #txtContainer{
        width: 80%;
    }
    .txt{
        font-size: 23px;
    }

    #popin{
        width:350px;
        height:550px;
    }
    .popin1{
        font-size:30px;
        line-height: 35px;
        margin-top:20px;
    }
    #validForm{
        font-size:20px;
    }

    #popin18{
        width:90%;
        height: 80%;
       
    }
    
    .popin18{
        font-size:22px;
        line-height:22px;
        text-align: center;
    }
    
    #btMajeur, #btPasMajeur{       
        left:50%;
        transform:translateX(-50%);
        width:fit-content;
        bottom:auto;
        white-space: nowrap;
        margin-top:50px;
    }
    #btPasMajeur{
        margin-top:150px;
    }
}

@media screen and (max-height: 1000px) {
    #bottle{
        bottom: -1310px;
    }
    #logo{
        top: 40vh;
    }
}

@media screen and (max-height: 770px) {
    #bottle{
        bottom: -1470px;
    }
    #logo{
        top: 30vh;
    }
    #logob{
        top: 90vh;
    }
    #langMenu{
        top:100px;
    }
    #arrow{
        top: 400px;
    }
    .preorder{
        top: 540px;
    }
    .txt{
        font-size: 23px;
    }
}


