/***** Microsuivi - Common CSS *****
*
* Charte graphique Microsuivi
* Définition des couleurs (texte, background, boutons, menus, containers...)
* CSS helpers (margin classes, padding classes)
*
********************************/

body {
	font-size: 12.75px;
}

#main-content {
    padding-bottom:20px;
}

.container-1600 {
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
}

#footer {
    margin-bottom: 0;
}

/* header fixed at top */
#header.header-top {
    position:fixed;
    z-index:28;
    top:0;
    width: 100%;
}

#main-content.header-top {
    padding-top: 70px;
}

/* footer fixed at bottom */
#main-content.footer-bottom {
    padding-bottom: 70px;
}

#footer.footer-bottom {
    position:fixed;
    z-index:29;
    bottom:0;
    width: 100%;
}

/* footer fixed at bottom + fixed content height */
#main-content.fixed-height {
    overflow-x: hidden;
    overflow-y: auto;
    margin-top:70px;
    padding-bottom:70px;
}


/* Redefine html tags
 ------------------------ */

a,
a:hover {
    color : #333333;
}

i{
    vertical-align: middle;
}
a.underline {
    text-decoration: underline
}

textarea.form-control {
    resize: vertical;
    height: 8em;
}

h1, .h1, 
h2, .h2,
h3, .h3,
h4, .h4 {
    margin: 0.4em 0;
}

h1, .h1 {
	font-size : 2.25em;
}
h2, .h2 {
	font-size : 1.8em;
}
h3, .h3 {
	font-size : 1.5em;
}
h4, .h4 {
	font-size : 1.25em;
}


/* Text Helpers
------------------------- */
.text-xs {
  font-size: 0.75em;
}
.text-sm {
  font-size: 0.85em;
}
.text-default {
  font-size: 1em;  
}
.text-md {
  font-size: 1.25em;
}
.text-lg {
  font-size: 1.5em;
}
.text-xl {
  font-size: 1.8em;
}
.text-huge {
    font-size: 3em;
}
.text-strong,
.text-bold {
  font-weight: 700;
}
.text-em,
.text-italic {
  font-style: italic;
}

.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.clickable {
  cursor: pointer;
}

/* Badges
-------------------------*/

.badge-xs {
    font-size: 0.75em;
    vertical-align: middle;
}

.badge-sm {
    font-size: 0.85em;
}
.badge-default {
    font-size: 1em;
}
.badge-md {
    font-size: 1.25em;
}
.badge-lg {
    font-size: 1.5em;
}
.badge-xl {
    font-size: 1.8em;
}
.badge-huge {
    font-size: 3em;
}


/* Colors
 ------------------------ */

.microsuivi-bleu-fonce {
    color:#00344b; /* rgb(0, 52, 75) */
}
.microsuivi-bleu-microsuivi {
    color:#009fe3; /* rgb(0, 159, 227) */
}
.microsuivi-bleu-btn {
    color:#3fa9f5; /* rgb(63, 169, 245) */
}
.microsuivi-bleu-btn-hover {
    color:#0087c1;
}
.microsuivi-bleu-clair {
    color:#80cff1; /* rgb(128, 207, 241) */
}

.text-collectivite {
  color: #009fe3;
}
.text-fournisseur {
  color: #8bc34a;
}
.text-admin {
  color: #4a4a49;
}

.text-alt-default {
  color: #333;
}
.text-alt-primary {
  color: #428bca;
}
.text-alt-success {
  color: #5cb85c;
}
.text-alt-info {
  color: #5bc0de;
}
.text-alt-warning {
  color: #f0ad4e;
}
.text-alt-danger {
  color: #d9534f;
}

.text-xdarkgrey {
  color: #4d4d4d;
}
.text-darkgrey {
  color: #999;
}
.text-bordergrey {
  color: #ddd;			/* border color */
}
.text-grey {
  color: #e6e6e6;
}
.text-lightgrey {
  color: #f5f5f5;		/* tr.hover */
}
.text-xlightgrey {
  color: #f9f9f9;		/* tr.odd */
}
.text-white {
  color: #fff;
}

