function sup_prod(n) {
  $('prodSup').value=n;
  $('panier_form').submit();
}

