body {
    margin: 0;
}

.fond {
    background-image: url(img/plan.jpg);
    width: 100%;
    margin-top: 135px;
    height: 800px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.redac, form {
    background-color: #FFFFFF;
    width: 35%;
    float: right;
    margin: 2% 10%;
    padding: 20px 50px;
    border: 20px solid #444444;
}

.redac h2, form h2 {
    text-align: center;
    margin-bottom: 120px;
    font-size: 35px;
}

input,
textarea {
    font-family: Carrois;
    font-size: 20px;
    border: 1px solid #FFFFFF;
    border-bottom: 2px solid #444444;
    margin-bottom: 80px;
    width: 100%;
}

button {
    margin-bottom: 50px;
    background-color: #444444;
    color: #FFFFFF;
    font-family: Carrois;
    font-size: 20px;
    padding: 2% 6%;
}

button:hover {
    background-color: #FFFFFF;
    border: 2px solid #444444;
    color: #444444;
}