
.carteInter{
	background-color: #f1f9f5;
	border: none;
	margin: auto;
	padding: 15px;
	margin-top: 25px;
}

.carteInteractive{
	width: 100%;
	text-align: center;
	margin: auto;
}

.imgContainer{
	/*background-color: #fff9f7;
	background-color: #fbfeff;*/
	width: 100%;
	margin-top: 25px;
}

.imgContainer .panzoom{
	width: 100%;
	margin-bottom: 15px;
}

.imgContainer .zoomBtn{
	position: absolute;
	z-index: 1000;
	background-color: transparent;
}

.choixCirc{
	margin-top: 25px;
	margin-bottom: 25px;
}

.choixCirc select{
	color: #0E0300;
	margin: auto;
}

.choixCirc .help-block{
	color: #0E0300;
}

.choixCirc input::-webkit-input-placeholder{
    color: #0E0300;
}
.choixCirc input:-moz-placeholder {
   color: #0E0300;
}
.choixCirc input::-moz-placeholder {
   color: #0E0300;
}
.choixCirc input:-ms-input-placeholder {
   color: #0E0300;
}

.choixCirc p{
	margin-top: 10px;
	margin-bottom: 0px;
}

.choixCirc a{
	color: #aad9b9;
	font-style: italic;
	text-decoration: underline;
}

#circSelect{
	max-width: 50%;
}

.choixCirc .circCp{
	text-transform: uppercase;
}

.hiddenBtns{
	position: fixed;
	top: 15px;
	left: 50%;
	width: 85%;
	transform: translate(-50%, 0);
	z-index: 1000;
}

.hiddenZoomBtns{
	position: fixed;
	z-index: 1000;
	background-color: transparent;
}

.inner-addon { 
	position: relative;
}
.inner-addon .glyphicon {
	position: absolute;
	padding: 15px;
	color: #033c35;
	cursor: pointer;
}

.loading{
	text-align: center;
}

.left-addon .glyphicon  {
	left:  0px;
}
.left-addon input  {
	padding-left:  30px;
}

.legend{
	width: 95%;
	margin: auto;
}

.legend div{
	text-align: left;
	padding-left: 30px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
}

.legend .limiteMun{
	background: url('../images/comp-carte/legende-limitemun.png') center left no-repeat;
	padding-right: 0;
}

.legend .limiteArr{
	background: url('../images/comp-carte/legende-limitearrondissement.png') center left no-repeat;
}

.legend .circVig{
	background: url('../images/comp-carte/legende-circenvigeur.png') center left no-repeat;
	/*background-size: 20px;*/
}

.legend .circProp{
	background: url('../images/comp-carte/legendes-circproposees.png') center left no-repeat;
	background-size: 68px 20px;
	padding-left: 80px;
	padding-right: 0;
}

.legend .circProp2{
	background: url('../images/comp-carte/legendes-circproposees-2.png') center left no-repeat;
	background-size: 68px 20px;
	padding-left: 80px;
	padding-right: 0;
}

.legend .circPropFinal{
	background: url('../images/comp-carte/legendes-circproposees-final.png') center left no-repeat;
	background-size: 68px 20px;
	padding-left: 80px;
	padding-right: 0;
}

.legend .circVoie{
	background: url('../images/comp-carte/legende-voieferree.png') center left no-repeat;
}

.legend .circTension{
	background: url('../images/comp-carte/legende-ligneahautetension.png') center left no-repeat;
}

.listeMun{
	margin-top: 40px;
	margin-bottom:20px;
	font-size: 18px;
	/*color: #4C4C4C;*/
	line-height: 1.7;
}

.mapControls{
	width: 100%;
	margin: auto;
	margin-bottom: 20px;
	display: table;
}

.mapControls.stickyTop{
	position: sticky;
	top: 15px;
}

.mapControls .btn-carte{
	border-radius: 0;
	margin: 0px;
	display: table-cell;
	width: 25%;
	/*background-color:#dec5bf;*/
	background-color:var(--noir, black);
	/*color:#672c47;*/
	color:#fff;
}

.mapControls .actif{
	/*background-color: #672c47;*/
	background-color: #000000b7;
	color: #fff;
}

.mapControls .btn-carte:hover{
	/*background-color: #d2b3ac;*/
	background-color: #0000002f;
	/*color: #672c47;*/
	color: #000000;
}

.modal-header h4{
	margin-top: 0px;
}

.notVisible{
	visibility: hidden;
}

.right-addon .glyphicon {
	right: 0px;
}
.right-addon input {
	padding-right: 30px;
}

.sectionSeparator{
	color : #480C0C;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}

.toponyme{
	border-top:1px solid #C0C0C0;
	margin-bottom:20px;
	font-size: 18px;
	color: #4C4C4C;
	line-height: 1.7;
}
.toponyme h4 {
	margin-top:20px;
}

.zoomBtn{
	top: .5em;
	left: .5em;
}

.zoomBtn button{
	display: block;
	margin: 4px;
	padding: 0;
	color: white;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	height: 35px;
	width: 35px;
	background-color: #ad9d99;
	border: none;
	border-radius: 20px;
	padding-bottom: 3px;
}

.zoomBtn .resetZoomPan{
	background: url('../images/comp-carte/reset-icon.png') center center no-repeat;
	background-color: #ad9d99;
}

.zoomBtn .zoomBtn-out{
	padding-bottom: 4px;
}

.zoomBtn button:hover{
	background-color: #672c47;
}

/*************************************/
/*************************************/
/********** MEDIAS QUERIES ***********/
/*************************************/
/*************************************/

@media (max-width:1200px){
	
	.choixCirc{
		width: 100%;
	}
	
	.carteInter{
		width: 100%;
	}
	
	.mapControls{
		width: 100%;
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.hiddenBtns{
		width: 100%;
		margin-left: -50%;
		padding-left: 30px;
		padding-right: 30px;
	}
	
}

@media (max-width:885px){
	
	.mapControls .btn-carte{
		width: 100%;
	}
	
}

@media (max-width:768px){
	
	.legend .circProp,
	.legend .circProp2,
	.legend .circPropFinal{
		background-size: 45px 13px;
		padding-left: 55px;
	}

	#circSelect{
		max-width: 100%;
	}
}