@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


.annuaire-filtre{

  gap: 30px;
  justify-content: center;
  margin-bottom: 50px;
}
.annuaire-wrapper {
  display:flex;
}
.annuaire-list {
  flex-direction: column;
  flex-grow: 1;
  width: 200px;
  background: #f01a51;
  margin-top: -100px;
  border-radius: 50px 0 50px 0 ;
  padding: 20px;
}
.carto-wrapper {
  width:66%;
  height:60vh;
  position:relative;
  z-index:0;
  border:solid 10px #f01a51 ;
}
.annuaire-item {

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

.annuaire-filtre span{
  margin-bottom:5px;
}

.annuaire-wrapper input{ width: 85%;
}

.annuaire-wrapper p {
  color: white;
  text-transform:uppercase;
}

.select2-container--default .select2-selection--multiple, .select2-container--default.select2-container--focus .select2-selection--multiple{
  border:none;
}

.annuaire-filtre textarea {
  color:#f01a51;
}
/*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);
}
