.AcBoutique {
  text-align: center;

  font-size: 20px;
}

.ImgBoutique {
  width: 90%;

  display: block;

  margin: 0 auto;
}

.ConteneurBoutique {
  width: 100%;

  display: flex;
}

.AfficheProduitsBoutique {
  width: 85%;

  margin-top: 30px;
}

.BandeauProduits {
  width: 500px;

  height: 100%;

  color: white;

  margin-top: 20px;

  padding-left: 5px;
}

.ClicAfficheMarque {
  cursor: pointer;

  padding-top: 10px;

  padding-bottom: 10px;

  margin-top: 10px;

  padding-left: 5px;

  font-size: 16px;

  background-color: black;
}

.MarquePlus {
  float: right;

  margin-right: 20px;

  font-size: 24px;
}

.FamillePlus {
  float: right;

  margin-right: 20px;

  font-size: 24px;
}

.FamilleSousFamille {
  float: right;

  margin-right: 20px;

  font-size: 16px;
}

.AfficheMarque {
  display: none;
}

.ChoixMarque {
  background-color: rgba(0, 0, 0, 0.8);

  font-size: 15px;

  padding-top: 10px;

  padding-bottom: 10px;

  margin-top: 10px;

  margin-bottom: 10px;

  cursor: pointer;

  padding-left: 5px;
}

.SousCategorie {
  margin-left: 10px;

  cursor: pointer;
}

.ClicAfficheFamille {
  cursor: pointer;

  padding-top: 10px;

  padding-bottom: 10px;

  margin-top: 10px;

  padding-left: 5px;

  font-size: 16px;

  background-color: black;
}

.ClicSousFamille {
  font-size: 15px;

  color: white;

  margin-top: 10px;

  margin-bottom: 10px;

  background-color: rgba(0, 0, 0, 0.8);

  padding-bottom: 5px;

  padding-top: 5px;

  padding-left: 2px;

  cursor: pointer;
}

.AfficheFamilleNiveau2 {
  font-size: 16px;

  color: white;

  margin-top: 10px;

  margin-bottom: 10px;

  background-color: rgba(0, 0, 0, 0.7);

  padding-bottom: 5px;

  padding-top: 5px;

  padding-left: 2px;

  cursor: pointer;

  display: none;
}

.ClicProduitsArbo {
  padding-left: 3px;

  padding-bottom: 10px;

  padding-top: 10px;

  font-size: 15px;
}

.ClicProduitsArboDetail {
  padding-left: 3px;

  padding-bottom: 6px;

  padding-top: 6px;

  background-color: rgba(0, 0, 0, 0.2);

  color: orange;

  font-size: 14px;
}

.hideniveau3 {
  display: none;
}

@media screen and (max-width: 900px) {
  .ConteneurBoutique {
    width: 98%;

    display: block;
  }

  .BandeauProduits {
    width: 100%;
  }

  .AfficheProduitsBoutique {
    width: 100%;

    margin-top: 30px;
  }
}

/* Pop in fins */
.bloc_fins {
  position: fixed;
  z-index: 1002;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}

.bloc_fins > picture {
  /* cursor: pointer; */
  cursor: default;
}

.fermer_fins {
  position: fixed;
  font-size: 2.5rem;
  font-weight: bold;
  color: #333;
  top: 0px;
  right: 5px;
  cursor: pointer;
}

.fermer_fins:hover {
  color: firebrick;
}
/* Fin pop in fins */

.fill_1 {
  font-variation-settings: "FILL" 1;
}

.FermerProduitDetail,
.AvisExpert,
.AfficheQuantiteDetail,
.ContenantInfoStock {
  display: flex;
  align-items: center;
}
