
/*style_diap-generale.css*/
/*import des image en css*/
.slide:first-child {
     background: url('../../IMG/photos-img/image_noel_lille/1.png') no-repeat center top/cover;
}
.slide:nth-child(2) {
     background: url('../../IMG/photos-img/image_noel_lille/2.png') no-repeat center top/cover;
}
.slide:nth-child(3) {
     background: url('../../IMG/photos-img/image_noel_lille/3.png') no-repeat center top/cover;
}
.slide:nth-child(4) {
     background: url('../../IMG/photos-img/image_noel_lille/4.png') no-repeat center top/cover;
}
.slide:nth-child(5) {
     background: url('../../IMG/photos-img/image_noel_lille/5.png') no-repeat center top/cover;
}
.slide:nth-child(6) {
     background: url('../../IMG/photos-img/image_noel_lille/6.png') no-repeat center center/cover;
}