
.cookie-banner, .cookie-settings {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: #222;
    color: white;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    text-align: center;
    display: none;
    width: 90%;
    max-width: 500px;
	opacity:90%;
}

.cookie-settings {
    top: 50%;
    bottom: auto;
    display: none;
}

.btn-cookies {
    background: #e19c2f;
    color: white;
    border: none;
    padding: 10px 15px;
    margin: 5px;
    border-radius: 5px;
    cursor: pointer;
}

.btn-cookies:hover {
    background: #c0862a;
}

.manage-cookies {
    position: fixed;
    bottom: 10px;
    right: 10px;
    background: #e19c2f;
}

  /* Style pour les questions en gras et bord actif doré */
        .accordion-button {
            font-weight: bold;
			 }
        .accordion-button:not(.collapsed) {
            background-color: white; /* Or doré */
            color: #000; /* Texte noir lorsque l'élément est actif */
			
			border-color: #d4af37;
        }
      
		/* Modifier la bordure lors de l'état focus (quand on clique sur le bouton) */
.accordion-button:focus {
    box-shadow: 0 0 0 0.25rem rgba(213, 164, 69, 0.5); /* Ombre dorée pour l'effet focus */
}

/* Style du texte doré avec effet 3D */
.golden-text {
    font-family: 'Poppins', sans-serif;
    font-size: 3rem; /* Ajustez selon vos besoins */
    font-weight: bold;
    color: #b78628; /* Couleur dorée principale */
    text-shadow: 
        1px 1px 2px #000,   /* Ombre noire pour profondeur */
        2px 2px 4px #d4af37, /* Reflet doré */
        3px 3px 6px #000;   /* Ombre supplémentaire pour un effet 3D */
    margin: 0 auto;
    line-height: 1.2;
}
.overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 2rem;
    font-weight: bold;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
    background-color: rgba(0, 0, 0, 0.5); /* Légère opacité pour le contraste */
    padding: 5px 10px;
    border-radius: 5px;
    text-align: center;
    z-index: 2;
}
/* Parent pour s'assurer que l'image et le texte se chevauchent */
.card.position-relative img {
    display: block;
    width: 100%;
    height: auto;
}
/* Espacement entre "Ouvert 7j/7" et les icônes */
 .top-bar.open-hours {
    margin-right: 1rem; /* Espace de 1rem entre le texte et les icônes */
}

/* Aligner les icônes à droite */
 .top-bar .social-icons {
    justify-content: flex-end; /* Aligner les icônes au bord droit */
	padding: 0 40px; /* Espacement sur les côtés */
}

/* Optionnel : ajuster l'espacement des icônes entre elles */
 .top-bar .social-icons a {
    margin-left: 0.5rem; /* Espacer légèrement les icônes */
}


		/* Appareils de taille smarphone (smartphone, 768px et plus) */
