

body {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    background-color: #3B3030;
    color: #3B3030;
    margin: 0;
    padding-top: 80px; /* évite que le contenu passe sous le header */
    line-height: 1.6;
}

/* HEADER */
header {
    position: fixed;              /* toujours en haut */
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;               /* passe devant tout */
    padding-top: 1%;
    background: rgba(59, 48, 48, 0.8); /* #3B3030 en semi-transparent */
    backdrop-filter: blur(10px) saturate(150%); 
    -webkit-backdrop-filter: blur(10px) saturate(150%); 
    
    color: #FFF0D1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    transition: padding 0.3s ease, background 0.3s ease;
}
header.scrolled {
    padding: 10px 30px;
    background: rgba(59, 48, 48, 0.95);
}


header .logo img {
    height: 180px;
    margin-left: -20px;
    margin-top: -60px;
    margin-bottom: -60px;
}

nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

nav ul li {
    margin: 0 15px;
}

nav ul li a {
    text-decoration: none;
    color: #FFF0D1;
    font-weight: 500;
    transition: color 0.3s;
    font-size: 1.0em;
}

@media (min-width: 769px) {
    nav ul li a {

        padding: 5px 10px;
        border-radius: 10px;
        margin: 0 10px;
        transition: border-color 0.3s;
    }

    nav ul li a:hover {
        border-color: #795757;
    }
}

nav ul li a:hover {
    color: #795757;
}

/* SECTION HERO */
.hero {
    flex: 3;
    position: relative;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    color: #3B3030;
    text-align: center;

    /* Fond dézoomé, centré en haut */
    background-image: url('../photos/parquet3.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 150%;
    background-attachment: fixed; /* Desktop */
}

/* MOBILE */
@media (max-width: 768px) {
    .hero {
        background-attachment: scroll; /* fixe pas sur mobile mais on fixe via taille et position */
        background-size:1000%;        /* même dézoom */
        background-position: top center;
    }
}


nav ul li a.active {
  color: #FFF0D1;               /* texte clair */
  background-color: #795757;    /* fond coloré */
  border-color: #795757;        /* même ton */
  transform: scale(1.05);       /* petit zoom */
}
.logo img {
transition: transform 0.4s ease;
}

.logo img:hover {
transform: scale(1.05) rotate(-2deg); /* léger tilt */
} 
nav ul li a {
  text-decoration: none;
  color: #FFF0D1;
  font-weight: 500;
  font-size: 1.0em;

  padding: 6px 12px;
  border-radius: 10px;
  margin: 0 10px;
  display: inline-block;

  /* Transition fluide comme ton logo */
  transition: transform 0.4s ease, color 0.4s ease, border-color 0.4s ease;
}

nav ul li a:hover {
  color: #ffffff;                 /* change couleur */
  border-color: #795757;
    border: 1px solid rgba(255, 255, 255, 0.4);
  transform: scale(1.05) rotate(-2deg);  /* 👈 même effet que ton logo */
  transition: transform 0.4s ease;
}
.hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:
      /* Superpose d'abord la texture bois, puis la couleur de fond */
      url('../photos/boisforme.jpg') repeat;
    clip-path: polygon(0 0, 0 100%, 50% 100%, 50% 0);
    z-index: 1;
    
}


.hero .content {
    position: relative;
    z-index: 2;
    background: rgba(255, 240, 209, 0.95);
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    max-width: 800px;
    text-align: justify;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    margin-bottom: 40px; /* Space between content and carousel */
}


.hero .content:hover {
    transform: scale(1.02);
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
}

h1 {
    color: #3B3030;
    font-size: 2.5em;
    margin-bottom: 10px;
}

h2 {
    color: #795757;
    font-size: 1.5em;
    margin-bottom: 20px;
}

p {
    font-size: 1.2em;
    margin-bottom: 20px;
}


ul li {
    margin-bottom: 10px;
    list-style: none;
    font-size: 1em;
}

