/* ||||||||||||||||||||||||||||||| CONTACT MAP |||||||||||||||||||||||||||||| */
.sectorBloc{
    background-color: #EFF7FD;
    padding: 45px 30px;
    position: absolute;
    /* top: 55px; */
    left: 45px;
    transition: .3s;
    transform: translate(50%, -20px);
    opacity: 0;
    max-height: 700px;
    overflow: visible;
    /* overflow-x: visible; */
    max-width: 480px;
    width: 100%;
    pointer-events: none;
}

.sectorBloc.show{
    opacity: 1;
    transform: translate(0);
    pointer-events: auto;
}

#cms #content .sectorBloc .sectorName{
    font-size: 24px !important;
    font-weight: 600;
    line-height: 28px;
    /* letter-spacing: 3.3px; */
    text-transform: uppercase;
    color: #1E1E1E !important;
    margin-top: 0 !important;
    margin-bottom: 45px !important;
    text-align: left;
}

#cms #content .sectorBloc .containerContactImg{
    max-width: 150px;
    max-height: 150px;
    overflow: hidden;
}

#cms #content .sectorBloc .contactImg{
    max-width: 150px;
    -webkit-box-shadow: 5px 5px 15px 1px rgba(0,0,0,0.15); 
    box-shadow: 5px 5px 15px 1px rgba(0,0,0,0.15);
}

.sectorBloc .contactName{
    font-size: 22px;
    line-height: 26px;
    font-size: 400;
    color: #034A9C;
    margin-bottom: 10px;
}

.sectorBloc .contactPosition{
    font-style: italic;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    color: #1E1E1EA8;
    margin-bottom: 20px;
    text-align: left;
}

.sectorBloc .contactTel,
.sectorBloc .contactMail{
    display: block;
}

.sectorBloc .contactTel{
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    color: #034A9C;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.sectorBloc .contactTel .contactTelImg{
    margin-right: 10px;
}

.sectorBloc .contactTel .contactTelTxt{
    text-align: left;
}

.contactInfoContainer{
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 45px;
    margin-right: -60px;
}

.contactInfoContainer > .customRow{
    justify-content: space-between;
}

.map #IDF_et_NORD.selected .dep,
.map #SUD_et_NORD.selected .dep,
.map #RHONE-ALPES.selected .dep,
.map #OUEST.selected .dep,
.map #IDF_et_NORD.selected:hover .dep,
.map #SUD_et_NORD.selected:hover .dep,
.map #RHONE-ALPES.selected:hover .dep,
.map #OUEST.selected:hover .dep{
    fill: #F68620 !important;
}

.map #IDF_et_NORD:hover .dep,
.map #SUD_et_NORD:hover .dep,
.map #RHONE-ALPES:hover .dep,
.map #OUEST:hover .dep{
    cursor: pointer;
    fill: #034a9c !important;
}

.contactMapPage{
    max-width: 1295px;
    /* margin-left: 80px; */
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 35px;
}

.contactMapPage .colContact{
    max-width: 100%;
    margin-left: 13px;

}

#cms #content .contactMapPage h2.titleMapContact{
    font-size: 24px !important;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
    color: #034A9C !important;
    /* margin-left: auto; */
    margin-top: 0 !important;
}

.contactMapPage .subTitleMapContact {
    margin-bottom: 26px;
}

.contactMail{
    font-size: 15px !important;
    transition: none;
}

.contactMail:hover{
    color: #fff;
}

.contactInfoContainer:last-child{
    margin-bottom: 0;
}

.containerTitle{
    text-align: center;
    margin-bottom: 60px;
}

.colMap{
    max-width: 720px;
}

.rowMapContact {
    display: flex;
    justify-content: space-between;
}

.rowMapContact:after{
    display: none;
}

.cms-id-33 #wrapper .breadcrumbCustom{
    margin-bottom: 45px;
}
/* ||||||||||||||||||||||||||||| END CONTACT MAP |||||||||||||||||||||||||||| */



