body{
  margin: 0;
  padding: 0;
  color: #000000;
  height:100%;
  width: 100%;
  text-rendering: optimizeSpeed;
  font-family: "CrimsonText-Regular";
}
#body1
{
  background:no-repeat center/100% url("../../PHOTOS-SITE/BAIE-DE-NAPLES-1.png");
  background-attachment:fixed;
}
#body2{
  background:no-repeat center/100% url("../../PHOTOS-SITE/baie-de-naples.jpg");
  background-attachment:fixed;
}
#body3{
  background:no-repeat center/100% url("../../PHOTOS-SITE/circuit-italie-couleurs-de-toscane-et-cinque-terre-jour-5.jpg");
  background-attachment:fixed;
}
#body4{
  background:no-repeat center/100% url("../../PHOTOS-SITE/colosseo_flickr_0.png");
  background-attachment:fixed;
}
#body5{
  background:no-repeat center/100% url("../../PHOTOS-SITE/COTE-AMALFITAINE.jpg");
  background-attachment:fixed;
}
#body6{
  background:no-repeat center/100% url("../../PHOTOS-SITE/Coucher-de-soleil-a-Florence-6299.jpg");
  background-attachment:fixed;
}
#body7{
  background:no-repeat center/100% url("../../PHOTOS-SITE/florence-bleu-voyage.jpg");
  background-attachment:fixed;
}
#body8{
  background:no-repeat center/100% url("../../PHOTOS-SITE/corner-611858_960_720.webp");
  background-attachment:fixed;
}
#body9{
  background:no-repeat center/100% url("../../PHOTOS-SITE/fit.jpg");
  background-attachment:fixed;
}
#body10{
  background:no-repeat center/100% url("../../PHOTOS-SITE/49NB.png");
  background-attachment:fixed;
}
header{
  display:flex; 
  justify-content:space-evenly; 
  align-items: center;
  border: 1px solid rgba(128, 128, 128, 0);
  background-color: rgba(0, 0, 0, 0);
  top:0;
  left:0;
  padding-right: 1%;
  width: 100%;
}
.hea {
  width: 100%;
  margin: 0 0 0 0;
  background-color: rgba(255, 255, 255, 0.699);
  
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 5px;
  font-size: 15px;
  padding: 5px;
  border: 1px solid rgb(0, 0, 0);
}
.baniere{
  width: 100%;
  height:15vh;
  display: flex;
  justify-content:space-around; 
  align-items: center;
}
#enseigne{
  width: 47vw;
}
#logo{
    width: 30%;
}
#fb{
  width: 20%;
  opacity: 1;
  margin-left: 75%;
}
nav{
  /*faire cadre en or et un fin cadre rouge*/
  /*sa taille est de 100% pour faire la totalité de la taille de l'écran mettre en % est un avantage pour faire du responsive
  height correspond à la hauteur de la zone nav
  background-color coresspond à la couleur de fond.*/
  margin-top:1%;
  width: 100%;
  height: 43px;
  position : static; /*Position:fixed => fixe l'élément sur la page*/
}
#menu ul{ /*Les éléments de la liste pour le menu*/
  display: flex; /*Les places sur la même ligne*/
  justify-content: space-evenly; /*Les espaces*/
  margin:0;/*défini la marge*/
  padding:0;/*défini l'espacement entre les éléments*/
  list-style-type:none; /*Enlève les éléments de liste*/
  text-align:center; /*centre les éléments*/
}

