/* Bandeau image sous le titre des pages articles */
.article-bandeau {
  display: block;
  width: 100%;
  max-height: 300px;
  min-height: 160px;
  object-fit: cover;
  margin: 20px 0 30px;
  border-radius: 4px;
  background-color: #e8ecf0;
}
