/* --------------------------------------------------- MON AGENCE  ---------------------------------------------------------------*/
/* #wrap_map {
  width: 90%;
  height: 583px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0px 0 !important;
  margin-top: -130px;
  overflow: hidden;
}

#wrap_map article {
  max-width: 100%;
} */

.nbAgences {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.link_test_map{
    display: inline-block;
    background: #e1047a;
    font-family: Bebas Neue, display;
    color: #fff !important;
    padding: 15px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 900;
    transition: .2s ease;
}
.link_test_map:hover{
 background: #a6daf0;
}
#map {
position: relative;
  overflow: hidden;
  height: 100%;
  min-height: 500px;
}
.wrap_link_agences {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: space-evenly;
}

.leaflet-popup-content p {
    font-family: Lato, display;
}

.wrap_link_agences a {
font-family: Lato, sans-serif;
   font-family: Bebas Neue, display;
  display: block;
  width: 100px;
  height: 45px;
  color: #fff;
  text-align: center;
  line-height: 45px;
  vertical-align: middle;
  border-radius: 5px;
  transition: .3s ease;
}

.wrap_link_agences a:hover {
  transform: scale(1.1);
}

.bg-rose {
  background: #e1047a;
}

.titre.agences {
  margin-top: 50px;
  margin-bottom: 50px;
}

a.bouton.map-google {
  width: 200px;
}

a.bouton.map-google:hover {
  transform: scale(1);
}
.rose-txt.bold{
font-family: Bebas Neue, display;
font-size: 20px !important;
}

.rose-txt,
.rose {
  color: #e1047a;
  font-weight: bold;
  
}

.bleu {
  color: #a6daf0 !important;
  font-weight: bold;
  transition: .2s ease;
}
.bleu:hover {
  color: #e1047a !important;
  font-weight: bold;
}

.gm-style-iw {
  max-width: 300px !important;
}

.gm-style-iw-d p {
  margin: 0px;
}
