@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;1,400;1,500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:opsz,wght@6..12,200&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap");
#progressBarContainer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  background: white;
  z-index: 1000;
  align-items: center;
  justify-content: center;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  scroll-behavior: smooth;
  transition: transform 0.3s ease;
  background: #f1f1f1;
}

.separator {
  height: 1px;
  width: 100%;
  background: #dac4a5;
  margin: 30px auto;
}

h2 {
  font-family: "Cormorant", serif;
  font-size: 4vmin;
}

#menu-lateral, #menu-utilisateur {
  height: 100vh;
  width: 50%;
  background: white;
  position: fixed;
  right: -50%;
  overflow: auto;
  z-index: 10;
  margin-right: 87px;
  z-index: 1000;
}
@keyframes slide {
  0% {
    right: -50%;
  }
  100% {
    right: 0;
  }
}
#menu-lateral .supprimer, #menu-utilisateur .supprimer {
  cursor: pointer;
}
#menu-lateral .menu-utilisateur, #menu-utilisateur .menu-utilisateur {
  display: none;
  padding: 10%;
  margin: auto;
}
#menu-lateral .menu-utilisateur ul, #menu-utilisateur .menu-utilisateur ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#menu-lateral h5, #menu-utilisateur h5 {
  font-size: 17px;
}
#menu-lateral .inscription-connexion, #menu-lateral .inscription, #menu-lateral .adresse-livraison-div, #menu-lateral .adresses, #menu-lateral .informations-personnelles, #menu-lateral .recapitulatif-commande, #menu-lateral .mes-commandes, #menu-utilisateur .inscription-connexion, #menu-utilisateur .inscription, #menu-utilisateur .adresse-livraison-div, #menu-utilisateur .adresses, #menu-utilisateur .informations-personnelles, #menu-utilisateur .recapitulatif-commande, #menu-utilisateur .mes-commandes {
  display: none;
  padding: 10%;
  margin: auto;
}
#menu-lateral .inscription-connexion .error, #menu-lateral .inscription .error, #menu-lateral .adresse-livraison-div .error, #menu-lateral .adresses .error, #menu-lateral .informations-personnelles .error, #menu-lateral .recapitulatif-commande .error, #menu-lateral .mes-commandes .error, #menu-utilisateur .inscription-connexion .error, #menu-utilisateur .inscription .error, #menu-utilisateur .adresse-livraison-div .error, #menu-utilisateur .adresses .error, #menu-utilisateur .informations-personnelles .error, #menu-utilisateur .recapitulatif-commande .error, #menu-utilisateur .mes-commandes .error {
  color: red;
}
#menu-lateral .inscription-connexion .success, #menu-lateral .inscription .success, #menu-lateral .adresse-livraison-div .success, #menu-lateral .adresses .success, #menu-lateral .informations-personnelles .success, #menu-lateral .recapitulatif-commande .success, #menu-lateral .mes-commandes .success, #menu-utilisateur .inscription-connexion .success, #menu-utilisateur .inscription .success, #menu-utilisateur .adresse-livraison-div .success, #menu-utilisateur .adresses .success, #menu-utilisateur .informations-personnelles .success, #menu-utilisateur .recapitulatif-commande .success, #menu-utilisateur .mes-commandes .success {
  padding: 20px;
  background: #91daad;
  color: black;
  font-weight: bold;
  width: calc(100% - 40px);
  margin-bottom: 20px;
  text-align: center;
  display: none;
}
#menu-lateral .mes-commandes .liste-commande .commande, #menu-utilisateur .mes-commandes .liste-commande .commande {
  border: 1px solid rgb(234, 234, 234);
  border-radius: 15px;
  margin-bottom: 30px;
}
#menu-lateral .mes-commandes .liste-commande .commande-header, #menu-utilisateur .mes-commandes .liste-commande .commande-header {
  display: flex;
  border-bottom: 1px solid rgb(234, 234, 234);
  padding: 10px;
  background: #f6f6f6;
  flex-wrap: wrap;
}
#menu-lateral .mes-commandes .liste-commande .commande-header div, #menu-utilisateur .mes-commandes .liste-commande .commande-header div {
  margin-left: 10px;
  flex: 1;
}
#menu-lateral .mes-commandes .liste-commande .commande-header div:nth-of-type(4), #menu-utilisateur .mes-commandes .liste-commande .commande-header div:nth-of-type(4) {
  flex-basis: 100%;
  margin-top: 10px;
}
#menu-lateral .mes-commandes .liste-commande .commande-header h5, #menu-utilisateur .mes-commandes .liste-commande .commande-header h5 {
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}
#menu-lateral .mes-commandes .liste-commande a, #menu-utilisateur .mes-commandes .liste-commande a {
  text-decoration: none;
  color: black;
  text-align: center;
}
#menu-lateral .mes-commandes .liste-commande .commande-content .content, #menu-utilisateur .mes-commandes .liste-commande .commande-content .content {
  display: flex;
  align-items: center;
}
#menu-lateral .mes-commandes .liste-commande .commande-content .content:not(:last-child), #menu-utilisateur .mes-commandes .liste-commande .commande-content .content:not(:last-child) {
  border-bottom: 1px solid rgb(234, 234, 234);
}
#menu-lateral .mes-commandes .liste-commande .commande-content .content .description p:first-child, #menu-utilisateur .mes-commandes .liste-commande .commande-content .content .description p:first-child {
  font-weight: bold;
}
#menu-lateral .mes-commandes .liste-commande .commande-content .content .description p span, #menu-utilisateur .mes-commandes .liste-commande .commande-content .content .description p span {
  font-weight: bold;
}
#menu-lateral .mes-commandes .liste-commande .commande-content .content .image, #menu-utilisateur .mes-commandes .liste-commande .commande-content .content .image {
  width: 50%;
  max-width: 150px;
}
#menu-lateral .mes-commandes .liste-commande .commande-content .content .image img, #menu-utilisateur .mes-commandes .liste-commande .commande-content .content .image img {
  width: 100%;
  height: auto;
}
#menu-lateral .btn, #menu-utilisateur .btn {
  display: block;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  margin-top: 20px;
  background: #a62015;
  color: white;
  transition: all 200ms;
  cursor: pointer;
  text-decoration: none;
}
#menu-lateral .btn:hover, #menu-utilisateur .btn:hover {
  background: #72160f;
}
#menu-lateral .btn-retour, #menu-utilisateur .btn-retour {
  display: block;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  margin-top: 20px;
  background: #a9524c;
  color: white;
  transition: all 200ms;
  cursor: pointer;
  text-decoration: none;
}
#menu-lateral .btn-retour:hover, #menu-utilisateur .btn-retour:hover {
  background: #72160f;
}
#menu-lateral input[type=text], #menu-lateral input[type=tel], #menu-lateral input[type=password], #menu-lateral input[type=email], #menu-lateral textarea, #menu-lateral select, #menu-utilisateur input[type=text], #menu-utilisateur input[type=tel], #menu-utilisateur input[type=password], #menu-utilisateur input[type=email], #menu-utilisateur textarea, #menu-utilisateur select {
  background: none;
  border: none;
  width: 100%;
  height: 50px;
  margin-top: 20px;
  padding-block: 0;
  border: 1px solid #282828;
}
@media (min-width: 1024px) {
  @keyframes slideOut {
    0% {
      right: 0;
    }
    100% {
      right: calc(-50% - 87px);
    }
  }
}
@media (max-width: 1024px) {
  @keyframes slideOut {
    0% {
      right: 0;
    }
    100% {
      right: calc(-100% - 87px);
    }
  }
}
#menu-lateral.afficher, #menu-utilisateur.afficher {
  animation: slide 500ms forwards alternate;
}
#menu-lateral.fermer, #menu-utilisateur.fermer {
  animation: slideOut 500ms forwards alternate;
}
#menu-lateral .produits-commande, #menu-utilisateur .produits-commande {
  padding: 0 !important;
}
#menu-lateral .btn-sui, #menu-utilisateur .btn-sui {
  padding: 20px;
  margin: auto;
  overflow: auto;
}
#menu-lateral .produits, #menu-lateral .produits-commande, #menu-utilisateur .produits, #menu-utilisateur .produits-commande {
  padding: 20px;
  margin: auto;
  max-height: calc(100dvh - 230px);
  overflow: auto;
}
#menu-lateral .produits .produit, #menu-lateral .produits-commande .produit, #menu-utilisateur .produits .produit, #menu-utilisateur .produits-commande .produit {
  position: relative;
  border-bottom: 1px solid rgba(169, 82, 76, 0.2);
  padding: 15px 0;
}
#menu-lateral .produits .produit .supprimer, #menu-lateral .produits-commande .produit .supprimer, #menu-utilisateur .produits .produit .supprimer, #menu-utilisateur .produits-commande .produit .supprimer {
  position: absolute;
  top: 15px;
  font-size: 1.2vmin;
  right: 0;
  font-family: "Nunito Sans", sans-serif;
}
#menu-lateral .produits .produit h5, #menu-lateral .produits .produit h3, #menu-lateral .produits-commande .produit h5, #menu-lateral .produits-commande .produit h3, #menu-utilisateur .produits .produit h5, #menu-utilisateur .produits .produit h3, #menu-utilisateur .produits-commande .produit h5, #menu-utilisateur .produits-commande .produit h3 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
#menu-lateral .produits .produit h3, #menu-lateral .produits-commande .produit h3, #menu-utilisateur .produits .produit h3, #menu-utilisateur .produits-commande .produit h3 {
  margin-bottom: 15px;
}
#menu-lateral .produits .produit .prix, #menu-lateral .produits-commande .produit .prix, #menu-utilisateur .produits .produit .prix, #menu-utilisateur .produits-commande .produit .prix {
  position: absolute;
  bottom: 15px;
  right: 0;
}
#menu-lateral .bottom, #menu-utilisateur .bottom {
  display: flex;
  flex-direction: column;
}
#menu-lateral .bottom .total, #menu-utilisateur .bottom .total {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  border-top: 1px solid rgba(236, 228, 223, 0.48);
  border-bottom: 1px solid rgba(236, 228, 223, 0.48);
  justify-content: space-between;
  padding: 15px 0;
}

.abus {
  text-align: center;
}

.detail-produit {
  display: none;
}
.detail-produit .infos-mobile {
  display: none;
}
.detail-produit .image {
  width: calc(60% - 10px);
  margin-right: 50px;
  background: white;
  text-align: center;
  position: relative;
}
.detail-produit .image .images-container img {
  max-width: 100%;
  height: auto;
}
.detail-produit .image .bulle {
  position: absolute;
  background: rgba(236, 228, 223, 0.48);
  border-radius: 100%;
  z-index: 0;
}
.detail-produit .image .bulle:nth-of-type(1) {
  left: -5vw;
  top: 10%;
  width: 10vw;
  height: 10vw;
}
.detail-produit .image .bulle:nth-of-type(2) {
  right: 10%;
  top: 20%;
  width: 5vw;
  height: 5vw;
}
.detail-produit .image .bulle:nth-of-type(3) {
  left: 25%;
  top: 45%;
  width: 2vw;
  height: 2vw;
}
.detail-produit .image .carte {
  text-align: left;
  padding: 0 20px;
  border-top: 1px solid #faf7f4;
}
.detail-produit .image .carte table {
  margin: 50px 0;
}
.detail-produit .image .carte .img {
  width: 200px;
  text-align: center;
}
.detail-produit .image .carte .img h5 {
  font-weight: normal;
  margin: 0;
  padding: 0;
}
.detail-produit .image .carte tr {
  padding: 50px 0;
}
.detail-produit .image .carte img {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
}
.detail-produit .informations-produit {
  width: calc(40% - 10px);
  position: relative;
}
.detail-produit .informations-produit .infos .texte {
  animation: all 500ms;
}
.detail-produit .informations-produit .infos .texte h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: lighter;
  margin: 0;
  padding: 0;
  font-size: 30px;
}
.detail-produit .informations-produit .infos .texte .prix {
  color: #72160f;
  font-weight: lighter;
  font-size: 24px;
  display: flex;
}
.detail-produit .informations-produit .infos .texte .prix span {
  font-size: 2vmin;
}
.detail-produit .informations-produit .infos .texte .prix span:nth-of-type(2) {
  align-items: flex-end;
  display: flex;
}
.detail-produit .informations-produit .infos .texte .btn {
  display: block;
  width: calc(100% - 30px);
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  padding-left: 30px;
  margin-top: 20px;
  background: #a62015;
  color: white;
  transition: all 200ms;
  cursor: pointer;
}
.detail-produit .informations-produit .infos .texte .btn:hover {
  background: #72160f;
}
.detail-produit .informations-produit .infos .texte .btn:hover:before {
  transform: rotate(180deg);
}
.detail-produit .informations-produit .infos .texte .btn:after {
  position: absolute;
  left: 35px;
  top: 0;
  bottom: 0;
  border-right: 1px solid #a9524c;
  content: "";
}
.detail-produit .informations-produit .infos .texte .btn:before {
  position: absolute;
  left: 13px;
  top: 0;
  bottom: 0;
  content: "+";
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 200ms;
}
.detail-produit .informations-produit .infos .texte ul {
  display: inline-flex;
  margin: 0px;
  padding: 0;
  list-style: none;
  align-items: center;
  text-indent: 0;
}
.detail-produit .informations-produit .infos .texte ul .active {
  background: rgba(234, 217, 180, 0.15);
  padding: 10px;
  font-weight: bold;
}
.detail-produit .informations-produit .infos .texte ul li {
  padding: 0 !important;
  transition: all 500ms;
}
.detail-produit .informations-produit .infos .texte ul li:hover {
  background: rgba(234, 217, 180, 0.15);
  font-weight: bold;
  cursor: pointer;
}
.detail-produit .informations-produit .infos .texte span {
  margin: 0;
  padding: 0;
}
.detail-produit .informations-produit .infos .texte h5 {
  margin: 0;
  padding: 0;
  font-weight: lighter;
}
.detail-produit .informations-produit .infos .texte img {
  width: 80px;
  height: auto;
}

.act {
  display: flex;
  align-content: center;
  align-items: center;
  font-weight: bold;
  justify-content: center;
  margin-bottom: 17px;
}
.act .moins {
  margin: 0 5px;
}
.act .btn {
  display: block;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  padding-left: 45px;
  padding-right: 15px;
  background: #a62015;
  color: white;
  transition: all 200ms;
  cursor: pointer;
}
.act .btn:hover {
  background: #72160f;
}
.act .btn:hover:before {
  transform: rotate(180deg);
}
.act .btn:after {
  position: absolute;
  left: 35px;
  top: 0;
  bottom: 0;
  border-right: 1px solid #a9524c;
  content: "";
}
.act .btn:before {
  position: absolute;
  left: 13px;
  top: 0;
  bottom: 0;
  content: "+";
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 200ms;
}
.act .moins, .act .plus {
  transition: all 200ms;
  cursor: pointer;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #a62015;
  color: white;
  background-color: #a62015;
}
.act .moins:hover, .act .plus:hover {
  background: #72160f;
}
.act .ajouter-au-panier {
  width: max-content !important;
  padding: 0 10px !important;
  font-weight: normal !important;
}
.act .qte {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid black;
  background: white;
  color: black;
}

.act-mobile, .conditionnement-mobile {
  display: none;
}

