.header-logo {
  height: 110px;
  width: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.dropdown-menu { 
  font-size: 20px;
}

.form-control { /* product quantity and dropdown product selection */
  font-size: 20px; 
  height: 38px;
}

body {
  font-size: 18px;
}

.btn { /* Ajouter au panier and + and - */
  font-size: 17px;
}

