    
  @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');

    /* --- RESET & BASES --- */
    * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
      font-family: 'Inter', sans-serif;
    }

body {
  width: 100%;
  height: 100%;
       overflow-x: hidden;
  background-color: black;
  color: #ffffff;
}

    /* --- DISPOSITION HERO --- */
   .DZETGE3R54F5_hero {
  width: 100vw;
  height: 100vh;
  display: grid;
  grid-template-columns: 37% 70%;
  background: #000000;
  position: relative;
       overflow-x: hidden;
}
    /* --- CÔTÉ GAUCHE --- */
    .DZETGE3R54F5_left {
      padding: 0 4% 0 7%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      z-index: 5;
    }

.DZETGE3R54F5_title {
    font-size: 3.2rem;
    font-weight: 900;
    line-height: 1.08;
    letter-spacing: -0.03em;
    margin-bottom: 24px;
    background: linear-gradient(180deg, #b98525, #EDD08E);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}

    .DZETGE3R54F5_title .DZETGE3R54F5_blue {
      color: #d1b678eb;
      display: block;
      margin-top: 4px;
    }

    .DZETGE3R54F5_tags {
      font-size: 1.25rem;
      font-weight: 600;
      margin-bottom: 24px;
      display: flex;
      align-items: center;
      gap: 12px;
      flex-wrap: wrap;
    }

    .DZETGE3R54F5_tags .DZETGE3R54F5_dot {
      color: #d1b678eb;
      font-size: 1.1rem;
    }

    .DZETGE3R54F5_desc {
      color: #94a3b8;
      font-size: 1.1rem;
      line-height: 1.6;
      max-width: 580px;
      margin-bottom: 40px;
    }


.fa, .fa-brands, .fa-classic, .fa-regular, .fa-sharp, .fa-solid, .fab, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    color: #d1b678eb;
}

    /* Bouton d'action */
    .DZETGE3R54F5_btn {
      display: inline-flex;
      align-items: center;
      gap: 16px;
   background: linear-gradient(180deg, #d1b678 0%, #9a978e 100%);
      color: #ffffff;
      padding: 18px 42px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: 700;
      font-size: 1.15rem;
      width: fit-content;
      box-shadow: 0 6px 25px #d1b67838;
      transition: transform 0.25s ease, box-shadow 0.25s ease;
    }

    .DZETGE3R54F5_btn:hover {
      transform: translateY(-2px);
      box-shadow: 0 8px 30px #ceb172a3 ;
    }

    /* Grille de caractéristiques */
    .DZETGE3R54F5_grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 20px;
      margin-top: 55px;
      max-width: 620px;
    }

    .DZETGE3R54F5_item {
      text-align: center;
    }

    .DZETGE3R54F5_icon {
      font-size: 2.2rem;
      color: #2563eb;
      margin-bottom: 12px;
    }

    .DZETGE3R54F5_item p {
      font-size: 0.9rem;
      color: #94a3b8;
      line-height: 1.35;
    }

    .DZETGE3R54F5_item strong {
      color: #ffffff;
      font-size: 0.95rem;
    }

    /* --- CÔTÉ DROIT --- */
    .DZETGE3R54F5_right {
      position: relative;
      width: 100%;
      height: 100%;
      overflow: hidden;
    }

    .DZETGE3R54F5_right img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
    }

    .DZETGE3R54F5_right::before {
      content: "";
      position: absolute;
      top: 0;
      left: -20%;
      width: 120%;
      height: 100%;
      background: linear-gradient(90deg, #000000 0%, #000000 18%, rgb(0 0 0 / 85%) 35%, rgb(0 0 0 / 30%) 65%, #00000000 90%), linear-gradient(0deg, #000000 0%, #00000000 25%);
      z-index: 2;
      pointer-events: none;
    }

    /* --- RESPONSIVE TABLETTE & MOBILE --- */
    @media (max-width: 1200px) {
      .DZETGE3R54F5_title {
        font-size: 3.2rem;
      }
      .DZETGE3R54F5_tags {
        font-size: 1.1rem;
      }
    }

    @media (max-width: 992px) {
      .DZETGE3R54F5_hero {
        width: 100%;
        min-height: 100vh;
        display: flex;
        flex-direction: column-reverse;
        justify-content: flex-end;
      }

      .DZETGE3R54F5_left {
        padding: 20px 24px 40px;
      }

      .DZETGE3R54F5_title {
        font-size: 2.2rem;
        line-height: 1.15;
        margin-bottom: 16px;
      }

      .DZETGE3R54F5_tags {
        font-size: 0.95rem;
        color: #e2e8f0;
        margin-bottom: 16px;
        gap: 8px;
      }

      .DZETGE3R54F5_tags .DZETGE3R54F5_dot {
        font-size: 0.9rem;
      }

      .DZETGE3R54F5_desc {
        font-size: 0.95rem;
        line-height: 1.5;
        margin-bottom: 28px;
      }

      .DZETGE3R54F5_btn {
        justify-content: center;
        gap: 12px;
        padding: 16px 24px;
        font-size: 1rem;
        width: 100%;
       box-shadow: 0 6px 25px #d1b67838;
      }

      .DZETGE3R54F5_grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px 16px;
        margin-top: 36px;
        padding-top: 24px;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
      }

      .DZETGE3R54F5_item {
        background: rgba(255, 255, 255, 0.02);
        padding: 16px 8px;
        border-radius: 12px;
        border: 1px solid rgba(255, 255, 255, 0.05);
      }

      .DZETGE3R54F5_icon {
        font-size: 1.6rem;
        margin-bottom: 8px;
      }

      .DZETGE3R54F5_item p {
        font-size: 0.8rem;
      }

      .DZETGE3R54F5_item strong {
        font-size: 0.85rem;
      }

      .DZETGE3R54F5_right {
        height: 250px;
      }

      .DZETGE3R54F5_right::before {
        left: 0;
        width: 100%;
       background: linear-gradient(0deg, #000000 10%, transparent 100%);
      }
    }
    



















































body {
    margin: 0;
    background: #000 !important;
   font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: #fff;
    height: 100vh;
    
}

/* Style par dÃ©faut (transparent) */
.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: transparent; /* Transparent au dÃ©but */
    padding: 0 17px;
    color: white;
    position: fixed;   /* header fixe */
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    transition: background-color 0.5s, box-shadow 0.5s; /* transition douce */
    box-sizing: border-box;
}

