body {
    padding: 0;
    background-image: url('dossier-images/room-2-crop.png');
    background-size: 50%;
    margin: 0 auto;
    position: relative;
    height: 2000px;
    /* ENLÈVE 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
  }
  
  
  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;
  }

  @font-face {
    font-family: 'chesh';
    src: url('fonts/Cheshirskiy\ Cat.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }
  
  h3 {
    font-family: 'chesh', sans-serif;
  }
  
  

  @font-face {
    font-family: 'goth';
    src: url('fonts/A\ Gothique\ Time\ .ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    font-family: 'ithorn';
    src: url('fonts/Ithorn.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    font-family: 'mom';
    src: url('fonts/Mom.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    font-family: 'punk';
    src: url('fonts/Punk\ Typewriter.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
  }


    
  h4 {
    font-family: 'goth', sans-serif;
    font-size: 50px;
  }
  
    
  h5 {
    font-family: 'ithorn', sans-serif;
    font-size: 50px;
  }
  
    
  h6 {
    font-family: 'mom', sans-serif;
    font-size: 20px;
  }
  
  h7 {
    font-family: 'punk', sans-serif;
    font-size: 50px;
  }
  



.main {
  position: absolute;
  width: 900px;
  height: 1850px;
  left: 500px;
  top: 100px;
  background-image: url('dossier-images/papier-rose-vieux.png');
  background-size: 50%;
}

.colonne-gauche-1  {
  position: absolute;
  width: 300px;
  height: 1600px;
  left: 200px;
  top: 100px;
  background-image: url('dossier-images/papier-orange-terne.png');
  background-size: 50%;
}

.img-crowd  {
  position: absolute;
  width: 200px;
  height: 150px;
  left: 220px;
  top: 300px;
  z-index: 50;
}

.img-crowd:hover {
  transform: scale(1.05);
}


.leaves-falling {
  position: absolute;
  width: 100px;
  height: 150px;
  left: -300px;
  top: 0px;
  z-index: 100;
}

.img-happy-fall {
  position: absolute;
  width: 150px;
  height: auto;
  left: 200px;
  top: 300px;
  z-index: 100;
}

.img-fanpage {
  position: absolute;
  width: 130px;
  height: auto;
  left: 860px;
  top: 170px;
  z-index: 100;
}



#chat-container {
  position: absolute;
  width: 20vw;
  height: 50vh;
  left: 5px;
  top: 920px;
  background-color: white;
  background-size: cover;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
}

#chat-box {
  flex-grow: 1;
  padding: 20px;
  overflow-y: scroll;
  background-image: url('dossier-images/stripespurple.jpg');
  background-size: cover;
  border-bottom: 2px solid #e0e0e0;
}

#user-name, #user-input {
  padding: 10px;
  margin: 0px 0;
  border: none;
  font-size: 16px;
  width: 18.5vw;
  font-family:'Courier New', Courier, monospace;
}

#send-button {
  position: absolute;
  top: 43vh;
  padding: 10px;
  left: 27vh;
  background-color: #c4e9d7;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  z-index: 10;
  font-family:'Courier New', Courier, monospace;
}

#send-button:hover {
  background-color: #7dc181;
}

.message {
  margin-bottom: 10px;
  padding: 8px;
  border-radius: 5px;
  background-color: #ffffff7a;
  max-width: 80%;
  font-family:'Courier New', Courier, monospace;
}

.message.user {
  background-color: #e3bfe9;
  align-self: flex-end;
  font-family:'Courier New', Courier, monospace;
}

.message .name {
  font-weight: bold;
  margin-right: 5px;
  font-family:'Courier New', Courier, monospace;
}


/* Style pour le bouton de suppression */
.delete-button {
  background-color: rgb(255, 255, 255);
  color: rgb(255, 110, 146);
  border: none;
  border: solid rgb(255, 234, 234);
  padding: 5px;
  font-size: 12px;
  cursor: pointer;
  margin-left: 10px;
  border-radius: 5px;
  font-family:'Courier New', Courier, monospace;
  align-self: left;
}

.delete-button:hover {
  background-color: rgb(255, 169, 175);
}






.bannieres-en-bas  {
  position: absolute;
  width : 950px;
  height : 180px;
  left: -5px;
  bottom: 0px;
  z-index: 20;
}

.bannieres-en-bas img  {
    width: 200px;
    border: 2px solid #333;
    margin: 10px;
    border-radius: 8px;
}

.bannieres-en-bas img:hover  {
  transform: scale(1.1);
}


.poll-container {
  background-color: #EEEEEE;
  padding: 2px;
  width: 200px;
  left: 450px;
  top: 720px;
  position: absolute;
  font-family: Arial, sans-serif;
  font-size: small;
  color: #FFFFFF;
  background-image: url('dossier-images/stripespurple.jpg');
  background-size: cover;
  z-index: 3;
}

.poll-title {
  padding: 2px 0 4px 2px;
  color: #FFFFFF;
}

.poll-option {
  clear: both;
  margin-bottom: 4px;
}

.poll-option input[type="radio"] {
  float: left;
  margin-top: 2px;
}

.poll-option label {
  float: left;
  width: 110px;
  color: #FFFFFF;
}

.poll-buttons {
  text-align: center;
  padding: 3px;
}

.poll-footer {
  font-size: 10px;
  text-align: right;
  color: #FFFFFF;
}


.img-bella {
  position: absolute;
  width : 292px;
  height : auto;
  top: 200px;
  left: 0px;
  z-index: 20;
}

.img-vampires {
  position: absolute;
  width : 250px;
  height : auto;
  left: 41px;
  top: 325px;
  z-index: 20;
}

.img-cat-guitar {
  position: absolute;
  width : 170px;
  height : auto;
  top: 200px;
  left: 290px;
  z-index: 20;
}


.img-music {
  position: absolute;
  width : 200px;
  height : auto;
  top: 200px;
  left: 660px;
  z-index: 20;
}


.img-link {
  position: absolute;
  width : 200px;
  height : auto;
  top: 200px;
  left: 460px;
  z-index: 20;
}

.img-fall {
  position: absolute;
  width : 170px;
  height : auto;
  top: 228px;
  left: 663px;
  z-index: 20;
}

.img-trela {
  position: absolute;
  width : 153px;
  height : auto;
  top: 200px;
  left: 835px;
  z-index: 10;
}

.img-pumpkins-home {
  position: absolute;
  width : 153px;
  height : auto;
  top: 170px;
  left: -155px;
  z-index: 20;
}

.img-pumpkins-home:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(255, 255, 255, 0.457);
}


