
:root {
            --bg-color: #fff3df;
            --card-bg: #1a1a1a;
            --text-color: #ffffff;
            --accent-color: #a0a0a0; /* Gris */
            --muted-text: #a0a0a0;
			
        }

        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            background-color: var(--bg-color);
            color: var(--text-color);
            margin: 0;
            padding: 20px;
            line-height: 1.6;
        }

        .container {
            max-width: 1100px;
            margin: 0 auto;
            padding: 20px;
        }
		
		.couleur_titre {
			font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
			font-size: 2rem;
			font-weight: light;
			color: #49361b;
			
		}
		.couleur_sous_titre {
			font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
			font-size: 1.4rem;
			font-weight: bold;
			color: #49361b;
		}
		
        header {
            text-align: center;
            margin-bottom: 40px;
            border-bottom: 2px solid var(--accent-color);
            padding-bottom: 20px;
        }

        header h1 {
            font-size: 2.5rem;
            margin: 0 0 10px 0;
            letter-spacing: 2px;
            text-transform: uppercase;
        }

        header p {
            color: var(--accent-color);
          /* font-style: italic; */
            font-size: 1.1rem;
			
            margin: 0;
        }
		
		.Commandes {
            color: #49361b;
            margin-top: 0;
            font-size: 1.4rem;
			font-weight: bold;
			
		}
		
		.sauf {
            
            margin-top: 0;
            font-size: 0.9rem;
			color: #49361b;
		}

        .menu-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
            gap: 30px;
        }

        

        .pizza-item {
            background-color: var(--card-bg);
            padding: 15px 20px;
            border-radius: 8px;
            box-shadow: 0 4px 6px rgba(0,0,0,0.3);
            transition: transform 0.2s;
        }

        .pizza-item:hover {
            transform: translateY(-2px);
            border-left: 3px solid var(--accent-color);
        }

        .pizza-header {
            display: flex;
            justify-content: space-between;
            align-items: baseline;
            margin-bottom: 8px;
        }

        .pizza-name {
            font-weight: bold;
            font-size: 1,1rem;
            color: #ffffff;
        }

        .pizza-price {
            font-weight: bold;
            color: var(--accent-color);
            font-size: 1.1rem;
            white-space: nowrap;
        }

        .pizza-ingredients {
            color: var(--muted-text);
            font-size: 0.95rem;
        }

        .supplements-section {
            margin-top: 50px;
            background-color: var(--card-bg);
            border: 1px dashed var(--accent-color);
            padding: 25px;
            border-radius: 8px;
            /* text-align: center; */
        }

        .supplements-section h2 {
            color: var(--accent-color);
            margin-top: 0;
            text-transform: uppercase;
            font-size: 1.2rem;
        }

        .supplements-section p {
            margin: 10px 0;
			font-size: .7rem;
        }

        .highlight {
            font-weight: bold;
            color: #ffffff;
        }
		
		img {
		max-width: 100%;
		height: auto; /* Conserve les proportions de l'image */
		}

        /* --- STYLE DE LA FENETRE MODALE (AGRANDISSEMENT) --- */
        .modal {
            display: none; /* Caché par défaut */
            position: fixed;
            z-index: 1000;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.8); /* Fond sombre transparent */
            justify-content: center;
            align-items: center;
        }

        .modal-content {
            position: relative;
            background-color: #1a1a1a;
            padding: 10px;
            border-radius: 8px;
            box-shadow: 0 4px 20px rgba(0,0,0,0.5);
        }

        .modal-content img {
            display: block;
            border-radius: 4px;
        }

        .close-btn {
            position: absolute;
            top: -15px;
            right: -15px;
            background-color: #ff4d4d;
            color: white;
            border: none;
            border-radius: 50%;
            width: 30px;
            height: 30px;
            font-size: 18px;
            font-weight: bold;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 2px 5px rgba(0,0,0,0.3);
        }

        .close-btn:hover {
            background-color: #ff1a1a;
        }

        /* Curseur pour indiquer que l'image miniature est cliquable */
        .zoomable-img {
            cursor: pointer;
        }

		.emporter {
			font-weight: bold;
			font-size: 1.7rem;
            color: #c4101f;
			
		}#ff4d4d

@media (min-width: 768px) {
    .main-header {
        min-height: 85vh;
        aspect-ratio: auto;
        background-position: center center;
        background-attachment: fixed;
    }
	.pizza-name {
            font-weight: bold;
           /* font-size: 0.8rem;*/
            color: #ffffff;
        }
}

@media (min-width: 576px) {
    .main-header {
        min-height: 85vh;
        aspect-ratio: auto;
        background-position: center center;
        background-attachment: fixed;
    }
	.pizza-name {
            font-weight: bold;
            /*font-size: 0.8rem;*/
            color: #ffffff;
        }
}	


@media (max-width: 500px) {
            .menu-grid {
                grid-template-columns: 1fr;
            }
			.pizza-name {
            font-weight: bold;
            /*font-size: 0.8rem;*/
            color: #ffffff;
        }
			.emporter {
			font-weight: bold;
			font-size: 1.2rem;
            color: #c4101f;
			
		}
			.Commandes {
           
            font-size: 1.2rem;
			
		}
			.couleur_sous_titre {
			
			font-size: 1.2rem;
			
		}
			.sauf {
            
            
            font-size: 0.8rem;
		
		}
}

@media (max-width: 375px) {
            .menu-grid {
                grid-template-columns: 1fr;
            }
			.pizza-name {
            font-weight: bold;
            /*font-size: 0.8rem;*/
            color: #ffffff;
        }
			.emporter {
			font-weight: bold;
			font-size: 1.2rem;
            color: #c4101f;
			
		}
			.Commandes {
           
            font-size: 1.2rem;
			
		}
			.couleur_sous_titre {
			
			font-size: 1.2rem;
			
		}
			.sauf {
            
            
            font-size: 0.8rem;
		
		}
}
		