@media (max-width: 768px) { 
 .btn-golds {
    color: #e19c2f;
    border: 3px solid #714500;
    border-radius: 30px;
    background: linear-gradient(to top, #ffffff, #f8f8f8); /* Léger dégradé */
    font-weight: bold;
    transition: all 0.3s ease-in-out;
    height: 40px;
    font-size: 1rem;   
    margin-top: 358px;   
    /* Effet 3D avec ombre */
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
}

/* Effet au survol */
.btn-golds:hover {
    background: linear-gradient(to top, #f8f8f8, #ffffff); /* Inverse le dégradé */
    box-shadow: 6px 6px 15px rgba(0, 0, 0, 0.3); /* Augmente l'ombre */
    transform: translateY(-2px); /* Légère élévation */
}
 /* Logo */
 .logo img{
           width: 60px; /* Réduit la taille du logo */
                height: auto;
				position: fixed;
            top: 90px; /* Positionne le logo au milieu de la barre de menu */
            left: 50%;
            transform: translateX(-50%);
            z-index: 1100;
			border-radius: 50%; /* Si votre logo est rond */
			 padding: 5px; /* Optionnel : espace autour du logo */

        }		  
        
		 .top-bar .container {
            display: flex;        
            justify-content: space-between;
            align-items: center;
            flex-wrap: nowrap;			 
			padding-left: 1%;
			
        }
.navbar .container
		{
            padding-top: 60px;
        }		
		/* Bannière principale */

}
.suivez img{	
max-width: 95%; /* Réduit la largeur de l'image pour mobiles */
        margin: 0 auto; /* Centre l'image horizontalement */
        float: none; /* Désactive le flottement */
		  object-fit: cover; /* Ajuste l'image sans déformation */
}

  .section-custom img {
        max-width: 95%; /* Réduit la largeur de l'image pour mobiles */
        margin: 0 auto; /* Centre l'image horizontalement */
        float: none; /* Désactive le flottement */
		  object-fit: cover; /* Ajuste l'image sans déformation */
		 
    }
	.section-custom h2 {
       font-size: 1.8rem;
    }
    
    .section-custom {
        text-align: center; /* Centre le texte pour un meilleur affichage mobile */
    }
.about-us img {
        max-width: 95%; /* Réduit la largeur de l'image pour mobiles */
        margin: 0 auto; /* Centre l'image horizontalement */
        float: none; /* Désactive le flottement */
		  object-fit: cover; /* Ajuste l'image sans déformation */
		 
    }
		
 } 
      @media (max-width: 768px) {
		  .top-bar .container {
      flex-wrap: nowrap; /* Empêche les colonnes de se déplacer sur plusieurs lignes */
    }
    .top-bar .d-flex > * {
        margin-right: 10px;
    }
    .top-bar {
        padding: 5px;
    }
	  }
	  
		/* Appareils de taille moyenne (tablettes, 768px et plus) */
@media (min-width: 768px) { 
 .btn-golds {
    color: #e19c2f;
    border: 3px solid #714500;
    border-radius: 30px;
    background: linear-gradient(to top, #ffffff, #f8f8f8); /* Léger dégradé */
    font-weight: bold;
    transition: all 0.3s ease-in-out;
    height: 60px;
    font-size: 30px;   
    margin-top: 350px;
    margin-left: -120px;    
    /* Effet 3D avec ombre */
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
}

/* Effet au survol */
.btn-golds:hover {
    background: linear-gradient(to top, #f8f8f8, #ffffff); /* Inverse le dégradé */
    box-shadow: 6px 6px 15px rgba(0, 0, 0, 0.3); /* Augmente l'ombre */
    transform: translateY(-2px); /* Légère élévation */
}
 /* Logo */
 .logo img{
           width: 60px; /* Réduit la taille du logo */
                height: auto;
				position: fixed;
            top: 35px; /* Positionne le logo au milieu de la barre de menu */
            left: 50%;
            transform: translateX(-50%);
            z-index: 1100;
			border-radius: 50%; /* Si votre logo est rond */
 padding: 5px; /* Optionnel : espace autour du logo */
        }
		 .top-bar .container {
            display: flex;           
			
            justify-content: space-between;
            align-items: center;
            flex-wrap: nowrap;
			padding-left: 1%;
			
        }
		
 }
/* Appareils assez larges (ordinateurs, 992px et plus)*/

@media (min-width: 992px) { 
 .btn-golds {
    color: #e19c2f;
    border: 3px solid #714500;
    border-radius: 30px;
    background: linear-gradient(to top, #ffffff, #f8f8f8); /* Léger dégradé */
    font-weight: bold;
    transition: all 0.3s ease-in-out;
    height: 60px;
    font-size: 30px;   
    margin-top: 350px;
    margin-left: -500px;    
    /* Effet 3D avec ombre */
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
}

/* Effet au survol */
.btn-golds:hover {
    background: linear-gradient(to top, #f8f8f8, #ffffff); /* Inverse le dégradé */
    box-shadow: 6px 6px 15px rgba(0, 0, 0, 0.3); /* Augmente l'ombre */
    transform: translateY(-2px); /* Légère élévation */
}

.logo img{
	 width: 130px; /* Réduit la taille du logo */
                height: auto;
            position: fixed;
            top: 10px; /* Position ajustée pour qu'il soit devant les barres */
            left: 5%;
            z-index: 1100; /* Plus grand que celui des barres */
            background-color: #fff; /* Optionnel : un fond blanc autour du logo */
            padding: 5px; /* Optionnel : espace autour du logo */
            border-radius: 50%; /* Si votre logo est rond */

        }
		 .top-bar .container {
            display: flex;            
			
            justify-content: space-between;
            align-items: center;
            flex-wrap: nowrap;
			padding-left: 5%;
			
        }
		.suivez  {
              height: 400px;
           
        }
		
 .suivez img {
              height: 320px;
           
            top: 10px; /* Décalage de l'image pour l'émerger dans le texte */
            float: right; /* Image flottante à droite */
            border-radius: 8px;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);

        }
 }
		
		/* Bannière principale */
/* Bannière principale */
.banner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 90vh;
    padding-top: 70px;
    background: url('images/banner50.png') center/cover no-repeat; 
   flex-wrap: wrap; /* Permet aux éléments de s’adapter */
    overflow: hidden;
}


/* Image décorative (trais) */
.hero-image-trais {
    position: absolute;
    left: 5%;
    top: 10%;
    width: 15%;
    opacity: 0;
    transform: translateX(-20px);
    animation: fadeInLeft 1s ease-out forwards;
}

/* Texte principal */
.hero-text {
    position: absolute;
    left: 9%;
    top: 30%;
    max-width: 50%;
    color: #fff;
    opacity: 0;
    transform: translateY(-20px);
    animation: fadeInUp 1s ease-out forwards 0.5s;
}


.hero-text h1 {
    
    font-size: 3.5rem; /* Ajuste selon besoin */
    text-transform: uppercase; /* Met toutes les lettres en majuscules */
    background: linear-gradient(45deg, #c08d1b, #c08d1b);
    background-size: 300% 300%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;	
   font-weight: bold; 
}

/* Sous-titre */
.hero-text h2 {
    font-size: 3rem;
    color: #000;
    margin-top: 10px;
	font-weight: bold; 
	text-transform: uppercase; /* Met toutes les lettres en majuscules */
}

/* Image principale */
.hero-image {
    position: absolute;
    right: 5%;
    bottom: 0;
    width: 40%;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInDown 1s ease-out forwards 0.5s;
	
}

.hero-image img {
   width:  100%;
    height: auto;
}

/* ANIMATIONS */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* RESPONSIVE DESIGN */

/* Tablettes */
@media (max-width: 1024px) {
.banner {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        min-height: 90vh;
        padding-top: 70px;
        background-image: url('images/banner50.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover; /* Assure que le background s’adapte */
        overflow: hidden;
		}
    .hero-image-trais {
        width: 20%;
        top: 8%;
        left: 3%;
    }

    .hero-text {
        top: 20%;
        max-width: 60%;
    }

    .hero-text h1 {
        font-size: 3.5rem;
		    text-transform: uppercase; /* Met toutes les lettres en majuscules */
   

    }

    .hero-text h2 {
        font-size: 3rem;
		 
    }

    .hero-image {
        width: 90%;
    }
}
/**/
@media (min-width: 992px) {
	.banner {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        min-height: 90vh;
        padding-top: 70px;
        background-image: url('images/banner50.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover; /* Assure que le background s’adapte */
        overflow: hidden;
		}

    .hero-text {
       
        left: 9%;
        top: 20%;
        max-width: 50%;
        color: #fff;
        opacity: 0;
        transform: translateY(-20px);
        animation: fadeInUp 1s ease-out forwards 0.5s;
    }
}
/* Mobiles */
@media (max-width: 768px) {
	.banner {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        min-height: 90vh;
        padding-top: 70px;
        background-image: url('images/banner50.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover; /* Assure que le background s’adapte */
        overflow: hidden;
		}
    .hero-image-trais {
        width: 20%;
        top: 8%;
        left: 3%;
    }

    .hero-text {
        top: 15%;
        max-width: 70%;
    }

    .hero-text h1 {
        font-size: 3.2rem;
		    text-transform: uppercase; /* Met toutes les lettres en majuscules */
    

    }

    .hero-text h2 {
        font-size: 2.6rem;
		 
    }

    .hero-image {
        width: 90%;
    }
}

/* Petits mobiles */
@media (max-width: 480px) {
	 .banner {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        min-height: 90vh;
        padding-top: 70px;
        background-image: url('images/banner-7S.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover; /* Assure que le background s’adapte */
        overflow: hidden;
		}
		.hero-image-trais img{
        width: 350px;
        top: 8%;
        left: 3%;
    }
		.hero-text {
       top: 20%;
	   padding-left: 10%;
	   width: 100%;
	   max-width: 70%;
	   
    }
    .hero-text h1 {
        font-size: 2.6rem;
		    text-transform: uppercase; /* Met toutes les lettres en majuscules */
   
    }
	
    .hero-text h2 {
        font-size: 1.9rem;
		 color:black;
    }

    .hero-image {
        width: 96%;
		padding-bottom:  15%;
    }
}

/* ancien Petits mobiles */
@media (max-width: 360px) {
	 
		.hero-image-trais img{
        width: 250px;
        top: 25%;
        left: 3%;
    }
		.hero-text {
       top: 15%;
	   padding-left: 10%;
	   width: 100%;
	   max-width: 70%;
	   
    }
    .hero-text h1 {
        font-size: 2rem;
		    text-transform: uppercase; /* Met toutes les lettres en majuscules */
   
    }
	
    .hero-text h2 {
        font-size: 1.3rem;
		 color:black;
    }

}

/* ------fin banner */
/* Barre noire fixe */
         .top-bar {
            position: fixed;
            top: 0;
            width: 100%;
           		
            color: #fff;
            padding: 10px 0;
            z-index: 1030; /* Par-dessus le reste du contenu */
			 white-space: nowrap; /* Empêche le texte de descendre sur plusieurs lignes */
			
			  background-color: rgba(0, 0, 0, 0.7); /* Noir avec transparence */
    backdrop-filter: blur(5px); /* Effet flou pour accentuer la transparence */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3); /* Ombre pour effet 3D */
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); /* Ligne subtile en bas */
   
    transition: background-color 0.3s ease-in-out; /* Transition fluide */
            
        }
		

        .top-bar a {
            color: #fff;
            text-decoration: none;
        }

        .top-bar a:hover {
            color: #d4af37; /* Couleur dorée au survol */
        }

        .top-bar i {
            margin-right: 5px;
        }

        .top-bar .row > div {
            text-align: center; /* Centrer le contenu */
        }

/* Espacement pour que le contenu ne soit pas masqué par la barre */
        body {
            padding-top: 90px;
        }
	/* 	
.banner button {
    background: #ca9420;
    border: none;
    padding: 10px 20px;
    font-size: 1.2rem;
}
 */
/* Navigation */
/* Barre de navigation en bas de la barre noire */
       /*  .navbar {
            background-color: white;
            position: fixed;
			top: 40px; /* Ajusté pour ne pas chevaucher la barre noire */
           /* 
            width: 100%;
            z-index: 999;
        }*/
		.navbar {
            background-color: #fff;
            position: fixed;
            top: 35px; /* Ajusté pour ne pas chevaucher la barre noire */
            left: 0;
            width: 100%;
            z-index: 900;
            box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
        }

        .navbar-nav {
            display: flex;
            justify-content: center;
            width: 100%;
        }
		.nav-link {
            color: black;
            font-size: 20px;
			font-weight: bold;
			padding: 20px;          
        }	
		.navbar-nav .nav-item {
    margin-right: 20px; /* Augmente l'espacement entre les items */
}

.navbar-nav .nav-item:last-child {
    margin-right: 0; /* Retire la marge du dernier élément pour alignement propre */
}
		
		
.navbar .nav-link:hover,
.navbar .nav-link:focus,
.navbar .nav-link:active {
    color: #ca9420 !important;
	font-weight: bold; /* Optionnel : texte en gras */
}
/* Vente grossiste */
.vente {
    height: 70vh;
    background: url('images/VenteGrossiste.jpg') center/cover no-repeat;
	
}

.vente h2 {
    color: white;
    font-size: 2.5rem;
}
/* Animation pour une transition douce */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Classe pour initialiser l'état invisible */
.hidden {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, transform 0.5s ease;
}

/* Classe pour rendre visible avec animation */
.show {
    visibility: visible;
    animation: fadeIn 0.8s ease-in-out forwards;
}


.card-title
{
    text-decoration:none;
	padding:3px;
    
}

 /* Contrôle des tailles d'image */
        .card-img-top {
            width: 100%; /* Adapte à la largeur de la carte */
            height: 200px; /* Hauteur fixe */
            object-fit: cover; /* Coupe ou ajuste l'image pour remplir la zone */
        }
		.card-img-center {
            width: 100%; /* Adapte à la largeur de la carte */
            height: 300px; /* Hauteur fixe */
            object-fit: cover; /* Coupe ou ajuste l'image pour remplir la zone */
        }

        /* Uniformité des cartes */
        .card {
            height: 100%; /* Permet aux cartes d'avoir la même hauteur */
        }

        .card-body {
			padding: 2px;
            display: flex;
            flex-direction: column;
            justify-content: space-between; /* Aligne le contenu */
        }
		.card-text{
			font-size: 0.8rem;
        }
		
/* page contact */
 .card {
           
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        }
.contact-info p {
            margin-bottom: 10;
            font-size: 1rem;
        }

        .contact-info i {
            color: #ca9420;
            margin-right: 10px;
            font-size: 1.3rem;
        }

        .divider {
            border-top: 1px solid #e0e0e0;
            margin: 10px 0;
        }

        .form-control:focus {
            border-color: #ca9420;
            box-shadow: 0 0 5px rgba(255, 193, 7, 0.5);
        }

        .alert-success {
            display: none;
        }
		.card button
		{
             background: #ca9420;
		}
		

 /* Style de base pour les sections produits*/
        .section-custom {
            width: 90%;
            margin: 0 auto;
            position: relative;
            padding: 10px 10px 10px 10px;
	 overflow: hidden; /* Empêche l'image de déborder en dehors du cadre */
	 
        }

        .section-custom .text {
            font-size: 1.2rem;
            line-height: 1.2;
			text-align: justify;
			
        }

        .section-custom img {
              height: 300px;
            margin-left: 20px;
			margin-right: 10px;
           width: 400px;
		  
            top: 10px; /* Décalage de l'image pour l'émerger dans le texte */
            float: right; /* Image flottante à droite */
            border-radius: 8px;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);

        }

        .section-custom.left img {
            float: left; /* Image flottante à gauche pour la section "Conserve" */
            margin-left: 0;
            margin-right: 20px;
        }

        /* Style des titres */
        .section-custom h2 {
            font-size: 1.8rem;
            text-align: center;
            margin-bottom: 20px;
        }

  .about-us img {
            
            margin-left: 20px;
			margin-right: 10px;
           width: 400px;
		  
            top: 10px; /* Décalage de l'image pour l'émerger dans le texte */
            float: right; /* Image flottante à droite */
            border-radius: 8px;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);

        }
		.about-us {
            
            text-align: justify;
        }
		.about-us h2{
            padding-top: 15px;
            text-align: center;
        }
		.tiktok-text {
    font-weight: bold;
    font-style: italic;
    text-decoration: none;
	 font-size: 20px;
    background: linear-gradient(45deg, #1397a0, #ea0841, #000000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

 .snapchat-text {
            font-weight: bold;
            font-style: italic;
            text-decoration: none;
            font-size: 20px;
            color: yellow;
            -webkit-text-stroke: 0.5px black; /* Bord noir */
			}
