
:root{
  --rose:#ff6b6b;
  --violet:#794afa;
  --sombre:#453c5c;
  --backgroundg:#f4f4f7 ;
  --backgroundg:#f9f9f9;
  /* shadow backgrounfd2 : box-shadow: 0 6px 22px rgba(0,0,0,0.08);*/

  --wite-color:#f8f0f0;
  --light-bg-color:#e7eaf3;
  --light-text-color:#e8ecf1;
  --dark-color: #0f0a1b;

  --font-small:13px;
  --font-smaller:11px;
    
  --percent100: 100%;
  --percent50:50%;

  --fw3: 300;
  --fw5:500;
  --fw6:600;
  --fw7:700;
  --fw8:800;

}

*{
  margin: 0;
  padding: 0;
}

body{
  font-family: 'rubik', sans-serif;
  background-color:var(--backgroundg) ;  
  margin: 0;
 
}

a{
  text-decoration: none;
  color: inherit;
}

ul{
  list-style: none;
}

input::placeholder{
  font: inherit;
}
.icon-large{
  font-size: 1.75em;
  padding: 0 0.75em 0 0;
}  

h1,h2,h3,h4{
  font-family: 'poppins';}

body { font-family: sans-serif; padding: 0px; }
h1 { text-align: center; }




/*controle de l aosition de la barre de recheche*/

.search-container {
width: 70%;
position: relative;
left: 10%;
top: -3px;



}

/*controler la barre de recherche*/

input[type="text"] {
width: 100%;
padding: 10px;
font-size: 12px;

border-radius: 10px;
border: 2px solid rgba(104, 92, 92, 0.192);
}
/*fin*/


/*controle de suggestion*/

.suggestions {
position: absolute;
background: white;
border: none;
z-index: 10;
width: 100%;
}
.suggestion {
padding: 10px;
cursor: pointer;
color: rgb(48, 41, 41);
}
.suggestion:hover {
background: #eee;
}
.grid {
display: flex;
flex-wrap: wrap;
gap: 20px;
justify-content: center;
margin-top: 20px;
}
.article {
width: 45%;
border: 1px solid #ccc;
padding: 10px;
text-align: center;
}
.article img {
width: 100%;
height: auto;
}
















/*mobil- chapeau*/

.Le-grand-chapeau{
  position: relative;
  
  }
  
  
  /*la grande divisions*/
  .Le-chapeau-mobile{
      position: relative;
    
      top: 0;
    }
    
    .Chapeau-mobile-partie-1{
      position: fixed;
       background-color: white;
       width: 98%;
       height: 58px;
       z-index: 100;
       display: flex;
       top: 0;
       align-items: center;
       padding-left: 2%;
      box-shadow: 0px 6px 12px rgba(0,0,0,.3);
     
        border-bottom-left-radius: 10px;
       
     }
     
  .Chapeau-mobile-partie-2{
    padding-left: 10px;
    margin-top: 50px;
    padding-right: 10px;
    background-color: #f4f4f7 ;
    padding-top: 15px;
  }
   /*fin*/
   /*le coeur et shopping*/
   .mobile-Le-chapeau-3-droite ul{
     display: flex;
     gap: 8px;
     font-size: 27px;
     position: relative;
     right: 15px;
  
     
     
   }
   .mobile-Le-chapeau-3-droite ul a:active{
     color:rgb(255, 43, 43) ;
   }
   /*fin*/
   
  
  .Chapeau-mobile-partie-1 .ri-menu-3-line{
    color: #0f0a1b;
    font-size: 25px;
  }
  /*fin*/

  /*le coeur et shopping*/
.mobile-Le-chapeau-3-droite ul{
  display: flex;
  gap: 8px;
  font-size: 27px;
}
.mobile-Le-chapeau-3-droite ul a:active{
  color:rgb(255, 43, 43) ;
}
/*fin*/

/*le logo*/
.mobile-logo{
  gap: 0px;
  font-size: 22px;
  display: flex;
  font-weight: 550;
  color: rgb(255, 43, 43);
  letter-spacing: 0px;
  position: relative;
  left: 10px;
  top: 3px;
 


}
.Chapeau-mobile-partie-1 .ri-menu-3-line{
  color: #0f0a1b;
  font-size: 25px;
}
/*fin*/

/*le coeur et shopping*/
.mobile-Le-chapeau-3-droite ul{
display: flex;
gap: 8px;
font-size: 27px;
}
.mobile-Le-chapeau-3-droite ul a:active{
color:rgb(255, 43, 43) ;
}
/*fin*/




.mmelou{
  display: none;
}



.livraison{
font-size: 12px;
}

.ri-heart-line{
font-size:20px ;
color: indianred;
}
.ri-shopping-cart-line{
font-size: 20px;
color: indianred;
margin-right: 10px;
}


.search-container{
width: 80%;
position: relative;
top: 3px;
margin-left: -15px;
}

/* CSS */

/* CSS */


/* Champ de recherche */
.search-container input {
width: 100%;
padding: 10px 40px 10px 15px; /* espace à droite pour la loupe */
border: 1px solid #ccc;
border-radius: 20px;
font-size: 16px;
outline: none;
box-sizing: border-box;
}

/* Loupe en pseudo-élément */
.search-container::before {
content: "";
position: absolute;
right: 15px;
top: 50%;
width: 16px;
height: 16px;
border: 2px solid #555;         /* cercle de la loupe */
border-radius: 50%;
transform: translateY(-50%);
}

/* Manche de la loupe */
.search-container::after {
content: "";
position: absolute;
right: 8px;                      /* un peu plus vers l'intérieur */
top: 55%;
width: 8px;
height: 2px;
background: #555;                /* couleur du manche */
transform: rotate(45deg) translateY(-50%);
transform-origin: left center;
}

/* Optionnel : effet focus */
.search-container input:focus {
border-color: #f90;              /* couleur style Amazon (orange) */
box-shadow: 0 0 5px #f90;
}


















          /*fin*/

   /*le menu mobil*/

.Gand-menu-mobil{
position: fixed;
top: 60px;
left: -100%;
width: 85%;
height: 80%;
background: #ffffff;
border-radius: 12px;
box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
padding: 0;
overflow-y: auto;
transition: left 0.4s ease;
z-index: 100;
scrollbar-width: thin;
scrollbar-color: #9ec89e transparent;
}
     
   

