.blocs-map {
    
    width: 100%;
}

.map-section {
    margin: 5px auto auto 10px;

}

.map-container {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    margin-bottom: 10px;
}

.map-info {
    line-height: 2;
    margin: 10px;
    padding: 20px 0px 20px 0px;
    /* background-color: blue; */
}

.map-info-top {
    display: flex;

    justify-content: center;
}

.map-info-top-icons {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50px;
    /* opacity: 0.65; */
    color: var(--primary-bg-color);
    font-size: 1.5em;
    height: ;
}

.map-info-icon {
    display: flex;
    height: 50px;
    align-items: center;
}


.map-info-top-text {
    display: flex;
    flex-direction: column;
    justify-content: center;

}

.map-info-text {
    display: flex;
    height: 50px;
    align-items: center;
}


.map-info-bot {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0px 0px 0px;
}

ul {
    margin-left: 15px;
}

@media screen and (min-width: 900px) {
    .map-section {
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
    .map-container {
        width: 750px;
    }

.map-list {
    list-style-type: none;
}

.map-list i {
    padding: 0px 10px 0px 10px;
    opacity: 0.65;
}

.map-texte {
    padding-left: 10px;
}