ul.liste {
  margin-bottom: 10px ;
  list-style: square;
  color: #ac1e44;
}

ul.liste2{
  color:95a0b7 !important;
  list-style: square;
  margin-left: 25px !important;
}


ul.liste2 li {
  margin-left: 14px !important;
}

article.encart3 {
  display: flex;
  flex-direction: column;
  margin: 20px auto;
  align-items: center;
  justify-content: center;
}

article.encart3 img {
  height: 48px;
  max-width: 48px;
  margin: 0 auto 10px auto;
  object-fit: contain;
  object-position: center;
  filter: invert(0%) sepia(5%) saturate(7%) hue-rotate(222deg) brightness(102%) contrast(100%);
}

article.encart3 h2 {
  font-size: 14pt;
}
article.encart3 p {
  font-size: 11pt;
  color: #8d8d8d;
  margin: 10px auto;
  text-align: center;
}
