              * {
        margin: 0;
            padding: 0;
            box-sizing: border-box;
            scrollbar-width: none;
            scrollbar-height: none ;
            text-decoration: none;
            text-shadow: none;
        }
        /* Firefox */
* {
    scrollbar-width: none;
}

/* Chrome, Edge, Safari */
*::-webkit-scrollbar {
    display: none;
}
html,
body,
* {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar,
*::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;
    display: none !important;
}

        main {
    padding-bottom: 70px;
     scrollbar-width: none;
            text-decoration: none;
            scrollbar-height: none ;
            text-shadow: none;
}

           address{
            border-radius: 10px;


         }
      address1{
        padding-top: 50px;
        padding-bottom: 70px;
          scrollbar-width: none;
            text-decoration: none;
            scrollbar-height: none ;
            text-shadow: none;
      }
      #immobilier-elements{
    margin-top:50px;
    margin-bottom:70px;
}
#Auto-Mobile-elements{
   margin-top:50px;

}
#commandes-elements{
   margin-top:50px;
    margin-bottom:70px;

}
#huawei-elements{
   margin-top:50px;
    margin-bottom:70px;

}
#tecno-elements{
   margin-top:50px;
    margin-bottom:70px;

}
#iphone-elements{
   margin-top:50px;
    margin-bottom:70px;

}
#samsung-elements{
   margin-top:50px;
    margin-bottom:70px;

}
#accueil-elements{

   margin-top:40px;
}
#Quincaillerie-elements{
    margin-top:50px;
    margin-bottom:70px;

}
#Electroniques-elements{

  margin-top:50px;
    margin-bottom:70px;
}
#Mode-elements{
 padding: 10px 5px;
    margin-bottom:30px;
}
#Piece-elements{
  padding: 10px 15px;
  margin-top:50px;
}
.cart-link{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:flex-start;
    gap:0;
    text-decoration:none;
}

.cart-text{
    margin:0;
    padding:0;
    line-height:1;
    font-size:11px;
    font-weight:600;
    color:#ff6a00;
    margin-bottom: 4px;
}

.cart-icon{
    display:block;
    width:30px;
    height:auto;
    margin:0;
    padding:0;
}
   .social-links {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 20px;
            flex-wrap: wrap;
            margin: 10px 0;
        }
        .social-btn {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            padding: 4px 4px;
            background-color: transparent;
            border: none;
            border-radius: 10px;
            text-decoration: none;
            color: #333;
            transition: background-color 0.3s, transform 0.3s, box-shadow 0.3s;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            max-width: 0px;
            max-height: 0px;
            font-size: 14px;
            font-weight: 500;
            text-align: center;
            cursor: pointer;
        }
        .social-btn img {
            width: 28px;
            height: auto;
            margin-bottom: 5px;
            border-radius: 5px; 
        }

        .social-btn
        {
          padding-right: 20px;
        }
        .social-btn p2 {
            margin: 0;
            font-size: 30px,16px;
        }

        .social-btn:hover {
            transform: translateY(-5px);
            background-color: rgba(0, 0, 0, 0.05);
            box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
        }
        @media (max-width: 600px) {
            .social-links {
                justify-content: center;
            }

            .social-btn {
                width: 100%;
                justify-content: center;
            }

            .social-btn img {
                margin-bottom: 8px;
            }
        }
 .details {
  border: 1px solid #ccc;
  padding: 20px;
  max-width: 400px;
  margin-top: 20px;
  background-color: #f9f9f9;
  border-radius: 5px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

#product-images {
  margin-bottom: 15px;
}

#image-buttons button {
  margin: 5px;
  padding: 5px 10px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  margin-right: 20px;
}

#image-buttons button:hover {
  background-color: #0056b3;
}
.logo-container {
     background-image:url('images/ssd2.png');
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
position: relative;
}

.item.IA {
    color: #00b8ff;
    border-radius: 3px;
    border-bottom: 1px solid white;
     position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    margin-left: 10px;
    padding: 1px;
}
.logo {
     position: relative;
    overflow: hidden;
    width: 50px; 
    height: auto;
    margin-right: 10px;
}
.item.IA h1 {
     position: relative;
    overflow: hidden;
    font-size: 15px;
    margin: 0;
}

.item.IA p {
     position: relative;
    overflow: hidden;
    font-size: 11px;
    color:  #00b8ff;
    margin: 5px 0 0;
}
.menu-icon {
    font-size: 30px;
    color: #fff;
    display: none;
    cursor: pointer;
}

@media (max-width: 768px) {
    .menu-icon {
        display: block; 
    }

    #nav-list {
        display: none; 
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        margin-top: 10px;
    }

.bottom-bar ul {
  display: flex;
  gap: 2px; 
  padding: 0;
  list-style: none;
}

.bottom-bar li {
  display: flex;
  position: relative;
  align-items: center;
  text-align: center;
}

.bottom-bara {
  text-decoration: none;
  color: inherit;
}

.bottom-bar  img {
  width: 45px; 
  height: auto;
  border-radius: 8px;
}
.bottom-bar img:hover
{
   transform: scale(1.2);
  filter: drop-shadow(0 0 6px #00d1ff);
}
.bottom-bar p {
    font-size: 10px;
  margin: 2px 0 0;
  font-weight: bold;
}
}
#nav-list.active {
    display: flex;
}

h7{
  margin-bottom: 10px;
}

h2 
  {
      background-color: transparent;
               color: black;
               
            display: block;
            justify-content:center;
             border-radius: 7px;
             font-size: 1.4rem;
              text-shadow: 0px 0px white;
 
 } 
 h10
 {
    text-decoration: underline;
     font-size: 16px;
  font-weight: 600;
  color: #00b8ff;
  margin-bottom: 0px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: 0 0 8px rgba(0, 184, 255, 0.2);
  margin-left: 10px;
  transition: transform 0.3s ease, filter 0.3s ease;
  margin-top: 1px;
  margin-bottom: 4px;
 }
