@charset "utf-8";
/* CSS Document */

.quantite input {
    width: 50px;
    padding: 5px;
    font-size: 14px;
    border: 2px solid;
}
.table_prod td{
	width:auto!important;
}
.table_prod th {
font-size:10px;
}
.row { 
flex-direction:column;
}
.row input.input_nom {
    border: 2px solid;
    background: rgba(0,0,0,0.1);
    padding: 8px 0;
}
.table_prod td { 
font-size:15px!important;}
.row input.input_nom { 
width:90%;
margin:auto;}
#row_total { 
width:200px;}
#row_total em { 
font-size:16px;
line-height:110%;}

.row input.bouton {
font-size:16px;}