@media (max-width: 767px) {
  #site-wrapper .zone-banner .mod-banner__wrapper .mod-banner__img {
    height: 240px;
  }
}

@media (min-width: 768px) {
  .row-fluid.row {
    display: flex;
    align-items: stretch;
  }

  .zone-article {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 315px; /* match height of 16:9 video (560px wide = 315px tall) */
  }
}

/* Marge autour du pied de page */
#site-wrapper .line-footer {
    padding-bottom: 20px;/* À ajuster*/
    padding-top: 20px;/* À ajuster*/
}

/* Enlever le filtre noir par dessus la bannière */
.mod-banner__wrapper .mod-banner__img::before {
  content: none !important;
  background: none !important;
  opacity: 1 !important;
}