h10:hover
  {
     transform: scale(1.1);
  filter: drop-shadow(0 0 8px #00d1ff);
  }
 h12
 {
    background-color: transparent;
               color: white;
               
            display: block;
            justify-content:center;
             border-radius: 7px;
             font-size: 1.2rem;
             margin-top: 7px;
             margin-top: 10px;
 }
h32
{
    font-size: 11px;
}
 

        .section{
                       display: none;
    overflow-x: auto;
text-align: center; 
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
    margin-top: 42px;
    margin-bottom: 50px;
        }

        .section.active {
            display: block;
        }
/* ==========================================================
                KEISTORE SEARCH PRO v2
           TRANCHE 1 : SEARCH BAR PREMIUM
========================================================== */
/* container */
.search-wrapper {
  position: relative;
  display: flex;
  align-items: center;
    text-decoration: none;
}


/* ==========================================
        BOUTON RECHERCHE
========================================== */

.search-icon{


    right:6px;

  width: 35px;
  height: 35px;
padding: 3px;
    border:none;

    border-radius:18px;

    cursor:pointer;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:20px;
  background: #0f172a;
    color:#ffffff;


    box-shadow:
    0 12px 30px rgba(255,106,0,.35);

    transition:
    transform .25s,
    box-shadow .25s,
    background .3s;

}


.search-icon:hover{

    transform:translateY(-2px);

    box-shadow:
    0 18px 35px rgba(255,106,0,.45);

}


.search-icon:active{

    transform:scale(.95);

}


/* ==========================================
            INPUT
========================================== */

#searchInput{

    width:0px;
    max-width: 85%;
height: 35px;
    opacity:0;

    padding:0;
    margin-left: 5px;
    border:none;

    outline:none;

    border-radius:22px;

    background:#ffffff;

    color:#0f172a;

    font-size:15px;

    font-weight:500;

    letter-spacing:.2px;

    transition:

    width .45s ease,

    opacity .35s ease,

    padding .35s ease,

    box-shadow .35s,

    background .35s;

}


/* ==========================================
            INPUT OUVERT
========================================== */

.search-wrapper.active #searchInput{

    width:100%;

    opacity:1;

    padding:

    0 70px 0 24px;

    border:2px solid transparent;

    background:

    linear-gradient(#fff,#fff) padding-box,

    linear-gradient(
        135deg,
        #ff6a00,
        #ff9b1f
    ) border-box;

    box-shadow:

    0 15px 40px rgba(15,23,42,.12),

    0 5px 12px rgba(255,106,0,.15);

}


/* ==========================================
            PLACEHOLDER
========================================== */

#searchInput::placeholder{

    color:#94a3b8;

    font-size:15px;

    font-weight:500;

}


/* ==========================================
            FOCUS
========================================== */

#searchInput:focus{

    box-shadow:

    0 0 0 5px rgba(255,106,0,.12),

    0 20px 45px rgba(0,0,0,.14);

}


/* ==========================================
            ANIMATION
========================================== */

.search-wrapper.active{

    animation:

    searchPop .35s ease;

}


@keyframes searchPop{

    0%{

        transform:scale(.96);

        opacity:.8;

    }

    100%{

        transform:scale(1);

        opacity:1;

    }

}


/* ==========================================
        PETITE ICÔNE DANS INPUT
========================================== */

.search-wrapper::before{

    content:"";

    position:absolute;

    left:20px;

    top:50%;

    transform:translateY(-50%);

    width:18px;

    height:18px;

    opacity:0;

    transition:.35s;

    pointer-events:none;

}


.search-wrapper.active::before{

    opacity:.25;

}


/* ==========================================
            RESPONSIVE
========================================== */

@media(max-width:768px){

    .search-wrapper{

        max-width:100%;

    }

    .search-wrapper.active #searchInput{

        width:100%;

    }

    .search-icon{

  width: 35px;
  height: 35px;

        border-radius:16px;

    }

    #searchInput{


        font-size:14px;

    }

}


/* ==========================================
            MODE SOMBRE PRÊT
========================================== */

@media(prefers-color-scheme:dark){

    #searchInput{

        background:#ffffff;

        color:#111827;

    }

}
/* ==========================================================
                KEISTORE SEARCH PRO v2
          TRANCHE 2 : RESULTATS PREMIUM
========================================================== */

#results{

    position:absolute;

    top:72px;

    left:0;

    width:100%;

    max-height:500px;

    overflow-y:auto;

    overflow-x:hidden;

    background:#ffffff;

    border-radius:24px;

    border:1px solid #e2e8f0;

    box-shadow:

        0 30px 60px rgba(15,23,42,.12),

        0 8px 20px rgba(15,23,42,.08);

    backdrop-filter:blur(18px);

    z-index:99999;

    display:none;

    animation:searchFade .28s ease;

}


/* Afficher seulement lorsqu'il y a des résultats */

#results:not(:empty){

    display:block;

}



/* ==========================================
            SCROLLBAR PREMIUM
========================================== */

#results::-webkit-scrollbar{

    width:10px;

}

#results::-webkit-scrollbar-track{

    background:#f8fafc;

    border-radius:30px;

}

#results::-webkit-scrollbar-thumb{

    background:linear-gradient(

        180deg,

        #ff6a00,

        #ff9500

    );

    border-radius:30px;

}

#results::-webkit-scrollbar-thumb:hover{

    background:#ff6a00;

}



/* ==========================================
            RESULTAT
========================================== */

.result-item{

    display:flex;

    align-items:center;

    gap:16px;

    padding:16px;

    cursor:pointer;

    background:#ffffff;

    border-bottom:1px solid #f1f5f9;

    transition:

        background .25s,

        transform .25s,

        box-shadow .25s;

}



.result-item:last-child{

    border-bottom:none;

}



/* ==========================================
            HOVER
========================================== */

.result-item:hover{

    background:#fff8f3;

    transform:translateX(8px);

    box-shadow:

        inset 4px 0 0 #ff6a00;

}



/* ==========================================
            IMAGE
========================================== */

.result-item img{

    width:72px;

    height:72px;

    flex-shrink:0;

    object-fit:cover;

    border-radius:18px;

    background:#ffffff;

    border:2px solid #edf2f7;

    transition:.35s;

}



.result-item:hover img{

    transform:scale(1.08);

    border-color:#ff6a00;

}



/* ==========================================
            CONTENU
========================================== */

.result-item>div{

    flex:1;

    display:flex;

    flex-direction:column;

    gap:6px;

}



/* ==========================================
            TITRE
========================================== */

.result-item strong{

    color:#0f172a;

    font-size:16px;

    font-weight:700;

    line-height:1.35;

    display:-webkit-box;

    -webkit-line-clamp:2;

    -webkit-box-orient:vertical;

    overflow:hidden;

}



