@media only screen and (max-width: 850px) {
    
    html, body, h1 ,h2,h3,div {
    padding: 0px;
    margin: 0px;

        
    width: 393px;
}
a{
    text-decoration: none;
}
h1{
    z-index: 3;
}
body{
   background: #2D2434;
}
header{
    background: #CBCBCB;

    width: 393px;
    height: 870px;
    flex-shrink: 0;
}
header h1{
    color: #000;
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

    position: absolute;
    margin: 30px;
}
header img{
    width: 393px;
    height: 577px;
    flex-shrink: 0;

    
    background: #D9D9D9;
    box-shadow: 0 -50px 100px 0 rgba(0, 0, 0, 0.50) inset;
}

.title{
    width: 345px;
    flex-shrink: 0;

    color: #8074C3;
    font-family: Inter;
    font-size: 35px;
    font-style: normal;
    font-weight: 400; 
    line-height: normal;
    
    margin-top: 140px;
    margin-left: 30px;
}

#Logo{
    width: 393px;
    height: 559px;
    flex-shrink: 0;

    background: #000;
}
#Logo img{
    width: 393px;
    height: 393px;
    flex-shrink: 0;

    margin-top: 80px;
}
#Presentation{
    width: 395px;
    height: 830px;
    flex-shrink: 0;


}
#Presentation img{
    width: 319.62px;
    height: 219px;
    flex-shrink: 0;

    background: #FFF;
    margin: 40px;

}
#Presentation h2{
    width: 134.683px;

    color: #FFF;
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    margin-top: 60px;
    margin-left: 40px;
}
#Presentation p{
    width: 300px;
    height: 600px;
    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: 393px;
    text-align: center;
}
#Concept img{
    width: 271.376px;
    height: 270px;
    flex-shrink: 0;

    background: #FFF;
}
#GameMechanic h2{
    width: 230.167px;

    color: #FFF;
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    margin-top: 100px;
    margin-left: 40px;
}
#GameMechanic p{
    width: 228.157px;
    height: 513px;
    flex-shrink: 0;

    color: #FFF;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    margin-left: 80px;
    margin-top: 30px;
}
#GameMechanic img{
    width: 271.376px;
    height: 270px;
    flex-shrink: 0;

    background: #8F8F8F;

    margin: 65px;
}
#VideoReferences{
    width: 393px;
    text-align: center;
}
#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: 162px;
    height: 60px;
    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: 10px;
}
#right_button{
    float: right;

    margin-top: 10px;
    margin-right: 50px;
}
.bouton p{
    width: 100px;
    height: 44px;
    flex-shrink: 0;

    color: #000;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    text-align: center;

    margin: auto;
    margin-top: 5px;
}


.PageSwap{
    width: 373px;
    padding: 10px;

    margin-bottom: 200px;
    margin-top: 75px;
}
.left_button{
    margin-left: 20px;
}
#right_button{
    float: right;

    margin: 0px;
    margin-top: 50px;
    /* margin-left: -20px; */
}

}