ul.display-posts-listing {
  list-style-type: none;
  padding: 0;
  column-count: 3;
  column-gap: 0;
  margin-left: 0;
}

li.listing-item {
  clear: both;
  overflow: hidden;
  list-style: none;
  border: 1px solid #ddd;
  color: #888;
  font-weight: 300;
  break-inside: avoid;
  margin: 0 20px 40px;
  border-radius: 4px;
}

li.listing-item p {
  margin: 18px;
}

li.listing-item span.excerpt-dash {
  display: none;
}

li.listing-item span.excerpt {
  clear: right;
  display: block;
  margin-top: 10px;
}

.display-posts-listing li.listing-item p.nomLO {
  font-weight: bold;
  text-align: center;
}

.listing-item p.texteLO {
  color: white;
  padding: 20px;
  margin: 0;
  text-align: center;
  font-weight: 400;
  background: #0094DA;
}

.display-posts-listing li.listing-item p.fort {
  opacity: 0.9;
}

.display-posts-listing li.listing-item p.moyen {
  opacity: 0.6;
}

.display-posts-listing li.listing-item p.bas {
  background: #888;
}