/* on agit sur le titre du menu*/
.menu-top{
display: flex;
justify-content: space-between;
align-items: center;
padding: 18px 20px;
border-bottom: 1px solid #e5e5e5;
background: linear-gradient(to right, #f8f8f8, #ffffff);
    
}

.menu-top .menu-title{
font-size: 22px;
font-weight: 600;
color: #333;
letter-spacing: 0.5px;
}  


/*fin*/
/*on agit su le crois femetue menu*/
.menu-mobil-menu-close-btn{
background: none;
border: none;
font-size: 24px;
color: #888;
cursor: pointer;
transition: color 0.2s ease;
}


.menu-mobil-menu-close-btn:hover {
  color: #111;
}



/* Catégories principales */
.mobil-menu-categori-list .menu-categori {
border-bottom: 1px solid #f1f1f1;
}



/*fin*/  



.mobil-menu-categori-list .menu-title {
  display: block;
  padding: 14px 20px;
  font-size: 17px;
  font-weight: 500;
  color: #444;
  text-decoration: none;
  transition: background 0.25s, color 0.25s;
}
.mobil-menu-categori-list .menu-title:hover {
  background: #f7f7f7;
  color: #111;
}







/*on agit sur la division du titre des categorie*/
.menu-categori .accordion-menu{
  width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
padding: 0 20px;
background: none;
border: none;
cursor: pointer;
}


.accordion-menu p {
margin: 0;
font-size: 17px;
color: #444;
font-weight: 500;
}






/* icône + en vert */
.ad-icon {
color: #28a745;      /* vert */
transition: color 0.2s ease;
font-size: 17px;
}

/* icône - en rouge */
.remove-icon {
color: #dc3545;      /* rouge */
transition: color 0.2s ease;
font-size: 17px;
}


/*on agit sur le sous menu*/
.submenu-title{
display: block;
padding: 8px 0;
font-size: 15px;
color: #666;
text-decoration: none;
transition: color 0.2s ease;


}
.menu-titles{
display: flex;


}
.submenu-categori-list{
display: none;
padding: 4px 0 8px 20px;
background: #fafafa;
}

.submenu-title:hover {
color: #111;
}

.remove-icon{
    display: none;
}


/* Social */
.menu-social-container {
display: flex;
justify-content: center;
padding: 15px 0;
gap: 20px;
}
.menu-social-container .social-link {
font-size: 22px;
transition: transform 0.2s ease;
}
.menu-social-container .social-link:hover {
transform: scale(1.1);
}

/* Mobile responsive */
@media (max-width: 768px) {
.Gand-menu-mobil { width: 90%; }
}




























                 /*fin*/

   /*contenu-principale-mobile debut */

   .Le-grand-contenu-mobile{
      background-color: var(--backgroundg);
 
     }

     .contenu-principale-mobile{
      background-color: var(--backgroundg);
      position: relative;
      bottom: 30px;
      padding-right: 3%;
      padding-left: 3%;
      
      padding-bottom: 15px;
    
    
     }

     /*fin*/




























  
     








































  /*fin*/

/*le menu mobil*/





























  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  






































  
  
  
  
  
  
  
  
      
  /*fin*/
  /*on touche au contactée mobil*/
  .contactez-mobil{
    position: relative;
    border: 3px solid #ff4747;;
   
    border-radius: 10px;
    font-weight: 550;
    color: #424242;
    font-family:'Times New Roman', Times, serif;
    display: flex;
    padding-top: 8px;
    padding-left: 10px;
    padding-bottom: 8px;
    padding-right: 10px;
    top: -5px;
    left: 15px;
    margin-right: 8%;
    font-size: 13px;
    margin-bottom: 5px;
    
    
  
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  /*on touche au sous contenu mobile*/
  
  .sous-contenu-principale-mobile{
    margin-top: 30px;
    display: flex;
    background-color: white;
    border-radius: 7px;
   position: relative;
   top: 8px;
   
   
   
    
  }
  
  .sous-contenu-principale-mobile-div{
    width: 30%;
    height: 35px;
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
   
  
  }
  .sous-contenu-principale-mobile span{
    color: rgba(255, 0, 0, 0.514);
    position: relative;
    bottom: -6px;
  }
  
  .sous-contenu-principale-mobile-div p {
    font-size: 11px;
    text-align: center;
  }
  
  /*fin*/


































  
  /*le super deal mobile*/



  /*on agit sur la grande division6*/                   
  .super-deale-mobil{
    background-color: white;
    margin-left: 3%;
    margin-right: 3%;
    position: relative;
    bottom:25px;
    padding-left:5px;
   
  }
  /*fin*/
   
  /*on agit sur les petite division*/
  .super-deal-chapeau{
    display: flex;
    justify-content: space-between;
    padding-right:20px ;
  }
  /*fin*/
  /*on agi su l'eciture chapeau*/
  
  .super-deal-chapeau p{
    font-size: 11px;
    color: #787878; 
    margin-bottom: 7px; 
  }
  
  .dealflech{
  font-weight: 700;
  }
  
  .dealflech p{
    padding: 0px 10px;
    font-size: 15px;
    width: 40px;
    height: 30px; 
    
  }
  
  .super-deal-chapeau img{
    margin-bottom: 8px;
  }
  /*fin*/

  /*on agit sur les articles superdil carrousel*/

  .super-deale-produit{
    display: grid;
      grid-auto-flow: column;
      grid-auto-columns: 33.33%; /* 3 cartes visibles */
      gap: 16px;
      overflow-x: auto;
      padding: 12px 16px 24px;
      scroll-snap-type: x mandatory;
      -webkit-overflow-scrolling: touch;
      scrollbar-width: none;
      position: relative;
  }

  .div-prod-superdil{
    scroll-snap-align: center;
    background: var(--card);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,.3);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 150px;
  }
  .super-deale-produit::-webkit-scrollbar { display: none; }

  .div-prod-superdil h4{
    color: #787878;
    
  }
  .div-prod-superdil img{
    height: 100px;
    
  }




  .div-prod-superdil h3{
    background-color: rgb(255, 49, 49);
    color: rgb(253, 250, 250);
    width: 40px;
    font-size: 15px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    
  }
  /*fin*/



  .arrows { position: absolute; inset: 0; pointer-events: none; }
  .arrow {
    position: absolute; top: 50%; transform: translateY(-50%);
    pointer-events: auto; border: 1px solid rgba(255,255,255,.2);
    background: rgba(20,28,60,.6); color: var(--text);
    width: 32px; height: 32px; border-radius: 50%;
    display: grid; place-items: center; cursor: pointer;
    font-size: .8rem;
  }
  .arrow.left { left: 6px; }
  .arrow.right { right: 6px; }











  
       /*ensebemble des vente mobile*/
      
       /*on agit sur la grande division*/
       .ensemble-vente-mobil{
        display: flex;
        padding-left: 3%;
        padding-right: 3%;
        justify-content: space-between;
       }
       
  
       /*titre de la gande div*/
  
       .Geneal-poduit-mobil h2{
        color: #0f0a1b;
        margin-left: 20px;
  
       }
  /*fin
  /*on agit sur une grand division (doite/gauche)*/
  .ensemble-vente-mobil-sou{
    width: 49%;
    
  
  }
  /*fin*/
  
  /*on agit sur une pette division poduit*/
  .p-vente-mob{
    background-color: #ffffff;
    margin-bottom: 7px;
    }
    
    .p-vente-mob img{
      width: 100%;
    }
    .p-vente-mob h4{
      text-align: center;
      color: #2e2c2c;
    }
    .p-vente-mob h3{
      text-align: center;
    }
    
    
    
    /*agir sur la barre de recherche*/
    .search-container{
      padding-bottom: 5px;
     
    }



/* loupe sugestion dans la bar de recherche*/

    .suggestion::before {
      content: "";
      display: inline-block;
      width: 30px;
      height: 30px;
      background-image: url('loupe/loupe.PNG');
      background-size: contain;
      background-repeat: no-repeat;
      margin-right: 8px;
      position: relative;
      top: 10px;
    }
    




































































/*le banner sous la barre de recherche*/
/* ---- Structure principale du carrousel ---- */


.carousel-container-absolute {
  position: relative;
  width: 100%;
  height: 90px;
  overflow: hidden;
}

/* Les 3 bannières sont superposées et animées via keyframes */
.carousel-item-absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  animation: fade 30s infinite; /* 3 bannières × 5 s chacune */
}

