{"id":15,"date":"2026-07-25T12:35:52","date_gmt":"2026-07-25T12:35:52","guid":{"rendered":"https:\/\/liyani.fr\/?page_id=15"},"modified":"2026-07-30T11:01:26","modified_gmt":"2026-07-30T11:01:26","slug":"a-propos-de-nous-liyani","status":"publish","type":"page","link":"https:\/\/liyani.fr\/index.php\/a-propos-de-nous-liyani\/","title":{"rendered":"\u00c0 propos de nous"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"15\" class=\"elementor elementor-15\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6afe841 e-flex e-con-boxed e-con e-parent\" data-id=\"6afe841\" 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-a1f4feb elementor-widget elementor-widget-html\" data-id=\"a1f4feb\" 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,200;0,300;0,400;0,600;1,400;1,600&display=swap\" rel=\"stylesheet\">\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: #f8f5f2;\n    --font-heading: 'Alex Brush', cursive;\n    --font-body: 'Cormorant Garamond', serif;\n  }\n\n  \/* STYLES DES MOTS-CL\u00c9S SEO *\/\n  .liyani-about-page strong {\n    color: var(--color-brand);\n    font-weight: 600;\n  }\n\n  \/* RESET & PLEINE LARGEUR *\/\n  .liyani-about-page {\n    font-family: var(--font-body);\n    color: var(--color-text);\n    line-height: 1.2;\n    background-color: var(--bg-main);\n    font-size: 1.2rem;\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-about-page h1, \n  .liyani-about-page h2, \n  .liyani-about-page h3 {\n    font-family: var(--font-heading);\n    color: var(--color-brand);\n    font-weight: 400;\n    margin-top: 0;\n    line-height: 1.2;\n  }\n\n  \/* HERO ABOUT SECTION (Baiss\u00e9 de 3cm) *\/\n  .about-hero {\n    text-align: center;\n    padding-top: 1cm;\n    margin-top: 0cm; \/* Rabaiss\u00e9 de 3cm *\/\n  }\n\n  .about-hero h1 {\n    font-size: 3.4rem;\n    margin-top: 0;\n    margin-bottom: 10px;\n  }\n\n  .about-hero p.subtitle {\n    font-size: 1.4rem;\n    font-style: italic;\n    max-width: 700px;\n    margin: 0 auto;\n    color: var(--color-brand);\n  }\n\n  \/* SECTION PRINCIPALE : FONDATRICE *\/\n  .story-section {\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 60px 20px 80px;\n    display: grid;\n    grid-template-columns: 1fr 1.1fr;\n    gap: 60px;\n    align-items: center;\n  }\n\n  .story-image-container {\n    position: relative;\n  }\n\n  .story-image {\n    width: 100%;\n    height: 600px;\n    object-fit: cover;\n    border-radius: 8px;\n    box-shadow: 0 20px 40px rgba(74, 46, 43, 0.08);\n  }\n\n  .badge-chemiste {\n    position: absolute;\n    bottom: -20px;\n    right: -20px;\n    background-color: var(--color-brand);\n    color: #ffffff;\n    padding: 20px 25px;\n    border-radius: 6px;\n    font-size: 1rem;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n    box-shadow: 0 10px 20px rgba(0,0,0,0.15);\n  }\n\n  .badge-chemiste span {\n    display: block;\n    font-size: 1.4rem;\n    font-weight: 600;\n    font-family: var(--font-body);\n  }\n\n  .story-content h2 {\n    font-size: 3.8rem;\n    margin-bottom: 20px;\n  }\n\n  .story-content p {\n    margin-bottom: 20px;\n    font-size: 1.25rem;\n  }\n\n  .highlight-box {\n    border-left: 3px solid var(--color-brand);\n    padding-left: 20px;\n    margin: 30px 0;\n    font-style: italic;\n    color: var(--color-brand);\n  }\n\n  \/* CARTS INTERACTIVES \/ PILIERS *\/\n  .pillars-section {\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 60px 20px 90px;\n  }\n\n  .pillars-title {\n    text-align: center;\n    font-size: 3.5rem;\n    margin-bottom: 50px;\n  }\n\n  .pillars-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 30px;\n  }\n\n  .pillar-card {\n    background-color: var(--bg-card);\n    padding: 40px 30px;\n    border-radius: 8px;\n    border: 1px solid rgba(74, 46, 43, 0.08);\n    transition: all 0.4s ease;\n    cursor: pointer;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .pillar-card:hover {\n    transform: translateY(-8px);\n    box-shadow: 0 15px 30px rgba(74, 46, 43, 0.1);\n    background-color: #ffffff;\n    border-color: var(--color-brand-light);\n  }\n\n  .pillar-number {\n    font-family: var(--font-heading);\n    font-size: 3.5rem;\n    color: var(--color-brand-light);\n    opacity: 0.5;\n    margin-bottom: 10px;\n  }\n\n  .pillar-card h3 {\n    font-size: 2.2rem;\n    margin-bottom: 15px;\n  }\n\n  .pillar-card p {\n    font-size: 1.15rem;\n    color: var(--color-text);\n  }\n\n  \/* RECOMPENSES \/ EMOTIONS SECTION *\/\n  .rewards-section {\n    max-width: 1000px;\n    margin: 0 auto;\n    padding: 90px 20px;\n    text-align: center;\n  }\n\n  .rewards-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 25px;\n    margin-top: 40px;\n  }\n\n  .reward-item {\n    padding: 30px;\n    background-color: var(--bg-subtle);\n    border-radius: 6px;\n    font-style: italic;\n    border: 1px dashed var(--color-brand-light);\n  }\n\n  \/* CALL TO ACTION *\/\n  .about-cta {\n    background-color: var(--color-brand);\n    color: #ffffff;\n    text-align: center;\n    padding: 80px 20px;\n  }\n\n  .about-cta h2 {\n    color: #ffffff;\n    font-size: 3.8rem;\n    margin-bottom: 15px;\n  }\n\n  .about-cta p {\n    font-size: 1.3rem;\n    margin-bottom: 30px;\n    opacity: 0.9;\n  }\n\n  .btn-about {\n    display: inline-block;\n    background-color: var(--bg-main);\n    color: var(--color-brand) !important;\n    padding: 16px 45px;\n    border-radius: 4px;\n    text-decoration: none;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    font-size: 0.95rem;\n    transition: all 0.3s ease;\n  }\n\n  .btn-about:hover {\n    background-color: var(--color-dark);\n    color: #ffffff !important;\n    transform: translateY(-3px);\n  }\n\n  \/* RESPONSIVE *\/\n  @media (max-width: 992px) {\n    .about-hero {\n      margin-top: 0;\n    }\n    .story-section {\n      grid-template-columns: 1fr;\n      gap: 40px;\n    }\n    .badge-chemiste {\n      right: 10px;\n      bottom: 10px;\n    }\n    .pillars-grid {\n      grid-template-columns: 1fr;\n    }\n    .rewards-grid {\n      grid-template-columns: 1fr;\n    }\n  }\n<\/style>\n\n<div class=\"liyani-about-page\">\n\n  <!-- HERO SECTION -->\n  <section class=\"about-hero\">\n    <h1>\u00c0 propos de Liyani Institut<\/h1>\n  <\/section>\n\n  <!-- HISTOIRE ET FONDATRICE -->\n  <section class=\"story-section\">\n    <div class=\"story-image-container\">\n      <img decoding=\"async\" src=\"https:\/\/i.imgur.com\/oVDDmPR.jpg\" alt=\"Nabila Fondatrice Liyani Institut de beaut\u00e9 et soin du visage\" class=\"story-image\">\n      <div class=\"badge-chemiste\">\n        <span>FONDATRICE<\/span> <center> <\/center>\n      <\/div>\n    <\/div>\n\n    <div class=\"story-content\">\n      <h2>Je suis Nabila<\/h2>\n      <p>Fondatrice de <strong>Liyani Institut<\/strong>, j'ai toujours envisag\u00e9 le <strong>soin de la peau<\/strong> sous un angle unique : l'alliance parfaite entre l'<strong>expertise scientifique<\/strong> et l'empathie humaine.<\/p>\n      \n      <div class=\"highlight-box\">\n        Chimiste de formation (bac+5), j\u2019ai toujours \u00e9t\u00e9 fascin\u00e9e par la peau, sa structure et les m\u00e9canismes biologiques qui permettent de l\u2019am\u00e9liorer durablement.\"\n      <\/div>\n\n      <p>Cette approche rigoureuse guide chacun de nos <strong>protocoles de soins sur-mesure<\/strong>. Je la compl\u00e8te par des formations r\u00e9guli\u00e8res afin de ma\u00eetriser les derni\u00e8res <strong>innovations esth\u00e9tiques<\/strong> et les technologies les plus performantes du march\u00e9.<\/p>\n      <p>Mais au-del\u00e0 des technologies, ce sont les personnes qui donnent tout son sens \u00e0 notre <strong>institut de beaut\u00e9<\/strong>. Je prends le temps d\u2019\u00e9couter pour <strong>r\u00e9v\u00e9ler la beaut\u00e9 naturelle de votre peau<\/strong>, sans jamais la transformer.<\/p>\n    <\/div>\n  <\/section>\n\n  <!-- LES PLUS BELLES R\u00c9COMPENSES -->\n  <section class=\"rewards-section\">\n    <h2 style=\"font-size: 3.5rem;\">Ce qui anime notre passion<\/h2>\n    <p>C'est le plaisir de se sentir bien dans sa peau. Nos plus belles r\u00e9ussites sont vos t\u00e9moignages :<\/p>\n    \n<pre class=\"ti-widget\" style=\"display: none\"><template id=\"trustindex-google-widget-html\"><div class=\" ti-widget  ti-goog ti-review-text-mode-readmore ti-text-align-left\" data-no-translation=\"true\" data-time-locale=\"il y a %d %s|aujourd&apos;hui|jour|jours|semaine|semaines|mois|mois|ann\u00e9e|ans\" data-plugin-version=\"13.3.1\" data-layout-id=\"4\" data-layout-category=\"slider\" data-set-id=\"light-background\" data-pid=\"\" data-language=\"fr\" data-close-locale=\"Fermer\" data-review-target-width=\"300\" data-css-version=\"2\" data-reply-by-locale=\"R\u00e9ponse du propri\u00e9taire\" data-only-rating-locale=\"Cet utilisateur a uniquement laiss\u00e9 une \u00e9valuation.\" data-pager-autoplay-timeout=\"6\"> <div class=\"ti-widget-container ti-col-3\"> <div class=\"ti-reviews-container\"> <div class=\"ti-controls\"> <div class=\"ti-next\" aria-label=\"Avis suivante\" role=\"button\" tabindex=\"0\"><\/div> <div class=\"ti-prev\" aria-label=\"Avis pr\u00e9c\u00e9dent\" role=\"button\" tabindex=\"0\"><\/div> <\/div> <div class=\"ti-reviews-container-wrapper\">  <div data-empty=\"0\" data-time=\"1782172800\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\" data-language=\"\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Publi\u00e9 sur Google<\/span> <trustindex-image data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"Google\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a\/ACg8ocK-47l23xr8rFkxCde0Nn5u27leBP7dQVPb_vMtVCC1utPGPg=w40-h40-c-rp-mo-br100\" alt=\"A\u00efcha IKABLINE profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> A\u00efcha IKABLINE <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 1\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 2\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 3\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 4\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 5\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex v\u00e9rifie que la source originale de l'avis est Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Je suis tr\u00e8s satisfaite de ma prestation. Nabila est une excellente professionnelle qui s'occupe de chaque personne et s'adapte \u00e0 elle tout en donnant son avis avec \u00e9l\u00e9gance et respect. Je la recommande \u00e0 toute personne qui attend du r\u00e9sultat et de la douceur.<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Cacher\" data-open-text=\"Lire la suite\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" data-time=\"1781654400\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\" data-language=\"\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Publi\u00e9 sur Google<\/span> <trustindex-image data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"Google\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a\/ACg8ocIg2UfeFAMv0ZeSQx8UemnCBmVb-h6ZfYfhRpXix8v91y1AdQ=w40-h40-c-rp-mo-br100\" alt=\"Marine MOREEUW profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Marine MOREEUW <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 1\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 2\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 3\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 4\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 5\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex v\u00e9rifie que la source originale de l'avis est Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Praticienne disponible et tr\u00e8s agr\u00e9able ! Je recommande Nabila !<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Cacher\" data-open-text=\"Lire la suite\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" data-time=\"1781395200\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\" data-language=\"\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Publi\u00e9 sur Google<\/span> <trustindex-image data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"Google\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a\/ACg8ocIdZB_acsxIBDqE3XTYcG7op7Mihv0w1o0cLIM15zK7Wa-Oxw=w40-h40-c-rp-mo-br100\" alt=\"Sanah Sanah profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Sanah Sanah <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 1\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 2\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 3\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 4\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 5\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex v\u00e9rifie que la source originale de l'avis est Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Je vous recommande les yeux ferm\u00e9s Nabilla . Professionnelle rassurante et d excellents conseils<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Cacher\" data-open-text=\"Lire la suite\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" data-time=\"1781308800\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\" data-language=\"\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Publi\u00e9 sur Google<\/span> <trustindex-image data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"Google\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a\/ACg8ocL5tnsRixkUzM132GPRWuXSSGYg2k3I1X-S3W-eQs1taoVYyQ=w40-h40-c-rp-mo-br100\" alt=\"Elodie Jacquin profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Elodie Jacquin <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 1\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 2\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 3\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 4\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 5\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex v\u00e9rifie que la source originale de l'avis est Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Prestation au top. Nabila est tr\u00e8s sympa et professionnelle.<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Cacher\" data-open-text=\"Lire la suite\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" data-time=\"1780704000\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\" data-language=\"\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Publi\u00e9 sur Google<\/span> <trustindex-image data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"Google\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a\/ACg8ocLSTDSy_eSbccRrQ15An7jmg335n3_FrfMDs7jAyse6W1YdnQ=w40-h40-c-rp-mo-br100\" alt=\"Florence profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Florence <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 1\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 2\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 3\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 4\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 5\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex v\u00e9rifie que la source originale de l'avis est Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Super exp\u00e9rience avec Nabila qui est tellement gentille et bienveillante. J'\u00e9tais sceptique sur le Hifu, je vois d\u00e9j\u00e0 les r\u00e9sultats. H\u00e2te de faire la 2\u00e8me s\u00e9ance.\nJe recommande +++++<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Cacher\" data-open-text=\"Lire la suite\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" data-time=\"1778457600\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\" data-language=\"\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Publi\u00e9 sur Google<\/span> <trustindex-image data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"Google\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a\/ACg8ocL8zEJi-ky8Wpca1wLGASo0rVGNaa7y2mUyDZjitlzELz4WbQ=w40-h40-c-rp-mo-br100\" alt=\"Betty Preuvot profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Betty Preuvot <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 1\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 2\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 3\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 4\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 5\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex v\u00e9rifie que la source originale de l'avis est Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Un grand merci \u00e0 Nabila pour sa prestation de qualit\u00e9\nUne mise en beaut\u00e9 ( coiffure et maquillage)   telle que je la souhaitais en tant que maman du mari\u00e9\nNabila est tr\u00e8s \u00e0 l' \u00e9coute de nos attentes et sait nous mettre en lumi\u00e8re pour la journ\u00e9e\nJe vous la recommande pleinement<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Cacher\" data-open-text=\"Lire la suite\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" data-time=\"1778457600\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\" data-language=\"\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Publi\u00e9 sur Google<\/span> <trustindex-image data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"Google\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a-\/ALV-UjVIll9UE61cVstNToeqJpHnZPmg956I3FPNeJgUVDd5NTkwJMk=w40-h40-c-rp-mo-ba12-br100\" alt=\"Marinaaa profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Marinaaa <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 1\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 2\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 3\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 4\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 5\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex v\u00e9rifie que la source originale de l'avis est Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Nabila est une maquilleuse exceptionnelle. \u00c0 l'\u00e9coute, elle a su faire le maquillage que je voulais pour mon mariage. Elle r\u00e9pond aux questions et met toute suite a l'aise. Je n'aurais pas trouver mieux \u00e0 Lille qu'elle ! Un professionnel comme on en voit rarement.<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Cacher\" data-open-text=\"Lire la suite\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" data-time=\"1776211200\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\" data-language=\"\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Publi\u00e9 sur Google<\/span> <trustindex-image data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"Google\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a\/ACg8ocJdaKgN5BjcFMzhXsPFW3ctekz0UUFu7duHai8NMF5RAR2_zw=w40-h40-c-rp-mo-br100\" alt=\"Sandrine Verbrugge profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Sandrine Verbrugge <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 1\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 2\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 3\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 4\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 5\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex v\u00e9rifie que la source originale de l'avis est Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Merci pour l\u2019accueil et pour votre prestation .. \ud83d\ude09<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Cacher\" data-open-text=\"Lire la suite\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" data-time=\"1775347200\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\" data-language=\"\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Publi\u00e9 sur Google<\/span> <trustindex-image data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"Google\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a\/ACg8ocKUNWNWsI5EPpI-R6Q7RoOzwU-0nZThDslSLSToEFaVA5B19Q=w40-h40-c-rp-mo-br100\" alt=\"Veronique BONNEZ profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Veronique BONNEZ <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 1\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 2\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 3\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 4\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 5\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex v\u00e9rifie que la source originale de l'avis est Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Je suis all\u00e9e ce jour faire un essai avec Nabilla concernant ma mise en beaut\u00e9 pour mon mariage qui aura lieu au mois de juin.\nD\u00e8s mon arriv\u00e9e \u00e0 l'Institut on ne peut qu'avoir le sentiment d'\u00eatre dans un endroit pro.\nLe local dans lequel Nabilla nous re\u00e7oit est tout simplement nickel propre et vous mets en confiance\nNabilla est une personne exceptionnelle avec qui le dialogue se fait facilement\nElle a r\u00e9ussi \u00e0 me faire sentir jolie voir belle, chose que je n arrive plus a ressentir.\nElle r\u00e9pond \u00e0 chacune de vos questions et de vos attentes et respecte \u00e0 tout niveau votre souhait.\nJe vous la conseille fortement.\nTellement contente de son acceuil, son professionnalisme, que je n'ai pas h\u00e9sit\u00e9 \u00e0 valider ma mise en beaut\u00e9\navec Nabilla qui est non seulement tr\u00e8s pro et avant tout une belle personne qui semble tout donner de son exp\u00e9rience pour  nous satisfaire.\nJ ai ador\u00e9 de partager ce moment avec elle.\nVous pouvez aller vers elle en toute confiance.\n\ud83e\udd29\ud83e\udd29\ud83e\udd29\ud83e\udd29\ud83e\udd29\ud83d\udc4d\ud83d\udc4d\ud83d\ude0a\ud83d\ude0a\ud83d\ude0a\ud83d\ude0a<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Cacher\" data-open-text=\"Lire la suite\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" data-time=\"1773705600\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\" data-language=\"\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Publi\u00e9 sur Google<\/span> <trustindex-image data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"Google\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a-\/ALV-UjUNa5UqDkpNqDn8vepcYBOean3dMHZAITqN2wh3xvAhx70WcNr3=w40-h40-c-rp-mo-ba12-br100\" alt=\"Sylvine Butin profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Sylvine Butin <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 1\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 2\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 3\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 4\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 5\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex v\u00e9rifie que la source originale de l'avis est Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Un havre de paix pendant le chaos de l\u2019organisation d\u2019un mariage, voil\u00e0 qui r\u00e9sume parfaitement le moment que j'ai v\u00e9cu aupr\u00e8s de Nabila.\n\nDes le moment o\u00f9 nous nous sommes rencontr\u00e9es pour les essais coiffure et maquillage, le feeling est pass\u00e9. Nabila est ouverte a la communication et aux retours qu\u2019on peut lui faire.\nElle manie le pinceau de mani\u00e8re a mettre en avant les atouts de la future mari\u00e9e et de corriger les petits d\u00e9fauts.\nElle s'adapte aux souhaits tout en partageant son exp\u00e9rience personnelle comme professionnelle pour nous sublimer.\n\nCote coiffure, c\u2019est pareil ! Elle est tres douce et l'ensemble de ses produits sont de qualit\u00e9.\n\nNabila a \u00e9galement maquill\u00e9 ma mere, de mani\u00e8re tres discr\u00e8te et l\u00e9g\u00e8re, elle qui ne se maquille presque jamais.\n\nLa c\u00e9l\u00e9bration continue pour moi dans quelques mois et j\u2019y retourne les yeux ferm\u00e9s pour ma mise en beaut\u00e9.\n\nMerci infiniment pour ta gentillesse, ta douceur et pour l'apaisement que tu m'as donn\u00e9 juste avant cette incroyable journee ! \u2764\ufe0f<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Cacher\" data-open-text=\"Lire la suite\"><\/span> <\/div> <\/div>  <\/div> <div class=\"ti-controls-line\"> <div class=\"dot\"><\/div> <\/div> <\/div>    <div class=\"ti-verified-by ti-verified-by-row\" data-style=\"1\"> <div class=\"ti-inner\"> Certifi\u00e9 par: Trustindex <span class=\"ti-info-icon\"><\/span> <div class=\"ti-disclaimer\">Le badge v\u00e9rifi\u00e9 de Trustindex est le symbole universel de confiance. Seules les meilleures entreprises peuvent obtenir le badge v\u00e9rifi\u00e9, avec une note sup\u00e9rieure \u00e0 4.5, bas\u00e9e sur les avis des clients au cours des derniers 12 mois. <a href=\"https:\/\/www.trustindex.io\/?a=sys&amp;c=wp-verified-badge&amp;url=\/the-trustindex-verified-badge\/\" target=\"_blank\">En savoir plus<\/a><\/div> <\/div> <\/div>  <\/div> <\/div> <\/template><\/pre><div data-src=\"https:\/\/cdn.trustindex.io\/loader.js?wp-widget\" data-template-id=\"trustindex-google-widget-html\" data-css-url=\"https:\/\/liyani.fr\/wp-content\/uploads\/trustindex-google-widget.css?1785329347\"><\/div>\n\n  <\/section>\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>\u00c0 propos de Liyani Institut FONDATRICE Je suis Nabila Fondatrice de Liyani Institut, j&rsquo;ai toujours envisag\u00e9 le soin de la [&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":"default","site-content-layout":"","ast-site-content-layout":"default","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":"","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-15","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>\u00c0 propos de Liyani<\/title>\n<meta name=\"description\" content=\"\u00c0 propos de nous : plongez dans l&#039;univers de l&#039;Institut Liyani. Entre tradition et innovation, d\u00e9couvrez notre vision de la beaut\u00e9. %\" \/>\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\/a-propos-de-nous-liyani\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u00c0 propos de Liyani\" \/>\n<meta property=\"og:description\" content=\"\u00c0 propos de nous : plongez dans l&#039;univers de l&#039;Institut Liyani. Entre tradition et innovation, d\u00e9couvrez notre vision de la beaut\u00e9. %\" \/>\n<meta property=\"og:url\" content=\"https:\/\/liyani.fr\/index.php\/a-propos-de-nous-liyani\/\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-30T11:01:26+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/i.imgur.com\/oVDDmPR.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\\\/index.php\\\/a-propos-de-nous-liyani\\\/\",\"url\":\"https:\\\/\\\/liyani.fr\\\/index.php\\\/a-propos-de-nous-liyani\\\/\",\"name\":\"\u00c0 propos de Liyani\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/liyani.fr\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/liyani.fr\\\/index.php\\\/a-propos-de-nous-liyani\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/liyani.fr\\\/index.php\\\/a-propos-de-nous-liyani\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/i.imgur.com\\\/oVDDmPR.jpg\",\"datePublished\":\"2026-07-25T12:35:52+00:00\",\"dateModified\":\"2026-07-30T11:01:26+00:00\",\"description\":\"\u00c0 propos de nous : plongez dans l'univers de l'Institut Liyani. Entre tradition et innovation, d\u00e9couvrez notre vision de la beaut\u00e9. %\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/liyani.fr\\\/index.php\\\/a-propos-de-nous-liyani\\\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/liyani.fr\\\/index.php\\\/a-propos-de-nous-liyani\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\\\/\\\/liyani.fr\\\/index.php\\\/a-propos-de-nous-liyani\\\/#primaryimage\",\"url\":\"https:\\\/\\\/i.imgur.com\\\/oVDDmPR.jpg\",\"contentUrl\":\"https:\\\/\\\/i.imgur.com\\\/oVDDmPR.jpg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/liyani.fr\\\/index.php\\\/a-propos-de-nous-liyani\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\\\/\\\/liyani.fr\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\u00c0 propos de nous\"}]},{\"@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":"\u00c0 propos de Liyani","description":"\u00c0 propos de nous : plongez dans l'univers de l'Institut Liyani. Entre tradition et innovation, d\u00e9couvrez notre vision de la beaut\u00e9. %","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\/a-propos-de-nous-liyani\/","og_locale":"fr_FR","og_type":"article","og_title":"\u00c0 propos de Liyani","og_description":"\u00c0 propos de nous : plongez dans l'univers de l'Institut Liyani. Entre tradition et innovation, d\u00e9couvrez notre vision de la beaut\u00e9. %","og_url":"https:\/\/liyani.fr\/index.php\/a-propos-de-nous-liyani\/","article_modified_time":"2026-07-30T11:01:26+00:00","og_image":[{"url":"https:\/\/i.imgur.com\/oVDDmPR.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\/index.php\/a-propos-de-nous-liyani\/","url":"https:\/\/liyani.fr\/index.php\/a-propos-de-nous-liyani\/","name":"\u00c0 propos de Liyani","isPartOf":{"@id":"https:\/\/liyani.fr\/#website"},"primaryImageOfPage":{"@id":"https:\/\/liyani.fr\/index.php\/a-propos-de-nous-liyani\/#primaryimage"},"image":{"@id":"https:\/\/liyani.fr\/index.php\/a-propos-de-nous-liyani\/#primaryimage"},"thumbnailUrl":"https:\/\/i.imgur.com\/oVDDmPR.jpg","datePublished":"2026-07-25T12:35:52+00:00","dateModified":"2026-07-30T11:01:26+00:00","description":"\u00c0 propos de nous : plongez dans l'univers de l'Institut Liyani. Entre tradition et innovation, d\u00e9couvrez notre vision de la beaut\u00e9. %","breadcrumb":{"@id":"https:\/\/liyani.fr\/index.php\/a-propos-de-nous-liyani\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/liyani.fr\/index.php\/a-propos-de-nous-liyani\/"]}]},{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/liyani.fr\/index.php\/a-propos-de-nous-liyani\/#primaryimage","url":"https:\/\/i.imgur.com\/oVDDmPR.jpg","contentUrl":"https:\/\/i.imgur.com\/oVDDmPR.jpg"},{"@type":"BreadcrumbList","@id":"https:\/\/liyani.fr\/index.php\/a-propos-de-nous-liyani\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/liyani.fr\/"},{"@type":"ListItem","position":2,"name":"\u00c0 propos de nous"}]},{"@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":"\u00c0 propos de Liyani Institut FONDATRICE Je suis Nabila Fondatrice de Liyani Institut, j&rsquo;ai toujours envisag\u00e9 le soin de la [&hellip;]","_links":{"self":[{"href":"https:\/\/liyani.fr\/index.php\/wp-json\/wp\/v2\/pages\/15","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=15"}],"version-history":[{"count":38,"href":"https:\/\/liyani.fr\/index.php\/wp-json\/wp\/v2\/pages\/15\/revisions"}],"predecessor-version":[{"id":378,"href":"https:\/\/liyani.fr\/index.php\/wp-json\/wp\/v2\/pages\/15\/revisions\/378"}],"wp:attachment":[{"href":"https:\/\/liyani.fr\/index.php\/wp-json\/wp\/v2\/media?parent=15"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}