/* Styles spécifiques pour la page Contact */

.contact-hero {
    background-color: #00664B !important;
    color: white !important;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.contact-content-padding {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.brand-green-bg {
    background-color: #e6f0ed;
}

.btn-submit-custom {
    background-color: #007A5E !important;
    transition: all 0.3s ease;
}

.btn-submit-custom:hover {
    background-color: #005c47 !important;
}
