@media only screen and (min-width: 851px) {


html, body, h1 ,h2,h3,div {
    padding: 0px;
    margin: 0px;

        
    width: 100%;
}
a{
    text-decoration: none;
}
h1{
    z-index: 3;
}
body{
   background: #2D2434;
}



header{
    width: 100%;
    height: 875px;

    padding: 0px;
    margin: 0px;

    background: #CBCBCB;
}



header h1{
    width: auto;
    color: #8074C3;
    font-family: Inter;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

    position: absolute;
    margin: 70px
}
header img{
    width: 100%;
    height: 600px;
    flex-shrink: 0;
    
    object-fit: cover;

    background: #D9D9D9;
    box-shadow: 0 -50px 100px 0 rgba(0, 0, 0, 0.50) inset;
}
header div h2{
    width: 323px;
    height: 50px;
    flex-shrink: 0;

    color: #000;
    font-family: Inter;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    margin: 70px;
}

/* ------------------------------------- */
/* ------------------------------------- */
/* ------------------------------------- */


#Logo{
    width: 100%;
    height: 560px;
    flex-shrink: 0;
    background: #000;

}
#Logo img{
    width: 560px;
    height: 560px;
    flex-shrink: 0;

    margin-left: 465px;
    background-color: white;
}

#Presentation{
    width: 100%;
    height: 430px;
    flex-shrink: 0;

}
#Presentation #Video{
    width: 700px;
    height: 400px;
    flex-shrink: 0;

    background: #FFF;
    margin: 40px;

    float: right;

}
#Presentation h2{
    width: 134.683px;

    color: #FFF;
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    margin-top: 120px;
    margin-left: 100px;
}
#Presentation p{
    width: 428px;
    flex-shrink: 0;

    color: #FFF;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    margin-top: 30px;
    margin-left: 80px;
    margin-bottom: 75px;
}
#Concept{
    width: 100%;
}
#Concept img{
    width: 300px;
    height: 500px;
    flex-shrink: 0;

    background: #FFF;

    margin-left: 200px;
}
#GameMechanic h2{
    width: 230.167px;

    color: #FFF;
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    margin-top: -300px;
    margin-right: 100px;

    float: right;
}
#GameMechanic p{
    width: 428px;
    height: 313px;
    flex-shrink: 0;

    color: #FFF;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    margin-right: 80px;
    margin-top: -240px;

    float: right;
}
#GameMechanic img{
    width: 500px;
    height: 500px;
    flex-shrink: 0;

    background: #8F8F8F;

    margin: 65px;
    margin-top: 200px;
}
#VideoReferences{
    width: 700px;
    text-align: center;

    float: right;

    margin-top: -580px;
    margin-right: 100px;
}
#latest{
    width: 318px;
    height: 219px;
    flex-shrink: 0;

    background: #FFF;

    margin-bottom: 50px;
}
span img{
    width: 167px;
    height: 115.009px;
    flex-shrink: 0;

    background: #FFF;

    margin: 10px;
}


.bouton div{
    width: 200px;
    height: 30px;
    flex-shrink: 0;

    border-radius: 15px;
    background: linear-gradient(289deg, #8074C3 40.48%, #74C38C 95.86%);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25), 4px 4px 4px 0 rgba(255, 255, 255, 0.50) inset;
    
    padding-top: 40px;

    margin-top:-10px;
}
#right_button{
    float: right;

    margin-top: 10px;
    margin-right: 20px;
}
.bouton p{
    width: 150px;
    height: 30px;
    flex-shrink: 0;

    color: #000;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: justify;
    text-align: center;

    margin: auto;
    position: absolute;
    margin-top: -27px;
    margin-left: 20px; ;
}


.PageSwap{
    width: 373px;
    padding: 10px;

    margin: 200px;
}
#left_button{
    margin: 200px;
}
#right_button{
    position: absolute;
    right: 200px;

    margin: 0px;
    margin-top: 50px;
    /* margin-left: -20px; */
}


}