* {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
}

.inp {
  background-color: rgba(255, 255, 255, 0.279);
  color: white;
  padding-left: 30px;
}



#list_msg {
  list-style: none;
  /* color: white; */
}

.liste_envoie {

  margin-left: 200px;
  margin-bottom: 10px;
  width: 200px;

  /* background-color: burlywood; */
  height: auto;
  text-align: right;
}

.liste_envoie a {
  /* background-color: rgb(38, 148, 126); */
  background-color: rgb(40, 115, 235);
  padding: 10px;
  border-radius: 10px 10px 0 10px;
  color: white !important;


  display: inline-block;

}





.liste_recois {

  margin-bottom: 10px;
  width: 200px
}

.liste_recois a {
  color: white !important;
  /* background-color: rgb(40, 114, 235); */
  background-color: grey;
  padding: 10px;
  border-radius: 0 10px 10px 10px;


  display: inline-block;

}

/* .custom_modal {
  background-color: gray;

} */

.i {
  overflow-y: scroll !important;
  max-height: 500px;

}

.h {
  margin-top: 0px;

}

.j {
  background-color: rgba(75, 112, 12, 0.393);
}

.mes {
  display: flex;
  width: 390px;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.169);
  border-radius: 20px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  text-align: start;
}

#notification_user {
  display: inline-block;
  width: 25px;
  /* height: 10px; */
  background-color: red;
  color: white;
  font-size: 15px;
  border-radius: 8px 8px 8px 0;
  height: 25px;
}

.table_pers {
  table-layout: fixed;
  width: 100%;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
}

.table_pers_msg {
  table-layout: fixed;
  width: 100%;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;

}

.table_pers thead tr th {
  background-color: rgba(255, 228, 196, 0);
}

.table_pers tbody tr td {
  background-color: rgba(255, 255, 255, 0);
  color: white;
}

.table_pers_msg thead tr th {
  background-color: rgba(255, 228, 196, 0);
}

.table_pers_msg tbody tr td {
  background-color: rgba(255, 255, 255, 0);
  color: white;
}

.mes1 {
  display: flex;
  width: 200px;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.169);
  border-radius: 20px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  text-align: start;
}

.form_pers {
  position: fixed;
  top: 120px;
  left: 100px;
}

.inp::placeholder {
  color: white;
  font-style: italic;
  font-size: 12px;
}

.contain {
  height: auto;
}

.y {
  text-align: center;
  position: relative;

}

.bouton {
  width: 60px;
  font-size: 12px;
}

._modif {
  padding-left: 6px;
}

._suppr {
  padding-left: 3px;
}

._suppr img {
  width: 30px;
}

.notif {
  position: relative;
  left: 10px;
}

.i::-webkit-scrollbar {
  /* background-color: #d8d3d33b; */
  border-radius: 5px;
  /* border: 1px solid #f1f1f1; */
  opacity: 0;
  /* display: none; */

}

.i::-webkit-scrollbar-thumb {
  background-color: #d8d3d3;
  border-radius: 5px;
  /* border: 2px solid #1f1e1e; */
  display: none;
}

.i::-webkit-scrollbar-thumb:hover {
  background-color: #beb7b7;
  display: block;
}


body::-webkit-scrollbar {
  background-color: #d8d3d33c;
  border-radius: 5px;
  /* border: 1px solid #f1f1f1; */
  /* opacity: 0.5; */

}

body::-webkit-scrollbar-thumb {
  background-color: #323030;
  border-radius: 5px;
  /* border: 2px solid #1f1e1e; */
}

body::-webkit-scrollbar-thumb:hover {
  background-color: #896b6b;
  /* border: 0px solid #1f1e1e; */
}

.espace1 img {
  width: 50px;
  border-radius: 50%;
}

/* .btn {
  width: 50px;
} */