/* ==========================
   LeNew Lire Aussi Compact
========================== */

.lna-box{

    margin:25px 0;

    background:#fff;

    border:1px solid #e5e5e5;

    border-radius:8px;

    overflow:hidden;

    transition:.2s;

}


.lna-box:hover{

    box-shadow:0 6px 18px rgba(0,0,0,.10);

}



.lna-link{

    display:flex;

    align-items:center;

    text-decoration:none!important;

    color:#111!important;

}



/* IMAGE */

.lna-image{

    width:160px;

    min-width:160px;

    height:105px;

    overflow:hidden;

}


.lna-image img{

    width:100%;

    height:105px;

    object-fit:cover;

    display:block;

}




/* CONTENU */

.lna-content{

    padding:14px 18px;

}




/* BADGE */

.lna-badge{

    display:inline-block;

    background:#d60000;

    color:#fff;

    padding:4px 10px;

    border-radius:3px;

    font-size:11px;

    font-weight:700;

    text-transform:uppercase;

    margin-bottom:8px;

}





.lna-badge:before{

    content:"";

}






/* TITRE */

.lna-title{

    margin:0;

    font-size:18px;

    line-height:1.35;

    font-weight:700;

    color:#222;

}







/* LIEN */

.lna-read{

    margin-top:8px;

    font-size:12px;

    font-weight:700;

    color:#d60000;

    text-transform:uppercase;

}



.lna-read span{

    margin-left:3px;

}





/* MOBILE */

@media(max-width:768px){


    .lna-link{

        display:flex;

    }



    .lna-image{

        width:120px;

        min-width:120px;

        height:90px;

    }



    .lna-image img{

        height:90px;

    }



    .lna-content{

        padding:10px 12px;

    }



    .lna-title{

        font-size:16px;

    }


}