body{
    background: rgb(12, 12, 12);
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;

    font-family: "Roboto Slab", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    
}



header{
    background: rgba(0, 0, 0, 90%);
    color: white;
    font-size: 30px;
    position: fixed;

    padding: 10px 0px;
    display: flex;
    width: 100%;
    z-index: 1;
}

nav{
    width: 95%;
    display: inline-block;
    margin: auto;
}

ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
}

li{
    /*background:  red   ;*/
    margin: auto; 
}

name{
    width: 20%;
    text-align: center;
    font-size: 40px;
    /*background: purple;*/
}

midTitle{
    text-align: center;
    font-size: 50px;
    margin: 10px 0px ;
    
}

defaultText{
    text-align: center;
    margin: 20px 20% ;
    font-size: 20px;
}

about{
    background: rgb(48, 48, 48);
    display: flex;
    width: 100%;
    flex-direction: column;
    margin:auto;
    margin-top: 270px;   
}

gameFolder{
    background: rgb(24, 24, 24);
    color: white;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    width: 100%;
    
}

line{
    background: rgb(48, 48, 48);
    margin: 70px 0px 0 0;
    display: flex;
    flex-direction: row;
    width: 100%;

}

game{
    text-align: center;
    margin: auto;
    margin-top : 0;
    display: flex;
    flex-direction: column;
    width: 25%;
}

gameTitle{
    text-align: center;
    margin: 25px 0px;
    font-size: 40px;
}

picture1{
    
    background-image: url(Images/512x512star.png);
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center;
    text-indent: -99999999px;
    width: 100%;
    height: 476px;
    
    display: block;
    
    
    text-decoration: none;
    cursor: pointer;
    overflow: hidden;
    text-indent: 100%;
    white-space:nowrap;
}
.gamePicture img{
    
    width: 100%;
    height: 476px;
    object-fit: cover ;  
    border-radius: 10%;  
    border : solid 5px;
    border-color: black;
}
.gamePicture img:hover {
    border-color: white;
}

showreel{
    display: flex;
    width: 100%;
    height: 750px;
    margin: auto;
}



/*
picture3{
    
    background: purple;
    background-image: url(Images/512x512star.png);
    padding: 150px;
}*/

footer{
    background: black;
    color: white;
    font-size: 30px;
    margin: auto;
    padding: 10px 0px;
    display: flex;
    flex-direction: column;
    width: 100%;

    
}
gameDescriptionGroup{
    font-size: 20px;
    margin: 50px 50px;
    display: flex;
    flex-direction: column;
}
gameDescription{
    margin: 5px 0px;
}
positionRef{
    margin-bottom: 70px;   
}

contactList{
    display: flex;
    flex-direction: row;
    margin: auto;
    width: 50%;
}

.LogoImg{
    display:flex;
    width:  30%;
    margin: auto;
    margin: 30px auto;
    /*margin-top: 30px;
    margin-bottom: 30px;*/
    border: solid 3px;
    border-radius: 10%;
    border-color: black;
}
.LogoImg:hover{
    border-color: red;
}

test{
    width: 70%;
    margin: 200px;
}

.fullSizeImg{
width: 100%;
}

customButton{
    background: pink;
    margin: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
}

button{
    text-align: center;
    margin: 40% 40%;
    position: fixed;
    width: 20%;
    font-size: 40px;
}

.arrow{
    margin: 40% 45%;
    position: absolute;
    width: 10%;
    font-size: 40px;    
}


a{
    color: rgb(175, 236, 255);
    text-decoration: none;
}
a:hover{
    color: white;
    text-decoration: underline;
}

hugeGameDescription{
    font-size: 20px;
}

.showreel{
    width: 100%;
    margin:auto;
    object-fit:cover;
}

centerProject{
    background: rgb(24, 24, 24);
    color: white;
    display: flex;
    width: 80%;
    margin: auto;
    margin-top: 2%;
    margin-bottom: 2%;
    text-align: center;
    flex-direction: column;
    border-radius: 50px;
}

space{
    width: 100%;
    display: flex;
    padding: 33px 0px;
    
}

informationProject{
    background: rgb(48, 48, 48);
    margin: 0% 20%;
    display: flex;
    flex-direction: column;
    border-radius: 100px;
}

titleProject{
    margin: 5%;
    font-size: 50px;
}

.VideoProject{
    margin: auto;
    margin-top: 50px;
    margin-bottom: 25px;
    width: 90%;
    border-radius: 10px;
}

pullDownProject{
    background: rgb(48, 48, 48);
    width: 70%;
    display: flex;
    flex-direction: column;
    margin: auto;
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 5px 0px;
    border-radius: 10px;
}
pullDownProject:hover{
    background: grey;
}

pullDownProject2{
    background: rgb(48, 48, 48);
    width: 90%;
    display: flex;
    flex-direction: column;
    margin: auto;
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 5px 0px;
    border-radius: 10px;
}
pullDownProject2:hover{
    background: grey;
}

pullDownDevelopment{
    background: rgb(24, 24, 24);
    margin: 10px 20px;
    display: none;
    flex-direction: column;
    border-radius: 10px;
    padding-top: 5px;
}

pulldownDescription{
    width: 90%;
    margin: auto;
    margin-top: 5px;
    margin-bottom: 5px;

}

.LogoMoteur{
    width: 30px;  
}

.pullDownMedia{
    width: 95%;
    margin: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    border: solid 2px;
    border-color: black;
    border-radius: 20px;
}
.pullDownMedia:hover{
    border-color: white;
}

playButton{
    text-align: center;
    font-size: 40px;
}

mediaDescription{
    width: 70%;
    margin: auto;
    margin-bottom: 10px;
    font-size: 12px;
    font-style: italic;
}

.littleArrow{
    width : 10px;
}


#fullpage {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-size: contain;
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-color: black;
}

.code-container {
    max-height: 700px;
    overflow-y: scroll;
    background: black;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-family: 'Courier New', Courier, monospace;
    /*justify-content: left;*/
    /*text-indent: 0;*/
    width: 100%;
    text-align: left;
    tab-size: 4px;
    margin: auto;
    overflow: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.code-container pre {
    margin: 0;
    white-space: pre;
    word-wrap: break-word;
}