@charset "UTF-8";
/* CSS Document */


body { 
overflow: hidden;
margin: 0; 
background: #000;

}
canvas { 
	display: block;
	position: fixed;
}


#latMenu{
	
    opacity: 0;
	width:min-content; 
	height:100%; 
	position: fixed; 
	right: 0;
	display: block;
	z-index: 999;
    min-width: 250px;
    padding-right: 2%;
    pointer-events: none;
}

ul{
	list-style-type:none;
}

#projets{
	padding-top: 10%;
	padding-bottom:40vh;
    padding-left: 0;
}

#projets li{
	font-family: 'Days One', sans-serif;
	margin-bottom: 10px;
	font-size: 90%;
	color: #FFFFFF;
    display: inline-block;
    width:100%;
}

#projets li > *{
    position: relative;
    float: left;
}

#map{
	 border-radius: 10px;
	margin-left:15%;
	margin-top:7%;
	width:70%;
	height:20%;
	display: block;
	background: #000;
}

.infos{
	font-size: 53%;
	text-align: center;
	line-height: 5px;
	color: #FFF;
	font-family: 'Montserrat', sans-serif;
	
}

#infoBlock{

}

#blackboard{
    position: fixed;
    display: block;
    width:100vw;
    height:100vh;
    background:#000;
    opacity:0;
    z-index: 800;
}

#intro{
    
    opacity: 0;
    cursor: pointer;
    left:50%;
    top:30%;
    color:#FFF;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    padding:3%;
    font-family: 'Days One', sans-serif;
    width:50vw;
    height:50vh;
    border-radius: 30px;
    display: block;
    position: fixed;
    z-index: 900;
    
}

#keyboards{
    margin-left:20%;
    width:80%;
    height:27%;
}

.keys{
    width:45%;
    height:100%;
    float: left;
}

h2{
    text-align: center;
    margin-bottom: 13%;
}
#zqsd{
    background: url("media/keyboard_ZQSD.svg");
    background-size: contain;
    background-repeat: no-repeat;
    
}

#arrow{
    background: url("media/keyboard_arrows.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

#loader{
    z-index: 999;
    position: absolute;
    font-family: 'Rajdhani', sans-serif;
    font-size: 330%;
    opacity: 0;
    color:#FFF;
    width:100vw;
    height:100vh;
}

#loader h1{
    margin-left: 50%;
    position: fixed;
    margin-top:50vh;
    text-align: center;
    
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

#txt{
    position: absolute;
    font-size:20%;
    color:#FFF;
    font-family: 'Rajdhani', sans-serif;
    
}

.thumb{
    width:40px;
    height:40px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-filter: drop-shadow( 0px 0px 4px #03fcf8);
   filter: drop-shadow( 0px 0px 4px #03fcf8);
    
}

#projets li{
      text-shadow: 0px 0px 4px #03fcf8;
}

#projets li > p{
    margin: 5px;
}

#ptr{  
    opacity: 0;
    z-index: 9;
    position: absolute;
    width:20px;
    height:20px;
    display: block;
    left:50vw;
    top:50vh;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    mix-blend-mode: difference;
}

.bar{

    width:100%;
    height:10%;
    background:#808080;
    display: block;
    position: absolute;
}

#vertical{
    transform: rotate(-90deg);
}

#clickay{
    opacity: 0;
}

#container{
    z-index: 800;
    display: block;
    position: absolute;
    width:100vw;
    height:100vh;
    overflow-y: scroll;
    overflow-x: hidden;
    background: rgba(0,0,0,1);
    opacity: 0;
}

#close{
    width:2vw;
    height:2vw;
    z-index: 999;
    position: fixed;
    margin-left: 1.3%;
    margin-top: 1.2%; 
    transform:rotate(45deg);
}

#close:hover{
    cursor: pointer;
}

.closebar{
    margin-top: 50%;
    position: absolute;
    border-radius: 10px;
    background: #FFF;
    display: block;
    width:100%;
    height:13%;
}

#vidBar{
    width:100%;
    background: #000;
    height: 4vw;
    position: absolute;
    display: none;
}

.article{
    /*margin-left: 5%;
    margin-top: 5%;*/
    width:100%;
    display: inline-block;
    font-family: 'Rajdhani', sans-serif;
    color:#FFF;
    font-size:90%;
    line-height: 2em;
    background: #000;
    padding-bottom: 5%;
    overflow-x: hidden;
}

.article > *{
    position: relative;
    z-index: 801;
}

.articleVid{
    width:80%;
    left:10%;
    margin-top: 3%;
}

.residence{
    width:80%;
    left:10%;
    margin-top: 3%;
    margin-bottom: 5%;
}

.article > p{
    display: none;
}

.article > * > p{
    display: none;
}

.desc{
    text-align: right;
    padding-right: 2.5%;
    color:#888888;
}

.big{
    font-size: 210%;
        font-family: 'Days One', sans-serif;
}

.crPics{
    
    height:90vh; 
    margin-top: 5%;
}

.ubxPics{
    width:80%;
    margin-top: 5%;
    left:10%;
}

.ubxVid{
    width:72%;
    left:15%;
    margin-top: 5%;
}

.nmPics{
    margin-top: 5%;
}

.hmPics{
    width:45%;
    position: absolute;
}

.wait{
    text-align: center;
    font-size:30%;
    position: fixed;
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left:50%;
    top:70%;
    opacity: 0;
    
}

#congrats{
    transform-origin: center;
    font-family: 'Rajdhani', sans-serif;
    text-align: center;
    color:#FFF;
    width:auto;
    display: inline-block;
    padding:2.5%;
    position: absolute;
    top:50%;
    left: 50%;
    z-index: 999;
    background: rgba(0,0,0,0.6);
    -ms-transform: translateX(-50%) translateY(-50%)     scale(0,0);
    -moz-transform: translateX(-50%) translateY(-50%)    scale(0,0);
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0,0);
    transform: translateX(-50%) translateY(-50%)         scale(0,0);
    
                                    
}


.terminalBkg{
    background-image: url("media/articles/ubx_6.png");
    background-size: cover;
    z-index: 803;
    width:100%;
    height:100vh;
    pointer-events: none;
    top:0;
    position: fixed;
}

.azPics{
    position: relative;
    left:10%;
    width:39.5%;
    padding-right:1%;
}

.pano{
    width:80%;
    left:10%;
    margin-top:3%;
    margin-bottom: 3%;
}
