.elementor-entites-soumises-wrapper .elementor-entites-soumises__heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .elementor-entites-soumises-wrapper .elementor-entites-soumises__heading {
    flex-direction: column;
  }
}
.elementor-entites-soumises-wrapper .elementor-entites-soumises__heading__search {
  display: flex;
  border: 1px solid var(--e-global-color-b8c25f9);
  border-radius: 20px;
}
.elementor-entites-soumises-wrapper .elementor-entites-soumises__heading__search__input {
  flex: 1;
  height: 32px;
  border: none;
  color: var(--e-global-color-text);
  border-radius: 20px;
}
.elementor-entites-soumises-wrapper .elementor-entites-soumises__heading__search__button {
  border-radius: 20px;
  margin: 3px;
  height: 26px;
  width: 26px;
  padding: 0;
  border: none;
  background-color: var(--e-global-color-b8c25f9);
  display: flex;
  justify-content: center;
  align-items: center;
}
.elementor-entites-soumises-wrapper .elementor-entites-soumises__heading__search__button svg {
  width: 14px;
  height: 14px;
  fill: var(--e-global-color-primary);
}
.elementor-entites-soumises-wrapper .elementor-entites-soumises-divider {
  width: 70px;
  border-top: 1px solid var(--e-global-color-accent);
  margin: 20px 0;
}
.elementor-entites-soumises-wrapper .elementor-entites-soumises {
  position: relative;
  margin: 10px 0;
  overflow-x: scroll;
  max-width: calc(100% + 40px);
  padding: 20px;
  margin: -20px;
}
.elementor-entites-soumises-wrapper .elementor-entites-soumises--max-height {
  max-height: 700px;
  overflow: auto;
}
.elementor-entites-soumises-wrapper .elementor-entites-soumises__table {
  border-collapse: separate;
  margin: 0;
}
.elementor-entites-soumises-wrapper .elementor-entites-soumises__table thead {
  border: none;
}
.elementor-entites-soumises-wrapper .elementor-entites-soumises__table thead tr th {
  position: sticky;
  top: 0;
  background: #fff;
  border: none !important;
  color: var(--e-global-color-primary);
  text-align: left;
}
.elementor-entites-soumises-wrapper .elementor-entites-soumises__table thead tr th:first-child {
  padding-left: 30px;
}
.elementor-entites-soumises-wrapper .elementor-entites-soumises__table tbody {
  border-radius: 20px;
  background: #FFFFFF;
  position: relative;
}
.elementor-entites-soumises-wrapper .elementor-entites-soumises__table tbody:before {
  content: "";
  position: absolute;
  inset: 0px;
  border: 1px solid #F0F0F0;
  border-radius: 20px;
  box-shadow: 0 0 20px 3px rgba(0, 32, 110, 0.04);
}
.elementor-entites-soumises-wrapper .elementor-entites-soumises__table tbody tr:first-child td:first-child {
  border-top-left-radius: 20px;
}
.elementor-entites-soumises-wrapper .elementor-entites-soumises__table tbody tr:first-child td:last-child {
  border-top-right-radius: 20px;
}
.elementor-entites-soumises-wrapper .elementor-entites-soumises__table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 20px;
}
.elementor-entites-soumises-wrapper .elementor-entites-soumises__table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 20px;
}
.elementor-entites-soumises-wrapper .elementor-entites-soumises__table tbody tr td {
  border: none;
  border-bottom: 1px solid #F0F0F0;
  background: transparent !important;
  vertical-align: middle;
}
.elementor-entites-soumises-wrapper .elementor-entites-soumises__table tbody tr td:first-of-type {
  padding-left: 30px;
}
/*# sourceMappingURL=entites-soumises-widget.css.map */