.image-placeholder {
  width: 100%; /* ou la largeur que vous voulez */
  height: 200px; /* ou la hauteur que vous voulez */
  background-color: #f0f0f0; /* une couleur de fond pour les placeholders */
}

.share {
  display: flex;
  align-items: center;
}
.share h4 {
  font-weight: bold !important;
  margin-right: 30px !important;
}
.share ul {
  display: flex;
  padding: 0;
  margin: 0;
}
.share ul li {
  margin-right: 15px;
  list-style: none;
  cursor: pointer;
}
.share ul li img {
  width: 30px;
  height: auto;
  transition: all 500ms;
}
.share ul li img:hover {
  transform: scale(1.1);
}
.share ul li:last-child {
  margin-right: 0 !important;
}

#blog {
  width: 85%;
  margin: auto;
}
#blog .filter-blog {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 15px 0;
}
#blog .filter-blog ul.type-vue-blog img {
  width: 4vh;
  height: auto;
}
#blog .filter-blog ul.type-vue-blog .retour {
  width: 10vh;
  position: absolute;
  left: 2%;
  top: 2%;
  cursor: pointer;
  opacity: 0.8;
}
#blog .filter-blog ul.type-vue-blog .retour:hover {
  opacity: 1;
}
#blog .filter-blog ul {
  display: inline-flex;
  margin: 0px;
  padding: 0;
  list-style: none;
  align-items: center;
}
#blog .filter-blog ul .active {
  background: rgba(234, 217, 180, 0.15);
  padding: 10px;
  font-weight: bold;
}
#blog .filter-blog ul .retour {
  display: none;
}
#blog .filter-blog ul li {
  padding: 10px;
  transition: all 500ms;
}
#blog .filter-blog ul li:hover {
  background: rgba(234, 217, 180, 0.15);
  padding: 10px;
  font-weight: bold;
  cursor: pointer;
}
#blog .article-detail {
  display: none;
  padding-bottom: 30px;
}
#blog .article-detail .image {
  height: 30vh;
  background: url("/images/test_blog.jpg");
  background-size: cover;
  width: 100%;
  background-position: center center;
}
#blog .article-detail .titre {
  text-align: center;
  font-size: 30px;
}
#blog .article-detail .infobarre {
  text-align: center;
  margin: 15px;
}
#blog .article-detail span {
  color: white;
  background: #a9524c;
  padding: 10px;
  border-radius: 5px;
}
#blog h4 {
  font-family: "Open Sans", sans-serif;
  text-align: center;
  margin: 0;
  font-weight: lighter;
}
#blog .articles {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#blog .articles .big {
  width: 100% !important;
  margin-right: 0 !important;
}
#blog .articles .article {
  width: calc(33.3333333333% - 60px);
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}
#blog .articles .article h4 {
  font-size: 20px;
}
#blog .articles .article .image {
  height: 30vh;
  background: url("/images/test_blog.jpg");
  background-size: cover;
  width: 100%;
  background-position: center center;
}
#blog .articles .article .description {
  background: white;
  width: 85%;
  margin-top: -20px;
  padding: 10px;
}
#blog .articles .article .infos {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#blog .articles .article .infos a img {
  width: 40px;
  height: auto;
  transform: rotate(180deg);
}
#blog .articles .article .infos .date {
  font-size: 12px;
  color: #666666;
  font-weight: lighter;
}
#blog h2 {
  font-family: "Libre Baskerville", cursive;
  font-weight: lighter;
  text-align: center;
  margin: 0;
  color: #dac4a5;
}
#blog h2:first-child {
  margin-top: 5vh;
}

#photos-videos {
  width: 85%;
  margin: auto;
}
#photos-videos .videos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex-direction: row;
  overflow: hidden;
  scroll-behavior: smooth; /* Ajout du défilement fluide */
}
#photos-videos .images {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#photos-videos .plein-ecran {
  width: 100% !important;
  height: auto !important;
  max-width: 350px;
  border-radius: 0 !important;
}
#photos-videos .images img {
  width: 14vw;
  height: 14vw;
  position: relative;
}
#photos-videos .images img:hover {
  cursor: pointer;
}
#photos-videos .images img:hover:before {
  content: "";
  background: rgba(52, 48, 43, 0.35);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
#photos-videos video {
  height: 25vw;
  margin-right: 15px;
  background: black;
  position: relative;
  transition: 2s all;
}
#photos-videos #scroll-left {
  position: absolute;
  left: 2.5%;
  z-index: 10;
  background: white;
  border-radius: 100%;
  height: 75px;
  width: 75px;
  text-align: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
#photos-videos #scroll-left img {
  width: 60px;
  height: auto;
}
#photos-videos #scroll-right {
  position: absolute;
  right: 2.5%;
  z-index: 10;
  background: white;
  border-radius: 100%;
  height: 75px;
  width: 75px;
  text-align: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
#photos-videos #scroll-right img {
  width: 60px;
  height: auto;
}
#photos-videos video:last-child {
  margin-right: 0 !important;
}
#photos-videos h2 {
  font-family: "Libre Baskerville", cursive;
  font-weight: lighter;
  text-align: center;
  margin: 0;
  color: #dac4a5;
}
#photos-videos h2:first-child {
  margin-top: 5vh;
}
#photos-videos h4 {
  font-family: "Open Sans", sans-serif;
  text-align: center;
  margin: 0;
  font-weight: lighter;
}

#articles-de-presse {
  width: 85%;
  margin: auto;
  display: none;
}
#articles-de-presse .image-presentation {
  width: 120%;
  margin-top: 25px;
  margin-left: -10%;
  height: 35vh;
  background: url("https://cora-france.fr/app/uploads/2022/08/Presse.jpg") fixed;
  background-size: cover;
}
#articles-de-presse .articles {
  margin: auto;
}
#articles-de-presse .articles img {
  height: 48px;
  width: auto;
}
#articles-de-presse .articles .article {
  transition: all 200ms;
  display: flex;
  padding: 10px 10px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(169, 82, 76, 0.13);
}
#articles-de-presse .articles .article:hover {
  background: rgba(169, 82, 76, 0.13);
}
#articles-de-presse .articles .lire a {
  text-decoration: none;
  border: 1px solid rgb(169, 82, 76);
  padding: 5px 10px;
  color: rgb(169, 82, 76);
  transition: 200ms all;
}
#articles-de-presse .articles .lire a:hover {
  background: rgb(169, 82, 76);
  color: white;
}
#articles-de-presse h2 {
  font-family: "Libre Baskerville", cursive;
  font-weight: lighter;
  text-align: center;
  margin: 0;
  color: #dac4a5;
}
#articles-de-presse h2:first-child {
  margin-top: 5vh;
}
#articles-de-presse h4 {
  font-family: "Open Sans", sans-serif;
  text-align: center;
  margin: 0;
  font-weight: lighter;
}

#distinctions {
  width: 100%;
  margin: auto;
}
#distinctions .distinctions {
  display: flex;
}
#distinctions .separator {
  margin-bottom: 0;
}
#distinctions .selection {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  width: 100%;
}
#distinctions .selection .image {
  flex: 1;
}
#distinctions .selection .image img {
  width: 100%;
  max-height: 80vh;
  width: auto;
  height: auto;
}
#distinctions .selection .image:nth-of-type(1) {
  background: #806363;
}
#distinctions .selection .image:nth-of-type(2) {
  background: white;
}
#distinctions .selection .image:nth-of-type(3) {
  background: mistyrose;
}
#distinctions h2 {
  font-family: "Libre Baskerville", cursive;
  font-weight: lighter;
  text-align: center;
  margin: 0;
  color: #dac4a5;
}
#distinctions h2:first-child {
  margin-top: 5vh;
}
#distinctions .image, #distinctions .medailles {
  text-align: center;
  flex: 1;
}
#distinctions .medailles .groupe {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#distinctions .medailles .groupe-reverse {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}
#distinctions .medailles .reco {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
#distinctions .medailles img {
  height: 80px;
  width: auto;
}

#shop {
  width: 100%;
  margin: auto;
  overflow: auto;
}
#shop .separator {
  margin-bottom: 0;
}
#shop .banniere {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
#shop .banniere h5 {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
#shop .banniere p {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
#shop .banniere .carte {
  background: rgba(234, 217, 180, 0.15);
  border-right: 1px solid #939393;
  display: flex;
  flex-wrap: nowrap;
  padding: 20px;
  align-items: center;
  flex: 1;
  justify-content: center;
}
#shop .banniere .carte:last-child {
  border-right: none;
}
#shop .banniere .carte div img {
  width: 50px;
  height: auto;
  margin-right: 30px;
}
#shop .slider {
  display: flex;
}
#shop .encart {
  background: rgb(61, 57, 48);
  margin-bottom: 30px;
  padding: 15px;
  cursor: pointer;
  min-width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: white;
  z-index: 1;
}
#shop .encart a {
  border: 1px solid #c5c5b7;
  padding: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(42, 37, 34, 0.3098039216);
  margin-top: 20px;
}
#shop .encart img {
  width: 30px;
  height: auto;
  filter: invert(1);
}
#shop .encart .rotate {
  transform: rotate(180deg);
}
#shop .coffrets {
  overflow: hidden;
}
@keyframes coffretSlide {
  0% {
    transform: translateY(200%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes coffretSlideR {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(200%);
  }
}
@keyframes coffretSlideL {
  0% {
    transform: translateX(-200%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes coffretSlideLR {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-200%);
  }
}
#shop .coffrets .translateBas img {
  transform: translateY(0%);
  animation: coffretSlideR 500ms forwards;
}
#shop .coffrets .translateBas img:nth-child(1) {
  animation-delay: 125ms;
}
#shop .coffrets .translateBas img:nth-child(2) {
  animation-delay: 250ms;
}
#shop .coffrets .translateBas img:nth-child(3) {
  animation-delay: 375ms;
}
#shop .coffrets .translateBas img:nth-child(4) {
  animation-delay: 500ms;
}
#shop .coffrets .translateBas img:nth-child(5) {
  animation-delay: 625ms;
}
#shop .coffrets .translateBas img:nth-child(6) {
  animation-delay: 750ms;
}
#shop .coffrets .translateBas .commander {
  animation: coffretSlideLR 500ms forwards;
  transform: translateX(0%);
}
#shop .coffrets .translateHaut img {
  animation: coffretSlide 500ms forwards;
  transform: translateY(200%);
}
#shop .coffrets .translateHaut img:nth-child(1) {
  animation-delay: 125ms;
}
#shop .coffrets .translateHaut img:nth-child(2) {
  animation-delay: 250ms;
}
#shop .coffrets .translateHaut img:nth-child(3) {
  animation-delay: 375ms;
}
#shop .coffrets .translateHaut img:nth-child(4) {
  animation-delay: 500ms;
}
#shop .coffrets .translateHaut img:nth-child(5) {
  animation-delay: 625ms;
}
#shop .coffrets .translateHaut img:nth-child(6) {
  animation-delay: 750ms;
}
#shop .coffrets .translateHaut .commander {
  animation: coffretSlideL 500ms forwards;
  transform: translateX(200%);
}
#shop .coffrets .coffret {
  background: rgba(234, 217, 180, 0.15);
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 30px;
}
#shop .coffrets .coffret .prix {
  color: #72160f;
  font-weight: lighter;
  display: flex;
  font-size: 24px;
}
#shop .coffrets .coffret .prix span {
  font-size: 2vmin;
}
#shop .coffrets .coffret .prix span:nth-of-type(2) {
  align-items: flex-end;
  display: flex;
}
#shop .coffrets .coffret .btn {
  display: block;
  width: calc(100% - 30px);
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  padding-left: 30px;
  margin-top: 20px;
  background: #a62015;
  color: white;
  transition: all 200ms;
  cursor: pointer;
}
#shop .coffrets .coffret .btn:hover {
  background: #72160f;
}
#shop .coffrets .coffret .btn:hover:before {
  transform: rotate(180deg);
}
#shop .coffrets .coffret .btn:after {
  position: absolute;
  left: 35px;
  top: 0;
  bottom: 0;
  border-right: 1px solid #a9524c;
  content: "";
}
#shop .coffrets .coffret .btn:before {
  position: absolute;
  left: 13px;
  top: 0;
  bottom: 0;
  content: "+";
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 200ms;
}
#shop .coffrets .coffret .contenu-coffret {
  text-align: center;
  flex: 2;
}
#shop .coffrets .coffret .contenu-coffret img {
  width: 33%;
  position: relative;
}
#shop .coffrets .coffret .contenu-coffret img:not(:first-child) {
  margin-left: -21%;
}
#shop .coffrets .coffret .contenu-coffret img:nth-of-type(1) {
  z-index: 6;
}
#shop .coffrets .coffret .contenu-coffret img:nth-of-type(2) {
  z-index: 5;
}
#shop .coffrets .coffret .contenu-coffret img:nth-of-type(3) {
  z-index: 5;
}
#shop .coffrets .coffret .contenu-coffret img:nth-of-type(4) {
  z-index: 3;
}
#shop .coffrets .coffret .contenu-coffret img:nth-of-type(5) {
  z-index: 2;
}
#shop .coffrets .coffret .contenu-coffret img:nth-of-type(6) {
  z-index: 1;
}
#shop .coffrets .coffret .commander {
  flex: 1;
  padding: 30px;
  background: white;
}
#shop .slider-produits {
  overflow: hidden;
}
#shop .slider-coffrets .encart {
  margin-top: 30px !important;
  margin-bottom: 0 !important;
}
#shop .produits {
  display: flex;
  transition: all 500ms;
  flex-wrap: wrap !important;
  justify-content: center;
}
@media (min-width: 1400px) {
  #shop .produits .produit {
    width: calc(14.2857142857% - 30px) !important;
  }
}
#shop .produits .produit {
  background: rgba(234, 217, 180, 0.15);
  margin-bottom: 30px;
  padding: 15px;
  cursor: pointer;
  width: calc(33.3333333333% - 30px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
#shop .produits .produit a {
  z-index: 100;
}
#shop .produits .produit .fiche {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 500ms all;
}
#shop .produits .produit .fiche:hover {
  background: rgba(169, 82, 76, 0.13);
}
#shop .produits .produit .fiche img {
  width: 50%;
  height: auto;
}
#shop .produits .produit:nth-child(2n) {
  background: rgba(218, 196, 165, 0.2509803922);
}
#shop .produits .produit .img {
  text-align: center;
}
#shop .produits .produit:hover img.bouteille {
  filter: none;
  -webkit-filter: none;
}
#shop .produits .produit img.bouteille {
  width: 100%;
  height: auto;
  /*-webkit-filter: grayscale(100%); !* Safari 6.0 - 9.0 *!
  filter: grayscale(100%);*/
  transition: all 250ms;
  margin: auto;
  position: relative;
  top: 0;
}
#shop .produits .produit img.bouteille:hover {
  top: -40px;
  transform: rotate(5deg);
}
#shop .produits .produit .infos h5 {
  margin: 0;
  font-size: 14px;
}
#shop .produits .produit .infos p {
  font-size: 12px;
  margin: 15px 0 0 0;
}
#shop .produits .produit .cart-act {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  flex-direction: column-reverse;
  text-align: center;
}
#shop .produits .produit .cart-act span {
  color: #72160f;
  font-weight: lighter;
  font-size: 1rem;
}
#shop h2 {
  font-family: "Libre Baskerville", cursive;
  font-weight: lighter;
  text-align: center;
  margin: 0;
  color: #dac4a5;
}
#shop h2:first-child {
  margin-top: 5vh;
}
#shop h4 {
  font-family: "Open Sans", sans-serif;
  text-align: center;
  margin: 0;
  font-size: 28px;
  font-weight: lighter;
}
#shop ul.type-vue {
  background-color: rgb(248, 242, 235);
}
#shop ul.type-vue img {
  width: 4vh;
  height: auto;
}
#shop ul.type-vue .retour {
  width: 10vh;
  position: absolute;
  left: 2%;
  top: 2%;
  cursor: pointer;
  opacity: 0.8;
}
#shop ul.type-vue .retour:hover {
  opacity: 1;
}
#shop ul.type-vue li:nth-of-type(1) img {
  width: 2.8vh;
}
#shop ul.type-vue li:nth-of-type(3) {
  flex: 1;
  text-align: center;
}
#shop ul {
  display: inline-flex;
  margin: 0px;
  padding: 0;
  list-style: none;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
