@media only screen and (max-width: 800px) {
  p.contentLogo{padding: 10px;}
  #titrePano{top: 101px;}
  #bottomBar #controls{position: relative;}
	#bottomBar{-ms-flex-pack: space-around;
    -webkit-justify-content: space-around;
    justify-content: space-around;}
  #contentThumbs{ padding: 5px; position: relative; width: calc(74px*3 + 4px*3); }
}
