/* UL & LI */

.eck-block ul:not([class]),
.eck-block ul:not([class]) li {
  font-size: 20px !important;
  line-height: 30px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.eck-block ul:not([class]) {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
  margin-left: 0 !important;
  padding-left: 1.25rem !important;
}

.eck-block ul:not([class]) ul {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.eck-block ul:not([class]) li {
  list-style-type: disc !important;
  padding-left: 0 !important;
  text-align: left !important;
  overflow: visible !important;
}

.eck-block ul:not([class]) li:before {
  content: none !important;
}

.eck-block ul:not([class]) li::marker {
  color: #0b9692 !important;
}

/* Team block */

.eck-block.bloc-equipes {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

/* Team body image */

.eck-block.eck-block-body-image {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

/* Team body image */

.eck-block.bloc-visites-virtuelles .content .text h2 {
  font-size: 47px !important;
  margin-left: -85px !important;
}
