.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%; */
  width:100%;
  height:75vh;
  position:relative;
  z-index:0;
}

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

/*Cluster icon

  <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="#DF2935" d="M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z"/></svg>;

*/

/* Icône bleue #3772FF*/
.cl-cluster-icon {
  background-repeat: no-repeat;
  vertical-align: middle;
  height: 32px;
  width: 32px;
  max-height: none;
}

/* Icône rouge #DF2935 */
.cl-cluster-icon-rouge {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBmaWxsPSIjREYyOTM1IiBkPSJNMjU2IDhDMTE5IDggOCAxMTkgOCAyNTZzMTExIDI0OCAyNDggMjQ4IDI0OC0xMTEgMjQ4LTI0OFMzOTMgOCAyNTYgOHoiLz48L3N2Zz4=');
}

.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:15px;
  right:8px;
  padding:8px;
  z-index:999;
  display:none;
}

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

span.card-close {
  cursor:pointer;
  position: absolute;
  right: 8px;
  top: 8px;
	color: #2c2e30;
}

/*** FICHE ADHERENT SUR LA CARTE ***/
.list-item {
  position: relative;
  z-index: 12;
  background-color: #fff;
  color: #2c2e30;
  width: 328px;
  padding: 20px;
  border-left: 8px solid #2c2e30;
  border-top: 1px solid #2c2e30;
  border-right: 1px solid #2c2e30;
  border-bottom: 1px solid #2c2e30;
  border-radius:
}
.list-item a{
  color: #2c2e30;
}
.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;
}
.map-membre-item-titre{
  position: relative;
  margin-left: 30px;
}
.map-membre-item-image {
  height: 70px;
  text-align: right;
  margin-right: 30px;
}
.map-membre-item-image img {
  max-height: 100%;
  max-width: 190px;
}
.map-membre-item-lien,
.map-membre-item-activite{
  margin: 30px 0;
}
h3.map-membre-title {
  color: #009cb1;
  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: #009cb1;
}
h4.map-membre-cat {
  color: #009cb1;
  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);
}
