.map_slider {
    background: #3e87c6;overflow: hidden;
}
.bg-pannier-carte {
	background: url(../images/bg-world-map.png) repeat top center;
	width: 100%;
	height: 560px;
	background-color:#046ab4;
}
.world-map{background-image:url(../images/world-map.png); background-repeat:no-repeat; height:486px;width:900px;margin:auto;}
.amrc {
	background: url(../images/am.png) no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 344px;
	height: 388px;
}
.eurp {
	background: url(../images/eur.png) no-repeat;
	position: absolute;
	top: 16px;
	left: 380px;
	width: 170px;
	height: 121px;
}
.afrc {
	background: url(../images/afric.png) no-repeat;
	position: absolute;
	top: 96px;
	left: 347px;
	width: 220px;
	height: 258px;
}
.astr {
	background: url(../images/aust.png) no-repeat;
	position: absolute;
	top: 210px;
	left: 635px;
	width: 165px;
	height: 190px;
}
.asi {
	background: url(../images/asi.png) no-repeat;
	position: absolute;
	top: 0px;
	left: 463px;
	width: 375px;
	height: 258px;
}
.txt-carte {
    font-family: 'Poppins';
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    margin: 20px auto 10px auto;
    position: relative;
    width: fit-content;
}
.txt-carte:after {
    content: url(../images/circuit.png);
    position: absolute;
    top: 15px;
    right: -40px;
}
.text-amrc {
	background: url(../images/flch-am-n.png) no-repeat;
	position: absolute;
	top: 130px;
	left: 90px;
	width: 98px;
	height: 31px;
	cursor: pointer;
}
.pin-carte:hover{ opacity:0.75;}

.text-am-sud {
	background: url(../images/flch-am-s.png) no-repeat;
	position: absolute;
	top: 310px;
	left: 180px;
	width: 98px;
	height: 31px;
	cursor: pointer;
}
.text-caraibes {
	background: url(../images/flch-ca.png) no-repeat;
	position: absolute;
	top: 230px;
	left: 190px;
	width: 98px;
	height: 31px;
	cursor: pointer;
}
.text-me {
	background: url(../images/flch-me.png) no-repeat;
	position: absolute;
	top: 210px;
	left: 480px;
	width: 98px;
	height: 31px;
	cursor: pointer;
}


.text-eurp {
	background: url(../images/flch-eu.png) no-repeat;
	position: absolute;
	top: 135px;
	left: 370px;
	width: 77px;
	height: 31px;
	cursor: pointer;
}
.text-indien {
	background: url(../images/flch-indien.png) no-repeat;
	position: absolute;
	top: 310px;
	left: 510px;
	width: 82px;
	height: 31px;
	cursor: pointer;
}

.text-afrc {
	background: url(../images/flch-afr.png) no-repeat;
	position: absolute;
	top: 220px;
	left: 340px;
	width: 82px;
	height: 31px;
	cursor: pointer;
}
.text-astr {
	background: url(../images/flch-aus.png) no-repeat;
	position: absolute;
	top: 360px;
	left: 685px;
	width: 82px;
	height: 31px;
	cursor: pointer;
}
.text-asi {
	background: url(../images/flch-asi.png) no-repeat;
	position: absolute;
	top: 150px;
	left: 540px;
	width: 70px;
	height: 31px;
	cursor: pointer;
}
.bg-popup {
	background: rgba(55,151,227,.8);
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.div-cntr-popup {
	background: #fff;
	padding: 20px;
	position: absolute;
	left: 40%;
	top: 30%;
	z-index: 99991;
	-webkit-box-shadow: 0 0 10px 1px rgba(0,0,0,.6);
	box-shadow: 0 0 10px 1px rgba(0,0,0,.6);
	border-radius: 10px;
}
.titr-popup {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #7f739e;
	text-align: left;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.fermer {
	background: #CCC;
	padding: 5px 10px;
	border-radius: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	color: #fff;
	float: right;
}
.fermer:hover {
	text-decoration: none;
}
.container-popup .list-m{ margin-right:15px; }
.container-popup ul{ }
.container-popup ul li{ list-style:url(../images/puce.png) inside; font-size:14px; }

.map_circuit_responsive{ display:none;}

@media only screen and (max-width: 820px) {
	.map_slider {
		background: #3e87c6;
		width: 895px;
	}
} 
@media only screen and (max-width: 767px) { 
	.map_circuit_responsive{ display:block;} 
	.map_circuit_responsive ul{ margin-left:30px; margin-right:30px; } 
	.map_circuit_responsive ul li{ list-style:none; border-bottom:1px solid #ebebeb;  } 
	.map_circuit_responsive ul li a{ padding:15px; font-family:Arial, Helvetica, sans-serif; font-size:16px; display:block; } 

}