.popin_partage{
	width:530px;
	margin:0 auto;
}

.popin{
	margin:0 auto;
	width:530px;
	height:530px;
	background:#ffffff;
}

.popin_partage_close{
	position:absolute;
	cursor:default;
	top:5px;
	left:480px;
}

.popin_close{
	position:absolute;
	cursor:default;
	top:-15px;
	visibility:hidden;
}

 .ol-popup {
    display: none;
    position: absolute;
    background-color: white;
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.2);
    -webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
    filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #cccccc;
    bottom: 35px;
    left: -31px;
    font-family: 'Opensans', verdana, sans-serif;
    font-size: 12px;
  }

  .ol-popup:after{
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  .ol-popup:after {
  border-top-color: white;
  border-width: 10px;
  margin-top: 0px;
  left: 30px;
  margin-left: -10px;
}
      
.ol-popup-closer {
  text-decoration: none;
  position: absolute;
  top: -6px;
  right: -7px;
}

.ol-popup-content {
  width: auto;
}