/* liste de mon club + liste des inscrits*/
.oimform .prenom , .oimform .nom ,.oimform .mail {
	width : 18% !important ;
}
.oimform .animateur , .oimform .postier ,  .oimform .supprime ,  .oimform .correspondant{
	min-width: 15px;
	width : 7% ;
	display: flex;
	align-items: center; 
    justify-content: center ;
	
}

.oimform th  {
    display: flex ;
    justify-content: center;
    padding-right: 0px !important;
	padding-left :0px !important; 
}


.oimform .groupe{
	width :100% ;
}
.oimform .type_abo , .oimform .ID{
	min-width: 15px;
	width : 7% !important ;
}


/* liste des formations */
.listformation .animateur,.listformation .postier{
	margin: 0 2vw !important;	
}
.listformation .prenom,.listformation .nom{
	width:8% ;
}
.listformation .mail{
	width:18vw ;
}



thead .CP_nom ,.CP_nom{
	width : 20% !important;
}
thead .adresse , thead .adresse1 ,.listegroupe .adresse ,.listegroupe .adresse1{
	width : 11% !important;
}
thead .code_postal , .code_postal{
	width : 4% !important;
}
thead .ville , .ville{
	width : 10% !important;
}
thead .date_deb, thead .date_deb , .date_deb , .date_fin{
	width : 7% !important;
}
thead .nom-prenom , .nom-prenom{
	width : 14% !important;
}
thead .id_abo ,.id_abo{
	width : 4% !important;
}
thead .supprimer , .supprimer{
	width : 6% !important;
}

.dataTable tr , .dataTable td{
	display : flex ;
}
.dataTable input{
	border:none;
}


.groupe-valide{
	background-color: lightgreen !important;
}
.groupe-grace{
	background-color: goldenrod !important;
}
.groupe-termine{
	background-color: red !important;
}


table.dataTable thead>tr>th.sorting:before, 
table.dataTable thead>tr>th.sorting_asc:before, 
table.dataTable thead>tr>th.sorting_desc:before, 
table.dataTable thead>tr>th.sorting_asc_disabled:before, 
table.dataTable thead>tr>th.sorting_desc_disabled:before, 
table.dataTable thead>tr>td.sorting:before, 
table.dataTable thead>tr>td.sorting_asc:before, 
table.dataTable thead>tr>td.sorting_desc:before, 
table.dataTable thead>tr>td.sorting_asc_disabled:before, 
table.dataTable thead>tr>td.sorting_desc_disabled:before, 
table.dataTable thead>tr>th.sorting:after, 
table.dataTable thead>tr>th.sorting_asc:after, 
table.dataTable thead>tr>th.sorting_desc:after, 
table.dataTable thead>tr>th.sorting_asc_disabled:after, 
table.dataTable thead>tr>th.sorting_desc_disabled:after, 
table.dataTable thead>tr>td.sorting:after, 
table.dataTable thead>tr>td.sorting_asc:after, 
table.dataTable thead>tr>td.sorting_desc:after, 
table.dataTable thead>tr>td.sorting_asc_disabled:after, 
table.dataTable thead>tr>td.sorting_desc_disabled:after{
    display : none !important;
	content : none !important ;

}