section.producteurs {

}
	section.producteurs .row{
		justify-content: space-between;
	}
	
	.producteur{
		display:flex;
		flex-wrap: wrap;
		padding: 10px; 
		margin:0 0 10px 0;
		background:#f3f2f2;
	}
	
		.producteur .icon-floppy-disk {
			position: absolute;
			right: 35px;
			cursor: pointer;
		}
			.producteur .icon-floppy-disk.save {
				color:limegreen;
			}
		
		.producteur .icon-del-circle {
			position: absolute;
			right: 10px;
			cursor: pointer;
			color: red;
		}
		
		
/***********************\

	dataTable

\***********************/
#table-producteurs{
	
}
	#table-producteurs .icon{
		cursor:pointer;
	}
	
	#table-producteurs .icon-plus-circle{
		color:green;
	}
	
	#table-producteurs .events{
		display:flex;
		justify-content: space-evenly;
	}
		#table-producteurs .icon-floppy-disk{
			
		}
		#table-producteurs .icon-floppy-disk.save{
			color:limegreen;
		}
		
		#table-producteurs .icon-del-circle{
			color:red;
		}
		
		
/***********************\

	modal

\***********************/
.form-group.glissade input{
	height:37px;
	width:100%;
}