/* ****************************************************************/
/* ***********************DOMPDF **********************************/
/* ****************************************************************/
@page {
    margin: 120px 0;
	font-family: 'Work Sans', sans-serif;
}

.page-break {
    page-break-inside: auto;
}

.pagenum:before {
    content: counter(page);
    }

header {
    position: fixed;
    top: -90px;
    height: 100px;
	width: 100%;
    /*background-color: #752727;
    color: white;*/
    text-align: center;
    line-height: 35px;
}

footer {
    position: absolute;
    top: 55rem;
	margin: 0 4rem;
    /* height: 90px; */
    /* background-color: #752727;
    color: white; */
    /* text-align: center; */
    line-height: 35px;
}

/* ****************************************************************/
/* *********************** CSS ************************************/
/* ****************************************************************/
body{
	background:#FFF;
    font-size:14px;
}

.footerDate {
  position: relative;
  left: 35rem;
  bottom: 3rem;
}

tr {
	vertical-align: baseline;
}

.logoHeader {
	padding-top: 2rem;
}

.titleHeader {
	position: relative;
	top: -55px;
	right: 14.5%;
}

.order {
	position: relative;
	top: -40px;
	right: 25%;
	font-size: 10px;
}

.quote {
	position: relative;
	top: -40px;
	right: 21%;
	font-size: 10px;
}

.intervention {
	position: relative;
	top: -40px;
	right: 15%;
	font-size: 10px;
}

.cardContact {
	position: relative;
	top: -20px;
	left: 52.5%;
    line-height: 0;
}

.firstDiv {
	position: relative;
	top: 0%;
	/* left: 10%; */
	margin: 0 3rem;
}

.secondDiv {
	position: relative;
	top: 0%;
	/* left: 10%; */
	margin: 0 3rem;
}

.secondDivBg {
	background-color: #f3f3f3;
}

.thirdDiv {
	position: sticky;
	top: 40%;
	line-height: 16px!important;
	margin-top: 2rem;
}

.footerPdf {
	line-height: 0!important;
	font-size: 11px;
}

.titleCard2 {
	position: relative;
	left: 0;
	color:#fff;
	background-color:#e40e19;
	border-radius: 20px;
	/* margin-right: 220px; */
	padding: 0 10px;
	line-height: 20px!important;
	font-weight: bold;
}

.titleCard {
	color:#fff;
	background-color:#e40e19;
	border-radius: 20px;
	/* margin-right: 300px; */
	padding: 0 10px;
	line-height: 20px!important;
	font-weight: bold;
}

.titleGreyCard {
	color: #e40e19;
	background-color:#fff;
	border-radius: 20px;
	border-radius: 20px;
	/* margin-right: 220px; */
	padding: 0 10px;
	line-height: 20px!important;
	font-weight: bold;
}

.titleGreyCard2 {
	color: #e40e19;
	background-color:#fff;
	border-radius: 20px;
	border-radius: 20px;
	/* margin-right: 220px; */
	padding: 0 10px;
	line-height: 20px!important;
	font-weight: bold;
}

.titleGreyCard3 {
	color: #e40e19;
	background-color:#fff;
	border-radius: 20px;
	margin-right: 15rem;
	margin-top: 5px;
	padding: 0 10px;
	line-height: 20px!important;
	font-weight: bold;
}

.tdValidationResponsable {
	margin-left: 4rem;
}

.greyTitleCard {
	color: #000;
	background-color: #f3f3f3;
	width: auto;
	border-radius: 10px;
}

span.document-type{
	color:#25344C;
	font-size:22px;
}

span.main-category{
	color:#25344C;
	font-size:25px;
	margin-bottom:20px;
}

span.category{
	color:#25344C;
	font-size:20px;
}

span.sub-category{
	color:#25344C;
	font-size:15px;
}

span.text-red{
	color:red;
}

span.underline-blue{
	border-bottom: 2px solid #4472C4;
}

/* *********************TITRES*******************************************/
H1{
	color:#fff;
	background-color:#e40e19;
	border-radius: 20px;
    font-family: inherit;
    font-size:12px;
	width: 120px;
    padding:5px 5px;
    margin: 0px 5px;
}
H2{
	color:#000;
    font-family: inherit;
    font-size:22px;
    padding:0px 0px;
    margin: 0px 0px;
}

hr{
    padding:0px;
    margin: 5px 5px;
}
/* *********************TABLEAUX****************************************/

td.title-category{
	background-color:#25344C;
	color:#FFF;
	font-size:13px;
}

/*** BORDER DEFAULT ***/
table td{
	line-height: 0px;
}

.descriptionText {
	font-size: 12px!important;
	line-height: 12px!important;
    text-align: left!important;
}

table.bordered-default{
	border:1px solid #000;
}
table.bordered-default th,table.bordered-default td {
	border:1px solid #000;
}
td.bordered{
	border:2px solid #25344C;
	padding:15px;
}

/*** BORDER BLUELIGHT ***/
table.bordered-bluelight{
	border:1px solid #BCD5ED;
}
table.bordered-bluelight th,table.bordered-bluelight td {
	border:1px solid #BCD5ED;
	padding:5px;
}
td.bordered-bluelight{
	border:1px solid #BCD5ED;
	padding:5px;
}

/*** BORDER BLUE ***/
table.bordered-blue{
	border:1px solid #4472C4;
}
table.bordered-blue th,table.bordered-blue td {
	border:1px solid #4472C4;
	padding:5px;
}
td.bordered-blue{
	border:1px solid #4472C4;
	padding:5px;
}
td.bordered-blue-top{
	border-top:1px solid #4472C4;
	padding:10px;
}

