

#mapContainer {
	position: relative;
	margin: 0 -15px;
}
#mapWrapper {
	position: relative;
}
#mapBox {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 200px;
	margin: auto;
	height: 300px;
	/*width: 33.33333332%;*/
	width: 500px;
}
#mapBox > .owl-carousel .item {
	height: 300px;
	width: 100%;
}
#mapBox > .owl-carousel .item1 {
    /*background-image: url("/wp-content/themes/distantheme-child/img/mapBoxBG.svg");*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#mapBox > .owl-carousel .item1::after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    display: block;
}
#mapBox > .owl-carousel .item:not(.item1) {
    background-repeat: no-repeat;
    background-size: cover;
}
#mapBox > .owl-carousel .mapLogo {
    height: 80px;
    width: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    filter: invert(100%) sepia(1%) saturate(7464%) hue-rotate(49deg) brightness(102%) contrast(109%);
}
#mapBox > .mapLink {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    font-size: 23px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    background-color: #00A6DE;
    display: block;
    padding: 23px 40px 16px;
    box-sizing: border-box;
}
#mapBox > .mapLink > span {
	color: #fff;
    display: inline-block;
    letter-spacing: 0;
    padding-bottom: 5px;
    border-bottom: 2px solid transparent;
    transition: .3s ease border-color;
}
#mapBox > .mapLink:hover > span {
    border-bottom: 2px solid #fff;
}
#mapBox > .mapClose {
    appearance: none;
    border: 0;
    background-color: transparent;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    color: white;
    font-size: 34px;
    line-height: 30px;
    font-family: 'Montserrat';
    font-weight: 100;
    opacity: .9;
}
#mapBox > .owl-carousel .mapImage {
    height: 280px;
    width: 200px;
    position: absolute;
    left: 20px;
    bottom: -1px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
}
#mapBox .owl-nav {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}
#mapBox .owl-nav > button {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 30px;
	height: 100%;
	pointer-events: all;
}
#mapBox .owl-nav > button > span {
    color: white;
    font-size: 34px;
    line-height: 30px;
    font-weight: 100;
    opacity: .9;
}
#mapBox .owl-nav > button.owl-next {
	left: auto;
	right: 0;
}

#mapLegend {
	background-color: #2e323a;
	padding: 34px 15px 26px;
    width: 100%;
}
#mapLegend > #mapLegendContainer {
	display: table;
    table-layout: fixed;
}
#mapLegend > #mapLegendContainer::after {
	display: none !important;
}
#mapLegend > #mapLegendContainer > div {
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}
#mapLegend > #mapLegendContainer > div::before {
	content: "";
	vertical-align: middle;
	padding-right: 60px;
	width: 31px;
	height: 37px;
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
	position: relative;
    top: -8px;
}
#mapLegend > #mapLegendContainer > #mapLegendTermine::before {
	background-image: url("/wp-content/themes/distantheme-child/img/m1.svg");
}
#mapLegend > #mapLegendContainer > #mapLegendEnCours::before {
	background-image: url("/wp-content/themes/distantheme-child/img/m4.svg");
}
#mapLegend > #mapLegendContainer > #mapLegendAVenir::before {
	background-image: url("/wp-content/themes/distantheme-child/img/m3.svg");
}

@media screen and (max-width: 1399px) {
	#map.mapLoaded {
		height: 1000px !important;
	}
	#mapBox {
		top: auto;
	    bottom: 60px;
	    left: 60px;
	    right: 60px;
	}
}
@media screen and (max-width: 767px) {
	#map.mapLoaded {
		height: 700px !important;
	}
	#mapBox {
	    bottom: 20px;
	    left: 20px;
	    right: 20px;
	}
}
@media screen and (max-width: 660px) {


}