body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1.6;
  overflow-x: hidden;
}

nav a.active {
  pointer-events: none;   /* désactive le clic */
  cursor: default;        /* change le curseur */
  color: #b87333;         /* couleur différente pour montrer que c’est actif */
}

.lang-switch a.active {
  pointer-events: none;   /* désactive le clic */
  cursor: default;        /* change le curseur */
  color: #b87333;         /* couleur différente pour montrer que c’est actif */
  text-decoration: underline; /* optionnel : style actif */
}
.header-top {
  background: none; /* supprime le fond bleu si non voulu */
  padding: 0;        /* supprime les marges internes */
  margin: 0;         /* supprime les marges externes */
  border: none;      /* supprime toute bordure */
}

.site-title {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}

nav ul {
  display: flex;
  list-style: none;
  gap: 1rem;
}

section {
  background: none; /* supprime le fond bleu si non voulu */
  padding: 0;        /* supprime les marges internes */
  margin: 0;         /* supprime les marges externes */
  border: none;      /* supprime toute bordure */
}

.footer {
  background: none; /* supprime le fond bleu si non voulu */
  padding: 0;        /* supprime les marges internes */
  margin: 0;         /* supprime les marges externes */
  border: none;      /* supprime toute bordure */
}

.wine-card {
  border: 1px solid #1C3454;
  padding: 1rem;
  margin: 1rem 0;
}


/* Ligne titre + langue */
.header-top {
  display: flex;
  justify-content: center;   /* centre le titre */
  align-items: center;
  background-color: #1C3454;
  padding: 0rem 2rem;
  color: white;
  position: relative;
  margin-bottom: 0rem;
}

.logo3 {
  width:450px;       /* ajuste ici la taille souhaitée */
  height: auto;      /* conserve les proportions */
  display: block;    /* évite les espaces parasites */
}


/* FR | EN à droite */
.lang-switch {
  position: absolute;
  right: 2rem;
  font-size: 0.9rem;
  font-weight: bold;
}

.lang-switch a {
  color: white;
  text-decoration: none;
  margin-left: 0.5rem;
}

.lang-switch a:hover {
  text-decoration: underline;
}
/* Menu horizontal */
.nav-vitrine {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  background-color: #1C3454;
  padding: 0.2rem 2rem;
  height: 70px; /* fixe la hauteur totale */
  min-height: 100px;
}


.nav-left,
.nav-right {
  display: flex;
  justify-content: space-evenly; /* espace égal entre chaque lien */
  flex-wrap: wrap;
  width: 100%;
}

