.container {
    max-width: 98%!important;
}

/* Pour les boutons multi-états */
.notActive{
    color: #3276b1;
    background-color: #fff;
    border-color:#3276b1;
}

.radio-disabled{
    background-color: #e9ecef;
}

.input_invalid {
	border-color: #dc3545!important;
}

.checked {
    color: orange;
}

.category-column{
	border-left: 1px dashed #333;
	border-right: 1px dashed #333;
}

.zoneArticle img{
	max-width: 95%;
	height: auto; 
}