{"success":true,"items":"    <section class=\"pt-2 lg:pt-8 pb-8\"\n             x-data=\"infiniteScroll()\"\n             x-init=\"initScroll($el, '#infinite-scroll-trigger', 1, 1, 'category.products.list', '.products.wrapper .product-item', true)\"\n    >\n        <div class=\"toolbar-header\">\n            <script>\n    function initToolbar_6a36e7bc4c5b7() {\n        return {\n            options: {\"productListToolbarForm\":{\"mode\":\"product_list_mode\",\"direction\":\"product_list_dir\",\"order\":\"product_list_order\",\"limit\":\"product_list_limit\",\"modeDefault\":\"grid\",\"directionDefault\":\"asc\",\"orderDefault\":\"bestseller\",\"limitDefault\":49,\"url\":\"https:\\\/\\\/www.promessedefleurs.com\\\/vivaces\\\/vivaces-par-variete\\\/corydalis\\\/corydales-roses.html\",\"formKey\":\"K2qWOGZfJD9G739I\",\"post\":false,\"page\":\"p\"}}.productListToolbarForm || {},\n            getUrlParams: function () {\n                let decode = window.decodeURIComponent,\n                    urlPaths = this.options.url.split('?'),\n                    urlParams = urlPaths[1] ? urlPaths[1].split('&') : [],\n                    params = {},\n                    parameters, i;\n\n                for (i = 0; i < urlParams.length; i++) {\n                    parameters = urlParams[i].split('=');\n                    params[decode(parameters[0])] = parameters[1] !== undefined ?\n                        decode(parameters[1].replace(\/\\+\/g, '%20')) :\n                        '';\n                }\n\n                return params;\n            },\n            getCurrentLimit: function () {\n                return this.getUrlParams()[this.options.limit] || this.options.limitDefault;\n            },\n            getCurrentPage: function () {\n                return this.getUrlParams()[this.options.page] || 1;\n            },\n            changeUrl(paramName, paramValue, defaultValue) {\n                let urlPaths = this.options.url.split('?'),\n                    baseUrl = urlPaths[0],\n                    paramData = this.getUrlParams(),\n                    currentPage = this.getCurrentPage(),\n                    newPage;\n\n                \/**\n                 * If we change sort order, we need to go to page 1.\n                 *\/\n                if (currentPage > 1 && paramName === 'product_list_order') {\n                    delete paramData[this.options.page];\n                }\n                \/**\n                 * calculates the page on which the first item of the current page will\n                 * be with the new limit and sets that number as the new page\n                 *\/\n                if (currentPage > 1 && paramName === this.options.limit) {\n                    newPage = Math.floor(this.getCurrentLimit() * (currentPage - 1) \/ paramValue) + 1;\n\n                    if (newPage > 1) {\n                        paramData[this.options.page] = newPage;\n                    } else {\n                        delete paramData[this.options.page];\n                    }\n                }\n\n                paramData[paramName] = paramValue;\n\n                if (this.options.post) {\n                    hyva.postForm({action: baseUrl, data: paramData});\n                } else {\n                    if (paramValue === defaultValue.toString()) {\n                        delete paramData[paramName];\n                    }\n                    paramData = Object.keys(paramData).length === 0\n                        ? ''\n                        : '?' + (new URLSearchParams(paramData));\n                    location.href = baseUrl + paramData\n                }\n            }\n        }\n    }\n<\/script>\n    <div x-data=\"initToolbar_6a36e7bc4c5b7()\"\n         x-defer=\"interact\"\n         class=\"toolbar toolbar-products flex flex-col sm:flex-row items-center justify-between gap-y-4 sm:gap-x-4\"\n    >\n                    <div class=\"sorter-mode flex w-full order-1 md:order-3 gap-x-2 justify-center sm:justify-between font-bold\">\n                <div class=\"flex lg:hidden items-center justify-center px-4 rounded-3xl border bg-container-dark text-white\"\n                    @click=\"$dispatch('open-layered-filters')\"\n                >\n                    <svg class=\"inline-block w-8 h-8 p-1 text-white\"><use xlink:href=\"#settings-symbol\"><\/use><\/svg>\n                    <strong class=\"text-sm font-bold\">Filtrer<\/strong>\n                <\/div>\n                <div class=\"toolbar-sorter sorter flex items-center justify-end px-4 rounded-3xl border border-border bg-white text-sm\">\n    <span class=\"sorter-label hidden lg:inline font-normal text-xs tracking-wide\">\n        Trier par:&nbsp;\n    <\/span>\n    <select data-role=\"sorter\"\n            class=\"form-select sorter-options pl-0 pr-2 text-xs font-bold focus:ring-0 focus:ring-offset-0 focus:border-transparent\"\n            aria-label=\"Trier par\"\n            @change=\"changeUrl(\n                'product_list_order',\n                $event.currentTarget.options[$event.currentTarget.selectedIndex].value,\n                options.orderDefault\n            )\">\n                    <option value=\"name\"\n                                >\n                Nom du produit            <\/option>\n                    <option value=\"news_from_date\"\n                                >\n                Nouveaut\u00e9            <\/option>\n                    <option value=\"bestseller\"\n                                    selected=\"selected\"\n                                >\n                Meilleure vente            <\/option>\n                    <option value=\"ratings_summary\"\n                                >\n                Meilleure note            <\/option>\n                    <option value=\"price.is_discount\"\n                                >\n                Promotions            <\/option>\n                    <option value=\"price_asc\"\n                                >\n                Du moins cher au plus cher            <\/option>\n                    <option value=\"price_desc\"\n                                >\n                Du plus cher au moins cher            <\/option>\n                    <option value=\"relevance\"\n                                >\n                Pertinence            <\/option>\n            <\/select>\n<\/div>\n                \n                <div class=\"modes hidden lg:flex items-center order-2 px-4 border rounded-3xl border-border\">\n            <strong class=\"modes-label hidden lg:inline mr-2 font-normal text-xs tracking-wide\">Affichage<\/strong>\n            <div class=\"modes flex items-center gap-1 px-2 py-1 rounded-3xl border border-container bg-white\">\n                                                            <strong title=\"Grille\"\n                                class=\"modes-mode active mode-grid\"\n                                data-value=\"grid\">\n                            <span>\n                                <svg class=\"w-8 h-8 p-1 text-white bg-container-dark rounded-full\">\n                                    <use xlink:href=\"#mode-grid-symbol\"><\/use>\n                                <\/svg>\n                            <\/span>\n                        <\/strong>\n                                                                                <a class=\"modes-mode mode-list                            opacity-25 hover:opacity-100\"\n                           title=\"Liste\"\n                           href=\"#\"\n                           @click.prevent=\"changeUrl(\n                            'product_list_mode', 'list', options.modeDefault\n                           )\"\n                           data-role=\"mode-switcher\"\n                           data-value=\"list\"\n                           aria-label=\"Liste\">\n                            <span>\n                                <svg class=\"w-8 h-8 p-1 text-primary-light\">\n                                    <use xlink:href=\"#mode-list-symbol\"><\/use>\n                                <\/svg>\n                            <\/span>\n                        <\/a>\n                                                <\/div>\n        <\/div>\n\n    \n            <\/div>\n        \n        \n        <p class=\"toolbar-amount order-2 md:order-1 text-sm whitespace-nowrap\"\n   id=\"toolbar-amount\">\n    <span class=\"toolbar-number text-base md:text-3xl font-bold\">3<\/span>&nbsp;\n    <span>r\u00e9sultats<\/span>\n<\/p>\n    <\/div>\n        <\/div>\n                <div class=\"products wrapper mode-grid products-grid -mx-2 md:mx-0 mt-6\">\n            <div id=\"products-list\"\n                 style=\"overflow-anchor: auto\"\n                 class=\"mx-auto pt-4 pb-12 grid gap-x-4 gap-y-4 lg:gap-y-8 grid-cols-2 sm:grid-cols-3 md:grid-cols-4\"\n            >\n                                    <div class=\"item product heading-block hidden lg:block relative w-full gap-6 row-start-2 md:row-start-1 col-span-2 xl:col-span-1 p-4 bg-container-light text-center\">\n                        \n    <div>\n        <div>\n            <div class=\"category-description mb-8 pr-4 align-left \">\n                <div>\n                    <p>Les <strong>Corydales ou Corydalis<\/strong>, avec leur feuillage finement d\u00e9coup\u00e9 et leurs fleurs d\u00e9licates, sont des plantes tr\u00e8s appr\u00e9ci\u00e9es des jardiniers. Parmi elles, les <strong>vari\u00e9t\u00e9s<\/strong> <strong>aux fleurs roses et mauves<\/strong> offrent un spectacle visuel remarquable. La <strong><a href=\"https:\/\/www.promessedefleurs.com\/bulbes-de-printemps\/bulbes-par-varietes\/corydalis-bulbeux\/corydalis-solida-beth-evans-p-5635.html\">Corydalis solida &#039;Beth Evans&#039;<\/a> <\/strong>est pris\u00e9e pour ses fleurs rose p\u00e2le qui \u00e9mergent au printemps, apportant une touche de fra\u00eecheur au jardin.\u00a0La <strong><a href=\"https:\/\/www.promessedefleurs.com\/vivaces\/vivaces-par-variete\/corydalis\/corydalis-blackberry-wine-corydale-hybride.html\">Corydalis &#039;Blackberry Wine&#039;<\/a><\/strong> est une autre vari\u00e9t\u00e9 qui se distingue par ses fleurs d&#039;un violet profond. Non seulement elle ajoute une touche de couleur, mais son parfum subtil est \u00e9galement tr\u00e8s appr\u00e9ci\u00e9. Originale, la <a href=\"https:\/\/www.promessedefleurs.com\/vivaces\/vivaces-par-variete\/corydalis\/corydalis-berry-exciting-corydale-hybride.html\">Corydalis &#039;Berry Exciting&#039; <\/a>offre une floraison de couleur rose vif. Son feuillage jaune dor\u00e9 et sa taille moyenne lui permettent de bien s&#039;int\u00e9grer dans divers arrangements paysagers. D\u00e9couvrez toutes nos corydales \u00e0 fleurs roses ou mauves dans cette s\u00e9lection.<\/p>\r\n<p>Ces <a href=\"https:\/\/www.promessedefleurs.com\/vivaces\/vivaces-par-variete\/corydalis.html\">Corydales<\/a> trouvent leur place dans des massifs, des bordures, des rocailles et m\u00eame des pots. Ces plantes pr\u00e9f\u00e8rent un sol riche en humus et bien drain\u00e9. Une exposition \u00e0 mi-ombre ou doucement ensoleill\u00e9e favorise une belle floraison. Elles ont besoin d&#039;une terre humide, mais pas d\u00e9tremp\u00e9e.\u00a0<\/p>\r\n<p>Pour aller plus loin, consultez aussi notre guide d&#039;achat <strong><a href=\"https:\/\/www.promessedefleurs.com\/conseil-plantes-jardin\/ficheconseil\/choisir-corydalis\/\">&quot;Choisir un Corydalis&quot;<\/a> <\/strong>et nos conseils dans <strong><a href=\"https:\/\/www.promessedefleurs.com\/conseil-plantes-jardin\/fichefamille\/les-corydalis-planter-cultiver-et-entretenir\/\">&quot;Corydalis : planter, cultiver et entretenir&quot;<\/a><\/strong><\/p>                <\/div>\n            <\/div>\n            <div class=\"flex flex-col gap-8\">\n                            <\/div>\n        <\/div>\n    <\/div>\n                    <\/div>\n                                                        <div class=\"item acms relative flex flex-col justify-end w-full h-full hidden&#x20;col-start-1\"\n         style=\"overflow-anchor: none; grid-row-start&#x3A;12\"\n         data-row=\"12\"\n    >\n                    <a href=\"\/vivaces\/vivaces-de-a-a-z\/panier-bons-plants.html\"\n               title=\"Je&#x20;commande&#x20;&#x21;\"\n               class=\"absolute inset-0\"\n            >\n                    <picture  >\n                    <source \n                                type=\"image&#x2F;webp\"\n                srcset=\"https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;opti_image&#x2F;webp&#x2F;ri&#x2F;180&#x2F;acms&#x2F;all&#x2F;p&#x2F;a&#x2F;panier-bon-plant-mosaique-06-2026-1.webp&#x20;180w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;opti_image&#x2F;webp&#x2F;ri&#x2F;240&#x2F;acms&#x2F;all&#x2F;p&#x2F;a&#x2F;panier-bon-plant-mosaique-06-2026-1.webp&#x20;240w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;opti_image&#x2F;webp&#x2F;ri&#x2F;360&#x2F;acms&#x2F;all&#x2F;p&#x2F;a&#x2F;panier-bon-plant-mosaique-06-2026-1.webp&#x20;360w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;opti_image&#x2F;webp&#x2F;ri&#x2F;480&#x2F;acms&#x2F;all&#x2F;p&#x2F;a&#x2F;panier-bon-plant-mosaique-06-2026-1.webp&#x20;480w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;opti_image&#x2F;webp&#x2F;ri&#x2F;640&#x2F;acms&#x2F;all&#x2F;p&#x2F;a&#x2F;panier-bon-plant-mosaique-06-2026-1.webp&#x20;640w\"\n                                                            sizes=\"&#x28;max-width&#x3A;&#x20;639px&#x29;&#x20;50vw,&#x28;min-width&#x3A;&#x20;640px&#x29;&#x20;and&#x20;&#x28;max-width&#x3A;&#x20;767px&#x29;&#x20;33.333333333333vw,&#x28;min-width&#x3A;&#x20;768px&#x29;&#x20;and&#x20;&#x28;max-width&#x3A;&#x20;1539px&#x29;&#x20;25vw,&#x28;min-width&#x3A;&#x20;1540px&#x29;&#x20;385px\"\n                                                >\n                    <source \n                                type=\"image&#x2F;jpeg\"\n                srcset=\"https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;180&#x2F;acms&#x2F;all&#x2F;p&#x2F;a&#x2F;panier-bon-plant-mosaique-06-2026-1.jpg&#x20;180w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;240&#x2F;acms&#x2F;all&#x2F;p&#x2F;a&#x2F;panier-bon-plant-mosaique-06-2026-1.jpg&#x20;240w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;360&#x2F;acms&#x2F;all&#x2F;p&#x2F;a&#x2F;panier-bon-plant-mosaique-06-2026-1.jpg&#x20;360w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;480&#x2F;acms&#x2F;all&#x2F;p&#x2F;a&#x2F;panier-bon-plant-mosaique-06-2026-1.jpg&#x20;480w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;640&#x2F;acms&#x2F;all&#x2F;p&#x2F;a&#x2F;panier-bon-plant-mosaique-06-2026-1.jpg&#x20;640w\"\n                                                            sizes=\"&#x28;max-width&#x3A;&#x20;639px&#x29;&#x20;50vw,&#x28;min-width&#x3A;&#x20;640px&#x29;&#x20;and&#x20;&#x28;max-width&#x3A;&#x20;767px&#x29;&#x20;33.333333333333vw,&#x28;min-width&#x3A;&#x20;768px&#x29;&#x20;and&#x20;&#x28;max-width&#x3A;&#x20;1539px&#x29;&#x20;25vw,&#x28;min-width&#x3A;&#x20;1540px&#x29;&#x20;385px\"\n                                                >\n                <img \n                                                src=\"https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;9a86650e416e94bf12940e75a063f0f0&#x2F;p&#x2F;a&#x2F;panier-bon-plant-mosaique-06-2026-1.jpg\"\n                                                                class=\"absolute&#x20;-z-10&#x20;w-full&#x20;h-full&#x20;object-cover&#x20;hover&#x3A;shadow-sm\"\n                                                                srcset=\"https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;180&#x2F;acms&#x2F;all&#x2F;p&#x2F;a&#x2F;panier-bon-plant-mosaique-06-2026-1.jpg&#x20;180w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;240&#x2F;acms&#x2F;all&#x2F;p&#x2F;a&#x2F;panier-bon-plant-mosaique-06-2026-1.jpg&#x20;240w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;360&#x2F;acms&#x2F;all&#x2F;p&#x2F;a&#x2F;panier-bon-plant-mosaique-06-2026-1.jpg&#x20;360w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;480&#x2F;acms&#x2F;all&#x2F;p&#x2F;a&#x2F;panier-bon-plant-mosaique-06-2026-1.jpg&#x20;480w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;640&#x2F;acms&#x2F;all&#x2F;p&#x2F;a&#x2F;panier-bon-plant-mosaique-06-2026-1.jpg&#x20;640w\"\n                                                                sizes=\"&#x28;max-width&#x3A;&#x20;639px&#x29;&#x20;50vw,&#x28;min-width&#x3A;&#x20;640px&#x29;&#x20;and&#x20;&#x28;max-width&#x3A;&#x20;767px&#x29;&#x20;33.333333333333vw,&#x28;min-width&#x3A;&#x20;768px&#x29;&#x20;and&#x20;&#x28;max-width&#x3A;&#x20;1539px&#x29;&#x20;25vw,&#x28;min-width&#x3A;&#x20;1540px&#x29;&#x20;385px\"\n                                                                loading=\"lazy\"\n                                                                alt=\"Commandez&#x20;votre&#x20;panier&#x20;anti-gaspi\"\n                                    >\n    <\/picture>\n                <div class=\"absolute bottom-0 w-full p-2 lg:p-4 pb-4 lg:pb-8 bg-gradient-to-t from-primary text-center text-white leading-tight\">\n                            <p class=\"uppercase mb-2 lg:mb-4 text-2xs lg:text-sm\"\n                   style=\"color: #FFFFFF\"\n                >\n                    LES BONS PLANTS                <\/p>\n                                        <p class=\"uppercase mb-2 lg:mb-4 text-lg lg:text-xl font-bold\"\n                   style=\"color: #FFFFFF\"\n                >\n                    Commandez votre panier anti-gaspi                <\/p>\n                                        <p class=\"mb-2 lg:mb-4 text-2xs lg:text-xs\"\n                   style=\"color: #FFFFFF\"\n                >\n                    Une bonne id\u00e9e pour se faire plaisir tout en prenant part activement \u00e0 la lutte contre le gaspillage !                <\/p>\n                                         <span class=\"inline-block px-2 lg:px-4 py-1 bg-white rounded-lg text-sm text-primary font-bold\">\n                    Je commande ! &rarr;\n                 <\/span>\n                    <\/div>\n                    <\/a>\n            <\/div>\n                                \n<div class=\"item product-item product-item-info relative&#x20;flex&#x20;flex-col&#x20;justify-between&#x20;w-full&#x20;h-full\"\n     id=\"product-item-info_181541\"\n     data-product-id=\"181541\"\n     data-has-plantfit>\n    <div class=\"relative\">\n        <a href=\"https:\/\/www.promessedefleurs.com\/vivaces\/vivaces-par-variete\/corydalis\/corydalis-berry-exciting-corydale-hybride.html\"\n                      class=\"product photo product-item-photo relative block mx-auto mb-3\"\n           tabindex=\"-1\"\n        >\n            <div class=\"relative\">\n                    <picture  >\n                    <source \n                                type=\"image&#x2F;webp\"\n                srcset=\"https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;opti_image&#x2F;webp&#x2F;ri&#x2F;180&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;C&#x2F;o&#x2F;Corydalis-Berry-Exciting-85864-1.webp&#x20;180w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;opti_image&#x2F;webp&#x2F;ri&#x2F;240&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;C&#x2F;o&#x2F;Corydalis-Berry-Exciting-85864-1.webp&#x20;240w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;opti_image&#x2F;webp&#x2F;ri&#x2F;360&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;C&#x2F;o&#x2F;Corydalis-Berry-Exciting-85864-1.webp&#x20;360w\"\n                                                            sizes=\"&#x28;max-width&#x3A;&#x20;639px&#x29;&#x20;50vw,&#x28;min-width&#x3A;&#x20;640px&#x29;&#x20;and&#x20;&#x28;max-width&#x3A;&#x20;767px&#x29;&#x20;33vw,&#x28;min-width&#x3A;&#x20;768px&#x29;&#x20;and&#x20;&#x28;max-width&#x3A;&#x20;1539px&#x29;&#x20;25vw,&#x28;min-width&#x3A;&#x20;1540px&#x29;&#x20;385px\"\n                                                                                width=\"360\"\n                                                                                height=\"360\"\n                                                >\n                    <source \n                                type=\"image&#x2F;jpeg\"\n                srcset=\"https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;180&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;C&#x2F;o&#x2F;Corydalis-Berry-Exciting-85864-1.jpg&#x20;180w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;240&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;C&#x2F;o&#x2F;Corydalis-Berry-Exciting-85864-1.jpg&#x20;240w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;360&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;C&#x2F;o&#x2F;Corydalis-Berry-Exciting-85864-1.jpg&#x20;360w\"\n                                                            sizes=\"&#x28;max-width&#x3A;&#x20;639px&#x29;&#x20;50vw,&#x28;min-width&#x3A;&#x20;640px&#x29;&#x20;and&#x20;&#x28;max-width&#x3A;&#x20;767px&#x29;&#x20;33vw,&#x28;min-width&#x3A;&#x20;768px&#x29;&#x20;and&#x20;&#x28;max-width&#x3A;&#x20;1539px&#x29;&#x20;25vw,&#x28;min-width&#x3A;&#x20;1540px&#x29;&#x20;385px\"\n                                                                                width=\"360\"\n                                                                                height=\"360\"\n                                                >\n                <img \n                                                src=\"https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;C&#x2F;o&#x2F;Corydalis-Berry-Exciting-85864-1.jpg\"\n                                                                class=\"hover&#x3A;shadow-sm&#x20;object-contain\"\n                                                                loading=\"\"\n                                                                data-preload=\"true\"\n                                                                alt=\"Corydalis&#x20;Berry&#x20;Exciting&#x20;-&#x20;Corydale&#x20;hybride\"\n                                                                title=\"Corydalis&#x20;Berry&#x20;Exciting&#x20;-&#x20;Corydale&#x20;hybride\"\n                                                                srcset=\"https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;180&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;C&#x2F;o&#x2F;Corydalis-Berry-Exciting-85864-1.jpg&#x20;180w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;240&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;C&#x2F;o&#x2F;Corydalis-Berry-Exciting-85864-1.jpg&#x20;240w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;360&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;C&#x2F;o&#x2F;Corydalis-Berry-Exciting-85864-1.jpg&#x20;360w\"\n                                                                sizes=\"&#x28;max-width&#x3A;&#x20;639px&#x29;&#x20;50vw,&#x28;min-width&#x3A;&#x20;640px&#x29;&#x20;and&#x20;&#x28;max-width&#x3A;&#x20;767px&#x29;&#x20;33vw,&#x28;min-width&#x3A;&#x20;768px&#x29;&#x20;and&#x20;&#x28;max-width&#x3A;&#x20;1539px&#x29;&#x20;25vw,&#x28;min-width&#x3A;&#x20;1540px&#x29;&#x20;385px\"\n                                                                width=\"360\"\n                                                                height=\"360\"\n                                    >\n    <\/picture>\n                                    <div class=\"hidden xl:flex absolute inset-0 items-center justify-center opacity-0 xl:hover:opacity-100 bg-container-beta p-2 text-white\">\n                        <div class=\"w-full grid gap-1 text-sm\">\n                            <div class=\"grid grid-cols-3 gap-x-1 gap-y-4 text-center leading-tight\">\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"hauteur\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-12&#x20;h-12 text-white\"><use xlink:href=\"#height-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    Hauteur \u00e0 maturit\u00e9                                     <\/div>\n                        <span class=\"py-1 text-xs\">30 cm<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"largeur\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-12&#x20;h-12 text-white\"><use xlink:href=\"#length-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    Largeur \u00e0 maturit\u00e9                                    <\/div>\n                        <span class=\"py-1 text-xs\">40 cm<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"exposition\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#exposure-semi-shade-symbol\"><\/use><\/svg>\n                    <\/span>\n                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#exposure-shade-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    Exposition                                    <\/div>\n                        <span class=\"py-1 text-xs\">Mi-ombre, Ombre<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"periode_floraison\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#flower-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    P\u00e9riode de floraison                                    <\/div>\n                        <span class=\"py-1 text-xs\">Mai \u00e0 Juillet, Septembre<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"periode_raisonnable_plantation\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#shovel-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    P\u00e9riode raisonnable de plantation                                    <\/div>\n                        <span class=\"py-1 text-xs\">F\u00e9vrier \u00e0 Avril, Septembre \u00e0 Octobre<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"zone_climatique\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#temperature-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    Rusticit\u00e9                                    <\/div>\n                        <span class=\"py-1 text-xs\">Jusqu&#039;\u00e0 -18\u00b0C<\/span>\n        <\/div>\n    <\/div>\n                        <\/div>\n                    <\/div>\n                            <\/div>\n\n            \n                    <\/a>\n\n                    <div class=\"add-to-wishlist absolute top-2 lg:top-4 right-2 lg:right-4\">\n                    <button x-data=\"vmAMWishlist(181541)\"\n            x-defer=\"intersect\"\n            x-bind=\"trigger\"\n            :title=\"isIn ? 'Enlever de vos favoris' : 'Ajouter \u00e0 mes listes d\u2019envie'\"\n            type=\"button\"\n    >\n        <svg class=\"w-8 lg:w-10 h-8 lg:h-10 p-2 rounded-full bg-container-alpha cursor-pointer\">\n            <use xlink:href=\"#heart-full-symbol\" :class=\"{'text-favorite': isIn, 'text-white': !isIn}\"><\/use>\n        <\/svg>\n    <\/button>\n            <\/div>\n        \n        <div class=\"flex flex-col justify-between px-2\">\n            <div class=\"my-2 text-primary font-bold text-sm lg:text-base leading-4 lg:leading-6\">\n                <a class=\"product-item-link\"\n                   href=\"https:\/\/www.promessedefleurs.com\/vivaces\/vivaces-par-variete\/corydalis\/corydalis-berry-exciting-corydale-hybride.html\"\n                                       title=\"Corydalis&#x20;Berry&#x20;Exciting&#x20;-&#x20;Corydale&#x20;hybride\"\n                >\n                    <span class=\"hidden lg:block\">Corydalis Berry Exciting - Corydale hybride<\/span>\n                    <span class=\"lg:hidden\">Corydalis Berry Exciting - Corydale hybride<\/span>\n                <\/a>\n            <\/div>\n                            <div class=\"flex items-center gap-1 mb-2 uppercase text-2xs lg:text-xs text-white font-bold\">\n                                <span class=\"px-2 lg:px-4 py-px xs:py-1 bg-collector rounded-md\">\n            Collectionneur        <\/span>\n    \n\n\n                <\/div>\n            \n                    <\/div>\n    <\/div>\n    <div class=\"flex flex-col justify-between gap-1 px-2\">\n                    <div class=\"flex flex-row flex-wrap items-start justify-between align-center my-1 lg:my-2\">\n                                    <div>\n                                    <div class=\"inline-flex\">\n                            <div class=\"stars-mark mr-2\"\n                     aria-label=\"La note est de 100 sur 5\"\n                >\n                    <svg class=\"w-4 h-4 text-primary-light\"><use xlink:href=\"#star-symbol\"><\/use><\/svg>\n                    <svg class=\"w-4 h-4 text-primary-light\"><use xlink:href=\"#star-symbol\"><\/use><\/svg>\n                    <svg class=\"w-4 h-4 text-primary-light\"><use xlink:href=\"#star-symbol\"><\/use><\/svg>\n                    <svg class=\"w-4 h-4 text-primary-light\"><use xlink:href=\"#star-symbol\"><\/use><\/svg>\n                    <svg class=\"w-4 h-4 text-primary-light\"><use xlink:href=\"#star-symbol\"><\/use><\/svg>\n                    <div style=\"width: 0%; background-color: white\"><\/div>\n                <\/div>\n                <span class=\"hidden lg:inline text-xs\">\n                    5.0\/5 - 1 avis                <\/span>\n                    <\/div>\n                        <\/div>\n                                                    <div>\n                        <div class=\"stock-status inline-flex items-center gap-1 text-2xs xs:text-xs leading-none\"\n>\n    <span class=\"w-4 h-4 rounded-full bg-available\"><\/span>\n                        <span>8 <span class=\"hidden xl:inline\">en stock<\/span><\/span>\n            <\/div>\n                    <\/div>\n                            <\/div>\n                            <div class=\"price-box price-final_price\"\n                 data-role=\"priceBox\"\n                 data-product-id=\"181541\"\n                 data-price-box=\"product-id-181541\"\n            >\n                            <span class=\"price-container inline-flex items-baseline gap-1 leading-tight\">\n            <span class=\"price-label text-2xs lg:text-xs\">D\u00e8s<\/span>\n            <span id=\"product-minimal-price-181541>\"\n                  data-price-amount=\"&lt;span&#x20;class&#x3D;&quot;price&quot;&gt;5,90&#xA0;&#x20AC;&lt;&#x2F;span&gt;\"\n                  data-price-type=\"finalPrice\"\n                  class=\"price-wrapper finalPrice\"\n            >\n                <span class=\"price\">5,90\u00a0\u20ac<\/span>            <\/span>\n        <\/span>\n        <span class=\"sep\">&bull;<\/span>\n    <span class=\"product-size text-xs lg:text-sm text-primary-light\">\n        Godet de 8\/9 cm    <\/span>\n            <\/div>\n        \n                <p class=\"product-sizes invisible mt-1\">\n            <span class=\"inline-block lg:px-2 lg:py-1 lg:bg-container-light rounded-md text-xs lg:text-sm text-primary-light\">\n                Existe en 1 tailles            <\/span>\n        <\/p>\n\n        <div class=\"additional\">\n                    <\/div>\n    <\/div>\n<\/div>\n\n<div class=\"item product-item product-item-info relative&#x20;flex&#x20;flex-col&#x20;justify-between&#x20;w-full&#x20;h-full\"\n     id=\"product-item-info_181544\"\n     data-product-id=\"181544\"\n     data-has-plantfit>\n    <div class=\"relative\">\n        <a href=\"https:\/\/www.promessedefleurs.com\/vivaces\/vivaces-par-variete\/corydalis\/corydalis-blackberry-wine-corydale-hybride.html\"\n                      class=\"product photo product-item-photo relative block mx-auto mb-3\"\n           tabindex=\"-1\"\n        >\n            <div class=\"relative\">\n                    <picture  >\n                    <source \n                                type=\"image&#x2F;webp\"\n                srcset=\"https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;opti_image&#x2F;webp&#x2F;ri&#x2F;180&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;c&#x2F;o&#x2F;corydalis-blackberry-wine-80202-2.webp&#x20;180w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;opti_image&#x2F;webp&#x2F;ri&#x2F;240&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;c&#x2F;o&#x2F;corydalis-blackberry-wine-80202-2.webp&#x20;240w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;opti_image&#x2F;webp&#x2F;ri&#x2F;360&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;c&#x2F;o&#x2F;corydalis-blackberry-wine-80202-2.webp&#x20;360w\"\n                                                            sizes=\"&#x28;max-width&#x3A;&#x20;639px&#x29;&#x20;50vw,&#x28;min-width&#x3A;&#x20;640px&#x29;&#x20;and&#x20;&#x28;max-width&#x3A;&#x20;767px&#x29;&#x20;33vw,&#x28;min-width&#x3A;&#x20;768px&#x29;&#x20;and&#x20;&#x28;max-width&#x3A;&#x20;1539px&#x29;&#x20;25vw,&#x28;min-width&#x3A;&#x20;1540px&#x29;&#x20;385px\"\n                                                                                width=\"360\"\n                                                                                height=\"360\"\n                                                >\n                    <source \n                                type=\"image&#x2F;jpeg\"\n                srcset=\"https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;180&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;c&#x2F;o&#x2F;corydalis-blackberry-wine-80202-2.jpg&#x20;180w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;240&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;c&#x2F;o&#x2F;corydalis-blackberry-wine-80202-2.jpg&#x20;240w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;360&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;c&#x2F;o&#x2F;corydalis-blackberry-wine-80202-2.jpg&#x20;360w\"\n                                                            sizes=\"&#x28;max-width&#x3A;&#x20;639px&#x29;&#x20;50vw,&#x28;min-width&#x3A;&#x20;640px&#x29;&#x20;and&#x20;&#x28;max-width&#x3A;&#x20;767px&#x29;&#x20;33vw,&#x28;min-width&#x3A;&#x20;768px&#x29;&#x20;and&#x20;&#x28;max-width&#x3A;&#x20;1539px&#x29;&#x20;25vw,&#x28;min-width&#x3A;&#x20;1540px&#x29;&#x20;385px\"\n                                                                                width=\"360\"\n                                                                                height=\"360\"\n                                                >\n                <img \n                                                src=\"https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;c&#x2F;o&#x2F;corydalis-blackberry-wine-80202-2.jpg\"\n                                                                class=\"hover&#x3A;shadow-sm&#x20;object-contain\"\n                                                                loading=\"\"\n                                                                data-preload=\"true\"\n                                                                alt=\"Corydalis&#x20;Blackberry&#x20;Wine&#x20;-&#x20;Corydale&#x20;hybride\"\n                                                                title=\"Corydalis&#x20;Blackberry&#x20;Wine&#x20;-&#x20;Corydale&#x20;hybride\"\n                                                                srcset=\"https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;180&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;c&#x2F;o&#x2F;corydalis-blackberry-wine-80202-2.jpg&#x20;180w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;240&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;c&#x2F;o&#x2F;corydalis-blackberry-wine-80202-2.jpg&#x20;240w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;360&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;c&#x2F;o&#x2F;corydalis-blackberry-wine-80202-2.jpg&#x20;360w\"\n                                                                sizes=\"&#x28;max-width&#x3A;&#x20;639px&#x29;&#x20;50vw,&#x28;min-width&#x3A;&#x20;640px&#x29;&#x20;and&#x20;&#x28;max-width&#x3A;&#x20;767px&#x29;&#x20;33vw,&#x28;min-width&#x3A;&#x20;768px&#x29;&#x20;and&#x20;&#x28;max-width&#x3A;&#x20;1539px&#x29;&#x20;25vw,&#x28;min-width&#x3A;&#x20;1540px&#x29;&#x20;385px\"\n                                                                width=\"360\"\n                                                                height=\"360\"\n                                    >\n    <\/picture>\n                                    <div class=\"hidden xl:flex absolute inset-0 items-center justify-center opacity-0 xl:hover:opacity-100 bg-container-beta p-2 text-white\">\n                        <div class=\"w-full grid gap-1 text-sm\">\n                            <div class=\"grid grid-cols-3 gap-x-1 gap-y-4 text-center leading-tight\">\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"hauteur\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-12&#x20;h-12 text-white\"><use xlink:href=\"#height-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    Hauteur \u00e0 maturit\u00e9                                     <\/div>\n                        <span class=\"py-1 text-xs\">30 cm<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"largeur\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-12&#x20;h-12 text-white\"><use xlink:href=\"#length-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    Largeur \u00e0 maturit\u00e9                                    <\/div>\n                        <span class=\"py-1 text-xs\">40 cm<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"exposition\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#exposure-semi-shade-symbol\"><\/use><\/svg>\n                    <\/span>\n                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#exposure-shade-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    Exposition                                    <\/div>\n                        <span class=\"py-1 text-xs\">Mi-ombre, Ombre<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"periode_floraison\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#flower-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    P\u00e9riode de floraison                                    <\/div>\n                        <span class=\"py-1 text-xs\">Mai \u00e0 Juillet, Septembre<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"periode_raisonnable_plantation\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#shovel-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    P\u00e9riode raisonnable de plantation                                    <\/div>\n                        <span class=\"py-1 text-xs\">F\u00e9vrier \u00e0 Avril, Septembre \u00e0 Octobre<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"zone_climatique\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#temperature-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    Rusticit\u00e9                                    <\/div>\n                        <span class=\"py-1 text-xs\">Jusqu&#039;\u00e0 -23.5\u00b0C<\/span>\n        <\/div>\n    <\/div>\n                        <\/div>\n                    <\/div>\n                            <\/div>\n\n            \n                    <\/a>\n\n                    <div class=\"add-to-wishlist absolute top-2 lg:top-4 right-2 lg:right-4\">\n                    <button x-data=\"vmAMWishlist(181544)\"\n            x-defer=\"intersect\"\n            x-bind=\"trigger\"\n            :title=\"isIn ? 'Enlever de vos favoris' : 'Ajouter \u00e0 mes listes d\u2019envie'\"\n            type=\"button\"\n    >\n        <svg class=\"w-8 lg:w-10 h-8 lg:h-10 p-2 rounded-full bg-container-alpha cursor-pointer\">\n            <use xlink:href=\"#heart-full-symbol\" :class=\"{'text-favorite': isIn, 'text-white': !isIn}\"><\/use>\n        <\/svg>\n    <\/button>\n            <\/div>\n        \n        <div class=\"flex flex-col justify-between px-2\">\n            <div class=\"my-2 text-primary font-bold text-sm lg:text-base leading-4 lg:leading-6\">\n                <a class=\"product-item-link\"\n                   href=\"https:\/\/www.promessedefleurs.com\/vivaces\/vivaces-par-variete\/corydalis\/corydalis-blackberry-wine-corydale-hybride.html\"\n                                       title=\"Corydalis&#x20;Blackberry&#x20;Wine&#x20;-&#x20;Corydale&#x20;hybride\"\n                >\n                    <span class=\"hidden lg:block\">Corydalis Blackberry Wine - Corydale hybride<\/span>\n                    <span class=\"lg:hidden\">Corydalis Blackberry Wine - Corydale hybride<\/span>\n                <\/a>\n            <\/div>\n                            <div class=\"flex items-center gap-1 mb-2 uppercase text-2xs lg:text-xs text-white font-bold\">\n                        \n\n\n                <\/div>\n            \n                    <\/div>\n    <\/div>\n    <div class=\"flex flex-col justify-between gap-1 px-2\">\n                    <div class=\"flex flex-row flex-wrap items-start justify-between align-center my-1 lg:my-2\">\n                                    <div>\n                                    <div class=\"inline-flex\">\n                            <div class=\"stars-mark mr-2\"\n                     aria-label=\"La note est de 70 sur 5\"\n                >\n                    <svg class=\"w-4 h-4 text-primary-light\"><use xlink:href=\"#star-symbol\"><\/use><\/svg>\n                    <svg class=\"w-4 h-4 text-primary-light\"><use xlink:href=\"#star-symbol\"><\/use><\/svg>\n                    <svg class=\"w-4 h-4 text-primary-light\"><use xlink:href=\"#star-symbol\"><\/use><\/svg>\n                    <svg class=\"w-4 h-4 text-primary-light\"><use xlink:href=\"#star-symbol\"><\/use><\/svg>\n                    <svg class=\"w-4 h-4 text-primary-light\"><use xlink:href=\"#star-symbol\"><\/use><\/svg>\n                    <div style=\"width: 30%; background-color: white\"><\/div>\n                <\/div>\n                <span class=\"hidden lg:inline text-xs\">\n                    3.5\/5 - 2 avis                <\/span>\n                    <\/div>\n                        <\/div>\n                                                    <div>\n                        <div class=\"stock-status inline-flex items-center gap-1 text-2xs xs:text-xs leading-none\"\n>\n    <span class=\"w-4 h-4 rounded-full bg-outofstock\"><\/span>\n                        <span >Indispo.<\/span>\n            <\/div>\n                    <\/div>\n                            <\/div>\n                            <div class=\"price-box price-final_price\"\n                 data-role=\"priceBox\"\n                 data-product-id=\"181544\"\n                 data-price-box=\"product-id-181544\"\n            >\n                            <span class=\"price-container inline-flex items-baseline gap-1 leading-tight\">\n            <span class=\"price-label text-2xs lg:text-xs\">D\u00e8s<\/span>\n            <span id=\"product-minimal-price-181544>\"\n                  data-price-amount=\"&lt;span&#x20;class&#x3D;&quot;price&quot;&gt;8,90&#xA0;&#x20AC;&lt;&#x2F;span&gt;\"\n                  data-price-type=\"finalPrice\"\n                  class=\"price-wrapper finalPrice\"\n            >\n                <span class=\"price\">8,90\u00a0\u20ac<\/span>            <\/span>\n        <\/span>\n        <span class=\"sep\">&bull;<\/span>\n    <span class=\"product-size text-xs lg:text-sm text-primary-light\">\n        Godet de 8\/9 cm    <\/span>\n            <\/div>\n        \n                <p class=\"product-sizes invisible mt-1\">\n            <span class=\"inline-block lg:px-2 lg:py-1 lg:bg-container-light rounded-md text-xs lg:text-sm text-primary-light\">\n                Existe en 1 tailles            <\/span>\n        <\/p>\n\n        <div class=\"additional\">\n                    <\/div>\n    <\/div>\n<\/div>\n\n<div class=\"item product-item product-item-info relative&#x20;flex&#x20;flex-col&#x20;justify-between&#x20;w-full&#x20;h-full\"\n     id=\"product-item-info_139768\"\n     data-product-id=\"139768\"\n     data-has-plantfit>\n    <div class=\"relative\">\n        <a href=\"https:\/\/www.promessedefleurs.com\/vivaces\/vivaces-par-variete\/corydalis\/corydale-corydalis-quantmeyeriana-chocolate-stars-fumeterre-p-3368.html\"\n                      class=\"product photo product-item-photo relative block mx-auto mb-3\"\n           tabindex=\"-1\"\n        >\n            <div class=\"relative\">\n                    <picture  >\n                    <source \n                                type=\"image&#x2F;webp\"\n                srcset=\"https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;opti_image&#x2F;webp&#x2F;ri&#x2F;180&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;c&#x2F;o&#x2F;corydalis-quantmeyeriana-chocolate-stars-8150-1.webp&#x20;180w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;opti_image&#x2F;webp&#x2F;ri&#x2F;240&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;c&#x2F;o&#x2F;corydalis-quantmeyeriana-chocolate-stars-8150-1.webp&#x20;240w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;opti_image&#x2F;webp&#x2F;ri&#x2F;360&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;c&#x2F;o&#x2F;corydalis-quantmeyeriana-chocolate-stars-8150-1.webp&#x20;360w\"\n                                                            sizes=\"&#x28;max-width&#x3A;&#x20;639px&#x29;&#x20;50vw,&#x28;min-width&#x3A;&#x20;640px&#x29;&#x20;and&#x20;&#x28;max-width&#x3A;&#x20;767px&#x29;&#x20;33vw,&#x28;min-width&#x3A;&#x20;768px&#x29;&#x20;and&#x20;&#x28;max-width&#x3A;&#x20;1539px&#x29;&#x20;25vw,&#x28;min-width&#x3A;&#x20;1540px&#x29;&#x20;385px\"\n                                                                                width=\"360\"\n                                                                                height=\"360\"\n                                                >\n                    <source \n                                type=\"image&#x2F;jpeg\"\n                srcset=\"https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;180&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;c&#x2F;o&#x2F;corydalis-quantmeyeriana-chocolate-stars-8150-1.jpg&#x20;180w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;240&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;c&#x2F;o&#x2F;corydalis-quantmeyeriana-chocolate-stars-8150-1.jpg&#x20;240w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;360&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;c&#x2F;o&#x2F;corydalis-quantmeyeriana-chocolate-stars-8150-1.jpg&#x20;360w\"\n                                                            sizes=\"&#x28;max-width&#x3A;&#x20;639px&#x29;&#x20;50vw,&#x28;min-width&#x3A;&#x20;640px&#x29;&#x20;and&#x20;&#x28;max-width&#x3A;&#x20;767px&#x29;&#x20;33vw,&#x28;min-width&#x3A;&#x20;768px&#x29;&#x20;and&#x20;&#x28;max-width&#x3A;&#x20;1539px&#x29;&#x20;25vw,&#x28;min-width&#x3A;&#x20;1540px&#x29;&#x20;385px\"\n                                                                                width=\"360\"\n                                                                                height=\"360\"\n                                                >\n                <img \n                                                src=\"https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;c&#x2F;o&#x2F;corydalis-quantmeyeriana-chocolate-stars-8150-1.jpg\"\n                                                                class=\"hover&#x3A;shadow-sm&#x20;object-contain\"\n                                                                loading=\"\"\n                                                                data-preload=\"true\"\n                                                                alt=\"Corydalis&#x20;quantmeyeriana&#x20;Chocolate&#x20;Stars\"\n                                                                title=\"Corydalis&#x20;quantmeyeriana&#x20;Chocolate&#x20;Stars\"\n                                                                srcset=\"https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;180&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;c&#x2F;o&#x2F;corydalis-quantmeyeriana-chocolate-stars-8150-1.jpg&#x20;180w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;240&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;c&#x2F;o&#x2F;corydalis-quantmeyeriana-chocolate-stars-8150-1.jpg&#x20;240w,https&#x3A;&#x2F;&#x2F;www.promessedefleurs.com&#x2F;media&#x2F;ri&#x2F;360&#x2F;catalog&#x2F;product&#x2F;cache&#x2F;e1f69ab3352128c7959ebe905a6ebb89&#x2F;c&#x2F;o&#x2F;corydalis-quantmeyeriana-chocolate-stars-8150-1.jpg&#x20;360w\"\n                                                                sizes=\"&#x28;max-width&#x3A;&#x20;639px&#x29;&#x20;50vw,&#x28;min-width&#x3A;&#x20;640px&#x29;&#x20;and&#x20;&#x28;max-width&#x3A;&#x20;767px&#x29;&#x20;33vw,&#x28;min-width&#x3A;&#x20;768px&#x29;&#x20;and&#x20;&#x28;max-width&#x3A;&#x20;1539px&#x29;&#x20;25vw,&#x28;min-width&#x3A;&#x20;1540px&#x29;&#x20;385px\"\n                                                                width=\"360\"\n                                                                height=\"360\"\n                                    >\n    <\/picture>\n                                    <div class=\"hidden xl:flex absolute inset-0 items-center justify-center opacity-0 xl:hover:opacity-100 bg-container-beta p-2 text-white\">\n                        <div class=\"w-full grid gap-1 text-sm\">\n                            <div class=\"grid grid-cols-3 gap-x-1 gap-y-4 text-center leading-tight\">\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"hauteur\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-12&#x20;h-12 text-white\"><use xlink:href=\"#height-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    Hauteur \u00e0 maturit\u00e9                                     <\/div>\n                        <span class=\"py-1 text-xs\">40 cm<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"largeur\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-12&#x20;h-12 text-white\"><use xlink:href=\"#length-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    Largeur \u00e0 maturit\u00e9                                    <\/div>\n                        <span class=\"py-1 text-xs\">50 cm<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"exposition\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#exposure-semi-shade-symbol\"><\/use><\/svg>\n                    <\/span>\n                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#exposure-shade-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    Exposition                                    <\/div>\n                        <span class=\"py-1 text-xs\">Mi-ombre, Ombre<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"periode_floraison\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#flower-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    P\u00e9riode de floraison                                    <\/div>\n                        <span class=\"py-1 text-xs\">Mai<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"periode_raisonnable_plantation\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#shovel-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    P\u00e9riode raisonnable de plantation                                    <\/div>\n                        <span class=\"py-1 text-xs\">Mars \u00e0 Mai<\/span>\n        <\/div>\n            <div class=\"flex flex-col items-center\"\n             data-attribute=\"zone_climatique\"        >\n            <div class=\"flex flex-row h-14 items-center\">\n                                                    <span class=\"text-primary\">\n                        <svg class=\"w-8&#x20;h-8 text-white\"><use xlink:href=\"#temperature-symbol\"><\/use><\/svg>\n                    <\/span>\n                            <\/div>\n                            <div class=\"text-2xs text-primary-lighter\">\n                    Rusticit\u00e9                                    <\/div>\n                        <span class=\"py-1 text-xs\">Jusqu&#039;\u00e0 -23.5\u00b0C<\/span>\n        <\/div>\n    <\/div>\n                        <\/div>\n                    <\/div>\n                            <\/div>\n\n            \n                    <\/a>\n\n                    <div class=\"add-to-wishlist absolute top-2 lg:top-4 right-2 lg:right-4\">\n                    <button x-data=\"vmAMWishlist(139768)\"\n            x-defer=\"intersect\"\n            x-bind=\"trigger\"\n            :title=\"isIn ? 'Enlever de vos favoris' : 'Ajouter \u00e0 mes listes d\u2019envie'\"\n            type=\"button\"\n    >\n        <svg class=\"w-8 lg:w-10 h-8 lg:h-10 p-2 rounded-full bg-container-alpha cursor-pointer\">\n            <use xlink:href=\"#heart-full-symbol\" :class=\"{'text-favorite': isIn, 'text-white': !isIn}\"><\/use>\n        <\/svg>\n    <\/button>\n            <\/div>\n        \n        <div class=\"flex flex-col justify-between px-2\">\n            <div class=\"my-2 text-primary font-bold text-sm lg:text-base leading-4 lg:leading-6\">\n                <a class=\"product-item-link\"\n                   href=\"https:\/\/www.promessedefleurs.com\/vivaces\/vivaces-par-variete\/corydalis\/corydale-corydalis-quantmeyeriana-chocolate-stars-fumeterre-p-3368.html\"\n                                       title=\"Corydalis&#x20;quantmeyeriana&#x20;Chocolate&#x20;Stars\"\n                >\n                    <span class=\"hidden lg:block\">Corydalis quantmeyeriana Chocolate Stars<\/span>\n                    <span class=\"lg:hidden\">Corydalis quantmeyeriana Chocolate Stars<\/span>\n                <\/a>\n            <\/div>\n                            <div class=\"flex items-center gap-1 mb-2 uppercase text-2xs lg:text-xs text-white font-bold\">\n                        \n\n\n                <\/div>\n            \n                    <\/div>\n    <\/div>\n    <div class=\"flex flex-col justify-between gap-1 px-2\">\n                    <div class=\"flex flex-row flex-wrap items-start justify-between align-center my-1 lg:my-2\">\n                                    <div>\n                                    <div class=\"inline-flex\">\n                    <\/div>\n                        <\/div>\n                                                    <div>\n                        <div class=\"stock-status inline-flex items-center gap-1 text-2xs xs:text-xs leading-none\"\n>\n    <span class=\"w-4 h-4 rounded-full bg-outofstock\"><\/span>\n                        <span >Indispo.<\/span>\n            <\/div>\n                    <\/div>\n                            <\/div>\n                            <div class=\"price-box price-final_price\"\n                 data-role=\"priceBox\"\n                 data-product-id=\"139768\"\n                 data-price-box=\"product-id-139768\"\n            >\n                            <span class=\"price-container inline-flex items-baseline gap-1 leading-tight\">\n            <span class=\"price-label text-2xs lg:text-xs\">D\u00e8s<\/span>\n            <span id=\"product-minimal-price-139768>\"\n                  data-price-amount=\"&lt;span&#x20;class&#x3D;&quot;price&quot;&gt;7,90&#xA0;&#x20AC;&lt;&#x2F;span&gt;\"\n                  data-price-type=\"finalPrice\"\n                  class=\"price-wrapper finalPrice\"\n            >\n                <span class=\"price\">7,90\u00a0\u20ac<\/span>            <\/span>\n        <\/span>\n        <span class=\"sep\">&bull;<\/span>\n    <span class=\"product-size text-xs lg:text-sm text-primary-light\">\n        Godet de 8\/9 cm    <\/span>\n            <\/div>\n        \n                <p class=\"product-sizes invisible mt-1\">\n            <span class=\"inline-block lg:px-2 lg:py-1 lg:bg-container-light rounded-md text-xs lg:text-sm text-primary-light\">\n                Existe en 1 tailles            <\/span>\n        <\/p>\n\n        <div class=\"additional\">\n                    <\/div>\n    <\/div>\n<\/div>\n                            <\/div>\n        <\/div>\n\n        <div class=\"bg-white h-64 w-full flex items-center justify-center\"\n             id=\"infinite-scroll-trigger\"\n        >\n          <span class=\"mt-16\">Chargement...<\/span>\n        <\/div>\n\n                    <div class=\"item product heading-block lg:hidden relative w-full gap-6 col-span-2                        p-4 bg-container-light text-center\"\n            >\n                \n    <div>\n        <div>\n            <div class=\"category-description mb-8 pr-4 align-left \">\n                <div>\n                    <p>Les <strong>Corydales ou Corydalis<\/strong>, avec leur feuillage finement d\u00e9coup\u00e9 et leurs fleurs d\u00e9licates, sont des plantes tr\u00e8s appr\u00e9ci\u00e9es des jardiniers. Parmi elles, les <strong>vari\u00e9t\u00e9s<\/strong> <strong>aux fleurs roses et mauves<\/strong> offrent un spectacle visuel remarquable. La <strong><a href=\"https:\/\/www.promessedefleurs.com\/bulbes-de-printemps\/bulbes-par-varietes\/corydalis-bulbeux\/corydalis-solida-beth-evans-p-5635.html\">Corydalis solida &#039;Beth Evans&#039;<\/a> <\/strong>est pris\u00e9e pour ses fleurs rose p\u00e2le qui \u00e9mergent au printemps, apportant une touche de fra\u00eecheur au jardin.\u00a0La <strong><a href=\"https:\/\/www.promessedefleurs.com\/vivaces\/vivaces-par-variete\/corydalis\/corydalis-blackberry-wine-corydale-hybride.html\">Corydalis &#039;Blackberry Wine&#039;<\/a><\/strong> est une autre vari\u00e9t\u00e9 qui se distingue par ses fleurs d&#039;un violet profond. Non seulement elle ajoute une touche de couleur, mais son parfum subtil est \u00e9galement tr\u00e8s appr\u00e9ci\u00e9. Originale, la <a href=\"https:\/\/www.promessedefleurs.com\/vivaces\/vivaces-par-variete\/corydalis\/corydalis-berry-exciting-corydale-hybride.html\">Corydalis &#039;Berry Exciting&#039; <\/a>offre une floraison de couleur rose vif. Son feuillage jaune dor\u00e9 et sa taille moyenne lui permettent de bien s&#039;int\u00e9grer dans divers arrangements paysagers. D\u00e9couvrez toutes nos corydales \u00e0 fleurs roses ou mauves dans cette s\u00e9lection.<\/p>\r\n<p>Ces <a href=\"https:\/\/www.promessedefleurs.com\/vivaces\/vivaces-par-variete\/corydalis.html\">Corydales<\/a> trouvent leur place dans des massifs, des bordures, des rocailles et m\u00eame des pots. Ces plantes pr\u00e9f\u00e8rent un sol riche en humus et bien drain\u00e9. Une exposition \u00e0 mi-ombre ou doucement ensoleill\u00e9e favorise une belle floraison. Elles ont besoin d&#039;une terre humide, mais pas d\u00e9tremp\u00e9e.\u00a0<\/p>\r\n<p>Pour aller plus loin, consultez aussi notre guide d&#039;achat <strong><a href=\"https:\/\/www.promessedefleurs.com\/conseil-plantes-jardin\/ficheconseil\/choisir-corydalis\/\">&quot;Choisir un Corydalis&quot;<\/a> <\/strong>et nos conseils dans <strong><a href=\"https:\/\/www.promessedefleurs.com\/conseil-plantes-jardin\/fichefamille\/les-corydalis-planter-cultiver-et-entretenir\/\">&quot;Corydalis : planter, cultiver et entretenir&quot;<\/a><\/strong><\/p>                <\/div>\n            <\/div>\n            <div class=\"flex flex-col gap-8\">\n                            <\/div>\n        <\/div>\n    <\/div>\n            <\/div>\n            <\/section>\n"}