:root {
  --primary-bg-subtle: rgb(240, 237, 230);
  --footer-bg: #333333;
  --overlay-color: rgba(0, 0, 0, 0.4);
  --champagne-blue: #283583;
  --champagne-gold: #d4af37;
}

body {
  font-family: Arial, sans-serif;
  color: #283583;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

/* Hero Section */
.hero-section {
  height: 100vh;
  width: 100%;
  background-image: url("/images/couche-soleil.jpeg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--overlay-color);
}

.menu-toggle {
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 1000;
  background: transparent;
  border: none;
  color: white;
  font-size: 24px;
  cursor: pointer;
}

.site-logo {
  position: fixed;
  top: 20px;
  left: 30px;
  z-index: 1000;
  height: 75px;
}

.site-title {
  position: fixed;
  top: 30px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 999;
  font-size: 28px;
  font-weight: 600;
}

.main-content {
  background-color: var(--primary-bg-subtle);
  padding: 50px 0;
}

.content-section {
  padding: 80px 0;
}

.section-title {
  font-size: 40px;
  margin-bottom: 40px;
  text-align: center;
}

/* Products */
.product-card {
  background: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  margin-bottom: 30px;
  transition: transform 0.3s ease;
  cursor: pointer;
}

.product-card:hover {
  transform: translateY(-10px);
}

.product-img {
  height: auto;
  overflow: hidden;
}

.product-img img {
  width: 100%;
  height: auto;
  object-fit: contain;
  max-height: 300px;
}

.product-info {
  padding: 20px;
  color: #333;
}

.product-name {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}

.product-desc {
  font-size: 14px;
  margin-bottom: 15px;
}

/* Footer */
.footer {
  background-color: var(--footer-bg);
  color: white;
  padding: 50px 0 20px;
}

.footer-logo {
  height: 75px;
  margin-bottom: 20px;
}

.social-icons a {
  color: white;
  font-size: 24px;
  margin-right: 15px;
}

/* Style pour le message aux mineurs */
.message-mineurs-container {
  text-align: center;
  margin: 20px 0;
}

.message-mineurs-img {
  max-height: 80px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}

.alcohol-warning {
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
}

/* Side Menu */
.side-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: min(300px, 85vw);
  height: 100vh;
  height: 100dvh;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 1001;
  padding: 80px 40px;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  visibility: hidden;
}

.side-menu.open {
  transform: translateX(0);
  visibility: visible;
}

.side-menu-overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
  border: none;
  padding: 0;
  cursor: pointer;
}

.side-menu-overlay.open {
  opacity: 1;
  visibility: visible;
}

.menu-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: transparent;
  border: none;
  color: white;
  font-size: 24px;
  cursor: pointer;
}

.menu-items {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-items li {
  margin-bottom: 20px;
}

.menu-items a {
  color: white;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  transition: color 0.3s ease;
}

.menu-items a:hover {
  color: var(--champagne-gold);
}

/* Parallax */
.parallax-bg {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  position: relative;
}

.parallax-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--overlay-color);
  display: flex;
  align-items: center;
  justify-content: center;
}

.parallax-content {
  text-align: center;
  color: white;
  padding: 20px;
}

.scroll-down {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  font-size: 30px;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0) translateX(-50%);
  }
  40% {
    transform: translateY(-30px) translateX(-50%);
  }
  60% {
    transform: translateY(-15px) translateX(-50%);
  }
}

/* Luxury Background with Logo */
.luxury-bg {
  position: relative;
  overflow: hidden;
  background-color: white;
}

.luxury-bg .section-title {
  color: var(--champagne-gold);
}

.luxury-bg h3 {
  color: var(--champagne-gold);
}

.luxury-bg p,
.luxury-bg .text-dark {
  color: var(--champagne-blue) !important;
}

.luxury-bg::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60%;
  height: 70%;
  background-image: url("/images/BLOC-W.png");
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: contain;
  opacity: 0.1;
  z-index: 1;
}

/* Style spÃ©cifique pour la section histoire */
#histoire.luxury-bg::before {
  width: 50%;
  left: auto;
  right: 0;
  bottom: 0;
  background-position: bottom right;
}

/* Style pour centrer verticalement le texte */
.vertical-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 300px;
}

.luxury-bg .container {
  position: relative;
  z-index: 2;
}

