.bloc-bureaux {
  background-image: linear-gradient(to right, #ceced2, #d2d2d6, #d7d7da, #dbdbde, #e0e0e2, #e0e0e2, #e0e0e2, #e0e0e2, #dbdbde, #d7d7da, #d2d2d6, #ceced2);
  padding: 30px 0;
}
#chartdiv {
  height: 66vh;
}
.flexbox-maps {
  display: flex;
  flex-wrap: wrap;
  z-index: 1;
}

.boxmaps {
  width: 100%;
}

.detailsmaps {
  width: 35%;
  left: -75px;
  z-index: 0;
}

.contenu-pays {
  display: flex;
  flex-direction: column;
}

.maps-details {
  display: none;
  margin: 60px 40px;
}

.maps-details.contenu-pays-open {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 0;
}
.titlecontenu {
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}

.titlecontenu span {
  display: inline-block;
  color: #3f3f3f;
  font-size: 36px;
  font-weight: 600;
}

.titlecontenu span.colorred {
  color: #cb043d;
}
.image-bureau {
  position: relative;
  overflow: hidden;
  box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.4);
  border-radius: 15px;
  height: 350px;
}

.img-bureau {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contenu-sociaux-name {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
}

.flexbox-sociaux-maps {
  background: #232c33;
  opacity: 0.60;
  padding: 5px 0;
}

.ul-sociaux {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
}

.ul-sociaux li {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  margin-left: 10px;
}

.ul-sociaux li:last-child {
  margin-right: 0;
}

.ul-sociaux li a {
  color: #232c33;
}

.name-network {
  position: relative;
  overflow: hidden;
}

.name-network span {
  display: inline-block;
  background: #fff;
  color: #232c33;
  padding: 6px 15px;
  font-weight: 600;
}
.details-adr {
  text-align: center;
  margin: 20px 0 0;
}

.title-adr {
  display: block;
  color: #aa3c3c;
  font-size: 24px;
  font-weight: 600;
}

.boxadr {
  margin: 10px 0 0;
}

.boxadr span {
  color: #3c3c3c;
  font-size: 13px;
}
.boxadr .title-contact {
  font-size: 16px;
}

.boxadr span.strong {
  font-weight: 600;
  padding-left: 5px;
}

@media screen and (max-width: 992px) {
  .boxmaps {
    width: 100%;
    height: auto !important;
  }
.box-network-cover {
    width: 100% !important;
    padding: 35px 20px!important;
}
  .detailsmaps {
    width: 100%;
    margin-top: 30px;
    position: relative !important;
    left: 0 !important;
  }
  .detailsmaps.detailsmaps-network {
    margin-right: 0 !important;
  }
  .maps-details {
    display: none;
    margin: 0;
}
  .image-bureau {
    height: 280px;
  }
  .titlecontenu {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  #chartdiv {
    height: 450px;
  }
}

@media screen and (max-width: 480px) {
  #chartdiv {
    height: 350px;
  }
  .titlecontenu span {
    font-size: 20px;
  }
}
@media only screen and (min-width: 3840px) and (min-height: 2160px) {
  #chartdiv {
    height: 45vh;
  }
}

.maps-details {
  flex: 1; /* Adjust size as needed */
}

.detailsmaps.detailsmaps-network {
  flex: 1; /* Adjust size as needed */
  margin-right: 20px; /* Optional: adds space between the two elements */
}