/* Style de base */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #ffffff;;
    color: #333;
	
}

/* Style du header avec le logo */
.header {
    display: flex;
    justify-content: center; /* Centre le logo horizontalement */
    align-items: center; /* Centre verticalement si besoin */
    position: relative; /* Assure que le header ne soit pas affecté par d'autres éléments */
    padding: 10px 0;
}
.header h1 {
	text-align: left; /* Alignement à droite pour éviter le chevauchement */
    margin-right: 600px; /* Pousse le texte vers la droite */ 
    white-space: nowrap; /* Évite le retour à la ligne */
	font-size: 24px;
}


.header .logo {
    height: 100px;
	width: 400px;
    margin: 10 auto; /* Supprime toute marge inutile */
	/* margin-left : 400px; */
}

/* Centrer le conteneur du formulaire */
.container {
    display: flex;
    flex-direction: column;
    align-items: center;
	justify-content: flex-start; /* Positionne le contenu en haut */
    position: relative;
    text-align: center;
    color: #1a1a1a; /* Noir */
	margin-bottom: 20px; /* Ajustez la valeur selon l'espace souhaité */
	margin-top : 40px;
	/* top: -120px; /* Même ajustement que header-title */ 
}

/* Titre */
.container h1 {
    color: #0044cc; /* Bleu */
    margin-bottom: 20px;
}

/* Style du formulaire */
form {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

label {
    font-size: 1.2em;
    color: #0044cc; /* Bleu */
}

.label_pass {
	margin-top: 20px;
	/* border: 2px solid #0044cc; /* Bleu */ 
}




button {
    padding: 10px 20px;
    font-size: 1em;
    color: #fff;
    background-color: #ff6600; /* Orange */
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

/* button:hover { */
    /* background-color: #cc5200; /* Orange foncé */ */
/* } */

h1 {
    color: #0044cc; /* Bleu */
}

h2 {
    color: #ff6600; /* Orange */
    margin-top: 20px;
}

/* Liste de produits */
/* .produit-list { */
    /* list-style-type: none; */
    /* padding: 0; */
    /* margin: 0; */
/* } */



.pictogramme img {
    width: 220px; /* Ajustez la taille de l'image ici */
    height: 220px;
    margin-top: 0px;
    vertical-align: middle;
}

/* Style de l'encadré pour l'immatriculation et la marque */
.header-title {
    background-color: #0044cc; /* Couleur de fond bleu */
    color: white; /* Texte en blanc */
    padding: 20px; /* Espacement interne */
    border-radius: 15px; /* Coins arrondis */
    text-align: center; /* Centrer le texte */
    width: calc(100vw - 500px);
    margin: 20px auto; /* Centrer la div horizontalement */ 
	margin-left: 400px; 
	background-size: cover;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2); /* Ombre douce */
}

/* Ajustement des tailles de texte */
.header-title h1 {
    font-size: 24px;
    margin: 0;
	color: white; /* Texte en blanc */
}

.header-title h2 {
    font-size: 20px;
    margin: 5px 0 0 0;
}

/* Mise en valeur des valeurs */
.immat, .marque {
    font-weight: bold;
}

/* partie pour menu des produits */
.category-tab{
  display:inline-block;
  padding:8px 14px;
  margin-right:6px;
  background:#0a3d91;
  color:#fff;
  text-decoration:none;
  font-weight:600;
  border-radius:6px 6px 0 0;
}
.category-tab.active{
  background:#f29200;
  color:white;
}

.cat-btn {
    padding: 8px 16px;
    background: #004f9f;
    border: 1px solid #999;
    border-radius: 6px;
    cursor: pointer;
    font-weight: bold;
}

.cat-btn:hover {
    background: #f29200;
}
/* partie pour l'affichage des produits */

.produit-image {
    width: 80px;
    height: 80px;
    margin-right: 15px;
}

.produit-info {
    flex-grow: 1; /* Permet au bloc de prendre l'espace restant */
    display: flex;
    flex-direction: column; /* Met les éléments en colonne */
    align-items: flex-start; /* Aligne le texte à gauche */
    justify-content: center; /* Centre verticalement le texte */
    text-align: left; /* Assure que le texte est bien aligné */
    padding-left: 10px; /* Ajoute un espace entre l'image et le texte */
	margin-left : 50px
}


.produit-ref {
    font-weight: bold;
	font-size: 20px;
}

.produit-price {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    color: #ff6600;
}

/* Conteneur des produits */
/* Liste des produits */
.produit-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: calc(100vw - 500px); /* Enlève la largeur de la sidebar */
    margin-left: 250px; /* Décale les produits pour ne pas passer sous la sidebar */
}

