{"id":809,"date":"2026-08-06T14:37:06","date_gmt":"2026-08-06T14:37:06","guid":{"rendered":"https:\/\/liyani.fr\/?page_id=809"},"modified":"2026-09-02T14:10:11","modified_gmt":"2026-09-02T14:10:11","slug":"beaute-du-regard-2","status":"publish","type":"page","link":"https:\/\/liyani.fr\/?page_id=809","title":{"rendered":"Beaut\u00e9 du regard"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"809\" class=\"elementor elementor-809\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ace0630 e-flex e-con-boxed e-con e-parent\" data-id=\"ace0630\" 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-1c2c339 elementor-widget elementor-widget-html\" data-id=\"1c2c339\" 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  \"priceRange\": \"45\u20ac - 450\u20ac\",\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  }\n\n  .liyani-catalog-page strong {\n    color: var(--color-brand);\n    font-weight: 600;\n  }\n\n  \/* EN-T\u00caTE PRINCIPAL DE LA PAGE *\/\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  \/* SECTIONS DE CATEGORIES *\/\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  .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  .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  <!-- EN-T\u00caTE DE LA PAGE CATALOGUE -->\n  <header class=\"catalog-header\">\n    <h1>Beaut\u00e9 du regard\n  <\/header>\n\n  <!-- SECTION : BEAUT\u00c9 DU REGARD -->\n  <section class=\"category-section\">\n    <div class=\"services-grid\">\n      \n      <!-- 1. MICROBLADING & MICROSHADING -->\n      <article class=\"service-card\">\n        <div class=\"service-image-wrapper\">\n          <a href=\"https:\/\/liyani.fr\/?page_id=59\"><img decoding=\"async\" src=\"https:\/\/i.imgur.com\/iCFUl69.jpg\" alt=\"Microblading et Microshading\"><\/a>\n        <\/div>\n        <div class=\"service-content\">\n          <div>\n            <h3>Microblading & Microshading<\/h3>\n            <span class=\"service-tagline\">Restructuration Sourcils &bull; Microblading &amp; Microshading<\/span>\n            <p class=\"service-desc\">\n              Soin combinant la pr\u00e9cision du trac\u00e9 poil \u00e0 poil (Microblading) \u00e0 la douceur du poudr\u00e9 d'ombrage (Microshading) pour des sourcils parfaitement dessin\u00e9s, densifi\u00e9s et naturels.\n            <\/p>\n          <\/div>\n        <\/div>\n      <\/article>\n\n      <!-- 2. REHAUSSEMENT DE CILS -->\n      <article class=\"service-card\">\n        <div class=\"service-image-wrapper\">\n          <a href=\"https:\/\/liyani.fr\/?page_id=58\"><img decoding=\"async\" src=\"https:\/\/i.imgur.com\/qU04Wyw.jpg\" alt=\"Rehaussement de cils\"><\/a>\n        <\/div>\n        <div class=\"service-content\">\n          <div>\n            <h3>R\u00e9haussement de cils<\/h3>\n            <span class=\"service-tagline\">Lash Lift &bull; Courbure &amp; Soin \u00e0 la K\u00e9ratine<\/span>\n            <p class=\"service-desc\">\n              Traitement recourbant les cils naturels depuis leur base pour ouvrir intens\u00e9ment le regard. Souvent associ\u00e9 \u00e0 une teinture et un soin nutritif pour un effet mascara naturel durant plusieurs semaines.\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>Beaut\u00e9 du regard Microblading &#038; Microshading Restructuration Sourcils &bull; Microblading &amp; Microshading Soin combinant la pr\u00e9cision du trac\u00e9 poil \u00e0 [&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":"","_monsterinsights_skip_tracking":false,"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-809","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>Beaut\u00e9 du regard<\/title>\n<meta name=\"description\" content=\"Sublimer votre beaut\u00e9 du regard chez Liyani Institut : Microblading, Microshading et Rehaussement de cils sur-mesure pour un effet waouh.\" \/>\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\/?page_id=809\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Beaut\u00e9 du regard\" \/>\n<meta property=\"og:description\" content=\"Sublimer votre beaut\u00e9 du regard chez Liyani Institut : Microblading, Microshading et Rehaussement de cils sur-mesure pour un effet waouh.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/liyani.fr\/?page_id=809\" \/>\n<meta property=\"article:modified_time\" content=\"2026-09-02T14:10:11+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/i.imgur.com\/iCFUl69.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=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/liyani.fr\\\/?page_id=809\",\"url\":\"https:\\\/\\\/liyani.fr\\\/?page_id=809\",\"name\":\"Beaut\u00e9 du regard\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/liyani.fr\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/liyani.fr\\\/?page_id=809#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/liyani.fr\\\/?page_id=809#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/i.imgur.com\\\/iCFUl69.jpg\",\"datePublished\":\"2026-08-06T14:37:06+00:00\",\"dateModified\":\"2026-09-02T14:10:11+00:00\",\"description\":\"Sublimer votre beaut\u00e9 du regard chez Liyani Institut : Microblading, Microshading et Rehaussement de cils sur-mesure pour un effet waouh.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/liyani.fr\\\/?page_id=809#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/liyani.fr\\\/?page_id=809\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\\\/\\\/liyani.fr\\\/?page_id=809#primaryimage\",\"url\":\"https:\\\/\\\/i.imgur.com\\\/iCFUl69.jpg\",\"contentUrl\":\"https:\\\/\\\/i.imgur.com\\\/iCFUl69.jpg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/liyani.fr\\\/?page_id=809#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\\\/\\\/liyani.fr\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Beaut\u00e9 du regard\"}]},{\"@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":"Beaut\u00e9 du regard","description":"Sublimer votre beaut\u00e9 du regard chez Liyani Institut : Microblading, Microshading et Rehaussement de cils sur-mesure pour un effet waouh.","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\/?page_id=809","og_locale":"fr_FR","og_type":"article","og_title":"Beaut\u00e9 du regard","og_description":"Sublimer votre beaut\u00e9 du regard chez Liyani Institut : Microblading, Microshading et Rehaussement de cils sur-mesure pour un effet waouh.","og_url":"https:\/\/liyani.fr\/?page_id=809","article_modified_time":"2026-09-02T14:10:11+00:00","og_image":[{"url":"https:\/\/i.imgur.com\/iCFUl69.jpg","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Dur\u00e9e de lecture estim\u00e9e":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/liyani.fr\/?page_id=809","url":"https:\/\/liyani.fr\/?page_id=809","name":"Beaut\u00e9 du regard","isPartOf":{"@id":"https:\/\/liyani.fr\/#website"},"primaryImageOfPage":{"@id":"https:\/\/liyani.fr\/?page_id=809#primaryimage"},"image":{"@id":"https:\/\/liyani.fr\/?page_id=809#primaryimage"},"thumbnailUrl":"https:\/\/i.imgur.com\/iCFUl69.jpg","datePublished":"2026-08-06T14:37:06+00:00","dateModified":"2026-09-02T14:10:11+00:00","description":"Sublimer votre beaut\u00e9 du regard chez Liyani Institut : Microblading, Microshading et Rehaussement de cils sur-mesure pour un effet waouh.","breadcrumb":{"@id":"https:\/\/liyani.fr\/?page_id=809#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/liyani.fr\/?page_id=809"]}]},{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/liyani.fr\/?page_id=809#primaryimage","url":"https:\/\/i.imgur.com\/iCFUl69.jpg","contentUrl":"https:\/\/i.imgur.com\/iCFUl69.jpg"},{"@type":"BreadcrumbList","@id":"https:\/\/liyani.fr\/?page_id=809#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/liyani.fr\/"},{"@type":"ListItem","position":2,"name":"Beaut\u00e9 du regard"}]},{"@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\/?author=1"},"uagb_comment_info":0,"uagb_excerpt":"Beaut\u00e9 du regard Microblading &#038; Microshading Restructuration Sourcils &bull; Microblading &amp; Microshading Soin combinant la pr\u00e9cision du trac\u00e9 poil \u00e0 [&hellip;]","_links":{"self":[{"href":"https:\/\/liyani.fr\/index.php?rest_route=\/wp\/v2\/pages\/809","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/liyani.fr\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/liyani.fr\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/liyani.fr\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/liyani.fr\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=809"}],"version-history":[{"count":13,"href":"https:\/\/liyani.fr\/index.php?rest_route=\/wp\/v2\/pages\/809\/revisions"}],"predecessor-version":[{"id":864,"href":"https:\/\/liyani.fr\/index.php?rest_route=\/wp\/v2\/pages\/809\/revisions\/864"}],"wp:attachment":[{"href":"https:\/\/liyani.fr\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=809"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}