/* Décalage d'animation pour chaque bannière */
#banner1 { animation-delay: 0s;  }
#banner2 { animation-delay: 10s; }
#banner3 { animation-delay: 20s; }

/* Animation : 1s fade in, 4s visible, 0s fade out (pour total ~5s) */
@keyframes fade {
  0%   { opacity: 0; }
  5%   { opacity: 1; }
  30%  { opacity: 1; } /* visible ~4 s */
  35%  { opacity: 0; }
  100% { opacity: 0; }
}

/* -------- Bannière 1 -------- */
.banner-plombex-small {
  position: relative;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #0d3b66, #1e6091);
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}
.banner-overlay-small {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url('https://i.ibb.co/fYNh4dS/pipe-pattern.png') repeat;
  opacity: 0.03;
  animation: movePatternSmall 20s linear infinite;
}
.banner-content-small {
  position: relative;
  text-align: center;
  color: #ffffff;
  z-index: 2;
}
.banner-content-small h1 {
  margin: 0 0 4px 0;
  font-size: 1.1rem;
  font-weight: 700;
}
.banner-content-small p {
  margin: 0 0 6px 0;
  font-size: 0.85rem;
}
.cta-small {
  display: inline-block;
  padding: 6px 14px;
  background: #ff9f1c;
  color: #0d3b66;
  font-weight: 600;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.3s ease;
  font-size: 0.85rem;
}
.cta-small:hover { background: #ffbf69; }
@keyframes movePatternSmall {
  0% {background-position: 0 0;}
  100% {background-position: 100px 100px;}
}

/* -------- Bannière 2 -------- */
.banner-modern {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-left: 6px solid #ff9f1c;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.banner-content-modern {
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo-icon {
  font-size: 2rem;
  margin-right: 10px;
  color: #0d3b66;
}
.text-content h1 {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 700;
  color: #0d3b66;
}
.text-content p {
  margin: 0;
  font-size: 0.8rem;
  color: #555;
}
.cta-modern {
  background-color: #ff9f1c;
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 8px;
  transition: all 0.3s ease;
  font-size: 0.85rem;
}
.cta-modern:hover { background-color: #ffbf69; }

/* -------- Bannière 3 -------- */
.banner-epuree {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #0d3b66;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  box-shadow: 0 4px 12px rgba(0,0,0,0.25);
  padding: 8px 10px;
  box-sizing: border-box;
}
.banner-overlay-epuree {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url('https://i.ibb.co/fYNh4dS/pipe-pattern.png') repeat;
  opacity: 0.08;
  top: 0;
  left: 0;
  animation: moveOverlay 25s linear infinite;
}
.banner-content-epuree {
  position: relative;
  text-align: center;
  color: #ffffff;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.banner-content-epuree h1 {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 800;
  letter-spacing: 1px;
}
.banner-content-epuree p {
  margin: 2px 0 6px 0;
  font-size: 0.85rem;
  font-weight: 400;
  color: #ffb703;
  letter-spacing: 0.5px;
}
.contacte-mobil {
  font-size: 0.75rem;
  color: #ffffff;
  margin-top: 4px;
  text-align: center;
}
.contacte-mobil span {
  font-weight: 700;
  color: #ffb703;
}
.contacte-mobil .livraison {
  margin-top: 2px;
  font-weight: 500;
  font-size: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contacte-mobil .livraison i {
  margin-right: 4px;
  color: #ffb703;
}
@keyframes moveOverlay {
  0% {background-position: 0 0;}
  100% {background-position: 200px 200px;}
}






















 /* On agit sur le banner*/
 .ambiance-mobil{
  padding-top: 20px;
  background-color: var(--backgroundg);
 }

  /* Header */
  .plomberie-header {
    text-align: center;
    margin-bottom: 40px;
  }

  .plomberie-header h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2.2rem;
    font-weight: 600;
    color: rgb(92, 86, 86);
    letter-spacing: 1px;
    margin-bottom: 12px;
  }

  .plomberie-header p {
    font-size: 1.05rem;
    color: #555;
    font-weight: 300;
  }












  

 .plombete-titre{
  margin-left: 20px;
  margin-bottom: 10px;
  font-size: 15px;
  color: rgba(235, 13, 13, 0.842);
 }
 
 
 .plomberie-banners {
  width: 94%;
 
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.l-item-banner {
 
  display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    padding: 0;
    
   
    transition: all 0.7s cubic-bezier(0.68,-0.25,1,2);
    gap: 0;
    min-height: 50vh;
    position: relative;
  
  

}

.l-item-banner:nth-child(even) {
  flex-direction: row-reverse;
}

.l-item-banner.visible {
  opacity: 1;
  transform: translateX(0);
}

.l-item-banner.hide {
  opacity: 0;
  transform: translateX(120px);
}

.image-banner {
  flex: 1;
  overflow: hidden;
  border-radius: 15px;
  position: relative;
}

.image-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.image-banner img:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

.banner-overlay {
  position: absolute;
  bottom: 25px;
  left: 20px;
  right: 20px;
  background: rgba(255,255,255,0.8);
  padding: 15px;
  border-radius: 12px;
}

.banner-overlay h4 {
  font-size: 1.3rem;
  color: var(--rose);
  margin: 0 0 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 25px;
}

.banner-overlay p {
  font-size: 1rem;
  color: var(--text-dark);
  margin: 0 0 12px;
  line-height: 1.4;
}

.banner-btn {
  display: inline-block;
  background: var(--rose);
  color: #fff;
  padding: 10px 24px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.9rem;
  box-shadow: 0 5px 15px rgba(230,57,70,0.4);
  transition: all 0.4s ease;
  
}

.banner-btn:hover {
  background: var(--btn-hover);
  box-shadow: 0 8px 20px rgba(230,57,70,0.6);
  transform: translateY(-2px);
}

/* Mobile : empilement vertical */
@media (max-width: 768px) {
  .l-item-banner {
      flex-direction: column;
      min-height: 50vh;
  }
  .banner-overlay {
      bottom: 10px;
      left: 10px;
      right: 10px;
      padding: 10px;
  }
  .banner-overlay h4 {
      font-size: 1.1rem;
  }
  .banner-overlay p {
      font-size: 0.9rem;
  }
  .banner-btn {
      padding: 8px 20px;
      font-size: 0.85rem;
      
  }
}















/*tendance*/



/*tendance*/
/* ---- Section principale ---- */
.zone-tendance {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 900px;
  margin: auto;
  position: relative;
  top: -20px;
}

.zone-tendance h2 {
  margin: 0 0 10px 0;
  font-size: 1.4rem;
  color: #333;
}

/* ---- Grille 2 colonnes ---- */
.grille-tendance {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

/* ---- Colonne gauche ---- */
.gauche-feature {
  flex: 1 1 300px;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.gauche-feature img {
  width: 100%;
  height: auto;
  display: block;
}

.info-feature {
  padding: 15px;
}

.info-feature h3 {
  margin: 10px 0 5px;
  font-size: 1.2rem;
}

.info-feature p {
  margin: 0 0 10px;
  color: #666;
  font-size: 0.9rem;
}

.prix-feature {
  font-weight: bold;
  color: #222;
  margin-bottom: 10px;
}

.bouton-feature {
  background: #333;
  color: #fff;
  border: none;
  padding: 10px 15px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 0.9rem;
}

/* ---- Colonne droite ---- */
.droite-liste {
  flex: 1 1 300px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

/* grille interne des petits produits */
.liste-produit-grille {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  overflow: hidden;
}

.carte-produit {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 12px;
  padding: 5px;
  gap: 10px;
  flex: 1 1 calc(50% - 10px);
  box-sizing: border-box;
}

.carte-produit img {
  width: 100px;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
}

.details-produit {
  flex: 1;
}

/* ========================= */
/* ---- Lightbox CSS ---- */
/* ========================= */
.zoomable input {
  display: none;
}

.zoomable {
  position: relative;
  display: inline-block;
}

.zoomable img {
  cursor: zoom-in;
  transition: transform 0.3s ease;
  max-width: 100%;
  border-radius: 8px;
}

/* Overlay noir */
.zoomable .overlay {
  display: none;
}

.zoomable input:checked ~ .overlay {
  display: block;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.1);
  z-index: 999;
}

/* Image agrandie au centre */
.zoomable input:checked + img {
  position: fixed;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  max-width: 90vw;   /* occupe 90% de la largeur écran */
  max-height: 90vh;  /* occupe 90% de la hauteur écran */
  transform: translate(-50%, -50%) scale(1);
  z-index: 1000;
  cursor: zoom-out;
  border-radius: 12px;
  animation: zoomIn 0.3s ease;
}

/* Animation d’ouverture */
@keyframes zoomIn {
  from {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 0;
  }
  to {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}

























.titre-produit {
  margin: 0 0 5px;
  font-size: 0.95rem;
  color: #333;
}

.prix-produit {
  font-weight: bold;
  color: #222;
  font-size: 0.85rem;
}

/* ---- Lien “Découvrir plus” ---- */
.decouvrir-plus {
  margin-top: 10px;
  text-align: center;
}

.decouvrir-plus a {
  color: rgb(110, 106, 106);
  display: flex;
  font-weight: 600;
  font-size: 0.90rem;
  transition: color 0.3s;
  position: relative;
  left: 30px;
}

.decouvrir-plus a:hover {
  color: #555;
}
.flechil{
  font-size: 15px;
  
}










/*les marques*/

/* Fond général */
.stellaris-container {
  background-color: var(--backgroundg);

  padding-left: 15px;
  padding-right: 15px;

  border-radius: 12px;
  
}


  /* Titre principal */
  .stellaris-container h2 {
    font-size: 1.5rem;
    color: #333333;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 600;
  }


  .ventis-discover a p:hover {
    transform: translateY(-2px);
    color: #1a73e8;
  }
  
  .ventis-discover a .arrowic {
    display: inline-block;
    margin-left: 5px;
    transition: transform 0.3s;
  }
  
  .ventis-discover a:hover .arrowic {
    transform: translateX(-3px);
  }
  
  /* Conteneur des produits */
  .novaris-grid {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    
    
  }
  
  /* Chaque colonne */
  .novaris-column {
    width:calc(50%-25px);
    display: flex;
    flex-direction: column;
    gap: 10px;
    background-color:var(--backgroundg);
  }
  
  /* Les carrés produits */
  .novaris-item {
    background-color: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 12px 28px rgba(0,0,0,0.18);
    transition: transform 0.6s cubic-bezier(0.68,-0.55,0.27,1.55), box-shadow 0.6s, opacity 0.6s;
    cursor: pointer;
    opacity: 0;
  }
  
  /* Hover effet */
  .novaris-item:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 18px 40px rgba(0,0,0,0.22);
  }
  
  /* Image zoom */
  .novaris-item img {
    width: 100%;
    display: block;
    transition: transform 0.4s;
    height: 170px;
  }
  
  .novaris-item:hover img {
    transform: scale(1.05);
  }
  
  /* Texte produit */
  .novaris-item h4 {
    text-align: center;
    color: #333;
    margin: 10px 0;
    font-weight: 500;
  }
  
  .novaris-item h3 {
    text-align: center;
    color: #666;
    font-size: 0.9rem;
  }
  
  /* Animation initiale */
  .novaris-item.left { transform: translateX(-15px); }
  .novaris-item.right { transform: translateX(15px); }
  .novaris-item.visible { transform: translateX(0); opacity: 1; }

  .decouvrplus a{
    color: rgb(110, 106, 106);
    display: flex;
    font-weight: 600;
    font-size: 0.90rem;
    transition: color 0.3s;
    position: relative;
    margin-left: 35px;
    margin-top: 10px;
    padding-top: 20px;
    
  }
  
  






































  /* ete hiver*/
  .saison-titre h2 {
    text-align: center;
    margin: 20px 0;
    font-size: 2.2em;
    font-family: "Playfair Display", serif;
    font-weight: 500;
    letter-spacing: 2px;
    color: #1a1a1a;
    text-transform: uppercase;
    position: relative;
}
.saison-titre h2::after {
    content: "";
    display: block;
    width: 60px;
    height: 2px;
    background: linear-gradient(90deg, #c5a65c, #d4af37, #c5a65c);
    margin: 10px auto 0;
    border-radius: 1px;
}

/* ---- Titre saison individuel ---- */
.titre-saison-box {
    text-align: center;
    font-family: "Playfair Display", serif;
    font-size: 1.2em;
    font-weight: 500;
    letter-spacing: 1px;
    color: #1a1a1a;
    margin: 16px 0 8px;
    text-transform: uppercase;
    position: relative;
}
.titre-saison-box::after {
    content: "";
    display: block;
    width: 40px;
    height: 1px;
    background: linear-gradient(90deg, #c5a65c, #d4af37, #c5a65c);
    margin: 6px auto 0;
    border-radius: 1px;
}

/* Conteneur carousel */
.saison-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 0px 0;
    display: flex;
    justify-content: center;
overflow-y: visible;   /* laisse passer le scroll vertical */

}
   
    
  

/* Contenu scrollable */
.contenu-saison {
    display: flex;
    transition: transform 0.45s ease;
    gap: 20px;
    touch-action: pan-x;
    padding-left: 80px;
    touch-action: auto; 
    margin-bottom: 35px;   /* ou pan-y pan-x */
    
}

/* Box style luxe */
.contenu-saison-1 {
    flex: 0 0 280px;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    margin-right: 20px;
}
.contenu-saison-1:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

/* Badge réduction */
.contenu-saison-1 h3 {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #ff4d4f;
    color: #fff;
    padding: 6px 12px;
    border-radius: 12px;
    font-size: 0.9em;
    font-weight: bold;
    z-index: 2;
}

/* Image avec effet zoom */
.contenu-saison-1 img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: transform 0.4s;
}
.contenu-saison-1:hover img {
    transform: scale(1.05);
}

/* Texte contenu */
.box-content {
    padding: 15px 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.box-content h4 {
    margin: 5px 0;
    font-size: 1em;
    font-weight: 600;
    color: #555;
}
.box-content p {
    font-size: 0.85em;
    color: #666;
    margin: 10px 0;
    flex-grow: 1;
    line-height: 1.4;
}

/* Bouton stylé */
.decouvrir-btn {
    display: inline-block;
    padding: 8px 20px;
    text-decoration: none;
    background: linear-gradient(135deg,#ff4d4f,#ff7b72);
    color: #fff;
    font-weight: 600;
    border-radius: 12px;
    text-align: center;
    transition: transform 0.2s, box-shadow 0.2s;
}
.decouvrir-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0,0,0,0.2);
}

/* Points indicateurs */
.saison-dots {
    text-align: center;
    padding-bottom: 30px;
    margin-top: -25px;
   
   
}
.saison-dots span {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin: 0 3px;
    background-color: #ccc;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.3s;
}
.saison-dots .active {
    background-color: #ff4d4f;
    transform: scale(1.2);
}

/* Responsive */
@media (max-width: 500px) {
    .contenu-saison-1 {
        flex: 0 0 85%;
        max-width: 260px;
    }
    
}




















 



 






  /*recomandé pour vous*/
/* --- Général --- */













.noble-separator {
  position: relative;
  width: 80%;
  max-width: 1200px;
  margin: 50px auto;
  height: 1px;
  background: #111; /* noir profond */
}

/* filet doré au centre */
.noble-separator::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 120px;           
  height: 1px;
  background: linear-gradient(
      90deg,
      transparent,
      #c5a65c 25%,
      #d4af37 50%,
      #c5a65c 75%,
      transparent
  );}

  .noble-separator2 {
    position: relative;
    width: 80%;
    max-width: 1200px;
    margin: 50px auto;
    height: 1px;
    background: #111; /* noir profond */
    top: 10px;
    
  }
  
  /* filet doré au centre */
  .noble-separator2::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 120px;           
    height: 1px;
    background: linear-gradient(
        90deg,
        transparent,
        #c5a65c 25%,
        #d4af37 50%,
        #c5a65c 75%,
        transparent
    );}

 


    .noble-separator3 {
      position: relative;
      width: 80%;
      max-width: 1200px;
      margin: 30px auto;
      height: 1px;
      background: #111; /* noir profond */
    }
    
    /* filet doré au centre */
    .noble-separator3::after {
      content: "";
      position: absolute;
      left: 50%;
      top: 0;
      transform: translateX(-50%);
      width: 120px;           
      height: 1px;
      background: linear-gradient(
          90deg,
          transparent,
          #c5a65c 25%,
          #d4af37 50%,
          #c5a65c 75%,
          transparent
      );}









  /*recomandé pour vous*/
/* --- Général --- */





.recom {
  position: relative;
  top: -25px;
  text-align: center;
  font-family: 'Didot', serif;
  font-weight: 400;
  font-size: 36px;
  letter-spacing: 2px;
  color: #111;
  margin-bottom: 35px;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0.616);
  display: inline-block;
  padding: 8px 20px;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  max-width: 100%;
  box-sizing: border-box;
  word-wrap: break-word;
  white-space: normal;
}

.recom::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: linear-gradient(to right, #111, #555);
  margin: 12px auto 0;
  border-radius: 2px;
}




    /*recomandé pour vous*/
/* --- Général --- */







  .grid {
    display: block;          /* ✅ plus de flex */
    background-color: var(--backgroundg);
    position: relative;
    top: -52px;
    
  }
  

  .article {
    width: 55%;
    margin: 0 auto;          /* ✅ centre horizontalement dans un conteneur block */
    background-color: #fff;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    top: -35px;
    margin-bottom: 20px;
  }
  
  
  .article:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0,0,0,0.12);
  }
  




  .article img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    margin-bottom: 1.0px;
  }
  
  .article h3 {
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 500;
  }
  
  .article p {
    font-size: 16px;
    color: #555;
  }