.text-red {
  color: #f44336;
}
.text-pink {
  color: #F660AB;
}
.text-purple {
  color: #9c27b0;
}
.text-deeppurple {
  color: #673ab7;
}
.text-indigo {
  color: #3f51b5;
}
.text-lightblue {
  color: #03a9f4;
}
.text-cyan {
  color: #00bcd4;
}
.text-teal {
  color: #009688;
}
.text-lightgreen {
  color: #8bc34a;
}
.text-lime {
  color: #cddc39;
}
.text-lightyellow {
  color: #ffeb3b;
}
.text-orange {
  color: #ff9800;
}
.text-deeporange {
  color: #ff5722;
}
.text-bluegrey {
  color: #607d8b;
}
.text-brown {
  color: #795548;
}


/* Background Colors
 ------------------------ */

.bg-microsuivi-bleu-fonce {
    background-color:#00344b; /* rgb(0, 52, 75) */
}
.bg-microsuivi-bleu-microsuivi {
    background-color:#009fe3; /* rgb(0, 159, 227) */
}

.bg-collectivite {
  background-color: #009fe3;
}
.bg-collectivite-dark {
  background-color: #0087c1;
}
.bg-collectivite-light {
  background-color: #26ade7;
}
.bg-fournisseur {
  background-color: #8bc34a;
}
.bg-fournisseur-dark {
  background-color: #76a63f;
}
.bg-fournisseur-light {
  background-color: #9ccc65;
}
.bg-admin {
  background-color: #4a4a49;
  color:#ffffff;
}

.bg-alt-default {
  background-color: #fff;
}
.bg-alt-primary {
  background-color: #428bca;
}
.bg-alt-success {
  background-color: #5cb85c;
}
.bg-alt-info {
  background-color: #5bc0de;
}
.bg-alt-warning {
  background-color: #f0ad4e;
}
.bg-alt-danger {
  background-color: #d9534f;
}

.bg-xdarkgrey {
  background-color: #4d4d4d;
}
.bg-darkgrey {
  background-color: #999;
}
.bg-bordergrey {
  background-color: #ddd;			/* border color */
}
.bg-grey {
  background-color: #e6e6e6;
}
.bg-lightgrey {
  background-color: #f5f5f5;		/* tr.hover */
}
.bg-xlightgrey {
  background-color: #f9f9f9;		/* tr.odd */
}
.bg-white {
  background-color: #fff;
}


.bg-red {
  background-color: #f44336;
}
.bg-pink {
  background-color: #F660AB;
}
.bg-purple {
  background-color: #9c27b0;
}
.bg-deeppurple {
  background-color: #673ab7;
}
.bg-indigo {
  background-color: #3f51b5;
}
.bg-lightblue {
  background-color: #03a9f4;
}
.bg-cyan {
  background-color: #00bcd4;
}
.bg-teal {
  background-color: #009688;
}
.bg-lightgreen {
  background-color: #8bc34a;
}
.bg-lime {
  background-color: #cddc39;
}
.bg-lightyellow {
  background-color: #ffeb3b;
}
.bg-orange {
  background-color: #ff9800;
}
.bg-deeporange {
  background-color: #ff5722;
}
.bg-bluegrey {
  background-color: #607d8b;
}
.bg-brown {
  background-color: #795548;
}


/* Additionnal classes */

a.link-collectivite {
  color: #009fe3;
}
a.link-fournisseur {
    color: #8bc34a;
}
a.link-admin {
    color: #4a4a49;
}


/* Padding Helpers
------------------------- */

.padding-none {
  padding: 0px !important;
}
.padding-xs {
  padding: 10px !important;
}
.padding-sm {
  padding: 15px !important;
}
.padding,
.padding-md {
  padding: 20px !important;
}
.padding-lg {
  padding: 30px !important;
}

