

* {
  font-family: arial, sans-serif;
  color: #221C5D;
  font-size: 1em;
}

#cadre_boutons_connecte {
  display: none;
}

.bouton_menu_modif {
  display: none;
}

#bandeau,
#navigation,
#ariane,
#bloc_gauche,
.ajout_panier,
#baseline  {
  display: none;
}

#bandeau_print {
  display: block;
}

#liste_articles ul, #liste_marques ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

#liste_articles li, #liste_marques li {
  display: inline-block;
  vertical-align: top;
  width: 250px;
  margin-left: 10px;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid gray;
}

#liste_articles, #liste_marques {
  margin: 0px;
}

#liste_articles h2 a {
  font-family: 'ProximaNovaBold', sans-serif;
  color: #221C5D;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
}

#liste_articles li > a:last-of-type, #slider_les_marques, #slider_une_marque {
  display:none;
}

