div.carte_inner {
	height:489px;
	margin-right:7px;
}

div.ol-control,
div.ol-control:hover {
    background-color: transparent;
    position: absolute;
}

div.ol-direction {
    width: 50px;
    height: 50px;
	background-image:url(../images/geoportail/icon_move.png);	
	background-size:50px 50px;
	background-repeat:no-repeat;
    top: 10px;
    right: 20px;
    position: absolute;
}

button.ol-direction-direction-left.ol-unselectable,
button.ol-direction-direction-right.ol-unselectable,
button.ol-direction-direction-up.ol-unselectable,
button.ol-direction-direction-down.ol-unselectable {
    display:block;
    position:absolute;
    background: none;
    cursor: pointer;
    position: absolute;
    border: transparent;
}

button.ol-direction-direction-left.ol-unselectable:hover,
button.ol-direction-direction-right.ol-unselectable:hover,
button.ol-direction-direction-up.ol-unselectable:hover,
button.ol-direction-direction-down.ol-unselectable:hover,
button.ol-direction-direction-left.ol-unselectable:focus,
button.ol-direction-direction-right.ol-unselectable:focus,
button.ol-direction-direction-up.ol-unselectable:focus,
button.ol-direction-direction-down.ol-unselectable:focus {
    background: none;
    border: transparent;
    position:absolute;
}

button.ol-direction-direction-up.ol-unselectable,
button.ol-direction-direction-down.ol-unselectable {
	width:16px;
	height:16px;
	left: 15px;
}

.ol-direction-direction-up.ol-unselectable {
	top: -1px;
}

button.ol-direction-direction-down.ol-unselectable {
	top: 33px;
}

button.ol-direction-direction-left.ol-unselectable,
button.ol-direction-direction-right.ol-unselectable {
	height: 16px;
    top: 15px;
    width: 16px;
}

button.ol-direction-direction-left.ol-unselectable {
	left:-2px;
    position: absolute;
}

button.ol-direction-direction-right.ol-unselectable {
	left:32px;
    position: absolute;
}

/*div.ol-direction.ol-unselectable.ol-control > button.ol-direction-direction-left.ol-unselectable*/

div.ol-zoomslider {
    right: 0px;
    top: 104px;
    left: auto;
    padding: 0;
    border-radius: 0px;
    height: 164px;
    width: 100px;
    background: url(../images/geoportail/slider.png) no-repeat transparent center;
}

div button.ol-zoomslider-thumb {
    border: none;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    background: url(../images/geoportail/slider_handle.png) repeat-x;
    cursor: pointer;
    color: #5e5e5e;
    text-decoration: none;
    height: 15px;
    min-width: 50px;
    width: auto;
    margin: 0px auto;
    text-align: center;
    padding: 0 5px;
    font-size: 12px;
    font-weight: normal;
    font-family: arial, verdana, sans-serif;
}

button.ol-zoom-in {
    background: url(../images/geoportail/btn_plus.png) center;
}

button.ol-zoom-out {
    bottom: 0px;
    background: url(../images/geoportail/btn_moins.png) center;
}

div.ol-zoom {
    left: auto;
    right: 40px;
    top: 80px;
    background: none;
    padding: 0;
    border-radius: 0px;
    height: 212px;

}

button.ol-zoom-in, button.ol-zoom-out {
    width: 21px;
    height: 21px;
    cursor: pointer;
}

/*
    Règles spécifiques
 */
button.ol-zoom-in {
    background-image:url(../images/geoportail/btn_plus.png);
}

button.ol-zoom-out {
    bottom: 0px;
    background-image:url(../images/geoportail/btn_moins.png);
}

#popin div.ol-direction {
    top: 10px;
    right: 25px;
    position: absolute;
}

#popin div.ol-zoomslider {
    position: absolute;
}

#popin div button.ol-zoomslider-thumb {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

#popin div.ol-zoom {
    position: absolute;
    right: 60px;
}

#popin button.ol-zoom-in, button.ol-zoom-out {
    position: absolute;
}

/*
    Style popup POI
 */
.ol-popup-content .titre {
    color:#3982bb;
    font-weight:normal;
    margin:0 21px 6px;
    font-size:1.3em;
}

.ol-popup-content .adresse {
    max-width: 200px;
    font-weight:bold;
    margin: 10px 0px 10px 20px;
}

.ol-popup-content .lien {
    position:absolute;
    top:48px;
    right:5px;
}

.ol-popup-content ul {
    font-weight:normal;
    margin:0;
    list-style:none;
    padding:0;
    font-size:1.3em;
    max-height: 160px;
    max-width: 220px;
    overflow: auto;
}

.ol-popup-content {
    margin: 10px 5px 40px 0;
}

.ol-popup-content ul li {
    border-top:1px solid #dfdcd5;
    padding:6px 18px;
    background: url(../images/infobulle_carte_fleche.png) 203px center no-repeat;
}

.ol-popup-content ul li.first {
    border:none;
}

.ol-popup-content ul li a {
    display:block;
}

.ol-popup-closer {
    background:url(../images/geoportail/fermeture_infobulle.png) no-repeat;
    position: absolute;
    height: 21px;
    width: 22px;
    right: 5px;
    bottom: 10px;
}

.ol-popup-in {
    border: 1px solid #B4B0A5;
    background: white;
    border-radius: 10px;
    min-width: 235px;
    min-height: 150px;
}

.ol-popup-in:after, .ol-popup-in:before {
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.ol-popup-in:after {
    top: -20px;
    border-bottom-color: white;
    border-width: 11px;
    left: 46px;
    margin-left: -10px;
}

.ol-popup-in:before {
    top: -20px;
    border-bottom-color: #B4B0A5;
    border-width: 10px;
    left: 48px;
    margin-left: -11px;
}