.cta-button {
    background-color: #664343;
    color: #FFF0D1;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s;
}

.cta-button:hover {
    background-color: #3B3030;
}

/* CAROUSEL */
/* --- Effet Coverflow pour le carousel --- */
.carousel {
  position: relative;
  width: 90%;
  max-width: 1400px;   /* largeur max plus grande */
  margin: 0 auto 40px auto;
  height: 400px;       /* garde la même hauteur */
  perspective: 1000px;
  overflow: hidden;
  border-radius: 10px;
  z-index: 1;
}


.carousel-inner {
  width: 1200px;    /* 👈 élargissement */
  height: 100%;     /* même hauteur que le parent */
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.carousel-item {
  position: absolute;
  top: 0;
  left: 50%;
  width: 350px;        /* 👈 largeur fixe des photos */
  height: 100%;        /* elles rentrent dans le cadre */
  transform: translateX(-50%);
  opacity: 0;
  transition: transform 0.7s ease, opacity 0.7s ease;
  z-index: 0;
}

.carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;   /* garde le cadre rempli sans dépasser */
  border-radius: 12px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
}

/* Image centrale en avant : zoomée */
.carousel-item.active {
  opacity: 1;
  transform: translateX(-50%) scale(1.1);
  z-index: 3;
}

/* Image à gauche */
.carousel-item.prev {
  opacity: 0.9;
  transform: translateX(-150%) scale(0.9) rotateY(25deg);
  z-index: 2;
}
/* Image à droite */
.carousel-item.prev {
  opacity: 0.9;
  transform: translateX(-150%) scale(0.9) rotateY(25deg);
}

.carousel-item.next {
  opacity: 0.9;
  transform: translateX(50%) scale(0.9) rotateY(-25deg);
}

/* Boutons de contrôle */
/* Boutons de contrôle style Siri / bulles glass */
.carousel-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;

  /* === Glassmorphism === */
  background: rgba(255, 240, 209, 0.15); /* beige transparent de ton site */
  border: 1px solid rgba(255, 240, 209, 0.4);
  backdrop-filter: blur(10px) saturate(180%);
  -webkit-backdrop-filter: blur(10px) saturate(180%);

  /* === Forme === */
  border-radius: 50%;

  /* === Couleur et style du chevron === */
  color: #FFF0D1;
  font-size: 22px;
  font-weight: bold;
  cursor: pointer;
  user-select: none;

  /* === Ombres pour 3D lumineux === */
  box-shadow: 0 4px 10px rgba(0,0,0,0.3), 
              inset 0 1px 3px rgba(255,255,255,0.4);
  transition: all 0.3s ease;
  z-index: 10;
}

/* Effet hover (plus lumineux) */
.carousel-control:hover {
  background: rgba(121, 87, 87, 0.25); /* ton brun-rose clair transparent */
  border-color: rgba(255, 240, 209, 0.6);
  box-shadow: 0 6px 14px rgba(0,0,0,0.4), 
              inset 0 1px 4px rgba(255,255,255,0.6);
  transform: translateY(-50%) scale(1.1);
}

/* Flèche gauche et droite */
.carousel-control.prev { left: 20px; }
.carousel-control.next { right: 20px; }

/* FOOTER */
/* FOOTER - STYLE AMÉLIORÉ GLASS */
/* FOOTER - STYLE GLASS AVEC COULEURS FINALES */
footer {
    background: rgba(59, 48, 48, 0.95); /* #3B3030 avec léger transparent */
    backdrop-filter: blur(8px) saturate(140%);
    -webkit-backdrop-filter: blur(8px) saturate(140%);
    border-top: 1px solid rgba(255, 240, 209, 0.2);
    color: #FFF0D1;
    padding: 50px 20px 20px;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 15px;
}

/* Haut du footer */
.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
}

.footer-section {
    flex: 1;
    min-width: 200px;
    margin: 0 20px;
}

