
 /*html, body {
    width: 100%;
 }*/
 
 body {
      margin: 0px;    
      background-image: url(medias/fondguitare.png); 
      background-attachment: fixed;
      background-size:cover;
      
       
      
      
}

html,body {
  overflow-x: hidden;
  
}

.gallery-container {
  margin-left: 10px;
  margin-right: 10px;
  
}

.contacts {
   margin-left: 10px;
  margin-right: 10px;
}

/*.infos{
  color: black;
  transition: background-color 0.3s ease;

}

.infos:hover{
  color:brown;
}*/

.info1 {
   background-color: rgb(204, 180, 150, 0.5);
  transition: background-color 0.3s ease;

}

.info1:hover{
   background-color: rgba(149, 76, 49);
}

a:hover{
   color: rgb(227, 156, 130);
}

.anglais {
  color: rgb(114, 36, 15);
}


/*.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);}


@font-face{font-family: "labeur";
src: url(fonts/Josafronde-Regular.otf);}

h1{
  font-family: "beurre";
  font-size: 4vw;
  margin-left: 10px;
  margin-top: 2px;
  margin-bottom: 0px;
  
}

h4{
  font-family: "beurre";
  font-size: 80px;
  margin-left: 10px;
  margin-top: 2px;
  margin-bottom: 0px;
  text-decoration: none;
  
}

a{
  text-decoration: underline rgb(204, 180, 150, 0);

}




h2 { font-family: "chaud";
    font-size: 20px;
    margin-left: 10px;
    margin-top: 2px;
}

h3 {
  font-family: "beurre";
  font-size: 1.5vw;
  /*width: 100%;*/
   text-align: center;

   margin-bottom: 10px;
   padding: 5px;
   padding-left: 10px;
    padding-right: 10px;
 

}

h7 { 
  font-family: "beurre";
  font-size: 1.5vw;
  text-align: center;
 margin-left: 10px;

   padding: 5px;
   padding-left: 10px;
    padding-right: 10px;
}

p{
   font-family: "labeur";
   font-size: 25px;
   margin-left: 5px;
}

.lien{
    background-color: rgb(204, 180, 150, 0.5);
  padding: 6px;

}

.info1 {
  text-align: center;
  background-color: rgb(204, 180, 150, 0.5);
 
 
  border-radius: 20px;
}

/*.info2 {
  text-align: center;
}

.info3 {
  text-align: right;
} */


.scroll-gallery {
    display: none;
  overflow-x: auto;
  gap: 10px;
  padding-bottom: 10px;
  
  scrollbar-width: none; 
 

}

.infos {
    cursor: pointer;
    text-align: center;
}


#texte {

  display: block;
  block-size: 50%;
  
 

}

#texte p {
  width: 350px;
  font-family: "chaud";
  background-color: rgb(204, 180, 150, 0.9);
  padding: 10px;
  border-radius: 20px;
  font-size: 18px;
}

.scroll-gallery img {
  
  display: block;
  height: 400px;
  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 {
  width: 100%;
     display: flex;
  /*background-image: url(medias/wallpaper.png);
  background-size: 10% ;*/
  
  margin-bottom: 10px;
  text-align: center;

  
}


.lien {
   background-color: rgb(204, 180, 150, 0.5);
  padding: 6px;

}



a {
  color:black;


}

h7 {
  line-height: 70px;
   

}


.liencontact {
   background-color: rgb(204, 180, 150, 0.5);
  padding: 6px;
}




/* SMARTPHONE MODE PORTRAIT */
@media screen and (orientation: portrait) {

.scroll-gallery img {
  display: block;
  height: 300px;
  width: auto; 
  object-fit: cover;
}
   
h3 {
 text-align: center;
 width: 100%;
  
}

.info1 {
  
  text-align: center;
  margin-right: 0px;
}

h7 {
  font-size: 20px;
  text-align: center;
   

}


#texte p {
  width: 250px;
  font-family: "chaud";
  background-color: rgb(204, 180, 150, 0.9);
  padding: 10px;
  border-radius: 20px;
margin-top: 0px;
  

}

#entete {

  width: 100%;


  margin-right: 10px;
  
}



h1 {
font-size: 20px;
}

h1 , a {
  display: inline-block;
  width:28%;
  vertical-align: top;
}

h2 {
  text-align: center;
 width: 96%;
 font-size: 15px;
  margin-right: 0px;
  margin-left: 0px;
  padding:2%;
  
}

h3{
  text-align: center;
  font-size: 18px;
}


h4 {
font-size: 20px;
text-align: right;
}

p{
  font-size: 15px;
  margin-left: 5px;


}

 body {
      margin: 0px;    
      background-image: url(medias/fondtel.png); 
     
    
      
       
      
      
}



}