#shop ul .active {
  background: rgba(234, 217, 180, 0.15);
  padding: 10px;
  font-weight: bold;
}
#shop ul .retour {
  display: none;
}
#shop ul li {
  padding: 10px;
  transition: all 500ms;
}
#shop ul li:hover {
  background: rgba(234, 217, 180, 0.15);
  padding: 10px;
  font-weight: bold;
  cursor: pointer;
}
#shop .filter {
  display: none;
  justify-content: space-between;
  align-items: center;
}
#shop .newsletter {
  background: rgba(234, 217, 180, 0.15);
  margin-top: 50px;
  right: 0;
  padding: 50px 0;
}
#shop .newsletter .evin {
  margin: auto;
  text-align: center;
}
#shop .newsletter p {
  text-align: center;
}
#shop .newsletter .content {
  width: 85%;
  margin: auto;
}
#shop .newsletter .form-group {
  display: flex;
  align-items: center;
  justify-content: center;
}
#shop .newsletter h4 {
  font-family: "Libre Baskerville", cursive;
  font-weight: lighter;
  font-size: 35px;
}
#shop .newsletter p {
  margin: 0 1em 2em 2em;
}
#shop .newsletter input {
  background: none;
  border: none;
  width: 50%;
  height: 50px;
  padding-block: 0;
  border: 1px solid #282828;
}
#shop .newsletter a {
  text-decoration: none;
  transition: all 500ms;
  color: white;
  border: 1px solid #282828;
  background-color: #282828;
  height: 50px;
  padding: 0 10px;
  display: flex;
  align-items: center;
}
#shop .newsletter a:hover {
  border: 1px solid #282828;
  border-bottom: 1px solid #282828;
  color: #282828;
  background: rgba(234, 217, 180, 0.15);
}

#navbar {
  position: fixed;
  left: 15px;
  right: 0px;
  display: flex;
  color: white;
  margin: auto;
  z-index: 101;
  transition: all 1s;
  top: 0;
}
#navbar.invert .logo {
  background: url("/images/logo_g.png");
  background-size: cover;
}
#navbar .logo {
  margin-top: 5px;
  height: 5.5vw;
  width: 15vw;
  background: url("/images/logo_g.png");
  background-size: cover;
}
#navbar .logo-accueil {
  margin-top: 15px;
  width: 22vw;
  height: 8.4615384615vw;
  background: url("/images/logo.png");
  background-size: cover;
}
@media (max-width: 768px) {
  #navbar .logo {
    height: 55px;
    width: 45px;
    background: url("/images/logo_icone.png");
    background-size: cover;
  }
}
#navbar ul {
  display: flex;
  padding: 0;
  margin: 0;
  position: absolute;
  list-style: none;
  align-items: center;
  right: 0;
  flex-direction: row;
  align-items: stretch;
  cursor: pointer;
}
#navbar ul li:nth-of-type(1) img, #navbar ul li:nth-of-type(2) img {
  width: 42px;
  height: 42px;
}
#navbar ul li:nth-of-type(2), #navbar ul li:nth-of-type(4) {
  background: #dac4a5 !important;
}
#navbar ul li:nth-of-type(3) {
  color: black;
}
#navbar ul li:nth-of-type(3) img {
  width: 42px;
  height: 42px;
}
#navbar ul li:nth-of-type(4) {
  color: black;
}
#navbar ul li:nth-of-type(4) img {
  width: 42px;
  height: 42px;
}
#navbar ul li {
  position: relative;
  padding: 20px;
  background: rgb(248, 242, 235);
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#navbar ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: black;
}
#navbar ul li p {
  font-size: 16px;
  padding: 0;
  margin: 0;
}
#navbar ul li span {
  position: absolute;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  background: white;
  color: black;
  left: 12.5px;
  text-align: center;
  bottom: 12.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: lighter;
}

#menu {
  height: 100vh;
  margin: 0;
  overflow: hidden;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoomBlur {
  0% {
    filter: blur(0px);
    transform: scale(1);
  }
  50% {
    filter: blur(5px);
    transform: scale(1.05);
  }
  100% {
    filter: blur(0px);
    transform: scale(1);
  }
}
#menu .notre-histoire {
  background: url("/images/sauvignon.jpg");
  width: calc(25% - 10px);
  height: calc(100% - 20px);
  background-size: cover;
  background-position: center center;
  animation: fade 1s forwards alternate;
}
#menu .a-propos-de-nous {
  background: url("images/accueil/notre-histoire.jpeg");
  width: calc(30% - 10px);
  height: calc(50% - 15px);
  background-size: cover;
  background-position: center center;
  animation: fade 2s forwards alternate;
}
#menu .notre-univers {
  background: url("images/accueil/notre-univers.jpg");
  width: calc(20% - 10px);
  height: calc(50% - 15px);
  background-size: cover;
  background-position: center center;
  animation: fade 4s forwards alternate;
}
#menu .nos-distinctions {
  background: url("images/accueil/distinctions.jpg");
  width: calc(45% - 10px);
  height: calc(50% - 15px);
  background-size: cover;
  background-position: center center;
  animation: fade 3s forwards alternate;
}
#menu .notre-miel {
  background: url("images/accueil/notre-miel.jpg");
  width: calc(25% - 10px);
  height: calc(25% - 12.5px);
  background-size: cover;
  background-position: center center;
  animation: fade 2s forwards alternate;
}
#menu .nous-contacter {
  background: url("images/accueil/nous-contacter.jpg");
  width: calc(25% - 10px);
  height: calc(50% - 15px);
  background-size: cover;
  background-position: center center;
  animation: fade 2s forwards alternate;
}
#menu .nous-contacter:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.45);
  opacity: 1;
  z-index: -1;
}
#menu .promotion {
  opacity: 1;
  padding: 20px;
  display: flex;
  flex-direction: column;
}
#menu .promotion p {
  padding: 0 30px;
}
#menu .promotion img {
  width: 60px;
  height: auto;
}
#menu .notre-shop {
  background: url("images/accueil/notre-shop.jpg");
  width: calc(50% - 10px);
  height: calc(50% - 15px);
  background-size: cover;
  background-position: center center;
  animation: fade 1s forwards alternate;
}
#menu div {
  margin: 5px;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  opacity: 0;
  position: relative;
}
#menu div ul {
  opacity: 0;
  position: absolute;
  bottom: -130px;
  padding: 0;
  margin: 0;
  list-style: none;
}
#menu div ul li {
  margin: 5px;
  color: rgba(255, 255, 255, 0.84);
}
#menu div:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: linear-gradient(-45deg, rgba(243, 207, 63, 0.29) 0%, rgba(243, 63, 88, 0.24) 100%);
  content: "";
  opacity: 0;
  transition: all 0.5s;
}
#menu div:after {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  top: 10px;
  background: rgba(3, 3, 3, 0.06);
  content: "";
  transition: all 0.5s;
  opacity: 0;
}
#menu h2 {
  font-weight: lighter;
  opacity: 0;
  margin-top: -100px;
}
#menu div:hover > h2 {
  display: flex;
  opacity: 1;
  transition: all 0.5s;
  z-index: 1000;
  margin-top: 0px;
}
#menu div:hover > ul {
  opacity: 1;
  z-index: 1000;
  transition: all 0.5s;
  bottom: 30px;
}
#menu div:hover > ul li:hover {
  color: white;
  font-weight: bolder;
}
#menu div:hover {
  transition: all 0.5s, background-position 30s;
  cursor: pointer;
  background-position: 0px 0px;
}
#menu div:hover:before {
  opacity: 1;
}
#menu div:hover:after {
  opacity: 1;
}
@media (max-width: 768px) {
  #menu div {
    width: 100% !important;
    padding: 50px 0;
  }
}

