@font-face {
  font-family: Garamond;
  src: url('/font/Garamond-Roman Light.ttf');
  
}

@font-face {
  font-family: 'Poppin';
  src: url('/font/Poppins-Light.ttf');
  
}

body {
  background: rgb(255, 255, 255);
  }


  .disposition{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    max-width: 800px;
    margin: auto;
    min-width: 600px;
    width: auto;
    margin-top: 200px;
   

  }

  .btn{
    width: 300px;
    height: auto;

    
  }
  

  .btn a:hover{
    transform: scale(1.05);
    transition: 0.1s ease-in-out;
    box-shadow: -12px 12px 2px 1px rgb(65, 65, 65);
  }

  .btn:hover{
    transform: scale(1.05);
    transition: 0.1s ease-in-out;
  }


.btn a{
  padding: 50px;
  padding-block: 100px  ;
  color: black;
  font-family: "Poppin";
  border: 2px solid black;
  border-radius: 10px;
  height: 200px;
  box-shadow: 5px -5px 2px 1px rgb(0, 0, 0);
  font-size: 15pt;


}

#titre {
  font-family: "Garamond";
  font-weight: 75pt;
  text-align: center;
  font-size: 50pt;
}

#h2titre{
  font-family: "Garamond";
  font-weight: 100pt;
  text-align: left;
  font-size: 30pt;
}





#modemulti{
  list-style: none;
}

#modemulti li{
  list-style: none;
  padding: 30px;

  

}

#modemulti li a{
  height: 30px;
  text-decoration: none;
  color: black;
  background-color: rgb(234, 234, 234);
  border: 1px solid black;
  padding: 20px;
  padding-inline: 10% ;
  border-radius: 20px;
  width: auto;
  text-align: center;
  
}


#wikisearch{
  padding: 20px;
  font-size: 20pt;
}

#retourmenu {
  font-family: "Poppin";
  color: black;
  text-decoration: none;
  border-radius: 5px;
  font-size: 15pt;
  position: relative;
  
  

}

#retourmenu:hover {
  text-decoration: underline;
  

}

#listserv{
  margin-top: 50px;

}
#listserv tr td{
  width: 200px;
}

#chat{
  right: 0;
  top: 0;
  width: 10%;
  height: 90%;
  box-shadow: -12px 12px 30px 1px rgb(126, 126, 126);

  position: fixed;
  width: 13%;
  min-width: 110px;
}

#msg{
  position: absolute ;
  text-align: left;
  height: auto;
  width: 150px;
  bottom : 0;  
  overflow: hidden;
  margin-bottom: 50px;
  padding-left: 8px;

  
}

#msgbtn{
  position: absolute ;

  float: right;
  bottom : 0;  
  width: 100%;
}

#msgbtn input{
  border: 2px solid rgba(0, 0, 0, 0.282);
  height: 20px;
  width: 100%;
  padding: 5px;
  border-radius: 5px;
}

#msgbtn button{
  width: 100%;
}

#affichage{
  width: 85%;
}

#afflisteserv{
  width: 100%;
 
}

#listserv td{
  font-family: "Poppin";

}

#listserv thead{
  font-size: 15pt;
  text-decoration: underline;
  margin-bottom: 300px;
  
}

#listserv{
  margin: auto;
  box-shadow: -12px 12px 30px 1px rgb(126, 126, 126);
  padding: 30px;
  border-radius: 5px;
  width: 60%;
  max-width: 1000px;
  min-width: 500px;
}

#bouton {
  text-align: center;
  width: 60%;
  margin-top: 50px;
  margin-inline: auto;
  max-width: 1000px;
  min-width: 500px;


}


#btnserv {
  padding: 20px;
  float: right;
  font-family: "Poppin";
  background-color: white;
  color: black;
  text-decoration: none;
  border: 1px solid black;
  border-radius: 5px;
  font-size: 15pt;
  margin-left: 15px;
}


#btnserv:hover {
 
  background-color: rgb(93, 93, 93);
  color: white;
}



#btnco {
  padding: 20px;
  font-family: "Poppin";
  background-color: white;
  color: black;
  text-decoration: none;
  border: 1px solid black;
  border-radius: 5px;
  font-size: 15pt;
  margin-left: 15px;
}


#btndeco {
  padding: 10px;
  font-family: "Poppin";
  background-color: white;
  color: black;
  text-decoration: none;
  border: 1px solid black;
  border-radius: 5px;
  font-size: 10pt;
  margin-top: 100px;
  

}

