#map, #map-region, #map-departement, .map-wrapper {
    width: 100%;
    height: 780px;
    z-index: 10;
}

#map-region, #map-departement {
    margin-top: 40px;
}

#map-departement {
    margin-bottom: 40px;
}

#map-all{
    margin: 0px 0;
}

.map-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  z-index: 9999;
  font-size: 1.2rem;
  font-weight: bold;
}

.spinner {
  border: 4px solid rgba(0,0,0,0.1);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border-left-color: #FE5B00;
  margin-right: 1rem;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}


.popup-products {
    display: flex;
    gap: 6px;
    margin-top: 6px;
    align-items: center;
}

.popup-product-icon {
    width: 22px!important;
    height: 22px!important;
}

.popup-product-icon .popup--buche {
    
}

.popup-product-icon .popup--pellet {
    
}

.popup-product-icon .popup--bois {
    
}