.padding-top-none {
  padding-top: 0px !important;
}
.padding-top-xs {
  padding-top: 10px !important;
}
.padding-top-sm {
  padding-top: 12px !important;
}
.padding-top,
.padding-top-md {
  padding-top: 20px !important;
}
.padding-top-lg {
  padding-top: 30px !important;
}

.padding-right-none {
  padding-right: 0px !important;
}
.padding-right-xs {
  padding-right: 10px !important;
}
.padding-right-sm {
  padding-right: 15px !important;
}
.padding-right,
.padding-right-md {
  padding-right: 20px !important;
}
.padding-right-lg {
  padding-right: 30px !important;
}

.padding-bottom-none {
  padding-bottom: 0px !important;
}
.padding-bottom-xs {
  padding-bottom: 10px !important;
}
.padding-bottom-sm {
  padding-bottom: 15px !important;
}
.padding-bottom,
.padding-bottom-md {
  padding-bottom: 20px !important;
}
.padding-bottom-lg {
  padding-bottom: 30px !important;
}

.padding-left-none {
  padding-left: 0px !important;
}
.padding-left-xs {
  padding-left: 10px !important;
}
.padding-left-sm {
  padding-left: 15px !important;
}
.padding-left,
.padding-left-md {
  padding-left: 20px !important;
}
.padding-left-lg {
  padding-left: 30px !important;
}


/* Margin Helpers
------------------------- */

.margin-none {
  margin: 0px !important;
}
.margin-xs {
  margin: 5px !important;
}
.margin-sm {
  margin: 10px !important;
}
.margin,
.margin-md {
  margin: 20px !important;
}
.margin-lg {
  margin: 40px !important;
}

.margin-top-none {
  margin-top: 0px !important;
}
.margin-top-xs {
  margin-top: 5px !important;
}
.margin-top-sm {
  margin-top: 10px !important;
}
.margin-top,
.margin-top-md {
  margin-top: 20px !important;
}
.margin-top-lg {
  margin-top: 40px !important;
}

.margin-right-none {
  margin-right: 0px !important;
}
.margin-right-xs {
  margin-right: 5px !important;
}
.margin-right-sm {
  margin-right: 10px !important;
}
.margin-right,
.margin-right-md {
  margin-right: 20px !important;
}
.margin-right-lg {
  margin-right: 40px !important;
}

.margin-bottom-none {
  margin-bottom: 0px !important;
}
.margin-bottom-xs {
  margin-bottom: 5px !important;
}
.margin-bottom-sm {
  margin-bottom: 10px !important;
}
.margin-bottom,
.margin-bottom-md {
  margin-bottom: 20px !important;
}
.margin-bottom-lg {
  margin-bottom: 40px !important;
}

.margin-left-none {
  margin-left: 0px !important;
}
.margin-left-xs {
  margin-left: 5px !important;
}
.margin-left-sm {
  margin-left: 10px !important;
}
.margin-left,
.margin-left-md {
  margin-left: 20px !important;
}
.margin-left-lg {
  margin-left: 40px !important;
}


/* Borders Helpers
------------------------- */

.border-left {
  border-left: 1px solid #ddd;
}
.border-right {
  border-right: 1px solid #ddd;
}
.border-bottom {
  border-bottom: 1px solid #ddd;
}
.border-top {
  border-top: 1px solid #ddd;
}


/* No borders Helpers
------------------------- */

.border-left-none {
  border-left: none !important;
}
.border-right-none {
  border-right: none !important;
}
.border-bottom-none {
  border-bottom: none !important;
}
.border-top-none {
  border-top: none !important;
}


/* Squared corner style
------------------------- */

.navbar,
.panel,
.panel-heading,
.panel-body,
.btn {
    border-radius: 0;
}


/* Forms
-------------------------
.input-group {
	max-width:300px;
}
.form-control {
	max-width:300px;
	font-size: 1em;
	padding: 4px 8px;
	height: 30px;
}
.input-group-addon {
	line-height: 18.2167px;
	padding: 4px 8px;
	height: 30px;
}
.form-control-static {
    min-height: 30px;
    padding-bottom: 5px;
    padding-top: 5px;
}
.form-horizontal .control-label {
    padding-top: 5px;
}*/