/* ==========================================
            PRIX
========================================== */

.result-item .price,

.result-item span{

    color:#ff6a00;

    font-size:18px;

    font-weight:800;

}



/* ==========================================
            DESCRIPTION
========================================== */

.result-item p{

    color:#64748b;

    font-size:13px;

    margin:0;

}



/* ==========================================
            BADGE
========================================== */

.result-badge{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:5px 10px;

    border-radius:30px;

    background:#fff3e8;

    color:#ff6a00;

    font-size:12px;

    font-weight:700;

}



/* ==========================================
            FLECHE
========================================== */

.result-item::after{

    content:"➜";

    margin-left:auto;

    color:#cbd5e1;

    font-size:22px;

    transition:.25s;

}



.result-item:hover::after{

    color:#ff6a00;

    transform:translateX(6px);

}



/* ==========================================
            AUCUN RESULTAT
========================================== */

.result-item.empty{

    justify-content:center;

    text-align:center;

    padding:30px;

    color:#64748b;

    cursor:default;

}



.result-item.empty:hover{

    background:#ffffff;

    transform:none;

    box-shadow:none;

}



/* ==========================================
            ANIMATION
========================================== */

@keyframes searchFade{

    from{

        opacity:0;

        transform:translateY(-12px) scale(.98);

    }

    to{

        opacity:1;

        transform:translateY(0) scale(1);

    }

}



/* ==========================================
            MOBILE
========================================== */

@media(max-width:768px){

    #results{

        top:66px;

        border-radius:18px;

        max-height:380px;

    }

    .result-item{

        padding:14px;

        gap:12px;

    }

    .result-item img{

        width:60px;

        height:60px;

    }

    .result-item strong{

        font-size:15px;

    }

}
:root{
  --accent:#ff6a00; /* couleur style Alibaba */
  --accent-dark:#cc5200;
  --muted:#6b7280;
  --bg:#fafafa;
  --max-width:1200px;
  --radius:12px;
  font-family: Inter, Roboto, system-ui, -apple-system, 'Segoe UI', 'Helvetica Neue', Arial;
}

.wrap{
  max-width:var(--max-width);
  margin:2px auto;
}

/* Bannière / hero */
.hero{
  background-color: white;
  border-radius:var(--radius);
  box-shadow:0 8px 30px rgba(15,23,42,0.08);
  display:grid;
  grid-template-columns:1fr 460px;
  gap:24px;
  overflow:hidden;
  align-items:center;
  padding:5px;
  border: black solid 1px;
}

/* zone gauche texte */
.hero-left{
  padding:12px 18px;
}
.kicker{
  display:inline-block;
  background:rgba(255,106,0,0.12);
  color:var(--accent);
  padding:6px 10px;
  border-radius:999px;
  font-weight:600;
  font-size:13px;
}
h50{
  margin:12px 0 10px;
  font-size:34px;
  line-height:1.05;
}
p.lead{
  color:var(--muted);
  margin:0 0 18px;
  font-size:15px;
}

/* barre de recherche et boutons */
.search-row{
  display:flex;
  gap:10px;
}
.search{
  flex:1;
  display:flex;
  align-items:center;
  background:white;
  border-radius:10px;
  padding:8px 12px;
  border:1px solid rgba(15,23,42,0.06);
}
.search input{
  border:0;
  outline:0;
  font-size:14px;
  width:100%;
}
.btn{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:12px 16px;
  border-radius:10px;
  background:var(--accent);
  color:white;
  font-weight:700;
  border:0;
  cursor:pointer;
}
.btn.secondary2{
  background:transparent;
  color:var(--accent);
  border:1px solid rgba(15,23,42,0.06);
  font-weight:600;
}

/* features / petits avantages */
.features{
  display:flex;
  gap:12px;
  margin-top:16px;
  flex-wrap:wrap;
}
.feature{
  display:flex;
  gap:8px;
  align-items:center;
  padding:8px 12px;
  background:rgba(15,23,42,0.03);
  border-radius:9px;
  font-size:13px;
}

/* droite - aperçu produits / image */
.hero-right{
  position:relative;
  height:260px;
  border-radius:10px;
  overflow:hidden;
  background:#111;
}

/* slider */
.slides{
  height:100%;
  display:flex;
  transition:transform .6s cubic-bezier(.2,.9,.2,1);
}

.slide2{
  min-width:100%;
  display:grid;
  grid-template-columns:1fr;
  align-items:end;
  padding:18px;
  background-size:cover;
  background-position:center;
}

/* carte produit */
.card2{
  background:linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02));
  background-color: #0b1220;
  backdrop-filter:blur(4px);
  border-radius:10px;
  padding:12px;
  color:white;
  display:flex;
  justify-content:space-between;
  align-items:center;
}
.card2 .price2{
  font-weight:800;
  font-size:18px;
}
.card2 .name{
  font-size:13px;
  color:rgba(255,255,255,0.95);
}

/* dots / controls */
.controls{
  position:absolute;
  left:18px;
  bottom:18px;
  display:flex;
  gap:8px;
}
.dot{
  width:10px;
  height:10px;
  border-radius:50%;
  background:rgba(255,255,255,0.35);
  cursor:pointer;
  transition:background 0.3s;
}
.dot.active{
  background:var(--accent);
}

/* responsive */
@media (max-width:980px){
  .hero{
    grid-template-columns:1fr;
    gap:16px;
  }
  .hero-right{
    height:200px;
  }
  h1{
    font-size:26px;
  }
}

@media (max-width:520px){
  .wrap{
    padding:12px;
    margin:12px;
  }
  .hero-right{
    height:180px;
  }
  .search-row{
    flex-direction:column;
  }
  .btn{
    width:100%;
  }
}

#message {
    padding: 10px;
    margin-top: 20px;
    border: 1px solid #ccc;
    display: none;
    color: red;
}

#message.success {
    color: green;
}

body {
   
background-image:url('images/ssd2.jpeg');
padding: 10px;
margin: 10px;
 scrollbar-width: none;
            text-decoration: none;
            scrollbar-height: none ;
            text-shadow: none;
}