.hero-brand {
  max-width: 70%;
  height: auto;
  margin: 0 auto;
  filter: drop-shadow(0 0 20px rgba(255, 255, 255, 0.5));
}

/* Product Detail Accordion */
.product-detail-accordion {
  display: none;
}

/* Styles des modales de produits - ComplÃ¨tement rÃ©Ã©crit */
.product-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 0;
  margin: 0;
  overflow-y: auto;
}

.product-modal.open {
  display: block;
}

.product-modal-content {
  background-color: #ffffff;
  width: 90%;
  max-width: 1200px;
  margin: 30px auto 50px;
  border-radius: 15px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.3);
  position: relative;
  animation: modalFadeIn 0.4s ease-out;
  overflow: hidden;
}

@keyframes modalFadeIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.product-modal-close {
  position: fixed;
  top: 20px;
  right: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  color: white;
  font-size: 24px;
  cursor: pointer;
  z-index: 2100;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.product-modal-close:hover {
  background-color: rgba(0, 0, 0, 0.8);
  transform: rotate(90deg);
}

.product-modal-container {
  display: flex;
  flex-wrap: nowrap;
}

.product-modal-image {
  flex: 0 0 30%;
  background-color: #ffffff;
  position: relative;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-modal-image::after {
  content: "";
  position: absolute;
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  border: 1px solid var(--champagne-gold);
  opacity: 0.2;
  pointer-events: none;
  z-index: 1;
}

.product-modal-image img {
  width: 80%;
  height: 80%;
  object-fit: contain;
  padding: 20px;
  position: relative;
  z-index: 2;
}

.product-modal-info {
  flex: 0 0 70%;
  padding: 40px;
  color: var(--champagne-blue);
}

/* Responsive pour la modale */
@media (max-width: 991px) {
  .product-modal-content {
    width: 95%;
    margin: 20px auto 30px;
  }

  .product-modal-container {
    flex-direction: column;
  }

  .product-modal-image,
  .product-modal-info {
    flex: 0 0 100%;
  }

  .product-modal-image {
    min-height: 250px;
  }

  .product-modal-image img {
    width: 60%;
    height: 60%;
    padding: 15px;
  }

  .product-modal-info {
    padding: 30px 20px;
  }
}

/* Pour les trÃ¨s petits Ã©crans */
@media (max-width: 576px) {
  .product-modal-image {
    min-height: 180px;
  }

  .product-modal-image img {
    width: 50%;
    height: 50%;
    padding: 10px;
  }

  .product-modal-content {
    margin: 10px auto 20px;
    width: 98%;
  }

  /* Optimisation de l'image message aux mineurs pour mobile */
  .message-mineurs-img {
    max-height: 60px;
    max-width: 90%;
  }

  .message-mineurs-container {
    margin: 15px 0;
  }

  .alcohol-warning {
    font-size: 12px;
    padding: 0 10px;
  }

  /* RÃ©duction de la taille du logo sur mobile */
  .site-logo {
    height: 50px;
    top: 15px;
    left: 20px;
  }
}

/* Styles pour le sÃ©parateur avec citation */
.separator-quote {
  background-color: var(--primary-bg-subtle);
  padding: 0 0;
  position: relative;
}

.elegant-quote {
  margin: 10px 0;
  position: relative;
  padding: 10px 10px;
}

.elegant-quote p {
  font-size: 32px;
  line-height: 1.4;
  font-style: italic;
  color: var(--champagne-blue);
  margin-bottom: 20px;
  font-weight: 300;
}

.elegant-quote footer {
  font-size: 18px;
  color: var(--champagne-gold);
  font-weight: 600;
}

.separator-icon {
  display: inline-block;
  font-size: 36px;
  color: var(--champagne-gold);
  margin-bottom: 20px;
}

.separator-line {
  width: 150px;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent,
    var(--champagne-gold),
    transparent
  );
  margin: 30px auto;
}

.product-modal-title {
  font-size: 28px;
  font-weight: 700;
  color: var(--champagne-blue);
  margin-bottom: 15px;
  border-bottom: 2px solid var(--champagne-gold);
  padding-bottom: 10px;
}

.product-modal-description {
  margin-bottom: 20px;
}

.product-modal-price {
  font-size: 24px;
  font-weight: 700;
  color: var(--champagne-gold);
  margin: 20px 0;
}

.product-modal-specs {
  margin: 20px 0;
  padding: 15px;
  background-color: #f8f8f8;
  border-radius: 8px;
}

.product-modal-specs h4 {
  font-size: 18px;
  margin-bottom: 10px;
  color: var(--champagne-blue);
}

.product-modal-specs table {
  width: 100%;
}

.product-modal-specs table tr {
  border-bottom: 1px solid #eee;
}

.product-modal-specs table td {
  padding: 8px 0;
}

.product-modal-specs table td:first-child {
  font-weight: 600;
  width: 40%;
}

/* Style pour les modales de produits */
.product-modal .modal-dialog {
  max-width: 900px;
}

.product-modal .modal-content {
  border: none;
  border-radius: 15px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
  background-color: #f8f8f8;
}

.product-modal .modal-header {
  border-bottom: 1px solid var(--champagne-gold);
  background-color: var(--champagne-blue);
  color: white;
  padding: 20px 30px;
  border-radius: 15px 15px 0 0;
}

.product-modal .modal-title {
  font-weight: 600;
  font-size: 24px;
}

.product-modal .modal-body {
  padding: 30px;
}

.product-modal .modal-footer {
  border-top: 1px solid var(--champagne-gold);
  padding: 20px 30px;
  border-radius: 0 0 15px 15px;
}

.product-modal .btn-close {
  color: white;
  opacity: 1;
}

.product-image-container {
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 10px;
  background-color: white;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.product-image-container img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

.product-details {
  padding: 0 20px;
  color: var(--champagne-blue);
}

.product-details h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
  color: var(--champagne-blue);
  border-bottom: 2px solid var(--champagne-gold);
  padding-bottom: 10px;
}

.product-details p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 15px;
}

