#print-facture-1 {
  width: 980px;
  height: 100vh;
  position: absolute;
  z-index: -3;
  top: 0;
  left: 0;
  display: none;
  font-family: Roboto !important;
  font-family: normal !important;
  font-size: 14px !important;
}
#print-facture-1 .container {
  position: relative;
  width: 1000px;
  height: 1000px;
}
#print-facture-1 .habillage {
  width: 100%;
}
#print-facture-1 .header {
  width: 100%;
  position: absolute;
  top: 10vh;
}
#print-facture-1 .header h1 {
  font-size: 68px;
}
#print-facture-1 .header .adresses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 250px;
  padding-top: 7px;
  font-size: 16px;
}
#print-facture-1 .table-contact table,
#print-facture-1 .table-contact th,
#print-facture-1 .table-contact td {
  border: 1px solid black;
  border-collapse: collapse;
  width: 900px;
  font-size: 16px;
}
#print-facture-1 .table-details th,
#print-facture-1 .table-details td {
  border: 1px solid black;
  border-collapse: collapse;
  width: 900px;
  font-size: 16px;
  margin-left: 10px;
  text-align: center;
}
#print-facture-1 .content {
  top: 40vh;
  position: absolute;
}
#print-facture-1 .table-footer {
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  color: black;
  margin-left: 40%;
}
#print-facture-1 .law-container {
  margin-top: 3vh;
}
#print-facture-1 .law-container p {
  font-size: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0;
  padding-bottom: 0;
  margin-left: 30px;
  margin-right: 30px;
}
#print-facture-1 .reglement_reception {
  margin-top: 5vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 30px;
  height: 75px;
}
#print-facture-1 .footer {
  position: absolute;
  left: 350px;
  -ms-flex-item-align: end;
      align-self: end;
  width: 140px;
  border: 3px solid #446d44;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffff;
}
#print-facture-1 .footer p {
  background-color: yellow;
  font-size: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0;
  padding-bottom: 0;
  color: red;
  font-weight: bold;
}
