.dataTables_wrapper{
	width: 100% !important;
	/*margin-top: 10px;*/
}

.dataTables_info{display: none;}

/**** Tableau en lui meme ****/

.dataTable{
	width: 100% !important;
	max-width: 100%;
	margin-bottom: 30px;
}

.dataTable th,
.dataTable td{
	padding: 15px 15px !important;;
	vertical-align: middle !important;;
}

.dataTable th{
	text-align: left;
	font-weight: 500;
	border-bottom: none !important;
	padding-right: 30px !important;
}

.dataTable td{
	/* font-size: 0.875em !important; */
}

.dataTable .actions{text-align: right;}

/* .dataTable tr:nth-child(even) td{
	background-color: #f1f1f1 !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 .parent td{
	border-bottom: none !important;
}
.dataTable .child td{
	border: none;
	padding-top: 0 !important;
	padding-left: 45px !important;
}

.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: #c31477;
	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: #0d1629;
}

/**** Pagination **/


.dataTables_wrapper .dataTables_paginate {
	float: none;
	margin-top: 2rem;
	margin-bottom: 2rem;
	text-align: center;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
	position: relative;
	margin: 0 2px;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	background-color: transparent;
	color: #414745 !important;
	border: none !important;
	font-family: 'Muli', sans-serif;
	font-size: 0.875em;
	font-weight: 800;
	text-align: center;
	cursor: pointer;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.first,
.dataTables_wrapper .dataTables_paginate .paginate_button.last{
	display: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 33px;
    border-radius: 100%;
    background-color: transparent;
    z-index: -1;
    transform: translate3d(-50%,-50%,0) rotate(60deg);
    transition: transform 0.4s,
                background 0.4s, 
                opacity 0.4s;
}

.dataTables_wrapper .dataTables_paginate .paginate_button i{
	width: 20px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	background: transparent !important;
	border: none !important;
	color: #fff !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover:before{
	background: #005c98;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	background: transparent!important;
	border: none !important;
	color: #fff !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current:before,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover:before {
	background: #7d8c47;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
	color: #8d9c95 !important;
	background-color: transparent !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:before,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover:before,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active:before {
	background-color: transparent;
}


/** recherche dans le tableau **/

.dataTables_filter {
	position: relative;
	float: right;
	margin-right: 0;
	top: 0px;
}

@media screen and (max-width: 768px){
	.dataTables_filter  {
		display: none;
	}
	.dataTables_length {
		padding-bottom: 10px;
	}
}

.dataTables_filter label {
	visibility: hidden;
}

.dataTables_filter label input {
	visibility:  visible;
	width: 200px;
	font-size: 0.875em;
	border: none;
	height: 34px;
	line-height: 34px;
	padding: 0 40px 0 15px;
	background-color: #dcdcde;
	background-image: url('../../img/pictos/recherche.png');
	background-position: right center;
	background-repeat: no-repeat;
	margin: 0 0 10px 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 {
	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;
    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;
}