body{
    font-family: Arial;
}

.news-block{
    width: 100%;
    color: #757575;
}

.affiche{
    width: 100%;
}

.description{
    margin-top: 10px;
    color: #757575;
}

.stephane{
    color: #000000;
    text-decoration: underline;
}

@media (min-width : 730px ) {
    .news-block{
        width: 50%;
    }
}