.lm-alertes-wraper {
  --lm-alertes-color:#ffffff;
  background-color: var(--alertes-bgcolor, red);
  color: var(--lm-alertes-color);
  width: 100%;
}
.lm-alertes-wraper .lm-alerte > div {
  padding: 1.5rem;
}
.lm-alertes-wraper .lm-alertes-detail {
  display: none;
}
.lm-alertes-wraper a {
  text-decoration: underline;
  color: var(--lm-alertes-color);
}

body.mobile .lm-alertes-wraper .lm-alerte:not(.open) .lm-alertes-detail {
  display: block;
}
body.mobile .lm-alertes-wraper .lm-alerte:not(.open) .lm-alertes-detail ~ * {
  display: none;
}

/*# sourceMappingURL=lm-alertes.css.map */
