body {

    padding: 0;
    background: url('dossier-images/fond-mer.GIF');
    background-size: cover;
    margin: 0 auto;
    position: relative;
    
  
  }
  
  
  p {
    font-family: 'Courier New', Courier, monospace;
    color: #000000;
    font-size: 14px
  }
  
  
  a {
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #31a499;
  }
  
  h1 {
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: 20px;
    margin: 0;
    padding: 0;
  }
  
  
  h2 {
    font-family: Arial, sans-serif;
    color: #31a499;
  }
  
  h3 {
    font-family: Arial, sans-serif;
    font-size: 25px;
    color: #ffffff;
  }
  
  h4 {
    font-family: Arial, sans-serif;
    color: #7678c4;
    font-size: 17px; 
    margin: 0;
    padding: 0;
  }
  
  h5 {
    font-family: Arial, sans-serif;
    color: #ff8ea3;
  }

  h6 {
    font-family: Arial, sans-serif;
    color: #be0000;
    font-size: 12px;
    margin: 0;
    padding: 0;
    font-weight: normal; /* facultatif, pour un rendu plus léger */
  }

  h7 {
    font-family: 'Courier New', Courier, monospace;
    color: #ffffff;
    font-size: 12px;
    margin: 0;
    padding: 0;
    font-weight: 600;
  }
  
  .before {
  position: relative;
  top: 0px;
  width: 1500px;
  height: 2000px;
  margin: 0px auto;
  background-color: transparent;
  overflow: hidden;
}
  
  .main {
    position: relative;
    width: 1000px;
    height: 3000px;
    margin: 10px auto;
    border-radius: 10px;
    background: url('dossier-images/papierbleubleu.png');
    background-size: 1500px;
    overflow: hidden;
    z-index: 0;
    border: solid rgb(180, 137, 137);
  }

  .main img {
    position: absolute;
  }






  .zone-libre {
    position: relative;
    top: 0px;
    width: 3000px;
    height: 2000px;
    margin: 0px auto;
    background-color: transparent;
    overflow: hidden;
  }

  /* Chaque image a sa position libre */
  .zone-libre img {
    position: absolute;
  }


  .zone-libre-petite {
    position: relative;
    top: 0px;
    width: 3000px;
    height: 2000px;
    margin: 0px auto;
    background-color: transparent;
    overflow: hidden;
  }

  /* Chaque image a sa position libre */
  .zone-libre-petite img {
    position: absolute;
  }



.gallery-container {
  position: absolute;
  top: 60px;
  left: 420px;
  width: 300px;
  height: 180px;
  border-radius: 10px;
  overflow: hidden;
  background-color: transparent;
  z-index: 50;
}

.gallery-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
}

.gallery-image.active {
  display: block;
}

.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px; /* ou selon la taille de ton image */
  height: 40px;
  cursor: pointer;
  z-index: 10;
  user-select: none;
}

.arrow.left {
  left: 10px;
}

.arrow.right {
  right: 10px;
}

.gallery-container:hover  {
  z-index: 70;
  transform: scale(1.02);
}








.blog {
  position: relative;
  top: 300px;
  left: 50px;
  width: 900px; /* obligatoire */
  height: 2000px; /* obligatoire */
  overflow-y: hidden;
  background: url('dossier-images/papierbleubleu3.png');
  border: dotted white;
}


.blog-fond-image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 1200px; /* obligatoire */
  height: 2000px; /* obligatoire */
  background: url('dossier-images/fond-mer.GIF');
  background-size: 1500px;
  background-repeat: repeat;
  z-index: 14;
  overflow-y: hidden;

}



.blog-fond-texte {
  position: absolute;
  top: 300px;
  left: 50px;
  width: 900px; /* obligatoire */
  height: 2000px; /* obligatoire */
  background-image: transparent;
  margin: 0px;
  z-index: 15;
  overflow-y: hidden;
}


.fond-feuille-blanche {
    position: absolute;
    top: 30px;
    left: 60px;
    width: 500px; /* obligatoire */
    height: 1500px; /* obligatoire */
    background-image: url('dossier-images/feuille-blanche.png');
    background-size: 500px;
    background-repeat: repeat;
    margin: 0px;
    z-index: 1;
  }
  

.text-blog {
  position: absolute;
  font-family: Arial, Helvetica, sans-serif;
  top: 20px;
  left: 80px;
  width: 550px; /* obligatoire */
  height: 2000px; /* obligatoire */
  padding-left: 50px;
  margin: 0px;
  padding-top: 200px;
  z-index: 15;
}


.ligne-notes {
  position: absolute;
  top: 30px;
  left: 50px;
  width: 250px; /* obligatoire */
  height: auto; /* obligatoire */
  z-index: 19;
}

.img-objete {
  position: absolute;
  top: 300px;
  left: 40px;
  width: 250px; /* obligatoire */
  height: auto; /* obligatoire */
  z-index: 19;
}

.vernis {
  position: absolute;
  top: 30px;
  left: 100px;
  width: 350px; /* obligatoire */
  height: 200px; /* obligatoire */
  background-image: url('blog/3vernis.png');
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 19;
}

.tourdefrance {
  position: absolute;
  top: 70px;
  left: 30px;
  width: 350px; /* obligatoire */
  height: 200px; /* obligatoire */
  background-image: url('blog/tour-de-france.png');
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 20;
}


  .cocktails {
    position: absolute;
    top: 200px;
    left: 80px;
    width: 160px; /* obligatoire */
    height: 200px; /* obligatoire */
    background-image: url('blog/cocktail-matcha.png');
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 20;
  }

  .cocktails:hover {
    z-index: 70;
    transform: scale(1.02);
  }

  .cocktails2 {
    position: absolute;
    top: 200px;
    left: 100px;
    width: 120px; /* obligatoire */
    height: 120px; /* obligatoire */
    background-image: url('blog/cocktail-mojito.png');
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 20;
  }

  .cocktails2:hover {
    z-index: 70;
    transform: scale(1.02);
  }

.diaryy {
  position: absolute;
  padding: 10px;
  top: 110px;
  left: 1000px;
  width: 270px; /* obligatoire */
  height: 200px; /* obligatoire */
  transform: rotate(1.4deg);
  background-image: url('dossier-images/papiercarnetjaune.JPG');
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 20;
  overflow-y: auto;
}






.slider {
  position: absolute;
  top: 800px;
  left: 50px;
  width: 800px;
  height: 120px; /* hauteur ajustée pour contenir les images */
  background: transparent;
  overflow: hidden;
  border: dotted brown;
}

.slider-track {
  display: flex; /* important pour aligner horizontalement */
  gap: 0;
  animation: scroll 20s linear infinite;
}

.slide {
  flex: 0 0 auto; /* largeur fixe */
  width: 300px;
  height: 120px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slide img {
  width: 300px;
  height: 120px;
  object-fit: contain;
  background: transparent;
}

@keyframes scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}



  
