#section_contact h1 {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    color: var(--thm-c-mi-clair);
}

#section_contact .moyens_de_contact .hote img {
    width: 210px;
}

#section_contact .moyens_de_contact {
    text-align: center;
}

#section_contact .moyens_de_contact .descr {
    margin-top: 15px;
}

#section_contact a {
    color: var(--c-black);
    font-size: 1.2rem;
    text-decoration: none;
}

#section_contact a:hover {
    color: var(--thm-c-mi-clair);
    font-size: 1.2rem;
    text-decoration: none;
}

#section_contact .sous-titre {
    /* text-align: center; */
    font-size: 1.2rem;
    color: var(--thm-c-mi-clair);
}

#section_contact .pour_reserver {
    color: #ff8004;
    ;
}

#section_contact input,
#section_contact textarea {
    padding: 12px 15px;
    font-size: 16px;
    width: 540px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#section_contact input[type="button"] {
    background: rgb(23, 170, 232);
    color: rgb(255, 255, 255);
}

#section_contact input[type="button"]:disabled {
    background: grey;
}