{"rendered_products_top":"\n<div id=\"js-product-list-top\" class=\"row products-selection\">\n    \n        \n            <div class=\"col-md-6 hidden-sm-down-- total-products\">\n                                    \n                                                                                            \n\n                                            \n                                                    \n                <h2>Il y a 14 pare boue avant droit pour CITROEN C5  disponibles.\n                <\/h2>\n\n                    <\/div>\n        <div class=\"col-md-6\">\n            <div class=\"row sort-by-row\">\n                <div class=\"col-md-6 col-xs-12 wrapper-sort-by\">\n                    \n                                                    <div class=\"products-sort-order dropdown\">\n    <button\n            class=\"btn-unstyle select-title\"\n            rel=\"nofollow\"\n            data-toggle=\"dropdown\"\n            aria-haspopup=\"true\"\n            aria-expanded=\"false\">\n                    Trier par : Pertinence\n                <i class=\"material-icons float-xs-right\">&#xE5C5;<\/i>\n    <\/button>\n    <div class=\"dropdown-menu\">\n                    <span\n                class=\"select-list atc current\"\n                data-atc=\"6373612e656d616e2e746375646f7270443325726564726f463325656e696c7265622d37782d35632d33333132314632256e656f727469632d31363446322574696f72642d746e6176612d65756f622d657261702d373732383146322572662e657373616365636e6172662e6575716974756f624632254632254133257370747468\"\n                role=\"link\"\n                tabindex=\"0\"\n            >\n                Pertinence\n            <\/span>\n                    <span\n                class=\"select-list atc \"\n                data-atc=\"6373612e65636972702e746375646f7270443325726564726f463325656e696c7265622d37782d35632d33333132314632256e656f727469632d31363446322574696f72642d746e6176612d65756f622d657261702d373732383146322572662e657373616365636e6172662e6575716974756f624632254632254133257370747468\"\n                role=\"link\"\n                tabindex=\"0\"\n            >\n                Prix, croissant\n            <\/span>\n                    <span\n                class=\"select-list atc \"\n                data-atc=\"637365642e65636972702e746375646f7270443325726564726f463325656e696c7265622d37782d35632d33333132314632256e656f727469632d31363446322574696f72642d746e6176612d65756f622d657261702d373732383146322572662e657373616365636e6172662e6575716974756f624632254632254133257370747468\"\n                role=\"link\"\n                tabindex=\"0\"\n            >\n                Prix, d\u00e9croissant\n            <\/span>\n            <\/div>\n<\/div>\n                                            \n\n                                    <\/div>\n                <div class=\"col-md-6 col-xs-12 wrapper-sort-by\">\n                                            <div\n    class=\"products-sort-order dropdown\">\n    <button class=\"btn-unstyle select-title\" rel=\"nofollow\" data-toggle=\"dropdown\" aria-haspopup=\"true\"\n        aria-expanded=\"false\">\n                    Filtre : Neuf + Occasion\n                <i class=\"material-icons float-xs-right\">&#xE5C5;<\/i>\n    <\/button>\n    <div class=\"dropdown-menu\">\n                    <span\n                class=\"select-list atc current\"\n                data-atc=\"656e696c7265622d37782d35632d33333132314632256e656f727469632d31363446322574696f72642d746e6176612d65756f622d657261702d373732383146322572662e657373616365636e6172662e6575716974756f624632254632254133257370747468\"\n                role=\"link\"\n                tabindex=\"0\">\n                Neuf + Occasion\n            <\/span>\n                    <span\n                class=\"select-list atc \"\n                data-atc=\"6675656e44332565707974463325656e696c7265622d37782d35632d33333132314632256e656f727469632d31363446322574696f72642d746e6176612d65756f622d657261702d373732383146322572662e657373616365636e6172662e6575716974756f624632254632254133257370747468\"\n                role=\"link\"\n                tabindex=\"0\">\n                Pi\u00e8ces neuves\n            <\/span>\n                    <span\n                class=\"select-list atc \"\n                data-atc=\"6e6f69736163636f44332565707974463325656e696c7265622d37782d35632d33333132314632256e656f727469632d31363446322574696f72642d746e6176612d65756f622d657261702d373732383146322572662e657373616365636e6172662e6575716974756f624632254632254133257370747468\"\n                role=\"link\"\n                tabindex=\"0\">\n                Pi\u00e8ces d&#039;occasion\n            <\/span>\n            <\/div>\n<\/div>                                    <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n\n<script>\n    (function () {\n        function decodeAtc(encodedValue) {\n            if (!encodedValue) {\n                return '';\n            }\n\n            var hex = encodedValue.replace(\/\\s+\/g, '');\n            var reversedEncodedUrl = '';\n\n            for (var i = 0; i < hex.length; i += 2) {\n                reversedEncodedUrl += String.fromCharCode(parseInt(hex.substr(i, 2), 16));\n            }\n\n            var encodedUrl = reversedEncodedUrl.split('').reverse().join('');\n            return decodeURIComponent(encodedUrl);\n        }\n\n        function redirectFromAtc(element, openInNewTab) {\n            var encodedUrl = element.getAttribute('data-atc');\n            var decodedUrl = decodeAtc(encodedUrl);\n            if (!decodedUrl) {\n                return;\n            }\n\n            if (openInNewTab) {\n                var newWindow = window.open(decodedUrl, '_blank');\n                if (newWindow) {\n                    newWindow.focus();\n                }\n            } else {\n                document.location.href = decodedUrl;\n            }\n        }\n\n        document.addEventListener('DOMContentLoaded', function () {\n            var atcLinks = document.getElementsByClassName('atc');\n            for (var i = 0; i < atcLinks.length; i++) {\n                atcLinks[i].addEventListener('click', function (event) {\n                    redirectFromAtc(this, event.ctrlKey || event.metaKey);\n                }, false);\n\n                atcLinks[i].addEventListener('keydown', function (event) {\n                    if (event.key === 'Enter' || event.key === ' ') {\n                        event.preventDefault();\n                        redirectFromAtc(this, event.ctrlKey || event.metaKey);\n                    }\n                }, false);\n            }\n        });\n    })();\n<\/script>\n","rendered_products":"<div id=\"js-product-list\">\n    <div class=\"products\">\n                    \n                \n            \n        \n    \n    \n    \n<article class=\"product-item is-used\"\n    data-id-product=\"16018135\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/1\/0\/7\/5\/0\/5\/8\/3\/7\/107505837-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Pare boue avant droit d&#039;occasion pour CITROEN C5 (X7) Berline\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/pare-boue-avant-droit\/16018135-pare-boue-avant-droit-d-occasion-pour-citroen-c5-x7-berline.html\">\n        <meta itemprop=\"availability\" content=\"https:\/\/schema.org\/InStock\">\n        <meta itemprop=\"priceCurrency\" content=\"EUR\">\n\n                    <meta itemprop=\"itemCondition\" content=\"https:\/\/schema.org\/UsedCondition\">\n        \n        <meta itemprop=\"price\" content=\"52.00\">\n        <div itemprop=\"hasMerchantReturnPolicy\" itemscope itemtype=\"https:\/\/schema.org\/MerchantReturnPolicy\">\n            <meta itemprop=\"applicableCountry\" content=\"FR\">\n            <meta itemprop=\"returnPolicyCategory\" content=\"https:\/\/schema.org\/MerchantReturnFiniteReturnWindow\">\n            <meta itemprop=\"merchantReturnDays\" content=\"14\">\n            <meta itemprop=\"returnMethod\" content=\"https:\/\/schema.org\/ReturnByMail\">\n            <meta itemprop=\"returnFees\" content=\"https:\/\/schema.org\/ReturnFeesCustomerResponsibility\">\n        <\/div>\n        <meta itemprop=\"priceValidUntil\" content=\"2026-07-29\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"SHOP CARROSSERIE\">\n        <\/div>\n    <\/div>\n\n    <div class=\"product-header\">\n        <span class=\"product-title-wrapper\">\n            <h3 class=\"h3 product-title\" itemprop=\"name\"><a href=\"https:\/\/boutique.francecasse.fr\/pare-boue-avant-droit\/16018135-pare-boue-avant-droit-d-occasion-pour-citroen-c5-x7-berline.html\">Pare boue avant droit d&#039;occasion pour CITROEN C5 (X7) Berline<\/a><\/h2>\n        <\/span>\n\n                    <span class=\"occasion-badge\">Occasion<\/span>\n            <\/div>\n\n    <div class=\"product-content\">\n        <div class=\"product-left\">\n            <div class=\"product-description-item\">\n                Pare boue avant droit d&#039;occasion pour CITROEN C5 (X7) Berline\n            <\/div>\n\n            <div class=\"product-details-item\">\n                <div class=\"detail-row\">\n                    <i class=\"fas fa-store detail-icon\"><\/i>\n                    <span class=\"detail-text\"><strong>Vendeur :<\/strong><\/span>\n                    <span class=\"detail-value\">SHOP CARROSSERIE<\/span>\n                <\/div>\n                \n            <div class=\"detail-row\">\n                    <i class=\"fas fa-shield-alt detail-icon\"><\/i>\n                <span class=\"detail-text\"><strong>Garantie :<\/strong><\/span>\n        <span class=\"detail-value\">12 mois<\/span>\n    <\/div>\n            <div class=\"detail-row\">\n                    <i class=\"fas fa-code-branch detail-icon\"><\/i>\n                <span class=\"detail-text\"><strong>Version :<\/strong><\/span>\n        <span class=\"detail-value\">1.6 e-HDi FAP BMP6 S&amp;S 112 cv<\/span>\n    <\/div>\n            <div class=\"detail-row\">\n                    <i class=\"fas fa-gas-pump detail-icon\"><\/i>\n                <span class=\"detail-text\"><strong>Energie :<\/strong><\/span>\n        <span class=\"detail-value\">Diesel<\/span>\n    <\/div>\n\n            <\/div>\n\n            <div class=\"price-section\">\n                <div class=\"price-info\">\n                    <div>\n                        <span class=\"current-price-item\">\n                            52,00\u00a0\u20ac TTC\n                        <\/span>\n                    <\/div>\n\n                    \n                    \n                <\/div>\n            <\/div>\n        <\/div>\n        <div class=\"product-right\">\n            <div class=\"product-image\" style=\"background-image: url('https:\/\/img.francecasse.fr\/1\/0\/7\/5\/0\/5\/8\/3\/7\/107505837-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/pare-boue-avant-droit\/16018135-pare-boue-avant-droit-d-occasion-pour-citroen-c5-x7-berline.html\">\n                <i class=\"fas fa-eye\"><\/i> Voir le produit\n            <\/a>\n        <\/div>\n    <\/div>\n<\/article>\n                \n                    \n                \n            \n        \n    \n    \n    \n<article class=\"product-item is-used\"\n    data-id-product=\"46385155\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/5\/3\/3\/159829533-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Pare boue avant droit d&#039;occasion pour CITROEN C5 (X7) Berline\">\n            <meta itemprop=\"sku\" content=\"128592019\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/pare-boue-avant-droit\/46385155-pare-boue-avant-droit-d-occasion-pour-citroen-c5-x7-berline.html\">\n        <meta itemprop=\"availability\" content=\"https:\/\/schema.org\/InStock\">\n        <meta itemprop=\"priceCurrency\" content=\"EUR\">\n\n                    <meta itemprop=\"itemCondition\" content=\"https:\/\/schema.org\/UsedCondition\">\n        \n        <meta itemprop=\"price\" content=\"40.00\">\n        <div itemprop=\"hasMerchantReturnPolicy\" itemscope itemtype=\"https:\/\/schema.org\/MerchantReturnPolicy\">\n            <meta itemprop=\"applicableCountry\" content=\"FR\">\n            <meta itemprop=\"returnPolicyCategory\" content=\"https:\/\/schema.org\/MerchantReturnFiniteReturnWindow\">\n            <meta itemprop=\"merchantReturnDays\" content=\"14\">\n            <meta itemprop=\"returnMethod\" content=\"https:\/\/schema.org\/ReturnByMail\">\n            <meta itemprop=\"returnFees\" content=\"https:\/\/schema.org\/ReturnFeesCustomerResponsibility\">\n        <\/div>\n        <meta itemprop=\"priceValidUntil\" content=\"2026-07-29\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"ECO-CASSE\">\n        <\/div>\n    <\/div>\n\n    <div class=\"product-header\">\n        <span class=\"product-title-wrapper\">\n            <h3 class=\"h3 product-title\" itemprop=\"name\"><a href=\"https:\/\/boutique.francecasse.fr\/pare-boue-avant-droit\/46385155-pare-boue-avant-droit-d-occasion-pour-citroen-c5-x7-berline.html\">Pare boue avant droit d&#039;occasion pour CITROEN C5 (X7) Berline<\/a><\/h2>\n        <\/span>\n\n                    <span class=\"occasion-badge\">Occasion<\/span>\n            <\/div>\n\n    <div class=\"product-content\">\n        <div class=\"product-left\">\n            <div class=\"product-description-item\">\n                Pare boue avant droit d&#039;occasion pour CITROEN C5 (X7) Berline\n            <\/div>\n\n            <div class=\"product-details-item\">\n                <div class=\"detail-row\">\n                    <i class=\"fas fa-store detail-icon\"><\/i>\n                    <span class=\"detail-text\"><strong>Vendeur :<\/strong><\/span>\n                    <span class=\"detail-value\">ECO-CASSE<\/span>\n                <\/div>\n                \n            <div class=\"detail-row\">\n                    <i class=\"fas fa-shield-alt detail-icon\"><\/i>\n                <span class=\"detail-text\"><strong>Garantie :<\/strong><\/span>\n        <span class=\"detail-value\">12 mois<\/span>\n    <\/div>\n\n            <\/div>\n\n            <div class=\"price-section\">\n                <div class=\"price-info\">\n                    <div>\n                        <span class=\"current-price-item\">\n                            40,00\u00a0\u20ac TTC\n                        <\/span>\n                    <\/div>\n\n                    <span class=\"livraison_inclue\">livraison incluse<\/span>\n                    \n                <\/div>\n            <\/div>\n        <\/div>\n        <div class=\"product-right\">\n            <div class=\"product-image\" style=\"background-image: url('https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/5\/3\/3\/159829533-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/pare-boue-avant-droit\/46385155-pare-boue-avant-droit-d-occasion-pour-citroen-c5-x7-berline.html\">\n                <i class=\"fas fa-eye\"><\/i> Voir le produit\n            <\/a>\n        <\/div>\n    <\/div>\n<\/article>\n                \n                    \n                \n            \n        \n    \n    \n    \n<article class=\"product-item is-used\"\n    data-id-product=\"45991379\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/0\/1\/158220601-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Pare boue avant droit d&#039;occasion pour CITROEN C5 (X7) Berline\">\n            <meta itemprop=\"sku\" content=\"128259121\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/pare-boue-avant-droit\/45991379-pare-boue-avant-droit-d-occasion-pour-citroen-c5-x7-berline.html\">\n        <meta itemprop=\"availability\" content=\"https:\/\/schema.org\/InStock\">\n        <meta itemprop=\"priceCurrency\" content=\"EUR\">\n\n                    <meta itemprop=\"itemCondition\" content=\"https:\/\/schema.org\/UsedCondition\">\n        \n        <meta itemprop=\"price\" content=\"40.00\">\n        <div itemprop=\"hasMerchantReturnPolicy\" itemscope itemtype=\"https:\/\/schema.org\/MerchantReturnPolicy\">\n            <meta itemprop=\"applicableCountry\" content=\"FR\">\n            <meta itemprop=\"returnPolicyCategory\" content=\"https:\/\/schema.org\/MerchantReturnFiniteReturnWindow\">\n            <meta itemprop=\"merchantReturnDays\" content=\"14\">\n            <meta itemprop=\"returnMethod\" content=\"https:\/\/schema.org\/ReturnByMail\">\n            <meta itemprop=\"returnFees\" content=\"https:\/\/schema.org\/ReturnFeesCustomerResponsibility\">\n        <\/div>\n        <meta itemprop=\"priceValidUntil\" content=\"2026-07-29\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"ECO-CASSE\">\n        <\/div>\n    <\/div>\n\n    <div class=\"product-header\">\n        <span class=\"product-title-wrapper\">\n            <h3 class=\"h3 product-title\" itemprop=\"name\"><a href=\"https:\/\/boutique.francecasse.fr\/pare-boue-avant-droit\/45991379-pare-boue-avant-droit-d-occasion-pour-citroen-c5-x7-berline.html\">Pare boue avant droit d&#039;occasion pour CITROEN C5 (X7) Berline<\/a><\/h2>\n        <\/span>\n\n                    <span class=\"occasion-badge\">Occasion<\/span>\n            <\/div>\n\n    <div class=\"product-content\">\n        <div class=\"product-left\">\n            <div class=\"product-description-item\">\n                Pare boue avant droit d&#039;occasion pour CITROEN C5 (X7) Berline\n            <\/div>\n\n            <div class=\"product-details-item\">\n                <div class=\"detail-row\">\n                    <i class=\"fas fa-store detail-icon\"><\/i>\n                    <span class=\"detail-text\"><strong>Vendeur :<\/strong><\/span>\n                    <span class=\"detail-value\">ECO-CASSE<\/span>\n                <\/div>\n                \n            <div class=\"detail-row\">\n                    <i class=\"fas fa-shield-alt detail-icon\"><\/i>\n                <span class=\"detail-text\"><strong>Garantie :<\/strong><\/span>\n        <span class=\"detail-value\">12 mois<\/span>\n    <\/div>\n            <div class=\"detail-row\">\n                    <i class=\"fas fa-gas-pump detail-icon\"><\/i>\n                <span class=\"detail-text\"><strong>Energie :<\/strong><\/span>\n        <span class=\"detail-value\">Diesel<\/span>\n    <\/div>\n\n            <\/div>\n\n            <div class=\"price-section\">\n                <div class=\"price-info\">\n                    <div>\n                        <span class=\"current-price-item\">\n                            40,00\u00a0\u20ac TTC\n                        <\/span>\n                    <\/div>\n\n                    <span class=\"livraison_inclue\">livraison incluse<\/span>\n                    \n                <\/div>\n            <\/div>\n        <\/div>\n        <div class=\"product-right\">\n            <div class=\"product-image\" style=\"background-image: url('https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/0\/1\/158220601-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/pare-boue-avant-droit\/45991379-pare-boue-avant-droit-d-occasion-pour-citroen-c5-x7-berline.html\">\n                <i class=\"fas fa-eye\"><\/i> Voir le produit\n            <\/a>\n        <\/div>\n    <\/div>\n<\/article>\n                \n                    \n                \n            \n        \n    \n    \n    \n<article class=\"product-item is-used\"\n    data-id-product=\"46737737\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/0\/7\/6\/1\/160850761-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Pare boue avant droit d&#039;occasion pour CITROEN C5 (X7) Berline\">\n            <meta itemprop=\"sku\" content=\"853364\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/pare-boue-avant-droit\/46737737-pare-boue-avant-droit-d-occasion-pour-citroen-c5-x7-berline.html\">\n        <meta itemprop=\"availability\" content=\"https:\/\/schema.org\/InStock\">\n        <meta itemprop=\"priceCurrency\" content=\"EUR\">\n\n                    <meta itemprop=\"itemCondition\" content=\"https:\/\/schema.org\/UsedCondition\">\n        \n        <meta itemprop=\"price\" content=\"101.55\">\n        <div itemprop=\"hasMerchantReturnPolicy\" itemscope itemtype=\"https:\/\/schema.org\/MerchantReturnPolicy\">\n            <meta itemprop=\"applicableCountry\" content=\"FR\">\n            <meta itemprop=\"returnPolicyCategory\" content=\"https:\/\/schema.org\/MerchantReturnFiniteReturnWindow\">\n            <meta itemprop=\"merchantReturnDays\" content=\"14\">\n            <meta itemprop=\"returnMethod\" content=\"https:\/\/schema.org\/ReturnByMail\">\n            <meta itemprop=\"returnFees\" content=\"https:\/\/schema.org\/ReturnFeesCustomerResponsibility\">\n        <\/div>\n        <meta itemprop=\"priceValidUntil\" content=\"2026-07-29\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"JG RECOMOTOR, S.L.\">\n        <\/div>\n    <\/div>\n\n    <div class=\"product-header\">\n        <span class=\"product-title-wrapper\">\n            <h3 class=\"h3 product-title\" itemprop=\"name\"><a href=\"https:\/\/boutique.francecasse.fr\/pare-boue-avant-droit\/46737737-pare-boue-avant-droit-d-occasion-pour-citroen-c5-x7-berline.html\">Pare boue avant droit d&#039;occasion pour CITROEN C5 (X7) Berline<\/a><\/h2>\n        <\/span>\n\n                    <span class=\"occasion-badge\">Occasion<\/span>\n            <\/div>\n\n    <div class=\"product-content\">\n        <div class=\"product-left\">\n            <div class=\"product-description-item\">\n                Pare boue avant droit d&#039;occasion pour CITROEN C5 (X7) Berline\n            <\/div>\n\n            <div class=\"product-details-item\">\n                <div class=\"detail-row\">\n                    <i class=\"fas fa-store detail-icon\"><\/i>\n                    <span class=\"detail-text\"><strong>Vendeur :<\/strong><\/span>\n                    <span class=\"detail-value\">JG RECOMOTOR, S.L.<\/span>\n                <\/div>\n                \n\n            <\/div>\n\n            <div class=\"price-section\">\n                <div class=\"price-info\">\n                    <div>\n                        <span class=\"current-price-item\">\n                            101,55\u00a0\u20ac TTC\n                        <\/span>\n                    <\/div>\n\n                    <span class=\"livraison_inclue\">livraison incluse<\/span>\n                    \n                <\/div>\n            <\/div>\n        <\/div>\n        <div class=\"product-right\">\n            <div class=\"product-image\" style=\"background-image: url('https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/0\/7\/6\/1\/160850761-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/pare-boue-avant-droit\/46737737-pare-boue-avant-droit-d-occasion-pour-citroen-c5-x7-berline.html\">\n                <i class=\"fas fa-eye\"><\/i> Voir le produit\n            <\/a>\n        <\/div>\n    <\/div>\n<\/article>\n                \n                    \n                \n            \n        \n    \n    \n    \n<article class=\"product-item is-used\"\n    data-id-product=\"46737738\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/0\/8\/0\/7\/160850807-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Pare boue avant droit d&#039;occasion pour CITROEN C5 (X7) Berline\">\n            <meta itemprop=\"sku\" content=\"8530ZV\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/pare-boue-avant-droit\/46737738-pare-boue-avant-droit-d-occasion-pour-citroen-c5-x7-berline.html\">\n        <meta itemprop=\"availability\" content=\"https:\/\/schema.org\/InStock\">\n        <meta itemprop=\"priceCurrency\" content=\"EUR\">\n\n                    <meta itemprop=\"itemCondition\" content=\"https:\/\/schema.org\/UsedCondition\">\n        \n        <meta itemprop=\"price\" content=\"103.76\">\n        <div itemprop=\"hasMerchantReturnPolicy\" itemscope itemtype=\"https:\/\/schema.org\/MerchantReturnPolicy\">\n            <meta itemprop=\"applicableCountry\" content=\"FR\">\n            <meta itemprop=\"returnPolicyCategory\" content=\"https:\/\/schema.org\/MerchantReturnFiniteReturnWindow\">\n            <meta itemprop=\"merchantReturnDays\" content=\"14\">\n            <meta itemprop=\"returnMethod\" content=\"https:\/\/schema.org\/ReturnByMail\">\n            <meta itemprop=\"returnFees\" content=\"https:\/\/schema.org\/ReturnFeesCustomerResponsibility\">\n        <\/div>\n        <meta itemprop=\"priceValidUntil\" content=\"2026-07-29\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"JG RECOMOTOR, S.L.\">\n        <\/div>\n    <\/div>\n\n    <div class=\"product-header\">\n        <span class=\"product-title-wrapper\">\n            <h3 class=\"h3 product-title\" itemprop=\"name\"><a href=\"https:\/\/boutique.francecasse.fr\/pare-boue-avant-droit\/46737738-pare-boue-avant-droit-d-occasion-pour-citroen-c5-x7-berline.html\">Pare boue avant droit d&#039;occasion pour CITROEN C5 (X7) Berline<\/a><\/h2>\n        <\/span>\n\n                    <span class=\"occasion-badge\">Occasion<\/span>\n            <\/div>\n\n    <div class=\"product-content\">\n        <div class=\"product-left\">\n            <div class=\"product-description-item\">\n                Pare boue avant droit d&#039;occasion pour CITROEN C5 (X7) Berline\n            <\/div>\n\n            <div class=\"product-details-item\">\n                <div class=\"detail-row\">\n                    <i class=\"fas fa-store detail-icon\"><\/i>\n                    <span class=\"detail-text\"><strong>Vendeur :<\/strong><\/span>\n                    <span class=\"detail-value\">JG RECOMOTOR, S.L.<\/span>\n                <\/div>\n                \n\n            <\/div>\n\n            <div class=\"price-section\">\n                <div class=\"price-info\">\n                    <div>\n                        <span class=\"current-price-item\">\n                            103,76\u00a0\u20ac TTC\n                        <\/span>\n                    <\/div>\n\n                    <span class=\"livraison_inclue\">livraison incluse<\/span>\n                    \n                <\/div>\n            <\/div>\n        <\/div>\n        <div class=\"product-right\">\n            <div class=\"product-image\" style=\"background-image: url('https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/0\/8\/0\/7\/160850807-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/pare-boue-avant-droit\/46737738-pare-boue-avant-droit-d-occasion-pour-citroen-c5-x7-berline.html\">\n                <i class=\"fas fa-eye\"><\/i> Voir le produit\n            <\/a>\n        <\/div>\n    <\/div>\n<\/article>\n                \n                    \n                \n            \n        \n    \n    \n    \n<article class=\"product-item is-used\"\n    data-id-product=\"46738128\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/2\/0\/8\/4\/160852084-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Pare boue avant droit d&#039;occasion pour CITROEN C5 (X7) Berline\">\n            <meta itemprop=\"sku\" content=\"7136KZ\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/pare-boue-avant-droit\/46738128-pare-boue-avant-droit-d-occasion-pour-citroen-c5-x7-berline.html\">\n        <meta itemprop=\"availability\" content=\"https:\/\/schema.org\/InStock\">\n        <meta itemprop=\"priceCurrency\" content=\"EUR\">\n\n                    <meta itemprop=\"itemCondition\" content=\"https:\/\/schema.org\/UsedCondition\">\n        \n        <meta itemprop=\"price\" content=\"108.94\">\n        <div itemprop=\"hasMerchantReturnPolicy\" itemscope itemtype=\"https:\/\/schema.org\/MerchantReturnPolicy\">\n            <meta itemprop=\"applicableCountry\" content=\"FR\">\n            <meta itemprop=\"returnPolicyCategory\" content=\"https:\/\/schema.org\/MerchantReturnFiniteReturnWindow\">\n            <meta itemprop=\"merchantReturnDays\" content=\"14\">\n            <meta itemprop=\"returnMethod\" content=\"https:\/\/schema.org\/ReturnByMail\">\n            <meta itemprop=\"returnFees\" content=\"https:\/\/schema.org\/ReturnFeesCustomerResponsibility\">\n        <\/div>\n        <meta itemprop=\"priceValidUntil\" content=\"2026-07-29\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"JG RECOMOTOR, S.L.\">\n        <\/div>\n    <\/div>\n\n    <div class=\"product-header\">\n        <span class=\"product-title-wrapper\">\n            <h3 class=\"h3 product-title\" itemprop=\"name\"><a href=\"https:\/\/boutique.francecasse.fr\/pare-boue-avant-droit\/46738128-pare-boue-avant-droit-d-occasion-pour-citroen-c5-x7-berline.html\">Pare boue avant droit d&#039;occasion pour CITROEN C5 (X7) Berline<\/a><\/h2>\n        <\/span>\n\n                    <span class=\"occasion-badge\">Occasion<\/span>\n            <\/div>\n\n    <div class=\"product-content\">\n        <div class=\"product-left\">\n            <div class=\"product-description-item\">\n                Pare boue avant droit d&#039;occasion pour CITROEN C5 (X7) Berline\n            <\/div>\n\n            <div class=\"product-details-item\">\n                <div class=\"detail-row\">\n                    <i class=\"fas fa-store detail-icon\"><\/i>\n                    <span class=\"detail-text\"><strong>Vendeur :<\/strong><\/span>\n                    <span class=\"detail-value\">JG RECOMOTOR, S.L.<\/span>\n                <\/div>\n                \n\n            <\/div>\n\n            <div class=\"price-section\">\n                <div class=\"price-info\">\n                    <div>\n                        <span class=\"current-price-item\">\n                            108,94\u00a0\u20ac TTC\n                        <\/span>\n                    <\/div>\n\n                    <span class=\"livraison_inclue\">livraison incluse<\/span>\n                    \n                <\/div>\n            <\/div>\n        <\/div>\n        <div class=\"product-right\">\n            <div class=\"product-image\" style=\"background-image: url('https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/2\/0\/8\/4\/160852084-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/pare-boue-avant-droit\/46738128-pare-boue-avant-droit-d-occasion-pour-citroen-c5-x7-berline.html\">\n                <i class=\"fas fa-eye\"><\/i> Voir le produit\n            <\/a>\n        <\/div>\n    <\/div>\n<\/article>\n                \n                    \n                \n            \n        \n    \n    \n    \n<article class=\"product-item is-used\"\n    data-id-product=\"40555932\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/4\/6\/3\/2\/2\/141546322-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Pare boue avant droit d&#039;occasion pour CITROEN C5 (X7) Berline\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/pare-boue-avant-droit\/40555932-pare-boue-avant-droit-d-occasion-pour-citroen-c5-x7-berline.html\">\n        <meta itemprop=\"availability\" content=\"https:\/\/schema.org\/InStock\">\n        <meta itemprop=\"priceCurrency\" content=\"EUR\">\n\n                    <meta itemprop=\"itemCondition\" content=\"https:\/\/schema.org\/UsedCondition\">\n        \n        <meta itemprop=\"price\" content=\"49.50\">\n        <div itemprop=\"hasMerchantReturnPolicy\" itemscope itemtype=\"https:\/\/schema.org\/MerchantReturnPolicy\">\n            <meta itemprop=\"applicableCountry\" content=\"FR\">\n            <meta itemprop=\"returnPolicyCategory\" content=\"https:\/\/schema.org\/MerchantReturnFiniteReturnWindow\">\n            <meta itemprop=\"merchantReturnDays\" content=\"14\">\n            <meta itemprop=\"returnMethod\" content=\"https:\/\/schema.org\/ReturnByMail\">\n            <meta itemprop=\"returnFees\" content=\"https:\/\/schema.org\/ReturnFeesCustomerResponsibility\">\n        <\/div>\n        <meta itemprop=\"priceValidUntil\" content=\"2026-07-29\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"SOLUVAL\">\n        <\/div>\n    <\/div>\n\n    <div class=\"product-header\">\n        <span class=\"product-title-wrapper\">\n            <h3 class=\"h3 product-title\" itemprop=\"name\"><a href=\"https:\/\/boutique.francecasse.fr\/pare-boue-avant-droit\/40555932-pare-boue-avant-droit-d-occasion-pour-citroen-c5-x7-berline.html\">Pare boue avant droit d&#039;occasion pour CITROEN C5 (X7) Berline<\/a><\/h2>\n        <\/span>\n\n                    <span class=\"occasion-badge\">Occasion<\/span>\n            <\/div>\n\n    <div class=\"product-content\">\n        <div class=\"product-left\">\n            <div class=\"product-description-item\">\n                Pare boue avant droit d&#039;occasion pour CITROEN C5 (X7) Berline\n            <\/div>\n\n            <div class=\"product-details-item\">\n                <div class=\"detail-row\">\n                    <i class=\"fas fa-store detail-icon\"><\/i>\n                    <span class=\"detail-text\"><strong>Vendeur :<\/strong><\/span>\n                    <span class=\"detail-value\">SOLUVAL<\/span>\n                <\/div>\n                \n            <div class=\"detail-row\">\n                    <i class=\"fas fa-shield-alt detail-icon\"><\/i>\n                <span class=\"detail-text\"><strong>Garantie :<\/strong><\/span>\n        <span class=\"detail-value\">12 mois<\/span>\n    <\/div>\n            <div class=\"detail-row\">\n                    <i class=\"fas fa-gas-pump detail-icon\"><\/i>\n                <span class=\"detail-text\"><strong>Energie :<\/strong><\/span>\n        <span class=\"detail-value\">Essence<\/span>\n    <\/div>\n\n            <\/div>\n\n            <div class=\"price-section\">\n                <div class=\"price-info\">\n                    <div>\n                        <span class=\"current-price-item\">\n                            49,50\u00a0\u20ac TTC\n                        <\/span>\n                    <\/div>\n\n                    \n                    \n                <\/div>\n            <\/div>\n        <\/div>\n        <div class=\"product-right\">\n            <div class=\"product-image\" style=\"background-image: url('https:\/\/img.francecasse.fr\/1\/4\/1\/5\/4\/6\/3\/2\/2\/141546322-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/pare-boue-avant-droit\/40555932-pare-boue-avant-droit-d-occasion-pour-citroen-c5-x7-berline.html\">\n                <i class=\"fas fa-eye\"><\/i> Voir le produit\n            <\/a>\n        <\/div>\n    <\/div>\n<\/article>\n                \n                    \n                \n            \n        \n    \n    \n    \n<article class=\"product-item is-used\"\n    data-id-product=\"49071871\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/1\/6\/8\/1\/1\/3\/5\/8\/6\/168113586-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Pare boue avant droit d&#039;occasion pour CITROEN C5 (X7) Berline\">\n            <meta itemprop=\"sku\" content=\"18277\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/pare-boue-avant-droit\/49071871-pare-boue-avant-droit-d-occasion-pour-citroen-c5-x7-berline.html\">\n        <meta itemprop=\"availability\" content=\"https:\/\/schema.org\/InStock\">\n        <meta itemprop=\"priceCurrency\" content=\"EUR\">\n\n                    <meta itemprop=\"itemCondition\" content=\"https:\/\/schema.org\/UsedCondition\">\n        \n        <meta itemprop=\"price\" content=\"82.07\">\n        <div itemprop=\"hasMerchantReturnPolicy\" itemscope itemtype=\"https:\/\/schema.org\/MerchantReturnPolicy\">\n            <meta itemprop=\"applicableCountry\" content=\"FR\">\n            <meta itemprop=\"returnPolicyCategory\" content=\"https:\/\/schema.org\/MerchantReturnFiniteReturnWindow\">\n            <meta itemprop=\"merchantReturnDays\" content=\"14\">\n            <meta itemprop=\"returnMethod\" content=\"https:\/\/schema.org\/ReturnByMail\">\n            <meta itemprop=\"returnFees\" content=\"https:\/\/schema.org\/ReturnFeesCustomerResponsibility\">\n        <\/div>\n        <meta itemprop=\"priceValidUntil\" content=\"2026-07-29\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"RECUPERACIONES COLOMER SL\">\n        <\/div>\n    <\/div>\n\n    <div class=\"product-header\">\n        <span class=\"product-title-wrapper\">\n            <h3 class=\"h3 product-title\" itemprop=\"name\"><a href=\"https:\/\/boutique.francecasse.fr\/pare-boue-avant-droit\/49071871-pare-boue-avant-droit-d-occasion-pour-citroen-c5-x7-berline.html\">Pare boue avant droit d&#039;occasion pour CITROEN C5 (X7) Berline<\/a><\/h2>\n        <\/span>\n\n                    <span class=\"occasion-badge\">Occasion<\/span>\n            <\/div>\n\n    <div class=\"product-content\">\n        <div class=\"product-left\">\n            <div class=\"product-description-item\">\n                Pare boue avant droit d&#039;occasion pour CITROEN C5 (X7) Berline\n            <\/div>\n\n            <div class=\"product-details-item\">\n                <div class=\"detail-row\">\n                    <i class=\"fas fa-store detail-icon\"><\/i>\n                    <span class=\"detail-text\"><strong>Vendeur :<\/strong><\/span>\n                    <span class=\"detail-value\">RECUPERACIONES COLOMER SL<\/span>\n                <\/div>\n                \n            <div class=\"detail-row\">\n                    <i class=\"fas fa-shield-alt detail-icon\"><\/i>\n                <span class=\"detail-text\"><strong>Garantie :<\/strong><\/span>\n        <span class=\"detail-value\">12 mois<\/span>\n    <\/div>\n\n            <\/div>\n\n            <div class=\"price-section\">\n                <div class=\"price-info\">\n                    <div>\n                        <span class=\"current-price-item\">\n                            82,07\u00a0\u20ac TTC\n                        <\/span>\n                    <\/div>\n\n                    <span class=\"livraison_inclue\">livraison incluse<\/span>\n                    \n                <\/div>\n            <\/div>\n        <\/div>\n        <div class=\"product-right\">\n            <div class=\"product-image\" style=\"background-image: url('https:\/\/img.francecasse.fr\/1\/6\/8\/1\/1\/3\/5\/8\/6\/168113586-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/pare-boue-avant-droit\/49071871-pare-boue-avant-droit-d-occasion-pour-citroen-c5-x7-berline.html\">\n                <i class=\"fas fa-eye\"><\/i> Voir le produit\n            <\/a>\n        <\/div>\n    <\/div>\n<\/article>\n                \n                    \n                \n            \n        \n    \n    \n    \n<article class=\"product-item is-used\"\n    data-id-product=\"44960120\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/9\/0\/4\/6\/5\/156890465-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Pare boue avant droit d&#039;occasion pour CITROEN C5 (X7) Berline\">\n            <meta itemprop=\"sku\" content=\"63403289\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/pare-boue-avant-droit\/44960120-pare-boue-avant-droit-d-occasion-pour-citroen-c5-x7-berline.html\">\n        <meta itemprop=\"availability\" content=\"https:\/\/schema.org\/InStock\">\n        <meta itemprop=\"priceCurrency\" content=\"EUR\">\n\n                    <meta itemprop=\"itemCondition\" content=\"https:\/\/schema.org\/UsedCondition\">\n        \n        <meta itemprop=\"price\" content=\"60.00\">\n        <div itemprop=\"hasMerchantReturnPolicy\" itemscope itemtype=\"https:\/\/schema.org\/MerchantReturnPolicy\">\n            <meta itemprop=\"applicableCountry\" content=\"FR\">\n            <meta itemprop=\"returnPolicyCategory\" content=\"https:\/\/schema.org\/MerchantReturnFiniteReturnWindow\">\n            <meta itemprop=\"merchantReturnDays\" content=\"14\">\n            <meta itemprop=\"returnMethod\" content=\"https:\/\/schema.org\/ReturnByMail\">\n            <meta itemprop=\"returnFees\" content=\"https:\/\/schema.org\/ReturnFeesCustomerResponsibility\">\n        <\/div>\n        <meta itemprop=\"priceValidUntil\" content=\"2026-07-29\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"SARL ETS GUY MARIN\">\n        <\/div>\n    <\/div>\n\n    <div class=\"product-header\">\n        <span class=\"product-title-wrapper\">\n            <h3 class=\"h3 product-title\" itemprop=\"name\"><a href=\"https:\/\/boutique.francecasse.fr\/pare-boue-avant-droit\/44960120-pare-boue-avant-droit-d-occasion-pour-citroen-c5-x7-berline.html\">Pare boue avant droit d&#039;occasion pour CITROEN C5 (X7) Berline<\/a><\/h2>\n        <\/span>\n\n                    <span class=\"occasion-badge\">Occasion<\/span>\n            <\/div>\n\n    <div class=\"product-content\">\n        <div class=\"product-left\">\n            <div class=\"product-description-item\">\n                Pare boue avant droit d&#039;occasion pour CITROEN C5 (X7) Berline\n            <\/div>\n\n            <div class=\"product-details-item\">\n                <div class=\"detail-row\">\n                    <i class=\"fas fa-store detail-icon\"><\/i>\n                    <span class=\"detail-text\"><strong>Vendeur :<\/strong><\/span>\n                    <span class=\"detail-value\">SARL ETS GUY MARIN<\/span>\n                <\/div>\n                \n            <div class=\"detail-row\">\n                    <i class=\"fas fa-shield-alt detail-icon\"><\/i>\n                <span class=\"detail-text\"><strong>Garantie :<\/strong><\/span>\n        <span class=\"detail-value\">12 mois<\/span>\n    <\/div>\n            <div class=\"detail-row\">\n                    <i class=\"fas fa-gas-pump detail-icon\"><\/i>\n                <span class=\"detail-text\"><strong>Energie :<\/strong><\/span>\n        <span class=\"detail-value\">Diesel<\/span>\n    <\/div>\n\n            <\/div>\n\n            <div class=\"price-section\">\n                <div class=\"price-info\">\n                    <div>\n                        <span class=\"current-price-item\">\n                            60,00\u00a0\u20ac TTC\n                        <\/span>\n                    <\/div>\n\n                    <span class=\"livraison_inclue\">livraison incluse<\/span>\n                    \n                <\/div>\n            <\/div>\n        <\/div>\n        <div class=\"product-right\">\n            <div class=\"product-image\" style=\"background-image: url('https:\/\/img.francecasse.fr\/1\/5\/6\/8\/9\/0\/4\/6\/5\/156890465-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/pare-boue-avant-droit\/44960120-pare-boue-avant-droit-d-occasion-pour-citroen-c5-x7-berline.html\">\n                <i class=\"fas fa-eye\"><\/i> Voir le produit\n            <\/a>\n        <\/div>\n    <\/div>\n<\/article>\n                \n                    \n                \n            \n        \n    \n    \n    \n<article class=\"product-item is-used\"\n    data-id-product=\"44573121\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/2\/2\/0\/156832220-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Pare boue avant droit d&#039;occasion pour CITROEN C5 (X7) Berline\">\n            <meta itemprop=\"sku\" content=\"86623227\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/pare-boue-avant-droit\/44573121-pare-boue-avant-droit-d-occasion-pour-citroen-c5-x7-berline.html\">\n        <meta itemprop=\"availability\" content=\"https:\/\/schema.org\/InStock\">\n        <meta itemprop=\"priceCurrency\" content=\"EUR\">\n\n                    <meta itemprop=\"itemCondition\" content=\"https:\/\/schema.org\/UsedCondition\">\n        \n        <meta itemprop=\"price\" content=\"60.00\">\n        <div itemprop=\"hasMerchantReturnPolicy\" itemscope itemtype=\"https:\/\/schema.org\/MerchantReturnPolicy\">\n            <meta itemprop=\"applicableCountry\" content=\"FR\">\n            <meta itemprop=\"returnPolicyCategory\" content=\"https:\/\/schema.org\/MerchantReturnFiniteReturnWindow\">\n            <meta itemprop=\"merchantReturnDays\" content=\"14\">\n            <meta itemprop=\"returnMethod\" content=\"https:\/\/schema.org\/ReturnByMail\">\n            <meta itemprop=\"returnFees\" content=\"https:\/\/schema.org\/ReturnFeesCustomerResponsibility\">\n        <\/div>\n        <meta itemprop=\"priceValidUntil\" content=\"2026-07-29\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"SARL ETS GUY MARIN\">\n        <\/div>\n    <\/div>\n\n    <div class=\"product-header\">\n        <span class=\"product-title-wrapper\">\n            <h3 class=\"h3 product-title\" itemprop=\"name\"><a href=\"https:\/\/boutique.francecasse.fr\/pare-boue-avant-droit\/44573121-pare-boue-avant-droit-d-occasion-pour-citroen-c5-x7-berline.html\">Pare boue avant droit d&#039;occasion pour CITROEN C5 (X7) Berline<\/a><\/h2>\n        <\/span>\n\n                    <span class=\"occasion-badge\">Occasion<\/span>\n            <\/div>\n\n    <div class=\"product-content\">\n        <div class=\"product-left\">\n            <div class=\"product-description-item\">\n                Pare boue avant droit d&#039;occasion pour CITROEN C5 (X7) Berline\n            <\/div>\n\n            <div class=\"product-details-item\">\n                <div class=\"detail-row\">\n                    <i class=\"fas fa-store detail-icon\"><\/i>\n                    <span class=\"detail-text\"><strong>Vendeur :<\/strong><\/span>\n                    <span class=\"detail-value\">SARL ETS GUY MARIN<\/span>\n                <\/div>\n                \n            <div class=\"detail-row\">\n                    <i class=\"fas fa-shield-alt detail-icon\"><\/i>\n                <span class=\"detail-text\"><strong>Garantie :<\/strong><\/span>\n        <span class=\"detail-value\">12 mois<\/span>\n    <\/div>\n            <div class=\"detail-row\">\n                    <i class=\"fas fa-gas-pump detail-icon\"><\/i>\n                <span class=\"detail-text\"><strong>Energie :<\/strong><\/span>\n        <span class=\"detail-value\">Diesel<\/span>\n    <\/div>\n            <div class=\"detail-row\">\n                    <i class=\"fas fa-tachometer-alt detail-icon\"><\/i>\n                <span class=\"detail-text\"><strong>Kilom\u00e9trage :<\/strong><\/span>\n        <span class=\"detail-value\">219607<\/span>\n    <\/div>\n\n            <\/div>\n\n            <div class=\"price-section\">\n                <div class=\"price-info\">\n                    <div>\n                        <span class=\"current-price-item\">\n                            60,00\u00a0\u20ac TTC\n                        <\/span>\n                    <\/div>\n\n                    <span class=\"livraison_inclue\">livraison incluse<\/span>\n                    \n                <\/div>\n            <\/div>\n        <\/div>\n        <div class=\"product-right\">\n            <div class=\"product-image\" style=\"background-image: url('https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/2\/2\/0\/156832220-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/pare-boue-avant-droit\/44573121-pare-boue-avant-droit-d-occasion-pour-citroen-c5-x7-berline.html\">\n                <i class=\"fas fa-eye\"><\/i> Voir le produit\n            <\/a>\n        <\/div>\n    <\/div>\n<\/article>\n                \n                    \n                \n            \n        \n    \n    \n    \n<article class=\"product-item is-used\"\n    data-id-product=\"40557122\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/5\/5\/4\/9\/4\/141555494-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Pare boue avant droit d&#039;occasion pour CITROEN C5 (X7) Berline\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/pare-boue-avant-droit\/40557122-pare-boue-avant-droit-d-occasion-pour-citroen-c5-x7-berline.html\">\n        <meta itemprop=\"availability\" content=\"https:\/\/schema.org\/InStock\">\n        <meta itemprop=\"priceCurrency\" content=\"EUR\">\n\n                    <meta itemprop=\"itemCondition\" content=\"https:\/\/schema.org\/UsedCondition\">\n        \n        <meta itemprop=\"price\" content=\"42.08\">\n        <div itemprop=\"hasMerchantReturnPolicy\" itemscope itemtype=\"https:\/\/schema.org\/MerchantReturnPolicy\">\n            <meta itemprop=\"applicableCountry\" content=\"FR\">\n            <meta itemprop=\"returnPolicyCategory\" content=\"https:\/\/schema.org\/MerchantReturnFiniteReturnWindow\">\n            <meta itemprop=\"merchantReturnDays\" content=\"14\">\n            <meta itemprop=\"returnMethod\" content=\"https:\/\/schema.org\/ReturnByMail\">\n            <meta itemprop=\"returnFees\" content=\"https:\/\/schema.org\/ReturnFeesCustomerResponsibility\">\n        <\/div>\n        <meta itemprop=\"priceValidUntil\" content=\"2026-07-29\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"Capnor\">\n        <\/div>\n    <\/div>\n\n    <div class=\"product-header\">\n        <span class=\"product-title-wrapper\">\n            <h3 class=\"h3 product-title\" itemprop=\"name\"><a href=\"https:\/\/boutique.francecasse.fr\/pare-boue-avant-droit\/40557122-pare-boue-avant-droit-d-occasion-pour-citroen-c5-x7-berline.html\">Pare boue avant droit d&#039;occasion pour CITROEN C5 (X7) Berline<\/a><\/h2>\n        <\/span>\n\n                    <span class=\"occasion-badge\">Occasion<\/span>\n            <\/div>\n\n    <div class=\"product-content\">\n        <div class=\"product-left\">\n            <div class=\"product-description-item\">\n                Pare boue avant droit d&#039;occasion pour CITROEN C5 (X7) Berline\n            <\/div>\n\n            <div class=\"product-details-item\">\n                <div class=\"detail-row\">\n                    <i class=\"fas fa-store detail-icon\"><\/i>\n                    <span class=\"detail-text\"><strong>Vendeur :<\/strong><\/span>\n                    <span class=\"detail-value\">Capnor<\/span>\n                <\/div>\n                \n            <div class=\"detail-row\">\n                    <i class=\"fas fa-shield-alt detail-icon\"><\/i>\n                <span class=\"detail-text\"><strong>Garantie :<\/strong><\/span>\n        <span class=\"detail-value\">24 mois<\/span>\n    <\/div>\n            <div class=\"detail-row\">\n                    <i class=\"fas fa-gas-pump detail-icon\"><\/i>\n                <span class=\"detail-text\"><strong>Energie :<\/strong><\/span>\n        <span class=\"detail-value\">Diesel<\/span>\n    <\/div>\n\n            <\/div>\n\n            <div class=\"price-section\">\n                <div class=\"price-info\">\n                    <div>\n                        <span class=\"current-price-item\">\n                            42,08\u00a0\u20ac TTC\n                        <\/span>\n                    <\/div>\n\n                    <span class=\"livraison_inclue\">livraison incluse<\/span>\n                    \n                <\/div>\n            <\/div>\n        <\/div>\n        <div class=\"product-right\">\n            <div class=\"product-image\" style=\"background-image: url('https:\/\/img.francecasse.fr\/1\/4\/1\/5\/5\/5\/4\/9\/4\/141555494-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/pare-boue-avant-droit\/40557122-pare-boue-avant-droit-d-occasion-pour-citroen-c5-x7-berline.html\">\n                <i class=\"fas fa-eye\"><\/i> Voir le produit\n            <\/a>\n        <\/div>\n    <\/div>\n<\/article>\n                \n                    \n                \n            \n        \n    \n    \n    \n<article class=\"product-item is-used\"\n    data-id-product=\"10821140\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/5\/3\/4\/4\/4\/1\/6\/9\/53444169-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Pare boue avant droit d&#039;occasion pour CITROEN C5 (X7) Berline\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/pare-boue-avant-droit\/10821140-pare-boue-avant-droit-d-occasion-pour-citroen-c5-x7-berline.html\">\n        <meta itemprop=\"availability\" content=\"https:\/\/schema.org\/InStock\">\n        <meta itemprop=\"priceCurrency\" content=\"EUR\">\n\n                    <meta itemprop=\"itemCondition\" content=\"https:\/\/schema.org\/UsedCondition\">\n        \n        <meta itemprop=\"price\" content=\"131.00\">\n        <div itemprop=\"hasMerchantReturnPolicy\" itemscope itemtype=\"https:\/\/schema.org\/MerchantReturnPolicy\">\n            <meta itemprop=\"applicableCountry\" content=\"FR\">\n            <meta itemprop=\"returnPolicyCategory\" content=\"https:\/\/schema.org\/MerchantReturnFiniteReturnWindow\">\n            <meta itemprop=\"merchantReturnDays\" content=\"14\">\n            <meta itemprop=\"returnMethod\" content=\"https:\/\/schema.org\/ReturnByMail\">\n            <meta itemprop=\"returnFees\" content=\"https:\/\/schema.org\/ReturnFeesCustomerResponsibility\">\n        <\/div>\n        <meta itemprop=\"priceValidUntil\" content=\"2026-07-29\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"USED WORLD PARTS\">\n        <\/div>\n    <\/div>\n\n    <div class=\"product-header\">\n        <span class=\"product-title-wrapper\">\n            <h3 class=\"h3 product-title\" itemprop=\"name\"><a href=\"https:\/\/boutique.francecasse.fr\/pare-boue-avant-droit\/10821140-pare-boue-avant-droit-d-occasion-pour-citroen-c5-x7-berline.html\">Pare boue avant droit d&#039;occasion pour CITROEN C5 (X7) Berline<\/a><\/h2>\n        <\/span>\n\n                    <span class=\"occasion-badge\">Occasion<\/span>\n            <\/div>\n\n    <div class=\"product-content\">\n        <div class=\"product-left\">\n            <div class=\"product-description-item\">\n                Pare boue avant droit d&#039;occasion pour CITROEN C5 (X7) Berline\n            <\/div>\n\n            <div class=\"product-details-item\">\n                <div class=\"detail-row\">\n                    <i class=\"fas fa-store detail-icon\"><\/i>\n                    <span class=\"detail-text\"><strong>Vendeur :<\/strong><\/span>\n                    <span class=\"detail-value\">USED WORLD PARTS<\/span>\n                <\/div>\n                \n            <div class=\"detail-row\">\n                    <i class=\"fas fa-shield-alt detail-icon\"><\/i>\n                <span class=\"detail-text\"><strong>Garantie :<\/strong><\/span>\n        <span class=\"detail-value\">12 mois<\/span>\n    <\/div>\n            <div class=\"detail-row\">\n                    <i class=\"fas fa-tachometer-alt detail-icon\"><\/i>\n                <span class=\"detail-text\"><strong>Kilom\u00e9trage :<\/strong><\/span>\n        <span class=\"detail-value\">1 km<\/span>\n    <\/div>\n\n            <\/div>\n\n            <div class=\"price-section\">\n                <div class=\"price-info\">\n                    <div>\n                        <span class=\"current-price-item\">\n                            131,00\u00a0\u20ac TTC\n                        <\/span>\n                    <\/div>\n\n                    <span class=\"livraison_inclue\">livraison incluse<\/span>\n                    \n                <\/div>\n            <\/div>\n        <\/div>\n        <div class=\"product-right\">\n            <div class=\"product-image\" style=\"background-image: url('https:\/\/img.francecasse.fr\/5\/3\/4\/4\/4\/1\/6\/9\/53444169-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/pare-boue-avant-droit\/10821140-pare-boue-avant-droit-d-occasion-pour-citroen-c5-x7-berline.html\">\n                <i class=\"fas fa-eye\"><\/i> Voir le produit\n            <\/a>\n        <\/div>\n    <\/div>\n<\/article>\n                \n        \n                                                                                                            <\/div>\n    \n                    \n\n    <nav class=\"pagination-infinite\">\n        <div class=\"row\">\n            <div class=\"col-lg-12\">\n                <a href=\"https:\/\/boutique.francecasse.fr\/module\/fctamponproduct\/listing?id_category=18277&amp;id_category_marque=461&amp;id_category_modele=12133&amp;ajax=1&amp;action=products&amp;perPage=20&amp;expansion_level=2&amp;page=1&amp;c_exp_2=356\" class=\"show-more-products js-search-link-\">\n                                            Afficher les pi\u00e8ces trouv\u00e9es pour toutes les CITROEN\n                                    <\/a>\n            <\/div>\n        <\/div>\n    <\/nav>\n            \n\n            \n    \n<\/div>\n","rendered_products_bottom":"<div id=\"js-product-list-bottom\"><\/div>\n","result":{},"label":"Cat\u00e9gorie : Pare boue avant droit","products":[{"add_to_cart_url":"https:\/\/boutique.francecasse.fr\/panier?add=1&id_product=16018135&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"16018135","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/pare-boue-avant-droit\/16018135-pare-boue-avant-droit-d-occasion-pour-citroen-c5-x7-berline.html","canonical_url":"https:\/\/boutique.francecasse.fr\/pare-boue-avant-droit\/16018135-pare-boue-avant-droit-d-occasion-pour-citroen-c5-x7-berline.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"16018135","id_supplier":"1","id_manufacturer":"0","id_category_default":"18277","id_shop_default":"1","on_sale":"0","online_only":"0","ecotax":"0.000000","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"52,00\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"","out_of_stock":"2","customizable":"0","uploadable_files":"0","text_fields":"0","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","condition":"used","show_price":"1","indexed":"0","visibility":"both","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-07-21 11:32:26","date_upd":"2026-06-22 19:54:02","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Pare boue avant droit d'occasion pour CITROEN C5 (X7) Berline","link_rewrite":"pare-boue-avant-droit-d-occasion-pour-citroen-c5-x7-berline","meta_description":"","meta_keywords":"","meta_title":"","name":"Pare boue avant droit d'occasion pour CITROEN C5 (X7) Berline","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"16018135-107505837","id_product_attribute":"0","allow_oosp":0,"category":"pare-boue-avant-droit","category_name":"Pare boue avant droit","link":"https:\/\/boutique.francecasse.fr\/pare-boue-avant-droit\/16018135-pare-boue-avant-droit-d-occasion-pour-citroen-c5-x7-berline.html","attribute_price":0,"price_tax_exc":52,"price_without_reduction":52,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Version","value":"1.6 e-HDi FAP BMP6 S&amp;S 112 cv","id_feature":"3","position":"2"},{"name":"Energie","value":"Diesel","id_feature":"6","position":"4"},{"name":"Usure","value":"Comme neuf","id_feature":"8","position":"6"},{"name":"Poids","value":null,"id_feature":"9","position":"7"},{"name":"modele","value":"C5 (X7) Berline","id_feature":"12","position":"10"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"R\u00e9f\u00e9rence contructeur","value":"7136KY","id_feature":"20","position":"18"},{"name":"Code EAN","value":"1-1141-0-2099","id_feature":"21","position":"19"},{"name":"Remarques","value":"Coquille plastique \u00e0 l`interieur de l`aile. Livr\u00e9 sans agrafes","id_feature":"24","position":"22"}],"attachments":[],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/5\/0\/5\/8\/3\/7\/107505837-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/5\/0\/5\/8\/3\/7\/107505837-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/5\/0\/5\/8\/3\/7\/107505837-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/5\/0\/5\/8\/3\/7\/107505837-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/5\/0\/5\/8\/3\/7\/107505837-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/5\/0\/5\/8\/3\/7\/107505837-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/5\/0\/5\/8\/3\/7\/107505837-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/5\/0\/5\/8\/3\/7\/107505837-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"107505837","position":"2","id_origin":"https:\/\/vhulite.vhucenter.fr\/\/uploads\/stocks\/61690\/2103\/2986.jpeg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/5\/0\/5\/8\/3\/7\/107505837-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/5\/0\/5\/8\/3\/7\/107505837-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/5\/0\/5\/8\/3\/7\/107505837-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/5\/0\/5\/8\/3\/7\/107505837-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/5\/0\/5\/8\/3\/7\/107505837-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/5\/0\/5\/8\/3\/7\/107505837-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/5\/0\/5\/8\/3\/7\/107505837-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/5\/0\/5\/8\/3\/7\/107505837-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"107505837","position":"2","id_origin":"https:\/\/vhulite.vhucenter.fr\/\/uploads\/stocks\/61690\/2103\/2986.jpeg","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":52,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},"file_size_formatted":null,"attachments":[],"quantity_discounts":[],"reference_to_display":null,"grouped_features":{"Version":{"name":"Version","value":"1.6 e-HDi FAP BMP6 S&amp;S 112 cv","id_feature":"3","position":"2"},"Energie":{"name":"Energie","value":"Diesel","id_feature":"6","position":"4"},"Usure":{"name":"Usure","value":"Comme neuf","id_feature":"8","position":"6"},"Poids":{"name":"Poids","value":null,"id_feature":"9","position":"7"},"modele":{"name":"modele","value":"C5 (X7) Berline","id_feature":"12","position":"10"},"Garantie":{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},"R\u00e9f\u00e9rence contructeur":{"name":"R\u00e9f\u00e9rence contructeur","value":"7136KY","id_feature":"20","position":"18"},"Code EAN":{"name":"Code EAN","value":"1-1141-0-2099","id_feature":"21","position":"19"},"Remarques":{"name":"Remarques","value":"Coquille plastique \u00e0 l`interieur de l`aile. Livr\u00e9 sans agrafes","id_feature":"24","position":"22"}},"seo_availability":"https:\/\/schema.org\/InStock","labels":{"tax_short":"TTC","tax_long":"TTC"},"ecotax":{"value":"0,00\u00a0\u20ac","amount":"0.000000","rate":0},"flags":[],"main_variants":[],"specific_references":null,"id_product":"16018135","id_supplier":"1","id_manufacturer":"0","id_category_default":"18277","old_id_category_default":null,"id_shop_default":"1","id_tax_rules_group":"0","on_sale":"0","online_only":"0","ean13":"","isbn":"","upc":"","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"52,00\u00a0\u20ac","old_price_octobre_2025":null,"wholesale_price":"0.000000","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"","supplier_reference":"7136KY","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"3.000000","out_of_stock":"2","additional_delivery_times":"1","quantity_discount":"0","customizable":"0","uploadable_files":"0","text_fields":"0","active":"1","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","indexed":"0","visibility":"both","cache_is_pack":"0","cache_has_attachments":"0","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-07-21 11:32:26","date_upd":"2026-06-22 19:54:02","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"37:piece-occasion-2103","casse":"","type_vhu":"","taxe_sur_marge":"1","price_ttc":"52.000000","wholesale_price_ttc":"0.000000","price_new":"0.000000","frais_port":"0.000000","vhu_destockage":"0","vehicule_image_ids":"","corrige":"0","immatriculation":"","vehicule_origin_id":"","code_moteur_field":"","vehicule_ref_id":"","vehicule_ktype":"","vehicule_ref_etat":"0","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"","origin_modele":"","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"","id_category_piece":"18277","id_category_marque":"461","id_category_modele":"12133","id_category_version":"12133","a_supprimer":"0","fake_deleted_at":null,"code_moteur_manually_updated":"0","uwp_to_delete":"0","origin_marque_id":"","origin_modele_id":"","origin_piece_id":"","origin_version_id":"","bool_modele_id_corrrige":"0","date_correction_modele_reinit":null,"id_tax_rules_group_pro":"0","origin_tva":"0.000000","origin_pro_tva":"0.000000","id_tax_rules_group_temp":null,"date_vin_retraite":null,"prix_piece_ttc":"0.000000","frais_port_ttc":"0.000000","origin_id_prefix":"37","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Pare boue avant droit d'occasion pour CITROEN C5 (X7) Berline","link_rewrite":"pare-boue-avant-droit-d-occasion-pour-citroen-c5-x7-berline","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Pare boue avant droit d'occasion pour CITROEN C5 (X7) Berline","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"4600499","id_modele_parent":"9271","id_energie":"16523","id_seller":"37","id_country_seller":"8","id_image":"16018135-107505837","prix":"52.000000","energie":"Diesel","libelle":"Pare boue avant droit d'occasion pour CITROEN C5 (X7) Berline","seller_name":"SHOP CARROSSERIE","ordre_affichage":"6537","snipet":"[{\"value\":\"1.6 e-HDi FAP BMP6 S&amp;S 112 cv\",\"name\":\"Version\"},{\"value\":\"Diesel\",\"name\":\"Energie\"},{\"value\":\"12 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/0\/7\/5\/0\/5\/8\/3\/7\/107505837-home_default.webp","fdp_incluse":"0","code_moteur":"","reference_constructeur":"7136KY","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"pare-boue-avant-droit","category_name":"Pare boue avant droit","link":"https:\/\/boutique.francecasse.fr\/pare-boue-avant-droit\/16018135-pare-boue-avant-droit-d-occasion-pour-citroen-c5-x7-berline.html","attribute_price":0,"price_tax_exc":52,"price_without_reduction":52,"price_without_reduction_without_tax":52,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Version","value":"1.6 e-HDi FAP BMP6 S&amp;S 112 cv","id_feature":"3","position":"2"},{"name":"Energie","value":"Diesel","id_feature":"6","position":"4"},{"name":"Usure","value":"Comme neuf","id_feature":"8","position":"6"},{"name":"Poids","value":null,"id_feature":"9","position":"7"},{"name":"modele","value":"C5 (X7) Berline","id_feature":"12","position":"10"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"R\u00e9f\u00e9rence contructeur","value":"7136KY","id_feature":"20","position":"18"},{"name":"Code EAN","value":"1-1141-0-2099","id_feature":"21","position":"19"},{"name":"Remarques","value":"Coquille plastique \u00e0 l`interieur de l`aile. Livr\u00e9 sans agrafes","id_feature":"24","position":"22"}],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/5\/0\/5\/8\/3\/7\/107505837-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/5\/0\/5\/8\/3\/7\/107505837-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/5\/0\/5\/8\/3\/7\/107505837-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/5\/0\/5\/8\/3\/7\/107505837-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/5\/0\/5\/8\/3\/7\/107505837-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/5\/0\/5\/8\/3\/7\/107505837-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/5\/0\/5\/8\/3\/7\/107505837-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/5\/0\/5\/8\/3\/7\/107505837-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"107505837","position":"2","id_origin":"https:\/\/vhulite.vhucenter.fr\/\/uploads\/stocks\/61690\/2103\/2986.jpeg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/5\/0\/5\/8\/3\/7\/107505837-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/5\/0\/5\/8\/3\/7\/107505837-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/5\/0\/5\/8\/3\/7\/107505837-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/5\/0\/5\/8\/3\/7\/107505837-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/5\/0\/5\/8\/3\/7\/107505837-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/5\/0\/5\/8\/3\/7\/107505837-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/5\/0\/5\/8\/3\/7\/107505837-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/5\/0\/5\/8\/3\/7\/107505837-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"107505837","position":"2","id_origin":"https:\/\/vhulite.vhucenter.fr\/\/uploads\/stocks\/61690\/2103\/2986.jpeg","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":52,"regular_price_amount":52,"regular_price":"52,00\u00a0\u20ac","discount_to_display":null,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},{"add_to_cart_url":"https:\/\/boutique.francecasse.fr\/panier?add=1&id_product=46385155&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"46385155","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/pare-boue-avant-droit\/46385155-pare-boue-avant-droit-d-occasion-pour-citroen-c5-x7-berline.html","canonical_url":"https:\/\/boutique.francecasse.fr\/pare-boue-avant-droit\/46385155-pare-boue-avant-droit-d-occasion-pour-citroen-c5-x7-berline.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"46385155","id_supplier":"1","id_manufacturer":"0","id_category_default":"18277","id_shop_default":"1","on_sale":"0","online_only":"0","ecotax":"0.000000","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"40,00\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"128592019","out_of_stock":"2","customizable":"0","uploadable_files":"0","text_fields":"0","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","condition":"used","show_price":"1","indexed":"0","visibility":"both","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-07-21 11:32:26","date_upd":"2026-07-21 22:52:27","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Pare boue avant droit d'occasion pour CITROEN C5 (X7) Berline","link_rewrite":"pare-boue-avant-droit-d-occasion-pour-citroen-c5-x7-berline","meta_description":"","meta_keywords":"","meta_title":"","name":"Pare boue avant droit d'occasion pour CITROEN C5 (X7) Berline","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"46385155-159829550","id_product_attribute":"0","allow_oosp":0,"category":"pare-boue-avant-droit","category_name":"Pare boue avant droit","link":"https:\/\/boutique.francecasse.fr\/pare-boue-avant-droit\/46385155-pare-boue-avant-droit-d-occasion-pour-citroen-c5-x7-berline.html","attribute_price":0,"price_tax_exc":40,"price_without_reduction":40,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"}],"attachments":[],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/5\/3\/3\/159829533-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/5\/3\/3\/159829533-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/5\/3\/3\/159829533-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/5\/3\/3\/159829533-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/5\/3\/3\/159829533-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/5\/3\/3\/159829533-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/5\/3\/3\/159829533-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/5\/3\/3\/159829533-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"159829533","position":"1","id_origin":"https:\/\/www.ecocasse.fr\/6284366-large_default\/pare-boue-avant-droit-citroen-c5-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/5\/5\/0\/159829550-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/5\/5\/0\/159829550-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/5\/5\/0\/159829550-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/5\/5\/0\/159829550-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/5\/5\/0\/159829550-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/5\/5\/0\/159829550-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/5\/5\/0\/159829550-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/5\/5\/0\/159829550-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"159829550","position":"2","id_origin":"https:\/\/www.ecocasse.fr\/6284367-large_default\/pare-boue-avant-droit-citroen-c5-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/5\/6\/8\/159829568-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/5\/6\/8\/159829568-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/5\/6\/8\/159829568-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/5\/6\/8\/159829568-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/5\/6\/8\/159829568-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/5\/6\/8\/159829568-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/5\/6\/8\/159829568-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/5\/6\/8\/159829568-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"159829568","position":"3","id_origin":"https:\/\/www.ecocasse.fr\/6284368-large_default\/pare-boue-avant-droit-citroen-c5-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/5\/8\/4\/159829584-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/5\/8\/4\/159829584-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/5\/8\/4\/159829584-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/5\/8\/4\/159829584-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/5\/8\/4\/159829584-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/5\/8\/4\/159829584-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/5\/8\/4\/159829584-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/5\/8\/4\/159829584-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"159829584","position":"4","id_origin":"https:\/\/www.ecocasse.fr\/6284369-large_default\/pare-boue-avant-droit-citroen-c5-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/5\/9\/8\/159829598-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/5\/9\/8\/159829598-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/5\/9\/8\/159829598-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/5\/9\/8\/159829598-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/5\/9\/8\/159829598-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/5\/9\/8\/159829598-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/5\/9\/8\/159829598-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/5\/9\/8\/159829598-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"159829598","position":"5","id_origin":"https:\/\/www.ecocasse.fr\/6284370-large_default\/pare-boue-avant-droit-citroen-c5-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/6\/1\/4\/159829614-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/6\/1\/4\/159829614-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/6\/1\/4\/159829614-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/6\/1\/4\/159829614-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/6\/1\/4\/159829614-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/6\/1\/4\/159829614-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/6\/1\/4\/159829614-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/6\/1\/4\/159829614-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"159829614","position":"6","id_origin":"https:\/\/www.ecocasse.fr\/6284371-large_default\/pare-boue-avant-droit-citroen-c5-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/6\/2\/6\/159829626-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/6\/2\/6\/159829626-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/6\/2\/6\/159829626-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/6\/2\/6\/159829626-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/6\/2\/6\/159829626-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/6\/2\/6\/159829626-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/6\/2\/6\/159829626-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/6\/2\/6\/159829626-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"159829626","position":"7","id_origin":"https:\/\/www.ecocasse.fr\/6284372-large_default\/pare-boue-avant-droit-citroen-c5-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/6\/4\/5\/159829645-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/6\/4\/5\/159829645-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/6\/4\/5\/159829645-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/6\/4\/5\/159829645-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/6\/4\/5\/159829645-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/6\/4\/5\/159829645-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/6\/4\/5\/159829645-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/6\/4\/5\/159829645-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"159829645","position":"8","id_origin":"https:\/\/www.ecocasse.fr\/6284373-large_default\/pare-boue-avant-droit-citroen-c5-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/7\/8\/9\/159829789-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/7\/8\/9\/159829789-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/7\/8\/9\/159829789-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/7\/8\/9\/159829789-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/7\/8\/9\/159829789-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/7\/8\/9\/159829789-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/7\/8\/9\/159829789-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/7\/8\/9\/159829789-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"159829789","position":"9","id_origin":"https:\/\/www.ecocasse.fr\/6284354-large_default\/pare-boue-avant-droit-citroen-c5-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/8\/1\/2\/159829812-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/8\/1\/2\/159829812-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/8\/1\/2\/159829812-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/8\/1\/2\/159829812-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/8\/1\/2\/159829812-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/8\/1\/2\/159829812-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/8\/1\/2\/159829812-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/8\/1\/2\/159829812-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"159829812","position":"10","id_origin":"https:\/\/www.ecocasse.fr\/6284355-large_default\/pare-boue-avant-droit-citroen-c5-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/8\/2\/7\/159829827-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/8\/2\/7\/159829827-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/8\/2\/7\/159829827-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/8\/2\/7\/159829827-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/8\/2\/7\/159829827-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/8\/2\/7\/159829827-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/8\/2\/7\/159829827-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/8\/2\/7\/159829827-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"159829827","position":"11","id_origin":"https:\/\/www.ecocasse.fr\/6284356-large_default\/pare-boue-avant-droit-citroen-c5-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/8\/4\/4\/159829844-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/8\/4\/4\/159829844-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/8\/4\/4\/159829844-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/8\/4\/4\/159829844-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/8\/4\/4\/159829844-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/8\/4\/4\/159829844-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/8\/4\/4\/159829844-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/8\/4\/4\/159829844-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"159829844","position":"12","id_origin":"https:\/\/www.ecocasse.fr\/6284357-large_default\/pare-boue-avant-droit-citroen-c5-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/8\/5\/5\/159829855-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/8\/5\/5\/159829855-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/8\/5\/5\/159829855-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/8\/5\/5\/159829855-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/8\/5\/5\/159829855-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/8\/5\/5\/159829855-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/8\/5\/5\/159829855-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/8\/5\/5\/159829855-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"159829855","position":"13","id_origin":"https:\/\/www.ecocasse.fr\/6284358-large_default\/pare-boue-avant-droit-citroen-c5-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/8\/6\/5\/159829865-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/8\/6\/5\/159829865-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/8\/6\/5\/159829865-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/8\/6\/5\/159829865-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/8\/6\/5\/159829865-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/8\/6\/5\/159829865-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/8\/6\/5\/159829865-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/8\/6\/5\/159829865-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"159829865","position":"14","id_origin":"https:\/\/www.ecocasse.fr\/6284359-large_default\/pare-boue-avant-droit-citroen-c5-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/8\/8\/1\/159829881-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/8\/8\/1\/159829881-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/8\/8\/1\/159829881-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/8\/8\/1\/159829881-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/8\/8\/1\/159829881-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/8\/8\/1\/159829881-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/8\/8\/1\/159829881-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/8\/8\/1\/159829881-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"159829881","position":"15","id_origin":"https:\/\/www.ecocasse.fr\/6284360-large_default\/pare-boue-avant-droit-citroen-c5-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/8\/9\/4\/159829894-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/8\/9\/4\/159829894-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/8\/9\/4\/159829894-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/8\/9\/4\/159829894-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/8\/9\/4\/159829894-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/8\/9\/4\/159829894-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/8\/9\/4\/159829894-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/8\/9\/4\/159829894-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"159829894","position":"16","id_origin":"https:\/\/www.ecocasse.fr\/6284361-large_default\/pare-boue-avant-droit-citroen-c5-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/9\/1\/1\/159829911-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/9\/1\/1\/159829911-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/9\/1\/1\/159829911-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/9\/1\/1\/159829911-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/9\/1\/1\/159829911-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/9\/1\/1\/159829911-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/9\/1\/1\/159829911-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/9\/1\/1\/159829911-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"159829911","position":"17","id_origin":"https:\/\/www.ecocasse.fr\/6284362-large_default\/pare-boue-avant-droit-citroen-c5-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/9\/2\/2\/159829922-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/9\/2\/2\/159829922-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/9\/2\/2\/159829922-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/9\/2\/2\/159829922-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/9\/2\/2\/159829922-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/9\/2\/2\/159829922-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/9\/2\/2\/159829922-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/9\/2\/2\/159829922-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"159829922","position":"18","id_origin":"https:\/\/www.ecocasse.fr\/6284363-large_default\/pare-boue-avant-droit-citroen-c5-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/9\/4\/5\/159829945-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/9\/4\/5\/159829945-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/9\/4\/5\/159829945-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/9\/4\/5\/159829945-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/9\/4\/5\/159829945-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/9\/4\/5\/159829945-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/9\/4\/5\/159829945-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/9\/4\/5\/159829945-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"159829945","position":"19","id_origin":"https:\/\/www.ecocasse.fr\/6284364-large_default\/pare-boue-avant-droit-citroen-c5-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/9\/5\/7\/159829957-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/9\/5\/7\/159829957-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/9\/5\/7\/159829957-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/9\/5\/7\/159829957-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/9\/5\/7\/159829957-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/9\/5\/7\/159829957-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/9\/5\/7\/159829957-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/9\/5\/7\/159829957-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"159829957","position":"20","id_origin":"https:\/\/www.ecocasse.fr\/6284365-large_default\/pare-boue-avant-droit-citroen-c5-2.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/5\/3\/3\/159829533-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/5\/3\/3\/159829533-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/5\/3\/3\/159829533-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/5\/3\/3\/159829533-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/5\/3\/3\/159829533-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/5\/3\/3\/159829533-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/5\/3\/3\/159829533-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/5\/3\/3\/159829533-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"159829533","position":"1","id_origin":"https:\/\/www.ecocasse.fr\/6284366-large_default\/pare-boue-avant-droit-citroen-c5-2.jpg","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":40,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},"file_size_formatted":null,"attachments":[],"quantity_discounts":[],"reference_to_display":"128592019","grouped_features":{"Garantie":{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"}},"seo_availability":"https:\/\/schema.org\/InStock","labels":{"tax_short":"TTC","tax_long":"TTC"},"ecotax":{"value":"0,00\u00a0\u20ac","amount":"0.000000","rate":0},"flags":[],"main_variants":[],"specific_references":null,"id_product":"46385155","id_supplier":"1","id_manufacturer":"0","id_category_default":"18277","old_id_category_default":null,"id_shop_default":"1","id_tax_rules_group":"0","on_sale":"0","online_only":"0","ean13":"","isbn":"","upc":"","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"40,00\u00a0\u20ac","old_price_octobre_2025":null,"wholesale_price":"0.000000","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"128592019","supplier_reference":"00007136KY","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"3.000000","out_of_stock":"2","additional_delivery_times":"1","quantity_discount":"0","customizable":"0","uploadable_files":"0","text_fields":"0","active":"1","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","indexed":"0","visibility":"both","cache_is_pack":"0","cache_has_attachments":"0","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-07-21 11:32:26","date_upd":"2026-07-21 22:52:27","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"85:296221","casse":"","type_vhu":"","taxe_sur_marge":"0","price_ttc":"0.000000","wholesale_price_ttc":"0.000000","price_new":"0.000000","frais_port":"0.000000","vhu_destockage":"0","vehicule_image_ids":"","corrige":"0","immatriculation":"","vehicule_origin_id":"85:VF7RD9HL0BL521699","code_moteur_field":"DV6C_9HL","vehicule_ref_id":"VF7RD9HL0BL521699","vehicule_ktype":"","vehicule_ref_etat":"0","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"CITROEN","origin_modele":"C5 2","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"Pare boue avant droit","id_category_piece":"18277","id_category_marque":"461","id_category_modele":"12133","id_category_version":"0","a_supprimer":"0","fake_deleted_at":null,"code_moteur_manually_updated":"0","uwp_to_delete":"0","origin_marque_id":"","origin_modele_id":"","origin_piece_id":"","origin_version_id":"","bool_modele_id_corrrige":"0","date_correction_modele_reinit":null,"id_tax_rules_group_pro":"0","origin_tva":"0.000000","origin_pro_tva":"0.000000","id_tax_rules_group_temp":null,"date_vin_retraite":null,"prix_piece_ttc":"20.000000","frais_port_ttc":"20.000000","origin_id_prefix":"85","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Pare boue avant droit d'occasion pour CITROEN C5 (X7) Berline","link_rewrite":"pare-boue-avant-droit-d-occasion-pour-citroen-c5-x7-berline","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Pare boue avant droit d'occasion pour CITROEN C5 (X7) Berline","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"4600501","id_modele_parent":"9271","id_energie":"0","id_seller":"85","id_country_seller":"8","id_image":"46385155-159829550","prix":"40.000000","energie":"","libelle":"Pare boue avant droit d'occasion pour CITROEN C5 (X7) Berline","seller_name":"ECO-CASSE","ordre_affichage":"6539","snipet":"[{\"value\":\"12 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/5\/3\/3\/159829533-home_default.webp","fdp_incluse":"1","code_moteur":"DV6C_9HL","reference_constructeur":"00007136KY","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"pare-boue-avant-droit","category_name":"Pare boue avant droit","link":"https:\/\/boutique.francecasse.fr\/pare-boue-avant-droit\/46385155-pare-boue-avant-droit-d-occasion-pour-citroen-c5-x7-berline.html","attribute_price":0,"price_tax_exc":40,"price_without_reduction":40,"price_without_reduction_without_tax":40,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"}],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/5\/3\/3\/159829533-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/5\/3\/3\/159829533-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/5\/3\/3\/159829533-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/5\/3\/3\/159829533-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/5\/3\/3\/159829533-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/5\/3\/3\/159829533-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/5\/3\/3\/159829533-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/5\/3\/3\/159829533-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"159829533","position":"1","id_origin":"https:\/\/www.ecocasse.fr\/6284366-large_default\/pare-boue-avant-droit-citroen-c5-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/5\/5\/0\/159829550-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/5\/5\/0\/159829550-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/5\/5\/0\/159829550-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/5\/5\/0\/159829550-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/5\/5\/0\/159829550-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/5\/5\/0\/159829550-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/5\/5\/0\/159829550-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/5\/5\/0\/159829550-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"159829550","position":"2","id_origin":"https:\/\/www.ecocasse.fr\/6284367-large_default\/pare-boue-avant-droit-citroen-c5-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/5\/6\/8\/159829568-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/5\/6\/8\/159829568-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/5\/6\/8\/159829568-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/5\/6\/8\/159829568-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/5\/6\/8\/159829568-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/5\/6\/8\/159829568-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/5\/6\/8\/159829568-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/5\/6\/8\/159829568-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"159829568","position":"3","id_origin":"https:\/\/www.ecocasse.fr\/6284368-large_default\/pare-boue-avant-droit-citroen-c5-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/5\/8\/4\/159829584-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/5\/8\/4\/159829584-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/5\/8\/4\/159829584-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/5\/8\/4\/159829584-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/5\/8\/4\/159829584-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/5\/8\/4\/159829584-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/5\/8\/4\/159829584-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/5\/8\/4\/159829584-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"159829584","position":"4","id_origin":"https:\/\/www.ecocasse.fr\/6284369-large_default\/pare-boue-avant-droit-citroen-c5-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/5\/9\/8\/159829598-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/5\/9\/8\/159829598-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/5\/9\/8\/159829598-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/5\/9\/8\/159829598-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/5\/9\/8\/159829598-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/5\/9\/8\/159829598-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/5\/9\/8\/159829598-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/5\/9\/8\/159829598-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"159829598","position":"5","id_origin":"https:\/\/www.ecocasse.fr\/6284370-large_default\/pare-boue-avant-droit-citroen-c5-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/6\/1\/4\/159829614-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/6\/1\/4\/159829614-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/6\/1\/4\/159829614-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/6\/1\/4\/159829614-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/6\/1\/4\/159829614-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/6\/1\/4\/159829614-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/6\/1\/4\/159829614-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/6\/1\/4\/159829614-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"159829614","position":"6","id_origin":"https:\/\/www.ecocasse.fr\/6284371-large_default\/pare-boue-avant-droit-citroen-c5-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/6\/2\/6\/159829626-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/6\/2\/6\/159829626-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/6\/2\/6\/159829626-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/6\/2\/6\/159829626-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/6\/2\/6\/159829626-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/6\/2\/6\/159829626-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/6\/2\/6\/159829626-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/6\/2\/6\/159829626-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"159829626","position":"7","id_origin":"https:\/\/www.ecocasse.fr\/6284372-large_default\/pare-boue-avant-droit-citroen-c5-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/6\/4\/5\/159829645-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/6\/4\/5\/159829645-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/6\/4\/5\/159829645-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/6\/4\/5\/159829645-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/6\/4\/5\/159829645-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/6\/4\/5\/159829645-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/6\/4\/5\/159829645-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/6\/4\/5\/159829645-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"159829645","position":"8","id_origin":"https:\/\/www.ecocasse.fr\/6284373-large_default\/pare-boue-avant-droit-citroen-c5-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/7\/8\/9\/159829789-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/7\/8\/9\/159829789-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/7\/8\/9\/159829789-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/7\/8\/9\/159829789-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/7\/8\/9\/159829789-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/7\/8\/9\/159829789-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/7\/8\/9\/159829789-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/7\/8\/9\/159829789-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"159829789","position":"9","id_origin":"https:\/\/www.ecocasse.fr\/6284354-large_default\/pare-boue-avant-droit-citroen-c5-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/8\/1\/2\/159829812-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/8\/1\/2\/159829812-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/8\/1\/2\/159829812-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/8\/1\/2\/159829812-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/8\/1\/2\/159829812-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/8\/1\/2\/159829812-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/8\/1\/2\/159829812-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/8\/1\/2\/159829812-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"159829812","position":"10","id_origin":"https:\/\/www.ecocasse.fr\/6284355-large_default\/pare-boue-avant-droit-citroen-c5-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/8\/2\/7\/159829827-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/8\/2\/7\/159829827-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/8\/2\/7\/159829827-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/8\/2\/7\/159829827-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/8\/2\/7\/159829827-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/8\/2\/7\/159829827-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/8\/2\/7\/159829827-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/8\/2\/7\/159829827-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"159829827","position":"11","id_origin":"https:\/\/www.ecocasse.fr\/6284356-large_default\/pare-boue-avant-droit-citroen-c5-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/8\/4\/4\/159829844-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/8\/4\/4\/159829844-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/8\/4\/4\/159829844-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/8\/4\/4\/159829844-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/8\/4\/4\/159829844-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/8\/4\/4\/159829844-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/8\/4\/4\/159829844-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/8\/4\/4\/159829844-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"159829844","position":"12","id_origin":"https:\/\/www.ecocasse.fr\/6284357-large_default\/pare-boue-avant-droit-citroen-c5-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/8\/5\/5\/159829855-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/8\/5\/5\/159829855-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/8\/5\/5\/159829855-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/8\/5\/5\/159829855-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/8\/5\/5\/159829855-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/8\/5\/5\/159829855-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/8\/5\/5\/159829855-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/8\/5\/5\/159829855-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"159829855","position":"13","id_origin":"https:\/\/www.ecocasse.fr\/6284358-large_default\/pare-boue-avant-droit-citroen-c5-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/8\/6\/5\/159829865-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/8\/6\/5\/159829865-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/8\/6\/5\/159829865-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/8\/6\/5\/159829865-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/8\/6\/5\/159829865-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/8\/6\/5\/159829865-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/8\/6\/5\/159829865-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/8\/6\/5\/159829865-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"159829865","position":"14","id_origin":"https:\/\/www.ecocasse.fr\/6284359-large_default\/pare-boue-avant-droit-citroen-c5-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/8\/8\/1\/159829881-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/8\/8\/1\/159829881-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/8\/8\/1\/159829881-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/8\/8\/1\/159829881-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/8\/8\/1\/159829881-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/8\/8\/1\/159829881-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/8\/8\/1\/159829881-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/8\/8\/1\/159829881-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"159829881","position":"15","id_origin":"https:\/\/www.ecocasse.fr\/6284360-large_default\/pare-boue-avant-droit-citroen-c5-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/8\/9\/4\/159829894-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/8\/9\/4\/159829894-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/8\/9\/4\/159829894-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/8\/9\/4\/159829894-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/8\/9\/4\/159829894-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/8\/9\/4\/159829894-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/8\/9\/4\/159829894-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/8\/9\/4\/159829894-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"159829894","position":"16","id_origin":"https:\/\/www.ecocasse.fr\/6284361-large_default\/pare-boue-avant-droit-citroen-c5-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/9\/1\/1\/159829911-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/9\/1\/1\/159829911-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/9\/1\/1\/159829911-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/9\/1\/1\/159829911-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/9\/1\/1\/159829911-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/9\/1\/1\/159829911-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/9\/1\/1\/159829911-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/9\/1\/1\/159829911-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"159829911","position":"17","id_origin":"https:\/\/www.ecocasse.fr\/6284362-large_default\/pare-boue-avant-droit-citroen-c5-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/9\/2\/2\/159829922-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/9\/2\/2\/159829922-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/9\/2\/2\/159829922-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/9\/2\/2\/159829922-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/9\/2\/2\/159829922-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/9\/2\/2\/159829922-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/9\/2\/2\/159829922-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/9\/2\/2\/159829922-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"159829922","position":"18","id_origin":"https:\/\/www.ecocasse.fr\/6284363-large_default\/pare-boue-avant-droit-citroen-c5-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/9\/4\/5\/159829945-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/9\/4\/5\/159829945-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/9\/4\/5\/159829945-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/9\/4\/5\/159829945-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/9\/4\/5\/159829945-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/9\/4\/5\/159829945-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/9\/4\/5\/159829945-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/9\/4\/5\/159829945-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"159829945","position":"19","id_origin":"https:\/\/www.ecocasse.fr\/6284364-large_default\/pare-boue-avant-droit-citroen-c5-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/9\/5\/7\/159829957-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/9\/5\/7\/159829957-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/9\/5\/7\/159829957-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/9\/5\/7\/159829957-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/9\/5\/7\/159829957-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/9\/5\/7\/159829957-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/9\/5\/7\/159829957-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/9\/5\/7\/159829957-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"159829957","position":"20","id_origin":"https:\/\/www.ecocasse.fr\/6284365-large_default\/pare-boue-avant-droit-citroen-c5-2.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/5\/3\/3\/159829533-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/5\/3\/3\/159829533-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/5\/3\/3\/159829533-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/5\/3\/3\/159829533-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/5\/3\/3\/159829533-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/5\/3\/3\/159829533-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/5\/3\/3\/159829533-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/8\/2\/9\/5\/3\/3\/159829533-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"159829533","position":"1","id_origin":"https:\/\/www.ecocasse.fr\/6284366-large_default\/pare-boue-avant-droit-citroen-c5-2.jpg","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":40,"regular_price_amount":40,"regular_price":"40,00\u00a0\u20ac","discount_to_display":null,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},{"add_to_cart_url":"https:\/\/boutique.francecasse.fr\/panier?add=1&id_product=45991379&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"45991379","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/pare-boue-avant-droit\/45991379-pare-boue-avant-droit-d-occasion-pour-citroen-c5-x7-berline.html","canonical_url":"https:\/\/boutique.francecasse.fr\/pare-boue-avant-droit\/45991379-pare-boue-avant-droit-d-occasion-pour-citroen-c5-x7-berline.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"45991379","id_supplier":"1","id_manufacturer":"0","id_category_default":"18277","id_shop_default":"1","on_sale":"0","online_only":"0","ecotax":"0.000000","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"40,00\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"128259121","out_of_stock":"2","customizable":"0","uploadable_files":"0","text_fields":"0","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","condition":"used","show_price":"1","indexed":"0","visibility":"both","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-07-21 11:32:26","date_upd":"2026-07-21 22:51:41","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Pare boue avant droit d'occasion pour CITROEN C5 (X7) Berline","link_rewrite":"pare-boue-avant-droit-d-occasion-pour-citroen-c5-x7-berline","meta_description":"","meta_keywords":"","meta_title":"","name":"Pare boue avant droit d'occasion pour CITROEN C5 (X7) Berline","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"45991379-158220622","id_product_attribute":"0","allow_oosp":0,"category":"pare-boue-avant-droit","category_name":"Pare boue avant droit","link":"https:\/\/boutique.francecasse.fr\/pare-boue-avant-droit\/45991379-pare-boue-avant-droit-d-occasion-pour-citroen-c5-x7-berline.html","attribute_price":0,"price_tax_exc":40,"price_without_reduction":40,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Energie","value":"Diesel","id_feature":"6","position":"4"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Remarques","value":"avant droit\n\n\u2705 Pr\u00e9paration sous 72h.\n\n","id_feature":"24","position":"22"},{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"}],"attachments":[],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/0\/1\/158220601-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/0\/1\/158220601-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/0\/1\/158220601-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/0\/1\/158220601-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/0\/1\/158220601-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/0\/1\/158220601-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/0\/1\/158220601-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/0\/1\/158220601-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"158220601","position":"1","id_origin":"https:\/\/www.ecocasse.fr\/5918709-large_default\/pare-boue-avant-droit-citroen-c5-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/2\/2\/158220622-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/2\/2\/158220622-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/2\/2\/158220622-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/2\/2\/158220622-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/2\/2\/158220622-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/2\/2\/158220622-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/2\/2\/158220622-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/2\/2\/158220622-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"158220622","position":"2","id_origin":"https:\/\/www.ecocasse.fr\/5918710-large_default\/pare-boue-avant-droit-citroen-c5-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/4\/0\/158220640-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/4\/0\/158220640-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/4\/0\/158220640-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/4\/0\/158220640-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/4\/0\/158220640-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/4\/0\/158220640-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/4\/0\/158220640-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/4\/0\/158220640-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"158220640","position":"3","id_origin":"https:\/\/www.ecocasse.fr\/5918711-large_default\/pare-boue-avant-droit-citroen-c5-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/5\/3\/158220653-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/5\/3\/158220653-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/5\/3\/158220653-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/5\/3\/158220653-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/5\/3\/158220653-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/5\/3\/158220653-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/5\/3\/158220653-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/5\/3\/158220653-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"158220653","position":"4","id_origin":"https:\/\/www.ecocasse.fr\/5918712-large_default\/pare-boue-avant-droit-citroen-c5-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/6\/4\/158220664-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/6\/4\/158220664-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/6\/4\/158220664-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/6\/4\/158220664-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/6\/4\/158220664-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/6\/4\/158220664-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/6\/4\/158220664-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/6\/4\/158220664-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"158220664","position":"5","id_origin":"https:\/\/www.ecocasse.fr\/5918713-large_default\/pare-boue-avant-droit-citroen-c5-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/7\/7\/158220677-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/7\/7\/158220677-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/7\/7\/158220677-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/7\/7\/158220677-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/7\/7\/158220677-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/7\/7\/158220677-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/7\/7\/158220677-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/7\/7\/158220677-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"158220677","position":"6","id_origin":"https:\/\/www.ecocasse.fr\/5918714-large_default\/pare-boue-avant-droit-citroen-c5-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/9\/3\/158220693-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/9\/3\/158220693-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/9\/3\/158220693-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/9\/3\/158220693-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/9\/3\/158220693-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/9\/3\/158220693-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/9\/3\/158220693-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/9\/3\/158220693-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"158220693","position":"7","id_origin":"https:\/\/www.ecocasse.fr\/5918715-large_default\/pare-boue-avant-droit-citroen-c5-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/7\/1\/4\/158220714-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/7\/1\/4\/158220714-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/7\/1\/4\/158220714-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/7\/1\/4\/158220714-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/7\/1\/4\/158220714-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/7\/1\/4\/158220714-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/7\/1\/4\/158220714-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/7\/1\/4\/158220714-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"158220714","position":"8","id_origin":"https:\/\/www.ecocasse.fr\/5918716-large_default\/pare-boue-avant-droit-citroen-c5-2.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/0\/1\/158220601-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/0\/1\/158220601-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/0\/1\/158220601-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/0\/1\/158220601-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/0\/1\/158220601-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/0\/1\/158220601-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/0\/1\/158220601-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/0\/1\/158220601-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"158220601","position":"1","id_origin":"https:\/\/www.ecocasse.fr\/5918709-large_default\/pare-boue-avant-droit-citroen-c5-2.jpg","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":40,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},"file_size_formatted":null,"attachments":[],"quantity_discounts":[],"reference_to_display":"128259121","grouped_features":{"Energie":{"name":"Energie","value":"Diesel","id_feature":"6","position":"4"},"Garantie":{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},"Remarques":{"name":"Remarques","value":"avant droit\n\n\u2705 Pr\u00e9paration sous 72h.\n\n","id_feature":"24","position":"22"},"Nombre de portes":{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"}},"seo_availability":"https:\/\/schema.org\/InStock","labels":{"tax_short":"TTC","tax_long":"TTC"},"ecotax":{"value":"0,00\u00a0\u20ac","amount":"0.000000","rate":0},"flags":[],"main_variants":[],"specific_references":null,"id_product":"45991379","id_supplier":"1","id_manufacturer":"0","id_category_default":"18277","old_id_category_default":null,"id_shop_default":"1","id_tax_rules_group":"0","on_sale":"0","online_only":"0","ean13":"","isbn":"","upc":"","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"40,00\u00a0\u20ac","old_price_octobre_2025":null,"wholesale_price":"0.000000","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"128259121","supplier_reference":"00007136KY","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"3.000000","out_of_stock":"2","additional_delivery_times":"1","quantity_discount":"0","customizable":"0","uploadable_files":"0","text_fields":"0","active":"1","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","indexed":"0","visibility":"both","cache_is_pack":"0","cache_has_attachments":"0","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-07-21 11:32:26","date_upd":"2026-07-21 22:51:41","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"85:291045","casse":"","type_vhu":"","taxe_sur_marge":"0","price_ttc":"0.000000","wholesale_price_ttc":"0.000000","price_new":"0.000000","frais_port":"0.000000","vhu_destockage":"0","vehicule_image_ids":"","corrige":"0","immatriculation":"","vehicule_origin_id":"85:VF7RDRHF89L563066","code_moteur_field":"DW10BTED4_RHF","vehicule_ref_id":"VF7RDRHF89L563066","vehicule_ktype":"","vehicule_ref_etat":"0","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"CITROEN","origin_modele":"C5 2","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"Pare boue avant droit","id_category_piece":"18277","id_category_marque":"461","id_category_modele":"12133","id_category_version":"0","a_supprimer":"0","fake_deleted_at":null,"code_moteur_manually_updated":"0","uwp_to_delete":"0","origin_marque_id":"","origin_modele_id":"","origin_piece_id":"","origin_version_id":"","bool_modele_id_corrrige":"0","date_correction_modele_reinit":null,"id_tax_rules_group_pro":"0","origin_tva":"0.000000","origin_pro_tva":"0.000000","id_tax_rules_group_temp":null,"date_vin_retraite":null,"prix_piece_ttc":"20.000000","frais_port_ttc":"20.000000","origin_id_prefix":"85","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Pare boue avant droit d'occasion pour CITROEN C5 (X7) Berline","link_rewrite":"pare-boue-avant-droit-d-occasion-pour-citroen-c5-x7-berline","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Pare boue avant droit d'occasion pour CITROEN C5 (X7) Berline","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"4600502","id_modele_parent":"9271","id_energie":"16523","id_seller":"85","id_country_seller":"8","id_image":"45991379-158220622","prix":"40.000000","energie":"Diesel","libelle":"Pare boue avant droit d'occasion pour CITROEN C5 (X7) Berline","seller_name":"ECO-CASSE","ordre_affichage":"6540","snipet":"[{\"value\":\"Diesel\",\"name\":\"Energie\"},{\"value\":\"12 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/0\/1\/158220601-home_default.webp","fdp_incluse":"1","code_moteur":"DW10BTED4_RHF","reference_constructeur":"00007136KY","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"pare-boue-avant-droit","category_name":"Pare boue avant droit","link":"https:\/\/boutique.francecasse.fr\/pare-boue-avant-droit\/45991379-pare-boue-avant-droit-d-occasion-pour-citroen-c5-x7-berline.html","attribute_price":0,"price_tax_exc":40,"price_without_reduction":40,"price_without_reduction_without_tax":40,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Energie","value":"Diesel","id_feature":"6","position":"4"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Remarques","value":"avant droit\n\n\u2705 Pr\u00e9paration sous 72h.\n\n","id_feature":"24","position":"22"},{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"}],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/0\/1\/158220601-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/0\/1\/158220601-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/0\/1\/158220601-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/0\/1\/158220601-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/0\/1\/158220601-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/0\/1\/158220601-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/0\/1\/158220601-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/0\/1\/158220601-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"158220601","position":"1","id_origin":"https:\/\/www.ecocasse.fr\/5918709-large_default\/pare-boue-avant-droit-citroen-c5-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/2\/2\/158220622-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/2\/2\/158220622-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/2\/2\/158220622-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/2\/2\/158220622-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/2\/2\/158220622-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/2\/2\/158220622-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/2\/2\/158220622-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/2\/2\/158220622-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"158220622","position":"2","id_origin":"https:\/\/www.ecocasse.fr\/5918710-large_default\/pare-boue-avant-droit-citroen-c5-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/4\/0\/158220640-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/4\/0\/158220640-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/4\/0\/158220640-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/4\/0\/158220640-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/4\/0\/158220640-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/4\/0\/158220640-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/4\/0\/158220640-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/4\/0\/158220640-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"158220640","position":"3","id_origin":"https:\/\/www.ecocasse.fr\/5918711-large_default\/pare-boue-avant-droit-citroen-c5-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/5\/3\/158220653-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/5\/3\/158220653-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/5\/3\/158220653-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/5\/3\/158220653-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/5\/3\/158220653-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/5\/3\/158220653-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/5\/3\/158220653-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/5\/3\/158220653-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"158220653","position":"4","id_origin":"https:\/\/www.ecocasse.fr\/5918712-large_default\/pare-boue-avant-droit-citroen-c5-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/6\/4\/158220664-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/6\/4\/158220664-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/6\/4\/158220664-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/6\/4\/158220664-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/6\/4\/158220664-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/6\/4\/158220664-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/6\/4\/158220664-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/6\/4\/158220664-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"158220664","position":"5","id_origin":"https:\/\/www.ecocasse.fr\/5918713-large_default\/pare-boue-avant-droit-citroen-c5-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/7\/7\/158220677-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/7\/7\/158220677-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/7\/7\/158220677-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/7\/7\/158220677-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/7\/7\/158220677-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/7\/7\/158220677-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/7\/7\/158220677-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/7\/7\/158220677-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"158220677","position":"6","id_origin":"https:\/\/www.ecocasse.fr\/5918714-large_default\/pare-boue-avant-droit-citroen-c5-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/9\/3\/158220693-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/9\/3\/158220693-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/9\/3\/158220693-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/9\/3\/158220693-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/9\/3\/158220693-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/9\/3\/158220693-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/9\/3\/158220693-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/9\/3\/158220693-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"158220693","position":"7","id_origin":"https:\/\/www.ecocasse.fr\/5918715-large_default\/pare-boue-avant-droit-citroen-c5-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/7\/1\/4\/158220714-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/7\/1\/4\/158220714-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/7\/1\/4\/158220714-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/7\/1\/4\/158220714-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/7\/1\/4\/158220714-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/7\/1\/4\/158220714-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/7\/1\/4\/158220714-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/7\/1\/4\/158220714-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"158220714","position":"8","id_origin":"https:\/\/www.ecocasse.fr\/5918716-large_default\/pare-boue-avant-droit-citroen-c5-2.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/0\/1\/158220601-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/0\/1\/158220601-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/0\/1\/158220601-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/0\/1\/158220601-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/0\/1\/158220601-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/0\/1\/158220601-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/0\/1\/158220601-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/8\/2\/2\/0\/6\/0\/1\/158220601-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"158220601","position":"1","id_origin":"https:\/\/www.ecocasse.fr\/5918709-large_default\/pare-boue-avant-droit-citroen-c5-2.jpg","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":40,"regular_price_amount":40,"regular_price":"40,00\u00a0\u20ac","discount_to_display":null,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},{"add_to_cart_url":"https:\/\/boutique.francecasse.fr\/panier?add=1&id_product=46737737&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"46737737","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/pare-boue-avant-droit\/46737737-pare-boue-avant-droit-d-occasion-pour-citroen-c5-x7-berline.html","canonical_url":"https:\/\/boutique.francecasse.fr\/pare-boue-avant-droit\/46737737-pare-boue-avant-droit-d-occasion-pour-citroen-c5-x7-berline.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"46737737","id_supplier":"1","id_manufacturer":"0","id_category_default":"18277","id_shop_default":"1","on_sale":"0","online_only":"0","ecotax":"0.000000","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"101,55\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"853364","out_of_stock":"2","customizable":"0","uploadable_files":"0","text_fields":"0","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","condition":"used","show_price":"1","indexed":"0","visibility":"both","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-07-21 11:32:26","date_upd":"2026-07-22 02:52:05","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Pare boue avant droit d'occasion pour CITROEN C5 (X7) Berline","link_rewrite":"pare-boue-avant-droit-d-occasion-pour-citroen-c5-x7-berline","meta_description":"","meta_keywords":"","meta_title":"","name":"Pare boue avant droit d'occasion pour CITROEN C5 (X7) Berline","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"46737737-160850778","id_product_attribute":"0","allow_oosp":0,"category":"pare-boue-avant-droit","category_name":"Pare boue avant droit","link":"https:\/\/boutique.francecasse.fr\/pare-boue-avant-droit\/46737737-pare-boue-avant-droit-d-occasion-pour-citroen-c5-x7-berline.html","attribute_price":0,"price_tax_exc":101.55,"price_without_reduction":101.55,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[],"attachments":[],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/0\/7\/6\/1\/160850761-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/0\/7\/6\/1\/160850761-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/0\/7\/6\/1\/160850761-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/0\/7\/6\/1\/160850761-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/0\/7\/6\/1\/160850761-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/0\/7\/6\/1\/160850761-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/0\/7\/6\/1\/160850761-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/0\/7\/6\/1\/160850761-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"160850761","position":"1","id_origin":"https:\/\/prometeo-erp.s3.amazonaws.com\/prod\/imgs\/vehiculos\/4001GWK\/276524\/000000042429.jpeg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/0\/7\/7\/8\/160850778-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/0\/7\/7\/8\/160850778-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/0\/7\/7\/8\/160850778-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/0\/7\/7\/8\/160850778-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/0\/7\/7\/8\/160850778-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/0\/7\/7\/8\/160850778-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/0\/7\/7\/8\/160850778-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/0\/7\/7\/8\/160850778-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"160850778","position":"2","id_origin":"https:\/\/prometeo-erp.s3.amazonaws.com\/prod\/imgs\/vehiculos\/4001GWK\/276524\/000000042431.jpeg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/0\/7\/6\/1\/160850761-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/0\/7\/6\/1\/160850761-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/0\/7\/6\/1\/160850761-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/0\/7\/6\/1\/160850761-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/0\/7\/6\/1\/160850761-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/0\/7\/6\/1\/160850761-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/0\/7\/6\/1\/160850761-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/0\/7\/6\/1\/160850761-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"160850761","position":"1","id_origin":"https:\/\/prometeo-erp.s3.amazonaws.com\/prod\/imgs\/vehiculos\/4001GWK\/276524\/000000042429.jpeg","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":101.55,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},"file_size_formatted":null,"attachments":[],"quantity_discounts":[],"reference_to_display":"853364","grouped_features":null,"seo_availability":"https:\/\/schema.org\/InStock","labels":{"tax_short":"TTC","tax_long":"TTC"},"ecotax":{"value":"0,00\u00a0\u20ac","amount":"0.000000","rate":0},"flags":[],"main_variants":[],"specific_references":null,"id_product":"46737737","id_supplier":"1","id_manufacturer":"0","id_category_default":"18277","old_id_category_default":null,"id_shop_default":"1","id_tax_rules_group":"0","on_sale":"0","online_only":"0","ean13":"","isbn":"","upc":"","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"101,55\u00a0\u20ac","old_price_octobre_2025":null,"wholesale_price":"0.000000","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"853364","supplier_reference":"853364","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"3.000000","out_of_stock":"2","additional_delivery_times":"1","quantity_discount":"0","customizable":"0","uploadable_files":"0","text_fields":"0","active":"1","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","indexed":"0","visibility":"both","cache_is_pack":"0","cache_has_attachments":"0","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-07-21 11:32:26","date_upd":"2026-07-22 02:52:05","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"89:276524","casse":"","type_vhu":"","taxe_sur_marge":"0","price_ttc":"0.000000","wholesale_price_ttc":"0.000000","price_new":"0.000000","frais_port":"0.000000","vhu_destockage":"0","vehicule_image_ids":"[{\"id\":\"48492194\"},{\"id\":\"48492195\"},{\"id\":\"48492196\"},{\"id\":\"48492197\"},{\"id\":\"48492198\"}]","corrige":"0","immatriculation":"","vehicule_origin_id":"89:4001GWK","code_moteur_field":"D-SIN DOC.","vehicule_ref_id":"VF7RD9HZCAL532940","vehicule_ktype":"","vehicule_ref_etat":"0","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"CITRO\u00cbN","origin_modele":"C5 BERLINA","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"PASSAGE DE ROUE","id_category_piece":"18277","id_category_marque":"461","id_category_modele":"12133","id_category_version":"0","a_supprimer":"0","fake_deleted_at":null,"code_moteur_manually_updated":"0","uwp_to_delete":"0","origin_marque_id":"","origin_modele_id":"","origin_piece_id":"","origin_version_id":"","bool_modele_id_corrrige":"0","date_correction_modele_reinit":null,"id_tax_rules_group_pro":"0","origin_tva":"0.000000","origin_pro_tva":"0.000000","id_tax_rules_group_temp":null,"date_vin_retraite":null,"prix_piece_ttc":"0.000000","frais_port_ttc":"0.000000","origin_id_prefix":"89","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Pare boue avant droit d'occasion pour CITROEN C5 (X7) Berline","link_rewrite":"pare-boue-avant-droit-d-occasion-pour-citroen-c5-x7-berline","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Pare boue avant droit d'occasion pour CITROEN C5 (X7) Berline","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"4600503","id_modele_parent":"9271","id_energie":"0","id_seller":"89","id_country_seller":"6","id_image":"46737737-160850778","prix":"101.550000","energie":"","libelle":"Pare boue avant droit d'occasion pour CITROEN C5 (X7) Berline","seller_name":"JG RECOMOTOR, S.L.","ordre_affichage":"6541","snipet":"[]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/0\/7\/6\/1\/160850761-home_default.webp","fdp_incluse":"1","code_moteur":"D-SIN DOC.","reference_constructeur":"853364","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"pare-boue-avant-droit","category_name":"Pare boue avant droit","link":"https:\/\/boutique.francecasse.fr\/pare-boue-avant-droit\/46737737-pare-boue-avant-droit-d-occasion-pour-citroen-c5-x7-berline.html","attribute_price":0,"price_tax_exc":101.55,"price_without_reduction":101.55,"price_without_reduction_without_tax":101.55,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/0\/7\/6\/1\/160850761-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/0\/7\/6\/1\/160850761-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/0\/7\/6\/1\/160850761-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/0\/7\/6\/1\/160850761-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/0\/7\/6\/1\/160850761-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/0\/7\/6\/1\/160850761-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/0\/7\/6\/1\/160850761-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/0\/7\/6\/1\/160850761-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"160850761","position":"1","id_origin":"https:\/\/prometeo-erp.s3.amazonaws.com\/prod\/imgs\/vehiculos\/4001GWK\/276524\/000000042429.jpeg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/0\/7\/7\/8\/160850778-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/0\/7\/7\/8\/160850778-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/0\/7\/7\/8\/160850778-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/0\/7\/7\/8\/160850778-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/0\/7\/7\/8\/160850778-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/0\/7\/7\/8\/160850778-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/0\/7\/7\/8\/160850778-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/0\/7\/7\/8\/160850778-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"160850778","position":"2","id_origin":"https:\/\/prometeo-erp.s3.amazonaws.com\/prod\/imgs\/vehiculos\/4001GWK\/276524\/000000042431.jpeg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/0\/7\/6\/1\/160850761-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/0\/7\/6\/1\/160850761-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/0\/7\/6\/1\/160850761-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/0\/7\/6\/1\/160850761-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/0\/7\/6\/1\/160850761-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/0\/7\/6\/1\/160850761-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/0\/7\/6\/1\/160850761-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/0\/7\/6\/1\/160850761-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"160850761","position":"1","id_origin":"https:\/\/prometeo-erp.s3.amazonaws.com\/prod\/imgs\/vehiculos\/4001GWK\/276524\/000000042429.jpeg","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":101.55,"regular_price_amount":101.55,"regular_price":"101,55\u00a0\u20ac","discount_to_display":null,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},{"add_to_cart_url":"https:\/\/boutique.francecasse.fr\/panier?add=1&id_product=46737738&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"46737738","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/pare-boue-avant-droit\/46737738-pare-boue-avant-droit-d-occasion-pour-citroen-c5-x7-berline.html","canonical_url":"https:\/\/boutique.francecasse.fr\/pare-boue-avant-droit\/46737738-pare-boue-avant-droit-d-occasion-pour-citroen-c5-x7-berline.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"46737738","id_supplier":"1","id_manufacturer":"0","id_category_default":"18277","id_shop_default":"1","on_sale":"0","online_only":"0","ecotax":"0.000000","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"103,76\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"8530ZV","out_of_stock":"2","customizable":"0","uploadable_files":"0","text_fields":"0","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","condition":"used","show_price":"1","indexed":"0","visibility":"both","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-07-21 11:32:26","date_upd":"2026-07-22 02:52:05","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Pare boue avant droit d'occasion pour CITROEN C5 (X7) Berline","link_rewrite":"pare-boue-avant-droit-d-occasion-pour-citroen-c5-x7-berline","meta_description":"","meta_keywords":"","meta_title":"","name":"Pare boue avant droit d'occasion pour CITROEN C5 (X7) Berline","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"46737738-160850824","id_product_attribute":"0","allow_oosp":0,"category":"pare-boue-avant-droit","category_name":"Pare boue avant droit","link":"https:\/\/boutique.francecasse.fr\/pare-boue-avant-droit\/46737738-pare-boue-avant-droit-d-occasion-pour-citroen-c5-x7-berline.html","attribute_price":0,"price_tax_exc":103.76,"price_without_reduction":103.76,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[],"attachments":[],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/0\/8\/0\/7\/160850807-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/0\/8\/0\/7\/160850807-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/0\/8\/0\/7\/160850807-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/0\/8\/0\/7\/160850807-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/0\/8\/0\/7\/160850807-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/0\/8\/0\/7\/160850807-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/0\/8\/0\/7\/160850807-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/0\/8\/0\/7\/160850807-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"160850807","position":"1","id_origin":"https:\/\/prometeo-erp.s3.amazonaws.com\/prod\/imgs\/vehiculos\/4001GWK\/276523\/000000042425.jpeg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/0\/8\/2\/4\/160850824-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/0\/8\/2\/4\/160850824-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/0\/8\/2\/4\/160850824-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/0\/8\/2\/4\/160850824-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/0\/8\/2\/4\/160850824-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/0\/8\/2\/4\/160850824-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/0\/8\/2\/4\/160850824-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/0\/8\/2\/4\/160850824-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"160850824","position":"2","id_origin":"https:\/\/prometeo-erp.s3.amazonaws.com\/prod\/imgs\/vehiculos\/4001GWK\/276523\/000000042427.jpeg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/0\/8\/0\/7\/160850807-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/0\/8\/0\/7\/160850807-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/0\/8\/0\/7\/160850807-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/0\/8\/0\/7\/160850807-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/0\/8\/0\/7\/160850807-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/0\/8\/0\/7\/160850807-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/0\/8\/0\/7\/160850807-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/0\/8\/0\/7\/160850807-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"160850807","position":"1","id_origin":"https:\/\/prometeo-erp.s3.amazonaws.com\/prod\/imgs\/vehiculos\/4001GWK\/276523\/000000042425.jpeg","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":103.76,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},"file_size_formatted":null,"attachments":[],"quantity_discounts":[],"reference_to_display":"8530ZV","grouped_features":null,"seo_availability":"https:\/\/schema.org\/InStock","labels":{"tax_short":"TTC","tax_long":"TTC"},"ecotax":{"value":"0,00\u00a0\u20ac","amount":"0.000000","rate":0},"flags":[],"main_variants":[],"specific_references":null,"id_product":"46737738","id_supplier":"1","id_manufacturer":"0","id_category_default":"18277","old_id_category_default":null,"id_shop_default":"1","id_tax_rules_group":"0","on_sale":"0","online_only":"0","ean13":"","isbn":"","upc":"","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"103,76\u00a0\u20ac","old_price_octobre_2025":null,"wholesale_price":"0.000000","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"8530ZV","supplier_reference":"8530ZV","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"3.000000","out_of_stock":"2","additional_delivery_times":"1","quantity_discount":"0","customizable":"0","uploadable_files":"0","text_fields":"0","active":"1","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","indexed":"0","visibility":"both","cache_is_pack":"0","cache_has_attachments":"0","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-07-21 11:32:26","date_upd":"2026-07-22 02:52:05","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"89:276523","casse":"","type_vhu":"","taxe_sur_marge":"0","price_ttc":"0.000000","wholesale_price_ttc":"0.000000","price_new":"0.000000","frais_port":"0.000000","vhu_destockage":"0","vehicule_image_ids":"[{\"id\":\"48492199\"},{\"id\":\"48492200\"},{\"id\":\"48492201\"},{\"id\":\"48492202\"},{\"id\":\"48492203\"}]","corrige":"0","immatriculation":"","vehicule_origin_id":"89:4001GWK","code_moteur_field":"D-SIN DOC.","vehicule_ref_id":"VF7RD9HZCAL532940","vehicule_ktype":"","vehicule_ref_etat":"0","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"CITRO\u00cbN","origin_modele":"C5 BERLINA","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"PASSAGE DE ROUE","id_category_piece":"18277","id_category_marque":"461","id_category_modele":"12133","id_category_version":"0","a_supprimer":"0","fake_deleted_at":null,"code_moteur_manually_updated":"0","uwp_to_delete":"0","origin_marque_id":"","origin_modele_id":"","origin_piece_id":"","origin_version_id":"","bool_modele_id_corrrige":"0","date_correction_modele_reinit":null,"id_tax_rules_group_pro":"0","origin_tva":"0.000000","origin_pro_tva":"0.000000","id_tax_rules_group_temp":null,"date_vin_retraite":null,"prix_piece_ttc":"0.000000","frais_port_ttc":"0.000000","origin_id_prefix":"89","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Pare boue avant droit d'occasion pour CITROEN C5 (X7) Berline","link_rewrite":"pare-boue-avant-droit-d-occasion-pour-citroen-c5-x7-berline","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Pare boue avant droit d'occasion pour CITROEN C5 (X7) Berline","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"4600504","id_modele_parent":"9271","id_energie":"0","id_seller":"89","id_country_seller":"6","id_image":"46737738-160850824","prix":"103.760000","energie":"","libelle":"Pare boue avant droit d'occasion pour CITROEN C5 (X7) Berline","seller_name":"JG RECOMOTOR, S.L.","ordre_affichage":"6542","snipet":"[]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/0\/8\/0\/7\/160850807-home_default.webp","fdp_incluse":"1","code_moteur":"D-SIN DOC.","reference_constructeur":"8530ZV","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"pare-boue-avant-droit","category_name":"Pare boue avant droit","link":"https:\/\/boutique.francecasse.fr\/pare-boue-avant-droit\/46737738-pare-boue-avant-droit-d-occasion-pour-citroen-c5-x7-berline.html","attribute_price":0,"price_tax_exc":103.76,"price_without_reduction":103.76,"price_without_reduction_without_tax":103.76,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/0\/8\/0\/7\/160850807-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/0\/8\/0\/7\/160850807-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/0\/8\/0\/7\/160850807-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/0\/8\/0\/7\/160850807-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/0\/8\/0\/7\/160850807-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/0\/8\/0\/7\/160850807-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/0\/8\/0\/7\/160850807-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/0\/8\/0\/7\/160850807-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"160850807","position":"1","id_origin":"https:\/\/prometeo-erp.s3.amazonaws.com\/prod\/imgs\/vehiculos\/4001GWK\/276523\/000000042425.jpeg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/0\/8\/2\/4\/160850824-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/0\/8\/2\/4\/160850824-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/0\/8\/2\/4\/160850824-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/0\/8\/2\/4\/160850824-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/0\/8\/2\/4\/160850824-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/0\/8\/2\/4\/160850824-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/0\/8\/2\/4\/160850824-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/0\/8\/2\/4\/160850824-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"160850824","position":"2","id_origin":"https:\/\/prometeo-erp.s3.amazonaws.com\/prod\/imgs\/vehiculos\/4001GWK\/276523\/000000042427.jpeg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/0\/8\/0\/7\/160850807-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/0\/8\/0\/7\/160850807-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/0\/8\/0\/7\/160850807-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/0\/8\/0\/7\/160850807-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/0\/8\/0\/7\/160850807-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/0\/8\/0\/7\/160850807-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/0\/8\/0\/7\/160850807-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/0\/8\/0\/7\/160850807-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"160850807","position":"1","id_origin":"https:\/\/prometeo-erp.s3.amazonaws.com\/prod\/imgs\/vehiculos\/4001GWK\/276523\/000000042425.jpeg","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":103.76,"regular_price_amount":103.76,"regular_price":"103,76\u00a0\u20ac","discount_to_display":null,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},{"add_to_cart_url":"https:\/\/boutique.francecasse.fr\/panier?add=1&id_product=46738128&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"46738128","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/pare-boue-avant-droit\/46738128-pare-boue-avant-droit-d-occasion-pour-citroen-c5-x7-berline.html","canonical_url":"https:\/\/boutique.francecasse.fr\/pare-boue-avant-droit\/46738128-pare-boue-avant-droit-d-occasion-pour-citroen-c5-x7-berline.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"46738128","id_supplier":"1","id_manufacturer":"0","id_category_default":"18277","id_shop_default":"1","on_sale":"0","online_only":"0","ecotax":"0.000000","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"108,94\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"7136KZ","out_of_stock":"2","customizable":"0","uploadable_files":"0","text_fields":"0","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","condition":"used","show_price":"1","indexed":"0","visibility":"both","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-07-21 11:32:26","date_upd":"2026-07-22 03:08:06","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Pare boue avant droit d'occasion pour CITROEN C5 (X7) Berline","link_rewrite":"pare-boue-avant-droit-d-occasion-pour-citroen-c5-x7-berline","meta_description":"","meta_keywords":"","meta_title":"","name":"Pare boue avant droit d'occasion pour CITROEN C5 (X7) Berline","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"46738128-160852107","id_product_attribute":"0","allow_oosp":0,"category":"pare-boue-avant-droit","category_name":"Pare boue avant droit","link":"https:\/\/boutique.francecasse.fr\/pare-boue-avant-droit\/46738128-pare-boue-avant-droit-d-occasion-pour-citroen-c5-x7-berline.html","attribute_price":0,"price_tax_exc":108.94,"price_without_reduction":108.94,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[],"attachments":[],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/2\/0\/8\/4\/160852084-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/2\/0\/8\/4\/160852084-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/2\/0\/8\/4\/160852084-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/2\/0\/8\/4\/160852084-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/2\/0\/8\/4\/160852084-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/2\/0\/8\/4\/160852084-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/2\/0\/8\/4\/160852084-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/2\/0\/8\/4\/160852084-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"160852084","position":"1","id_origin":"https:\/\/prometeo-erp.s3.amazonaws.com\/prod\/imgs\/vehiculos\/4001GWK\/276525\/000000042437.jpeg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/2\/1\/0\/7\/160852107-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/2\/1\/0\/7\/160852107-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/2\/1\/0\/7\/160852107-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/2\/1\/0\/7\/160852107-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/2\/1\/0\/7\/160852107-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/2\/1\/0\/7\/160852107-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/2\/1\/0\/7\/160852107-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/2\/1\/0\/7\/160852107-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"160852107","position":"2","id_origin":"https:\/\/prometeo-erp.s3.amazonaws.com\/prod\/imgs\/vehiculos\/4001GWK\/276525\/000000042439.jpeg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/2\/0\/8\/4\/160852084-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/2\/0\/8\/4\/160852084-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/2\/0\/8\/4\/160852084-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/2\/0\/8\/4\/160852084-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/2\/0\/8\/4\/160852084-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/2\/0\/8\/4\/160852084-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/2\/0\/8\/4\/160852084-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/2\/0\/8\/4\/160852084-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"160852084","position":"1","id_origin":"https:\/\/prometeo-erp.s3.amazonaws.com\/prod\/imgs\/vehiculos\/4001GWK\/276525\/000000042437.jpeg","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":108.94,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},"file_size_formatted":null,"attachments":[],"quantity_discounts":[],"reference_to_display":"7136KZ","grouped_features":null,"seo_availability":"https:\/\/schema.org\/InStock","labels":{"tax_short":"TTC","tax_long":"TTC"},"ecotax":{"value":"0,00\u00a0\u20ac","amount":"0.000000","rate":0},"flags":[],"main_variants":[],"specific_references":null,"id_product":"46738128","id_supplier":"1","id_manufacturer":"0","id_category_default":"18277","old_id_category_default":null,"id_shop_default":"1","id_tax_rules_group":"0","on_sale":"0","online_only":"0","ean13":"","isbn":"","upc":"","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"108,94\u00a0\u20ac","old_price_octobre_2025":null,"wholesale_price":"0.000000","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"7136KZ","supplier_reference":"7136KZ","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"3.000000","out_of_stock":"2","additional_delivery_times":"1","quantity_discount":"0","customizable":"0","uploadable_files":"0","text_fields":"0","active":"1","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","indexed":"0","visibility":"both","cache_is_pack":"0","cache_has_attachments":"0","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-07-21 11:32:26","date_upd":"2026-07-22 03:08:06","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"89:276525","casse":"","type_vhu":"","taxe_sur_marge":"0","price_ttc":"0.000000","wholesale_price_ttc":"0.000000","price_new":"0.000000","frais_port":"0.000000","vhu_destockage":"0","vehicule_image_ids":"[{\"id\":\"48493605\"},{\"id\":\"48493606\"},{\"id\":\"48493607\"},{\"id\":\"48493608\"},{\"id\":\"48493609\"}]","corrige":"0","immatriculation":"","vehicule_origin_id":"89:4001GWK","code_moteur_field":"D-SIN DOC.","vehicule_ref_id":"VF7RD9HZCAL532940","vehicule_ktype":"","vehicule_ref_etat":"0","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"CITRO\u00cbN","origin_modele":"C5 BERLINA","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"PASSAGE DE ROUE","id_category_piece":"18277","id_category_marque":"461","id_category_modele":"12133","id_category_version":"0","a_supprimer":"0","fake_deleted_at":null,"code_moteur_manually_updated":"0","uwp_to_delete":"0","origin_marque_id":"","origin_modele_id":"","origin_piece_id":"","origin_version_id":"","bool_modele_id_corrrige":"0","date_correction_modele_reinit":null,"id_tax_rules_group_pro":"0","origin_tva":"0.000000","origin_pro_tva":"0.000000","id_tax_rules_group_temp":null,"date_vin_retraite":null,"prix_piece_ttc":"0.000000","frais_port_ttc":"0.000000","origin_id_prefix":"89","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Pare boue avant droit d'occasion pour CITROEN C5 (X7) Berline","link_rewrite":"pare-boue-avant-droit-d-occasion-pour-citroen-c5-x7-berline","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Pare boue avant droit d'occasion pour CITROEN C5 (X7) Berline","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"4600505","id_modele_parent":"9271","id_energie":"0","id_seller":"89","id_country_seller":"6","id_image":"46738128-160852107","prix":"108.940000","energie":"","libelle":"Pare boue avant droit d'occasion pour CITROEN C5 (X7) Berline","seller_name":"JG RECOMOTOR, S.L.","ordre_affichage":"6543","snipet":"[]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/2\/0\/8\/4\/160852084-home_default.webp","fdp_incluse":"1","code_moteur":"D-SIN DOC.","reference_constructeur":"7136KZ","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"pare-boue-avant-droit","category_name":"Pare boue avant droit","link":"https:\/\/boutique.francecasse.fr\/pare-boue-avant-droit\/46738128-pare-boue-avant-droit-d-occasion-pour-citroen-c5-x7-berline.html","attribute_price":0,"price_tax_exc":108.94,"price_without_reduction":108.94,"price_without_reduction_without_tax":108.94,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/2\/0\/8\/4\/160852084-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/2\/0\/8\/4\/160852084-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/2\/0\/8\/4\/160852084-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/2\/0\/8\/4\/160852084-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/2\/0\/8\/4\/160852084-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/2\/0\/8\/4\/160852084-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/2\/0\/8\/4\/160852084-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/2\/0\/8\/4\/160852084-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"160852084","position":"1","id_origin":"https:\/\/prometeo-erp.s3.amazonaws.com\/prod\/imgs\/vehiculos\/4001GWK\/276525\/000000042437.jpeg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/2\/1\/0\/7\/160852107-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/2\/1\/0\/7\/160852107-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/2\/1\/0\/7\/160852107-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/2\/1\/0\/7\/160852107-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/2\/1\/0\/7\/160852107-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/2\/1\/0\/7\/160852107-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/2\/1\/0\/7\/160852107-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/2\/1\/0\/7\/160852107-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"160852107","position":"2","id_origin":"https:\/\/prometeo-erp.s3.amazonaws.com\/prod\/imgs\/vehiculos\/4001GWK\/276525\/000000042439.jpeg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/2\/0\/8\/4\/160852084-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/2\/0\/8\/4\/160852084-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/2\/0\/8\/4\/160852084-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/2\/0\/8\/4\/160852084-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/2\/0\/8\/4\/160852084-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/2\/0\/8\/4\/160852084-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/2\/0\/8\/4\/160852084-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/5\/2\/0\/8\/4\/160852084-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"160852084","position":"1","id_origin":"https:\/\/prometeo-erp.s3.amazonaws.com\/prod\/imgs\/vehiculos\/4001GWK\/276525\/000000042437.jpeg","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":108.94,"regular_price_amount":108.94,"regular_price":"108,94\u00a0\u20ac","discount_to_display":null,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},{"add_to_cart_url":"https:\/\/boutique.francecasse.fr\/panier?add=1&id_product=40555932&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"40555932","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/pare-boue-avant-droit\/40555932-pare-boue-avant-droit-d-occasion-pour-citroen-c5-x7-berline.html","canonical_url":"https:\/\/boutique.francecasse.fr\/pare-boue-avant-droit\/40555932-pare-boue-avant-droit-d-occasion-pour-citroen-c5-x7-berline.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"40555932","id_supplier":"1","id_manufacturer":"0","id_category_default":"18277","id_shop_default":"1","on_sale":"0","online_only":"0","ecotax":"0.000000","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"49,50\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"","out_of_stock":"2","customizable":"0","uploadable_files":"0","text_fields":"0","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","condition":"used","show_price":"1","indexed":"0","visibility":"both","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-07-21 11:32:26","date_upd":"2026-07-21 22:21:53","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Pare boue avant droit d'occasion pour CITROEN C5 (X7) Berline","link_rewrite":"pare-boue-avant-droit-d-occasion-pour-citroen-c5-x7-berline","meta_description":"","meta_keywords":"","meta_title":"","name":"Pare boue avant droit d'occasion pour CITROEN C5 (X7) Berline","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"40555932-141546331","id_product_attribute":"0","allow_oosp":0,"category":"pare-boue-avant-droit","category_name":"Pare boue avant droit","link":"https:\/\/boutique.francecasse.fr\/pare-boue-avant-droit\/40555932-pare-boue-avant-droit-d-occasion-pour-citroen-c5-x7-berline.html","attribute_price":0,"price_tax_exc":45.00001,"price_without_reduction":49.500011,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Version","value":null,"id_feature":"3","position":"2"},{"name":"Energie","value":"Essence","id_feature":"6","position":"4"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"}],"attachments":[],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":10,"tax_name":"TVA FR 10%","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/4\/6\/3\/2\/2\/141546322-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/4\/6\/3\/2\/2\/141546322-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/4\/6\/3\/2\/2\/141546322-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/4\/6\/3\/2\/2\/141546322-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/4\/6\/3\/2\/2\/141546322-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/4\/6\/3\/2\/2\/141546322-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/4\/6\/3\/2\/2\/141546322-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/4\/6\/3\/2\/2\/141546322-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"141546322","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4672\/po_photo\/2026\/02\/116573109-d80436f4-1b9c-4dde-bfc5-0418a921cc81-Piece-116573109-Pare-boue-avant-droit-00007136KY-CITROEN-C5-2-30i-24V-V6-77b047aac545a26cf0a3593d44b002383707ae09b4b35f7484334ae47ce3a4","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/4\/6\/3\/3\/1\/141546331-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/4\/6\/3\/3\/1\/141546331-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/4\/6\/3\/3\/1\/141546331-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/4\/6\/3\/3\/1\/141546331-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/4\/6\/3\/3\/1\/141546331-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/4\/6\/3\/3\/1\/141546331-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/4\/6\/3\/3\/1\/141546331-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/4\/6\/3\/3\/1\/141546331-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"141546331","position":"2","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4672\/po_photo\/2026\/02\/116573109-528478f0-1b19-44ef-8896-a3c706a7376f-Piece-116573109-Pare-boue-avant-droit-00007136KY-CITROEN-C5-2-30i-24V-V6-9e6208c9d9192ca7b0f4fe5939f19780139c6cf1db9e4f038c85eea9317507","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/4\/6\/3\/4\/0\/141546340-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/4\/6\/3\/4\/0\/141546340-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/4\/6\/3\/4\/0\/141546340-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/4\/6\/3\/4\/0\/141546340-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/4\/6\/3\/4\/0\/141546340-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/4\/6\/3\/4\/0\/141546340-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/4\/6\/3\/4\/0\/141546340-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/4\/6\/3\/4\/0\/141546340-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"141546340","position":"3","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4672\/po_photo\/2026\/02\/116573109-f0eb68b4-4bd4-49e7-8ba3-6519565d1f5b-Piece-116573109-Pare-boue-avant-droit-00007136KY-CITROEN-C5-2-30i-24V-V6-e17ecf7557ac1660e9a028e4e7abe086dd7ba4f449519efb1f81f45e36f952","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/4\/6\/3\/5\/2\/141546352-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/4\/6\/3\/5\/2\/141546352-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/4\/6\/3\/5\/2\/141546352-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/4\/6\/3\/5\/2\/141546352-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/4\/6\/3\/5\/2\/141546352-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/4\/6\/3\/5\/2\/141546352-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/4\/6\/3\/5\/2\/141546352-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/4\/6\/3\/5\/2\/141546352-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"141546352","position":"4","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4672\/po_photo\/2026\/02\/116573109-a0f587fd-a50d-40ce-ad90-f7b78728c987-Piece-116573109-Pare-boue-avant-droit-00007136KY-CITROEN-C5-2-30i-24V-V6-8e1db58c0b22f95254d7f313803df0add74416f8754cb6418724dbdd6b155e","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/4\/6\/3\/2\/2\/141546322-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/4\/6\/3\/2\/2\/141546322-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/4\/6\/3\/2\/2\/141546322-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/4\/6\/3\/2\/2\/141546322-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/4\/6\/3\/2\/2\/141546322-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/4\/6\/3\/2\/2\/141546322-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/4\/6\/3\/2\/2\/141546322-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/4\/6\/3\/2\/2\/141546322-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"141546322","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4672\/po_photo\/2026\/02\/116573109-d80436f4-1b9c-4dde-bfc5-0418a921cc81-Piece-116573109-Pare-boue-avant-droit-00007136KY-CITROEN-C5-2-30i-24V-V6-77b047aac545a26cf0a3593d44b002383707ae09b4b35f7484334ae47ce3a4","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":49.5,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},"file_size_formatted":null,"attachments":[],"quantity_discounts":[],"reference_to_display":null,"grouped_features":{"Version":{"name":"Version","value":null,"id_feature":"3","position":"2"},"Energie":{"name":"Energie","value":"Essence","id_feature":"6","position":"4"},"Garantie":{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},"Nombre de portes":{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"}},"seo_availability":"https:\/\/schema.org\/InStock","labels":{"tax_short":"TTC","tax_long":"TTC"},"ecotax":{"value":"0,00\u00a0\u20ac","amount":"0.000000","rate":0},"flags":[],"main_variants":[],"specific_references":null,"id_product":"40555932","id_supplier":"1","id_manufacturer":"0","id_category_default":"18277","old_id_category_default":null,"id_shop_default":"1","id_tax_rules_group":"2","on_sale":"0","online_only":"0","ean13":"","isbn":"","upc":"","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"49,50\u00a0\u20ac","old_price_octobre_2025":null,"wholesale_price":"0.000000","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"","supplier_reference":"00007136KY","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"0.690000","out_of_stock":"2","additional_delivery_times":"1","quantity_discount":"0","customizable":"0","uploadable_files":"0","text_fields":"0","active":"1","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","indexed":"0","visibility":"both","cache_is_pack":"0","cache_has_attachments":"0","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-07-21 11:32:26","date_upd":"2026-07-21 22:21:53","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"78:116573109","casse":"","type_vhu":"","taxe_sur_marge":"0","price_ttc":"0.000000","wholesale_price_ttc":"0.000000","price_new":"0.000000","frais_port":"0.000000","vhu_destockage":"0","vehicule_image_ids":"[{\"id\":\"43031710\"},{\"id\":\"43031711\"},{\"id\":\"43031712\"},{\"id\":\"43031713\"},{\"id\":\"43031714\"},{\"id\":\"43031715\"},{\"id\":\"43031716\"},{\"id\":\"43031717\"},{\"id\":\"43031718\"},{\"id\":\"43031719\"}]","corrige":"0","immatriculation":"","vehicule_origin_id":"78:VF7RDXFVJ54079281","code_moteur_field":"ES9A_XFU","vehicule_ref_id":"VF7RDXFVJ54079281","vehicule_ktype":"","vehicule_ref_etat":"0","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"CITROEN","origin_modele":"C5 2","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"Pare boue avant droit","id_category_piece":"18277","id_category_marque":"461","id_category_modele":"12133","id_category_version":"0","a_supprimer":"0","fake_deleted_at":null,"code_moteur_manually_updated":"0","uwp_to_delete":"0","origin_marque_id":"","origin_modele_id":"","origin_piece_id":"","origin_version_id":"","bool_modele_id_corrrige":"0","date_correction_modele_reinit":null,"id_tax_rules_group_pro":"0","origin_tva":"10.000000","origin_pro_tva":"0.000000","id_tax_rules_group_temp":null,"date_vin_retraite":null,"prix_piece_ttc":"0.000000","frais_port_ttc":"0.000000","origin_id_prefix":"78","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Pare boue avant droit d'occasion pour CITROEN C5 (X7) Berline","link_rewrite":"pare-boue-avant-droit-d-occasion-pour-citroen-c5-x7-berline","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Pare boue avant droit d'occasion pour CITROEN C5 (X7) Berline","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"4600506","id_modele_parent":"9271","id_energie":"16532","id_seller":"78","id_country_seller":"8","id_image":"40555932-141546331","prix":"49.500011","energie":"Essence","libelle":"Pare boue avant droit d'occasion pour CITROEN C5 (X7) Berline","seller_name":"SOLUVAL","ordre_affichage":"6544","snipet":"[{\"value\":\"Essence\",\"name\":\"Energie\"},{\"value\":\"12 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/4\/6\/3\/2\/2\/141546322-home_default.webp","fdp_incluse":"0","code_moteur":"ES9A_XFU","reference_constructeur":"00007136KY","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"pare-boue-avant-droit","category_name":"Pare boue avant droit","link":"https:\/\/boutique.francecasse.fr\/pare-boue-avant-droit\/40555932-pare-boue-avant-droit-d-occasion-pour-citroen-c5-x7-berline.html","attribute_price":0,"price_tax_exc":45.00001,"price_without_reduction":49.500011,"price_without_reduction_without_tax":45.00001,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Version","value":null,"id_feature":"3","position":"2"},{"name":"Energie","value":"Essence","id_feature":"6","position":"4"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"}],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":10,"tax_name":"TVA FR 10%","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/4\/6\/3\/2\/2\/141546322-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/4\/6\/3\/2\/2\/141546322-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/4\/6\/3\/2\/2\/141546322-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/4\/6\/3\/2\/2\/141546322-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/4\/6\/3\/2\/2\/141546322-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/4\/6\/3\/2\/2\/141546322-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/4\/6\/3\/2\/2\/141546322-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/4\/6\/3\/2\/2\/141546322-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"141546322","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4672\/po_photo\/2026\/02\/116573109-d80436f4-1b9c-4dde-bfc5-0418a921cc81-Piece-116573109-Pare-boue-avant-droit-00007136KY-CITROEN-C5-2-30i-24V-V6-77b047aac545a26cf0a3593d44b002383707ae09b4b35f7484334ae47ce3a4","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/4\/6\/3\/3\/1\/141546331-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/4\/6\/3\/3\/1\/141546331-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/4\/6\/3\/3\/1\/141546331-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/4\/6\/3\/3\/1\/141546331-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/4\/6\/3\/3\/1\/141546331-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/4\/6\/3\/3\/1\/141546331-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/4\/6\/3\/3\/1\/141546331-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/4\/6\/3\/3\/1\/141546331-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"141546331","position":"2","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4672\/po_photo\/2026\/02\/116573109-528478f0-1b19-44ef-8896-a3c706a7376f-Piece-116573109-Pare-boue-avant-droit-00007136KY-CITROEN-C5-2-30i-24V-V6-9e6208c9d9192ca7b0f4fe5939f19780139c6cf1db9e4f038c85eea9317507","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/4\/6\/3\/4\/0\/141546340-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/4\/6\/3\/4\/0\/141546340-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/4\/6\/3\/4\/0\/141546340-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/4\/6\/3\/4\/0\/141546340-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/4\/6\/3\/4\/0\/141546340-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/4\/6\/3\/4\/0\/141546340-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/4\/6\/3\/4\/0\/141546340-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/4\/6\/3\/4\/0\/141546340-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"141546340","position":"3","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4672\/po_photo\/2026\/02\/116573109-f0eb68b4-4bd4-49e7-8ba3-6519565d1f5b-Piece-116573109-Pare-boue-avant-droit-00007136KY-CITROEN-C5-2-30i-24V-V6-e17ecf7557ac1660e9a028e4e7abe086dd7ba4f449519efb1f81f45e36f952","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/4\/6\/3\/5\/2\/141546352-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/4\/6\/3\/5\/2\/141546352-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/4\/6\/3\/5\/2\/141546352-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/4\/6\/3\/5\/2\/141546352-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/4\/6\/3\/5\/2\/141546352-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/4\/6\/3\/5\/2\/141546352-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/4\/6\/3\/5\/2\/141546352-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/4\/6\/3\/5\/2\/141546352-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"141546352","position":"4","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4672\/po_photo\/2026\/02\/116573109-a0f587fd-a50d-40ce-ad90-f7b78728c987-Piece-116573109-Pare-boue-avant-droit-00007136KY-CITROEN-C5-2-30i-24V-V6-8e1db58c0b22f95254d7f313803df0add74416f8754cb6418724dbdd6b155e","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/4\/6\/3\/2\/2\/141546322-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/4\/6\/3\/2\/2\/141546322-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/4\/6\/3\/2\/2\/141546322-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/4\/6\/3\/2\/2\/141546322-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/4\/6\/3\/2\/2\/141546322-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/4\/6\/3\/2\/2\/141546322-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/4\/6\/3\/2\/2\/141546322-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/4\/6\/3\/2\/2\/141546322-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"141546322","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4672\/po_photo\/2026\/02\/116573109-d80436f4-1b9c-4dde-bfc5-0418a921cc81-Piece-116573109-Pare-boue-avant-droit-00007136KY-CITROEN-C5-2-30i-24V-V6-77b047aac545a26cf0a3593d44b002383707ae09b4b35f7484334ae47ce3a4","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":49.5,"regular_price_amount":49.5,"regular_price":"49,50\u00a0\u20ac","discount_to_display":null,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},{"add_to_cart_url":"https:\/\/boutique.francecasse.fr\/panier?add=1&id_product=49071871&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"49071871","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/pare-boue-avant-droit\/49071871-pare-boue-avant-droit-d-occasion-pour-citroen-c5-x7-berline.html","canonical_url":"https:\/\/boutique.francecasse.fr\/pare-boue-avant-droit\/49071871-pare-boue-avant-droit-d-occasion-pour-citroen-c5-x7-berline.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"49071871","id_supplier":"1","id_manufacturer":"0","id_category_default":"18277","id_shop_default":"1","on_sale":"0","online_only":"0","ecotax":"0.000000","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"82,07\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"18277","out_of_stock":"2","customizable":"0","uploadable_files":"0","text_fields":"0","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","condition":"used","show_price":"1","indexed":"0","visibility":"both","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-07-21 11:32:26","date_upd":"2026-07-21 15:24:26","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Pare boue avant droit d'occasion pour CITROEN C5 (X7) Berline","link_rewrite":"pare-boue-avant-droit-d-occasion-pour-citroen-c5-x7-berline","meta_description":"","meta_keywords":"","meta_title":"","name":"Pare boue avant droit d'occasion pour CITROEN C5 (X7) Berline","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"49071871-168113586","id_product_attribute":"0","allow_oosp":0,"category":"pare-boue-avant-droit","category_name":"Pare boue avant droit","link":"https:\/\/boutique.francecasse.fr\/pare-boue-avant-droit\/49071871-pare-boue-avant-droit-d-occasion-pour-citroen-c5-x7-berline.html","attribute_price":0,"price_tax_exc":82.068,"price_without_reduction":82.068,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"}],"attachments":[],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/1\/1\/3\/5\/8\/6\/168113586-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/1\/1\/3\/5\/8\/6\/168113586-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/1\/1\/3\/5\/8\/6\/168113586-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/1\/1\/3\/5\/8\/6\/168113586-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/1\/1\/3\/5\/8\/6\/168113586-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/1\/1\/3\/5\/8\/6\/168113586-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/1\/1\/3\/5\/8\/6\/168113586-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/1\/1\/3\/5\/8\/6\/168113586-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"168113586","position":"1","id_origin":"https:\/\/cdn2.seintosoft.com\/img\/colomer\/Despiece\/9956049\/000003493659.JPEG","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/1\/1\/3\/5\/8\/6\/168113586-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/1\/1\/3\/5\/8\/6\/168113586-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/1\/1\/3\/5\/8\/6\/168113586-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/1\/1\/3\/5\/8\/6\/168113586-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/1\/1\/3\/5\/8\/6\/168113586-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/1\/1\/3\/5\/8\/6\/168113586-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/1\/1\/3\/5\/8\/6\/168113586-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/1\/1\/3\/5\/8\/6\/168113586-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"168113586","position":"1","id_origin":"https:\/\/cdn2.seintosoft.com\/img\/colomer\/Despiece\/9956049\/000003493659.JPEG","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":82.07,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},"file_size_formatted":null,"attachments":[],"quantity_discounts":[],"reference_to_display":"18277","grouped_features":{"Garantie":{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"}},"seo_availability":"https:\/\/schema.org\/InStock","labels":{"tax_short":"TTC","tax_long":"TTC"},"ecotax":{"value":"0,00\u00a0\u20ac","amount":"0.000000","rate":0},"flags":[],"main_variants":[],"specific_references":null,"id_product":"49071871","id_supplier":"1","id_manufacturer":"0","id_category_default":"18277","old_id_category_default":null,"id_shop_default":"1","id_tax_rules_group":"0","on_sale":"0","online_only":"0","ean13":"","isbn":"","upc":"","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"82,07\u00a0\u20ac","old_price_octobre_2025":null,"wholesale_price":"0.000000","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"18277","supplier_reference":"7136JC","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"8.000000","out_of_stock":"2","additional_delivery_times":"1","quantity_discount":"0","customizable":"0","uploadable_files":"0","text_fields":"0","active":"1","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","indexed":"0","visibility":"both","cache_is_pack":"0","cache_has_attachments":"0","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-07-21 11:32:26","date_upd":"2026-07-21 15:24:26","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"126:9956049","casse":"","type_vhu":"","taxe_sur_marge":"0","price_ttc":"0.000000","wholesale_price_ttc":"0.000000","price_new":"0.000000","frais_port":"0.000000","vhu_destockage":"0","vehicule_image_ids":"","corrige":"0","immatriculation":"2619GML","vehicule_origin_id":"126:2619GML","code_moteur_field":"RFJ","vehicule_ref_id":"VF7RDRFJC9L528876","vehicule_ktype":"","vehicule_ref_etat":"0","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"CITRO\u00cbN","origin_modele":"C5 BERLINA","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"Pare boue avant droit","id_category_piece":"18277","id_category_marque":"461","id_category_modele":"12133","id_category_version":"0","a_supprimer":"0","fake_deleted_at":null,"code_moteur_manually_updated":"0","uwp_to_delete":"0","origin_marque_id":"","origin_modele_id":"","origin_piece_id":"","origin_version_id":"","bool_modele_id_corrrige":"0","date_correction_modele_reinit":null,"id_tax_rules_group_pro":"0","origin_tva":"0.000000","origin_pro_tva":"0.000000","id_tax_rules_group_temp":null,"date_vin_retraite":null,"prix_piece_ttc":"0.000000","frais_port_ttc":"0.000000","origin_id_prefix":"126","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Pare boue avant droit d'occasion pour CITROEN C5 (X7) Berline","link_rewrite":"pare-boue-avant-droit-d-occasion-pour-citroen-c5-x7-berline","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Pare boue avant droit d'occasion pour CITROEN C5 (X7) Berline","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"4600507","id_modele_parent":"9271","id_energie":"0","id_seller":"126","id_country_seller":"6","id_image":"49071871-168113586","prix":"82.068000","energie":"","libelle":"Pare boue avant droit d'occasion pour CITROEN C5 (X7) Berline","seller_name":"RECUPERACIONES COLOMER SL","ordre_affichage":"6545","snipet":"[{\"value\":\"12 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/6\/8\/1\/1\/3\/5\/8\/6\/168113586-home_default.webp","fdp_incluse":"1","code_moteur":"RFJ","reference_constructeur":"7136JC","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"pare-boue-avant-droit","category_name":"Pare boue avant droit","link":"https:\/\/boutique.francecasse.fr\/pare-boue-avant-droit\/49071871-pare-boue-avant-droit-d-occasion-pour-citroen-c5-x7-berline.html","attribute_price":0,"price_tax_exc":82.068,"price_without_reduction":82.068,"price_without_reduction_without_tax":82.068,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"}],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/1\/1\/3\/5\/8\/6\/168113586-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/1\/1\/3\/5\/8\/6\/168113586-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/1\/1\/3\/5\/8\/6\/168113586-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/1\/1\/3\/5\/8\/6\/168113586-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/1\/1\/3\/5\/8\/6\/168113586-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/1\/1\/3\/5\/8\/6\/168113586-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/1\/1\/3\/5\/8\/6\/168113586-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/1\/1\/3\/5\/8\/6\/168113586-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"168113586","position":"1","id_origin":"https:\/\/cdn2.seintosoft.com\/img\/colomer\/Despiece\/9956049\/000003493659.JPEG","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/1\/1\/3\/5\/8\/6\/168113586-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/1\/1\/3\/5\/8\/6\/168113586-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/1\/1\/3\/5\/8\/6\/168113586-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/1\/1\/3\/5\/8\/6\/168113586-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/1\/1\/3\/5\/8\/6\/168113586-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/1\/1\/3\/5\/8\/6\/168113586-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/1\/1\/3\/5\/8\/6\/168113586-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/8\/1\/1\/3\/5\/8\/6\/168113586-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"168113586","position":"1","id_origin":"https:\/\/cdn2.seintosoft.com\/img\/colomer\/Despiece\/9956049\/000003493659.JPEG","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":82.07,"regular_price_amount":82.07,"regular_price":"82,07\u00a0\u20ac","discount_to_display":null,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},{"add_to_cart_url":"https:\/\/boutique.francecasse.fr\/panier?add=1&id_product=44960120&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"44960120","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/pare-boue-avant-droit\/44960120-pare-boue-avant-droit-d-occasion-pour-citroen-c5-x7-berline.html","canonical_url":"https:\/\/boutique.francecasse.fr\/pare-boue-avant-droit\/44960120-pare-boue-avant-droit-d-occasion-pour-citroen-c5-x7-berline.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"44960120","id_supplier":"1","id_manufacturer":"0","id_category_default":"18277","id_shop_default":"1","on_sale":"0","online_only":"0","ecotax":"0.000000","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"60,00\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"63403289","out_of_stock":"2","customizable":"0","uploadable_files":"0","text_fields":"0","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","condition":"used","show_price":"1","indexed":"0","visibility":"both","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-07-21 11:32:26","date_upd":"2026-07-22 01:31:11","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Pare boue avant droit d'occasion pour CITROEN C5 (X7) Berline","link_rewrite":"pare-boue-avant-droit-d-occasion-pour-citroen-c5-x7-berline","meta_description":"","meta_keywords":"","meta_title":"","name":"Pare boue avant droit d'occasion pour CITROEN C5 (X7) Berline","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"44960120-156890465","id_product_attribute":"0","allow_oosp":0,"category":"pare-boue-avant-droit","category_name":"Pare boue avant droit","link":"https:\/\/boutique.francecasse.fr\/pare-boue-avant-droit\/44960120-pare-boue-avant-droit-d-occasion-pour-citroen-c5-x7-berline.html","attribute_price":0,"price_tax_exc":60,"price_without_reduction":60,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Energie","value":"Diesel","id_feature":"6","position":"4"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":null,"id_feature":"19","position":"17"},{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"}],"attachments":[],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/9\/0\/4\/6\/5\/156890465-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/9\/0\/4\/6\/5\/156890465-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/9\/0\/4\/6\/5\/156890465-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/9\/0\/4\/6\/5\/156890465-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/9\/0\/4\/6\/5\/156890465-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/9\/0\/4\/6\/5\/156890465-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/9\/0\/4\/6\/5\/156890465-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/9\/0\/4\/6\/5\/156890465-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"156890465","position":"1","id_origin":"https:\/\/www.ets-marin.fr\/8319923-large_default\/pare-boue-avant-droit-citroen-c5-2.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/9\/0\/4\/6\/5\/156890465-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/9\/0\/4\/6\/5\/156890465-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/9\/0\/4\/6\/5\/156890465-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/9\/0\/4\/6\/5\/156890465-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/9\/0\/4\/6\/5\/156890465-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/9\/0\/4\/6\/5\/156890465-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/9\/0\/4\/6\/5\/156890465-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/9\/0\/4\/6\/5\/156890465-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"156890465","position":"1","id_origin":"https:\/\/www.ets-marin.fr\/8319923-large_default\/pare-boue-avant-droit-citroen-c5-2.jpg","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":60,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},"file_size_formatted":null,"attachments":[],"quantity_discounts":[],"reference_to_display":"63403289","grouped_features":{"Energie":{"name":"Energie","value":"Diesel","id_feature":"6","position":"4"},"Garantie":{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},"Kilom\u00e9trage":{"name":"Kilom\u00e9trage","value":null,"id_feature":"19","position":"17"},"Nombre de portes":{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"}},"seo_availability":"https:\/\/schema.org\/InStock","labels":{"tax_short":"TTC","tax_long":"TTC"},"ecotax":{"value":"0,00\u00a0\u20ac","amount":"0.000000","rate":0},"flags":[],"main_variants":[],"specific_references":null,"id_product":"44960120","id_supplier":"1","id_manufacturer":"0","id_category_default":"18277","old_id_category_default":null,"id_shop_default":"1","id_tax_rules_group":"0","on_sale":"0","online_only":"0","ean13":"","isbn":"","upc":"","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"60,00\u00a0\u20ac","old_price_octobre_2025":null,"wholesale_price":"0.000000","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"63403289","supplier_reference":"00007136KY","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"3.000000","out_of_stock":"2","additional_delivery_times":"1","quantity_discount":"0","customizable":"0","uploadable_files":"0","text_fields":"0","active":"1","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","indexed":"0","visibility":"both","cache_is_pack":"0","cache_has_attachments":"0","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-07-21 11:32:26","date_upd":"2026-07-22 01:31:11","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"76:525207","casse":"","type_vhu":"","taxe_sur_marge":"0","price_ttc":"0.000000","wholesale_price_ttc":"0.000000","price_new":"0.000000","frais_port":"0.000000","vhu_destockage":"0","vehicule_image_ids":"","corrige":"0","immatriculation":"","vehicule_origin_id":"76:VF7RDRHF89L575273","code_moteur_field":"DW10BTED4_RHF","vehicule_ref_id":"VF7RDRHF89L575273","vehicule_ktype":"","vehicule_ref_etat":"0","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"CITROEN","origin_modele":"C5 2","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"Pare boue avant droit","id_category_piece":"18277","id_category_marque":"461","id_category_modele":"12133","id_category_version":"0","a_supprimer":"0","fake_deleted_at":null,"code_moteur_manually_updated":"0","uwp_to_delete":"0","origin_marque_id":"","origin_modele_id":"","origin_piece_id":"","origin_version_id":"","bool_modele_id_corrrige":"0","date_correction_modele_reinit":null,"id_tax_rules_group_pro":"0","origin_tva":"0.000000","origin_pro_tva":"0.000000","id_tax_rules_group_temp":null,"date_vin_retraite":null,"prix_piece_ttc":"0.000000","frais_port_ttc":"0.000000","origin_id_prefix":"76","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Pare boue avant droit d'occasion pour CITROEN C5 (X7) Berline","link_rewrite":"pare-boue-avant-droit-d-occasion-pour-citroen-c5-x7-berline","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Pare boue avant droit d'occasion pour CITROEN C5 (X7) Berline","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"4600508","id_modele_parent":"9271","id_energie":"16523","id_seller":"76","id_country_seller":"8","id_image":"44960120-156890465","prix":"60.000000","energie":"Diesel","libelle":"Pare boue avant droit d'occasion pour CITROEN C5 (X7) Berline","seller_name":"SARL ETS GUY MARIN","ordre_affichage":"6546","snipet":"[{\"value\":\"Diesel\",\"name\":\"Energie\"},{\"value\":\"12 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/9\/0\/4\/6\/5\/156890465-home_default.webp","fdp_incluse":"1","code_moteur":"DW10BTED4_RHF","reference_constructeur":"00007136KY","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"pare-boue-avant-droit","category_name":"Pare boue avant droit","link":"https:\/\/boutique.francecasse.fr\/pare-boue-avant-droit\/44960120-pare-boue-avant-droit-d-occasion-pour-citroen-c5-x7-berline.html","attribute_price":0,"price_tax_exc":60,"price_without_reduction":60,"price_without_reduction_without_tax":60,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Energie","value":"Diesel","id_feature":"6","position":"4"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":null,"id_feature":"19","position":"17"},{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"}],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/9\/0\/4\/6\/5\/156890465-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/9\/0\/4\/6\/5\/156890465-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/9\/0\/4\/6\/5\/156890465-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/9\/0\/4\/6\/5\/156890465-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/9\/0\/4\/6\/5\/156890465-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/9\/0\/4\/6\/5\/156890465-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/9\/0\/4\/6\/5\/156890465-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/9\/0\/4\/6\/5\/156890465-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"156890465","position":"1","id_origin":"https:\/\/www.ets-marin.fr\/8319923-large_default\/pare-boue-avant-droit-citroen-c5-2.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/9\/0\/4\/6\/5\/156890465-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/9\/0\/4\/6\/5\/156890465-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/9\/0\/4\/6\/5\/156890465-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/9\/0\/4\/6\/5\/156890465-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/9\/0\/4\/6\/5\/156890465-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/9\/0\/4\/6\/5\/156890465-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/9\/0\/4\/6\/5\/156890465-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/9\/0\/4\/6\/5\/156890465-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"156890465","position":"1","id_origin":"https:\/\/www.ets-marin.fr\/8319923-large_default\/pare-boue-avant-droit-citroen-c5-2.jpg","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":60,"regular_price_amount":60,"regular_price":"60,00\u00a0\u20ac","discount_to_display":null,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},{"add_to_cart_url":"https:\/\/boutique.francecasse.fr\/panier?add=1&id_product=44573121&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"44573121","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/pare-boue-avant-droit\/44573121-pare-boue-avant-droit-d-occasion-pour-citroen-c5-x7-berline.html","canonical_url":"https:\/\/boutique.francecasse.fr\/pare-boue-avant-droit\/44573121-pare-boue-avant-droit-d-occasion-pour-citroen-c5-x7-berline.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"44573121","id_supplier":"1","id_manufacturer":"0","id_category_default":"18277","id_shop_default":"1","on_sale":"0","online_only":"0","ecotax":"0.000000","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"60,00\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"86623227","out_of_stock":"2","customizable":"0","uploadable_files":"0","text_fields":"0","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","condition":"used","show_price":"1","indexed":"0","visibility":"both","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-07-21 11:32:26","date_upd":"2026-07-22 01:22:56","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Pare boue avant droit d'occasion pour CITROEN C5 (X7) Berline","link_rewrite":"pare-boue-avant-droit-d-occasion-pour-citroen-c5-x7-berline","meta_description":"","meta_keywords":"","meta_title":"","name":"Pare boue avant droit d'occasion pour CITROEN C5 (X7) Berline","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"44573121-156832235","id_product_attribute":"0","allow_oosp":0,"category":"pare-boue-avant-droit","category_name":"Pare boue avant droit","link":"https:\/\/boutique.francecasse.fr\/pare-boue-avant-droit\/44573121-pare-boue-avant-droit-d-occasion-pour-citroen-c5-x7-berline.html","attribute_price":0,"price_tax_exc":60,"price_without_reduction":60,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Energie","value":"Diesel","id_feature":"6","position":"4"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":"219607","id_feature":"19","position":"17"},{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"}],"attachments":[],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/2\/2\/0\/156832220-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/2\/2\/0\/156832220-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/2\/2\/0\/156832220-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/2\/2\/0\/156832220-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/2\/2\/0\/156832220-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/2\/2\/0\/156832220-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/2\/2\/0\/156832220-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/2\/2\/0\/156832220-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"156832220","position":"1","id_origin":"https:\/\/www.ets-marin.fr\/7969626-large_default\/pare-boue-avant-droit-citroen-c5-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/2\/3\/5\/156832235-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/2\/3\/5\/156832235-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/2\/3\/5\/156832235-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/2\/3\/5\/156832235-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/2\/3\/5\/156832235-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/2\/3\/5\/156832235-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/2\/3\/5\/156832235-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/2\/3\/5\/156832235-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"156832235","position":"2","id_origin":"https:\/\/www.ets-marin.fr\/7969627-large_default\/pare-boue-avant-droit-citroen-c5-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/2\/4\/8\/156832248-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/2\/4\/8\/156832248-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/2\/4\/8\/156832248-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/2\/4\/8\/156832248-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/2\/4\/8\/156832248-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/2\/4\/8\/156832248-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/2\/4\/8\/156832248-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/2\/4\/8\/156832248-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"156832248","position":"3","id_origin":"https:\/\/www.ets-marin.fr\/7969628-large_default\/pare-boue-avant-droit-citroen-c5-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/2\/6\/4\/156832264-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/2\/6\/4\/156832264-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/2\/6\/4\/156832264-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/2\/6\/4\/156832264-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/2\/6\/4\/156832264-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/2\/6\/4\/156832264-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/2\/6\/4\/156832264-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/2\/6\/4\/156832264-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"156832264","position":"4","id_origin":"https:\/\/www.ets-marin.fr\/7969629-large_default\/pare-boue-avant-droit-citroen-c5-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/4\/9\/8\/156832498-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/4\/9\/8\/156832498-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/4\/9\/8\/156832498-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/4\/9\/8\/156832498-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/4\/9\/8\/156832498-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/4\/9\/8\/156832498-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/4\/9\/8\/156832498-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/4\/9\/8\/156832498-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"156832498","position":"5","id_origin":"https:\/\/www.ets-marin.fr\/7969612-large_default\/pare-boue-avant-droit-citroen-c5-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/5\/1\/4\/156832514-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/5\/1\/4\/156832514-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/5\/1\/4\/156832514-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/5\/1\/4\/156832514-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/5\/1\/4\/156832514-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/5\/1\/4\/156832514-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/5\/1\/4\/156832514-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/5\/1\/4\/156832514-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"156832514","position":"6","id_origin":"https:\/\/www.ets-marin.fr\/7969613-large_default\/pare-boue-avant-droit-citroen-c5-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/5\/2\/9\/156832529-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/5\/2\/9\/156832529-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/5\/2\/9\/156832529-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/5\/2\/9\/156832529-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/5\/2\/9\/156832529-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/5\/2\/9\/156832529-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/5\/2\/9\/156832529-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/5\/2\/9\/156832529-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"156832529","position":"7","id_origin":"https:\/\/www.ets-marin.fr\/7969614-large_default\/pare-boue-avant-droit-citroen-c5-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/5\/4\/3\/156832543-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/5\/4\/3\/156832543-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/5\/4\/3\/156832543-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/5\/4\/3\/156832543-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/5\/4\/3\/156832543-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/5\/4\/3\/156832543-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/5\/4\/3\/156832543-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/5\/4\/3\/156832543-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"156832543","position":"8","id_origin":"https:\/\/www.ets-marin.fr\/7969615-large_default\/pare-boue-avant-droit-citroen-c5-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/5\/6\/7\/156832567-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/5\/6\/7\/156832567-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/5\/6\/7\/156832567-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/5\/6\/7\/156832567-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/5\/6\/7\/156832567-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/5\/6\/7\/156832567-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/5\/6\/7\/156832567-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/5\/6\/7\/156832567-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"156832567","position":"9","id_origin":"https:\/\/www.ets-marin.fr\/7969616-large_default\/pare-boue-avant-droit-citroen-c5-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/5\/8\/5\/156832585-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/5\/8\/5\/156832585-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/5\/8\/5\/156832585-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/5\/8\/5\/156832585-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/5\/8\/5\/156832585-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/5\/8\/5\/156832585-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/5\/8\/5\/156832585-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/5\/8\/5\/156832585-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"156832585","position":"10","id_origin":"https:\/\/www.ets-marin.fr\/7969617-large_default\/pare-boue-avant-droit-citroen-c5-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/6\/0\/1\/156832601-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/6\/0\/1\/156832601-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/6\/0\/1\/156832601-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/6\/0\/1\/156832601-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/6\/0\/1\/156832601-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/6\/0\/1\/156832601-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/6\/0\/1\/156832601-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/6\/0\/1\/156832601-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"156832601","position":"11","id_origin":"https:\/\/www.ets-marin.fr\/7969618-large_default\/pare-boue-avant-droit-citroen-c5-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/6\/1\/6\/156832616-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/6\/1\/6\/156832616-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/6\/1\/6\/156832616-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/6\/1\/6\/156832616-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/6\/1\/6\/156832616-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/6\/1\/6\/156832616-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/6\/1\/6\/156832616-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/6\/1\/6\/156832616-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"156832616","position":"12","id_origin":"https:\/\/www.ets-marin.fr\/7969619-large_default\/pare-boue-avant-droit-citroen-c5-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/6\/3\/3\/156832633-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/6\/3\/3\/156832633-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/6\/3\/3\/156832633-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/6\/3\/3\/156832633-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/6\/3\/3\/156832633-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/6\/3\/3\/156832633-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/6\/3\/3\/156832633-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/6\/3\/3\/156832633-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"156832633","position":"13","id_origin":"https:\/\/www.ets-marin.fr\/7969620-large_default\/pare-boue-avant-droit-citroen-c5-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/6\/4\/7\/156832647-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/6\/4\/7\/156832647-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/6\/4\/7\/156832647-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/6\/4\/7\/156832647-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/6\/4\/7\/156832647-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/6\/4\/7\/156832647-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/6\/4\/7\/156832647-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/6\/4\/7\/156832647-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"156832647","position":"14","id_origin":"https:\/\/www.ets-marin.fr\/7969621-large_default\/pare-boue-avant-droit-citroen-c5-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/6\/6\/2\/156832662-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/6\/6\/2\/156832662-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/6\/6\/2\/156832662-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/6\/6\/2\/156832662-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/6\/6\/2\/156832662-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/6\/6\/2\/156832662-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/6\/6\/2\/156832662-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/6\/6\/2\/156832662-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"156832662","position":"15","id_origin":"https:\/\/www.ets-marin.fr\/7969622-large_default\/pare-boue-avant-droit-citroen-c5-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/6\/8\/1\/156832681-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/6\/8\/1\/156832681-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/6\/8\/1\/156832681-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/6\/8\/1\/156832681-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/6\/8\/1\/156832681-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/6\/8\/1\/156832681-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/6\/8\/1\/156832681-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/6\/8\/1\/156832681-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"156832681","position":"16","id_origin":"https:\/\/www.ets-marin.fr\/7969623-large_default\/pare-boue-avant-droit-citroen-c5-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/6\/9\/7\/156832697-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/6\/9\/7\/156832697-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/6\/9\/7\/156832697-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/6\/9\/7\/156832697-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/6\/9\/7\/156832697-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/6\/9\/7\/156832697-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/6\/9\/7\/156832697-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/6\/9\/7\/156832697-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"156832697","position":"17","id_origin":"https:\/\/www.ets-marin.fr\/7969624-large_default\/pare-boue-avant-droit-citroen-c5-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/7\/1\/3\/156832713-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/7\/1\/3\/156832713-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/7\/1\/3\/156832713-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/7\/1\/3\/156832713-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/7\/1\/3\/156832713-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/7\/1\/3\/156832713-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/7\/1\/3\/156832713-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/7\/1\/3\/156832713-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"156832713","position":"18","id_origin":"https:\/\/www.ets-marin.fr\/7969625-large_default\/pare-boue-avant-droit-citroen-c5-2.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/2\/2\/0\/156832220-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/2\/2\/0\/156832220-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/2\/2\/0\/156832220-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/2\/2\/0\/156832220-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/2\/2\/0\/156832220-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/2\/2\/0\/156832220-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/2\/2\/0\/156832220-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/2\/2\/0\/156832220-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"156832220","position":"1","id_origin":"https:\/\/www.ets-marin.fr\/7969626-large_default\/pare-boue-avant-droit-citroen-c5-2.jpg","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":60,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},"file_size_formatted":null,"attachments":[],"quantity_discounts":[],"reference_to_display":"86623227","grouped_features":{"Energie":{"name":"Energie","value":"Diesel","id_feature":"6","position":"4"},"Garantie":{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},"Kilom\u00e9trage":{"name":"Kilom\u00e9trage","value":"219607","id_feature":"19","position":"17"},"Nombre de portes":{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"}},"seo_availability":"https:\/\/schema.org\/InStock","labels":{"tax_short":"TTC","tax_long":"TTC"},"ecotax":{"value":"0,00\u00a0\u20ac","amount":"0.000000","rate":0},"flags":[],"main_variants":[],"specific_references":null,"id_product":"44573121","id_supplier":"1","id_manufacturer":"0","id_category_default":"18277","old_id_category_default":null,"id_shop_default":"1","id_tax_rules_group":"0","on_sale":"0","online_only":"0","ean13":"","isbn":"","upc":"","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"60,00\u00a0\u20ac","old_price_octobre_2025":null,"wholesale_price":"0.000000","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"86623227","supplier_reference":"00007136KY","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"3.000000","out_of_stock":"2","additional_delivery_times":"1","quantity_discount":"0","customizable":"0","uploadable_files":"0","text_fields":"0","active":"1","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","indexed":"0","visibility":"both","cache_is_pack":"0","cache_has_attachments":"0","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-07-21 11:32:26","date_upd":"2026-07-22 01:22:56","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"76:264023","casse":"","type_vhu":"","taxe_sur_marge":"0","price_ttc":"0.000000","wholesale_price_ttc":"0.000000","price_new":"0.000000","frais_port":"0.000000","vhu_destockage":"0","vehicule_image_ids":"","corrige":"0","immatriculation":"","vehicule_origin_id":"76:VF7RDRHH89L581389","code_moteur_field":"RHH","vehicule_ref_id":"VF7RDRHH89L581389","vehicule_ktype":"","vehicule_ref_etat":"0","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"CITROEN","origin_modele":"C5 2","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"Pare boue avant droit","id_category_piece":"18277","id_category_marque":"461","id_category_modele":"12133","id_category_version":"0","a_supprimer":"0","fake_deleted_at":null,"code_moteur_manually_updated":"0","uwp_to_delete":"0","origin_marque_id":"","origin_modele_id":"","origin_piece_id":"","origin_version_id":"","bool_modele_id_corrrige":"0","date_correction_modele_reinit":null,"id_tax_rules_group_pro":"0","origin_tva":"0.000000","origin_pro_tva":"0.000000","id_tax_rules_group_temp":null,"date_vin_retraite":null,"prix_piece_ttc":"60.000000","frais_port_ttc":"1.000000","origin_id_prefix":"76","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Pare boue avant droit d'occasion pour CITROEN C5 (X7) Berline","link_rewrite":"pare-boue-avant-droit-d-occasion-pour-citroen-c5-x7-berline","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Pare boue avant droit d'occasion pour CITROEN C5 (X7) Berline","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"4600509","id_modele_parent":"9271","id_energie":"16523","id_seller":"76","id_country_seller":"8","id_image":"44573121-156832235","prix":"60.000000","energie":"Diesel","libelle":"Pare boue avant droit d'occasion pour CITROEN C5 (X7) Berline","seller_name":"SARL ETS GUY MARIN","ordre_affichage":"6547","snipet":"[{\"value\":\"Diesel\",\"name\":\"Energie\"},{\"value\":\"12 mois\",\"name\":\"Garantie\"},{\"value\":\"219607\",\"name\":\"Kilom\\u00e9trage\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/2\/2\/0\/156832220-home_default.webp","fdp_incluse":"1","code_moteur":"RHH","reference_constructeur":"00007136KY","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"pare-boue-avant-droit","category_name":"Pare boue avant droit","link":"https:\/\/boutique.francecasse.fr\/pare-boue-avant-droit\/44573121-pare-boue-avant-droit-d-occasion-pour-citroen-c5-x7-berline.html","attribute_price":0,"price_tax_exc":60,"price_without_reduction":60,"price_without_reduction_without_tax":60,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Energie","value":"Diesel","id_feature":"6","position":"4"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":"219607","id_feature":"19","position":"17"},{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"}],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/2\/2\/0\/156832220-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/2\/2\/0\/156832220-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/2\/2\/0\/156832220-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/2\/2\/0\/156832220-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/2\/2\/0\/156832220-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/2\/2\/0\/156832220-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/2\/2\/0\/156832220-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/2\/2\/0\/156832220-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"156832220","position":"1","id_origin":"https:\/\/www.ets-marin.fr\/7969626-large_default\/pare-boue-avant-droit-citroen-c5-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/2\/3\/5\/156832235-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/2\/3\/5\/156832235-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/2\/3\/5\/156832235-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/2\/3\/5\/156832235-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/2\/3\/5\/156832235-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/2\/3\/5\/156832235-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/2\/3\/5\/156832235-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/2\/3\/5\/156832235-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"156832235","position":"2","id_origin":"https:\/\/www.ets-marin.fr\/7969627-large_default\/pare-boue-avant-droit-citroen-c5-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/2\/4\/8\/156832248-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/2\/4\/8\/156832248-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/2\/4\/8\/156832248-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/2\/4\/8\/156832248-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/2\/4\/8\/156832248-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/2\/4\/8\/156832248-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/2\/4\/8\/156832248-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/2\/4\/8\/156832248-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"156832248","position":"3","id_origin":"https:\/\/www.ets-marin.fr\/7969628-large_default\/pare-boue-avant-droit-citroen-c5-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/2\/6\/4\/156832264-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/2\/6\/4\/156832264-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/2\/6\/4\/156832264-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/2\/6\/4\/156832264-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/2\/6\/4\/156832264-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/2\/6\/4\/156832264-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/2\/6\/4\/156832264-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/2\/6\/4\/156832264-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"156832264","position":"4","id_origin":"https:\/\/www.ets-marin.fr\/7969629-large_default\/pare-boue-avant-droit-citroen-c5-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/4\/9\/8\/156832498-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/4\/9\/8\/156832498-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/4\/9\/8\/156832498-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/4\/9\/8\/156832498-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/4\/9\/8\/156832498-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/4\/9\/8\/156832498-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/4\/9\/8\/156832498-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/4\/9\/8\/156832498-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"156832498","position":"5","id_origin":"https:\/\/www.ets-marin.fr\/7969612-large_default\/pare-boue-avant-droit-citroen-c5-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/5\/1\/4\/156832514-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/5\/1\/4\/156832514-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/5\/1\/4\/156832514-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/5\/1\/4\/156832514-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/5\/1\/4\/156832514-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/5\/1\/4\/156832514-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/5\/1\/4\/156832514-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/5\/1\/4\/156832514-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"156832514","position":"6","id_origin":"https:\/\/www.ets-marin.fr\/7969613-large_default\/pare-boue-avant-droit-citroen-c5-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/5\/2\/9\/156832529-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/5\/2\/9\/156832529-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/5\/2\/9\/156832529-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/5\/2\/9\/156832529-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/5\/2\/9\/156832529-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/5\/2\/9\/156832529-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/5\/2\/9\/156832529-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/5\/2\/9\/156832529-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"156832529","position":"7","id_origin":"https:\/\/www.ets-marin.fr\/7969614-large_default\/pare-boue-avant-droit-citroen-c5-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/5\/4\/3\/156832543-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/5\/4\/3\/156832543-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/5\/4\/3\/156832543-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/5\/4\/3\/156832543-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/5\/4\/3\/156832543-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/5\/4\/3\/156832543-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/5\/4\/3\/156832543-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/5\/4\/3\/156832543-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"156832543","position":"8","id_origin":"https:\/\/www.ets-marin.fr\/7969615-large_default\/pare-boue-avant-droit-citroen-c5-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/5\/6\/7\/156832567-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/5\/6\/7\/156832567-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/5\/6\/7\/156832567-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/5\/6\/7\/156832567-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/5\/6\/7\/156832567-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/5\/6\/7\/156832567-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/5\/6\/7\/156832567-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/5\/6\/7\/156832567-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"156832567","position":"9","id_origin":"https:\/\/www.ets-marin.fr\/7969616-large_default\/pare-boue-avant-droit-citroen-c5-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/5\/8\/5\/156832585-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/5\/8\/5\/156832585-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/5\/8\/5\/156832585-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/5\/8\/5\/156832585-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/5\/8\/5\/156832585-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/5\/8\/5\/156832585-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/5\/8\/5\/156832585-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/5\/8\/5\/156832585-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"156832585","position":"10","id_origin":"https:\/\/www.ets-marin.fr\/7969617-large_default\/pare-boue-avant-droit-citroen-c5-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/6\/0\/1\/156832601-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/6\/0\/1\/156832601-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/6\/0\/1\/156832601-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/6\/0\/1\/156832601-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/6\/0\/1\/156832601-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/6\/0\/1\/156832601-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/6\/0\/1\/156832601-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/6\/0\/1\/156832601-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"156832601","position":"11","id_origin":"https:\/\/www.ets-marin.fr\/7969618-large_default\/pare-boue-avant-droit-citroen-c5-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/6\/1\/6\/156832616-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/6\/1\/6\/156832616-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/6\/1\/6\/156832616-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/6\/1\/6\/156832616-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/6\/1\/6\/156832616-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/6\/1\/6\/156832616-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/6\/1\/6\/156832616-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/6\/1\/6\/156832616-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"156832616","position":"12","id_origin":"https:\/\/www.ets-marin.fr\/7969619-large_default\/pare-boue-avant-droit-citroen-c5-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/6\/3\/3\/156832633-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/6\/3\/3\/156832633-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/6\/3\/3\/156832633-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/6\/3\/3\/156832633-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/6\/3\/3\/156832633-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/6\/3\/3\/156832633-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/6\/3\/3\/156832633-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/6\/3\/3\/156832633-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"156832633","position":"13","id_origin":"https:\/\/www.ets-marin.fr\/7969620-large_default\/pare-boue-avant-droit-citroen-c5-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/6\/4\/7\/156832647-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/6\/4\/7\/156832647-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/6\/4\/7\/156832647-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/6\/4\/7\/156832647-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/6\/4\/7\/156832647-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/6\/4\/7\/156832647-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/6\/4\/7\/156832647-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/6\/4\/7\/156832647-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"156832647","position":"14","id_origin":"https:\/\/www.ets-marin.fr\/7969621-large_default\/pare-boue-avant-droit-citroen-c5-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/6\/6\/2\/156832662-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/6\/6\/2\/156832662-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/6\/6\/2\/156832662-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/6\/6\/2\/156832662-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/6\/6\/2\/156832662-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/6\/6\/2\/156832662-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/6\/6\/2\/156832662-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/6\/6\/2\/156832662-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"156832662","position":"15","id_origin":"https:\/\/www.ets-marin.fr\/7969622-large_default\/pare-boue-avant-droit-citroen-c5-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/6\/8\/1\/156832681-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/6\/8\/1\/156832681-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/6\/8\/1\/156832681-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/6\/8\/1\/156832681-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/6\/8\/1\/156832681-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/6\/8\/1\/156832681-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/6\/8\/1\/156832681-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/6\/8\/1\/156832681-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"156832681","position":"16","id_origin":"https:\/\/www.ets-marin.fr\/7969623-large_default\/pare-boue-avant-droit-citroen-c5-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/6\/9\/7\/156832697-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/6\/9\/7\/156832697-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/6\/9\/7\/156832697-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/6\/9\/7\/156832697-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/6\/9\/7\/156832697-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/6\/9\/7\/156832697-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/6\/9\/7\/156832697-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/6\/9\/7\/156832697-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"156832697","position":"17","id_origin":"https:\/\/www.ets-marin.fr\/7969624-large_default\/pare-boue-avant-droit-citroen-c5-2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/7\/1\/3\/156832713-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/7\/1\/3\/156832713-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/7\/1\/3\/156832713-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/7\/1\/3\/156832713-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/7\/1\/3\/156832713-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/7\/1\/3\/156832713-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/7\/1\/3\/156832713-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/7\/1\/3\/156832713-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"156832713","position":"18","id_origin":"https:\/\/www.ets-marin.fr\/7969625-large_default\/pare-boue-avant-droit-citroen-c5-2.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/2\/2\/0\/156832220-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/2\/2\/0\/156832220-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/2\/2\/0\/156832220-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/2\/2\/0\/156832220-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/2\/2\/0\/156832220-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/2\/2\/0\/156832220-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/2\/2\/0\/156832220-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/6\/8\/3\/2\/2\/2\/0\/156832220-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"156832220","position":"1","id_origin":"https:\/\/www.ets-marin.fr\/7969626-large_default\/pare-boue-avant-droit-citroen-c5-2.jpg","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":60,"regular_price_amount":60,"regular_price":"60,00\u00a0\u20ac","discount_to_display":null,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},{"add_to_cart_url":"https:\/\/boutique.francecasse.fr\/panier?add=1&id_product=40557122&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"40557122","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/pare-boue-avant-droit\/40557122-pare-boue-avant-droit-d-occasion-pour-citroen-c5-x7-berline.html","canonical_url":"https:\/\/boutique.francecasse.fr\/pare-boue-avant-droit\/40557122-pare-boue-avant-droit-d-occasion-pour-citroen-c5-x7-berline.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"40557122","id_supplier":"1","id_manufacturer":"0","id_category_default":"18277","id_shop_default":"1","on_sale":"0","online_only":"0","ecotax":"0.000000","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"42,08\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"","out_of_stock":"2","customizable":"0","uploadable_files":"0","text_fields":"0","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","condition":"used","show_price":"1","indexed":"0","visibility":"both","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-07-21 11:32:26","date_upd":"2026-07-21 23:21:22","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Pare boue avant droit d'occasion pour CITROEN C5 (X7) Berline","link_rewrite":"pare-boue-avant-droit-d-occasion-pour-citroen-c5-x7-berline","meta_description":"","meta_keywords":"","meta_title":"","name":"Pare boue avant droit d'occasion pour CITROEN C5 (X7) Berline","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"40557122-141555505","id_product_attribute":"0","allow_oosp":0,"category":"pare-boue-avant-droit","category_name":"Pare boue avant droit","link":"https:\/\/boutique.francecasse.fr\/pare-boue-avant-droit\/40557122-pare-boue-avant-droit-d-occasion-pour-citroen-c5-x7-berline.html","attribute_price":0,"price_tax_exc":42.08,"price_without_reduction":42.08,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Couleur","value":"GRIS","id_feature":"2","position":"1"},{"name":"Energie","value":"Diesel","id_feature":"6","position":"4"},{"name":"Usure","value":null,"id_feature":"8","position":"6"},{"name":"Garantie","value":"24 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":null,"id_feature":"19","position":"17"},{"name":"Remarques","value":null,"id_feature":"24","position":"22"}],"attachments":[],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/5\/5\/4\/9\/4\/141555494-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/5\/5\/4\/9\/4\/141555494-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/5\/5\/4\/9\/4\/141555494-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/5\/5\/4\/9\/4\/141555494-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/5\/5\/4\/9\/4\/141555494-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/5\/5\/4\/9\/4\/141555494-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/5\/5\/4\/9\/4\/141555494-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/5\/5\/4\/9\/4\/141555494-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"141555494","position":"1","id_origin":"https:\/\/capnor.valorione.fr\/media\/6\/product_instance\/34427197\/public\/17956119_af13bfe4-51af-493d-b377-be924fbd356b.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/5\/5\/5\/0\/5\/141555505-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/5\/5\/5\/0\/5\/141555505-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/5\/5\/5\/0\/5\/141555505-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/5\/5\/5\/0\/5\/141555505-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/5\/5\/5\/0\/5\/141555505-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/5\/5\/5\/0\/5\/141555505-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/5\/5\/5\/0\/5\/141555505-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/5\/5\/5\/0\/5\/141555505-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"141555505","position":"2","id_origin":"https:\/\/capnor.valorione.fr\/media\/6\/product_instance\/34427197\/public\/17956123_9ce93c9a-f443-4f06-8c49-5a9803e8230e.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/5\/5\/5\/1\/8\/141555518-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/5\/5\/5\/1\/8\/141555518-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/5\/5\/5\/1\/8\/141555518-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/5\/5\/5\/1\/8\/141555518-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/5\/5\/5\/1\/8\/141555518-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/5\/5\/5\/1\/8\/141555518-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/5\/5\/5\/1\/8\/141555518-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/5\/5\/5\/1\/8\/141555518-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"141555518","position":"3","id_origin":"https:\/\/capnor.valorione.fr\/media\/6\/product_instance\/34427197\/public\/17956141_ed0a81d9-99c7-4d81-8031-034cc5d1bcb3.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/5\/5\/5\/3\/5\/141555535-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/5\/5\/5\/3\/5\/141555535-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/5\/5\/5\/3\/5\/141555535-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/5\/5\/5\/3\/5\/141555535-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/5\/5\/5\/3\/5\/141555535-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/5\/5\/5\/3\/5\/141555535-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/5\/5\/5\/3\/5\/141555535-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/5\/5\/5\/3\/5\/141555535-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"141555535","position":"4","id_origin":"https:\/\/capnor.valorione.fr\/media\/6\/product_instance\/34427197\/public\/17956148_4d04539e-ab65-4da7-96df-dba8f0a0ab7f.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/5\/5\/4\/9\/4\/141555494-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/5\/5\/4\/9\/4\/141555494-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/5\/5\/4\/9\/4\/141555494-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/5\/5\/4\/9\/4\/141555494-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/5\/5\/4\/9\/4\/141555494-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/5\/5\/4\/9\/4\/141555494-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/5\/5\/4\/9\/4\/141555494-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/5\/5\/4\/9\/4\/141555494-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"141555494","position":"1","id_origin":"https:\/\/capnor.valorione.fr\/media\/6\/product_instance\/34427197\/public\/17956119_af13bfe4-51af-493d-b377-be924fbd356b.jpg","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":42.08,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},"file_size_formatted":null,"attachments":[],"quantity_discounts":[],"reference_to_display":null,"grouped_features":{"Couleur":{"name":"Couleur","value":"GRIS","id_feature":"2","position":"1"},"Energie":{"name":"Energie","value":"Diesel","id_feature":"6","position":"4"},"Usure":{"name":"Usure","value":null,"id_feature":"8","position":"6"},"Garantie":{"name":"Garantie","value":"24 mois","id_feature":"14","position":"12"},"Kilom\u00e9trage":{"name":"Kilom\u00e9trage","value":null,"id_feature":"19","position":"17"},"Remarques":{"name":"Remarques","value":null,"id_feature":"24","position":"22"}},"seo_availability":"https:\/\/schema.org\/InStock","labels":{"tax_short":"TTC","tax_long":"TTC"},"ecotax":{"value":"0,00\u00a0\u20ac","amount":"0.000000","rate":0},"flags":[],"main_variants":[],"specific_references":null,"id_product":"40557122","id_supplier":"1","id_manufacturer":"0","id_category_default":"18277","old_id_category_default":null,"id_shop_default":"1","id_tax_rules_group":"0","on_sale":"0","online_only":"0","ean13":"","isbn":"","upc":"","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"42,08\u00a0\u20ac","old_price_octobre_2025":null,"wholesale_price":"0.000000","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"","supplier_reference":"7136KY","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"0.690000","out_of_stock":"2","additional_delivery_times":"1","quantity_discount":"0","customizable":"0","uploadable_files":"0","text_fields":"0","active":"1","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","indexed":"0","visibility":"both","cache_is_pack":"0","cache_has_attachments":"0","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-07-21 11:32:26","date_upd":"2026-07-21 23:21:22","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"30:34427197","casse":"","type_vhu":"","taxe_sur_marge":"0","price_ttc":"0.000000","wholesale_price_ttc":"0.000000","price_new":"0.000000","frais_port":"0.000000","vhu_destockage":"0","vehicule_image_ids":"","corrige":"0","immatriculation":"","vehicule_origin_id":"30:VF7RDRHF8CL523671","code_moteur_field":"","vehicule_ref_id":"VF7RDRHF8CL523671","vehicule_ktype":"","vehicule_ref_etat":"0","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"CITROEN","origin_modele":"C5 II","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"PARE-BOUE AILE AVANT DROITE","id_category_piece":"18277","id_category_marque":"461","id_category_modele":"12133","id_category_version":"0","a_supprimer":"0","fake_deleted_at":null,"code_moteur_manually_updated":"0","uwp_to_delete":"0","origin_marque_id":"","origin_modele_id":"","origin_piece_id":"","origin_version_id":"","bool_modele_id_corrrige":"0","date_correction_modele_reinit":null,"id_tax_rules_group_pro":"0","origin_tva":"0.000000","origin_pro_tva":"0.000000","id_tax_rules_group_temp":null,"date_vin_retraite":null,"prix_piece_ttc":"0.000000","frais_port_ttc":"0.000000","origin_id_prefix":"30","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Pare boue avant droit d'occasion pour CITROEN C5 (X7) Berline","link_rewrite":"pare-boue-avant-droit-d-occasion-pour-citroen-c5-x7-berline","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Pare boue avant droit d'occasion pour CITROEN C5 (X7) Berline","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"4600510","id_modele_parent":"9271","id_energie":"16523","id_seller":"30","id_country_seller":"8","id_image":"40557122-141555505","prix":"42.080000","energie":"Diesel","libelle":"Pare boue avant droit d'occasion pour CITROEN C5 (X7) Berline","seller_name":"Capnor","ordre_affichage":"6548","snipet":"[{\"value\":\"Diesel\",\"name\":\"Energie\"},{\"value\":\"24 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/5\/5\/4\/9\/4\/141555494-home_default.webp","fdp_incluse":"1","code_moteur":"","reference_constructeur":"7136KY","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"pare-boue-avant-droit","category_name":"Pare boue avant droit","link":"https:\/\/boutique.francecasse.fr\/pare-boue-avant-droit\/40557122-pare-boue-avant-droit-d-occasion-pour-citroen-c5-x7-berline.html","attribute_price":0,"price_tax_exc":42.08,"price_without_reduction":42.08,"price_without_reduction_without_tax":42.08,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Couleur","value":"GRIS","id_feature":"2","position":"1"},{"name":"Energie","value":"Diesel","id_feature":"6","position":"4"},{"name":"Usure","value":null,"id_feature":"8","position":"6"},{"name":"Garantie","value":"24 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":null,"id_feature":"19","position":"17"},{"name":"Remarques","value":null,"id_feature":"24","position":"22"}],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/5\/5\/4\/9\/4\/141555494-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/5\/5\/4\/9\/4\/141555494-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/5\/5\/4\/9\/4\/141555494-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/5\/5\/4\/9\/4\/141555494-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/5\/5\/4\/9\/4\/141555494-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/5\/5\/4\/9\/4\/141555494-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/5\/5\/4\/9\/4\/141555494-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/5\/5\/4\/9\/4\/141555494-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"141555494","position":"1","id_origin":"https:\/\/capnor.valorione.fr\/media\/6\/product_instance\/34427197\/public\/17956119_af13bfe4-51af-493d-b377-be924fbd356b.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/5\/5\/5\/0\/5\/141555505-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/5\/5\/5\/0\/5\/141555505-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/5\/5\/5\/0\/5\/141555505-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/5\/5\/5\/0\/5\/141555505-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/5\/5\/5\/0\/5\/141555505-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/5\/5\/5\/0\/5\/141555505-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/5\/5\/5\/0\/5\/141555505-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/5\/5\/5\/0\/5\/141555505-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"141555505","position":"2","id_origin":"https:\/\/capnor.valorione.fr\/media\/6\/product_instance\/34427197\/public\/17956123_9ce93c9a-f443-4f06-8c49-5a9803e8230e.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/5\/5\/5\/1\/8\/141555518-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/5\/5\/5\/1\/8\/141555518-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/5\/5\/5\/1\/8\/141555518-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/5\/5\/5\/1\/8\/141555518-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/5\/5\/5\/1\/8\/141555518-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/5\/5\/5\/1\/8\/141555518-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/5\/5\/5\/1\/8\/141555518-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/5\/5\/5\/1\/8\/141555518-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"141555518","position":"3","id_origin":"https:\/\/capnor.valorione.fr\/media\/6\/product_instance\/34427197\/public\/17956141_ed0a81d9-99c7-4d81-8031-034cc5d1bcb3.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/5\/5\/5\/3\/5\/141555535-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/5\/5\/5\/3\/5\/141555535-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/5\/5\/5\/3\/5\/141555535-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/5\/5\/5\/3\/5\/141555535-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/5\/5\/5\/3\/5\/141555535-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/5\/5\/5\/3\/5\/141555535-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/5\/5\/5\/3\/5\/141555535-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/5\/5\/5\/3\/5\/141555535-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"141555535","position":"4","id_origin":"https:\/\/capnor.valorione.fr\/media\/6\/product_instance\/34427197\/public\/17956148_4d04539e-ab65-4da7-96df-dba8f0a0ab7f.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/5\/5\/4\/9\/4\/141555494-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/5\/5\/4\/9\/4\/141555494-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/5\/5\/4\/9\/4\/141555494-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/5\/5\/4\/9\/4\/141555494-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/5\/5\/4\/9\/4\/141555494-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/5\/5\/4\/9\/4\/141555494-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/5\/5\/4\/9\/4\/141555494-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/1\/5\/5\/5\/4\/9\/4\/141555494-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"141555494","position":"1","id_origin":"https:\/\/capnor.valorione.fr\/media\/6\/product_instance\/34427197\/public\/17956119_af13bfe4-51af-493d-b377-be924fbd356b.jpg","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":42.08,"regular_price_amount":42.08,"regular_price":"42,08\u00a0\u20ac","discount_to_display":null,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},{"add_to_cart_url":"https:\/\/boutique.francecasse.fr\/panier?add=1&id_product=10821140&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"10821140","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/pare-boue-avant-droit\/10821140-pare-boue-avant-droit-d-occasion-pour-citroen-c5-x7-berline.html","canonical_url":"https:\/\/boutique.francecasse.fr\/pare-boue-avant-droit\/10821140-pare-boue-avant-droit-d-occasion-pour-citroen-c5-x7-berline.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"10821140","id_supplier":"1","id_manufacturer":"0","id_category_default":"18277","id_shop_default":"1","on_sale":"0","online_only":"0","ecotax":"0.000000","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"131,00\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"","out_of_stock":"2","customizable":"0","uploadable_files":"0","text_fields":"0","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","condition":"used","show_price":"1","indexed":"0","visibility":"both","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-07-21 11:32:26","date_upd":"2026-06-15 22:45:07","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Pare boue avant droit d'occasion pour CITROEN C5 (X7) Berline","link_rewrite":"pare-boue-avant-droit-d-occasion-pour-citroen-c5-x7-berline","meta_description":"","meta_keywords":"","meta_title":"","name":"Pare boue avant droit d'occasion pour CITROEN C5 (X7) Berline","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"10821140-53444169","id_product_attribute":"0","allow_oosp":0,"category":"pare-boue-avant-droit","category_name":"Pare boue avant droit","link":"https:\/\/boutique.francecasse.fr\/pare-boue-avant-droit\/10821140-pare-boue-avant-droit-d-occasion-pour-citroen-c5-x7-berline.html","attribute_price":0,"price_tax_exc":131,"price_without_reduction":131,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":"1 km","id_feature":"19","position":"17"}],"attachments":[],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/5\/3\/4\/4\/4\/1\/6\/9\/53444169-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/5\/3\/4\/4\/4\/1\/6\/9\/53444169-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/5\/3\/4\/4\/4\/1\/6\/9\/53444169-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/5\/3\/4\/4\/4\/1\/6\/9\/53444169-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/5\/3\/4\/4\/4\/1\/6\/9\/53444169-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/5\/3\/4\/4\/4\/1\/6\/9\/53444169-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/5\/3\/4\/4\/4\/1\/6\/9\/53444169-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/5\/3\/4\/4\/4\/1\/6\/9\/53444169-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"53444169","position":"1","id_origin":"http:\/\/f2.mbrev.es\/users\/colomer\/images\/Sf9Iw8sBiYAG?publicKey=casse&accessToken=c108d113bd0b03465e65a828041bfa53f80836ad37c6a94c5827c9aaf5f0872a","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/5\/3\/4\/4\/4\/1\/6\/9\/53444169-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/5\/3\/4\/4\/4\/1\/6\/9\/53444169-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/5\/3\/4\/4\/4\/1\/6\/9\/53444169-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/5\/3\/4\/4\/4\/1\/6\/9\/53444169-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/5\/3\/4\/4\/4\/1\/6\/9\/53444169-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/5\/3\/4\/4\/4\/1\/6\/9\/53444169-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/5\/3\/4\/4\/4\/1\/6\/9\/53444169-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/5\/3\/4\/4\/4\/1\/6\/9\/53444169-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"53444169","position":"1","id_origin":"http:\/\/f2.mbrev.es\/users\/colomer\/images\/Sf9Iw8sBiYAG?publicKey=casse&accessToken=c108d113bd0b03465e65a828041bfa53f80836ad37c6a94c5827c9aaf5f0872a","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":131,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},"file_size_formatted":null,"attachments":[],"quantity_discounts":[],"reference_to_display":null,"grouped_features":{"Garantie":{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},"Kilom\u00e9trage":{"name":"Kilom\u00e9trage","value":"1 km","id_feature":"19","position":"17"}},"seo_availability":"https:\/\/schema.org\/InStock","labels":{"tax_short":"TTC","tax_long":"TTC"},"ecotax":{"value":"0,00\u00a0\u20ac","amount":"0.000000","rate":0},"flags":[],"main_variants":[],"specific_references":null,"id_product":"10821140","id_supplier":"1","id_manufacturer":"0","id_category_default":"18277","old_id_category_default":null,"id_shop_default":"1","id_tax_rules_group":"0","on_sale":"0","online_only":"0","ean13":"","isbn":"","upc":"","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"131,00\u00a0\u20ac","old_price_octobre_2025":"115.000000","wholesale_price":"0.000000","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"","supplier_reference":"7136JC","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"8.000000","out_of_stock":"2","additional_delivery_times":"1","quantity_discount":"0","customizable":"0","uploadable_files":"0","text_fields":"0","active":"1","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","indexed":"0","visibility":"both","cache_is_pack":"0","cache_has_attachments":"0","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-07-21 11:32:26","date_upd":"2026-06-15 22:45:07","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"26:colrp9956049","casse":"","type_vhu":"","taxe_sur_marge":"0","price_ttc":"0.000000","wholesale_price_ttc":"0.000000","price_new":"0.000000","frais_port":"0.000000","vhu_destockage":"0","vehicule_image_ids":"","corrige":"0","immatriculation":"","vehicule_origin_id":"26:colrv13246","code_moteur_field":"RFJ","vehicule_ref_id":"VF7RDRFJC9L528876","vehicule_ktype":"","vehicule_ref_etat":"4","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"25","origin_modele":"651878","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"5928","id_category_piece":"18277","id_category_marque":"461","id_category_modele":"12133","id_category_version":"12133","a_supprimer":"0","fake_deleted_at":null,"code_moteur_manually_updated":"0","uwp_to_delete":"0","origin_marque_id":"25","origin_modele_id":"651878","origin_piece_id":"5928","origin_version_id":"","bool_modele_id_corrrige":"0","date_correction_modele_reinit":null,"id_tax_rules_group_pro":"0","origin_tva":"0.000000","origin_pro_tva":"0.000000","id_tax_rules_group_temp":null,"date_vin_retraite":null,"prix_piece_ttc":"0.000000","frais_port_ttc":"0.000000","origin_id_prefix":"26","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Pare boue avant droit d'occasion pour CITROEN C5 (X7) Berline","link_rewrite":"pare-boue-avant-droit-d-occasion-pour-citroen-c5-x7-berline","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Pare boue avant droit d'occasion pour CITROEN C5 (X7) Berline","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"4600512","id_modele_parent":"9271","id_energie":"0","id_seller":"26","id_country_seller":"6","id_image":"10821140-53444169","prix":"131.000000","energie":"","libelle":"Pare boue avant droit d'occasion pour CITROEN C5 (X7) Berline","seller_name":"USED WORLD PARTS","ordre_affichage":"6550","snipet":"[{\"value\":\"12 mois\",\"name\":\"Garantie\"},{\"value\":\"1 km\",\"name\":\"Kilom\\u00e9trage\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/5\/3\/4\/4\/4\/1\/6\/9\/53444169-home_default.webp","fdp_incluse":"1","code_moteur":"RFJ","reference_constructeur":"7136JC","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"pare-boue-avant-droit","category_name":"Pare boue avant droit","link":"https:\/\/boutique.francecasse.fr\/pare-boue-avant-droit\/10821140-pare-boue-avant-droit-d-occasion-pour-citroen-c5-x7-berline.html","attribute_price":0,"price_tax_exc":131,"price_without_reduction":131,"price_without_reduction_without_tax":131,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":"1 km","id_feature":"19","position":"17"}],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/5\/3\/4\/4\/4\/1\/6\/9\/53444169-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/5\/3\/4\/4\/4\/1\/6\/9\/53444169-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/5\/3\/4\/4\/4\/1\/6\/9\/53444169-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/5\/3\/4\/4\/4\/1\/6\/9\/53444169-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/5\/3\/4\/4\/4\/1\/6\/9\/53444169-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/5\/3\/4\/4\/4\/1\/6\/9\/53444169-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/5\/3\/4\/4\/4\/1\/6\/9\/53444169-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/5\/3\/4\/4\/4\/1\/6\/9\/53444169-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"53444169","position":"1","id_origin":"http:\/\/f2.mbrev.es\/users\/colomer\/images\/Sf9Iw8sBiYAG?publicKey=casse&accessToken=c108d113bd0b03465e65a828041bfa53f80836ad37c6a94c5827c9aaf5f0872a","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/5\/3\/4\/4\/4\/1\/6\/9\/53444169-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/5\/3\/4\/4\/4\/1\/6\/9\/53444169-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/5\/3\/4\/4\/4\/1\/6\/9\/53444169-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/5\/3\/4\/4\/4\/1\/6\/9\/53444169-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/5\/3\/4\/4\/4\/1\/6\/9\/53444169-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/5\/3\/4\/4\/4\/1\/6\/9\/53444169-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/5\/3\/4\/4\/4\/1\/6\/9\/53444169-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/5\/3\/4\/4\/4\/1\/6\/9\/53444169-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"53444169","position":"1","id_origin":"http:\/\/f2.mbrev.es\/users\/colomer\/images\/Sf9Iw8sBiYAG?publicKey=casse&accessToken=c108d113bd0b03465e65a828041bfa53f80836ad37c6a94c5827c9aaf5f0872a","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":131,"regular_price_amount":131,"regular_price":"131,00\u00a0\u20ac","discount_to_display":null,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"}],"sort_orders":[{"entity":"product","field":"product.name.asc","direction":"asc","label":"Pertinence","urlParameter":"product.product.name.asc.asc","current":false,"url":"https:\/\/boutique.francecasse.fr\/18277-pare-boue-avant-droit\/461-citroen\/12133-c5-x7-berline?order=product.product.name.asc.asc"},{"entity":"product","field":"product.price.asc","direction":"asc","label":"Prix, croissant","urlParameter":"product.product.price.asc.asc","current":false,"url":"https:\/\/boutique.francecasse.fr\/18277-pare-boue-avant-droit\/461-citroen\/12133-c5-x7-berline?order=product.product.price.asc.asc"},{"entity":"product","field":"product.price.desc","direction":"asc","label":"Prix, d\u00e9croissant","urlParameter":"product.product.price.desc.asc","current":false,"url":"https:\/\/boutique.francecasse.fr\/18277-pare-boue-avant-droit\/461-citroen\/12133-c5-x7-berline?order=product.product.price.desc.asc"}],"sort_selected":false,"sort_usures":[{"urlParameter":"","url":"https:\/\/boutique.francecasse.fr\/18277-pare-boue-avant-droit\/461-citroen\/12133-c5-x7-berline","label":"Neuf + Occasion","current":true,"sort_usure_selected":"Neuf + Occasion"},{"urlParameter":"neuf","url":"https:\/\/boutique.francecasse.fr\/18277-pare-boue-avant-droit\/461-citroen\/12133-c5-x7-berline?type=neuf","label":"Pi\u00e8ces neuves","current":false,"sort_usure_selected":"Pi\u00e8ces neuves"},{"urlParameter":"occasion","url":"https:\/\/boutique.francecasse.fr\/18277-pare-boue-avant-droit\/461-citroen\/12133-c5-x7-berline?type=occasion","label":"Pi\u00e8ces d'occasion","current":false,"sort_usure_selected":null}],"sort_usure_selected":"Neuf + Occasion","pagination":{"total_items":14,"items_shown_from":1,"items_shown_to":14,"current_page":1,"pages_count":1,"pages":{"1":{"type":"page","page":1,"clickable":false,"current":true,"url":"https:\/\/boutique.francecasse.fr\/18277-pare-boue-avant-droit\/461-citroen\/12133-c5-x7-berline"}},"should_be_displayed":false},"rendered_facets":"","rendered_active_filters":"","js_enabled":true,"current_url":"https:\/\/boutique.francecasse.fr\/18277-pare-boue-avant-droit\/461-citroen\/12133-c5-x7-berline","rendered_products_header":"\n                                                                                                                                                                                                                \n    <div id=\"js-product-list-header\">\n        <h1 class=\"h1\">\n            pare boue avant droit occasion C5\n        <\/h1>\n    <\/div>\n"}