/* CSS dédié aux messieurs DEV, pour d'éventuelles petites retouches qui ne nécessitent pas les bienveillants conseil d'un intégrateur */


/**Bloc par défaut HP*/
#block-hp-default-help h2 {
  margin-bottom: .5rem;
  font-family: inherit;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

#block-hp-default-help p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
}

#block-hp-default-help li {
  display: list-item;
  list-style-type: circle;
}

#block-hp-default-help ul {
  margin-left: 30px;
}

/**Retire effet souligné en page intérieure*/
.not-front .rte .leaflet-container a {
  text-decoration: none;
}
.toolbar-icon-system-admin-gru:before {
  background-image: url(../../core_grc/images/gru.svg);
}
.toolbar-icon-system-admin-booking:before{
  background-image: url('../../../../modules/custom/yellowstone_booking/images/calendar.svg');
}