/* Boîte des produits */
.produit-item {
    display: flex;
    align-items: center;
    background: white;
    padding: 20px;
    width: 100%; /* Utilisation complète de la largeur du conteneur parent */
    border-bottom: none;
    border-radius: 0;
    /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); */
}


/* Ajouter l'image comme séparateur */
.produit-item:not(:last-child)::after {
    content: "";
    display: block;
    width: calc(100vw - 500px);
    height: 20px; /* Ajustez la hauteur selon votre image */
    background: url("{{ url_for('static', filename='separator.png') }}") no-repeat center;
    background-size: cover;
    margin-top: 10px;
	
	/* Positionnement */
    position: absolute;
    left: 0;
    bottom: -10px; /* Ajuste l’espace entre le produit et le séparateur */
    z-index: -1; /* Met le trait en arrière-plan pour qu'il ne chevauche pas le texte */
}

/* Conteneur du prix et des boutons de quantité */
.price-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px; /* Espacement entre le prix et la gestion de quantité */
}

/* Style de l'encadré du prix */
.prix-box {
    border: 2px solid #0044cc; /* Bordure bleue */
    border-radius: 10px; /* Coins arrondis */
    padding: 5px 15px;
    font-size: 30px;
    font-weight: bold;
    color: #ff6600; /* Couleur orange pour le prix */
    background: white; /* Fond blanc */
    display: inline-block;
    text-align: center;
    min-width: 80px; /* Largeur minimale */
}

.prix-unkown{
    border: 2px solid #0044cc; /* Bordure bleue */
    border-radius: 10px; /* Coins arrondis */
    padding: 5px 15px;
    font-size: 18px;
    font-weight: bold;
    color: #ff6600; /* Couleur orange pour le prix */
    background: white; /* Fond blanc */
    display: inline-block;
    text-align: center;
    min-width: 80px; /* Largeur minimale */
}

/* Conteneur des flèches et du chiffre de la quantité sur la même ligne */
.quantity-controls {
    display: flex;
    align-items: center; /* Aligner verticalement les éléments */
    justify-content: center;
    gap: 5px; /* Espacement entre les flèches et la quantité */
}

.quantity-controls span {
    font-size: 22px; /* Augmente la taille */
    font-weight: bold;
    /* color: #0044cc; /* Bleu */ 
    padding: 0 10px; /* Espace autour du chiffre */
}


/* Style des boutons flèches */
.quantity-controls button {
    background: none;
    border: none;
    font-size: 18px;
    color: #0044cc; /* Bleu */
    cursor: pointer;
}

.quantity-controls button:hover {
    background: #0044cc;
    color: white;
}