/* Style quand on scroll */
.header.scrolled {
    background-color: #bd9a5a1c; /* noir translucide */
    box-shadow: 0 2px 5px #bd9a5a1c ; /* ligne/bordure en bas */
}

/* Logo */
.header .logo {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header .logo img {
    height: 85px;
}

.header .logo span {
    font-size: 22px;
    font-weight: bold;
}

/* Menu */
.header .menu {
    display: flex;
    gap: 20px;
    margin-left: auto;
    align-items: center;
}

.header .menu a {
    color: white;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    margin: 0 10px;
}

.header .menu a:hover {
    color: #bd9a5a;
}

/* Bouton Appeler */
.header .call-button {
   background: linear-gradient(135deg, #bd9a5a, #775f35);
    color: white;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    margin-left: 32px;
    margin-right: 37px;
}

.header .call-button:hover {
    background: #534224;
}

/* Style du bouton menu mobile (icÃ´ne hachÃ©e) */
.menu-button {
    display: none; /* Masquer le bouton par dÃ©faut sur PC */
}

/* Responsive Mobile pour le Header */
@media (max-width: 768px) {
    /* Masquer le bouton Appeler */
    .header .call-button {
        display: none;
    }

    /* Afficher le bouton menu (icÃ´ne) */
    .menu-button {
        display: block;
        background: none;
        border: none;
        cursor: pointer;
        color: #bd9a5a;
        
    }

    .hero h1 {
        font-size: 38px !important;
        margin-bottom: 25px;
    }

    .hero {
        height: 100vh;
    }

    .badge {
        padding: 10px 14px;
        font-size: 12px;
        margin-bottom: 0px;
    }

    .cta {
        padding: 16px 19px;
        font-size: 14px;
    }

    /* Cacher le menu par dÃ©faut */
    .header .menu {
        display: none;
        position: absolute;
        top: 60px; /* juste sous le header */
        right: 15px;
        flex-direction: column;
        background-color: #0a0a0a;
        padding: 10px;
        border-radius: 5px;
        gap: 15px;
        z-index: 1000;
    }

    /* Header : logo Ã  gauche, bouton menu Ã  droite */
    .header {
        justify-content: space-between; /* garde le logo Ã  gauche et le menu-button Ã  droite */
        padding: 0 15px;
    }

    .header .logo {
        flex-shrink: 0; /* pour Ã©viter que le logo se rÃ©trÃ©cisse */
    }

    .header .logo img {
        height: 67px;
    }
}








































        /* TITRE */
        .title {
            color: #d1b678eb;
            font-size: 40px;
            font-weight: bold;
            margin-bottom: 29px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .canapes-section {
            padding: 53px 21px;
        }

        .container {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 60px;
            max-width: 1000px;
            margin: 0 auto;
        }

        /* --- CONTENEUR D'IMAGE & SLIDER --- */
        .image-box {
            width: 420px;
            height: 280px;
            border-radius: 20px;
            border: 3px solid #d1b678eb;
            overflow: hidden;
            position: relative;
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.6);
        }

        .slider {
            position: relative;
            width: 100%;
            height: 100%;
        }

        .slider img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            position: absolute;
            top: 0;
            left: 0;
            /* Position de départ à droite avec léger zoom */
            transform: translateX(100%) scale(1.05);
            opacity: 0;
            transition: transform 0.9s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.9s ease-in-out;
            will-change: transform, opacity;
        }

        /* Image active centrée */
        .slider img.active {
            transform: translateX(0) scale(1);
            opacity: 1;
            z-index: 2;
        }

        /* Image qui sort à gauche */
        .slider img.exit-left {
            transform: translateX(-100%) scale(0.95);
            opacity: 0;
            z-index: 1;
        }

        /* --- INDICATEURS (DOTS) --- */
        .slider-dots {
            position: absolute;
            bottom: 12px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            gap: 8px;
            z-index: 10;
        }

        .dot {
            width: 8px;
            height: 8px;
            background: rgba(255, 255, 255, 0.4);
            border-radius: 50%;
            transition: background 0.3s ease, transform 0.3s ease;
        }

        .dot.active {
            background: #d1b678;
            transform: scale(1.3);
        }

        /* CARD */
        .card {
            background: #1c1c1e;
            padding: 21px;
            border-radius: 20px;
            width: 461px;
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
        }

        /* ITEMS */
        .item {
            display: flex;
            justify-content: space-between;
            padding: 12px 0;
            border-bottom: 1px solid #333;
            color: #fff;
        }

        /* PRIX */
        .price {
            background: #d1b678eb;
            padding: 5px 12px;
            border-radius: 20px;
            font-weight: bold;
        }

        /* BOUTON */
        .button {
            margin-top: 25px;
            width: 100%;
            padding: 15px;
            background: linear-gradient(90deg, #d1b678eb, #a58f5deb);
            border: none;
            border-radius: 15px;
            color: white;
            font-weight: bold;
            cursor: pointer;
            transition: transform 0.2s ease, opacity 0.2s ease;
        }

        .button:hover {
            opacity: 0.9;
            transform: translateY(-2px);
        }

        @media (max-width: 768px) {
            .container,
            .container.reverse {
                flex-direction: column;
                text-align: center;
            }

            .image-box {
                order: 1;
                width: 100%;
                height: 250px;
            }

            .card {
                order: 2;
                width: 100%;
            }
        }



























        body {
            background-color: #000;
            margin: 0;
            padding: 0;
            font-family: Arial, sans-serif;
        }

        /* --- FOOTER MAIN --- */
        .footer {
            background-color: rgba(189, 154, 90, 0.11);
            color: #fff;
            padding: 60px 20px 20px;
            border-top-left-radius: 40px;
            border-top-right-radius: 40px;
            border-top: 1px solid rgba(189, 154, 90, 0.3);
            border-left: 1px solid rgba(189, 154, 90, 0.15);
            border-right: 1px solid rgba(189, 154, 90, 0.15);
        }

        .footer-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: flex-start;
            max-width: 1100px;
            margin: 0 auto;
            gap: 40px;
        }

        .footer-col {
            flex: 1 1 250px;
        }

        /* Logo & Réseaux */
        .footer-logo img {
            width: 180px;
            height: auto;
            display: block;
            margin-bottom: 20px;
        }

        .social-icons {
            display: flex;
            gap: 15px;
            align-items: center;
        }

        .social-icons img {
            width: 36px;
            height: 36px;
            transition: transform 0.3s ease;
        }

        .social-icons a:hover img {
            transform: translateY(-3px) scale(1.05);
        }

        /* Titres & Liens */
        .footer-col h3 {
            margin-top: 0;
            margin-bottom: 20px;
            font-size: 18px;
            color: #bd9a5a;
            letter-spacing: 0.5px;
        }

        .footer-col ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .footer-col ul li {
            margin-bottom: 12px;
        }

        .footer-col a {
            color: #e0e0e0;
            text-decoration: none;
            transition: color 0.3s ease;
        }

        .footer-col a:hover {
            color: #bd9a5a;
        }

        /* Alignment spécifique pour la colonne Coordonnées */
        .contact-list li {
            display: flex;
            align-items: center;
            gap: 10px;
            color: #e0e0e0;
        }

        /* --- BAS DE PAGE --- */
        .footer-bottom {
            max-width: 1100px;
            margin: 40px auto 0;
            padding-top: 20px;
            border-top: 1px solid rgba(255, 255, 255, 0.1);
            text-align: center;
            font-size: 13px;
            color: #a0a0a0;
        }

        /* --- RESPONSIVE MOBILE --- */
        @media (max-width: 768px) {
            .footer {
                padding: 40px 20px 20px;
                border-top-left-radius: 30px;
                border-top-right-radius: 30px;
            }

            .footer-container {
                flex-direction: column;
                align-items: center;
                text-align: center;
                gap: 35px;
            }

            .footer-logo img {
                margin: 0 auto 20px;
            }

            .social-icons {
                justify-content: center;
            }

            .contact-list li {
                justify-content: center;
            }
        }

