/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */


/*
 * SC/MR 2025-05-14
 * On masque le lien "Modifier une adresse existante dans le détails des commandes.
 * Problème avec la mise à jour sur les commandes PROS
 * 
 */
#js-invoice-address-edit-btn { display: none !important; }




/** TESTS MIGRATION **/
/**
body {
  margin-bottom: 45px !important;
}
body:before {
  content: 'TESTS MIGRATION';
  position: fixed;
  z-index: 10000;
  color: white;
  font-size: 30px;
  font-weight: bold;
  bottom: 0;
  left: 0;
  width: 100%;
  background: red;
  text-align: center;
}
**/
