.grilleCard .image{
    object-fit: contain;
    height: 200px;
}

.grilleCard .card__content{
    text-align: center;
}

@media screen and (min-width: 1280px) {
    .articles-list .cards .cards__image {
      height: 100%;
    }
  }

    .articles-list .articles-list--wrapper {
      grid-auto-rows: minmax(450px, auto);
    }

    .splide__slide,
      .splide__slide:hover {
  box-shadow: none;
  }

.video.video-js .vjs-big-play-button {
	margin: auto;
	transform: translate(-50%, -50%);
	width: 2.3em;
	height: 2.3em;
}