@keyframes boing {
  0% {
    transform: rotate(180deg) scale(1);
  }
  50% {
    transform: rotate(180deg) scale(1.4);
  }
  100% {
    transform: rotate(180deg) scale(1);
  }
}
@keyframes tremble {
  0% {
    transform: rotate(-5deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(5deg);
  }
}
.boing .next {
  animation: boing 1s linear infinite;
}

.tremble {
  animation: tremble 500ms linear infinite alternate;
}

.barreNav {
  z-index: 2000;
  position: fixed;
  right: 5%;
  bottom: 5%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  filter: invert(1);
  transition: all 1s;
}
.barreNav.left {
  left: 5%;
  right: initial !important;
}
.barreNav.invert {
  filter: invert(0);
}
.barreNav img {
  height: 4vh;
  cursor: pointer;
  opacity: 0.8;
  filter: invert(1);
  transition: all 500ms;
}
.barreNav img:hover {
  opacity: 1;
}
.barreNav img.next {
  transform: rotate(180deg);
}
.barreNav img.next:hover {
  transform: rotate(180deg) scale(1.3);
}
.barreNav img.prev:hover {
  transform: scale(1.3);
}
.barreNav h5 {
  margin: 15px;
  color: white;
  width: 13vw;
  text-align: center;
  font-family: "Cormorant", serif;
  font-weight: lighter;
  font-size: 18px;
}

#notre-histoire {
  display: flex;
  flex-wrap: nowrap;
  display: none;
  opacity: 0;
  transition: opacity 1s;
  margin-left: -70%;
}
#notre-histoire .date-ombre {
  font-size: 17vh;
  position: fixed;
  left: 63%;
  color: rgba(255, 255, 255, 0.14);
  top: 0%;
  z-index: 10;
  font-family: "Cormorant";
  transition: opacity 1s;
}
#notre-histoire .date {
  text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.4);
  font-size: 17vh;
  position: fixed;
  opacity: 0.6;
  left: 63.2%;
  color: white;
  top: 1%;
  z-index: 11;
  font-family: "Cormorant";
  transition: opacity 1s;
}
#notre-histoire .div-bulle .bulle {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: white;
}
#notre-histoire .volet-1 {
  height: 100vh;
  width: 70%;
  background: url(/images/sauvignon.jpg);
  background-size: cover;
  background-position: center;
  position: absolute;
  display: flex;
  color: white;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#notre-histoire .volet-1 ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-flex;
  opacity: 0;
  position: absolute;
  top: 55vh;
  left: 0;
  right: 0;
  animation: animTitre 1.3s 800ms ease forwards;
  text-align: center;
  align-items: center;
  justify-content: center;
  opacity: 0;
}
#notre-histoire .volet-1 ul li {
  color: rgba(255, 255, 255, 0.84);
  cursor: pointer;
}
#notre-histoire .volet-1 ul li:hover {
  color: white;
}
#notre-histoire .volet-1 ul li:not(:last-child) {
  margin-right: 20px;
  position: relative;
}
#notre-histoire .volet-1 ul li:not(:last-child):after {
  position: absolute;
  right: -10px;
  width: 1px;
  top: 3px;
  bottom: 3px;
  background: white;
  content: "";
}
@keyframes animTitre {
  0% {
    opacity: 0;
    margin-top: 15%;
  }
  100% {
    opacity: 1;
    margin-top: 0%;
  }
}
#notre-histoire .volet-1 h2 {
  text-align: center;
  animation: animTitre 1.3s ease forwards;
  opacity: 0;
  position: absolute;
  top: 40vh;
  left: 0;
  right: 0;
}
#notre-histoire .show {
  display: flex;
}
#notre-histoire .volet-2 {
  height: 100vh;
  position: absolute;
  left: 70%;
  top: 0%;
  bottom: 0;
  margin: auto;
  background: #34302b;
  display: flex;
  align-content: center;
  align-items: center;
  width: 100%;
  color: white;
}
#notre-histoire .volet-2 .img {
  padding: 0;
  margin: auto;
  position: relative;
}
#notre-histoire .volet-2 .img:after {
  width: 2px;
  background: white;
  position: absolute;
  top: -20vh;
  left: 0;
  right: 0;
  height: 10vh;
  margin: auto;
  content: "";
}
#notre-histoire .volet-2 .img:before {
  width: 2px;
  background: white;
  position: absolute;
  bottom: -20vh;
  left: 0;
  right: 0;
  height: 10vh;
  margin: auto;
  content: "";
}
#notre-histoire .volet-2 .img img {
  width: 80px;
}
#notre-histoire .volet-2 .bar {
  position: absolute;
  top: 110%;
  left: -25%;
  right: 0;
  margin: auto;
  text-align: center;
  transition: all 2s;
  transform: scale(0.3);
}
#notre-histoire .volet-2 div {
  padding: 10%;
}
#notre-histoire .volet-2 div:nth-of-type(2) {
  opacity: 0;
  transition: all 3s;
}
#notre-histoire .volet-2 div:nth-of-type(1) {
  opacity: 0.5;
  transition: all 1s;
}
#notre-histoire .volet-2 div:nth-of-type(3) {
  opacity: 0;
  transition: all 5s;
}
#notre-histoire .volet-3 {
  width: 40%;
  position: absolute;
  left: 180%;
  height: 100vh;
  z-index: 10;
  background: url("/uploads/20a8be4abb290b20065b159c37f9d2cc.jpeg") floralwhite;
  background-size: cover;
  transition: opacity 3s, filter 3s;
  opacity: 0;
  filter: blur(20px);
}
#notre-histoire .volet-4 {
  height: 100vh;
  position: absolute;
  left: 220%;
  top: 0%;
  bottom: 0;
  margin: auto;
  background: floralwhite;
  display: flex;
  align-content: center;
  align-items: center;
  width: 100%;
  z-index: 100;
}
#notre-histoire .volet-4 .img {
  padding: 0;
  margin: 0;
  position: relative;
}
#notre-histoire .volet-4 .img:after {
  width: 2px;
  background: #282828;
  position: absolute;
  top: -20vh;
  left: 0;
  right: 0;
  height: 10vh;
  margin: auto;
  content: "";
}
#notre-histoire .volet-4 .img:before {
  width: 2px;
  background: #282828;
  position: absolute;
  bottom: -20vh;
  left: 0;
  right: 0;
  height: 10vh;
  margin: auto;
  content: "";
}
#notre-histoire .volet-4 .img img {
  width: 100px;
}
#notre-histoire .volet-4 div {
  width: 30%;
  margin: auto;
  opacity: 0;
  transition: opacity 4s;
}
#notre-histoire .volet-5 {
  height: 100vh;
  width: 30%;
  position: absolute;
  left: 320%;
  top: 0%;
  bottom: 0;
  margin: auto;
  background: floralwhite;
  display: flex;
  flex-wrap: wrap;
  z-index: 100;
  align-items: stretch;
  align-content: space-around;
}
#notre-histoire .volet-5 img {
  width: 100%;
  margin: 20px;
  height: auto;
  filter: blur(10px);
}
#notre-histoire .volet-5 img:nth-of-type(1) {
  transition: all 2s;
  margin-top: -60%;
}
#notre-histoire .volet-5 img:nth-of-type(2) {
  transition: all 2s;
  margin-bottom: -20%;
}
#notre-histoire .volet-6 {
  height: 100vh;
  width: 80%;
  position: absolute;
  left: 350%;
  top: 0%;
  bottom: 0;
  margin: auto;
  background: floralwhite;
  display: flex;
  flex-wrap: wrap;
  z-index: 1;
  align-items: stretch;
  align-content: space-around;
  padding: 10%;
}
#notre-histoire .volet-6 .img {
  padding: 0;
  margin: auto;
  position: relative;
}
#notre-histoire .volet-6 .img:after {
  width: 2px;
  background: #282828;
  position: absolute;
  top: -20vh;
  left: 0;
  right: 0;
  height: 10vh;
  margin: auto;
  content: "";
}
#notre-histoire .volet-6 .img:before {
  width: 2px;
  background: #282828;
  position: absolute;
  bottom: -20vh;
  left: 0;
  right: 0;
  height: 10vh;
  margin: auto;
  content: "";
}
#notre-histoire .volet-6 .img img {
  width: 100px;
}
#notre-histoire .volet-6 div {
  width: 30%;
  margin: auto;
  margin-top: 0;
  opacity: 0;
  transition: opacity 4s;
}
#notre-histoire .volet-7 {
  height: 100vh;
  width: 30%;
  padding: 10%;
  position: absolute;
  left: 450%;
  top: 0%;
  background: #e8ffd0;
  bottom: 0;
  margin: auto;
  display: flex;
  flex-wrap: nowrap;
  z-index: 100;
  align-items: center;
  align-content: center;
  transform: rotate(0deg);
  transition: all 200ms ease;
}
#notre-histoire .volet-7 div {
  margin: 5%;
  opacity: 0;
  transition: opacity 4s;
}
#notre-histoire .volet-7 img {
  height: 30vh;
  margin: 20px;
  width: auto;
}
#notre-histoire .barre {
  padding: 2px !important;
  height: 50vh;
  width: 2px;
  background: rgba(234, 217, 180, 0.15);
}
#notre-histoire .volet-8 {
  width: 30%;
  position: absolute;
  left: 500%;
  height: 100vh;
  z-index: 100;
  background: url("/images/developpement_durable.jpg");
  background-size: cover;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
}
#notre-histoire .volet-8 img {
  position: absolute;
  max-height: 20vh;
  width: auto;
  z-index: 100;
}
#notre-histoire .volet-8 img:nth-of-type(1) {
  top: 10%;
  right: -2%;
}
#notre-histoire .volet-8 img:nth-of-type(2) {
  top: 40%;
  right: -5%;
}
#notre-histoire .volet-8 img:nth-of-type(3) {
  top: 70%;
  right: -2%;
}
#notre-histoire .volet-9 {
  height: 100vh;
  width: 50%;
  padding: 10%;
  position: absolute;
  left: 530%;
  top: 0%;
  background: #e8ffd0;
  bottom: 0;
  margin: auto;
  display: flex;
  flex-wrap: nowrap;
  z-index: 10;
  align-items: center;
  align-content: center;
  transform: rotate(0deg);
  transition: all 200ms ease;
}
#notre-histoire .volet-9 div {
  margin: 5%;
  opacity: 0;
  transition: opacity 4s;
}
#notre-histoire .volet-9 img {
  height: 30vh;
  margin: 20px;
  width: auto;
}
#notre-histoire .volet-10 {
  width: 50%;
  position: absolute;
  left: 600%;
  height: 100vh;
  z-index: 100;
  background: url("/images/ruche.jpeg");
  background-size: cover;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
}
#notre-histoire .volet-10 img {
  position: absolute;
  max-height: 35vh;
  width: auto;
  z-index: 100;
}
#notre-histoire .volet-10 img:nth-of-type(1) {
  bottom: 5%;
  right: -5%;
}
#notre-histoire .volet-11 {
  height: 100vh;
  width: 30%;
  padding: 10%;
  position: absolute;
  left: 650%;
  top: 0%;
  background: #fff6be;
  bottom: 0;
  margin: auto;
  display: flex;
  flex-wrap: nowrap;
  z-index: 10;
  align-items: center;
  align-content: center;
  transform: rotate(0deg);
  transition: all 200ms ease;
}
#notre-histoire .volet-11 img {
  height: 25vh;
  margin: 20px;
  width: auto;
}
#notre-histoire .volet-12 {
  height: 100vh;
  width: 40%;
  padding: 5%;
  position: absolute;
  left: 700%;
  top: 0%;
  background: #f5f1ec;
  bottom: 0;
  margin: auto;
  transform: rotate(0deg);
  transition: all 200ms ease;
}
#notre-histoire .volet-12 h2 {
  margin: 10% 0 0 !important;
}
#notre-histoire .volet-12 .form-group {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
#notre-histoire .volet-12 .form-group label {
  margin-right: 15px;
  width: 110px;
}
#notre-histoire .volet-12 .form-group input {
  background: none;
  border: none;
  flex: 1;
  height: 4vh;
  border-bottom: 1px solid #282828;
}
#notre-histoire .volet-12 .form-group textarea {
  background: none;
  border: none;
  flex: 1;
  height: 15vh;
  border-bottom: 1px solid #282828;
}
#notre-histoire .volet-12 .act {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  margin: 4vh 0;
}
#notre-histoire .volet-12 .act a {
  color: #282828;
  text-decoration: none;
  padding: 10px;
  border: 1px solid #e8eaed;
  border-bottom: 1px solid #282828;
  transition: all 500ms;
}
#notre-histoire .volet-12 .act a:hover {
  color: white;
  border: 1px solid #282828;
  background-color: #282828;
}
#notre-histoire .volet-13 {
  height: 100vh;
  width: 40%;
  padding: 5%;
  position: absolute;
  left: 750%;
  top: 0%;
  background: #0a0a06;
  bottom: 0;
  margin: auto;
  display: flex;
  flex-wrap: nowrap;
  z-index: 10;
  align-items: center;
  align-content: center;
  transform: rotate(0deg);
  transition: all 200ms ease;
}
#notre-histoire .volet h2, #notre-histoire .volet-11 h2 {
  font-family: "Libre Baskerville", cursive;
  font-weight: lighter;
  text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.2);
}
#notre-histoire .baril {
  position: absolute;
  left: 369%;
  z-index: 10;
  bottom: -30%;
  width: 21%;
  transform: scale(0.3);
  transition: all 2s;
}

#pourcentageScroll {
  position: fixed;
  top: 0;
  left: 0;
  width: 300px;
  background: white;
  z-index: 10000;
  text-align: center;
}

footer {
  background: #dac4a5;
  padding-bottom: 50px;
  padding-top: 50px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  text-align: center;
  position: relative;
  z-index: 100;
}
footer .partenaires img {
  height: 64px !important;
  width: auto !important;
}
footer h4 {
  color: rgba(0, 0, 0, 0.67);
}
footer .logo-footer {
  margin: auto;
}
footer .logo-footer img {
  width: 50%;
  height: auto;
  max-width: 700px;
}
footer p {
  margin: auto;
  margin-top: 20px;
}
footer .col {
  margin: auto;
}
footer .col a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.67);
  text-transform: uppercase;
}
footer .infos-footer {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: space-around;
}
footer .infos-footer ul {
  padding: 0;
  margin: 0;
}
footer .infos-footer ul li {
  display: inline;
  list-style: none;
}
footer .infos-footer img {
  width: 32px;
  height: 32px;
}

.hidden {
  display: none !important;
}

@media (max-width: 768px) {
  .conditionnement-mobile {
    position: fixed;
    bottom: 62px;
    left: 0;
    right: 0;
    z-index: 10000;
    text-align: center;
    background: #faf7f4;
    padding: 20px 10px 10px 10px;
  }
  #une-histoire .content .content-text-image {
    flex-direction: column !important;
  }
  #une-histoire .content .content-text-image .text {
    margin-top: 30px !important;
  }
  #une-histoire .content .content-text-image .img {
    margin-top: 30px !important;
    text-align: center !important;
  }
  footer .infos-footer {
    flex-direction: column !important;
  }
  #shop, #photos-videos, #blog {
    margin-top: 45px;
  }
  #navbar {
    top: 0;
  }
  #navbar ul {
    flex-direction: row !important;
  }
  #navbar ul li img {
    width: 30px !important;
    height: 30px !important;
  }
  #navbar ul li p {
    display: none;
  }
  #contact {
    margin-top: 90px;
  }
  #shop, #blog, #photos-videos {
    width: 95% !important;
  }
  .share {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .share h4 {
    margin-bottom: 15px !important;
  }
  footer {
    width: 100% !important;
    padding: 20px 0 60px 0 !important;
  }
  footer .col {
    display: flex;
    flex-direction: column;
  }
  footer .col a {
    margin: 0;
  }
  .voir-fiche-produit-mobile {
    display: none !important;
  }
  .act-mobile {
    display: inline-flex;
    align-content: center;
    align-items: center;
    font-weight: bold;
    position: fixed;
    bottom: 0;
    z-index: 10000;
    left: 0;
    right: 0;
    background: #faf7f4;
    padding: 20px;
    justify-content: center;
  }
  .act-mobile .moins {
    margin: 0 5px;
  }
  .act-mobile .btn {
    display: block;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    padding-left: 45px;
    padding-right: 15px;
    background: #a62015;
    color: white;
    transition: all 200ms;
    cursor: pointer;
  }
  .act-mobile .btn:hover {
    background: #72160f;
  }
  .act-mobile .btn:hover:before {
    transform: rotate(180deg);
  }
  .act-mobile .btn:after {
    position: absolute;
    left: 35px;
    top: 0;
    bottom: 0;
    border-right: 1px solid #a9524c;
    content: "";
  }
  .act-mobile .btn:before {
    position: absolute;
    left: 13px;
    top: 0;
    bottom: 0;
    content: "+";
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 200ms;
  }
  .act-mobile a {
    transition: all 200ms;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ab5651;
    color: white;
    background-color: #9b433b;
    text-decoration: none;
    margin-left: 5px;
    padding: 0 20px;
    flex: 1;
  }
  .act-mobile a:hover {
    background: #72160f;
  }
  .act-mobile .moins, .act-mobile .plus, .act-mobile .ajouter-au-panier {
    transition: all 200ms;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #a62015;
    color: #72160f;
  }
  .act-mobile .moins:hover, .act-mobile .plus:hover, .act-mobile .ajouter-au-panier:hover {
    background: #72160f;
    color: white;
  }
  .act-mobile .ajouter-au-panier {
    width: unset !important;
    padding: 0 10px !important;
    text-align: center;
  }
  .act-mobile .qte {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid black;
    background: white;
    color: black;
  }
  #shop .produits .produit .cart-act {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
    flex-direction: column;
  }
  #shop .produits .produit .cart-act .prix span {
    font-size: 14px !important;
  }
  #shop .banniere {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    flex-direction: column;
  }
  #shop .banniere .carte {
    border: none !important;
  }
  .detail-produit {
    width: 100% !important;
  }
  .detail-produit .bulle:nth-of-type(1) {
    right: -5vw !important;
    left: initial !important;
  }
  .detail-produit .bulle:nth-of-type(2) {
    right: 10% !important;
    left: initial !important;
  }
  .detail-produit .bulle:nth-of-type(3) {
    right: 25% !important;
    left: initial !important;
  }
  .detail-produit .infos-mobile {
    display: block;
    text-align: left;
    margin-left: 20px;
  }
  .detail-produit .infos-mobile span {
    color: #999999;
  }
  .detail-produit .infos-mobile p {
    color: black;
    font-weight: bold;
    text-transform: uppercase;
  }
  .detail-produit .infos-mobile .prix-mobile {
    color: #72160f;
    font-weight: bold;
    display: flex;
    font-size: 18px;
  }
  .detail-produit .infos-mobile .bulle {
    position: absolute;
    background: rgba(236, 228, 223, 0.48);
    border-radius: 100%;
    z-index: 0;
  }
  .detail-produit .infos-mobile ul li {
    padding: 0 !important;
    margin: 0 !important;
  }
  .detail-produit .infos-mobile ul li img {
    width: 40px;
    height: 40px;
  }
  .detail-produit .flex-mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .detail-produit table tr {
    display: flex;
    align-items: center;
    align-content: center;
    flex-direction: column;
    padding: 10px !important;
  }
  .detail-produit table tr img {
    height: 30px !important;
    width: auto !important;
  }
  .detail-produit .image {
    width: 100% !important;
    margin-right: 0 !important;
  }
  .detail-produit .image img {
    width: auto;
    height: 40vh;
  }
  .detail-produit .informations-produit {
    display: none !important;
  }
  #blog h2 {
    margin-top: 105px !important;
  }
  #blog .article {
    width: 100% !important;
  }
  #menu-lateral {
    width: 100% !important;
    top: 0;
    bottom: 0;
    z-index: 100000;
    margin-right: 0;
  }
  #photos-videos #scroll-left, #photos-videos #scroll-right {
    height: 45px;
    width: 45px;
  }
  #photos-videos #scroll-left img, #photos-videos #scroll-right img {
    width: 35px;
    height: auto;
  }
  #photos-videos video {
    height: auto !important;
    width: calc(45vw - 15px) !important;
  }
  #photos-videos video.plein-ecran {
    width: auto !important;
    height: auto !important;
    max-width: calc(45vw - 15px) !important;
  }
  #photos-videos .images .image-galerie {
    width: 37vw;
    height: 37vw;
  }
  #photos-videos h2 {
    margin-top: 105px !important;
  }
  #shop .coffrets .coffret {
    margin-top: 0 !important;
    flex-direction: column;
  }
  .barreNav, .date-ombre, #notre-histoire .date, .volet-13, .baril {
    display: none !important;
  }
  #shop {
    overflow-x: hidden;
  }
  #shop .slider-produits .encart {
    display: none;
  }
  #shop .slider {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  #shop .produits {
    overflow: initial;
    display: flex;
    flex-wrap: wrap;
  }
  #shop .produits .produit {
    width: calc(50% - 30px);
  }
  body {
    overflow: auto !important;
    overflow-x: hidden;
  }
  #notre-histoire .volet-5 img:nth-of-type(2) {
    transition: all 2s;
    margin-bottom: 0 !important;
  }
  .volet-4 {
    padding: 10%;
  }
  .volet-5 img {
    margin-top: 0px !important;
    filter: blur(0px) !important;
  }
  #notre-histoire .volet-8 img {
    position: relative !important;
  }
  .volet-10 img {
    position: relative !important;
  }
  .volet-1 {
    position: relative !important;
    height: initial !important;
    width: initial !important;
    left: initial !important;
    bottom: initial !important;
    top: initial !important;
    right: initial !important;
    flex-direction: column !important;
  }
  .volet-1 .img:before, .volet-1 .img:after {
    opacity: 0;
  }
  .volet-1 div {
    opacity: 1 !important;
    height: initial !important;
    width: initial !important;
  }
  .volet-2 {
    position: relative !important;
    height: initial !important;
    width: initial !important;
    left: initial !important;
    bottom: initial !important;
    top: initial !important;
    right: initial !important;
    flex-direction: column !important;
  }
  .volet-2 .img:before, .volet-2 .img:after {
    opacity: 0;
  }
  .volet-2 div {
    opacity: 1 !important;
    height: initial !important;
    width: initial !important;
  }
  .volet-3 {
    position: relative !important;
    height: initial !important;
    width: initial !important;
    left: initial !important;
    bottom: initial !important;
    top: initial !important;
    right: initial !important;
    flex-direction: column !important;
  }
  .volet-3 .img:before, .volet-3 .img:after {
    opacity: 0;
  }
  .volet-3 div {
    opacity: 1 !important;
    height: initial !important;
    width: initial !important;
  }
  .volet-4 {
    position: relative !important;
    height: initial !important;
    width: initial !important;
    left: initial !important;
    bottom: initial !important;
    top: initial !important;
    right: initial !important;
    flex-direction: column !important;
  }
  .volet-4 .img:before, .volet-4 .img:after {
    opacity: 0;
  }
  .volet-4 div {
    opacity: 1 !important;
    height: initial !important;
    width: initial !important;
  }
  .volet-5 {
    position: relative !important;
    height: initial !important;
    width: initial !important;
    left: initial !important;
    bottom: initial !important;
    top: initial !important;
    right: initial !important;
    flex-direction: column !important;
  }
  .volet-5 .img:before, .volet-5 .img:after {
    opacity: 0;
  }
  .volet-5 div {
    opacity: 1 !important;
    height: initial !important;
    width: initial !important;
  }
  .volet-6 {
    position: relative !important;
    height: initial !important;
    width: initial !important;
    left: initial !important;
    bottom: initial !important;
    top: initial !important;
    right: initial !important;
    flex-direction: column !important;
  }
  .volet-6 .img:before, .volet-6 .img:after {
    opacity: 0;
  }
  .volet-6 div {
    opacity: 1 !important;
    height: initial !important;
    width: initial !important;
  }
  .volet-7 {
    position: relative !important;
    height: initial !important;
    width: initial !important;
    left: initial !important;
    bottom: initial !important;
    top: initial !important;
    right: initial !important;
    flex-direction: column !important;
  }
  .volet-7 .img:before, .volet-7 .img:after {
    opacity: 0;
  }
  .volet-7 div {
    opacity: 1 !important;
    height: initial !important;
    width: initial !important;
  }
  .volet-8 {
    position: relative !important;
    height: initial !important;
    width: initial !important;
    left: initial !important;
    bottom: initial !important;
    top: initial !important;
    right: initial !important;
    flex-direction: column !important;
  }
  .volet-8 .img:before, .volet-8 .img:after {
    opacity: 0;
  }
  .volet-8 div {
    opacity: 1 !important;
    height: initial !important;
    width: initial !important;
  }
  .volet-9 {
    position: relative !important;
    height: initial !important;
    width: initial !important;
    left: initial !important;
    bottom: initial !important;
    top: initial !important;
    right: initial !important;
    flex-direction: column !important;
  }
  .volet-9 .img:before, .volet-9 .img:after {
    opacity: 0;
  }
  .volet-9 div {
    opacity: 1 !important;
    height: initial !important;
    width: initial !important;
  }
  .volet-10 {
    position: relative !important;
    height: initial !important;
    width: initial !important;
    left: initial !important;
    bottom: initial !important;
    top: initial !important;
    right: initial !important;
    flex-direction: column !important;
  }
  .volet-10 .img:before, .volet-10 .img:after {
    opacity: 0;
  }
  .volet-10 div {
    opacity: 1 !important;
    height: initial !important;
    width: initial !important;
  }
  .volet-11 {
    position: relative !important;
    height: initial !important;
    width: initial !important;
    left: initial !important;
    bottom: initial !important;
    top: initial !important;
    right: initial !important;
    flex-direction: column !important;
  }
  .volet-11 .img:before, .volet-11 .img:after {
    opacity: 0;
  }
  .volet-11 div {
    opacity: 1 !important;
    height: initial !important;
    width: initial !important;
  }
  .volet-12 {
    position: relative !important;
    height: initial !important;
    width: initial !important;
    left: initial !important;
    bottom: initial !important;
    top: initial !important;
    right: initial !important;
    flex-direction: column !important;
  }
  .volet-12 .img:before, .volet-12 .img:after {
    opacity: 0;
  }
  .volet-12 div {
    opacity: 1 !important;
    height: initial !important;
    width: initial !important;
  }
  .act .qte {
    width: 30px;
    height: 30px;
  }
  .act .moins, .act .plus {
    transition: all 200ms;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #a62015;
    color: white;
    background-color: #a62015;
  }
  .ajouter-au-panier {
    width: unset !important;
    padding: 0 10px !important;
  }
  #menu div > h2 {
    display: flex;
    opacity: 1;
    transition: all 0.5s;
    z-index: 1000;
    margin: 0;
  }
  #menu div > ul {
    opacity: 1;
    z-index: 1000;
    transition: all 0.5s;
    bottom: 30px;
    margin-top: 10px;
  }
  #menu {
    flex-direction: column;
    align-items: center;
    height: initial !important;
  }
  #menu .nous-contacter, #menu .notre-histoire, #menu .a-propos-de-nous, #menu .nos-distinctions {
    order: 2;
  }
  #menu .nous-contacter, #menu .notre-histoire, #menu .a-propos-de-nous, #menu .nos-distinctions, #menu .notre-shop {
    display: flex;
    flex-direction: column;
    /* padding-bottom: 100px; */
    justify-content: center;
    align-items: center;
  }
  #menu div ul {
    position: relative !important;
    margin-top: 30px;
    bottom: inherit !important;
  }
  #menu .notre-shop {
    order: 1;
  }
  #shop .produits .produit .infos h5 {
    font-size: 12px;
  }
  #shop .produits .produit .infos p {
    color: #806363;
  }
  #actions-rapide {
    right: 0 !important;
    left: 0 !important;
    bottom: 10px !important;
    height: initial !important;
    top: initial !important;
    margin: auto !important;
    justify-content: center;
  }
  #actions-rapide ul {
    flex-direction: row !important;
  }
}
/* FONT */
/* FONT */
/* FONT */
/* FONT */
/* FONT */
p {
  font-size: 1rem;
}

