/*photographies*/
.galleryPic{
  width: 50%;
}
#paysageImg {
  background: url(../data/img/photographies/paysage01p.jpg) no-repeat center center;
  background-size: cover;
}

#StreetImg {
  background: url(../data/img/photographies/street01p.jpg) no-repeat center center;
  background-size: cover;
}

#NuitImg {
  background: url(../data/img/photographies/nuit01p.jpg) no-repeat center center;
  background-size: cover;
}

#sAndLimg {
  background: url(../data/img/photographies/lost01p.jpg) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 800px) {
  #paysageImg {
    background: url(../data/img/photographies/paysage01pp.jpg) no-repeat center center;
    background-size: cover;
  }

  #StreetImg {
    background: url(../data/img/photographies/street01pp.jpg) no-repeat center center;
    background-size: cover;
  }

  #NuitImg {
    background: url(../data/img/photographies/nuit01pp.jpg) no-repeat center center;
    background-size: cover;
  }

  #sAndLimg {
    background: url(../data/img/photographies/lost01pp.jpg) no-repeat center center;
    background-size: cover;
  }
}
