
#boutiqueEnLigne {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#boutiqueEnLigne .container {
  max-width: 1470px;
}

#boutiqueEnLigne #logoEboutique {
  margin-bottom: 30px;
}

#boutiqueEnLigne #promotion {
  margin-bottom: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#boutiqueEnLigne #promotion h4 {
  font-size: 1.1rem;
  color: #555555;
  font-weight: bold;
}

#boutiqueEnLigne #promotion h2 {
  font-size: 1.5rem;
  color: #555555;
  text-align: justify;
}

#boutiqueEnLigne #promotion .action-list {
  margin: 1.5rem 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#boutiqueEnLigne #promotion .action-list .btn {
  margin-right: 10px;
}

#boutiqueEnLigne #promotion .mentions {
  font-size: 0.7em;
  line-height: 0.1em;
}

#boutiqueEnLigne #boutique-search-bar .boutique-search-flex {
  padding: 0 0 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#boutiqueEnLigne #boutique-search-bar .boutique-search-flex .material-icons {
  color: #009787;
  padding: 0 10px;
  position: relative;
  top: 10px;
}

#boutiqueEnLigne #comptage-produit {
  margin: 2rem 0px 0px 0px;
}

#boutiqueEnLigne #comptage-produit .nbProduitsFiltres {
  color: #99cc00;
}

#boutiqueEnLigne .bleu {
  color: #007d8f;
}

#boutiqueEnLigne .material-icons {
  position: relative;
  top: 5px;
}

#boutiqueEnLigne .alert.alert-primary {
  border: 1px solid #009787;
}

#boutiqueEnLigne .alert.alert-primary * {
  margin: 0;
}

#boutiqueEnLigne #produits-domaine-button-list {
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#boutiqueEnLigne #produits-domaine-button-list button {
  margin-right: 15px;
}

#boutiqueEnLigne #produits-domaine-button-list .material-icons {
  color: #009787;
  padding: 0 10px;
  position: relative;
  top: 2px;
}

#boutiqueEnLigne #productCount {
  text-align: center;
}

#boutiqueEnLigne #productCount .material-icons {
  color: #009787;
  padding: 0 10px;
  position: relative;
  top: 2px;
}

#boutiqueEnLigne .produit {
  position: relative;
  margin-bottom: 30px;
  background-color: white;

}

#boutiqueEnLigne .produit:hover {
  top: 5px;
}


#boutiqueEnLigne .produit .produit-header {
  position: relative;
  height: 170px;
  padding: 30px;
  background: url("https://placehold.it/620x280") left center no-repeat;
  background-size: cover;
}

#boutiqueEnLigne .produit .produit-header .produit-categorie {
  position: absolute;
  top: 0;
  right: 0px;
  min-width: 120px;
  background: #01897bb0;
  color: #fff;
  padding: 11px;
  border-radius: 0px 0px 0px 5px;
  text-align: center;
  text-transform: uppercase;
}

#boutiqueEnLigne .produit .produit-body {
  padding: 15px 30px 30px 30px;
  border: 1px solid #eaeaea;
}

#boutiqueEnLigne .produit .produit-body .produit-libel-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  height: 60px;
}

#boutiqueEnLigne .produit .produit-body .produit-libel-holder h1, #boutiqueEnLigne .produit .produit-body .produit-libel-holder h2, #boutiqueEnLigne .produit .produit-body .produit-libel-holder h3, #boutiqueEnLigne .produit .produit-body .produit-libel-holder h4, #boutiqueEnLigne .produit .produit-body .produit-libel-holder h5 {
  font-size: 1.5rem;
  color: #007d8f;
  text-align: justify;
}

#boutiqueEnLigne .produit .produit-body .produit-bouton-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#boutiqueEnLigne .produit .produit-body .produit-bouton-action .material-icons {
  position: relative;
  top: 3px;
  font-size: 16px;
}

#boutiqueEnLigne .produit .produit-body hr {
  margin-bottom: 30px;
}

#boutiqueEnLigne .produit .produit-body a, #boutiqueEnLigne .produit .produit-body button {
  padding: 0px 13px;
  display: block;
  line-height: 37px;
  text-decoration: none;
  -webkit-transition: all .5s;
  transition: all .5s;
}

#boutiqueEnLigne .produit .produit-body a.btn-savoir-plus, #boutiqueEnLigne .produit .produit-body button.btn-savoir-plus {
  background: white;
  border: 1px solid #009787;
}

#boutiqueEnLigne .produit .produit-body a.btn-savoir-plus:hover, #boutiqueEnLigne .produit .produit-body button.btn-savoir-plus:hover {
  color: #fff;
  background: #009787;
}

#boutiqueEnLigne .produit .produit-body a.btn-action, #boutiqueEnLigne .produit .produit-body button.btn-action {
  border: 1px solid #99cc00;
  background: #99cc00;
  color: #fff;
}

#boutiqueEnLigne .produit .produit-body a.btn-action:hover, #boutiqueEnLigne .produit .produit-body button.btn-action:hover {
  color: #fff;
  background: #86b300;
}

#boutiqueEnLigne .produit .produit-body a.btn-cancel, #boutiqueEnLigne .produit .produit-body button.btn-cancel {
  padding: 0 6px;
  border: 1px solid #006675;
  background: #006675;
  color: #fff;
}

#boutiqueEnLigne .produit .produit-body a.btn-cancel .material-icons, #boutiqueEnLigne .produit .produit-body button.btn-cancel .material-icons {
  top: 4px;
}

#boutiqueEnLigne .produit .produit-body a.btn-cancel:hover, #boutiqueEnLigne .produit .produit-body button.btn-cancel:hover {
  color: #fff;
  background: #00505c;
}

#boutiqueEnLigne .produit .produit-body a:hover, #boutiqueEnLigne .produit .produit-body button:hover {
  color: #006675;
  background: #dadada;
}

#boutiqueEnLigne .produit .produit-body a i, #boutiqueEnLigne .produit .produit-body button i {
  position: relative;
  top: 5px;
  padding: 5px;
}

#boutiqueEnLigne .subheader {
	display: block;
	font-size: 2rem;
	font-weight: 100;
	margin: 2rem 0rem;
}

/*# sourceMappingURL=main.css.map */