{"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 26 pare choc arri\u00e8res pour RENAULT Clio  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=\"6373612e656d616e2e746375646f7270443325726564726f46332532312d65736168702d736574726f702d332d692d6f696c632d3439343231463225746c75616e65722d39353831463225657265697272612d636f68632d657261702d313832383146322572662e657373616365636e6172662e6575716974756f624632254632254133257370747468\"\n                role=\"link\"\n                tabindex=\"0\"\n            >\n                Pertinence\n            <\/span>\n                    <span\n                class=\"select-list atc \"\n                data-atc=\"6373612e65636972702e746375646f7270443325726564726f46332532312d65736168702d736574726f702d332d692d6f696c632d3439343231463225746c75616e65722d39353831463225657265697272612d636f68632d657261702d313832383146322572662e657373616365636e6172662e6575716974756f624632254632254133257370747468\"\n                role=\"link\"\n                tabindex=\"0\"\n            >\n                Prix, croissant\n            <\/span>\n                    <span\n                class=\"select-list atc \"\n                data-atc=\"637365642e65636972702e746375646f7270443325726564726f46332532312d65736168702d736574726f702d332d692d6f696c632d3439343231463225746c75616e65722d39353831463225657265697272612d636f68632d657261702d313832383146322572662e657373616365636e6172662e6575716974756f624632254632254133257370747468\"\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=\"32312d65736168702d736574726f702d332d692d6f696c632d3439343231463225746c75616e65722d39353831463225657265697272612d636f68632d657261702d313832383146322572662e657373616365636e6172662e6575716974756f624632254632254133257370747468\"\n                role=\"link\"\n                tabindex=\"0\">\n                Neuf + Occasion\n            <\/span>\n                    <span\n                class=\"select-list atc \"\n                data-atc=\"6675656e4433256570797446332532312d65736168702d736574726f702d332d692d6f696c632d3439343231463225746c75616e65722d39353831463225657265697272612d636f68632d657261702d313832383146322572662e657373616365636e6172662e6575716974756f624632254632254133257370747468\"\n                role=\"link\"\n                tabindex=\"0\">\n                Pi\u00e8ces neuves\n            <\/span>\n                    <span\n                class=\"select-list atc \"\n                data-atc=\"6e6f69736163636f4433256570797446332532312d65736168702d736574726f702d332d692d6f696c632d3439343231463225746c75616e65722d39353831463225657265697272612d636f68632d657261702d313832383146322572662e657373616365636e6172662e6575716974756f624632254632254133257370747468\"\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=\"32859399\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/1\/1\/6\/3\/8\/7\/5\/8\/1\/116387581-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Pare choc arri\u00e8re d&#039;occasion pour RENAULT Clio I 3 portes Phase 1&amp;2\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/pare-choc-arriere\/32859399-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.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-08-02\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"MAZARD PI\u00c8CES AUTO 09\">\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-choc-arriere\/32859399-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.html\">Pare choc arri\u00e8re d&#039;occasion pour RENAULT Clio I 3 portes Phase 1&amp;2<\/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 choc arri\u00e8re d&#039;occasion pour RENAULT Clio I 3 portes Phase 1&amp;amp;2\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\">MAZARD PI\u00c8CES AUTO 09<\/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                            60,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\/1\/6\/3\/8\/7\/5\/8\/1\/116387581-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/pare-choc-arriere\/32859399-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.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=\"19904762\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/7\/5\/2\/0\/97647520-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Pare choc arri\u00e8re d&#039;occasion pour RENAULT Clio I 3 portes Phase 1&amp;2\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/pare-choc-arriere\/19904762-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.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-08-02\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"MAZARD PI\u00c8CES AUTO 09\">\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-choc-arriere\/19904762-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.html\">Pare choc arri\u00e8re d&#039;occasion pour RENAULT Clio I 3 portes Phase 1&amp;2<\/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 choc arri\u00e8re d&#039;occasion pour RENAULT Clio I 3 portes Phase 1&amp;amp;2\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\">MAZARD PI\u00c8CES AUTO 09<\/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\">168860<\/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                    \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\/9\/7\/6\/4\/7\/5\/2\/0\/97647520-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/pare-choc-arriere\/19904762-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.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=\"41456611\" \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\/4\/0\/4\/2\/0\/6\/0\/144042060-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Pare choc arri\u00e8re d&#039;occasion pour RENAULT Clio I 3 portes Phase 1&amp;2\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/pare-choc-arriere\/41456611-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.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=\"96.10\">\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-08-02\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"AUTO D\u00c9POLLUTION ORDAN\">\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-choc-arriere\/41456611-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.html\">Pare choc arri\u00e8re d&#039;occasion pour RENAULT Clio I 3 portes Phase 1&amp;2<\/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 choc arri\u00e8re d&#039;occasion pour RENAULT Clio I 3 portes Phase 1&amp;amp;2\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\">AUTO D\u00c9POLLUTION ORDAN<\/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\">6 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                            96,10\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\/4\/0\/4\/2\/0\/6\/0\/144042060-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/pare-choc-arriere\/41456611-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.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=\"37640490\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/7\/4\/7\/131482747-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Pare choc arri\u00e8re d&#039;occasion pour RENAULT Clio I 3 portes Phase 1&amp;2\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/pare-choc-arriere\/37640490-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.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=\"63.41\">\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-08-02\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"SARL N7 AUTO PI\u00c8CES\">\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-choc-arriere\/37640490-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.html\">Pare choc arri\u00e8re d&#039;occasion pour RENAULT Clio I 3 portes Phase 1&amp;2<\/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 choc arri\u00e8re d&#039;occasion pour RENAULT Clio I 3 portes Phase 1&amp;amp;2\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 N7 AUTO PI\u00c8CES<\/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                            63,41\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\/3\/1\/4\/8\/2\/7\/4\/7\/131482747-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/pare-choc-arriere\/37640490-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.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=\"41814310\" \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\/5\/0\/5\/3\/9\/0\/1\/145053901-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Pare choc arri\u00e8re d&#039;occasion pour RENAULT Clio I 3 portes Phase 1&amp;2\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/pare-choc-arriere\/41814310-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.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=\"64.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-08-02\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"MONDIAL AUTO\">\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-choc-arriere\/41814310-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.html\">Pare choc arri\u00e8re d&#039;occasion pour RENAULT Clio I 3 portes Phase 1&amp;2<\/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 choc arri\u00e8re d&#039;occasion pour RENAULT Clio I 3 portes Phase 1&amp;amp;2\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\">MONDIAL AUTO<\/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                            64,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\/4\/5\/0\/5\/3\/9\/0\/1\/145053901-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/pare-choc-arriere\/41814310-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.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=\"9515694\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/5\/4\/48991154-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Pare choc arri\u00e8re d&#039;occasion pour RENAULT Clio I 3 portes Phase 1&amp;2\">\n            <meta itemprop=\"sku\" content=\"3 PUERTAS\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/pare-choc-arriere\/9515694-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.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=\"270.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-08-02\">\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-choc-arriere\/9515694-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.html\">Pare choc arri\u00e8re d&#039;occasion pour RENAULT Clio I 3 portes Phase 1&amp;2<\/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                NEGRO TEXTURADO,ARA\u00d1AZOS Y ROZONES LEVES,CON PEQUE\u00d1O GOLPE EN ZONA CENTRAL DERCHA,SIN SOPORTE IZQUIERDO\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\n            <\/div>\n\n            <div class=\"price-section\">\n                <div class=\"price-info\">\n                    <div>\n                        <span class=\"current-price-item\">\n                            270,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\/4\/8\/9\/9\/1\/1\/5\/4\/48991154-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/pare-choc-arriere\/9515694-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.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=\"37658099\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/0\/4\/4\/131601044-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Pare choc arri\u00e8re d&#039;occasion pour RENAULT Clio I 3 portes Phase 1&amp;2\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/pare-choc-arriere\/37658099-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.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=\"75.60\">\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-08-02\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"SARL N7 AUTO PI\u00c8CES\">\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-choc-arriere\/37658099-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.html\">Pare choc arri\u00e8re d&#039;occasion pour RENAULT Clio I 3 portes Phase 1&amp;2<\/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 choc arri\u00e8re d&#039;occasion pour RENAULT Clio I 3 portes Phase 1&amp;amp;2\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 N7 AUTO PI\u00c8CES<\/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\">Essence<\/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\">126459<\/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                            75,60\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\/3\/1\/6\/0\/1\/0\/4\/4\/131601044-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/pare-choc-arriere\/37658099-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.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=\"8283495\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/7\/6\/44549276-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Pare choc arri\u00e8re d&#039;occasion pour RENAULT Clio I 3 portes Phase 1&amp;2\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/pare-choc-arriere\/8283495-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.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=\"59.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-08-02\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"AUTO PIECES LOUHANS\">\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-choc-arriere\/8283495-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.html\">Pare choc arri\u00e8re d&#039;occasion pour RENAULT Clio I 3 portes Phase 1&amp;2<\/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                PETITE RAYURE VOIR LA PHOTOS 3BON ETAT GENERAL\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\">AUTO PIECES LOUHANS<\/span>\n                <\/div>\n                \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\">Chipie 1.2 60ch<\/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            <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\">169251 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                            59,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\/4\/4\/5\/4\/9\/2\/7\/6\/44549276-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/pare-choc-arriere\/8283495-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.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=\"39067168\" \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\/0\/6\/3\/8\/2\/9\/8\/140638298-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Pare choc arri\u00e8re d&#039;occasion pour RENAULT Clio I 3 portes Phase 1&amp;2\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/pare-choc-arriere\/39067168-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.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=\"50.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-08-02\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"COUTRAS CASSE AUTO\">\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-choc-arriere\/39067168-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.html\">Pare choc arri\u00e8re d&#039;occasion pour RENAULT Clio I 3 portes Phase 1&amp;2<\/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 choc arri\u00e8re d&#039;occasion pour RENAULT Clio I 3 portes Phase 1&amp;amp;2\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\">COUTRAS CASSE AUTO<\/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                            50,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\/4\/0\/6\/3\/8\/2\/9\/8\/140638298-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/pare-choc-arriere\/39067168-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.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=\"37629370\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/4\/7\/131431747-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Pare choc arri\u00e8re d&#039;occasion pour RENAULT Clio I 3 portes Phase 1&amp;2\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/pare-choc-arriere\/37629370-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.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=\"50.40\">\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-08-02\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"SARL N7 AUTO PI\u00c8CES\">\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-choc-arriere\/37629370-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.html\">Pare choc arri\u00e8re d&#039;occasion pour RENAULT Clio I 3 portes Phase 1&amp;2<\/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 choc arri\u00e8re d&#039;occasion pour RENAULT Clio I 3 portes Phase 1&amp;amp;2\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 N7 AUTO PI\u00c8CES<\/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\">Essence<\/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\">153974<\/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                            50,40\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\/3\/1\/4\/3\/1\/7\/4\/7\/131431747-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/pare-choc-arriere\/37629370-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.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=\"48701743\" \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\/9\/3\/1\/3\/2\/5\/3\/169313253-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Pare choc arri\u00e8re d&#039;occasion pour RENAULT Clio I 3 portes Phase 1&amp;2\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/pare-choc-arriere\/48701743-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.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=\"150.24\">\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-08-02\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"RECICLADOS AUTO4,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-choc-arriere\/48701743-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.html\">Pare choc arri\u00e8re d&#039;occasion pour RENAULT Clio I 3 portes Phase 1&amp;2<\/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 choc arri\u00e8re d&#039;occasion pour RENAULT Clio I 3 portes Phase 1&amp;amp;2\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\">RECICLADOS AUTO4,S.L.<\/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                            150,24\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\/9\/3\/1\/3\/2\/5\/3\/169313253-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/pare-choc-arriere\/48701743-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.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=\"37662122\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/8\/9\/5\/8\/131628958-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Pare choc arri\u00e8re d&#039;occasion pour RENAULT Clio I 3 portes Phase 1&amp;2\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/pare-choc-arriere\/37662122-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.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=\"83.73\">\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-08-02\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"SARL N7 AUTO PI\u00c8CES\">\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-choc-arriere\/37662122-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.html\">Pare choc arri\u00e8re d&#039;occasion pour RENAULT Clio I 3 portes Phase 1&amp;2<\/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 choc arri\u00e8re d&#039;occasion pour RENAULT Clio I 3 portes Phase 1&amp;amp;2\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 N7 AUTO PI\u00c8CES<\/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\">Essence<\/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\">162128<\/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                            83,73\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\/3\/1\/6\/2\/8\/9\/5\/8\/131628958-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/pare-choc-arriere\/37662122-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.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=\"38499260\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/1\/3\/4\/3\/9\/1\/3\/0\/2\/134391302-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Pare choc arri\u00e8re d&#039;occasion pour RENAULT Clio I 3 portes Phase 1&amp;2\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/pare-choc-arriere\/38499260-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.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=\"45.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-08-02\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"SARL TOP AUTO\">\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-choc-arriere\/38499260-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.html\">Pare choc arri\u00e8re d&#039;occasion pour RENAULT Clio I 3 portes Phase 1&amp;2<\/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 choc arri\u00e8re d&#039;occasion pour RENAULT Clio I 3 portes Phase 1&amp;amp;2\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 TOP AUTO<\/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                            45,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\/3\/4\/3\/9\/1\/3\/0\/2\/134391302-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/pare-choc-arriere\/38499260-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.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=\"49266868\" \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\/9\/1\/9\/2\/8\/5\/1\/169192851-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Pare choc arri\u00e8re d&#039;occasion pour RENAULT Clio I 3 portes Phase 1&amp;2\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/pare-choc-arriere\/49266868-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.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=\"266.02\">\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-08-02\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"CAT SIERRA VERDE 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-choc-arriere\/49266868-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.html\">Pare choc arri\u00e8re d&#039;occasion pour RENAULT Clio I 3 portes Phase 1&amp;2<\/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 choc arri\u00e8re d&#039;occasion pour RENAULT Clio I 3 portes Phase 1&amp;amp;2\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\">CAT SIERRA VERDE S.L.<\/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                            266,02\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\/9\/1\/9\/2\/8\/5\/1\/169192851-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/pare-choc-arriere\/49266868-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.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=\"39070420\" \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\/0\/1\/4\/0\/8\/3\/5\/140140835-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Pare choc arri\u00e8re d&#039;occasion pour RENAULT Clio I 3 portes Phase 1&amp;2\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/pare-choc-arriere\/39070420-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.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=\"50.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-08-02\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"COUTRAS CASSE AUTO\">\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-choc-arriere\/39070420-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.html\">Pare choc arri\u00e8re d&#039;occasion pour RENAULT Clio I 3 portes Phase 1&amp;2<\/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 choc arri\u00e8re d&#039;occasion pour RENAULT Clio I 3 portes Phase 1&amp;amp;2\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\">COUTRAS CASSE AUTO<\/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\">3 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            <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\">118508<\/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                            50,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\/4\/0\/1\/4\/0\/8\/3\/5\/140140835-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/pare-choc-arriere\/39070420-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.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=\"40965892\" \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\/2\/6\/5\/6\/4\/8\/7\/142656487-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Pare choc arri\u00e8re d&#039;occasion pour RENAULT Clio I 3 portes Phase 1&amp;2\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/pare-choc-arriere\/40965892-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.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=\"99.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-08-02\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"BONNIN SAS\">\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-choc-arriere\/40965892-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.html\">Pare choc arri\u00e8re d&#039;occasion pour RENAULT Clio I 3 portes Phase 1&amp;2<\/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 choc arri\u00e8re d&#039;occasion pour RENAULT Clio I 3 portes Phase 1&amp;amp;2\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\">BONNIN SAS<\/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                            99,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\/4\/2\/6\/5\/6\/4\/8\/7\/142656487-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/pare-choc-arriere\/40965892-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.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=\"36031367\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/1\/8\/7\/6\/9\/127418769-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Pare choc arri\u00e8re d&#039;occasion pour RENAULT Clio I 3 portes Phase 1&amp;2\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/pare-choc-arriere\/36031367-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.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=\"66.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-08-02\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"BONNIN SAS\">\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-choc-arriere\/36031367-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.html\">Pare choc arri\u00e8re d&#039;occasion pour RENAULT Clio I 3 portes Phase 1&amp;2<\/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 choc arri\u00e8re d&#039;occasion pour RENAULT Clio I 3 portes Phase 1&amp;amp;2\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\">BONNIN SAS<\/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                            66,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\/2\/7\/4\/1\/8\/7\/6\/9\/127418769-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/pare-choc-arriere\/36031367-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.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=\"37683200\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/4\/5\/6\/131786456-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Pare choc arri\u00e8re d&#039;occasion pour RENAULT Clio I 3 portes Phase 1&amp;2\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/pare-choc-arriere\/37683200-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.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=\"50.40\">\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-08-02\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"SARL N7 AUTO PI\u00c8CES\">\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-choc-arriere\/37683200-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.html\">Pare choc arri\u00e8re d&#039;occasion pour RENAULT Clio I 3 portes Phase 1&amp;2<\/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 choc arri\u00e8re d&#039;occasion pour RENAULT Clio I 3 portes Phase 1&amp;amp;2\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 N7 AUTO PI\u00c8CES<\/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\">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                            50,40\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\/3\/1\/7\/8\/6\/4\/5\/6\/131786456-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/pare-choc-arriere\/37683200-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.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=\"48521443\" \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\/6\/7\/1\/9\/7\/2\/3\/166719723-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Pare choc arri\u00e8re d&#039;occasion pour RENAULT Clio I 3 portes Phase 1&amp;2\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/pare-choc-arriere\/48521443-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.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=\"266.02\">\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-08-02\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"CAT SIERRA VERDE 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-choc-arriere\/48521443-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.html\">Pare choc arri\u00e8re d&#039;occasion pour RENAULT Clio I 3 portes Phase 1&amp;2<\/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 choc arri\u00e8re d&#039;occasion pour RENAULT Clio I 3 portes Phase 1&amp;amp;2\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\">CAT SIERRA VERDE S.L.<\/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                            266,02\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\/6\/7\/1\/9\/7\/2\/3\/166719723-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/pare-choc-arriere\/48521443-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.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=\"48514096\" \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\/6\/6\/9\/7\/4\/1\/0\/166697410-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Pare choc arri\u00e8re d&#039;occasion pour RENAULT Clio I 3 portes Phase 1&amp;2\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/pare-choc-arriere\/48514096-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.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=\"266.02\">\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-08-02\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"CAT SIERRA VERDE 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-choc-arriere\/48514096-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.html\">Pare choc arri\u00e8re d&#039;occasion pour RENAULT Clio I 3 portes Phase 1&amp;2<\/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 choc arri\u00e8re d&#039;occasion pour RENAULT Clio I 3 portes Phase 1&amp;amp;2\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\">CAT SIERRA VERDE S.L.<\/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                            266,02\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\/6\/6\/9\/7\/4\/1\/0\/166697410-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/pare-choc-arriere\/48514096-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.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=18281&amp;id_category_marque=1859&amp;id_category_modele=12494&amp;ajax=1&amp;action=products&amp;perPage=20&amp;page=2\" class=\"show-more-products js-search-link-\">\n                                            Afficher plus de pi\u00e8ces\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 choc arri\u00e8re","products":[{"add_to_cart_url":"https:\/\/boutique.francecasse.fr\/panier?add=1&id_product=32859399&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"32859399","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/pare-choc-arriere\/32859399-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.html","canonical_url":"https:\/\/boutique.francecasse.fr\/pare-choc-arriere\/32859399-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"32859399","id_supplier":"1","id_manufacturer":"0","id_category_default":"18281","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":"","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-26 14:22:25","date_upd":"2026-07-26 01:42:54","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Pare choc arri\u00e8re d'occasion pour RENAULT Clio I 3 portes Phase 1&amp;2","link_rewrite":"pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12","meta_description":"","meta_keywords":"","meta_title":"","name":"Pare choc arri\u00e8re d'occasion pour RENAULT Clio I 3 portes Phase 1&2","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"32859399-116387582","id_product_attribute":"0","allow_oosp":0,"category":"pare-choc-arriere","category_name":"Pare choc arri\u00e8re","link":"https:\/\/boutique.francecasse.fr\/pare-choc-arriere\/32859399-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.html","attribute_price":0,"price_tax_exc":60,"price_without_reduction":60,"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":"Usure","value":"Bon \u00e9tat","id_feature":"8","position":"6"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":null,"id_feature":"19","position":"17"},{"name":"Remarques","value":"Code couleur : NON PEINT \nEtat : Legeres rayures ","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\/1\/6\/3\/8\/7\/5\/8\/1\/116387581-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/3\/8\/7\/5\/8\/1\/116387581-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/3\/8\/7\/5\/8\/1\/116387581-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/3\/8\/7\/5\/8\/1\/116387581-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/3\/8\/7\/5\/8\/1\/116387581-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/3\/8\/7\/5\/8\/1\/116387581-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/3\/8\/7\/5\/8\/1\/116387581-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/3\/8\/7\/5\/8\/1\/116387581-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"116387581","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4490\/po_photo\/2025\/10\/113882582-3c6c6d22-3c8d-45d4-b4d3-41f9aed2e1ae-Piece-Pare-choc-arriere-RENAULT-CLIO-1-PHASE-1-11-8V-1c16833498eb69119c7c314f456220208cd214dadfca5b235af9715a4ed199e6_o.JPG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/3\/8\/7\/5\/8\/2\/116387582-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/3\/8\/7\/5\/8\/2\/116387582-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/3\/8\/7\/5\/8\/2\/116387582-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/3\/8\/7\/5\/8\/2\/116387582-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/3\/8\/7\/5\/8\/2\/116387582-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/3\/8\/7\/5\/8\/2\/116387582-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/3\/8\/7\/5\/8\/2\/116387582-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/3\/8\/7\/5\/8\/2\/116387582-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"116387582","position":"2","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4490\/po_photo\/2025\/10\/113882582-c13062b5-aa63-4ea1-a0af-b561668be8f6-Piece-Pare-choc-arriere-RENAULT-CLIO-1-PHASE-1-11-8V-6bace74d2cb200f95efcf1ccb008cbb2d99243666d4b9acdddb9bd5be44f09da_o.JPG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/3\/8\/7\/5\/8\/3\/116387583-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/3\/8\/7\/5\/8\/3\/116387583-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/3\/8\/7\/5\/8\/3\/116387583-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/3\/8\/7\/5\/8\/3\/116387583-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/3\/8\/7\/5\/8\/3\/116387583-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/3\/8\/7\/5\/8\/3\/116387583-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/3\/8\/7\/5\/8\/3\/116387583-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/3\/8\/7\/5\/8\/3\/116387583-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"116387583","position":"3","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4490\/po_photo\/2025\/10\/113882582-6ccb1a0f-e052-4551-a12f-0fb76eb3f942-Piece-Pare-choc-arriere-RENAULT-CLIO-1-PHASE-1-11-8V-67510b89e7424911a6e1a1a5bcd28c8b13f2960d0a05a586dab50995923a9f5a_o.JPG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/3\/8\/7\/5\/8\/4\/116387584-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/3\/8\/7\/5\/8\/4\/116387584-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/3\/8\/7\/5\/8\/4\/116387584-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/3\/8\/7\/5\/8\/4\/116387584-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/3\/8\/7\/5\/8\/4\/116387584-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/3\/8\/7\/5\/8\/4\/116387584-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/3\/8\/7\/5\/8\/4\/116387584-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/3\/8\/7\/5\/8\/4\/116387584-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"116387584","position":"4","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4490\/po_photo\/2025\/10\/113882582-9f23c23f-cd89-4a97-8739-6a3103a2bee9-Piece-Pare-choc-arriere-RENAULT-CLIO-1-PHASE-1-11-8V-1a301689fc8ce2ce61d0d22a7d19428a377827c8347a43d1ad1423b7bc8696b5_o.JPG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/3\/8\/7\/5\/8\/5\/116387585-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/3\/8\/7\/5\/8\/5\/116387585-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/3\/8\/7\/5\/8\/5\/116387585-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/3\/8\/7\/5\/8\/5\/116387585-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/3\/8\/7\/5\/8\/5\/116387585-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/3\/8\/7\/5\/8\/5\/116387585-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/3\/8\/7\/5\/8\/5\/116387585-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/3\/8\/7\/5\/8\/5\/116387585-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"116387585","position":"5","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4490\/po_photo\/2025\/10\/113882582-41919d7a-d874-4313-bfb6-08b36fcaf8ca-Piece-Pare-choc-arriere-RENAULT-CLIO-1-PHASE-1-11-8V-9216653848ffef9bf39fb26c2988a9f8f5c0835af5a445f3350a029a6a3205ba_o.JPG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/3\/8\/7\/5\/8\/6\/116387586-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/3\/8\/7\/5\/8\/6\/116387586-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/3\/8\/7\/5\/8\/6\/116387586-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/3\/8\/7\/5\/8\/6\/116387586-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/3\/8\/7\/5\/8\/6\/116387586-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/3\/8\/7\/5\/8\/6\/116387586-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/3\/8\/7\/5\/8\/6\/116387586-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/3\/8\/7\/5\/8\/6\/116387586-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"116387586","position":"6","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4490\/po_photo\/2025\/10\/113882582-edc14e16-fb67-4a65-9432-c0918486a9b5-Piece-Pare-choc-arriere-RENAULT-CLIO-1-PHASE-1-11-8V-a72af558520ed2451d4e98b7ece9898dadfb8b742f9b10d235840b3a59da641b_o.JPG","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/3\/8\/7\/5\/8\/1\/116387581-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/3\/8\/7\/5\/8\/1\/116387581-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/3\/8\/7\/5\/8\/1\/116387581-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/3\/8\/7\/5\/8\/1\/116387581-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/3\/8\/7\/5\/8\/1\/116387581-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/3\/8\/7\/5\/8\/1\/116387581-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/3\/8\/7\/5\/8\/1\/116387581-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/3\/8\/7\/5\/8\/1\/116387581-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"116387581","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4490\/po_photo\/2025\/10\/113882582-3c6c6d22-3c8d-45d4-b4d3-41f9aed2e1ae-Piece-Pare-choc-arriere-RENAULT-CLIO-1-PHASE-1-11-8V-1c16833498eb69119c7c314f456220208cd214dadfca5b235af9715a4ed199e6_o.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":null,"grouped_features":{"Version":{"name":"Version","value":null,"id_feature":"3","position":"2"},"Energie":{"name":"Energie","value":"Essence","id_feature":"6","position":"4"},"Usure":{"name":"Usure","value":"Bon \u00e9tat","id_feature":"8","position":"6"},"Garantie":{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},"Kilom\u00e9trage":{"name":"Kilom\u00e9trage","value":null,"id_feature":"19","position":"17"},"Remarques":{"name":"Remarques","value":"Code couleur : NON PEINT \nEtat : Legeres rayures ","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":"32859399","id_supplier":"1","id_manufacturer":"0","id_category_default":"18281","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":"","supplier_reference":"7701466676","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"20.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-26 14:22:25","date_upd":"2026-07-26 01:42:54","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"79:113882582","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\":\"26944485\"},{\"id\":\"26944486\"},{\"id\":\"26944487\"},{\"id\":\"26944488\"},{\"id\":\"26944489\"},{\"id\":\"26944490\"},{\"id\":\"26944491\"},{\"id\":\"26944492\"}]","corrige":"0","immatriculation":"","vehicule_origin_id":"79:VF1B5710506520570","code_moteur_field":"C1E_700","vehicule_ref_id":"VF1B5710506520570","vehicule_ktype":"","vehicule_ref_etat":"0","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"RENAULT","origin_modele":"CLIO 1","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"Pare choc arriere","id_category_piece":"18281","id_category_marque":"1859","id_category_modele":"12494","id_category_version":"12494","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":"79","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Pare choc arri\u00e8re d'occasion pour RENAULT Clio I 3 portes Phase 1&amp;2","link_rewrite":"pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Pare choc arri\u00e8re d'occasion pour RENAULT Clio I 3 portes Phase 1&2","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"6724301","id_modele_parent":"9387","id_energie":"16532","id_seller":"79","id_country_seller":"8","id_image":"32859399-116387582","prix":"60.000000","energie":"Essence","libelle":"Pare choc arri\u00e8re d'occasion pour RENAULT Clio I 3 portes Phase 1&2","seller_name":"MAZARD PI\u00c8CES AUTO 09","ordre_affichage":"5843","snipet":"[{\"value\":\"Essence\",\"name\":\"Energie\"},{\"value\":\"12 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/1\/6\/3\/8\/7\/5\/8\/1\/116387581-home_default.webp","fdp_incluse":"0","code_moteur":"C1E_700","reference_constructeur":"7701466676","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"pare-choc-arriere","category_name":"Pare choc arri\u00e8re","link":"https:\/\/boutique.francecasse.fr\/pare-choc-arriere\/32859399-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.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":"Version","value":null,"id_feature":"3","position":"2"},{"name":"Energie","value":"Essence","id_feature":"6","position":"4"},{"name":"Usure","value":"Bon \u00e9tat","id_feature":"8","position":"6"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":null,"id_feature":"19","position":"17"},{"name":"Remarques","value":"Code couleur : NON PEINT \nEtat : Legeres rayures ","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\/1\/6\/3\/8\/7\/5\/8\/1\/116387581-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/3\/8\/7\/5\/8\/1\/116387581-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/3\/8\/7\/5\/8\/1\/116387581-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/3\/8\/7\/5\/8\/1\/116387581-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/3\/8\/7\/5\/8\/1\/116387581-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/3\/8\/7\/5\/8\/1\/116387581-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/3\/8\/7\/5\/8\/1\/116387581-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/3\/8\/7\/5\/8\/1\/116387581-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"116387581","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4490\/po_photo\/2025\/10\/113882582-3c6c6d22-3c8d-45d4-b4d3-41f9aed2e1ae-Piece-Pare-choc-arriere-RENAULT-CLIO-1-PHASE-1-11-8V-1c16833498eb69119c7c314f456220208cd214dadfca5b235af9715a4ed199e6_o.JPG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/3\/8\/7\/5\/8\/2\/116387582-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/3\/8\/7\/5\/8\/2\/116387582-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/3\/8\/7\/5\/8\/2\/116387582-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/3\/8\/7\/5\/8\/2\/116387582-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/3\/8\/7\/5\/8\/2\/116387582-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/3\/8\/7\/5\/8\/2\/116387582-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/3\/8\/7\/5\/8\/2\/116387582-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/3\/8\/7\/5\/8\/2\/116387582-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"116387582","position":"2","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4490\/po_photo\/2025\/10\/113882582-c13062b5-aa63-4ea1-a0af-b561668be8f6-Piece-Pare-choc-arriere-RENAULT-CLIO-1-PHASE-1-11-8V-6bace74d2cb200f95efcf1ccb008cbb2d99243666d4b9acdddb9bd5be44f09da_o.JPG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/3\/8\/7\/5\/8\/3\/116387583-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/3\/8\/7\/5\/8\/3\/116387583-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/3\/8\/7\/5\/8\/3\/116387583-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/3\/8\/7\/5\/8\/3\/116387583-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/3\/8\/7\/5\/8\/3\/116387583-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/3\/8\/7\/5\/8\/3\/116387583-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/3\/8\/7\/5\/8\/3\/116387583-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/3\/8\/7\/5\/8\/3\/116387583-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"116387583","position":"3","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4490\/po_photo\/2025\/10\/113882582-6ccb1a0f-e052-4551-a12f-0fb76eb3f942-Piece-Pare-choc-arriere-RENAULT-CLIO-1-PHASE-1-11-8V-67510b89e7424911a6e1a1a5bcd28c8b13f2960d0a05a586dab50995923a9f5a_o.JPG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/3\/8\/7\/5\/8\/4\/116387584-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/3\/8\/7\/5\/8\/4\/116387584-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/3\/8\/7\/5\/8\/4\/116387584-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/3\/8\/7\/5\/8\/4\/116387584-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/3\/8\/7\/5\/8\/4\/116387584-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/3\/8\/7\/5\/8\/4\/116387584-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/3\/8\/7\/5\/8\/4\/116387584-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/3\/8\/7\/5\/8\/4\/116387584-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"116387584","position":"4","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4490\/po_photo\/2025\/10\/113882582-9f23c23f-cd89-4a97-8739-6a3103a2bee9-Piece-Pare-choc-arriere-RENAULT-CLIO-1-PHASE-1-11-8V-1a301689fc8ce2ce61d0d22a7d19428a377827c8347a43d1ad1423b7bc8696b5_o.JPG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/3\/8\/7\/5\/8\/5\/116387585-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/3\/8\/7\/5\/8\/5\/116387585-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/3\/8\/7\/5\/8\/5\/116387585-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/3\/8\/7\/5\/8\/5\/116387585-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/3\/8\/7\/5\/8\/5\/116387585-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/3\/8\/7\/5\/8\/5\/116387585-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/3\/8\/7\/5\/8\/5\/116387585-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/3\/8\/7\/5\/8\/5\/116387585-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"116387585","position":"5","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4490\/po_photo\/2025\/10\/113882582-41919d7a-d874-4313-bfb6-08b36fcaf8ca-Piece-Pare-choc-arriere-RENAULT-CLIO-1-PHASE-1-11-8V-9216653848ffef9bf39fb26c2988a9f8f5c0835af5a445f3350a029a6a3205ba_o.JPG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/3\/8\/7\/5\/8\/6\/116387586-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/3\/8\/7\/5\/8\/6\/116387586-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/3\/8\/7\/5\/8\/6\/116387586-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/3\/8\/7\/5\/8\/6\/116387586-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/3\/8\/7\/5\/8\/6\/116387586-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/3\/8\/7\/5\/8\/6\/116387586-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/3\/8\/7\/5\/8\/6\/116387586-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/3\/8\/7\/5\/8\/6\/116387586-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"116387586","position":"6","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4490\/po_photo\/2025\/10\/113882582-edc14e16-fb67-4a65-9432-c0918486a9b5-Piece-Pare-choc-arriere-RENAULT-CLIO-1-PHASE-1-11-8V-a72af558520ed2451d4e98b7ece9898dadfb8b742f9b10d235840b3a59da641b_o.JPG","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/3\/8\/7\/5\/8\/1\/116387581-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/3\/8\/7\/5\/8\/1\/116387581-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/3\/8\/7\/5\/8\/1\/116387581-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/3\/8\/7\/5\/8\/1\/116387581-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/3\/8\/7\/5\/8\/1\/116387581-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/3\/8\/7\/5\/8\/1\/116387581-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/3\/8\/7\/5\/8\/1\/116387581-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/3\/8\/7\/5\/8\/1\/116387581-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"116387581","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4490\/po_photo\/2025\/10\/113882582-3c6c6d22-3c8d-45d4-b4d3-41f9aed2e1ae-Piece-Pare-choc-arriere-RENAULT-CLIO-1-PHASE-1-11-8V-1c16833498eb69119c7c314f456220208cd214dadfca5b235af9715a4ed199e6_o.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=19904762&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"19904762","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/pare-choc-arriere\/19904762-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.html","canonical_url":"https:\/\/boutique.francecasse.fr\/pare-choc-arriere\/19904762-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"19904762","id_supplier":"1","id_manufacturer":"0","id_category_default":"18281","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":"","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-26 14:22:53","date_upd":"2026-07-26 01:40:02","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Pare choc arri\u00e8re d'occasion pour RENAULT Clio I 3 portes Phase 1&amp;2","link_rewrite":"pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12","meta_description":"","meta_keywords":"","meta_title":"","name":"Pare choc arri\u00e8re d'occasion pour RENAULT Clio I 3 portes Phase 1&2","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"19904762-97647521","id_product_attribute":"0","allow_oosp":0,"category":"pare-choc-arriere","category_name":"Pare choc arri\u00e8re","link":"https:\/\/boutique.francecasse.fr\/pare-choc-arriere\/19904762-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.html","attribute_price":0,"price_tax_exc":60,"price_without_reduction":60,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Version","value":null,"id_feature":"3","position":"2"},{"name":"Energie","value":"Diesel","id_feature":"6","position":"4"},{"name":"Usure","value":"Bon \u00e9tat","id_feature":"8","position":"6"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":"168860","id_feature":"19","position":"17"},{"name":"Remarques","value":"Code couleur : NON PEINT \nEtat : Legeres rayures ","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\/9\/7\/6\/4\/7\/5\/2\/0\/97647520-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/7\/5\/2\/0\/97647520-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/7\/5\/2\/0\/97647520-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/7\/5\/2\/0\/97647520-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/7\/5\/2\/0\/97647520-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/7\/5\/2\/0\/97647520-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/7\/5\/2\/0\/97647520-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/7\/5\/2\/0\/97647520-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"97647520","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4490\/po_photo\/2025\/05\/105796276-350bae2a-afa6-4ae1-8451-e00350a7f23f-Piece-Pare-choc-arriere-RENAULT-CLIO-1-PHASE-2-19D-8V-6869bce3070259cfa27fa20aafb3475c995605a76fd70a1f326e9c5c109b6249_o.JPG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/7\/5\/2\/1\/97647521-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/7\/5\/2\/1\/97647521-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/7\/5\/2\/1\/97647521-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/7\/5\/2\/1\/97647521-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/7\/5\/2\/1\/97647521-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/7\/5\/2\/1\/97647521-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/7\/5\/2\/1\/97647521-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/7\/5\/2\/1\/97647521-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"97647521","position":"2","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4490\/po_photo\/2025\/05\/105796276-d11681af-bb50-4032-830b-d2b6415d15d2-Piece-Pare-choc-arriere-RENAULT-CLIO-1-PHASE-2-19D-8V-d885d9e5d7a895f4f867074d2bddf381a1d41194aace9c9d6da79d54ecc4d347_o.JPG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/7\/5\/2\/2\/97647522-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/7\/5\/2\/2\/97647522-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/7\/5\/2\/2\/97647522-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/7\/5\/2\/2\/97647522-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/7\/5\/2\/2\/97647522-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/7\/5\/2\/2\/97647522-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/7\/5\/2\/2\/97647522-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/7\/5\/2\/2\/97647522-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"97647522","position":"3","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4490\/po_photo\/2025\/05\/105796276-ed46ea21-9445-4e46-9f6e-6175ba467d93-Piece-Pare-choc-arriere-RENAULT-CLIO-1-PHASE-2-19D-8V-2c347df8d74851fb10a9a219ff1b6e5b77499f00196fd28a135708944aa2fe96_o.JPG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/7\/5\/2\/3\/97647523-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/7\/5\/2\/3\/97647523-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/7\/5\/2\/3\/97647523-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/7\/5\/2\/3\/97647523-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/7\/5\/2\/3\/97647523-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/7\/5\/2\/3\/97647523-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/7\/5\/2\/3\/97647523-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/7\/5\/2\/3\/97647523-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"97647523","position":"4","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4490\/po_photo\/2025\/05\/105796276-c944b837-d4ef-4b7e-99d6-08e536e13e75-Piece-Pare-choc-arriere-RENAULT-CLIO-1-PHASE-2-19D-8V-96fa11355e2b80f802ef1bf13b30d767883ff4f4c99bd7b26cedb3222a359888_o.JPG","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/7\/5\/2\/0\/97647520-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/7\/5\/2\/0\/97647520-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/7\/5\/2\/0\/97647520-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/7\/5\/2\/0\/97647520-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/7\/5\/2\/0\/97647520-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/7\/5\/2\/0\/97647520-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/7\/5\/2\/0\/97647520-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/7\/5\/2\/0\/97647520-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"97647520","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4490\/po_photo\/2025\/05\/105796276-350bae2a-afa6-4ae1-8451-e00350a7f23f-Piece-Pare-choc-arriere-RENAULT-CLIO-1-PHASE-2-19D-8V-6869bce3070259cfa27fa20aafb3475c995605a76fd70a1f326e9c5c109b6249_o.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":null,"grouped_features":{"Version":{"name":"Version","value":null,"id_feature":"3","position":"2"},"Energie":{"name":"Energie","value":"Diesel","id_feature":"6","position":"4"},"Usure":{"name":"Usure","value":"Bon \u00e9tat","id_feature":"8","position":"6"},"Garantie":{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},"Kilom\u00e9trage":{"name":"Kilom\u00e9trage","value":"168860","id_feature":"19","position":"17"},"Remarques":{"name":"Remarques","value":"Code couleur : NON PEINT \nEtat : Legeres rayures ","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":"19904762","id_supplier":"1","id_manufacturer":"0","id_category_default":"18281","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":"","supplier_reference":"7701466676","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"20.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-26 14:22:53","date_upd":"2026-07-26 01:40:02","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"79:105796276","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\":\"3682960\"},{\"id\":\"3682961\"},{\"id\":\"3682962\"},{\"id\":\"3682963\"},{\"id\":\"3682964\"},{\"id\":\"3682965\"},{\"id\":\"3682966\"},{\"id\":\"3682967\"}]","corrige":"0","immatriculation":"","vehicule_origin_id":"79:VF1B5760512270777","code_moteur_field":"F8Q_730","vehicule_ref_id":"VF1B5760512270777","vehicule_ktype":"","vehicule_ref_etat":"0","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"RENAULT","origin_modele":"CLIO 1","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"Pare choc arriere","id_category_piece":"18281","id_category_marque":"1859","id_category_modele":"12494","id_category_version":"12494","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":"79","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Pare choc arri\u00e8re d'occasion pour RENAULT Clio I 3 portes Phase 1&amp;2","link_rewrite":"pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Pare choc arri\u00e8re d'occasion pour RENAULT Clio I 3 portes Phase 1&2","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"6732685","id_modele_parent":"9387","id_energie":"16523","id_seller":"79","id_country_seller":"8","id_image":"19904762-97647521","prix":"60.000000","energie":"Diesel","libelle":"Pare choc arri\u00e8re d'occasion pour RENAULT Clio I 3 portes Phase 1&2","seller_name":"MAZARD PI\u00c8CES AUTO 09","ordre_affichage":"14227","snipet":"[{\"value\":\"Diesel\",\"name\":\"Energie\"},{\"value\":\"12 mois\",\"name\":\"Garantie\"},{\"value\":\"168860\",\"name\":\"Kilom\\u00e9trage\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/7\/5\/2\/0\/97647520-home_default.webp","fdp_incluse":"0","code_moteur":"F8Q_730","reference_constructeur":"7701466676","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"pare-choc-arriere","category_name":"Pare choc arri\u00e8re","link":"https:\/\/boutique.francecasse.fr\/pare-choc-arriere\/19904762-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.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":"Version","value":null,"id_feature":"3","position":"2"},{"name":"Energie","value":"Diesel","id_feature":"6","position":"4"},{"name":"Usure","value":"Bon \u00e9tat","id_feature":"8","position":"6"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":"168860","id_feature":"19","position":"17"},{"name":"Remarques","value":"Code couleur : NON PEINT \nEtat : Legeres rayures ","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\/9\/7\/6\/4\/7\/5\/2\/0\/97647520-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/7\/5\/2\/0\/97647520-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/7\/5\/2\/0\/97647520-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/7\/5\/2\/0\/97647520-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/7\/5\/2\/0\/97647520-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/7\/5\/2\/0\/97647520-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/7\/5\/2\/0\/97647520-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/7\/5\/2\/0\/97647520-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"97647520","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4490\/po_photo\/2025\/05\/105796276-350bae2a-afa6-4ae1-8451-e00350a7f23f-Piece-Pare-choc-arriere-RENAULT-CLIO-1-PHASE-2-19D-8V-6869bce3070259cfa27fa20aafb3475c995605a76fd70a1f326e9c5c109b6249_o.JPG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/7\/5\/2\/1\/97647521-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/7\/5\/2\/1\/97647521-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/7\/5\/2\/1\/97647521-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/7\/5\/2\/1\/97647521-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/7\/5\/2\/1\/97647521-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/7\/5\/2\/1\/97647521-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/7\/5\/2\/1\/97647521-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/7\/5\/2\/1\/97647521-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"97647521","position":"2","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4490\/po_photo\/2025\/05\/105796276-d11681af-bb50-4032-830b-d2b6415d15d2-Piece-Pare-choc-arriere-RENAULT-CLIO-1-PHASE-2-19D-8V-d885d9e5d7a895f4f867074d2bddf381a1d41194aace9c9d6da79d54ecc4d347_o.JPG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/7\/5\/2\/2\/97647522-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/7\/5\/2\/2\/97647522-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/7\/5\/2\/2\/97647522-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/7\/5\/2\/2\/97647522-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/7\/5\/2\/2\/97647522-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/7\/5\/2\/2\/97647522-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/7\/5\/2\/2\/97647522-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/7\/5\/2\/2\/97647522-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"97647522","position":"3","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4490\/po_photo\/2025\/05\/105796276-ed46ea21-9445-4e46-9f6e-6175ba467d93-Piece-Pare-choc-arriere-RENAULT-CLIO-1-PHASE-2-19D-8V-2c347df8d74851fb10a9a219ff1b6e5b77499f00196fd28a135708944aa2fe96_o.JPG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/7\/5\/2\/3\/97647523-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/7\/5\/2\/3\/97647523-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/7\/5\/2\/3\/97647523-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/7\/5\/2\/3\/97647523-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/7\/5\/2\/3\/97647523-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/7\/5\/2\/3\/97647523-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/7\/5\/2\/3\/97647523-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/7\/5\/2\/3\/97647523-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"97647523","position":"4","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4490\/po_photo\/2025\/05\/105796276-c944b837-d4ef-4b7e-99d6-08e536e13e75-Piece-Pare-choc-arriere-RENAULT-CLIO-1-PHASE-2-19D-8V-96fa11355e2b80f802ef1bf13b30d767883ff4f4c99bd7b26cedb3222a359888_o.JPG","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/7\/5\/2\/0\/97647520-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/7\/5\/2\/0\/97647520-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/7\/5\/2\/0\/97647520-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/7\/5\/2\/0\/97647520-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/7\/5\/2\/0\/97647520-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/7\/5\/2\/0\/97647520-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/7\/5\/2\/0\/97647520-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/9\/7\/6\/4\/7\/5\/2\/0\/97647520-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"97647520","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4490\/po_photo\/2025\/05\/105796276-350bae2a-afa6-4ae1-8451-e00350a7f23f-Piece-Pare-choc-arriere-RENAULT-CLIO-1-PHASE-2-19D-8V-6869bce3070259cfa27fa20aafb3475c995605a76fd70a1f326e9c5c109b6249_o.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=41456611&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"41456611","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/pare-choc-arriere\/41456611-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.html","canonical_url":"https:\/\/boutique.francecasse.fr\/pare-choc-arriere\/41456611-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"41456611","id_supplier":"1","id_manufacturer":"0","id_category_default":"18281","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":"96,10\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-26 14:22:57","date_upd":"2026-07-26 00:35:04","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Pare choc arri\u00e8re d'occasion pour RENAULT Clio I 3 portes Phase 1&amp;2","link_rewrite":"pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12","meta_description":"","meta_keywords":"","meta_title":"","name":"Pare choc arri\u00e8re d'occasion pour RENAULT Clio I 3 portes Phase 1&2","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"41456611-144042076","id_product_attribute":"0","allow_oosp":0,"category":"pare-choc-arriere","category_name":"Pare choc arri\u00e8re","link":"https:\/\/boutique.francecasse.fr\/pare-choc-arriere\/41456611-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.html","attribute_price":0,"price_tax_exc":96.1,"price_without_reduction":96.1,"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":"Usure","value":null,"id_feature":"8","position":"6"},{"name":"Garantie","value":"6 mois","id_feature":"14","position":"12"},{"name":"Remarques","value":"des griffes sur le Par choc\nles fixations a l'int\u00e9rieur du Par choc ont \u00e9t\u00e9 refaite \nvoir photo ","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\/4\/4\/0\/4\/2\/0\/6\/0\/144042060-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/0\/6\/0\/144042060-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/0\/6\/0\/144042060-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/0\/6\/0\/144042060-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/0\/6\/0\/144042060-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/0\/6\/0\/144042060-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/0\/6\/0\/144042060-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/0\/6\/0\/144042060-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"144042060","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/5983\/po_photo\/2025\/12\/118371595-1f24d3ad-38c7-44a4-8e08-cad41aba29e6-Piece-Pare-choc-arriere-7701469649-RENAULT-CLIO-1-PHASE-3-ce3df7b9648e17b626f971e48318c215572fc439868eb9cbc834d323d161d36d_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/0\/7\/6\/144042076-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/0\/7\/6\/144042076-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/0\/7\/6\/144042076-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/0\/7\/6\/144042076-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/0\/7\/6\/144042076-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/0\/7\/6\/144042076-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/0\/7\/6\/144042076-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/0\/7\/6\/144042076-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"144042076","position":"2","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/5983\/po_photo\/2025\/12\/118371595-36be7015-e678-4487-9e7b-e43ba58ed006-Piece-Pare-choc-arriere-7701469649-RENAULT-CLIO-1-PHASE-3-2b4e730fbc110a174cfb99fb22afa4e1f5b39d79d011f96f7bd4c22e5d6dc420_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/0\/9\/1\/144042091-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/0\/9\/1\/144042091-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/0\/9\/1\/144042091-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/0\/9\/1\/144042091-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/0\/9\/1\/144042091-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/0\/9\/1\/144042091-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/0\/9\/1\/144042091-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/0\/9\/1\/144042091-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"144042091","position":"3","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/5983\/po_photo\/2025\/12\/118371595-3db352e3-93cb-4153-b776-985e56ab6f24-Piece-Pare-choc-arriere-7701469649-RENAULT-CLIO-1-PHASE-3-081f16c24720b96812b1db1f7e97fdf002320973a588723191c086b26d6687f0_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/1\/1\/2\/144042112-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/1\/1\/2\/144042112-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/1\/1\/2\/144042112-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/1\/1\/2\/144042112-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/1\/1\/2\/144042112-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/1\/1\/2\/144042112-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/1\/1\/2\/144042112-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/1\/1\/2\/144042112-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"144042112","position":"4","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/5983\/po_photo\/2025\/12\/118371595-a03819ae-d650-4a21-aafc-a4ed5383efc0-Piece-Pare-choc-arriere-7701469649-RENAULT-CLIO-1-PHASE-3-57639d8a30c4213c1c57dc02b25381ffee5a1d66b664a3bb2a3e17f1cd8a8224_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/1\/2\/6\/144042126-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/1\/2\/6\/144042126-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/1\/2\/6\/144042126-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/1\/2\/6\/144042126-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/1\/2\/6\/144042126-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/1\/2\/6\/144042126-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/1\/2\/6\/144042126-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/1\/2\/6\/144042126-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"144042126","position":"5","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/5983\/po_photo\/2025\/12\/118371595-7c0e0159-8371-4756-8012-946458a57d67-Piece-Pare-choc-arriere-7701469649-RENAULT-CLIO-1-PHASE-3-730e33a1964a6245265f1ad5d818fd9c568e38fc68092be1381c53817309d8ad_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/1\/4\/4\/144042144-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/1\/4\/4\/144042144-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/1\/4\/4\/144042144-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/1\/4\/4\/144042144-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/1\/4\/4\/144042144-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/1\/4\/4\/144042144-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/1\/4\/4\/144042144-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/1\/4\/4\/144042144-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"144042144","position":"6","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/5983\/po_photo\/2025\/12\/118371595-c10359c9-3399-4315-a2d4-23c0f1229c62-Piece-Pare-choc-arriere-7701469649-RENAULT-CLIO-1-PHASE-3-c27db6d49de4fe006d7c89c2f06b94422340a123afc74a57f5e688305a372cae_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/1\/6\/0\/144042160-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/1\/6\/0\/144042160-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/1\/6\/0\/144042160-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/1\/6\/0\/144042160-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/1\/6\/0\/144042160-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/1\/6\/0\/144042160-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/1\/6\/0\/144042160-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/1\/6\/0\/144042160-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"144042160","position":"7","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/5983\/po_photo\/2025\/12\/118371595-1883ecc6-637f-4f6f-abc8-a177b9db9c7c-Piece-Pare-choc-arriere-7701469649-RENAULT-CLIO-1-PHASE-3-925e5294371c5a4c53891e2d862d3fa7b360315e28efccbd3a93d77e8c1acd91_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/1\/7\/5\/144042175-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/1\/7\/5\/144042175-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/1\/7\/5\/144042175-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/1\/7\/5\/144042175-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/1\/7\/5\/144042175-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/1\/7\/5\/144042175-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/1\/7\/5\/144042175-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/1\/7\/5\/144042175-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"144042175","position":"8","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/5983\/po_photo\/2025\/12\/118371595-273e7f8f-dc76-4a86-b675-9c7eff18e511-Piece-Pare-choc-arriere-7701469649-RENAULT-CLIO-1-PHASE-3-1726f9d40bf2b76454fcc433ef8d36536b35f6912afd266fc791aa40c378a62a_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/1\/8\/8\/144042188-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/1\/8\/8\/144042188-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/1\/8\/8\/144042188-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/1\/8\/8\/144042188-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/1\/8\/8\/144042188-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/1\/8\/8\/144042188-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/1\/8\/8\/144042188-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/1\/8\/8\/144042188-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"144042188","position":"9","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/5983\/po_photo\/2025\/12\/118371595-9bbc9c3f-08cd-4b68-9604-3fcbea8d6b4c-Piece-Pare-choc-arriere-7701469649-RENAULT-CLIO-1-PHASE-3-7ebfe4295201fa551dd82dab85a537a4071c81a86125cf6a2a0bd4352532e696_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/2\/0\/8\/144042208-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/2\/0\/8\/144042208-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/2\/0\/8\/144042208-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/2\/0\/8\/144042208-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/2\/0\/8\/144042208-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/2\/0\/8\/144042208-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/2\/0\/8\/144042208-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/2\/0\/8\/144042208-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"144042208","position":"10","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/5983\/po_photo\/2025\/12\/118371595-8a23f11d-4971-46d6-9e69-3febc401f63a-Piece-Pare-choc-arriere-7701469649-RENAULT-CLIO-1-PHASE-3-7535f115ff9fd72688e652b47c9a2b7ebc011ba118b27552a70b9faa33df96a0_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/2\/2\/3\/144042223-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/2\/2\/3\/144042223-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/2\/2\/3\/144042223-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/2\/2\/3\/144042223-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/2\/2\/3\/144042223-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/2\/2\/3\/144042223-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/2\/2\/3\/144042223-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/2\/2\/3\/144042223-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"144042223","position":"11","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/5983\/po_photo\/2025\/12\/118371595-7b320c2b-da2e-4c54-a31c-d88ff5be7e11-Piece-Pare-choc-arriere-7701469649-RENAULT-CLIO-1-PHASE-3-627c7cb9790efd9d1ea61884686c9251268e252e4acf5a338a1828c359e69470_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/2\/3\/9\/144042239-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/2\/3\/9\/144042239-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/2\/3\/9\/144042239-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/2\/3\/9\/144042239-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/2\/3\/9\/144042239-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/2\/3\/9\/144042239-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/2\/3\/9\/144042239-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/2\/3\/9\/144042239-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"144042239","position":"12","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/5983\/po_photo\/2025\/12\/118371595-b83c0389-279d-4afe-b0ce-7a07370b114a-Piece-Pare-choc-arriere-7701469649-RENAULT-CLIO-1-PHASE-3-fdbcea95b0aa42f15b45afc6d8c510443e013743e5f9255bac441abf2dbffa9c_o.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/0\/6\/0\/144042060-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/0\/6\/0\/144042060-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/0\/6\/0\/144042060-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/0\/6\/0\/144042060-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/0\/6\/0\/144042060-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/0\/6\/0\/144042060-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/0\/6\/0\/144042060-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/0\/6\/0\/144042060-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"144042060","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/5983\/po_photo\/2025\/12\/118371595-1f24d3ad-38c7-44a4-8e08-cad41aba29e6-Piece-Pare-choc-arriere-7701469649-RENAULT-CLIO-1-PHASE-3-ce3df7b9648e17b626f971e48318c215572fc439868eb9cbc834d323d161d36d_o.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":96.1,"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"},"Usure":{"name":"Usure","value":null,"id_feature":"8","position":"6"},"Garantie":{"name":"Garantie","value":"6 mois","id_feature":"14","position":"12"},"Remarques":{"name":"Remarques","value":"des griffes sur le Par choc\nles fixations a l'int\u00e9rieur du Par choc ont \u00e9t\u00e9 refaite \nvoir photo ","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":"41456611","id_supplier":"1","id_manufacturer":"0","id_category_default":"18281","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":"96,10\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":"7701469649","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"20.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-26 14:22:57","date_upd":"2026-07-26 00:35:04","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"95:118371595","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":"95:VF1357K0C17403730","code_moteur_field":"D7F_730","vehicule_ref_id":"VF1357K0C17403730","vehicule_ktype":"","vehicule_ref_etat":"0","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"RENAULT","origin_modele":"CLIO 1","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"Pare choc arriere","id_category_piece":"18281","id_category_marque":"1859","id_category_modele":"12494","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":"95","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Pare choc arri\u00e8re d'occasion pour RENAULT Clio I 3 portes Phase 1&amp;2","link_rewrite":"pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Pare choc arri\u00e8re d'occasion pour RENAULT Clio I 3 portes Phase 1&2","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"6733835","id_modele_parent":"9387","id_energie":"16532","id_seller":"95","id_country_seller":"8","id_image":"41456611-144042076","prix":"96.100000","energie":"Essence","libelle":"Pare choc arri\u00e8re d'occasion pour RENAULT Clio I 3 portes Phase 1&2","seller_name":"AUTO D\u00c9POLLUTION ORDAN","ordre_affichage":"15377","snipet":"[{\"value\":\"Essence\",\"name\":\"Energie\"},{\"value\":\"6 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/0\/6\/0\/144042060-home_default.webp","fdp_incluse":"1","code_moteur":"D7F_730","reference_constructeur":"7701469649","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"pare-choc-arriere","category_name":"Pare choc arri\u00e8re","link":"https:\/\/boutique.francecasse.fr\/pare-choc-arriere\/41456611-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.html","attribute_price":0,"price_tax_exc":96.1,"price_without_reduction":96.1,"price_without_reduction_without_tax":96.1,"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":"Usure","value":null,"id_feature":"8","position":"6"},{"name":"Garantie","value":"6 mois","id_feature":"14","position":"12"},{"name":"Remarques","value":"des griffes sur le Par choc\nles fixations a l'int\u00e9rieur du Par choc ont \u00e9t\u00e9 refaite \nvoir photo ","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\/4\/4\/0\/4\/2\/0\/6\/0\/144042060-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/0\/6\/0\/144042060-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/0\/6\/0\/144042060-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/0\/6\/0\/144042060-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/0\/6\/0\/144042060-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/0\/6\/0\/144042060-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/0\/6\/0\/144042060-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/0\/6\/0\/144042060-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"144042060","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/5983\/po_photo\/2025\/12\/118371595-1f24d3ad-38c7-44a4-8e08-cad41aba29e6-Piece-Pare-choc-arriere-7701469649-RENAULT-CLIO-1-PHASE-3-ce3df7b9648e17b626f971e48318c215572fc439868eb9cbc834d323d161d36d_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/0\/7\/6\/144042076-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/0\/7\/6\/144042076-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/0\/7\/6\/144042076-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/0\/7\/6\/144042076-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/0\/7\/6\/144042076-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/0\/7\/6\/144042076-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/0\/7\/6\/144042076-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/0\/7\/6\/144042076-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"144042076","position":"2","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/5983\/po_photo\/2025\/12\/118371595-36be7015-e678-4487-9e7b-e43ba58ed006-Piece-Pare-choc-arriere-7701469649-RENAULT-CLIO-1-PHASE-3-2b4e730fbc110a174cfb99fb22afa4e1f5b39d79d011f96f7bd4c22e5d6dc420_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/0\/9\/1\/144042091-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/0\/9\/1\/144042091-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/0\/9\/1\/144042091-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/0\/9\/1\/144042091-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/0\/9\/1\/144042091-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/0\/9\/1\/144042091-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/0\/9\/1\/144042091-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/0\/9\/1\/144042091-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"144042091","position":"3","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/5983\/po_photo\/2025\/12\/118371595-3db352e3-93cb-4153-b776-985e56ab6f24-Piece-Pare-choc-arriere-7701469649-RENAULT-CLIO-1-PHASE-3-081f16c24720b96812b1db1f7e97fdf002320973a588723191c086b26d6687f0_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/1\/1\/2\/144042112-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/1\/1\/2\/144042112-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/1\/1\/2\/144042112-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/1\/1\/2\/144042112-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/1\/1\/2\/144042112-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/1\/1\/2\/144042112-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/1\/1\/2\/144042112-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/1\/1\/2\/144042112-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"144042112","position":"4","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/5983\/po_photo\/2025\/12\/118371595-a03819ae-d650-4a21-aafc-a4ed5383efc0-Piece-Pare-choc-arriere-7701469649-RENAULT-CLIO-1-PHASE-3-57639d8a30c4213c1c57dc02b25381ffee5a1d66b664a3bb2a3e17f1cd8a8224_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/1\/2\/6\/144042126-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/1\/2\/6\/144042126-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/1\/2\/6\/144042126-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/1\/2\/6\/144042126-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/1\/2\/6\/144042126-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/1\/2\/6\/144042126-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/1\/2\/6\/144042126-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/1\/2\/6\/144042126-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"144042126","position":"5","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/5983\/po_photo\/2025\/12\/118371595-7c0e0159-8371-4756-8012-946458a57d67-Piece-Pare-choc-arriere-7701469649-RENAULT-CLIO-1-PHASE-3-730e33a1964a6245265f1ad5d818fd9c568e38fc68092be1381c53817309d8ad_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/1\/4\/4\/144042144-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/1\/4\/4\/144042144-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/1\/4\/4\/144042144-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/1\/4\/4\/144042144-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/1\/4\/4\/144042144-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/1\/4\/4\/144042144-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/1\/4\/4\/144042144-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/1\/4\/4\/144042144-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"144042144","position":"6","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/5983\/po_photo\/2025\/12\/118371595-c10359c9-3399-4315-a2d4-23c0f1229c62-Piece-Pare-choc-arriere-7701469649-RENAULT-CLIO-1-PHASE-3-c27db6d49de4fe006d7c89c2f06b94422340a123afc74a57f5e688305a372cae_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/1\/6\/0\/144042160-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/1\/6\/0\/144042160-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/1\/6\/0\/144042160-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/1\/6\/0\/144042160-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/1\/6\/0\/144042160-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/1\/6\/0\/144042160-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/1\/6\/0\/144042160-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/1\/6\/0\/144042160-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"144042160","position":"7","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/5983\/po_photo\/2025\/12\/118371595-1883ecc6-637f-4f6f-abc8-a177b9db9c7c-Piece-Pare-choc-arriere-7701469649-RENAULT-CLIO-1-PHASE-3-925e5294371c5a4c53891e2d862d3fa7b360315e28efccbd3a93d77e8c1acd91_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/1\/7\/5\/144042175-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/1\/7\/5\/144042175-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/1\/7\/5\/144042175-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/1\/7\/5\/144042175-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/1\/7\/5\/144042175-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/1\/7\/5\/144042175-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/1\/7\/5\/144042175-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/1\/7\/5\/144042175-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"144042175","position":"8","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/5983\/po_photo\/2025\/12\/118371595-273e7f8f-dc76-4a86-b675-9c7eff18e511-Piece-Pare-choc-arriere-7701469649-RENAULT-CLIO-1-PHASE-3-1726f9d40bf2b76454fcc433ef8d36536b35f6912afd266fc791aa40c378a62a_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/1\/8\/8\/144042188-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/1\/8\/8\/144042188-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/1\/8\/8\/144042188-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/1\/8\/8\/144042188-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/1\/8\/8\/144042188-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/1\/8\/8\/144042188-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/1\/8\/8\/144042188-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/1\/8\/8\/144042188-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"144042188","position":"9","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/5983\/po_photo\/2025\/12\/118371595-9bbc9c3f-08cd-4b68-9604-3fcbea8d6b4c-Piece-Pare-choc-arriere-7701469649-RENAULT-CLIO-1-PHASE-3-7ebfe4295201fa551dd82dab85a537a4071c81a86125cf6a2a0bd4352532e696_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/2\/0\/8\/144042208-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/2\/0\/8\/144042208-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/2\/0\/8\/144042208-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/2\/0\/8\/144042208-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/2\/0\/8\/144042208-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/2\/0\/8\/144042208-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/2\/0\/8\/144042208-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/2\/0\/8\/144042208-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"144042208","position":"10","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/5983\/po_photo\/2025\/12\/118371595-8a23f11d-4971-46d6-9e69-3febc401f63a-Piece-Pare-choc-arriere-7701469649-RENAULT-CLIO-1-PHASE-3-7535f115ff9fd72688e652b47c9a2b7ebc011ba118b27552a70b9faa33df96a0_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/2\/2\/3\/144042223-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/2\/2\/3\/144042223-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/2\/2\/3\/144042223-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/2\/2\/3\/144042223-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/2\/2\/3\/144042223-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/2\/2\/3\/144042223-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/2\/2\/3\/144042223-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/2\/2\/3\/144042223-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"144042223","position":"11","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/5983\/po_photo\/2025\/12\/118371595-7b320c2b-da2e-4c54-a31c-d88ff5be7e11-Piece-Pare-choc-arriere-7701469649-RENAULT-CLIO-1-PHASE-3-627c7cb9790efd9d1ea61884686c9251268e252e4acf5a338a1828c359e69470_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/2\/3\/9\/144042239-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/2\/3\/9\/144042239-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/2\/3\/9\/144042239-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/2\/3\/9\/144042239-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/2\/3\/9\/144042239-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/2\/3\/9\/144042239-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/2\/3\/9\/144042239-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/2\/3\/9\/144042239-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"144042239","position":"12","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/5983\/po_photo\/2025\/12\/118371595-b83c0389-279d-4afe-b0ce-7a07370b114a-Piece-Pare-choc-arriere-7701469649-RENAULT-CLIO-1-PHASE-3-fdbcea95b0aa42f15b45afc6d8c510443e013743e5f9255bac441abf2dbffa9c_o.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/0\/6\/0\/144042060-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/0\/6\/0\/144042060-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/0\/6\/0\/144042060-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/0\/6\/0\/144042060-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/0\/6\/0\/144042060-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/0\/6\/0\/144042060-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/0\/6\/0\/144042060-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/0\/4\/2\/0\/6\/0\/144042060-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"144042060","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/5983\/po_photo\/2025\/12\/118371595-1f24d3ad-38c7-44a4-8e08-cad41aba29e6-Piece-Pare-choc-arriere-7701469649-RENAULT-CLIO-1-PHASE-3-ce3df7b9648e17b626f971e48318c215572fc439868eb9cbc834d323d161d36d_o.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":96.1,"regular_price_amount":96.1,"regular_price":"96,10\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=37640490&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"37640490","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/pare-choc-arriere\/37640490-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.html","canonical_url":"https:\/\/boutique.francecasse.fr\/pare-choc-arriere\/37640490-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"37640490","id_supplier":"1","id_manufacturer":"0","id_category_default":"18281","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":"63,41\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-26 14:29:17","date_upd":"2026-07-25 21:26:11","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Pare choc arri\u00e8re d'occasion pour RENAULT Clio I 3 portes Phase 1&amp;2","link_rewrite":"pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12","meta_description":"","meta_keywords":"","meta_title":"","name":"Pare choc arri\u00e8re d'occasion pour RENAULT Clio I 3 portes Phase 1&2","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"37640490-131482761","id_product_attribute":"0","allow_oosp":0,"category":"pare-choc-arriere","category_name":"Pare choc arri\u00e8re","link":"https:\/\/boutique.francecasse.fr\/pare-choc-arriere\/37640490-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.html","attribute_price":0,"price_tax_exc":63.41,"price_without_reduction":63.41,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Version","value":null,"id_feature":"3","position":"2"},{"name":"Energie","value":"Diesel","id_feature":"6","position":"4"},{"name":"Usure","value":"Bon \u00e9tat","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":"- Couleur : Gris non peint\n- Quelques rayures, l\u00e9g\u00e8rement enfonc\u00e9 c\u00f4t\u00e9 droit","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\/3\/1\/4\/8\/2\/7\/4\/7\/131482747-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/7\/4\/7\/131482747-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/7\/4\/7\/131482747-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/7\/4\/7\/131482747-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/7\/4\/7\/131482747-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/7\/4\/7\/131482747-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/7\/4\/7\/131482747-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/7\/4\/7\/131482747-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"131482747","position":"1","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4491\/2022_4\/Piece-Pare-choc-arriere-7701466299-RENAULT-CLIO-1-PHASE-2-fdbcff3875739092127eee4f4e309932e019cee1e413ff407e14cbe2fd4bfad8.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/7\/6\/1\/131482761-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/7\/6\/1\/131482761-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/7\/6\/1\/131482761-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/7\/6\/1\/131482761-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/7\/6\/1\/131482761-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/7\/6\/1\/131482761-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/7\/6\/1\/131482761-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/7\/6\/1\/131482761-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131482761","position":"2","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4491\/2022_4\/Piece-Pare-choc-arriere-7701466299-RENAULT-CLIO-1-PHASE-2-b6530b690aa3488a616ad058acd1cd142b5628dc085a855e9c4c86c59998a539.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/7\/8\/0\/131482780-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/7\/8\/0\/131482780-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/7\/8\/0\/131482780-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/7\/8\/0\/131482780-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/7\/8\/0\/131482780-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/7\/8\/0\/131482780-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/7\/8\/0\/131482780-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/7\/8\/0\/131482780-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131482780","position":"3","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4491\/2022_4\/Piece-Pare-choc-arriere-7701466299-RENAULT-CLIO-1-PHASE-2-031ba4889d02b6d0ba3dfe58f6c2b2090b73208cd7c70cf94307f9b2b8fca904.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/7\/9\/4\/131482794-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/7\/9\/4\/131482794-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/7\/9\/4\/131482794-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/7\/9\/4\/131482794-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/7\/9\/4\/131482794-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/7\/9\/4\/131482794-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/7\/9\/4\/131482794-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/7\/9\/4\/131482794-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131482794","position":"4","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4491\/2022_4\/Piece-Pare-choc-arriere-7701466299-RENAULT-CLIO-1-PHASE-2-8a3bd5c169ce3e746bcaa34d12531fc50af05c6736f64c820bc54dd73a2b122b.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/8\/0\/8\/131482808-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/8\/0\/8\/131482808-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/8\/0\/8\/131482808-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/8\/0\/8\/131482808-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/8\/0\/8\/131482808-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/8\/0\/8\/131482808-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/8\/0\/8\/131482808-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/8\/0\/8\/131482808-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131482808","position":"5","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4491\/2022_4\/Piece-Pare-choc-arriere-7701466299-RENAULT-CLIO-1-PHASE-2-0625520c710cee412dc9668268fe1b4d5a033fa54de1274e0f3fc62afe88e675.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/8\/1\/8\/131482818-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/8\/1\/8\/131482818-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/8\/1\/8\/131482818-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/8\/1\/8\/131482818-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/8\/1\/8\/131482818-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/8\/1\/8\/131482818-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/8\/1\/8\/131482818-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/8\/1\/8\/131482818-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131482818","position":"6","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4491\/2022_4\/Piece-Pare-choc-arriere-7701466299-RENAULT-CLIO-1-PHASE-2-e96197fa93aa5de1570e9b45230e9257e8973038468fde642ac2612f08844bce.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/8\/3\/8\/131482838-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/8\/3\/8\/131482838-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/8\/3\/8\/131482838-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/8\/3\/8\/131482838-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/8\/3\/8\/131482838-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/8\/3\/8\/131482838-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/8\/3\/8\/131482838-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/8\/3\/8\/131482838-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131482838","position":"7","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4491\/2022_4\/Piece-Pare-choc-arriere-7701466299-RENAULT-CLIO-1-PHASE-2-d7ec3d5be66dc820b328f9b17e4eefe5ad178a03d291fcbbcde87e8a0c836f29.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/8\/5\/4\/131482854-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/8\/5\/4\/131482854-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/8\/5\/4\/131482854-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/8\/5\/4\/131482854-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/8\/5\/4\/131482854-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/8\/5\/4\/131482854-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/8\/5\/4\/131482854-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/8\/5\/4\/131482854-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131482854","position":"8","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4491\/2022_4\/Piece-Pare-choc-arriere-7701466299-RENAULT-CLIO-1-PHASE-2-eb8e3a56a8407975398f77f508cd9cb85f4160c1354ea85db6d0565eeb2ef930.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/7\/4\/7\/131482747-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/7\/4\/7\/131482747-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/7\/4\/7\/131482747-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/7\/4\/7\/131482747-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/7\/4\/7\/131482747-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/7\/4\/7\/131482747-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/7\/4\/7\/131482747-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/7\/4\/7\/131482747-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"131482747","position":"1","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4491\/2022_4\/Piece-Pare-choc-arriere-7701466299-RENAULT-CLIO-1-PHASE-2-fdbcff3875739092127eee4f4e309932e019cee1e413ff407e14cbe2fd4bfad8.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":63.41,"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":"Diesel","id_feature":"6","position":"4"},"Usure":{"name":"Usure","value":"Bon \u00e9tat","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":"- Couleur : Gris non peint\n- Quelques rayures, l\u00e9g\u00e8rement enfonc\u00e9 c\u00f4t\u00e9 droit","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":"37640490","id_supplier":"1","id_manufacturer":"0","id_category_default":"18281","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":"63,41\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":"7701466299","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"20.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-26 14:29:17","date_upd":"2026-07-25 21:26:11","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"93:56446883","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":"93:VF1B5760508875501","code_moteur_field":"F8Q_730","vehicule_ref_id":"VF1B5760508875501","vehicule_ktype":"","vehicule_ref_etat":"0","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"RENAULT","origin_modele":"CLIO 1","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"Pare choc arriere","id_category_piece":"18281","id_category_marque":"1859","id_category_modele":"12494","id_category_version":"12494","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":"93","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Pare choc arri\u00e8re d'occasion pour RENAULT Clio I 3 portes Phase 1&amp;2","link_rewrite":"pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Pare choc arri\u00e8re d'occasion pour RENAULT Clio I 3 portes Phase 1&2","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"6815717","id_modele_parent":"9387","id_energie":"16523","id_seller":"93","id_country_seller":"8","id_image":"37640490-131482761","prix":"63.410000","energie":"Diesel","libelle":"Pare choc arri\u00e8re d'occasion pour RENAULT Clio I 3 portes Phase 1&2","seller_name":"SARL N7 AUTO PI\u00c8CES","ordre_affichage":"22261","snipet":"[{\"value\":\"Diesel\",\"name\":\"Energie\"},{\"value\":\"24 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/7\/4\/7\/131482747-home_default.webp","fdp_incluse":"0","code_moteur":"F8Q_730","reference_constructeur":"7701466299","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"pare-choc-arriere","category_name":"Pare choc arri\u00e8re","link":"https:\/\/boutique.francecasse.fr\/pare-choc-arriere\/37640490-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.html","attribute_price":0,"price_tax_exc":63.41,"price_without_reduction":63.41,"price_without_reduction_without_tax":63.41,"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":"Diesel","id_feature":"6","position":"4"},{"name":"Usure","value":"Bon \u00e9tat","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":"- Couleur : Gris non peint\n- Quelques rayures, l\u00e9g\u00e8rement enfonc\u00e9 c\u00f4t\u00e9 droit","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\/3\/1\/4\/8\/2\/7\/4\/7\/131482747-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/7\/4\/7\/131482747-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/7\/4\/7\/131482747-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/7\/4\/7\/131482747-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/7\/4\/7\/131482747-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/7\/4\/7\/131482747-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/7\/4\/7\/131482747-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/7\/4\/7\/131482747-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"131482747","position":"1","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4491\/2022_4\/Piece-Pare-choc-arriere-7701466299-RENAULT-CLIO-1-PHASE-2-fdbcff3875739092127eee4f4e309932e019cee1e413ff407e14cbe2fd4bfad8.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/7\/6\/1\/131482761-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/7\/6\/1\/131482761-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/7\/6\/1\/131482761-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/7\/6\/1\/131482761-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/7\/6\/1\/131482761-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/7\/6\/1\/131482761-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/7\/6\/1\/131482761-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/7\/6\/1\/131482761-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131482761","position":"2","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4491\/2022_4\/Piece-Pare-choc-arriere-7701466299-RENAULT-CLIO-1-PHASE-2-b6530b690aa3488a616ad058acd1cd142b5628dc085a855e9c4c86c59998a539.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/7\/8\/0\/131482780-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/7\/8\/0\/131482780-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/7\/8\/0\/131482780-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/7\/8\/0\/131482780-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/7\/8\/0\/131482780-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/7\/8\/0\/131482780-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/7\/8\/0\/131482780-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/7\/8\/0\/131482780-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131482780","position":"3","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4491\/2022_4\/Piece-Pare-choc-arriere-7701466299-RENAULT-CLIO-1-PHASE-2-031ba4889d02b6d0ba3dfe58f6c2b2090b73208cd7c70cf94307f9b2b8fca904.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/7\/9\/4\/131482794-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/7\/9\/4\/131482794-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/7\/9\/4\/131482794-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/7\/9\/4\/131482794-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/7\/9\/4\/131482794-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/7\/9\/4\/131482794-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/7\/9\/4\/131482794-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/7\/9\/4\/131482794-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131482794","position":"4","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4491\/2022_4\/Piece-Pare-choc-arriere-7701466299-RENAULT-CLIO-1-PHASE-2-8a3bd5c169ce3e746bcaa34d12531fc50af05c6736f64c820bc54dd73a2b122b.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/8\/0\/8\/131482808-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/8\/0\/8\/131482808-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/8\/0\/8\/131482808-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/8\/0\/8\/131482808-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/8\/0\/8\/131482808-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/8\/0\/8\/131482808-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/8\/0\/8\/131482808-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/8\/0\/8\/131482808-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131482808","position":"5","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4491\/2022_4\/Piece-Pare-choc-arriere-7701466299-RENAULT-CLIO-1-PHASE-2-0625520c710cee412dc9668268fe1b4d5a033fa54de1274e0f3fc62afe88e675.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/8\/1\/8\/131482818-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/8\/1\/8\/131482818-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/8\/1\/8\/131482818-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/8\/1\/8\/131482818-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/8\/1\/8\/131482818-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/8\/1\/8\/131482818-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/8\/1\/8\/131482818-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/8\/1\/8\/131482818-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131482818","position":"6","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4491\/2022_4\/Piece-Pare-choc-arriere-7701466299-RENAULT-CLIO-1-PHASE-2-e96197fa93aa5de1570e9b45230e9257e8973038468fde642ac2612f08844bce.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/8\/3\/8\/131482838-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/8\/3\/8\/131482838-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/8\/3\/8\/131482838-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/8\/3\/8\/131482838-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/8\/3\/8\/131482838-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/8\/3\/8\/131482838-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/8\/3\/8\/131482838-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/8\/3\/8\/131482838-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131482838","position":"7","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4491\/2022_4\/Piece-Pare-choc-arriere-7701466299-RENAULT-CLIO-1-PHASE-2-d7ec3d5be66dc820b328f9b17e4eefe5ad178a03d291fcbbcde87e8a0c836f29.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/8\/5\/4\/131482854-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/8\/5\/4\/131482854-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/8\/5\/4\/131482854-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/8\/5\/4\/131482854-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/8\/5\/4\/131482854-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/8\/5\/4\/131482854-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/8\/5\/4\/131482854-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/8\/5\/4\/131482854-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131482854","position":"8","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4491\/2022_4\/Piece-Pare-choc-arriere-7701466299-RENAULT-CLIO-1-PHASE-2-eb8e3a56a8407975398f77f508cd9cb85f4160c1354ea85db6d0565eeb2ef930.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/7\/4\/7\/131482747-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/7\/4\/7\/131482747-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/7\/4\/7\/131482747-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/7\/4\/7\/131482747-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/7\/4\/7\/131482747-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/7\/4\/7\/131482747-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/7\/4\/7\/131482747-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/8\/2\/7\/4\/7\/131482747-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"131482747","position":"1","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4491\/2022_4\/Piece-Pare-choc-arriere-7701466299-RENAULT-CLIO-1-PHASE-2-fdbcff3875739092127eee4f4e309932e019cee1e413ff407e14cbe2fd4bfad8.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":63.41,"regular_price_amount":63.41,"regular_price":"63,41\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=41814310&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"41814310","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/pare-choc-arriere\/41814310-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.html","canonical_url":"https:\/\/boutique.francecasse.fr\/pare-choc-arriere\/41814310-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"41814310","id_supplier":"1","id_manufacturer":"0","id_category_default":"18281","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":"64,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-26 14:32:46","date_upd":"2026-07-26 01:43:33","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Pare choc arri\u00e8re d'occasion pour RENAULT Clio I 3 portes Phase 1&amp;2","link_rewrite":"pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12","meta_description":"","meta_keywords":"","meta_title":"","name":"Pare choc arri\u00e8re d'occasion pour RENAULT Clio I 3 portes Phase 1&2","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"41814310-145053906","id_product_attribute":"0","allow_oosp":0,"category":"pare-choc-arriere","category_name":"Pare choc arri\u00e8re","link":"https:\/\/boutique.francecasse.fr\/pare-choc-arriere\/41814310-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.html","attribute_price":0,"price_tax_exc":64,"price_without_reduction":64,"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":"Usure","value":null,"id_feature":"8","position":"6"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Remarques","value":null,"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\/4\/5\/0\/5\/3\/9\/0\/1\/145053901-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/0\/1\/145053901-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/0\/1\/145053901-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/0\/1\/145053901-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/0\/1\/145053901-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/0\/1\/145053901-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/0\/1\/145053901-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/0\/1\/145053901-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"145053901","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4727\/po_photo\/2026\/02\/120963525-4142e663-0f6a-4d98-9970-092407c8c684-Piece-Pare-choc-arriere-7701466676-RENAULT-7a0f451b3c52b6664a7df1e50fc900462e1be40dd4ad6e2ce83855b57ae70e45_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/0\/6\/145053906-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/0\/6\/145053906-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/0\/6\/145053906-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/0\/6\/145053906-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/0\/6\/145053906-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/0\/6\/145053906-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/0\/6\/145053906-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/0\/6\/145053906-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"145053906","position":"2","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4727\/po_photo\/2026\/02\/120963525-9af17095-af7a-47a9-bf57-0de67c31e99b-Piece-Pare-choc-arriere-7701466676-RENAULT-a84a1e1dcc1c3b30549d11582e300212161969bb72d56bab9f3769324ce730a6_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/1\/0\/145053910-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/1\/0\/145053910-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/1\/0\/145053910-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/1\/0\/145053910-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/1\/0\/145053910-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/1\/0\/145053910-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/1\/0\/145053910-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/1\/0\/145053910-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"145053910","position":"3","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4727\/po_photo\/2026\/02\/120963525-4ded65d3-bf39-4c49-9215-dff37f5ae316-Piece-Pare-choc-arriere-7701466676-RENAULT-a297cc6213d1053b4e2e2b97782336084925d95b2919e080fc602aad7d147c8d_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/2\/1\/145053921-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/2\/1\/145053921-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/2\/1\/145053921-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/2\/1\/145053921-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/2\/1\/145053921-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/2\/1\/145053921-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/2\/1\/145053921-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/2\/1\/145053921-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"145053921","position":"4","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4727\/po_photo\/2026\/02\/120963525-317731a7-1309-4f81-abe9-887502abbbdf-Piece-Pare-choc-arriere-7701466676-RENAULT-7dbeb4f28de99dccc0747bb176828b3256cb295a3e0e82decabd08db27107a45_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/2\/7\/145053927-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/2\/7\/145053927-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/2\/7\/145053927-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/2\/7\/145053927-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/2\/7\/145053927-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/2\/7\/145053927-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/2\/7\/145053927-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/2\/7\/145053927-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"145053927","position":"5","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4727\/po_photo\/2026\/02\/120963525-12d28583-ef1c-4d8f-a144-a45cd5da4010-Piece-Pare-choc-arriere-7701466676-RENAULT-9c0b2449313515cb8a44d1d0859540e28515bcd566f0f6ba262261a09f0ef976_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/3\/6\/145053936-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/3\/6\/145053936-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/3\/6\/145053936-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/3\/6\/145053936-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/3\/6\/145053936-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/3\/6\/145053936-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/3\/6\/145053936-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/3\/6\/145053936-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"145053936","position":"6","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4727\/po_photo\/2026\/02\/120963525-fb832950-f978-4d75-91f5-e4d412a0f578-Piece-Pare-choc-arriere-7701466676-RENAULT-a7faa5ade507f0817ce728a6b61d022579e696f69c38ba6b2bfa6f2db3cddf25_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/4\/5\/145053945-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/4\/5\/145053945-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/4\/5\/145053945-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/4\/5\/145053945-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/4\/5\/145053945-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/4\/5\/145053945-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/4\/5\/145053945-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/4\/5\/145053945-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"145053945","position":"7","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4727\/po_photo\/2026\/02\/120963525-7a1eefc4-3a38-4503-b979-3fa997c783b5-Piece-Pare-choc-arriere-7701466676-RENAULT-b7815d6e2538dd18e762bea9d18928e5d992302c2c3c6e190649d719dd89466d_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/5\/7\/145053957-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/5\/7\/145053957-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/5\/7\/145053957-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/5\/7\/145053957-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/5\/7\/145053957-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/5\/7\/145053957-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/5\/7\/145053957-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/5\/7\/145053957-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"145053957","position":"8","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4727\/po_photo\/2026\/02\/120963525-1b110919-499c-4990-a07b-00fd5c03840b-Piece-Pare-choc-arriere-7701466676-RENAULT-b830cd27564344e206e04c6c4c5216b43f4058e44fd48aa23ec0c01f531d46a1_o.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/0\/1\/145053901-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/0\/1\/145053901-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/0\/1\/145053901-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/0\/1\/145053901-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/0\/1\/145053901-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/0\/1\/145053901-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/0\/1\/145053901-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/0\/1\/145053901-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"145053901","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4727\/po_photo\/2026\/02\/120963525-4142e663-0f6a-4d98-9970-092407c8c684-Piece-Pare-choc-arriere-7701466676-RENAULT-7a0f451b3c52b6664a7df1e50fc900462e1be40dd4ad6e2ce83855b57ae70e45_o.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":64,"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"},"Usure":{"name":"Usure","value":null,"id_feature":"8","position":"6"},"Garantie":{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},"Remarques":{"name":"Remarques","value":null,"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":"41814310","id_supplier":"1","id_manufacturer":"0","id_category_default":"18281","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":"64,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":"7701466676","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"20.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-26 14:32:46","date_upd":"2026-07-26 01:43:33","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"81:120963525","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\":\"44582129\"},{\"id\":\"44582130\"},{\"id\":\"44582131\"},{\"id\":\"44582132\"},{\"id\":\"44582133\"}]","corrige":"0","immatriculation":"","vehicule_origin_id":"81:VF1B5710408688215","code_moteur_field":"C1E_700","vehicule_ref_id":"VF1B5710408688215","vehicule_ktype":"","vehicule_ref_etat":"0","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"RENAULT","origin_modele":"CLIO 1","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"Pare choc arriere","id_category_piece":"18281","id_category_marque":"1859","id_category_modele":"12494","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":"81","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Pare choc arri\u00e8re d'occasion pour RENAULT Clio I 3 portes Phase 1&amp;2","link_rewrite":"pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Pare choc arri\u00e8re d'occasion pour RENAULT Clio I 3 portes Phase 1&2","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"6855118","id_modele_parent":"9387","id_energie":"16532","id_seller":"81","id_country_seller":"8","id_image":"41814310-145053906","prix":"64.000000","energie":"Essence","libelle":"Pare choc arri\u00e8re d'occasion pour RENAULT Clio I 3 portes Phase 1&2","seller_name":"MONDIAL AUTO","ordre_affichage":"11664","snipet":"[{\"value\":\"Essence\",\"name\":\"Energie\"},{\"value\":\"12 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/0\/1\/145053901-home_default.webp","fdp_incluse":"0","code_moteur":"C1E_700","reference_constructeur":"7701466676","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"pare-choc-arriere","category_name":"Pare choc arri\u00e8re","link":"https:\/\/boutique.francecasse.fr\/pare-choc-arriere\/41814310-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.html","attribute_price":0,"price_tax_exc":64,"price_without_reduction":64,"price_without_reduction_without_tax":64,"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":"Usure","value":null,"id_feature":"8","position":"6"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Remarques","value":null,"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\/4\/5\/0\/5\/3\/9\/0\/1\/145053901-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/0\/1\/145053901-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/0\/1\/145053901-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/0\/1\/145053901-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/0\/1\/145053901-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/0\/1\/145053901-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/0\/1\/145053901-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/0\/1\/145053901-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"145053901","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4727\/po_photo\/2026\/02\/120963525-4142e663-0f6a-4d98-9970-092407c8c684-Piece-Pare-choc-arriere-7701466676-RENAULT-7a0f451b3c52b6664a7df1e50fc900462e1be40dd4ad6e2ce83855b57ae70e45_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/0\/6\/145053906-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/0\/6\/145053906-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/0\/6\/145053906-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/0\/6\/145053906-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/0\/6\/145053906-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/0\/6\/145053906-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/0\/6\/145053906-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/0\/6\/145053906-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"145053906","position":"2","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4727\/po_photo\/2026\/02\/120963525-9af17095-af7a-47a9-bf57-0de67c31e99b-Piece-Pare-choc-arriere-7701466676-RENAULT-a84a1e1dcc1c3b30549d11582e300212161969bb72d56bab9f3769324ce730a6_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/1\/0\/145053910-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/1\/0\/145053910-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/1\/0\/145053910-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/1\/0\/145053910-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/1\/0\/145053910-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/1\/0\/145053910-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/1\/0\/145053910-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/1\/0\/145053910-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"145053910","position":"3","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4727\/po_photo\/2026\/02\/120963525-4ded65d3-bf39-4c49-9215-dff37f5ae316-Piece-Pare-choc-arriere-7701466676-RENAULT-a297cc6213d1053b4e2e2b97782336084925d95b2919e080fc602aad7d147c8d_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/2\/1\/145053921-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/2\/1\/145053921-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/2\/1\/145053921-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/2\/1\/145053921-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/2\/1\/145053921-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/2\/1\/145053921-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/2\/1\/145053921-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/2\/1\/145053921-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"145053921","position":"4","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4727\/po_photo\/2026\/02\/120963525-317731a7-1309-4f81-abe9-887502abbbdf-Piece-Pare-choc-arriere-7701466676-RENAULT-7dbeb4f28de99dccc0747bb176828b3256cb295a3e0e82decabd08db27107a45_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/2\/7\/145053927-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/2\/7\/145053927-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/2\/7\/145053927-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/2\/7\/145053927-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/2\/7\/145053927-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/2\/7\/145053927-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/2\/7\/145053927-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/2\/7\/145053927-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"145053927","position":"5","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4727\/po_photo\/2026\/02\/120963525-12d28583-ef1c-4d8f-a144-a45cd5da4010-Piece-Pare-choc-arriere-7701466676-RENAULT-9c0b2449313515cb8a44d1d0859540e28515bcd566f0f6ba262261a09f0ef976_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/3\/6\/145053936-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/3\/6\/145053936-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/3\/6\/145053936-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/3\/6\/145053936-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/3\/6\/145053936-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/3\/6\/145053936-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/3\/6\/145053936-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/3\/6\/145053936-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"145053936","position":"6","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4727\/po_photo\/2026\/02\/120963525-fb832950-f978-4d75-91f5-e4d412a0f578-Piece-Pare-choc-arriere-7701466676-RENAULT-a7faa5ade507f0817ce728a6b61d022579e696f69c38ba6b2bfa6f2db3cddf25_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/4\/5\/145053945-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/4\/5\/145053945-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/4\/5\/145053945-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/4\/5\/145053945-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/4\/5\/145053945-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/4\/5\/145053945-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/4\/5\/145053945-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/4\/5\/145053945-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"145053945","position":"7","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4727\/po_photo\/2026\/02\/120963525-7a1eefc4-3a38-4503-b979-3fa997c783b5-Piece-Pare-choc-arriere-7701466676-RENAULT-b7815d6e2538dd18e762bea9d18928e5d992302c2c3c6e190649d719dd89466d_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/5\/7\/145053957-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/5\/7\/145053957-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/5\/7\/145053957-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/5\/7\/145053957-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/5\/7\/145053957-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/5\/7\/145053957-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/5\/7\/145053957-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/5\/7\/145053957-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"145053957","position":"8","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4727\/po_photo\/2026\/02\/120963525-1b110919-499c-4990-a07b-00fd5c03840b-Piece-Pare-choc-arriere-7701466676-RENAULT-b830cd27564344e206e04c6c4c5216b43f4058e44fd48aa23ec0c01f531d46a1_o.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/0\/1\/145053901-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/0\/1\/145053901-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/0\/1\/145053901-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/0\/1\/145053901-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/0\/1\/145053901-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/0\/1\/145053901-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/0\/1\/145053901-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/5\/0\/5\/3\/9\/0\/1\/145053901-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"145053901","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4727\/po_photo\/2026\/02\/120963525-4142e663-0f6a-4d98-9970-092407c8c684-Piece-Pare-choc-arriere-7701466676-RENAULT-7a0f451b3c52b6664a7df1e50fc900462e1be40dd4ad6e2ce83855b57ae70e45_o.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":64,"regular_price_amount":64,"regular_price":"64,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=9515694&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"9515694","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/pare-choc-arriere\/9515694-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.html","canonical_url":"https:\/\/boutique.francecasse.fr\/pare-choc-arriere\/9515694-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"9515694","id_supplier":"1","id_manufacturer":"0","id_category_default":"18281","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":"270,00\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"3 PUERTAS","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-26 14:33:25","date_upd":"2026-06-11 13:03:39","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"NEGRO TEXTURADO,ARA\u00d1AZOS Y ROZONES LEVES,CON PEQUE\u00d1O GOLPE EN ZONA CENTRAL DERCHA,SIN SOPORTE IZQUIERDO","link_rewrite":"pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12","meta_description":"","meta_keywords":"","meta_title":"","name":"Pare choc arri\u00e8re d'occasion pour RENAULT Clio I 3 portes Phase 1&2","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"9515694-48991155","id_product_attribute":"0","allow_oosp":0,"category":"pare-choc-arriere","category_name":"Pare choc arri\u00e8re","link":"https:\/\/boutique.francecasse.fr\/pare-choc-arriere\/9515694-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.html","attribute_price":0,"price_tax_exc":270,"price_without_reduction":270,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":null,"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\/4\/8\/9\/9\/1\/1\/5\/4\/48991154-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/5\/4\/48991154-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/5\/4\/48991154-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/5\/4\/48991154-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/5\/4\/48991154-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/5\/4\/48991154-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/5\/4\/48991154-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/5\/4\/48991154-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"48991154","position":"1","id_origin":"http:\/\/f2.mbrev.es\/users\/recoaut\/images\/zvOessg1QSb2?publicKey=casse&accessToken=45818ab6b2d79d60228d77611b5be7e9f00927c3738f2bfac63604371859d6bf","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/5\/5\/48991155-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/5\/5\/48991155-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/5\/5\/48991155-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/5\/5\/48991155-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/5\/5\/48991155-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/5\/5\/48991155-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/5\/5\/48991155-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/5\/5\/48991155-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"48991155","position":"2","id_origin":"http:\/\/f2.mbrev.es\/users\/recoaut\/images\/WMRAiuZxV73y?publicKey=casse&accessToken=01cdc95a0e630d309d6f759fb30a763f6a88976f2e74ac9849b88f45610df8e8","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/5\/6\/48991156-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/5\/6\/48991156-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/5\/6\/48991156-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/5\/6\/48991156-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/5\/6\/48991156-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/5\/6\/48991156-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/5\/6\/48991156-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/5\/6\/48991156-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"48991156","position":"3","id_origin":"http:\/\/f2.mbrev.es\/users\/recoaut\/images\/kdZOUsHcMN4B?publicKey=casse&accessToken=338eba9b95af6ef924482b2550b0fc3ce038f14b285a667ab1b55a613cff520f","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/5\/7\/48991157-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/5\/7\/48991157-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/5\/7\/48991157-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/5\/7\/48991157-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/5\/7\/48991157-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/5\/7\/48991157-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/5\/7\/48991157-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/5\/7\/48991157-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"48991157","position":"4","id_origin":"http:\/\/f2.mbrev.es\/users\/recoaut\/images\/eGgjpfJAH7Ub?publicKey=casse&accessToken=e923210c193967bc594430bc970b52a8f4b03d7f7ef7150582b6aecbac0029f4","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/5\/8\/48991158-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/5\/8\/48991158-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/5\/8\/48991158-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/5\/8\/48991158-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/5\/8\/48991158-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/5\/8\/48991158-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/5\/8\/48991158-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/5\/8\/48991158-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"48991158","position":"5","id_origin":"http:\/\/f2.mbrev.es\/users\/recoaut\/images\/UlR6hDV5jCEN?publicKey=casse&accessToken=84b51a096e0c54ebc3c6fa4bab6e42b7b4a6d926b7d0a57b54347406f1376cbd","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/5\/9\/48991159-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/5\/9\/48991159-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/5\/9\/48991159-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/5\/9\/48991159-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/5\/9\/48991159-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/5\/9\/48991159-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/5\/9\/48991159-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/5\/9\/48991159-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"48991159","position":"6","id_origin":"http:\/\/f2.mbrev.es\/users\/recoaut\/images\/LxXnIGiXXBnR?publicKey=casse&accessToken=a5c21c6497ac915d80497956ce61eb0ab4fbeb7a52634fa1a00267ac7bf7dda1","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/6\/0\/48991160-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/6\/0\/48991160-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/6\/0\/48991160-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/6\/0\/48991160-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/6\/0\/48991160-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/6\/0\/48991160-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/6\/0\/48991160-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/6\/0\/48991160-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"48991160","position":"7","id_origin":"http:\/\/f2.mbrev.es\/users\/recoaut\/images\/UWkHnuPYw5NX?publicKey=casse&accessToken=2a9b67955c68a96295b75a48b889c2b22a4e8f46cf910c136e3fa9c3ca78416e","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/6\/1\/48991161-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/6\/1\/48991161-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/6\/1\/48991161-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/6\/1\/48991161-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/6\/1\/48991161-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/6\/1\/48991161-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/6\/1\/48991161-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/6\/1\/48991161-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"48991161","position":"8","id_origin":"http:\/\/f2.mbrev.es\/users\/recoaut\/images\/CTOh0o-9zla4?publicKey=casse&accessToken=35b9108ab70746f1a59db6f21df98e27ad6a7bd00f30f6901b2263e853d947dd","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/6\/2\/48991162-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/6\/2\/48991162-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/6\/2\/48991162-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/6\/2\/48991162-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/6\/2\/48991162-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/6\/2\/48991162-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/6\/2\/48991162-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/6\/2\/48991162-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"48991162","position":"9","id_origin":"http:\/\/f2.mbrev.es\/users\/recoaut\/images\/16fuH4NX37Br?publicKey=casse&accessToken=82c3043068798a1212ed04c7c065574bda554e24249e8abfc23afc17b6a647f9","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/6\/3\/48991163-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/6\/3\/48991163-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/6\/3\/48991163-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/6\/3\/48991163-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/6\/3\/48991163-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/6\/3\/48991163-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/6\/3\/48991163-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/6\/3\/48991163-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"48991163","position":"10","id_origin":"http:\/\/f2.mbrev.es\/users\/recoaut\/images\/tfAFlUFlTO7M?publicKey=casse&accessToken=0da9c1e2ee3e2e413262c462fd43bf8f642efb03e143b2579f18364c1a7dcb71","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/5\/4\/48991154-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/5\/4\/48991154-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/5\/4\/48991154-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/5\/4\/48991154-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/5\/4\/48991154-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/5\/4\/48991154-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/5\/4\/48991154-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/5\/4\/48991154-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"48991154","position":"1","id_origin":"http:\/\/f2.mbrev.es\/users\/recoaut\/images\/zvOessg1QSb2?publicKey=casse&accessToken=45818ab6b2d79d60228d77611b5be7e9f00927c3738f2bfac63604371859d6bf","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":270,"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":"3 PUERTAS","grouped_features":{"Garantie":{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},"Kilom\u00e9trage":{"name":"Kilom\u00e9trage","value":null,"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":"9515694","id_supplier":"1","id_manufacturer":"0","id_category_default":"18281","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":"270,00\u00a0\u20ac","old_price_octobre_2025":null,"wholesale_price":"0.000000","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"3 PUERTAS","supplier_reference":"7701466676","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"30.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-26 14:33:25","date_upd":"2026-06-11 13:03:39","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"26:rectp5082314","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:rectv18200","code_moteur_field":"","vehicule_ref_id":"VF1C5740509333628","vehicule_ktype":"","vehicule_ref_etat":"1","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"92","origin_modele":"189313","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"183","id_category_piece":"18281","id_category_marque":"1859","id_category_modele":"12494","id_category_version":"12494","a_supprimer":"0","fake_deleted_at":null,"code_moteur_manually_updated":"0","uwp_to_delete":"0","origin_marque_id":"92","origin_modele_id":"189313","origin_piece_id":"183","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":"NEGRO TEXTURADO,ARA\u00d1AZOS Y ROZONES LEVES,CON PEQUE\u00d1O GOLPE EN ZONA CENTRAL DERCHA,SIN SOPORTE IZQUIERDO","link_rewrite":"pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Pare choc arri\u00e8re d'occasion pour RENAULT Clio I 3 portes Phase 1&2","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"6866689","id_modele_parent":"9387","id_energie":"0","id_seller":"26","id_country_seller":"6","id_image":"9515694-48991155","prix":"270.000000","energie":"","libelle":"Pare choc arri\u00e8re d'occasion pour RENAULT Clio I 3 portes Phase 1&2","seller_name":"USED WORLD PARTS","ordre_affichage":"23236","snipet":"[{\"value\":\"12 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/5\/4\/48991154-home_default.webp","fdp_incluse":"1","code_moteur":"","reference_constructeur":"7701466676","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"pare-choc-arriere","category_name":"Pare choc arri\u00e8re","link":"https:\/\/boutique.francecasse.fr\/pare-choc-arriere\/9515694-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.html","attribute_price":0,"price_tax_exc":270,"price_without_reduction":270,"price_without_reduction_without_tax":270,"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":null,"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\/4\/8\/9\/9\/1\/1\/5\/4\/48991154-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/5\/4\/48991154-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/5\/4\/48991154-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/5\/4\/48991154-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/5\/4\/48991154-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/5\/4\/48991154-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/5\/4\/48991154-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/5\/4\/48991154-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"48991154","position":"1","id_origin":"http:\/\/f2.mbrev.es\/users\/recoaut\/images\/zvOessg1QSb2?publicKey=casse&accessToken=45818ab6b2d79d60228d77611b5be7e9f00927c3738f2bfac63604371859d6bf","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/5\/5\/48991155-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/5\/5\/48991155-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/5\/5\/48991155-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/5\/5\/48991155-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/5\/5\/48991155-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/5\/5\/48991155-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/5\/5\/48991155-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/5\/5\/48991155-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"48991155","position":"2","id_origin":"http:\/\/f2.mbrev.es\/users\/recoaut\/images\/WMRAiuZxV73y?publicKey=casse&accessToken=01cdc95a0e630d309d6f759fb30a763f6a88976f2e74ac9849b88f45610df8e8","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/5\/6\/48991156-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/5\/6\/48991156-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/5\/6\/48991156-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/5\/6\/48991156-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/5\/6\/48991156-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/5\/6\/48991156-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/5\/6\/48991156-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/5\/6\/48991156-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"48991156","position":"3","id_origin":"http:\/\/f2.mbrev.es\/users\/recoaut\/images\/kdZOUsHcMN4B?publicKey=casse&accessToken=338eba9b95af6ef924482b2550b0fc3ce038f14b285a667ab1b55a613cff520f","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/5\/7\/48991157-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/5\/7\/48991157-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/5\/7\/48991157-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/5\/7\/48991157-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/5\/7\/48991157-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/5\/7\/48991157-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/5\/7\/48991157-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/5\/7\/48991157-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"48991157","position":"4","id_origin":"http:\/\/f2.mbrev.es\/users\/recoaut\/images\/eGgjpfJAH7Ub?publicKey=casse&accessToken=e923210c193967bc594430bc970b52a8f4b03d7f7ef7150582b6aecbac0029f4","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/5\/8\/48991158-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/5\/8\/48991158-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/5\/8\/48991158-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/5\/8\/48991158-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/5\/8\/48991158-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/5\/8\/48991158-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/5\/8\/48991158-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/5\/8\/48991158-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"48991158","position":"5","id_origin":"http:\/\/f2.mbrev.es\/users\/recoaut\/images\/UlR6hDV5jCEN?publicKey=casse&accessToken=84b51a096e0c54ebc3c6fa4bab6e42b7b4a6d926b7d0a57b54347406f1376cbd","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/5\/9\/48991159-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/5\/9\/48991159-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/5\/9\/48991159-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/5\/9\/48991159-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/5\/9\/48991159-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/5\/9\/48991159-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/5\/9\/48991159-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/5\/9\/48991159-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"48991159","position":"6","id_origin":"http:\/\/f2.mbrev.es\/users\/recoaut\/images\/LxXnIGiXXBnR?publicKey=casse&accessToken=a5c21c6497ac915d80497956ce61eb0ab4fbeb7a52634fa1a00267ac7bf7dda1","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/6\/0\/48991160-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/6\/0\/48991160-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/6\/0\/48991160-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/6\/0\/48991160-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/6\/0\/48991160-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/6\/0\/48991160-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/6\/0\/48991160-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/6\/0\/48991160-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"48991160","position":"7","id_origin":"http:\/\/f2.mbrev.es\/users\/recoaut\/images\/UWkHnuPYw5NX?publicKey=casse&accessToken=2a9b67955c68a96295b75a48b889c2b22a4e8f46cf910c136e3fa9c3ca78416e","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/6\/1\/48991161-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/6\/1\/48991161-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/6\/1\/48991161-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/6\/1\/48991161-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/6\/1\/48991161-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/6\/1\/48991161-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/6\/1\/48991161-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/6\/1\/48991161-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"48991161","position":"8","id_origin":"http:\/\/f2.mbrev.es\/users\/recoaut\/images\/CTOh0o-9zla4?publicKey=casse&accessToken=35b9108ab70746f1a59db6f21df98e27ad6a7bd00f30f6901b2263e853d947dd","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/6\/2\/48991162-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/6\/2\/48991162-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/6\/2\/48991162-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/6\/2\/48991162-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/6\/2\/48991162-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/6\/2\/48991162-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/6\/2\/48991162-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/6\/2\/48991162-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"48991162","position":"9","id_origin":"http:\/\/f2.mbrev.es\/users\/recoaut\/images\/16fuH4NX37Br?publicKey=casse&accessToken=82c3043068798a1212ed04c7c065574bda554e24249e8abfc23afc17b6a647f9","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/6\/3\/48991163-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/6\/3\/48991163-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/6\/3\/48991163-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/6\/3\/48991163-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/6\/3\/48991163-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/6\/3\/48991163-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/6\/3\/48991163-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/6\/3\/48991163-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"48991163","position":"10","id_origin":"http:\/\/f2.mbrev.es\/users\/recoaut\/images\/tfAFlUFlTO7M?publicKey=casse&accessToken=0da9c1e2ee3e2e413262c462fd43bf8f642efb03e143b2579f18364c1a7dcb71","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/5\/4\/48991154-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/5\/4\/48991154-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/5\/4\/48991154-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/5\/4\/48991154-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/5\/4\/48991154-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/5\/4\/48991154-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/5\/4\/48991154-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/4\/8\/9\/9\/1\/1\/5\/4\/48991154-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"48991154","position":"1","id_origin":"http:\/\/f2.mbrev.es\/users\/recoaut\/images\/zvOessg1QSb2?publicKey=casse&accessToken=45818ab6b2d79d60228d77611b5be7e9f00927c3738f2bfac63604371859d6bf","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":270,"regular_price_amount":270,"regular_price":"270,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=37658099&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"37658099","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/pare-choc-arriere\/37658099-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.html","canonical_url":"https:\/\/boutique.francecasse.fr\/pare-choc-arriere\/37658099-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"37658099","id_supplier":"1","id_manufacturer":"0","id_category_default":"18281","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":"75,60\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-26 14:41:13","date_upd":"2026-07-25 21:31:10","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Pare choc arri\u00e8re d'occasion pour RENAULT Clio I 3 portes Phase 1&amp;2","link_rewrite":"pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12","meta_description":"","meta_keywords":"","meta_title":"","name":"Pare choc arri\u00e8re d'occasion pour RENAULT Clio I 3 portes Phase 1&2","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"37658099-131601060","id_product_attribute":"0","allow_oosp":0,"category":"pare-choc-arriere","category_name":"Pare choc arri\u00e8re","link":"https:\/\/boutique.francecasse.fr\/pare-choc-arriere\/37658099-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.html","attribute_price":0,"price_tax_exc":75.6,"price_without_reduction":75.6,"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":"Usure","value":"Bon \u00e9tat","id_feature":"8","position":"6"},{"name":"Garantie","value":"24 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":"126459","id_feature":"19","position":"17"},{"name":"Remarques","value":"- Couleur : Gris fonc\u00e9\n- Code couleur : 630\n- Quelques rayures","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\/3\/1\/6\/0\/1\/0\/4\/4\/131601044-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/0\/4\/4\/131601044-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/0\/4\/4\/131601044-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/0\/4\/4\/131601044-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/0\/4\/4\/131601044-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/0\/4\/4\/131601044-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/0\/4\/4\/131601044-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/0\/4\/4\/131601044-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"131601044","position":"1","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4491\/2023_8\/Piece-Pare-choc-arriere-7701469649-RENAULT-CLIO-1-PHASE-3-e2a3ab92ddb2d8b607c1c565ecfb06b575281c27780e4b4135385dc38efc83ae.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/0\/6\/0\/131601060-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/0\/6\/0\/131601060-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/0\/6\/0\/131601060-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/0\/6\/0\/131601060-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/0\/6\/0\/131601060-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/0\/6\/0\/131601060-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/0\/6\/0\/131601060-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/0\/6\/0\/131601060-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131601060","position":"2","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4491\/2023_8\/Piece-Pare-choc-arriere-7701469649-RENAULT-CLIO-1-PHASE-3-41cf576ce85379d8dd44e97f213804e6edb42c73d8641474225a5c64bba16c28.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/0\/7\/4\/131601074-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/0\/7\/4\/131601074-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/0\/7\/4\/131601074-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/0\/7\/4\/131601074-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/0\/7\/4\/131601074-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/0\/7\/4\/131601074-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/0\/7\/4\/131601074-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/0\/7\/4\/131601074-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131601074","position":"3","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4491\/2023_8\/Piece-Pare-choc-arriere-7701469649-RENAULT-CLIO-1-PHASE-3-e11cee45e87f68d954257194cbad87691791a6617954cce8f8d78dc6d989949d.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/0\/9\/0\/131601090-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/0\/9\/0\/131601090-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/0\/9\/0\/131601090-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/0\/9\/0\/131601090-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/0\/9\/0\/131601090-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/0\/9\/0\/131601090-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/0\/9\/0\/131601090-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/0\/9\/0\/131601090-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131601090","position":"4","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4491\/2023_8\/Piece-Pare-choc-arriere-7701469649-RENAULT-CLIO-1-PHASE-3-f6664fc08997e785ccd6edcf69073e67dd1226e0eb33b2587512f7828c424829.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/1\/0\/4\/131601104-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/1\/0\/4\/131601104-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/1\/0\/4\/131601104-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/1\/0\/4\/131601104-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/1\/0\/4\/131601104-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/1\/0\/4\/131601104-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/1\/0\/4\/131601104-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/1\/0\/4\/131601104-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131601104","position":"5","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4491\/2023_8\/Piece-Pare-choc-arriere-7701469649-RENAULT-CLIO-1-PHASE-3-84c5c5acd5c9d5d80a4c803237da3c32a3f891e18faac0ef15e05500b902ee53.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/1\/1\/9\/131601119-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/1\/1\/9\/131601119-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/1\/1\/9\/131601119-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/1\/1\/9\/131601119-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/1\/1\/9\/131601119-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/1\/1\/9\/131601119-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/1\/1\/9\/131601119-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/1\/1\/9\/131601119-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131601119","position":"6","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4491\/2023_8\/Piece-Pare-choc-arriere-7701469649-RENAULT-CLIO-1-PHASE-3-6bd6013ddc8ad86d10f6096220c19b2774066f282cc7b7782b78a5b39da065a8.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/1\/3\/1\/131601131-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/1\/3\/1\/131601131-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/1\/3\/1\/131601131-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/1\/3\/1\/131601131-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/1\/3\/1\/131601131-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/1\/3\/1\/131601131-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/1\/3\/1\/131601131-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/1\/3\/1\/131601131-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131601131","position":"7","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4491\/2023_8\/Piece-Pare-choc-arriere-7701469649-RENAULT-CLIO-1-PHASE-3-ec37dc0e2dfe3953739e176432389db15396c5f0cbb73a886c0c68163ffe0dbf.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/1\/4\/7\/131601147-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/1\/4\/7\/131601147-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/1\/4\/7\/131601147-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/1\/4\/7\/131601147-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/1\/4\/7\/131601147-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/1\/4\/7\/131601147-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/1\/4\/7\/131601147-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/1\/4\/7\/131601147-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131601147","position":"8","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4491\/2023_8\/Piece-Pare-choc-arriere-7701469649-RENAULT-CLIO-1-PHASE-3-3737110690139107ec31c49999c08238cc6ec065518f65b80171975406d63363.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/1\/6\/2\/131601162-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/1\/6\/2\/131601162-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/1\/6\/2\/131601162-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/1\/6\/2\/131601162-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/1\/6\/2\/131601162-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/1\/6\/2\/131601162-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/1\/6\/2\/131601162-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/1\/6\/2\/131601162-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131601162","position":"9","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4491\/2023_8\/Piece-Pare-choc-arriere-7701469649-RENAULT-CLIO-1-PHASE-3-7924e365a3d17b764ca8f9005fa2d941e1cf8f3c4d3e47770bac3a305b9d8770.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/1\/8\/2\/131601182-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/1\/8\/2\/131601182-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/1\/8\/2\/131601182-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/1\/8\/2\/131601182-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/1\/8\/2\/131601182-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/1\/8\/2\/131601182-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/1\/8\/2\/131601182-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/1\/8\/2\/131601182-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131601182","position":"10","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4491\/2023_8\/Piece-Pare-choc-arriere-7701469649-RENAULT-CLIO-1-PHASE-3-3182c1613d6e4ef88464a35ffaa097fa9d372f5769a8a73b40fc678e39b6d91a.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/0\/4\/4\/131601044-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/0\/4\/4\/131601044-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/0\/4\/4\/131601044-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/0\/4\/4\/131601044-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/0\/4\/4\/131601044-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/0\/4\/4\/131601044-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/0\/4\/4\/131601044-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/0\/4\/4\/131601044-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"131601044","position":"1","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4491\/2023_8\/Piece-Pare-choc-arriere-7701469649-RENAULT-CLIO-1-PHASE-3-e2a3ab92ddb2d8b607c1c565ecfb06b575281c27780e4b4135385dc38efc83ae.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":75.6,"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"},"Usure":{"name":"Usure","value":"Bon \u00e9tat","id_feature":"8","position":"6"},"Garantie":{"name":"Garantie","value":"24 mois","id_feature":"14","position":"12"},"Kilom\u00e9trage":{"name":"Kilom\u00e9trage","value":"126459","id_feature":"19","position":"17"},"Remarques":{"name":"Remarques","value":"- Couleur : Gris fonc\u00e9\n- Code couleur : 630\n- Quelques rayures","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":"37658099","id_supplier":"1","id_manufacturer":"0","id_category_default":"18281","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":"75,60\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":"7701469649","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"20.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-26 14:41:13","date_upd":"2026-07-25 21:31:10","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"93:73843152","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\":\"40516332\"},{\"id\":\"40516333\"},{\"id\":\"40516334\"},{\"id\":\"40516335\"},{\"id\":\"40516336\"},{\"id\":\"40516337\"},{\"id\":\"40516338\"},{\"id\":\"40516339\"},{\"id\":\"40516340\"},{\"id\":\"40516341\"},{\"id\":\"40516342\"},{\"id\":\"40516343\"},{\"id\":\"40516344\"},{\"id\":\"40516345\"},{\"id\":\"40516346\"},{\"id\":\"40516347\"},{\"id\":\"40516348\"},{\"id\":\"40516349\"},{\"id\":\"40516350\"}]","corrige":"0","immatriculation":"","vehicule_origin_id":"93:VF1557K0F16708613","code_moteur_field":"D7F_730","vehicule_ref_id":"VF1557K0F16708613","vehicule_ktype":"","vehicule_ref_etat":"0","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"RENAULT","origin_modele":"CLIO 1","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"Pare choc arriere","id_category_piece":"18281","id_category_marque":"1859","id_category_modele":"12494","id_category_version":"12494","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":"93","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Pare choc arri\u00e8re d'occasion pour RENAULT Clio I 3 portes Phase 1&amp;2","link_rewrite":"pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Pare choc arri\u00e8re d'occasion pour RENAULT Clio I 3 portes Phase 1&2","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"6964055","id_modele_parent":"9387","id_energie":"16532","id_seller":"93","id_country_seller":"8","id_image":"37658099-131601060","prix":"75.600000","energie":"Essence","libelle":"Pare choc arri\u00e8re d'occasion pour RENAULT Clio I 3 portes Phase 1&2","seller_name":"SARL N7 AUTO PI\u00c8CES","ordre_affichage":"20608","snipet":"[{\"value\":\"Essence\",\"name\":\"Energie\"},{\"value\":\"24 mois\",\"name\":\"Garantie\"},{\"value\":\"126459\",\"name\":\"Kilom\\u00e9trage\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/0\/4\/4\/131601044-home_default.webp","fdp_incluse":"0","code_moteur":"D7F_730","reference_constructeur":"7701469649","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"pare-choc-arriere","category_name":"Pare choc arri\u00e8re","link":"https:\/\/boutique.francecasse.fr\/pare-choc-arriere\/37658099-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.html","attribute_price":0,"price_tax_exc":75.6,"price_without_reduction":75.6,"price_without_reduction_without_tax":75.6,"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":"Usure","value":"Bon \u00e9tat","id_feature":"8","position":"6"},{"name":"Garantie","value":"24 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":"126459","id_feature":"19","position":"17"},{"name":"Remarques","value":"- Couleur : Gris fonc\u00e9\n- Code couleur : 630\n- Quelques rayures","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\/3\/1\/6\/0\/1\/0\/4\/4\/131601044-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/0\/4\/4\/131601044-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/0\/4\/4\/131601044-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/0\/4\/4\/131601044-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/0\/4\/4\/131601044-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/0\/4\/4\/131601044-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/0\/4\/4\/131601044-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/0\/4\/4\/131601044-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"131601044","position":"1","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4491\/2023_8\/Piece-Pare-choc-arriere-7701469649-RENAULT-CLIO-1-PHASE-3-e2a3ab92ddb2d8b607c1c565ecfb06b575281c27780e4b4135385dc38efc83ae.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/0\/6\/0\/131601060-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/0\/6\/0\/131601060-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/0\/6\/0\/131601060-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/0\/6\/0\/131601060-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/0\/6\/0\/131601060-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/0\/6\/0\/131601060-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/0\/6\/0\/131601060-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/0\/6\/0\/131601060-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131601060","position":"2","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4491\/2023_8\/Piece-Pare-choc-arriere-7701469649-RENAULT-CLIO-1-PHASE-3-41cf576ce85379d8dd44e97f213804e6edb42c73d8641474225a5c64bba16c28.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/0\/7\/4\/131601074-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/0\/7\/4\/131601074-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/0\/7\/4\/131601074-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/0\/7\/4\/131601074-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/0\/7\/4\/131601074-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/0\/7\/4\/131601074-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/0\/7\/4\/131601074-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/0\/7\/4\/131601074-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131601074","position":"3","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4491\/2023_8\/Piece-Pare-choc-arriere-7701469649-RENAULT-CLIO-1-PHASE-3-e11cee45e87f68d954257194cbad87691791a6617954cce8f8d78dc6d989949d.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/0\/9\/0\/131601090-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/0\/9\/0\/131601090-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/0\/9\/0\/131601090-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/0\/9\/0\/131601090-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/0\/9\/0\/131601090-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/0\/9\/0\/131601090-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/0\/9\/0\/131601090-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/0\/9\/0\/131601090-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131601090","position":"4","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4491\/2023_8\/Piece-Pare-choc-arriere-7701469649-RENAULT-CLIO-1-PHASE-3-f6664fc08997e785ccd6edcf69073e67dd1226e0eb33b2587512f7828c424829.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/1\/0\/4\/131601104-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/1\/0\/4\/131601104-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/1\/0\/4\/131601104-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/1\/0\/4\/131601104-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/1\/0\/4\/131601104-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/1\/0\/4\/131601104-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/1\/0\/4\/131601104-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/1\/0\/4\/131601104-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131601104","position":"5","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4491\/2023_8\/Piece-Pare-choc-arriere-7701469649-RENAULT-CLIO-1-PHASE-3-84c5c5acd5c9d5d80a4c803237da3c32a3f891e18faac0ef15e05500b902ee53.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/1\/1\/9\/131601119-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/1\/1\/9\/131601119-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/1\/1\/9\/131601119-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/1\/1\/9\/131601119-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/1\/1\/9\/131601119-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/1\/1\/9\/131601119-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/1\/1\/9\/131601119-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/1\/1\/9\/131601119-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131601119","position":"6","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4491\/2023_8\/Piece-Pare-choc-arriere-7701469649-RENAULT-CLIO-1-PHASE-3-6bd6013ddc8ad86d10f6096220c19b2774066f282cc7b7782b78a5b39da065a8.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/1\/3\/1\/131601131-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/1\/3\/1\/131601131-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/1\/3\/1\/131601131-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/1\/3\/1\/131601131-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/1\/3\/1\/131601131-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/1\/3\/1\/131601131-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/1\/3\/1\/131601131-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/1\/3\/1\/131601131-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131601131","position":"7","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4491\/2023_8\/Piece-Pare-choc-arriere-7701469649-RENAULT-CLIO-1-PHASE-3-ec37dc0e2dfe3953739e176432389db15396c5f0cbb73a886c0c68163ffe0dbf.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/1\/4\/7\/131601147-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/1\/4\/7\/131601147-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/1\/4\/7\/131601147-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/1\/4\/7\/131601147-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/1\/4\/7\/131601147-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/1\/4\/7\/131601147-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/1\/4\/7\/131601147-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/1\/4\/7\/131601147-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131601147","position":"8","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4491\/2023_8\/Piece-Pare-choc-arriere-7701469649-RENAULT-CLIO-1-PHASE-3-3737110690139107ec31c49999c08238cc6ec065518f65b80171975406d63363.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/1\/6\/2\/131601162-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/1\/6\/2\/131601162-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/1\/6\/2\/131601162-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/1\/6\/2\/131601162-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/1\/6\/2\/131601162-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/1\/6\/2\/131601162-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/1\/6\/2\/131601162-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/1\/6\/2\/131601162-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131601162","position":"9","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4491\/2023_8\/Piece-Pare-choc-arriere-7701469649-RENAULT-CLIO-1-PHASE-3-7924e365a3d17b764ca8f9005fa2d941e1cf8f3c4d3e47770bac3a305b9d8770.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/1\/8\/2\/131601182-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/1\/8\/2\/131601182-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/1\/8\/2\/131601182-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/1\/8\/2\/131601182-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/1\/8\/2\/131601182-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/1\/8\/2\/131601182-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/1\/8\/2\/131601182-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/1\/8\/2\/131601182-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131601182","position":"10","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4491\/2023_8\/Piece-Pare-choc-arriere-7701469649-RENAULT-CLIO-1-PHASE-3-3182c1613d6e4ef88464a35ffaa097fa9d372f5769a8a73b40fc678e39b6d91a.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/0\/4\/4\/131601044-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/0\/4\/4\/131601044-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/0\/4\/4\/131601044-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/0\/4\/4\/131601044-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/0\/4\/4\/131601044-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/0\/4\/4\/131601044-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/0\/4\/4\/131601044-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/0\/1\/0\/4\/4\/131601044-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"131601044","position":"1","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4491\/2023_8\/Piece-Pare-choc-arriere-7701469649-RENAULT-CLIO-1-PHASE-3-e2a3ab92ddb2d8b607c1c565ecfb06b575281c27780e4b4135385dc38efc83ae.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":75.6,"regular_price_amount":75.6,"regular_price":"75,60\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=8283495&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"8283495","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/pare-choc-arriere\/8283495-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.html","canonical_url":"https:\/\/boutique.francecasse.fr\/pare-choc-arriere\/8283495-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"8283495","id_supplier":"0","id_manufacturer":"0","id_category_default":"18281","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":"59,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-26 14:44:29","date_upd":"2026-07-25 19:32:18","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"PETITE RAYURE VOIR LA PHOTOS 3BON ETAT GENERAL","link_rewrite":"pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12","meta_description":"","meta_keywords":"","meta_title":"","name":"Pare choc arri\u00e8re d'occasion pour RENAULT Clio I 3 portes Phase 1&2","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"8283495-44549277","id_product_attribute":"0","allow_oosp":0,"category":"pare-choc-arriere","category_name":"Pare choc arri\u00e8re","link":"https:\/\/boutique.francecasse.fr\/pare-choc-arriere\/8283495-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.html","attribute_price":0,"price_tax_exc":59,"price_without_reduction":59,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Couleur","value":"ROUGE","id_feature":"2","position":"1"},{"name":"Version","value":"Chipie 1.2 60ch","id_feature":"3","position":"2"},{"name":"Energie","value":"Essence","id_feature":"6","position":"4"},{"name":"Carrosserie","value":null,"id_feature":"7","position":"5"},{"name":"Carrosserie","value":null,"id_feature":"7","position":"5"},{"name":"Puissance cheveaux","value":null,"id_feature":"15","position":"13"},{"name":"Puissance cheveaux","value":null,"id_feature":"15","position":"13"},{"name":"Cylindr\u00e9e","value":null,"id_feature":"16","position":"14"},{"name":"Cylindr\u00e9e","value":null,"id_feature":"16","position":"14"},{"name":"Puissance DIN","value":null,"id_feature":"17","position":"15"},{"name":"Puissance DIN","value":null,"id_feature":"17","position":"15"},{"name":"Date de mise en circulation","value":"03\/11\/1994","id_feature":"18","position":"16"},{"name":"Kilom\u00e9trage","value":"169251 km","id_feature":"19","position":"17"},{"name":"Remarques","value":"PETITE RAYURE VOIR LA PHOTOS 3BON ETAT GENERAL","id_feature":"24","position":"22"},{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"},{"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\/4\/4\/5\/4\/9\/2\/7\/6\/44549276-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/7\/6\/44549276-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/7\/6\/44549276-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/7\/6\/44549276-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/7\/6\/44549276-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/7\/6\/44549276-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/7\/6\/44549276-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/7\/6\/44549276-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"44549276","position":"1","id_origin":"http:\/\/photos.careco.fr\/apl\/126000316673_1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/7\/7\/44549277-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/7\/7\/44549277-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/7\/7\/44549277-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/7\/7\/44549277-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/7\/7\/44549277-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/7\/7\/44549277-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/7\/7\/44549277-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/7\/7\/44549277-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"44549277","position":"2","id_origin":"http:\/\/photos.careco.fr\/apl\/126000316673_2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/7\/8\/44549278-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/7\/8\/44549278-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/7\/8\/44549278-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/7\/8\/44549278-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/7\/8\/44549278-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/7\/8\/44549278-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/7\/8\/44549278-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/7\/8\/44549278-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"44549278","position":"3","id_origin":"http:\/\/photos.careco.fr\/apl\/126000316673_3.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/7\/9\/44549279-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/7\/9\/44549279-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/7\/9\/44549279-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/7\/9\/44549279-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/7\/9\/44549279-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/7\/9\/44549279-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/7\/9\/44549279-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/7\/9\/44549279-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"44549279","position":"4","id_origin":"http:\/\/photos.careco.fr\/apl\/126000316673_4.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/8\/0\/44549280-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/8\/0\/44549280-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/8\/0\/44549280-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/8\/0\/44549280-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/8\/0\/44549280-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/8\/0\/44549280-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/8\/0\/44549280-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/8\/0\/44549280-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"44549280","position":"5","id_origin":"http:\/\/photos.careco.fr\/apl\/126000316673_5.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/8\/1\/44549281-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/8\/1\/44549281-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/8\/1\/44549281-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/8\/1\/44549281-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/8\/1\/44549281-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/8\/1\/44549281-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/8\/1\/44549281-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/8\/1\/44549281-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"44549281","position":"6","id_origin":"http:\/\/photos.careco.fr\/apl\/126000316673_6.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/8\/2\/44549282-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/8\/2\/44549282-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/8\/2\/44549282-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/8\/2\/44549282-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/8\/2\/44549282-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/8\/2\/44549282-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/8\/2\/44549282-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/8\/2\/44549282-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"44549282","position":"7","id_origin":"http:\/\/photos.careco.fr\/apl\/126000316673_7.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/8\/3\/44549283-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/8\/3\/44549283-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/8\/3\/44549283-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/8\/3\/44549283-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/8\/3\/44549283-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/8\/3\/44549283-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/8\/3\/44549283-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/8\/3\/44549283-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"44549283","position":"8","id_origin":"http:\/\/photos.careco.fr\/apl\/126000316673_8.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/8\/4\/44549284-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/8\/4\/44549284-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/8\/4\/44549284-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/8\/4\/44549284-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/8\/4\/44549284-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/8\/4\/44549284-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/8\/4\/44549284-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/8\/4\/44549284-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"44549284","position":"9","id_origin":"http:\/\/photos.careco.fr\/apl\/126000316673_9.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/7\/6\/44549276-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/7\/6\/44549276-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/7\/6\/44549276-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/7\/6\/44549276-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/7\/6\/44549276-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/7\/6\/44549276-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/7\/6\/44549276-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/7\/6\/44549276-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"44549276","position":"1","id_origin":"http:\/\/photos.careco.fr\/apl\/126000316673_1.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":59,"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":"ROUGE","id_feature":"2","position":"1"},"Version":{"name":"Version","value":"Chipie 1.2 60ch","id_feature":"3","position":"2"},"Energie":{"name":"Energie","value":"Essence","id_feature":"6","position":"4"},"Carrosserie":{"name":"Carrosserie","value":"\n","id_feature":"7","position":"5"},"Puissance cheveaux":{"name":"Puissance cheveaux","value":"\n","id_feature":"15","position":"13"},"Cylindr\u00e9e":{"name":"Cylindr\u00e9e","value":"\n","id_feature":"16","position":"14"},"Puissance DIN":{"name":"Puissance DIN","value":"\n","id_feature":"17","position":"15"},"Date de mise en circulation":{"name":"Date de mise en circulation","value":"03\/11\/1994","id_feature":"18","position":"16"},"Kilom\u00e9trage":{"name":"Kilom\u00e9trage","value":"169251 km","id_feature":"19","position":"17"},"Remarques":{"name":"Remarques","value":"PETITE RAYURE VOIR LA PHOTOS 3BON ETAT GENERAL","id_feature":"24","position":"22"},"Nombre de portes":{"name":"Nombre de portes","value":"\n","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":"8283495","id_supplier":"0","id_manufacturer":"0","id_category_default":"18281","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":"59,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":"7701466676","location":"B1E PORTE A","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"20.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-26 14:44:29","date_upd":"2026-07-25 19:32:18","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"17:A126_534709012301756","casse":"12376","type_vhu":"","taxe_sur_marge":"0","price_ttc":"0.000000","wholesale_price_ttc":"0.000000","price_new":"98.310000","frais_port":"0.000000","vhu_destockage":"0","vehicule_image_ids":"","corrige":"0","immatriculation":"CF069WK","vehicule_origin_id":"17:CF069WK2301756C57A05","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":"RENAULT","origin_modele":"CLIO I PHASE 2 - 3P 1994-03->1996-03","origin_modele_parent":"CLIO","origin_modele_parent_id":"CLIO","origin_version":"","origin_piece":"PARE-CHOC AR (PARTIE AR - PARE-CHOC AR)","id_category_piece":"18281","id_category_marque":"1859","id_category_modele":"12494","id_category_version":"12494","a_supprimer":"0","fake_deleted_at":null,"code_moteur_manually_updated":"0","uwp_to_delete":"0","origin_marque_id":"RENAULT","origin_modele_id":"CLIO","origin_piece_id":"PARE-CHOC AR (PARTIE AR - PARE-CHOC AR)","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":"17","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"PETITE RAYURE VOIR LA PHOTOS 3BON ETAT GENERAL","link_rewrite":"pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Pare choc arri\u00e8re d'occasion pour RENAULT Clio I 3 portes Phase 1&2","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"PETITE RAYURE VOIR LA PHOTOS 3BON ETAT GENERAL","new":"0","id_tampon_product":"6999045","id_modele_parent":"9387","id_energie":"16532","id_seller":"17","id_country_seller":"8","id_image":"8283495-44549277","prix":"59.000000","energie":"Essence","libelle":"Pare choc arri\u00e8re d'occasion pour RENAULT Clio I 3 portes Phase 1&2","seller_name":"AUTO PIECES LOUHANS","ordre_affichage":"5600","snipet":"[{\"value\":\"Chipie 1.2 60ch\",\"name\":\"Version\"},{\"value\":\"Essence\",\"name\":\"Energie\"},{\"value\":\"169251 km\",\"name\":\"Kilom\\u00e9trage\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/7\/6\/44549276-home_default.webp","fdp_incluse":"0","code_moteur":"","reference_constructeur":"7701466676","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"pare-choc-arriere","category_name":"Pare choc arri\u00e8re","link":"https:\/\/boutique.francecasse.fr\/pare-choc-arriere\/8283495-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.html","attribute_price":0,"price_tax_exc":59,"price_without_reduction":59,"price_without_reduction_without_tax":59,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Couleur","value":"ROUGE","id_feature":"2","position":"1"},{"name":"Version","value":"Chipie 1.2 60ch","id_feature":"3","position":"2"},{"name":"Energie","value":"Essence","id_feature":"6","position":"4"},{"name":"Carrosserie","value":null,"id_feature":"7","position":"5"},{"name":"Carrosserie","value":null,"id_feature":"7","position":"5"},{"name":"Puissance cheveaux","value":null,"id_feature":"15","position":"13"},{"name":"Puissance cheveaux","value":null,"id_feature":"15","position":"13"},{"name":"Cylindr\u00e9e","value":null,"id_feature":"16","position":"14"},{"name":"Cylindr\u00e9e","value":null,"id_feature":"16","position":"14"},{"name":"Puissance DIN","value":null,"id_feature":"17","position":"15"},{"name":"Puissance DIN","value":null,"id_feature":"17","position":"15"},{"name":"Date de mise en circulation","value":"03\/11\/1994","id_feature":"18","position":"16"},{"name":"Kilom\u00e9trage","value":"169251 km","id_feature":"19","position":"17"},{"name":"Remarques","value":"PETITE RAYURE VOIR LA PHOTOS 3BON ETAT GENERAL","id_feature":"24","position":"22"},{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"},{"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\/4\/4\/5\/4\/9\/2\/7\/6\/44549276-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/7\/6\/44549276-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/7\/6\/44549276-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/7\/6\/44549276-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/7\/6\/44549276-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/7\/6\/44549276-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/7\/6\/44549276-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/7\/6\/44549276-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"44549276","position":"1","id_origin":"http:\/\/photos.careco.fr\/apl\/126000316673_1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/7\/7\/44549277-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/7\/7\/44549277-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/7\/7\/44549277-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/7\/7\/44549277-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/7\/7\/44549277-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/7\/7\/44549277-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/7\/7\/44549277-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/7\/7\/44549277-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"44549277","position":"2","id_origin":"http:\/\/photos.careco.fr\/apl\/126000316673_2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/7\/8\/44549278-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/7\/8\/44549278-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/7\/8\/44549278-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/7\/8\/44549278-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/7\/8\/44549278-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/7\/8\/44549278-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/7\/8\/44549278-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/7\/8\/44549278-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"44549278","position":"3","id_origin":"http:\/\/photos.careco.fr\/apl\/126000316673_3.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/7\/9\/44549279-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/7\/9\/44549279-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/7\/9\/44549279-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/7\/9\/44549279-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/7\/9\/44549279-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/7\/9\/44549279-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/7\/9\/44549279-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/7\/9\/44549279-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"44549279","position":"4","id_origin":"http:\/\/photos.careco.fr\/apl\/126000316673_4.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/8\/0\/44549280-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/8\/0\/44549280-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/8\/0\/44549280-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/8\/0\/44549280-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/8\/0\/44549280-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/8\/0\/44549280-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/8\/0\/44549280-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/8\/0\/44549280-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"44549280","position":"5","id_origin":"http:\/\/photos.careco.fr\/apl\/126000316673_5.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/8\/1\/44549281-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/8\/1\/44549281-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/8\/1\/44549281-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/8\/1\/44549281-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/8\/1\/44549281-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/8\/1\/44549281-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/8\/1\/44549281-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/8\/1\/44549281-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"44549281","position":"6","id_origin":"http:\/\/photos.careco.fr\/apl\/126000316673_6.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/8\/2\/44549282-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/8\/2\/44549282-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/8\/2\/44549282-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/8\/2\/44549282-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/8\/2\/44549282-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/8\/2\/44549282-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/8\/2\/44549282-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/8\/2\/44549282-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"44549282","position":"7","id_origin":"http:\/\/photos.careco.fr\/apl\/126000316673_7.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/8\/3\/44549283-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/8\/3\/44549283-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/8\/3\/44549283-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/8\/3\/44549283-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/8\/3\/44549283-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/8\/3\/44549283-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/8\/3\/44549283-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/8\/3\/44549283-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"44549283","position":"8","id_origin":"http:\/\/photos.careco.fr\/apl\/126000316673_8.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/8\/4\/44549284-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/8\/4\/44549284-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/8\/4\/44549284-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/8\/4\/44549284-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/8\/4\/44549284-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/8\/4\/44549284-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/8\/4\/44549284-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/8\/4\/44549284-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"44549284","position":"9","id_origin":"http:\/\/photos.careco.fr\/apl\/126000316673_9.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/7\/6\/44549276-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/7\/6\/44549276-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/7\/6\/44549276-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/7\/6\/44549276-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/7\/6\/44549276-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/7\/6\/44549276-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/7\/6\/44549276-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/4\/4\/5\/4\/9\/2\/7\/6\/44549276-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"44549276","position":"1","id_origin":"http:\/\/photos.careco.fr\/apl\/126000316673_1.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":59,"regular_price_amount":59,"regular_price":"59,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=39067168&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"39067168","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/pare-choc-arriere\/39067168-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.html","canonical_url":"https:\/\/boutique.francecasse.fr\/pare-choc-arriere\/39067168-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"39067168","id_supplier":"1","id_manufacturer":"0","id_category_default":"18281","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":"50,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-26 14:47:22","date_upd":"2026-07-26 02:33:24","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Pare choc arri\u00e8re d'occasion pour RENAULT Clio I 3 portes Phase 1&amp;2","link_rewrite":"pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12","meta_description":"","meta_keywords":"","meta_title":"","name":"Pare choc arri\u00e8re d'occasion pour RENAULT Clio I 3 portes Phase 1&2","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"39067168-140638316","id_product_attribute":"0","allow_oosp":0,"category":"pare-choc-arriere","category_name":"Pare choc arri\u00e8re","link":"https:\/\/boutique.francecasse.fr\/pare-choc-arriere\/39067168-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.html","attribute_price":0,"price_tax_exc":50,"price_without_reduction":50,"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":"Usure","value":"Bon \u00e9tat","id_feature":"8","position":"6"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Remarques","value":null,"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\/4\/0\/6\/3\/8\/2\/9\/8\/140638298-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/2\/9\/8\/140638298-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/2\/9\/8\/140638298-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/2\/9\/8\/140638298-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/2\/9\/8\/140638298-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/2\/9\/8\/140638298-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/2\/9\/8\/140638298-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/2\/9\/8\/140638298-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"140638298","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4405\/po_photo\/2025\/03\/102477265-c3ebe83c-25f1-4562-a9d2-10f236885e33-Piece-Pare-choc-arriere-7701469648-RENAULT-CLIO-1-PHASE-3-5ca91087f1d96bc7ac314f0e08993f67d02c72db95eb9eb044dc9a071f18e2ac_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/3\/1\/6\/140638316-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/3\/1\/6\/140638316-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/3\/1\/6\/140638316-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/3\/1\/6\/140638316-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/3\/1\/6\/140638316-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/3\/1\/6\/140638316-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/3\/1\/6\/140638316-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/3\/1\/6\/140638316-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"140638316","position":"2","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4405\/po_photo\/2025\/03\/102477265-454c6448-304e-4b29-a95a-466d755d92aa-Piece-Pare-choc-arriere-7701469648-RENAULT-CLIO-1-PHASE-3-e158b94b2b827f48af7db8e938e8117ef7bc7a45c41311bbee3ed2e315f6bdd6_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/3\/3\/2\/140638332-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/3\/3\/2\/140638332-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/3\/3\/2\/140638332-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/3\/3\/2\/140638332-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/3\/3\/2\/140638332-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/3\/3\/2\/140638332-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/3\/3\/2\/140638332-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/3\/3\/2\/140638332-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"140638332","position":"3","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4405\/po_photo\/2025\/03\/102477265-b8f193f6-4271-4a8e-afb3-e3a1a23e6e94-Piece-Pare-choc-arriere-7701469648-RENAULT-CLIO-1-PHASE-3-b1f009620e1faac67998d419e435d952f1981c1761d039b7163f2a65704390be_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/3\/4\/3\/140638343-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/3\/4\/3\/140638343-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/3\/4\/3\/140638343-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/3\/4\/3\/140638343-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/3\/4\/3\/140638343-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/3\/4\/3\/140638343-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/3\/4\/3\/140638343-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/3\/4\/3\/140638343-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"140638343","position":"4","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4405\/po_photo\/2025\/03\/102477265-b676b723-3a44-46f4-a5e5-568777660075-Piece-Pare-choc-arriere-7701469648-RENAULT-CLIO-1-PHASE-3-8e8edd089f8dc0e579bf14d3105f5b1f5c4514bd640992ea86905964ed19079c_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/3\/5\/3\/140638353-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/3\/5\/3\/140638353-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/3\/5\/3\/140638353-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/3\/5\/3\/140638353-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/3\/5\/3\/140638353-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/3\/5\/3\/140638353-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/3\/5\/3\/140638353-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/3\/5\/3\/140638353-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"140638353","position":"5","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4405\/po_photo\/2025\/03\/102477265-7c336131-eb7c-49c7-8c40-8ab1d12f31b7-Piece-Pare-choc-arriere-7701469648-RENAULT-CLIO-1-PHASE-3-a21a6b2643fff4ee2594061706039283c69b3d93e1b6f2d123a57438342ef816_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/3\/7\/1\/140638371-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/3\/7\/1\/140638371-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/3\/7\/1\/140638371-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/3\/7\/1\/140638371-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/3\/7\/1\/140638371-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/3\/7\/1\/140638371-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/3\/7\/1\/140638371-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/3\/7\/1\/140638371-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"140638371","position":"6","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4405\/po_photo\/2025\/03\/102477265-25d7f526-e3f5-4112-85cf-af5822ce9355-Piece-Pare-choc-arriere-7701469648-RENAULT-CLIO-1-PHASE-3-842c7c4b7f29684069332ee64c9720082b48a3fccdcdd5dee56eb2133486ebf5_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/3\/9\/0\/140638390-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/3\/9\/0\/140638390-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/3\/9\/0\/140638390-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/3\/9\/0\/140638390-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/3\/9\/0\/140638390-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/3\/9\/0\/140638390-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/3\/9\/0\/140638390-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/3\/9\/0\/140638390-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"140638390","position":"7","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4405\/po_photo\/2025\/03\/102477265-e87ca66d-795e-4d8c-8b03-6fabfc31eeb1-Piece-Pare-choc-arriere-7701469648-RENAULT-CLIO-1-PHASE-3-b64cafec16ce90336d935e26f879b158483021fd1c80b4274d68bdaecf364263_o.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/2\/9\/8\/140638298-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/2\/9\/8\/140638298-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/2\/9\/8\/140638298-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/2\/9\/8\/140638298-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/2\/9\/8\/140638298-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/2\/9\/8\/140638298-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/2\/9\/8\/140638298-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/2\/9\/8\/140638298-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"140638298","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4405\/po_photo\/2025\/03\/102477265-c3ebe83c-25f1-4562-a9d2-10f236885e33-Piece-Pare-choc-arriere-7701469648-RENAULT-CLIO-1-PHASE-3-5ca91087f1d96bc7ac314f0e08993f67d02c72db95eb9eb044dc9a071f18e2ac_o.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":50,"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"},"Usure":{"name":"Usure","value":"Bon \u00e9tat","id_feature":"8","position":"6"},"Garantie":{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},"Remarques":{"name":"Remarques","value":null,"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":"39067168","id_supplier":"1","id_manufacturer":"0","id_category_default":"18281","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":"50,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":"7701469648","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"20.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-26 14:47:22","date_upd":"2026-07-26 02:33:24","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"97:102477265","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\":\"42092635\"},{\"id\":\"42092636\"},{\"id\":\"42092637\"},{\"id\":\"42092638\"}]","corrige":"0","immatriculation":"","vehicule_origin_id":"97:VF1557K0C17218489","code_moteur_field":"D7F_730","vehicule_ref_id":"VF1557K0C17218489","vehicule_ktype":"","vehicule_ref_etat":"0","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"RENAULT","origin_modele":"CLIO 1","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"Pare choc arriere","id_category_piece":"18281","id_category_marque":"1859","id_category_modele":"12494","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":"97","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Pare choc arri\u00e8re d'occasion pour RENAULT Clio I 3 portes Phase 1&amp;2","link_rewrite":"pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Pare choc arri\u00e8re d'occasion pour RENAULT Clio I 3 portes Phase 1&2","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"7041259","id_modele_parent":"9387","id_energie":"16532","id_seller":"97","id_country_seller":"8","id_image":"39067168-140638316","prix":"50.000000","energie":"Essence","libelle":"Pare choc arri\u00e8re d'occasion pour RENAULT Clio I 3 portes Phase 1&2","seller_name":"COUTRAS CASSE AUTO","ordre_affichage":"22814","snipet":"[{\"value\":\"Essence\",\"name\":\"Energie\"},{\"value\":\"12 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/2\/9\/8\/140638298-home_default.webp","fdp_incluse":"0","code_moteur":"D7F_730","reference_constructeur":"7701469648","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"pare-choc-arriere","category_name":"Pare choc arri\u00e8re","link":"https:\/\/boutique.francecasse.fr\/pare-choc-arriere\/39067168-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.html","attribute_price":0,"price_tax_exc":50,"price_without_reduction":50,"price_without_reduction_without_tax":50,"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":"Usure","value":"Bon \u00e9tat","id_feature":"8","position":"6"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Remarques","value":null,"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\/4\/0\/6\/3\/8\/2\/9\/8\/140638298-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/2\/9\/8\/140638298-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/2\/9\/8\/140638298-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/2\/9\/8\/140638298-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/2\/9\/8\/140638298-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/2\/9\/8\/140638298-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/2\/9\/8\/140638298-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/2\/9\/8\/140638298-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"140638298","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4405\/po_photo\/2025\/03\/102477265-c3ebe83c-25f1-4562-a9d2-10f236885e33-Piece-Pare-choc-arriere-7701469648-RENAULT-CLIO-1-PHASE-3-5ca91087f1d96bc7ac314f0e08993f67d02c72db95eb9eb044dc9a071f18e2ac_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/3\/1\/6\/140638316-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/3\/1\/6\/140638316-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/3\/1\/6\/140638316-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/3\/1\/6\/140638316-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/3\/1\/6\/140638316-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/3\/1\/6\/140638316-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/3\/1\/6\/140638316-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/3\/1\/6\/140638316-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"140638316","position":"2","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4405\/po_photo\/2025\/03\/102477265-454c6448-304e-4b29-a95a-466d755d92aa-Piece-Pare-choc-arriere-7701469648-RENAULT-CLIO-1-PHASE-3-e158b94b2b827f48af7db8e938e8117ef7bc7a45c41311bbee3ed2e315f6bdd6_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/3\/3\/2\/140638332-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/3\/3\/2\/140638332-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/3\/3\/2\/140638332-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/3\/3\/2\/140638332-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/3\/3\/2\/140638332-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/3\/3\/2\/140638332-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/3\/3\/2\/140638332-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/3\/3\/2\/140638332-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"140638332","position":"3","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4405\/po_photo\/2025\/03\/102477265-b8f193f6-4271-4a8e-afb3-e3a1a23e6e94-Piece-Pare-choc-arriere-7701469648-RENAULT-CLIO-1-PHASE-3-b1f009620e1faac67998d419e435d952f1981c1761d039b7163f2a65704390be_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/3\/4\/3\/140638343-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/3\/4\/3\/140638343-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/3\/4\/3\/140638343-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/3\/4\/3\/140638343-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/3\/4\/3\/140638343-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/3\/4\/3\/140638343-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/3\/4\/3\/140638343-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/3\/4\/3\/140638343-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"140638343","position":"4","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4405\/po_photo\/2025\/03\/102477265-b676b723-3a44-46f4-a5e5-568777660075-Piece-Pare-choc-arriere-7701469648-RENAULT-CLIO-1-PHASE-3-8e8edd089f8dc0e579bf14d3105f5b1f5c4514bd640992ea86905964ed19079c_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/3\/5\/3\/140638353-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/3\/5\/3\/140638353-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/3\/5\/3\/140638353-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/3\/5\/3\/140638353-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/3\/5\/3\/140638353-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/3\/5\/3\/140638353-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/3\/5\/3\/140638353-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/3\/5\/3\/140638353-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"140638353","position":"5","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4405\/po_photo\/2025\/03\/102477265-7c336131-eb7c-49c7-8c40-8ab1d12f31b7-Piece-Pare-choc-arriere-7701469648-RENAULT-CLIO-1-PHASE-3-a21a6b2643fff4ee2594061706039283c69b3d93e1b6f2d123a57438342ef816_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/3\/7\/1\/140638371-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/3\/7\/1\/140638371-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/3\/7\/1\/140638371-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/3\/7\/1\/140638371-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/3\/7\/1\/140638371-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/3\/7\/1\/140638371-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/3\/7\/1\/140638371-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/3\/7\/1\/140638371-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"140638371","position":"6","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4405\/po_photo\/2025\/03\/102477265-25d7f526-e3f5-4112-85cf-af5822ce9355-Piece-Pare-choc-arriere-7701469648-RENAULT-CLIO-1-PHASE-3-842c7c4b7f29684069332ee64c9720082b48a3fccdcdd5dee56eb2133486ebf5_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/3\/9\/0\/140638390-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/3\/9\/0\/140638390-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/3\/9\/0\/140638390-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/3\/9\/0\/140638390-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/3\/9\/0\/140638390-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/3\/9\/0\/140638390-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/3\/9\/0\/140638390-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/3\/9\/0\/140638390-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"140638390","position":"7","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4405\/po_photo\/2025\/03\/102477265-e87ca66d-795e-4d8c-8b03-6fabfc31eeb1-Piece-Pare-choc-arriere-7701469648-RENAULT-CLIO-1-PHASE-3-b64cafec16ce90336d935e26f879b158483021fd1c80b4274d68bdaecf364263_o.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/2\/9\/8\/140638298-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/2\/9\/8\/140638298-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/2\/9\/8\/140638298-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/2\/9\/8\/140638298-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/2\/9\/8\/140638298-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/2\/9\/8\/140638298-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/2\/9\/8\/140638298-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/3\/8\/2\/9\/8\/140638298-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"140638298","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4405\/po_photo\/2025\/03\/102477265-c3ebe83c-25f1-4562-a9d2-10f236885e33-Piece-Pare-choc-arriere-7701469648-RENAULT-CLIO-1-PHASE-3-5ca91087f1d96bc7ac314f0e08993f67d02c72db95eb9eb044dc9a071f18e2ac_o.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":50,"regular_price_amount":50,"regular_price":"50,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=37629370&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"37629370","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/pare-choc-arriere\/37629370-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.html","canonical_url":"https:\/\/boutique.francecasse.fr\/pare-choc-arriere\/37629370-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"37629370","id_supplier":"1","id_manufacturer":"0","id_category_default":"18281","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":"50,40\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-26 14:48:27","date_upd":"2026-07-25 21:23:03","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Pare choc arri\u00e8re d'occasion pour RENAULT Clio I 3 portes Phase 1&amp;2","link_rewrite":"pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12","meta_description":"","meta_keywords":"","meta_title":"","name":"Pare choc arri\u00e8re d'occasion pour RENAULT Clio I 3 portes Phase 1&2","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"37629370-131431751","id_product_attribute":"0","allow_oosp":0,"category":"pare-choc-arriere","category_name":"Pare choc arri\u00e8re","link":"https:\/\/boutique.francecasse.fr\/pare-choc-arriere\/37629370-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.html","attribute_price":0,"price_tax_exc":50.4,"price_without_reduction":50.4,"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":"Usure","value":"Bon \u00e9tat","id_feature":"8","position":"6"},{"name":"Garantie","value":"24 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":"153974","id_feature":"19","position":"17"},{"name":"Remarques","value":"- Couleur : Gris terne\nQuelques rayures","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\/3\/1\/4\/3\/1\/7\/4\/7\/131431747-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/4\/7\/131431747-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/4\/7\/131431747-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/4\/7\/131431747-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/4\/7\/131431747-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/4\/7\/131431747-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/4\/7\/131431747-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/4\/7\/131431747-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"131431747","position":"1","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4491\/2021_12\/Piece-Pare-choc-arriere-7701466676-RENAULT-CLIO-1-PHASE-1-1.2i--8V-b7bf2a781b81a04cd7313a5e9f06c65cfd1c8e9d1f24e8f10f9352c7e2d80974.JPG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/5\/1\/131431751-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/5\/1\/131431751-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/5\/1\/131431751-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/5\/1\/131431751-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/5\/1\/131431751-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/5\/1\/131431751-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/5\/1\/131431751-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/5\/1\/131431751-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131431751","position":"2","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4491\/2021_12\/Piece-Pare-choc-arriere-7701466676-RENAULT-CLIO-1-PHASE-1-1.2i--8V-1a4078fa7e9f87d7461062b9e2f4fc0528fd7c1135bd8257b5b82e42a13b7858.JPG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/5\/8\/131431758-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/5\/8\/131431758-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/5\/8\/131431758-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/5\/8\/131431758-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/5\/8\/131431758-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/5\/8\/131431758-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/5\/8\/131431758-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/5\/8\/131431758-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131431758","position":"3","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4491\/2021_12\/Piece-Pare-choc-arriere-7701466676-RENAULT-CLIO-1-PHASE-1-1.2i--8V-d520defd1499da0006c9f76f057e1c460ee48a2a46b36a80cef73f2f2570038a.JPG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/6\/6\/131431766-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/6\/6\/131431766-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/6\/6\/131431766-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/6\/6\/131431766-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/6\/6\/131431766-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/6\/6\/131431766-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/6\/6\/131431766-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/6\/6\/131431766-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131431766","position":"4","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4491\/2021_12\/Piece-Pare-choc-arriere-7701466676-RENAULT-CLIO-1-PHASE-1-1.2i--8V-ebf7d25cd3501bbd8cdad07e4008000d73383f7e4c8cd98392be163a272d50a9.JPG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/7\/0\/131431770-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/7\/0\/131431770-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/7\/0\/131431770-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/7\/0\/131431770-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/7\/0\/131431770-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/7\/0\/131431770-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/7\/0\/131431770-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/7\/0\/131431770-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131431770","position":"5","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4491\/2021_12\/Piece-Pare-choc-arriere-7701466676-RENAULT-CLIO-1-PHASE-1-1.2i--8V-b89b1b2cb46cf827eb374aa0a1189ef8895ecf96f5fa8a3098c6bba4c4f02471.JPG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/7\/5\/131431775-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/7\/5\/131431775-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/7\/5\/131431775-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/7\/5\/131431775-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/7\/5\/131431775-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/7\/5\/131431775-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/7\/5\/131431775-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/7\/5\/131431775-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131431775","position":"6","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4491\/2021_12\/Piece-Pare-choc-arriere-7701466676-RENAULT-CLIO-1-PHASE-1-1.2i--8V-fe1df3d80f2f0c3fb0e1f255de26b9e459330be7ccaaefd065787ff51568a663.JPG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/8\/3\/131431783-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/8\/3\/131431783-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/8\/3\/131431783-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/8\/3\/131431783-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/8\/3\/131431783-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/8\/3\/131431783-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/8\/3\/131431783-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/8\/3\/131431783-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131431783","position":"7","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4491\/2021_12\/Piece-Pare-choc-arriere-7701466676-RENAULT-CLIO-1-PHASE-1-1.2i--8V-f604adda492af4ab2baba205e3a7886f4fe40ba10f609246cb3f9babbe437ad0.JPG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/8\/9\/131431789-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/8\/9\/131431789-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/8\/9\/131431789-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/8\/9\/131431789-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/8\/9\/131431789-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/8\/9\/131431789-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/8\/9\/131431789-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/8\/9\/131431789-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131431789","position":"8","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4491\/2021_12\/Piece-Pare-choc-arriere-7701466676-RENAULT-CLIO-1-PHASE-1-1.2i--8V-fb3047dd5dee5afeeba9436f370541f918bccf8493f3586b28beabb7020b3d5a.JPG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/9\/9\/131431799-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/9\/9\/131431799-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/9\/9\/131431799-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/9\/9\/131431799-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/9\/9\/131431799-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/9\/9\/131431799-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/9\/9\/131431799-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/9\/9\/131431799-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131431799","position":"9","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4491\/2021_12\/Piece-Pare-choc-arriere-7701466676-RENAULT-CLIO-1-PHASE-1-1.2i--8V-067d7fb34fd67ff58dc7c026ae7bb5623ffe6c6a6406ab30a1a58176de86fcc8.JPG","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/4\/7\/131431747-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/4\/7\/131431747-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/4\/7\/131431747-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/4\/7\/131431747-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/4\/7\/131431747-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/4\/7\/131431747-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/4\/7\/131431747-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/4\/7\/131431747-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"131431747","position":"1","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4491\/2021_12\/Piece-Pare-choc-arriere-7701466676-RENAULT-CLIO-1-PHASE-1-1.2i--8V-b7bf2a781b81a04cd7313a5e9f06c65cfd1c8e9d1f24e8f10f9352c7e2d80974.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":50.4,"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"},"Usure":{"name":"Usure","value":"Bon \u00e9tat","id_feature":"8","position":"6"},"Garantie":{"name":"Garantie","value":"24 mois","id_feature":"14","position":"12"},"Kilom\u00e9trage":{"name":"Kilom\u00e9trage","value":"153974","id_feature":"19","position":"17"},"Remarques":{"name":"Remarques","value":"- Couleur : Gris terne\nQuelques rayures","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":"37629370","id_supplier":"1","id_manufacturer":"0","id_category_default":"18281","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":"50,40\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":"7701466676","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"20.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-26 14:48:27","date_upd":"2026-07-25 21:23:03","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"93:39220263","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":"93:VF1B57A0511763097","code_moteur_field":"E7F_700","vehicule_ref_id":"VF1B57A0511763097","vehicule_ktype":"","vehicule_ref_etat":"0","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"RENAULT","origin_modele":"CLIO 1","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"Pare choc arriere","id_category_piece":"18281","id_category_marque":"1859","id_category_modele":"12494","id_category_version":"12494","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":"93","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Pare choc arri\u00e8re d'occasion pour RENAULT Clio I 3 portes Phase 1&amp;2","link_rewrite":"pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Pare choc arri\u00e8re d'occasion pour RENAULT Clio I 3 portes Phase 1&2","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"7048453","id_modele_parent":"9387","id_energie":"16532","id_seller":"93","id_country_seller":"8","id_image":"37629370-131431751","prix":"50.400000","energie":"Essence","libelle":"Pare choc arri\u00e8re d'occasion pour RENAULT Clio I 3 portes Phase 1&2","seller_name":"SARL N7 AUTO PI\u00c8CES","ordre_affichage":"5010","snipet":"[{\"value\":\"Essence\",\"name\":\"Energie\"},{\"value\":\"24 mois\",\"name\":\"Garantie\"},{\"value\":\"153974\",\"name\":\"Kilom\\u00e9trage\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/4\/7\/131431747-home_default.webp","fdp_incluse":"0","code_moteur":"E7F_700","reference_constructeur":"7701466676","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"pare-choc-arriere","category_name":"Pare choc arri\u00e8re","link":"https:\/\/boutique.francecasse.fr\/pare-choc-arriere\/37629370-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.html","attribute_price":0,"price_tax_exc":50.4,"price_without_reduction":50.4,"price_without_reduction_without_tax":50.4,"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":"Usure","value":"Bon \u00e9tat","id_feature":"8","position":"6"},{"name":"Garantie","value":"24 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":"153974","id_feature":"19","position":"17"},{"name":"Remarques","value":"- Couleur : Gris terne\nQuelques rayures","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\/3\/1\/4\/3\/1\/7\/4\/7\/131431747-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/4\/7\/131431747-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/4\/7\/131431747-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/4\/7\/131431747-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/4\/7\/131431747-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/4\/7\/131431747-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/4\/7\/131431747-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/4\/7\/131431747-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"131431747","position":"1","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4491\/2021_12\/Piece-Pare-choc-arriere-7701466676-RENAULT-CLIO-1-PHASE-1-1.2i--8V-b7bf2a781b81a04cd7313a5e9f06c65cfd1c8e9d1f24e8f10f9352c7e2d80974.JPG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/5\/1\/131431751-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/5\/1\/131431751-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/5\/1\/131431751-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/5\/1\/131431751-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/5\/1\/131431751-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/5\/1\/131431751-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/5\/1\/131431751-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/5\/1\/131431751-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131431751","position":"2","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4491\/2021_12\/Piece-Pare-choc-arriere-7701466676-RENAULT-CLIO-1-PHASE-1-1.2i--8V-1a4078fa7e9f87d7461062b9e2f4fc0528fd7c1135bd8257b5b82e42a13b7858.JPG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/5\/8\/131431758-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/5\/8\/131431758-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/5\/8\/131431758-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/5\/8\/131431758-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/5\/8\/131431758-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/5\/8\/131431758-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/5\/8\/131431758-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/5\/8\/131431758-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131431758","position":"3","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4491\/2021_12\/Piece-Pare-choc-arriere-7701466676-RENAULT-CLIO-1-PHASE-1-1.2i--8V-d520defd1499da0006c9f76f057e1c460ee48a2a46b36a80cef73f2f2570038a.JPG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/6\/6\/131431766-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/6\/6\/131431766-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/6\/6\/131431766-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/6\/6\/131431766-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/6\/6\/131431766-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/6\/6\/131431766-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/6\/6\/131431766-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/6\/6\/131431766-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131431766","position":"4","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4491\/2021_12\/Piece-Pare-choc-arriere-7701466676-RENAULT-CLIO-1-PHASE-1-1.2i--8V-ebf7d25cd3501bbd8cdad07e4008000d73383f7e4c8cd98392be163a272d50a9.JPG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/7\/0\/131431770-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/7\/0\/131431770-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/7\/0\/131431770-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/7\/0\/131431770-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/7\/0\/131431770-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/7\/0\/131431770-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/7\/0\/131431770-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/7\/0\/131431770-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131431770","position":"5","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4491\/2021_12\/Piece-Pare-choc-arriere-7701466676-RENAULT-CLIO-1-PHASE-1-1.2i--8V-b89b1b2cb46cf827eb374aa0a1189ef8895ecf96f5fa8a3098c6bba4c4f02471.JPG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/7\/5\/131431775-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/7\/5\/131431775-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/7\/5\/131431775-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/7\/5\/131431775-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/7\/5\/131431775-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/7\/5\/131431775-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/7\/5\/131431775-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/7\/5\/131431775-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131431775","position":"6","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4491\/2021_12\/Piece-Pare-choc-arriere-7701466676-RENAULT-CLIO-1-PHASE-1-1.2i--8V-fe1df3d80f2f0c3fb0e1f255de26b9e459330be7ccaaefd065787ff51568a663.JPG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/8\/3\/131431783-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/8\/3\/131431783-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/8\/3\/131431783-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/8\/3\/131431783-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/8\/3\/131431783-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/8\/3\/131431783-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/8\/3\/131431783-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/8\/3\/131431783-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131431783","position":"7","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4491\/2021_12\/Piece-Pare-choc-arriere-7701466676-RENAULT-CLIO-1-PHASE-1-1.2i--8V-f604adda492af4ab2baba205e3a7886f4fe40ba10f609246cb3f9babbe437ad0.JPG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/8\/9\/131431789-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/8\/9\/131431789-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/8\/9\/131431789-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/8\/9\/131431789-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/8\/9\/131431789-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/8\/9\/131431789-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/8\/9\/131431789-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/8\/9\/131431789-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131431789","position":"8","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4491\/2021_12\/Piece-Pare-choc-arriere-7701466676-RENAULT-CLIO-1-PHASE-1-1.2i--8V-fb3047dd5dee5afeeba9436f370541f918bccf8493f3586b28beabb7020b3d5a.JPG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/9\/9\/131431799-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/9\/9\/131431799-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/9\/9\/131431799-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/9\/9\/131431799-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/9\/9\/131431799-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/9\/9\/131431799-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/9\/9\/131431799-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/9\/9\/131431799-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131431799","position":"9","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4491\/2021_12\/Piece-Pare-choc-arriere-7701466676-RENAULT-CLIO-1-PHASE-1-1.2i--8V-067d7fb34fd67ff58dc7c026ae7bb5623ffe6c6a6406ab30a1a58176de86fcc8.JPG","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/4\/7\/131431747-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/4\/7\/131431747-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/4\/7\/131431747-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/4\/7\/131431747-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/4\/7\/131431747-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/4\/7\/131431747-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/4\/7\/131431747-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/4\/3\/1\/7\/4\/7\/131431747-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"131431747","position":"1","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/4491\/2021_12\/Piece-Pare-choc-arriere-7701466676-RENAULT-CLIO-1-PHASE-1-1.2i--8V-b7bf2a781b81a04cd7313a5e9f06c65cfd1c8e9d1f24e8f10f9352c7e2d80974.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":50.4,"regular_price_amount":50.4,"regular_price":"50,40\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=48701743&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"48701743","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/pare-choc-arriere\/48701743-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.html","canonical_url":"https:\/\/boutique.francecasse.fr\/pare-choc-arriere\/48701743-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"48701743","id_supplier":"1","id_manufacturer":"0","id_category_default":"18281","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":"150,24\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-26 14:49:12","date_upd":"2026-07-25 22:21:03","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Pare choc arri\u00e8re d'occasion pour RENAULT Clio I 3 portes Phase 1&amp;2","link_rewrite":"pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12","meta_description":"","meta_keywords":"","meta_title":"","name":"Pare choc arri\u00e8re d'occasion pour RENAULT Clio I 3 portes Phase 1&2","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"48701743-169313266","id_product_attribute":"0","allow_oosp":0,"category":"pare-choc-arriere","category_name":"Pare choc arri\u00e8re","link":"https:\/\/boutique.francecasse.fr\/pare-choc-arriere\/48701743-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.html","attribute_price":0,"price_tax_exc":150.24,"price_without_reduction":150.24,"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\/9\/3\/1\/3\/2\/5\/3\/169313253-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/2\/5\/3\/169313253-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/2\/5\/3\/169313253-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/2\/5\/3\/169313253-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/2\/5\/3\/169313253-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/2\/5\/3\/169313253-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/2\/5\/3\/169313253-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/2\/5\/3\/169313253-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"169313253","position":"1","id_origin":"https:\/\/picture2.totalparts.eu\/R9\/M4\/xr2xs9xs4xs6xs6xs7xs6xs2946676xi~GwhIag.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/2\/6\/6\/169313266-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/2\/6\/6\/169313266-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/2\/6\/6\/169313266-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/2\/6\/6\/169313266-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/2\/6\/6\/169313266-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/2\/6\/6\/169313266-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/2\/6\/6\/169313266-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/2\/6\/6\/169313266-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"169313266","position":"2","id_origin":"https:\/\/picture2.totalparts.eu\/R9\/50\/xr2xs9xs4xs6xs6xs9xs8xs2946698xi~GwhIag.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/2\/8\/1\/169313281-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/2\/8\/1\/169313281-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/2\/8\/1\/169313281-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/2\/8\/1\/169313281-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/2\/8\/1\/169313281-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/2\/8\/1\/169313281-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/2\/8\/1\/169313281-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/2\/8\/1\/169313281-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"169313281","position":"3","id_origin":"https:\/\/picture2.totalparts.eu\/R9\/tL\/xr2xs9xs4xs6xs7xs2xs1xs2946721xi~GwhIag.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/2\/9\/6\/169313296-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/2\/9\/6\/169313296-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/2\/9\/6\/169313296-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/2\/9\/6\/169313296-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/2\/9\/6\/169313296-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/2\/9\/6\/169313296-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/2\/9\/6\/169313296-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/2\/9\/6\/169313296-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"169313296","position":"4","id_origin":"https:\/\/picture2.totalparts.eu\/R9\/VS\/xr2xs9xs4xs6xs7xs3xs9xs2946739xi~GwhIag.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/3\/1\/3\/169313313-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/3\/1\/3\/169313313-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/3\/1\/3\/169313313-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/3\/1\/3\/169313313-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/3\/1\/3\/169313313-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/3\/1\/3\/169313313-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/3\/1\/3\/169313313-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/3\/1\/3\/169313313-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"169313313","position":"5","id_origin":"https:\/\/picture2.totalparts.eu\/R9\/oq\/xr2xs9xs4xs6xs7xs6xs4xs2946764xi~GwhIag.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/3\/3\/5\/169313335-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/3\/3\/5\/169313335-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/3\/3\/5\/169313335-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/3\/3\/5\/169313335-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/3\/3\/5\/169313335-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/3\/3\/5\/169313335-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/3\/3\/5\/169313335-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/3\/3\/5\/169313335-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"169313335","position":"6","id_origin":"https:\/\/picture2.totalparts.eu\/R9\/ki\/xr2xs9xs4xs6xs7xs8xs5xs2946785xi~GwhIag.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/3\/5\/2\/169313352-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/3\/5\/2\/169313352-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/3\/5\/2\/169313352-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/3\/5\/2\/169313352-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/3\/5\/2\/169313352-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/3\/5\/2\/169313352-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/3\/5\/2\/169313352-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/3\/5\/2\/169313352-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"169313352","position":"7","id_origin":"https:\/\/picture2.totalparts.eu\/R9\/b8\/xr2xs9xs4xs6xs8xs0xs7xs2946807xi~GwhIag.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/3\/8\/3\/169313383-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/3\/8\/3\/169313383-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/3\/8\/3\/169313383-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/3\/8\/3\/169313383-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/3\/8\/3\/169313383-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/3\/8\/3\/169313383-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/3\/8\/3\/169313383-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/3\/8\/3\/169313383-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"169313383","position":"8","id_origin":"https:\/\/picture2.totalparts.eu\/R9\/JG\/xr2xs9xs4xs6xs8xs2xs9xs2946829xi~GwhIag.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/4\/1\/1\/169313411-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/4\/1\/1\/169313411-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/4\/1\/1\/169313411-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/4\/1\/1\/169313411-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/4\/1\/1\/169313411-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/4\/1\/1\/169313411-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/4\/1\/1\/169313411-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/4\/1\/1\/169313411-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"169313411","position":"9","id_origin":"https:\/\/picture2.totalparts.eu\/R9\/AS\/xr2xs9xs4xs6xs8xs5xs3xs2946853xi~GwhIag.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/4\/3\/9\/169313439-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/4\/3\/9\/169313439-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/4\/3\/9\/169313439-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/4\/3\/9\/169313439-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/4\/3\/9\/169313439-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/4\/3\/9\/169313439-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/4\/3\/9\/169313439-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/4\/3\/9\/169313439-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"169313439","position":"10","id_origin":"https:\/\/picture2.totalparts.eu\/R9\/0-\/xr2xs9xs4xs6xs8xs7xs4xs2946874xi~GwhIag.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/2\/5\/3\/169313253-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/2\/5\/3\/169313253-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/2\/5\/3\/169313253-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/2\/5\/3\/169313253-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/2\/5\/3\/169313253-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/2\/5\/3\/169313253-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/2\/5\/3\/169313253-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/2\/5\/3\/169313253-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"169313253","position":"1","id_origin":"https:\/\/picture2.totalparts.eu\/R9\/M4\/xr2xs9xs4xs6xs6xs7xs6xs2946676xi~GwhIag.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":150.24,"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"}},"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":"48701743","id_supplier":"1","id_manufacturer":"0","id_category_default":"18281","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":"150,24\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":"7701466676, NEGROTEXTURADO, 3PUERTAS","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"20.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-26 14:49:12","date_upd":"2026-07-25 22:21:03","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"44:R9H00KD7CD\/5082314","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":"","code_moteur_field":"F2N-770","vehicule_ref_id":"VF1C5740509333628","vehicule_ktype":"","vehicule_ref_etat":"1","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"A0001E2J","origin_modele":"A000204D","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"PS00438K","id_category_piece":"18281","id_category_marque":"1859","id_category_modele":"12494","id_category_version":"0","a_supprimer":"0","fake_deleted_at":null,"code_moteur_manually_updated":"0","uwp_to_delete":"0","origin_marque_id":"A0001E2J","origin_modele_id":"A000204D","origin_piece_id":"PS00438K","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":"44","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Pare choc arri\u00e8re d'occasion pour RENAULT Clio I 3 portes Phase 1&amp;2","link_rewrite":"pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Pare choc arri\u00e8re d'occasion pour RENAULT Clio I 3 portes Phase 1&2","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"7063439","id_modele_parent":"9387","id_energie":"0","id_seller":"44","id_country_seller":"6","id_image":"48701743-169313266","prix":"150.240000","energie":"","libelle":"Pare choc arri\u00e8re d'occasion pour RENAULT Clio I 3 portes Phase 1&2","seller_name":"RECICLADOS AUTO4,S.L.","ordre_affichage":"19996","snipet":"[{\"value\":\"12 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/2\/5\/3\/169313253-home_default.webp","fdp_incluse":"1","code_moteur":"F2N-770","reference_constructeur":"7701466676, NEGROTEXTURADO, 3PUERTAS","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"pare-choc-arriere","category_name":"Pare choc arri\u00e8re","link":"https:\/\/boutique.francecasse.fr\/pare-choc-arriere\/48701743-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.html","attribute_price":0,"price_tax_exc":150.24,"price_without_reduction":150.24,"price_without_reduction_without_tax":150.24,"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\/9\/3\/1\/3\/2\/5\/3\/169313253-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/2\/5\/3\/169313253-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/2\/5\/3\/169313253-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/2\/5\/3\/169313253-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/2\/5\/3\/169313253-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/2\/5\/3\/169313253-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/2\/5\/3\/169313253-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/2\/5\/3\/169313253-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"169313253","position":"1","id_origin":"https:\/\/picture2.totalparts.eu\/R9\/M4\/xr2xs9xs4xs6xs6xs7xs6xs2946676xi~GwhIag.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/2\/6\/6\/169313266-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/2\/6\/6\/169313266-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/2\/6\/6\/169313266-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/2\/6\/6\/169313266-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/2\/6\/6\/169313266-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/2\/6\/6\/169313266-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/2\/6\/6\/169313266-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/2\/6\/6\/169313266-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"169313266","position":"2","id_origin":"https:\/\/picture2.totalparts.eu\/R9\/50\/xr2xs9xs4xs6xs6xs9xs8xs2946698xi~GwhIag.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/2\/8\/1\/169313281-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/2\/8\/1\/169313281-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/2\/8\/1\/169313281-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/2\/8\/1\/169313281-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/2\/8\/1\/169313281-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/2\/8\/1\/169313281-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/2\/8\/1\/169313281-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/2\/8\/1\/169313281-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"169313281","position":"3","id_origin":"https:\/\/picture2.totalparts.eu\/R9\/tL\/xr2xs9xs4xs6xs7xs2xs1xs2946721xi~GwhIag.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/2\/9\/6\/169313296-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/2\/9\/6\/169313296-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/2\/9\/6\/169313296-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/2\/9\/6\/169313296-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/2\/9\/6\/169313296-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/2\/9\/6\/169313296-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/2\/9\/6\/169313296-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/2\/9\/6\/169313296-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"169313296","position":"4","id_origin":"https:\/\/picture2.totalparts.eu\/R9\/VS\/xr2xs9xs4xs6xs7xs3xs9xs2946739xi~GwhIag.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/3\/1\/3\/169313313-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/3\/1\/3\/169313313-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/3\/1\/3\/169313313-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/3\/1\/3\/169313313-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/3\/1\/3\/169313313-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/3\/1\/3\/169313313-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/3\/1\/3\/169313313-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/3\/1\/3\/169313313-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"169313313","position":"5","id_origin":"https:\/\/picture2.totalparts.eu\/R9\/oq\/xr2xs9xs4xs6xs7xs6xs4xs2946764xi~GwhIag.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/3\/3\/5\/169313335-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/3\/3\/5\/169313335-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/3\/3\/5\/169313335-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/3\/3\/5\/169313335-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/3\/3\/5\/169313335-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/3\/3\/5\/169313335-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/3\/3\/5\/169313335-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/3\/3\/5\/169313335-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"169313335","position":"6","id_origin":"https:\/\/picture2.totalparts.eu\/R9\/ki\/xr2xs9xs4xs6xs7xs8xs5xs2946785xi~GwhIag.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/3\/5\/2\/169313352-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/3\/5\/2\/169313352-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/3\/5\/2\/169313352-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/3\/5\/2\/169313352-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/3\/5\/2\/169313352-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/3\/5\/2\/169313352-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/3\/5\/2\/169313352-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/3\/5\/2\/169313352-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"169313352","position":"7","id_origin":"https:\/\/picture2.totalparts.eu\/R9\/b8\/xr2xs9xs4xs6xs8xs0xs7xs2946807xi~GwhIag.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/3\/8\/3\/169313383-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/3\/8\/3\/169313383-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/3\/8\/3\/169313383-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/3\/8\/3\/169313383-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/3\/8\/3\/169313383-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/3\/8\/3\/169313383-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/3\/8\/3\/169313383-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/3\/8\/3\/169313383-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"169313383","position":"8","id_origin":"https:\/\/picture2.totalparts.eu\/R9\/JG\/xr2xs9xs4xs6xs8xs2xs9xs2946829xi~GwhIag.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/4\/1\/1\/169313411-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/4\/1\/1\/169313411-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/4\/1\/1\/169313411-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/4\/1\/1\/169313411-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/4\/1\/1\/169313411-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/4\/1\/1\/169313411-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/4\/1\/1\/169313411-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/4\/1\/1\/169313411-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"169313411","position":"9","id_origin":"https:\/\/picture2.totalparts.eu\/R9\/AS\/xr2xs9xs4xs6xs8xs5xs3xs2946853xi~GwhIag.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/4\/3\/9\/169313439-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/4\/3\/9\/169313439-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/4\/3\/9\/169313439-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/4\/3\/9\/169313439-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/4\/3\/9\/169313439-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/4\/3\/9\/169313439-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/4\/3\/9\/169313439-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/4\/3\/9\/169313439-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"169313439","position":"10","id_origin":"https:\/\/picture2.totalparts.eu\/R9\/0-\/xr2xs9xs4xs6xs8xs7xs4xs2946874xi~GwhIag.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/2\/5\/3\/169313253-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/2\/5\/3\/169313253-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/2\/5\/3\/169313253-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/2\/5\/3\/169313253-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/2\/5\/3\/169313253-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/2\/5\/3\/169313253-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/2\/5\/3\/169313253-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/3\/1\/3\/2\/5\/3\/169313253-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"169313253","position":"1","id_origin":"https:\/\/picture2.totalparts.eu\/R9\/M4\/xr2xs9xs4xs6xs6xs7xs6xs2946676xi~GwhIag.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":150.24,"regular_price_amount":150.24,"regular_price":"150,24\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=37662122&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"37662122","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/pare-choc-arriere\/37662122-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.html","canonical_url":"https:\/\/boutique.francecasse.fr\/pare-choc-arriere\/37662122-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"37662122","id_supplier":"1","id_manufacturer":"0","id_category_default":"18281","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":"83,73\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-26 14:51:05","date_upd":"2026-07-25 21:32:29","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Pare choc arri\u00e8re d'occasion pour RENAULT Clio I 3 portes Phase 1&amp;2","link_rewrite":"pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12","meta_description":"","meta_keywords":"","meta_title":"","name":"Pare choc arri\u00e8re d'occasion pour RENAULT Clio I 3 portes Phase 1&2","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"37662122-131628972","id_product_attribute":"0","allow_oosp":0,"category":"pare-choc-arriere","category_name":"Pare choc arri\u00e8re","link":"https:\/\/boutique.francecasse.fr\/pare-choc-arriere\/37662122-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.html","attribute_price":0,"price_tax_exc":83.73,"price_without_reduction":83.73,"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":"Usure","value":"Bon \u00e9tat","id_feature":"8","position":"6"},{"name":"Garantie","value":"24 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":"162128","id_feature":"19","position":"17"},{"name":"Remarques","value":"- Couleur : Gris non peint\n- Plusieurs rayures, l\u00e9g\u00e8res traces de frottements\n- R\u00e9f\u00e9rence : 7701466299","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\/3\/1\/6\/2\/8\/9\/5\/8\/131628958-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/8\/9\/5\/8\/131628958-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/8\/9\/5\/8\/131628958-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/8\/9\/5\/8\/131628958-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/8\/9\/5\/8\/131628958-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/8\/9\/5\/8\/131628958-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/8\/9\/5\/8\/131628958-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/8\/9\/5\/8\/131628958-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"131628958","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2023\/11\/77458521-fc4cc7a4-daf0-41a8-9b00-5ee17ca06d69-Piece-Pare-choc-arriere-7701466299-RENAULT-CLIO-1-PHASE-1-8b3ce565cc256d57011cdd509be0fbfe8f9a7948bc59460f10d7f3bb2f1dc69c_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/8\/9\/7\/2\/131628972-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/8\/9\/7\/2\/131628972-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/8\/9\/7\/2\/131628972-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/8\/9\/7\/2\/131628972-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/8\/9\/7\/2\/131628972-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/8\/9\/7\/2\/131628972-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/8\/9\/7\/2\/131628972-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/8\/9\/7\/2\/131628972-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131628972","position":"2","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2023\/11\/77458521-54bd30da-bcea-48c4-a7ca-5e38b8f641ae-Piece-Pare-choc-arriere-7701466299-RENAULT-CLIO-1-PHASE-1-fa768525c6050b7ed85b6705da86f3b4a56f2ef300fc4e9d1b265f6409dc32ac_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/8\/9\/8\/6\/131628986-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/8\/9\/8\/6\/131628986-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/8\/9\/8\/6\/131628986-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/8\/9\/8\/6\/131628986-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/8\/9\/8\/6\/131628986-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/8\/9\/8\/6\/131628986-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/8\/9\/8\/6\/131628986-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/8\/9\/8\/6\/131628986-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131628986","position":"3","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2023\/11\/77458521-15759274-4f53-4ce0-9595-b137140f196d-Piece-Pare-choc-arriere-7701466299-RENAULT-CLIO-1-PHASE-1-3000e675fb82cfd98e470dee0c7d93f26eeef11ca06072782ac203b8a3aab937_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/9\/0\/0\/2\/131629002-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/9\/0\/0\/2\/131629002-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/9\/0\/0\/2\/131629002-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/9\/0\/0\/2\/131629002-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/9\/0\/0\/2\/131629002-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/9\/0\/0\/2\/131629002-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/9\/0\/0\/2\/131629002-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/9\/0\/0\/2\/131629002-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131629002","position":"4","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2023\/11\/77458521-f24bfcc1-fa28-4580-89bb-3f71f5c4e5e4-Piece-Pare-choc-arriere-7701466299-RENAULT-CLIO-1-PHASE-1-933b800353a6816eed961be6b3d8f07df06f05f150b71cf3e03a8f2a1e589d77_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/9\/0\/1\/7\/131629017-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/9\/0\/1\/7\/131629017-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/9\/0\/1\/7\/131629017-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/9\/0\/1\/7\/131629017-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/9\/0\/1\/7\/131629017-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/9\/0\/1\/7\/131629017-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/9\/0\/1\/7\/131629017-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/9\/0\/1\/7\/131629017-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131629017","position":"5","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2023\/11\/77458521-0bfa5b3e-48a8-48ed-998e-f21fd280edee-Piece-Pare-choc-arriere-7701466299-RENAULT-CLIO-1-PHASE-1-db9b1f80cb2001880c9458fda720dc1d5f02152a8c5502df95c8878b4a227de3_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/9\/0\/3\/4\/131629034-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/9\/0\/3\/4\/131629034-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/9\/0\/3\/4\/131629034-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/9\/0\/3\/4\/131629034-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/9\/0\/3\/4\/131629034-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/9\/0\/3\/4\/131629034-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/9\/0\/3\/4\/131629034-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/9\/0\/3\/4\/131629034-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131629034","position":"6","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2023\/11\/77458521-5f1204c9-ef40-409c-a0bd-e6bfcba0a759-Piece-Pare-choc-arriere-7701466299-RENAULT-CLIO-1-PHASE-1-155a969934005b0addd5d0b3c6d1bffdf1e7d0e324f1c9da0dcd3db86aef3af9_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/9\/0\/5\/1\/131629051-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/9\/0\/5\/1\/131629051-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/9\/0\/5\/1\/131629051-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/9\/0\/5\/1\/131629051-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/9\/0\/5\/1\/131629051-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/9\/0\/5\/1\/131629051-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/9\/0\/5\/1\/131629051-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/9\/0\/5\/1\/131629051-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131629051","position":"7","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2023\/11\/77458521-59084153-c4b2-4519-b644-ed3e03ccee5f-Piece-Pare-choc-arriere-7701466299-RENAULT-CLIO-1-PHASE-1-cae647441d4d7c2295b0ecc620a701ff2b578c89286a2d391c3e52bf7b52fe1f_o.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/8\/9\/5\/8\/131628958-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/8\/9\/5\/8\/131628958-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/8\/9\/5\/8\/131628958-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/8\/9\/5\/8\/131628958-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/8\/9\/5\/8\/131628958-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/8\/9\/5\/8\/131628958-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/8\/9\/5\/8\/131628958-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/8\/9\/5\/8\/131628958-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"131628958","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2023\/11\/77458521-fc4cc7a4-daf0-41a8-9b00-5ee17ca06d69-Piece-Pare-choc-arriere-7701466299-RENAULT-CLIO-1-PHASE-1-8b3ce565cc256d57011cdd509be0fbfe8f9a7948bc59460f10d7f3bb2f1dc69c_o.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":83.73,"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"},"Usure":{"name":"Usure","value":"Bon \u00e9tat","id_feature":"8","position":"6"},"Garantie":{"name":"Garantie","value":"24 mois","id_feature":"14","position":"12"},"Kilom\u00e9trage":{"name":"Kilom\u00e9trage","value":"162128","id_feature":"19","position":"17"},"Remarques":{"name":"Remarques","value":"- Couleur : Gris non peint\n- Plusieurs rayures, l\u00e9g\u00e8res traces de frottements\n- R\u00e9f\u00e9rence : 7701466299","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":"37662122","id_supplier":"1","id_manufacturer":"0","id_category_default":"18281","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":"83,73\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":"7701466299","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"20.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-26 14:51:05","date_upd":"2026-07-25 21:32:29","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"93:77458521","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":"93:VF1B5720508141935","code_moteur_field":"E5F_710","vehicule_ref_id":"VF1B5720508141935","vehicule_ktype":"","vehicule_ref_etat":"0","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"RENAULT","origin_modele":"CLIO 1","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"Pare choc arriere","id_category_piece":"18281","id_category_marque":"1859","id_category_modele":"12494","id_category_version":"12494","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":"93","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Pare choc arri\u00e8re d'occasion pour RENAULT Clio I 3 portes Phase 1&amp;2","link_rewrite":"pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Pare choc arri\u00e8re d'occasion pour RENAULT Clio I 3 portes Phase 1&2","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"7087203","id_modele_parent":"9387","id_energie":"16532","id_seller":"93","id_country_seller":"8","id_image":"37662122-131628972","prix":"83.730000","energie":"Essence","libelle":"Pare choc arri\u00e8re d'occasion pour RENAULT Clio I 3 portes Phase 1&2","seller_name":"SARL N7 AUTO PI\u00c8CES","ordre_affichage":"18760","snipet":"[{\"value\":\"Essence\",\"name\":\"Energie\"},{\"value\":\"24 mois\",\"name\":\"Garantie\"},{\"value\":\"162128\",\"name\":\"Kilom\\u00e9trage\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/8\/9\/5\/8\/131628958-home_default.webp","fdp_incluse":"0","code_moteur":"E5F_710","reference_constructeur":"7701466299","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"pare-choc-arriere","category_name":"Pare choc arri\u00e8re","link":"https:\/\/boutique.francecasse.fr\/pare-choc-arriere\/37662122-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.html","attribute_price":0,"price_tax_exc":83.73,"price_without_reduction":83.73,"price_without_reduction_without_tax":83.73,"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":"Usure","value":"Bon \u00e9tat","id_feature":"8","position":"6"},{"name":"Garantie","value":"24 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":"162128","id_feature":"19","position":"17"},{"name":"Remarques","value":"- Couleur : Gris non peint\n- Plusieurs rayures, l\u00e9g\u00e8res traces de frottements\n- R\u00e9f\u00e9rence : 7701466299","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\/3\/1\/6\/2\/8\/9\/5\/8\/131628958-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/8\/9\/5\/8\/131628958-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/8\/9\/5\/8\/131628958-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/8\/9\/5\/8\/131628958-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/8\/9\/5\/8\/131628958-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/8\/9\/5\/8\/131628958-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/8\/9\/5\/8\/131628958-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/8\/9\/5\/8\/131628958-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"131628958","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2023\/11\/77458521-fc4cc7a4-daf0-41a8-9b00-5ee17ca06d69-Piece-Pare-choc-arriere-7701466299-RENAULT-CLIO-1-PHASE-1-8b3ce565cc256d57011cdd509be0fbfe8f9a7948bc59460f10d7f3bb2f1dc69c_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/8\/9\/7\/2\/131628972-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/8\/9\/7\/2\/131628972-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/8\/9\/7\/2\/131628972-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/8\/9\/7\/2\/131628972-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/8\/9\/7\/2\/131628972-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/8\/9\/7\/2\/131628972-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/8\/9\/7\/2\/131628972-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/8\/9\/7\/2\/131628972-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131628972","position":"2","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2023\/11\/77458521-54bd30da-bcea-48c4-a7ca-5e38b8f641ae-Piece-Pare-choc-arriere-7701466299-RENAULT-CLIO-1-PHASE-1-fa768525c6050b7ed85b6705da86f3b4a56f2ef300fc4e9d1b265f6409dc32ac_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/8\/9\/8\/6\/131628986-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/8\/9\/8\/6\/131628986-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/8\/9\/8\/6\/131628986-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/8\/9\/8\/6\/131628986-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/8\/9\/8\/6\/131628986-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/8\/9\/8\/6\/131628986-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/8\/9\/8\/6\/131628986-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/8\/9\/8\/6\/131628986-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131628986","position":"3","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2023\/11\/77458521-15759274-4f53-4ce0-9595-b137140f196d-Piece-Pare-choc-arriere-7701466299-RENAULT-CLIO-1-PHASE-1-3000e675fb82cfd98e470dee0c7d93f26eeef11ca06072782ac203b8a3aab937_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/9\/0\/0\/2\/131629002-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/9\/0\/0\/2\/131629002-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/9\/0\/0\/2\/131629002-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/9\/0\/0\/2\/131629002-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/9\/0\/0\/2\/131629002-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/9\/0\/0\/2\/131629002-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/9\/0\/0\/2\/131629002-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/9\/0\/0\/2\/131629002-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131629002","position":"4","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2023\/11\/77458521-f24bfcc1-fa28-4580-89bb-3f71f5c4e5e4-Piece-Pare-choc-arriere-7701466299-RENAULT-CLIO-1-PHASE-1-933b800353a6816eed961be6b3d8f07df06f05f150b71cf3e03a8f2a1e589d77_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/9\/0\/1\/7\/131629017-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/9\/0\/1\/7\/131629017-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/9\/0\/1\/7\/131629017-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/9\/0\/1\/7\/131629017-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/9\/0\/1\/7\/131629017-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/9\/0\/1\/7\/131629017-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/9\/0\/1\/7\/131629017-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/9\/0\/1\/7\/131629017-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131629017","position":"5","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2023\/11\/77458521-0bfa5b3e-48a8-48ed-998e-f21fd280edee-Piece-Pare-choc-arriere-7701466299-RENAULT-CLIO-1-PHASE-1-db9b1f80cb2001880c9458fda720dc1d5f02152a8c5502df95c8878b4a227de3_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/9\/0\/3\/4\/131629034-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/9\/0\/3\/4\/131629034-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/9\/0\/3\/4\/131629034-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/9\/0\/3\/4\/131629034-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/9\/0\/3\/4\/131629034-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/9\/0\/3\/4\/131629034-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/9\/0\/3\/4\/131629034-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/9\/0\/3\/4\/131629034-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131629034","position":"6","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2023\/11\/77458521-5f1204c9-ef40-409c-a0bd-e6bfcba0a759-Piece-Pare-choc-arriere-7701466299-RENAULT-CLIO-1-PHASE-1-155a969934005b0addd5d0b3c6d1bffdf1e7d0e324f1c9da0dcd3db86aef3af9_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/9\/0\/5\/1\/131629051-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/9\/0\/5\/1\/131629051-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/9\/0\/5\/1\/131629051-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/9\/0\/5\/1\/131629051-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/9\/0\/5\/1\/131629051-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/9\/0\/5\/1\/131629051-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/9\/0\/5\/1\/131629051-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/9\/0\/5\/1\/131629051-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131629051","position":"7","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2023\/11\/77458521-59084153-c4b2-4519-b644-ed3e03ccee5f-Piece-Pare-choc-arriere-7701466299-RENAULT-CLIO-1-PHASE-1-cae647441d4d7c2295b0ecc620a701ff2b578c89286a2d391c3e52bf7b52fe1f_o.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/8\/9\/5\/8\/131628958-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/8\/9\/5\/8\/131628958-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/8\/9\/5\/8\/131628958-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/8\/9\/5\/8\/131628958-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/8\/9\/5\/8\/131628958-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/8\/9\/5\/8\/131628958-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/8\/9\/5\/8\/131628958-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/6\/2\/8\/9\/5\/8\/131628958-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"131628958","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2023\/11\/77458521-fc4cc7a4-daf0-41a8-9b00-5ee17ca06d69-Piece-Pare-choc-arriere-7701466299-RENAULT-CLIO-1-PHASE-1-8b3ce565cc256d57011cdd509be0fbfe8f9a7948bc59460f10d7f3bb2f1dc69c_o.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":83.73,"regular_price_amount":83.73,"regular_price":"83,73\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=38499260&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"38499260","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/pare-choc-arriere\/38499260-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.html","canonical_url":"https:\/\/boutique.francecasse.fr\/pare-choc-arriere\/38499260-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"38499260","id_supplier":"1","id_manufacturer":"0","id_category_default":"18281","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":"45,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-26 15:03:43","date_upd":"2026-03-03 10:11:15","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Pare choc arri\u00e8re d'occasion pour RENAULT Clio I 3 portes Phase 1&amp;2","link_rewrite":"pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12","meta_description":"","meta_keywords":"","meta_title":"","name":"Pare choc arri\u00e8re d'occasion pour RENAULT Clio I 3 portes Phase 1&2","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"38499260-134391775","id_product_attribute":"0","allow_oosp":0,"category":"pare-choc-arriere","category_name":"Pare choc arri\u00e8re","link":"https:\/\/boutique.francecasse.fr\/pare-choc-arriere\/38499260-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.html","attribute_price":0,"price_tax_exc":45,"price_without_reduction":45,"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":"Usure","value":"Bon \u00e9tat","id_feature":"8","position":"6"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":null,"id_feature":"19","position":"17"},{"name":"Remarques","value":"Attention PARE-CHOC AR NOIR vendu nu sans aucun accessoire, peut pr\u00e9senter quelque trace d'usure. Merci de bien regarder les photos.\nPi\u00e8ce issue de l'\u00e9conomie circulaire\nATTENTION tous nos frais de livraison sont calcul\u00e9s uniquement pour livraison en FRANCE METROPOLITAINE (Nous appeler pour ajustement de ceux-ci. ATTENTION Pas de livraison possible en France CORSE, REUNION, GUADELOUPE, MARTINIQUE, GUYANNE  ETC.... ainsi que l'Europe et monde si possible)sans quoi nous pourrions annuler la vente","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\/3\/4\/3\/9\/1\/3\/0\/2\/134391302-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/4\/3\/9\/1\/3\/0\/2\/134391302-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/4\/3\/9\/1\/3\/0\/2\/134391302-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/4\/3\/9\/1\/3\/0\/2\/134391302-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/4\/3\/9\/1\/3\/0\/2\/134391302-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/4\/3\/9\/1\/3\/0\/2\/134391302-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/4\/3\/9\/1\/3\/0\/2\/134391302-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/4\/3\/9\/1\/3\/0\/2\/134391302-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"134391302","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/136\/po_photo\/2025\/12\/118330360-229943bb-be94-459d-9051-100c7af175c3-Piece-Pare-choc-arriere-RENAULT-CLIO-1-PHASE-3-12i-8V-2642217ecb6ef042c9a08edfc39618aaeaaf67a6b113c988c1e6b784f0c93ce3_o.JPG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/4\/3\/9\/1\/7\/7\/5\/134391775-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/4\/3\/9\/1\/7\/7\/5\/134391775-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/4\/3\/9\/1\/7\/7\/5\/134391775-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/4\/3\/9\/1\/7\/7\/5\/134391775-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/4\/3\/9\/1\/7\/7\/5\/134391775-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/4\/3\/9\/1\/7\/7\/5\/134391775-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/4\/3\/9\/1\/7\/7\/5\/134391775-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/4\/3\/9\/1\/7\/7\/5\/134391775-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"134391775","position":"2","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/136\/po_photo\/2025\/12\/118330360-509ef91b-05e9-430d-b23d-9538f4d68c09-Piece-Pare-choc-arriere-RENAULT-CLIO-1-PHASE-3-12i-8V-a0da6492513badcbd195fea190fbafc1af87917dfd55f4172471f3a2e4d43110_o.JPG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/4\/3\/9\/1\/7\/8\/8\/134391788-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/4\/3\/9\/1\/7\/8\/8\/134391788-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/4\/3\/9\/1\/7\/8\/8\/134391788-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/4\/3\/9\/1\/7\/8\/8\/134391788-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/4\/3\/9\/1\/7\/8\/8\/134391788-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/4\/3\/9\/1\/7\/8\/8\/134391788-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/4\/3\/9\/1\/7\/8\/8\/134391788-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/4\/3\/9\/1\/7\/8\/8\/134391788-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"134391788","position":"3","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/136\/po_photo\/2025\/12\/118330360-cee9d128-26bd-4b64-84c0-193adf737ca7-Piece-Pare-choc-arriere-RENAULT-CLIO-1-PHASE-3-12i-8V-25813238b03e4a0869dbe8d9eee8a55db8945cfcc6ee408aa3b42d139d46ecd9_o.JPG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/4\/3\/9\/1\/8\/0\/4\/134391804-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/4\/3\/9\/1\/8\/0\/4\/134391804-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/4\/3\/9\/1\/8\/0\/4\/134391804-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/4\/3\/9\/1\/8\/0\/4\/134391804-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/4\/3\/9\/1\/8\/0\/4\/134391804-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/4\/3\/9\/1\/8\/0\/4\/134391804-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/4\/3\/9\/1\/8\/0\/4\/134391804-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/4\/3\/9\/1\/8\/0\/4\/134391804-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"134391804","position":"4","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/136\/po_photo\/2025\/12\/118330360-46cbb699-b031-45b1-83ed-12a8014ccf0c-Piece-Pare-choc-arriere-RENAULT-CLIO-1-PHASE-3-12i-8V-12c261a95ff84da7cbc83ab1804bf48fa43c566abe31ead74e0b84fee20e6475_o.JPG","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/4\/3\/9\/1\/3\/0\/2\/134391302-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/4\/3\/9\/1\/3\/0\/2\/134391302-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/4\/3\/9\/1\/3\/0\/2\/134391302-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/4\/3\/9\/1\/3\/0\/2\/134391302-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/4\/3\/9\/1\/3\/0\/2\/134391302-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/4\/3\/9\/1\/3\/0\/2\/134391302-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/4\/3\/9\/1\/3\/0\/2\/134391302-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/4\/3\/9\/1\/3\/0\/2\/134391302-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"134391302","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/136\/po_photo\/2025\/12\/118330360-229943bb-be94-459d-9051-100c7af175c3-Piece-Pare-choc-arriere-RENAULT-CLIO-1-PHASE-3-12i-8V-2642217ecb6ef042c9a08edfc39618aaeaaf67a6b113c988c1e6b784f0c93ce3_o.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":45,"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"},"Usure":{"name":"Usure","value":"Bon \u00e9tat","id_feature":"8","position":"6"},"Garantie":{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},"Kilom\u00e9trage":{"name":"Kilom\u00e9trage","value":null,"id_feature":"19","position":"17"},"Remarques":{"name":"Remarques","value":"Attention PARE-CHOC AR NOIR vendu nu sans aucun accessoire, peut pr\u00e9senter quelque trace d'usure. Merci de bien regarder les photos.\nPi\u00e8ce issue de l'\u00e9conomie circulaire\nATTENTION tous nos frais de livraison sont calcul\u00e9s uniquement pour livraison en FRANCE METROPOLITAINE (Nous appeler pour ajustement de ceux-ci. ATTENTION Pas de livraison possible en France CORSE, REUNION, GUADELOUPE, MARTINIQUE, GUYANNE  ETC.... ainsi que l'Europe et monde si possible)sans quoi nous pourrions annuler la vente","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":"38499260","id_supplier":"1","id_manufacturer":"0","id_category_default":"18281","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":"45,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":"7701469648","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"20.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-26 15:03:43","date_upd":"2026-03-03 10:11:15","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"94:118330360","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":"94:VF1557K0C16708127","code_moteur_field":"D7F_730","vehicule_ref_id":"VF1557K0C16708127","vehicule_ktype":"","vehicule_ref_etat":"0","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"RENAULT","origin_modele":"CLIO 1","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"Pare choc arriere","id_category_piece":"18281","id_category_marque":"1859","id_category_modele":"12494","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":"94","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Pare choc arri\u00e8re d'occasion pour RENAULT Clio I 3 portes Phase 1&amp;2","link_rewrite":"pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Pare choc arri\u00e8re d'occasion pour RENAULT Clio I 3 portes Phase 1&2","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"7227561","id_modele_parent":"9387","id_energie":"16532","id_seller":"94","id_country_seller":"8","id_image":"38499260-134391775","prix":"45.000000","energie":"Essence","libelle":"Pare choc arri\u00e8re d'occasion pour RENAULT Clio I 3 portes Phase 1&2","seller_name":"SARL TOP AUTO","ordre_affichage":"9130","snipet":"[{\"value\":\"Essence\",\"name\":\"Energie\"},{\"value\":\"12 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/3\/4\/3\/9\/1\/3\/0\/2\/134391302-home_default.webp","fdp_incluse":"0","code_moteur":"D7F_730","reference_constructeur":"7701469648","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"pare-choc-arriere","category_name":"Pare choc arri\u00e8re","link":"https:\/\/boutique.francecasse.fr\/pare-choc-arriere\/38499260-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.html","attribute_price":0,"price_tax_exc":45,"price_without_reduction":45,"price_without_reduction_without_tax":45,"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":"Usure","value":"Bon \u00e9tat","id_feature":"8","position":"6"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":null,"id_feature":"19","position":"17"},{"name":"Remarques","value":"Attention PARE-CHOC AR NOIR vendu nu sans aucun accessoire, peut pr\u00e9senter quelque trace d'usure. Merci de bien regarder les photos.\nPi\u00e8ce issue de l'\u00e9conomie circulaire\nATTENTION tous nos frais de livraison sont calcul\u00e9s uniquement pour livraison en FRANCE METROPOLITAINE (Nous appeler pour ajustement de ceux-ci. ATTENTION Pas de livraison possible en France CORSE, REUNION, GUADELOUPE, MARTINIQUE, GUYANNE  ETC.... ainsi que l'Europe et monde si possible)sans quoi nous pourrions annuler la vente","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\/3\/4\/3\/9\/1\/3\/0\/2\/134391302-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/4\/3\/9\/1\/3\/0\/2\/134391302-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/4\/3\/9\/1\/3\/0\/2\/134391302-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/4\/3\/9\/1\/3\/0\/2\/134391302-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/4\/3\/9\/1\/3\/0\/2\/134391302-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/4\/3\/9\/1\/3\/0\/2\/134391302-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/4\/3\/9\/1\/3\/0\/2\/134391302-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/4\/3\/9\/1\/3\/0\/2\/134391302-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"134391302","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/136\/po_photo\/2025\/12\/118330360-229943bb-be94-459d-9051-100c7af175c3-Piece-Pare-choc-arriere-RENAULT-CLIO-1-PHASE-3-12i-8V-2642217ecb6ef042c9a08edfc39618aaeaaf67a6b113c988c1e6b784f0c93ce3_o.JPG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/4\/3\/9\/1\/7\/7\/5\/134391775-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/4\/3\/9\/1\/7\/7\/5\/134391775-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/4\/3\/9\/1\/7\/7\/5\/134391775-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/4\/3\/9\/1\/7\/7\/5\/134391775-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/4\/3\/9\/1\/7\/7\/5\/134391775-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/4\/3\/9\/1\/7\/7\/5\/134391775-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/4\/3\/9\/1\/7\/7\/5\/134391775-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/4\/3\/9\/1\/7\/7\/5\/134391775-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"134391775","position":"2","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/136\/po_photo\/2025\/12\/118330360-509ef91b-05e9-430d-b23d-9538f4d68c09-Piece-Pare-choc-arriere-RENAULT-CLIO-1-PHASE-3-12i-8V-a0da6492513badcbd195fea190fbafc1af87917dfd55f4172471f3a2e4d43110_o.JPG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/4\/3\/9\/1\/7\/8\/8\/134391788-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/4\/3\/9\/1\/7\/8\/8\/134391788-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/4\/3\/9\/1\/7\/8\/8\/134391788-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/4\/3\/9\/1\/7\/8\/8\/134391788-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/4\/3\/9\/1\/7\/8\/8\/134391788-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/4\/3\/9\/1\/7\/8\/8\/134391788-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/4\/3\/9\/1\/7\/8\/8\/134391788-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/4\/3\/9\/1\/7\/8\/8\/134391788-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"134391788","position":"3","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/136\/po_photo\/2025\/12\/118330360-cee9d128-26bd-4b64-84c0-193adf737ca7-Piece-Pare-choc-arriere-RENAULT-CLIO-1-PHASE-3-12i-8V-25813238b03e4a0869dbe8d9eee8a55db8945cfcc6ee408aa3b42d139d46ecd9_o.JPG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/4\/3\/9\/1\/8\/0\/4\/134391804-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/4\/3\/9\/1\/8\/0\/4\/134391804-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/4\/3\/9\/1\/8\/0\/4\/134391804-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/4\/3\/9\/1\/8\/0\/4\/134391804-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/4\/3\/9\/1\/8\/0\/4\/134391804-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/4\/3\/9\/1\/8\/0\/4\/134391804-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/4\/3\/9\/1\/8\/0\/4\/134391804-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/4\/3\/9\/1\/8\/0\/4\/134391804-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"134391804","position":"4","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/136\/po_photo\/2025\/12\/118330360-46cbb699-b031-45b1-83ed-12a8014ccf0c-Piece-Pare-choc-arriere-RENAULT-CLIO-1-PHASE-3-12i-8V-12c261a95ff84da7cbc83ab1804bf48fa43c566abe31ead74e0b84fee20e6475_o.JPG","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/4\/3\/9\/1\/3\/0\/2\/134391302-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/4\/3\/9\/1\/3\/0\/2\/134391302-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/4\/3\/9\/1\/3\/0\/2\/134391302-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/4\/3\/9\/1\/3\/0\/2\/134391302-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/4\/3\/9\/1\/3\/0\/2\/134391302-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/4\/3\/9\/1\/3\/0\/2\/134391302-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/4\/3\/9\/1\/3\/0\/2\/134391302-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/4\/3\/9\/1\/3\/0\/2\/134391302-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"134391302","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/136\/po_photo\/2025\/12\/118330360-229943bb-be94-459d-9051-100c7af175c3-Piece-Pare-choc-arriere-RENAULT-CLIO-1-PHASE-3-12i-8V-2642217ecb6ef042c9a08edfc39618aaeaaf67a6b113c988c1e6b784f0c93ce3_o.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":45,"regular_price_amount":45,"regular_price":"45,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=49266868&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"49266868","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/pare-choc-arriere\/49266868-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.html","canonical_url":"https:\/\/boutique.francecasse.fr\/pare-choc-arriere\/49266868-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"49266868","id_supplier":"1","id_manufacturer":"0","id_category_default":"18281","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":"266,02\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-26 15:09:39","date_upd":"2026-07-25 22:17:17","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Pare choc arri\u00e8re d'occasion pour RENAULT Clio I 3 portes Phase 1&amp;2","link_rewrite":"pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12","meta_description":"","meta_keywords":"","meta_title":"","name":"Pare choc arri\u00e8re d'occasion pour RENAULT Clio I 3 portes Phase 1&2","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"49266868-169192865","id_product_attribute":"0","allow_oosp":0,"category":"pare-choc-arriere","category_name":"Pare choc arri\u00e8re","link":"https:\/\/boutique.francecasse.fr\/pare-choc-arriere\/49266868-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.html","attribute_price":0,"price_tax_exc":266.02,"price_without_reduction":266.02,"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\/9\/1\/9\/2\/8\/5\/1\/169192851-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/1\/9\/2\/8\/5\/1\/169192851-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/1\/9\/2\/8\/5\/1\/169192851-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/1\/9\/2\/8\/5\/1\/169192851-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/1\/9\/2\/8\/5\/1\/169192851-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/1\/9\/2\/8\/5\/1\/169192851-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/1\/9\/2\/8\/5\/1\/169192851-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/1\/9\/2\/8\/5\/1\/169192851-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"169192851","position":"1","id_origin":"https:\/\/cdn2.seintosoft.com\/img\/talleresmelli\/Despiece\/7088887\/000003265886.JPEG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/1\/9\/2\/8\/6\/5\/169192865-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/1\/9\/2\/8\/6\/5\/169192865-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/1\/9\/2\/8\/6\/5\/169192865-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/1\/9\/2\/8\/6\/5\/169192865-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/1\/9\/2\/8\/6\/5\/169192865-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/1\/9\/2\/8\/6\/5\/169192865-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/1\/9\/2\/8\/6\/5\/169192865-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/1\/9\/2\/8\/6\/5\/169192865-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"169192865","position":"2","id_origin":"https:\/\/cdn2.seintosoft.com\/img\/talleresmelli\/Despiece\/7088887\/000003265882.JPEG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/1\/9\/2\/8\/7\/9\/169192879-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/1\/9\/2\/8\/7\/9\/169192879-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/1\/9\/2\/8\/7\/9\/169192879-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/1\/9\/2\/8\/7\/9\/169192879-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/1\/9\/2\/8\/7\/9\/169192879-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/1\/9\/2\/8\/7\/9\/169192879-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/1\/9\/2\/8\/7\/9\/169192879-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/1\/9\/2\/8\/7\/9\/169192879-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"169192879","position":"3","id_origin":"https:\/\/cdn2.seintosoft.com\/img\/talleresmelli\/Despiece\/7088887\/000003265884.JPEG","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/1\/9\/2\/8\/5\/1\/169192851-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/1\/9\/2\/8\/5\/1\/169192851-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/1\/9\/2\/8\/5\/1\/169192851-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/1\/9\/2\/8\/5\/1\/169192851-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/1\/9\/2\/8\/5\/1\/169192851-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/1\/9\/2\/8\/5\/1\/169192851-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/1\/9\/2\/8\/5\/1\/169192851-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/1\/9\/2\/8\/5\/1\/169192851-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"169192851","position":"1","id_origin":"https:\/\/cdn2.seintosoft.com\/img\/talleresmelli\/Despiece\/7088887\/000003265886.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":266.02,"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"}},"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":"49266868","id_supplier":"1","id_manufacturer":"0","id_category_default":"18281","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":"266,02\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":"7701466299","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"20.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-26 15:09:39","date_upd":"2026-07-25 22:17:17","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"46:M6H00MUDMF\/7088887","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":"","code_moteur_field":"F2N-770","vehicule_ref_id":"VF1C5740508535262","vehicule_ktype":"","vehicule_ref_etat":"1","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"A0001E2J","origin_modele":"A000204D","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"PS00438K","id_category_piece":"18281","id_category_marque":"1859","id_category_modele":"12494","id_category_version":"0","a_supprimer":"0","fake_deleted_at":null,"code_moteur_manually_updated":"0","uwp_to_delete":"0","origin_marque_id":"A0001E2J","origin_modele_id":"A000204D","origin_piece_id":"PS00438K","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":"46","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Pare choc arri\u00e8re d'occasion pour RENAULT Clio I 3 portes Phase 1&amp;2","link_rewrite":"pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Pare choc arri\u00e8re d'occasion pour RENAULT Clio I 3 portes Phase 1&2","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"7301648","id_modele_parent":"9387","id_energie":"0","id_seller":"46","id_country_seller":"8","id_image":"49266868-169192865","prix":"266.020000","energie":"","libelle":"Pare choc arri\u00e8re d'occasion pour RENAULT Clio I 3 portes Phase 1&2","seller_name":"CAT SIERRA VERDE S.L.","ordre_affichage":"8222","snipet":"[{\"value\":\"12 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/6\/9\/1\/9\/2\/8\/5\/1\/169192851-home_default.webp","fdp_incluse":"1","code_moteur":"F2N-770","reference_constructeur":"7701466299","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"pare-choc-arriere","category_name":"Pare choc arri\u00e8re","link":"https:\/\/boutique.francecasse.fr\/pare-choc-arriere\/49266868-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.html","attribute_price":0,"price_tax_exc":266.02,"price_without_reduction":266.02,"price_without_reduction_without_tax":266.02,"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\/9\/1\/9\/2\/8\/5\/1\/169192851-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/1\/9\/2\/8\/5\/1\/169192851-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/1\/9\/2\/8\/5\/1\/169192851-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/1\/9\/2\/8\/5\/1\/169192851-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/1\/9\/2\/8\/5\/1\/169192851-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/1\/9\/2\/8\/5\/1\/169192851-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/1\/9\/2\/8\/5\/1\/169192851-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/1\/9\/2\/8\/5\/1\/169192851-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"169192851","position":"1","id_origin":"https:\/\/cdn2.seintosoft.com\/img\/talleresmelli\/Despiece\/7088887\/000003265886.JPEG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/1\/9\/2\/8\/6\/5\/169192865-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/1\/9\/2\/8\/6\/5\/169192865-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/1\/9\/2\/8\/6\/5\/169192865-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/1\/9\/2\/8\/6\/5\/169192865-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/1\/9\/2\/8\/6\/5\/169192865-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/1\/9\/2\/8\/6\/5\/169192865-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/1\/9\/2\/8\/6\/5\/169192865-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/1\/9\/2\/8\/6\/5\/169192865-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"169192865","position":"2","id_origin":"https:\/\/cdn2.seintosoft.com\/img\/talleresmelli\/Despiece\/7088887\/000003265882.JPEG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/1\/9\/2\/8\/7\/9\/169192879-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/1\/9\/2\/8\/7\/9\/169192879-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/1\/9\/2\/8\/7\/9\/169192879-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/1\/9\/2\/8\/7\/9\/169192879-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/1\/9\/2\/8\/7\/9\/169192879-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/1\/9\/2\/8\/7\/9\/169192879-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/1\/9\/2\/8\/7\/9\/169192879-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/1\/9\/2\/8\/7\/9\/169192879-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"169192879","position":"3","id_origin":"https:\/\/cdn2.seintosoft.com\/img\/talleresmelli\/Despiece\/7088887\/000003265884.JPEG","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/1\/9\/2\/8\/5\/1\/169192851-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/1\/9\/2\/8\/5\/1\/169192851-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/1\/9\/2\/8\/5\/1\/169192851-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/1\/9\/2\/8\/5\/1\/169192851-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/1\/9\/2\/8\/5\/1\/169192851-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/1\/9\/2\/8\/5\/1\/169192851-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/1\/9\/2\/8\/5\/1\/169192851-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/9\/1\/9\/2\/8\/5\/1\/169192851-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"169192851","position":"1","id_origin":"https:\/\/cdn2.seintosoft.com\/img\/talleresmelli\/Despiece\/7088887\/000003265886.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":266.02,"regular_price_amount":266.02,"regular_price":"266,02\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=39070420&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"39070420","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/pare-choc-arriere\/39070420-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.html","canonical_url":"https:\/\/boutique.francecasse.fr\/pare-choc-arriere\/39070420-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"39070420","id_supplier":"1","id_manufacturer":"0","id_category_default":"18281","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":"50,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-26 15:09:51","date_upd":"2026-07-26 02:34:06","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Pare choc arri\u00e8re d'occasion pour RENAULT Clio I 3 portes Phase 1&amp;2","link_rewrite":"pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12","meta_description":"","meta_keywords":"","meta_title":"","name":"Pare choc arri\u00e8re d'occasion pour RENAULT Clio I 3 portes Phase 1&2","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"39070420-140140853","id_product_attribute":"0","allow_oosp":0,"category":"pare-choc-arriere","category_name":"Pare choc arri\u00e8re","link":"https:\/\/boutique.francecasse.fr\/pare-choc-arriere\/39070420-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.html","attribute_price":0,"price_tax_exc":50,"price_without_reduction":50,"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":"Usure","value":null,"id_feature":"8","position":"6"},{"name":"Garantie","value":"3 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":"118508","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\/4\/0\/1\/4\/0\/8\/3\/5\/140140835-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/0\/8\/3\/5\/140140835-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/0\/8\/3\/5\/140140835-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/0\/8\/3\/5\/140140835-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/0\/8\/3\/5\/140140835-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/0\/8\/3\/5\/140140835-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/0\/8\/3\/5\/140140835-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/0\/8\/3\/5\/140140835-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"140140835","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4405\/po_photo\/2025\/07\/109195441-34d3ea49-bcab-4521-85a7-fae835c410bf-Piece-Pare-choc-arriere-7701469649-RENAULT-CLIO-1-PHASE-3-1245883b0010a9b1eeda9963cd111945b2c86b65be6145a351429eac42b5118d_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/0\/8\/5\/3\/140140853-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/0\/8\/5\/3\/140140853-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/0\/8\/5\/3\/140140853-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/0\/8\/5\/3\/140140853-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/0\/8\/5\/3\/140140853-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/0\/8\/5\/3\/140140853-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/0\/8\/5\/3\/140140853-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/0\/8\/5\/3\/140140853-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"140140853","position":"2","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4405\/po_photo\/2025\/07\/109195441-968d7e9d-6449-4e7e-a81b-f99486ee9b93-Piece-Pare-choc-arriere-7701469649-RENAULT-CLIO-1-PHASE-3-a558cb39569c4e0d293b9b35eaf5cf95b5c2fbe6095b6b05d03ff6b47a2f46bf_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/0\/8\/6\/7\/140140867-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/0\/8\/6\/7\/140140867-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/0\/8\/6\/7\/140140867-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/0\/8\/6\/7\/140140867-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/0\/8\/6\/7\/140140867-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/0\/8\/6\/7\/140140867-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/0\/8\/6\/7\/140140867-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/0\/8\/6\/7\/140140867-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"140140867","position":"3","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4405\/po_photo\/2025\/07\/109195441-54510c6f-283d-4547-9145-ba13abd1258a-Piece-Pare-choc-arriere-7701469649-RENAULT-CLIO-1-PHASE-3-90ebd03cc983977d7d360d105b01a6072491914080ea9865597461439ffcf300_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/0\/8\/8\/1\/140140881-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/0\/8\/8\/1\/140140881-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/0\/8\/8\/1\/140140881-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/0\/8\/8\/1\/140140881-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/0\/8\/8\/1\/140140881-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/0\/8\/8\/1\/140140881-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/0\/8\/8\/1\/140140881-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/0\/8\/8\/1\/140140881-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"140140881","position":"4","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4405\/po_photo\/2025\/07\/109195441-bc16ed05-dcd5-42be-b3d6-9d66a9914620-Piece-Pare-choc-arriere-7701469649-RENAULT-CLIO-1-PHASE-3-f70bb6bca6f792ab9cf1eae1acb85b8d0cb9298ad68ed2a56a027de360942fda_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/0\/8\/9\/7\/140140897-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/0\/8\/9\/7\/140140897-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/0\/8\/9\/7\/140140897-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/0\/8\/9\/7\/140140897-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/0\/8\/9\/7\/140140897-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/0\/8\/9\/7\/140140897-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/0\/8\/9\/7\/140140897-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/0\/8\/9\/7\/140140897-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"140140897","position":"5","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4405\/po_photo\/2025\/07\/109195441-e852a393-0366-419a-9b2a-ca71f1470d63-Piece-Pare-choc-arriere-7701469649-RENAULT-CLIO-1-PHASE-3-bc4828a11910b772b4231499a97c99f98628b73929062766f5d027f4ad98a319_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/4\/7\/2\/4\/5\/140647245-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/4\/7\/2\/4\/5\/140647245-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/4\/7\/2\/4\/5\/140647245-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/4\/7\/2\/4\/5\/140647245-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/4\/7\/2\/4\/5\/140647245-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/4\/7\/2\/4\/5\/140647245-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/4\/7\/2\/4\/5\/140647245-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/4\/7\/2\/4\/5\/140647245-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"140647245","position":"6","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4405\/po_photo\/2025\/07\/109195441-34d3ea49-bcab-4521-85a7-fae835c410bf-Piece-Pare-choc-arriere-7701469649-RENAULT-CLIO-1-PHASE-3-1245883b0010a9b1eeda9963cd111945b2c86b65be6145a351429eac42b5118d_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/4\/7\/2\/6\/5\/140647265-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/4\/7\/2\/6\/5\/140647265-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/4\/7\/2\/6\/5\/140647265-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/4\/7\/2\/6\/5\/140647265-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/4\/7\/2\/6\/5\/140647265-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/4\/7\/2\/6\/5\/140647265-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/4\/7\/2\/6\/5\/140647265-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/4\/7\/2\/6\/5\/140647265-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"140647265","position":"7","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4405\/po_photo\/2025\/07\/109195441-968d7e9d-6449-4e7e-a81b-f99486ee9b93-Piece-Pare-choc-arriere-7701469649-RENAULT-CLIO-1-PHASE-3-a558cb39569c4e0d293b9b35eaf5cf95b5c2fbe6095b6b05d03ff6b47a2f46bf_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/4\/7\/2\/7\/9\/140647279-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/4\/7\/2\/7\/9\/140647279-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/4\/7\/2\/7\/9\/140647279-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/4\/7\/2\/7\/9\/140647279-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/4\/7\/2\/7\/9\/140647279-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/4\/7\/2\/7\/9\/140647279-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/4\/7\/2\/7\/9\/140647279-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/4\/7\/2\/7\/9\/140647279-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"140647279","position":"8","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4405\/po_photo\/2025\/07\/109195441-54510c6f-283d-4547-9145-ba13abd1258a-Piece-Pare-choc-arriere-7701469649-RENAULT-CLIO-1-PHASE-3-90ebd03cc983977d7d360d105b01a6072491914080ea9865597461439ffcf300_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/4\/7\/2\/9\/9\/140647299-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/4\/7\/2\/9\/9\/140647299-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/4\/7\/2\/9\/9\/140647299-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/4\/7\/2\/9\/9\/140647299-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/4\/7\/2\/9\/9\/140647299-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/4\/7\/2\/9\/9\/140647299-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/4\/7\/2\/9\/9\/140647299-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/4\/7\/2\/9\/9\/140647299-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"140647299","position":"9","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4405\/po_photo\/2025\/07\/109195441-bc16ed05-dcd5-42be-b3d6-9d66a9914620-Piece-Pare-choc-arriere-7701469649-RENAULT-CLIO-1-PHASE-3-f70bb6bca6f792ab9cf1eae1acb85b8d0cb9298ad68ed2a56a027de360942fda_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/4\/7\/3\/1\/2\/140647312-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/4\/7\/3\/1\/2\/140647312-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/4\/7\/3\/1\/2\/140647312-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/4\/7\/3\/1\/2\/140647312-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/4\/7\/3\/1\/2\/140647312-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/4\/7\/3\/1\/2\/140647312-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/4\/7\/3\/1\/2\/140647312-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/4\/7\/3\/1\/2\/140647312-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"140647312","position":"10","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4405\/po_photo\/2025\/07\/109195441-e852a393-0366-419a-9b2a-ca71f1470d63-Piece-Pare-choc-arriere-7701469649-RENAULT-CLIO-1-PHASE-3-bc4828a11910b772b4231499a97c99f98628b73929062766f5d027f4ad98a319_o.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/0\/8\/3\/5\/140140835-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/0\/8\/3\/5\/140140835-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/0\/8\/3\/5\/140140835-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/0\/8\/3\/5\/140140835-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/0\/8\/3\/5\/140140835-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/0\/8\/3\/5\/140140835-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/0\/8\/3\/5\/140140835-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/0\/8\/3\/5\/140140835-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"140140835","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4405\/po_photo\/2025\/07\/109195441-34d3ea49-bcab-4521-85a7-fae835c410bf-Piece-Pare-choc-arriere-7701469649-RENAULT-CLIO-1-PHASE-3-1245883b0010a9b1eeda9963cd111945b2c86b65be6145a351429eac42b5118d_o.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":50,"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"},"Usure":{"name":"Usure","value":null,"id_feature":"8","position":"6"},"Garantie":{"name":"Garantie","value":"3 mois","id_feature":"14","position":"12"},"Kilom\u00e9trage":{"name":"Kilom\u00e9trage","value":"118508","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":"39070420","id_supplier":"1","id_manufacturer":"0","id_category_default":"18281","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":"50,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":"7701469649","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"20.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-26 15:09:51","date_upd":"2026-07-26 02:34:06","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"97:109195441","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\":\"42110010\"},{\"id\":\"42110011\"}]","corrige":"0","immatriculation":"","vehicule_origin_id":"97:VF1B57BB515037967","code_moteur_field":"E7J_710","vehicule_ref_id":"VF1B57BB515037967","vehicule_ktype":"","vehicule_ref_etat":"0","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"RENAULT","origin_modele":"CLIO 1","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"Pare choc arriere","id_category_piece":"18281","id_category_marque":"1859","id_category_modele":"12494","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":"97","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Pare choc arri\u00e8re d'occasion pour RENAULT Clio I 3 portes Phase 1&amp;2","link_rewrite":"pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Pare choc arri\u00e8re d'occasion pour RENAULT Clio I 3 portes Phase 1&2","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"7305319","id_modele_parent":"9387","id_energie":"16532","id_seller":"97","id_country_seller":"8","id_image":"39070420-140140853","prix":"50.000000","energie":"Essence","libelle":"Pare choc arri\u00e8re d'occasion pour RENAULT Clio I 3 portes Phase 1&2","seller_name":"COUTRAS CASSE AUTO","ordre_affichage":"11893","snipet":"[{\"value\":\"Essence\",\"name\":\"Energie\"},{\"value\":\"3 mois\",\"name\":\"Garantie\"},{\"value\":\"118508\",\"name\":\"Kilom\\u00e9trage\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/0\/8\/3\/5\/140140835-home_default.webp","fdp_incluse":"0","code_moteur":"E7J_710","reference_constructeur":"7701469649","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"pare-choc-arriere","category_name":"Pare choc arri\u00e8re","link":"https:\/\/boutique.francecasse.fr\/pare-choc-arriere\/39070420-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.html","attribute_price":0,"price_tax_exc":50,"price_without_reduction":50,"price_without_reduction_without_tax":50,"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":"Usure","value":null,"id_feature":"8","position":"6"},{"name":"Garantie","value":"3 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":"118508","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\/4\/0\/1\/4\/0\/8\/3\/5\/140140835-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/0\/8\/3\/5\/140140835-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/0\/8\/3\/5\/140140835-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/0\/8\/3\/5\/140140835-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/0\/8\/3\/5\/140140835-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/0\/8\/3\/5\/140140835-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/0\/8\/3\/5\/140140835-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/0\/8\/3\/5\/140140835-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"140140835","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4405\/po_photo\/2025\/07\/109195441-34d3ea49-bcab-4521-85a7-fae835c410bf-Piece-Pare-choc-arriere-7701469649-RENAULT-CLIO-1-PHASE-3-1245883b0010a9b1eeda9963cd111945b2c86b65be6145a351429eac42b5118d_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/0\/8\/5\/3\/140140853-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/0\/8\/5\/3\/140140853-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/0\/8\/5\/3\/140140853-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/0\/8\/5\/3\/140140853-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/0\/8\/5\/3\/140140853-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/0\/8\/5\/3\/140140853-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/0\/8\/5\/3\/140140853-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/0\/8\/5\/3\/140140853-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"140140853","position":"2","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4405\/po_photo\/2025\/07\/109195441-968d7e9d-6449-4e7e-a81b-f99486ee9b93-Piece-Pare-choc-arriere-7701469649-RENAULT-CLIO-1-PHASE-3-a558cb39569c4e0d293b9b35eaf5cf95b5c2fbe6095b6b05d03ff6b47a2f46bf_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/0\/8\/6\/7\/140140867-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/0\/8\/6\/7\/140140867-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/0\/8\/6\/7\/140140867-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/0\/8\/6\/7\/140140867-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/0\/8\/6\/7\/140140867-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/0\/8\/6\/7\/140140867-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/0\/8\/6\/7\/140140867-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/0\/8\/6\/7\/140140867-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"140140867","position":"3","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4405\/po_photo\/2025\/07\/109195441-54510c6f-283d-4547-9145-ba13abd1258a-Piece-Pare-choc-arriere-7701469649-RENAULT-CLIO-1-PHASE-3-90ebd03cc983977d7d360d105b01a6072491914080ea9865597461439ffcf300_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/0\/8\/8\/1\/140140881-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/0\/8\/8\/1\/140140881-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/0\/8\/8\/1\/140140881-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/0\/8\/8\/1\/140140881-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/0\/8\/8\/1\/140140881-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/0\/8\/8\/1\/140140881-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/0\/8\/8\/1\/140140881-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/0\/8\/8\/1\/140140881-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"140140881","position":"4","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4405\/po_photo\/2025\/07\/109195441-bc16ed05-dcd5-42be-b3d6-9d66a9914620-Piece-Pare-choc-arriere-7701469649-RENAULT-CLIO-1-PHASE-3-f70bb6bca6f792ab9cf1eae1acb85b8d0cb9298ad68ed2a56a027de360942fda_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/0\/8\/9\/7\/140140897-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/0\/8\/9\/7\/140140897-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/0\/8\/9\/7\/140140897-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/0\/8\/9\/7\/140140897-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/0\/8\/9\/7\/140140897-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/0\/8\/9\/7\/140140897-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/0\/8\/9\/7\/140140897-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/0\/8\/9\/7\/140140897-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"140140897","position":"5","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4405\/po_photo\/2025\/07\/109195441-e852a393-0366-419a-9b2a-ca71f1470d63-Piece-Pare-choc-arriere-7701469649-RENAULT-CLIO-1-PHASE-3-bc4828a11910b772b4231499a97c99f98628b73929062766f5d027f4ad98a319_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/4\/7\/2\/4\/5\/140647245-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/4\/7\/2\/4\/5\/140647245-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/4\/7\/2\/4\/5\/140647245-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/4\/7\/2\/4\/5\/140647245-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/4\/7\/2\/4\/5\/140647245-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/4\/7\/2\/4\/5\/140647245-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/4\/7\/2\/4\/5\/140647245-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/4\/7\/2\/4\/5\/140647245-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"140647245","position":"6","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4405\/po_photo\/2025\/07\/109195441-34d3ea49-bcab-4521-85a7-fae835c410bf-Piece-Pare-choc-arriere-7701469649-RENAULT-CLIO-1-PHASE-3-1245883b0010a9b1eeda9963cd111945b2c86b65be6145a351429eac42b5118d_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/4\/7\/2\/6\/5\/140647265-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/4\/7\/2\/6\/5\/140647265-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/4\/7\/2\/6\/5\/140647265-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/4\/7\/2\/6\/5\/140647265-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/4\/7\/2\/6\/5\/140647265-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/4\/7\/2\/6\/5\/140647265-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/4\/7\/2\/6\/5\/140647265-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/4\/7\/2\/6\/5\/140647265-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"140647265","position":"7","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4405\/po_photo\/2025\/07\/109195441-968d7e9d-6449-4e7e-a81b-f99486ee9b93-Piece-Pare-choc-arriere-7701469649-RENAULT-CLIO-1-PHASE-3-a558cb39569c4e0d293b9b35eaf5cf95b5c2fbe6095b6b05d03ff6b47a2f46bf_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/4\/7\/2\/7\/9\/140647279-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/4\/7\/2\/7\/9\/140647279-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/4\/7\/2\/7\/9\/140647279-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/4\/7\/2\/7\/9\/140647279-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/4\/7\/2\/7\/9\/140647279-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/4\/7\/2\/7\/9\/140647279-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/4\/7\/2\/7\/9\/140647279-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/4\/7\/2\/7\/9\/140647279-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"140647279","position":"8","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4405\/po_photo\/2025\/07\/109195441-54510c6f-283d-4547-9145-ba13abd1258a-Piece-Pare-choc-arriere-7701469649-RENAULT-CLIO-1-PHASE-3-90ebd03cc983977d7d360d105b01a6072491914080ea9865597461439ffcf300_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/4\/7\/2\/9\/9\/140647299-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/4\/7\/2\/9\/9\/140647299-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/4\/7\/2\/9\/9\/140647299-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/4\/7\/2\/9\/9\/140647299-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/4\/7\/2\/9\/9\/140647299-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/4\/7\/2\/9\/9\/140647299-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/4\/7\/2\/9\/9\/140647299-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/4\/7\/2\/9\/9\/140647299-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"140647299","position":"9","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4405\/po_photo\/2025\/07\/109195441-bc16ed05-dcd5-42be-b3d6-9d66a9914620-Piece-Pare-choc-arriere-7701469649-RENAULT-CLIO-1-PHASE-3-f70bb6bca6f792ab9cf1eae1acb85b8d0cb9298ad68ed2a56a027de360942fda_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/4\/7\/3\/1\/2\/140647312-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/4\/7\/3\/1\/2\/140647312-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/4\/7\/3\/1\/2\/140647312-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/4\/7\/3\/1\/2\/140647312-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/4\/7\/3\/1\/2\/140647312-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/4\/7\/3\/1\/2\/140647312-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/4\/7\/3\/1\/2\/140647312-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/6\/4\/7\/3\/1\/2\/140647312-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"140647312","position":"10","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4405\/po_photo\/2025\/07\/109195441-e852a393-0366-419a-9b2a-ca71f1470d63-Piece-Pare-choc-arriere-7701469649-RENAULT-CLIO-1-PHASE-3-bc4828a11910b772b4231499a97c99f98628b73929062766f5d027f4ad98a319_o.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/0\/8\/3\/5\/140140835-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/0\/8\/3\/5\/140140835-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/0\/8\/3\/5\/140140835-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/0\/8\/3\/5\/140140835-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/0\/8\/3\/5\/140140835-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/0\/8\/3\/5\/140140835-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/0\/8\/3\/5\/140140835-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/0\/1\/4\/0\/8\/3\/5\/140140835-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"140140835","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4405\/po_photo\/2025\/07\/109195441-34d3ea49-bcab-4521-85a7-fae835c410bf-Piece-Pare-choc-arriere-7701469649-RENAULT-CLIO-1-PHASE-3-1245883b0010a9b1eeda9963cd111945b2c86b65be6145a351429eac42b5118d_o.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":50,"regular_price_amount":50,"regular_price":"50,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=40965892&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"40965892","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/pare-choc-arriere\/40965892-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.html","canonical_url":"https:\/\/boutique.francecasse.fr\/pare-choc-arriere\/40965892-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"40965892","id_supplier":"1","id_manufacturer":"0","id_category_default":"18281","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":"99,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-26 15:12:23","date_upd":"2026-07-22 00:41:06","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Pare choc arri\u00e8re d'occasion pour RENAULT Clio I 3 portes Phase 1&amp;2","link_rewrite":"pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12","meta_description":"","meta_keywords":"","meta_title":"","name":"Pare choc arri\u00e8re d'occasion pour RENAULT Clio I 3 portes Phase 1&2","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"40965892-142656503","id_product_attribute":"0","allow_oosp":0,"category":"pare-choc-arriere","category_name":"Pare choc arri\u00e8re","link":"https:\/\/boutique.francecasse.fr\/pare-choc-arriere\/40965892-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.html","attribute_price":0,"price_tax_exc":90,"price_without_reduction":99,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Couleur","value":"BLEU","id_feature":"2","position":"1"},{"name":"Version","value":null,"id_feature":"3","position":"2"},{"name":"Energie","value":"Essence","id_feature":"6","position":"4"},{"name":"Usure","value":null,"id_feature":"8","position":"6"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":null,"id_feature":"19","position":"17"}],"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\/2\/6\/5\/6\/4\/8\/7\/142656487-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/2\/6\/5\/6\/4\/8\/7\/142656487-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/2\/6\/5\/6\/4\/8\/7\/142656487-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/2\/6\/5\/6\/4\/8\/7\/142656487-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/2\/6\/5\/6\/4\/8\/7\/142656487-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/2\/6\/5\/6\/4\/8\/7\/142656487-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/2\/6\/5\/6\/4\/8\/7\/142656487-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/2\/6\/5\/6\/4\/8\/7\/142656487-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"142656487","position":"1","id_origin":"https:\/\/valorione.fr\/media\/18\/product_instance\/35580462\/public\/18014333_7443830e-48da-49ec-9860-7ad955bfbd91.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/2\/6\/5\/6\/5\/0\/3\/142656503-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/2\/6\/5\/6\/5\/0\/3\/142656503-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/2\/6\/5\/6\/5\/0\/3\/142656503-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/2\/6\/5\/6\/5\/0\/3\/142656503-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/2\/6\/5\/6\/5\/0\/3\/142656503-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/2\/6\/5\/6\/5\/0\/3\/142656503-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/2\/6\/5\/6\/5\/0\/3\/142656503-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/2\/6\/5\/6\/5\/0\/3\/142656503-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"142656503","position":"2","id_origin":"https:\/\/valorione.fr\/media\/18\/product_instance\/35580462\/public\/18014329_5fee6184-5079-4db5-ad16-65272c4c0f13.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/2\/6\/5\/6\/5\/1\/6\/142656516-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/2\/6\/5\/6\/5\/1\/6\/142656516-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/2\/6\/5\/6\/5\/1\/6\/142656516-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/2\/6\/5\/6\/5\/1\/6\/142656516-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/2\/6\/5\/6\/5\/1\/6\/142656516-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/2\/6\/5\/6\/5\/1\/6\/142656516-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/2\/6\/5\/6\/5\/1\/6\/142656516-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/2\/6\/5\/6\/5\/1\/6\/142656516-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"142656516","position":"3","id_origin":"https:\/\/valorione.fr\/media\/18\/product_instance\/35580462\/public\/18014335_466c83ad-a912-4659-80ec-23c660aa5692.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/2\/6\/5\/6\/5\/2\/8\/142656528-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/2\/6\/5\/6\/5\/2\/8\/142656528-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/2\/6\/5\/6\/5\/2\/8\/142656528-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/2\/6\/5\/6\/5\/2\/8\/142656528-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/2\/6\/5\/6\/5\/2\/8\/142656528-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/2\/6\/5\/6\/5\/2\/8\/142656528-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/2\/6\/5\/6\/5\/2\/8\/142656528-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/2\/6\/5\/6\/5\/2\/8\/142656528-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"142656528","position":"4","id_origin":"https:\/\/valorione.fr\/media\/18\/product_instance\/35580462\/public\/18014331_aab38f2f-b7d5-4892-b664-d75d6ed304ee.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/2\/6\/5\/6\/5\/4\/7\/142656547-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/2\/6\/5\/6\/5\/4\/7\/142656547-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/2\/6\/5\/6\/5\/4\/7\/142656547-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/2\/6\/5\/6\/5\/4\/7\/142656547-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/2\/6\/5\/6\/5\/4\/7\/142656547-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/2\/6\/5\/6\/5\/4\/7\/142656547-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/2\/6\/5\/6\/5\/4\/7\/142656547-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/2\/6\/5\/6\/5\/4\/7\/142656547-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"142656547","position":"5","id_origin":"https:\/\/valorione.fr\/media\/18\/product_instance\/35580462\/public\/18014337_08427186-1d90-49ef-9e3c-5511dc8b6c03.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/2\/6\/5\/6\/4\/8\/7\/142656487-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/2\/6\/5\/6\/4\/8\/7\/142656487-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/2\/6\/5\/6\/4\/8\/7\/142656487-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/2\/6\/5\/6\/4\/8\/7\/142656487-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/2\/6\/5\/6\/4\/8\/7\/142656487-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/2\/6\/5\/6\/4\/8\/7\/142656487-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/2\/6\/5\/6\/4\/8\/7\/142656487-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/2\/6\/5\/6\/4\/8\/7\/142656487-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"142656487","position":"1","id_origin":"https:\/\/valorione.fr\/media\/18\/product_instance\/35580462\/public\/18014333_7443830e-48da-49ec-9860-7ad955bfbd91.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":99,"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":"BLEU","id_feature":"2","position":"1"},"Version":{"name":"Version","value":null,"id_feature":"3","position":"2"},"Energie":{"name":"Energie","value":"Essence","id_feature":"6","position":"4"},"Usure":{"name":"Usure","value":null,"id_feature":"8","position":"6"},"Garantie":{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},"Kilom\u00e9trage":{"name":"Kilom\u00e9trage","value":null,"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":"40965892","id_supplier":"1","id_manufacturer":"0","id_category_default":"18281","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":"99,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":"7701466299","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"20.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-26 15:12:23","date_upd":"2026-07-22 00:41:06","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"57:35580462","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\":\"43371672\"}]","corrige":"0","immatriculation":"CW-390-RV","vehicule_origin_id":"57:CW-390-RV","code_moteur_field":"","vehicule_ref_id":"VF1C57B0209657388","vehicule_ktype":"","vehicule_ref_etat":"0","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"RENAULT","origin_modele":"CLIO I","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"PARE-CHOC ARRIERE","id_category_piece":"18281","id_category_marque":"1859","id_category_modele":"12494","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":"57","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Pare choc arri\u00e8re d'occasion pour RENAULT Clio I 3 portes Phase 1&amp;2","link_rewrite":"pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Pare choc arri\u00e8re d'occasion pour RENAULT Clio I 3 portes Phase 1&2","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"7340351","id_modele_parent":"9387","id_energie":"16532","id_seller":"57","id_country_seller":"8","id_image":"40965892-142656503","prix":"99.000000","energie":"Essence","libelle":"Pare choc arri\u00e8re d'occasion pour RENAULT Clio I 3 portes Phase 1&2","seller_name":"BONNIN SAS","ordre_affichage":"21929","snipet":"[{\"value\":\"Essence\",\"name\":\"Energie\"},{\"value\":\"12 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/4\/2\/6\/5\/6\/4\/8\/7\/142656487-home_default.webp","fdp_incluse":"0","code_moteur":"","reference_constructeur":"7701466299","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"pare-choc-arriere","category_name":"Pare choc arri\u00e8re","link":"https:\/\/boutique.francecasse.fr\/pare-choc-arriere\/40965892-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.html","attribute_price":0,"price_tax_exc":90,"price_without_reduction":99,"price_without_reduction_without_tax":90,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Couleur","value":"BLEU","id_feature":"2","position":"1"},{"name":"Version","value":null,"id_feature":"3","position":"2"},{"name":"Energie","value":"Essence","id_feature":"6","position":"4"},{"name":"Usure","value":null,"id_feature":"8","position":"6"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":null,"id_feature":"19","position":"17"}],"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\/2\/6\/5\/6\/4\/8\/7\/142656487-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/2\/6\/5\/6\/4\/8\/7\/142656487-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/2\/6\/5\/6\/4\/8\/7\/142656487-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/2\/6\/5\/6\/4\/8\/7\/142656487-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/2\/6\/5\/6\/4\/8\/7\/142656487-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/2\/6\/5\/6\/4\/8\/7\/142656487-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/2\/6\/5\/6\/4\/8\/7\/142656487-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/2\/6\/5\/6\/4\/8\/7\/142656487-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"142656487","position":"1","id_origin":"https:\/\/valorione.fr\/media\/18\/product_instance\/35580462\/public\/18014333_7443830e-48da-49ec-9860-7ad955bfbd91.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/2\/6\/5\/6\/5\/0\/3\/142656503-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/2\/6\/5\/6\/5\/0\/3\/142656503-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/2\/6\/5\/6\/5\/0\/3\/142656503-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/2\/6\/5\/6\/5\/0\/3\/142656503-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/2\/6\/5\/6\/5\/0\/3\/142656503-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/2\/6\/5\/6\/5\/0\/3\/142656503-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/2\/6\/5\/6\/5\/0\/3\/142656503-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/2\/6\/5\/6\/5\/0\/3\/142656503-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"142656503","position":"2","id_origin":"https:\/\/valorione.fr\/media\/18\/product_instance\/35580462\/public\/18014329_5fee6184-5079-4db5-ad16-65272c4c0f13.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/2\/6\/5\/6\/5\/1\/6\/142656516-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/2\/6\/5\/6\/5\/1\/6\/142656516-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/2\/6\/5\/6\/5\/1\/6\/142656516-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/2\/6\/5\/6\/5\/1\/6\/142656516-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/2\/6\/5\/6\/5\/1\/6\/142656516-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/2\/6\/5\/6\/5\/1\/6\/142656516-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/2\/6\/5\/6\/5\/1\/6\/142656516-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/2\/6\/5\/6\/5\/1\/6\/142656516-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"142656516","position":"3","id_origin":"https:\/\/valorione.fr\/media\/18\/product_instance\/35580462\/public\/18014335_466c83ad-a912-4659-80ec-23c660aa5692.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/2\/6\/5\/6\/5\/2\/8\/142656528-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/2\/6\/5\/6\/5\/2\/8\/142656528-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/2\/6\/5\/6\/5\/2\/8\/142656528-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/2\/6\/5\/6\/5\/2\/8\/142656528-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/2\/6\/5\/6\/5\/2\/8\/142656528-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/2\/6\/5\/6\/5\/2\/8\/142656528-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/2\/6\/5\/6\/5\/2\/8\/142656528-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/2\/6\/5\/6\/5\/2\/8\/142656528-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"142656528","position":"4","id_origin":"https:\/\/valorione.fr\/media\/18\/product_instance\/35580462\/public\/18014331_aab38f2f-b7d5-4892-b664-d75d6ed304ee.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/2\/6\/5\/6\/5\/4\/7\/142656547-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/2\/6\/5\/6\/5\/4\/7\/142656547-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/2\/6\/5\/6\/5\/4\/7\/142656547-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/2\/6\/5\/6\/5\/4\/7\/142656547-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/2\/6\/5\/6\/5\/4\/7\/142656547-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/2\/6\/5\/6\/5\/4\/7\/142656547-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/2\/6\/5\/6\/5\/4\/7\/142656547-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/2\/6\/5\/6\/5\/4\/7\/142656547-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"142656547","position":"5","id_origin":"https:\/\/valorione.fr\/media\/18\/product_instance\/35580462\/public\/18014337_08427186-1d90-49ef-9e3c-5511dc8b6c03.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/2\/6\/5\/6\/4\/8\/7\/142656487-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/2\/6\/5\/6\/4\/8\/7\/142656487-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/2\/6\/5\/6\/4\/8\/7\/142656487-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/2\/6\/5\/6\/4\/8\/7\/142656487-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/2\/6\/5\/6\/4\/8\/7\/142656487-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/2\/6\/5\/6\/4\/8\/7\/142656487-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/2\/6\/5\/6\/4\/8\/7\/142656487-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/2\/6\/5\/6\/4\/8\/7\/142656487-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"142656487","position":"1","id_origin":"https:\/\/valorione.fr\/media\/18\/product_instance\/35580462\/public\/18014333_7443830e-48da-49ec-9860-7ad955bfbd91.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":99,"regular_price_amount":99,"regular_price":"99,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=36031367&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"36031367","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/pare-choc-arriere\/36031367-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.html","canonical_url":"https:\/\/boutique.francecasse.fr\/pare-choc-arriere\/36031367-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"36031367","id_supplier":"1","id_manufacturer":"0","id_category_default":"18281","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":"66,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-26 15:16:34","date_upd":"2026-07-22 00:43:50","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Pare choc arri\u00e8re d'occasion pour RENAULT Clio I 3 portes Phase 1&amp;2","link_rewrite":"pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12","meta_description":"","meta_keywords":"","meta_title":"","name":"Pare choc arri\u00e8re d'occasion pour RENAULT Clio I 3 portes Phase 1&2","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"36031367-127418784","id_product_attribute":"0","allow_oosp":0,"category":"pare-choc-arriere","category_name":"Pare choc arri\u00e8re","link":"https:\/\/boutique.francecasse.fr\/pare-choc-arriere\/36031367-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.html","attribute_price":0,"price_tax_exc":60,"price_without_reduction":66,"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":"Usure","value":null,"id_feature":"8","position":"6"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Remarques","value":"E1O2C","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":10,"tax_name":"TVA FR 10%","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/1\/8\/7\/6\/9\/127418769-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/1\/8\/7\/6\/9\/127418769-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/1\/8\/7\/6\/9\/127418769-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/1\/8\/7\/6\/9\/127418769-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/1\/8\/7\/6\/9\/127418769-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/1\/8\/7\/6\/9\/127418769-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/1\/8\/7\/6\/9\/127418769-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/1\/8\/7\/6\/9\/127418769-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"127418769","position":"1","id_origin":"https:\/\/valorione.fr\/media\/18\/product_instance\/27413930\/public\/17197993_bd3955dd-36fa-48ea-9741-96133c43647d.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/1\/8\/7\/8\/4\/127418784-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/1\/8\/7\/8\/4\/127418784-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/1\/8\/7\/8\/4\/127418784-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/1\/8\/7\/8\/4\/127418784-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/1\/8\/7\/8\/4\/127418784-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/1\/8\/7\/8\/4\/127418784-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/1\/8\/7\/8\/4\/127418784-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/1\/8\/7\/8\/4\/127418784-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127418784","position":"2","id_origin":"https:\/\/valorione.fr\/media\/18\/product_instance\/27413930\/public\/17197994_af7c8019-c763-4032-b47e-df8df103b3d6.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/1\/8\/7\/9\/9\/127418799-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/1\/8\/7\/9\/9\/127418799-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/1\/8\/7\/9\/9\/127418799-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/1\/8\/7\/9\/9\/127418799-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/1\/8\/7\/9\/9\/127418799-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/1\/8\/7\/9\/9\/127418799-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/1\/8\/7\/9\/9\/127418799-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/1\/8\/7\/9\/9\/127418799-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127418799","position":"3","id_origin":"https:\/\/valorione.fr\/media\/18\/product_instance\/27413930\/public\/17197995_1437a57b-e610-4793-a32b-bcf66dd555bc.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/1\/8\/7\/6\/9\/127418769-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/1\/8\/7\/6\/9\/127418769-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/1\/8\/7\/6\/9\/127418769-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/1\/8\/7\/6\/9\/127418769-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/1\/8\/7\/6\/9\/127418769-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/1\/8\/7\/6\/9\/127418769-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/1\/8\/7\/6\/9\/127418769-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/1\/8\/7\/6\/9\/127418769-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"127418769","position":"1","id_origin":"https:\/\/valorione.fr\/media\/18\/product_instance\/27413930\/public\/17197993_bd3955dd-36fa-48ea-9741-96133c43647d.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":66,"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"},"Usure":{"name":"Usure","value":null,"id_feature":"8","position":"6"},"Garantie":{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},"Remarques":{"name":"Remarques","value":"E1O2C","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":"36031367","id_supplier":"1","id_manufacturer":"0","id_category_default":"18281","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":"66,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":"7701466676","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"20.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-26 15:16:34","date_upd":"2026-07-22 00:43:50","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"57:27413930","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\":\"36600637\"}]","corrige":"0","immatriculation":"8216 TQ 86","vehicule_origin_id":"57:8216 TQ 86","code_moteur_field":"","vehicule_ref_id":"VF1C57R0507554557","vehicule_ktype":"","vehicule_ref_etat":"1","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"RENAULT","origin_modele":"CLIO","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"PARE-CHOC ARRIERE","id_category_piece":"18281","id_category_marque":"1859","id_category_modele":"12494","id_category_version":"12494","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":"57","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Pare choc arri\u00e8re d'occasion pour RENAULT Clio I 3 portes Phase 1&amp;2","link_rewrite":"pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Pare choc arri\u00e8re d'occasion pour RENAULT Clio I 3 portes Phase 1&2","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"7392561","id_modele_parent":"9387","id_energie":"16532","id_seller":"57","id_country_seller":"8","id_image":"36031367-127418784","prix":"66.000000","energie":"Essence","libelle":"Pare choc arri\u00e8re d'occasion pour RENAULT Clio I 3 portes Phase 1&2","seller_name":"BONNIN SAS","ordre_affichage":"24140","snipet":"[{\"value\":\"Essence\",\"name\":\"Energie\"},{\"value\":\"12 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/1\/8\/7\/6\/9\/127418769-home_default.webp","fdp_incluse":"0","code_moteur":"","reference_constructeur":"7701466676","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"pare-choc-arriere","category_name":"Pare choc arri\u00e8re","link":"https:\/\/boutique.francecasse.fr\/pare-choc-arriere\/36031367-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.html","attribute_price":0,"price_tax_exc":60,"price_without_reduction":66,"price_without_reduction_without_tax":60,"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":"Usure","value":null,"id_feature":"8","position":"6"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Remarques","value":"E1O2C","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":10,"tax_name":"TVA FR 10%","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/1\/8\/7\/6\/9\/127418769-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/1\/8\/7\/6\/9\/127418769-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/1\/8\/7\/6\/9\/127418769-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/1\/8\/7\/6\/9\/127418769-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/1\/8\/7\/6\/9\/127418769-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/1\/8\/7\/6\/9\/127418769-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/1\/8\/7\/6\/9\/127418769-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/1\/8\/7\/6\/9\/127418769-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"127418769","position":"1","id_origin":"https:\/\/valorione.fr\/media\/18\/product_instance\/27413930\/public\/17197993_bd3955dd-36fa-48ea-9741-96133c43647d.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/1\/8\/7\/8\/4\/127418784-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/1\/8\/7\/8\/4\/127418784-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/1\/8\/7\/8\/4\/127418784-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/1\/8\/7\/8\/4\/127418784-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/1\/8\/7\/8\/4\/127418784-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/1\/8\/7\/8\/4\/127418784-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/1\/8\/7\/8\/4\/127418784-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/1\/8\/7\/8\/4\/127418784-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127418784","position":"2","id_origin":"https:\/\/valorione.fr\/media\/18\/product_instance\/27413930\/public\/17197994_af7c8019-c763-4032-b47e-df8df103b3d6.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/1\/8\/7\/9\/9\/127418799-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/1\/8\/7\/9\/9\/127418799-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/1\/8\/7\/9\/9\/127418799-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/1\/8\/7\/9\/9\/127418799-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/1\/8\/7\/9\/9\/127418799-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/1\/8\/7\/9\/9\/127418799-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/1\/8\/7\/9\/9\/127418799-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/1\/8\/7\/9\/9\/127418799-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127418799","position":"3","id_origin":"https:\/\/valorione.fr\/media\/18\/product_instance\/27413930\/public\/17197995_1437a57b-e610-4793-a32b-bcf66dd555bc.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/1\/8\/7\/6\/9\/127418769-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/1\/8\/7\/6\/9\/127418769-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/1\/8\/7\/6\/9\/127418769-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/1\/8\/7\/6\/9\/127418769-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/1\/8\/7\/6\/9\/127418769-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/1\/8\/7\/6\/9\/127418769-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/1\/8\/7\/6\/9\/127418769-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/4\/1\/8\/7\/6\/9\/127418769-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"127418769","position":"1","id_origin":"https:\/\/valorione.fr\/media\/18\/product_instance\/27413930\/public\/17197993_bd3955dd-36fa-48ea-9741-96133c43647d.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":66,"regular_price_amount":66,"regular_price":"66,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=37683200&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"37683200","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/pare-choc-arriere\/37683200-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.html","canonical_url":"https:\/\/boutique.francecasse.fr\/pare-choc-arriere\/37683200-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"37683200","id_supplier":"1","id_manufacturer":"0","id_category_default":"18281","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":"50,40\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-26 15:22:32","date_upd":"2026-07-25 21:38:28","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Pare choc arri\u00e8re d'occasion pour RENAULT Clio I 3 portes Phase 1&amp;2","link_rewrite":"pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12","meta_description":"","meta_keywords":"","meta_title":"","name":"Pare choc arri\u00e8re d'occasion pour RENAULT Clio I 3 portes Phase 1&2","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"37683200-131786730","id_product_attribute":"0","allow_oosp":0,"category":"pare-choc-arriere","category_name":"Pare choc arri\u00e8re","link":"https:\/\/boutique.francecasse.fr\/pare-choc-arriere\/37683200-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.html","attribute_price":0,"price_tax_exc":50.4,"price_without_reduction":50.4,"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":"Usure","value":"Bon \u00e9tat","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":"- Couleur : Gris non peint\n- Camera : Non\n\u26a0\ufe0f Traces de frottements ( Voir photos )\n\u26a0\ufe0f Quelques rayures","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\/3\/1\/7\/8\/6\/4\/5\/6\/131786456-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/4\/5\/6\/131786456-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/4\/5\/6\/131786456-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/4\/5\/6\/131786456-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/4\/5\/6\/131786456-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/4\/5\/6\/131786456-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/4\/5\/6\/131786456-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/4\/5\/6\/131786456-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"131786456","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2025\/08\/110942280-33815c41-7515-4fa7-8f66-72631a56b1f6-Piece-Pare-choc-arriere-7701466676-RENAULT-CLIO-1-PHASE-2-25d0123b08bed8a15fa5079351bd0d1274a7332e3b3c31a36241c95b0b0c8aad_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/7\/3\/0\/131786730-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/7\/3\/0\/131786730-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/7\/3\/0\/131786730-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/7\/3\/0\/131786730-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/7\/3\/0\/131786730-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/7\/3\/0\/131786730-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/7\/3\/0\/131786730-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/7\/3\/0\/131786730-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131786730","position":"2","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2025\/08\/110942280-9d15e38c-7cdc-45e7-bb27-ea0e74f6fc11-Piece-Pare-choc-arriere-7701466676-RENAULT-CLIO-1-PHASE-2-3752030d8339580d54ad024f3a760f4675533a805c4b99196008f4d89fba464d_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/7\/4\/9\/131786749-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/7\/4\/9\/131786749-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/7\/4\/9\/131786749-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/7\/4\/9\/131786749-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/7\/4\/9\/131786749-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/7\/4\/9\/131786749-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/7\/4\/9\/131786749-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/7\/4\/9\/131786749-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131786749","position":"3","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2025\/08\/110942280-6bed64fe-d756-45b2-915e-94b420dad06d-Piece-Pare-choc-arriere-7701466676-RENAULT-CLIO-1-PHASE-2-f417ff57b9934c7472aa4ac4637bdf0feb32f3009f1ad75628e48f616114f96d_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/7\/5\/8\/131786758-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/7\/5\/8\/131786758-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/7\/5\/8\/131786758-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/7\/5\/8\/131786758-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/7\/5\/8\/131786758-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/7\/5\/8\/131786758-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/7\/5\/8\/131786758-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/7\/5\/8\/131786758-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131786758","position":"4","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2025\/08\/110942280-942ae123-f7e6-4e05-b3c8-a066c83577d6-Piece-Pare-choc-arriere-7701466676-RENAULT-CLIO-1-PHASE-2-27018e93ff7a174a481352af01b5d146fb52f448f3b11cfcfef8190721416935_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/7\/7\/1\/131786771-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/7\/7\/1\/131786771-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/7\/7\/1\/131786771-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/7\/7\/1\/131786771-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/7\/7\/1\/131786771-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/7\/7\/1\/131786771-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/7\/7\/1\/131786771-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/7\/7\/1\/131786771-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131786771","position":"5","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2025\/08\/110942280-b5fc1fe0-49cb-4fcc-9d0a-8aac8008f3ec-Piece-Pare-choc-arriere-7701466676-RENAULT-CLIO-1-PHASE-2-811b7d298c12458b91c9708c768edd16ee7848e101fa879bc6bbb9ec0e63b6af_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/7\/8\/7\/131786787-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/7\/8\/7\/131786787-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/7\/8\/7\/131786787-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/7\/8\/7\/131786787-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/7\/8\/7\/131786787-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/7\/8\/7\/131786787-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/7\/8\/7\/131786787-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/7\/8\/7\/131786787-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131786787","position":"6","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2025\/08\/110942280-e551d5ab-1e01-48ee-802b-68021eb3fcb7-Piece-Pare-choc-arriere-7701466676-RENAULT-CLIO-1-PHASE-2-6551420f5bf74c9e89445ec2bad4b0efe287040588d6e4ec21df1f2c0b5ac635_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/8\/0\/3\/131786803-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/8\/0\/3\/131786803-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/8\/0\/3\/131786803-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/8\/0\/3\/131786803-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/8\/0\/3\/131786803-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/8\/0\/3\/131786803-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/8\/0\/3\/131786803-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/8\/0\/3\/131786803-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131786803","position":"7","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2025\/08\/110942280-28dee3f9-3c16-4d7d-8d2d-2db019bfdc7c-Piece-Pare-choc-arriere-7701466676-RENAULT-CLIO-1-PHASE-2-cb3dc4f8197702b8f58b5bb7edb22ed86b1ec6324d715b7e2adbcf14ee303c3f_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/8\/1\/7\/131786817-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/8\/1\/7\/131786817-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/8\/1\/7\/131786817-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/8\/1\/7\/131786817-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/8\/1\/7\/131786817-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/8\/1\/7\/131786817-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/8\/1\/7\/131786817-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/8\/1\/7\/131786817-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131786817","position":"8","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2025\/08\/110942280-b67ec03a-2360-45a9-ad5f-2c9595144afe-Piece-Pare-choc-arriere-7701466676-RENAULT-CLIO-1-PHASE-2-36ebae81e5951e8c3231f630476e647d2a9b8714cee1d325841357bc7388ea16_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/8\/3\/6\/131786836-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/8\/3\/6\/131786836-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/8\/3\/6\/131786836-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/8\/3\/6\/131786836-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/8\/3\/6\/131786836-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/8\/3\/6\/131786836-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/8\/3\/6\/131786836-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/8\/3\/6\/131786836-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131786836","position":"9","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2025\/08\/110942280-8cadc2a7-b81f-452b-b3f6-af2e453a4b87-Piece-Pare-choc-arriere-7701466676-RENAULT-CLIO-1-PHASE-2-69ac5acfe9f0fcd83eabe3d6704fc7ba58cac60359380415b08cba33cd393dec_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/8\/4\/7\/131786847-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/8\/4\/7\/131786847-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/8\/4\/7\/131786847-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/8\/4\/7\/131786847-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/8\/4\/7\/131786847-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/8\/4\/7\/131786847-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/8\/4\/7\/131786847-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/8\/4\/7\/131786847-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131786847","position":"10","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2025\/08\/110942280-6e3bdc66-f96f-45b2-bb1f-e47ae22e12c2-Piece-Pare-choc-arriere-7701466676-RENAULT-CLIO-1-PHASE-2-2c482ef71e644e3132e5df92df82a35b38e014f682022c17f5699bb884455e27_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/8\/6\/1\/131786861-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/8\/6\/1\/131786861-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/8\/6\/1\/131786861-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/8\/6\/1\/131786861-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/8\/6\/1\/131786861-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/8\/6\/1\/131786861-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/8\/6\/1\/131786861-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/8\/6\/1\/131786861-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131786861","position":"11","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2025\/08\/110942280-dc35c2fd-df5f-4091-b131-20d89808dafc-Piece-Pare-choc-arriere-7701466676-RENAULT-CLIO-1-PHASE-2-8c4cfa069d0e9550586204bba5f7d4a1bb9042bf10ebd0010607751b9ef6f1c2_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/8\/7\/6\/131786876-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/8\/7\/6\/131786876-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/8\/7\/6\/131786876-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/8\/7\/6\/131786876-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/8\/7\/6\/131786876-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/8\/7\/6\/131786876-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/8\/7\/6\/131786876-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/8\/7\/6\/131786876-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131786876","position":"12","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2025\/08\/110942280-2988b9ef-5af1-4bb8-a0fd-8a2d3cfdc786-Piece-Pare-choc-arriere-7701466676-RENAULT-CLIO-1-PHASE-2-79ea8b1feffeae8d816e4ee9d3ba4091f9093c1b07891c2461190e9a5d1aa471_o.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/4\/5\/6\/131786456-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/4\/5\/6\/131786456-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/4\/5\/6\/131786456-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/4\/5\/6\/131786456-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/4\/5\/6\/131786456-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/4\/5\/6\/131786456-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/4\/5\/6\/131786456-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/4\/5\/6\/131786456-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"131786456","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2025\/08\/110942280-33815c41-7515-4fa7-8f66-72631a56b1f6-Piece-Pare-choc-arriere-7701466676-RENAULT-CLIO-1-PHASE-2-25d0123b08bed8a15fa5079351bd0d1274a7332e3b3c31a36241c95b0b0c8aad_o.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":50.4,"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"},"Usure":{"name":"Usure","value":"Bon \u00e9tat","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":"- Couleur : Gris non peint\n- Camera : Non\n\u26a0\ufe0f Traces de frottements ( Voir photos )\n\u26a0\ufe0f Quelques rayures","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":"37683200","id_supplier":"1","id_manufacturer":"0","id_category_default":"18281","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":"50,40\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":"7701466676","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"20.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-26 15:22:32","date_upd":"2026-07-25 21:38:28","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"93:110942280","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\":\"40766172\"}]","corrige":"0","immatriculation":"","vehicule_origin_id":"93:VF1C5770512847943","code_moteur_field":"C3G_720","vehicule_ref_id":"VF1C5770512847943","vehicule_ktype":"","vehicule_ref_etat":"0","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"RENAULT","origin_modele":"CLIO 1","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"Pare choc arriere","id_category_piece":"18281","id_category_marque":"1859","id_category_modele":"12494","id_category_version":"12494","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":"93","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Pare choc arri\u00e8re d'occasion pour RENAULT Clio I 3 portes Phase 1&amp;2","link_rewrite":"pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Pare choc arri\u00e8re d'occasion pour RENAULT Clio I 3 portes Phase 1&2","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"7468070","id_modele_parent":"9387","id_energie":"16532","id_seller":"93","id_country_seller":"8","id_image":"37683200-131786730","prix":"50.400000","energie":"Essence","libelle":"Pare choc arri\u00e8re d'occasion pour RENAULT Clio I 3 portes Phase 1&2","seller_name":"SARL N7 AUTO PI\u00c8CES","ordre_affichage":"24654","snipet":"[{\"value\":\"Essence\",\"name\":\"Energie\"},{\"value\":\"24 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/4\/5\/6\/131786456-home_default.webp","fdp_incluse":"0","code_moteur":"C3G_720","reference_constructeur":"7701466676","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"pare-choc-arriere","category_name":"Pare choc arri\u00e8re","link":"https:\/\/boutique.francecasse.fr\/pare-choc-arriere\/37683200-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.html","attribute_price":0,"price_tax_exc":50.4,"price_without_reduction":50.4,"price_without_reduction_without_tax":50.4,"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":"Usure","value":"Bon \u00e9tat","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":"- Couleur : Gris non peint\n- Camera : Non\n\u26a0\ufe0f Traces de frottements ( Voir photos )\n\u26a0\ufe0f Quelques rayures","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\/3\/1\/7\/8\/6\/4\/5\/6\/131786456-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/4\/5\/6\/131786456-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/4\/5\/6\/131786456-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/4\/5\/6\/131786456-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/4\/5\/6\/131786456-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/4\/5\/6\/131786456-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/4\/5\/6\/131786456-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/4\/5\/6\/131786456-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"131786456","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2025\/08\/110942280-33815c41-7515-4fa7-8f66-72631a56b1f6-Piece-Pare-choc-arriere-7701466676-RENAULT-CLIO-1-PHASE-2-25d0123b08bed8a15fa5079351bd0d1274a7332e3b3c31a36241c95b0b0c8aad_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/7\/3\/0\/131786730-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/7\/3\/0\/131786730-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/7\/3\/0\/131786730-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/7\/3\/0\/131786730-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/7\/3\/0\/131786730-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/7\/3\/0\/131786730-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/7\/3\/0\/131786730-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/7\/3\/0\/131786730-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131786730","position":"2","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2025\/08\/110942280-9d15e38c-7cdc-45e7-bb27-ea0e74f6fc11-Piece-Pare-choc-arriere-7701466676-RENAULT-CLIO-1-PHASE-2-3752030d8339580d54ad024f3a760f4675533a805c4b99196008f4d89fba464d_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/7\/4\/9\/131786749-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/7\/4\/9\/131786749-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/7\/4\/9\/131786749-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/7\/4\/9\/131786749-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/7\/4\/9\/131786749-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/7\/4\/9\/131786749-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/7\/4\/9\/131786749-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/7\/4\/9\/131786749-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131786749","position":"3","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2025\/08\/110942280-6bed64fe-d756-45b2-915e-94b420dad06d-Piece-Pare-choc-arriere-7701466676-RENAULT-CLIO-1-PHASE-2-f417ff57b9934c7472aa4ac4637bdf0feb32f3009f1ad75628e48f616114f96d_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/7\/5\/8\/131786758-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/7\/5\/8\/131786758-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/7\/5\/8\/131786758-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/7\/5\/8\/131786758-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/7\/5\/8\/131786758-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/7\/5\/8\/131786758-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/7\/5\/8\/131786758-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/7\/5\/8\/131786758-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131786758","position":"4","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2025\/08\/110942280-942ae123-f7e6-4e05-b3c8-a066c83577d6-Piece-Pare-choc-arriere-7701466676-RENAULT-CLIO-1-PHASE-2-27018e93ff7a174a481352af01b5d146fb52f448f3b11cfcfef8190721416935_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/7\/7\/1\/131786771-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/7\/7\/1\/131786771-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/7\/7\/1\/131786771-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/7\/7\/1\/131786771-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/7\/7\/1\/131786771-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/7\/7\/1\/131786771-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/7\/7\/1\/131786771-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/7\/7\/1\/131786771-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131786771","position":"5","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2025\/08\/110942280-b5fc1fe0-49cb-4fcc-9d0a-8aac8008f3ec-Piece-Pare-choc-arriere-7701466676-RENAULT-CLIO-1-PHASE-2-811b7d298c12458b91c9708c768edd16ee7848e101fa879bc6bbb9ec0e63b6af_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/7\/8\/7\/131786787-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/7\/8\/7\/131786787-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/7\/8\/7\/131786787-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/7\/8\/7\/131786787-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/7\/8\/7\/131786787-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/7\/8\/7\/131786787-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/7\/8\/7\/131786787-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/7\/8\/7\/131786787-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131786787","position":"6","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2025\/08\/110942280-e551d5ab-1e01-48ee-802b-68021eb3fcb7-Piece-Pare-choc-arriere-7701466676-RENAULT-CLIO-1-PHASE-2-6551420f5bf74c9e89445ec2bad4b0efe287040588d6e4ec21df1f2c0b5ac635_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/8\/0\/3\/131786803-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/8\/0\/3\/131786803-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/8\/0\/3\/131786803-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/8\/0\/3\/131786803-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/8\/0\/3\/131786803-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/8\/0\/3\/131786803-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/8\/0\/3\/131786803-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/8\/0\/3\/131786803-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131786803","position":"7","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2025\/08\/110942280-28dee3f9-3c16-4d7d-8d2d-2db019bfdc7c-Piece-Pare-choc-arriere-7701466676-RENAULT-CLIO-1-PHASE-2-cb3dc4f8197702b8f58b5bb7edb22ed86b1ec6324d715b7e2adbcf14ee303c3f_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/8\/1\/7\/131786817-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/8\/1\/7\/131786817-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/8\/1\/7\/131786817-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/8\/1\/7\/131786817-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/8\/1\/7\/131786817-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/8\/1\/7\/131786817-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/8\/1\/7\/131786817-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/8\/1\/7\/131786817-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131786817","position":"8","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2025\/08\/110942280-b67ec03a-2360-45a9-ad5f-2c9595144afe-Piece-Pare-choc-arriere-7701466676-RENAULT-CLIO-1-PHASE-2-36ebae81e5951e8c3231f630476e647d2a9b8714cee1d325841357bc7388ea16_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/8\/3\/6\/131786836-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/8\/3\/6\/131786836-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/8\/3\/6\/131786836-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/8\/3\/6\/131786836-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/8\/3\/6\/131786836-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/8\/3\/6\/131786836-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/8\/3\/6\/131786836-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/8\/3\/6\/131786836-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131786836","position":"9","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2025\/08\/110942280-8cadc2a7-b81f-452b-b3f6-af2e453a4b87-Piece-Pare-choc-arriere-7701466676-RENAULT-CLIO-1-PHASE-2-69ac5acfe9f0fcd83eabe3d6704fc7ba58cac60359380415b08cba33cd393dec_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/8\/4\/7\/131786847-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/8\/4\/7\/131786847-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/8\/4\/7\/131786847-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/8\/4\/7\/131786847-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/8\/4\/7\/131786847-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/8\/4\/7\/131786847-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/8\/4\/7\/131786847-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/8\/4\/7\/131786847-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131786847","position":"10","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2025\/08\/110942280-6e3bdc66-f96f-45b2-bb1f-e47ae22e12c2-Piece-Pare-choc-arriere-7701466676-RENAULT-CLIO-1-PHASE-2-2c482ef71e644e3132e5df92df82a35b38e014f682022c17f5699bb884455e27_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/8\/6\/1\/131786861-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/8\/6\/1\/131786861-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/8\/6\/1\/131786861-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/8\/6\/1\/131786861-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/8\/6\/1\/131786861-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/8\/6\/1\/131786861-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/8\/6\/1\/131786861-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/8\/6\/1\/131786861-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131786861","position":"11","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2025\/08\/110942280-dc35c2fd-df5f-4091-b131-20d89808dafc-Piece-Pare-choc-arriere-7701466676-RENAULT-CLIO-1-PHASE-2-8c4cfa069d0e9550586204bba5f7d4a1bb9042bf10ebd0010607751b9ef6f1c2_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/8\/7\/6\/131786876-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/8\/7\/6\/131786876-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/8\/7\/6\/131786876-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/8\/7\/6\/131786876-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/8\/7\/6\/131786876-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/8\/7\/6\/131786876-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/8\/7\/6\/131786876-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/8\/7\/6\/131786876-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131786876","position":"12","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2025\/08\/110942280-2988b9ef-5af1-4bb8-a0fd-8a2d3cfdc786-Piece-Pare-choc-arriere-7701466676-RENAULT-CLIO-1-PHASE-2-79ea8b1feffeae8d816e4ee9d3ba4091f9093c1b07891c2461190e9a5d1aa471_o.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/4\/5\/6\/131786456-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/4\/5\/6\/131786456-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/4\/5\/6\/131786456-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/4\/5\/6\/131786456-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/4\/5\/6\/131786456-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/4\/5\/6\/131786456-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/4\/5\/6\/131786456-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/7\/8\/6\/4\/5\/6\/131786456-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"131786456","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4491\/po_photo\/2025\/08\/110942280-33815c41-7515-4fa7-8f66-72631a56b1f6-Piece-Pare-choc-arriere-7701466676-RENAULT-CLIO-1-PHASE-2-25d0123b08bed8a15fa5079351bd0d1274a7332e3b3c31a36241c95b0b0c8aad_o.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":50.4,"regular_price_amount":50.4,"regular_price":"50,40\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=48521443&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"48521443","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/pare-choc-arriere\/48521443-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.html","canonical_url":"https:\/\/boutique.francecasse.fr\/pare-choc-arriere\/48521443-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"48521443","id_supplier":"1","id_manufacturer":"0","id_category_default":"18281","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":"266,02\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-26 15:25:48","date_upd":"2026-07-25 22:19:48","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Pare choc arri\u00e8re d'occasion pour RENAULT Clio I 3 portes Phase 1&amp;2","link_rewrite":"pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12","meta_description":"","meta_keywords":"","meta_title":"","name":"Pare choc arri\u00e8re d'occasion pour RENAULT Clio I 3 portes Phase 1&2","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"48521443-166719737","id_product_attribute":"0","allow_oosp":0,"category":"pare-choc-arriere","category_name":"Pare choc arri\u00e8re","link":"https:\/\/boutique.francecasse.fr\/pare-choc-arriere\/48521443-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.html","attribute_price":0,"price_tax_exc":266.02,"price_without_reduction":266.02,"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\/6\/7\/1\/9\/7\/2\/3\/166719723-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/6\/7\/1\/9\/7\/2\/3\/166719723-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/6\/7\/1\/9\/7\/2\/3\/166719723-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/6\/7\/1\/9\/7\/2\/3\/166719723-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/6\/7\/1\/9\/7\/2\/3\/166719723-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/6\/7\/1\/9\/7\/2\/3\/166719723-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/6\/7\/1\/9\/7\/2\/3\/166719723-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/6\/7\/1\/9\/7\/2\/3\/166719723-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"166719723","position":"1","id_origin":"https:\/\/cdn2.seintosoft.com\/img\/talleresmelli\/Despiece\/7768298\/000003903508.JPEG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/6\/7\/1\/9\/7\/3\/7\/166719737-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/6\/7\/1\/9\/7\/3\/7\/166719737-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/6\/7\/1\/9\/7\/3\/7\/166719737-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/6\/7\/1\/9\/7\/3\/7\/166719737-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/6\/7\/1\/9\/7\/3\/7\/166719737-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/6\/7\/1\/9\/7\/3\/7\/166719737-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/6\/7\/1\/9\/7\/3\/7\/166719737-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/6\/7\/1\/9\/7\/3\/7\/166719737-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"166719737","position":"2","id_origin":"https:\/\/cdn2.seintosoft.com\/img\/talleresmelli\/Despiece\/7768298\/000003903510.JPEG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/6\/7\/1\/9\/7\/5\/7\/166719757-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/6\/7\/1\/9\/7\/5\/7\/166719757-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/6\/7\/1\/9\/7\/5\/7\/166719757-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/6\/7\/1\/9\/7\/5\/7\/166719757-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/6\/7\/1\/9\/7\/5\/7\/166719757-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/6\/7\/1\/9\/7\/5\/7\/166719757-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/6\/7\/1\/9\/7\/5\/7\/166719757-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/6\/7\/1\/9\/7\/5\/7\/166719757-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"166719757","position":"3","id_origin":"https:\/\/cdn2.seintosoft.com\/img\/talleresmelli\/Despiece\/7768298\/000003903512.JPEG","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/6\/7\/1\/9\/7\/2\/3\/166719723-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/6\/7\/1\/9\/7\/2\/3\/166719723-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/6\/7\/1\/9\/7\/2\/3\/166719723-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/6\/7\/1\/9\/7\/2\/3\/166719723-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/6\/7\/1\/9\/7\/2\/3\/166719723-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/6\/7\/1\/9\/7\/2\/3\/166719723-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/6\/7\/1\/9\/7\/2\/3\/166719723-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/6\/7\/1\/9\/7\/2\/3\/166719723-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"166719723","position":"1","id_origin":"https:\/\/cdn2.seintosoft.com\/img\/talleresmelli\/Despiece\/7768298\/000003903508.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":266.02,"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"}},"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":"48521443","id_supplier":"1","id_manufacturer":"0","id_category_default":"18281","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":"266,02\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":"7701466676","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"20.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-26 15:25:48","date_upd":"2026-07-25 22:19:48","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"46:M6H00MUM7B\/7768298","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":"","code_moteur_field":"E5F-710","vehicule_ref_id":"VF1C5720507943707","vehicule_ktype":"","vehicule_ref_etat":"1","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"A0001E2J","origin_modele":"A000203D","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"PS00438K","id_category_piece":"18281","id_category_marque":"1859","id_category_modele":"12494","id_category_version":"0","a_supprimer":"0","fake_deleted_at":null,"code_moteur_manually_updated":"0","uwp_to_delete":"0","origin_marque_id":"A0001E2J","origin_modele_id":"A000203D","origin_piece_id":"PS00438K","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":"46","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Pare choc arri\u00e8re d'occasion pour RENAULT Clio I 3 portes Phase 1&amp;2","link_rewrite":"pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Pare choc arri\u00e8re d'occasion pour RENAULT Clio I 3 portes Phase 1&2","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"7506341","id_modele_parent":"9387","id_energie":"0","id_seller":"46","id_country_seller":"8","id_image":"48521443-166719737","prix":"266.020000","energie":"","libelle":"Pare choc arri\u00e8re d'occasion pour RENAULT Clio I 3 portes Phase 1&2","seller_name":"CAT SIERRA VERDE S.L.","ordre_affichage":"12925","snipet":"[{\"value\":\"12 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/6\/6\/7\/1\/9\/7\/2\/3\/166719723-home_default.webp","fdp_incluse":"1","code_moteur":"E5F-710","reference_constructeur":"7701466676","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"pare-choc-arriere","category_name":"Pare choc arri\u00e8re","link":"https:\/\/boutique.francecasse.fr\/pare-choc-arriere\/48521443-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.html","attribute_price":0,"price_tax_exc":266.02,"price_without_reduction":266.02,"price_without_reduction_without_tax":266.02,"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\/6\/7\/1\/9\/7\/2\/3\/166719723-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/6\/7\/1\/9\/7\/2\/3\/166719723-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/6\/7\/1\/9\/7\/2\/3\/166719723-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/6\/7\/1\/9\/7\/2\/3\/166719723-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/6\/7\/1\/9\/7\/2\/3\/166719723-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/6\/7\/1\/9\/7\/2\/3\/166719723-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/6\/7\/1\/9\/7\/2\/3\/166719723-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/6\/7\/1\/9\/7\/2\/3\/166719723-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"166719723","position":"1","id_origin":"https:\/\/cdn2.seintosoft.com\/img\/talleresmelli\/Despiece\/7768298\/000003903508.JPEG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/6\/7\/1\/9\/7\/3\/7\/166719737-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/6\/7\/1\/9\/7\/3\/7\/166719737-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/6\/7\/1\/9\/7\/3\/7\/166719737-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/6\/7\/1\/9\/7\/3\/7\/166719737-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/6\/7\/1\/9\/7\/3\/7\/166719737-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/6\/7\/1\/9\/7\/3\/7\/166719737-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/6\/7\/1\/9\/7\/3\/7\/166719737-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/6\/7\/1\/9\/7\/3\/7\/166719737-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"166719737","position":"2","id_origin":"https:\/\/cdn2.seintosoft.com\/img\/talleresmelli\/Despiece\/7768298\/000003903510.JPEG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/6\/7\/1\/9\/7\/5\/7\/166719757-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/6\/7\/1\/9\/7\/5\/7\/166719757-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/6\/7\/1\/9\/7\/5\/7\/166719757-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/6\/7\/1\/9\/7\/5\/7\/166719757-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/6\/7\/1\/9\/7\/5\/7\/166719757-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/6\/7\/1\/9\/7\/5\/7\/166719757-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/6\/7\/1\/9\/7\/5\/7\/166719757-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/6\/7\/1\/9\/7\/5\/7\/166719757-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"166719757","position":"3","id_origin":"https:\/\/cdn2.seintosoft.com\/img\/talleresmelli\/Despiece\/7768298\/000003903512.JPEG","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/6\/7\/1\/9\/7\/2\/3\/166719723-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/6\/7\/1\/9\/7\/2\/3\/166719723-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/6\/7\/1\/9\/7\/2\/3\/166719723-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/6\/7\/1\/9\/7\/2\/3\/166719723-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/6\/7\/1\/9\/7\/2\/3\/166719723-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/6\/7\/1\/9\/7\/2\/3\/166719723-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/6\/7\/1\/9\/7\/2\/3\/166719723-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/6\/7\/1\/9\/7\/2\/3\/166719723-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"166719723","position":"1","id_origin":"https:\/\/cdn2.seintosoft.com\/img\/talleresmelli\/Despiece\/7768298\/000003903508.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":266.02,"regular_price_amount":266.02,"regular_price":"266,02\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=48514096&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"48514096","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/pare-choc-arriere\/48514096-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.html","canonical_url":"https:\/\/boutique.francecasse.fr\/pare-choc-arriere\/48514096-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"48514096","id_supplier":"1","id_manufacturer":"0","id_category_default":"18281","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":"266,02\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-26 15:32:03","date_upd":"2026-07-25 22:11:42","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Pare choc arri\u00e8re d'occasion pour RENAULT Clio I 3 portes Phase 1&amp;2","link_rewrite":"pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12","meta_description":"","meta_keywords":"","meta_title":"","name":"Pare choc arri\u00e8re d'occasion pour RENAULT Clio I 3 portes Phase 1&2","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"48514096-166697427","id_product_attribute":"0","allow_oosp":0,"category":"pare-choc-arriere","category_name":"Pare choc arri\u00e8re","link":"https:\/\/boutique.francecasse.fr\/pare-choc-arriere\/48514096-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.html","attribute_price":0,"price_tax_exc":266.02,"price_without_reduction":266.02,"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\/6\/6\/9\/7\/4\/1\/0\/166697410-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/6\/6\/9\/7\/4\/1\/0\/166697410-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/6\/6\/9\/7\/4\/1\/0\/166697410-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/6\/6\/9\/7\/4\/1\/0\/166697410-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/6\/6\/9\/7\/4\/1\/0\/166697410-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/6\/6\/9\/7\/4\/1\/0\/166697410-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/6\/6\/9\/7\/4\/1\/0\/166697410-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/6\/6\/9\/7\/4\/1\/0\/166697410-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"166697410","position":"1","id_origin":"https:\/\/cdn2.seintosoft.com\/img\/talleresmelli\/Despiece\/5258682\/000001812321.JPEG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/6\/6\/9\/7\/4\/2\/7\/166697427-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/6\/6\/9\/7\/4\/2\/7\/166697427-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/6\/6\/9\/7\/4\/2\/7\/166697427-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/6\/6\/9\/7\/4\/2\/7\/166697427-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/6\/6\/9\/7\/4\/2\/7\/166697427-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/6\/6\/9\/7\/4\/2\/7\/166697427-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/6\/6\/9\/7\/4\/2\/7\/166697427-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/6\/6\/9\/7\/4\/2\/7\/166697427-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"166697427","position":"2","id_origin":"https:\/\/cdn2.seintosoft.com\/img\/talleresmelli\/Despiece\/5258682\/000001812319.JPEG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/6\/6\/9\/7\/4\/5\/3\/166697453-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/6\/6\/9\/7\/4\/5\/3\/166697453-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/6\/6\/9\/7\/4\/5\/3\/166697453-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/6\/6\/9\/7\/4\/5\/3\/166697453-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/6\/6\/9\/7\/4\/5\/3\/166697453-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/6\/6\/9\/7\/4\/5\/3\/166697453-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/6\/6\/9\/7\/4\/5\/3\/166697453-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/6\/6\/9\/7\/4\/5\/3\/166697453-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"166697453","position":"3","id_origin":"https:\/\/cdn2.seintosoft.com\/img\/talleresmelli\/Despiece\/5258682\/000001812317.JPEG","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/6\/6\/9\/7\/4\/1\/0\/166697410-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/6\/6\/9\/7\/4\/1\/0\/166697410-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/6\/6\/9\/7\/4\/1\/0\/166697410-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/6\/6\/9\/7\/4\/1\/0\/166697410-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/6\/6\/9\/7\/4\/1\/0\/166697410-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/6\/6\/9\/7\/4\/1\/0\/166697410-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/6\/6\/9\/7\/4\/1\/0\/166697410-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/6\/6\/9\/7\/4\/1\/0\/166697410-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"166697410","position":"1","id_origin":"https:\/\/cdn2.seintosoft.com\/img\/talleresmelli\/Despiece\/5258682\/000001812321.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":266.02,"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"}},"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":"48514096","id_supplier":"1","id_manufacturer":"0","id_category_default":"18281","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":"266,02\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":"7701466299","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"20.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-26 15:32:03","date_upd":"2026-07-25 22:11:42","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"46:M6H00MTV6O\/5258682","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":"","code_moteur_field":"F2N-770","vehicule_ref_id":"VF1CS740507846337","vehicule_ktype":"","vehicule_ref_etat":"3","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"A0001E2J","origin_modele":"A000204D","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"PS00438K","id_category_piece":"18281","id_category_marque":"1859","id_category_modele":"12494","id_category_version":"0","a_supprimer":"0","fake_deleted_at":null,"code_moteur_manually_updated":"0","uwp_to_delete":"0","origin_marque_id":"A0001E2J","origin_modele_id":"A000204D","origin_piece_id":"PS00438K","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":"46","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Pare choc arri\u00e8re d'occasion pour RENAULT Clio I 3 portes Phase 1&amp;2","link_rewrite":"pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Pare choc arri\u00e8re d'occasion pour RENAULT Clio I 3 portes Phase 1&2","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"7585928","id_modele_parent":"9387","id_energie":"0","id_seller":"46","id_country_seller":"8","id_image":"48514096-166697427","prix":"266.020000","energie":"","libelle":"Pare choc arri\u00e8re d'occasion pour RENAULT Clio I 3 portes Phase 1&2","seller_name":"CAT SIERRA VERDE S.L.","ordre_affichage":"17517","snipet":"[{\"value\":\"12 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/6\/6\/6\/9\/7\/4\/1\/0\/166697410-home_default.webp","fdp_incluse":"1","code_moteur":"F2N-770","reference_constructeur":"7701466299","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"pare-choc-arriere","category_name":"Pare choc arri\u00e8re","link":"https:\/\/boutique.francecasse.fr\/pare-choc-arriere\/48514096-pare-choc-arriere-d-occasion-pour-renault-clio-i-3-portes-phase-12.html","attribute_price":0,"price_tax_exc":266.02,"price_without_reduction":266.02,"price_without_reduction_without_tax":266.02,"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\/6\/6\/9\/7\/4\/1\/0\/166697410-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/6\/6\/9\/7\/4\/1\/0\/166697410-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/6\/6\/9\/7\/4\/1\/0\/166697410-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/6\/6\/9\/7\/4\/1\/0\/166697410-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/6\/6\/9\/7\/4\/1\/0\/166697410-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/6\/6\/9\/7\/4\/1\/0\/166697410-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/6\/6\/9\/7\/4\/1\/0\/166697410-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/6\/6\/9\/7\/4\/1\/0\/166697410-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"166697410","position":"1","id_origin":"https:\/\/cdn2.seintosoft.com\/img\/talleresmelli\/Despiece\/5258682\/000001812321.JPEG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/6\/6\/9\/7\/4\/2\/7\/166697427-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/6\/6\/9\/7\/4\/2\/7\/166697427-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/6\/6\/9\/7\/4\/2\/7\/166697427-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/6\/6\/9\/7\/4\/2\/7\/166697427-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/6\/6\/9\/7\/4\/2\/7\/166697427-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/6\/6\/9\/7\/4\/2\/7\/166697427-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/6\/6\/9\/7\/4\/2\/7\/166697427-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/6\/6\/9\/7\/4\/2\/7\/166697427-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"166697427","position":"2","id_origin":"https:\/\/cdn2.seintosoft.com\/img\/talleresmelli\/Despiece\/5258682\/000001812319.JPEG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/6\/6\/9\/7\/4\/5\/3\/166697453-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/6\/6\/9\/7\/4\/5\/3\/166697453-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/6\/6\/9\/7\/4\/5\/3\/166697453-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/6\/6\/9\/7\/4\/5\/3\/166697453-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/6\/6\/9\/7\/4\/5\/3\/166697453-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/6\/6\/9\/7\/4\/5\/3\/166697453-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/6\/6\/9\/7\/4\/5\/3\/166697453-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/6\/6\/9\/7\/4\/5\/3\/166697453-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"166697453","position":"3","id_origin":"https:\/\/cdn2.seintosoft.com\/img\/talleresmelli\/Despiece\/5258682\/000001812317.JPEG","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/6\/6\/9\/7\/4\/1\/0\/166697410-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/6\/6\/9\/7\/4\/1\/0\/166697410-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/6\/6\/9\/7\/4\/1\/0\/166697410-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/6\/6\/9\/7\/4\/1\/0\/166697410-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/6\/6\/9\/7\/4\/1\/0\/166697410-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/6\/6\/9\/7\/4\/1\/0\/166697410-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/6\/6\/9\/7\/4\/1\/0\/166697410-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/6\/6\/9\/7\/4\/1\/0\/166697410-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"166697410","position":"1","id_origin":"https:\/\/cdn2.seintosoft.com\/img\/talleresmelli\/Despiece\/5258682\/000001812321.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":266.02,"regular_price_amount":266.02,"regular_price":"266,02\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\/18281-pare-choc-arriere\/1859-renault\/12494-clio-i-3-portes-phase-12?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\/18281-pare-choc-arriere\/1859-renault\/12494-clio-i-3-portes-phase-12?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\/18281-pare-choc-arriere\/1859-renault\/12494-clio-i-3-portes-phase-12?order=product.product.price.desc.asc"}],"sort_selected":false,"sort_usures":[{"urlParameter":"","url":"https:\/\/boutique.francecasse.fr\/18281-pare-choc-arriere\/1859-renault\/12494-clio-i-3-portes-phase-12","label":"Neuf + Occasion","current":true,"sort_usure_selected":"Neuf + Occasion"},{"urlParameter":"neuf","url":"https:\/\/boutique.francecasse.fr\/18281-pare-choc-arriere\/1859-renault\/12494-clio-i-3-portes-phase-12?type=neuf","label":"Pi\u00e8ces neuves","current":false,"sort_usure_selected":"Pi\u00e8ces neuves"},{"urlParameter":"occasion","url":"https:\/\/boutique.francecasse.fr\/18281-pare-choc-arriere\/1859-renault\/12494-clio-i-3-portes-phase-12?type=occasion","label":"Pi\u00e8ces d'occasion","current":false,"sort_usure_selected":null}],"sort_usure_selected":"Neuf + Occasion","pagination":{"total_items":26,"items_shown_from":1,"items_shown_to":20,"current_page":1,"pages_count":2,"pages":{"1":{"type":"page","page":1,"clickable":false,"current":true,"url":"https:\/\/boutique.francecasse.fr\/18281-pare-choc-arriere\/1859-renault\/12494-clio-i-3-portes-phase-12"},"2":{"type":"page","page":2,"clickable":true,"current":false,"url":"https:\/\/boutique.francecasse.fr\/18281-pare-choc-arriere\/1859-renault\/12494-clio-i-3-portes-phase-12?page=2"},"3":{"type":"next","page":2,"clickable":true,"current":false,"url":"https:\/\/boutique.francecasse.fr\/18281-pare-choc-arriere\/1859-renault\/12494-clio-i-3-portes-phase-12?page=2"}},"should_be_displayed":true},"rendered_facets":"","rendered_active_filters":"","js_enabled":true,"current_url":"https:\/\/boutique.francecasse.fr\/18281-pare-choc-arriere\/1859-renault\/12494-clio-i-3-portes-phase-12","rendered_products_header":"\n                                                                                                                                                                                                                \n    <div id=\"js-product-list-header\">\n        <h1 class=\"h1\">\n            pare choc arri\u00e8re occasion Clio\n        <\/h1>\n    <\/div>\n"}