.lm-accordeon .lm-single-accordeon {
  border-top: 1px solid #5C6E2B;
  position: relative;
}
.lm-accordeon .lm-single-accordeon > button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border: none;
  background-color: #fff;
  padding: 0.8rem 1rem;
  font-size: 1.5rem;
  cursor: pointer;
  text-align: left;
}
.lm-accordeon .lm-single-accordeon > button.is-open {
  background-color: var(--main-color);
  color: #fff;
  fill: #fff;
}
.lm-accordeon .lm-single-accordeon > button.is-open svg {
  transform: rotate(180deg);
  fill: var(--main-text-color, #ffffff);
}
.lm-accordeon .lm-single-accordeon > button svg {
  width: 20px;
  fill: var(--main-color);
}
.lm-accordeon .lm-single-accordeon:last-child {
  border-bottom: 1px solid #5C6E2B;
}
.lm-accordeon .lm-contenu-accordeon {
  padding: 1rem 2rem;
}

/*# sourceMappingURL=block.css.map */