/* Responsive : pleine largeur sous 400 px */

.errreur{
  display: none;
}



.home-button {
  position: fixed;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background: #e6e7e8;
  color: #000;
  width: 86px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  box-shadow: 0 -1px 6px rgba(0,0,0,0.12), 0 2px 8px rgba(0,0,0,0.06);
  }
  .home-button svg {
  width: 28px;
  height: 28px;
  }























  /*cumulus*/

   /* --- Nouvelle classe principale --- */
   .cumulus {
    display: flex;
    width: 100%;
    height: auto;
    gap: 15px;
    background-color: var(--backgroundg);
   
}



/* --- Deuxième colonne (inchangée) --- */
.cumulus-right {
    
    display: flex;
    
    gap: 12px;
    padding-left: 7%;
    padding-right: 7%;
    padding-bottom: 30px;
  }

.cumulus-card {
    width: 90%;
    background: rgb(236, 232, 232);
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    display: flex;
    flex-direction: column;
    
}

.cumulus-card img {
    width: 100%;
    height: 160px;
    object-fit: cover;
}

.cumulus-card-title {
    padding: 5px 8px;
    font-size: 16px;
    font-weight: 600;
    color: #504d4d;
    text-align: left;
    background: none;
}


.cumulus-haut{
background-color: var(--backgroundg);
justify-content: center;
padding-left: 7%;
padding-right: 7%;
padding-top: 10px;
padding-bottom: 20px;
}

