.section-contact {
    width: 30%;
    margin: 0 35% 0 35%;
    padding: 1.5rem 0 3rem 0;
}

#contact-color {
    background-color: var(--teal2);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    color: #FFFFFF;
    padding: 60px 0 60px 0;
}

form {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 70%;
}

.formulaireContact input,textarea {
    width: 100%;
    margin: 0 0 1.5rem 0;
}

#contact h2 {
    margin-top: 0;
}

#coche {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin: 0 0 1.5rem 0;
}

#coche input {
    margin: 0.25rem 0.5rem 0 0;
    width: 13px;
}

#coche label {
    font-size: 12px;
}
