.sticky{ 
top:0px!important
}

@media (max-width: 768px) { 
    .sticky{ 
        top:0px!important
    }
} 

.table_d_c .entete{
	background: #f0f0f0;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

.table_d_c td{
	border-color: #e3e3e3;
}

.table_d_c p{
	font-weight: bold;
}

.table_d_c .btn{
	/* white-space: normal; */
	text-transform: none;
}

.table_d_c .material-icons{
	color: #000;
}

.table_d_c .bootstrap-touchspin{
	width : 70px;
}

.table_d_c .bootstrap-touchspin .input-group-btn-vertical .touchspin-down:after{
	content: ""; /* pour enlever des flèches intempestives */
}

.table_d_c .bootstrap-touchspin .input-group-btn-vertical .touchspin-up:after{
	content: ""; /* pour enlever des flèches intempestives */
}

.table_d_c .conditionnement{
	color: #ff9022;
	text-transform: uppercase;
	font-weight: bold;
}

.text-mobile {
    display: none;
}

@media (max-width: 425px){
 
	.btn-primary, .btn-secondary, .btn-tertiary{font-size:unset} /* car à 0% dans un autre css du module */
 
	.btn-primary .material-icons{margin-right: 0;}
 
	/* afficher icone panier dans tableau au lieu de texte lorsque mobile */
	.text-desktop {
        display: none;
    }
    .text-mobile {
        display: inline;
    }
}
