*, *:before, *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}
html{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 17px;
}
body, html{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    height: 100%;
    background-color: #000;
    color:#fff;
    font-family: 'Futura Std';
    font-weight: normal;
    font-style: normal;
    line-height: 1.2;
}
body{
   font-size: 100%
}
video{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.top{
    cursor: pointer !important
}
.title-small{
    text-align: center;
    font-weight: normal;
    text-transform: uppercase;
    font-style: normal;
    font-size: 160%;
    margin: 0;
    letter-spacing: 0.5px;
    line-height: 1.2;
}
.title-medium{
    font-weight: normal;
    text-transform: uppercase;
    font-style: normal;
    font-size: 170%;
    margin: 0;
    letter-spacing: 0.5px;
    line-height: 1.2;
}
.title-large{
    font-family: 'Didot';
    font-weight: normal;
    font-style: normal;
    font-size: 310%;
    margin: 25px  0;
    line-height: 1;
}

.title-small , .title-medium, .title-large, .paragra{
    padding-right: 15px;
    padding-left: 15px;
}



/*body{
    overflow: hidden;
}*/
.scrollbar-track-x{
    display: none !important
}
/*.tout{
     height: 100%;
    width:100%;
    
}


.scroll-content, .tout{
    height: 100%;
}*/


a{
    color:inherit;
    text-decoration: none;
}
img{
    width: 100%;
    height: auto;
    display: block;
}
#preloader{
    height: 100%;
    position: fixed;
    top:0;
    left:0;
    width: 100vw;
    background-color: #000;
    z-index: 1000000000000000000
}
.logo-logo{
    position: absolute;
    top: 50vh;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: -114px;
    max-width: 850px;
    width:57vw;
    z-index: 120
}
.logo{
    position: fixed;
    top: 30px;
    left: 40px;
    margin: auto;
    width: 150px;
    z-index: 200;
    mix-blend-mode: difference;
}
.switch{
    position: fixed;
    top: 30px;
    right: 30px;
    margin: auto;
    z-index: 190;
    mix-blend-mode: difference;
}
.switch a{
    text-decoration: none;
}
/*.switch a:hover{
    text-decoration: underline;
}*/


.halfilf{
    height:50vh;
    width:40%;
    float:left;
    margin-left: 8%;
    margin-right: 2%;
}


.languages .section{
    width:100%;
    height:100%;
/*    background-image:url(../images/languages.jpg);*/
    background-size:contain;
    background-position:center center;
    background-repeat:no-repeat
}


.languages .in{
width: 60%;
position: absolute;
z-index: 10;
left: 0;
bottom: 0;
height: 100%;
text-align: center;
display: flex;
align-items: center;
}
.languages .in-in{
    margin:auto;
    left:0;
    right:0
}
.in-in a{
    color:#fff
}
.introo{
    height: 100%;
    width: 100%;
    margin: auto;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
}
.languages .in span{
   padding: 0 10px;
   line-height: 1.5;
}

.languages .logogo{
    margin: auto;
    max-width: 190px;
    width: 75%;
    margin-bottom: 50px
}

/************************************ popups ************************************/

.open-popup{
    padding: 15px 30px;
    border:1px solid #fff;
    font-size:80%;
    cursor: pointer;
    border-radius: 50px;
}
.popup-close{
    position: fixed;
    top:35px;
    right:35px;
    width:30px;
    height:30px;
    background-image: url(../images/close.png);
    background-size: contain;
    background-position: center center;
    cursor: pointer;
}


.section-white .popup-close{
    background-image: url(../images/close_black.png);
}

.popup-txt-in{
    line-height: 1.5;
    max-width: 810px;
    width:85%;
    margin: auto;
    text-align: center;
}

.popup{
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 200;
    display: none;
    font-size: 90%;
    align-items: center;
    background-color: #000;
    overflow: auto;
    padding-top: 40px;
    padding-bottom: 40px; 
}

.popup-paragra{
    margin-top: 40px;
    text-align: justify;
}

.text-small{
    font-size: 75%;
    text-align: center;
}

/************************************ content ************************************/


/*#animation_3D{
    margin-top: -100px;
}*/

.menu{
    padding: 15px;
    position: fixed;
    bottom: 0;
    background-color: #000;
    z-index: 100;
    opacity:0;
    display: none;
    width: 100%; 
    text-align: center;
    font-size: 85%;
}
.menu div{
cursor: pointer;
}
.arrow{
    position: fixed;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    width: 90px;
    z-index: 2000000;
    opacity:1;
}



