{"id":128,"date":"2025-08-12T19:54:29","date_gmt":"2025-08-12T19:54:29","guid":{"rendered":"https:\/\/benebr-selfcare.com\/?page_id=128"},"modified":"2025-08-16T20:08:49","modified_gmt":"2025-08-16T20:08:49","slug":"parfum-olfazeta-n024","status":"publish","type":"page","link":"https:\/\/benebr-selfcare.com\/index.php\/parfum-olfazeta-n024\/","title":{"rendered":"Parfum Olfazeta N\u00b0024 &#8211; Inspir\u00e9 de Chanel N\u00b05"},"content":{"rendered":"\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"2560\" height=\"1440\" src=\"https:\/\/benebr-selfcare.com\/wp-content\/uploads\/2025\/08\/Olfazeta-parfum-pas-cher-Chogan-n\u00b055-Black-Opium-scaled.jpg\" alt=\"olfazeta parfum pas cher chogan n\u00b055 black opium\" class=\"wp-image-162\"\/><figcaption class=\"wp-element-caption\">Parfum de luxe de 70 ml \u00e0 35\u20ac. Concentration essence de parfum \u00e0 30%.<\/figcaption><\/figure>\n\n\n\n<!DOCTYPE html>\n<html lang=\"fr\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Parfum Olfazeta N\u00b0024 &#8211; Inspir\u00e9 de Chanel N\u00b05<\/title>\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        :root {\n            --primary-color: #8B7355;\n            --secondary-color: #D4A574;\n            --text-dark: #2C2C2C;\n            --background-light: #F5F5DC;\n            --white: #FFFFFF;\n            --accent-gold: #d4af37;\n        }\n\n        body {\n            font-family: 'Georgia', serif;\n            line-height: 1.6;\n            color: var(--text-dark);\n            background: linear-gradient(135deg, #f5f1eb 0%, #e8ddd4 100%);\n        }\n\n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n\n        .product-page {\n            background: var(--white);\n            border-radius: 20px;\n            box-shadow: 0 15px 35px rgba(0,0,0,0.1);\n            overflow: hidden;\n        }\n\n        .product-content {\n            padding: 50px;\n        }\n\n        .product-image-section {\n            text-align: center;\n            margin-bottom: 40px;\n        }\n\n        .product-image {\n            width: 300px;\n            height: 350px;\n            background: linear-gradient(145deg, #f0e6d6, #e8ddd4);\n            border-radius: 20px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin: 0 auto;\n            position: relative;\n            overflow: hidden;\n            box-shadow: 0 10px 30px rgba(0,0,0,0.1);\n        }\n\n        .product-image::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            background: url('data:image\/svg+xml,<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 300 350\"><rect x=\"90\" y=\"30\" width=\"120\" height=\"180\" rx=\"12\" fill=\"%23f5f5f5\" stroke=\"%238b7355\" stroke-width=\"3\"\/><rect x=\"105\" y=\"15\" width=\"90\" height=\"45\" rx=\"6\" fill=\"%23d4af37\"\/><text x=\"150\" y=\"135\" text-anchor=\"middle\" font-family=\"serif\" font-size=\"18\" fill=\"%238b7355\">OLFAZETA<\/text><text x=\"150\" y=\"155\" text-anchor=\"middle\" font-family=\"serif\" font-size=\"14\" fill=\"%23666\">N\u00b024<\/text><\/svg>') center\/contain no-repeat;\n        }\n\n        .product-subtitle {\n            font-size: 1rem;\n            color: #666;\n            margin-top: 15px;\n        }\n\n        .product-details h3 {\n            color: var(--primary-color);\n            font-size: 1.8rem;\n            margin-bottom: 20px;\n            text-align: center;\n            margin-top: 20px;\n        }\n\n        .highlight-question {\n            font-size: 1.3rem;\n            font-weight: 600;\n            color: var(--primary-color);\n            margin-bottom: 20px;\n            text-align: center;\n        }\n\n        .description-text {\n            font-size: 1.1rem;\n            margin-bottom: 25px;\n            line-height: 1.7;\n            text-align: center;\n        }\n\n        .fragrance-notes {\n            background: linear-gradient(145deg, #ffffff 0%, #f8f6f3 100%);\n            padding: 30px;\n            border-radius: 15px;\n            margin: 30px 0;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n        }\n\n        .fragrance-notes h4 {\n            color: var(--primary-color);\n            margin-bottom: 20px;\n            font-size: 1.3rem;\n            text-align: center;\n        }\n\n        .notes-list {\n            display: grid;\n            gap: 15px;\n        }\n\n        .note-item {\n            display: flex;\n            align-items: flex-start;\n            gap: 15px;\n            padding: 10px 0;\n        }\n\n        .note-category {\n            font-weight: bold;\n            color: var(--primary-color);\n            min-width: 80px;\n        }\n\n        .note-description {\n            flex: 1;\n        }\n\n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 20px;\n            margin: 30px 0;\n        }\n\n        .feature-item {\n            display: flex;\n            align-items: center;\n            gap: 12px;\n            padding: 15px;\n            background: linear-gradient(145deg, #ffffff 0%, #f8f6f3 100%);\n            border-radius: 10px;\n            box-shadow: 0 3px 10px rgba(0,0,0,0.05);\n        }\n\n        .feature-icon {\n            font-size: 1.3rem;\n        }\n\n        .usage-tips {\n            background: #f8f6f3;\n            padding: 25px;\n            border-radius: 15px;\n            margin: 30px 0;\n            border-left: 4px solid var(--accent-gold);\n        }\n\n        .usage-tips h4 {\n            color: var(--primary-color);\n            margin-bottom: 15px;\n            font-size: 1.2rem;\n        }\n\n        .cta-section {\n            background: linear-gradient(135deg, var(--primary-color) 0%, #6d5d4f 100%);\n            color: var(--white);\n            padding: 40px;\n            text-align: center;\n            margin-top: 40px;\n            border-radius: 20px;\n        }\n\n        .cta-title {\n            font-size: 1.6rem;\n            margin-bottom: 15px;\n        }\n\n        .cta-text {\n            font-size: 1.1rem;\n            margin-bottom: 25px;\n            opacity: 0.95;\n        }\n\n        .btn-order {\n            display: inline-block;\n            background: var(--white);\n            color: var(--primary-color);\n            padding: 18px 40px;\n            border-radius: 25px;\n            text-decoration: none;\n            font-weight: bold;\n            font-size: 1.2rem;\n            transition: all 0.3s ease;\n        }\n\n        .btn-order:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 8px 20px rgba(0,0,0,0.2);\n        }\n\n        .price-section {\n            text-align: center;\n            margin: 30px 0;\n        }\n\n        .price {\n            font-size: 2.5rem;\n            font-weight: bold;\n            color: var(--accent-gold);\n            margin-bottom: 10px;\n        }\n\n        .transparency-note {\n            font-style: italic;\n            color: #666;\n            font-size: 0.95rem;\n            text-align: center;\n            margin: 20px 0;\n        }\n\n        \/* RESPONSIVE *\/\n        @media (max-width: 768px) {\n            .product-content {\n                padding: 30px 20px;\n            }\n\n            .product-image {\n                width: 250px;\n                height: 300px;\n            }\n\n            .features-grid {\n                grid-template-columns: 1fr;\n            }\n\n            .container {\n                padding: 20px 10px;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n\n<div class=\"container\">\n    <div class=\"product-page\">\n        <div class=\"product-content\">\n            <div class=\"product-details\">\n                <h3>\ud83c\udf38 Le Parfum de l&rsquo;\u00c9l\u00e9gance Intemporelle<\/h3>\n                \n                <p class=\"highlight-question\">\n                    \ud83c\udf1f Pourquoi tu vas kiffer ?\n                <\/p>\n                \n                <p class=\"description-text\">\n                    <strong>L&rsquo;accessoire de mode chic, accessible et versatile.<\/strong><br>\n                    Ce parfum annonce ton arriv\u00e9e avec classe ! Cette fragrance d&rsquo;exception \n                    incarne l&rsquo;\u00e9l\u00e9gance parisienne dans un flacon accessible \u00e0 toutes les femmes \n                    qui r\u00eavent de sophistication sans se ruiner. \ud83d\udc78\ud83c\udffe\u2728\n                <\/p>\n\n                <div class=\"price-section\">\n                    <span class=\"price\">35\u20ac<\/span>\n                    <p style=\"color: #666; font-size: 1rem;\">Pour 70ml de pur bonheur olfactif !<\/p>\n                <\/div>\n\n                <!-- BONUS SECTION AJOUT\u00c9E -->\n                <div style=\"background: linear-gradient(135deg, #fff5e6, #ffe6cc); border: 2px solid #d4af37; border-radius: 8px; padding: 15px; margin: 15px 0; text-align: center;\">\n                    <div style=\"font-weight: bold; color: #b8860b; margin-bottom: 8px; font-size: 16px;\">\ud83c\udf81 Bonus !<\/div>\n                    <div style=\"color: #333; line-height: 1.5; margin-bottom: 10px;\">\n                        Pour chaque parfum de <strong>70 ml<\/strong> achet\u00e9, tu re\u00e7ois gratuitement une recharge de parfum de <strong>15 ml de la m\u00eame fragrance.<\/strong>\n                    <\/div>\n                    <div style=\"background: #f0f8ff; border-left: 4px solid #4169e1; padding: 10px 15px; margin-top: 10px; border-radius: 0 5px 5px 0;\">\n                        <div style=\"font-weight: bold; color: #4169e1; margin-bottom: 5px;\">\ud83d\udca1 Astuce :<\/div>\n                        N&rsquo;oublie pas de te procurer un <strong>\u00e9tui<\/strong> Chogan pour pouvoir utiliser ta recharge gratuite. \n                        <a href=\"https:\/\/benebr-selfcare.com\/index.php\/etuis-game-changer\/\" style=\"color: #d4af37; text-decoration: none; font-weight: bold;\">Je d\u00e9couvre les \u00e9tuis<\/a>\n                    <\/div>\n                <\/div>\n\n                <div class=\"fragrance-notes\">\n                    <h4>\ud83c\udf38 Pyramide Olfactive<\/h4>\n                    <div class=\"notes-list\">\n                        <div class=\"note-item\">\n                            <span class=\"note-category\">T\u00eate :<\/span>\n                            <span class=\"note-description\">Notes hesp\u00e9rid\u00e9es lumineuses et p\u00e9tillantes<\/span>\n                        <\/div>\n                        <div class=\"note-item\">\n                            <span class=\"note-category\">C\u0153ur :<\/span>\n                            <span class=\"note-description\">Bouquet floral d\u00e9licat et raffin\u00e9<\/span>\n                        <\/div>\n                        <div class=\"note-item\">\n                            <span class=\"note-category\">Fond :<\/span>\n                            <span class=\"note-description\">Notes ambr\u00e9es envo\u00fbtantes et sophistiqu\u00e9es<\/span>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"features-grid\">\n                    <div class=\"feature-item\">\n                        <span class=\"feature-icon\">\u23f1\ufe0f<\/span>\n                        <span>Tenue 3-4h selon ta peau<\/span>\n                    <\/div>\n                    <div class=\"feature-item\">\n                        <span class=\"feature-icon\">\ud83c\udf38<\/span>\n                        <span>Fragrance de qualit\u00e9 sup\u00e9rieure<\/span>\n                    <\/div>\n                    <div class=\"feature-item\">\n                        <span class=\"feature-icon\">\ud83c\uddee\ud83c\uddf9<\/span>\n                        <span>Fabriqu\u00e9 en Italie<\/span>\n                    <\/div>\n                    <div class=\"feature-item\">\n                        <span class=\"feature-icon\">\u2728<\/span>\n                        <span>Inspiration haute couture<\/span>\n                    <\/div>\n                <\/div>\n\n                <div class=\"usage-tips\">\n                    <h4>\ud83d\udca1 Mes conseils d&rsquo;utilisation<\/h4>\n                    <p><strong>Parfait pour :<\/strong> Tes cours, entretiens, sorties ou simplement quand tu veux te sentir irr\u00e9sistiblement \u00e9l\u00e9gante ! \ud83d\udc85\ud83c\udffe<\/p>\n                    <p><strong>Astuce de pro :<\/strong> Applique-le avant tes moments cl\u00e9s et n&rsquo;h\u00e9site pas \u00e0 retoucher entre deux cours ou avant une r\u00e9union importante. Un petit spray et tu rayonnes \u00e0 nouveau ! \u2728<\/p>\n                <\/div>\n\n                <p class=\"description-text\">\n                    <strong>Pour qui ?<\/strong> La femme qui sait que l&rsquo;\u00e9l\u00e9gance ne se crie pas, elle se murmure. \n                    Que tu sois \u00e9tudiante ou jeune professionnelle, ce parfum s&rsquo;adapte \u00e0 tous tes moments : \n                    du campus aux soir\u00e9es chic ! \ud83c\udf93\ud83d\udc51\n                <\/p>\n\n                <p class=\"description-text\">\n                    <strong>Comment commander ?<\/strong> Clique sur <strong>\u00ab Je commande maintenant \u00bb<\/strong> et tu seras \n                    redirig\u00e9e vers le site officiel Chogan.\n                <\/p>\n                \n                <p class=\"transparency-note\">\n                    (En tant que consultante partenaire, je recevrai une petite commission sur ton achat, \n                    sans aucun co\u00fbt suppl\u00e9mentaire pour toi. Cela me permet de continuer \u00e0 te conseiller gratuitement ! \ud83d\ude4f\ud83c\udffe\u2764\ufe0f)\n                <\/p>\n            <\/div>\n        <\/div>\n\n        <div class=\"cta-section\">\n            <h3 class=\"cta-title\">\ud83d\udecd\ufe0f Pr\u00eate \u00e0 adopter cette \u00e9l\u00e9gance intemporelle ?<\/h3>\n            <p class=\"cta-text\">\n                Offre-toi la sophistication \u00e0 la fran\u00e7aise sans exploser ton budget ! \n                Perfect pour varier tes plaisirs olfactifs. \ud83c\udf38\u2728\n            <\/p>\n            <a href=\"https:\/\/benebr-selfcare.com\/olfa24\" class=\"btn-order\">Je commande maintenant<\/a>\n        <\/div>\n    <\/div>\n<\/div>\n\n<\/body>\n<\/html>\n\n\n\n<p class=\"wp-block-paragraph\"><br><br><br><br><br><br><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><br><br><br><br><br><br><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Parfum Olfazeta N\u00b0024 &#8211; Inspir\u00e9 de Chanel N\u00b05 \ud83c\udf38 Le Parfum de l&rsquo;\u00c9l\u00e9gance Intemporelle \ud83c\udf1f Pourquoi tu vas kiffer ? L&rsquo;accessoire de mode chic, accessible et versatile. Ce parfum annonce ton arriv\u00e9e avec classe ! Cette fragrance d&rsquo;exception incarne l&rsquo;\u00e9l\u00e9gance parisienne dans un flacon accessible \u00e0 toutes les femmes qui r\u00eavent de sophistication sans se&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_surecart_dashboard_logo_width":"180px","_surecart_dashboard_show_logo":true,"_surecart_dashboard_navigation_orders":true,"_surecart_dashboard_navigation_invoices":true,"_surecart_dashboard_navigation_subscriptions":true,"_surecart_dashboard_navigation_downloads":true,"_surecart_dashboard_navigation_billing":true,"_surecart_dashboard_navigation_account":true,"footnotes":""},"class_list":["post-128","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Parfum Olfazeta N\u00b0024 - Inspir\u00e9 de Chanel N\u00b05 - Benebr Self Care<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/benebr-selfcare.com\/index.php\/parfum-olfazeta-n024\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Parfum Olfazeta N\u00b0024 - Inspir\u00e9 de Chanel N\u00b05 - Benebr Self Care\" \/>\n<meta property=\"og:description\" content=\"Parfum Olfazeta N\u00b0024 &#8211; Inspir\u00e9 de Chanel N\u00b05 \ud83c\udf38 Le Parfum de l&rsquo;\u00c9l\u00e9gance Intemporelle \ud83c\udf1f Pourquoi tu vas kiffer ? L&rsquo;accessoire de mode chic, accessible et versatile. Ce parfum annonce ton arriv\u00e9e avec classe ! Cette fragrance d&rsquo;exception incarne l&rsquo;\u00e9l\u00e9gance parisienne dans un flacon accessible \u00e0 toutes les femmes qui r\u00eavent de sophistication sans se...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/benebr-selfcare.com\/index.php\/parfum-olfazeta-n024\/\" \/>\n<meta property=\"og:site_name\" content=\"Benebr Self Care\" \/>\n<meta property=\"article:modified_time\" content=\"2025-08-16T20:08:49+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Dur\u00e9e de lecture estim\u00e9e\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/benebr-selfcare.com\/index.php\/parfum-olfazeta-n024\/\",\"url\":\"https:\/\/benebr-selfcare.com\/index.php\/parfum-olfazeta-n024\/\",\"name\":\"Parfum Olfazeta N\u00b0024 - Inspir\u00e9 de Chanel N\u00b05 - Benebr Self Care\",\"isPartOf\":{\"@id\":\"https:\/\/benebr-selfcare.com\/#website\"},\"datePublished\":\"2025-08-12T19:54:29+00:00\",\"dateModified\":\"2025-08-16T20:08:49+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/benebr-selfcare.com\/index.php\/parfum-olfazeta-n024\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/benebr-selfcare.com\/index.php\/parfum-olfazeta-n024\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/benebr-selfcare.com\/index.php\/parfum-olfazeta-n024\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\/\/benebr-selfcare.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Parfum Olfazeta N\u00b0024 &#8211; Inspir\u00e9 de Chanel N\u00b05\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/benebr-selfcare.com\/#website\",\"url\":\"https:\/\/benebr-selfcare.com\/\",\"name\":\"Benebr Self Care\",\"description\":\"B\u00e9n\u00e9dicte - Consultante Ind\u00e9pendante Chogan\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/benebr-selfcare.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-FR\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Parfum Olfazeta N\u00b0024 - Inspir\u00e9 de Chanel N\u00b05 - Benebr Self Care","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/benebr-selfcare.com\/index.php\/parfum-olfazeta-n024\/","og_locale":"fr_FR","og_type":"article","og_title":"Parfum Olfazeta N\u00b0024 - Inspir\u00e9 de Chanel N\u00b05 - Benebr Self Care","og_description":"Parfum Olfazeta N\u00b0024 &#8211; Inspir\u00e9 de Chanel N\u00b05 \ud83c\udf38 Le Parfum de l&rsquo;\u00c9l\u00e9gance Intemporelle \ud83c\udf1f Pourquoi tu vas kiffer ? L&rsquo;accessoire de mode chic, accessible et versatile. Ce parfum annonce ton arriv\u00e9e avec classe ! Cette fragrance d&rsquo;exception incarne l&rsquo;\u00e9l\u00e9gance parisienne dans un flacon accessible \u00e0 toutes les femmes qui r\u00eavent de sophistication sans se...","og_url":"https:\/\/benebr-selfcare.com\/index.php\/parfum-olfazeta-n024\/","og_site_name":"Benebr Self Care","article_modified_time":"2025-08-16T20:08:49+00:00","twitter_card":"summary_large_image","twitter_misc":{"Dur\u00e9e de lecture estim\u00e9e":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/benebr-selfcare.com\/index.php\/parfum-olfazeta-n024\/","url":"https:\/\/benebr-selfcare.com\/index.php\/parfum-olfazeta-n024\/","name":"Parfum Olfazeta N\u00b0024 - Inspir\u00e9 de Chanel N\u00b05 - Benebr Self Care","isPartOf":{"@id":"https:\/\/benebr-selfcare.com\/#website"},"datePublished":"2025-08-12T19:54:29+00:00","dateModified":"2025-08-16T20:08:49+00:00","breadcrumb":{"@id":"https:\/\/benebr-selfcare.com\/index.php\/parfum-olfazeta-n024\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/benebr-selfcare.com\/index.php\/parfum-olfazeta-n024\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/benebr-selfcare.com\/index.php\/parfum-olfazeta-n024\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/benebr-selfcare.com\/"},{"@type":"ListItem","position":2,"name":"Parfum Olfazeta N\u00b0024 &#8211; Inspir\u00e9 de Chanel N\u00b05"}]},{"@type":"WebSite","@id":"https:\/\/benebr-selfcare.com\/#website","url":"https:\/\/benebr-selfcare.com\/","name":"Benebr Self Care","description":"B\u00e9n\u00e9dicte - Consultante Ind\u00e9pendante Chogan","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/benebr-selfcare.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-FR"}]}},"_links":{"self":[{"href":"https:\/\/benebr-selfcare.com\/index.php\/wp-json\/wp\/v2\/pages\/128","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/benebr-selfcare.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/benebr-selfcare.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/benebr-selfcare.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/benebr-selfcare.com\/index.php\/wp-json\/wp\/v2\/comments?post=128"}],"version-history":[{"count":17,"href":"https:\/\/benebr-selfcare.com\/index.php\/wp-json\/wp\/v2\/pages\/128\/revisions"}],"predecessor-version":[{"id":288,"href":"https:\/\/benebr-selfcare.com\/index.php\/wp-json\/wp\/v2\/pages\/128\/revisions\/288"}],"wp:attachment":[{"href":"https:\/\/benebr-selfcare.com\/index.php\/wp-json\/wp\/v2\/media?parent=128"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}