.container_prod {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-height: 100%;
}

.bloc_haut_prod {
  display: flex;
  flex-direction: row;
  height: 120px;
  align-items: center;
  background-color: var(--fondBeige);
  width: 100%;
}

.titre_haut_prod {
  padding-left: 3%;
  width: 55%;
  font-size: 2.5em;
  font-weight: 900;
  text-transform: uppercase;
}

.prix_haut_prod {
  width: 25%;
  display: flex;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 10px;
  justify-content: center;
  font-size: 1.3em;
}

.btn_haut_prod {
  width: 15%;
  display: flex;
  justify-content: center;
  font-size: 1.3em;
  border: 2px solid var(--noir);
  height: auto;
}

.btn_haut_prod > a {
  padding: 2px 15px;
  width: 100%;
}

.btn_haut_prod > a:hover {
  background-color: var(--noir);
  color: var(--fondBeige);
}

.bloc_details_prod {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.favorite_details_prod {
  position: absolute;
  margin-top: 2%;
  margin-left: 21%;
}

.img_details_prod {
  width: 25%;
  margin: 2%;
}

.image_details_prod {
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.image_details_prod_mob {
  max-width: 100%;
  max-height: 100%;
  display: none;
}

.bloc_texte_details_prod {
  width: 45%;
  margin: 2%;
}

.motcles_details_prod_mob {
  display: none;
}

.titre_details_prod {
  font-weight: 300;
  font-size: 1.3em;
  margin-top: 0;
}

.titre_details_prod > strong {
  font-weight: 900;
}

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

.rating-box {
  color: var(--fondBanFoot);
  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(--fondMarron);
  content: "\2605";
  position: absolute;
  left: 0;
  overflow: hidden;
}

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

.half-star:before {
  color: var(--fondMarron);
  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(--fondMarron);
  cursor: pointer;
}

.voir_avis:hover {
  opacity: 0.7;
}

/* FIN ETOILES*/

.infos_details_prod {
  margin-top: 50px;
  font-size: 0.9em;
}

.img_bandeau_details_prod {
  display: none;
  width: 100%;
  height: 100%;
}

.img_bandeau_details_prod > img {
  display: block;
  width: 100%;
  max-height: 100%;
}

.titre_caract_details_prod {
  font-size: 1.3em;
  font-weight: 900;
}

.texte_caract_details_prod {
  font-size: 0.9em;
}

.titre_action_details_prod {
  font-size: 1.3em;
  font-weight: 900;
}

.texte_action_details_prod {
  font-size: 0.9em;
}

.texte_action_details_prod a {
  cursor: help;
}

.btn_details_prod {
  width: 100%;
  display: flex;
  justify-content: center;
  font-size: 1.3em;
  border: 2px solid var(--noir);
  height: 35px;
}

.btn_details_prod > a {
  padding: 2px 15px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.btn_details_prod > a:hover {
  background-color: var(--noir);
  color: var(--blanc);
}

.motcles_details_prod {
  width: 10%;
  /* transform: rotate(90deg); */
  writing-mode: vertical-rl;
  text-orientation: mixed;
  display: flex;
  justify-content: center;
  margin: 2%;
  text-transform: uppercase;
  font-size: 2.5em;
  font-weight: 900;
}

.couleur_font_infos {
  color: var(--fondMarron);
  font-size: 1.15em;
  vertical-align: middle;
}

.couleur_font_infos .material-symbols-outlined {
  font-variation-settings: "FILL" 1;
  cursor: help;
  display: inline-flex;
}

@media screen and (max-width: 1100px) {
  .titre_haut_prod {
    font-size: 2.2em;
  }
}

/* SECTION DROPDOWN */
.bloc_chevron_prod {
  margin-top: 2%;
  margin-bottom: 2%;
}

.cont_chevron_prod {
  max-width: 1000px;
  width: 100%;
  margin: 10px auto 0px auto;
  /* display: none; */
}

.cont_chevron_prod a {
  letter-spacing: 0.36px;
  color: #e8e3db;
  text-transform: capitalize;
  opacity: 1;
  margin-bottom: 1%;
  margin-top: 1%;
}

.cont_chevron_prod a:hover {
  opacity: 0.5;
}

.accord_cont_chevron_prod {
  border-bottom: 3px dashed var(--fondBeige);
}

.accord_cont_chevron_prod .notes_details_prod {
  max-width: 800px;
  padding-left: 0;
  padding-bottom: 0;
}

.accord_cont_chevron_prod .notes_details_prod span {
  color: var(--noir);
}

.accord_cont_chevron_prod .notes_details_prod span:before {
  color: var(--noir);
}

.btn_chevron_prod {
  background-color: var(--blanc);
  color: var(--noir);
  font-weight: 900;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 1.2em;
  transition: 0.4s;
}

.drop,
.btn_chevron_prod:hover {
  background-color: var(--fondMarron);
}

.btn_chevron_prod:before {
  font-family: "Material Symbols Outlined";
  content: "keyboard_arrow_down";
  color: var(--fondBeige);
  font-weight: bold;
  float: right;
  margin-left: 5px;
  font-size: 25px;
}

.drop:after {
  font-family: "Material Symbols Outlined";
  content: "keyboard_arrow_up";
  position: relative;
  top: 15px;
  margin-top: -15px;
}

.active > .btn_chevron_prod {
  border-radius: 5px 5px 0 0;
}

.active > .btn_chevron_prod:before {
  transform: rotate(180deg);
  transition: all ease 0.2s;
}

.panel_chevron_prod {
  padding: 0 18px;
  background-color: var(--blanc);
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  display: flex;
  flex-direction: column;
  text-align: left;
}

.infos_ingredients {
  font-style: italic;
  font-size: 12px;
}

/* FIN SECTION DROPDOWN */

.titre_meilleurs_prod {
  text-align: center;
}

/* SLIDER */
.bloc_meilleurs_prod {
  width: 100%;
  height: 100%;
  padding-bottom: 1%;
  padding-top: 1%;
  background-color: var(--fondBeige);
  background-image: url("../img/produit/fond_choix.jpg");
  background-size: 100% 100%;
  margin-bottom: 4%;
}

.bloc_img_img_prod {
  background-color: transparent;
  background-image: inherit;
}

.cont_meilleurs_prod,
.cont_img_prod {
  width: 90%;
  margin: 0 auto;
}

.bloc_img_meilleurs_prod,
.img_img_prod {
  margin: 10px;
}

.bloc_img_meilleurs_prod img,
.img_img_prod img {
  max-width: 100%;
  max-height: 100%;
}

/* FIN SLIDER */

/* AVIS */
.bloc_form_avis {
  font-size: 17px;
  border-top: dashed 2px var(--fondMarron);
  width: 97%;
  padding-top: 3px;
  margin-top: 20px;
  color: var(--noir);
}

.afficheavis {
  font-size: 0.9em;
  width: 100%;
}

.margin_left_etoile {
  margin-left: 15px;
}

.avis_achat_article {
  margin-left: 15px;
  text-decoration: underline;
}

.bloc_pseudo_avis {
  margin-left: 15px;
  margin-top: 15px;
}

.span_pseudo_avis {
  text-decoration: underline;
}

.span_type_avis {
  color: var(--fondMarron);
}

.bloc_com_avis {
  margin-top: 10px;
  margin-left: 15px;
}

.bloc_equipe_avis {
  color: var(--fondMarron);
  margin-left: 15px;
}

.bloc_reponse_avis {
  margin-left: 15px;
}

.trait_bas_avis {
  border-top: dashed 2px var(--fondMarron);
  width: 100%;
  padding-top: 10px;
  margin-top: 25px;
}

.afficheavis .notes_details_prod span {
  color: var(--fondMarron);
}

.afficheavis .notes_details_prod span:before {
  color: var(--fondMarron);
}

/* FIN AVIS */

/* FORM AVIS */
.merci_avis {
  font-size: 0.7em;
  color: green;
  text-align: center;
  display: none;
  padding: 10px;
}

.merci_span {
  color: grey;
  font-size: 0.6em;
}

.alert_form_avis {
  font-size: 0.6em;
  color: firebrick;
  padding-top: 10px;
  display: none;
}

.sous_titre_avis {
  font-size: 0.75em;
  margin-bottom: 25px;
}

.alert_form_avis > a {
  color: var(--fondMarron);
  text-transform: lowercase;
  text-decoration: underline;
}

.sous_titre_avis > a {
  color: var(--fondMarron);
  text-transform: lowercase;
}

.overflow_y_avis {
  overflow-y: auto;
}

.form_avis {
  font-size: 26px;
  padding-top: 15px;
  width: 100%;
  height: auto;
  padding: 10px;
  background: var(--fondGrisC);
  box-sizing: border-box;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.6);
  border-radius: 10px;
  margin: 0 auto;
  margin-top: 25px;
  margin-bottom: 25px;
}

.form_avis form {
  padding-top: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.form_avis .user-box {
  position: relative;
  width: 100%;
}

.form_avis .user-box input {
  width: 100%;
  padding: 3px 0;
  font-size: 16px;
  color: var(--noir);
  border: none;
  border-bottom: 1px solid var(--noir);
  outline: none;
  background: transparent;
  background-color: var(--blanc);
  border-radius: 5px;
}

.form_avis .user-box textarea {
  width: 100%;
  padding: 3px 0;
  font-size: 16px;
  color: var(--noir);
  border: none;
  border-bottom: 1px solid var(--noir);
  outline: none;
  background: transparent;
  background-color: var(--blanc);
  border-radius: 5px;
}

.form_avis .user-box label {
  position: absolute;
  top: 5px;
  left: 0;
  padding: 5px 5px;
  font-size: 16px;
  color: #757575;
  pointer-events: none;
  transition: 0.5s;
}

.form_avis .user-box input:focus ~ label,
.form_avis .user-box input:read-only ~ label,
.form_avis .user-box input:valid ~ label {
  top: -30px;
  left: 0;
  padding: 5px 0;
  color: var(--fondMarron);
  font-size: 16px;
}

.form_avis .user-box textarea:focus ~ label,
.form_avis .user-box textarea:valid ~ label {
  top: -30px;
  left: 0;
  padding: 5px 0;
  color: var(--fondMarron);
  font-size: 16px;
}

textarea {
  resize: none;
}

#boutonenregistreravis {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  color: var(--blanc);
  background-color: var(--fondMarron);
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  transition: 0.5s;
  margin-top: 40px;
  letter-spacing: 4px;
  border-radius: 5px;
  text-align: center;
  width: 60%;
  cursor: pointer;
  box-shadow: 0 0 0 0 #7e6d5c;
  animation: pulse 2s infinite;
  margin-top: 30px;
  margin-bottom: 20px;
}

#boutonenregistreravis:hover {
  animation: none;
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 40px 8px #7e6d5c;
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 #7e6d5c;
  }
}

