header div,
header nav,
footer {
    filter: invert(100%);
}

body {
    background: url("../img/bg5.png"), rgba(255, 255, 255, 0.8);
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: overlay;
    height: 97vh;
}

h1{
    font-size: 50px;
    font-weight: 700;
    width: fit-content;
    margin: 50px auto 0 auto;    
}

#CARD{
    width: 70%;
    height: 50%;
    background-color: #ececec;
    display: flex;
    padding:100px 10% 100px 10%;
    margin:25px auto 0 auto;
}

#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: 250px;
    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: 50px;
    font-weight: 500;
}

#ACTION{
    width: 50%;
    text-align: center;
}

#ACTRESEAUX{
display: flex;
justify-content: space-around;
}
