.docslist{

    margin-top: 15px;
    padding-bottom: 15px;
    margin-left: 5px;
}
.docs-date{
    font-size: 12pt;
    color: #0088ac;
    margin-bottom: 0.5rem;
    padding-top: 1.2rem;
    width: 50%;


}

.docs-title, .docs-title a{
    font-size: 16px;


}
.docs-anonce {
    font-size: 8pt;
    text-align: justify;
    color: #1c3140;
    margin: 0;
}
a.docs-img {
    text-align: center;
}
a.docs-img{
    text-decoration: none;
}
a.docs-img img  {
    filter: none; /* W3C */

}
a.docs-img img:hover{


    filter: grayscale(100%) ; /* W3C */
}