/* Style du bouton ajouter au panier */
.add-to-cart {
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Style de l'icône panier */
.add-to-cart img {
    width: 50px; /* Ajuste la taille selon ton image */
    height: auto;
    transition: transform 0.2s ease-in-out;
}

/* Effet au survol */
.add-to-cart:hover img {
    transform: scale(1.1); /* Légère augmentation de taille au survol */
}

/* Supprime le contour orange au focus */
.add-to-cart: button:hover {
    outline: none; /* Supprime le contour */
    box-shadow: none; /* Supprime toute ombre potentielle */
	border: none; /* Supprime toute bordure potentielle */
}


/* Style pour le lien de retour */
.button-link {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 20px;
    background-color: #ff6600; /* Orange */
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.button-link:hover {
    background-color: #cc5200; /* Orange foncé */
}

.button {
    display: inline-block;
    padding: 10px 20px;
    margin: 10px 0;
    background-color: #cc5200;
    color: white;
    text-decoration: none;
    border-radius: 5px;
}
.button:hover {
	background-color: #45a049;
}

/* CSS pour l'icône et le panneau du panier */
/* .header { */
    /* display: flex; */
	/* justify-content: space-between; */
    /* align-items: center; */
    /* padding: 10px; */
    /* background-color: #ffffff; */
    /* position: relative; */
    /* } */
	
.cart-icon {
    font-size: 50px;
    cursor: pointer;
    margin-top: 20px;
	margin-left: 120px;
	align-items: center;
}

.cart-details {
    display: block;
    background-color: white;
    border: 1px solid #ccc;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    padding: 15px;
    margin-top: 10px;
    border-radius: 5px;
    max-height: 200px;
	/* max-width: 900px; /* Définit la largeur maximale */ 
    overflow-y: auto;
}

.cart-item {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
    }

.cart-total {
    font-weight: bold;
    margin-top: 10px;
    text-align: center;
    }

.cart-ref {
    flex: 2; /* Prend plus de place */
    text-align: left;
}

.cart-price {
    flex: 1; /* Taille fixe pour bien aligner */
    text-align: right;
    font-weight: bold;
}

/* Afficher le panier lorsqu'il est actif */
.show-cart .cart-details {
    display: block;
    }

.small-button {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 4px;
    background-color: #0044cc; /* Button color */
    color: white;
    border: none;
    cursor: pointer;
    margin: 5px;
	margin-left: 5px; /* Space between the buttons */
}

.small-button:hover {
    background-color: #0056b3; /* Darker shade for hover effect */
}

.remove-btn {
    background-color: white;
    color: white;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 5px;
    margin-left: 10px;
    font-size: 14px;
}

.remove-btn:hover {
    background-color: darkred;
}

.small-action-button {
    padding: 2px 6px;
    font-size: 10px;
    border-radius: 3px;
    background-color: #007bff;
    color: white;
    border: none;
    cursor: pointer;
}

.small-action-button:hover {
    background-color: #0056b3;
}

.login-container {
    width: 300px;
    margin: 100px auto;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.login-container h2 {
    text-align: center;
    margin-bottom: 20px;
}

.login-container label, .login-container input, .login-container button {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.login-container input {
    padding: 8px;
    box-sizing: border-box;
}

.login-container button {
    padding: 10px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.login-container button:hover {
    background-color: #0056b3;
}


/* Menu latéral */
.sidebar {
    position: fixed;
    top: 50px; /* Sous un header fixe, si applicable */
    left: 0;
    width: 300px;
    height: calc(100vh - 120px); /* Hauteur dynamique ajustée */
    background-color: #ffffff; /* Fond blanc */
    border-right: 1px solid #eaeaea; /* Séparation légère */
    padding: 20px;
    box-shadow: 2px 0 8px rgba(0, 0, 0, 0.1); /* Ombre douce */
    z-index: 1000; /* Au-dessus du contenu principal */
	overflow-y: auto; /* Active la barre de défilement si nécessaire */
}




/* Conteneur du message pour qu'il reste en bas */
.sidebar-warning {
    position: absolute;
    bottom: 20px; /* Distance du bas */
    left: 50%; /* Centre horizontalement */
    transform: translateX(-50%); /* Ajuste le centrage */
    font-size: 14px;
    color: #555; /* Gris foncé */
    text-align: center;
    font-style: italic;
    width: 90%; /* Évite les coupures */
}

.sidebar h2 {
    color: #333;
    font-size: 18px;
    margin-bottom: 20px;
    text-align: center;
}

.sidebar a {
    text-decoration: none;
    color: white;
    padding: 10px;
    margin: 5px 0;
    background-color: #0044cc;
    text-align: center;
	display: block; /* Pour que les liens prennent toute la largeur */
    border-radius: 5px;
    transition: background-color 0.3s;
	
}

.sidebar a:hover {
    background-color: #ff6600;
}

/* Style commun des boutons dans la sidebar */
.sidebar-button {
    text-decoration: none;
	width: 100%;
    color: white;
    padding: 10px;
    margin: 5px 0;
    background-color: #0044cc; /* Bleu */
    text-align: center;
    display: block; /* Prend toute la largeur */
    border-radius: 5px; /* Coins arrondis */
    border: none; /* Supprime les bordures */
    cursor: pointer;
    font-size: 16px; /* Taille de la police */
    transition: background-color 0.3s ease;
}

.sidebar-button:hover {
    background-color: #ff6600; /* Orange lors du survol */
}


/* Zone de contenu principal */
.main-content {
    margin-left: 250px; /* Laisser de la place pour la sidebar */
    padding: 20px;
    flex-grow: 1;
    overflow-y: auto; /* Ajoute une barre de défilement si nécessaire */
}

.hidden {
    display: none;
}

/* Style global des deux formulaires */
.client-container {
    display: flex;
    gap: 50px; /* Espacement entre les deux div */
    justify-content: center;
    margin-top: 20px;
	margin-left: 350px;
}

/* Style pour chaque formulaire (Création / Suppression) */
.client-box {
    background: #f9f9f9; /* Fond clair */
    padding: 15px;
    /* border: 2px solid #0044cc; /* Bordure bleue */ */
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    width: 300px;
    text-align: center;
}

/* Titre des sections */
.client-box h3 {
    color: #0044cc;
    margin-bottom: 15px;
    font-size: 1.2em;
	justify-content: center;
}

/* DROPZONE */
.dropzone {
    border: 2px solid #0044cc;
    border-radius: 8px;
    padding: 15px; /* Même padding que .client-box */
    width: 100%; /* Pour occuper toute la largeur de .client-box */
    max-width: none; /* Supprime la limite */
    text-align: center;
    background: #f9f9f9;
    transition: background-color 0.3s, border-color 0.3s;
    margin: 0; /* Évite le recentrage auto */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}


.dropzone.dragover {
    background-color: #e8f0fe;
    border-color: #007bff;
}

.dropzone p {
    margin: 0;
    font-size: 16px;
    color: #666;
}

.flash-messages {
    position: fixed;
    top: 80px; /* Ajustez selon la hauteur de votre header */
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    width: 300px;
    text-align: center; /* Centrer le texte */
}

.alert {
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 5px;
    color: white;
    font-size: 14px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.alert-success {
    background-color: #4CAF50;
}

.alert-danger {
    background-color: #f44336;
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

/* Saisie des adresse livraison / facturation */
/* Conteneur principal */
.checkout-container {
    max-width: calc(100% - 350px); /* Ajuste la largeur en fonction de la sidebar */
    width: 72%;
    margin: 20px auto;
    margin-left: 350px; /* Décale le formulaire à droite de la sidebar */
    padding: 30px;
    background: white;
    border-radius: 10px;
    /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); */
}

/* Formulaire */
.checkout-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Sections */
.form-section {
    background: #0044cc;
    padding: 15px;
    border-radius: 8px;
    color: white;
	width: 68%;
}

.section-title {
    margin: 0;
    font-size: 18px;
    color: white; /* Texte en blanc */
}



/* Champs input */
input[type="text"] {
    width: 300px;
    padding: 10px;
    /* border: 2px solid #0044cc; /* Bleu */
    border-radius: 5px;
    font-size: 1em;
}

input[type="number"] {
    width: 300px;
    padding: 10px;
    /* border: 2px solid #0044cc; /* Bleu */ 
    border-radius: 5px;
    font-size: 1em;
}
input[type="password"] {
    width: 300px;
    padding: 10px;
    border: 2px solid #0044cc; /* Bleu */
    border-radius: 5px;
    font-size: 1em;
}

/* Gestion de la ville & du code postal */
.city-container {
    display: flex;
    gap: 10px;
}

.city-container input {
    flex: 1;
}

/* Checkbox */
.checkbox-container {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
}

/* Bouton Valider */
.validate-btn {
    background: #0044cc;
    color: white;
    border: none;
    padding: 12px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    /* width: 50%; */
    text-align: center;
	/* margin-left : 68%; */
}

.validate-btn:hover {
    background: #cc5200;
}

.checkout-page .small-button {
    display: none;
}

/* Style de la section de facturation */
#billing-section {
    background: #0044cc;
    padding: 15px;
    border-radius: 8px;
    color: white;
	width: 68%;
}

#delivery-section {
    background: #0044cc;
    padding: 15px;
    border-radius: 8px;
    color: white;
	width: 68%;
}

#newdeliveryAddressForm {
    background: #0044cc;
    padding: 15px;
    border-radius: 8px;
    color: white;
	width: 97%;
}


.section-title {
    font-size: 18px;
    font-weight: bold;
}

/* Style de la select box */
#savedBillingAddresses {
    width: 100%;
    padding: 8px;
    margin-top: 5px;
    border-radius: 5px;
}
#savedDeliveryAddresses {
    width: 100%;
    padding: 8px;
    margin-top: 5px;
    border-radius: 5px;
}

/* Formulaire de nouvelle adresse */
#newBillingAddressForm {
    background: #0044cc;
    padding: 15px;
    border-radius: 8px;
    color: white;
	width: 97%;
}

