/* CARD - BLOG */ 


.en-post-card time {

    font-weight: 600;

    background-color: var(--s1);

    padding: 4px 7px;

    border-radius: 23px;

    width: max-content;

}

.post-type-archive-evenements .en-post-card .ctnr {
    height: 100%;
}

.post-type-archive-evenements .en-post-card.swiper-slide {

    height: 250px;

}

@media (max-width: 650px) {

        .en-posts .ctnr .en-post-card.swiper-slide {

            width: 100%;

            min-height: unset;

            height: auto;

            box-sizing: border-box;

        }

    }

/* CARD */

.en-post-card.en-post {

    width: 345px;

    min-height: 400px;

    height: auto;

    display: flex;
}



.en-post-card > .ctnr {

    box-shadow: var(--sdw-m);

    border-radius: 8px;

    background-color: var(--p3-50);

    display: flex;
    flex-direction: column;
    row-gap: 10px;
    width: 100%;


}



    @media (max-width: 650px) {

        .en-post-card {

            height: 370px;

            padding: 12px;

        }

    }



.en-post-card img {

    display: block;

    width: 100%;

    height: 217px;

    object-fit: cover;

    border-radius: 8px;

}



    @media (max-width: 650px) {

        .en-post-card img {

            height: 150px;

        }

    }



.en-post-card h3,

.en-post-card p {

    display: -webkit-box;

    -webkit-box-orient: vertical;

    overflow: hidden;

    margin: 0;

}



.en-post-card h3 {

    font-size: 24px;

    line-height: 32px;

    -webkit-line-clamp: 2;

    color: var(--p1);

}

.en-post-card.en-post p {

    -webkit-line-clamp: 4;

}

.en-post-card p {

    line-height: 24px;
    color: var(--p2);

}



@media (max-width: 650px) {

    .en-post-card.en-post p {

        -webkit-line-clamp: 4;

    }

}



.en-post-card a {

    font-weight: 600;

    text-decoration: none;

    color: var(--p1); 

}

.home .en-post-card,
.wp-singular .en-post-card,  
.en-post-card > .ctnr {

    padding: 16px;
    box-sizing: border-box;

}




    @media(max-width:1150px) {

        .en-post-card h3 {

            font-size: 18px;

            line-height: normal;

        }



    }



    @media(max-width:650px) {

        .en-post-card > .ctnr {

            padding: 12px;

        }

        .en-post-card h3 {

            font-size: 16px;

        }

        .en-post-card a {

            font-size: 14px;

        }

    }

    /* LAST NEWS */

    .en-last-news .en-post-card.en-post {
        width: 375px;
    }

    .en-last-news .en-post-card h3 {
        font-size: 18px;
        line-height: 24px;
    }

    .home .en-last-news .en-post-card h3 {
        font-size: 24px;
        line-height: 32px;
    }