/* Grand cercle bleu */
body::before {
  content: "";
  position: fixed;

  width: 700px;
  height: 700px;

  top: -250px;
  left: -250px;

  border-radius: 50%;

  background: radial-gradient(
    circle,
    rgba(52,152,219,0.35),
    rgba(52,152,219,0.12),
    transparent 75%
  ); 
background-image:url('images/ssd2.jpeg');
  z-index: -1;
}

/* Grand cercle vert */
body::after {
  content: "";
  position: fixed;

  width: 600px;
  height: 600px;

  bottom: -200px;
  right: -200px;

  border-radius: 50%;

  background: radial-gradient(
    circle,
    rgba(46,204,113,0.30),
    rgba(46,204,113,0.10),
    transparent 75%
  );
  z-index: -1;
}
:root{
    --primary:#0f172a;
    --secondary:#1e293b;
    --accent:#ff6a00;
    --success:#25D366;
    --white:#ffffff;
    --text:#e5e7eb;
    --muted:#94a3b8;
    --shadow:0 12px 35px rgba(0,0,0,.25);
    --radius:20px;
}
.slider{
    position:relative;
    height:500px;
    overflow:hidden;
}

.slide{
    position:absolute;
    width:100%;
    height:100%;
    object-fit:cover;
    opacity:0;
    transition:.4s;
}

.slide.active{
    opacity:1;
}

.overlay{
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    color:white;
    padding:20px;
    background:linear-gradient(
        transparent,
        rgba(0,0,0,.85)
    );
}

.nav{
    position:absolute;

    left:50%;
    transform:translateX(-50%);

    width:52px;
    height:52px;

    border:none;
    border-radius:50%;

    background:rgba(255,255,255,.20);

    backdrop-filter:blur(12px);

    color:#fff;

    font-size:22px;
    font-weight:bold;

    cursor:pointer;

    z-index:20;

    transition:.3s;
}

.nav:hover{

    background:#fff;

    color:#111;

    transform:translateX(-50%) scale(1.08);
}

.up{
    top:15px;
}

.down{
    bottom:180px; /* juste au-dessus des détails */
}
.dropdown-menu {

    width: 20%;
}

.dropdown {
        position: relative;
    display: block;
    width: 100%;
}

.dropdown-btn {
   
background-color: transparent;
    color: blue;
    padding: 12px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    border-radius: 15px;
    border-bottom: 3px solid black;
    width: 200px;
    transition: background-color 0.3s;
     margin-top: 40px;
    margin-left: 10%;
    
}



.dropdown-content {
    display: none;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    padding: 10px;
    margin-top: 10px;
}

.dropdown-item {
  display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    background-color: transparent;
    color: blue;
    padding: 8px;
    margin: 5px 0;
    cursor: pointer;
    transition: background-color 0.3s;
    border-radius: 8px;
}

.dropdown-item:hover {
    background-color: black;
}

.dropdown-item a:hover
{
    background-color: black;
   
}

.content-container {
   background-color: transparent;
    color: transparent;
     overflow-x: auto;
    white-space: nowrap;
     scroll-behavior: smooth;
  width: 100%;
  overflow: hidden; 
   gap: 100px; 
   justify-content: space-between;
  position: relative sold 5px bleu;
}

.content {
    display: none;
}

.show {
    display: block;
}

.image-item {
    gap: 30px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex-shrink: 0; 
}

.image-item img {
    margin-top: 5px;
    gap: 50px;
    height: 200px;
    width: 220px;
    width: auto;
    border-radius: 8px;
}
 
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        font-family: 'Arial', sans-serif;
    }

 
    header {
        border-bottom-raduis: 10px;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 46px;
        font-size: 9px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 10px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        z-index: 1000;
         text-shadow: 2px 1px #ab1fc3;
         margin-bottom: 20px; 
         border-top: 2px solid var(--accent);

    }
     header
     {
  
      background: linear-gradient(
    135deg,
    #00143d 0%,
    #001a4d 35%,
    #001033 70%,
    #000a24 100%
);
                  border-top: 2px solid var(--accent);
     }
    header h1
    {
        color: black;
         text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: 0 0 8px rgba(0, 184, 255, 0.2);
           text-shadow: 1px 1px white;
     
    }
    .header-top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }


    .logo {
        height: 50px;
        display: block;
    }
    
body {
  bottom: 50px;
  margin: 0;
  font-family: Inter, Poppins, Segoe UI, sans-serif;
  background: white;
}
.sidebar {
  position: fixed;
  top: 0;
  left: -190px;
  width: 190px;
  height: 100%;
   background: linear-gradient(
    135deg,
    #00143d 0%,
    #001a4d 35%,
    #001033 70%,
    #000a24 100%
);
  color: #f5f6fa;
  transition: left 0.45s cubic-bezier(0.77, 0, 0.175, 1), box-shadow 0.3s ease;
  padding-top: 40px;
  box-shadow: 8px 0 30px rgba(0, 0, 0, 0.6);
  z-index: 300;
  overflow-y: auto;
  border-right: 1px solid rgba(255, 255, 255, 0.06);
  font-family: "Inter", "Poppins", "Segoe UI", sans-serif;
  scrollbar-color: #00b8ff rgba(255, 255, 255, 0.1);
   border-left: 1px solid white;
    scrollbar-width: none;
    scrollbar-height: none ;
}

.sidebar.active {
  left: 0;
}

.menu-btn,
.close-btn {
  background: transparent;
  border: 100px;
  color: #ff6a00;
  font-size: 30px;
  cursor: pointer;
  transition: color 0.3s ease, transform 0.25s ease;
}

.sidebar nav {
  border-radius: 10px;
  margin-top: 10px;
  border-bottom: 1px solid white;
}

.sidebar ul {
  list-style: none;
  padding: 0 5px;
  display: flex;
  flex-direction: column;
  gap: 8px;
      margin-bottom: 10px;
}

.sidebar li {
  position: relative;
  display: flex;
  align-items: center;
  padding: 5px 14px;
  border-radius: 12px;
  transition: all 0.3s ease;
}

.sidebar li:hover {
  background: rgba(0, 209, 255, 0.12);
  transform: translateX(6px);
  box-shadow: 0 0 12px rgba(0, 209, 255, 0.15);
}

.sidebar li  {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #dfe6e9;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: all 0.3s ease;
  position: relative;
}

.sidebar li :hover {
  color: #00d1ff;
}