.footer-section h3 {
    font-size: 1.3em;
    margin-bottom: 12px;
    font-weight: 600;
    color: #FFF0D1;
}

.footer-section p,
.footer-section ul li {
    color: #FFF0D1;
    margin: 6px 0;
    font-size: 1em;
}

/* Satisfaction box */
.satisfaction {
    background: rgba(255,240,209,0.08);
    border: 1px solid rgba(255,240,209,0.25);
    text-align: center;
    margin-top: 20px;
    padding: 12px;
    border-radius: 8px;
    box-shadow: inset 0 0 6px rgba(0,0,0,0.25);
    color: #FFF0D1;
}
.satisfaction h4 {
    font-size: 1.6em;
    margin: 0;
}

/* Séparateur élégant */
hr {
    border: none;
    border-top: 1px solid rgba(255,240,209,0.3);
    width: 80%;
    margin: 30px auto;
}

/* Bas du footer */
.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 80%;
    margin: 0 auto;
    padding-top: 10px;
    font-size: 0.95em;
    color: #FFF0D1;
    text-align: center;
}

.footer-bottom p {
    margin: 5px 0;
}

.footer-left, .footer-right {
    margin: 0;
    padding: 0 10px;
}
.footer-icon {
  width: 30px;   /* largeur souhaitée */
  height: auto;  /* garde les proportions */
  vertical-align: middle; /* aligne l’image avec le texte */
}
/* Responsive */
@media (max-width: 768px) {
    .footer-content {
        flex-direction: column;
        text-align: center;
    }
    .footer-bottom {
        flex-direction: column;
        gap: 10px;
    }
}
/* RESPONSIVE */
@media (max-width: 768px) {
    header {
        flex-direction: column;
    }
    .hero {
        flex-direction: column;
        padding: 40px 20px;
    }
    .hero .content {
        padding: 20px;
        text-align: left;
    }
    h1, h2 {
        font-size: 1.8em;
    }
    p, ul li {
        font-size: 1em;
    }
    .cta-button {
        display: block;
        width: 100%;
        text-align: center;
        box-sizing: border-box;
    }
}



ul.features li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 15px;
    font-size: 1.1em;
    color: #3B3030;
}

ul.features li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: 60% auto;
    background-repeat: no-repeat;
    background-position: center;
}

ul.features li.cert-beige::before {
    background-color: #FFF0D1;
    border: 1px solid #3B3030;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%233B3030'><path d='M20.285 6.709l-11.99 11.99-5.59-5.59 1.414-1.414 4.176 4.176 10.576-10.576z'/></svg>");
}

ul.features li.cert-rose::before {
    background-color: #795757;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'><path d='M20.285 6.709l-11.99 11.99-5.59-5.59 1.414-1.414 4.176 4.176 10.576-10.576z'/></svg>");
}

ul.features li.cert-brun::before {
    background-color: #664343;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'><path d='M20.285 6.709l-11.99 11.99-5.59-5.59 1.414-1.414 4.176 4.176 10.576-10.576z'/></svg>");
}

ul.features li.cert-dark::before {
    background-color: #3B3030;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'><path d='M20.285 6.709l-11.99 11.99-5.59-5.59 1.414-1.414 4.176 4.176 10.576-10.576z'/></svg>");
}
/* RESPONSIVE CAROUSEL */
@media (max-width: 992px) {
  .carousel-inner {
    width: 100%; /* s'adapte à la largeur du conteneur */
  }

  .carousel-item {
    width: 280px; /* on réduit la taille des images */
  }
}

@media (max-width: 768px) {
  .carousel {
    height: 300px; /* un peu moins haut */
  }

  .carousel-inner {
    width: 100%;
  }

  .carousel-item {
    width: 220px; /* encore plus petit pour rentrer dans l'écran */
  }
}

