@import url('https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible:ital,wght@0,400;0,700;1,400;1,700&family=Lexend:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lavishly+Yours&display=swap');

body {
  display: flex;
}

#buttons_gestion_bdd button{
  width: 150px;
  height: 30px;
  border: 2px royalblue solid;
  background: white;
  border-radius: 8px;
  margin-right: 20px;
  margin-bottom: 15px;
  font-size: 14px;
  color: RoyalBlue;
}

#resize_bar {
  width: 9px;
  background: lightgray;
  outline: solid white 3px;
  outline-offset: -3px;
  cursor: col-resize;
  
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#left_pannel, 
#right_pannel {
  padding: 6px;
  font-family: 'Atkinson Hyperlegible', Garamont, serif;
  overflow-y:scroll;
}

#right_pannel {
  width: 1100px;
}

#left_pannel {
  width: 50%;
}

#liste_pnj {
  margin-top: 15px;
}


#liste_pnj td {
  padding: 2px;
  padding-left: 12px;
  padding-right: 12px;
  /* border-left: solid 2px lightgray; */
}

#liste_pnj tr:nth-child(even) {
  background: whitesmoke;
}

#liste_pnj td:last-child {
  /* border-right: solid 2px lightgray; */
  padding-left: 0;
  padding-right: 0;
}

/* 
#liste_pnj tr:nth-child(2) td {
  border-top: solid 2px lightgray;
}

#liste_pnj tr:last-child td {
  border-bottom: solid 2px lightgray;
}

#liste_pnj tr:nth-child(2) td:first-child {
  border-radius: 8px 0px 0px 0px ;
}

#liste_pnj tr:nth-child(2) td:last-child {
  border-radius: 0px 8px 0px 0px;
}

#liste_pnj tr:last-child td:first-child {
  border-radius: 0px 0px 0px 8px;
}

#liste_pnj tr:last-child td:last-child {
  border-radius: 0px 0px 8px 0px;
} 
*/


#liste_pnj tr:hover {
  background: #d2dcf9;
}

#liste_pnj tr:first-child:hover {
  background: white;
}

#liste_pnj button {
  width: 100px;
  height: 18px;
  border: 0;
  background: none;
  border-radius: 8px;
  font-size: 14px;
  color: RoyalBlue;
  cursor: pointer;
}

#button_vider_fiche {
  float: right;
}