body {
  font-size: 1rem;
}

#actions-rapide {
  position: fixed;
  right: 10px;
  z-index: 10;
  bottom: 50px;
  margin: auto;
  display: flex;
  align-items: center;
}
#actions-rapide ul {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style: none;
}
#actions-rapide ul li {
  margin: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  width: 40px;
  height: 35px;
  border-radius: 100%;
  background: white;
  border: 4px solid white;
  cursor: pointer;
  transition: all 500ms;
}
#actions-rapide ul li:hover {
  border: 4px solid rgba(169, 82, 76, 0.65);
  background: #a9524c;
}
#actions-rapide ul li img {
  width: 20px;
  height: 20px;
}

#contact {
  position: relative;
  display: none;
  width: 90vw;
  height: 80vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  margin: auto;
}
#contact h2 {
  font-size: 30px !important;
}
#contact .close {
  background: white;
  padding: 10px;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: -12.5px;
  top: -12.5px;
  z-index: 30;
  cursor: pointer;
}
#contact .close img {
  width: 80%;
  height: 80%;
}
#contact .volet-12 {
  height: 80vh;
  width: 40%;
  padding: 0 5%;
  background: #f5f1ec;
  transform: rotate(0deg);
  transition: all 200ms ease;
}
#contact .volet-12 h2 {
  margin: 10% 0 0 !important;
}
#contact .volet-12 .form-group {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
#contact .volet-12 .form-group label {
  margin-right: 15px;
  width: 110px;
}
#contact .volet-12 .form-group input {
  background: none;
  border: none;
  flex: 1;
  height: 4vh;
  border-bottom: 1px solid #282828;
}
#contact .volet-12 .form-group textarea {
  background: none;
  border: none;
  flex: 1;
  height: 80px;
  border-bottom: 1px solid #282828;
}
#contact .volet-12 .act {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  margin: 4vh 0;
}
#contact .volet-12 .act a {
  color: #282828;
  text-decoration: none;
  padding: 10px;
  border: 1px solid #e8eaed;
  border-bottom: 1px solid #282828;
  transition: all 500ms;
}
#contact .volet-12 .act a:hover {
  color: white;
  border: 1px solid #282828;
  background-color: #282828;
}
#contact .volet-13 {
  height: 80vh;
  width: 40%;
  padding: 0 5%;
  background: #0a0a06;
  display: flex;
  flex-wrap: nowrap;
  z-index: 10;
  align-items: center;
  align-content: center;
  transform: rotate(0deg);
  transition: all 200ms ease;
}

#livraison {
  background: rgba(0, 0, 0, 0.7215686275);
  width: 100%;
  height: 100vh;
  z-index: 10000000;
  position: fixed;
  align-items: center;
  justify-content: center;
  display: none;
}
#livraison h2 {
  font-size: 30px;
  margin-bottom: 20px;
  color: #333;
}
#livraison h2 img {
  vertical-align: middle;
  width: 35px;
  height: 35px;
  margin-right: 10px;
}
#livraison .content {
  width: 100%;
  max-width: 500px;
  background: white;
  padding: 2% 5%;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
#livraison .content .close img {
  background: white;
  padding: 10px;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -22px;
  z-index: 30;
  cursor: pointer;
  transition: transform 0.3s ease;
}
#livraison .content .close img:hover {
  transform: rotate(90deg);
}
#livraison .content .texte p {
  margin: 10px 0;
  line-height: 1.6;
}
#livraison .content .texte .tarifs-livraison {
  margin: 20px 0;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
}
#livraison .content .texte .tarifs-livraison .tarif-ligne {
  display: flex;
  justify-content: space-between;
  padding: 12px 20px;
  border-bottom: 1px solid #f0f0f0;
  transition: background-color 0.2s ease;
}
#livraison .content .texte .tarifs-livraison .tarif-ligne:last-child {
  border-bottom: none;
}
#livraison .content .texte .tarifs-livraison .tarif-ligne:hover {
  background-color: #f8f8f8;
}
#livraison .content .texte .tarifs-livraison .tarif-ligne .quantite {
  font-weight: 500;
  color: #555;
}
#livraison .content .texte .tarifs-livraison .tarif-ligne .prix {
  font-weight: bold;
  color: #8B0000;
  font-size: 18px;
}
#livraison .content .texte .tarifs-livraison .tarif-ligne.promo {
  background: linear-gradient(135deg, #f6f9fc 0%, #e8f5e8 100%);
}
#livraison .content .texte .tarifs-livraison .tarif-ligne.promo .quantite {
  color: #2e7d2e;
  font-weight: bold;
}
#livraison .content .texte .tarifs-livraison .tarif-ligne.promo .prix {
  color: #2e7d2e;
  font-size: 20px;
  animation: pulse 2s infinite;
}
#livraison .content .texte .info-supplementaire {
  background-color: #fff9e6;
  padding: 15px;
  border-radius: 8px;
  margin: 20px 0;
  border-left: 4px solid #ffc107;
}
#livraison .content .texte .note {
  font-size: 14px;
  color: #666;
  font-style: italic;
  margin-top: 15px;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@media (max-width: 600px) {
  #livraison .content {
    max-width: 90%;
    padding: 5% 6%;
  }
  #livraison .content h2 {
    font-size: 24px;
  }
  #livraison .content .texte .tarifs-livraison .tarif-ligne {
    padding: 10px 15px;
  }
  #livraison .content .texte .tarifs-livraison .tarif-ligne .prix {
    font-size: 16px;
  }
}
#paiement {
  background: rgba(0, 0, 0, 0.7215686275);
  width: 100%;
  height: 100vh;
  z-index: 10000;
  position: fixed;
  align-items: center;
  justify-content: center;
  display: none;
}
#paiement h2 {
  font-size: 30px;
}
#paiement h2 img {
  vertical-align: middle;
}
#paiement .content {
  width: 100%;
  max-width: 450px;
  background: white;
  padding: 2% 5%;
  position: relative;
}
#paiement .content .close img {
  background: white;
  padding: 10px;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -22px;
  z-index: 30;
  cursor: pointer;
}

.bandeau-information {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  bottom: 0;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  background: #a62015;
  height: fit-content;
  padding: 10px;
  color: white;
  font-weight: bold;
  z-index: 1;
}

@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-15px);
  }
}
.content-w-p {
  padding: 50px 0 0 0 !important;
}

