body {

    padding: 0;
    background: url('dossier-images/stripespink.png');
    background-size: 50%;
    background-color: #644467;
    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: #31a499;
  }
  
  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: 7vh;
    top: 5vh;
    z-index: 100;
  }

  .img-dear-blog {
    position: absolute;
    width: 20vw;
    height: auto;
    left: 9vh;
    top: 5vh;
    z-index: 100;
    pointer-events: none;
  }

  .main-premier {
    position: relative;
    width: 100%;
    height: 99vh;
    margin: 10px auto;
    top: 0vh;
    background: url('dossier-images/stripespink.png');
    background-size: 50%;
    z-index: 0;
  }

  .bande-tete {
    position: absolute;
    width: 80vw;
    height: 20vh;
    margin: 10px auto;
    left: 10vw;
    top: 0vh;
    background: url('dossier-images/banniere.gif');
    background-size: 105%;
    z-index: 0;
  }


  .blog {
    position: relative;
    margin: 10px auto;
    width: 80vw;
    height: 75vh;
    top: 20vh;
    background: url('dossier-images/papier-orange-terne.png');
    background-size: cover;
    z-index: 0;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    overflow: auto;
  }

  .fond-feuille {
    position: relative;
    width: 80vw;
    height: 96vh;
    z-index: 0;
    background-image: url("dossier-images/papier-rose-vieux.png");
    background-size: 100%;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    border: dotted purple;
  }


  .img-edit-spirale {
    position: absolute;
    width: 20vw;
    height: 20vh;
    left: 0vw;
    top: 20vh;
    z-index: 100;
  }

  .img-edit-room {
    position: absolute;
    width: 20vw;
    height: 20vh;
    left: 20vw;
    top: 20vh;
    z-index: 100;
  }

  .img-comm-titre {
    position: absolute;
    width: 70vw;
    height: 20vh;
    left: 10vw;
    top: 0vh;
    z-index: 100;
  }

  .comm-text-intro {
    position: absolute;
    width: 50vw;
    height: 7vh;
    left: 3vw;
    top: 5vh;
    z-index: 100;
  }