#newBillingAddressForm input {
    width: 97%;
    padding: 10px;
    margin-top: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

/* Container pour aligner Code Postal et Ville */
#newBillingAddressForm .city-container {
    display: flex;
    /* justify-content: space-between; /* Répartit les éléments */
    gap: 10px; /* Espacement entre les champs */
}

/* Ajuster la largeur des champs */
#newBillingAddressForm .city-container input[name="cp_facturation"] {
    /*flex: 1; /* Largeur dynamique */
	max-width: 1000px;
    
}

#newBillingAddressForm .city-container input[name="ville_facturation"] {
    /*flex: 1; /* Ville prend plus d'espace */
    max-width: 1000px; /* Largeur max pour la Ville */   */
}


.recap-container {
    max-width: calc(100% - 350px); /* Ajuste la largeur en fonction de la sidebar */
    width: 72%;
    margin: 20px auto;
    margin-left: 350px; /* Décale le formulaire à droite de la sidebar */
    padding: 30px;
    background: white;
    border-radius: 10px;
    border: 2px solid #000; /* Bordure noire de 2px d'épaisseur */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* Ombre pour un effet légèrement en relief */
    text-align: center; /* Centre les éléments à l'intérieur */
}
.cart-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    background-color: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.cart-table th {
    background-color: #0044cc; /* Bleu inspiré du logo */
    color: white;
    padding: 12px;
    text-align: left;
    font-size: 16px;
    text-transform: uppercase;
}

