.lire-aussi-pro {
    border-left:4px solid #00a0d2;
    padding:15px;
    background:#f7f7f7;
    margin:25px 0;
}

.lire-aussi-pro-title {
    font-weight:700;
    text-transform:uppercase;
    margin-bottom:10px;
    color:#da1616 !important;
}

.lire-aussi-item {
    display:block;
    margin-bottom:8px;
    text-decoration:none;
    font-weight:600;
    color:#195f91 !important;
}

.lire-aussi-item::before {
    content:"➜ ";
    color:#da1616 !important;
    font-weight:bold;
}

.lire-aussi-item:hover{
    /*text-decoration:underline !important;*/
}