.el-icon-gal a {
  outline-style: none;
}
.el-icon-gal {
  margin-top: -21px;
  display: block;
}
.leaflet-pane.leaflet-shadow-pane {
  display: none;
}

.hide {
	display: none;
}
.kl_media {
    float: left;
    margin: 0 15px 0 0;
}
.kl_media[data-tp="p"], .inner-middle-dt-block {
    width: 100%;
}
.pg-main-content-wrapper.inner-content-wrapper {
	min-height: calc(100vh - 200px);
}

.webui-popover-content .list-unstyled a {
  margin-bottom: 8px;
  display: block;
  border-bottom: solid 1px #F1F1F1;
  padding-left: 21px;
}
.webui-popover-content .list-unstyled a::before {
  content: " ";
  margin-left: -20px;
  position: absolute;
  background-image: url('/img/front/carre.png');
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  margin-top: 6px;
}


.pg-tab-wrapper.fixed {
  position: fixed;
  top: 100px;
  background: transparent;
  display: none;
  z-index: 1;
  opacity: .2;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}