#section-contact {
    max-width: 600px;
    margin: 60px auto;
    padding: 0 20px;
    font-family: "Asul-Regular";
}

#section-contact h2 {
    color: #8a8360;
    margin-bottom: 40px;
    font-size: 28px;
}

#formulaire-contact {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.champ {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.champ label {
    font-weight: bold;
    color: #8a8360;
    font-size: 14px;
}

.champ input,
.champ textarea {
    padding: 12px 16px;
    border: 1px solid #d4cfc7;
    border-radius: 10px;
    font-size: 14px;
    font-family: "Asul-Regular";
    outline: none;
    transition: border-color 0.2s;
}

.champ input:focus,
.champ textarea:focus {
    border-color: #8a8360;
}

.champ textarea {
    resize: vertical;
}

#formulaire-contact button {
    align-self: flex-start;
    padding: 12px 30px;
    background-color: #8a8360;
    color: #fff;
    border: none;
    border-radius: 25px;
    font-size: 14px;
    font-family: "Asul-Regular";
    cursor: pointer;
}

#formulaire-contact button:hover {
    background-color: #f09367;
}
#img-footer {
    background-image: url("IMAGES/payasage-formulaire.png");
    background-size: cover;
    background-position: bottom;
    height: 600px;
    width: 100%;
}