/* Forms like - Static fields 
------------------------- */

label.no-form-control-label,
label.document-label,
p.no-form-control-static, 
.document-value {
	padding-top:7px;
	margin-bottom:0;
}

label.no-form-control-label,
label.document-label {
	font-weight: 700;
}

/*label.no-form-control-label,*/
label.document-label,
p.no-form-control-static, 
.document-value {
	padding-bottom:7px;
}


/* Filter selected
------------------------- */

.filter-field-selected .help-block, 
.filter-field-selected .control-label, 
.filter-field-selected .radio,
.filter-field-selected .checkbox,
.filter-field-selected .radio-inline,
.filter-field-selected .checkbox-inline,
.filter-field-selected.radio label,
.filter-field-selected.checkbox label,
.filter-field-selected.radio-inline label,
.filter-field-selected.checkbox-inline label {
	color: #f0ad4e;
}

.filter-field-selected .form-control {
	color: #f0ad4e;
	border-color: #f0ad4e;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.filter-field-selected .form-control:focus {
	border-color: #d58512;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #d58512;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #d58512;
}

.filter-field-selected .input-group-addon {
	color: #f0ad4e;
	background-color: #fcf8e3;
	border-color: #f0ad4e;
}

.filter-field-selected .form-control-feedback {
	color: #f0ad4e;
}


/* Table cells
------------------------- */

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 6px 8px;
}

.table > tfoot > tr:first-child > td {
    border-top: 2px solid #ddd;
}

/* useful for table with <input> */
.table > tbody > tr > td,
.table-valign-middle > tbody > tr > td {
  vertical-align: middle;
}
.table .form-group {
    margin-bottom : 0;
}


.tr-even {
  background-color: #ffffff;
}

.tr-odd {
  background-color: #f9f9f9;
}

.table > tbody > tr.tr-separator > td {
    border-top: 2px solid #ddd;
}

.tr-height-lvh {
    height: 45px;
}

.table.table-condensed > thead > tr > th,
.table.table-condensed > tbody > tr > th,
.table.table-condensed > tfoot > tr > th,
.table.table-condensed > thead > tr > td,
.table.table-condensed > tbody > tr > td,
.table.table-condensed > tfoot > tr > td {
  padding: 3px 4px;
  font-size: 12px;
}

.table > thead > tr.border-none > th,
.table > tbody > tr.border-none > th,
.table > tfoot > tr.border-none > th,
.table > thead > tr.border-none > td,
.table > tbody > tr.border-none > td,
.table > tfoot > tr.border-none > td {
    border-top: none;
}


/* Table ellispsis 
------------------------- */

.table-ellipsis,
.table-layout-fixed {
	table-layout:fixed;
}

