<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: SourceSansPro;
  src: url(SourceSansPro-Regular.ttf);
}

body { 
  color: #555555;
  background: #FFFFFF; 
  font-size: 14px; 
}

header.print {
  padding: 0px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #AAAAAA;
}

#logo {
  float: left;
  margin-bottom: 8px;
}

#logo img {
  height: 55px;
}

#company {
  float: right;
  text-align: right;
  width: 300px;
  font-size: 14px
}


#details {
  margin-bottom: 10px;
}

#client {
  padding-left: 6px;
  border-left: 6px solid #0087C3;
  float: left;
  font-size: 14px
}

#client .to {
  font-weight: bold;
  color: #777777;
  font-size: 14px
}

h2.name {
  font-size: 1.1em;
  font-weight: normal;
  margin: 0;
}

#invoice {
  float: right;
  text-align: right;
  font-size: 14px
}

#invoice h1 {
  color: #0087C3;
  font-size: 1.2em;
  line-height: 0.2em;
  font-weight: normal;
  margin: 0  0 10px 0;
}

#invoice .date {
  font-size: 1.1em;
  color: #777777;
}

#info_produit{
  background: #EEEEEE;
  margin-bottom: 15px;
  font-size: 14px
}

#produit{
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  color: #777777;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 5px;
}

table th,
table td {
  padding: 5px;
  background: #EEEEEE;
  text-align: center;
  border-bottom: 1px solid #FFFFFF;
}

table th {
  white-space: nowrap;        
  font-weight: normal;
}

table td {
  text-align: right;
}

table td h3{
  color: #57B223;
  font-size: 1em;
  font-weight: normal;
  margin: 0 0 0.1em 0;
}

table .no {
  color: #FFFFFF;
  font-size: 1.2em;
  background: #57B223;
  text-align: center
}

table .desc {
  text-align: left;
}

table .unit {
  background: #DDDDDD;
}

table .qty {
}

table .total {
  background: #57B223;
  color: #FFFFFF;
}



table td.unit,
table td.qty,
table td.total {
  font-size: 1em;
}

table tbody tr:last-child td {
  border: none;
}

table tfoot td {
  padding: 5px 10px;
  background: #FFFFFF;
  border-bottom: none;
  font-size: 1em;
  white-space: nowrap; 
  border-top: 1px solid #AAAAAA; 
}

table tfoot tr:first-child td {
  border-top: none; 
}

table tfoot tr:last-child td {
  color: #57B223;
  font-size: 1.2em;
  border-top: 1px solid #57B223; 

}

table tfoot tr td:first-child {
  border: none;
}

#thanks{
  font-size: 1em;
  margin-bottom: 50px;
}

#notices{
  padding-left: 6px;
  border-left: 6px solid #0087C3;  
}

#notices .notice {
  font-size: 1em;
}

.row-1
{
    padding: 10px;
    display: table;
    width: 100%; /*Optional*/
    table-layout: fixed; /*Optional*/
    border-spacing: 10px; /*Optional*/
}
.column
{
    display: table-cell;
}

</pre></body></html>