.dataTables_wrapper{
	width: 100% !important;
	margin-top: 10px;
	position: relative;
}

.dataTables_info{display: none;}

/**** Tableau en lui meme ****/

.dataTable{
	width: 100% !important;
	max-width: 100%;
	margin-bottom: 30px !important;
}

.dataTable th,
.dataTable td{
	padding: 10px 10px !important;;
	vertical-align: middle !important;;
}

.dataTable th{
	text-align: left;
	font-weight: 500;
	border-bottom: none !important;
}

.dataTable td{
	border-bottom: #ddd solid 1px !important;
	background-color: #fff !important;
	font-size: 0.875em !important;
}

.dataTable td:nth-child(2){
	font-weight: 600;
}

.dataTable .actions{text-align: right;}

.dataTable tr:nth-child(odd) td{
	background-color: #eeeeee !important;
}

.dataTable td:last-child{
	text-align: right;
	width: 120px;
	/*white-space: nowrap;*/
}


.dataTable.collapsed td:last-child,
.dataTable .parent td:last-child,
.dataTable .child td:last-child{
	/*Responsive */
	text-align: left;
	width: auto;
}

.dataTable .child ul{width: 100%;}
.dataTable .child ul li:last-child{display: none;}


table.dataTable.no-footer {
    border-bottom: none !important;
}

/* Boutons + et - en responsive */
table.dataTable.dtr-inline.collapsed tbody td:first-child:before,
table.dataTable.dtr-inline.collapsed tbody th:first-child:before{
	background-color: #28b883;
	line-height: 16px;
}
table.dataTable.dtr-inline.collapsed tbody tr.parent td:first-child:before,
table.dataTable.dtr-inline.collapsed tbody tr.parent th:first-child:before{
	background-color: #585858;
}

/**** Pagination **/



.dataTables_paginate {
	text-align: right;
}
/* .dataTables_wrapper .dataTables_paginate #annuaire-liste_first,
.dataTables_wrapper .dataTables_paginate #doc-liste_first{
	    margin-right: 1px;
}
.dataTables_wrapper .dataTables_paginate #annuaire-liste_last,
.dataTables_wrapper .dataTables_paginate #doc-liste_last{
	    margin-left: 1px;
} */
.dataTables_wrapper .dataTables_paginate .paginate_button {
	width: 35px;
	height: 35px;
	margin: 0;
	line-height: 35px;
	padding: 0;
	background-color: #fff;
	color: #222f64 !important;
	text-align: center;
	font-weight: 500;
	cursor: pointer;
	display: inline-block;
	border-left: 1px solid #dedede !important;
	font-family: 'Raleway', Arial, sans-serif;

}
.dataTables_wrapper .dataTables_paginate .paginate_button.last{
	border-right: 1px solid #dedede !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover ,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
	background: #a7a7a7 !important;
	color: #fff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:active {
	background: #eeeeee!important;
	color: #454545 !important;
	border-top: none !important;
	border: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
	/*color: #7e848f !important;*/
	/*background-color: #f3f3f3 !important;*/
}


/** recherche dans le tableau **/

.dataTables_filter {
	position: absolute;
	right: 0;
	bottom: 100%;
	margin-bottom: 10px;
}

@media screen and (max-width: 768px){
	.dataTables_filter {
		display: none;
	}
	.dataTables_length {
		padding-bottom: 10px;
	}
}

.dataTables_filter label {
	font-size: 0;
	padding-bottom: 0;
}

.dataTables_filter label input {
	visibility:  visible;
	width: 300px;
	font-size: 0.875rem;
	border: 1px solid #d1cccc;
	height: 45px;
	line-height: 45px;
	padding: 0 40px 0 15px;
	background-color: #fff;
	border-radius: 0 !important;
	background-image: url('../../img/pictos/recherche.png');
	background-position: right center;
	background-repeat: no-repeat;
	margin: 0 0 0 0;
	-webkit-transition: width 0.3s ease-out;
	   -moz-transition: width 0.3s ease-out;
	    -ms-transition: width 0.3s ease-out;
	     -o-transition: width 0.3s ease-out;
	        transition: width 0.3s ease-out;
}

/** longeur du tableau **/

/*.dataTables_info{
	display: block;
	color: #999;
	border: 1px solid #ddd;
	padding: 10px 10px;
	border-radius: 0 0 3px 3px;
	border-top: none;
}*/

/** longeur du tableau **/

.dataTables_length {
	display: none;
	float: left;
	width: 250px;
	margin-left: 0;
	font-size: 14px;
}
/* .dataTables_length label{
	font-family: 'Mosk', Arial, sans-serif;
	font-size: 0.875em;
	font-weight: 700;
	text-transform: uppercase;
	color: #7e848f;
}

.dataTables_length select {
	background-color: #dcdcde;
    background-image: none;
    border: none;
    border-radius: 0;
    color: #555;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    width: 55px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 5px;
    margin: 0 10px;
}
.dataTables_length select:not(*:root){
	background-image: url("../../img/utils/select.png");
	background-repeat: no-repeat;
	background-position: right center;
}
.dataTables_length select:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
} */

/* .dataTable th:first-child,
.dataTable td:first-child{
	min-width: 250px;
	width: 40% !important;
	padding-right: 35px !important;
}

.dataTable th:nth-child(2),
.dataTable td:nth-child(2){
	width: 20% !important;
} */

table.dataTable tr.child span{
	color: #454545;
}
table.dataTable tr.child span.dtr-title{
	text-transform: uppercase;
}
table.dataTable tr.child span.dtr-data{
	text-transform: none;
}