{"id":20,"date":"2022-06-17T07:31:41","date_gmt":"2022-06-17T07:31:41","guid":{"rendered":"https:\/\/deluiz-parfum.com\/about\/"},"modified":"2026-03-18T13:01:01","modified_gmt":"2026-03-18T12:01:01","slug":"a-propos-de-nous","status":"publish","type":"page","link":"https:\/\/deluiz-parfum.com\/en\/a-propos-de-nous\/","title":{"rendered":"A propos de nous"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"20\" class=\"elementor elementor-20\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-b92b7ef elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"b92b7ef\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-d3ddfaa\" data-id=\"d3ddfaa\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-3c9fd8b elementor-widget elementor-widget-html\" data-id=\"3c9fd8b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>\n  \/* Import des polices (incluant Great Vibes pour la signature) *\/\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@300;400;500;600&family=Playfair+Display:ital,wght@0,400;0,500;1,400&family=Cinzel:wght@400;500&family=Great+Vibes&display=swap');\n\n  #deluiz-about-wrapper {\n    \/* Variables Locales *\/\n    --dl-a-bg: #FAF9F6;\n    --dl-a-charcoal: #1A1A1A;\n    --dl-a-gold: #C6A87C;\n    --dl-a-gold-dim: #b3956d;\n    --dl-a-font-serif: 'Playfair Display', serif;\n    --dl-a-font-display: 'Cinzel', serif;\n    --dl-a-font-sans: 'Montserrat', sans-serif;\n    --dl-a-font-script: 'Great Vibes', cursive;\n\n    background-color: var(--dl-a-bg);\n    color: var(--dl-a-charcoal);\n    font-family: var(--dl-a-font-sans);\n    width: 100%;\n    overflow: hidden;\n    position: relative;\n    box-sizing: border-box;\n  }\n\n  \/* Texture Noise Globale *\/\n  #deluiz-about-wrapper::before {\n    content: \"\";\n    position: absolute;\n    top: 0; left: 0; width: 100%; height: 100%;\n    background-image: url(\"https:\/\/grainy-gradients.vercel.app\/noise.svg\");\n    opacity: 0.04;\n    pointer-events: none;\n    z-index: 0;\n  }\n\n  #deluiz-about-wrapper * {\n    box-sizing: border-box;\n    position: relative;\n    z-index: 1;\n  }\n\n  \/* --- 1. HERO DE PAGE (Typographique) --- *\/\n  .dl-a-hero {\n    padding: 180px 20px 120px 20px;\n    text-align: center;\n    max-width: 1200px;\n    margin: 0 auto;\n  }\n\n  .dl-a-hero-title {\n    font-family: var(--dl-a-font-display);\n    font-size: 46px;\n    line-height: 1.1;\n    color: #1A1A1A !important; \/* Force Charcoal for visibility *\/\n    margin: 0 0 25px 0;\n    letter-spacing: 0.05em;\n    font-weight: 500;\n  }\n\n  .dl-a-hero-subtitle {\n    font-family: var(--dl-a-font-serif);\n    font-style: italic;\n    font-size: 18px;\n    color: #C6A87C !important; \/* Force Gold *\/\n    font-weight: 400;\n    opacity: 1;\n  }\n\n  @media (min-width: 768px) {\n    .dl-a-hero { padding: 240px 40px 160px 40px; }\n    .dl-a-hero-title { font-size: 80px; }\n    .dl-a-hero-subtitle { font-size: 26px; }\n  }\n\n  \/* --- SECTIONS G\u00c9N\u00c9RALES --- *\/\n  .dl-a-section {\n    padding: 80px 20px;\n    max-width: 1400px;\n    margin: 0 auto;\n  }\n\n  @media (min-width: 1024px) {\n    .dl-a-section { padding: 120px 60px; }\n  }\n\n  .dl-a-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 60px;\n    align-items: center;\n  }\n\n  @media (min-width: 1024px) {\n    .dl-a-grid { grid-template-columns: 1fr 1fr; gap: 120px; }\n    \n    \/* Layout Alternance *\/\n    .dl-a-grid.img-right .dl-a-img-col { order: 2; }\n    .dl-a-grid.img-right .dl-a-txt-col { order: 1; }\n    \n    .dl-a-grid.img-left .dl-a-img-col { order: 1; }\n    .dl-a-grid.img-left .dl-a-txt-col { order: 2; }\n  }\n\n  \/* Images Styles *\/\n  .dl-a-img-wrap {\n    width: 100%;\n    position: relative;\n    overflow: hidden;\n  }\n\n  \/* Style Vintage (Cadre + Filtre) *\/\n  .dl-a-img-vintage {\n    aspect-ratio: 4\/5;\n    background-color: #f0f0f0;\n    padding: 15px;\n    border: 1px solid rgba(0,0,0,0.05);\n    box-shadow: 0 20px 40px rgba(0,0,0,0.05);\n    transform: rotate(-2deg);\n    transition: transform 1s ease;\n  }\n  .dl-a-section:hover .dl-a-img-vintage { transform: rotate(0deg); }\n  \n  .dl-a-img-vintage img {\n    width: 100%; height: 100%; object-fit: cover;\n    filter: grayscale(100%) sepia(30%) contrast(0.9);\n    transition: filter 1.5s ease;\n  }\n  .dl-a-img-vintage:hover img { filter: grayscale(20%) sepia(10%) contrast(1); }\n\n  \/* Style Portrait (Clean + Shadow) *\/\n  .dl-a-img-portrait {\n    aspect-ratio: 3\/4;\n    box-shadow: -20px 20px 0px rgba(198, 168, 124, 0.15); \/* Ombre Or \u00e0 gauche *\/\n  }\n  .dl-a-img-portrait img {\n    width: 100%; height: 100%; object-fit: cover;\n    filter: sepia(10%) contrast(1.05);\n    transition: transform 1.5s ease;\n  }\n  .dl-a-img-portrait:hover img { transform: scale(1.03); }\n\n  \/* Style Modern (Sharp) *\/\n  .dl-a-img-modern {\n    aspect-ratio: 1\/1;\n    border: 1px solid rgba(0,0,0,0.1);\n  }\n  .dl-a-img-modern img {\n    width: 100%; height: 100%; object-fit: cover;\n    filter: contrast(1.1) saturate(0);\n    transition: filter 1s ease;\n  }\n  .dl-a-img-modern:hover img { filter: contrast(1) saturate(1); }\n\n\n  \/* Typography Content *\/\n  .dl-a-label {\n    font-size: 11px;\n    letter-spacing: 0.25em;\n    text-transform: uppercase;\n    color: var(--dl-a-gold);\n    display: block;\n    margin-bottom: 25px;\n    font-weight: 600;\n  }\n\n  .dl-a-title {\n    font-family: var(--dl-a-font-serif);\n    font-size: 36px;\n    line-height: 1.2;\n    margin: 0 0 30px 0;\n    color: var(--dl-a-charcoal);\n  }\n\n  .dl-a-text {\n    font-size: 15px;\n    line-height: 1.9;\n    color: rgba(26, 26, 26, 0.8);\n    font-weight: 300;\n    margin-bottom: 25px;\n    text-align: justify;\n  }\n\n  @media (min-width: 768px) {\n    .dl-a-title { font-size: 48px; }\n    .dl-a-text { font-size: 16px; }\n  }\n\n  \/* --- 4. PHILOSOPHIE (Centered) --- *\/\n  .dl-a-philosophie {\n    text-align: center;\n    max-width: 800px;\n    margin: 0 auto;\n    padding: 100px 20px;\n  }\n\n  .dl-a-line-v {\n    width: 1px;\n    height: 80px;\n    background: linear-gradient(to bottom, transparent, var(--dl-a-gold), transparent);\n    margin: 0 auto 40px auto;\n  }\n\n  \/* --- 6. MISSION (Dark Mode) --- *\/\n  .dl-a-mission {\n    background-color: var(--dl-a-charcoal);\n    color: #FFFFFF;\n    padding: 140px 20px;\n    position: relative;\n    overflow: hidden;\n    text-align: center;\n  }\n\n  .dl-a-mission .dl-a-title { color: #FFFFFF; }\n  .dl-a-mission .dl-a-text { color: rgba(255, 255, 255, 0.7); text-align: center; font-size: 18px; }\n\n  \/* --- 7. SIGNATURE --- *\/\n  .dl-a-signature-sec {\n    padding: 120px 20px;\n    text-align: center;\n  }\n\n  .dl-a-sig-img {\n    font-family: var(--dl-a-font-script);\n    font-size: 60px;\n    color: var(--dl-a-charcoal);\n    margin-bottom: 50px;\n    display: inline-block;\n    transform: rotate(-5deg);\n  }\n\n  .dl-a-btn-cta {\n    display: inline-block;\n    padding: 20px 45px;\n    border: 1px solid var(--dl-a-charcoal);\n    color: var(--dl-a-charcoal);\n    text-decoration: none;\n    font-size: 11px;\n    text-transform: uppercase;\n    letter-spacing: 0.25em;\n    font-weight: 500;\n    transition: all 0.4s ease;\n  }\n\n  .dl-a-btn-cta:hover {\n    background-color: var(--dl-a-charcoal);\n    color: #FFF;\n  }\n\n  \/* --- ANIMATIONS --- *\/\n  .dl-anim-scroll {\n    opacity: 0;\n    transform: translateY(40px);\n    transition: opacity 1s cubic-bezier(0.2, 0.8, 0.2, 1), transform 1s cubic-bezier(0.2, 0.8, 0.2, 1);\n  }\n\n  .dl-anim-scroll.is-visible {\n    opacity: 1;\n    transform: translateY(0);\n  }\n\n<\/style>\n\n<div id=\"deluiz-about-wrapper\">\n\n  <!-- 1. HERO DE PAGE -->\n  <header class=\"dl-a-hero\">\n    <h1 class=\"dl-a-hero-title dl-anim-scroll\">The SOUL OF THE RIVIERA.<\/h1>\n    <p class=\"dl-a-hero-subtitle dl-anim-scroll\" style=\"transition-delay: 0.2s;\">Between family memory and modern alchemy.<\/p>\n  <\/header>\n\n  <!-- 2. L'ORIGINE (Image Left) -->\n  <section class=\"dl-a-section\">\n    <div class=\"dl-a-grid img-left\">\n      <div class=\"dl-a-img-col dl-a-img-wrap dl-a-img-vintage dl-anim-scroll\">\n        <img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/deluiz-parfum.com\/wp-content\/uploads\/2026\/01\/Notre-Histoire.webp?ssl=1\" alt=\"Maison Deluiz Origines Nice\">\n      <\/div>\n      <div class=\"dl-a-txt-col dl-anim-scroll\" style=\"transition-delay: 0.2s;\">\n        <span class=\"dl-a-label\">The Roots Solar<\/span>\n        <h2 class=\"dl-a-title\">The Story Begins Here<\/h2>\n        <div class=\"dl-a-text\">\n          <p>The history of Home Deluiz does not begin in a laboratory, but in the unique light of Nice. This is where our great-grandfather, aesthete and visionary, has laid the first notes of our partition of smell.<\/p>\n          <p>It was not just perfumes ; they capture memories. The smell of the pine trees warmed in the sun, the sea breeze of the Bay of Angels, the elegance of the summer evenings. This legacy is not an archive, it is a flame that we have chosen to revive it.<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- 3. LE NEZ (Image Right) -->\n  <section class=\"dl-a-section\">\n    <div class=\"dl-a-grid img-right\">\n      <div class=\"dl-a-img-col dl-a-img-wrap dl-a-img-portrait dl-anim-scroll\">\n        <img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/deluiz-parfum.com\/wp-content\/uploads\/2026\/01\/emna-scaled.webp?ssl=1\" alt=\"Emna Doghri Parfumeur\">\n      <\/div>\n      <div class=\"dl-a-txt-col dl-anim-scroll\" style=\"transition-delay: 0.2s;\">\n        <span class=\"dl-a-label\">The Creator<\/span>\n        <h2 class=\"dl-a-title\">The Architect of the Senses : <br>Emna Doghri<\/h2>\n        <div class=\"dl-a-text\">\n          <p>Behind the Signature Collection is devine, a soul. Trained in the excellence of the institute Fifth Sense, Emna Doghri embodies the virtuosity of the high French perfumery.<\/p>\n          <p>Drawing its inspiration from a memory sun \u2014 the exhilaration of the jasmine, the nobility of cedar, the warmth of the orange flower \u2014 she composed not of odors, but landscapes invisible. For Home Deluiz, it signs agreements bold where the technical rigor has been replaced by pure emotion.<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- 4. LA PHILOSOPHIE (Centered) -->\n  <section class=\"dl-a-philosophie\">\n    <div class=\"dl-a-line-v dl-anim-scroll\"><\/div>\n    <div class=\"dl-anim-scroll\" style=\"transition-delay: 0.1s;\">\n      <span class=\"dl-a-label\">Philosophy<\/span>\n      <h2 class=\"dl-a-title\">Deluiz : A Name, A World<\/h2>\n      <p class=\"dl-a-text\" style=\"text-align: center;\">\n        Deluiz is a hyphen. A name that trip and that resonates beyond the boundaries of language, evoking universally the enchantment and charm.\n      <\/p>\n      <p class=\"dl-a-text\" style=\"text-align: center;\">\n        We believe that the perfume is the only language that does not need translation. He is the ambassador invisible your presence, a cultural impact that speaks to the soul, before speaking to the senses.\n      <\/p>\n    <\/div>\n  <\/section>\n\n  <!-- 5. LA RENCONTRE (Image Left) -->\n  <section class=\"dl-a-section\">\n    <div class=\"dl-a-grid img-left\">\n      <div class=\"dl-a-img-col dl-a-img-wrap dl-a-img-modern dl-anim-scroll\">\n        <img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/deluiz-parfum.com\/wp-content\/uploads\/2024\/02\/11.jpg?ssl=1\" alt=\"Laboratoire Haute Parfumerie\">\n      <\/div>\n      <div class=\"dl-a-txt-col dl-anim-scroll\" style=\"transition-delay: 0.2s;\">\n        <span class=\"dl-a-label\">Science &amp; Art<\/span>\n        <h2 class=\"dl-a-title\">Tradition Meets Science<\/h2>\n        <div class=\"dl-a-text\">\n          <p>To carry this legacy to the top, we have merged the memory of his family with scientific excellence.<\/p>\n          <p>Our meeting with the chemists elite marked the beginning of a new era. Together, we explore territories olfactory unreleased mixes of rare species at a molecular precision. Each bottle is the result of this creative tension between the gesture of the craftsman and the rigor of the expert.<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- 6. LA MISSION (Dark Mode) -->\n  <section class=\"dl-a-mission\">\n    <div class=\"dl-a-mission-content\">\n      <span class=\"dl-a-label dl-anim-scroll\" style=\"color: var(--dl-a-gold);\">Manifest<\/span>\n      <h2 class=\"dl-a-title dl-anim-scroll\" style=\"transition-delay: 0.1s;\">Against the Ephemeral<\/h2>\n      <div class=\"dl-a-text dl-anim-scroll\" style=\"transition-delay: 0.2s;\">\n        <p>In a world obsessed with the moment, we choose the length. Our mission is to create the Classic of Tomorrow'. We reject the trends volatile to compose fragrances are timeless, designed with devotion to cross eras. Wear Deluiz, it is the choice of sustainable excellence.<\/p>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- 7. SIGNATURE -->\n  <section class=\"dl-a-signature-sec\">\n    <div class=\"dl-anim-scroll\">\n      <div class=\"dl-a-sig-img\">Maison Deluiz<\/div>\n    <\/div>\n    <div class=\"dl-anim-scroll\" style=\"transition-delay: 0.2s;\">\n      <a href=\"https:\/\/deluiz-parfum.com\/en\/collection-full\/\" class=\"dl-a-btn-cta\">Discover the collectione<\/a>\n    <\/div>\n  <\/section>\n\n<\/div>\n\n<script>\n  \/* \n    SCRIPT D'ANIMATION AU SCROLL \n    Simple et efficace, d\u00e9clenche la classe .is-visible\n  *\/\n  document.addEventListener(\"DOMContentLoaded\", function() {\n    const observerOptions = {\n      root: null,\n      rootMargin: '0px',\n      threshold: 0.1\n    };\n\n    const observer = new IntersectionObserver((entries, obs) => {\n      entries.forEach(entry => {\n        if (entry.isIntersecting) {\n          entry.target.classList.add('is-visible');\n          obs.unobserve(entry.target);\n        }\n      });\n    }, observerOptions);\n\n    const elements = document.querySelectorAll('.dl-anim-scroll');\n    elements.forEach(el => observer.observe(el));\n  });\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>L&rsquo;\u00c2ME DE LA RIVIERA. Entre m\u00e9moire familiale et alchimie moderne. Les Racines Solaires L&rsquo;Histoire Commence Ici L&rsquo;histoire de Maison Deluiz ne commence pas dans un laboratoire, mais sous la lumi\u00e8re unique de Nice. C&rsquo;est l\u00e0 que notre grand-p\u00e8re, esth\u00e8te et visionnaire, a pos\u00e9 les premi\u00e8res notes de notre partition olfactive. Il ne cr\u00e9ait pas simplement [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"no-sidebar","site-content-layout":"page-builder","ast-site-content-layout":"full-width-container","site-content-style":"unboxed","site-sidebar-style":"unboxed","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":"disabled","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-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":"","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-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":"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":""},"mobile":{"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":""}},"footnotes":""},"class_list":["post-20","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>A propos de nous - Deluiz<\/title>\n<meta name=\"description\" content=\"DELUIZ est bien plus qu\u2019un simple parfum, c\u2019est une id\u00e9e qui transcende les fronti\u00e8res linguistiques et culturelles. Son nom trouve ses racines dans diff\u00e9rentes langues \u00e0 travers le monde.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/deluiz-parfum.com\/en\/a-propos-de-nous\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"A propos de nous - Deluiz\" \/>\n<meta property=\"og:description\" content=\"DELUIZ est bien plus qu\u2019un simple parfum, c\u2019est une id\u00e9e qui transcende les fronti\u00e8res linguistiques et culturelles. Son nom trouve ses racines dans diff\u00e9rentes langues \u00e0 travers le monde.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/deluiz-parfum.com\/en\/a-propos-de-nous\/\" \/>\n<meta property=\"og:site_name\" content=\"Deluiz\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/deluiz.parfum\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-18T12:01:01+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/deluiz-parfum.com\/wp-content\/uploads\/2026\/01\/Notre-Histoire.webp\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/deluiz-parfum.com\\\/a-propos-de-nous\\\/\",\"url\":\"https:\\\/\\\/deluiz-parfum.com\\\/a-propos-de-nous\\\/\",\"name\":\"A propos de nous - Deluiz\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/deluiz-parfum.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/deluiz-parfum.com\\\/a-propos-de-nous\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/deluiz-parfum.com\\\/a-propos-de-nous\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/deluiz-parfum.com\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Notre-Histoire.webp\",\"datePublished\":\"2022-06-17T07:31:41+00:00\",\"dateModified\":\"2026-03-18T12:01:01+00:00\",\"description\":\"DELUIZ est bien plus qu\u2019un simple parfum, c\u2019est une id\u00e9e qui transcende les fronti\u00e8res linguistiques et culturelles. Son nom trouve ses racines dans diff\u00e9rentes langues \u00e0 travers le monde.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/deluiz-parfum.com\\\/a-propos-de-nous\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/deluiz-parfum.com\\\/a-propos-de-nous\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/deluiz-parfum.com\\\/a-propos-de-nous\\\/#primaryimage\",\"url\":\"https:\\\/\\\/deluiz-parfum.com\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Notre-Histoire.webp\",\"contentUrl\":\"https:\\\/\\\/deluiz-parfum.com\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Notre-Histoire.webp\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/deluiz-parfum.com\\\/a-propos-de-nous\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/deluiz-parfum.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"A propos de nous\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/deluiz-parfum.com\\\/#website\",\"url\":\"https:\\\/\\\/deluiz-parfum.com\\\/\",\"name\":\"Deluiz\",\"description\":\"\u00c9veillez vos sens\",\"publisher\":{\"@id\":\"https:\\\/\\\/deluiz-parfum.com\\\/#organization\"},\"alternateName\":\"maison deluiz parfum\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/deluiz-parfum.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/deluiz-parfum.com\\\/#organization\",\"name\":\"Maison Deluiz\",\"url\":\"https:\\\/\\\/deluiz-parfum.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/deluiz-parfum.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/deluiz-parfum.com\\\/wp-content\\\/uploads\\\/2023\\\/08\\\/cropped-DL.png\",\"contentUrl\":\"https:\\\/\\\/deluiz-parfum.com\\\/wp-content\\\/uploads\\\/2023\\\/08\\\/cropped-DL.png\",\"width\":512,\"height\":512,\"caption\":\"Maison Deluiz\"},\"image\":{\"@id\":\"https:\\\/\\\/deluiz-parfum.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/deluiz.parfum\",\"https:\\\/\\\/www.instagram.com\\\/maison.deluiz\\\/\",\"https:\\\/\\\/www.tiktok.com\\\/@maison.deluiz\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"A propos de nous - Deluiz","description":"DELUIZ est bien plus qu\u2019un simple parfum, c\u2019est une id\u00e9e qui transcende les fronti\u00e8res linguistiques et culturelles. Son nom trouve ses racines dans diff\u00e9rentes langues \u00e0 travers le monde.","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:\/\/deluiz-parfum.com\/en\/a-propos-de-nous\/","og_locale":"en_US","og_type":"article","og_title":"A propos de nous - Deluiz","og_description":"DELUIZ est bien plus qu\u2019un simple parfum, c\u2019est une id\u00e9e qui transcende les fronti\u00e8res linguistiques et culturelles. Son nom trouve ses racines dans diff\u00e9rentes langues \u00e0 travers le monde.","og_url":"https:\/\/deluiz-parfum.com\/en\/a-propos-de-nous\/","og_site_name":"Deluiz","article_publisher":"https:\/\/www.facebook.com\/deluiz.parfum","article_modified_time":"2026-03-18T12:01:01+00:00","og_image":[{"url":"https:\/\/deluiz-parfum.com\/wp-content\/uploads\/2026\/01\/Notre-Histoire.webp","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/deluiz-parfum.com\/a-propos-de-nous\/","url":"https:\/\/deluiz-parfum.com\/a-propos-de-nous\/","name":"A propos de nous - Deluiz","isPartOf":{"@id":"https:\/\/deluiz-parfum.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/deluiz-parfum.com\/a-propos-de-nous\/#primaryimage"},"image":{"@id":"https:\/\/deluiz-parfum.com\/a-propos-de-nous\/#primaryimage"},"thumbnailUrl":"https:\/\/deluiz-parfum.com\/wp-content\/uploads\/2026\/01\/Notre-Histoire.webp","datePublished":"2022-06-17T07:31:41+00:00","dateModified":"2026-03-18T12:01:01+00:00","description":"DELUIZ est bien plus qu\u2019un simple parfum, c\u2019est une id\u00e9e qui transcende les fronti\u00e8res linguistiques et culturelles. Son nom trouve ses racines dans diff\u00e9rentes langues \u00e0 travers le monde.","breadcrumb":{"@id":"https:\/\/deluiz-parfum.com\/a-propos-de-nous\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/deluiz-parfum.com\/a-propos-de-nous\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/deluiz-parfum.com\/a-propos-de-nous\/#primaryimage","url":"https:\/\/deluiz-parfum.com\/wp-content\/uploads\/2026\/01\/Notre-Histoire.webp","contentUrl":"https:\/\/deluiz-parfum.com\/wp-content\/uploads\/2026\/01\/Notre-Histoire.webp"},{"@type":"BreadcrumbList","@id":"https:\/\/deluiz-parfum.com\/a-propos-de-nous\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/deluiz-parfum.com\/"},{"@type":"ListItem","position":2,"name":"A propos de nous"}]},{"@type":"WebSite","@id":"https:\/\/deluiz-parfum.com\/#website","url":"https:\/\/deluiz-parfum.com\/","name":"Deluiz","description":"\u00c9veillez vos sens","publisher":{"@id":"https:\/\/deluiz-parfum.com\/#organization"},"alternateName":"maison deluiz parfum","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/deluiz-parfum.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/deluiz-parfum.com\/#organization","name":"Maison Deluiz","url":"https:\/\/deluiz-parfum.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/deluiz-parfum.com\/#\/schema\/logo\/image\/","url":"https:\/\/deluiz-parfum.com\/wp-content\/uploads\/2023\/08\/cropped-DL.png","contentUrl":"https:\/\/deluiz-parfum.com\/wp-content\/uploads\/2023\/08\/cropped-DL.png","width":512,"height":512,"caption":"Maison Deluiz"},"image":{"@id":"https:\/\/deluiz-parfum.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/deluiz.parfum","https:\/\/www.instagram.com\/maison.deluiz\/","https:\/\/www.tiktok.com\/@maison.deluiz"]}]}},"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/deluiz-parfum.com\/en\/wp-json\/wp\/v2\/pages\/20","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/deluiz-parfum.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/deluiz-parfum.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/deluiz-parfum.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/deluiz-parfum.com\/en\/wp-json\/wp\/v2\/comments?post=20"}],"version-history":[{"count":258,"href":"https:\/\/deluiz-parfum.com\/en\/wp-json\/wp\/v2\/pages\/20\/revisions"}],"predecessor-version":[{"id":11113,"href":"https:\/\/deluiz-parfum.com\/en\/wp-json\/wp\/v2\/pages\/20\/revisions\/11113"}],"wp:attachment":[{"href":"https:\/\/deluiz-parfum.com\/en\/wp-json\/wp\/v2\/media?parent=20"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}