body {
    background: rgb(188, 86, 103);
    position: relative;
    height: 1300px;
  }
  
  
  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: 30px;
    font-weight: 700;
  }
  
  
  a {
    font-family: 'Courier New', Courier, monospace;
    font-size: 16px;
    color: #31a499;
    font-weight: 600;
  }

  a:hover {
    color: #7631a4;
    font-style: italic;
    text-shadow: 0 0 5px rgb(255, 0, 0);
    background-color: rgb(200, 254, 255);
    box-shadow: inset 0 -0.5em 0 rgb(211, 206, 246);

  }
  
  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;
  }
  



  .lien-accueil {
    color: #8d46bd;
    font-style: italic;

  }



  .main {
    position: absolute;
    width: 1500px;
    height: 2000px;
    left: 0px;
    top: 0px;
    background-image: url('dossier-images/papier-ocre.png');
    background-size: 50%;
    overflow: auto;
    z-index: 1;

  }


  .colonne-gauche-menu {
    position: fixed;
    width: 220px;
    height: 720px;
    left: 50px;
    top: 50px;
    background: rgb(188, 86, 103);
    overflow: auto;
    z-index: 200;
    box-shadow: 0px 7px 20px rgba(92, 3, 96, 0.3);
  }



  .img-home {
    position: absolute;
    top: 600px;
    left: 20px;
    width: 100px;
    height: 100px;
    box-shadow: 0px 7px 20px rgba(10, 10, 10, 0.3);
    z-index: 201;
  }

  .img-home:hover {
    transform: scale(1.1);
    box-shadow: 0px 7px 20px rgba(255, 255, 255, 0.3);
  }


  .img-arbre-menu-dessin {
    position: absolute;
    top: -20px;
    left: -20px;
    width: 600px;
    height: 800px;
    z-index: 5;
  }

  .img-lien1  {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 150px;
    height: 70px;
    z-index: 201;
  }

  .img-lien1:hover  {
    transform: scale(1.05);
    box-shadow: 0px 7px 20px rgba(242, 0, 255, 0.3);
  }

  .liens-menu {
    position: absolute;
    padding: 20px 20px;
    top: 100px;
    left: 10px;
    width: 160px;
    height: 300px;
    z-index: 203;
    box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.3);
  }


  .padlet-embed {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    left: 45vh;
    top: 30vh;
    width: 480px;
    height: 352px;
    max-width: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }
  
  .padlet-frame {
    width: 100%;
    height: 100%;
    display: block;
    padding: 0;
    margin: 0;
  }
  


.padlet-embed:hover {
  transform: scale(1.01);
  box-shadow: 0 4px 20px rgba(255, 255, 255, 0.1);
}


.actualite {
  position: absolute;
  top: 15vh;
  left: 45vh;
  width:100vh;
  height:15vh;
  padding:0;
  margin:0;
  }



.img-vampires {
  position: absolute;
  top: 16vh;
  left: 70vh;
  width:20vh;
  height:auto;
  padding:0;
  margin:0;
  }
