/* Custom CSS */
.actualite-teaser-wrapper {
    min-height: 490px;
    height: 490px;
    overflow: hidden;
}

.actualite-teaser-wrapper:hover .background-wrapper .hover-wrapper {
    height: auto;
    padding: 20px 15px;
}

.actualite-teaser-wrapper .background-wrapper {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}

.actualite-teaser-wrapper .filter-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(25, 33, 60, 1) 100%);
}

.actualite-teaser-wrapper .background-wrapper .title-wrapper {
    z-index: 1;
    padding: 15px;

}

.actualite-teaser-wrapper .background-wrapper .title-wrapper .elementor-post__title,
.actualite-teaser-wrapper .background-wrapper .title-wrapper .elementor-post__title a {
    color: #FFFFFF;
    font-family: "Work Sans", Sans-serif;
    font-size: 25px !important;
    font-weight: 700 !important;
    text-transform: none !important;
    font-style: normal !important;
    text-decoration: none !important;
    letter-spacing: 0px;
    text-shadow: 1px 2px 5px #19213CCC;
}

.actualite-teaser-wrapper .background-wrapper .hover-wrapper {
    background-color: #19213C;
    padding: 0 15px;
    height: 0;
    transition: 0.5s;
    z-index: 1;
    width: 100%;
}

.actualite-teaser-wrapper .background-wrapper .description-wrapper {
    z-index: 1;
    position: relative;
}

.actualite-teaser-wrapper .background-wrapper .description-wrapper .elementor-post__excerpt {
    color: #FFFFFF;
    font-family: "Work Sans", Sans-serif;
    font-size: 17px;
    font-weight: 400;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    letter-spacing: 0px;
    text-align: left;
    line-height: 1.4;
}

.actualite-teaser-wrapper .background-wrapper .actions-wrapper {
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.actualite-teaser-wrapper .background-wrapper .date-wrapper {
    z-index: 1;
}

.actualite-teaser-wrapper .background-wrapper .date-wrapper .elementor-post-date {
    color: #FFFFFF;
    font-family: "Work Sans", Sans-serif;
    font-size: 17px;
    font-weight: 700;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    letter-spacing: 0px;
}

.actualite-teaser-wrapper .background-wrapper .more-info-wrapper {
    z-index: 1;
}

.actualite-teaser-wrapper .background-wrapper .more-info-wrapper .elementor-post__read-more {
    color: #FFFFFF;
    font-family: "Work Sans", Sans-serif;
    font-size: 17px;
    font-weight: 700;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    letter-spacing: 0px;
}

.actualite-teaser-wrapper .background-wrapper .more-info-wrapper .elementor-post__read-more:hover {
    text-decoration: underline;
    text-decoration-color: #CD132A;
}

@media (min-width: 768px) and (max-width: 991px) {

}

@media (max-width: 767px) {
    .actualite-teaser-wrapper {
        min-height: 340px !important;
        height: 340px !important;
    }

    body .actualite-teaser-wrapper .background-wrapper .title-wrapper .elementor-post__title,
    body .actualite-teaser-wrapper .background-wrapper .title-wrapper .elementor-post__title a {
        font-size: 20px !important;
    }

    .actualite-teaser-wrapper:hover .background-wrapper .hover-wrapper {
        height: 0 !important;
        padding: 0px 15px !important;
        display: none !important;
    }
}