/*-----------------------------------------------------1 ere section bare de menu----------------------------------------------------------------*/

.hero {
    height: 100vh;
    display: flex
;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    background: radial-gradient(circle at center,#32063d 0%, #000000 42%, #000 100%);
}

.hero-content h1 {
    font-size: 4rem;
    font-weight: 700;
    color: #cb28ae;
    margin-bottom: 0.5rem;
}

.hero-content h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 2rem;
    margin: 14px;
    color: #b700ff;
}

.hero-content .btn {
    display: inline-block;        /* pour gérer padding/marge si tu veux */
    padding: 0.8rem 1.8rem;
    background: linear-gradient(135deg, rgb(255 1 189), rgb(109 15 168));
    border-radius: 30px;
    color: white;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    margin: 14px;
    cursor: default;             /* montre que ce n’est pas cliquable */
    pointer-events: none;        /* désactive tout clic */
}
  .hero-content .btn:hover {
    background-color: #145da0;
  }



/*-----------------------------------------------------2 ere section bare de menu----------------------------------------------------------------*/

/* Réinitialisation des marges et du padding */
body {
    margin: 0;
    font-family: Arial, sans-serif;
    background-color: #000;
     margin: 0;
    overflow-x: hidden;
  
   
  
    height: 100vh;
    flex-direction: column;
}

        
      
  
* {
    box-sizing: border-box;
}


/* Réinitialisation des marges et du padding */
body {
    margin: 0;
    font-family: Arial, sans-serif;
        background: black;
}

/* Style par défaut (transparent) */
.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: transparent; /* Transparent au début */
    padding: 0px 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 */
}

/* Style quand on scroll */
.header.scrolled {
    background-color: #000000c7; /* noir translucide */
    box-shadow: 0 2px 5px rgb(0, 0, 0); /* 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;
}

.header .menu a:hover {
    color: #1e90ff;
}

/* Bouton Appeler */
.header .call-button {
      background: linear-gradient(135deg, rgb(45, 168, 255), rgb(15, 95, 168));
    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-color: #4682b4;
}




.menu a {
    margin: 0 10px;
    text-decoration: none;
    color: black;
    font-weight: bold;
}

.call-button {
    background-color: #4CAF50;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
}

/* Style du bouton menu (icône) */
.menu-button {
    display: none; /* Masquer le bouton par défaut */
}

@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: white;
        
    }

.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;
    }
}

/*-----------------------------------------------------3 ere section bare de menu----------------------------------------------------------------*/



/* TITRE */
.title {
    color: #1e90ff;
    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; /* ⭐ CENTRAGE PARFAIT */
}



/* IMAGE */
.image-box img {
    width: 420px;
    border-radius: 20px;
    border: 3px solid #2c2c2c;
}

/* 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: #0a84ff;
    padding: 5px 12px;
    border-radius: 20px;
    font-weight: bold;
}

/* BOUTON */
.button {
    margin-top: 25px;
    width: 100%;
    padding: 15px;
    background: linear-gradient(90deg, #0a84ff, #1e90ff);
    border: none;
    border-radius: 15px;
    color: white;
    font-weight: bold;
    cursor: pointer;
}

.button:hover {
    opacity: 0.85;
}
@media (max-width: 768px) {

    .container,
    .container.reverse {
        flex-direction: column; /* empile verticalement */
        text-align: center;
    }

    /* Image toujours en premier */
    .image-box {
        order: 1;
    }

    /* Card toujours en dessous */
    .card {
        order: 2;
        width: 100%;
    }

    .image-box img {
        width: 100%;
    }
}




/*-----------------------------------------------------4 ere section bare de menu----------------------------------------------------------------*/






.footer {
  background-color: #111;
  color: #fff;
  padding: 50px 20px;
  font-family: Arial, sans-serif;
          border-top-left-radius: 50px;
        border-top-right-radius: 50px;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
  gap: 40px;
}

.footer-col {
  flex: 1 1 200px;
}

.footer-logo img {
  width: 180px;
  margin-bottom: 20px;
}

/* Social */
.social-icons {
  display: flex;
  gap: 15px;
}

.social-icons img {
  width: 40px;
  transition: transform 0.3s;
}

.social-icons a:hover img {
  transform: scale(1.1);
}

/* Links */
.footer-col h3 {
  margin-bottom: 15px;
  font-size: 18px;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  line-height: 2;
}

.footer-col a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-col a:hover {
  color: #00bcd4;
}

/* Bottom */
.footer-bottom {
  text-align: center;
  margin-top: 40px;
  font-size: 14px;
}

/* 📱 MOBILE */
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-col {
    width: 100%;
  }

  .social-icons {
    justify-content: center;
  }

  .footer-logo img {
    margin: 0 auto 20px;
  }
}