.poll-container2 {
  background-image:url('dossier-images/papier-orange-bizarre.png');
  width: 200px;
  height: 100px;
  left: 220px;
  top: 450px;
  position: absolute;
  font-family: Arial, sans-serif;
  font-size: small;
  color: #ffffff;
  z-index: 3;
}

.poll-title2 {
  padding: 2px 0 4px 2px;
  font-weight: bold;
}

.poll-options2 {
  text-align: center;
  padding-bottom: 10px;
}

.poll-options2 input[type="radio"] {
  margin-top: 4px;
}

.poll-options2 label {
  margin-left: 5px;
}

.poll-buttons2 {
  text-align: center;
  padding: 3px;
}

.poll-footer2 {
  font-size: 10px;
  text-align: right;
  color: #ffffff;
}


.bande-multi {
  position: absolute;
  top: -90px;
  left: 450px;
  z-index: 20;
  transform: scale(0.96);
}

.bande-multi img:hover {
  transform: scale(1.03);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.457);
}



.happy-automne {
  position: absolute;
  width : 400px;
  height : 300px;
  top: 1350px;
  left: -270px;
  z-index: 20;
  background-image: url('dossier-images/papier-rose-vieux.png');
  background-size: cover;
  overflow: auto;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.361);
}

.twilight {
  position: relative;
  width : 400px;
  height : 170px;
  z-index: 21;
  background-image: url('dossier-images/bella-twilight.webp');
  background-size: contain;
  overflow: scroll;
}