.table-ellipsis td {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


/* Breadcrumb
------------------------- */

.breadcrumb {
    background-color: #f1f1f1;
}


/* Rounded buttons
------------------------- */

.btn.btn-round {
  margin: 0;
  padding: 15px;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  font-size: 26px;
}
.btn.btn-round-xs {
  margin: 0;
  padding: 12px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  font-size: 16px;
}


/* Navbar custom
 ------------------------ */
.container-fluid .navbar {
    margin : 0 -15px 20px;
}
.navbar-brand .logo {
    margin-top:-10px;
}

.dropdown-header {
	font-size: inherit;
}


/* Panels - custom areas
------------------------- */

.panel .panel-heading > .caption {
	float: left;
	display: inline-block;
}

.panel .panel-heading > .actions {
	float: left;
	display: inline-block;
	margin-right: 30px;
	margin-left: 30px;
	margin-top: -4px;
}

.panel .panel-heading > .tools {
	float: right;
	display: inline-block;
}


/* Panels - Plain background
------------------------- */
.panel-icons-container {
    max-width:800px;
    margin:0 auto;    
}

.panel-icons-container .panel {
    margin-top:40px;
    margin-bottom:0;    
}

.panel-link {
    display : block;
    max-width: 320px;
    margin: 0 auto;
}

.panel-link:hover {
    text-decoration: none;
}

.panel-link.disabled {
	opacity: 0.5;
	cursor:default;
}

@media (max-width: 991px) {
  .panel-icons-container {
    width: 100%;
  }
}


/* Panels - custom colors
------------------------- */
.panel-alt-primary {
    border-color: #428bca;
}
.panel-alt-primary .panel-heading {
    background-color: #428bca;
    border-color: #428bca;
    color: #fff;
}
.panel-alt-primary .panel-footer {
    color: #428bca;
}
.panel-link:hover .panel-alt-primary .panel-heading {
    background-color: #3071a9;
}
.panel-link:hover .panel-alt-primary .panel-footer {
    color: #3071a9;
}

/**/
.panel-alt-success {
    border-color: #5cb85c;
}
.panel-alt-success .panel-heading {
    background-color: #5cb85c;
    border-color: #5cb85c;
    color: #fff;
}
.panel-alt-success .panel-footer {
    color: #5cb85c;
}
.panel-link:hover .panel-alt-success .panel-heading {
    background-color: #449d44;
}
.panel-link:hover .panel-alt-success .panel-footer {
    color: #449d44;
}

/**/
.panel-alt-info {
    border-color: #5bc0de;
}
.panel-alt-info .panel-heading {
    background-color: #5bc0de;
    border-color: #5bc0de;
    color: #fff;
}
.panel-alt-info .panel-footer {
    color: #5bc0de;
}
.panel-link:hover .panel-alt-info .panel-heading {
    background-color: #31b0d5;
}
.panel-link:hover .panel-alt-info .panel-footer {
    color: #31b0d5;
}

/**/
.panel-alt-warning {
    border-color: #f0ad4e;
}
.panel-alt-warning .panel-heading {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
    color: #fff;
}
.panel-alt-warning .panel-footer {
    color: #f0ad4e;
}
.panel-link:hover .panel-alt-warning .panel-heading {
    background-color: #ec971f;
}
.panel-link:hover .panel-alt-warning .panel-footer {
    color: #ec971f;
}

/**/
.panel-alt-danger {
    border-color: #d9534f;
}
.panel-alt-danger .panel-heading {
    background-color: #d9534f;
    border-color: #d9534f;
    color: #fff;
}
.panel-alt-danger .panel-footer {
    color: #d9534f;
}
.panel-link:hover .panel-alt-danger .panel-heading {
    background-color: #c9302c;
}
.panel-link:hover .panel-alt-danger .panel-footer {
    color: #c9302c;
}


/* Tabs
------------------------- */
.nav-tabs {
    margin-bottom : 0 !important;
}

.tab-content {
    padding : 20px 15px 15px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-top: none;
    border-radius : 0 0 5px 5px;
    min-height: 180px;
}


/* DataTable - Sorting caret
------------------------- 

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: 0 0;
}

table.dataTable thead .sorting_asc:after {
    float: left;
    margin-right:5px;
    font-family: fontawesome;
    content: "\f0de";
}

table.dataTable thead .sorting_desc:after {
    float: left;
    margin-right:5px;
    font-family: fontawesome;
    content: "\f0dd";
}

table.dataTable thead .sorting:after {
    float: left;
    margin-right:5px;
    font-family: fontawesome;
    content: "\f0dc";
    color: rgba(50,50,50,.5);
}

table.dataTable.table-bordered thead .sorting_asc:after,
table.dataTable.table-bordered thead .sorting_desc:after,
table.dataTable.table-bordered thead .sorting:after {
    float: right;
    margin-right:0;
}*/


/* Metis menu - tree view
------------------------- */
.treeview {
    padding-left: 0;
}

.treeview,
.treeview ul {
    list-style: none;
    padding-left: 10px;
}

.treeview li {
    position: relative;
}
.treeview li a {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #333;
    text-decoration: none;
    outline: 0 none;
}

.treeview ul > li.item > a span {
  padding-right: 5px;
}

/*#treeview > li:nth-child(1) > ul > li:nth-child(5)*/
/*#treeview > li:nth-child(1) > ul > li:nth-child(1) > span*/

/*li.active > a > span.fa-folder-o:before {
    content: "\f115" !important;
}*/


/* Progress
------------------------- */
.progress {
    background-color:#dddddd;
    margin-bottom: 20px;
    margin-top: 10px;
}

.progress-with-grid {
    border-radius: 4px 4px 0 0;
    margin-bottom: 30px;
    margin-right: 40px;
}

.progress-grid {
    position:relative;
    top:-30px;
    left:-1px;
    margin-right: 40px;
}

.progress-grid-pol {
    position: absolute;
    top: 0;
    background-color: #888888;
    width: 1px;
    height: 6px;
}
.progress-grid-txt {
    position: absolute;
    top: 5px;
    width: 80px;
    margin-left: -40px;
    text-align: center;
    /**/
    color: #888888;
    font-size: 0.75em;
}


/* Alert
------------------------- */
.alert {
    text-align: left;
}


/* Stacked icons with text
------------------------- */
.fa-doc-group {
    position: relative;
    display: inline-block;
    width: 1.6em;
    height: 1.6em;
    line-height: 1.6em;
    text-align: center;
    vertical-align: middle;
    margin-right: 4px;
}
.fa-doc-icon {
	position: absolute;
	left: 0;
	width: 100%;
	font-size: 1.6em;
}
.fa-doc-text {
	position: absolute;
	left: 0;
	width: 100%;
    line-height: 2.5em;
	font-size: 0.8em;
}


/* Modal
------------------------- */
.modal-dialog.modal-full {
	width: 96%;
}


@media ( min-width : 992px) {
	.modal-dialog.modal-full {
		width: 80%;
	}
}

.modal .modal-header > .caption {
	float: left;
	display: inline-block;
}

.modal .modal-header > .actions {
	float: left;
	display: inline-block;
	margin-right: 30px;
	margin-left: 30px;
	margin-top: -4px;
}

.modal .modal-header > .tools {
	float: right;
	display: inline-block;
}


/* Tooltip
------------------------- */

.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	background-color: #333;
	border-radius: 4px;
}

