<style>
    /* --- BLOC CARBURANTS ALTERNATIFS --- */
    .litroo-alternatif-absent {
        font-size: 0.9rem;
        color: #222;
        font-style: italic;
        margin: 8px 0 24px;
    }
    .litroo-alternatifs-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
        margin: 16px 0 24px;
    }
    @media (max-width: 600px) { .litroo-alternatifs-grid { grid-template-columns: 1fr; } }
    .litroo-alternatif-card {
        border: 2px solid #c8d4e8;
        border-radius: 10px;
        padding: 16px 18px;
        background: #fff;
    }
    .litroo-alternatif-entete {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-bottom: 12px;
        padding-bottom: 10px;
        border-bottom: 1px solid #dde3ed;
    }
    .litroo-alternatif-label {
        font-size: 1.05rem;
        font-weight: 700;
        color: #1a3a6b;
    }
    .litroo-alternatif-tag {
        font-size: 0.7rem;
        font-weight: 600;
        color: #fff;
        background: #1a3a6b;
        border-radius: 4px;
        padding: 2px 7px;
    }
    .litroo-alternatif-prix-ligne {
        display: flex;
        align-items: baseline;
        gap: 8px;
        margin-bottom: 6px;
    }
    .litroo-alternatif-prix-val {
        font-size: 1.4rem;
        font-weight: 700;
        color: #2e7d32;
    }
    .litroo-alternatif-prix-sub {
        font-size: 0.8rem;
        color: #222;
    }
    .litroo-alternatif-stations-nb {
        font-size: 0.82rem;
        color: #222;
        margin-bottom: 4px;
    }
    .litroo-alternatif-station-nom {
        font-size: 0.82rem;
        color: #222;
        font-weight: 600;
        margin-bottom: 8px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .litroo-alternatif-avantage {
        font-size: 0.78rem;
        color: #222;
        line-height: 1.45;
        border-top: 1px solid #dde3ed;
        padding-top: 8px;
        margin-top: 6px;
    }

    /* --- BLOC TENDANCE --- */
    .litroo-tendance-intro {
        font-size: 0.92rem;
        color: #222;
        margin: 0 0 16px;
        line-height: 1.6;
    }
    .litroo-tendance-grille {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
        margin-bottom: 24px;
    }
    @media (max-width: 600px) { .litroo-tendance-grille { grid-template-columns: 1fr; } }
    .litroo-tendance-card {
        border: 2px solid #c8d4e8;
        border-radius: 10px;
        padding: 14px 16px;
        background: #fff;
    }
    .litroo-tendance-card-entete {
        font-size: 0.82rem;
        font-weight: 700;
        color: #fff;
        background: #1a3a6b;
        border-radius: 6px;
        padding: 4px 10px;
        display: inline-block;
        margin-bottom: 10px;
        letter-spacing: .03em;
    }
    .litroo-tendance-card-body {
        display: flex;
        align-items: center;
        gap: 6px;
        margin-bottom: 8px;
    }
    .litroo-tendance-card-icone {
        font-size: 1.6rem;
        line-height: 1;
        font-weight: 700;
    }
    .litroo-tendance-card-pct {
        font-size: 1.45rem;
        font-weight: 700;
    }
    .litroo-td-baisse { color: #2e7d32; }
    .litroo-td-hausse { color: #c62828; }
    .litroo-td-stable { color: #1a3a6b; }
    .litroo-tendance-card-prix {
        font-size: 0.85rem;
        color: #222;
        display: flex;
        flex-direction: column;
        gap: 2px;
    }
    .litroo-tendance-card-ref {
        font-size: 0.77rem;
        color: #222;
    }

    /* --- BLOC FAQ --- */
    .litroo-dept-faq { margin: 16px 0 24px; }
    .litroo-faq-item {
        border: 1px solid #dde3ed;
        border-radius: 8px;
        padding: 14px 16px;
        margin-bottom: 10px;
        background: #fff;
    }
    .litroo-faq-q {
        font-size: 0.92rem;
        font-weight: 700;
        color: #1a3a6b;
        margin-bottom: 8px;
    }
    .litroo-faq-a { font-size: 0.88rem; color: #222; line-height: 1.55; }

    /* --- MENTION VERIFICATION --- */
    .litroo-verifie-ok  { color: #2e7d32; font-size: 0.78rem; }
    .litroo-verifie-ancien { color: #888; font-size: 0.78rem; font-style: italic; }

    @media (min-width: 769px) { #litroo-ville-fab-wrap { display: none !important; } }
    @media (max-width: 768px) {
        #litroo-ville-carb-selector { display: none !important; }
        #litroo-ville-fab-wrap { display: flex !important; }
        .litroo-edito-th-hide, .litroo-edito-td-hide { display: none !important; }
        .litroo-edito-table td, .litroo-edito-table th { white-space: nowrap; font-size: 0.78rem; padding: 6px 8px; }
    }
    .litroo-edito-nowrap { white-space: nowrap; }
    .litroo-ville-fab-btn:hover { background: #f5f7ff !important; }
    .litroo-ville-fab-btn.fab-active { background: #e8f0fe !important; font-weight: 700 !important; }
    #litroo-ville-fab-btn:hover { background: #1a73e8; }
    .litroo-badge-vigilance {
        position: relative;
        display: inline-flex; align-items: center; gap: 3px;
        color: #e65100; font-size: 0.88rem; font-weight: 700;
        cursor: pointer;
    }
    .litroo-badge-vigilance-i {
        font-size: 0.85rem; opacity: 0.9;
    }
    .litroo-tooltip-box {
        display: none;
        position: absolute;
        bottom: calc(100% + 8px);
        left: 50%;
        transform: translateX(-50%);
        background: #1a3a6b;
        color: #fff;
        font-size: 0.78rem;
        font-weight: 400;
        line-height: 1.4;
        padding: 8px 12px;
        border-radius: 6px;
        width: 220px;
        text-align: center;
        z-index: 999;
        pointer-events: none;
        white-space: normal;
        box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    }
    .litroo-tooltip-box::after {
        content: '';
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        border: 6px solid transparent;
        border-top-color: #1a3a6b;
    }
    .litroo-badge-vigilance:hover .litroo-tooltip-box,
    .litroo-badge-vigilance.tooltip-open .litroo-tooltip-box {
        display: block;
    }
    .litroo-top3-prix-group {
        display: inline-flex; align-items: center; gap: 6px;
    }
    </style>
{"id":5264,"date":"2026-03-22T11:57:34","date_gmt":"2026-03-22T10:57:34","guid":{"rendered":"https:\/\/litroo.com\/fr-fr\/prix-carburant\/seine-et-marne\/le-mee-sur-seine\/"},"modified":"2026-03-22T11:57:34","modified_gmt":"2026-03-22T10:57:34","slug":"le-mee-sur-seine","status":"publish","type":"page","link":"https:\/\/litroo.com\/fr-fr\/prix-carburant\/seine-et-marne\/le-mee-sur-seine\/","title":{"rendered":"Prix carburant Le mee sur seine \u2014 Stations essence Seine-et-marne"},"content":{"rendered":"    <div class=\"litroo-page-wrapper\">\n\n    <!-- FIL D'ARIANE -->\n    <div class=\"litroo-breadcrumb\"><a href=\"https:\/\/litroo.com\/fr-fr\/\">Accueil<\/a> <span class=\"litroo-bc-sep\">\u203a<\/span> <a href=\"https:\/\/litroo.com\/fr-fr\/prix-carburant\/\">Prix carburant<\/a> <span class=\"litroo-bc-sep\">\u203a<\/span> <a href=\"https:\/\/litroo.com\/fr-fr\/prix-carburant\/regions\/ile-de-france\/\">\u00cele-de-France<\/a> <span class=\"litroo-bc-sep\">\u203a<\/span> <a href=\"https:\/\/litroo.com\/fr-fr\/prix-carburant\/seine-et-marne\/\">Seine-Et-Marne<\/a> <span class=\"litroo-bc-sep\">\u203a<\/span> <span>Le mee sur seine<\/span><\/div>\n    <!-- HERO -->\n    <div class=\"litroo-hero-region\">\n        <h1 class=\"litroo-hero-region-h1\">Prix des carburants \u00e0 <span class=\"litroo-hero-region-nom\">Le mee sur seine (77)<\/span> en temps r\u00e9el<\/h1>\n        <p class=\"litroo-hero-region-intro\">Trouvez instantan\u00e9ment la station la moins ch\u00e8re \u00e0 Le mee sur seine et comparez les prix du carburant. Un outil simple pour faire le plein au meilleur prix sans perdre de temps.<\/p>\n        <p class=\"litroo-hero-region-sync\">Source : Donn\u00e9es officielles gouvernementales \u00b7 Mise \u00e0 jour le 24\/04\/2026 \u00e0 12h19<\/p>\n        <div class=\"litroo-hero-region-search-row\">\n            <div class=\"litroo-hero-region-search-wrap\">\n                <input type=\"text\" id=\"litroo-search\" class=\"litroo-search-input litroo-hero-region-search-input\" placeholder=\"Ville, D\u00e9partement, R\u00e9gion\" autocomplete=\"off\">\n                <button class=\"litroo-search-btn litroo-hero-region-search-btn\" id=\"litroo-search-submit\" aria-label=\"Rechercher\">\n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#fff\" stroke-width=\"2.5\"><circle cx=\"11\" cy=\"11\" r=\"8\"\/><line x1=\"21\" y1=\"21\" x2=\"16.65\" y2=\"16.65\"\/><\/svg>\n                <\/button>\n                <div id=\"litroo-search-results\" class=\"litroo-search-dropdown\" style=\"display:none\"><\/div>\n            <\/div>\n            <span class=\"litroo-hero-region-sep\">\u2014<\/span>\n            <button class=\"litroo-hero-region-autour-btn\" onclick=\"this.innerHTML='\ud83d\udccd Chargement...';this.disabled=true;window.location.href='https:\/\/litroo.com\/fr-fr\/autour-de-moi\/'\">\n                <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"15\" height=\"15\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#f0a500\" stroke-width=\"2.5\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7z\"\/><circle cx=\"12\" cy=\"9\" r=\"2.5\"\/><\/svg>\n                Autour de moi\n            <\/button>\n        <\/div>\n    <\/div>\n\n    <!-- SELECTEUR CARBURANT (desktop) -->\n    <div class=\"litroo-carb-selector\" id=\"litroo-ville-carb-selector\" style=\"margin:24px auto 16px;max-width:600px\">\n                <button class=\"litroo-carb-btn active\" data-carb=\"Gazole\">\n            GO        <\/button>\n                <button class=\"litroo-carb-btn \" data-carb=\"E10\">\n            E10        <\/button>\n                <button class=\"litroo-carb-btn \" data-carb=\"SP95\">\n            SP95        <\/button>\n                <button class=\"litroo-carb-btn \" data-carb=\"SP98\">\n            SP98        <\/button>\n                <button class=\"litroo-carb-btn \" data-carb=\"E85\">\n            E85        <\/button>\n                <button class=\"litroo-carb-btn \" data-carb=\"GPLc\">\n            GPLc        <\/button>\n            <\/div>\n\n    <!-- 2 STATS DYNAMIQUES -->\n    <div class=\"litroo-dept-chiffres\" style=\"display:flex !important;flex-direction:row !important;gap:12px;margin:16px 0\">\n        <div class=\"litroo-dept-chiffre-card\" style=\"flex:1 !important\">\n            <div class=\"litroo-dept-chiffre-val\">1<\/div>\n            <div class=\"litroo-dept-chiffre-label\">Stations<\/div>\n        <\/div>\n        <div class=\"litroo-dept-chiffre-card\" id=\"ville-chiffre-moyen\" style=\"flex:1 !important\">\n            <div class=\"litroo-dept-chiffre-val\">2,133 \u20ac<\/div>\n            <div class=\"litroo-dept-chiffre-label\">Prix moyen <span id=\"ville-chiffre-carb-label\">Gazole<\/span><\/div>\n        <\/div>\n    <\/div>\n\n    <!-- BLOC 1 : TOP 3 STATIONS -->\n    <div class=\"litroo-bloc-header\"><h2 class=\"litroo-bloc-h2\">O\u00f9 trouver l&#039;essence la moins ch\u00e8re \u00e0 Le mee sur seine ?<\/h2><p class=\"litroo-bloc-intro\">Top 3 des stations essence les moins ch\u00e8res \u00e0 Le mee sur seine pour le carburant s\u00e9lectionn\u00e9.<\/p><\/div>        <div class=\"litroo-ville-carb-section\" data-carb=\"Gazole\" >\n                <div class=\"litroo-top3\">\n                        <div class=\"litroo-top3-wrap rang-1-wrap\">\n                <div class=\"litroo-top3-badge-above\">LE MOINS CHER<\/div>                <div class=\"litroo-top3-card rang-1\">\n                    <div class=\"litroo-top3-header\">\n                        <span class=\"litroo-stats-carb-nom\">Gazole<\/span>\n                        <span class=\"litroo-top3-prix-group\">\n                                                        <span class=\"litroo-top3-prix \">2,133 \u20ac<\/span>\n                        <\/span>\n                    <\/div>\n                    <div class=\"litroo-top3-nom\">RELAIS LE MEE S.SEINE COURTILLE | TotalEnergies<\/div>\n                    <div class=\"litroo-top3-adresse\">Av maurice dauvergne<\/div>\n                    <div class=\"litroo-top3-footer\">\n                        <span class=\"litroo-top3-ville\">77350 Le mee sur seine<\/span>\n                        <span class=\"litroo-top3-verifie litroo-verifie-ok\">\u2713 V\u00e9rifi\u00e9 aujourd'hui<\/span>                    <\/div>\n                <\/div>\n            <\/div>\n                    <\/div>\n            <\/div>\n        <div class=\"litroo-ville-carb-section\" data-carb=\"E10\" style=\"display:none\">\n                <div class=\"litroo-top3\">\n                        <div class=\"litroo-top3-wrap rang-1-wrap\">\n                <div class=\"litroo-top3-badge-above\">LE MOINS CHER<\/div>                <div class=\"litroo-top3-card rang-1\">\n                    <div class=\"litroo-top3-header\">\n                        <span class=\"litroo-stats-carb-nom\">E10<\/span>\n                        <span class=\"litroo-top3-prix-group\">\n                                                        <span class=\"litroo-top3-prix \">1,968 \u20ac<\/span>\n                        <\/span>\n                    <\/div>\n                    <div class=\"litroo-top3-nom\">RELAIS LE MEE S.SEINE COURTILLE | TotalEnergies<\/div>\n                    <div class=\"litroo-top3-adresse\">Av maurice dauvergne<\/div>\n                    <div class=\"litroo-top3-footer\">\n                        <span class=\"litroo-top3-ville\">77350 Le mee sur seine<\/span>\n                        <span class=\"litroo-top3-verifie litroo-verifie-ok\">\u2713 V\u00e9rifi\u00e9 aujourd'hui<\/span>                    <\/div>\n                <\/div>\n            <\/div>\n                    <\/div>\n            <\/div>\n        <div class=\"litroo-ville-carb-section\" data-carb=\"SP95\" style=\"display:none\">\n                    <p class=\"litroo-msg-vide\">Aucune station SP95 disponible \u00e0 Le mee sur seine.<\/p>\n            <\/div>\n        <div class=\"litroo-ville-carb-section\" data-carb=\"SP98\" style=\"display:none\">\n                <div class=\"litroo-top3\">\n                        <div class=\"litroo-top3-wrap rang-1-wrap\">\n                <div class=\"litroo-top3-badge-above\">LE MOINS CHER<\/div>                <div class=\"litroo-top3-card rang-1\">\n                    <div class=\"litroo-top3-header\">\n                        <span class=\"litroo-stats-carb-nom\">SP98<\/span>\n                        <span class=\"litroo-top3-prix-group\">\n                                                        <span class=\"litroo-top3-prix \">1,990 \u20ac<\/span>\n                        <\/span>\n                    <\/div>\n                    <div class=\"litroo-top3-nom\">RELAIS LE MEE S.SEINE COURTILLE | TotalEnergies<\/div>\n                    <div class=\"litroo-top3-adresse\">Av maurice dauvergne<\/div>\n                    <div class=\"litroo-top3-footer\">\n                        <span class=\"litroo-top3-ville\">77350 Le mee sur seine<\/span>\n                        <span class=\"litroo-top3-verifie litroo-verifie-ok\">\u2713 V\u00e9rifi\u00e9 aujourd'hui<\/span>                    <\/div>\n                <\/div>\n            <\/div>\n                    <\/div>\n            <\/div>\n        <div class=\"litroo-ville-carb-section\" data-carb=\"E85\" style=\"display:none\">\n                    <p class=\"litroo-msg-vide\">Aucune station E85 disponible \u00e0 Le mee sur seine.<\/p>\n            <\/div>\n        <div class=\"litroo-ville-carb-section\" data-carb=\"GPLc\" style=\"display:none\">\n                    <p class=\"litroo-msg-vide\">Aucune station GPLc disponible \u00e0 Le mee sur seine.<\/p>\n            <\/div>\n    \n    <!-- BLOC 2 : TOUTES LES STATIONS -->\n    <div class=\"litroo-bloc-header\"><h2 class=\"litroo-bloc-h2\">Tarifs actualis\u00e9s de toutes les stations de Le mee sur seine<\/h2><p class=\"litroo-bloc-intro\">Les autres stations-service \u00e0 Le mee sur seine avec les prix du carburant s\u00e9lectionn\u00e9.<\/p><\/div>        <div class=\"litroo-ville-carb-section\" data-carb=\"Gazole\" >\n                            <p class=\"litroo-msg-vide\">Toutes les stations proposant le Gazole \u00e0 Le mee sur seine sont affich\u00e9es dans le top 3 ci-dessus.<\/p>\n            <\/div>\n        <div class=\"litroo-ville-carb-section\" data-carb=\"E10\" style=\"display:none\">\n                            <p class=\"litroo-msg-vide\">Toutes les stations proposant le E10 \u00e0 Le mee sur seine sont affich\u00e9es dans le top 3 ci-dessus.<\/p>\n            <\/div>\n        <div class=\"litroo-ville-carb-section\" data-carb=\"SP95\" style=\"display:none\">\n                            <p class=\"litroo-msg-vide\">Aucune station SP95 disponible \u00e0 Le mee sur seine.<\/p>\n            <\/div>\n        <div class=\"litroo-ville-carb-section\" data-carb=\"SP98\" style=\"display:none\">\n                            <p class=\"litroo-msg-vide\">Toutes les stations proposant le SP98 \u00e0 Le mee sur seine sont affich\u00e9es dans le top 3 ci-dessus.<\/p>\n            <\/div>\n        <div class=\"litroo-ville-carb-section\" data-carb=\"E85\" style=\"display:none\">\n                            <p class=\"litroo-msg-vide\">Aucune station E85 disponible \u00e0 Le mee sur seine.<\/p>\n            <\/div>\n        <div class=\"litroo-ville-carb-section\" data-carb=\"GPLc\" style=\"display:none\">\n                            <p class=\"litroo-msg-vide\">Aucune station GPLc disponible \u00e0 Le mee sur seine.<\/p>\n            <\/div>\n    \n    <!-- BLOC 3 : STATIONS AUTOUR -->\n    <div class=\"litroo-bloc-header\"><h2 class=\"litroo-bloc-h2\">Stations-service \u00e0 proximit\u00e9 de Le mee sur seine : tarifs en temps r\u00e9el<\/h2><p class=\"litroo-bloc-intro\">Comparez les stations-service autour de Le mee sur seine selon le prix ou la distance.<\/p><\/div>        <div class=\"litroo-ville-carb-section\" data-carb=\"Gazole\" >\n                        <div class=\"litroo-autour-toggle\">\n            <button class=\"litroo-autour-btn active\" data-tri=\"prix\">\u2b07 Les moins ch\u00e8res<\/button>\n            <button class=\"litroo-autour-btn\" data-tri=\"dist\">\ud83d\udccd Les plus proches<\/button>\n        <\/div>\n                        <div class=\"litroo-autour-grid\" data-tri=\"prix\" >\n            <div class=\"litroo-top3\">\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-badge-above litroo-badge-orange\">\n                        LA MOINS CH\u00c8RE AUTOUR                    <\/div>\n                                        <div class=\"litroo-top3-card autour-1\">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">Gazole<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">2,050 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">CENTRE LECLERC | Leclerc<\/div>\n                        <div class=\"litroo-top3-adresse\">544 avenue andr\u00e9 amp\u00e8re<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Dammarie-les-lys \u2014 4.3 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ok\">\u2713 V\u00e9rifi\u00e9 aujourd'hui<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">Gazole<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">2,053 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">Carrefour Market | Carrefour<\/div>\n                        <div class=\"litroo-top3-adresse\">36 avenue du pr\u00e9sident franklin roosevelt<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Avon \u2014 15.6 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ancien\">Mis \u00e0 jour le 22\/04\/2026<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">Gazole<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">2,069 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">E.LECLERC | Leclerc<\/div>\n                        <div class=\"litroo-top3-adresse\">5 rue des grands champs<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Le ch\u00c2telet-en-brie \u2014 13.3 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ok\">\u2713 V\u00e9rifi\u00e9 aujourd'hui<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">Gazole<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">2,079 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">INTERMARCHE LISSES | Intermarch\u00e9<\/div>\n                        <div class=\"litroo-top3-adresse\">Rue de corbeil<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Lisses \u2014 15.9 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ok\">\u2713 V\u00e9rifi\u00e9 aujourd'hui<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">Gazole<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">2,097 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">CARREFOUR VILLABE | Carrefour<\/div>\n                        <div class=\"litroo-top3-adresse\">Route de villoison<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Villabe \u2014 14.6 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ok\">\u2713 V\u00e9rifi\u00e9 aujourd'hui<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">Gazole<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">2,099 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">INTERMARCHE VERT LE PETIT | Intermarch\u00e9<\/div>\n                        <div class=\"litroo-top3-adresse\">8, rue berthollet<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Vert-le-petit \u2014 19.7 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ancien\">Mis \u00e0 jour le 21\/04\/2026<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">Gazole<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">2,099 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">INTERMARCHE | Intermarch\u00e9<\/div>\n                        <div class=\"litroo-top3-adresse\">Rue jean cocteau<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Mennecy \u2014 13.7 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ok\">\u2713 V\u00e9rifi\u00e9 aujourd'hui<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">Gazole<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">2,099 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">Netto | Netto<\/div>\n                        <div class=\"litroo-top3-adresse\">17 rue faraday<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Mennecy \u2014 13.9 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ok\">\u2713 V\u00e9rifi\u00e9 aujourd'hui<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">Gazole<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">2,109 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">INTERMARCHE COMBS LA VILLE | Intermarch\u00e9<\/div>\n                        <div class=\"litroo-top3-adresse\">Rue charles fabry<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Combs-la-ville \u2014 12.9 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ok\">\u2713 V\u00e9rifi\u00e9 aujourd'hui<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">Gazole<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">2,109 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">SA VAUX DISTRIBUTION | Intermarch\u00e9<\/div>\n                        <div class=\"litroo-top3-adresse\">27 route de montereau<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Vaux-le-p\u00e9nil \u2014 3.5 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ok\">\u2713 V\u00e9rifi\u00e9 aujourd'hui<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">Gazole<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">2,109 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">Intermarch\u00e9 | Intermarch\u00e9<\/div>\n                        <div class=\"litroo-top3-adresse\">Avenue jean monnet<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Boissise-la-bertrand \u2014 1.6 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ancien\">Mis \u00e0 jour le 21\/04\/2026<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">Gazole<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">2,109 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">Carrefour Market | Carrefour<\/div>\n                        <div class=\"litroo-top3-adresse\">Rue du perr\u00e9<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Rubelles \u2014 3 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ancien\">Mis \u00e0 jour le 21\/04\/2026<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                        <\/div>\n        <\/div>\n                <div class=\"litroo-autour-grid\" data-tri=\"dist\" style=\"display:none\">\n            <div class=\"litroo-top3\">\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-badge-above litroo-badge-orange\">\n                        LA PLUS PROCHE                    <\/div>\n                                        <div class=\"litroo-top3-card autour-1\">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">Gazole<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">2,109 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">Intermarch\u00e9 | Intermarch\u00e9<\/div>\n                        <div class=\"litroo-top3-adresse\">Avenue jean monnet<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Boissise-la-bertrand \u2014 1.6 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ancien\">Mis \u00e0 jour le 21\/04\/2026<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">Gazole<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">2,224 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">TOTAL LE RELAIS 77 | TotalEnergies<\/div>\n                        <div class=\"litroo-top3-adresse\">48 avenue de meaux<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Melun \u2014 2.5 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ok\">\u2713 V\u00e9rifi\u00e9 aujourd'hui<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">Gazole<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">2,128 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">RELAIS LA ROCHETTE MELUN | TotalEnergies<\/div>\n                        <div class=\"litroo-top3-adresse\">27 bis avenue du general leclerc<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">La rochette \u2014 2.7 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ok\">\u2713 V\u00e9rifi\u00e9 aujourd'hui<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">Gazole<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">2,133 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">RELAIS DAMMARIE LES LYS | TotalEnergies<\/div>\n                        <div class=\"litroo-top3-adresse\">Avenue des lys<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Dammarie-les-lys \u2014 2.8 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ok\">\u2713 V\u00e9rifi\u00e9 aujourd'hui<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">Gazole<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">2,109 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">Carrefour Market | Carrefour<\/div>\n                        <div class=\"litroo-top3-adresse\">Rue du perr\u00e9<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Rubelles \u2014 3 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ancien\">Mis \u00e0 jour le 21\/04\/2026<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">Gazole<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">2,128 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">RELAIS DAMMARIE LECLERC | TotalEnergies<\/div>\n                        <div class=\"litroo-top3-adresse\">936 avenue du general leclerc<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Dammarie-les-lys \u2014 3.1 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ok\">\u2713 V\u00e9rifi\u00e9 aujourd'hui<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">Gazole<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">2,221 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">RELAIS DE L&#039;ALMONT | TotalEnergies<\/div>\n                        <div class=\"litroo-top3-adresse\">Rn 5 bis rte de nangis (angle)<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Melun \u2014 3.3 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ok\">\u2713 V\u00e9rifi\u00e9 aujourd'hui<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">Gazole<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">2,109 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">SA VAUX DISTRIBUTION | Intermarch\u00e9<\/div>\n                        <div class=\"litroo-top3-adresse\">27 route de montereau<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Vaux-le-p\u00e9nil \u2014 3.5 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ok\">\u2713 V\u00e9rifi\u00e9 aujourd'hui<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">Gazole<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">2,050 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">CENTRE LECLERC | Leclerc<\/div>\n                        <div class=\"litroo-top3-adresse\">544 avenue andr\u00e9 amp\u00e8re<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Dammarie-les-lys \u2014 4.3 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ok\">\u2713 V\u00e9rifi\u00e9 aujourd'hui<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">Gazole<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">2,199 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">Carrefour Market | Carrefour<\/div>\n                        <div class=\"litroo-top3-adresse\">Rue des trois rodes<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Vaux-le-p\u00e9nil \u2014 4.9 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ancien\">Mis \u00e0 jour le 21\/04\/2026<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">Gazole<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">2,142 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">AUCHAN CARBURANT | Auchan<\/div>\n                        <div class=\"litroo-top3-adresse\">Rte nationale 6 centre cial boiss\u00e9nart<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Cesson \u2014 5.6 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ok\">\u2713 V\u00e9rifi\u00e9 aujourd'hui<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">Gazole<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">2,126 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">CARREFOUR VILLIERS EN BIERE | Carrefour<\/div>\n                        <div class=\"litroo-top3-adresse\">Rn7 bp23<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Dammarie-les-lys \u2014 6.1 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ok\">\u2713 V\u00e9rifi\u00e9 aujourd'hui<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                        <\/div>\n        <\/div>\n                    <\/div>\n        <div class=\"litroo-ville-carb-section\" data-carb=\"E10\" style=\"display:none\">\n                        <div class=\"litroo-autour-toggle\">\n            <button class=\"litroo-autour-btn active\" data-tri=\"prix\">\u2b07 Les moins ch\u00e8res<\/button>\n            <button class=\"litroo-autour-btn\" data-tri=\"dist\">\ud83d\udccd Les plus proches<\/button>\n        <\/div>\n                        <div class=\"litroo-autour-grid\" data-tri=\"prix\" >\n            <div class=\"litroo-top3\">\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-badge-above litroo-badge-orange\">\n                        LA MOINS CH\u00c8RE AUTOUR                    <\/div>\n                                        <div class=\"litroo-top3-card autour-1\">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">E10<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">1,918 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">INTERMARCHE VERT LE PETIT | Intermarch\u00e9<\/div>\n                        <div class=\"litroo-top3-adresse\">8, rue berthollet<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Vert-le-petit \u2014 19.7 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ancien\">Mis \u00e0 jour le 21\/04\/2026<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">E10<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">1,936 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">Carrefour Market | Carrefour<\/div>\n                        <div class=\"litroo-top3-adresse\">36 avenue du pr\u00e9sident franklin roosevelt<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Avon \u2014 15.6 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ancien\">Mis \u00e0 jour le 22\/04\/2026<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">E10<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">1,940 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">CENTRE LECLERC | Leclerc<\/div>\n                        <div class=\"litroo-top3-adresse\">544 avenue andr\u00e9 amp\u00e8re<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Dammarie-les-lys \u2014 4.3 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ok\">\u2713 V\u00e9rifi\u00e9 aujourd'hui<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">E10<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">1,945 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">AUCHAN SUPERMARCHE | Auchan<\/div>\n                        <div class=\"litroo-top3-adresse\">3 pl. de l&#039;europe<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Saint-germain-l\u00e8s-corbeil \u2014 13.4 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ancien\">Mis \u00e0 jour le 18\/04\/2026<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">E10<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">1,947 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">ESSO EVRY | Esso<\/div>\n                        <div class=\"litroo-top3-adresse\">Bd des champs elysees<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">\u00c9vry \u2014 18.5 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ok\">\u2713 V\u00e9rifi\u00e9 aujourd'hui<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">E10<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">1,948 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">ESSO AVON FONTAINEBLEAU | Esso<\/div>\n                        <div class=\"litroo-top3-adresse\">73 avenue du pr\u00e9sident franklin roosevelt<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Avon \u2014 15.5 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ok\">\u2713 V\u00e9rifi\u00e9 aujourd'hui<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">E10<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">1,949 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">AUCHAN SUPERMARCHE VULAINES-SUR-SEINE | Auchan<\/div>\n                        <div class=\"litroo-top3-adresse\">44 route d hericy<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Vulaines-sur-seine \u2014 15 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ancien\">Mis \u00e0 jour le 23\/04\/2026<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">E10<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">1,949 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">Auchan | Auchan<\/div>\n                        <div class=\"litroo-top3-adresse\">Chemin des pr\u00e9s<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Thomery \u2014 19 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ancien\">Mis \u00e0 jour le 21\/04\/2026<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">E10<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">1,957 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">Carrefour Market | Carrefour<\/div>\n                        <div class=\"litroo-top3-adresse\">L oree de guignes<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Guignes \u2014 15.9 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ancien\">Mis \u00e0 jour le 20\/04\/2026<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">E10<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">1,959 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">INTERMARCHE COMBS LA VILLE | Intermarch\u00e9<\/div>\n                        <div class=\"litroo-top3-adresse\">Rue charles fabry<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Combs-la-ville \u2014 12.9 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ancien\">Mis \u00e0 jour le 23\/04\/2026<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">E10<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">1,959 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">RELAIS MOULIN DU GUE | TotalEnergies<\/div>\n                        <div class=\"litroo-top3-adresse\">Rn191 - route de corbeil<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Baulne \u2014 19.5 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ok\">\u2713 V\u00e9rifi\u00e9 aujourd'hui<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">E10<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">1,959 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">CARREFOUR Val D&#039;Yerres | Carrefour<\/div>\n                        <div class=\"litroo-top3-adresse\">Centre commercial val d&#039;yerres 2<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Boussy-saint-antoine \u2014 16.8 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ok\">\u2713 V\u00e9rifi\u00e9 aujourd'hui<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                        <\/div>\n        <\/div>\n                <div class=\"litroo-autour-grid\" data-tri=\"dist\" style=\"display:none\">\n            <div class=\"litroo-top3\">\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-badge-above litroo-badge-orange\">\n                        LA PLUS PROCHE                    <\/div>\n                                        <div class=\"litroo-top3-card autour-1\">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">E10<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">1,969 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">Intermarch\u00e9 | Intermarch\u00e9<\/div>\n                        <div class=\"litroo-top3-adresse\">Avenue jean monnet<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Boissise-la-bertrand \u2014 1.6 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ancien\">Mis \u00e0 jour le 20\/04\/2026<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">E10<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">1,990 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">TOTAL LE RELAIS 77 | TotalEnergies<\/div>\n                        <div class=\"litroo-top3-adresse\">48 avenue de meaux<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Melun \u2014 2.5 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ok\">\u2713 V\u00e9rifi\u00e9 aujourd'hui<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">E10<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">1,964 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">RELAIS LA ROCHETTE MELUN | TotalEnergies<\/div>\n                        <div class=\"litroo-top3-adresse\">27 bis avenue du general leclerc<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">La rochette \u2014 2.7 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ok\">\u2713 V\u00e9rifi\u00e9 aujourd'hui<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">E10<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">1,966 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">RELAIS DAMMARIE LES LYS | TotalEnergies<\/div>\n                        <div class=\"litroo-top3-adresse\">Avenue des lys<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Dammarie-les-lys \u2014 2.8 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ok\">\u2713 V\u00e9rifi\u00e9 aujourd'hui<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">E10<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">1,964 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">RELAIS DAMMARIE LECLERC | TotalEnergies<\/div>\n                        <div class=\"litroo-top3-adresse\">936 avenue du general leclerc<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Dammarie-les-lys \u2014 3.1 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ok\">\u2713 V\u00e9rifi\u00e9 aujourd'hui<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">E10<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">1,990 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">RELAIS DE L&#039;ALMONT | TotalEnergies<\/div>\n                        <div class=\"litroo-top3-adresse\">Rn 5 bis rte de nangis (angle)<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Melun \u2014 3.3 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ok\">\u2713 V\u00e9rifi\u00e9 aujourd'hui<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">E10<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">1,959 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">SA VAUX DISTRIBUTION | Intermarch\u00e9<\/div>\n                        <div class=\"litroo-top3-adresse\">27 route de montereau<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Vaux-le-p\u00e9nil \u2014 3.5 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ancien\">Mis \u00e0 jour le 23\/04\/2026<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">E10<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">1,940 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">CENTRE LECLERC | Leclerc<\/div>\n                        <div class=\"litroo-top3-adresse\">544 avenue andr\u00e9 amp\u00e8re<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Dammarie-les-lys \u2014 4.3 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ok\">\u2713 V\u00e9rifi\u00e9 aujourd'hui<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">E10<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">1,959 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">Carrefour Market | Carrefour<\/div>\n                        <div class=\"litroo-top3-adresse\">Rue des trois rodes<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Vaux-le-p\u00e9nil \u2014 4.9 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ok\">\u2713 V\u00e9rifi\u00e9 aujourd'hui<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">E10<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">2,004 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">AUCHAN CARBURANT | Auchan<\/div>\n                        <div class=\"litroo-top3-adresse\">Rte nationale 6 centre cial boiss\u00e9nart<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Cesson \u2014 5.6 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ok\">\u2713 V\u00e9rifi\u00e9 aujourd'hui<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">E10<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">1,976 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">CARREFOUR VILLIERS EN BIERE | Carrefour<\/div>\n                        <div class=\"litroo-top3-adresse\">Rn7 bp23<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Dammarie-les-lys \u2014 6.1 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ok\">\u2713 V\u00e9rifi\u00e9 aujourd'hui<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">E10<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">2,009 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">ESSO EXPRESS ST FARGEAU | Esso<\/div>\n                        <div class=\"litroo-top3-adresse\">Lotissement des bordes, rn 7<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Saint-fargeau-ponthierry \u2014 7.3 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ok\">\u2713 V\u00e9rifi\u00e9 aujourd'hui<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                        <\/div>\n        <\/div>\n                    <\/div>\n        <div class=\"litroo-ville-carb-section\" data-carb=\"SP95\" style=\"display:none\">\n                        <div class=\"litroo-autour-toggle\">\n            <button class=\"litroo-autour-btn active\" data-tri=\"prix\">\u2b07 Les moins ch\u00e8res<\/button>\n            <button class=\"litroo-autour-btn\" data-tri=\"dist\">\ud83d\udccd Les plus proches<\/button>\n        <\/div>\n                        <div class=\"litroo-autour-grid\" data-tri=\"prix\" >\n            <div class=\"litroo-top3\">\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-badge-above litroo-badge-orange\">\n                        LA MOINS CH\u00c8RE AUTOUR                    <\/div>\n                                        <div class=\"litroo-top3-card autour-1\">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">SP95<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">1,975 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">CENTRE LECLERC | Leclerc<\/div>\n                        <div class=\"litroo-top3-adresse\">544 avenue andr\u00e9 amp\u00e8re<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Dammarie-les-lys \u2014 4.3 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ok\">\u2713 V\u00e9rifi\u00e9 aujourd'hui<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">SP95<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                <span class=\"litroo-badge-vigilance\" data-tooltip=\"Dernier prix connu : il y a 11 jours. Prix potentiellement obsol\u00e8te \u2014 risque de fermeture ou rupture. V\u00e9rifiez avant de vous d\u00e9placer.\">\u26a0 Vigilance <span class=\"litroo-badge-vigilance-i\">\u24d8<\/span><span class=\"litroo-tooltip-box\">Dernier prix connu : il y a 11 jours. Prix potentiellement obsol\u00e8te \u2014 risque de fermeture ou rupture. V\u00e9rifiez avant de vous d\u00e9placer.<\/span><\/span>                                <span class=\"litroo-top3-prix litroo-prix-normal\">1,995 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">INTERMARCHE ST PIERRE DU PERRAY | Intermarch\u00e9<\/div>\n                        <div class=\"litroo-top3-adresse\">Rue marguerite yourcenar<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Saint-pierre-du-perray \u2014 12.2 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ancien\">Mis \u00e0 jour le 13\/04\/2026<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">SP95<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">1,995 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">AUCHAN SUPERMARCHE | Auchan<\/div>\n                        <div class=\"litroo-top3-adresse\">3 pl. de l&#039;europe<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Saint-germain-l\u00e8s-corbeil \u2014 13.4 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ancien\">Mis \u00e0 jour le 18\/04\/2026<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">SP95<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">1,999 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">INTERMARCHE VERT LE PETIT | Intermarch\u00e9<\/div>\n                        <div class=\"litroo-top3-adresse\">8, rue berthollet<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Vert-le-petit \u2014 19.7 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ancien\">Mis \u00e0 jour le 21\/04\/2026<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">SP95<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">1,999 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">E.LECLERC | Leclerc<\/div>\n                        <div class=\"litroo-top3-adresse\">5 rue des grands champs<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Le ch\u00c2telet-en-brie \u2014 13.3 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ok\">\u2713 V\u00e9rifi\u00e9 aujourd'hui<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">SP95<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">2,003 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">Carrefour Market | Carrefour<\/div>\n                        <div class=\"litroo-top3-adresse\">Rue gallieni<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Chartrettes \u2014 8.1 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ancien\">Mis \u00e0 jour le 18\/04\/2026<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">SP95<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">2,004 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">CARREFOUR VILLIERS EN BIERE | Carrefour<\/div>\n                        <div class=\"litroo-top3-adresse\">Rn7 bp23<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Dammarie-les-lys \u2014 6.1 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ok\">\u2713 V\u00e9rifi\u00e9 aujourd'hui<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">SP95<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                <span class=\"litroo-badge-vigilance\" data-tooltip=\"Dernier prix connu : il y a 8 jours. Prix potentiellement obsol\u00e8te \u2014 risque de fermeture ou rupture. V\u00e9rifiez avant de vous d\u00e9placer.\">\u26a0 Vigilance <span class=\"litroo-badge-vigilance-i\">\u24d8<\/span><span class=\"litroo-tooltip-box\">Dernier prix connu : il y a 8 jours. Prix potentiellement obsol\u00e8te \u2014 risque de fermeture ou rupture. V\u00e9rifiez avant de vous d\u00e9placer.<\/span><\/span>                                <span class=\"litroo-top3-prix litroo-prix-normal\">2,005 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">Netto | Netto<\/div>\n                        <div class=\"litroo-top3-adresse\">17 rue faraday<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Mennecy \u2014 13.9 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ancien\">Mis \u00e0 jour le 16\/04\/2026<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">SP95<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">2,009 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">INTERMARCHE COMBS LA VILLE | Intermarch\u00e9<\/div>\n                        <div class=\"litroo-top3-adresse\">Rue charles fabry<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Combs-la-ville \u2014 12.9 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ancien\">Mis \u00e0 jour le 23\/04\/2026<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">SP95<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                <span class=\"litroo-badge-vigilance\" data-tooltip=\"Dernier prix connu : il y a 23 jours. Prix potentiellement obsol\u00e8te \u2014 risque de fermeture ou rupture. V\u00e9rifiez avant de vous d\u00e9placer.\">\u26a0 Vigilance <span class=\"litroo-badge-vigilance-i\">\u24d8<\/span><span class=\"litroo-tooltip-box\">Dernier prix connu : il y a 23 jours. Prix potentiellement obsol\u00e8te \u2014 risque de fermeture ou rupture. V\u00e9rifiez avant de vous d\u00e9placer.<\/span><\/span>                                <span class=\"litroo-top3-prix litroo-prix-normal\">2,009 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">Carrefour Market | Carrefour<\/div>\n                        <div class=\"litroo-top3-adresse\">Z.a.c. de l&#039;aunaye<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Ballancourt-sur-essonne \u2014 18.1 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ancien\">Mis \u00e0 jour le 01\/04\/2026<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">SP95<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">2,009 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">SA VAUX DISTRIBUTION | Intermarch\u00e9<\/div>\n                        <div class=\"litroo-top3-adresse\">27 route de montereau<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Vaux-le-p\u00e9nil \u2014 3.5 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ancien\">Mis \u00e0 jour le 23\/04\/2026<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">SP95<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">2,009 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">Carrefour Market | Carrefour<\/div>\n                        <div class=\"litroo-top3-adresse\">Rue des trois rodes<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Vaux-le-p\u00e9nil \u2014 4.9 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ancien\">Mis \u00e0 jour le 20\/04\/2026<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                        <\/div>\n        <\/div>\n                <div class=\"litroo-autour-grid\" data-tri=\"dist\" style=\"display:none\">\n            <div class=\"litroo-top3\">\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-badge-above litroo-badge-orange\">\n                        LA PLUS PROCHE                    <\/div>\n                                        <div class=\"litroo-top3-card autour-1\">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">SP95<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">2,009 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">Carrefour Market | Carrefour<\/div>\n                        <div class=\"litroo-top3-adresse\">Rue du perr\u00e9<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Rubelles \u2014 3 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ok\">\u2713 V\u00e9rifi\u00e9 aujourd'hui<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">SP95<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">2,009 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">SA VAUX DISTRIBUTION | Intermarch\u00e9<\/div>\n                        <div class=\"litroo-top3-adresse\">27 route de montereau<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Vaux-le-p\u00e9nil \u2014 3.5 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ancien\">Mis \u00e0 jour le 23\/04\/2026<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">SP95<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">1,975 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">CENTRE LECLERC | Leclerc<\/div>\n                        <div class=\"litroo-top3-adresse\">544 avenue andr\u00e9 amp\u00e8re<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Dammarie-les-lys \u2014 4.3 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ok\">\u2713 V\u00e9rifi\u00e9 aujourd'hui<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">SP95<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">2,009 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">Carrefour Market | Carrefour<\/div>\n                        <div class=\"litroo-top3-adresse\">Rue des trois rodes<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Vaux-le-p\u00e9nil \u2014 4.9 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ancien\">Mis \u00e0 jour le 20\/04\/2026<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">SP95<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">2,004 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">CARREFOUR VILLIERS EN BIERE | Carrefour<\/div>\n                        <div class=\"litroo-top3-adresse\">Rn7 bp23<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Dammarie-les-lys \u2014 6.1 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ok\">\u2713 V\u00e9rifi\u00e9 aujourd'hui<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">SP95<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">2,003 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">Carrefour Market | Carrefour<\/div>\n                        <div class=\"litroo-top3-adresse\">Rue gallieni<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Chartrettes \u2014 8.1 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ancien\">Mis \u00e0 jour le 18\/04\/2026<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">SP95<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                <span class=\"litroo-badge-vigilance\" data-tooltip=\"Dernier prix connu : il y a 11 jours. Prix potentiellement obsol\u00e8te \u2014 risque de fermeture ou rupture. V\u00e9rifiez avant de vous d\u00e9placer.\">\u26a0 Vigilance <span class=\"litroo-badge-vigilance-i\">\u24d8<\/span><span class=\"litroo-tooltip-box\">Dernier prix connu : il y a 11 jours. Prix potentiellement obsol\u00e8te \u2014 risque de fermeture ou rupture. V\u00e9rifiez avant de vous d\u00e9placer.<\/span><\/span>                                <span class=\"litroo-top3-prix litroo-prix-normal\">1,995 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">INTERMARCHE ST PIERRE DU PERRAY | Intermarch\u00e9<\/div>\n                        <div class=\"litroo-top3-adresse\">Rue marguerite yourcenar<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Saint-pierre-du-perray \u2014 12.2 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ancien\">Mis \u00e0 jour le 13\/04\/2026<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">SP95<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">2,009 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">INTERMARCHE COMBS LA VILLE | Intermarch\u00e9<\/div>\n                        <div class=\"litroo-top3-adresse\">Rue charles fabry<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Combs-la-ville \u2014 12.9 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ancien\">Mis \u00e0 jour le 23\/04\/2026<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">SP95<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">1,999 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">E.LECLERC | Leclerc<\/div>\n                        <div class=\"litroo-top3-adresse\">5 rue des grands champs<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Le ch\u00c2telet-en-brie \u2014 13.3 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ok\">\u2713 V\u00e9rifi\u00e9 aujourd'hui<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">SP95<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">1,995 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">AUCHAN SUPERMARCHE | Auchan<\/div>\n                        <div class=\"litroo-top3-adresse\">3 pl. de l&#039;europe<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Saint-germain-l\u00e8s-corbeil \u2014 13.4 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ancien\">Mis \u00e0 jour le 18\/04\/2026<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">SP95<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                <span class=\"litroo-badge-vigilance\" data-tooltip=\"Dernier prix connu : il y a 8 jours. Prix potentiellement obsol\u00e8te \u2014 risque de fermeture ou rupture. V\u00e9rifiez avant de vous d\u00e9placer.\">\u26a0 Vigilance <span class=\"litroo-badge-vigilance-i\">\u24d8<\/span><span class=\"litroo-tooltip-box\">Dernier prix connu : il y a 8 jours. Prix potentiellement obsol\u00e8te \u2014 risque de fermeture ou rupture. V\u00e9rifiez avant de vous d\u00e9placer.<\/span><\/span>                                <span class=\"litroo-top3-prix litroo-prix-normal\">2,005 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">Netto | Netto<\/div>\n                        <div class=\"litroo-top3-adresse\">17 rue faraday<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Mennecy \u2014 13.9 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ancien\">Mis \u00e0 jour le 16\/04\/2026<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">SP95<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">2,012 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">CARREFOUR VILLABE | Carrefour<\/div>\n                        <div class=\"litroo-top3-adresse\">Route de villoison<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Villabe \u2014 14.6 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ok\">\u2713 V\u00e9rifi\u00e9 aujourd'hui<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                        <\/div>\n        <\/div>\n                    <\/div>\n        <div class=\"litroo-ville-carb-section\" data-carb=\"SP98\" style=\"display:none\">\n                        <div class=\"litroo-autour-toggle\">\n            <button class=\"litroo-autour-btn active\" data-tri=\"prix\">\u2b07 Les moins ch\u00e8res<\/button>\n            <button class=\"litroo-autour-btn\" data-tri=\"dist\">\ud83d\udccd Les plus proches<\/button>\n        <\/div>\n                        <div class=\"litroo-autour-grid\" data-tri=\"prix\" >\n            <div class=\"litroo-top3\">\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-badge-above litroo-badge-orange\">\n                        LA MOINS CH\u00c8RE AUTOUR                    <\/div>\n                                        <div class=\"litroo-top3-card autour-1\">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">SP98<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">1,990 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">RELAIS MOULIN DU GUE | TotalEnergies<\/div>\n                        <div class=\"litroo-top3-adresse\">Rn191 - route de corbeil<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Baulne \u2014 19.5 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ok\">\u2713 V\u00e9rifi\u00e9 aujourd'hui<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">SP98<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">1,990 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">RELAIS DAMMARIE LES LYS | TotalEnergies<\/div>\n                        <div class=\"litroo-top3-adresse\">Avenue des lys<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Dammarie-les-lys \u2014 2.8 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ok\">\u2713 V\u00e9rifi\u00e9 aujourd'hui<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">SP98<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">1,990 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">RELAIS DAMMARIE LECLERC | TotalEnergies<\/div>\n                        <div class=\"litroo-top3-adresse\">936 avenue du general leclerc<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Dammarie-les-lys \u2014 3.1 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ok\">\u2713 V\u00e9rifi\u00e9 aujourd'hui<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">SP98<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">1,990 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">Total Energies Quincy | TotalEnergies<\/div>\n                        <div class=\"litroo-top3-adresse\">61 rue de brunoy<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Quincy-sous-s\u00e9nart \u2014 16.8 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ok\">\u2713 V\u00e9rifi\u00e9 aujourd'hui<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">SP98<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">1,990 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">RELAIS DE MILLY | TotalEnergies<\/div>\n                        <div class=\"litroo-top3-adresse\">Av de ganay - rn 148<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Milly-la-for\u00eat \u2014 19.4 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ok\">\u2713 V\u00e9rifi\u00e9 aujourd'hui<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">SP98<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">1,990 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">RELAIS PORTES DE YEBLES | TotalEnergies<\/div>\n                        <div class=\"litroo-top3-adresse\">Rd 619<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Y\u00e8bles \u2014 15 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ok\">\u2713 V\u00e9rifi\u00e9 aujourd'hui<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">SP98<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">1,990 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">RELAIS CROIX VERTE | TotalEnergies<\/div>\n                        <div class=\"litroo-top3-adresse\">7 avenue du general leclerc<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Saint-germain-l\u00e8s-corbeil \u2014 13.9 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ok\">\u2713 V\u00e9rifi\u00e9 aujourd'hui<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">SP98<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">1,990 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">RELAIS DE L&#039;ALMONT | TotalEnergies<\/div>\n                        <div class=\"litroo-top3-adresse\">Rn 5 bis rte de nangis (angle)<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Melun \u2014 3.3 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ok\">\u2713 V\u00e9rifi\u00e9 aujourd'hui<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">SP98<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">1,990 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">RELAIS FOCH | TotalEnergies<\/div>\n                        <div class=\"litroo-top3-adresse\">44 boulevard du mar\u00e9chal foch<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Fontainebleau \u2014 15.1 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ok\">\u2713 V\u00e9rifi\u00e9 aujourd'hui<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">SP98<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">1,990 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">RELAIS DE L&#039;YERRES | TotalEnergies<\/div>\n                        <div class=\"litroo-top3-adresse\">5 rue du g\u00c9n\u00c9ral leclerc<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Brie-comte-robert \u2014 17.7 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ok\">\u2713 V\u00e9rifi\u00e9 aujourd'hui<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">SP98<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">1,990 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">TOTAL LE RELAIS 77 | TotalEnergies<\/div>\n                        <div class=\"litroo-top3-adresse\">48 avenue de meaux<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Melun \u2014 2.5 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ok\">\u2713 V\u00e9rifi\u00e9 aujourd'hui<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">SP98<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">1,990 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">RELAIS MAISON ROUGE | TotalEnergies<\/div>\n                        <div class=\"litroo-top3-adresse\">Rn 7<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">St fargeau ponthierry \u2014 8.2 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ok\">\u2713 V\u00e9rifi\u00e9 aujourd'hui<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                        <\/div>\n        <\/div>\n                <div class=\"litroo-autour-grid\" data-tri=\"dist\" style=\"display:none\">\n            <div class=\"litroo-top3\">\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-badge-above litroo-badge-orange\">\n                        LA PLUS PROCHE                    <\/div>\n                                        <div class=\"litroo-top3-card autour-1\">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">SP98<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">2,079 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">Intermarch\u00e9 | Intermarch\u00e9<\/div>\n                        <div class=\"litroo-top3-adresse\">Avenue jean monnet<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Boissise-la-bertrand \u2014 1.6 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ancien\">Mis \u00e0 jour le 20\/04\/2026<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">SP98<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">1,990 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">TOTAL LE RELAIS 77 | TotalEnergies<\/div>\n                        <div class=\"litroo-top3-adresse\">48 avenue de meaux<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Melun \u2014 2.5 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ok\">\u2713 V\u00e9rifi\u00e9 aujourd'hui<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">SP98<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">1,990 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">RELAIS LA ROCHETTE MELUN | TotalEnergies<\/div>\n                        <div class=\"litroo-top3-adresse\">27 bis avenue du general leclerc<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">La rochette \u2014 2.7 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ok\">\u2713 V\u00e9rifi\u00e9 aujourd'hui<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">SP98<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">1,990 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">RELAIS DAMMARIE LES LYS | TotalEnergies<\/div>\n                        <div class=\"litroo-top3-adresse\">Avenue des lys<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Dammarie-les-lys \u2014 2.8 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ok\">\u2713 V\u00e9rifi\u00e9 aujourd'hui<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">SP98<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">2,069 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">Carrefour Market | Carrefour<\/div>\n                        <div class=\"litroo-top3-adresse\">Rue du perr\u00e9<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Rubelles \u2014 3 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ok\">\u2713 V\u00e9rifi\u00e9 aujourd'hui<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">SP98<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">1,990 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">RELAIS DAMMARIE LECLERC | TotalEnergies<\/div>\n                        <div class=\"litroo-top3-adresse\">936 avenue du general leclerc<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Dammarie-les-lys \u2014 3.1 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ok\">\u2713 V\u00e9rifi\u00e9 aujourd'hui<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">SP98<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">1,990 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">RELAIS DE L&#039;ALMONT | TotalEnergies<\/div>\n                        <div class=\"litroo-top3-adresse\">Rn 5 bis rte de nangis (angle)<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Melun \u2014 3.3 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ok\">\u2713 V\u00e9rifi\u00e9 aujourd'hui<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">SP98<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">2,069 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">SA VAUX DISTRIBUTION | Intermarch\u00e9<\/div>\n                        <div class=\"litroo-top3-adresse\">27 route de montereau<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Vaux-le-p\u00e9nil \u2014 3.5 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ancien\">Mis \u00e0 jour le 23\/04\/2026<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">SP98<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">2,009 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">CENTRE LECLERC | Leclerc<\/div>\n                        <div class=\"litroo-top3-adresse\">544 avenue andr\u00e9 amp\u00e8re<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Dammarie-les-lys \u2014 4.3 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ok\">\u2713 V\u00e9rifi\u00e9 aujourd'hui<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">SP98<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">2,069 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">Carrefour Market | Carrefour<\/div>\n                        <div class=\"litroo-top3-adresse\">Rue des trois rodes<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Vaux-le-p\u00e9nil \u2014 4.9 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ok\">\u2713 V\u00e9rifi\u00e9 aujourd'hui<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">SP98<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">2,155 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">AUCHAN CARBURANT | Auchan<\/div>\n                        <div class=\"litroo-top3-adresse\">Rte nationale 6 centre cial boiss\u00e9nart<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Cesson \u2014 5.6 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ok\">\u2713 V\u00e9rifi\u00e9 aujourd'hui<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">SP98<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">2,101 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">CARREFOUR VILLIERS EN BIERE | Carrefour<\/div>\n                        <div class=\"litroo-top3-adresse\">Rn7 bp23<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Dammarie-les-lys \u2014 6.1 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ok\">\u2713 V\u00e9rifi\u00e9 aujourd'hui<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                        <\/div>\n        <\/div>\n                    <\/div>\n        <div class=\"litroo-ville-carb-section\" data-carb=\"E85\" style=\"display:none\">\n                        <div class=\"litroo-autour-toggle\">\n            <button class=\"litroo-autour-btn active\" data-tri=\"prix\">\u2b07 Les moins ch\u00e8res<\/button>\n            <button class=\"litroo-autour-btn\" data-tri=\"dist\">\ud83d\udccd Les plus proches<\/button>\n        <\/div>\n                        <div class=\"litroo-autour-grid\" data-tri=\"prix\" >\n            <div class=\"litroo-top3\">\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-badge-above litroo-badge-orange\">\n                        LA MOINS CH\u00c8RE AUTOUR                    <\/div>\n                                        <div class=\"litroo-top3-card autour-1\">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">E85<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                <span class=\"litroo-badge-vigilance\" data-tooltip=\"Dernier prix connu : il y a 8 jours. Prix potentiellement obsol\u00e8te \u2014 risque de fermeture ou rupture. V\u00e9rifiez avant de vous d\u00e9placer.\">\u26a0 Vigilance <span class=\"litroo-badge-vigilance-i\">\u24d8<\/span><span class=\"litroo-tooltip-box\">Dernier prix connu : il y a 8 jours. Prix potentiellement obsol\u00e8te \u2014 risque de fermeture ou rupture. V\u00e9rifiez avant de vous d\u00e9placer.<\/span><\/span>                                <span class=\"litroo-top3-prix litroo-prix-normal\">0,818 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">INTERMARCHE | Intermarch\u00e9<\/div>\n                        <div class=\"litroo-top3-adresse\">Rue jean cocteau<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Mennecy \u2014 13.7 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ancien\">Mis \u00e0 jour le 16\/04\/2026<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">E85<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">0,818 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">Auchan | Auchan<\/div>\n                        <div class=\"litroo-top3-adresse\">Chemin des pr\u00e9s<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Thomery \u2014 19 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ancien\">Mis \u00e0 jour le 21\/04\/2026<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">E85<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                <span class=\"litroo-badge-vigilance\" data-tooltip=\"Dernier prix connu : il y a 8 jours. Prix potentiellement obsol\u00e8te \u2014 risque de fermeture ou rupture. V\u00e9rifiez avant de vous d\u00e9placer.\">\u26a0 Vigilance <span class=\"litroo-badge-vigilance-i\">\u24d8<\/span><span class=\"litroo-tooltip-box\">Dernier prix connu : il y a 8 jours. Prix potentiellement obsol\u00e8te \u2014 risque de fermeture ou rupture. V\u00e9rifiez avant de vous d\u00e9placer.<\/span><\/span>                                <span class=\"litroo-top3-prix litroo-prix-normal\">0,819 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">INTERMARCHE COMBS LA VILLE | Intermarch\u00e9<\/div>\n                        <div class=\"litroo-top3-adresse\">Rue charles fabry<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Combs-la-ville \u2014 12.9 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ancien\">Mis \u00e0 jour le 16\/04\/2026<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">E85<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">0,819 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">RELAIS MOULIN DU GUE | TotalEnergies<\/div>\n                        <div class=\"litroo-top3-adresse\">Rn191 - route de corbeil<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Baulne \u2014 19.5 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ok\">\u2713 V\u00e9rifi\u00e9 aujourd'hui<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">E85<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">0,819 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">RELAIS DE MILLY | TotalEnergies<\/div>\n                        <div class=\"litroo-top3-adresse\">Av de ganay - rn 148<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Milly-la-for\u00eat \u2014 19.4 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ok\">\u2713 V\u00e9rifi\u00e9 aujourd'hui<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">E85<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                <span class=\"litroo-badge-vigilance\" data-tooltip=\"Dernier prix connu : il y a 8 jours. Prix potentiellement obsol\u00e8te \u2014 risque de fermeture ou rupture. V\u00e9rifiez avant de vous d\u00e9placer.\">\u26a0 Vigilance <span class=\"litroo-badge-vigilance-i\">\u24d8<\/span><span class=\"litroo-tooltip-box\">Dernier prix connu : il y a 8 jours. Prix potentiellement obsol\u00e8te \u2014 risque de fermeture ou rupture. V\u00e9rifiez avant de vous d\u00e9placer.<\/span><\/span>                                <span class=\"litroo-top3-prix litroo-prix-normal\">0,819 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">SA VAUX DISTRIBUTION | Intermarch\u00e9<\/div>\n                        <div class=\"litroo-top3-adresse\">27 route de montereau<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Vaux-le-p\u00e9nil \u2014 3.5 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ancien\">Mis \u00e0 jour le 16\/04\/2026<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">E85<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                <span class=\"litroo-badge-vigilance\" data-tooltip=\"Dernier prix connu : il y a 8 jours. Prix potentiellement obsol\u00e8te \u2014 risque de fermeture ou rupture. V\u00e9rifiez avant de vous d\u00e9placer.\">\u26a0 Vigilance <span class=\"litroo-badge-vigilance-i\">\u24d8<\/span><span class=\"litroo-tooltip-box\">Dernier prix connu : il y a 8 jours. Prix potentiellement obsol\u00e8te \u2014 risque de fermeture ou rupture. V\u00e9rifiez avant de vous d\u00e9placer.<\/span><\/span>                                <span class=\"litroo-top3-prix litroo-prix-normal\">0,819 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">Intermarch\u00e9 | Intermarch\u00e9<\/div>\n                        <div class=\"litroo-top3-adresse\">Avenue jean monnet<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Boissise-la-bertrand \u2014 1.6 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ancien\">Mis \u00e0 jour le 16\/04\/2026<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">E85<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">0,821 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">CARREFOUR Val D&#039;Yerres | Carrefour<\/div>\n                        <div class=\"litroo-top3-adresse\">Centre commercial val d&#039;yerres 2<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Boussy-saint-antoine \u2014 16.8 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ok\">\u2713 V\u00e9rifi\u00e9 aujourd'hui<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">E85<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">0,822 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">RELAIS CROIX VERTE | TotalEnergies<\/div>\n                        <div class=\"litroo-top3-adresse\">7 avenue du general leclerc<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Saint-germain-l\u00e8s-corbeil \u2014 13.9 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ok\">\u2713 V\u00e9rifi\u00e9 aujourd'hui<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">E85<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">0,833 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">RELAIS DAMMARIE LECLERC | TotalEnergies<\/div>\n                        <div class=\"litroo-top3-adresse\">936 avenue du general leclerc<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Dammarie-les-lys \u2014 3.1 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ok\">\u2713 V\u00e9rifi\u00e9 aujourd'hui<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">E85<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">0,834 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">CARREFOUR VILLIERS EN BIERE | Carrefour<\/div>\n                        <div class=\"litroo-top3-adresse\">Rn7 bp23<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Dammarie-les-lys \u2014 6.1 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ok\">\u2713 V\u00e9rifi\u00e9 aujourd'hui<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">E85<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">0,839 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">RELAIS CORBEIL ESSONNES | TotalEnergies<\/div>\n                        <div class=\"litroo-top3-adresse\">Rue sigmund freud<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Corbeil essonnes \u2014 15.4 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ok\">\u2713 V\u00e9rifi\u00e9 aujourd'hui<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                        <\/div>\n        <\/div>\n                <div class=\"litroo-autour-grid\" data-tri=\"dist\" style=\"display:none\">\n            <div class=\"litroo-top3\">\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-badge-above litroo-badge-orange\">\n                        LA PLUS PROCHE                    <\/div>\n                                        <div class=\"litroo-top3-card autour-1\">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">E85<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                <span class=\"litroo-badge-vigilance\" data-tooltip=\"Dernier prix connu : il y a 8 jours. Prix potentiellement obsol\u00e8te \u2014 risque de fermeture ou rupture. V\u00e9rifiez avant de vous d\u00e9placer.\">\u26a0 Vigilance <span class=\"litroo-badge-vigilance-i\">\u24d8<\/span><span class=\"litroo-tooltip-box\">Dernier prix connu : il y a 8 jours. Prix potentiellement obsol\u00e8te \u2014 risque de fermeture ou rupture. V\u00e9rifiez avant de vous d\u00e9placer.<\/span><\/span>                                <span class=\"litroo-top3-prix litroo-prix-normal\">0,819 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">Intermarch\u00e9 | Intermarch\u00e9<\/div>\n                        <div class=\"litroo-top3-adresse\">Avenue jean monnet<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Boissise-la-bertrand \u2014 1.6 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ancien\">Mis \u00e0 jour le 16\/04\/2026<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">E85<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">0,833 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">RELAIS DAMMARIE LECLERC | TotalEnergies<\/div>\n                        <div class=\"litroo-top3-adresse\">936 avenue du general leclerc<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Dammarie-les-lys \u2014 3.1 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ok\">\u2713 V\u00e9rifi\u00e9 aujourd'hui<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">E85<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                <span class=\"litroo-badge-vigilance\" data-tooltip=\"Dernier prix connu : il y a 8 jours. Prix potentiellement obsol\u00e8te \u2014 risque de fermeture ou rupture. V\u00e9rifiez avant de vous d\u00e9placer.\">\u26a0 Vigilance <span class=\"litroo-badge-vigilance-i\">\u24d8<\/span><span class=\"litroo-tooltip-box\">Dernier prix connu : il y a 8 jours. Prix potentiellement obsol\u00e8te \u2014 risque de fermeture ou rupture. V\u00e9rifiez avant de vous d\u00e9placer.<\/span><\/span>                                <span class=\"litroo-top3-prix litroo-prix-normal\">0,819 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">SA VAUX DISTRIBUTION | Intermarch\u00e9<\/div>\n                        <div class=\"litroo-top3-adresse\">27 route de montereau<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Vaux-le-p\u00e9nil \u2014 3.5 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ancien\">Mis \u00e0 jour le 16\/04\/2026<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">E85<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">0,917 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">AUCHAN CARBURANT | Auchan<\/div>\n                        <div class=\"litroo-top3-adresse\">Rte nationale 6 centre cial boiss\u00e9nart<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Cesson \u2014 5.6 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ok\">\u2713 V\u00e9rifi\u00e9 aujourd'hui<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">E85<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">0,834 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">CARREFOUR VILLIERS EN BIERE | Carrefour<\/div>\n                        <div class=\"litroo-top3-adresse\">Rn7 bp23<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Dammarie-les-lys \u2014 6.1 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ok\">\u2713 V\u00e9rifi\u00e9 aujourd'hui<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">E85<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">0,869 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">SIGESS TOTAL ENERGIES | TotalEnergies<\/div>\n                        <div class=\"litroo-top3-adresse\">8 avenue du 8 mai 1945<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Savigny-le-temple \u2014 7.5 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ok\">\u2713 V\u00e9rifi\u00e9 aujourd'hui<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">E85<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">0,917 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">CARREFOUR CARRE SENART | Carrefour<\/div>\n                        <div class=\"litroo-top3-adresse\">C.commercial carre senart<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Lieusaint \u2014 10.3 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ok\">\u2713 V\u00e9rifi\u00e9 aujourd'hui<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">E85<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                <span class=\"litroo-badge-vigilance\" data-tooltip=\"Dernier prix connu : il y a 8 jours. Prix potentiellement obsol\u00e8te \u2014 risque de fermeture ou rupture. V\u00e9rifiez avant de vous d\u00e9placer.\">\u26a0 Vigilance <span class=\"litroo-badge-vigilance-i\">\u24d8<\/span><span class=\"litroo-tooltip-box\">Dernier prix connu : il y a 8 jours. Prix potentiellement obsol\u00e8te \u2014 risque de fermeture ou rupture. V\u00e9rifiez avant de vous d\u00e9placer.<\/span><\/span>                                <span class=\"litroo-top3-prix litroo-prix-normal\">0,819 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">INTERMARCHE COMBS LA VILLE | Intermarch\u00e9<\/div>\n                        <div class=\"litroo-top3-adresse\">Rue charles fabry<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Combs-la-ville \u2014 12.9 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ancien\">Mis \u00e0 jour le 16\/04\/2026<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">E85<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                <span class=\"litroo-badge-vigilance\" data-tooltip=\"Dernier prix connu : il y a 8 jours. Prix potentiellement obsol\u00e8te \u2014 risque de fermeture ou rupture. V\u00e9rifiez avant de vous d\u00e9placer.\">\u26a0 Vigilance <span class=\"litroo-badge-vigilance-i\">\u24d8<\/span><span class=\"litroo-tooltip-box\">Dernier prix connu : il y a 8 jours. Prix potentiellement obsol\u00e8te \u2014 risque de fermeture ou rupture. V\u00e9rifiez avant de vous d\u00e9placer.<\/span><\/span>                                <span class=\"litroo-top3-prix litroo-prix-normal\">0,818 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">INTERMARCHE | Intermarch\u00e9<\/div>\n                        <div class=\"litroo-top3-adresse\">Rue jean cocteau<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Mennecy \u2014 13.7 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ancien\">Mis \u00e0 jour le 16\/04\/2026<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">E85<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">0,822 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">RELAIS CROIX VERTE | TotalEnergies<\/div>\n                        <div class=\"litroo-top3-adresse\">7 avenue du general leclerc<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Saint-germain-l\u00e8s-corbeil \u2014 13.9 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ok\">\u2713 V\u00e9rifi\u00e9 aujourd'hui<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">E85<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                <span class=\"litroo-badge-vigilance\" data-tooltip=\"Dernier prix connu : il y a 9 jours. Prix potentiellement obsol\u00e8te \u2014 risque de fermeture ou rupture. V\u00e9rifiez avant de vous d\u00e9placer.\">\u26a0 Vigilance <span class=\"litroo-badge-vigilance-i\">\u24d8<\/span><span class=\"litroo-tooltip-box\">Dernier prix connu : il y a 9 jours. Prix potentiellement obsol\u00e8te \u2014 risque de fermeture ou rupture. V\u00e9rifiez avant de vous d\u00e9placer.<\/span><\/span>                                <span class=\"litroo-top3-prix litroo-prix-normal\">0,851 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">RELAIS DE CORBEIL ESSONNES AVIA | Avia<\/div>\n                        <div class=\"litroo-top3-adresse\">18 boulevard jean jaures<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Corbeil essonnes \u2014 14.2 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ancien\">Mis \u00e0 jour le 14\/04\/2026<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">E85<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">0,854 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">RELAIS PORTES DE YEBLES | TotalEnergies<\/div>\n                        <div class=\"litroo-top3-adresse\">Rd 619<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Y\u00e8bles \u2014 15 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ok\">\u2713 V\u00e9rifi\u00e9 aujourd'hui<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                        <\/div>\n        <\/div>\n                    <\/div>\n        <div class=\"litroo-ville-carb-section\" data-carb=\"GPLc\" style=\"display:none\">\n                        <div class=\"litroo-autour-toggle\">\n            <button class=\"litroo-autour-btn active\" data-tri=\"prix\">\u2b07 Les moins ch\u00e8res<\/button>\n            <button class=\"litroo-autour-btn\" data-tri=\"dist\">\ud83d\udccd Les plus proches<\/button>\n        <\/div>\n                        <div class=\"litroo-autour-grid\" data-tri=\"prix\" >\n            <div class=\"litroo-top3\">\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-badge-above litroo-badge-orange\">\n                        LA MOINS CH\u00c8RE AUTOUR                    <\/div>\n                                        <div class=\"litroo-top3-card autour-1\">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">GPLc<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">0,999 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">CARREFOUR CARRE SENART | Carrefour<\/div>\n                        <div class=\"litroo-top3-adresse\">C.commercial carre senart<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Lieusaint \u2014 10.3 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ok\">\u2713 V\u00e9rifi\u00e9 aujourd'hui<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">GPLc<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">0,999 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">CARREFOUR VILLABE | Carrefour<\/div>\n                        <div class=\"litroo-top3-adresse\">Route de villoison<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Villabe \u2014 14.6 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ok\">\u2713 V\u00e9rifi\u00e9 aujourd'hui<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">GPLc<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">1,009 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">AUCHAN CARBURANT | Auchan<\/div>\n                        <div class=\"litroo-top3-adresse\">Rte nationale 6 centre cial boiss\u00e9nart<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Cesson \u2014 5.6 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ok\">\u2713 V\u00e9rifi\u00e9 aujourd'hui<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">GPLc<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">1,023 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">RELAIS MAISON ROUGE | TotalEnergies<\/div>\n                        <div class=\"litroo-top3-adresse\">Rn 7<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">St fargeau ponthierry \u2014 8.2 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ok\">\u2713 V\u00e9rifi\u00e9 aujourd'hui<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">GPLc<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">1,056 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">CENTRE LECLERC | Leclerc<\/div>\n                        <div class=\"litroo-top3-adresse\">544 avenue andr\u00e9 amp\u00e8re<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Dammarie-les-lys \u2014 4.3 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ok\">\u2713 V\u00e9rifi\u00e9 aujourd'hui<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">GPLc<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">1,059 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">RELAIS DAMMARIE LECLERC | TotalEnergies<\/div>\n                        <div class=\"litroo-top3-adresse\">936 avenue du general leclerc<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Dammarie-les-lys \u2014 3.1 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ok\">\u2713 V\u00e9rifi\u00e9 aujourd'hui<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">GPLc<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">1,059 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">RELAIS DES EPINETTES 91 | TotalEnergies<\/div>\n                        <div class=\"litroo-top3-adresse\">Boulevard des coquibus<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Evry \u2014 16.8 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ok\">\u2713 V\u00e9rifi\u00e9 aujourd'hui<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">GPLc<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                <span class=\"litroo-badge-vigilance\" data-tooltip=\"Dernier prix connu : il y a 8 jours. Prix potentiellement obsol\u00e8te \u2014 risque de fermeture ou rupture. V\u00e9rifiez avant de vous d\u00e9placer.\">\u26a0 Vigilance <span class=\"litroo-badge-vigilance-i\">\u24d8<\/span><span class=\"litroo-tooltip-box\">Dernier prix connu : il y a 8 jours. Prix potentiellement obsol\u00e8te \u2014 risque de fermeture ou rupture. V\u00e9rifiez avant de vous d\u00e9placer.<\/span><\/span>                                <span class=\"litroo-top3-prix litroo-prix-normal\">1,069 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">SA VAUX DISTRIBUTION | Intermarch\u00e9<\/div>\n                        <div class=\"litroo-top3-adresse\">27 route de montereau<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Vaux-le-p\u00e9nil \u2014 3.5 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ancien\">Mis \u00e0 jour le 16\/04\/2026<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">GPLc<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">1,070 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">Total Energies Quincy | TotalEnergies<\/div>\n                        <div class=\"litroo-top3-adresse\">61 rue de brunoy<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Quincy-sous-s\u00e9nart \u2014 16.8 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ok\">\u2713 V\u00e9rifi\u00e9 aujourd'hui<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">GPLc<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">1,070 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">SAS AMBITION AUTOMOBILES | TotalEnergies<\/div>\n                        <div class=\"litroo-top3-adresse\">17 rue du g\u00e9n\u00e9ral leclerc<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Brie-comte-robert \u2014 17.7 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ok\">\u2713 V\u00e9rifi\u00e9 aujourd'hui<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">GPLc<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">1,079 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">RELAIS DE L&#039;ALMONT | TotalEnergies<\/div>\n                        <div class=\"litroo-top3-adresse\">Rn 5 bis rte de nangis (angle)<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Melun \u2014 3.3 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ok\">\u2713 V\u00e9rifi\u00e9 aujourd'hui<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">GPLc<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">1,082 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">CARREFOUR Val D&#039;Yerres | Carrefour<\/div>\n                        <div class=\"litroo-top3-adresse\">Centre commercial val d&#039;yerres 2<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Boussy-saint-antoine \u2014 16.8 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ok\">\u2713 V\u00e9rifi\u00e9 aujourd'hui<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                        <\/div>\n        <\/div>\n                <div class=\"litroo-autour-grid\" data-tri=\"dist\" style=\"display:none\">\n            <div class=\"litroo-top3\">\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-badge-above litroo-badge-orange\">\n                        LA PLUS PROCHE                    <\/div>\n                                        <div class=\"litroo-top3-card autour-1\">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">GPLc<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">1,059 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">RELAIS DAMMARIE LECLERC | TotalEnergies<\/div>\n                        <div class=\"litroo-top3-adresse\">936 avenue du general leclerc<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Dammarie-les-lys \u2014 3.1 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ok\">\u2713 V\u00e9rifi\u00e9 aujourd'hui<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">GPLc<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">1,079 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">RELAIS DE L&#039;ALMONT | TotalEnergies<\/div>\n                        <div class=\"litroo-top3-adresse\">Rn 5 bis rte de nangis (angle)<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Melun \u2014 3.3 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ok\">\u2713 V\u00e9rifi\u00e9 aujourd'hui<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">GPLc<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                <span class=\"litroo-badge-vigilance\" data-tooltip=\"Dernier prix connu : il y a 8 jours. Prix potentiellement obsol\u00e8te \u2014 risque de fermeture ou rupture. V\u00e9rifiez avant de vous d\u00e9placer.\">\u26a0 Vigilance <span class=\"litroo-badge-vigilance-i\">\u24d8<\/span><span class=\"litroo-tooltip-box\">Dernier prix connu : il y a 8 jours. Prix potentiellement obsol\u00e8te \u2014 risque de fermeture ou rupture. V\u00e9rifiez avant de vous d\u00e9placer.<\/span><\/span>                                <span class=\"litroo-top3-prix litroo-prix-normal\">1,069 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">SA VAUX DISTRIBUTION | Intermarch\u00e9<\/div>\n                        <div class=\"litroo-top3-adresse\">27 route de montereau<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Vaux-le-p\u00e9nil \u2014 3.5 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ancien\">Mis \u00e0 jour le 16\/04\/2026<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">GPLc<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">1,056 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">CENTRE LECLERC | Leclerc<\/div>\n                        <div class=\"litroo-top3-adresse\">544 avenue andr\u00e9 amp\u00e8re<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Dammarie-les-lys \u2014 4.3 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ok\">\u2713 V\u00e9rifi\u00e9 aujourd'hui<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">GPLc<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">1,009 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">AUCHAN CARBURANT | Auchan<\/div>\n                        <div class=\"litroo-top3-adresse\">Rte nationale 6 centre cial boiss\u00e9nart<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Cesson \u2014 5.6 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ok\">\u2713 V\u00e9rifi\u00e9 aujourd'hui<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">GPLc<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">1,023 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">RELAIS MAISON ROUGE | TotalEnergies<\/div>\n                        <div class=\"litroo-top3-adresse\">Rn 7<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">St fargeau ponthierry \u2014 8.2 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ok\">\u2713 V\u00e9rifi\u00e9 aujourd'hui<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">GPLc<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">0,999 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">CARREFOUR CARRE SENART | Carrefour<\/div>\n                        <div class=\"litroo-top3-adresse\">C.commercial carre senart<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Lieusaint \u2014 10.3 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ok\">\u2713 V\u00e9rifi\u00e9 aujourd'hui<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">GPLc<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                <span class=\"litroo-badge-vigilance\" data-tooltip=\"Dernier prix connu : il y a 23 jours. Prix potentiellement obsol\u00e8te \u2014 risque de fermeture ou rupture. V\u00e9rifiez avant de vous d\u00e9placer.\">\u26a0 Vigilance <span class=\"litroo-badge-vigilance-i\">\u24d8<\/span><span class=\"litroo-tooltip-box\">Dernier prix connu : il y a 23 jours. Prix potentiellement obsol\u00e8te \u2014 risque de fermeture ou rupture. V\u00e9rifiez avant de vous d\u00e9placer.<\/span><\/span>                                <span class=\"litroo-top3-prix litroo-prix-normal\">1,099 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">INTERMARCHE COMBS LA VILLE | Intermarch\u00e9<\/div>\n                        <div class=\"litroo-top3-adresse\">Rue charles fabry<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Combs-la-ville \u2014 12.9 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ancien\">Mis \u00e0 jour le 01\/04\/2026<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">GPLc<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">0,999 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">CARREFOUR VILLABE | Carrefour<\/div>\n                        <div class=\"litroo-top3-adresse\">Route de villoison<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Villabe \u2014 14.6 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ok\">\u2713 V\u00e9rifi\u00e9 aujourd'hui<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">GPLc<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">1,289 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">ESSO FONTAINEBLEAU LA FOURCHE Carrefour Express | Esso<\/div>\n                        <div class=\"litroo-top3-adresse\">Carrefour de la liberation<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Fontainebleau \u2014 15.5 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ok\">\u2713 V\u00e9rifi\u00e9 aujourd'hui<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">GPLc<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">1,082 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">CARREFOUR Val D&#039;Yerres | Carrefour<\/div>\n                        <div class=\"litroo-top3-adresse\">Centre commercial val d&#039;yerres 2<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Boussy-saint-antoine \u2014 16.8 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ok\">\u2713 V\u00e9rifi\u00e9 aujourd'hui<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"litroo-top3-wrap\">\n                                        <div class=\"litroo-top3-card \">\n                        <div class=\"litroo-top3-header\">\n                            <span class=\"litroo-stats-carb-nom\">GPLc<\/span>\n                            <span class=\"litroo-top3-prix-group\">\n                                                                <span class=\"litroo-top3-prix litroo-prix-normal\">1,070 \u20ac<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"litroo-top3-nom\">Total Energies Quincy | TotalEnergies<\/div>\n                        <div class=\"litroo-top3-adresse\">61 rue de brunoy<\/div>\n                        <div class=\"litroo-top3-footer\">\n                            <span class=\"litroo-top3-ville\">Quincy-sous-s\u00e9nart \u2014 16.8 km<\/span>\n                            <span class=\"litroo-top3-verifie litroo-verifie-ok\">\u2713 V\u00e9rifi\u00e9 aujourd'hui<\/span>                        <\/div>\n                    <\/div>\n                <\/div>\n                        <\/div>\n        <\/div>\n                    <\/div>\n    \n    <!-- BLOC 4 : VUE D'ENSEMBLE MULTI-CARBURANTS -->\n        <div class=\"litroo-bloc-header\"><h2 class=\"litroo-bloc-h2\">Mise \u00e0 jour des prix des carburants \u00e0 Le mee sur seine<\/h2><p class=\"litroo-bloc-intro\">Vue d&#039;ensemble des prix \u00e0 Le mee sur seine : prix le plus bas, prix moyen, stations disponibles et ruptures par carburant.<\/p><\/div>    <div class=\"litroo-stats-grid\">\n                <div class=\"litroo-stats-card \">\n            <div class=\"litroo-stats-carb\"><span class=\"litroo-stats-carb-nom\">Gazole<\/span><\/div>\n            <div class=\"litroo-stats-row\"><span class=\"litroo-stats-label\">Prix le moins cher<\/span><span class=\"litroo-stats-val\">2,133 \u20ac<\/span><\/div>\n            <div class=\"litroo-stats-row\"><span class=\"litroo-stats-label\">Prix moyen<\/span><span class=\"litroo-stats-val\">2,133 \u20ac<\/span><\/div>\n            <div class=\"litroo-stats-row\"><span class=\"litroo-stats-label\">Stations disponibles<\/span><span class=\"litroo-stats-val\">1<\/span><\/div>\n            <div class=\"litroo-stats-row\"><span class=\"litroo-stats-label\">En rupture<\/span>\n                <span class=\"litroo-stats-val vert\">\n                    Aucune                <\/span>\n            <\/div>\n        <\/div>\n                <div class=\"litroo-stats-card \">\n            <div class=\"litroo-stats-carb\"><span class=\"litroo-stats-carb-nom\">E10<\/span><\/div>\n            <div class=\"litroo-stats-row\"><span class=\"litroo-stats-label\">Prix le moins cher<\/span><span class=\"litroo-stats-val\">1,968 \u20ac<\/span><\/div>\n            <div class=\"litroo-stats-row\"><span class=\"litroo-stats-label\">Prix moyen<\/span><span class=\"litroo-stats-val\">1,968 \u20ac<\/span><\/div>\n            <div class=\"litroo-stats-row\"><span class=\"litroo-stats-label\">Stations disponibles<\/span><span class=\"litroo-stats-val\">1<\/span><\/div>\n            <div class=\"litroo-stats-row\"><span class=\"litroo-stats-label\">En rupture<\/span>\n                <span class=\"litroo-stats-val vert\">\n                    Aucune                <\/span>\n            <\/div>\n        <\/div>\n                <div class=\"litroo-stats-card litroo-stats-card-empty\">\n            <div class=\"litroo-stats-carb\"><span class=\"litroo-stats-carb-nom\">SP95<\/span><\/div>\n            <div class=\"litroo-stats-row\"><span class=\"litroo-stats-label\">Prix le moins cher<\/span><span class=\"litroo-stats-val\">\u2014<\/span><\/div>\n            <div class=\"litroo-stats-row\"><span class=\"litroo-stats-label\">Prix moyen<\/span><span class=\"litroo-stats-val\">\u2014<\/span><\/div>\n            <div class=\"litroo-stats-row\"><span class=\"litroo-stats-label\">Stations disponibles<\/span><span class=\"litroo-stats-val\">0<\/span><\/div>\n            <div class=\"litroo-stats-row\"><span class=\"litroo-stats-label\">En rupture<\/span>\n                <span class=\"litroo-stats-val vert\">\n                    Aucune                <\/span>\n            <\/div>\n        <\/div>\n                <div class=\"litroo-stats-card \">\n            <div class=\"litroo-stats-carb\"><span class=\"litroo-stats-carb-nom\">SP98<\/span><\/div>\n            <div class=\"litroo-stats-row\"><span class=\"litroo-stats-label\">Prix le moins cher<\/span><span class=\"litroo-stats-val\">1,990 \u20ac<\/span><\/div>\n            <div class=\"litroo-stats-row\"><span class=\"litroo-stats-label\">Prix moyen<\/span><span class=\"litroo-stats-val\">1,990 \u20ac<\/span><\/div>\n            <div class=\"litroo-stats-row\"><span class=\"litroo-stats-label\">Stations disponibles<\/span><span class=\"litroo-stats-val\">1<\/span><\/div>\n            <div class=\"litroo-stats-row\"><span class=\"litroo-stats-label\">En rupture<\/span>\n                <span class=\"litroo-stats-val vert\">\n                    Aucune                <\/span>\n            <\/div>\n        <\/div>\n                <div class=\"litroo-stats-card litroo-stats-card-empty\">\n            <div class=\"litroo-stats-carb\"><span class=\"litroo-stats-carb-nom\">E85<\/span><\/div>\n            <div class=\"litroo-stats-row\"><span class=\"litroo-stats-label\">Prix le moins cher<\/span><span class=\"litroo-stats-val\">\u2014<\/span><\/div>\n            <div class=\"litroo-stats-row\"><span class=\"litroo-stats-label\">Prix moyen<\/span><span class=\"litroo-stats-val\">\u2014<\/span><\/div>\n            <div class=\"litroo-stats-row\"><span class=\"litroo-stats-label\">Stations disponibles<\/span><span class=\"litroo-stats-val\">0<\/span><\/div>\n            <div class=\"litroo-stats-row\"><span class=\"litroo-stats-label\">En rupture<\/span>\n                <span class=\"litroo-stats-val vert\">\n                    Aucune                <\/span>\n            <\/div>\n        <\/div>\n                <div class=\"litroo-stats-card litroo-stats-card-empty\">\n            <div class=\"litroo-stats-carb\"><span class=\"litroo-stats-carb-nom\">GPLc<\/span><\/div>\n            <div class=\"litroo-stats-row\"><span class=\"litroo-stats-label\">Prix le moins cher<\/span><span class=\"litroo-stats-val\">\u2014<\/span><\/div>\n            <div class=\"litroo-stats-row\"><span class=\"litroo-stats-label\">Prix moyen<\/span><span class=\"litroo-stats-val\">\u2014<\/span><\/div>\n            <div class=\"litroo-stats-row\"><span class=\"litroo-stats-label\">Stations disponibles<\/span><span class=\"litroo-stats-val\">0<\/span><\/div>\n            <div class=\"litroo-stats-row\"><span class=\"litroo-stats-label\">En rupture<\/span>\n                <span class=\"litroo-stats-val vert\">\n                    Aucune                <\/span>\n            <\/div>\n        <\/div>\n            <\/div>\n\n    <!-- BLOC 5 : CARBURANTS ALTERNATIFS E85 \/ GPLc -->\n    <div class=\"litroo-bloc-header\"><h2 class=\"litroo-bloc-h2\">O\u00f9 trouver du carburant E85 ou GPL \u00e0 Le mee sur seine ?<\/h2><p class=\"litroo-bloc-intro\">Prix et disponibilit\u00e9 des carburants alternatifs \u00e0 Le mee sur seine.<\/p><\/div>        <p class=\"litroo-alternatif-absent\">Aucune station proposant du E85 ou du GPLc n'est actuellement recens\u00e9e \u00e0 Le mee sur seine. Consultez les stations autour de vous pour ces carburants alternatifs.<\/p>\n    \n    <!-- BLOC 6 : TENDANCE TOUS CARBURANTS -->\n        <div class=\"litroo-bloc-header\"><h2 class=\"litroo-bloc-h2\">\u00c9volution des prix du carburant \u00e0 Le mee sur seine<\/h2><p class=\"litroo-bloc-intro\">\u00c9volution des prix de chaque carburant \u00e0 Le mee sur seine sur les 30 derniers jours.<\/p><\/div>    <p class=\"litroo-tendance-intro\">Attention : le Gazole \u00e0 Le mee sur seine a <strong>progress\u00e9 de 0.9%<\/strong> par rapport au mois dernier.<\/p>\n    <div class=\"litroo-tendance-grille\">\n            <div class=\"litroo-tendance-card\">\n            <div class=\"litroo-tendance-card-entete\">Gazole<\/div>\n            <div class=\"litroo-tendance-card-body\">\n                <span class=\"litroo-tendance-card-icone litroo-td-hausse\">\u2197<\/span>\n                <span class=\"litroo-tendance-card-pct litroo-td-hausse\">+0.9 %<\/span>\n            <\/div>\n            <div class=\"litroo-tendance-card-prix\">\n                2,133 \u20ac\/L\n                <span class=\"litroo-tendance-card-ref\">contre 2,114 \u20ac\/L il y a 30 jours<\/span>\n            <\/div>\n        <\/div>\n            <div class=\"litroo-tendance-card\">\n            <div class=\"litroo-tendance-card-entete\">E10<\/div>\n            <div class=\"litroo-tendance-card-body\">\n                <span class=\"litroo-tendance-card-icone litroo-td-hausse\">\u2197<\/span>\n                <span class=\"litroo-tendance-card-pct litroo-td-hausse\">+0.8 %<\/span>\n            <\/div>\n            <div class=\"litroo-tendance-card-prix\">\n                1,968 \u20ac\/L\n                <span class=\"litroo-tendance-card-ref\">contre 1,953 \u20ac\/L il y a 30 jours<\/span>\n            <\/div>\n        <\/div>\n            <div class=\"litroo-tendance-card\">\n            <div class=\"litroo-tendance-card-entete\">SP98<\/div>\n            <div class=\"litroo-tendance-card-body\">\n                <span class=\"litroo-tendance-card-icone litroo-td-stable\">\u2192<\/span>\n                <span class=\"litroo-tendance-card-pct litroo-td-stable\">+0 %<\/span>\n            <\/div>\n            <div class=\"litroo-tendance-card-prix\">\n                1,990 \u20ac\/L\n                <span class=\"litroo-tendance-card-ref\">contre 1,990 \u20ac\/L il y a 30 jours<\/span>\n            <\/div>\n        <\/div>\n        <\/div>\n    \n    <!-- BLOC 7 : VILLES PROCHES -->\n        <div class=\"litroo-bloc-header\"><h2 class=\"litroo-bloc-h2\">Prix du carburant dans les localit\u00e9s proches de Le mee sur seine<\/h2><p class=\"litroo-bloc-intro\">Comparez les prix du carburant dans les villes proches de Le mee sur seine pour trouver le meilleur tarif autour de vous.<\/p><\/div>    <div class=\"litroo-villes-proches\">\n                <a href=\"https:\/\/litroo.com\/fr-fr\/prix-carburant\/seine-et-marne\/boissise-la-bertrand\/\"\n           class=\"litroo-dept-ville-lien\"\n           title=\"Prix carburant Boissise-la-bertrand\">\n            <span class=\"litroo-dept-ville-nom\">Boissise-la-bertrand<\/span>\n            <span class=\"litroo-dept-ville-meta\">1.6 km<\/span>\n        <\/a>\n                <a href=\"https:\/\/litroo.com\/fr-fr\/prix-carburant\/seine-et-marne\/la-rochette\/\"\n           class=\"litroo-dept-ville-lien\"\n           title=\"Prix carburant La rochette\">\n            <span class=\"litroo-dept-ville-nom\">La rochette<\/span>\n            <span class=\"litroo-dept-ville-meta\">2.7 km<\/span>\n        <\/a>\n                <a href=\"https:\/\/litroo.com\/fr-fr\/prix-carburant\/seine-et-marne\/melun\/\"\n           class=\"litroo-dept-ville-lien\"\n           title=\"Prix carburant Melun\">\n            <span class=\"litroo-dept-ville-nom\">Melun<\/span>\n            <span class=\"litroo-dept-ville-meta\">2.9 km<\/span>\n        <\/a>\n                <a href=\"https:\/\/litroo.com\/fr-fr\/prix-carburant\/seine-et-marne\/rubelles\/\"\n           class=\"litroo-dept-ville-lien\"\n           title=\"Prix carburant Rubelles\">\n            <span class=\"litroo-dept-ville-nom\">Rubelles<\/span>\n            <span class=\"litroo-dept-ville-meta\">3 km<\/span>\n        <\/a>\n                <a href=\"https:\/\/litroo.com\/fr-fr\/prix-carburant\/seine-et-marne\/dammarie-les-lys\/\"\n           class=\"litroo-dept-ville-lien\"\n           title=\"Prix carburant Dammarie-les-lys\">\n            <span class=\"litroo-dept-ville-nom\">Dammarie-les-lys<\/span>\n            <span class=\"litroo-dept-ville-meta\">3.7 km<\/span>\n        <\/a>\n                <a href=\"https:\/\/litroo.com\/fr-fr\/prix-carburant\/seine-et-marne\/vaux-le-penil\/\"\n           class=\"litroo-dept-ville-lien\"\n           title=\"Prix carburant Vaux-le-p\u00e9nil\">\n            <span class=\"litroo-dept-ville-nom\">Vaux-le-p\u00e9nil<\/span>\n            <span class=\"litroo-dept-ville-meta\">4.1 km<\/span>\n        <\/a>\n                <a href=\"https:\/\/litroo.com\/fr-fr\/prix-carburant\/seine-et-marne\/cesson\/\"\n           class=\"litroo-dept-ville-lien\"\n           title=\"Prix carburant Cesson\">\n            <span class=\"litroo-dept-ville-nom\">Cesson<\/span>\n            <span class=\"litroo-dept-ville-meta\">5.6 km<\/span>\n        <\/a>\n                <a href=\"https:\/\/litroo.com\/fr-fr\/prix-carburant\/seine-et-marne\/saint-fargeau-ponthierry\/\"\n           class=\"litroo-dept-ville-lien\"\n           title=\"Prix carburant Saint-fargeau-ponthierry\">\n            <span class=\"litroo-dept-ville-nom\">Saint-fargeau-ponthierry<\/span>\n            <span class=\"litroo-dept-ville-meta\">7.3 km<\/span>\n        <\/a>\n                <a href=\"https:\/\/litroo.com\/fr-fr\/prix-carburant\/seine-et-marne\/savigny-le-temple\/\"\n           class=\"litroo-dept-ville-lien\"\n           title=\"Prix carburant Savigny-le-temple\">\n            <span class=\"litroo-dept-ville-nom\">Savigny-le-temple<\/span>\n            <span class=\"litroo-dept-ville-meta\">7.5 km<\/span>\n        <\/a>\n            <\/div>\n    \n    <!-- MAILLAGE DEPARTEMENT + REGION -->\n    <div class=\"litroo-maillage-liens\">\n                <a href=\"https:\/\/litroo.com\/fr-fr\/prix-carburant\/seine-et-marne\/\" class=\"litroo-maillage-btn\">\n            Voir tous les prix dans le d\u00e9partement Seine-Et-Marne        <\/a>\n                        <a href=\"https:\/\/litroo.com\/fr-fr\/prix-carburant\/regions\/ile-de-france\/\" class=\"litroo-maillage-btn litroo-maillage-btn-region\">\n            Voir tous les prix en \u00cele-de-France        <\/a>\n            <\/div>\n\n    <!-- BLOC 8 : TEXTE EDITORIAL DYNAMIQUE -->\n    <div class=\"litroo-bloc-header\"><h2 class=\"litroo-bloc-h2\">Conseils pour trouver le carburant le moins cher \u00e0 Le mee sur seine<\/h2><p class=\"litroo-bloc-intro\">Comparatif des prix moyens et \u00e9cart par rapport \u00e0 la moyenne du Seine-Et-Marne.<\/p><\/div>    <div class=\"litroo-dept-texte-seo\">\n        <p>Bonne nouvelle : les prix relev\u00e9s \u00e0 Le mee sur seine (Seine-Et-Marne) sont <strong>en dessous de la moyenne<\/strong> du Seine-Et-Marne.<\/p>\n                <table class=\"litroo-edito-table\">\n            <thead>\n                <tr>\n                    <th>Carburant<\/th>\n                    <th>Prix moyen<\/th>\n                    <th>7 jours<\/th>\n                    <th>30 jours<\/th>\n                    <th>D\u00e9partement<\/th>\n                <\/tr>\n            <\/thead>\n            <tbody>\n                                <tr>\n                    <td>Gazole<\/td>\n                    <td><strong>2,133 \u20ac\/L<\/strong><\/td>\n                    <td class=\"litroo-edito-nowrap litroo-edito-hausse\">\u25b2 +3,0%<\/td>\n                    <td class=\"litroo-edito-nowrap litroo-edito-hausse\">\u25b2 +0,9%<\/td>\n                    <td class=\"litroo-edito-nowrap litroo-edito-baisse\">\u25bc -1,6%<\/td>\n                <\/tr>\n                                <tr>\n                    <td>SP98<\/td>\n                    <td><strong>1,990 \u20ac\/L<\/strong><\/td>\n                    <td class=\"litroo-edito-nowrap litroo-edito-hausse\">\u25b2 +0,1%<\/td>\n                    <td class=\"litroo-edito-nowrap litroo-edito-stable\">= 0%<\/td>\n                    <td class=\"litroo-edito-nowrap litroo-edito-baisse\">\u25bc -3,4%<\/td>\n                <\/tr>\n                                <tr>\n                    <td>E10<\/td>\n                    <td><strong>1,968 \u20ac\/L<\/strong><\/td>\n                    <td class=\"litroo-edito-nowrap litroo-edito-hausse\">\u25b2 +2,3%<\/td>\n                    <td class=\"litroo-edito-nowrap litroo-edito-hausse\">\u25b2 +0,8%<\/td>\n                    <td class=\"litroo-edito-nowrap litroo-edito-baisse\">\u25bc -0,4%<\/td>\n                <\/tr>\n                            <\/tbody>\n        <\/table>\n                        <p>\u00c0 Le mee sur seine, 1 station-service sont suivies sur Litroo, dont <strong>Totalenergies<\/strong>. Pour optimiser votre plein, regardez aussi le <a href=\"https:\/\/litroo.com\/fr-fr\/prix-carburant\/seine-et-marne\/boissise-la-bertrand\/\" title=\"Prix carburant Boissise-La-Bertrand\">carburant moins cher \u00e0 Boissise-La-Bertrand<\/a> et le <a href=\"https:\/\/litroo.com\/fr-fr\/prix-carburant\/seine-et-marne\/la-rochette\/\" title=\"Prix carburant La Rochette\">carburant moins cher \u00e0 La Rochette<\/a>.<\/p>\n            <\/div>\n\n    <!-- BLOC FAQ -->\n    <div class=\"litroo-bloc-header\"><h2 class=\"litroo-bloc-h2\">FAQ : Prix du carburant \u00e0 Le mee sur seine \u2014 vos questions<\/h2><p class=\"litroo-bloc-intro\">R\u00e9ponses aux questions fr\u00e9quentes sur les prix du carburant \u00e0 Le mee sur seine.<\/p><\/div>    <div class=\"litroo-dept-faq\">\n        <div class=\"litroo-ville-carb-section\" data-carb=\"Gazole\" >\n        <div class=\"litroo-faq-item\">\n            <div class=\"litroo-faq-q\" aria-expanded=\"true\">O\u00f9 trouver le Gazole le moins cher \u00e0 Le mee sur seine ?<\/div>\n            <div class=\"litroo-faq-a\" aria-hidden=\"false\">\n                                Le Gazole le moins cher \u00e0 Le mee sur seine est actuellement \u00e0\n                <strong>2,133 \u20ac\/L<\/strong>\n                                chez <strong>RELAIS LE MEE S.SEINE COURTILLE | TotalEnergies<\/strong>\n                .\n                Donn\u00e9es officielles mises \u00e0 jour en temps r\u00e9el.\n                            <\/div>\n        <\/div>\n        <div class=\"litroo-faq-item\">\n            <div class=\"litroo-faq-q\" aria-expanded=\"true\">Quel est le prix moyen du Gazole \u00e0 Le mee sur seine ?<\/div>\n            <div class=\"litroo-faq-a\" aria-hidden=\"false\">\n                                Le prix moyen du Gazole \u00e0 Le mee sur seine est de\n                <strong>2,133 \u20ac\/L<\/strong>.\n                Donn\u00e9es calcul\u00e9es en temps r\u00e9el depuis les relev\u00e9s officiels du gouvernement fran\u00e7ais.\n                            <\/div>\n        <\/div>\n        <div class=\"litroo-faq-item\">\n            <div class=\"litroo-faq-q\" aria-expanded=\"true\">\u00c0 quelle fr\u00e9quence les prix du carburant sont-ils mis \u00e0 jour \u00e0 Le mee sur seine ?<\/div>\n            <div class=\"litroo-faq-a\" aria-hidden=\"false\">Litroo actualise les donn\u00e9es \u00e0 Le mee sur seine toutes les 10 minutes via les flux officiels du gouvernement fran\u00e7ais (prix-carburants.gouv.fr).<\/div>\n        <\/div>\n        <div class=\"litroo-faq-item\">\n            <div class=\"litroo-faq-q\" aria-expanded=\"true\">Combien y a-t-il de stations-service \u00e0 Le mee sur seine ?<\/div>\n            <div class=\"litroo-faq-a\" aria-hidden=\"false\">Il y a <strong>1<\/strong> station-service active \u00e0 Le mee sur seine suivie par Litroo.<\/div>\n        <\/div>\n    <\/div>\n        <div class=\"litroo-ville-carb-section\" data-carb=\"E10\" style=\"display:none\">\n        <div class=\"litroo-faq-item\">\n            <div class=\"litroo-faq-q\" aria-expanded=\"true\">O\u00f9 trouver le E10 le moins cher \u00e0 Le mee sur seine ?<\/div>\n            <div class=\"litroo-faq-a\" aria-hidden=\"false\">\n                                Le E10 le moins cher \u00e0 Le mee sur seine est actuellement \u00e0\n                <strong>1,968 \u20ac\/L<\/strong>\n                                chez <strong>RELAIS LE MEE S.SEINE COURTILLE | TotalEnergies<\/strong>\n                .\n                Donn\u00e9es officielles mises \u00e0 jour en temps r\u00e9el.\n                            <\/div>\n        <\/div>\n        <div class=\"litroo-faq-item\">\n            <div class=\"litroo-faq-q\" aria-expanded=\"true\">Quel est le prix moyen du E10 \u00e0 Le mee sur seine ?<\/div>\n            <div class=\"litroo-faq-a\" aria-hidden=\"false\">\n                                Le prix moyen du E10 \u00e0 Le mee sur seine est de\n                <strong>1,968 \u20ac\/L<\/strong>.\n                Donn\u00e9es calcul\u00e9es en temps r\u00e9el depuis les relev\u00e9s officiels du gouvernement fran\u00e7ais.\n                            <\/div>\n        <\/div>\n        <div class=\"litroo-faq-item\">\n            <div class=\"litroo-faq-q\" aria-expanded=\"true\">\u00c0 quelle fr\u00e9quence les prix du carburant sont-ils mis \u00e0 jour \u00e0 Le mee sur seine ?<\/div>\n            <div class=\"litroo-faq-a\" aria-hidden=\"false\">Litroo actualise les donn\u00e9es \u00e0 Le mee sur seine toutes les 10 minutes via les flux officiels du gouvernement fran\u00e7ais (prix-carburants.gouv.fr).<\/div>\n        <\/div>\n        <div class=\"litroo-faq-item\">\n            <div class=\"litroo-faq-q\" aria-expanded=\"true\">Combien y a-t-il de stations-service \u00e0 Le mee sur seine ?<\/div>\n            <div class=\"litroo-faq-a\" aria-hidden=\"false\">Il y a <strong>1<\/strong> station-service active \u00e0 Le mee sur seine suivie par Litroo.<\/div>\n        <\/div>\n    <\/div>\n        <div class=\"litroo-ville-carb-section\" data-carb=\"SP95\" style=\"display:none\">\n        <div class=\"litroo-faq-item\">\n            <div class=\"litroo-faq-q\" aria-expanded=\"true\">O\u00f9 trouver le SP95 le moins cher \u00e0 Le mee sur seine ?<\/div>\n            <div class=\"litroo-faq-a\" aria-hidden=\"false\">\n                                Aucune donn\u00e9e disponible pour le SP95 \u00e0 Le mee sur seine.\n                            <\/div>\n        <\/div>\n        <div class=\"litroo-faq-item\">\n            <div class=\"litroo-faq-q\" aria-expanded=\"true\">Quel est le prix moyen du SP95 \u00e0 Le mee sur seine ?<\/div>\n            <div class=\"litroo-faq-a\" aria-hidden=\"false\">\n                                Donn\u00e9es non disponibles pour le SP95 \u00e0 Le mee sur seine.\n                            <\/div>\n        <\/div>\n        <div class=\"litroo-faq-item\">\n            <div class=\"litroo-faq-q\" aria-expanded=\"true\">\u00c0 quelle fr\u00e9quence les prix du carburant sont-ils mis \u00e0 jour \u00e0 Le mee sur seine ?<\/div>\n            <div class=\"litroo-faq-a\" aria-hidden=\"false\">Litroo actualise les donn\u00e9es \u00e0 Le mee sur seine toutes les 10 minutes via les flux officiels du gouvernement fran\u00e7ais (prix-carburants.gouv.fr).<\/div>\n        <\/div>\n        <div class=\"litroo-faq-item\">\n            <div class=\"litroo-faq-q\" aria-expanded=\"true\">Combien y a-t-il de stations-service \u00e0 Le mee sur seine ?<\/div>\n            <div class=\"litroo-faq-a\" aria-hidden=\"false\">Il y a <strong>1<\/strong> station-service active \u00e0 Le mee sur seine suivie par Litroo.<\/div>\n        <\/div>\n    <\/div>\n        <div class=\"litroo-ville-carb-section\" data-carb=\"SP98\" style=\"display:none\">\n        <div class=\"litroo-faq-item\">\n            <div class=\"litroo-faq-q\" aria-expanded=\"true\">O\u00f9 trouver le SP98 le moins cher \u00e0 Le mee sur seine ?<\/div>\n            <div class=\"litroo-faq-a\" aria-hidden=\"false\">\n                                Le SP98 le moins cher \u00e0 Le mee sur seine est actuellement \u00e0\n                <strong>1,990 \u20ac\/L<\/strong>\n                                chez <strong>RELAIS LE MEE S.SEINE COURTILLE | TotalEnergies<\/strong>\n                .\n                Donn\u00e9es officielles mises \u00e0 jour en temps r\u00e9el.\n                            <\/div>\n        <\/div>\n        <div class=\"litroo-faq-item\">\n            <div class=\"litroo-faq-q\" aria-expanded=\"true\">Quel est le prix moyen du SP98 \u00e0 Le mee sur seine ?<\/div>\n            <div class=\"litroo-faq-a\" aria-hidden=\"false\">\n                                Le prix moyen du SP98 \u00e0 Le mee sur seine est de\n                <strong>1,990 \u20ac\/L<\/strong>.\n                Donn\u00e9es calcul\u00e9es en temps r\u00e9el depuis les relev\u00e9s officiels du gouvernement fran\u00e7ais.\n                            <\/div>\n        <\/div>\n        <div class=\"litroo-faq-item\">\n            <div class=\"litroo-faq-q\" aria-expanded=\"true\">\u00c0 quelle fr\u00e9quence les prix du carburant sont-ils mis \u00e0 jour \u00e0 Le mee sur seine ?<\/div>\n            <div class=\"litroo-faq-a\" aria-hidden=\"false\">Litroo actualise les donn\u00e9es \u00e0 Le mee sur seine toutes les 10 minutes via les flux officiels du gouvernement fran\u00e7ais (prix-carburants.gouv.fr).<\/div>\n        <\/div>\n        <div class=\"litroo-faq-item\">\n            <div class=\"litroo-faq-q\" aria-expanded=\"true\">Combien y a-t-il de stations-service \u00e0 Le mee sur seine ?<\/div>\n            <div class=\"litroo-faq-a\" aria-hidden=\"false\">Il y a <strong>1<\/strong> station-service active \u00e0 Le mee sur seine suivie par Litroo.<\/div>\n        <\/div>\n    <\/div>\n        <div class=\"litroo-ville-carb-section\" data-carb=\"E85\" style=\"display:none\">\n        <div class=\"litroo-faq-item\">\n            <div class=\"litroo-faq-q\" aria-expanded=\"true\">O\u00f9 trouver le E85 le moins cher \u00e0 Le mee sur seine ?<\/div>\n            <div class=\"litroo-faq-a\" aria-hidden=\"false\">\n                                Aucune donn\u00e9e disponible pour le E85 \u00e0 Le mee sur seine.\n                            <\/div>\n        <\/div>\n        <div class=\"litroo-faq-item\">\n            <div class=\"litroo-faq-q\" aria-expanded=\"true\">Quel est le prix moyen du E85 \u00e0 Le mee sur seine ?<\/div>\n            <div class=\"litroo-faq-a\" aria-hidden=\"false\">\n                                Donn\u00e9es non disponibles pour le E85 \u00e0 Le mee sur seine.\n                            <\/div>\n        <\/div>\n        <div class=\"litroo-faq-item\">\n            <div class=\"litroo-faq-q\" aria-expanded=\"true\">\u00c0 quelle fr\u00e9quence les prix du carburant sont-ils mis \u00e0 jour \u00e0 Le mee sur seine ?<\/div>\n            <div class=\"litroo-faq-a\" aria-hidden=\"false\">Litroo actualise les donn\u00e9es \u00e0 Le mee sur seine toutes les 10 minutes via les flux officiels du gouvernement fran\u00e7ais (prix-carburants.gouv.fr).<\/div>\n        <\/div>\n        <div class=\"litroo-faq-item\">\n            <div class=\"litroo-faq-q\" aria-expanded=\"true\">Combien y a-t-il de stations-service \u00e0 Le mee sur seine ?<\/div>\n            <div class=\"litroo-faq-a\" aria-hidden=\"false\">Il y a <strong>1<\/strong> station-service active \u00e0 Le mee sur seine suivie par Litroo.<\/div>\n        <\/div>\n    <\/div>\n        <div class=\"litroo-ville-carb-section\" data-carb=\"GPLc\" style=\"display:none\">\n        <div class=\"litroo-faq-item\">\n            <div class=\"litroo-faq-q\" aria-expanded=\"true\">O\u00f9 trouver le GPLc le moins cher \u00e0 Le mee sur seine ?<\/div>\n            <div class=\"litroo-faq-a\" aria-hidden=\"false\">\n                                Aucune donn\u00e9e disponible pour le GPLc \u00e0 Le mee sur seine.\n                            <\/div>\n        <\/div>\n        <div class=\"litroo-faq-item\">\n            <div class=\"litroo-faq-q\" aria-expanded=\"true\">Quel est le prix moyen du GPLc \u00e0 Le mee sur seine ?<\/div>\n            <div class=\"litroo-faq-a\" aria-hidden=\"false\">\n                                Donn\u00e9es non disponibles pour le GPLc \u00e0 Le mee sur seine.\n                            <\/div>\n        <\/div>\n        <div class=\"litroo-faq-item\">\n            <div class=\"litroo-faq-q\" aria-expanded=\"true\">\u00c0 quelle fr\u00e9quence les prix du carburant sont-ils mis \u00e0 jour \u00e0 Le mee sur seine ?<\/div>\n            <div class=\"litroo-faq-a\" aria-hidden=\"false\">Litroo actualise les donn\u00e9es \u00e0 Le mee sur seine toutes les 10 minutes via les flux officiels du gouvernement fran\u00e7ais (prix-carburants.gouv.fr).<\/div>\n        <\/div>\n        <div class=\"litroo-faq-item\">\n            <div class=\"litroo-faq-q\" aria-expanded=\"true\">Combien y a-t-il de stations-service \u00e0 Le mee sur seine ?<\/div>\n            <div class=\"litroo-faq-a\" aria-hidden=\"false\">Il y a <strong>1<\/strong> station-service active \u00e0 Le mee sur seine suivie par Litroo.<\/div>\n        <\/div>\n    <\/div>\n        <\/div>\n\n    <!-- BLOC 9 : SOURCE -->\n    <div class=\"litroo-bloc-header\"><h2 class=\"litroo-bloc-h2\">Pourquoi faire confiance \u00e0 nos donn\u00e9es de prix ?<\/h2><p class=\"litroo-bloc-intro\">Donn\u00e9es publiques officielles, mises \u00e0 jour r\u00e9guli\u00e8rement pour afficher des prix carburants aussi fiables que possible.<\/p><\/div>    <div class=\"litroo-source-grid\">\n        <div class=\"litroo-source-card\"><div class=\"litroo-source-card-title\">Source officielle<\/div><div class=\"litroo-source-card-bar\"><\/div><p class=\"litroo-source-card-text\">Les prix affich\u00e9s proviennent des donn\u00e9es publiques issues de prix-carburants.gouv, utilis\u00e9es par Litroo pour afficher les tarifs relev\u00e9s dans les stations.<\/p><\/div>\n        <div class=\"litroo-source-card\"><div class=\"litroo-source-card-title\">Synchronisation r\u00e9guli\u00e8re<\/div><div class=\"litroo-source-card-bar\"><\/div><p class=\"litroo-source-card-text\">Les informations sont mises \u00e0 jour r\u00e9guli\u00e8rement. La date et l'heure affich\u00e9es sur la page permettent de juger rapidement la fra\u00eecheur des prix consult\u00e9s.<\/p><\/div>\n        <div class=\"litroo-source-card\"><div class=\"litroo-source-card-title\">Lecture des statuts<\/div><div class=\"litroo-source-card-bar\"><\/div><p class=\"litroo-source-card-text\">Les mentions comme rupture, non communiqu\u00e9 ou ancien signalent respectivement une indisponibilit\u00e9, une donn\u00e9e absente ou une mise \u00e0 jour tardive.<\/p><\/div>\n    <\/div>\n\n    <\/div><!-- \/litroo-page-wrapper -->\n\n    <!-- FAB CARBURANT (mobile uniquement) -->\n    <div id=\"litroo-ville-fab-wrap\" style=\"position:fixed;bottom:24px;right:8px;z-index:999;display:flex;flex-direction:column;align-items:flex-end;gap:8px\">\n        <div id=\"litroo-ville-fab-panel\" style=\"display:none;background:#fff;border-radius:10px;box-shadow:0 4px 20px rgba(0,0,0,0.13);padding:6px 0;min-width:148px\">\n            <div style=\"font-size:0.65rem;font-weight:600;color:#222;text-transform:uppercase;letter-spacing:.08em;padding:6px 14px\">Carburant<\/div>\n                        <button class=\"litroo-ville-fab-btn\" data-carb=\"Gazole\"\n                style=\"display:block;width:100%;text-align:left;background:#fff !important;border:none;padding:8px 14px;font-size:0.88rem;cursor:pointer;color:#1a3a6b;font-family:inherit;font-weight:400;transition:background .1s\">\n                Gazole (GO)            <\/button>\n                        <button class=\"litroo-ville-fab-btn\" data-carb=\"E10\"\n                style=\"display:block;width:100%;text-align:left;background:#fff !important;border:none;padding:8px 14px;font-size:0.88rem;cursor:pointer;color:#1a3a6b;font-family:inherit;font-weight:400;transition:background .1s\">\n                E10            <\/button>\n                        <button class=\"litroo-ville-fab-btn\" data-carb=\"SP95\"\n                style=\"display:block;width:100%;text-align:left;background:#fff !important;border:none;padding:8px 14px;font-size:0.88rem;cursor:pointer;color:#1a3a6b;font-family:inherit;font-weight:400;transition:background .1s\">\n                SP95            <\/button>\n                        <button class=\"litroo-ville-fab-btn\" data-carb=\"SP98\"\n                style=\"display:block;width:100%;text-align:left;background:#fff !important;border:none;padding:8px 14px;font-size:0.88rem;cursor:pointer;color:#1a3a6b;font-family:inherit;font-weight:400;transition:background .1s\">\n                SP98            <\/button>\n                        <button class=\"litroo-ville-fab-btn\" data-carb=\"E85\"\n                style=\"display:block;width:100%;text-align:left;background:#fff !important;border:none;padding:8px 14px;font-size:0.88rem;cursor:pointer;color:#1a3a6b;font-family:inherit;font-weight:400;transition:background .1s\">\n                E85            <\/button>\n                        <button class=\"litroo-ville-fab-btn\" data-carb=\"GPLc\"\n                style=\"display:block;width:100%;text-align:left;background:#fff !important;border:none;padding:8px 14px;font-size:0.88rem;cursor:pointer;color:#1a3a6b;font-family:inherit;font-weight:400;transition:background .1s\">\n                GPLc            <\/button>\n                    <\/div>\n        <button id=\"litroo-ville-fab-btn\" aria-label=\"Changer de carburant\"\n            style=\"background:#1a3a6b;color:#fff;border:none;border-radius:50px;padding:11px 18px;font-size:0.82rem;font-weight:700;cursor:pointer;box-shadow:0 2px 10px rgba(26,58,107,0.3);display:flex;align-items:center;gap:7px;white-space:nowrap\">\n            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"13\" height=\"13\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#f0a500\" stroke-width=\"2.5\"><path d=\"M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-1.5 7h13L17 13\"\/><\/svg>\n            <span id=\"litroo-ville-fab-label\">Gazole<\/span>\n        <\/button>\n    <\/div>\n\n\n    <script>\n    (function(){\n        var selector = document.getElementById('litroo-ville-carb-selector');\n        if (!selector) return;\n\n        var prixMoyens         = {\"Gazole\":\"2,133 \\u20ac\",\"E10\":\"1,968 \\u20ac\",\"SP95\":\"\\u2014\",\"SP98\":\"1,990 \\u20ac\",\"E85\":\"\\u2014\",\"GPLc\":\"\\u2014\"};\n        var prixMins           = {\"Gazole\":\"2,133 \\u20ac\",\"E10\":\"1,968 \\u20ac\",\"SP95\":\"\\u2014\",\"SP98\":\"1,990 \\u20ac\",\"E85\":\"\\u2014\",\"GPLc\":\"\\u2014\"};\n        var stationMoinsChere  = {\"Gazole\":{\"label\":\"RELAIS LE MEE S.SEINE COURTILLE | TotalEnergies\",\"prix\":\"2,133 \\u20ac\"},\"E10\":{\"label\":\"RELAIS LE MEE S.SEINE COURTILLE | TotalEnergies\",\"prix\":\"1,968 \\u20ac\"},\"SP95\":{\"label\":\"\\u2014\",\"prix\":\"\\u2014\"},\"SP98\":{\"label\":\"RELAIS LE MEE S.SEINE COURTILLE | TotalEnergies\",\"prix\":\"1,990 \\u20ac\"},\"E85\":{\"label\":\"\\u2014\",\"prix\":\"\\u2014\"},\"GPLc\":{\"label\":\"\\u2014\",\"prix\":\"\\u2014\"}};\n\n        function esc(str) {\n            var d = document.createElement('div');\n            d.textContent = str || '\u2014';\n            return d.innerHTML;\n        }\n\n        function applyCarb(carb) {\n            \/\/ S\u00e9lecteur principal\n            selector.querySelectorAll('.litroo-carb-btn').forEach(function(b){\n                b.classList.toggle('active', b.dataset.carb === carb);\n            });\n\n            \/\/ FAB\n            var fabLabel = document.getElementById('litroo-ville-fab-label');\n            if (fabLabel) fabLabel.textContent = carb === 'Gazole' ? 'Gazole' : carb;\n            document.querySelectorAll('.litroo-ville-fab-btn').forEach(function(b){\n                b.classList.toggle('fab-active', b.dataset.carb === carb);\n                b.style.background = b.dataset.carb === carb ? '#e8f0fe' : '#fff';\n                b.style.fontWeight  = b.dataset.carb === carb ? '700' : '400';\n            });\n\n            \/\/ 2 stats\n            var moyen      = document.querySelector('#ville-chiffre-moyen .litroo-dept-chiffre-val');\n            var lbl        = document.getElementById('ville-chiffre-carb-label');\n            if (moyen) moyen.textContent = prixMoyens[carb] || '\u2014';\n            if (lbl)   lbl.textContent   = carb;\n\n            \/\/ Blocs filtr\u00e9s\n            document.querySelectorAll('.litroo-ville-carb-section').forEach(function(s){\n                s.style.display = s.dataset.carb === carb ? 'block' : 'none';\n            });\n\n            \/\/ Toggle autour \u2014 r\u00e9initialise sur \"prix\" \u00e0 chaque changement carburant\n            document.querySelectorAll('.litroo-autour-grid').forEach(function(g){\n                g.style.display = g.dataset.tri === 'prix' ? 'block' : 'none';\n            });\n            document.querySelectorAll('.litroo-autour-btn').forEach(function(b){\n                b.classList.toggle('active', b.dataset.tri === 'prix');\n            });\n        }\n\n        \/\/ Toggle autour prix\/distance\n        document.querySelectorAll('.litroo-autour-toggle').forEach(function(toggle) {\n            toggle.addEventListener('click', function(e) {\n                var btn = e.target.closest('.litroo-autour-btn');\n                if (!btn) return;\n                var tri = btn.dataset.tri;\n                var section = toggle.closest('.litroo-ville-carb-section');\n                toggle.querySelectorAll('.litroo-autour-btn').forEach(function(b){ b.classList.remove('active'); });\n                btn.classList.add('active');\n                if (section) {\n                    section.querySelectorAll('.litroo-autour-grid').forEach(function(g){\n                        g.style.display = g.dataset.tri === tri ? 'block' : 'none';\n                    });\n                }\n            });\n        });\n\n        \/\/ S\u00e9lecteur principal\n        selector.addEventListener('click', function(e) {\n            var btn = e.target.closest('.litroo-carb-btn');\n            if (!btn) return;\n            applyCarb(btn.dataset.carb);\n        });\n\n        \/\/ FAB\n        var fabBtn   = document.getElementById('litroo-ville-fab-btn');\n        var fabPanel = document.getElementById('litroo-ville-fab-panel');\n        if (fabBtn && fabPanel) {\n            fabBtn.addEventListener('click', function(e) {\n                e.stopPropagation();\n                fabPanel.style.display = fabPanel.style.display !== 'none' ? 'none' : 'block';\n            });\n            fabPanel.addEventListener('click', function(e) {\n                var btn = e.target.closest('.litroo-ville-fab-btn');\n                if (!btn) return;\n                applyCarb(btn.dataset.carb);\n                fabPanel.style.display = 'none';\n            });\n            document.addEventListener('click', function(e) {\n                if (!document.getElementById('litroo-ville-fab-wrap').contains(e.target)) {\n                    fabPanel.style.display = 'none';\n                }\n            });\n        }\n\n        \/\/ Init Gazole\n        applyCarb('Gazole');\n\n        \/\/ Tooltip vigilance \u2014 clic mobile\n        document.addEventListener('click', function(e) {\n            var badge = e.target.closest('.litroo-badge-vigilance');\n            document.querySelectorAll('.litroo-badge-vigilance.tooltip-open').forEach(function(b) {\n                if (b !== badge) b.classList.remove('tooltip-open');\n            });\n            if (badge) badge.classList.toggle('tooltip-open');\n        });\n    })();\n    <\/script>\n\n    \n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":6203,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-5264","page","type-page","status-publish","hentry"],"blocksy_meta":[],"acf":[],"_links":{"self":[{"href":"https:\/\/litroo.com\/fr-fr\/wp-json\/wp\/v2\/pages\/5264","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/litroo.com\/fr-fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/litroo.com\/fr-fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/litroo.com\/fr-fr\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/litroo.com\/fr-fr\/wp-json\/wp\/v2\/comments?post=5264"}],"version-history":[{"count":0,"href":"https:\/\/litroo.com\/fr-fr\/wp-json\/wp\/v2\/pages\/5264\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/litroo.com\/fr-fr\/wp-json\/wp\/v2\/pages\/6203"}],"wp:attachment":[{"href":"https:\/\/litroo.com\/fr-fr\/wp-json\/wp\/v2\/media?parent=5264"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}