 .swiper-slide,.hero-banner .swiper-slide .lm-card {
    width: 292px
}

.lm-card.actu {
    height: 430px
}

.lm-card {
    min-width: 292px;
    height: 100%;
    background: var(--white);
    border: 1px solid var(--grey-50);
    position: relative;
    flex-direction: column;
    justify-content: space-between
}

.lm-card .vector {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 32px
}

.lm-card .top h3 {
    color: var(--primary-400);
    font-size: 18px;
    line-height: 150%;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.lm-card.actu>img.feature {
    width: 100%;
    height: 200px;
    min-height: 200px;
    object-fit: cover
}

.lm-card>.ctnr {
    padding: 16px 8px 24px;
    flex-direction: column;
    justify-content: space-between
}

.lm-card.actu>.ctnr {
    height: 100%
}

.lm-card .date {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 4px;
    color: var(--grey-700);
    line-height: 20px
}

.lm-card ul.categories {
    list-style: none;
    flex-wrap: nowrap;
    margin-bottom: 16px
}

.lm-card .categories li {
    padding: 4px 18px;
    background: var(--grey-50);
    border: 1px solid var(--tertiary-400);
    border-radius: 60px;
    color: var(--primary-400);
    margin-right: 4px;
    font-weight: 500;
    white-space: nowrap
}

.lm-card .categories li.count {
    padding: 4px 8px
}

.lm-card.actu li.count {
    position: relative;
    cursor: pointer
}

.lm-card .categories li.count>ul.other-categories {
    list-style: none;
    position: absolute;
    bottom: 170%;
    right: -100%;
    width: 240px;
    border: 1px solid var(--grey-grey-50, #EEF2FF);
    background: var(--white, #FFF);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: var(--gap1)
}

.lm-card .categories li.count>ul.other-categories,.lm-card.actu li.count>ul.other-categories>.vector {
    opacity: 0;
    pointer-events: none;
    transition: 0.5s
}

.lm-card.actu li.count:hover>ul.other-categories,.lm-card.actu li.count:hover>ul.other-categories>.vector {
    opacity: 1;
    pointer-events: auto
}

.lm-card.actu li.count:hover>ul.other-categories>.vector {
    position: absolute;
    bottom: -7px;
    right: 35px
}

.lm-card .categories li.count>ul.other-categories>li {
    margin-bottom: 4px
}

.lm-card .categories li.count>ul.other-categories>li:last-child {
    margin-bottom: 0px
}

.lm-card.actu a.without-button {
    position: absolute;
    width: 100%;
    height: 100%;
    display: none
}

header .lm-card.actu a.without-button {
    display: initial
}