html, body, main
{
  width: 100%;
  margin: 0px;

}

main
{
  min-height: calc(100vh - 195px);
}

main-inside {
  padding: 20px;
  padding-bottom: 50px;
}

li.Menu, ul.Menu
{
  list-style: none;
  margin: 0;
  padding: 0;
  
  display: inline-block;
  font-family: Courier New, Consolas, sans-serif;
}

.Panier
{
  width: 45px;
  display: inline-block;
  float: right;
  margin: 5px 10px 0px 2.5px;
  transition: all 0.5s;
  cursor: pointer;
}

.Panier:hover
{
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;

  filter: opacity(90%);
    filter: grayscale(20%);

  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1)
}

#produits_1
{
  /*background-color: blueviolet;*/
  text-align: center;
  padding: 25px 0px 25px 0px;
  width: 100%;
  display: block;
}

.Produit
{
  background-color: whitesmoke;
  height: 275px;
  width: 200px;
  margin-right: 3%;
  margin-left: 3%;
  margin-bottom: 10px;
  display: inline-block;
  color: black;
  border-radius: 20px;
  -webkit-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.5); 
  box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.5);
}

.Produit_picture
{
  
  width: 100%;
  /*background-color: seagreen;*/
}

img.Produit_picture  
{
  max-width:100%;
  max-height:100%;
  border:0;
  border-radius: 20px;
  overflow: hidden;

  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
}

img.Produit_picture:hover
{
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;

  filter: opacity(90%);
    filter: grayscale(20%);

  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1)
}

.Produit_picture p
{
  margin: 0px;
  margin-top: 5px;
  text-decoration: none;
  color: black;
  font-family: "Trebuchet MS", sans-serif;
}

iframe
{
  max-width: 100%;
  overflow: hidden;
  align-content: center;
  display: block;
  margin: auto;
  margin-bottom: 25px;

}

header
{
  height: 50px;
  width: 100%;
  display: block;

  background-color: whitesmoke;
}

#headerlogo
{
  height: 40px;
  align-content: left;
  margin: 5px;
}

.backgroundacceuil
{
  width: 100%;
  max-height: 94vh;
  overflow: hidden;
  position: relative;
}

img.backgroundacceuil
{
 object-fit: cover;
 min-height: 90%;
 object-position: center top;
}

#scrollacceuil
{
  position:absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
  transition: all 0.5s;
}

#scrollacceuil:hover
{ 
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;

  filter: opacity(90%);
  filter: contrast(40%);

  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2)
}

#scrollacceuil img 
{
  width: 65px;
}

h1
{
  padding-left: 20px;
  margin: auto;
  width: 100%;
  background-color: PowderBlue ;
  white-space: nowrap;
}

h2
{
  font-family: "Trebuchet MS", "Tahoma", sans-serif;
  font-size: 2em;
  margin-left: 3%;
}

a
{
  text-decoration: none;
   
}

p.description
{
  text-align: justify;
  max-width: 60%;
  margin: 0 auto;
  margin-top: 25px;
  margin-bottom: 25px;
  align-content: center;
}

ul.description, ol.description
{
  margin-left: 18%;
}

ul.description
{
  list-style-type: square;
}

address
{
  color: white;
}

button
{

  background-color: white; 
  color: black; 
  border: 2px solid #f44336;
  margin:0px 0px 10px 20%;
  border-radius: 20px;
  transition-duration: 0.5s;
  cursor: pointer;
}

button:hover 
{
  background-color: #f44336;
  color: white;
  transition-duration: 0.5s;

}

#Commander
{
  min-height: 80px;
  font-weight: bold;
}

#paypal-boutons
{
  margin-top: 50px;
  text-align: center;
}

footer
{
  width: 100%;
  height: 145px;
  padding: 50px;
  background-color: #333333; 

}

@media only screen and (max-width: 700px)
{

    h1
  {
    margin: auto;
    width: 100%;
    font-size: 5vw;
    background-color: DeepSkyBlue ;
  }

  p.description
  {
    max-width: 95%;
    margin-top: 5px;
  }

}

