@charset "UTF-8";
.card-place .is-elearning {
  display: flex;
  align-items: center;
  color: #105BA2;
}
.card-place .is-elearning span {
  background-image: url(https://www.groupe-essentia.fr/liotti/images/picto-elearning.png) !important;
  width: 40px;
  height: 40px;
  background-size: 30px !important;
  background-repeat: no-repeat;
  background-position: left !important;
  aspect-ratio: 1/1;
}

.ax-card .header br {
  display: none !important;
}

.card-date span {
  background-image: url(https://www.groupe-essentia.fr/liotti/images/timer.png) !important;
  background-size: 30px !important;
  background-position: left !important;
}

.card-files {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #fff;
}

.card-files span {
  background-image: url(https://www.groupe-essentia.fr/liotti/images/files.png) !important;
  width: 40px;
  height: 40px;
  background-size: 30px !important;
  background-repeat: no-repeat;
  background-position: left !important;
  aspect-ratio: 1/1;
}

.liste {
  /* Dots */
}
.liste ul,
.liste ol {
  margin: 0 0 1.5em 0;
}
.liste li > ul,
.liste li > ol {
  margin: 0 0 0 1.5em;
}
.liste li {
  margin: 0 0 0.5em 0;
}
.liste ul {
  list-style: none;
}
.liste ul li {
  position: relative;
}
.liste ul li::before {
  content: "•" !important;
  color: #004b76;
  position: absolute;
  left: -1.1em;
  top: -1px;
}