.product-details .price {
  font-size: 24px;
  font-weight: 700;
  color: var(--champagne-gold);
  margin: 20px 0;
}

/* Section contact style */
#contact {
  background-color: white !important;
}

#contact h2.section-title {
  color: var(--champagne-gold);
}

#contact h3 {
  color: var(--champagne-gold) !important;
}

#contact p,
#contact ul li,
#contact .text-dark {
  color: var(--champagne-blue) !important;
}

#contact.luxury-bg::before {
  opacity: 0.2;
  width: 70%;
  left: 0;
  bottom: 0;
  background-position: bottom left;
}

/* Bouton style */
.btn-gold {
  background-color: var(--champagne-gold);
  color: white;
  border: none;
  padding: 10px 25px;
  border-radius: 30px;
  font-weight: 600;
  transition: all 0.3s ease;
  display: inline-block;
  text-decoration: none;
}

.btn-gold:hover {
  background-color: #c39b2a;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(212, 175, 55, 0.3);
}

.btn-dark {
  background-color: var(--champagne-blue);
  color: white;
  border: none;
  transition: all 0.3s ease;
}

.btn-dark:hover {
  background-color: #1a2566;
  box-shadow: 0 5px 15px rgba(40, 53, 131, 0.3);
}

/* Pour l'image de rÃ©colte - ajustement de la hauteur */
#histoire .img-fluid {
  max-height: 300px;
  object-fit: cover;
  width: 100%;
}

/* SÃ©parateur pour les titres */
.title-separator {
  width: 100px;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent,
    var(--champagne-gold),
    transparent
  );
  margin: -25px auto 40px;
}

/* Styles pour la section calendrier */
#calendrier {
  background-color: white;
  padding: 80px 0;
}

#calendrier h2.section-title {
  color: var(--champagne-gold);
}

#calendrier h3,
#calendrier h4 {
  color: var(--champagne-gold);
  margin-top: 30px;
  margin-bottom: 20px;
}

#calendrier p,
#calendrier .text-dark {
  color: var(--champagne-blue) !important;
}

.event-card {
  background-color: #f8f8f8;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.event-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.event-date {
  font-weight: 700;
  color: var(--champagne-blue);
  border-bottom: 2px solid var(--champagne-gold);
  padding-bottom: 5px;
  margin-bottom: 10px;
  display: inline-block;
}

.event-title {
  font-size: 18px;
  font-weight: 600;
  color: var(--champagne-blue);
  margin-bottom: 5px;
}