@media (max-width: 480px) {
  .carousel {
    height: 240px; /* format compact sur mobile */
  }

  .carousel-item {
    width: 180px; /* petites vignettes adaptées aux écrans étroits */
  }
}
.signature-text {
  font-family: 'Playfair Display', serif;
  font-size: 1.2em;
}
/* === BURGER BUTTON === */
.burger {
  display: none; /* caché sur desktop */
  font-size: 2rem;
  cursor: pointer;
  color: #FFF0D1;
  margin-right: 20px;
  transition: transform 0.3s ease;
}

.burger:hover {
  transform: scale(1.1);
}

/* === Navigation mobile === */
/* Navigation mobile → toujours horizontal, simple texte */
@media (max-width: 768px) {
  nav ul {
    flex-direction: row;   /* 🚀 garde les liens alignés gauche ➝ droite */
    justify-content: center;
    gap: 10px;             /* petit espace régulier */
    background: transparent;
    position: static;
    padding: 0;
    margin: 0;
    width: 100%;
  }

  nav ul li {
    margin: 0; /* supprime les marges par défaut */
  }

  nav ul li a {
    border: none;          /* ❌ pas de contour */
    border-radius: 0;
    padding: 5px 8px;      /* petit espace pour cliquer */
    margin: 0;
    font-size: 1em;
    display: inline-block;
    background: none;      /* ❌ pas de fond */
    color: #FFF0D1;
  }

  nav ul li a:hover {
    color: #795757;        /* juste un changement de couleur au hover */
    transform: none;       /* pas de tilt sur mobile */
  }

  nav ul li a.active {
    color: #795757;        /* lien actif = brun rosé */
    background: none;      /* ❌ pas de fond */
    border: none;          /* ❌ pas de bordure */
    transform: none;
    font-weight: bold;     /* → juste un peu plus "gras" pour différencier */
  }

  /* On désactive complètement le bouton burger 
  .burger {
    display: none !important;
  } */
}
/* Navigation en majuscules et taille normale */
header nav ul li a {
    text-transform: uppercase; /* MAJUSCULES */
    font-size: 1.1em;          /* taille normale */
    letter-spacing: 1px;       /* espacement entre lettres */
    color: #FFF0D1;            /* couleur du texte */
    transition: color 0.3s;    /* transition pour hover */
}

/* Effet au survol */
header nav ul li a:hover {
    color: #795757; /* couleur au hover */
}

/* Réduction de taille sur petits écrans */
@media (max-width: 768px) {
    header nav ul li a {
        font-size: 0.75em; /* plus petit pour mobile/tablette */
    }
}
/* NAVIGATION REVISITÉE - STYLE PREMIUM */
nav {
  width: 100%;
  display: flex;
  justify-content: center; /* 👈 centré horizontalement */
  align-items: center;
  padding: 20px 0;
  background: transparent;
}

nav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px; /* 👈 espace régulier entre les boutons */
  padding: 0;
  margin: 0;
  list-style: none;
}

/* BOUTONS DE NAVIGATION */
nav ul li a {
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 600;
  letter-spacing: 1px;
  color: #FFF0D1;
  padding: 10px 20px;
  border-radius: 14px;
  border: 1px solid rgba(255, 240, 209, 0.2);
  background: rgba(255, 240, 209, 0.05);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  transition: all 0.4s ease;
  display: inline-block;
}

/* HOVER - effet lumineux, plus immersif */
nav ul li a:hover {
  color: #ffffff;
  background: rgba(121, 87, 87, 0.25);
  border-color: rgba(255, 240, 209, 0.4);
  box-shadow: 0 6px 14px rgba(0,0,0,0.2);
  transform: scale(1.06) translateY(-2px);
}

/* LIEN ACTIF - mise en valeur */
nav ul li a.active {
  color: #FFF0D1;
  background-color: #795757;
  border-color: #795757;
  box-shadow: 0 6px 12px rgba(0,0,0,0.3);
  transform: scale(1.06);
}
/* HEADER */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: rgba(59, 48, 48, 0.85);
  backdrop-filter: blur(10px) saturate(150%);
  -webkit-backdrop-filter: blur(10px) saturate(150%);
  padding: 10px 0;
}

