/* ****************************************************************/
/* ***********************DOMPDF **********************************/
/* ****************************************************************/

@page {
    margin: 120px 25px;
}

.page-break {
    page-break-inside: auto;
}

.pagenum:before {
    content: counter(page);
    }

header {
    position: fixed;
    top: -90px;
    height: 100px;
    /*background-color: #752727;
    color: white;*/
    text-align: center;
    line-height: 35px;
}

footer {
    position: fixed;
    bottom: -100px;
    height: 90px;
    /* background-color: #752727;
    color: white; */
    text-align: center;
    line-height: 35px;
}

/* ****************************************************************/
/* *********************** CSS ************************************/
/* ****************************************************************/
body{
	background:#FFF;
    font-size:14px;
}

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:#ee4a04;
    font-family: inherit;
    font-size:16px;
    padding:0px 0px;
    margin: 0px 0px;
}
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.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;
}

