@media only screen and (min-width: 851px) {
   
body, html, h2, h3{
    margin: 0;
    padding: 0;
}
#Contact{
    width: 100%;
    height: 862px;
    flex-shrink: 0;

    background: #000;
}
#Contact h3{
    color: #FFF;
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    
    margin-top: 100px;
    padding-top: 75px;
    padding-bottom: 75px;
    
    text-align: center;
}
#Formulaire{
    width: 330px;
    /* height: 427px; */
    flex-shrink: 0;

    margin-left: 20px;
}
#Formulaire label{
    color: #FFF;
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    color: #FFF;
}
#Formulaire input,textarea{
    width: 330px;
    height: 50px;

    background: #1A1A1A;
    border: none;
    border-radius: 5px;

    margin-top: 10px;
    margin-bottom: 30px;

    padding-left: 10px;

    color: #FFF;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
textarea{
    height: 150px;
}

.boutonForm{
    width: 250px;
    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;

    color: #000;
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    margin-left: 45px;
    margin-top: 5px;

}
#buttonUp{
    width: 100%;
    height: 250px;
    flex-shrink: 0;
    background: #FFF;
}
#buttonUp h2{
   color: #000;
    font-family: Inter;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    padding-top: 105px;
    margin-left: 40px;

    width: 313px;
    
}
#Copyright{
    width: 100%;
    height: 230px;

    background: #CBCBCB;
}
#Copyright h3{
    color: #000;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    text-align: center;

    padding-top: 100px;
}


}