.facture{
  margin: 20px 0 0 20px;
}
.paiement{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-top: 40px;
}

.information{
  width: 300px;
  margin-right: 80px;
 
}

.location{
  width: 30%;
  border: 2px solid blue;
  border-radius: 5px;
}

.entete{
  background-color: white;
  color: blue;
  font-size: 15px;
  padding: 0;
  text-align: center;
}

.location table{
  width: 100%;
}

.info-bien{
  padding: 5px;
}

.quittance{
  margin-left: 280px;
  margin-top: 20px;
  color: blue;
}

.titre{
  margin-left: 73px;
}

.montant{
  width: 70%;
  margin-top: 20px;
  border: 2px solid blue;
  border-radius: 5px;
}

.montant table{
  width: 100%;
}

.libelle{
  background-color: white;
  color: blue;
  font-size: 15px;
  margin-left: 5px;
  text-align: left;
}

.resultat{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 247px;
  margin-top: 20px;
  margin-left: 450px;
  border: 2px solid #0000ff;
  border-radius: 5px;
  height: 30px;
}

.total{
  background-color: white;
  color: blue;
  padding-left: 10px;
  margin-bottom: 0px;
  font-size: 15px;
}