#menu li { /*les éléments du menu */
  float:left;/*retiré du flux normal et doit être placé sur le côté droit ou sur le côté gauche de son conteneur*/
  margin:auto;/*marge en  auto*/
  padding:0;/*défini l'espace entre les élements*/
  
}
#menu li a { /*défini l'élément a*/
  display:block;/*Défini l'élément en block*/
  width:270px; /*Défini la largeur*/
  color:white;/*Défini la couleeur de la police*/
  text-decoration:none;/*Enlève la décoration du text (underligne/ soulignement, couleur bleu d'un lien hypertexte...)*/
  margin-top: 0; /*défini la marge du haut*/
  padding:0.1%; /*défini  l'épasce entre les éléments*/
  font-size: 24px;/*Défini la taille de la police*/
  letter-spacing: 1px; /*défini l'espace entre les lettres*/
  background-color: rgb(68, 68, 68);
  border-radius: 8px;
  height: 40px;
}
#menu li a:hover { /*pour l'élément a au survole de la sourie (:hover)*/
  text-decoration: underline 2px;/*Souligne le texte de 2px*/
  text-underline-position: under;/*Espace un peu le soulignement du texte*/
  text-decoration-color: #ff8e8c; /*La souleur du soulignement*/
  color: #ff8e8c;/*la couleur du text*/
}
#menu ul li ul {/*l'élément de la 2ème liste qui se situe dans la 1ère liste*/
  display:none; /*défini la type (pas de type)*/
}
#menu ul li:hover ul {/*Pour l'élément li et ul qui suit */
  display:block;/*défini en blok*/
  background-color: rgba(255, 255, 255, 0.116); /*défini la fond*/
  padding-top: 5px;
}
#menu li:hover ul li {/*pour l'élément li au survol (en gros c'est pour le sous-menu*/
  float:none;/*retiré du flux normal et doit être placé sur le côté droit ou sur le côté gauche de son conteneur*/
  margin-top: 4px;
}
#menu li ul {/*l'élément de la deuxième liste*/
  position:absolute;/*défini ou l'élément est positionner dans la page*/
}
.presentation{
  margin: 2% auto 0 auto;
  width: 95%;
  background-color: rgba(255, 255, 255, 0.76);
  height: 40%;
  padding: 0.1%;
}
.presentation h1{
  text-align: center;
  font-size: 24px;
}
.presentation p{
  margin: 1% 1% 1% 1%;
  text-align: justify;
  font-size: 16px;
}
.milieu{
  margin: 1% auto;
  width: 95%;
  background-color: rgba(255, 255, 255, 0.76);
  height: 50%;
  padding: 0.1%;
}
.milieu h2{
  text-align: center;
  font-size: 20px;
}
.milieu h4,
h1{
  text-align: center;
}
.milieu p{
  margin: 1% 1% 1% 1%;
  text-align: justify;
  font-size: 16px;
  padding: 5px 5px 5px 5px;
}
.milieu h3{
  text-align: justify;
  margin: 1% 2% 1% 1%;
  font-size: 19px;
}
.container{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: start;
  align-items: flex-start;
  /* transform: rotate(-90deg) translateX(-100vh);
  transform-origin: top left;
  overflow-x: hidden;
  background-color:rebeccapurple; */
  overflow-x: scroll; 
  overflow-y: hidden;
}
.sansAlcool{
  display: flex;
  flex-direction: row;
  width: 400%;
  /* transform: rotate(90deg) translateY(-90vh);
  transform-origin: top right; */
}
.boisson{
  display: inline-block;
  border-width: 3px;
  border-style: solid;
  border-image: linear-gradient(rgb(33, 175, 4),white, rgb(158, 3, 3))40;
  box-shadow: 4px 8px 4px rgba( 0, 0, 0, 0.2 );
  width: 35vw;
  height: 45vh;
  margin: 0 1% 1% 1%;
  background-color: white;
}
.boisson img{
  width: 100%;
  height: 100%;
  object-fit:contain; 
}
.fournisseurs{
  width: 100%;
  display : flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
.fournisseur{
  display: inline-block;
  border-width: 3px;
  border-style: solid;
  border-image: linear-gradient(rgb(33, 175, 4),white, rgb(158, 3, 3))40;
  box-shadow: 4px 8px 4px rgba( 0, 0, 0, 0.2 );
  width: 30%;
  height: 27vh;
  margin: 0 1% 1% 1%;
  background-color: white;
}
.contenu{
  overflow-y: scroll;
  height: 100vh; 
  display: flex;
  justify-content: space-between;
}
.exemple{
  width: 70%;
  align-items: flex-start;
  flex-wrap: wrap;
}
.galerie{
  width: 100%;
  display : flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
.photo{
  display: inline-block;
  border-width: 3px;
  border-style: solid;
  border-image: linear-gradient(rgb(33, 175, 4),white, rgb(158, 3, 3))40;
  box-shadow: 4px 8px 4px rgba( 0, 0, 0, 0.2 );
  width: 30%;
  height: 47vh;
  margin: 0 1% 1% 1%;
  background-color: white;
}

/* Table Styles */

.table-wrapper{
  margin: 10px 70px 70px;
  box-shadow: 0px 35px 50px rgba( 0, 0, 0, 0.2 );
}

.fl-table {
  border-radius: 5px;
  font-size: 16px;
  font-weight: normal;
  border: none;
  border-collapse: collapse;
  width: 100%;
  max-width: 100%;
  white-space: nowrap;
  background-color: white;
}

.fl-table td, .fl-table th {
  text-align: center;
  padding: 8px;
}

.fl-table td {
  border-right: 0.5px solid #c5c5c5;
  font-size: 14px;
}

.fl-table thead th {
  color: #ffffff;
  background: #000000;
}


.fl-table thead th:nth-child(odd) {
  color: #ffffff;
  background: #000000;
}

.fl-table tr:nth-child(even) {
  background: #F8F8F8;
}
.emplacement{
  margin: 1% auto;
  width: 95%;
  background-color: rgba(255, 255, 255, 0.76);
  height: 50%;
  padding: 0.1%;
}
.emplacement h2{
  text-align: center;
  font-size: 20px;
}
.emplacement p{
  margin: 1% 1% 1% 1%;
  text-align:center;
  font-size: 16px;
}
.emplacement iframe{
  margin: 0 20%;
  width:800px;
  height:600px;
  border:0;
}
.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
  display: inline-block;
  font-weight: 400;
  padding: 15px;
  border-radius: 10px;
  margin: 5px 80px;
}
#mention{
  width: 90%;
  height: 100%;
  margin: 100px auto;
  padding: 5px;
  font-family: "CrimsonText-Regular";
  color:#004d69;
}
footer{
  color: white;
  width: 100%; 
  height: 60px; 
}
footer ul{
  display: flex; /*Les places sur la même ligne*/
  justify-content: space-evenly; /*Les espaces*/
  margin:0;/*défini la marge*/
  padding:0;/*défini l'espacement entre les éléments*/
  list-style-type:none; /*Enlève les éléments de liste*/
  text-align:center; /*centre les éléments*/
}
footer li { /*les éléments du menu */
  float:left;/*retiré du flux normal et doit être placé sur le côté droit ou sur le côté gauche de son conteneur*/
  margin:auto;/*marge en  auto*/
  padding:0;/*défini l'espace entre les élements*/
  
}
footer li a { /*défini l'élément a*/
  display:block;/*Défini l'élément en block*/
  width:226px; /*Défini la largeur*/
  color:white;/*Défini la couleeur de la police*/
  text-decoration:none;/*Enlève la décoration du text (underligne/ soulignement, couleur bleu d'un lien hypertexte...)*/
  margin-top: 0; /*défini la marge du haut*/
  font-size: 18px;/*Défini la taille de la police*/
  letter-spacing: 1px; /*défini l'espace entre les lettres*/
  background-color: rgb(68, 68, 68);
  border-radius: 8px;
  height: 40px;
  padding-top: 2%;
}
footer li a:hover { /*pour l'élément a au survole de la sourie (:hover)*/
  text-decoration: underline 2px;/*Souligne le texte de 2px*/
  text-underline-position: under;/*Espace un peu le soulignement du texte*/
  text-decoration-color: #ff8e8c; /*La souleur du soulignement*/
  color: #ff8e8c;/*la couleur du text*/
}
footer ul li ul {/*l'élément de la 2ème liste qui se situe dans la 1ère liste*/
  display:none; /*défini la type (pas de type)*/
}
footer ul li:hover ul {/*Pour l'élément li et ul qui suit */
  display:block;/*défini en blok*/
  background-color: rgba(255, 255, 255, 0.116); /*défini la fond*/
  padding-top: 5px;
}
footer li:hover ul li {/*pour l'élément li au survol (en gros c'est pour le sous-menu*/
  float:none;/*retiré du flux normal et doit être placé sur le côté droit ou sur le côté gauche de son conteneur*/
  margin-top: 4px;
}
footer li ul {/*l'élément de la deuxième liste*/
  position:absolute;/*défini ou l'élément est positionner dans la page*/
}