.sidebar  li::before {
  content: "";
  position: absolute;
  left: -8px;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 0%;
  background: linear-gradient(180deg, #00d1ff, #007bff);
  border-radius: 5px;
  transition: height 0.3s ease;
}

.sidebar  li:hover::before {
  height: 50%;
}

.sidebar-nav img {
  width: 23px;
  height: 23px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  transition: transform 0.3s ease, filter 0.3s ease;
}

.sidebar li:hover img {
  transform: scale(1.2);
  filter: drop-shadow(0 0 8px #00d1ff);
}

.sidebar-nav p {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  color: #b8beca;
  letter-spacing: 0.4px;
  text-transform: capitalize;
  transition: color 0.3s ease;
   text-shadow: 0px 0px white;
    text-transform: uppercase;
  letter-spacing: 0px;
  text-shadow: 0 0 8px rgba(0, 184, 255, 0.2);
}

.sidebar a:hover p {
  color: #00d1ff;
}



   .main-content{
    max-width:800px;
    width:100%;
    padding:10px;
    box-sizing:border-box;

    overflow:hidden; /* empêche sortie du cadre */

    border-radius:12px;
}

/* TITRE */
.main-content h3{
    color:#fff;
    font-size:18px;
    margin-bottom:10px;

    /* IMPORTANT FIX */
    overflow-wrap:anywhere;
    word-break:break-word;

    text-shadow:1px 1px black;
}

/* PARAGRAPHE */
.main-content p{
    color:#fff;
    font-size:14px;
    line-height:1.6;

    /* IMPORTANT FIX ANTI DÉBORDEMENT */
    overflow-wrap:anywhere;
    word-break:break-word;

    text-shadow:1px 1px black;
}
    @media (max-width: 768px) {
        .menu-btn {
            font-size: 40px;
        }
    }
.bottom-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 49px;

background: linear-gradient(
    135deg,
    #00143d 0%,
    #001a4d 35%,
    #001033 70%,
    #000a24 100%
);
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px 0;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    z-index: 100;
    margin-bottom: 9px;
    border-radius: 60px;

    border: 2px solid var(--accent);
}

.bar-item {
    color: #2c3e50;
    text-align: center;
    text-decoration: none;
    font-size: 13px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    transition: transform 0.3s ease, color 0.3s ease;
    cursor: pointer;
}

.bar-item:hover {
    transform: translateY(-4px);
    color: #3498db;
}

.bar-item i {
    font-size: 22px;
    color: #3498db;
    transition: transform 0.3s ease, color 0.3s ease;
}

.bar-item:hover i {
    transform: scale(1.2);
    color: #2980b9;
}

.bottom-bar a {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1px;
}
.bottom-bar li{
   text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1px;
}

.bottom-bar img {
    width: 23px;
    height: 23px;
    border-radius: 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.bottom-bar a:hover img {
    transform: scale(1.15);
    box-shadow: 0 4px 12px rgba(52, 152, 219, 0.3);
}

.bottom-bar p {
    margin ;
    font-size: 8px;
    font-weight: 600;
    color: white;
    letter-spacing: 0.4px;
    text-align: center;
    transition: color 0.3s ease;
     text-transform: uppercase;
  letter-spacing: 0px;
  text-shadow: 0 0 8px rgba(0, 184, 255, 0.2);
}

.bar-item:hover p{
    color: #3498db;
    text-decoration: none;
}


.bar-item:hover {
    transform: scale(1.1);
}
 :root{
  --bg:#f4f6fb;
  --card:#ffffff;
  --text:#0f172a;
  --muted:#64748b;
  --primary:#00b8ff;
  --primary2:#007bff;
  --shadow:0 10px 25px rgba(0,0,0,0.08);
}

/* SECTION PRINCIPALE */
#commandes{
  max-width:1200px;
  margin:auto;
  padding:40px 20px;
  background:var(--bg);
}

/* TITRE */
#commandes h2{
  text-align:center;
  font-size:30px;
  font-weight:900;
  color:var(--text);
  margin-bottom:30px;
  letter-spacing:0.5px;
}

/* GRID */
#admin-orders{
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(280px, 1fr));
  gap:22px;
}

/* CARD */
.commandes-item{
  background:var(--card);
  border-radius:18px;
  padding:18px;
  box-shadow:var(--shadow);
  border:1px solid rgba(15,23,42,0.05);
  position:relative;
  overflow:hidden;
  transition:all 0.35s ease;
}

/* effet hover premium */
.commandes-item:hover{
  transform:translateY(-8px);
  box-shadow:0 18px 45px rgba(0,0,0,0.12);
}

/* petite lumière décorative */
.commandes-item::before{
  content:"";
  position:absolute;
  top:-50px;
  right:-50px;
  width:120px;
  height:120px;
  background:radial-gradient(circle, rgba(0,184,255,0.15), transparent 70%);
  border-radius:50%;
}

/* TITRE */
.commandes-item .title{
  font-size:17px;
  font-weight:800;
  color:var(--text);
  margin-bottom:10px;
}

/* INFOS */
.commandes-item .info{
  font-size:14px;
  color:var(--muted);
  margin:6px 0;
  line-height:1.5;
}

/* PRIX */
.commandes-item .price{
  margin-top:12px;
  font-size:16px;
  font-weight:900;
  color:var(--primary);
}

/* STATUS BADGE */
.status{
  display:inline-flex;
  align-items:center;
  gap:5px;
  padding:6px 12px;
  border-radius:999px;
  font-size:12px;
  font-weight:700;
  margin-top:12px;
  letter-spacing:0.3px;
}

/* EN ATTENTE */
.status.pending{
  background:rgba(245, 158, 11, 0.15);
  color:#b45309;
}

/* TERMINÉ */
.status.done{
  background:rgba(34, 197, 94, 0.15);
  color:#166534;
}

/* BOUTON */
.commandes-item button{
  margin-top:14px;
  width:100%;
  padding:11px;
  border:none;
  border-radius:12px;
  font-weight:800;
  font-size:13px;
  cursor:pointer;
  background:linear-gradient(135deg,var(--primary),var(--primary2));
  color:white;
  transition:0.3s ease;
}

/* hover bouton */
.commandes-item button:hover{
  transform:translateY(-2px);
  box-shadow:0 12px 25px rgba(0,184,255,0.25);
}