#btndeco:hover {
 
  background-color: rgb(93, 93, 93);
  color: white;
}

#btnco:hover {
 
  background-color: rgb(93, 93, 93);
  color: white;
}


#place1{
  text-align: center;
  font-size: 20pt;
}

#place23{
  text-align: center;
  font-size: 15pt;
}

/*css du compte*/
.bloc{
  width: 450px;
  margin: auto;
  background-color: rgb(233, 233, 233);
  text-align: center;
  border-radius: 10px;
  padding: 20px;

}
.labelcompte{
  color: rgb(29, 29, 29);
  text-align: center;
  text-transform: capitalize;
  font-family: "Poppin";
  font-size: 150%;
  font-weight: 300;
}
#inputcompte{
  width: 80%;
  margin: 10px 0;
  outline: none;
  background-color: transparent;
  color: rgb(0, 0, 0);
  padding: 10px 6px;
  font-size: 18px;
  font-weight: bold;
  box-sizing: border-box;
  border: none;
  border-bottom: 1px aliceblue solid;
}
#inputcompte::placeholder{
  color: rgb(60, 60, 60);
  font-family: "Poppin";
  font-weight: 100;
}
#connexion{
  font-family: "Garamond";
  text-align: center;
  font-weight: 100pt;
  font-size: 30pt;
}


/* CSS de la page du salon de jeu */


#searchTerm{
  width: 300px;
  margin: auto;
  padding: 10px;
  border-radius: 5px;


}


#searchTerm::placeholder{
  color: rgb(89, 89, 89);
  font-size: 12pt;


}



#searchTerm1::placeholder{
  color: rgb(89, 89, 89);
  font-size: 12pt;


}



#searchTerm1{
  width: 300px;
  margin: auto;
  padding: 10px;
  border-radius: 5px;

}

#affmult{
  margin: auto;
}

#re{
  width: auto;
  max-width: 300px;
  height: auto;
  background-color: rgb(240, 240, 240);
  padding-right: 10px;
  border: 1px solid black;
  box-shadow: -5px 5px 2px 1px rgb(146, 146, 146);
  border-radius: 5px;



}

.dispositionmult{
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  max-width: 800px;
  margin: auto;
  min-width: 600px;
  width: auto;

}

.searchResults1{
  width: 300px;
  height: auto;
  overflow-y: scroll;
  background-color: rgb(155, 155, 155);
  box-shadow: -12px 12px 2px 1px rgb(65, 65, 65);

}


.searchResults{
  width: 300px;
  height: auto;
  overflow-y: scroll;
  background-color: rgb(155, 155, 155);


}

#re a{
  color: black;
  text-decoration: none;
  font-family: "Poppin";
  padding: 5px;
}

#btnstart{
  padding: 10px;
  font-family: "Poppin";
  background-color: white;
  color: black;
  text-decoration: none;
  border: 1px solid black;
  border-radius: 5px;
  font-size: 10pt;
}

#btnstart:hover {
 
  background-color: rgb(93, 93, 93);
  color: white;
}

#nomsalon{
  font-family: "Poppin";
  text-align: center;

}

#jco{
  font-family: "Poppin";
  text-decoration: underline;
  font-size: 12pt;
}

#joueur{
  font-size: 10pt;
  font-family: "Poppin";
}

.dispositionmult1{
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  max-width: 800px;
  margin: auto;
  min-width: 600px;
  width: auto;

}

#re1{
  width: auto;
  max-width: 300px;
  height: auto;
  padding-right: 10px;
  border-radius: 5px;
  font-family: "Poppin";


}

#re1 #depart{

  font-family: "Garamond";
  font-size: 30pt;


}

#re1 #arrive{

  font-family: "Garamond";
  font-size: 30pt;
}

/*Css dans la partie */

#timer{
  padding: 10px;
  border: 1px solid black;
  background-color: white;
  border-radius: 5px;
  position: absolute;
  margin-left: 80%;
  position: fixed;
  font-family: "Poppin";
  font-size: 14pt;
  z-index: 100;
}

#monh2{
  font-size: 20pt;
  font-family: "Poppin";
  display: flex;
  margin: auto;
  width: 600px;
  margin-bottom: 30px;
  margin-top: 30px;
}

#intmonh2{
  background-color: white;
  padding: 5px;
  text-align: center;
  margin: auto;
  border-radius: 5px;
  box-shadow: 5px 10px 12px 1px rgb(125, 125, 125);
  


}