/* Popup popup_index */
.popup_produits {
  position: fixed;
  z-index: 1002;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}

/* .popup_produits > picture {
  cursor: pointer;
} */

.fermer_popup_produits {
  position: fixed;
  font-size: 2.5em;
  color: var(--fondMarron);
  top: 0px;
  right: 5px;
  cursor: pointer;
}

.fermer_popup_produits:hover {
  color: firebrick;
}
/* Fin popup popup_index */

.contenant__banniere {
  margin-top: -14px;
  max-width: 100%;
  width: 100%;
  /* max-height: 881px; */
  height: 795px;
  background-image: url("../img/produits/page-produits.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.contenant__intro {
  max-width: 30%;
  position: relative;
  top: 40%;
  left: 65%;
}
.contenant__intro > h3 {
  font-weight: 900;
  font-size: 34px;
}
.text__intro {
  font-weight: 200;
  font-size: 16px;
}
.cruelty__free {
  cursor: help;
}
/* .ContenantImageBloc1 {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	vertical-align: middle;
	align-items: space-between;
} */

.ContenantImageBloc2 {
  width: 75%;
  display: flex;
  align-content: space-between;
  margin: 0 auto;
}

.ContenantImageBloc3 {
  background-image: url("../img/produits/fond-picto.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: flex;
  /* flex-wrap: wrap; */
  justify-content: space-around;
  padding-top: 15px;
  padding-bottom: 8px;
}
#picto-pme,
#picto-respectueuse,
#picto-naturalite,
#picto-vegan {
  cursor: pointer;
}
.ContenantImageBloc1 > div > img,
.ContenantImageBloc2 > div > img {
  height: 100%;
  width: 100%;
}

/* #Bloc1-1 {
	width: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	justify-content: space-around;
}

#Bloc1-2 {
	width: 50%;
	background-color: #c4aa97;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: space-around;
} */

/* .ContenuTexteBouton {
	width: 80%;
	font-size: 30px;
}

.ContenuTexteBouton h3 {
	font-family: 'Arial';
	font-weight: 900;
	text-transform: uppercase;
	font-size: 25px;
}

.Gras {
	font-weight: 700;
}

.TexteInter {
	font-weight: 200;
	font-size: 14px;
} */

h2 {
  text-align: center;
  font-size: 46px;
}

.AplatBloc2 {
  background-color: #dfd7cb;
  padding-top: 45px;
  padding-bottom: 45px;
}

#Bloc2-1 {
  width: 36%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.ContenantImageBloc2-1 {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: flex-end;
  align-self: flex-end;
}

.ContenantImageBloc2-1 > img {
  display: block;
}

#Bloc2-2 {
  width: 24%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: space-between;
}

#Bloc2-2 > div > img {
  width: 100%;
  display: block;
  margin: 0 auto;
}

#Bloc2-3 {
  width: 40%;
  height: auto;
}

.ContenantProduit {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
  margin-top: 80px;
  justify-content: space-around;
}

.ContenuProduit {
  height: 100%;
  color: black;
  margin: 15px;
  cursor: pointer;
}