/* RESPONSIVE */
@media (max-width:768px){
  #commandes{
    padding:20px 10px;
  }

  #commandes h2{
    font-size:24px;
  }

  .commandes-item{
    padding:15px;
  }
}
.text-container{
    width:100%;
    margin:10px auto;
    border-radius:18px;
   padding: 3Px 3px;
    color:#f5f5f5;

    font-size:11px;
    line-height:1.8;

    /* IMPORTANT */
    overflow:hidden;
    word-wrap:break-word;
    overflow-wrap:break-word;
    word-break:break-word;

    box-sizing:border-box;
}
.text-container:hover{
    transform:translateY(-3px);

    border-color:rgba(255,255,255,.18);

    box-shadow:
        0 10px 25px rgba(0,0,0,.18),
        0 20px 45px rgba(0,0,0,.12);
}

/* LIEN VOIR PLUS */

.plus{
    color:#ff6a00;
    font-weight:700;
    cursor:pointer;

    margin-left:6px;

    transition:
        color .25s ease,
        opacity .25s ease;
}

.plus:hover{
    color:#ff8f33;
}

/* TEXTE DÉPLOYÉ */

.hidden-text{
    display:none;

    margin-top:12px;
    padding-top:12px;

    border-top:1px solid rgba(255,255,255,.08);

    color:rgba(255,255,255,.82);

    font-size:11px;
    line-height:1.8;

    animation:fadeIn .35s ease;
}

/* ANIMATION */

@keyframes fadeIn{

    from{
        opacity:0;
        transform:translateY(-8px);
    }

    to{
        opacity:1;
        transform:translateY(0);
    }
}
strong {
text-decoration: none;
     font-size: 11px;
  font-weight: 700;
  color: #ff6a00;
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: 0 0 8px rgba(0, 184, 255, 0.2);
}

.auto-banner-btn {
    white-space: normal;
}

.auto-banner-btn strong15 {
    white-space: nowrap;
}
strong15 {
    display: inline-block;
    white-space: nowrap;

    font-size: 12px;
    font-weight: 700;
    color: #ff6a00;
    text-transform: uppercase;
    letter-spacing: 1px;
}
strong1
{
    color: white;
    text-shadow: 0px 0px black;
}
strong2 {

     font-size: 9px;
  font-weight: 700;
  color: black;
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: 0 0 8px rgba(0, 184, 255, 0.2);
}
strong10{
    color: black;
    font-size: 12px;
}



        .sidebar button {
            background: none;
            border: none;
            color: black;            
            font-size: 16px;
            cursor: pointer;
            padding: 10px;
            width: 100%;
            text-align: left;
            display: flex;
            align-items: center;
            gap: 10px;
             text-decoration: underline;
        }

        .sidebar button:hover {
            background-color: silver;
        }
        .content {
            flex: 1;
            padding: 20px;
        }

  .settings {
    color: white;
            display: none;
            margin-top: 10px;
            padding: 20px;
            background-color: transparent;
            border-radius: 5px;
        }
  .select button {
            padding: 00px;
            font-size: 10px;
            border-radius: 5px;
            border: 1px solid #ccc;
            margin-top: 00px;
            width: 60px;
            height: 20px;
            text-shadow: 0px 0px white;

        }
        .content2 {
            margin-top: 20px;
        }


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", "Inter", "Segoe UI", Roboto, sans-serif;
  scrollbar-width: none;
}

body {
  background-color: white;
  color: #1e1e1e;
  overflow-x: hidden;
  line-height: 1.2;

}


h2 {
  color: #fff;
  font-size: 0.9rem;
  margin: 5px 0 10px;
}
h3 {
  color: #00b8ff;
  font-size: 1rem;
  font-weight: 600;
}

.search-container {
  display: flex;
  justify-content: center;
  margin: 15px 0;
}

#searchBar {
  background-color: white;
  width: 250px;
  height: 30px;
  padding: 0 15px;
  font-size: 14px;
  color: white;
  border: 2px solid black;
  border-radius: 25px;
  outline: none;
  transition: 0.3s ease;
}
#searchBar:focus {
  box-shadow: 0 0 10px rgba(0, 184, 255, 0.5);
}


.menu a {
  position: relative;
  display: inline-block;
  color: #1e1e1e;
  font-family: 'Poppins', 'Segoe UI', Tahoma, sans-serif;
  font-weight: 600;
  font-size: 0.5rem;
  text-decoration: none;
  margin: 0 1px;
  padding: 5px 5px;
  border-radius: 15px;
  letter-spacing: 0.3px;
  transition: all 0.3s ease;
  overflow: hidden;
  z-index: 1;
   text-transform: uppercase;
  letter-spacing: 0px;
  text-shadow: 0 0 8px rgba(0, 184, 255, 0.2);
}

.footer {
 
   background:#0f172a;
  color: #ffffff;
  padding: 40px 20px 10px;
  font-family: Arial, sans-serif;
  padding-bottom: 30px;
  margin: 10px;
  border-radius: 5px;

}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 100%;
  margin: auto;
  margin-bottom: 70px;
  border-radius: 10px;

}

.footer-section {
  flex: 1;
  min-width: 250px;
  margin: 15px;
}

.footer-section h3.logo {
  color: #ff6a00;
  width: 200px;
  margin-bottom: 10px;
}

.footer-section h3 {
  margin-bottom: 15px;
  color: #ff6a00;
}

.footer-section p {
  font-size: 14px;
  line-height: 1.6;
}

.footer-section ul {
  list-style: none;
  padding: 0;
}

.footer-section ul li {
  margin: 8px 0;
}

.footer-section ul li a {
  color: #ffffff;
  text-decoration: none;
  transition: 0.3s;
}

.footer-section ul li a:hover {
  color: #00b4d8;
  padding-left: 5px;
}

.footer-bottom {
  text-align: center;
  border-top: 4px solid #1b263b;
  margin-top: 20px;
  padding-top: 10px;
  font-size: 14px;
  color: #ccc;
}
@media (max-width: 768px) {
  .logo-container {
    flex-direction: column;
    text-align: center;
  }
  .card-container {
    grid-template-columns: 1fr;
    padding: 10px;
  }
  #searchBar {
    width: 80%;
  }
   header h1
    {
      font-size: 15px;
    } 
    .cart img 
        {  
        justify-content: space-between;
            vertical-align: middle;
            width: 90px;
            height: auto;
            margin-left: 6 px;
        } 
  .menu-btn,
