.section-title {
    color: var(--premium-color);
    font-size: 32px;
    font-weight: bold;
}

/* --- BANDES DE CONTENU --- */
section {
    width: 100%;
    padding: 60px 20px;
    color: black;
}

.band-contact {
    background-color: white;
    height: 100vh;
}

.band-contact-content div {
    line-height: 30px;
    margin-bottom: 20px;
}

.band-contact-illus {
    background-image: url('./img/contact.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 300px;
    height: 80vh;
}
