.menu-navigation { text-align: center; margin: 20px 0; } .menu-navigation ul { list-style: none; padding: 0; } .menu-navigation li { display: inline-block; margin-right: 20px; } .menu-navigation a { text-decoration: none; color: #333; font-size: 16px; font-weight: bold; transition: color 0.3s ease-in-out; } .menu-navigation a:hover { color: #ff8c00; } .menu-categorie { margin-bottom: 40px; background-color: #fff; padding: 20px; border-radius: 12px; box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); } .menu-categorie h3 { font-size: 28px; border-bottom: 3px solid #ccc; padding-bottom: 10px; margin-bottom: 15px; color: #1a1a1a; } .menu-element { margin-bottom: 25px; background-color: #f9f9f9; padding: 20px; border-radius: 10px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } .menu-element img { width: 100%; max-width: 250px; height: auto; border-radius: 10px; box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); } .menu-element h4 { font-size: 22px; color: #333; margin-bottom: 10px; } .menu-element p { font-size: 16px; line-height: 1.5; } .prix { font-weight: bold; color: #ff8c00; font-size: 18px; /* Taille de police plus grande pour une meilleure visibilité */ margin-top: 8px; /* Espacement du prix par rapport à la description */ }