/* Responsive */
@media (max-width: 767px) {
  .fl-table {
      display: block;
      width: 100%;
  }
  .table-wrapper:before{
      content: "Scroll horizontally >";
      display: block;
      text-align: right;
      font-size: 11px;
      color: white;
      padding: 0 0 10px;
  }
  .fl-table thead, .fl-table tbody, .fl-table thead th {
      display: block;
  }
  .fl-table thead th:last-child{
      border-bottom: none;
  }
  .fl-table thead {
      float: left;
  }
  .fl-table tbody {
      width: auto;
      position: relative;
      overflow-x: auto;
  }
  .fl-table td, .fl-table th {
      padding: 20px .625em .625em .625em;
      height: 60px;
      vertical-align: middle;
      box-sizing: border-box;
      overflow-x: hidden;
      overflow-y: auto;
      width: 120px;
      font-size: 13px;
      text-overflow: ellipsis;
  }
  .fl-table thead th {
      text-align: left;
      border-bottom: 1px solid #f7f7f9;
  }
  .fl-table tbody tr {
      display: table-cell;
  }
  .fl-table tbody tr:nth-child(odd) {
      background: none;
  }
  .fl-table tr:nth-child(even) {
      background: transparent;
  }
  .fl-table tr td:nth-child(odd) {
      background: #F8F8F8;
      border-right: 1px solid #E6E4E4;
  }
  .fl-table tr td:nth-child(even) {
      border-right: 1px solid #E6E4E4;
  }
  .fl-table tbody td {
      display: block;
      text-align: center;
  }
}