form .error {
    width: 100%;
}
form .error p{
    color: #000;
    padding-top: 10px;
    text-align: center;
    font-size: 1rem;
}
#dataTable_filter {
    float: right;
}
.produit-table{
    text-align: center;
    border: 1px solid black;
    width: 75%;
    margin-bottom: 10px;
}
.produit-table th, .produit-table td {
    border: 1px solid black;
}
.row {
    margin-right: 0 !important; 
}
#declinaisons .card {
    margin-bottom: 10px;
}
.catSelector {
    list-style: none;
    padding-left: 0;
}
.catSelector li input{
    margin-right: 10px;
}
.bg-gradient-primary {
    background-color: #bb1e1e;
    background-image: linear-gradient(180deg, #bb1e1e 100%, #710606 100%) !important;
    background-size: cover;
}
#accordion h3 {
	color: black;
	font-weight: 700;
}
textarea#remarque{
	height: 140px;
}