body {
    height: 97vh;
}

h1{
    font-size: 34px;
    margin: 50px 0 0 10px;    
}

#CARD{
    width: 70%;
    height: 50%;
    background-color: #ececec;
    display: flex;
    padding:20px 10% 20px 10%;
    margin:25px auto 0 auto;
    flex-direction: column;
    border-radius: 1em;
}

#FORM{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}

label{
    font-size: 14px;
    margin:0 0 5px 0;
    font-weight: 600;
}

input[type=text],input[type=email],textarea{
    margin: 0 0 25px 0;
    width: 200px;
    border-radius: 0.5em;
    border:rgb(192, 192, 192);
    padding:10px;
}

input[type=submit]{
    background-color: #101010;
    border-radius: 0.5em;
    width: 100px;
    height: 40px;
    color:white;
}

textarea{
    height:100px;
}

h2{
    font-size: 30px;
    font-weight: 500;
}

#ACTION{
    width: 100%;
    text-align: center;
}

#ACTRESEAUX{
display: flex;
justify-content: space-around;
}

#ACTION svg{
    width:35px;
    height:35px;
}