.menu div{
    display: inline-block;
    margin: 0 20px;
}

.scroll-content {
  width: calc(100% - 8px);
}

.text{
    text-align: center;
    margin: auto;
    line-height: 1.5;
}
.text .paragra{
    margin-top: 60px;
    max-width: 690px;
    margin-left: auto;
    margin-right: auto;
}


/************************************ section ************************************/

    
.section-white{
    background-color: #fff;
    color:#000;
}

.section-white .open-popup {
border-color:#000;
}


.section-1{
    padding: 100px 0;
}

.section-2 {
    height: 100%;
}
.section-2 img{
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.section-3{
    padding: 100px 0;
}

.section-4 {
    height: 100%;
}
.section-4 img{
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.section-5{
    padding: 100px 0
}

.section-6 {
    height: 100%;
}
.section-6 img{
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.section-8 , .section-8-bis {
    padding: 100px 0;

}

.section-9 {
    height: 100%;
}
.section-9 img{
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.section-10{
    padding: 100px 0
}

.section-11 {
    height: 100%;
}
.section-11 img{
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.section-12 , .section-12-bis{
    padding: 100px 0
}

.section-13 , .section-13-bis , .section-13-ter {
    height: 100%;
}
.section-13 img , .section-13-bis img , .section-13-ter img{
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.section-14 , .section-14-bis{
    padding: 100px 0
}


.section-15 {
    padding: 100px 0
}
.section-16 {
    padding: 100px 0
}

.section-last {
    display: flex;
    height: 100vh;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;

}
canvas {
  width: 100%;
  height: 100vh;
   object-fit: cover;
}
.image-center{
    width: 100%;
    height: 100%;
    background-image: url(../images/creme.jpg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}


.section-footer{
   position: absolute;
   bottom: 0;
   width: 100%;
   left: 0;
   right: 0;
   border-top: 1px solid #6f6f6f;
   color: #c1c1c1;
   padding: 15px 0;
   text-align: center;
   font-family: 'Didot';
   font-weight: normal;
   font-style: normal;
   font-size: 68%;
}


.mute-video{
    width: 25px;
    height: 25px;
    background-size: 100% auto;
    position: absolute;
    bottom: 20px;
    right: 35px;
    z-index: 1;
    cursor: pointer;
}
.sound-on{
    background-image: url("../images/SON_ON.png");
}
.sound-off{
    background-image: url("../images/SON_OFF.png");
}


.desktop{
    display: block;
}
.mobile{
    display: none
}

@media only screen and (max-width: 991px) {
    .in-in a{
        color:#000
    }
    .intro .section-1 .text{
        padding-top: 30px
    }
    .intro section{
        height: auto !important
    }
    .intro .yo{
        top:0 !important;
        margin-top: 0 !important;
        padding-top: 50px;
    }
    .intro .halfilf{
        height:auto;
        width:84%;
        float:left;
        margin-left: 8%;
        margin-right: 8%;
        padding-bottom: 30px;
    }
    .languages .in{
        width:100%;
    }

    .languages .section{
        background-image: url(../images/languages_mob.jpg);
        background-size: contain;
        background-position: center 85%;
    }
    .languages .in{
        display: block;
    }
    .languages .in-in{
        position: absolute;
        right: 0;
        top: 8%;
    }
    .languages .logogo {
    max-width: 200px;
    }
    .switch {
      font-size: 90%;
    }


    .menu-item_1 , .menu-item_2 , .menu-item_3{
        display: none !important
    }
    .menu{
        padding: 20px 15px !important;
        font-size: 100% !important
    }

    html{
        font-size: 14px;
    }
    .logo {
        top: 20px;
        left: 25px;
        width: 110px;
    }
    .title-small{
        font-size: 140%;
    }
    .title-medium{
        font-size: 160%;
    }
    .title-large{
        font-size: 200%;
    }
    .open-popup{
        font-size:90%;
    }
    .popup{
        font-size:100%;
    }
    .popup-txt-in {
     width: 90%;
    }
    .text {
        padding: 0 20px;
    }
    .menu-item{
        padding: 5px 0;
    }
    .desktop {
        display: none;
    }
    .mobile{
        display: block
    }
}