div.carousel-ea .slick-track {
  display: flex;
  align-items: stretch; /* Pour forcer tous les éléments à prendre la même hauteur */
}

div.carousel-ea .slick-slide {
    height: auto;
    display: flex;
}

#carousel-ea-previous,
#carousel-ea-next
{
    background-color: #3FA5CA;
    color: #FFF;
    height: 40px;
    width: 40px;
    border: solid 1px #000;
    border-radius: 20px;
    overflow: hidden;
    position: absolute;
    top: 250px;
    z-index: 9999;
}
#carousel-ea-previous i,
#carousel-ea-next i
{
    margin-top: 4px;
}

#carousel-ea-previous
{
    left: 10px;
}

#carousel-ea-next
{
    right: 10px;
}

div.carousel-ea div.carousel-item > div:nth-child(1)
{
    display: flex;
    flex-direction: column;
}
div.carousel-ea div.carousel-item > div:nth-child(2)
{
    flex-grow: 5;
}

div.carousel-ea div.carousel-item > div:nth-child(1)
{
    padding: 5px;
    border-radius: 5px;
    display: block;
    background-color: #3FA5CA;
    color: #FFF;
    width: 90%;
    margin-left: 5%;
}

div.carousel-ea div.carousel-item > div:nth-child(2)
{
    /* padding: 5px;
    border-radius: 5px; */
}

div.carousel-ea div.carousel-item > div:nth-child(1) > div.thumbnail-div >img
{
    max-width: 250px;
    margin: auto;
    background-color: #FFF;
}

div.carousel-ea div.carousel-item > div:nth-child(1) > div.thumbnail-div
{
    padding-top: 10px;
}

div.carousel-ea div.carousel-item > div:nth-child(1) > div.content-div
{
    width: calc(100% - 50px);
    margin-left: 25px;
}

div.carousel-ea div.carousel-item > div:nth-child(1) > h3.title-ea
{
    padding-top: 10px;
    color: #FFF;
    text-align: center;
}

div.carousel-ea div.carousel-item > div:nth-child(1) > a.link-decouvrir
{
    text-decoration: none;
    width: 90%;
    margin-left: 5%;
    color: #FFF;
    background-color: #2D2D82;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
    border-radius: 5px;
}


/* div.carousel-ea div.carousel-item
{
    opacity: 0;
} */
div.carousel-ea div.carousel-item
{
    opacity: 0.3;
    
}

div.carousel-ea div.carousel-item.slick-active.slick-center
{
    opacity: 1;
}