.close-btn {
  background: transparent;
  border: 100px;
  color: #ff6a00;
  font-size: 25px;
  cursor: pointer;
  transition: color 0.3s ease, transform 0.25s ease;
}
.menu a {
  position: relative;
  display: inline-block;
  color: #1e1e1e;
  font-family: 'Poppins', 'Segoe UI', Tahoma, sans-serif;
  font-weight: 600;
  font-size: 0.5rem;
  text-decoration: none;
  margin: 0 1px;
  padding: 2px 2px;
  border-radius: 15px;
  letter-spacing: 0.3px;
  transition: all 0.3s ease;
  overflow: hidden;
  z-index: 1;
   text-transform: uppercase;
  letter-spacing: 0px;
  text-shadow: 0 0 8px rgba(0, 184, 255, 0.2);
}
/* Chrome, Edge, Safari */
::-webkit-scrollbar{
    display:none;
}

/* Firefox */
html{
    scrollbar-width:none;
}

/* IE */
body{
    -ms-overflow-style:none;
}
html,
body{
    margin:0;
    padding:0;

    overflow-y:scroll;

    scrollbar-width:none;
    -ms-overflow-style:none;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar{
    display:none;
}

.popup-overlay{
    position:fixed !important;
    top:0;
    left:0;
    width:100vw;
    height:100vh;

    background:rgba(0,0,0,0.55);

    display:flex !important;
    justify-content:center;
    align-items:center;

    z-index:999999999;

    padding:20px;
    box-sizing:border-box;
}

.popup-box{
    width:320px;
    max-width:100%;

    background:#fff;

    padding:25px;

    border-radius:20px;

    box-shadow:0 15px 40px rgba(0,0,0,0.25);

    animation:popupFade .25s ease;

    position:relative;
}

.popup-box h3{
    margin:0 0 18px;
    text-align:center;
    color:#111;
    font-size:12px;
}

.popup-box input{
    width:100%;
    padding:14px;

    border:1px solid #ddd;

    border-radius:12px;

    outline:none;

    font-size:12px;

    box-sizing:border-box;
}

.popup-box input:focus{
    border-color:#111;
}

.popup-actions{
    display:flex;
    gap:10px;
    margin-top:20px;
}

.popup-actions button{
    flex:1;
    border:none;
    padding:13px;

    border-radius:12px;

    cursor:pointer;

    font-weight:bold;

    font-size:15px;
}

#cancelBtn{
    background:#eee;
}

#okBtn{
    background:#111;
    color:white;
}

@keyframes popupFade{

    from{
        opacity:0;
        transform:scale(.9);
    }

    to{
        opacity:1;
        transform:scale(1);
    }
}
/* ======================
   NOTIFICATION MODERNE
====================== */

.custom-alert{
    position:fixed;
    top:20px;
    right:20px;
    background:#111;
    color:#fff;
    padding:16px 22px;
    border-radius:12px;
    font-size:15px;
    font-weight:500;
    box-shadow:0 6px 18px rgba(0,0,0,0.2);
    z-index:9999;
    opacity:0;
    transform:translateY(-20px);
    transition:0.4s;
    min-width:250px;
}

.custom-alert.show{
    opacity:1;
    transform:translateY(0);
}

.custom-alert.success{
    background:#16a34a;
}

.custom-alert.error{
    background:#dc2626;
}

.custom-alert.warning{
    background:#f59e0b;
}
/* ==========================================================
        KEISTORE FUTURE PREMIUM BANNER
========================================================== */

.auto-banner-btn {

    width:calc(100% - 20px);

    position:relative;

    overflow:hidden;


    display:block;


    padding:18px 85px 18px 28px;


    border-radius:8px;


    text-decoration:none;


    color:#fff;


    font-size:13px;


    line-height:1.5;



    background:

    linear-gradient(
        135deg,
        rgba(15,23,42,.95),
        rgba(30,41,59,.95)
    );



    backdrop-filter:blur(15px);



    box-shadow:

    0 25px 70px rgba(0,0,0,.55),

    inset 0 0 30px rgba(255,255,255,.05);



    transition:.5s cubic-bezier(.2,.8,.2,1);


}



/* contenu */

.auto-banner-btn > *{

    position:relative;

    z-index:5;

}



/* ==========================================================
        ORBE LUMINEUSE 3D
========================================================== */


.auto-banner-btn::before{


content:"";


position:absolute;


width:350px;


height:350px;


right:-120px;


top:-150px;



background:


radial-gradient(

circle,

rgba(255,106,0,.8),

rgba(255,170,0,.35),

transparent 65%

);



filter:blur(55px);



animation:

premiumOrb 8s infinite ease-in-out;



}





/* ==========================================================
        REFLET QUI PASSE
========================================================== */


.auto-banner-btn::after{


content:"";


position:absolute;


top:0;


left:-150%;


width:70%;


height:100%;



background:


linear-gradient(

120deg,

transparent,

rgba(255,255,255,.25),

transparent

);



transform:skewX(-30deg);



animation:

premiumLight 6s infinite;



}



/* ==========================================================
        HOVER 3D
========================================================== */


.auto-banner-btn:hover{


transform:

translateY(-8px)

scale(1.015);



box-shadow:


0 40px 100px rgba(255,106,0,.25),

0 30px 70px rgba(0,0,0,.6);



}

.auto-banner-btn strong15{

    position:absolute;

    right:75px;

    top:90%;

    transform:translateY(-50%);


    color:#ff9a1f;


    font-size:13px;


    font-weight:900;


    z-index:5;

}

/* ==========================================================
        IMAGE PREMIUM
========================================================== */


.auto-banner-btn img{


position:absolute;


right:18px;


top:50%;



transform:

translateY(-50%);



width:55px;


height:55px;



border-radius:50%;



object-fit:cover;



padding:5px;



background:

rgba(255,255,255,.12);



border:

1px solid rgba(255,255,255,.35);



box-shadow:


0 0 25px rgba(255,106,0,.5);



animation:

floatIcon 3s infinite ease-in-out;



transition:.4s;



}




.auto-banner-btn:hover img{


transform:

translateY(-50%)

rotate(15deg)

scale(1.2);



}




/* ==========================================================
        ANIMATION ORBE
========================================================== */


