.view-article {
  background-image: url("/images/fond-articles.jpg")
  ;
  background-size:
  cover;
  background-repeat:
  no-repeat;
  background-position:center;
  background-attachment: fixed;
}

 .image-overlay-container {
   position: relative;
   display:inline-block;}
.image-overlay-container img {display: block;
                              width: 100%;
                              height: auto;}
.image-overlay-text {position: absolute;
                     bottom: 10px;
                     left 10px; 
                     background: rgba(0, 0, 0, 06);
                     color: #fff;
                     padding: 8px 12px;
                     font-size:20px;
                     font-weight: bold;
                     border-radius: 5px}
                     
                     