 body {
      margin: 0;    
      background-image: url(medias/ananas1920.png~); 
      background-attachment: fixed;
      
       
      
      
}

.gallery-container {
  margin-left: 10px;
  margin-right: 10px;
  
}

/*.gallery-title {
      
}*/

#entete {
  display: flex;
  justify-content: space-between;
  vertical-align: middle;
  margin-right: 10px;
  
}

@font-face{font-family: "beurre";
src: url(fonts/dof-2-reg.ttf);}



@font-face{font-family: "chaud";
src: url(fonts/dof-2-reg.ttf);}

h1{
  font-family: "beurre";
  font-size: 80px;
  margin-left: 10px;
  margin-top: 2px;
}

h4{
  font-family: "beurre";
  font-size: 80px;
  margin-left: 10px;
  margin-top: 2px;
}




h2 { font-family: "chaud";
    width: 60%;
    margin-left: 10px;
    margin-top: 2px;
}

h3 {
  font-family: "beurre";
  font-size: 30px;
  width: 100%;
  margin-bottom: 10px;
}

p{
   font-family: "beurre";
   font-size: 25px;
}


.info1 {
  text-align: left;
}

/*.info2 {
  text-align: center;
}

.info3 {
  text-align: right;
} */


.scroll-gallery {
    display: none;
  overflow-x: auto;
  gap: 10px;
  padding-bottom: 10px;
  
  scrollbar-width: none; 
 

}

#texte {

  display: block;
  block-size: 50%;
 

}

#texte p {
  width: 400px;
  font-family: "chaud";
}

.scroll-gallery img {
  
  display: block;
  height: 500px;
  width: auto; 
  object-fit: cover;
  
}

.scroll-gallery::-webkit-scrollbar {
      height: 8px;
        display: none; 
}

.image-box {
      flex: 0 0 auto;
      scroll-snap-align: start;
      overflow: hidden;    
}

.infos {
     display: flex;
  /*background-image: url(medias/wallpaper.png);
  background-size: 10% ;*/
  
  margin-bottom: 10px;

  
}





/* SMARTPHONE MODE PORTRAIT */
@media screen and (orientation: portrait) {

.scroll-gallery img {
  display: block;
  height: 150px;
  width: auto; 
  object-fit: cover;
}
   
h3 {
 text-align: center;
  
}


}
