/* Pop fins de serie */
.pop_fins_serie {
  position: fixed;
  z-index: 1002;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  background-color: #969696;
  border-radius: 5px;
  padding: 30px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  width: 40%;
}

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

.fermer_fins_serie:hover {
  color: #e8e3db !important;
}

#BanInfoPaiement {
  background-color: firebrick;
  color: white;
  text-align: center;
  margin-bottom: 15px;
}
.promo_inoubliable {
  font-size: 1.5em;
  /* text-align: center; */
}

.btn_fins_serie {
  border: 1px solid #e8e3db;
  background-color: #e8e3db;
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  text-decoration: none;
  border-radius: 5px;
  margin: 20px 0px 0px 0px;
  font-weight: 700;
  color: #000;
  margin-left: 0;
  font-size: 1em;
  cursor: pointer;
}

.btn_fins_serie span {
  margin: 5px 20px;
}

#FondFadePanier {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  z-index: 1000;
  display: none;
  cursor: pointer;
}
/* Fin pop fin de serie */

.Rotate {
  transform: rotate(180deg);
}

.ClearFloat {
  float: none;
  clear: both;
}

.AplatPanier {
  width: 100%;
}

#RecepteurPanier {
  width: 98%;
  margin: 0 auto;
}
.infoClientReferent {
  color: orange;
  margin-left: 10px;
}
.Contenanttotal {
  background-color: rgba(105, 105, 105, 0.7);
  box-shadow: 1px 1px 12px #555;
  font-family: Montserrat;
  padding: 20px;
  font-size: 18px;
}

.ContenuTotalPanier {
  margin-top: 30px;
  float: right;
}

.TotalPanier {
  font-size: 20px;
}

.InfoSmallSize {
  font-size: 15px;
  text-decoration: underline;
}

.ContenantBouton {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  margin-top: 30px;
}

.ValiderCommande {
  padding: 8px;
  color: antiquewhite;
  background-color: #2f2f2f;
  text-align: center;
  height: 30px;
  box-shadow: 1px 1px 6px white;
  border-radius: 4px;
  cursor: pointer;
  display: table;
  -webkit-transition-duration: 0.4s;
  /* Safari */
  transition-duration: 0.4s;
  opacity: 1;
  font-size: 14px;

  margin: 0 auto;
  margin-top: 20px;
}

.ValiderCommandeRouge {
  padding: 8px;
  color: antiquewhite;
  background-color: firebrick;
  text-align: center;
  height: 30px;
  box-shadow: 1px 1px 6px white;
  border-radius: 4px;

  display: table;
  -webkit-transition-duration: 0.4s;
  /* Safari */
  transition-duration: 0.4s;
  opacity: 1;
  font-size: 14px;

  margin: 0 auto;
  margin-top: 20px;
}

.ValiderCommandeOrange {
  padding: 8px;
  color: antiquewhite;
  background-color: rgb(201, 66, 17);
  text-align: center;
  height: 30px;
  box-shadow: 1px 1px 6px white;
  border-radius: 4px;

  display: table;
  -webkit-transition-duration: 0.4s;
  /* Safari */
  transition-duration: 0.4s;
  opacity: 1;
  font-size: 14px;

  margin: 0 auto;
  margin-top: 20px;
}

#ReponseLimiteLbdp {
  display: none;
}

.ValiderCommande:hover {
  color: whitesmoke;
  opacity: 0.8;
}

.CentrerLigne {
  vertical-align: middle;
  display: table-cell;
}

.ContenantPanier {
  display: flex;
}

.ContenantPanierNondispo {
  display: flex;
  background-color: rgba(247, 242, 242, 0.7);
  align-items: center;
}

.ContenantPanierNondispo > div {
  display: flex;
  align-content: center;
}

.CentrerLivraison {
  margin: 0 auto !important;
  margin-top: 15px !important;
}
.ContenuProduit {
  width: 30%;
  display: table;
  padding-left: 10px;
}

.ContenuPromotion {
  width: 25%;
  display: table;
  text-align: center;
}

.ContenuPrix {
  display: table;
  width: 15%;
}

.ContenuInfoStock {
  display: table;
  width: 35%;
}

.ContenuQte {
  display: table;
  width: 155px;
}

.ContenuSupprimer {
  display: table;
  padding-left: 10px;
}

.ImgProduitPanier {
  width: 90px;
  height: 90px;
  border: solid 1px black;
}

.InterieurContenuPrix {
  vertical-align: middle;
  display: table-cell;
  text-align: right;
}

.ContenuPrixResponsive {
  display: none;
}

.InterieurContenuProduit {
  vertical-align: middle;
  display: table-cell;
}

.InterieurContenuProduit > i:hover {
  color: firebrick;
  cursor: inherit;
}

.SouligneColis {
  text-decoration: underline;
  color: black;
}

.Souligne {
  text-decoration: underline;
  color: black;
  font-size: 16px;
}

.fas:hover {
  color: #ffa500;
  cursor: pointer;
}

.Rouge {
  color: firebrick;
}

.BarreSeparatrice {
  margin-bottom: 5px;
  margin-top: 5px;
  background-color: snow;
  height: 1px;
}

.ContenantAfNc {
  font-size: 18px;
  text-align: center;
  width: 50%;
  margin: 0 auto;
  margin-top: 50px;
}

@media screen and (max-width: 700px) {
  .pop_fins_serie {
    padding: 20px;
    width: 80%;
  }

  .AplatPanier {
    border-bottom: none;
    width: 100%;
  }

  #RecepteurPanier {
    padding: 0;
    width: 100%;
    margin: 0 auto;
  }

  .TotalPanier {
    font-size: 18px;
    clear: both;
  }

  .InfoSmallSize {
    font-size: 13px;
    text-decoration: underline;
  }

  .Contenanttotal {
    background-color: rgba(105, 105, 105, 0.7);
    box-shadow: none;
    font-family: Montserrat;
    padding: 5px;
    font-size: 0.9rem;
  }

  .ContenuTotalPanier {
    float: none;
    clear: both;
    width: 96%;
    margin: 0 auto;
    margin-top: 30px;
  }

  .ContenantBouton {
    flex-wrap: wrap;
  }

  .Souligne {
    font-size: 0.9rem;
  }

  .ContenuProduit {
    width: 70%;
    padding-left: 5px;
    padding-right: 10px;
  }

  .ImgProduitPanier {
    width: 70px;
    height: 70px;
  }

  .ContenuPrixResponsive {
    margin-bottom: 10px;
    display: block;
  }

  .ContenuPrix {
    display: none;
  }

  .ContenuPromotion {
    display: none;
  }

  .ContenantAfNc {
    font-size: 16px;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    margin-top: 30px;
  }
}

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

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

.fermer_offres:hover {
  color: firebrick;
}
/* Fin pop in offres */

.vider {
  display: inline-flex;
}