@keyframes premiumOrb{


0%,100%{

transform:

translate(0,0)

scale(1);

}


50%{

transform:

translate(-40px,40px)

scale(1.3);

}

}





@keyframes premiumLight{


0%{

left:-150%;

}


35%{

left:150%;

}


100%{

left:150%;

}

}




@keyframes floatIcon{


0%,100%{

margin-top:0;

}


50%{

margin-top:-8px;

}

}



/* ==========================================================
        MOBILE
========================================================== */


@media(max-width:768px){


.auto-banner-btn{


width:100%;


padding:15px 75px 15px 18px;


font-size:11px;



}


.auto-banner-btn img{


width:45px;

height:45px;


}


}
#admin-orders{
    margin-top:20px;
}
.main-content{
    width:100%;
    padding: 10px;
    max-width:300px;   /* IMPORTANT : limite la largeur */
    color:#fff;

    border-radius:18px;
    box-shadow:0 18px 45px rgba(0,0,0,0.25);

    font-family:"Poppins","Inter",sans-serif;
    line-height:1.7;

    /* IMPORTANT FIX GRAND ÉCRAN */
    box-sizing:border-box;
    overflow:hidden; /* empêche sortie du cadre */
}

/* TITRE */
.main-content h3{
    font-size:12px;
    font-weight:800;
    margin-bottom:15px;
}

/* PARAGRAPHES */
.main-content p{
    font-size:11px;
    color:#d1d5db;
    margin:12px 0;

    /* empêche débordement texte */
    overflow-wrap:anywhere;
    word-break:break-word;
}

/* EMAIL */
.main-content a{
    color:#38bdf8;
    font-weight:700;
    text-decoration:none;

    display:inline-block;
    max-width:100%;
    overflow-wrap:anywhere;
    word-break:break-word;
}

/* HOVER propre */
.main-content:hover{
    transform:translateY(-3px);
    transition:0.3s ease;
}

/* RESPONSIVE MOBILE */
@media(max-width:600px){
    .main-content{
        padding:10px;
    }

    .main-content h3{
        font-size:18px;
    }

    .main-content p{
        font-size:14px;
    }
}
.image-modal{
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.9);
    justify-content:center;
    align-items:center;
    z-index:99999;
}

.modal-image{
    max-width:95%;
    max-height:95%;
    border-radius:10px;
}

.close-image{
    position:absolute;
    top:20px;
    right:30px;
    color:white;
    font-size:45px;
    cursor:pointer;
}

.zoomable-image{
    cursor:pointer;
}

.banner-carousel{
    position: relative;
    width: 100%;
    max-width: 1200px;
    height: 400px;
    margin: auto;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,.15);
    padding: 15px;
}

.banner-wrapper{
    position: relative;
    width: 100%;
    height: 100%;
    margin-top: 10px;
}

.banner-item{
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity .8s ease, transform 1s ease;
    transform: scale(1.05);
}

.banner-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.banner-item.active-banner{
    opacity: 1;
    transform: scale(1);
}

/* Boutons */
.banner-prev,
.banner-next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    background: rgba(255,255,255,.85);
    color: #333;
    font-size: 22px;
    cursor: pointer;
    z-index: 10;
    transition: .3s;
}

.banner-prev{
    left: 15px;
}

.banner-next{
    right: 15px;
}

.banner-prev:hover,
.banner-next:hover{
    background: #ff6a00;
    color: white;
}

/* Points indicateurs */
.banner-dots{
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
    z-index: 10;
}

.banner-dot{
    display: inline-block;
    width: 12px;
    height: 12px;
    background: rgba(255,255,255,.7);
    border-radius: 20px;
    margin: 0 4px;
    cursor: pointer;
    transition: .3s;
}

.active-banner-dot{
    width: 35px;
    background: #ff6a00;
}

/* Responsive */
@media(max-width:768px){

    .banner-carousel{
        height: 320px;
        border-radius: 5px;
    }

    .banner-prev,
    .banner-next{
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

}
.back-btn {
    position: relative;
    top: 15px;
    left: 15px;
    display: inline-block;
    padding: 5px 9px;
    margin-bottom: 10px;
    background: #111827;
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    transition: 0.2s ease;
    z-index: 1000;
}

.back-btn:hover {
    background: #1f2937;
    transform: scale(1.03);
}
.subcategory-block{
  margin-top: 10px;
  border-radius: 10px;
}
/* ================= ALERT SYSTEM ================= */

.custom-alert {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    min-width: 280px;
    max-width: 90%;
    padding: 14px 18px;
    border-radius: 12px;
    font-family: Arial, sans-serif;
    font-size: 15px;
    color: #fff;
    z-index: 99999;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    animation: slideDown 0.3s ease, fadeOut 0.3s ease 2.7s forwards;
}

/* Types */
.custom-alert.success {
    background: linear-gradient(135deg, #00c853, #64dd17);
}

.custom-alert.error {
    background: linear-gradient(135deg, #d50000, #ff1744);
}

.custom-alert.warning {
    background: linear-gradient(135deg, #ff9100, #ff3d00);
}

.custom-alert.info {
    background: linear-gradient(135deg, #2962ff, #00b0ff);
}

/* Animation entrée */
@keyframes slideDown {
    from {
        opacity: 0;
        transform: translate(-50%, -20px);
    }
    to {
        opacity: 1;
        transform: translate(-50%, 0);
    }
}

/* Animation sortie */
@keyframes fadeOut {
    to {
        opacity: 0;
        transform: translate(-50%, -20px);
    }
}
.btn-text2{
    text-align:left;
    line-height:1.3;
}

.btn-text2 strong{
    font-size:14px;
    display:block;
}

.btn-text2{
    font-size:17px;
    opacity:0.8;
}

.btn-action{
    font-weight:700;
    color:#2563eb;
}
.cart-menu{
    position: relative;
    list-style: none;
    cursor: pointer;

    display: flex;
    flex-direction: column;
    align-items: center;
}



.cart-count{
    position: absolute;
    top: -4px;
    left: 50%;
    transform: translateX(8px);

    min-width: 18px;
    height: 18px;

    padding: 0 0px;

    background: #ff6a00;
    color: #fff;

    border-radius: 50%;
    font-size: 11px;
    font-weight: bold;

    display: flex;
    align-items: center;
    justify-content: center;

    z-index: 100;
}