@media only screen and (max-width: 850px) {


html, body, h1 ,h2 {
    padding: 0px;
    margin: 0px;

        
    width: 100%;
}
a{
    text-decoration: none;
}
h1{
    z-index: 3;
    width: auto;
}


header{
    background: #CBCBCB;

    width: 100%;
    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: 100%;
    height: 577px;
    flex-shrink: 0;

    object-fit: cover;
    
    background: #D9D9D9;
    box-shadow: 0 -50px 100px 0 rgba(0, 0, 0, 0.50) inset;

    background:lightgray 50% / cover no-repeat;
    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;
}
.title h2{
    width: auto;
}
#Context{

    width: 100%;
    flex-shrink: 0;
}
#Context img{
    width: 271.376px;
    height: 270px;
    flex-shrink: 0;

    margin: 60px;
    
}
#Context h2{
    width: 100%;
    height: 37px;
    flex-shrink: 0;

    color: #000;
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

    text-align: center;

    margin-top: 75px;
}
#Context h3{
    color: #000;
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    margin-left: 25px;
    margin-bottom: 75px;
}
#Context p{
    width: 243px;
    flex-shrink: 0;

    color: #000;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    margin-bottom: 50px;
    margin-left: 75px;
}
#Context p:last-of-type{
    margin-bottom: 200px;
}


.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;
}
.left_button{
    margin-left: 20px;
}
#right_button{
    float: right;

    margin: 0px;
    margin-top: 50px;
    /* margin-left: -20px; */
}

}