body {

    padding: 0;
    background: rgb(75, 123, 118);
    margin: 0 auto;
    position: relative;
    background-size: 200vh;

  
  }
  
  
  p {
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    font-size: 14px;
    margin: 0;
    padding: 0;
  }
  
  p2  {
    font-family:'Courier New', Courier, monospace;
    color: #000000;
    font-size: 14px
  }
  
  p3  {
    font-family:'Courier New', Courier, monospace;
    color: #000000;
    font-size: 17px;
    font-weight: 700;
  }
  
  p4  {
    font-family:'Courier New', Courier, monospace;
    color: #ffffff;
    font-size: 14px
  }
  
  
  a {
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #317e76;
  }
  
  h1 {
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: 17px;
    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: Arial, Helvetica, sans-serif;
    color: #ffffff;
    font-size: 14px;
    margin: 0;
    padding: 0;
    font-weight: 100;
  }


  .img-home {
    position: absolute;
    width: 8vw;
    height: auto;
    left: 1vh;
    top: 5vh;
    z-index: 100;
  }

  .img-home:hover {
    transform: scale(1.1);
  }


  .img-lucy {
    position: absolute;
    width: 12vw;
    height: auto;
    left: 17vh;
    top: 7vh;
    z-index: 100000;
  }

  .img-lucy:hover {
    transform: scale(1.04) rotate(2deg);
  }

  .img-fanarts {
    position: absolute;
    width: 12vw;
    height: auto;
    left: 85vw;
    top: 59vh;
    z-index: 100000;
  }

  .img-fanarts:hover {
    transform: scale(1.04) rotate(2deg);
  }



  .bande-tete {
    width: 70vw;
    height: 30vh;
    background-image: url("dossier-images/bande-tete-sketchbook-1.png");
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: 1000;
    margin: auto;
    left: 15vw;
    position: absolute;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.3);
  }




.img-menu-tete {
  position: absolute;
  width: 10vw;
  height: auto;
  left: 13vh;
  top: 1vh;
  z-index: 1000;
}




.img-bureau1 {
    position: absolute;
    width: 15vw;
    height: 45vh;
    left: 0vh;
    top: 2vh;
    z-index: 0;
  }


.img-bureau2 {
    position: absolute;
    width: 15vw;
    height: 45vh;
    right: 0vh;
    top: 2vh;
    z-index: 0;
  }




  .main-deux {
    position: relative;
    width: 100%;
    height: 1000vh;
    margin: 10px auto;
    z-index: 0;

  }

  .blog-deux {
    position: relative;
    margin: 0px auto;
    width: 70vw;
    height: 1000vh;
    top: 2vh;
    background-image: url("dossier-images/papier-aubergine.png");
    background-size: cover;
    z-index: 0;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.3);
    border-radius: 10px;

  }

  .img-fondbleu {
    position: absolute;
    width: 70vw;
    height: 12vh;
    top: 20vh;
  }





  .galerie-aleatoire-photos {
    position: absolute;
    top: 41vh;
    left: 4vw;
    column-count: 1;
    column-gap: 0.1rem;
    width: 13vw;
    margin-bottom: 0.1rem;
    margin-bottom: 2vh;
    border: solid rgb(164, 30, 97);

  }
  
  .galerie-aleatoire-photos img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 0.3rem;
    break-inside: avoid;
    border-radius: 4px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.25);
  }
  
  .galerie-aleatoire-photos img:hover {
    transform: scale(1.02) rotate(0deg);
    z-index: 5;
  }


  
  .panneaux-photos {
    position: absolute;
    top: 36vh;
    left: 19vw;
    width: 47vw;
    box-shadow: 0 15px 35px rgba(0,0,0,0.25);
    background-image: url("dossier-images/papier-violet-2.png");
    border-radius: 10px;
  }
    
  .panneaux-photos img {
    position: relative;
    transform: scale(0.97);
    width: 47vw;
    height: auto;
    margin-bottom: 0vh;
    border-radius: 10px;
  }








  .box-fanzine-erasmus {
   transform: scale(0.97);
    width: 47vw;
    margin-bottom: 0vh;
    border: 1px solid #ccc;
    border-radius: 10px;
    overflow: hidden;
  }

  .box-fanzine-erasmus:hover {
    box-shadow: 0 15px 35px rgba(255, 53, 158, 0.25);
   }
  
  summary {
    cursor:pointer;
    padding: 10px;
    background: #f5f5f5;
    font-weight: bold;
    list-style: none;
  }
  
  summary::-webkit-details-marker {
    display: none;
  }

  .content {
    padding: 10px;
  }
  
  .content img {
    width: 100%;
    margin-bottom: 10px;
  }

  .img-texte-fanzine-erasmus {
     width: 47vw;
     border-radius: 10px;
     left: -1vh;
     overflow: hidden;
   }

   