@charset "UTF-8";
/* CSS Document */
 @font-face {
  font-family: 'Noto Sans', sans-serif;
  
}

@page {
  size: A4;
}
 .focused {
    background: #abcdef;
  }


body {
 position: relative;
  width: 210mm;  
  height: 297mm; 
  margin: 0 auto; 
  color: #555555;
  background: #FFffFF; 
  font-size: 1.0em;
  font-family: 'Noto Sans', sans-serif;
  /*background: url('../img/placeholder-image.png') no-repeat center center;*/
}

.gencont {
	position: relative;
    display: inline-block;
	font-size: 1.0em;
    font-family: 'Noto Sans', sans-serif;
	width: 21cm;
	border: 0px solid black;
	text-align: left;
	
}
garanties{
	font-size: 1.2em;
	text-align: center;
    line-height: 20px;
}
garantiespl { 
   text-decoration: underline;
   line-height: 5px;
   font-size: 1.3em;
   font-weight: 600;
    text-align: center;
}

td{ border-bottom: 1px solid #eee;
	
}
#logo {
 position: relative;
/*	float: left; */
 width: 794px;
  }
#logo2 {
  position: absolute;
  right:0px;
	 top :108px;
	width: 487px;
	height: 146px;

   }
#logo3 {
  position: absolute;
  left:0px;
  top :108px;
	width: 305px;
	height: 26px;
   }

#company {
  position: absolute;
	/*float: right; */
   right:3px;
   top  :3px;
  text-align: right;
  color:#2c2b2b;
	font-size: 1.0em;
}
h2.name {
  font-size: 1.4em;
  font-weight: normal;
  margin: 0;
}
h2.name2 {
  font-size: 0.8em;
  font-weight: normal;
  margin: 0;
}
#invoice {
	float: left;
 font-size: 1.6em;
	background: #FFffFF; 
}
#datestyle{
	padding-top: 10px;
 font-size: 0.6em;
}

#client {
  position: absolute;
  right:3px;
  top  :110px;
  text-align: left;
  padding-top: 10px;
  border-bottom: 0px solid #AAAAAA;
  width: 320px;
  color:#2c2b2b;
}
#client h1 {
  color: #0087C3;
  color:#2c2b2b;
  font-size: 1.6em;
  line-height: 1em;
  font-weight: normal;
  margin: 0  0 60px 0;
}

#client .date {
  font-size: 1.1em;
  color: #777777;
 border-bottom: 1px solid black;
}



#etatcom {
  position: absolute;
  right:0px;
  top  :229px;
  text-align: center;
  padding-top: 1px;
  border-bottom: 0px solid #AAAAAA;
  width: 150px;
  color:#2c2b2b;
  background: #999999;
}
#typecom {
  position: absolute;
  right:0px;
  top  :200px;
  text-align: center;
  padding-top: 1px;
  border-bottom: 0px solid #AAAAAA;
  width: 150px;
  color:#2c2b2b;
  background: #999999;
}

.yes {
	font-size: 0.5em;
	background: #999999;
	padding: 0px;
}	

	
.titretop {
    display: table-cell;
    
    font-size: 0.5em;
	text-align: left;
	

}

.col {
    display: table-cell;
    padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 2px;
	padding-right: 4px;
    font-size: 1.6em;
	text-align: left;
	

}


.colh {
    display: table-cell;
    padding-top: 4px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 4px;
	font-size: 1.0em;
	text-align: left;
	border: 0px solid black;
}

.colt {
    display: table-cell;
	position: relative;
	top:1px;
    padding-top: 3px;
	margin-bottom: 20px;
	font-size: 0.9em;
	text-align: left;
	border: 0px solid black;
	
}
#ligne1 {
    font-size: 0.5em;
	padding-top: 60%;
	text-align: center;
	
}

.memo {
	background-color: #AAAAAA;
	border: 1px solid black;
	}


#mydiv {
  /*  position: absolute;*/
	float: left;
    z-index: 9;
    background-color: #C8C8B0;
    text-align: center;
    border: 3px solid #d3d3d3;
	left: 0px;
	top: 0px;
	width: 250px;
	
}

#mydivheader {
    padding: 10px;
    cursor: move;
    z-index: 10;
    background-color:#EFD61E;
    color: #fff;
	width: 230px;
	height: 40px;
	
}

#umcalc {
    text-transform: uppercase;
}
#btst {
    background-color:#707070; 
    border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
	border-radius: 12px;
	 -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
	
	
}
#btst:hover {
    background-color: #EFD61E;
    color: white;
	}
#btsts {
    background-color:#707070; 
    border: none;
    color: white;
    padding: 5px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
	border-radius: 12px;
	 -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
	
	
}
#btsts:hover {
    background-color: #EFD61E;
    color: white;
	}

tr.elastic  {
	
	background-color: #ddd;
      height: 150px;
} 



@media print {	
	
	 #mydivheader, #mydiv 
    {
        display: none !important;
    }
.gencont {  
    page-break-after: always;
    }


body {  
margin: auto;
box-shadow: 0;
margin-top: .25 in;
-webkit-print-color-adjust: exact;
}

   
}		
	