.nav-vitrine a {
  color: white;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.nav-vitrine a:hover {
  text-decoration: underline;
}

/* Logo centré */
.nav-center {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 80px; /* fixe la hauteur du menu */
}

.logo {
  height: 100px; /* réduit légèrement */
  width: auto;
  margin: 0;
}

/* Trait cuivré */
.cuivre-bar {
  height: 2px;
  background: linear-gradient(to right, #b87333, #d4af37);
  width: 100%;
  margin: 0 auto;
}

/* Header complet fixé */
.header-vitrine {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000; /* reste au-dessus du contenu */
}

.footer-vitrine {
  background-color: #1C3454;
  color: white;
  text-align: center;
  padding: 2rem 1rem;
  font-family: 'Georgia', serif;
}

.footer-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.logo2 {
  width: 500px; /* ajuste la taille ici */
  height: auto;
  display: block;
  margin-bottom: 0.5rem;
}

/* Réseaux sociaux */
.footer-socials {
  margin: 1rem 0;
}

.footer-socials a {
  color: white;
  margin: 0 0.5rem;
  font-size: 1.6rem; /* taille bien visible */
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-socials a:hover {
  color: #b87333; /* effet cuivré au survol */
}


/* Mentions légales */
.footer-legal p {
  font-size: 0.8rem;
  margin: 0.3rem 0;
}

.footer-legal a {
  color: white;
  text-decoration: underline;
}


.signature-vignerons {
  background-color: #1c2a3a;
  text-align: center;
  padding: 3rem 1rem;
  color: white;
  font-family: 'Cinzel', serif; /* ou ta police vitrine */
}

.vignerons-names {
  font-size: 1.4rem;
  margin: 0;              /* supprime l’espace par défaut */
  line-height: 1.2;       /* réduit l’espace vertical */
  letter-spacing: 1px;
}

.vignerons-title {
  font-size: 3rem;
  font-weight: bold;
  margin: 0.2rem 0;       /* espace minimal au-dessus et en dessous */
  line-height: 1.1;       /* resserre encore plus */
  letter-spacing: 2px;
}

.vignerons-role {
  font-size: 1.2rem;
  font-style: italic;
  margin: 0;              /* supprime l’espace par défaut */
  line-height: 1.2;
  letter-spacing: 1px;
}

.signature-vignerons {
  background-color: #1c2a3a;
  text-align: center;
  padding: 3rem 1rem;
  color: white;
  font-family: 'Cinzel', serif; /* ou ta police vitrine */
}

.vignerons-names {
  font-size: 1.4rem;
  margin: 0;              /* supprime l’espace par défaut */
  line-height: 1.2;       /* réduit l’espace vertical */
  letter-spacing: 1px;
}

.vignerons-title {
  font-size: 3rem;
  font-weight: bold;
  margin: 0.2rem 0;       /* espace minimal au-dessus et en dessous */
  line-height: 1.1;       /* resserre encore plus */
  letter-spacing: 2px;
}

.vignerons-role {
  font-size: 1.2rem;
  font-style: italic;
  margin: 0;              /* supprime l’espace par défaut */
  line-height: 1.2;
  letter-spacing: 1px;
}

.domaine-section {
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
}

.domaine-wrapper {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  max-width: 100%;
  min-height: 600px;
}

.domaine-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;   /* centre verticalement */
  padding: 3rem;             /* espace interne : éloigne le texte des bords du bloc */
  margin: 2rem;              /* espace externe : éloigne le bloc du navigateur et de l’image */
  font-family: 'Playfair Display', serif;
  color: #1c2a3a;
  background-color: #ffffff; /* fond blanc pour bien détacher */
  box-sizing: border-box;
}

.domaine-text h1 {
  font-size: 2.4rem;
  margin-bottom: 1.5rem;
  text-align: center;
  color: #d4af37;
}

.domaine-text h2 {
  font-size: 2.4rem;
  margin-bottom: 1.5rem;
  text-align: center;
  color: #d4af37;
}

.domaine-text p {
  font-size: 1.1rem;
  line-height: 1.6;
  text-align: left;
  max-width: 600px;          /* limite la largeur pour éviter que ça colle aux bords */
  margin: 0 auto;            /* centre le paragraphe dans le bloc */
}


.highlight-blue {
  color: #2C75FF; 
  font-weight: bold; 
}

.domaine-photo {
  flex: 1;
  position: relative;
  overflow: hidden;
}

.domaine-photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mur-section {
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
}

.mur-wrapper {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  max-width: 100%;
  min-height: 600px;
}

.mur-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;   /* centre verticalement */
  padding: 3rem;             /* espace interne : éloigne le texte des bords du bloc */
  margin: 2rem;              /* espace externe : éloigne le bloc du navigateur et de l’image */
  font-family: 'Playfair Display', serif;
  color: #1c2a3a;
  background-color: #ffffff; /* fond blanc pour bien détacher */
  box-sizing: border-box;
}

.mur-text h2 {
  font-size: 2.4rem;
  margin-bottom: 1.5rem;
  text-align: center;
  color: #d4af37;
}

.mur-text p {
  font-size: 1.1rem;
  line-height: 1.6;
  text-align: left;
  max-width: 600px;          /* limite la largeur pour éviter que ça colle aux bords */
  margin: 0 auto;            /* centre le paragraphe dans le bloc */
}


.highlight-blue {
  color: #2C75FF; 
  font-weight: bold; 
}

.mur-photo {
  flex: 1;
  position: relative;
  overflow: hidden;
}

.mur-photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.equipe-section {
  width: 100%;
  background-color: #1C3454;
  padding: 4rem 0; /* plus de padding gauche/droite */
  margin: 0;
}

.equipe-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}


