/* CSS pour l'article 1 */

/* COUVERTURE */

.couverture {
    height: 100% ;
    width: 100% ;
    position: fixed ;
    background-image: url("../img/Manif%20ambazada.jpg") ;
     background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

