#container2arbo {
  width: 96%;
  height: 100%;
}

#imageboutique {
  width: 100%;
}

#first {
  background-color: #ff0000;
  height: 50px;
}

#criteres {
  font-family: "Century Gothic";
  font-size: 12px;
  float: left;
  border: 1px ridge white;
  width: 20%;
  height: 100%;
  color: white;
  background-color: rgba(47, 47, 47, 0.9);
}

#criteresmm {
  font-family: "Century Gothic";
  font-size: 12px;
  float: left;
  border: 1px ridge white;
  width: 30%;
  height: 100%;
  color: white;
}

#criteres-familles {
  padding-left: 10px;
  height: 100%;
}

#third {
  float: left;
  background-color: white;
  width: 79%;
  height: 100%;
}

.box-produits-arbo {
  float: left;
  margin-right: 10px;
  margin-bottom: 20px;
  width: 256px;
  height: 390px;
  box-shadow: 1px 1px 5px #555;
  background-color: white;
}

.box-produits-bf {
  margin-right: 1%;
  margin-bottom: 20px;
  width: 15%;
  box-shadow: 1px 1px 5px #555;
  background-color: white;
}

.box-produits-bf-nc {
  margin-right: 1%;
  margin-bottom: 20px;
  width: 15%;
  box-shadow: 1px 1px 5px #555;
  background-color: white;
}

.box-produits-arbo-assoc {
  float: left;
  margin-right: 30px;
  margin-bottom: 20px;
  width: 200px;
  height: 410px;
  box-shadow: 1px 1px 5px #555;
  background-color: white;
}

.box-produitsnc-arbo {
  float: left;
  margin-right: 10px;
  margin-bottom: 20px;
  width: 200px;
  height: 405px;
  box-shadow: 1px 1px 5px #555;
  background-color: white;
}

.description-marques {
  margin-left: 8px;
  height: 35px;
  font-family: "Century Gothic";
  color: black;
  font-weight: normal;
  font-size: 10px;
}

.description-fournisseurs {
  margin-left: 8px;
  height: 40px;
  font-family: "Century Gothic";
  color: black;
  font-weight: normal;
  font-size: 11px;
}

.description-produits {
  text-align: center;
  color: #4379a5;
  margin-top: 20px;
  margin-left: 4px;
  margin-right: 4px;
  font-family: "Century Gothic";
  height: 40px;
  font-size: 13px;
  font-weight: bold;
}

.description-prix {
  margin-right: 5px;
  font-family: "Century Gothic";
  font-weight: bold;
  font-size: 13px;
  float: right;
}

.description-prixnc {
  text-align: center;
  margin-right: 5px;
  font-family: "Century Gothic";
  font-weight: bold;
  font-size: 13px;
}

.boutonajouteraupanier {
  width: 100%;
  cursor: pointer;
  font-size: 16px;
  margin: 0 auto;
  margin-top: 30px;
  background-color: #4379a5;
  text-align: center;
  height: 40px;
  color: white;
  line-height: 40px;

  font-weight: normal;
  font-family: "Century Gothic";
}

.boutonajouteraupanierdetail {
  width: 100%;
  cursor: pointer;
  font-size: 16px;
  margin: 0 auto;
  margin-top: 10px;
  background-color: #4379a5;
  text-align: center;
  height: 40px;
  color: white;
  line-height: 40px;

  font-weight: normal;
  font-family: "Century Gothic";
}

.titre-produit {
  background-color: #2f5464;
  height: 50px;
  width: 100%;
  margin-top: 1px;

  color: white;
  font-family: "Century Gothic";
  font-size: 26px;
  line-height: 50px;
}

#en_teteboutique {
  height: 140px;
  width: 1200px;
  margin: 0 auto;
}

.fermerarbodetail {
  width: 30px;
  margin-top: 20px;
  float: right;
  margin-right: 50px;
  cursor: pointer;
}

.imgarticleseul {
  width: 500px;
  height: 500px;
  margin-top: 20px;
}

.contenant-article-seul {
  float: right;
  margin-top: 80px;
  margin-right: 0px;
  width: 45%;
}

#contenant-recherche-detail {
  width: 1200px;
  margin: 0 auto;
}

.description-produit-seul {
  color: #4379a5;
  font-size: 24px;
}

/* Pop in enaya */
#FondFade {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  z-index: 1000;
  display: none;
}

.bloc_ena {
  position: fixed;
  z-index: 1002;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}

.bloc_ena > picture {
  cursor: pointer;
  cursor: default;
}

.fermer_ena {
  position: fixed;
  font-size: 2.5em;
  color: #333;
  top: 0px;
  right: 5px;
  cursor: pointer;
}

.fermer_ena:hover {
  color: firebrick;
}
/* Fin pop in enaya */