.product-details-container {
  background-color: #f8f8f8;
  border-radius: 10px;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.product-details-title {
  font-size: 18px;
  font-weight: 600;
  color: var(--champagne-blue);
  margin-bottom: 15px;
  border-bottom: 1px solid var(--champagne-gold);
  padding-bottom: 8px;
  display: flex;
  align-items: center;
}

.block-icon {
  margin-right: 10px;
  color: var(--champagne-gold);
  font-size: 24px;
  width: 30px;
  text-align: center;
}

/* Style pour les icÃ´nes dans les modales */
.product-modal .block-icon {
  /* Style pour des icÃ´nes avec contour fin plutÃ´t que remplissage */
  opacity: 0.9;
}

/* Ajuster la taille de l'icÃ´ne dans les titres des dÃ©tails du produit */
.product-details-title .block-icon {
  font-size: 30px;
  margin-right: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 30px;
}

.details-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.details-list li {
  margin-bottom: 8px;
  display: flex;
}

.details-list li strong {
  min-width: 150px;
  color: var(--champagne-blue);
}

.formats-list {
  margin: 10px 0;
  padding: 0;
  list-style: none;
}

.formats-list li {
  margin-bottom: 5px;
  padding-left: 15px;
  position: relative;
}

.formats-list li:before {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  color: var(--champagne-gold);
}

.degustation-section {
  margin-top: 20px;
}

.degustation-item {
  margin-bottom: 10px;
}

.degustation-item strong {
  color: var(--champagne-blue);
  font-weight: 600;
  min-width: 100px;
  display: inline-block;
}

/* Styles pour le panier et le devis */

/* Styles du panier */
.cart-container {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1000;
}

.cart-button {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  border: none;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.cart-button:hover {
  background-color: #f8f8f8;
  transform: scale(1.05);
}

.cart-button i {
  font-size: 20px;
  color: #9a8478;
}

.cart-counter {
  position: absolute;
  top: -5px;
  right: -5px;
  background-color: #9a8478;
  color: white;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: bold;
}

/* Modal du panier */
.cart-modal,
.quote-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2000;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
}

.cart-modal.open,
.quote-modal.open {
  opacity: 1;
  visibility: visible;
}

.cart-modal-content,
.quote-modal-content {
  background-color: #fff;
  width: 90%;
  max-width: 500px;
  max-height: 90vh;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transform: translateY(20px);
  transition: transform 0.3s ease;
  color: #283583;
}

.cart-modal.open .cart-modal-content,
.quote-modal.open .quote-modal-content {
  transform: translateY(0);
}

.cart-modal-header,
.quote-modal-header {
  padding: 15px 20px;
  border-bottom: 1px solid #e9ecef;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f8f8f8;
}

.cart-modal-header h3,
.quote-modal-header h3 {
  margin: 0;
  font-size: 1.25rem;
  color: #333;
}

.cart-modal-close,
.quote-modal-close {
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: #aaa;
  transition: color 0.2s ease;
}

.cart-modal-close:hover,
.quote-modal-close:hover {
  color: #333;
}

.cart-modal-body,
.quote-modal-body {
  padding: 20px;
  overflow-y: auto;
  max-height: calc(90vh - 130px);
}

.cart-items {
  margin-bottom: 20px;
}

.cart-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #e9ecef;
}

.cart-item:last-child {
  border-bottom: none;
}

.cart-item-details {
  flex: 1;
}

.cart-item-details h4 {
  margin: 0 0 5px;
  font-size: 1rem;
}

.cart-item-price {
  color: #666;
  font-size: 0.9rem;
}

.cart-item-actions {
  display: flex;
  align-items: center;
}

.cart-item-quantity {
  display: flex;
  align-items: center;
  margin-right: 15px;
}

.cart-item-quantity .quantity-btn {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 0.8rem;
  transition: all 0.2s ease;
}

.cart-item-quantity .quantity-btn:hover {
  background-color: #e9ecef;
}

.cart-item-quantity span {
  margin: 0 10px;
  min-width: 20px;
  text-align: center;
}

.cart-item-remove {
  background: none;
  border: none;
  color: #dc3545;
  cursor: pointer;
  font-size: 1rem;
  transition: color 0.2s ease;
}

.cart-item-remove:hover {
  color: #c82333;
}

.cart-empty {
  text-align: center;
  padding: 30px 0;
  color: #6c757d;
}

.cart-empty-link {
  color: #9a8478;
  text-decoration: none;
  font-weight: 500;
}

.cart-empty-link:hover {
  text-decoration: underline;
}

