@media only screen and (min-width: 851px) {


    html, body, h1 ,h2 {
    padding: 0px;
    margin: 0px;

    
    width: 100%;

    /* border: orangered 1px solid; */
}
a{
    text-decoration: none;
}
h1{
    z-index: 3;
}


html, body, h1, h2{
    padding: 0px;
    margin: 0px;

    width: 100%;
    
}
a{
    text-decoration: none;
}
h1{
    z-index: 3;
}


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;
}


/* BODY */

#Logo{
    width: 100%;
    height: 559px;
    flex-shrink: 0;

    background-color: #000;

    text-align: center;
}
#Logo img{
    width: 70%;
    height: 70%;
    flex-shrink: 0;
    padding-top: 100px;

    object-fit: cover;
    margin: auto;
}

#Video{
    width: 100%;

    text-align: center;

    margin-bottom: 120px;

}
#Video img{
    width: 500px;
    height: 300px;
    flex-shrink: 0;
    
    margin-top: 120px;
    background: #FFF;
}
#Presentation div{
    text-align: center;

    margin-top: 64px;
}

#Presentation h2{
    width: 500px;

    color: #000;
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    margin-top: 100px;
    margin-left: 300px;
}

#Presentation p{
    width: 400px;
    height: 419px;
    flex-shrink: 0;

    margin-left: 280px;
    margin-top: 29px;
    margin-bottom: 100px;
    
    color: #000;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
#Presentation .ImgCarre{
    width: 50%;
    height: 270px;
    flex-shrink: 0;

    text-align: center;

    float: right;
    margin-top: -600px;
}
.ImgCarre img{
    background: #8F8F8F;

    width: 400px;
    height: 400px;
    flex-shrink: 0;
}

#exemples h2{
    color: #000;
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    width: 500px;

    margin-top: 300px;
    margin-left: 300px;
    margin-bottom: 77px;
}

#exemples .ImgCarre {
    width: 50%;
    height: auto;

    text-align: center;

    float: left;

}
#exemples .ImgCarre img {
    width: 300px;
    height: 300px;
}

#page{
    width: 50%;
    
    text-align: center;

    margin-left: 150px;
    margin-top: -300px;

    float: right;
}
#page img{
    width: 519.98px;
    height: 250px;

    background: #8F8F8F;

    margin-top: 77px;

}
#Case img{
    width: 250px;
    height: 250px;
    flex-shrink: 0;

    margin: 10px;
    margin-top: 27px;

    margin-bottom: 77px;
}


.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; */
}

}