.cart-table td {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    color: #333;
}

.cart-table tr:last-child td {
    border-bottom: none;
}

.cart-table tr:nth-child(even) {
    background-color: #f2f2f2; /* Alternance de couleurs */
}

.cart-table tr:hover {
    background-color: #e6f0ff; /* Survol léger en bleu clair */
}

.cart-table .total-row {
    background-color: #ffa500; /* Orange inspiré du logo */
    font-weight: bold;
    font-size: 16px;
    color: white;
}

.cart-table .total-row td {
    padding: 14px;
}

/* Media Queries */

/* Petits écrans (moins de 768px) */
@media (max-width: 768px) {
    .header {
        flex-direction: column;
        text-align: center;
    }

    .header h1 {
        margin: 10px 0;
    }

    .header .logo {
        height: 60px;
    }

    .sidebar {
        position: relative;
        width: 100%;
        height: auto;
        box-shadow: none;
        border-right: none;
        padding: 10px;
    }

    .sidebar a {
        margin: 5px 0;
        font-size: 14px;
    }

    .main-content {
        margin-left: 0;
        padding: 10px;
    }

    .dropzone {
        max-width: 90%;
        padding: 20px;
    }
	
	.cart-icon {
		font-size: 50px;
		cursor: pointer;
		margin-top: 20px;
		margin-left: 50px;
		align-items: center;
	}
	
	.cart-details {
        position: fixed;
        top: 0;
        right: 0;
        width: 100%; /* Occupe toute la largeur de l'écran */
        max-width: none; /* Supprime la largeur maximale définie */
        height: auto; /* Ajuste la hauteur selon le contenu */
        max-height: 50%; /* Optionnel : Limite la hauteur à 50% de l'écran */
        overflow-y: auto; /* Permet le défilement vertical si nécessaire */
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3); /* Renforce l'ombre */
        z-index: 1000; /* Place le panneau au-dessus des autres éléments */
        margin-top: 0; /* Supprime les marges */
        border-radius: 0; /* Supprime les arrondis pour un affichage fluide */
    }
	
	/* Titre */
	.container h1 {
		color: #0044cc; /* Bleu */
		margin-bottom: 20px;
		font-size: 25px;
	}
}

