Description
Le VĂ©ritable Citron de Menton IGP : L’Or Jaune de la Riviera
CultivĂ© en terrasses sur les pentes douces du bassin mentonnais, ce Citron de Menton IGP est une vĂ©ritable pĂ©pite de la gastronomie française. RĂ©coltĂ© Ă la main et Ă parfaite maturitĂ©, il bĂ©nĂ©ficie d’un microclimat unique qui lui confĂšre ses caractĂ©ristiques exceptionnelles.
Oubliez l’aciditĂ© agressive ! Le Citron de Menton se distingue par une douceur incomparable, des notes florales intenses et une Ă©corce Ă©paisse gorgĂ©e d’huiles essentielles. Surtout, il est garanti sans aucun traitement aprĂšs rĂ©colte : vous pouvez (et devez !) consommer 100% de son zeste.
đ Les secrets de l’Appellation IGP
- Terroir exclusif : Cultivé uniquement sur quelques communes autour de Menton.
- Parfum intense : Une teneur en huiles essentielles supérieure à la moyenne.
- 100% Comestible : Zéro cire, zéro fongicide aprÚs la cueillette.
- RĂ©colte manuelle : Un soin artisanal qui respecte le fruit et l’arbre.
1 kg ou 5 kg
Ăpaisse & Non traitĂ©e
Menton (France)
IGP (Indication Géo.)
đĄ Les conseils de Lou :
đ Le conseil anti-gaspi : PrĂ©levez toujours les zestes avant de presser le jus. S’il vous en reste, congelez-les pour vos futures prĂ©parations !
/* DESIGN SYSTEM PRODUIT NEARY – MENTON IGP */
#neary-menton-desc {
–pm-primary: #ffcc00; /* Jaune Menton */
–pm-text: #2c3e50;
–pm-bg-light: #fffdf5;
–pm-border: #eee;
–pm-radius: 12px;
font-family: -apple-system, BlinkMacSystemFont, « Segoe UI », Roboto, Helvetica, Arial, sans-serif;
color: var(–pm-text);
line-height: 1.6;
max-width: 100%;
}
/* HEADER */
.product-header { margin-bottom: 20px; }
.product-badge {
display: inline-block;
background: #2980b9; /* Bleu France pour l’origine */
color: #fff;
font-size: 11px;
font-weight: 800;
text-transform: uppercase;
padding: 4px 10px;
border-radius: 20px;
margin-bottom: 10px;
letter-spacing: 0.5px;
}
.product-title {
font-size: 22px;
font-weight: 800;
color: #111;
margin: 0;
line-height: 1.3;
}
/* TEXTES */
.product-intro, .product-tasting {
font-size: 15px;
color: #444;
margin-bottom: 15px;
}
.product-intro strong, .product-tasting strong { color: #111; background: linear-gradient(120deg, #ffcc00 0%, #ffcc00 100%); background-repeat: no-repeat; background-size: 100% 30%; background-position: 0 85%; }
/* BOĂTE UPSELL (5KG) */
.upsell-box {
background: var(–pm-bg-light);
border: 1px dashed #f1c40f;
padding: 15px;
border-radius: 8px;
display: flex;
align-items: center;
gap: 15px;
margin: 25px 0;
}
.upsell-icon { font-size: 24px; }
.upsell-text { font-size: 14px; color: #555; }
.upsell-text strong { color: #d35400; }
/* LISTE AVANTAGES */
.product-features {
background: #fff;
border: 1px solid var(–pm-border);
border-radius: var(–pm-radius);
padding: 20px;
margin-bottom: 25px;
box-shadow: 0 4px 10px rgba(0,0,0,0.02);
}
.product-features h3 { margin-top: 0; font-size: 16px; color: #e67e22; margin-bottom: 15px; }
.feature-list { margin: 0; padding-left: 20px; }
.feature-list li { margin-bottom: 8px; font-size: 14px; color: #555; }
.feature-list li strong { color: #111; }
/* GRILLE INFO TECHNIQUE */
.product-grid-info {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 10px;
margin-bottom: 25px;
}
.info-card {
display: flex;
align-items: center;
gap: 12px;
background: #fdfdfd;
padding: 12px;
border-radius: 8px;
border: 1px solid #eee;
}
.info-emoji { font-size: 20px; }
.info-data { display: flex; flex-direction: column; }
.info-label { font-size: 11px; color: #777; text-transform: uppercase; font-weight: 600; }
.info-card strong { font-size: 14px; color: #111; }
/* IDĂES RECETTES (LOU) */
.lou-ideas {
background: #fff;
border-left: 4px solid var(–pm-primary);
padding: 15px 20px;
border-radius: 0 var(–pm-radius) var(–pm-radius) 0;
box-shadow: 0 4px 15px rgba(255, 204, 0, 0.1);
}
.lou-header h3 { font-size: 16px; margin: 0 0 15px 0; color: #111; }
.ideas-tags {
display: flex;
flex-wrap: wrap;
gap: 8px;
margin-bottom: 15px;
}
.idea-tag {
background: #fffbf0;
color: #d35400;
font-size: 13px;
font-weight: 600;
padding: 6px 12px;
border-radius: 20px;
border: 1px solid #fceea7;
}
.lou-conclusion { margin: 0; font-size: 14px; color: #555; padding-top: 15px; border-top: 1px dashed #eee; }
.lou-conclusion strong { color: #d35400; }
/* BOUTON GUIDE COMPLET */
.guide-cta-wrapper {
margin-top: 30px;
text-align: center;
}
.btn-guide-complet {
display: inline-block;
background: #fff;
color: #111;
border: 2px solid var(–pm-primary);
font-weight: 800;
font-size: 15px;
text-decoration: none;
padding: 14px 24px;
border-radius: 8px;
transition: all 0.2s ease;
box-shadow: 0 4px 10px rgba(255, 204, 0, 0.1);
}
.btn-guide-complet:hover {
background: var(–pm-primary);
transform: translateY(-2px);
box-shadow: 0 6px 15px rgba(255, 204, 0, 0.2);
color: #111;
}





Avis
Il nây a pas encore dâavis.