/* Styles pour la page Coordonnées */

#block-sefq-content {
  padding-bottom: 2.5rem;
}

#block-sefq-content .field--name-body p {
  text-align: center;
}

#block-sefq-content .field--name-body p:nth-child(1) {
  font-size: 1.5rem;
}


#block-views-block-points-de-services-block-1 .views-row {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.adress-box {
  display: flex;
}

.views-field-nothing i {
  width: 16px;
  margin-right: 0.5rem;
  line-height: 1.5;
  color: #0C0452;
}

@media(max-width:1399px) {
  .styled_map {
    width: 400px !important;
  }
} 

@media(max-width:1199px) {
  .styled_map {
    width: 375px !important;
  }
}

@media(max-width:991px) {
  .styled_map {
    width: 300px !important;
  }
}

@media(max-width:767px) {
  .styled_map {
    width: 515px !important;
  }
  #block-sefq-content .field--name-body p:nth-child(1) {
  font-size: 1.125rem;
}
}

@media(max-width:767px) {
  .styled_map {
    width: 100% !important;
    height: 250px !important;
  }
} 