.network {
    background: #f7f7f7;
    padding: 50px 50px;
}

.box-contenu-network {
    padding: 0 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.title-network {
    font-size: 36px;
    color: #cb033d;
    font-weight: 600;
    line-height: 47px;
}

/*.box-contenu-network p {*/
/*    font-size: 16px;*/
/*    color: #000;*/
/*    width: 70%;*/
/*    margin: 20px auto 50px;*/
/*}*/
.detailsmaps.detailsmaps-network {
    width: auto;
}

.flex-maps-details {
    display: flex;
    flex-wrap: wrap;
}

.flex-maps-details .image-bureau {
    border-radius: 20px;
    width: 215px;
    height: auto;
    background: #fff;
}

.flex-maps-details .details-adr {
    margin: 0;
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.4);
    width: calc(100% - 215px);
}
.title-diagnostic .title-red {
    color: #cb043d;
}
.demande-information {
    background: url(../images/bg-reclamation.jpg) top center no-repeat;
    background-size: cover;
    padding: 70px 0;
}
.flexbox-demande-information {
    display: flex;
    flex-wrap: wrap;
}

.box-information {
    padding: 0 15px 0 45px;
}

.title-information {
    font-size: 36px;
    color: #cb043d;
    font-weight: 600;
    line-height: 44px;
    margin: 0 0 20px;
    display: block;
}

.box-information p {
    font-size: 16px;
    color: #000;
    line-height: 30px;
    text-align: justify;
    margin: 15px 0 0;
}

.flexbox-demande-information .form-etude {
    border-radius: 15px;
}

.select-cepex {
  background: #dfdfdf url(../../images/chevron-down-solid.svg) 2% 50% no-repeat;
  border: 0;
  padding: 10px 15px !important;
  border-radius: 15px;
  background-size: 15px;
}

.flexbox-demande-information .form-etude:before {
    display: none;
}

.leaflet-popup-content {
    width: 45vw !important;
    padding: 0;
    margin: 0;
}

.leaflet-popup-content-wrapper {
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    font-family: "Poppins", sans-serif;
}

.leaflet-container .leaflet-popup-close-button {
    width: 40px !important;
    height: 40px !important;
    font: 29px / 32px Tahoma, Verdana, sans-serif !important;
}
.flex-maps-details .details-adr .btn-cepex {
    color: #686868;
}
.flex-maps-details .details-adr .btn-cepex:hover {
    color: #fff;
}
.leaflet-container .leaflet-marker-pane img {
    object-fit: cover;
}
.flexbox-sociaux-maps ul li a {
    color: #fff;
    font-size: 18px;
}
/**************** Responsive ***************/
@media screen and (max-width: 1440px) {
.leaflet-popup-content {
    width: 50vw !important;
}
}
@media screen and (max-width: 1024px) {
    .box-contenu-network p {
        width: 100%;
    }
    .leaflet-popup-content {
        width: 60vw !important;
    }
}
@media screen and (max-width: 768px) {
    .leaflet-popup-content {
        width: 90vw !important;
    }
.box-information {
    padding: 0 15px;
    width: 100%;
    margin-bottom: 30px;
}
.title-information {
    font-size: 30px;
}
.demande-information {
    padding: 30px 0;
}
.flex-maps-details .boxadr span {
    color: #3c3c3c;
    font-size: 14px;
}
.flex-maps-details .image-bureau {
    height: auto;
}
}
@media screen and (max-width: 480px) {
    .flex-maps-details .image-bureau {
        height: 250px;
        width: 100%;
    }
    .flex-maps-details .details-adr {
        width: 100%;
    }
    .title-network, .title-information {
        font-size: 26px;
        line-height: 37px;
    }
    .network {
        padding: 30px 0;
    }
}
.section-map {
  margin: auto;
  text-align: justify;
  .col-9 {
    line-height: 1.6;
    color: #333;
    padding: 20px;
  }

  ul {
    list-style: none;
    padding: 0;
  }

  /* Style pour les éléments de liste */
  li {
    position: relative;
    padding-right: 35px;
    font-size: 16px;
  }

  /* Icône coche rouge */
  li::before {
    content: '\2714';
    position: absolute;
    right: 0;
    top: 0;
    color: #e74c3c; /* Rouge pour la coche */
    font-size: 18px;
    line-height: 1.6;
  }
}
.btn-close-detailsmaps{
    position: absolute;
    top: 5px;
    right: 16px;
    font-size: 30px;
    font-weight: bold;
    background: #e2e2e2;
    border: none;
    padding: 0 8px;
    color: #333;
    cursor: pointer;
    z-index: 1000;
}