{"id":11,"date":"2026-07-25T12:34:35","date_gmt":"2026-07-25T12:34:35","guid":{"rendered":"https:\/\/liyani.fr\/?page_id=11"},"modified":"2026-08-02T13:46:20","modified_gmt":"2026-08-02T13:46:20","slug":"beaute-du-regard","status":"publish","type":"page","link":"https:\/\/liyani.fr\/index.php\/beaute-du-regard\/","title":{"rendered":"Soin visage"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"11\" class=\"elementor elementor-11\">\n\t\t\t\t<div class=\"elementor-element elementor-element-dcf8f09 e-flex e-con-boxed e-con e-parent\" data-id=\"dcf8f09\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-35ab4ae elementor-widget elementor-widget-html\" data-id=\"35ab4ae\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- IMPORTS TYPOGRAPHIES (Google Fonts) -->\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\">\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Alex+Brush&family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,400;1,600&display=swap\" rel=\"stylesheet\">\n\n<!-- DONN\u00c9ES STRUCTUR\u00c9ES SEO (Schema.org) -->\n<script type=\"application\/ld+json\">\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"BeautySalon\",\n  \"name\": \"Liyani Institut\",\n  \"url\": \"https:\/\/liyani.fr\/\",\n  \"address\": {\n    \"@type\": \"PostalAddress\",\n    \"addressLocality\": \"Wattignies\",\n    \"postalCode\": \"59139\",\n    \"addressCountry\": \"FR\"\n  }\n}\n<\/script>\n\n<style>\n  :root {\n    --color-brand: #4a2e2b;\n    --color-brand-light: #8d5b54;\n    --color-text: #5c3833;\n    --color-dark: #17120e;\n    --bg-main: #ffffff;\n    --bg-subtle: #fcfbfa;\n    --bg-card: #fdfbf9;\n    --font-heading: 'Alex Brush', cursive;\n    --font-body: 'Cormorant Garamond', serif;\n  }\n\n  \/* RESET & STRUCTURE GLOBALE *\/\n  .liyani-catalog-page {\n    font-family: var(--font-body);\n    color: var(--color-text);\n    line-height: 1.6;\n    background-color: var(--bg-main);\n    font-size: 1.15rem;\n    width: 100vw !important;\n    position: relative !important;\n    left: 50% !important;\n    right: 50% !important;\n    margin-left: -50vw !important;\n    margin-right: -50vw !important;\n    overflow-x: hidden;\n    box-sizing: border-box;\n  }\n\n  .liyani-catalog-page h1, \n  .liyani-catalog-page h2, \n  .liyani-catalog-page h3,\n  .liyani-catalog-page h4 {\n    font-family: var(--font-heading);\n    color: var(--color-brand);\n    font-weight: 400;\n    margin-top: 0;\n    line-height: 1.15;\n    text-decoration: none !important;\n  }\n\n  .liyani-catalog-page strong {\n    color: var(--color-brand);\n    font-weight: 600;\n  }\n\n  \/* EN-T\u00caTE PRINCIPAL *\/\n  .catalog-header {\n    text-align: center;\n    padding: 2cm 20px 1cm;\n    max-width: 900px;\n    margin: 0 auto;\n  }\n\n  .catalog-header h1 {\n    font-size: 4.2rem;\n    margin-bottom: 15px;\n  }\n\n  \/* SECTION PRINCIPALE *\/\n  .category-section {\n    max-width: 1200px;\n    margin: 0 auto 2.5cm;\n    padding: 0 20px;\n  }\n\n  \/* GRILLE DES PRESTATIONS (2 COLONNES) *\/\n  .services-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 35px;\n  }\n\n  \/* CARTE INDIVIDUELLE DE PRESTATION *\/\n  .service-card {\n    background-color: var(--bg-card);\n    border: 1px solid rgba(74, 46, 43, 0.08);\n    border-radius: 8px;\n    overflow: hidden;\n    box-shadow: 0 10px 25px rgba(74, 46, 43, 0.03);\n    display: flex;\n    flex-direction: column;\n    justify-content: space-between;\n    transition: transform 0.3s ease, box-shadow 0.3s ease;\n  }\n\n  .service-card:hover {\n    transform: translateY(-4px);\n    box-shadow: 0 15px 35px rgba(74, 46, 43, 0.08);\n  }\n\n  .service-image-wrapper {\n    width: 100%;\n    height: 260px;\n    overflow: hidden;\n    position: relative;\n  }\n\n  .service-image-wrapper img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    transition: transform 0.5s ease;\n  }\n\n  .cleangirl-img-wrapper img {\n    object-position: center 60%;\n  }\n\n  .service-card:hover .service-image-wrapper img {\n    transform: scale(1.03);\n  }\n\n  .service-content {\n    padding: 25px;\n    display: flex;\n    flex-direction: column;\n    flex-grow: 1;\n    justify-content: space-between;\n  }\n\n  .service-content h3 {\n    font-size: 2.6rem;\n    margin-bottom: 5px;\n  }\n\n  \/* SUPPRESSION DU SOULIGNEMENT SUR LES LIENS DES TITRES *\/\n  .service-content h3 a {\n    color: var(--color-brand);\n    text-decoration: none !important;\n    transition: color 0.3s ease;\n  }\n\n  .service-content h3 a:hover {\n    color: var(--color-brand-light);\n    text-decoration: none !important;\n  }\n\n  .service-tagline {\n    font-family: var(--font-body);\n    font-size: 1.1rem;\n    font-weight: 600;\n    color: var(--color-brand-light);\n    margin-bottom: 12px;\n    display: block;\n  }\n\n  .service-desc {\n    font-size: 1.1rem;\n    line-height: 1.6;\n    margin-bottom: 0;\n  }\n\n  \/* RESPONSIVE DESIGN *\/\n  @media (max-width: 992px) {\n    .services-grid {\n      grid-template-columns: 1fr;\n    }\n    .catalog-header h1 {\n      font-size: 3.2rem;\n    }\n  }\n<\/style>\n\n<div class=\"liyani-catalog-page\" itemscope itemtype=\"https:\/\/schema.org\/BeautySalon\">\n\n  <!-- ================================================== -->\n  <!-- EN-T\u00caTE DE LA PAGE CATALOGUE                       -->\n  <!-- ================================================== -->\n  <header class=\"catalog-header\">\n    <h1>Soin visage<\/h1>\n  <\/header>\n\n  <!-- ================================================== -->\n  <!-- SECTION SOINS SELECTIONNES                         -->\n  <!-- ================================================== -->\n  <section class=\"category-section\">\n\n    <div class=\"services-grid\">\n      \n      <!-- 1. HYDRAFACIAL SKIN -->\n      <article class=\"service-card\">\n        <div class=\"service-image-wrapper\">\n          <a href=\"https:\/\/liyani.fr\/index.php\/hydrafacial-skin\/\"><img decoding=\"async\" src=\"https:\/\/i.imgur.com\/K1jMIVn.jpg\" alt=\"Hydrafacial Skin\"><\/a>\n        <\/div>\n        <div class=\"service-content\">\n          <div>\n            <h3><a href=\"https:\/\/liyani.fr\/index.php\/hydrafacial-skin\/\">Hydrafacial Skin<\/a><\/h3>\n            <span class=\"service-tagline\">Nettoyage Profond &bull; Hydro-Dermabrasion<\/span>\n            <p class=\"service-desc\">\n              Protocole complet d'aspiration des com\u00e9dons, d'exfoliation douce par vortex et d'infusion de s\u00e9rums hydratants pour lib\u00e9rer les pores et lisser instantan\u00e9ment le grain de peau.\n            <\/p>\n          <\/div>\n        <\/div>\n      <\/article>\n\n      <!-- 2. HYDRANEEDLING -->\n      <article class=\"service-card\">\n        <div class=\"service-image-wrapper\">\n          <a href=\"https:\/\/liyani.fr\/index.php\/hydraneedling\/\"><img decoding=\"async\" src=\"https:\/\/i.imgur.com\/WgBUALT.jpg\" alt=\"HydraNeedling\"><\/a>\n        <\/div>\n        <div class=\"service-content\">\n          <div>\n            <h3><a href=\"https:\/\/liyani.fr\/index.php\/hydraneedling\/\">HydraNeedling<\/a><\/h3>\n            <span class=\"service-tagline\">Combo Signature &bull; Purification &amp; Collag\u00e8ne<\/span>\n            <p class=\"service-desc\">\n              La synergie ultime r\u00e9unissant l'aspiration purifiante de l'HydraSkin et la r\u00e9g\u00e9n\u00e9ration intense du Microneedling avec luminoth\u00e9rapie LED rouge pour une peau repulp\u00e9e et lumineuse.\n            <\/p>\n          <\/div>\n        <\/div>\n      <\/article>\n\n      <!-- 3. MICRONEEDLING -->\n      <article class=\"service-card\">\n        <div class=\"service-image-wrapper\">\n          <a href=\"https:\/\/liyani.fr\/index.php\/microneedling\/\"><img decoding=\"async\" src=\"https:\/\/i.imgur.com\/zbsXA72.jpg\" alt=\"Microneedling\"><\/a>\n        <\/div>\n        <div class=\"service-content\">\n          <div>\n            <h3><a href=\"https:\/\/liyani.fr\/index.php\/microneedling\/\">Microneedling<\/a><\/h3>\n            <span class=\"service-tagline\">R\u00e9g\u00e9n\u00e9ration Cellulaire &amp; S\u00e9rums Actifs<\/span>\n            <p class=\"service-desc\">\n              Stimulation m\u00e9canique relan\u00e7ant la synth\u00e8se naturelle de collag\u00e8ne. Id\u00e9al pour estomper les rides, affiner les pores dilat\u00e9s et effacer progressivement les cicatrices d'acn\u00e9.\n            <\/p>\n          <\/div>\n        <\/div>\n      <\/article>\n\n      <!-- 4. CARBON PEEL -->\n      <article class=\"service-card\">\n        <div class=\"service-image-wrapper\">\n          <a href=\"https:\/\/liyani.fr\/index.php\/carbonpeel\/\"><img decoding=\"async\" src=\"https:\/\/i.imgur.com\/CbvEc6b.jpg\" alt=\"Carbon Peel\"><\/a>\n        <\/div>\n        <div class=\"service-content\">\n          <div>\n            <h3><a href=\"https:\/\/liyani.fr\/index.php\/carbonpeel\/\">Carbon Peel<\/a><\/h3>\n            <span class=\"service-tagline\">Laser Doux &bull; Hollywood Peel<\/span>\n            <p class=\"service-desc\">\n              Soin nettoyant et purifiant associant un masque au charbon actif au balayage d'un laser doux. Il resserre les pores, \u00e9limine l'exc\u00e8s de s\u00e9bum et ravive l'\u00e9clat du teint sans \u00e9viction sociale.\n            <\/p>\n          <\/div>\n        <\/div>\n      <\/article>\n\n      <!-- 5. SOIN CLEAN GIRL -->\n      <article class=\"service-card\">\n        <div class=\"service-image-wrapper cleangirl-img-wrapper\">\n          <a href=\"https:\/\/liyani.fr\/index.php\/soin-clean-girl\/\"><img decoding=\"async\" src=\"https:\/\/i.imgur.com\/8vzJS9D.jpg\" alt=\"Soin Clean Girl\"><\/a>\n        <\/div>\n        <div class=\"service-content\">\n          <div>\n            <h3><a href=\"https:\/\/liyani.fr\/index.php\/soin-clean-girl\/\">Soin Clean Girl<\/a><\/h3>\n            <span class=\"service-tagline\">Rituel Doux &bull; Peaux Jeunes &amp; Ados<\/span>\n            <p class=\"service-desc\">\n              Soin sp\u00e9cialement \u00e9labor\u00e9 pour les adolescentes afin de purifier l'\u00e9piderme en douceur, r\u00e9guler l'exc\u00e8s de s\u00e9bum et apprendre \u00e0 adopter une bonne routine cutan\u00e9e au quotidien.\n            <\/p>\n          <\/div>\n        <\/div>\n      <\/article>\n\n    <\/div>\n  <\/section>\n\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Soin visage Hydrafacial Skin Nettoyage Profond &bull; Hydro-Dermabrasion Protocole complet d&rsquo;aspiration des com\u00e9dons, d&rsquo;exfoliation douce par vortex et d&rsquo;infusion de [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_uag_custom_page_level_css":"","site-sidebar-layout":"no-sidebar","site-content-layout":"","ast-site-content-layout":"full-width-container","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-11","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Soin visage - Hydratation, purification et jeunesse de la peau<\/title>\n<meta name=\"description\" content=\"D\u00e9couvrez nos soins du visage experts chez Liyani Institut Lille. Traitements sur-mesure pour une peau nette, hydrat\u00e9e et \u00e9clatante.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/liyani.fr\/index.php\/beaute-du-regard\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Soin visage - Hydratation, purification et jeunesse de la peau\" \/>\n<meta property=\"og:description\" content=\"D\u00e9couvrez nos soins du visage experts chez Liyani Institut Lille. Traitements sur-mesure pour une peau nette, hydrat\u00e9e et \u00e9clatante.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/liyani.fr\/index.php\/beaute-du-regard\/\" \/>\n<meta property=\"article:modified_time\" content=\"2026-08-02T13:46:20+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/i.imgur.com\/K1jMIVn.jpg\" \/>\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:\\\/\\\/liyani.fr\\\/index.php\\\/beaute-du-regard\\\/\",\"url\":\"https:\\\/\\\/liyani.fr\\\/index.php\\\/beaute-du-regard\\\/\",\"name\":\"Soin visage - Hydratation, purification et jeunesse de la peau\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/liyani.fr\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/liyani.fr\\\/index.php\\\/beaute-du-regard\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/liyani.fr\\\/index.php\\\/beaute-du-regard\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/i.imgur.com\\\/K1jMIVn.jpg\",\"datePublished\":\"2026-07-25T12:34:35+00:00\",\"dateModified\":\"2026-08-02T13:46:20+00:00\",\"description\":\"D\u00e9couvrez nos soins du visage experts chez Liyani Institut Lille. Traitements sur-mesure pour une peau nette, hydrat\u00e9e et \u00e9clatante.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/liyani.fr\\\/index.php\\\/beaute-du-regard\\\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/liyani.fr\\\/index.php\\\/beaute-du-regard\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\\\/\\\/liyani.fr\\\/index.php\\\/beaute-du-regard\\\/#primaryimage\",\"url\":\"https:\\\/\\\/i.imgur.com\\\/K1jMIVn.jpg\",\"contentUrl\":\"https:\\\/\\\/i.imgur.com\\\/K1jMIVn.jpg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/liyani.fr\\\/index.php\\\/beaute-du-regard\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\\\/\\\/liyani.fr\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Soin visage\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/liyani.fr\\\/#website\",\"url\":\"https:\\\/\\\/liyani.fr\\\/\",\"name\":\"\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/liyani.fr\\\/?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":"Soin visage - Hydratation, purification et jeunesse de la peau","description":"D\u00e9couvrez nos soins du visage experts chez Liyani Institut Lille. Traitements sur-mesure pour une peau nette, hydrat\u00e9e et \u00e9clatante.","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:\/\/liyani.fr\/index.php\/beaute-du-regard\/","og_locale":"fr_FR","og_type":"article","og_title":"Soin visage - Hydratation, purification et jeunesse de la peau","og_description":"D\u00e9couvrez nos soins du visage experts chez Liyani Institut Lille. Traitements sur-mesure pour une peau nette, hydrat\u00e9e et \u00e9clatante.","og_url":"https:\/\/liyani.fr\/index.php\/beaute-du-regard\/","article_modified_time":"2026-08-02T13:46:20+00:00","og_image":[{"url":"https:\/\/i.imgur.com\/K1jMIVn.jpg","type":"","width":"","height":""}],"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:\/\/liyani.fr\/index.php\/beaute-du-regard\/","url":"https:\/\/liyani.fr\/index.php\/beaute-du-regard\/","name":"Soin visage - Hydratation, purification et jeunesse de la peau","isPartOf":{"@id":"https:\/\/liyani.fr\/#website"},"primaryImageOfPage":{"@id":"https:\/\/liyani.fr\/index.php\/beaute-du-regard\/#primaryimage"},"image":{"@id":"https:\/\/liyani.fr\/index.php\/beaute-du-regard\/#primaryimage"},"thumbnailUrl":"https:\/\/i.imgur.com\/K1jMIVn.jpg","datePublished":"2026-07-25T12:34:35+00:00","dateModified":"2026-08-02T13:46:20+00:00","description":"D\u00e9couvrez nos soins du visage experts chez Liyani Institut Lille. Traitements sur-mesure pour une peau nette, hydrat\u00e9e et \u00e9clatante.","breadcrumb":{"@id":"https:\/\/liyani.fr\/index.php\/beaute-du-regard\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/liyani.fr\/index.php\/beaute-du-regard\/"]}]},{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/liyani.fr\/index.php\/beaute-du-regard\/#primaryimage","url":"https:\/\/i.imgur.com\/K1jMIVn.jpg","contentUrl":"https:\/\/i.imgur.com\/K1jMIVn.jpg"},{"@type":"BreadcrumbList","@id":"https:\/\/liyani.fr\/index.php\/beaute-du-regard\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/liyani.fr\/"},{"@type":"ListItem","position":2,"name":"Soin visage"}]},{"@type":"WebSite","@id":"https:\/\/liyani.fr\/#website","url":"https:\/\/liyani.fr\/","name":"","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/liyani.fr\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-FR"}]}},"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false},"uagb_author_info":{"display_name":"admin5858","author_link":"https:\/\/liyani.fr\/index.php\/author\/admin5858\/"},"uagb_comment_info":0,"uagb_excerpt":"Soin visage Hydrafacial Skin Nettoyage Profond &bull; Hydro-Dermabrasion Protocole complet d&rsquo;aspiration des com\u00e9dons, d&rsquo;exfoliation douce par vortex et d&rsquo;infusion de [&hellip;]","_links":{"self":[{"href":"https:\/\/liyani.fr\/index.php\/wp-json\/wp\/v2\/pages\/11","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/liyani.fr\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/liyani.fr\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/liyani.fr\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/liyani.fr\/index.php\/wp-json\/wp\/v2\/comments?post=11"}],"version-history":[{"count":8,"href":"https:\/\/liyani.fr\/index.php\/wp-json\/wp\/v2\/pages\/11\/revisions"}],"predecessor-version":[{"id":618,"href":"https:\/\/liyani.fr\/index.php\/wp-json\/wp\/v2\/pages\/11\/revisions\/618"}],"wp:attachment":[{"href":"https:\/\/liyani.fr\/index.php\/wp-json\/wp\/v2\/media?parent=11"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}