.equipe-titre {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem; /* respiration interne équilibrée */
}


.equipe-section h2 {
  font-size: 2.4rem;
  margin-bottom: 3rem;
  text-align: center;
  color: #d4af37;
  font-family: 'Playfair Display', serif;
}

.equipe-membre {
  flex: 1 1 30%; /* permet 3 colonnes */
  max-width: 30%;
  text-align: center; /* centre tout le contenu du bloc */
}

.equipe-membre img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 0 12px rgba(0,0,0,0.1);
}

.equipe-membre p {
  margin-top: 1rem;
  font-size: 1.1rem;
  font-weight: bold;
  color: #FFFFFF;
  font-family: 'Playfair Display', serif;
}

.savoir-section {
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
}

.savoir-wrapper {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  max-width: 100%;
  min-height: 600px;
}

.savoir-photo {
  flex: 1;
  position: relative;
  overflow: hidden;
}

.savoir-photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.savoir-section,
.savoir-wrapper,
.savoir-photo,
.domaine-text {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow: hidden;
}

/* Supprimer tout débordement horizontal */
html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

/* Section avec respiration */
.histoire-section {
  padding: 2rem 1rem;
  background: #1C3454;
  box-sizing: border-box;
}

.histoire-titre {
  text-align: center;
  margin-bottom: 2rem;
}

.histoire-titre h2 {
  font-size: 2.4rem;
  color: #d4af37;
  margin: 0;
}

.histoire-wrapper {
  display: flex;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}

.histoire-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: #fff;
}


.histoire-text p {
  margin: 0.3rem 0;   /* réduit l’espace vertical entre les paragraphes */
  line-height: 1.4;   /* resserre un peu la hauteur de ligne */
}

.etiquettes-section {
  text-align: center;
  background: #fff;
  padding: 2rem;
  color: #d4af37;
  font-size: 2.0rem;
}

.slideshow-container {
  position: relative;
  max-width: 600px;
  margin: auto;
}

.slide {
  display: none;
}

.slide img {
  width: 100%;
  border-radius: 8px;
}

.carousel {
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}


.carousel-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* La piste défile normalement */
.carousel-track {
  display: flex;
  gap: 1rem;
  padding: 1rem 0;
  scroll-snap-type: x mandatory;
  transition: transform 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);
}



/* Les images */
.carousel-track img {
  width: 300px;
  flex-shrink: 0;
  scroll-snap-align: start;
  border-radius: 8px;
}


/* Flèches */
.prev, .next {
  background: rgba(0,0,0,0.5);
  color: #fff;
  border: none;
  padding: 0.8rem 1rem;
  cursor: pointer;
  font-size: 1.5rem;
  border-radius: 50%;
  z-index: 10;
}

/* Positionnement naturel grâce au flex */
.prev {
  margin-right: 10px;
}

.next {
  margin-left: 10px;
}

.prev:hover, .next:hover {
  background: rgba(0,0,0,0.8);
}

* {
  box-sizing: border-box;
}

html, body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

iframe, img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 768px) {
  .contact-block .contact-container,
  .contact-bock .contact-container {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
}

@media (max-width: 768px) {
  .lang-switch {
    display: none;
  }
}


/* MENU MOBILE — VERSION CONTACT */

.mobile-menu-toggle {
  display: none;
  background-color: #1C3454;
  color: white;
  padding: 1rem;
  font-weight: bold;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  z-index: 10001;
}

.menu-icon {
  font-size: 1.2rem;
  margin-right: 0.5rem;
}

.mobile-menu-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(28, 52, 84, 0.95);
  z-index: 9999;
  animation: fadeIn 0.3s ease forwards;
}

