.leaflet-popup-content p {
  margin: 0;
}
.leaflet-popup-content .field--name-title,
.leaflet-popup-content .field--name-field-map-title {
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 18px;
}

.leaflet-popup-content .espace-ligue-area-wrapper .area-title{
  text-transform: uppercase;
}
.leaflet-popup-content .node--type-committee-espace-ligue .field--name-field-address,
.leaflet-popup-content .node--type-committee-espace-ligue .field--name-field-phone-number {
  margin-top: 0;
  margin-bottom: 5px;
}
.leaflet-popup-content .node--type-committee-espace-ligue .field--name-field-activities,
.leaflet-popup-content .node--type-committee .field--name-field-address,
.leaflet-popup-content .node--type-committee .field--name-field-phone-number,
.leaflet-popup-content .node--type-committee .field--name-extra-field-readmore-extrafield,
.leaflet-popup-content .espace-ligue-area-wrapper,
.leaflet-popup-content .node--type-espace-sans-tabac .field--name-field-address,
.leaflet-popup-content .node--type-espace-sans-tabac .field--name-field-creation-date {
  margin-top: 20px;
}

.leaflet-popup-content .node--type-espace-sans-tabac .field--name-body {
  padding: initial;
}
.leaflet-popup-content .node--type-espace-sans-tabac .field--name-body p {
  margin-bottom: 0;
}

.leaflet-popup-content .node--type-committee-espace-ligue .field--name-field-address .field__label {
  display: none;
}
.leaflet-popup-content .node--type-committee-espace-ligue .field--name-field-address p.address::before {
  content: "✉";
  padding-right: 5px;
}

.leaflet-popup-content .node--type-committee .field--name-field-address .field__label,
.leaflet-popup-content .node--type-committee-espace-ligue .field--name-field-activities .field__label,
.leaflet-popup-content .node--type-espace-sans-tabac .field--name-field-address .field__label,
.leaflet-popup-content .node--type-espace-sans-tabac .field--name-field-creation-date .field__label {
  font-weight: bold;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.leaflet-popup-content .node--type-committee-espace-ligue .field--name-field-phone-number .field__label,
.leaflet-popup-content .node--type-committee .field--name-field-phone-number .field__label {
  display: none;
}
.leaflet-popup-content .node--type-committee-espace-ligue .field--name-field-phone-number a::before,
.leaflet-popup-content .node--type-committee .field--name-field-phone-number a::before {
  content: "☎";
  padding-right: 5px;
  color: #000;
}

.leaflet-popup-content .field--name-field-email-address {
  padding-top: 5px;
}
.leaflet-popup-content .field--name-field-email-address a::before {
  content: "📧";
  padding-right: 5px;
}
.leaflet-popup-content .node--type-committee-espace-ligue .field--name-field-activities .field__item{
  margin-bottom: 5px;
}