.image-haut-cumulus{
width: 100%;
border-radius: 10px;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* box-shadow léger */
}


.cumulus-haut h2{
font-family: 'Playfair Display', serif;
font-size: 25px;
font-weight: 600;
color: rgb(87, 82, 82);
letter-spacing: 1px;
margin-bottom: 12px;

}

/* gaz */




/* --- Nouvelle classe principale --- */
.gaz {
  display: flex;
  width: 100%;
  height: auto;
  gap: 15px;
  background-color: var(--backgroundg);
  padding-bottom: 0px;
}

/* --- Deuxième colonne (inchangée) --- */
.gaz-right {
  display: flex;
  flex-wrap: wrap; /* permet aux cartes de passer à la ligne suivante */
  gap: 20px;
  padding-left: 7%;
  padding-right: 7%;
  justify-content: center;
  position: relative;
  top: -20px;
}

.gaz-card {
  width: calc(45% - 10px); /* deux cartes par ligne avec gap de 12px */
  background: rgb(236, 232, 232);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  display: flex;
  flex-direction: column;
  height: 200px;
}

.gaz-card img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}

.gaz-card-title {
  padding: 5px 8px;
  font-size: 16px;
  font-weight: 600;
  color: #2a2a2a;
  text-align: left;
  background: none;
}

