.blocCarteListe{
  margin-top: 25px;
}

.carteInteractive{
  height: 600px;
}

.listeCircReg .listeCircRegList{
  list-style-type: none;
  padding-left: 0px;
  padding-right: 20px;
  height: 600px;
  overflow-y: scroll;
}

.listeCircReg .listeCircRegList::-webkit-scrollbar{
  height: 10px;
  width: 5px;
}

.listeCircReg .listeCircRegList::-webkit-scrollbar-track{
  background: linear-gradient(90deg, rgba(255,255,255,1) 47%, rgba(0,0,0,1) 50%, rgba(255,255,255,1) 53%);
}

.listeCircReg .listeCircRegList::-webkit-scrollbar-thumb{
  background: var(--noir, black);
}

.listeCircReg .listeCircRegList .listCircInReg{
  list-style-type: none;
  padding-left: 0px;
}

.listeCircReg .listeCircRegList .listRegAdminBTN{
  margin-bottom: 5px;
  cursor: pointer;
  font-weight: bold;
  text-decoration: underline;
  display: block;
}

.listeCircReg .listeCircRegList .listRegAdminBTN:not(:first-child){
  margin-top: 30px;
}

.listeCircReg .listeCircRegList .listRegAdminCircBTN{
  padding: 15px 50px 15px 20px;
  margin-bottom: 10px;
  display: block;
  background-color: var(--gris, lightgray);
  background-image: url(../images/icons/fleche-action-mobile.svg);
  background-repeat: no-repeat;
  background-position: center right+20px;
  background-size: 30px;
  cursor: pointer;
}

.carteInteractive .popover{
  width: 500px;
  border-radius: 0;
}

.carteInteractive .popover .popover-header{
  margin-top: 0px;
  background-color: black;
  color: white;
  border-radius: 0;
  position: relative;
}

.carteInteractive .popover .popover-header .closePopover{
  color: white;
  position: absolute;
  display: block;
  top: 0;
  right: 12px;
  text-decoration: none;
  font-size: 2rem;
}

.carteInteractive .popover .lienPopOver{
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 45px;
  background-image: url(../images/icons/fleche-action-mobile.svg);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center right+5px;
}

.selectedCircInfo{
  background-color: var(--gris, lightgrey);
  padding: 5px 15px; 
}

.selectedCircInfo .circTitle{
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 5px;
  font-size: 1.5rem;
}

.selectedCircInfo .circInfo{
  display: flex;
  justify-content: space-between;
}

.selectedCircInfo .circInfo a{
  padding: 5px;
}

.leafletPopupEQ .leaflet-popup-content-wrapper {
  max-width: 500px;
  min-width: 300px;
  border-radius: 0;
}

.leafletPopupEQ .leaflet-popup-content{
  margin: 0px;
}

.leafletPopupEQ .leaflet-popup-content .popupTitle{
  margin-top: 0px;
  margin-bottom: 5px;
  padding: 10px;
  padding-left: 15px;
  padding-right: 25px;
  background-color: black;
  color: white;
  border-radius: 0;
  position: relative;
  font-family: Gilroy;
  font-weight: bold;
  font-size: 1rem;
}

.leafletPopupEQ .leaflet-popup-content .closePopover{
  color: white;
  position: absolute;
  display: block;
  top: 0;
  right: 12px;
  text-decoration: none;
  font-size: 2rem;
}

@media(max-width: 768px){
  
  .listeCircReg{
    padding-left: 25px;
    padding-right: 25px;
  }

  .listeCircReg .listeCircRegList{
    height: 300px;
  }

  .carteInteractive{
    height: 400px;
    margin-top: 40px;
  }
}