/* Moyens écrans (768px à 1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
    .header {
        padding: 20px;
    }

    .sidebar {
        width: 250px;
    }

    .main-content {
        margin-left: 400px;
    }

    .dropzone {
		margin-left:160px;
        max-width: 400px;
        padding: 60px;
    }
	
	.cart-icon {
		font-size: 50px;
		cursor: pointer;
		margin-top: 20px;
		margin-left: 100px;
		align-items: center;
	}
	
	.cart-details {
		display: none;
		background-color: white;
		border: 1px solid #ccc;
		box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
		padding: 15px;
		margin-top: 10px;
		border-radius: 5px;
		max-height: 200px;
		width: 180%; /* Occuper toute la largeur */ 
		overflow-y: auto;
	}
	
	/* Titre */
	.container h1 {
		color: #0044cc; /* Bleu */
		margin-bottom: 20px;
		font-size: 25px;
	}
	
	.header-title {
		background-color: #0044cc; /* Couleur de fond bleu */
		color: white; /* Texte en blanc */
		padding: 20px; /* Espacement interne */
		border-radius: 15px; /* Coins arrondis */
		text-align: center; /* Centrer le texte */
		width: calc(100vw - 280px);
		margin: 20px auto; /* Centrer la div horizontalement */ 
		margin-left: 300px; 
		background-size: cover;
		box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2); /* Ombre douce */
	}
	.produit-list {
		list-style-type: none;
		padding: 0;
		margin: 0;
		width: calc(100vw - 250px); /* Enlève la largeur de la sidebar */
		margin-left: 350px; /* Décale les produits pour ne pas passer sous la sidebar */
	}
	
	.pictogramme img {
		width: 120px; /* Ajustez la taille de l'image ici */
		height: 120px;
		margin-top: 0px;
		vertical-align: middle;
	}
}

/* Grands écrans (plus de 1024px) */
/* @media (min-width: 1024px) { */
    /* .header .logo { */
        /* height: 100px; */
        /* width: 400px; */
    /* } */

    /* .sidebar { */
        /* width: 300px; */
    /* } */

    /* .main-content { */
        /* margin-left: 300px; */
    /* } */

    /* .dropzone { */
        /* max-width: 500px; */
        /* padding: 40px; */
    /* } */
/* } */