.sectionMap {
    width: 100%;
    height: 770px;
    margin-bottom: 12px;
    z-index: 0;
}
#map {
    width: 1024px;
    height: 464px;
    margin: auto;
    margin-bottom: 48px;
    z-index: 0;
}
.info {
    padding: 6px 8px;
    font: 14px/16px Arial, Helvetica, sans-serif;
    background: white;
    background: rgba(255,255,255,0.8);
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    border-radius: 5px;
} 
.legend {
    line-height: 18px;
    color: #555;
}
.legend i {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 8px;
    opacity: 0.7;
}
.rondBlancMap {
  margin-top: 16px;
}

/* Partis Infos Coordonnées  */
.sectionMap .blockInfosCoordonne {
    font-family: Montserrat, sans-serif;
    color: black;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    width: 880px;
    margin: auto;
    text-align: center;
    font-size: 14px;
    margin-bottom: 124px;
}
.sectionMap .blockInfosCoordonne .blockIcon {
    width: 36px;
    height: 36px;
    margin: auto;
}
.sectionMap .blockInfosCoordonne .blockTelephone {
    width: 250px;
    height: 131px;
}
.sectionMap .blockInfosCoordonne .blockTelephone img {
    width: 25px;
    height: 25px;
    display: block;
    margin: auto;
    margin-bottom: 10px;
}
.sectionMap .blockInfosCoordonne .titreInfos {
    font-size: 24px;
    font-weight: lighter;
    color: #F7B4AC;
    
}
.sectionMap .blockInfosCoordonne .blockTelephone .textTelephone {
    margin-top: 26px;
    line-height: 23px;
}
.sectionMap .blockInfosCoordonne .blockAdresse {
    width: 250px;
    height: 131px;
}
.sectionMap .blockInfosCoordonne .blockAdresse img {
    width: 20px;
    height: 30px;
    display: block;
    margin: auto;
    margin-bottom: 10px;
}

.sectionMap .blockInfosCoordonne .blockAdresse .textAdresse {
    margin-top: 20px;
    line-height: 18px;
}
.sectionMap .blockInfosCoordonne .blockMail {
    width: 250px;
    height: 131px;
}
.sectionMap .blockInfosCoordonne .blockMail img {
    width: 26px;
    height: 21px;
    display: block;
    margin: auto;
    margin-bottom: 10px;
}

.sectionMap .blockInfosCoordonne .blockMail .textMail {
    margin-top: 26px;
}
.sectionMap .lineInfos {
    display: block;
    margin: auto;
}
.sectionMap .swiper-container-f {
    display: none;
}


/* -----------------        TABLETTE        ----------------- */
@media screen and (min-width:720px) and (max-width:1200px) {
    .sectionMap {
        height: 530px;
    }
    #map {
        width: 100%;
        height: 318px;
        margin: auto;
        margin-bottom: 48px;
    }
    #map a {
        text-decoration: none;
        width: 32px;
        height: 32px;
        font-size: 28px;
        font-family: Montserrat, sans-serif;
        font-weight: 300;
        line-height: 36px;
        margin-bottom: 2px;
        color: #F7B4AC;
        border-radius: 8px;
    }
    .leaflet-left {
        left: unset;
        right: 0px;
        margin-top: 16px;
        margin-right: 26px;
    }
    /* Partis Infos Coordonnées avec swiper */
    .sectionMap .blockInfosCoordonne {
        display: none;
    }
    .sectionMap .swiper-container-f {
        display: block;
        width: 300px;
        height: 150px;
        margin: auto;
        text-align: center;
        font-size: 16px;
        color: #1A233A;
        margin-bottom: 16px;
    }
    .sectionMap .swiper-container-f .titreInfos {
        margin-bottom: 26px;
    }
    .sectionMap .swiper-container-f .blockTelephone {
        width: 100%;
        height: 100%;
    }
    .sectionMap .swiper-container-f .blockIcon {
        margin-bottom: 10px;
    }
    .sectionMap .swiper-container-f .blockTelephone .textTelephone a {
        color: black;
    }
    .sectionMap .swiper-container-f .blockTelephone .blockIcon img {
        display: block;
        margin: auto;
    }
    .sectionMap .swiper-container-f .blockTelephone .textAdresse {
        line-height: 19px;
    }
    .sectionMap .swiper-container-f .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        background: #979797;
    }
    .sectionMap .swiper-container-f .swiper-pagination-bullet-active {
        background: #F2B761;
    }
}


/* -----------------        MOBILE        ----------------- */
@media screen and (max-width:720px) {
    .leaflet-left .leaflet-control {
        margin-left: 10px;
        box-shadow: 0 2px 6px rgb(0 0 0);
        width: 23px;
        height: 55px;
        padding-left: -4px;
    }
    #map {
        width: 100%;
        height: 270px;
        margin: auto;
        margin-bottom: 48px;
    }
    #map a {
        text-decoration: none;
        width: 26px;
        height: 26px;
        font-size: 24px;
        font-family: Montserrat, sans-serif;
        font-weight: 300;
        line-height: 28px;
        margin-bottom: 15px;
        color: #F7B4AC;
        border-radius: 8px;
        position: relative;
        right: 1px;
    }

    #map .leaflet-popup-close-button {
        text-decoration: none;
        width: 26px;
        height: 26px;
        font-size: 24px;
        font-family: Montserrat, sans-serif;
        font-weight: 300;
        line-height: 28px;
        margin-bottom: 15px;
        color: #F7B4AC;
        border-radius: 8px;
        position: relative;
        right: 0px;
        top: -174px;
        left: 99px;
    }
    .leaflet-left {
        left: unset;
        right: 0px;
        margin-top: 0px;
        margin-right: 10px;
    }

    /* Partis Infos Coordonnées avec swiper */
    .sectionMap {
        height: 486px;
    }
    .sectionMap .blockInfosCoordonne {
        display: none;
    }
    .sectionMap .lineInfos {
        margin-top: 24px;
        width: 100%;
        height: 1px;
    }
    .sectionMap .swiper-container-f {
        display: block;
        width: 296px;
        height: 150px;
        margin: auto;
        text-align: center;
        font-size: 16px;
        color: #1A233A;
        margin-bottom: 16px;
    }
    .sectionMap .swiper-container-f .titreInfos {
        margin-bottom: 26px;
    }
    .sectionMap .swiper-container-f .blockTelephone {
        width: 100%;
        height: 100%;
    }
    .sectionMap .swiper-container-f .blockIcon {
        margin-bottom: 10px;
    }
    .sectionMap .swiper-container-f .blockTelephone .blockIcon img {
        display: block;
        margin: auto;
    }
    .sectionMap .swiper-container-f .blockTelephone .textTelephone a {
        color: black;
    }
    .sectionMap .swiper-container-f .blockTelephone .textAdresse {
        line-height: 19px;
    }
    .sectionMap .swiper-container-f .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        background: #979797;
    }
    .sectionMap .swiper-container-f .swiper-pagination-bullet-active {
        background: #F2B761;
    }
}