.bouton_acheter_responsive {
  display: none;
  border: 1px solid var(--fondMarron);
  background-color: var(--fondMarron);
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  color: var(--blanc);
  text-decoration: none;
  height: 30px;
  margin: 0;
  cursor: pointer;
}

.bouton_acheter_responsive:hover {
  opacity: 0.9;
}

/* Datepicker */
.ui-datepicker {
  width: 400px;
  background: var(--blanc);
  border-radius: 10px;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.ui-widget.ui-widget-content {
  border: none !important;
}

.ui-datepicker .ui-datepicker-inline {
  padding: 30px;
}

.ui-widget-header {
  border: none !important;
  background: transparent !important;
}

.ui-datepicker-title {
  color: var(--fondMarron) !important;
}

.ui-datepicker {
  width: auto;
}

.ui-datepicker .ui-datepicker-header {
  text-align: center;
  padding-bottom: 1em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  cursor: pointer;
  font-size: 1.4em;
  padding: 0 10px;
  margin-top: -5px;
  color: var(--fondMarron);
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  float: right;
}

.ui-datepicker .ui-datepicker-calendar {
  width: 100%;
  text-align: center;
}

.ui-datepicker .ui-datepicker-calendar thead {
  color: var(--fondMarron);
}

.ui-datepicker .ui-datepicker-calendar tr th,
.ui-datepicker .ui-datepicker-calendar tr td {
  padding-bottom: 0.5em;
}

.ui-datepicker .ui-datepicker-calendar a,
.ui-datepicker .ui-datepicker-calendar span {
  color: var(--fondMarron);
  text-align: center;
  background-color: transparent;
  text-decoration: none;
  display: block;
  margin: auto;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  border: 1px solid transparent;
  cursor: pointer;
}

.ui-datepicker .ui-datepicker-calendar .ui-state-active {
  background-color: var(--fondMarron);
  color: var(--blanc);
  margin: auto;
}

.ui-state-default {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.ui-datepicker-next span {
  background-image: url("../img/produit/angle-right-solid.svg") !important;
}

.ui-datepicker-prev span {
  background-image: url("../img/produit/angle-left-solid.svg") !important;
}

.ui-widget-header .ui-icon {
  background-position: center;
}

/* Fin Datepicker */

/* Note étoiles */
.rating {
  display: flex;
  align-items: center;
  justify-content: center;
}

.rating__star {
  cursor: pointer;
  color: var(--fondMarron);
  font-size: 1.8em;
  font-family: "Material Symbols Outlined";
  font-variation-settings: "FILL" 1;
}

.rating__star.inactive {
  font-variation-settings: "FILL" 0;
}

/* Fin Note étoiles */
/* FIN FORM AVIS */

/* Fancybox */
.fancybox-button {
  top: 40px;
  right: 550px;
  background-color: var(--fondMarron) !important;
}

@media screen and (max-width: 1900px) {
  .fancybox-button {
    right: 500px;
  }
}

@media screen and (max-width: 1800px) {
  .fancybox-button {
    right: 450px;
  }
}

@media screen and (max-width: 1700px) {
  .fancybox-button {
    right: 400px;
  }
}

@media screen and (max-width: 1600px) {
  .fancybox-button {
    right: 350px;
  }
}

@media screen and (max-width: 1500px) {
  .fancybox-button {
    right: 300px;
  }
}

@media screen and (max-width: 1400px) {
  .fancybox-button {
    right: 250px;
  }
}

@media screen and (max-width: 1300px) {
  .fancybox-button {
    right: 200px;
  }
}

@media screen and (max-width: 1200px) {
  .fancybox-button {
    right: 150px;
  }
}

@media screen and (max-width: 1100px) {
  .fancybox-button {
    right: 100px;
  }
}

@media screen and (max-width: 1000px) {
  .fancybox-button {
    right: 50px;
  }

  .img_img_prod {
    cursor: pointer;
  }
}

/* Fin Fancybox */

@media screen and (max-width: 900px) {
  .bloc_haut_prod {
    flex-direction: column;
    height: auto;
    width: 100%;
  }

  .titre_haut_prod {
    text-align: center;
    padding-left: 0;
    width: 96%;
    font-size: 2em;
  }

  .prix_haut_prod {
    display: none;
  }

  .btn_haut_prod {
    display: none;
  }

  .bloc_details_prod {
    flex-direction: column;
  }

  .favorite_details_prod {
    margin-left: 32%;
  }

  .img_details_prod {
    width: 40%;
  }

  .image_details_prod_mob {
    display: block;
  }

  .fancybox {
    display: none;
  }

  .bloc_texte_details_prod {
    width: 100%;
    margin: 0;
    text-align: center;
    justify-content: center;
  }

  .bloc_texte_details_prod > h2,
  p,
  h3 {
    width: 94%;
    margin-left: 3%;
    margin-right: 3%;
  }

  .motcles_details_prod_mob {
    display: flex;
    justify-content: center;
    text-transform: uppercase;
  }

  .titre_details_mob {
    display: none;
  }

  /* ETOILES */
  .notes_details_prod {
    justify-content: center;
  }

  .half-star:after {
    left: 0.95rem;
  }

  .bloc_chevron_prod .half-star:before {
    left: -1px;
  }

  /* FIN ETOILES*/

  .img_bandeau_details_prod {
    display: block;
  }

  .btn_details_prod {
    display: none;
  }

  .motcles_details_prod {
    display: none;
  }

  .nom_img_prod {
    font-size: 1.3em;
  }

  .display_none_900 {
    display: none;
  }

  .left_justify_content {
    justify-content: flex-start;
  }

  .afficheavis div div {
    margin-left: 0;
  }

  .ui-datepicker .ui-datepicker-calendar a,
  .ui-datepicker .ui-datepicker-calendar span {
    width: 26px;
  }

  .bouton_acheter_responsive {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
  }

  #returnOnTop {
    bottom: 8%;
  }
}

@media screen and (max-width: 600px) {
  .cont_meilleurs_prod {
    width: 70%;
    margin: 0 auto;
  }

  .bloc_img_meilleurs_prod {
    margin: 5px;
  }

  .favorite_details_prod {
    margin-left: 50%;
  }

  .img_details_prod {
    width: 60%;
  }
}

@media screen and (max-width: 360px) {
  .cont_meilleurs_prod {
    width: 60%;
    margin: 0 auto;
  }

  .bloc_img_meilleurs_prod {
    margin: 3px;
  }
}
.noStockArticle {
  width: 100%;
  background-color: #6e6e6e;
  color: black;
  font-size: 20px;
  padding: 5px;
}
.noStockArticle > p {
  margin: 0;
  text-align: center;
}
