body{
    margin: 0;
    padding:0;
    background: #C0DDF4;
    font-family:  Cochin,Cambria, Georgia, Times, 'Times New Roman', serif;
    line-height: 0;
    text-align: center;
    width: 75%;
    margin-left: auto;
    margin-right: auto;

}

.navbar ul{
    
      list-style: none;
      background: #C0DDF4;
      padding: 0;
      margin: 100;
      text-align: center;
      line-height: 1;
      width: 100%;

}

.navbar li{
    display: inline-block;
}

.navbar a{
    text-decoration: none;
    color: black;
    width:auto ;
    display: block;
    padding: 5px 30px 5px 30px;
    font-size: 20px;
    text-transform: none;
  
    text-align: center;
}

.navbar a:hover{
    background: none;

}


.SMbar ul{
    
    list-style: none;
    background: #C0DDF4;
    padding: 0;
    margin: 50;
    text-align: center;
    line-height: 1;
    width: 100%;

}

.SMbar li{
  display: inline-block;
}

.SMbar a{
  text-decoration: none;
  color: black;
  width:auto ;
  display: block;
  padding: 0px 5px 50px 5px;
  font-size: 10px;
  text-transform: none;
  font-weight: bold;
  text-align: center;
}




.SMbar img{
    width:20px;
    height:20px;
    
}


    

.bloc-fixe {
 text-align: justify;
 font-size: 20; 
    position:relative;
    padding: 15px 15px;
    margin: 0px 40% ;
    border:solid 0px;
    border-radius: 20px;
    border-color:red;
    width:50%;
    line-height: 1.5;
  }
  .bloc-gauche {
     

    position:fixed;
    margin: 0 0% 0 5%;
    padding: 15px 15px;
    border:solid 0px;
    border-radius: 0px;
    border-color:red;
    width:13%;
    height: 500px;
    overflow: hidden;
  
    
    
  }
  .pic {
    transform: scaleX(-1);
    width:500px;
    height:500px;
    margin: 0px 0px 0px -100%;
    display: block;
 
    
}

.pic-cropped {
    
    width:10px;
    height:10px;
   
    
 
    
}
  .textbody{
      position:relative;
      margin-left:auto;
      margin-right:auto;
      margin-top: 0%;
      line-height: 1.5;
      text-align: justify;
      width:60%;

  }
  .textbody a{
    text-align: center;
}.textbody li{
  text-align: left;
}
.textbodyBOLD{
  position:relative;
  margin-left:auto;
  margin-right:auto;
  margin-top: 2%;
  line-height: 1;
  text-align: center;
  width:60%;
  font-size: 170%;
  font-weight: bolder;
  font-variant-caps:small-caps;
  color:rgba(255, 0, 0, 0.719);

}
  .texte{
    
    margin:0px 0px 30px 0px;
  }
  
  .texte a{
    
    line-height: 1;
    text-align: end;
  }
  .textbodyhunt{
    position:relative;
    margin-left:auto;
    margin-right:auto;
    margin-top: 5%;
    margin-bottom: 15%;
    line-height: 1.5;
    text-align: justify;
    width:60%;

}

.img-gallery{
  margin-top: 10px;
  margin-left: 0px;
   
    left: 25%;
    top: 10px;
    width: 100%;
  }
  .img-gallery img{
    width:100px;
    height:100px;
    cursor:pointer;
  } 
  
  .img-gallery img:hover{
    transform: scale(3 ) rotate(-0deg) translateX(-10px) translateY(-10px);
    border-radius:5px;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.75);
  }
  a:link { text-decoration: none; }