#actualites-V2 .article {
  border-radius: 12px !important;
  margin-right: 25px;
  margin-left: 25px;
  background-color: #0a2c7a;
  transform: scale(0.85);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

#actualites-V2 .article p {
  color: white;
}

#actualites-V2 .article h2 {
  color: #f8cc46;
}

.article img {
  width: 100%;
  border-radius: 12px !important;
}

#actualites-V2 .article .contenu {
  display: flex;
  flex-direction: column ;
  height: 100%;
  box-sizing: border-box;
  position: absolute;
  bottom: 0%;
  padding: 30px 30px 60px 30px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  gap : 16px ;
}

#actualites-V2 .article .contenu a, #actualites-V2 .article .contenu p, #actualites-V2 .article .contenu h2 {
  margin-top: 0;
  margin-bottom: 0;
}

#actualites-V2 .article .contenu a{
  width: fit-content;
}

#actualites-V2 .article .contenu p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 40; /* nombre de lignes max */
  overflow: hidden;
}


#actualites-V2 .article:hover .contenu {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#actualites-V2 .article:hover img {
  opacity: 0;
}

/*
#actualites-V2 .article:hover {
  cursor: pointer;
}
*/





.is-center{
  transform: scale(1) !important;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.slick-current {
  transform: scale(2);
}

#actualites-V2 .slick-arrow {
  top: 45%;
}

#actualites-V2 .slick-next {
  right: 0%;
}

#charger-plus {
  display: block;
  width: fit-content;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
}



@media (max-width: 768px) {
  #actualites-V2 .article {
    margin-right: 40px;
    margin-left: 40px;
    transform: scale(1);
  }
  #actualites-V2 .article .contenu {
    padding: 20px;
  }
}