.link {
  position: relative;
  width : 400px;
  height : 210px;
  z-index: 21;
  background-image: url('dossier-images/link3.gif');
  background-size: contain;
  overflow: scroll;
}

.hpmovie {
  position: relative;
  width : 400px;
  height : 200px;
  z-index: 21;
  background-image: url('dossier-images/harry-cicatrice.webp');
  background-size: contain;
  overflow: scroll;
}

.juno {
  position: relative;
  width : 400px;
  height : 210px;
  z-index: 21;
  background-image: url('dossier-images/juno.webp');
  background-size: contain;
  overflow: scroll;
}

.girls {
  position: relative;
  width : 400px;
  height : 300px;
  z-index: 21;
  background-image: url('dossier-images/gilmoregirls.webp');
  background-size: contain;
  overflow: scroll;
}

.movies-text {
  position: relative;
  width : 400px;
  height : 130px;
  z-index: 21;
  background-image: url('dossier-images/movies-text.png');
  background-size: contain;
  overflow: scroll;
}

.img-hypnose {
  position: absolute;
  width : 200px;
  height : 130px;
  z-index: 21;
  top: 20px;
  left: 430px;
}


.box-fanpage-fanarts {
  position: absolute;
  width : 290px;
  height : 400px;
  top: 600px;
  left: 205px;
  z-index: 20;
  background-image: url('dossier-images/papier-rose-vieux.png');
  background-size: cover;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.361);
}


.fanarts{
  position: absolute;
  width : 280px;
  height : 390px;
  top: 5px;
  left: 5px;
  z-index: 20;
  overflow: auto;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.361);
}

.img-fanart-jb {
  position: relative;
  width : 230px;
  height : 180px;
  z-index: 20;
}

.box-fanpage-inconnue {
  position: absolute;
  width : 700px;
  height : 500px;
  top: 300px;
  left: 150px;
  z-index: 0;
  background-image: url('dossier-images/papier-orange-terne.png');
  background-size: 100%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.361);
  z-index: 40;
}

.box-fanpage-jsp {
  position: absolute;
  width : 700px;
  height : 500px;
  top: 0px;
  left: 0px;
  z-index: 0;
  overflow: auto;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.361);
}

.img-pois-fond-luna {
  position: absolute;
  width : 700px;
  height : 300px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.361);
  top: 0px;
  left: 0px;
  z-index: 1;
}

.img-luna {
  position: absolute;
  width : 350px;
  height : 250px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.361);
  z-index: 5;
  left: 20px;
  top:20px;
  
}


.img-trelaw {
  position: absolute;
  width : 270px;
  height : 250px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.361);
  z-index: 5;
  left: 400px;
  top: 20px;
}

.img-hypnose {
  position: absolute;
  width : 200px;
  height : 120px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.361);
  top: 800px;
  left: 0px;
}

.img-hogwarts {
  position: absolute;
  width : 240px;
  height : auto;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.361);
  top: 800px;
  left: 205px;
}

.img-trela-luna {
  position: relative;
  width : 690px;
  height : auto;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.361);
  top: 300px;
  left: 5px;
  z-index: 3;
}

.img-coeur {
  position: absolute;
  width : 900px;
  height : auto;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.361);
  top: 0px;
  left: 0px;
  z-index: 0;
}

.img-pois {
  position: absolute;
  width : 300px;
  height : 400px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.361);
  top: 0px;
  left: 0px;
  z-index: 0;
}

.img-pois-fond  {
  position: absolute;
  width : 900px;
  height : auto;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.361);
bottom: 0px;
  left: 0px;
  z-index: 1;
}


.img-room2-2 {
  position: absolute;
  width : 900px;
  height : auto;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.361);
  top: 1000px;
  left: 0px;
  z-index: 0;
}

.img-stripes-2 {
  position: absolute;
  width : 900px;
  height : 450px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.361);
  top: 400px;
  left: 0px;
  z-index: 0;
}

.img-fond-vierge {
  position: absolute;
  width : 900px;
  height : auto;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.361);
  top: 850px;
  left: 0px;
  z-index: 0;
}