.contact-hero {
    background: url('Images/Bleu.jpeg') center/cover no-repeat;
    height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    position: relative;
}

.contact-hero h1 {
    font-size: 2.8rem;
    margin-bottom: 1rem;
}

.contact-hero p {
    font-size: 1.2rem;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.5;
}

.contact-form-section {
    max-width: 800px;
    margin: 2rem auto 5rem;
    padding: 0 1rem;
}

