.accordeon-item {
  border-bottom: 2px solid #fff;
}

.accordeon-item-title {
  cursor: pointer;
  padding: 20px 20px 20px 55px;
  background-repeat: no-repeat;
  background-position: top 23px left 20px;
  margin-bottom: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15'%3E%3Cg fill='%2310e1e' fill-rule='evenodd'%3E%3Crect width='15' height='3' y='6' rx='1'/%3E%3Crect width='3' height='15' x='6' rx='1'/%3E%3C/g%3E%3C/svg%3E");
}
.accordeon-item-open .accordeon-item-title {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15'%3E%3Crect width='15' height='3' y='6' fill='%2310e1e' fill-rule='evenodd' rx='1'/%3E%3C/svg%3E");
}

.accordeon-item-open {
  background-color: #fff;
}

.accordeon-item-text {
  padding: 0 20px 20px 55px;
  display: none;
}
.accordeon-item-open .accordeon-item-text {
  display: block;
}
/*# sourceMappingURL=accordeon.css.map */