/* EXTRAITS AUDIO */

  .play-list,.play-list li{
    padding:0;margin:0;
    list-style:none;
  }

  .playwgd{display:inline-block;width:450px}
  .playwgd audio{width:100%}

  .play-list .material-icons,
  .play-list li span{vertical-align:middle;}

  .play-list li span{line-height: 25px;}
  .play-list li{
    display: block;
    padding:5px;
    cursor:pointer;
    border-bottom:1px solid rgb(146, 146, 157);
    cursor:pointer;
    -khtml-user-select : none;
    -webkit-user-select : none;
    -moz-user-select : -moz-none;
    -ms-user-select : none;
    user-select : none;
  }
  .play-list li:hover{ 
    background-color:#efeff2;
  }
  .play-list li.selected{ 
    background-color: #c5dad5
  }


  .Playlist 
  {
    margin: 10px 10px 10px 8%;
    max-width: 320px;
    background-color: AliceBlue;
    border: solid;
    border-radius: 15px;
  }


  .Playlist li
  {  
    list-style-type: "\1D120";
    text-decoration: none;
    color: black;
    font-family: 'Roboto', sans-serif;
  }

  .Playlist li:hover, .Playlist a:hover
  {  
    background-color: lightgrey;
    color: red;
    border-radius: 15px;
  }

  .Playlist ul 
  {
    margin-top: 0px ;
  }

  audio
  {
    margin: 5px auto;
  }

  #playlistbanner
  {
    background-image: url(./img/playlistbck.jpg);
    background-attachment: fixed;
    padding: 25px;
    margin-bottom: 25px;

  }

/*Diapo produit*/  
    {box-sizing: border-box}

  .mySlides {display: none}
  img {vertical-align: middle;}

  /* Slideshow container */
  .slideshow-container {
    max-width: 550px;
    max-height: 360px;
    position: relative;
    margin: auto;
  }

  /* Next & previous buttons */
  .prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
  }

  /* Position the "next button" to the right */
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }

  /* On hover, add a black background color with a little bit see-through */
  .prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
  }

  /* Caption text */
  .text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
  }

  /* Number text (1/3 etc) */
  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }

  /* The dots/bullets/indicators */
  .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }

  .active, .dot:hover {
    background-color: #717171;
  }

  /* Fading animation */
  .fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
  }

  @-webkit-keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
  }

  @keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
  }

  /* On smaller screens, decrease text size */
  @media only screen and (max-width: 200px) {
    .prev, .next,.text {font-size: 11px}
  }

/*Petite histoire*/

  section.histoire{
    display: flex;
  }

  .chapitreD {
    display: block;
    font-family: 'Roboto Slab', serif;
    width: 15%;
    min-width: 105px;
    text-align: center;
    transition: 1s;}

  #chapitre1 {
    background-color: PaleTurquoise;
  }
  #chapitre1:hover {
  background-color: Turquoise;
  }

  #chapitre2 {
    background-color: #ecc19c;
  }
  #chapitre2:hover {
  background-color: NavajoWhite;
  }

  .histoireG {
    flex: 1;
    padding: 15px;
  }

  #histoire1{
    background-color: RosyBrown ;
  }
  #histoire2{
    background-color: #1e847f  ;
  }

  h1.histoire,p.histoire{
    margin: 0;
  }

  h1.histoire{
    margin-top: 50%;
  }

  h2.histoire{
    text-align: center;
  }

  p.histoire,ul.histoire,h2.histoire{
    font-family: 'Noto Sans JP', sans-serif;
    color: white ;
    text-align: justify;
  }


  @media only screen and (max-width: 600px)
  {

    section.histoire
    {
      display: block;
    }

    .chapitreD {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: red;
    }

    .histoireG {
    padding: 15px;
    }

    h1.histoire{
    margin-top: 0;
    }

    img.histoire{
      width: 10%;
      margin-top: 90vh;
      min-width: 0px;
    }

    #paypal-boutons
{
  margin-top: 35px;
  text-align: center;
}


  }