.tooltip.top .tooltip-arrow,
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
	border-top-color: #333;
}

.tooltip.right .tooltip-arrow {
	border-right-color: #333;
}

.tooltip.left .tooltip-arrow {
	border-left-color: #333;
}

.tooltip.bottom .tooltip-arrow,
.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow {
	border-bottom-color: #333;
}


/** LOGIN PAGE ******************************************************************************************************************/

#login-form {
    /*position:fixed;
    top:50%;
    left:50%;    
    height: 320px;
    width: 480px;
    margin-top:-160px;
    margin-left:-240px;
    */
    margin:80px auto 0;
    max-width: 480px;
}

#login-form input {
    max-width:320px;
}


.btn-public {
  color: #fff;
  background-color: #009fe3;
  border-color: #008fcc;
}
.btn-public:hover,
.btn-public:focus {
  color: #fff;
  background-color: #0087c1;
  border-color: #0087c1;
}

#login-form hr {
	margin: 40px 0 16px;
}

.help-footer {
	font-size:11px;
	line-height:18px;
	text-align:left;
}

.help-footer .help-footer-logo {
	margin-top: -3px;
	margin-right: 3px;
}
.help-footer .popover {
	font-size:12px;
	width: 280px;
}


/** FILTER ******************************************************************************************************************/

#filter-div .form-group {
    margin-bottom: 10px;
}

#filter-div.well {
    padding-bottom: 5px; /* 15px - #filter-div.form-group margin-bottom */
}

/* pagination
------------------------- */
.pagination {
    margin: 0 15px 10px 0;
}
.pagination-infos {
    display: inline-block;
    margin: 0 0 10px;
    padding: 6px 0;
    font-size: 0.85em;
    line-height: 1.68067;	/* 1.42857 / 0.85 pour etre idem pagination*/
}
