/* layout horizoantale  */
.float-right {
    width: 180px;
    margin-bottom: 20px;
  }
  .title{
      margin-top: 10px;
      margin-bottom: 5px;
      font-weight: bold;
      width: 400px;
  }
  .box {
    margin-top: 10px;
    display: grid;
    width: 540px;
    grid-template-columns:1100px 210px;
    align-items: start;
    justify-content: space-between;
}
.box2 {
  margin-top: 10px;
  display: grid;
  width: 540px;
  grid-template-columns:1070px 110px 110px;
  align-items: start;
  justify-content: space-between;
}

/* icons listes des clients  */
.icon{
font-size: larger;
}
.afficher{
 color: #0CAADC;
}
.modifier {
  color: #EEB902;
}
.document{
  color: #EEB902;
}
.facture{
  color: #8687a7;
}
.paiement{
  color: #45cb85;
}
.login{
  color: #ff715b;
}
.delete{
    color:#ff715b
}
.required:after {
  content:" *";
  color: red;
}
