/* --- BANDES DE CONTENU --- */

.band-contact {
    background-color: white;
    height: 100vh;
}


.band-contact-content {
    display: flex;
    flex-direction: column;
    width: 50%;
}

    .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;
}

.contact-info {
    display: flex;
    flex-direction: row;
    gap: 10%;
    width: 100%;
    padding: 0 max(calc((100vw - var(--content-width)) /2),60px);
    justify-content: space-around;
}

.contact-map {
    width: 50%;
}