/* ||||||||||||||||||||||||| BEGIN RESPONSIVE DAVID ||||||||||||||||||||||||| */
/* ******************************* BEGIN 2560PX & + ****************************** */
@media only screen and (min-width: 2560px){}
/* ******************************* END 2560PX & + ****************************** */


/* ******************************* BEGIN 1600PX ****************************** */
@media only screen and (max-width: 1919px){
    .contactMapPage{
        margin-left: 0;
        margin-right: 0;
    }
}
/* ******************************* END 1600PX ****************************** */


/* ******************************* BEGIN 1440PX ****************************** */
@media only screen and (max-width: 1599px){}
/* ******************************* END 1440PX ****************************** */


/* ******************************* BEGIN 1366PX ****************************** */
@media only screen and (max-width: 1439px){}
/* ******************************* END 1366PX ****************************** */


/* ******************************* BEGIN 1280PX ****************************** */
@media only screen and (max-width: 1365px){
    .sectorBloc{
        left: 0;
    }

    .rowMapContact {
        flex-direction: column;
    }
}
/* ******************************* END /1280PX/ ****************************** */


/* ******************************* BEGIN 1024PX ****************************** */
@media only screen and (max-width: 1279px){
    .rowMapContact .colMap,
    .rowMapContact .colContact{
        width: 100%;
        max-width: unset;
    }

    .rowMapContact .colMap{
        text-align: center;
    }


    .sectorBloc{
        position: relative;
        height: 0;
        padding: 0;
    }

    .sectorBloc.show {
        height: 100%;
        padding: 45px 30px;
        top: 50px;
        transform: translateX(-50%);
        left: 50%;
    }
}
/* ******************************* END 1024PX ****************************** */


/* ******************************* BEGIN 992PX ****************************** */
@media only screen and (max-width: 1023px){}
/* ******************************* END 992PX ****************************** */


/* ******************************* BEGIN 768PX ****************************** */
@media only screen and (max-width: 991px){}
/* ******************************* END 768PX ****************************** */


/* ******************************* BEGIN 460PX ****************************** */
@media only screen and (max-width: 767px){
    .map svg {
        transform: scale(60%) translateX(-35%);
        margin-top: -130px;
        margin-bottom: -130px;
    }

    .contactInfoContainer > .customRow{
        flex-direction: column-reverse;
    }

    .contactMapPage .colContact{
        margin-left: 0;
    }

    .contactInfoContainer{
        padding: 0;
        margin-right: 0;
    }

    .contactInfoContainer > .customRow > .customCol.second{
        margin-bottom: 25px;
    }

    .sectorBloc{
        max-height: unset;
    }
}
/* ******************************* END 460PX ****************************** */


/* ******************************* BEGIN 414PX ****************************** */
@media only screen and (max-width: 459px){
    .map svg {
        transform: scale(55%) translateX(-43%);
    }
}
/* ******************************* END 414PX ****************************** */


/* ******************************* BEGIN 375PX ****************************** */
@media only screen and (max-width: 413px){
    .map svg {
        transform: scale(45%) translateX(-59%);
        margin-top: -190px;
        margin-bottom: -190px;
    }
}
/* ******************************* END 375PX ****************************** */


/* ******************************* BEGIN 360PX ****************************** */
@media only screen and (max-width: 374px){
    #cms #content .contactMapPage h2.titleMapContact{
        font-size: 20px !important;
    }
}
/* ******************************* END 360PX ****************************** */


/* ******************************* BEGIN 320PX ****************************** */
@media only screen and (max-width: 359px){
    .map svg {
        transform: scale(43%) translateX(-69%);
        margin-top: -200px;
        margin-bottom: -200px;
    }
}
/* ******************************* END 320PX ****************************** */
/* |||||||||||||||||||||||||| END RESPONSIVE DAVID |||||||||||||||||||||||||| */