.cart-modal-footer {
  padding: 15px 20px;
  border-top: 1px solid #e9ecef;
}

.cart-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 1.1rem;
}

.cart-actions {
  display: flex;
  justify-content: space-between;
}

/* Boutons dans le panier */
.cart-actions .btn {
  padding: 8px 16px;
  border-radius: 4px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
}

/* Styles pour le formulaire de devis */
.quote-modal-body form {
  display: flex;
  flex-direction: column;
}

.form-label {
  margin-bottom: 5px;
  font-weight: 500;
}

.form-control {
  padding: 8px 12px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  margin-bottom: 15px;
}

.form-actions {
  margin-top: 10px;
  display: flex;
  justify-content: flex-end;
}

/* Styles pour les boutons d'ajout au panier dans les modales de produit */
.product-modal-actions {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.quantity-selector {
  display: flex;
  align-items: center;
  border: 1px solid #ced4da;
  border-radius: 4px;
  overflow: hidden;
}

.quantity-selector .quantity-btn {
  width: 36px;
  height: 36px;
  background-color: #f8f8f8;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.quantity-selector .quantity-btn:hover {
  background-color: #e9ecef;
}

.quantity-selector .quantity-input {
  width: 50px;
  height: 36px;
  border: none;
  border-left: 1px solid #ced4da;
  border-right: 1px solid #ced4da;
  text-align: center;
  font-size: 0.9rem;
}

.quantity-selector .quantity-input:focus {
  outline: none;
}

.btn-add-to-cart {
  background-color: #9a8478;
  color: #fff;
  border: none;
  padding: 8px 16px;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-weight: 500;
}

.btn-add-to-cart:hover {
  background-color: #8a7468;
}

/* Animation de confirmation d'ajout au panier */
.add-to-cart-confirmation {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%) translateY(30px);
  background-color: #28a745;
  color: white;
  padding: 10px 20px;
  border-radius: 4px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 2100;
  opacity: 0;
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
}

.add-to-cart-confirmation.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.add-to-cart-confirmation i {
  margin-right: 8px;
}

/* Responsive design pour les petits Ã©crans */
@media (max-width: 576px) {
  .cart-modal-content,
  .quote-modal-content {
    width: 95%;
  }

  .product-modal-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .quantity-selector {
    margin-bottom: 10px;
  }

  .cart-actions {
    flex-direction: column;
  }

  .cart-actions .btn {
    margin-bottom: 10px;
  }

  /* Optimisation de l'image message aux mineurs pour mobile */
  .message-mineurs-img {
    max-height: 60px;
    max-width: 90%;
  }

  .message-mineurs-container {
    margin: 15px 0;
  }

  .alcohol-warning {
    font-size: 12px;
    padding: 0 10px;
  }

  /* RÃ©duction de la taille du logo sur mobile */
  .site-logo {
    height: 60px;
    top: 15px;
    left: 20px;
  }
}

/* Style pour les icÃ´nes dans les blocs */
.product-modal .block-icon {
  /* Style pour des icÃ´nes avec contour fin plutÃ´t que remplissage */
  opacity: 0.9;
}

/* Ajuster la taille de l'icÃ´ne dans les titres des dÃ©tails du produit */
.product-details-title .block-icon {
  font-size: 24px;
  margin-right: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 30px;
}

/* Style pour les blocs simples */
.simple-block-content {
  margin: 15px 0;
  padding: 0 15px;
  line-height: 1.6;
  white-space: pre-line;
}

/* Boutons pour ajouter diffÃ©rents types de blocs */
.block-type-buttons {
  margin-bottom: 20px;
}

.block-type-buttons .btn {
  margin-right: 10px;
  margin-bottom: 10px;
}

/* Message discret en pied de section produits */
.discrete-notice {
  text-align: center;
  margin-top: 50px;
  padding: 30px 20px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  border: 1px solid rgba(40, 53, 131, 0.1);
}

.discrete-text {
  font-size: 16px;
  line-height: 1.6;
  color: #666;
  margin: 0;
  font-style: italic;
}

.discrete-link {
  color: #666;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease;
}

.discrete-link:hover {
  color: var(--champagne-blue);
  text-decoration: underline;
}

@media (max-width: 768px) {
  .discrete-notice {
    margin-top: 30px;
    padding: 20px 15px;
  }

  .discrete-text {
    font-size: 14px;
  }
}