.gaz-haut{
  background-color: var(--backgroundg);
  justify-content: center;
  padding-left: 7%;
  padding-right: 7%;
  padding-bottom: 20px;
}

.image-haut-gaz{
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.gaz-haut h2{
  font-family: 'Playfair Display', serif;
  font-size: 25px;
  font-weight: 600;
  color: rgb(58, 54, 54);
  letter-spacing: 1px;
  margin-bottom: 12px;
}

.image-gaz-container {
  position: relative; /* nécessaire pour positionner le bouton par-dessus */
  width: 100%;
}

.btn-gaz-decouvrir {
  position: relative;
  background: var(--rose);
  color: #fff;
  padding: 10px 24px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.9rem;
  box-shadow: 0 5px 15px rgba(230,57,70,0.4);
  transition: all 0.4s ease;
  bottom: 45px;
  left: 62%;
}

.gaz-ecrit{
 
  font-size: 15px;
  color: #555;
  line-height: 1.5;
  margin-bottom: auto;
  padding: 20px;
  background: #f9f9f9;
  margin-bottom: 15px;
  box-shadow: 0 6px 22px rgba(0,0,0,0.08);
  border-radius: 18px;

}



.gaz-banner-fin{
  width: 100%;
  padding-bottom: 30px;

}
.gaz-banner-fin img{
  width: 100%;
}





















.chasse-gm{
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
}

.chasse-banner {
  margin: 15px 0 18px;
}

.chasse-banner img {
  width: 100%;
  border-radius: 14px;
}

/* ================= TEXTE INCITATIF ================= */
.chasse-intro {
  margin-bottom: 18px;
  padding: 12px 14px;
  border-radius: 14px;
  background: linear-gradient(135deg, #f7f7f7, #ffffff);
  text-align: center;
  font-size: 14px;
  color: #333;
  box-shadow: 0 4px 14px rgba(0,0,0,0.06);
}

.chasse-intro span {
  color: #0077c2;
  font-weight: 600;
}

.chasse-intro strong {
  font-weight: 600;
}

.chasse-intro em {
  display: block;
  margin-top: 4px;
  font-size: 13px;
  font-style: normal;
  color: #666;
}

/* ================= SLIDER ================= */
.chasse-slider-wrapper {
  position: relative;
}

.chasse-slider {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.chasse-slider::-webkit-scrollbar {
  display: none;
}

/* ================= PRODUIT ================= */
.chasse-product {
  
  min-width: 100%;
  scroll-snap-align: start;
  background: #f9f9f9;
  border-radius: 18px;
  padding: 16px;
  box-shadow: 0 6px 22px rgba(0,0,0,0.08);

  /* CENTRAGE FLEX */
  display: flex;
  flex-direction: column;
  justify-content: center; /* centre vertical */
  align-items: center;     /* centre horizontal */
    /* texte centré */
  
}

.chasse-product img {
  width: 70%;
  border-radius: 14px;
  margin-bottom: 14px;
  
}

.chasse-product h3 {
  margin: 0 0 6px;
  font-size: 18px;
}

.chasse-product p {
  font-size: 15px;
  color: #555;
  line-height: 1.5;
  margin-bottom: auto;
  padding-right: 20px;
  padding-left: 20px;
}

/* ================= PRIX ================= */
.chasse-price {
  margin-top: 14px;
  font-size: 20px;
  font-weight: bold;
  color: #1fa34a;
  text-align: right;
}

/* ================= FLECHES ================= */
.chasse-arrow {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  background: rgba(255,255,255,0.95);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  cursor: pointer;
  z-index: 5;
}

.chasse-arrow-left { left: 6px; }
.chasse-arrow-right { right: 6px; }

/* ================= DOTS ================= */
.chasse-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 18px 0 25px;
}

.chasse-dots span {
  width: 7px;
  height: 7px;
  background: #e0e0e0;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.3s ease;
}

.chasse-dots span.active {
  background: #0015d49f;
  transform: scale(1.3);
}


















/* ========== SECTION FILTRE ========== */
.gm-filtre {
  padding-bottom: 25px;
}

/* ================= BANNIERE ================= */
.filtre-banner {
  margin: 15px 0 18px;
}
.filtre-banner img {
  width: 100%;
  border-radius: 14px;
  object-fit: cover;
  overflow: hidden;
}

/* ================= BLOC STYLE LUXE ================= */
.filtre-luxe {
  margin-bottom: 18px;
  padding: 18px 20px;
  border-radius: 14px;
  background: linear-gradient(135deg, #f5f5f5, #ffffff);
  text-align: center;
  font-size: 14px;
  color: #222;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  position: relative;
  overflow: hidden;
}
.filtre-luxe::before {
  content: "";
  position: absolute;
  top: -40%;
  left: -40%;
  width: 180%;
  height: 180%;
  background: radial-gradient(circle, rgba(255,255,255,0.2) 0%, transparent 70%);
  transform: rotate(45deg);
}
.filtre-luxe h2 { margin: 0 0 8px; font-size: 18px; font-weight: 700; letter-spacing: 1px; }
.filtre-luxe p { font-size: 13px; color: #555; line-height: 1.4; margin: 0; }

/* ================= SLIDER ================= */
.filtre-slider-wrapper { position: relative; padding: 0 20px; }
.filtre-slider2 {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  gap: 12px;
  padding-bottom: 10px;
}
.filtre-slider2::-webkit-scrollbar { display: none; }

/* ================= PRODUIT ================= */
.filtre-product2 {
  flex: 0 0 calc(33.333% - 12px);
  scroll-snap-align: start;
  background: #f9f9f9;
  border-radius: 18px;
  padding: 12px;
  box-shadow: 0 6px 22px rgba(0,0,0,0.08);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.filtre-product2 img.filtre-img2 {
  width: 100%;
  border-radius: 14px;
  margin-bottom: 10px;
  cursor: pointer;
}
.filtre-product2 h3 { margin: 0 0 6px; font-size: 16px; }
.filtre-product2 p { font-size: 13px; color: #555; line-height: 1.4; margin-bottom: auto; }

/* ================= PRIX ================= */
.filtre-price2 { margin-top: 10px; font-size: 16px; font-weight: bold; color: #1fa34a; text-align: center; }

/* ================= DOTS ================= */
.filtre-dots2 {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin: 15px 0 25px;
}
.filtre-dots2 span {
  width: 7px;
  height: 7px;
  background: #e0e0e0;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.3s ease;
}
.filtre-dots2 span.active { background: #0015d49f; transform: scale(1.3); }

/* ================= BOUTON ================= */
.filtre-decouvrir2 {
  padding: 8px 18px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(135deg, #0077c2, #005a99);
  border: none;
  border-radius: 8px;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
  transition: all 0.3s ease;
  position: relative;
  top: -20px;
}
.filtre-decouvrir2:hover {
  background: linear-gradient(135deg, #005a99, #003f66);
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0,0,0,0.25);
}

/* ================= LIGHTBOX ================= */
.filtre-lightbox2 {
  position: fixed;
  top:0; left:0; width:100%; height:100%;
  display: flex; justify-content: center; align-items: center;
  opacity: 0; pointer-events: none; transition: opacity 0.3s ease; z-index: 999;
}
.filtre-lightbox2.show { opacity:1; pointer-events:auto; }
.filtre-lightbox-bg2 {
  position:absolute; top:0; left:0; width:100%; height:100%; background: rgba(0,0,0,0.25);
}
#filtre-lightbox-img2 {
  max-width:90%; max-height:90%;
  border-radius:12px;
  box-shadow:0 8px 25px rgba(0,0,0,0.5);
  transform: scale(0.6);
  opacity:0;
  transition: transform 0.35s cubic-bezier(0.4,0,0.2,1), opacity 0.35s ease;
  position: relative; z-index: 1;
}
.filtre-lightbox2.show #filtre-lightbox-img2 { transform: scale(1); opacity:1; }








/*/* ========== SECTION NOURICE ========== */
.gm-nourice { 
  padding-top: 15px;
  padding-bottom: 25px; }

/* ================= BANNIERE ================= */
.nourice-banner { margin: 15px 0 18px; }
.nourice-banner img {
  width: 100%;
  border-radius: 14px;
  object-fit: cover;
}

/* ================= BLOC STYLE LUXE ================= */
.nourice-luxe {
  margin-bottom: 18px;
  padding: 18px 20px;
  border-radius: 14px;
  background: linear-gradient(135deg, #f5f5f5, #ffffff);
  text-align: center;
  font-size: 14px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  position: relative;
}
.nourice-luxe h2 {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 700;
}
.nourice-luxe p {
  font-size: 13px;
  color: #555;
}

/* ================= SLIDER ================= */

.nourice-slider2 {
  display: flex;
  overflow-x: auto;
  gap: 12px;
  scroll-snap-type: x mandatory;

  
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}
.nourice-slider2::-webkit-scrollbar { display: none; }

/* ======
=========== PRODUIT ================= */

.nourice-product2 p { 
  
  font-size: 13px; color: #555; line-height: 1.4; margin-bottom: 20px; }


.nourice-product2 {
  flex: 0 0 calc(33.333% - 12px);
  background: #f9f9f9;
  border-radius: 18px;
  padding: 12px;
  box-shadow: 0 6px 22px rgba(0,0,0,0.08);
  text-align: center;
  
}
.nourice-product2 img {
  width: 100%;
  border-radius: 14px;
  cursor: pointer;
}
.nourice-product2 h3 {
  font-size: 16px;
  margin: 0 0 6px;
  color: #333;
}

/* ================= PRIX ================= */
.nourice-price2 {
  font-size: 16px;
  font-weight: bold;
  color: #1fa34a;
}

/* ================= BOUTON ================= */
.nourice-decouvrir2 {
  padding: 8px 18px;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(135deg, #0077c2, #005a99);
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

/* ================= LIGHTBOX ================= */
.nourice-lightbox2 {
  position: fixed;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  z-index: 999;
}
.nourice-lightbox2.show {
  opacity: 1;
  pointer-events: auto;
}
.nourice-lightbox-bg2 {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.25);
}
#nourice-lightbox-img2 {
  max-width: 90%;
  max-height: 90%;
  border-radius: 12px;
  z-index: 1;
}




.nourice-slide3gm{
  
  padding-left: 15px;
}

.nourice-slide3 
{
  
  margin-top: 5px;
  overflow-x: auto;
  display: flex;
  gap: 12px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 15px;

padding-right: 20px;
padding-left: 20px;
}

.nourice-slide3::-webkit-scrollbar {
  display: none;
}

.nourice-article {
  flex: 0 0 calc(33.333% - 12px);
  background: #f9f9f9;
  padding: 12px;
  border-radius: 18px;
  box-shadow: 0 6px 22px rgba(0,0,0,0.08);
 text-align: center;
  scroll-snap-align: start ;
  display: flex;
  flex-direction: column;
  overflow: hidden;







}

.nourice-article img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;

  
border-radius: 14px;

}

.nourice-article h3 {
  
  text-align: center;
  font-size: 16px;
  color: #333;

  
  margin: 0 0 6px;
}

.nourice-article p {
  margin: 0 0 10px;
  text-align: center;
  font-size: 14px;
  
  
  font-size: 16px;
font-weight: bold;
color: #1fa34a;
}








.pvc-gm{
  
  padding-top: 15px;
  padding-bottom: 25px;
}
.titre-pvc h2{
margin-left: 20px;
  font-size: 1.7rem;
  color: #333;
}
.pvc-banner {
  margin: 15px 0 18px;
}

.pvc-banner img {
  width: 100%;
  border-radius: 14px;
}

/* ================= TEXTE INCITATIF ================= */
.pvc-intro {
  margin-bottom: 18px;
  padding: 12px 14px;
  border-radius: 14px;
  background: linear-gradient(135deg, #f7f7f7, #ffffff);
  text-align: center;
  font-size: 14px;
  color: #333;
  box-shadow: 0 4px 14px rgba(0,0,0,0.06);
}

.pvc-intro span {
  color: #0077c2;
  font-weight: 600;
}

.pvc-intro strong {
  font-weight: 600;
}

.pvc-intro em {
  display: block;
  margin-top: 4px;
  font-size: 13px;
  font-style: normal;
  color: #666;
}

/* ================= SLIDER ================= */
.pvc-slider-wrapper {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}

.pvc-slider {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.pvc-slider::-webkit-scrollbar {
  display: none;
}

/* ================= PRODUIT ================= */
.pvc-product {
  
  min-width: 100%;
  scroll-snap-align: start;
  background: #f9f9f9;
  border-radius: 18px;
  
  box-shadow: 0 6px 22px rgba(0,0,0,0.08);
  padding: 0px 16px  16px 0px;

  /* CENTRAGE FLEX */
  display: flex;
  flex-direction: column;
  justify-content: center; /* centre vertical */
  align-items: center;     /* centre horizontal */
  /* texte centré */
  
}

.pvc-product img {
  width: 90%;
  border-radius: 14px;
  margin-bottom: 14px;
}

.pvc-product h3 {
  margin: 0 0 6px;
  font-size: 18px;
}

.pvc-product p {
  font-size: 15px;
  color: #555;
  line-height: 1.5;
  margin-bottom: auto;
  padding-right: 20px;
  padding-left: 20px;
}

/* ================= PRIX ================= */
.pvc-price {
  margin-top: 14px;
  font-size: 20px;
  font-weight: bold;
  color: #1fa34a;
  text-align: right;
}

/* ================= FLECHES ================= */
.pvc-arrow {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  background: rgba(255,255,255,0.95);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  cursor: pointer;
  z-index: 5;
}

.pvc-arrow-left { left: 6px; }
.pvc-arrow-right { right: 6px; }

/* ================= DOTS ================= */
.pvc-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 18px 0 25px;
}

.pvc-dots span {
  width: 7px;
  height: 7px;
  background: #e0e0e0;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.3s ease;
}

.pvc-dots span.active {
  background: #0015d49f;
  transform: scale(1.3);
}









.image-cute img{
  width: 100%;
}

.nourriice-track {
  display: flex;
  gap: 15px;
  height: 200px;
  padding: 10px;
 position: relative;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  margin-left: 10px;
}

/* cacher la scrollbar */
.nourriice-track::-webkit-scrollbar {
  display: none;
}

.nourriice-track  img{
  height: 100px;
  margin-bottom: 5px;
}
