.module-annuaire > div {
  display:flex;
  justify-content:space-between;
  margin-top:32px;
}

.annuaire-list {
  display:flex;
  flex-direction:column;
  flex-grow:1;
  margin:0 8px;
}

.annuaire-item {
  margin:0 8px 12px 0;
  padding:8px;
  border:1px solid lightgrey;
  border-radius:4px;
}

.carto-wrapper {
  width:66%;
  height:75vh;
  position:relative;
  z-index:0;
}

#map {
  width:100%;
  height:100%;
}

/*.leaflet-marker-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}*/

.cl-cluster {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cl-cluster>* {
  position: absolute;
}

.cl-cluster-count {
  color: white;
}


#map-overlay {
  position:absolute;
  bottom:8px;
  right:8px;
  background-color:white;
  z-index:999;
  display:none;
}

#map-overlay.open {
  display:block;
}

span.card-close {
  cursor:pointer;
  position: absolute;
  right: 8px;
  top: 8px;
}
/*** FICHE ADHERENT SUR LA CARTE ***/
.list-item {
  position: relative;
  z-index: 12;
  background-color: #fff;
  width: 328px;
  padding: 20px;
  border-left: 8px solid #3366ad;
  border-top: 1px solid #3366ad;
  border-right: 1px solid #3366ad;
  border-bottom: 1px solid #3366ad;
}
.list-item ul li{
  padding-left: 10px;
  margin-bottom: 0;
}
.list-item ul li:before{
  content:'-';
  color: #161616;
  top: -2px;
}
span.card-close {
  position: absolute;
  right: 5px;
  top: 10px;
}
span.card-close:hover {
  cursor: pointer;
}
.item-desc {
  position: relative;
  margin-bottom: 16px;
}
h3.map-membre-title {
  color: #3366ad;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 30px;
  position: relative;
}
h3.map-membre-title:after {
  content: "";
  width: 40%;
  height: 1px;
  position: absolute;
  bottom: -8px;
  left: 0;
  background-color: #3366ad;
}
h4.map-membre-cat {
  color: #3366ad;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 5px;
}
.map-membre-desc,
.map-membre-desc p {
  margin: 0;
  font-size: 12px;
  line-height: 1.5;
  padding-right: 10px;
}
.content-presentation p{
  margin-bottom: 10px;
}
.scroll-box {
  width: 105%;
  height: 350px;
  overflow-y: scroll;
}
.scroll-box::-webkit-scrollbar {
  width: .6em;
}
.scroll-box::-webkit-scrollbar,
.scroll-box::-webkit-scrollbar-thumb {
  overflow: visible;
  border-radius: 4px;
}
.scroll-box::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
}