/* CONTAINER */
.nav-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* LOGO */
.logo img {
  height: 70px; /* plus petit */
  transition: transform 0.3s ease;
}
.logo img:hover {
  transform: scale(1.05) rotate(-2deg);
}

/* NAVIGATION */
nav {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-links {
  display: flex;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-links li a {
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 600;
  color: #FFF0D1;
  padding: 10px 18px;
  border-radius: 12px;
  background: rgba(255, 240, 209, 0.05);
  border: 1px solid rgba(255, 240, 209, 0.2);
  transition: all 0.4s ease;
}

.nav-links li a:hover {
  color: #ffffff;
  background: rgba(121, 87, 87, 0.25);
  border-color: rgba(255, 240, 209, 0.4);
  box-shadow: 0 6px 14px rgba(0,0,0,0.2);
  transform: scale(1.06) translateY(-2px);
}

.nav-links li a.active {
  background-color: #795757;
  border-color: #795757;
  color: #FFF0D1;
  box-shadow: 0 6px 12px rgba(0,0,0,0.3);
}

/* BURGER MOBILE */
.burger {
  display: none;
  font-size: 2rem;
  cursor: pointer;
  color: #FFF0D1;
  margin-left: auto;
}

/* MOBILE - MENU DÉROULANT */
@media (max-width: 768px) {
  .nav-links {
    display: none;
    flex-direction: column;
    background: rgba(59, 48, 48, 0.95);
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 20px 0;
    border-top: 1px solid rgba(255, 240, 209, 0.2);
  }

  .nav-links.show {
    display: flex;
  }

  .burger {
    display: block;
  }

  .nav-links li a {
    padding: 12px 20px;
    font-size: 1em;
    border-radius: 0;
    border: none;
    text-align: center;
  }
}
/* BURGER MOBILE */
.burger {
  display: none;
  font-size: 2rem;
  cursor: pointer;
  color: #FFF0D1;
  margin-left: auto;
}


/* BURGER MOBILE */
.burger {
  display: none; /* caché sur desktop */
  font-size: 2rem;
  cursor: pointer;
  color: #FFF0D1;
  margin-left: auto;
}

/* Affiché uniquement sur mobile */
@media (max-width: 768px) {
  .burger {
    display: block;
  }
}
@media (max-width: 768px) {
  .nav-links {
    display: none;
    flex-direction: column;
    background: rgba(59, 48, 48, 0.95); /* fond sombre semi-transparent */
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 10px 0;
    margin: 0;
    border-top: 1px solid rgba(255, 240, 209, 0.1);
  }

  .nav-links.show {
    display: flex;
  }

  .nav-links li {
    width: 100%;
    border-bottom: 1px solid rgba(255, 240, 209, 0.05); /* fine séparation */
  }

  .nav-links li a {
    display: block;
    width: 100%;
    padding: 12px 20px;
    font-size: 0.9em;          /* 👈 plus petit, plus fin */
    text-align: left;
    color: #FFF0D1;
    background: none;          /* 👈 pas de fond */
    border: none;              /* 👈 pas de contour */
    border-radius: 0;          /* 👈 pas de coins */
    transition: color 0.3s ease;
  }

  /* Hover ultra discret : juste la couleur du texte */
  .nav-links li a:hover {
    color: #ffffff;            /* 👈 texte qui s’éclaire légèrement */
    background: none;          /* 👈 pas de bloc */
    transform: none;           /* 👈 pas de zoom ni tilt */
  }

  /* Lien actif : juste une couleur différente */
  .nav-links li a.active {
    color: #795757;            /* 👈 texte actif mis en valeur */
    font-weight: 600;
    background: none;
    transform: none;
  }
}