.ApercuNoir {
  background-color: black;
  width: 50%;
  padding: 3px;
  color: white;
  margin: 0 auto;
  text-align: center;
  font-size: 13px;
  position: relative;
  margin-top: -50px;
  opacity: 0;
  transition-duration: 1s;
  z-index: 10;
}
.notInStockInfo + .ApercuNoir {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.ApercuNoirShow {
  opacity: 1;
  transition-duration: 2s;
}

.NomProduit {
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 700;
}

.Etoile {
  margin-top: 15px;
  margin-bottom: 15px;
}

.Prix {
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

.Panier {
  margin-top: 15px;
  margin-bottom: 15px;
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 48;
}

.material-symbols-outlined.Star {
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 48;
}

.PanierBoutique {
  font-size: 38px;
}

.ImgProduit {
  position: relative;
}

.ImgProduit > img {
  max-width: 100%;
  max-height: 500px;
  display: block;
}
.notInStockInfo {
  position: absolute;
  background-color: #6e6e6e38;
  color: black;
  font-size: 20px;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  margin: 0;
  text-align: center;
  padding: 40% 0;
  box-sizing: border-box;
  z-index: 5;
}
.titre_valeurs {
  font-weight: 900;
  font-size: 3em;
}

/* ETOILES */
.notes_details_prod {
  max-width: 1300px;
  width: 100%;
  color: var(--noir);
  height: 3rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}

.rating-box {
  color: var(--noir);
  margin: 1rem auto 2rem auto;
  height: 3rem;
  max-width: 250px;
  width: 100%;
}

.rating-star {
  font-size: 2rem;
  width: 2rem;
  height: 3rem;
  position: relative;
  display: block;
}

.full-star:before {
  color: var(--noir);
  content: "\2605";
  position: absolute;
  left: 0;
  overflow: hidden;
}

.empty-star:before {
  content: "\2606";
  position: absolute;
  left: 0;
  overflow: hidden;
}

.half-star:before {
  color: var(--noir);
  content: "\2605";
  width: 14px;
  position: absolute;
  left: 4px;
  overflow: hidden;
  z-index: 1;
}

.half-star:after {
  content: "\2606";
  position: absolute;
  left: 1.3rem;
  width: 70%;
  text-indent: -1rem;
}

.voir_avis {
  font-size: 12px;
  top: 16px;
  color: var(--noir);
  cursor: pointer;
}

.voir_avis:hover {
  opacity: 0.7;
}

/* FIN ETOILES*/

/******************************** POP UP */
.tex {
  margin: 0 10%;
}
.blur-in {
  background-color: #e4e0d8 !important;
}

.pop-up-picto {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  z-index: 1001;
}
.box {
  background-color: #ffffff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 0px 5%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: 55%;
  font-family: var(--policePop);
}
.flex-container-pop {
  padding-top: 50px;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  justify-content: space-evenly;
}

.flex-item-pop {
  padding: 5px;
  width: 90px;
  height: 90px;
  margin-top: 10px;
  cursor: pointer;
}
.flex-item-pop > img {
  max-width: 90px;
}
.border-out {
  border-bottom: none;
}

.add-border {
  border-bottom: 2px solid #cec7b7;
}
.box > p {
  font-size: 18px;
  overflow-y: scroll;
  height: 45%;
}
.button {
  margin: 0 auto;
  border: 1px solid black;
  margin-bottom: 33px;
  padding: 5px 20px;
}

.button:hover {
  background-color: #e8e3db;
  -webkit-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
}

.close-button {
  transition: all 0.5s ease;
  position: absolute;
  padding: 1.5px 7px;
  right: 0;
  margin-right: 15px;
  margin-top: 15px;
  font-size: 25px;
  color: #6e6e6e;
}

.close-button:hover {
  background-color: var(--fondMarron);
  color: #e8e3db;
}
#text-respectueuse,
#text-naturalite,
#text-vegan,
#text-respectueuse-pop-mobile,
#text-naturalite-pop-mobile,
#text-vegan-pop-mobile {
  display: none;
}
.version__mobile {
  display: none;
}
@media screen and (max-width: 820px) {
  .version__pc {
    display: none;
  }
  .version__mobile {
    display: block;
  }
  .box {
    width: 90%;
    height: 65%;
  }
}
@media screen and (max-width: 600px) {
  .flex-item-pop {
    width: 40%;
  }
}
@media screen and (max-width: 475px) {
  .ContenantImageBloc3 > div > img {
    width: 75%;
  }
  .titre_valeurs {
    font-size: 2em;
  }
  .flex-container-pop {
    padding-top: 0;
  }
  .box {
    height: 90%;
  }
  .box > p {
    font-size: 13px;
    height: 43%;
  }
}
/**************************** END POP UP */
@media screen and (max-width: 600px) {
  .contenant__banniere {
    height: 500px;
  }
  .ContenantImageBloc3 {
    padding-bottom: 10px;
    row-gap: 10px;
  }
  .ContenantImageBloc3 > div {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    padding: 0px;
  }
  .contenant__intro {
    max-width: 80%;
    top: 14%;
    left: 50%;
    transform: translate(-50%);
    text-align: center;
  }
  .contenant__intro > h3 {
    font-size: 28px;
  }
}