.mobile-menu-overlay.active {
  display: block;
}

.mobile-menu {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #1C3454;
  padding: 2rem;
  width: 90%;
  max-width: 400px;
  border-radius: 8px;
  animation: slideDown 0.4s ease forwards;
}

.mobile-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.mobile-menu li {
  margin: 1rem 0;
}

.mobile-menu a {
  color: white;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.1rem;
  transition: color 0.3s ease;
}

.mobile-menu a:hover {
  color: #b87333;
}

.menu-close {
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  font-size: 2rem;
  color: white;
  cursor: pointer;
  z-index: 100000;
}

.lang-switch-mobile {
  margin-top: 2rem;
  font-weight: bold;
}

.lang-switch-mobile a {
  color: white;
  margin: 0 0.5rem;
  text-decoration: none;
}

.lang-switch-mobile a.active {
  color: #b87333;
  text-decoration: underline;
  pointer-events: none;
}

@keyframes slideDown {
  from { opacity: 0; transform: translate(-50%, -60%) scale(0.95); }
  to { opacity: 1; transform: translate(-50%, -50%) scale(1); }
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@media (max-width: 768px) {
  .nav-vitrine {
    display: none;
  }

  .mobile-menu-toggle {
    display: flex;
  }

  .mobile-menu-overlay.active {
    display: block;
  }

  .lang-switch {
    display: none;
  }

  .nav-center {
    display: none;
  }
}

@media (min-width: 769px) {
  .mobile-menu-overlay,
  .mobile-menu-toggle {
    display: none;
  }
}

/* Mobile */
@media (max-width: 768px) {
  body {
    padding-top: 120.75px;
  }
}

/* Desktop */
@media (min-width: 769px) {
  body {
    padding-top: 170px;
  }
}

@media (max-width: 768px) {
  .domaine-wrapper,
  .savoir-wrapper,
  .mur-wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 40px 20px;
  }

  .domaine-photo,
  .savoir-photo,
  .mur-photo {
     display: none;
  }

  .domaine-text,
  .savoir-text {
    text-align: left;
    font-size: 1rem;
  }

  .domaine-text h2,
  .savoir-text h2 {
    font-size: 2rem;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .histoire-wrapper {
    flex-direction: column;
    gap: 30px;
  }

  .histoire-text {
    width: 100%;
  }

  .histoire-titre h2 {
    text-align: center;
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .equipe-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 0 1rem;
  }

  .equipe-membre {
    max-width: 100%;
    width: 100%;
    margin-bottom: 2rem;
  }

  .equipe-membre img {
    width: 100%;
    max-width: 500px;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 0 12px rgba(0,0,0,0.1);
  }

  .equipe-membre p {
    font-size: 1.2rem;
    margin-top: 1rem;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
  }

  .equipe-section h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}

@media (max-width: 768px) {
  .carousel-wrapper {
    flex-direction: column;
    align-items: flex-start;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding: 1rem;
  }

  .carousel {
    width: 100%;
    overflow-x: auto;
  }

  .carousel-track {
    display: flex;
    gap: 1rem;
    scroll-snap-type: x mandatory;
    padding-bottom: 1rem;
  }

  .carousel-track img {
    width: 80vw;
    max-width: 100%;
    scroll-snap-align: start;
    flex-shrink: 0;
  }

  .prev, .next {
    display: none;
  }
}

@media (max-width: 768px) { 
.prev, .next { 
position: absolute; 
top: 50%; transform: 
translateY(-50%);
 } 
.prev { left: 10px; } 
.next { right: 10px; } 
}

@media (min-width: 769px) {
  .carousel {
    scrollbar-width: none; /* Firefox */
  }

  .carousel::-webkit-scrollbar {
    display: none; /* Chrome, Safari */
  }
}


