.section-reseau {
  background-color: #fcc71c;
  font-size: 3rem !important;
  font-weight: 900 !important;
  color: white;
}

.btn-der-offre {
  width: 100%;
  border-radius: none !important;
  color: #0a4f70;
  background-color: #7da89e;
  transition: all 0.2s ease;
}
.btn-der-offre:hover {
  box-shadow: 5px 6px 6px 2px #e9ecef;
  transform: scale(1.05);
  color: #0a4f70;
}

/* SURCHARGE MAP */
.leaflet-popup-close-button {
  color: #0a4f70 !important;
}
.btn-link {
  color: #0a4f70 !important;
}