#page-accueil {
  /* Override pour éviter les conflits avec votre CSS existant */
  /* Styles pour la feuille de vigne */
  background: #fdf9f6;
  font-family: "Libre Baskerville", sans-serif !important;
}
#page-accueil .bio-accueil {
  position: absolute;
  bottom: 15px;
  left: 15px;
  z-index: 100;
  height: 7vw;
  width: auto;
}
#page-accueil .wine-slider-section {
  background: #fdf9f6 !important;
  padding: 60px 0 !important;
  margin: 0 !important;
  width: 100% !important;
  clear: both !important;
  position: relative;
  overflow: hidden;
}
#page-accueil .wine-slider-section .vector {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -120px;
  z-index: 10;
}
#page-accueil .fond-slider {
  position: absolute;
  top: 0;
  width: 100vw;
  opacity: 1;
}
#page-accueil .wine-slider-section * {
  box-sizing: border-box !important;
}
#page-accueil .wine-slider-container {
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 0 20px !important;
  position: relative !important;
  z-index: 10;
}
#page-accueil .wine-slider-header {
  text-align: center !important;
  margin-bottom: 50px !important;
}
#page-accueil .wine-slider-title {
  font-size: 36px !important;
  font-weight: normal !important;
  color: #dac4a5 !important;
  margin-bottom: 10px !important;
  letter-spacing: 2px !important;
}
#page-accueil .wine-slider-subtitle {
  font-size: 16px !important;
  color: #0a0a06 !important;
  font-style: italic !important;
  letter-spacing: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
}
#page-accueil .wine-slides-container {
  position: relative !important;
  overflow: hidden !important;
  background: rgba(255, 255, 255, 0.76) !important;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1) !important;
  border-radius: 4px !important;
  margin: 0 !important;
  min-height: 500px !important; /* Hauteur minimum pour éviter les sauts */
  transition: height 0.3s ease !important; /* Transition douce pour les changements de hauteur */
}
#page-accueil .wine-slide-item {
  position: absolute !important;
  width: 100% !important;
  display: flex !important;
  align-items: flex-start !important;
  padding: 60px !important;
  opacity: 0 !important;
  transform: translateX(100%) !important;
  transition: all 0.8s ease-in-out !important;
  margin: 0 !important;
  visibility: hidden !important; /* Ajout pour éviter les problèmes de rendu */
}
#page-accueil .wine-slide-item a {
  display: inline-block;
  margin-top: 25px !important;
  margin-right: 25px !important;
}
#page-accueil .wine-slide-item.active {
  opacity: 1 !important;
  transform: translateX(0) !important;
  visibility: visible !important;
  position: relative !important; /* Important: passe en relative pour la slide active */
}
#page-accueil .wine-slide-item.prev {
  opacity: 0 !important;
  transform: translateX(-100%) !important;
  visibility: hidden !important;
}
#page-accueil .wine-image-container {
  flex: 0 0 300px !important;
  height: 350px !important;
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
#page-accueil .bottle-image {
  width: auto !important;
  height: 100% !important;
  object-fit: contain !important;
}
#page-accueil .bottle-placeholder {
  width: 200px !important;
  height: 350px !important;
  background: #f0f0f0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #999 !important;
  border-radius: 4px !important;
}
#page-accueil .wine-content-section {
  flex: 1 !important;
  padding-left: 40px !important;
  min-width: 0 !important;
  width: auto !important;
}
#page-accueil .wine-content-section a {
  margin: auto;
}
#page-accueil .wine-vintage-text {
  font-size: 18px !important;
  color: #dac4a5 !important;
  margin-bottom: 5px !important;
  font-weight: normal !important;
}
#page-accueil .wine-name-title {
  font-size: 28px !important;
  font-weight: bold !important;
  color: #0a0a06 !important;
  margin-bottom: 5px !important;
  line-height: 1.2 !important;
  margin-top: 0px;
  text-transform: uppercase;
}
#page-accueil .wine-type-text {
  font-size: 16px !important;
  color: #dac4a5 !important;
  margin-bottom: 25px !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
}
#page-accueil .wine-description-text {
  font-size: 16px !important;
  line-height: 1.7 !important;
  color: #444 !important;
  margin-bottom: 30px !important;
}
#page-accueil .wine-characteristics-grid {
  grid-template-columns: 1fr 1fr !important;
  gap: 15px 30px !important;
  margin-bottom: 30px !important;
  width: 100% !important;
}
#page-accueil .characteristic-item {
  display: flex !important;
  justify-content: space-between !important;
  padding-bottom: 8px !important;
  border-bottom: 1px solid #eee !important;
  min-width: 0 !important;
}
#page-accueil .characteristic-label-text {
  font-weight: bold !important;
  color: #0a0a06 !important;
  margin: 0 !important;
  padding: 0 !important;
}
#page-accueil .characteristic-value-text {
  color: #666 !important;
  text-align: right !important;
  white-space: nowrap !important;
  margin: 0 !important;
  padding: 0 !important;
}
#page-accueil .wine-price-text {
  font-size: 14px !important;
  color: #dac4a5 !important;
  font-weight: bold !important;
  margin: 20px 0 !important;
}
#page-accueil .navigation-controls-section {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  margin-top: 40px !important;
  gap: 30px !important;
}
#page-accueil .nav-arrow-btn {
  width: 50px !important;
  height: 50px !important;
  border: 2px solid #dac4a5 !important;
  background: white !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  font-size: 20px !important;
  color: #dac4a5 !important;
  margin: 0 !important;
  padding: 0 !important;
}
#page-accueil .nav-arrow-btn:hover {
  background: #dac4a5 !important;
  color: white !important;
  transform: scale(1.05) !important;
}
#page-accueil .slide-indicators-section {
  display: flex !important;
  gap: 12px !important;
}
#page-accueil .indicator-dot {
  width: 12px !important;
  height: 12px !important;
  border-radius: 50% !important;
  background: #ddd !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  border: 2px solid transparent !important;
}
#page-accueil .indicator-dot.active {
  background: #dac4a5 !important;
  transform: scale(1.2) !important;
  border-color: #dac4a5 !important;
}
#page-accueil .slide-counter-text {
  font-size: 14px !important;
  color: #666 !important;
  font-weight: normal !important;
  margin: 0 !important;
  padding: 0 !important;
}
#page-accueil .loading-text {
  text-align: center !important;
  padding: 100px 20px !important;
  color: #dac4a5 !important;
  font-size: 18px !important;
}
@media (max-width: 768px) {
  #page-accueil .wine-slides-container {
    min-height: 600px !important; /* Plus de hauteur minimum sur mobile */
  }
  #page-accueil .wine-slide-item {
    flex-direction: column !important;
    padding: 30px 20px !important;
    text-align: center !important;
  }
  #page-accueil .wine-slide-item.active {
    position: relative !important; /* Crucial pour mobile */
  }
  #page-accueil .wine-image-container {
    flex: none !important;
    margin-right: 0 !important;
    margin-bottom: 30px !important;
    height: 640px !important;
    width: 100%;
  }
  #page-accueil .bottle-image {
    height: auto !important;
  }
  #page-accueil .wine-content-section {
    padding-left: 0 !important;
    width: 100% !important;
    flex: 1 !important;
  }
  #page-accueil .wine-name-title {
    font-size: 24px !important;
  }
  #page-accueil .wine-characteristics-grid {
    grid-template-columns: 1fr !important;
  }
  #page-accueil .wine-slider-title {
    font-size: 28px !important;
  }
}
#page-accueil #vineLeaf {
  position: absolute;
  width: 64px;
  height: 64px;
  pointer-events: none;
  z-index: 2;
}
#page-accueil .icone-oiseau {
  width: 64px !important;
  height: auto !important;
  box-shadow: none !important;
}
#page-accueil #accueil {
  position: relative;
  height: 100vh;
  overflow: hidden;
  padding: 0;
}
#page-accueil #accueil #cta {
  position: absolute;
  display: flex;
  justify-content: center;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  align-items: center;
}
#page-accueil #accueil #cta a {
  background: rgba(0, 0, 0, 0.35);
  margin-left: 25px;
  font-size: 1.3rem;
  display: inline-block;
  font-weight: lighter;
  font-family: "Open Sans", sans-serif;
}
#page-accueil #accueil .bottom-arrow {
  height: 64px;
  width: 64px;
  position: absolute;
  bottom: 4vh;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  animation: 1s linear 1s infinite alternate bounce;
}
#page-accueil #accueil #video-accueil {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 10;
}
#page-accueil #accueil #video-bg {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1; /* Place la vidéo derrière tout autre contenu */
  object-fit: cover;
}
#page-accueil #histoire {
  background: url("/images/accueil/test_domaine.png");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 60vw;
}
#page-accueil #histoire #dessin {
  width: unset;
  position: absolute;
  top: -150px;
  right: 0;
  z-index: 1000;
  box-shadow: unset;
}
#page-accueil #histoire a {
  background-color: #fdf9f6;
  z-index: 2;
}
#page-accueil #histoire img {
  width: calc(50% - 50px);
  box-shadow: -35px 35px 0 0 rgba(230, 230, 230, 0.3803921569);
}
#page-accueil #histoire img:last-child {
  float: right;
  margin-top: 50px;
}
#page-accueil #histoire img:first-of-type {
  margin-top: 100px;
}
#page-accueil #histoire p {
  max-width: 80%;
}
#page-accueil #environnement {
  background: url("/images/accueil/environnement.jpg") center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: white;
  text-shadow: 2px 2px 2px #000000;
}
#page-accueil #environnement #images-bio {
  margin: auto;
  text-align: right;
}
#page-accueil #environnement #images-bio img {
  height: 100px;
  width: auto;
}
#page-accueil #environnement #images-bio img:nth-of-type(2) {
  background: white;
}
#page-accueil #environnement a {
  display: inherit;
  border: 1px solid white;
  width: fit-content;
  color: white;
  transition: all 500ms;
  margin: 50px 0 0;
}
#page-accueil #environnement h2, #page-accueil #environnement p {
  color: white !important;
}
@media (max-width: 900px) {
  #page-accueil #environnement {
    background-attachment: scroll; /* ou simplement enlever la propriété */
  }
}
@media (max-width: 768px) {
  #page-accueil #images-bio img {
    width: 64px !important;
    height: 64px !important;
  }
  #page-accueil #sur-un-fil .content {
    justify-content: center;
    flex-direction: column-reverse;
  }
  #page-accueil #sur-un-fil .coffret-image {
    width: 90vw !important;
    text-align: center;
  }
  #page-accueil #sur-un-fil .coffret-content {
    width: 90vw !important;
  }
}
#page-accueil #sur-un-fil img {
  max-width: 70%;
  height: auto;
}
#page-accueil #sur-un-fil .content {
  width: 80%;
  margin: auto;
}
#page-accueil #sur-un-fil .coffret-image {
  width: 50vw;
}
#page-accueil #sur-un-fil .coffret-content {
  width: 50vw;
}
#page-accueil #sur-un-fil .content {
  display: flex;
  align-items: center;
  justify-content: center;
}
#page-accueil #sur-un-fil img {
  max-width: 70%;
  height: auto;
}
#page-accueil .nos-derniers-articles .content {
  display: flex;
  flex-direction: row;
}
#page-accueil .nos-derniers-articles .content .carte {
  flex: 1 1 auto;
  margin: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  background: #f8f2eb;
  padding: 30px;
  text-align: center;
}
#page-accueil .nos-derniers-articles .content .carte .photos-article {
  margin-bottom: 20px;
}
#page-accueil .nos-derniers-articles .content .carte h2 {
  margin: 0;
}
#page-accueil .nos-derniers-articles .content .carte h4 {
  font-size: 18px !important;
  color: #dac4a5 !important;
  margin-bottom: 5px !important;
  font-weight: normal !important;
}
#page-accueil .nos-derniers-articles .content .carte img {
  max-width: 90%;
  height: auto;
  margin-bottom: 20px;
}
#page-accueil #histoire, #page-accueil #offre-de-noel, #page-accueil #environnement, #page-accueil #demarche-rse, #page-accueil #sur-un-fil, #page-accueil .nos-derniers-articles {
  /* Conteneur pour les flocons */
  /* Conteneur pour les flocons */
}
#page-accueil #histoire #snowflakes-container, #page-accueil #offre-de-noel #snowflakes-container, #page-accueil #environnement #snowflakes-container, #page-accueil #demarche-rse #snowflakes-container, #page-accueil #sur-un-fil #snowflakes-container, #page-accueil .nos-derniers-articles #snowflakes-container {
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  height: 130%;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
}
#page-accueil #histoire .snowflake, #page-accueil #offre-de-noel .snowflake, #page-accueil #environnement .snowflake, #page-accueil #demarche-rse .snowflake, #page-accueil #sur-un-fil .snowflake, #page-accueil .nos-derniers-articles .snowflake {
  position: absolute;
  top: -10px;
  color: #fff;
  font-size: 1em;
  font-family: Arial, sans-serif;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.8);
  user-select: none;
  z-index: 10;
  animation: snowfall linear infinite;
}
@keyframes snowfall {
  to {
    transform: translateY(var(--fall-height));
  }
}
#page-accueil #histoire .snowflake.sway, #page-accueil #offre-de-noel .snowflake.sway, #page-accueil #environnement .snowflake.sway, #page-accueil #demarche-rse .snowflake.sway, #page-accueil #sur-un-fil .snowflake.sway, #page-accueil .nos-derniers-articles .snowflake.sway {
  animation: snowfall linear infinite, sway ease-in-out infinite;
}
@keyframes sway {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(var(--sway-distance));
  }
}
#page-accueil #histoire h2, #page-accueil #offre-de-noel h2, #page-accueil #environnement h2, #page-accueil #demarche-rse h2, #page-accueil #sur-un-fil h2, #page-accueil .nos-derniers-articles h2 {
  color: #322f2f;
  font-size: 2rem;
}
#page-accueil #histoire p, #page-accueil #offre-de-noel p, #page-accueil #environnement p, #page-accueil #demarche-rse p, #page-accueil #sur-un-fil p, #page-accueil .nos-derniers-articles p {
  font-size: 1rem;
  color: #322f2f;
}
#page-accueil #histoire h2, #page-accueil #histoire p, #page-accueil #histoire a, #page-accueil #offre-de-noel h2, #page-accueil #offre-de-noel p, #page-accueil #offre-de-noel a, #page-accueil #environnement h2, #page-accueil #environnement p, #page-accueil #environnement a, #page-accueil #demarche-rse h2, #page-accueil #demarche-rse p, #page-accueil #demarche-rse a, #page-accueil #sur-un-fil h2, #page-accueil #sur-un-fil p, #page-accueil #sur-un-fil a, #page-accueil .nos-derniers-articles h2, #page-accueil .nos-derniers-articles p, #page-accueil .nos-derniers-articles a {
  letter-spacing: 1.1px;
}
#page-accueil #histoire .content, #page-accueil #offre-de-noel .content, #page-accueil #environnement .content, #page-accueil #demarche-rse .content, #page-accueil #sur-un-fil .content, #page-accueil .nos-derniers-articles .content {
  width: 80%;
  padding: 150px 0;
  margin: auto;
}
#page-accueil a {
  opacity: 1 !important; /* Force la visibilité */
  transform: translateY(0) !important;
  display: inherit;
  padding: 10px 20px;
  border: 1px solid #dac4a5;
  width: fit-content;
  color: #dac4a5;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 35px;
  transition: all 500ms;
  font-size: 1rem;
}
#page-accueil a:hover {
  box-shadow: 10px -10px 0 0 #dac4a5;
}
#page-accueil #offre-de-noel {
  position: relative;
  background: #423933;
}
#page-accueil #offre-de-noel .boule {
  position: absolute;
  width: 200px;
  height: auto;
  top: -49px;
  right: 120px;
}
#page-accueil #offre-de-noel a {
  margin: auto;
}
#page-accueil #offre-de-noel .boule-1 {
  position: absolute;
  width: 100px;
  height: auto;
  top: -19px;
  right: 10px;
}
#page-accueil #offre-de-noel .offre {
  font-weight: bold;
  color: #d3b78a;
}
#page-accueil #offre-de-noel p {
  color: #f6f3ef;
}
#page-accueil #offre-de-noel h2, #page-accueil #offre-de-noel h4 {
  color: #d3b78a;
}
#page-accueil #offre-de-noel a {
  color: white !important;
  border-color: white !important;
}
#page-accueil #demarche-rse {
  background: #f8f2eb;
  position: relative;
}
#page-accueil #demarche-rse .content img {
  height: 150px;
  width: auto;
}
#page-accueil #demarche-rse .content .image-center {
  text-align: center;
}
#page-accueil .vigne_accueil {
  position: absolute;
  top: -234px;
  width: 250px;
  left: -90px;
  opacity: 0.5;
}

html {
  scroll-behavior: smooth;
}

.fullscreen-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #dac4a5;
  color: #fff;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-100%);
  transition: opacity 0.5s, transform 0.5s cubic-bezier(0.85, 0, 0.18, 1);
}
.fullscreen-menu.open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.fullscreen-menu .close-btn {
  position: absolute;
  top: 32px;
  right: 36px;
  background: none;
  border: none;
  color: #fff;
  font-size: 48px;
  cursor: pointer;
  z-index: 10;
  transition: color 0.2s;
  line-height: 1;
}
.fullscreen-menu .menu-content {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 120px;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-top: 60px;
}
.fullscreen-menu .menu-content .menu-col {
  min-width: 300px;
}
.fullscreen-menu .menu-content .menu-col h2, .fullscreen-menu .menu-content .menu-col h3 {
  font-weight: normal;
  color: #fff;
  margin-top: 40px;
  margin-bottom: 12px;
  cursor: pointer;
}
.fullscreen-menu .menu-content .menu-col h2 {
  font-size: 40px;
  font-style: italic;
}
.fullscreen-menu .menu-content .menu-col h3 {
  font-size: 32px;
  font-style: italic;
}
.fullscreen-menu .menu-content .menu-col ul {
  list-style: none;
  padding: 0;
  margin: 0 0 12px 0;
}
.fullscreen-menu .menu-content .menu-col a {
  cursor: pointer;
  color: white;
  text-decoration: none;
}
.fullscreen-menu .menu-content .menu-col li {
  font-size: 20px;
  margin-bottom: 8px;
  color: #fff;
  opacity: 0.9;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: text-decoration 0.2s, color 0.2s;
}
.fullscreen-menu .menu-content .menu-col li:hover {
  text-decoration: underline;
  color: #ffefc2;
}

