.dmw-elementor-faq {
  display: flex;
  flex-flow: column;
  position: relative;
}
.dmw-elementor-faq:not(.open) .dmw-elementor-faq-reponse {
  display: none;
}
.dmw-elementor-faq.dmw-elementor-faq-disable-divider .dmw-elementor-faq-question::after {
  content: none !important;
}
.dmw-elementor-faq-question {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 21px 0;
}
.dmw-elementor-faq-question-title {
  width: calc(100% - 50px);
  margin: 0 !important;
  font-weight: 700;
}
.dmw-elementor-faq-question i {
  font-size: 23px;
  margin: 0 auto;
}
.dmw-elementor-faq-question::after {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
}
.dmw-elementor-faq-reponse {
  padding: 0 0 21px 0;
}

.dmw-elementor-faq-categories .dmw-elementor-faq:last-of-type .dmw-elementor-faq-question::after {
  content: none;
}
