body {
    padding: 0;
    background-image: url("dossier-images/fond-mer-vague.GIF");
    background-size: 200%;
    margin: 0 auto;
    position: relative;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  
  
  p {
    font-family:'Courier New', Courier, monospace;
    color: #000000;
    font-size: 14px
  }

    
  h1 {
    font-family:'Courier New', Courier, monospace;
    color: #000000;
    font-size: 17px;
    font-weight: 600;
    margin: 0;
    padding: 0;
  }





  .main {
    position: relative;
    width: 100%;
    height: 40vw;
    margin: 0px auto;
    z-index: 0;
    left: 0vw;
    top: 5vw;
  }

  .corps-global {
    position: relative;
    width: 64vw;
    height: 45vw;
    left: 21vw;
    z-index: 1;
    background-color: rgb(223, 234, 230);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
  }

  .colonne-gauche-global {
    position: absolute;
    width: 30vw;
    height: 45vw;
    margin: 0px auto;
    z-index: 1;
    left: 15vw;
    background-image: url("dossier-images/glitters-bande.gif");
    background-size: 200%;
    background-repeat: repeat;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
  }

  .img-titre-blog {
    position: absolute;
    width: 80vw;
    height: auto;
    left: 0vw;
    top: 0vw;
    z-index: 200;
  }

  .img-home {
    position: absolute;
    width: 10vw;
    height: auto;
    left: 15vw;
    top: 3vw;
    z-index: 200;
  }

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


.img-dance-dessin-gif {
  position: absolute;
  width: 12vw;
  height: auto;
  left: 18vw;
  top: 2vw;
  z-index: 25;
}
.img-dance-dessin-gif:hover {
  transform: scale(1.03);
}



  .actus-global {
    position: absolute;
    width: 25vw;
    height: 34vw;
    background-image: url("dossier-images/marmite-dessin.gif");
    background-size: contain;
    background-repeat: no-repeat;
    left: 28vw;
    top: 5vw;
    z-index: 20;
    transform: scale(0.7)
  }

  .actus-global:hover {
    transform: rotate(0.5deg) scale(0.73);
    z-index: 10000;
  }

  .img-marmite-dessus {
    position: absolute;
    width: 24.8vw;
    height: 20vw;
    left: 0vw;
    top: 14.9vw;
    z-index: 25;
    pointer-events: none;
  }

  .img-cadre-metal-actus {
    position: absolute;
    width: 31vw;
    height: 40vw;
    left: -3vw;
    top: -3vw;
    z-index: 30;
    pointer-events: none;
  }


  .actus-contenu-box {
    position: absolute;
    width: 18vw;
    height: 25vw;
    left: 3vw;
    top: 0vw;
    z-index: 20;
    overflow-y: scroll;
  }

  .actus-contenu-box img {
    position: relative;
    width: 18vw;
    height: auto;
    left: 0vw;
    top: 0vw;
    z-index: 20;
  }

  .img-news-actus {
    position: absolute;
    width: 20vw;
    height: auto;
    left: 1vw;
    top: 1vw;
    z-index: 20;
  }





  .blog-global {
    position: absolute;
    width: 35vw;
    height: 64vw;
    left: 46vw;
    top: -10vw;
    z-index: 20;
    transform: scale(0.8);

  }


  .blog-global:hover {
    transform: rotate(0.5deg) scale(0.81);
  }

  .img-cadre-blog-dessus {
    position: absolute;
    width: 50vw;
    height: auto;
    left: 0vw;
    top: 0vw;
    z-index: 30;
    pointer-events: none;
  }

  .blog-box-contenu {
    position: absolute;
    width: 37vw;
    height: 34vw;
    left: 4vw;
    top: 8vw;
    z-index: 10;
    border: dotted rgb(198, 123, 135);
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: rgb(102, 14, 14);
  }

  .blog-box-contenu img {
    position: relative;
    width: 37vw;
    height: auto;
    z-index: 10;
  }

  .img-29-mai-gif {
    position: absolute;
    width: 37vw;
    height: auto;
    left: 55vw;
    top: 32vw;
    z-index: 100;
  }

  .img-roue-gif {
    position: absolute;
    width: 20vw;
    height: auto;
    left: 75vw;
    top: 2vw;
    z-index: 10;
  }








    @media (max-width: 768px) {


  .main {
    position: relative;
    width: 100%;
    height: 100vw;
    margin: 0px auto;
    z-index: 0;
    left: 0vw;
    top: 25vw;
    transform: scale(1.4);
  }


    }



