.posts-actu .container{
    padding: 35px 15px 0 15px;
}

.posts-actu img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.posts-actu .posts a div:hover h2,
.posts-actu .posts a div:hover p,
.posts-actu .posts a h2:hover{
    color: #6C6C6C;
}

.posts-actu .posts.desktop{
    display: none;
}

.pagination.desktop {
    display: none;
}

.posts-actu .posts.desktop .post{
    margin-bottom: 23px;
}

.posts-actu .posts .post a .img{
    height: 143px;
}

.posts-actu .posts h2:first-child{
    margin-bottom: 10px;
}

.posts-actu .posts h2{
    margin-bottom: 0;
}

.posts-actu .posts figure{
    position: relative;
    font-size: 12px;
    line-height: 16px;
    overflow: hidden;
    border-radius: 10px;
}

.posts-actu .posts figure img{
    transition: 0.5s;
}

.posts-actu .posts .post:first-child figure img{
    opacity: 0.7;
}

.posts-actu .posts figure:hover img{
    transform-origin: bottom center;
    transform: scale(1.1);

}

.posts-actu .posts figure:hover .hover{
    height: 100%;
    width: 100%;
    background: #0000008c;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    left: 0;
}

.posts-actu .posts figure p{
    position: absolute;
    bottom: 37px;
    color: #fff;
    font-weight: 700;
    left: 17px;
}

.posts-actu .posts figure div figure img{
    width: 8.5px;
    height: 8.5px;
}

.posts-actu .posts figure .hover{
    display: none;
}

.posts-actu .posts figure .hover img{
    width: 31px;
    height: 31px;
}

.posts-actu .posts figure div{
    position: absolute;
    bottom: 21px;
    color: #fff;
    left: 17px;
    display: flex;
    grid-gap: 9px;
}

.posts-actu .posts figure div span{
    color: #fff;
}

.posts-actu .posts h2{
    font-size: 12px;
    line-height: 16px;
}

.posts-actu .posts p{
    font-size: 14px;
    line-height: 18px;
    max-height: 54px;
    overflow: hidden;
}

.posts-actu .posts .desc{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.posts-actu .posts .desc p,
.posts-actu .posts .desc span{
    font-size: 10px;
    line-height: 13px;
    color: #7C7C7C;
}

.posts-actu .posts a .desc:hover p{
    color: #7C7C7C;
}

.posts-actu .posts .desc div{
    display: flex;
    grid-gap: 5px;
    align-items: center;
}

.posts-actu .right{
    margin-top: 26px;
}

.posts-actu .right .post{
    display: flex;
    grid-gap: 10px;
    margin: 0 0 12px 6px;
}

.posts-actu .right .post:hover span,
.posts-actu .right .post:hover p{
    color: #6C6C6C;
}

.posts-actu .right .post figure{
    width: 108px;
    height: 73px;
    overflow: hidden;
    border-radius: 10px;
}

.posts-actu .right .post figure img{
    object-fit: cover;
    transition: .5s;
}

.posts-actu .right .post:hover figure img{
    transform: scale(1.1);
    transform-origin: center bottom;
}

.posts-actu .right .post div{
    width: 66%;
}

.posts-actu .right .post span{
    font-size: 10px;
    color: #7C7C7C;
    vertical-align: text-top;
    line-height: 13px;
}

.posts-actu .right .post p{
    font-size: 12px;
    margin: 0;
    line-height: 16px;
    max-height: 48px;
    overflow: hidden;
}


@media screen and (min-width: 768px) {

    .posts-actu .container{
        padding-top: 70px;
    }

    .posts-actu .posts.mobile,
    .posts-actu .right.mobile{
        display: none;
    }
    .posts-actu .container .posts.desktop {
        display: grid;
        grid-gap: 27px;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .posts-actu .container .posts.desktop .post:first-child{
        grid-column: 1 / 3;
        grid-row: 1 / 3;
    }

    .posts-actu .container .posts.desktop .post:first-child a{
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: space-between;
    }

    .posts-actu .container .posts.desktop .post:first-child a figure{
        height: 100%;
    }

    .pagination.desktop {
        display: flex;
    }

    .pagination.mobile {
        display: none;
    }
}