@media (max-width: 900px) {
  .fullscreen-menu {
    overflow-y: auto;
    max-height: 100vh;
  }
  .fullscreen-menu .menu-content {
    flex-direction: column;
    align-items: center;
    gap: 0;
    padding-top: 20px;
    width: 100%;
    max-width: 100vw;
  }
  .fullscreen-menu .menu-content .menu-col {
    min-width: unset;
    width: 90vw;
    margin-bottom: 32px;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .fullscreen-menu .menu-content .menu-col h2, .fullscreen-menu .menu-content .menu-col h3 {
    font-size: 24px;
    margin-top: 24px;
  }
  .fullscreen-menu .menu-content .menu-col li {
    font-size: 16px;
  }
  .fullscreen-menu {
    scroll-behavior: auto;
  }
}
#une-histoire {
  font-family: "Libre Baskerville", sans-serif !important;
}
#une-histoire .hero-slider-section {
  height: 40vh;
  position: relative;
  overflow: hidden;
  /* ---- Slide ---- */
  /* ---- Slide active ---- */
  /* ---- Animation zoom avant → arrière ---- */
}
#une-histoire .hero-slider-section .bottom-arrow {
  height: 64px;
  width: 64px;
  position: absolute;
  bottom: 4vh;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  z-index: 1;
  animation: 1s linear 1s infinite alternate bounce;
}
#une-histoire .hero-slider-section #cta {
  z-index: 100;
  position: absolute;
  display: flex;
  justify-content: center;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  align-items: center;
  flex-direction: column;
  text-align: center;
  color: white;
}
#une-histoire .hero-slider-section #cta h2 {
  font-size: 3rem;
}
#une-histoire .hero-slider-section #cta h4 {
  font-size: 1.5rem;
}
#une-histoire .hero-slider-section #cta h2, #une-histoire .hero-slider-section #cta h4 {
  font-weight: lighter;
  margin: 0;
  text-shadow: 1px 1px 2px black;
}
#une-histoire .hero-slider-section #cta a {
  background: rgba(0, 0, 0, 0.35);
  margin-left: 25px;
  font-size: 1.3rem;
  display: inline-block;
  font-weight: lighter;
  font-family: "Open Sans", sans-serif;
}
#une-histoire .hero-slider-section .slide {
  position: absolute;
  inset: 0; /* top/right/bottom/left: 0 */
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  transform: scale(1); /* état final → aucune variation après fin du zoom */
  pointer-events: none; /* évite tout clic */
  z-index: 0;
}
#une-histoire .hero-slider-section .slide.active {
  opacity: 1;
  animation: zoomOut 10s ease-in-out forwards;
  z-index: 1;
}
@keyframes zoomOut {
  from {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}
#une-histoire .images-histoire {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}
#une-histoire .images-histoire img {
  width: 28.5714285714%;
  height: auto;
}
#une-histoire .demarche-rse {
  flex: 2 1 0 !important;
}
#une-histoire .images-developpement {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-content: center;
  align-items: flex-end;
  max-width: 1200px;
  margin: auto;
  margin-top: 100px;
}
#une-histoire .images-developpement img {
  height: 20vh;
  width: auto;
}
#une-histoire .content {
  width: 90%;
  padding: 150px 0 0 0;
  margin: auto;
  font-size: 1rem;
  letter-spacing: 1.1px;
}
#une-histoire .content .equipe .text {
  flex: 1 1 0 !important; /* flex-grow: 2, flex-shrink: 1, flex-basis: 0 */
}
#une-histoire .content .equipe .img {
  flex: 1 1 0 !important;
  position: relative;
  /* Homme chauve à gauche */
  /* Homme en noir */
  /* Homme grand */
  /* Femme blonde */
  /* Femme avec lunettes */
  /* Homme en blanc */
  /* Femme à motifs */
  /* Homme en noir */
  /* Jeune homme */
  /* Homme âgé */
  /* Femme âgée */
  /* Femme en blanc */
  /* Femme en noir */
  /* Rangée arrière (partiellement cachés) */
  /* Personne derrière */
  /* Personne derrière */
}
#une-histoire .content .equipe .img .face-1 {
  top: 24%;
  left: 12%;
  width: 6%;
  height: 9%;
}
#une-histoire .content .equipe .img .face-2 {
  top: 27%;
  left: 22%;
  width: 6%;
  height: 9%;
}
#une-histoire .content .equipe .img .face-3 {
  top: 23%;
  left: 27%;
  width: 6%;
  height: 9%;
}
#une-histoire .content .equipe .img .face-4 {
  top: 24%;
  left: 31%;
  width: 6%;
  height: 9%;
}
#une-histoire .content .equipe .img .face-5 {
  top: 29%;
  left: 30%;
  width: 6%;
  height: 9%;
}
#une-histoire .content .equipe .img .face-6 {
  top: 33%;
  left: 37%;
  width: 6%;
  height: 9%;
}
#une-histoire .content .equipe .img .face-7 {
  top: 24%;
  left: 39%;
  width: 6%;
  height: 9%;
}
#une-histoire .content .equipe .img .face-8 {
  top: 25%;
  left: 44%;
  width: 6%;
  height: 9%;
}
#une-histoire .content .equipe .img .face-9 {
  top: 28%;
  left: 48%;
  width: 6%;
  height: 9%;
}
#une-histoire .content .equipe .img .face-10 {
  top: 33%;
  left: 45%;
  width: 6%;
  height: 9%;
}
#une-histoire .content .equipe .img .face-11 {
  top: 21%;
  left: 50%;
  width: 28%;
  height: 57%;
}
#une-histoire .content .equipe .img .face-12 {
  top: 31%;
  left: 75%;
  width: 6%;
  height: 9%;
}
#une-histoire .content .equipe .img .face-13 {
  top: 33%;
  left: 86%;
  width: 6%;
  height: 9%;
}
#une-histoire .content .equipe .img .face-14 {
  top: 9%;
  left: 32%;
  width: 5%;
  height: 8%;
}
#une-histoire .content .equipe .img .face-15 {
  top: 7%;
  left: 47%;
  width: 5%;
  height: 8%;
}
#une-histoire .content .equipe .img .face-16 {
  top: 11%;
  left: 62%;
  width: 5%;
  height: 8%;
}
#une-histoire .content .equipe .face-overlay {
  position: absolute;
}
#une-histoire .content .equipe .face-overlay.active {
  border: 1px solid rgba(246, 218, 175, 0.37);
  border-radius: 50%;
  cursor: pointer;
  z-index: 2;
  background-color: rgba(139, 115, 85, 0.57);
}
#une-histoire .content .equipe ul li {
  cursor: pointer;
  list-style: none;
}
#une-histoire .content .content-text-image {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  padding: 50px 0;
}
#une-histoire .content .content-text-image a {
  opacity: 1 !important; /* Force la visibilité */
  transform: translateY(0) !important;
  display: inherit;
  padding: 10px 20px;
  border: 1px solid #dac4a5;
  width: fit-content;
  color: #dac4a5;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 35px;
  transition: all 500ms;
  font-size: 1rem;
}
#une-histoire .content .content-text-image a:hover {
  box-shadow: 10px -10px 0 0 #dac4a5;
}
#une-histoire .content .content-text-image .text {
  flex: 1 1 0; /* flex-grow: 2, flex-shrink: 1, flex-basis: 0 */
  padding: 0 30px 0 30px;
  position: relative;
}
#une-histoire .content .content-text-image .text h2 {
  padding-top: 0;
  margin-top: 0;
  position: relative;
}
#une-histoire .content .content-text-image .img {
  flex: 1 1 0; /* flex-grow: 1, flex-shrink: 1, flex-basis: 0 */
}
#une-histoire .content .content-text-image .img img {
  max-width: 90%;
  height: auto;
}
#une-histoire .content .content-text-image .img .gauche {
  box-shadow: -35px 35px 0 0 rgba(230, 230, 230, 0.3803921569);
}
#une-histoire .content .content-text-image .img .droite {
  box-shadow: 35px 35px 0 0 rgba(230, 230, 230, 0.3803921569);
}
#une-histoire .content .vector {
  position: absolute;
  left: -30px;
  margin: auto;
  top: -45px;
  z-index: 10;
  height: 200px;
  width: auto;
}

#recompenses #accueil {
  position: relative;
  height: 50vh;
  overflow: hidden;
  padding: 0;
}
#recompenses #accueil #cta {
  position: absolute;
  display: flex;
  justify-content: center;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  align-items: center;
  flex-direction: column;
  text-align: center;
  color: white;
}
#recompenses #accueil #cta h2 {
  font-size: 3rem;
}
#recompenses #accueil #cta h4 {
  font-size: 1.5rem;
}
#recompenses #accueil #cta h2, #recompenses #accueil #cta h4 {
  font-weight: lighter;
  margin: 0;
  text-shadow: 1px 1px 2px black;
}
#recompenses #accueil #cta a {
  background: rgba(0, 0, 0, 0.35);
  margin-left: 25px;
  font-size: 1.3rem;
  display: inline-block;
  font-weight: lighter;
  font-family: "Open Sans", sans-serif;
}
#recompenses #accueil .bottom-arrow {
  height: 64px;
  width: 64px;
  position: absolute;
  bottom: 4vh;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  animation: 1s linear 1s infinite alternate bounce;
}
#recompenses #accueil #video-accueil {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 10;
}
#recompenses #accueil #video-bg {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1; /* Place la vidéo derrière tout autre contenu */
  object-fit: cover;
}
#recompenses .hero {
  position: relative;
  height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: linear-gradient(135deg, #fdf9f6 0%, #f5f0ea 100%);
  background: url("/images/medailles/fond.JPG");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
#recompenses .hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 50% 50%, rgba(218, 196, 165, 0.1) 0%, transparent 70%);
  pointer-events: none;
}
#recompenses .hero-content {
  z-index: 2;
  max-width: 800px;
  padding: 2rem;
}
#recompenses .hero h1 {
  font-size: clamp(3rem, 8vw, 6rem);
  font-weight: 300;
  margin-bottom: 1rem;
  color: #dac4a5;
  text-shadow: 0 2px 10px rgba(218, 196, 165, 0.3);
}
#recompenses .hero p {
  font-size: clamp(1.2rem, 3vw, 1.8rem);
  color: #8b7355;
  font-style: italic;
  opacity: 0.9;
}
#recompenses .scroll-indicator {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  color: #dac4a5;
  animation: bounce 2s infinite;
  cursor: pointer;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  40% {
    transform: translateX(-50%) translateY(-10px);
  }
  60% {
    transform: translateX(-50%) translateY(-5px);
  }
}
#recompenses .timeline-section {
  padding: 6rem 0;
  background: #fdf9f6;
  position: relative;
}
#recompenses .section-title {
  text-align: center;
  font-size: 3rem;
  color: #dac4a5;
  margin-bottom: 4rem;
  font-weight: 300;
}
#recompenses .timeline-river {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem;
  position: relative;
}
#recompenses .year-cascade {
  display: flex;
  margin-bottom: 6rem;
  align-items: flex-start;
  gap: 3rem;
  position: relative;
}
#recompenses .year-cascade:nth-child(even) {
  flex-direction: row-reverse;
}
#recompenses .year-badge {
  position: sticky;
  top: 2rem;
  min-width: 150px;
  height: 150px;
  border-radius: 50%;
  background: linear-gradient(135deg, #dac4a5 0%, #c9b394 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 8px rgba(218, 196, 165, 0.2), 0 0 0 16px rgba(218, 196, 165, 0.1), 0 20px 40px rgba(218, 196, 165, 0.3);
  z-index: 5;
}
#recompenses .year-number {
  font-size: 2.5rem;
  font-weight: bold;
  color: #fdf9f6;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
#recompenses .awards-flow {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  position: relative;
}
#recompenses .wine-panel {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  padding: 2rem;
  border: 1px solid rgba(218, 196, 165, 0.3);
  backdrop-filter: blur(10px);
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
  box-shadow: 0 8px 25px rgba(218, 196, 165, 0.15);
}
#recompenses .wine-panel::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(218, 196, 165, 0.1), transparent);
  transition: left 0.6s ease;
}
#recompenses .wine-panel:hover::before {
  left: 100%;
}
#recompenses .wine-panel:hover {
  transform: translateY(-10px);
  border-color: rgba(218, 196, 165, 0.6);
  box-shadow: 0 20px 40px rgba(218, 196, 165, 0.25);
}
#recompenses .wine-panel.rouge {
  border-left: 4px solid #8b2635;
}
#recompenses .wine-panel.blanc {
  border-left: 4px solid #daa520;
}
#recompenses .wine-panel.rose {
  border-left: 4px solid #cd5c5c;
}
#recompenses .wine-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
}
#recompenses .wine-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: white;
  font-weight: bold;
}
#recompenses .wine-icon.rouge {
  background: linear-gradient(135deg, #8b2635 0%, #a63446 100%);
}
#recompenses .wine-icon.blanc {
  background: linear-gradient(135deg, #daa520 0%, #f4d03f 100%);
}
#recompenses .wine-icon.rose {
  background: linear-gradient(135deg, #cd5c5c 0%, #e74c3c 100%);
}
#recompenses .wine-title {
  font-size: 1.5rem;
  color: #dac4a5;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#recompenses .medals-constellation {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 1.5rem;
  margin-bottom: 2rem;
}
#recompenses .medal-orbit {
  text-align: center;
  position: relative;
  padding: 1rem;
  border-radius: 15px;
  background: rgba(218, 196, 165, 0.1);
  transition: all 0.3s ease;
  border: 1px solid rgba(218, 196, 165, 0.2);
}
#recompenses .medal-orbit:hover {
  background: rgba(218, 196, 165, 0.2);
  transform: scale(1.05);
  border-color: rgba(218, 196, 165, 0.4);
}
#recompenses .medal-img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin-bottom: 1rem;
  filter: drop-shadow(0 4px 12px rgba(218, 196, 165, 0.4));
  transition: all 0.3s ease;
}
#recompenses .medal-orbit:hover .medal-img {
  filter: drop-shadow(0 8px 20px rgba(218, 196, 165, 0.6));
  transform: rotate(5deg) scale(1.1);
}
#recompenses .medal-name {
  font-size: 0.9rem;
  color: #8b7355;
  line-height: 1.3;
  font-weight: 500;
}
#recompenses .special-notes {
  background: rgba(218, 196, 165, 0.15);
  border-radius: 15px;
  padding: 1.5rem;
  margin-top: 2rem;
  border: 1px solid rgba(218, 196, 165, 0.3);
}
#recompenses .special-notes h4 {
  color: #dac4a5;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  font-weight: bold;
}
#recompenses .note-list {
  list-style: none;
}
#recompenses .note-list li {
  color: #5d4e3a;
  margin-bottom: 0.5rem;
  padding-left: 1.5rem;
  position: relative;
  font-size: 0.95rem;
}
#recompenses .note-list li::before {
  content: "✦";
  position: absolute;
  left: 0;
  color: #dac4a5;
  font-size: 1.2rem;
}
#recompenses .filter-constellation {
  position: fixed;
  top: 2rem;
  right: 2rem;
  z-index: 100;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#recompenses .filter-star {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid rgba(218, 196, 165, 0.4);
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #dac4a5;
  font-weight: bold;
  font-size: 0.8rem;
  text-transform: uppercase;
  box-shadow: 0 4px 15px rgba(218, 196, 165, 0.2);
}
#recompenses .filter-star:hover,
#recompenses .filter-star.active {
  background: #dac4a5;
  color: #fdf9f6;
  transform: scale(1.1);
  box-shadow: 0 8px 25px rgba(218, 196, 165, 0.4);
}
@media (max-width: 768px) {
  #recompenses .year-cascade,
  #recompenses .year-cascade:nth-child(even) {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
  #recompenses .year-badge {
    position: relative;
    min-width: 120px;
    height: 120px;
  }
  #recompenses .year-number {
    font-size: 2rem;
  }
  #recompenses .awards-flow {
    grid-template-columns: 1fr;
  }
  #recompenses .filter-constellation {
    position: static;
    flex-direction: row;
    justify-content: center;
    margin: 2rem 0;
  }
  #recompenses .hero h1 {
    font-size: 3rem;
  }
  #recompenses .hero p {
    font-size: 1.2rem;
  }
  #recompenses .section-title {
    font-size: 2rem;
  }
  #recompenses .wine-panel {
    padding: 1.5rem;
  }
  #recompenses .medals-constellation {
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    gap: 1rem;
  }
  #recompenses .medal-img {
    width: 50px;
    height: 50px;
  }
  #recompenses .medal-name {
    font-size: 0.8rem;
  }
}

