.mapAndArticle {
    position: relative;
    z-index: 5;
    padding: 2em 0
}

.mapAndArticle article{
    margin: 0;
}

.mapAndArticle .uniformSpacing{
    gap: 2em;
    display: flex;
    flex-direction: row;
    flex-wrap: initial;
}

.mapTextSide img {
    width: 10em;
    height: auto;
}

.baseMapParent{
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
}

.batiment .baseMapParent img {
    max-width: 100%;
    width: calc((100% - 1em) / 2);
    height: auto;
    aspect-ratio: 4/3;
    object-fit: cover;
}



@keyframes mapArea {
    from {
        transform: scale(1.3)
    }
    to {
        transform: scale(1)
    }
}

.mapAndArticle .sectionTitle {
    color: var(--basicColor2);
    font-size: 2em
}

.mapAndArticle .sectionSubTitle {
    color: var(--basicColor1)
}

@media screen and (max-width: 1200px) {
    .mapAndArticle .uniformSpacing {
        flex-direction: column;
    }
    .mapAndArticle .w50 {
        width: 100%
    }
}


@media screen and (max-width: 800px) {
    .mapAndArticle {
        text-align: center
    }
}

@media screen and (max-width: 600px) {
    .batiment .baseMapParent img {
        width: 100%;
    }
}
