#representation #actualites-V2 .article {
  position: relative;
  height: 400px;
  overflow: hidden;
}

#representation #actualites-V2 .article h2 {
  font-size: 1.75rem;
}

#representation .article img {
  height: 100%;
  object-fit: cover;
  display: block;
}

#representation #actualites-V2 .article .contenu {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px 20px 30px 20px;
  display: flex;
  flex-direction: column;
}

#representation #actualites-V2 .article .contenu .bouton {
  margin-top: auto;
}

#representation #actualites-V2 .article.no-image .contenu {
  visibility: visible;
  opacity: 1;
}

#representation #actualites-V2 .slick-list,
#representation #actualites-V2 .slick-track {
  height: 400px;
}

#representation #actualites-V2 .slick-slide {
  height: 400px;
}

@media (max-width: 600px) {
  #representation #actualites-V2 .article h2 {
    font-size: 1.5rem;
  }
}