/* Styles pour les images avec effet de survol */
.lightbox-image {
  transition: all 0.3s ease;
  cursor: zoom-in;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  max-width: 100%;
  height: auto;
}

.lightbox-image:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
  filter: brightness(1.1);
}

/* Overlay de la lightbox */
.lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.lightbox-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Contenu de la lightbox */
.lightbox-content {
  position: relative;
  max-width: 90%;
  max-height: 90%;
  transform: scale(0.8);
  transition: transform 0.3s ease;
}

.lightbox-overlay.active .lightbox-content {
  transform: scale(1);
}

.lightbox-image-full {
  max-width: 100%;
  max-height: 100%;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}

/* Bouton de fermeture */
.lightbox-close {
  position: absolute;
  top: -40px;
  right: 0;
  background: none;
  border: none;
  color: white;
  font-size: 30px;
  cursor: pointer;
  padding: 10px;
  transition: transform 0.2s ease;
}

.lightbox-close:hover {
  transform: scale(1.2);
}

.lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.2);
  border: none;
  color: white;
  font-size: 30px;
  /* padding: 15px 20px; */
  cursor: pointer;
  border-radius: 50%;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lightbox-nav:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: translateY(-50%) scale(1.1);
}

.lightbox-prev {
  left: -60px;
}

.lightbox-next {
  right: -60px;
}

/* Compteur d'images */
.lightbox-counter {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  font-size: 14px;
  background: rgba(0, 0, 0, 0.5);
  padding: 5px 15px;
  border-radius: 20px;
  backdrop-filter: blur(10px);
}

/* Styles pour l'exemple */
.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  padding: 20px;
}

.gallery img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

/* Responsive */
@media (max-width: 768px) {
  #page-accueil #histoire .content, #page-accueil #environnement .content, #page-accueil #demarche-rse .content, #page-accueil #sur-un-fil .content, #page-accueil .nos-derniers-articles .content {
    width: unset !important;
  }
  #page-accueil .nos-derniers-articles .content {
    display: flex !important;
    flex-direction: column !important;
  }
  #page-accueil #accueil {
    height: 50vh !important;
  }
  #page-accueil #video-accueil {
    height: 100% !important;
  }
  #page-accueil #video-accueil #video-bg {
    min-height: 50%;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
  }
  #page-accueil #histoire h2, #page-accueil #environnement h2, #page-accueil #demarche-rse h2, #page-accueil #sur-un-fil h2, #page-accueil .nos-derniers-articles h2 {
    font-size: 25px !important;
  }
  #page-accueil #histoire h4, #page-accueil #environnement h4, #page-accueil #demarche-rse h4, #page-accueil #sur-un-fil h4, #page-accueil .nos-derniers-articles h4 {
    font-size: 14px !important;
  }
  #page-accueil #histoire p, #page-accueil #environnement p, #page-accueil #demarche-rse p, #page-accueil #sur-un-fil p, #page-accueil .nos-derniers-articles p {
    font-size: 14px !important;
  }
  #page-accueil #histoire h2, #page-accueil #histoire p, #page-accueil #histoire a, #page-accueil #environnement h2, #page-accueil #environnement p, #page-accueil #environnement a, #page-accueil #demarche-rse h2, #page-accueil #demarche-rse p, #page-accueil #demarche-rse a, #page-accueil #sur-un-fil h2, #page-accueil #sur-un-fil p, #page-accueil #sur-un-fil a, #page-accueil .nos-derniers-articles h2, #page-accueil .nos-derniers-articles p, #page-accueil .nos-derniers-articles a {
    letter-spacing: 1.1px;
  }
  #page-accueil #cta {
    display: none !important;
  }
  #page-accueil #histoire .content, #page-accueil #environnement .content, #page-accueil #demarche-rse .content, #page-accueil #sur-un-fil .content {
    padding: 30px 0 !important;
    width: 90vw !important;
  }
  #page-accueil .nos-derniers-articles .content {
    padding: 30px 0 !important;
    width: 100vw !important;
  }
  #page-accueil #histoire .content img {
    width: 90vw !important;
  }
  #page-accueil #histoire .content img:nth-of-type(2) {
    display: none !important;
  }
  .lightbox-nav {
    display: none;
  }
  .lightbox-content {
    max-width: 95%;
    max-height: 95%;
  }
}
.toTop {
  position: fixed;
  bottom: 2rem;
  left: 2rem;
  z-index: 100;
  width: 60px;
  height: 60px;
  background: rgba(218, 196, 165, 0.35);
  border-radius: 50%;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  transition: all 0.3s ease;
  display: none;
}
.toTop:hover {
  background: rgba(218, 196, 165, 0.94);
}
.toTop svg {
  max-width: 60%;
  transform: rotate(180deg);
}

.voir-fiche-produit {
  transition: all 200ms;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border: 1px solid #a62015;
  color: #a62015;
  text-decoration: none;
  padding: 11px;
  display: table;
  text-align: center;
  margin: 20px 0;
}

.voir-fiche-produit-mobile {
  display: none;
  transition: all 200ms;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border: 1px solid #a62015;
  color: #a62015;
  text-decoration: none;
  padding: 11px;
  text-align: center;
  margin: 20px 0;
}

#produit-relatif {
  display: none;
}

#recompenses-content .recompence .centre {
  position: absolute;
  top: 0;
  z-index: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  /* background-size: 100px; */
  opacity: 0.6;
}
#recompenses-content .yellow {
  background: url("/uploads/f92cee614799b260b0ece4d330dd559d.png") #bba97e no-repeat fixed center;
  z-index: 0;
}
#recompenses-content .red {
  background: url("/uploads/7708906e984613af988d0152cb71311d.png") rgb(88, 71, 81) no-repeat fixed center;
  z-index: 0;
}
#recompenses-content .rose {
  background: url("/uploads/fd2bc795b6e48110ebeff13feb9b4bcb.png") rgb(214, 143, 143) no-repeat fixed center;
  z-index: 0;
}
@media (max-height: 650px) {
  #recompenses-content .recompence {
    background-size: 297px !important;
  }
}
#recompenses-content .recompence {
  position: relative;
  overflow: auto;
  min-height: 750px;
  display: flex;
  padding: 100px 50px;
  text-align: left;
}
@media (max-width: 500px) {
  #recompenses-content .yellow {
    background: #bba97e no-repeat fixed center !important;
    z-index: 0;
  }
  #recompenses-content .red {
    background: rgb(88, 71, 81) no-repeat fixed center !important;
    z-index: 0;
  }
  #recompenses-content .rose {
    background: rgb(214, 143, 143) no-repeat fixed center !important;
    z-index: 0;
  }
}
#recompenses-content .recompence .droite {
  text-align: right;
}
#recompenses-content .annee-recompence {
  font-size: 20px;
  color: white;
  padding: 20px 0;
  text-shadow: 2px 2px rgba(27, 16, 22, 0.22);
  font-size: 23px;
}
#recompenses-content .yellow .annee-recompence {
  color: #6f6753;
}
#recompenses-content .red .annee-recompence {
  color: #9a768b;
}
#recompenses-content .rose .annee-recompence {
  color: #ffd5d5;
}
#recompenses-content .m-width {
  max-width: 1000px;
  margin: auto;
  width: 100%;
  position: relative;
}
#recompenses-content .reco img {
  width: 75px;
  height: auto;
  opacity: 0.7;
  transition: all 0.4s;
}
#recompenses-content .reco img:hover {
  width: 120px;
  height: auto;
  opacity: 1;
}
#recompenses-content .reco p {
  color: white;
  font-width: bold;
  margin-top: 0;
  font-size: 14px;
  margin-bottom: 0;
}
#recompenses-content .yellow .reco p {
  text-shadow: #948f67 2px 2px;
}
#recompenses-content .red .reco p {
  text-shadow: #4b3b44 2px 2px;
}
#recompenses-content .rose .reco p {
  text-shadow: #ad7475 2px 2px;
}
#recompenses-content .red h2, #recompenses-content .rose h2 {
  position: absolute;
  color: white;
  font-weight: bold;
  font-family: Cookie, cursive;
  letter-spacing: 6px;
  top: -100px;
  left: 20px;
  font-size: 40px;
}
@media (max-width: 1024px) {
  #recompenses-content .recompence .gauche, #recompenses-content .recompence .droite {
    text-align: left !important;
    width: 100% !important;
    float: none !important;
  }
  #recompenses-content .reco p {
    text-shadow: 1px 2px 5px black !important;
    font-weight: bold;
  }
  #recompenses-content .reco img {
    opacity: 1 !important;
  }
  #recompenses-content .reco img:hover {
    opacity: 1 !important;
    width: 75px !important;
  }
}
#recompenses-content .yellow h2 {
  position: absolute;
  color: white;
  font-weight: bold;
  font-family: Cookie, cursive;
  letter-spacing: 6px;
  right: 20px;
  top: -100px;
}
#recompenses-content .recompence h2 {
  text-shadow: 2px 2px #1b1016;
}
#recompenses-content .recompence h2:after {
  content: "";
  bottom: 11px;
  height: 2px;
  left: 0;
  right: 3px;
  background: white;
  position: absolute;
  box-shadow: 2px 2px #1b1016;
}
#recompenses-content .recompence .gauche, #recompenses-content .recompence .droite {
  width: 50%;
  float: left;
  margin: auto;
  z-index: 10;
}

.offre-titre {
  color: #806363;
  margin: 20px 0 !important;
  font-weight: bold;
}

.prix-promo {
  font-size: 12px;
  color: gray;
  font-style: italic;
}

#reset-password {
  background: rgba(0, 0, 0, 0.7215686275);
  width: 100%;
  height: 100vh;
  z-index: 10000000;
  position: fixed;
  align-items: center;
  justify-content: center;
  display: none;
  top: 0;
  left: 0;
}
#reset-password h2 {
  font-size: 30px;
  margin-bottom: 20px;
  color: #333;
  text-align: center;
}
#reset-password .content {
  width: 100%;
  max-width: 500px;
  background: white;
  padding: 40px 50px;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  max-height: 90vh;
  overflow-y: auto;
}
#reset-password .content .close img {
  background: white;
  padding: 10px;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  right: 0;
  margin: auto;
  top: -22px;
  z-index: 30;
  cursor: pointer;
  transition: transform 0.3s ease;
}
#reset-password .content .close img:hover {
  transform: rotate(90deg);
}
#reset-password .etape {
  display: none;
}
#reset-password .etape.active {
  display: block;
  animation: fadeIn 0.3s ease-in;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#reset-password .texte p {
  margin: 0 0 20px 0;
  line-height: 1.6;
  color: #555;
  text-align: center;
}
#reset-password .texte p strong {
  color: #8B0000;
}
#reset-password .form-group {
  margin-bottom: 20px;
}
#reset-password .form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  color: #333;
}
#reset-password .form-group input {
  width: 100%;
  padding: 12px 15px;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  font-size: 16px;
  transition: border-color 0.3s ease;
  box-sizing: border-box;
}
#reset-password .form-group input:focus {
  outline: none;
  border-color: #8B0000;
}
#reset-password .form-group input.error {
  border-color: #dc3545;
}
#reset-password .form-group .error-message {
  display: block;
  color: #dc3545;
  font-size: 14px;
  margin-top: 5px;
  min-height: 20px;
}
#reset-password .password-requirements {
  margin-top: 10px;
  padding: 15px;
  background-color: #f8f9fa;
  border-radius: 8px;
  border-left: 4px solid #8B0000;
}
#reset-password .password-requirements small {
  display: block;
  margin-bottom: 8px;
  color: #666;
  font-weight: 500;
}
#reset-password .password-requirements ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#reset-password .password-requirements ul li {
  padding: 4px 0;
  color: #666;
  position: relative;
  padding-left: 25px;
}
#reset-password .password-requirements ul li:before {
  content: "○";
  position: absolute;
  left: 0;
  color: #999;
}
#reset-password .password-requirements ul li.valid {
  color: #28a745;
}
#reset-password .password-requirements ul li.valid:before {
  content: "✓";
  color: #28a745;
}
#reset-password .btn-primary {
  width: 100%;
  padding: 15px;
  background: linear-gradient(135deg, #8B0000 0%, #a00000 100%);
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#reset-password .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(139, 0, 0, 0.3);
}
#reset-password .btn-primary:active {
  transform: translateY(0);
}
#reset-password .btn-primary:disabled {
  background: #ccc;
  cursor: not-allowed;
  transform: none;
}
#reset-password .resend-link {
  text-align: center;
  margin-top: 15px;
}
#reset-password .resend-link a {
  color: #8B0000;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
}
#reset-password .resend-link a:hover {
  color: #a00000;
  text-decoration: underline;
}
#reset-password .success-message {
  text-align: center;
  padding: 20px 0;
}
#reset-password .success-message .success-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 50px;
  animation: scaleIn 0.5s ease;
}
#reset-password .success-message h3 {
  color: #28a745;
  margin-bottom: 15px;
}
#reset-password .success-message p {
  color: #666;
}
@keyframes scaleIn {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
#reset-password .loader-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
#reset-password .spinner {
  width: 50px;
  height: 50px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #8B0000;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (max-width: 768px) {
  #reset-password .content {
    max-width: 90%;
    padding: 30px 25px;
  }
  #reset-password h2 {
    font-size: 24px;
  }
}

/*# sourceMappingURL=style.css.map */
