@font-face {
    font-family: 'geometosregular';
    src: url('../fonts/geometos-webfont.woff2') format('woff2'),
         url('../fonts/geometos-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


body{
    background-color: black;
}

nav{
    position: absolute;
    background-color: #252525;
    border-right: solid 1px #e83b1a;
    height: 100%;
    width: 200px;
    left: -200px;
    z-index: 10;
    padding-top: 10px;
}

nav ul {
    margin: 0;
    list-style: none;
    text-align: center;
}

nav ul li {
    padding: 10px;
}

nav ul li a{
    font-family: helvetica, arial, sans-serif;
    text-align: center;
    color: white;
    text-decoration: none;
	text-transform: uppercase; 
}

#ouvrir{
    position: absolute;
    font-family: 'geometosregular',sans-serif;
    color: #e83b1a;
    left: 5px;
    bottom:45%;
    font-size:70px;
    cursor: pointer;
    z-index: 30;
}

h1{
    font-family: 'geometosregular',sans-serif;
    position: absolute;
    color:#d8cfc9; 
    top: 270px;
    text-align: center;
    font-size:70px;
    width: 800px;
    margin-left:-400px; 
    left: 50%;
}

h1 span{
    opacity: 0;
}

#entre, #sorti{
    color: #e83b1a;
}

h2{
    position: absolute;
    color: #d8cfc9;
    top: 515px;
    text-align: center;
    font-size: 24px;
    font-family: helvetica, arial, sans-serif;
    width: 800px;
    margin-left: -400px; 
    left: -50%;
}

p{
    position: absolute;
    color: #d8cfc9;
    top: 530px;
    text-align: center;
    font-size:16px;
    font-family: helvetica, arial, sans-serif;
    width: 800px;
    margin-left:-400px; 
    left: 50%;
    opacity: 0;
}

.scorpion{
    position: absolute;
    margin-left:-150px;
    left: 50%;
    top: 140px;
    width: 300px;
    height: 300px;
}

.scorpion img{
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}

#rond{
    position: absolute;
    top:70px;
    margin-left:-190px;
    left: 50%;
    width: 370px;
    height: 370px;
    border-radius: 185px;
    border: solid 1px #505050;
    opacity: 0;
}

#carre{
    position: relative;
    margin-left:-150px;
    left: 50%;
    top: 140px;
    width: 300px;
    height: 300px;
}

#carre1{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 1px;
    height: 1px;
    background-color: #4f4f4f;
}

#carre2{
    position: absolute;
    right: 0px;
    width: 1px;
    height: 1px;
    background-color: #4f4f4f;
}

#carre3{
    position: absolute;
    bottom: 0px;
    width: 1px;
    height: 1px;
    background-color: #4f4f4f;
    transform-origin: bottom right;
}

#carre4{
    position: absolute;
    left: 0px;
    width: 1px;
    height: 1px;
    background-color: #4f4f4f; 
    transform-origin: bottom left;
}





















































