Outiref

Code source de l'URL : http://florandflor.fr/

<!doctype html>
<html lang="fr-FR">
<head><meta charset="UTF-8" /><script>if(navigator.userAgent.match(/MSIE|Internet Explorer/i)||navigator.userAgent.match(/Trident\/7\..*?rv:11/i)){var href=document.location.href;if(!href.match(/[?&]nowprocket/)){if(href.indexOf("?")==-1){if(href.indexOf("#")==-1){document.location.href=href+"?nowprocket=1"}else{document.location.href=href.replace("#","?nowprocket=1#")}}else{if(href.indexOf("#")==-1){document.location.href=href+"&nowprocket=1"}else{document.location.href=href.replace("#","&nowprocket=1#")}}}}</script><script>class RocketLazyLoadScripts{constructor(){this.triggerEvents=["keydown","mousedown","mousemove","touchmove","touchstart","touchend","wheel"],this.userEventHandler=this._triggerListener.bind(this),this.touchStartHandler=this._onTouchStart.bind(this),this.touchMoveHandler=this._onTouchMove.bind(this),this.touchEndHandler=this._onTouchEnd.bind(this),this.clickHandler=this._onClick.bind(this),this.interceptedClicks=[],window.addEventListener("pageshow",(e=>{this.persisted=e.persisted})),window.addEventListener("DOMContentLoaded",(()=>{this._preconnect3rdParties()})),this.delayedScripts={normal:[],async:[],defer:[]},this.allJQueries=[]}_addUserInteractionListener(e){document.hidden?e._triggerListener():(this.triggerEvents.forEach((t=>window.addEventListener(t,e.userEventHandler,{passive:!0}))),window.addEventListener("touchstart",e.touchStartHandler,{passive:!0}),window.addEventListener("mousedown",e.touchStartHandler),document.addEventListener("visibilitychange",e.userEventHandler))}_removeUserInteractionListener(){this.triggerEvents.forEach((e=>window.removeEventListener(e,this.userEventHandler,{passive:!0}))),document.removeEventListener("visibilitychange",this.userEventHandler)}_onTouchStart(e){"HTML"!==e.target.tagName&&(window.addEventListener("touchend",this.touchEndHandler),window.addEventListener("mouseup",this.touchEndHandler),window.addEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.addEventListener("mousemove",this.touchMoveHandler),e.target.addEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"onclick","rocket-onclick"))}_onTouchMove(e){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler),e.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"rocket-onclick","onclick")}_onTouchEnd(e){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler)}_onClick(e){e.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"rocket-onclick","onclick"),this.interceptedClicks.push(e),e.preventDefault(),e.stopPropagation(),e.stopImmediatePropagation()}_replayClicks(){window.removeEventListener("touchstart",this.touchStartHandler,{passive:!0}),window.removeEventListener("mousedown",this.touchStartHandler),this.interceptedClicks.forEach((e=>{e.target.dispatchEvent(new MouseEvent("click",{view:e.view,bubbles:!0,cancelable:!0}))}))}_renameDOMAttribute(e,t,n){e.hasAttribute&&e.hasAttribute(t)&&(event.target.setAttribute(n,event.target.getAttribute(t)),event.target.removeAttribute(t))}_triggerListener(){this._removeUserInteractionListener(this),"loading"===document.readyState?document.addEventListener("DOMContentLoaded",this._loadEverythingNow.bind(this)):this._loadEverythingNow()}_preconnect3rdParties(){let e=[];document.querySelectorAll("script[type=rocketlazyloadscript]").forEach((t=>{if(t.hasAttribute("src")){const n=new URL(t.src).origin;n!==location.origin&&e.push({src:n,crossOrigin:t.crossOrigin||"module"===t.getAttribute("data-rocket-type")})}})),e=[...new Map(e.map((e=>[JSON.stringify(e),e]))).values()],this._batchInjectResourceHints(e,"preconnect")}async _loadEverythingNow(){this.lastBreath=Date.now(),this._delayEventListeners(),this._delayJQueryReady(this),this._handleDocumentWrite(),this._registerAllDelayedScripts(),this._preloadAllScripts(),await this._loadScriptsFromList(this.delayedScripts.normal),await this._loadScriptsFromList(this.delayedScripts.defer),await this._loadScriptsFromList(this.delayedScripts.async);try{await this._triggerDOMContentLoaded(),await this._triggerWindowLoad()}catch(e){}window.dispatchEvent(new Event("rocket-allScriptsLoaded")),this._replayClicks()}_registerAllDelayedScripts(){document.querySelectorAll("script[type=rocketlazyloadscript]").forEach((e=>{e.hasAttribute("src")?e.hasAttribute("async")&&!1!==e.async?this.delayedScripts.async.push(e):e.hasAttribute("defer")&&!1!==e.defer||"module"===e.getAttribute("data-rocket-type")?this.delayedScripts.defer.push(e):this.delayedScripts.normal.push(e):this.delayedScripts.normal.push(e)}))}async _transformScript(e){return await this._littleBreath(),new Promise((t=>{const n=document.createElement("script");[...e.attributes].forEach((e=>{let t=e.nodeName;"type"!==t&&("data-rocket-type"===t&&(t="type"),n.setAttribute(t,e.nodeValue))})),e.hasAttribute("src")?(n.addEventListener("load",t),n.addEventListener("error",t)):(n.text=e.text,t());try{e.parentNode.replaceChild(n,e)}catch(e){t()}}))}async _loadScriptsFromList(e){const t=e.shift();return t?(await this._transformScript(t),this._loadScriptsFromList(e)):Promise.resolve()}_preloadAllScripts(){this._batchInjectResourceHints([...this.delayedScripts.normal,...this.delayedScripts.defer,...this.delayedScripts.async],"preload")}_batchInjectResourceHints(e,t){var n=document.createDocumentFragment();e.forEach((e=>{if(e.src){const i=document.createElement("link");i.href=e.src,i.rel=t,"preconnect"!==t&&(i.as="script"),e.getAttribute&&"module"===e.getAttribute("data-rocket-type")&&(i.crossOrigin=!0),e.crossOrigin&&(i.crossOrigin=e.crossOrigin),n.appendChild(i)}})),document.head.appendChild(n)}_delayEventListeners(){let e={};function t(t,n){!function(t){function n(n){return e[t].eventsToRewrite.indexOf(n)>=0?"rocket-"+n:n}e[t]||(e[t]={originalFunctions:{add:t.addEventListener,remove:t.removeEventListener},eventsToRewrite:[]},t.addEventListener=function(){arguments[0]=n(arguments[0]),e[t].originalFunctions.add.apply(t,arguments)},t.removeEventListener=function(){arguments[0]=n(arguments[0]),e[t].originalFunctions.remove.apply(t,arguments)})}(t),e[t].eventsToRewrite.push(n)}function n(e,t){let n=e[t];Object.defineProperty(e,t,{get:()=>n||function(){},set(i){e["rocket"+t]=n=i}})}t(document,"DOMContentLoaded"),t(window,"DOMContentLoaded"),t(window,"load"),t(window,"pageshow"),t(document,"readystatechange"),n(document,"onreadystatechange"),n(window,"onload"),n(window,"onpageshow")}_delayJQueryReady(e){let t=window.jQuery;Object.defineProperty(window,"jQuery",{get:()=>t,set(n){if(n&&n.fn&&!e.allJQueries.includes(n)){n.fn.ready=n.fn.init.prototype.ready=function(t){e.domReadyFired?t.bind(document)(n):document.addEventListener("rocket-DOMContentLoaded",(()=>t.bind(document)(n)))};const t=n.fn.on;n.fn.on=n.fn.init.prototype.on=function(){if(this[0]===window){function e(e){return e.split(" ").map((e=>"load"===e||0===e.indexOf("load.")?"rocket-jquery-load":e)).join(" ")}"string"==typeof arguments[0]||arguments[0]instanceof String?arguments[0]=e(arguments[0]):"object"==typeof arguments[0]&&Object.keys(arguments[0]).forEach((t=>{delete Object.assign(arguments[0],{[e(t)]:arguments[0][t]})[t]}))}return t.apply(this,arguments),this},e.allJQueries.push(n)}t=n}})}async _triggerDOMContentLoaded(){this.domReadyFired=!0,await this._littleBreath(),document.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),window.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),document.dispatchEvent(new Event("rocket-readystatechange")),await this._littleBreath(),document.rocketonreadystatechange&&document.rocketonreadystatechange()}async _triggerWindowLoad(){await this._littleBreath(),window.dispatchEvent(new Event("rocket-load")),await this._littleBreath(),window.rocketonload&&window.rocketonload(),await this._littleBreath(),this.allJQueries.forEach((e=>e(window).trigger("rocket-jquery-load"))),await this._littleBreath();const e=new Event("rocket-pageshow");e.persisted=this.persisted,window.dispatchEvent(e),await this._littleBreath(),window.rocketonpageshow&&window.rocketonpageshow({persisted:this.persisted})}_handleDocumentWrite(){const e=new Map;document.write=document.writeln=function(t){const n=document.currentScript,i=document.createRange(),r=n.parentElement;let o=e.get(n);void 0===o&&(o=n.nextSibling,e.set(n,o));const s=document.createDocumentFragment();i.setStart(s,0),s.appendChild(i.createContextualFragment(t)),r.insertBefore(s,o)}}async _littleBreath(){Date.now()-this.lastBreath>45&&(await this._requestAnimFrame(),this.lastBreath=Date.now())}async _requestAnimFrame(){return document.hidden?new Promise((e=>setTimeout(e))):new Promise((e=>requestAnimationFrame(e)))}static run(){const e=new RocketLazyLoadScripts;e._addUserInteractionListener(e)}}RocketLazyLoadScripts.run();</script>
	
	<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, viewport-fit=cover">
	<link rel="profile" href="https://gmpg.org/xfn/11">
	
<style>

	.pt-module-content.pt-link {

		display: block;

	}

</style><style>
	.pt-3d-ih-content .grid__item {
    	width: 80%;
	}
	</style>






<meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' />
<script type="rocketlazyloadscript">window._wca = window._wca || [];</script>

	<!-- This site is optimized with the Yoast SEO plugin v19.9 - https://yoast.com/wordpress/plugins/seo/ -->
	<title>Obélias - L&#039;importance du Détail - Ingrédients de Pâtisserie</title><link rel="preload" as="style" href="https://fonts.googleapis.com/css?family=Roboto%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CRoboto%20Slab%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CSacramento%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CSorts%20Mill%20Goudy%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CPoppins%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&#038;display=swap" /><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CRoboto%20Slab%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CSacramento%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CSorts%20Mill%20Goudy%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CPoppins%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&#038;display=swap" media="print" onload="this.media='all'" /><noscript><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CRoboto%20Slab%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CSacramento%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CSorts%20Mill%20Goudy%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CPoppins%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&#038;display=swap" /></noscript>
	<meta name="description" content="Obélias est site spécialisé sur les ingrédients pour la pâtisserie et la chocolaterie. Venez découvrir nos produits uniques et originaux." />
	<link rel="canonical" href="https://obelias.co/" />
	<meta property="og:locale" content="fr_FR" />
	<meta property="og:type" content="website" />
	<meta property="og:title" content="Obélias - Ingrédients de Pâtisserie" />
	<meta property="og:description" content="Obélias est site spécialisé sur les ingrédients pour la pâtisserie et la chocolaterie. Venez découvrir nos produits uniques et originaux." />
	<meta property="og:url" content="https://obelias.co/" />
	<meta property="og:site_name" content="Obélias" />
	<meta property="article:modified_time" content="2021-07-23T16:34:09+00:00" />
	<meta property="og:image" content="https://obelias.co/wp-content/uploads/2020/11/2.jpg" />
	<meta name="twitter:card" content="summary_large_image" />
	<meta name="twitter:label1" content="Durée de lecture estimée" />
	<meta name="twitter:data1" content="4 minutes" />
	<script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"WebPage","@id":"https://obelias.co/","url":"https://obelias.co/","name":"Obélias - L'importance du Détail - Ingrédients de Pâtisserie","isPartOf":{"@id":"https://obelias.co/#website"},"about":{"@id":"https://obelias.co/#organization"},"primaryImageOfPage":{"@id":"https://obelias.co/#primaryimage"},"image":{"@id":"https://obelias.co/#primaryimage"},"thumbnailUrl":"https://obelias.co/wp-content/uploads/2020/11/2.jpg","datePublished":"2021-03-12T17:14:36+00:00","dateModified":"2021-07-23T16:34:09+00:00","description":"Obélias est site spécialisé sur les ingrédients pour la pâtisserie et la chocolaterie. Venez découvrir nos produits uniques et originaux.","breadcrumb":{"@id":"https://obelias.co/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https://obelias.co/"]}]},{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https://obelias.co/#primaryimage","url":"https://obelias.co/wp-content/uploads/2020/11/2.jpg","contentUrl":"https://obelias.co/wp-content/uploads/2020/11/2.jpg","width":820,"height":1080,"caption":"Tablettes de Chocolat avec inclusions de fleurs cristallisées"},{"@type":"BreadcrumbList","@id":"https://obelias.co/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil"}]},{"@type":"WebSite","@id":"https://obelias.co/#website","url":"https://obelias.co/","name":"Obélias","description":"L&#039;importance du détail","publisher":{"@id":"https://obelias.co/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://obelias.co/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"fr-FR"},{"@type":"Organization","@id":"https://obelias.co/#organization","name":"Obélias","url":"https://obelias.co/","logo":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https://obelias.co/#/schema/logo/image/","url":"https://obelias.co/wp-content/uploads/2020/10/4.jpg","contentUrl":"https://obelias.co/wp-content/uploads/2020/10/4.jpg","width":2050,"height":780,"caption":"Obélias"},"image":{"@id":"https://obelias.co/#/schema/logo/image/"},"sameAs":["https://www.pinterest.fr/ingredientsobelias/"]}]}</script>
	<meta name="p:domain_verify" content="4dfaa5445a79f544b820dc994fced68d" />
	<!-- / Yoast SEO plugin. -->


<link rel='dns-prefetch' href='//maps.googleapis.com' />
<link rel='dns-prefetch' href='//stats.wp.com' />
<link rel='dns-prefetch' href='//www.googletagmanager.com' />
<link href='https://fonts.gstatic.com' crossorigin rel='preconnect' />
<link rel="alternate" type="application/rss+xml" title="Obélias &raquo; Flux" href="https://obelias.co/feed" />
<link rel="alternate" type="application/rss+xml" title="Obélias &raquo; Flux des commentaires" href="https://obelias.co/comments/feed" />
<style type="text/css">
img.wp-smiley,
img.emoji {
	display: inline !important;
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 0.07em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}
</style>
	<link rel='stylesheet' id='wp-block-library-css'  href='https://obelias.co/wp-includes/css/dist/block-library/style.min.css?ver=6.0.8' type='text/css' media='all' />
<style id='wp-block-library-inline-css' type='text/css'>
.has-text-align-justify{text-align:justify;}
</style>
<link rel='stylesheet' id='nk-awb-css'  href='https://obelias.co/wp-content/plugins/advanced-backgrounds/assets/awb/awb.min.css?ver=1.9.4' type='text/css' media='all' />
<link rel='stylesheet' id='mediaelement-css'  href='https://obelias.co/wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css?ver=4.2.16' type='text/css' media='all' />
<link rel='stylesheet' id='wp-mediaelement-css'  href='https://obelias.co/wp-includes/js/mediaelement/wp-mediaelement.min.css?ver=6.0.8' type='text/css' media='all' />
<link rel='stylesheet' id='wc-blocks-vendors-style-css'  href='https://obelias.co/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-blocks-vendors-style.css?ver=10.0.6' type='text/css' media='all' />
<link rel='stylesheet' id='wc-blocks-style-css'  href='https://obelias.co/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-blocks-style.css?ver=10.0.6' type='text/css' media='all' />
<style id='global-styles-inline-css' type='text/css'>
body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--color--thb-accent: #bfab80;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--duotone--dark-grayscale: url('#wp-duotone-dark-grayscale');--wp--preset--duotone--grayscale: url('#wp-duotone-grayscale');--wp--preset--duotone--purple-yellow: url('#wp-duotone-purple-yellow');--wp--preset--duotone--blue-red: url('#wp-duotone-blue-red');--wp--preset--duotone--midnight: url('#wp-duotone-midnight');--wp--preset--duotone--magenta-yellow: url('#wp-duotone-magenta-yellow');--wp--preset--duotone--purple-green: url('#wp-duotone-purple-green');--wp--preset--duotone--blue-orange: url('#wp-duotone-blue-orange');--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
</style>
<style id='woocommerce-inline-inline-css' type='text/css'>
.woocommerce form .form-row .required { visibility: visible; }
</style>
<link rel='stylesheet' id='wpfront-notification-bar-css'  href='https://obelias.co/wp-content/plugins/wpfront-notification-bar/css/wpfront-notification-bar.min.css?ver=3.2.0.011614' type='text/css' media='all' />
<link rel='stylesheet' id='wpforms-classic-full-css'  href='https://obelias.co/wp-content/plugins/wpforms-lite/assets/css/frontend/classic/wpforms-full.min.css?ver=1.8.7.2' type='text/css' media='all' />
<link rel='stylesheet' id='wc-gateway-ppec-frontend-css'  href='https://obelias.co/wp-content/plugins/woocommerce-gateway-paypal-express-checkout/assets/css/wc-gateway-ppec-frontend.css?ver=2.1.3' type='text/css' media='all' />
<link rel='stylesheet' id='thb-app-css'  href='https://obelias.co/wp-content/themes/peakshops/assets/css/app.css?ver=1.3.6.1' type='text/css' media='all' />
<style id='thb-app-inline-css' type='text/css'>
.logo-holder .logolink .logoimg {max-height:125px;}.logo-holder .logolink .logoimg[src$=".svg"] {max-height:100%;height:125px;}@media screen and (max-width:1067px) {.header .logo-holder .logolink .logoimg {max-height:50px;}.header .logo-holder .logolink .logoimg[src$=".svg"] {max-height:100%;height:50px;}}h1, h2, h3, h4, h5, h6,.h1, .h2, .h3, .h4, .h5, .h6 {}body {}.thb-full-menu {}.thb-mobile-menu,.thb-secondary-menu {}em {}label {}input[type="submit"],submit,.button,.btn,.btn-block,.btn-text,.vc_btn3 {}.widget .thb-widget-title {}.thb-full-menu>.menu-item>a {}.thb-full-menu .menu-item .sub-menu .menu-item a {}.thb-secondary-area .thb-secondary-item,.thb-cart-amount .amount {}.thb-mobile-menu>li>a {}.thb-mobile-menu .sub-menu a {}#mobile-menu .thb-secondary-menu a {}#mobile-menu .side-panel-inner .mobile-menu-bottom .menu-footer {}#mobile-menu .side-panel-inner .mobile-menu-bottom .thb-social-links-container {}.widget .thb-widget-title {}.footer .widget .thb-widget-title {}.footer .widget,.footer .widget p {}.subfooter .thb-full-menu>.menu-item>a {}.subfooter p {}.subfooter .thb-social-links-container {}.thb-woocommerce-header.style1 .thb-shop-title,.thb-woocommerce-header.style2 .thb-shop-title,.thb-woocommerce-header.style3 .thb-shop-title {}.products .product .woocommerce-loop-product__title {}.products .product .amount {}.products .product .product-category {}.products .product .product-excerpt {}.products .product .button {}.thb-product-detail .product-information h1 {}.thb-product-detail .product-information .price .amount {}.thb-product-detail .product-information .entry-summary .woocommerce-product-details__short-description {}@media screen and (min-width:768px) {.thb-secondary-area .thb-secondary-item svg {height:18px;}}@media screen and (min-width:1068px) {h1,.h1 {}}h1,.h1 {}@media screen and (min-width:1068px) {h2 {}}h2 {}@media screen and (min-width:1068px) {h3 {}}h3 {}@media screen and (min-width:1068px) {h4 {}}h4 {}@media screen and (min-width:1068px) {h5 {}}h5 {}h6 {}.page-id-401 #wrapper div[role="main"],.postid-401 #wrapper div[role="main"] {}
</style>
<link rel='stylesheet' id='thb-style-css'  href='https://obelias.co/wp-content/themes/peakshops/style.css?ver=1.3.6.1' type='text/css' media='all' />
<link rel='stylesheet' id='elementor-icons-css'  href='https://obelias.co/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css?ver=5.16.0' type='text/css' media='all' />
<link rel='stylesheet' id='elementor-frontend-css'  href='https://obelias.co/wp-content/plugins/elementor/assets/css/frontend.min.css?ver=3.7.8' type='text/css' media='all' />
<link rel='stylesheet' id='elementor-post-391-css'  href='https://obelias.co/wp-content/uploads/elementor/css/post-391.css?ver=1666769801' type='text/css' media='all' />
<link rel='stylesheet' id='elementor-global-css'  href='https://obelias.co/wp-content/uploads/elementor/css/global.css?ver=1666769872' type='text/css' media='all' />
<link rel='stylesheet' id='elementor-post-401-css'  href='https://obelias.co/wp-content/uploads/elementor/css/post-401.css?ver=1666769873' type='text/css' media='all' />

<link rel='stylesheet' id='jetpack_css-css'  href='https://obelias.co/wp-content/plugins/jetpack/css/jetpack.css?ver=12.0.1' type='text/css' media='all' />
<script type="text/template" id="tmpl-variation-template">
	<div class="woocommerce-variation-description">{{{ data.variation.variation_description }}}</div>
	<div class="woocommerce-variation-price">{{{ data.variation.price_html }}}</div>
	<div class="woocommerce-variation-availability">{{{ data.variation.availability_html }}}</div>
</script>
<script type="text/template" id="tmpl-unavailable-variation-template">
	<p>Désolé, ce produit n&rsquo;est pas disponible. Veuillez choisir une combinaison différente.</p>
</script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://maps.googleapis.com/maps/api/js?key&#038;ver=6.0.8' id='enqueue_scripts-js'></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://obelias.co/wp-includes/js/jquery/jquery.min.js?ver=3.6.0' id='jquery-core-js'></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://obelias.co/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.3.2' id='jquery-migrate-js'></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://obelias.co/wp-content/plugins/1and1-wordpress-assistant/js/cookies.js?ver=6.0.8' id='1and1-wp-cookies-js'></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://obelias.co/wp-content/plugins/wpfront-notification-bar/js/wpfront-notification-bar.min.js?ver=3.2.0.011614' id='wpfront-notification-bar-js'></script>
<script type='text/javascript' id='kk-script-js-extra'>
/* <![CDATA[ */
var fetchCartItems = {"ajax_url":"https:\/\/obelias.co\/wp-admin\/admin-ajax.php","action":"kk_wc_fetchcartitems","nonce":"d0a22bcd5a","currency":"EUR"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://obelias.co/wp-content/plugins/kliken-marketing-for-google/assets/kk-script.js?ver=6.0.8' id='kk-script-js'></script>
<script defer type='text/javascript' src='https://stats.wp.com/s-202416.js' id='woocommerce-analytics-js'></script>
<link rel="https://api.w.org/" href="https://obelias.co/wp-json/" /><link rel="alternate" type="application/json" href="https://obelias.co/wp-json/wp/v2/pages/401" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://obelias.co/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://obelias.co/wp-includes/wlwmanifest.xml" /> 
<meta name="generator" content="WordPress 6.0.8" />
<meta name="generator" content="WooCommerce 7.7.2" />
<link rel='shortlink' href='https://obelias.co/' />
<link rel="alternate" type="application/json+oembed" href="https://obelias.co/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fobelias.co%2F" />
<link rel="alternate" type="text/xml+oembed" href="https://obelias.co/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fobelias.co%2F&#038;format=xml" />
<meta name="generator" content="Site Kit by Google 1.124.0" /><!-- HFCM by 99 Robots - Snippet # 1: Facebook -->
<meta name="facebook-domain-verification" content="uvyk89sne21evv4oooawiiwiz09vhb" />
<!-- /end HFCM by 99 Robots -->
	<style>img#wpstats{display:none}</style>
		<!-- Kliken Google Site Verification Token Tag --><meta name="google-site-verification" content="UA-180200680-2" />
<script type="rocketlazyloadscript" data-rocket-type="text/javascript">
	var _swaMa=["988524014"];"undefined"==typeof sw&&!function(e,s,a){function t(){for(;o[0]&&"loaded"==o[0][d];)i=o.shift(),i[w]=!c.parentNode.insertBefore(i,c)}for(var r,n,i,o=[],c=e.scripts[0],w="onreadystatechange",d="readyState";r=a.shift();)n=e.createElement(s),"async"in c?(n.async=!1,e.head.appendChild(n)):c[d]?(o.push(n),n[w]=t):e.write("<"+s+' src="'+r+'" defer></'+s+">"),n.src=r}(document,"script",["//analytics.sitewit.com/v3/"+_swaMa[0]+"/sw.js"]);
</script>
			<script type="rocketlazyloadscript"  data-rocket-type="text/javascript">
				!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?
					n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;
					n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;
					t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,
					document,'script','https://connect.facebook.net/en_US/fbevents.js');
			</script>
			<!-- WooCommerce Facebook Integration Begin -->
			<script type="rocketlazyloadscript"  data-rocket-type="text/javascript">

				fbq('init', '416356259429200', {}, {
    "agent": "woocommerce-7.7.2-3.1.15"
});

				fbq( 'track', 'PageView', {
    "source": "woocommerce",
    "version": "7.7.2",
    "pluginVersion": "3.1.15"
} );

				document.addEventListener( 'DOMContentLoaded', function() {
					// Insert placeholder for events injected when a product is added to the cart through AJAX.
					document.body.insertAdjacentHTML( 'beforeend', '<div class=\"wc-facebook-pixel-event-placeholder\"></div>' );
				}, false );

			</script>
			<!-- WooCommerce Facebook Integration End -->
			<style type="text/css">.broken_link, a.broken_link {
	text-decoration: line-through;
}</style>
<!-- Extrait Google Tag Manager ajouté par Site Kit -->
<script type="rocketlazyloadscript" data-rocket-type="text/javascript">
			( function( w, d, s, l, i ) {
				w[l] = w[l] || [];
				w[l].push( {'gtm.start': new Date().getTime(), event: 'gtm.js'} );
				var f = d.getElementsByTagName( s )[0],
					j = d.createElement( s ), dl = l != 'dataLayer' ? '&l=' + l : '';
				j.async = true;
				j.src = 'https://www.googletagmanager.com/gtm.js?id=' + i + dl;
				f.parentNode.insertBefore( j, f );
			} )( window, document, 'script', 'dataLayer', 'GTM-PKGLKTQ' );
			
</script>

<!-- Arrêter l&#039;extrait Google Tag Manager ajouté par Site Kit -->
<link rel="icon" href="https://obelias.co/wp-content/uploads/2020/10/cropped-2-32x32.png" sizes="32x32" />
<link rel="icon" href="https://obelias.co/wp-content/uploads/2020/10/cropped-2-192x192.png" sizes="192x192" />
<link rel="apple-touch-icon" href="https://obelias.co/wp-content/uploads/2020/10/cropped-2-180x180.png" />
<meta name="msapplication-TileImage" content="https://obelias.co/wp-content/uploads/2020/10/cropped-2-270x270.png" />
</head>
<body class="home page-template-default page page-id-401 wp-custom-logo theme-peakshops woocommerce-no-js subheader-full-width-off fixed-header-on fixed-header-scroll-on thb-header-search-style2 thb-dropdown-style1 right-click-on thb-quantity-style1 thb-borders-off thb-boxed-off thb-header-border-on thb-single-product-ajax-on wpb-js-composer js-comp-ver-6.4.0 vc_responsive elementor-default elementor-kit-391 elementor-page elementor-page-401">
		<!-- Extrait Google Tag Manager (noscript) ajouté par Site Kit -->
		<noscript>
			<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-PKGLKTQ" height="0" width="0" style="display:none;visibility:hidden"></iframe>
		</noscript>
		<!-- Arrêter l&#039;extrait Google Tag Manager (noscript) ajouté par Site Kit -->
		                <style type="text/css">
                #wpfront-notification-bar, #wpfront-notification-bar-editor            {
            background: #ffffff;
            background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ffffff));
            background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 100%);
            background: -o-linear-gradient(top, #ffffff 0%,#ffffff 100%);
            background: -ms-linear-gradient(top, #ffffff 0%,#ffffff 100%);
            background: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
            background-repeat: no-repeat;
                        }
            #wpfront-notification-bar div.wpfront-message, #wpfront-notification-bar-editor li, #wpfront-notification-bar-editor p            {
            color: #000000;
                        }
            #wpfront-notification-bar a.wpfront-button, #wpfront-notification-bar-editor a.wpfront-button            {
            background: #00b7ea;
            background: -moz-linear-gradient(top, #00b7ea 0%, #009ec3 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00b7ea), color-stop(100%,#009ec3));
            background: -webkit-linear-gradient(top, #00b7ea 0%,#009ec3 100%);
            background: -o-linear-gradient(top, #00b7ea 0%,#009ec3 100%);
            background: -ms-linear-gradient(top, #00b7ea 0%,#009ec3 100%);
            background: linear-gradient(to bottom, #00b7ea 0%, #009ec3 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b7ea', endColorstr='#009ec3',GradientType=0 );

            color: #ffffff;
            }
            #wpfront-notification-bar-open-button            {
            background-color: #00b7ea;
            right: 10px;
                        }
            #wpfront-notification-bar-open-button.top                {
                background-image: url(https://obelias.co/wp-content/plugins/wpfront-notification-bar/images/arrow_down.png);
                }

                #wpfront-notification-bar-open-button.bottom                {
                background-image: url(https://obelias.co/wp-content/plugins/wpfront-notification-bar/images/arrow_up.png);
                }
                #wpfront-notification-bar-table, .wpfront-notification-bar tbody, .wpfront-notification-bar tr            {
                        }
            #wpfront-notification-bar div.wpfront-close            {
            border: 1px solid #555555;
            background-color: #555555;
            color: #000000;
            }
            #wpfront-notification-bar div.wpfront-close:hover            {
            border: 1px solid #aaaaaa;
            background-color: #aaaaaa;
            }
             #wpfront-notification-bar-spacer { display:block; }                </style>
                            <div id="wpfront-notification-bar-spacer" class="wpfront-notification-bar-spacer  wpfront-fixed-position hidden">
                <div id="wpfront-notification-bar-open-button" aria-label="reopen" role="button" class="wpfront-notification-bar-open-button hidden top wpfront-bottom-shadow"></div>
                <div id="wpfront-notification-bar" class="wpfront-notification-bar wpfront-fixed  wpfront-fixed-position   top">
                                         
                        <table id="wpfront-notification-bar-table" border="0" cellspacing="0" cellpadding="0" role="presentation">
                            <tr>
                                <td>
                                 
                                <div class="wpfront-message wpfront-div">
                                    Livraison offerte à partir de 200€ d'achats !                                </div>
                                                                           
                                </td>
                            </tr>
                        </table>
                            </div>
            </div>
            
            <script type="rocketlazyloadscript" data-rocket-type="text/javascript">
                function __load_wpfront_notification_bar() {
                    if (typeof wpfront_notification_bar === "function") {
                        wpfront_notification_bar({"position":1,"height":0,"fixed_position":"on","animate_delay":0.5,"close_button":false,"button_action_close_bar":false,"auto_close_after":0,"display_after":1,"is_admin_bar_showing":false,"display_open_button":false,"keep_closed":false,"keep_closed_for":0,"position_offset":0,"display_scroll":false,"display_scroll_offset":100,"keep_closed_cookie":"wpfront-notification-bar-keep-closed","log":false,"id_suffix":"","log_prefix":"[WPFront Notification Bar]","theme_sticky_selector":"","set_max_views":false,"max_views":0,"max_views_for":0,"max_views_cookie":"wpfront-notification-bar-max-views"});
                    } else {
                                    setTimeout(__load_wpfront_notification_bar, 100);
                    }
                }
                __load_wpfront_notification_bar();
            </script>
            <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-dark-grayscale"><fecolormatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><fecomponenttransfer color-interpolation-filters="sRGB" ><fefuncr type="table" tablevalues="0 0.49803921568627" /><fefuncg type="table" tablevalues="0 0.49803921568627" /><fefuncb type="table" tablevalues="0 0.49803921568627" /><fefunca type="table" tablevalues="1 1" /></fecomponenttransfer><fecomposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-grayscale"><fecolormatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><fecomponenttransfer color-interpolation-filters="sRGB" ><fefuncr type="table" tablevalues="0 1" /><fefuncg type="table" tablevalues="0 1" /><fefuncb type="table" tablevalues="0 1" /><fefunca type="table" tablevalues="1 1" /></fecomponenttransfer><fecomposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-purple-yellow"><fecolormatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><fecomponenttransfer color-interpolation-filters="sRGB" ><fefuncr type="table" tablevalues="0.54901960784314 0.98823529411765" /><fefuncg type="table" tablevalues="0 1" /><fefuncb type="table" tablevalues="0.71764705882353 0.25490196078431" /><fefunca type="table" tablevalues="1 1" /></fecomponenttransfer><fecomposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-blue-red"><fecolormatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><fecomponenttransfer color-interpolation-filters="sRGB" ><fefuncr type="table" tablevalues="0 1" /><fefuncg type="table" tablevalues="0 0.27843137254902" /><fefuncb type="table" tablevalues="0.5921568627451 0.27843137254902" /><fefunca type="table" tablevalues="1 1" /></fecomponenttransfer><fecomposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-midnight"><fecolormatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><fecomponenttransfer color-interpolation-filters="sRGB" ><fefuncr type="table" tablevalues="0 0" /><fefuncg type="table" tablevalues="0 0.64705882352941" /><fefuncb type="table" tablevalues="0 1" /><fefunca type="table" tablevalues="1 1" /></fecomponenttransfer><fecomposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-magenta-yellow"><fecolormatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><fecomponenttransfer color-interpolation-filters="sRGB" ><fefuncr type="table" tablevalues="0.78039215686275 1" /><fefuncg type="table" tablevalues="0 0.94901960784314" /><fefuncb type="table" tablevalues="0.35294117647059 0.47058823529412" /><fefunca type="table" tablevalues="1 1" /></fecomponenttransfer><fecomposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-purple-green"><fecolormatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><fecomponenttransfer color-interpolation-filters="sRGB" ><fefuncr type="table" tablevalues="0.65098039215686 0.40392156862745" /><fefuncg type="table" tablevalues="0 1" /><fefuncb type="table" tablevalues="0.44705882352941 0.4" /><fefunca type="table" tablevalues="1 1" /></fecomponenttransfer><fecomposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-blue-orange"><fecolormatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><fecomponenttransfer color-interpolation-filters="sRGB" ><fefuncr type="table" tablevalues="0.098039215686275 1" /><fefuncg type="table" tablevalues="0 0.66274509803922" /><fefuncb type="table" tablevalues="0.84705882352941 0.41960784313725" /><fefunca type="table" tablevalues="1 1" /></fecomponenttransfer><fecomposite in2="SourceGraphic" operator="in" /></filter></defs></svg><!-- Start Wrapper -->
<div id="wrapper">
			<header class="header style4 thb-main-header thb-header-full-width-off light-header mobile-header-style1">
	<div class="header-logo-row">
		<div class="row align-middle">
							<div class="small-2 medium-3 columns hide-for-large">
						<div class="mobile-toggle-holder thb-secondary-item">
		<div class="mobile-toggle">
			<span></span><span></span><span></span>
		</div>
	</div>
					</div>
				<div class="small-8 medium-6 large-8 columns mobile-logo-column">
						<div class="logo-holder">
		<a href="https://obelias.co/" class="logolink" title="Obélias">
			<img src="http://obelias.co/wp-content/uploads/2020/10/4.jpg" loading="lazy" class="logoimg logo-dark" alt="Obélias" />
		</a>
	</div>
						<div class="thb-navbar">
						<nav class="full-menu">
	<ul id="menu-menu-principale" class="thb-full-menu"><li id="menu-item-228" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-228"><a href="https://obelias.co/categorie-produit/fleurs-cristallisees/premium">Fleurs Premiums</a></li>
<li id="menu-item-226" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-226"><a href="https://obelias.co/categorie-produit/fleurs-cristallisees/entiere">Fleurs Entières</a></li>
<li id="menu-item-227" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-227"><a href="https://obelias.co/categorie-produit/fleurs-cristallisees/petales">Pétales</a></li>
<li id="menu-item-225" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-225"><a href="https://obelias.co/categorie-produit/fleurs-cristallisees/eclats">Eclats de Fleurs</a></li>
</ul></nav>
					</div>
				</div>
				<div class="small-2 medium-3 large-4 columns">
						<div class="thb-secondary-area thb-separator-off">
			<div class="thb-secondary-item thb-quick-search has-dropdown">
					<span class="thb-item-text">Recherche</span>
						<div class="thb-item-icon-wrapper">
			<svg version="1.1" class="thb-search-icon" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="20.999px" height="20.999px" viewbox="0 0 20.999 20.999" enable-background="new 0 0 20.999 20.999" xml:space="preserve"><path d="M8.797,0C3.949,0,0,3.949,0,8.796c0,4.849,3.949,8.797,8.797,8.797c2.118,0,4.065-0.759,5.586-2.014l5.16,5.171	c0.333,0.332,0.874,0.332,1.206,0c0.333-0.333,0.333-0.874,0-1.207l-5.169-5.16c1.253-1.521,2.013-3.467,2.013-5.587	C17.593,3.949,13.645,0,8.797,0L8.797,0z M8.797,1.703c3.928,0,7.094,3.166,7.094,7.093c0,3.929-3.166,7.095-7.094,7.095	s-7.094-3.166-7.094-7.095C1.703,4.869,4.869,1.703,8.797,1.703z"/>
</svg>
		</div>
				<div class="thb-secondary-search thb-secondary-dropdown">
				<div class="thb-header-inline-search">
		<form role="search" method="get" class="woocommerce-product-search" action="https://obelias.co/">
	<label class="screen-reader-text" for="woocommerce-product-search-field-9997">Recherche pour :</label>
	<input type="search" id="woocommerce-product-search-field-9997" class="search-field" placeholder="Recherche de produits&hellip;" value="" name="s" />
	<select  name='product_cat' id='product_cat_9997' class='thb-category-select' >
	<option value='0' selected='selected'>All Categories</option>
	<option class="level-0" value="confiserie">Confiserie</option>
	<option class="level-0" value="petales">Pétales</option>
	<option class="level-0" value="fleurs-cristallisees">Fleurs Cristallisées</option>
	<option class="level-0" value="eclats">Éclats de Fleurs Cristallisées</option>
	<option class="level-0" value="entiere">Entière</option>
	<option class="level-0" value="premium">Premium</option>
	<option class="level-0" value="lot">Lot</option>
	<option class="level-0" value="ingredients">Ingrédients</option>
</select>
	<button type="submit" value="Recherche" aria-label="Recherche"><svg version="1.1" class="thb-search-icon" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="20.999px" height="20.999px" viewbox="0 0 20.999 20.999" enable-background="new 0 0 20.999 20.999" xml:space="preserve"><path d="M8.797,0C3.949,0,0,3.949,0,8.796c0,4.849,3.949,8.797,8.797,8.797c2.118,0,4.065-0.759,5.586-2.014l5.16,5.171	c0.333,0.332,0.874,0.332,1.206,0c0.333-0.333,0.333-0.874,0-1.207l-5.169-5.16c1.253-1.521,2.013-3.467,2.013-5.587	C17.593,3.949,13.645,0,8.797,0L8.797,0z M8.797,1.703c3.928,0,7.094,3.166,7.094,7.093c0,3.929-3.166,7.095-7.094,7.095	s-7.094-3.166-7.094-7.095C1.703,4.869,4.869,1.703,8.797,1.703z"/>
</svg>
</button>
	<input type="hidden" name="post_type" value="product" />
</form>
		<div class="thb-autocomplete-wrapper"></div>
	</div>
			</div>
	</div>
		<a class="thb-secondary-item thb-quick-profile" href="https://obelias.co/mon-compte" title="Mon Compte">
					<span class="thb-item-text">
				Mon Compte			</span>
							<svg version="1.1" class="thb-myaccount-icon" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewbox="0 0 18 20" xml:space="preserve">
<path stroke-width="0.1" stroke-miterlimit="10" d="M18,19.3c0,0.4-0.3,0.7-0.8,0.7c-0.4,0-0.8-0.3-0.8-0.7c0-3.9-3.3-7.1-7.5-7.1c-4.1,0-7.5,3.2-7.5,7.1	c0,0.4-0.3,0.7-0.8,0.7C0.3,20,0,19.7,0,19.3c0-4.7,4-8.5,9-8.5C14,10.7,18,14.6,18,19.3z M9,10.2c-3,0-5.4-2.3-5.4-5.1	C3.6,2.3,6,0,9,0c3,0,5.4,2.3,5.4,5.1C14.4,8,12,10.2,9,10.2z M9,8.8c2.1,0,3.9-1.6,3.9-3.7c0-2-1.7-3.7-3.9-3.7	c-2.1,0-3.9,1.6-3.9,3.7C5.1,7.1,6.9,8.8,9,8.8z"/>
</svg>
			</a>
				<div class="thb-secondary-item thb-quick-cart has-dropdown">
					<a href="https://obelias.co/panier" class="thb-item-text">Panier</a>
											<span class="thb-item-text thb-cart-amount"><span class="woocommerce-Price-amount amount"><bdi>0,00<span class="woocommerce-Price-currencySymbol">&euro;</span></bdi></span></span>
							<div class="thb-item-icon-wrapper">
							<span class="thb-item-icon">
					<svg version="1.1" class="thb-cart-icon thb-cart-icon-style3" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewbox="0 0 26 20" xml:space="preserve">
<style type="text/css">
	.st0{fill:none;stroke:#000000;stroke-width:0.5;stroke-miterlimit:10;}
</style>
<path d="M17.7,16.7c-0.8,0-1.5,0.7-1.5,1.5c0,0.8,0.7,1.5,1.5,1.5c0.8,0,1.5-0.7,1.5-1.5C19.2,17.4,18.6,16.7,17.7,16.7z	 M12.3,16.7c-0.8,0-1.5,0.7-1.5,1.5c0,0.8,0.7,1.5,1.5,1.5c0.8,0,1.5-0.7,1.5-1.5C13.8,17.4,13.1,16.7,12.3,16.7z M25.1,3.3	c-0.1,0-0.2-0.1-0.3-0.1H11.1c-0.4,0-0.8,0.3-0.8,0.8c0,0.4,0.3,0.7,0.8,0.7h12.6l-3.6,9H9.9L5,0.7C4.9,0.4,4.6,0.2,4.3,0.2H1.1	C0.6,0.2,0.3,0.6,0.3,1s0.3,0.8,0.8,0.8h2.7l4.9,13c0.1,0.3,0.4,0.5,0.7,0.5h11.2c0.3,0,0.6-0.2,0.7-0.5l4.2-10.5	C25.7,3.9,25.5,3.4,25.1,3.3z"/>
<path class="st0" d="M17.7,16.7c-0.8,0-1.5,0.7-1.5,1.5c0,0.8,0.7,1.5,1.5,1.5c0.8,0,1.5-0.7,1.5-1.5	C19.2,17.4,18.6,16.7,17.7,16.7z M12.3,16.7c-0.8,0-1.5,0.7-1.5,1.5c0,0.8,0.7,1.5,1.5,1.5c0.8,0,1.5-0.7,1.5-1.5	C13.8,17.4,13.1,16.7,12.3,16.7z M25.1,3.3c-0.1,0-0.2-0.1-0.3-0.1H11.1c-0.4,0-0.8,0.3-0.8,0.8c0,0.4,0.3,0.7,0.8,0.7h12.6	l-3.6,9H9.9L5,0.7C4.9,0.4,4.6,0.2,4.3,0.2H1.1C0.6,0.2,0.3,0.6,0.3,1s0.3,0.8,0.8,0.8h2.7l4.9,13c0.1,0.3,0.4,0.5,0.7,0.5h11.2	c0.3,0,0.6-0.2,0.7-0.5l4.2-10.5C25.7,3.9,25.5,3.4,25.1,3.3z"/>
</svg>
				</span>
										<span class="count thb-cart-count">0</span>
					</div>
					<div class="thb-secondary-cart thb-secondary-dropdown">
				<div class="widget woocommerce widget_shopping_cart"><div class="widget_shopping_cart_content"></div></div>							</div>
			</div>
		<div class="mobile-toggle-holder thb-secondary-item">
		<div class="mobile-toggle">
			<span></span><span></span><span></span>
		</div>
	</div>
		</div>
					</div>
					</div>
	</div>
</header>
		<div role="main">

							<div class="non-VC-page post-401 page type-page status-publish hentry">
									<div class="thb-page-title">
	<div class="row">
	<div class="small-12 columns">
		<div class="thb-breadcrumb-bar">
					</div>
	</div>
</div>
	<div class="row">
		<div class="small-12 columns">
			<div class="page-title">
				<h1></h1>
			</div>
		</div>
	</div>
</div>
								<div class="row">
					<div class="small-12 columns">
															<div data-elementor-type="wp-page" data-elementor-id="401" class="elementor elementor-401">
									<header class="elementor-section elementor-top-section elementor-element elementor-element-4289308c elementor-section-height-min-height elementor-section-content-middle elementor-section-stretched elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="4289308c" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;shape_divider_bottom&quot;:&quot;mountains&quot;,&quot;stretch_section&quot;:&quot;section-stretched&quot;}">
							<div class="elementor-background-overlay"></div>
						<div class="elementor-shape elementor-shape-bottom" data-negative="false">
			<svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 1000 100" preserveaspectratio="none">
	<path class="elementor-shape-fill" opacity="0.33" d="M473,67.3c-203.9,88.3-263.1-34-320.3,0C66,119.1,0,59.7,0,59.7V0h1000v59.7 c0,0-62.1,26.1-94.9,29.3c-32.8,3.3-62.8-12.3-75.8-22.1C806,49.6,745.3,8.7,694.9,4.7S492.4,59,473,67.3z"/>
	<path class="elementor-shape-fill" opacity="0.66" d="M734,67.3c-45.5,0-77.2-23.2-129.1-39.1c-28.6-8.7-150.3-10.1-254,39.1 s-91.7-34.4-149.2,0C115.7,118.3,0,39.8,0,39.8V0h1000v36.5c0,0-28.2-18.5-92.1-18.5C810.2,18.1,775.7,67.3,734,67.3z"/>
	<path class="elementor-shape-fill" d="M766.1,28.9c-200-57.5-266,65.5-395.1,19.5C242,1.8,242,5.4,184.8,20.6C128,35.8,132.3,44.9,89.9,52.5C28.6,63.7,0,0,0,0 h1000c0,0-9.9,40.9-83.6,48.1S829.6,47,766.1,28.9z"/>
</svg>		</div>
					<div class="elementor-container elementor-column-gap-extended">
					<div class="elementor-column elementor-col-66 elementor-top-column elementor-element elementor-element-c07ad7c" data-id="c07ad7c" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-3c41749b elementor-invisible elementor-widget elementor-widget-heading" data-id="3c41749b" data-element_type="widget" data-settings="{&quot;_animation&quot;:&quot;fadeInDown&quot;}" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h1 class="elementor-heading-title elementor-size-default">L'importance du détail...</h1>		</div>
				</div>
				<div class="elementor-element elementor-element-3553be93 elementor-invisible elementor-widget elementor-widget-heading" data-id="3553be93" data-element_type="widget" data-settings="{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:200}" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h3 class="elementor-heading-title elementor-size-small">Roses Premium</h3>		</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-90dc720" data-id="90dc720" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-2d9dd6cb elementor-align-right elementor-mobile-align-left elementor-invisible elementor-widget elementor-widget-button" data-id="2d9dd6cb" data-element_type="widget" data-settings="{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="button.default">
				<div class="elementor-widget-container">
					<div class="elementor-button-wrapper">
			<a href="https://obelias.co/produit/rose-premium-cristallisee" class="elementor-button-link elementor-button elementor-size-sm" role="button">
						<span class="elementor-button-content-wrapper">
						<span class="elementor-button-text">découvrir</span>
		</span>
					</a>
		</div>
				</div>
				</div>
					</div>
		</div>
							</div>
		</header>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-5dddfd44 elementor-section-stretched elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="5dddfd44" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;stretch_section&quot;:&quot;section-stretched&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-no">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-16f8e03d" data-id="16f8e03d" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<section class="elementor-section elementor-inner-section elementor-element elementor-element-690075a8 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="690075a8" data-element_type="section">
						<div class="elementor-container elementor-column-gap-extended">
					<div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-610317f3" data-id="610317f3" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-6ea0ea1b elementor-invisible elementor-widget elementor-widget-heading" data-id="6ea0ea1b" data-element_type="widget" data-settings="{&quot;_animation&quot;:&quot;fadeInDown&quot;}" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default">Ingrédients & décors</h2>		</div>
				</div>
				<div class="elementor-element elementor-element-3dba81a0 elementor-invisible elementor-widget elementor-widget-text-editor" data-id="3dba81a0" data-element_type="widget" data-settings="{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:200}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
							<p>Pâtisserie,Chocolaterie &amp; épicerie</p>						</div>
				</div>
				<div class="elementor-element elementor-element-4d6a5d25 elementor-widget elementor-widget-text-editor" data-id="4d6a5d25" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
							<p style="text-align: left;"><i><span style="font-weight: 400;">Chez <strong>Obélias</strong>, nous avons pour ambition de vous proposer des ingrédients pour la pâtisserie qui sont uniques et originaux. L’importance du détail est pour vous, comme pour nous, fondamentale.&nbsp;</span></i></p>
<p style="text-align: left;"><i><span style="font-weight: 400;">Et proposer de <strong>nouvelles créations</strong> à ses clients, se renouveler reste vital dans un milieu en perpétuelle évolution.</span></i></p>
<p style="text-align: left;"><i><span style="font-weight: 400;">&nbsp;C’est pourquoi, nous nous engageons à vous fournir, au travers de <strong>nos fleurs cristallisées</strong>, des ingrédients pour vos pâtisseries et diverses créations qui soient uniques et invitent aux songes…</span></i></p>						</div>
				</div>
					</div>
		</div>
							</div>
		</section>
					</div>
		</div>
							</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-6ecb3af elementor-section-content-middle elementor-section-stretched elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="6ecb3af" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;stretch_section&quot;:&quot;section-stretched&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-extended">
					<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-cb791f" data-id="cb791f" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-36ca00f6 elementor-widget elementor-widget-image" data-id="36ca00f6" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img width="820" height="1080" src="image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" class="attachment-full size-full thb-lazyload lazyload" alt="Tablettes de Chocolat avec inclusions de fleurs cristallisées" loading="lazy" sizes="(max-width: 820px) 100vw, 820px" data-src="https://obelias.co/wp-content/uploads/2020/11/2.jpg" data-sizes="auto" data-srcset="https://obelias.co/wp-content/uploads/2020/11/2.jpg 820w, https://obelias.co/wp-content/uploads/2020/11/2-228x300.jpg 228w, https://obelias.co/wp-content/uploads/2020/11/2-777x1024.jpg 777w, https://obelias.co/wp-content/uploads/2020/11/2-768x1012.jpg 768w, https://obelias.co/wp-content/uploads/2020/11/2-20x26.jpg 20w, https://obelias.co/wp-content/uploads/2020/11/2-290x382.jpg 290w, https://obelias.co/wp-content/uploads/2020/11/2-600x790.jpg 600w" />															</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-5ed0c575" data-id="5ed0c575" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-5656d4aa elementor-invisible elementor-widget elementor-widget-heading" data-id="5656d4aa" data-element_type="widget" data-settings="{&quot;_animation&quot;:&quot;fadeInDown&quot;}" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default">Utilisations</h2>		</div>
				</div>
				<div class="elementor-element elementor-element-34cc64a9 elementor-invisible elementor-widget elementor-widget-text-editor" data-id="34cc64a9" data-element_type="widget" data-settings="{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:200}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
							<p><span style="font-size: 8pt;">(liste non exhaustive)</span></p>						</div>
				</div>
				<div class="elementor-element elementor-element-63365104 elementor-widget elementor-widget-text-editor" data-id="63365104" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
							<p><b>Ingrédients pour la pâtisserie et la chocolaterie !</b></p><p><span style="font-weight: 400;">Toutes nos fleurs cristallisées sont prêtes à l’emploi. Pas besoin de passer 15 à 20 minutes à faire une rose en pâte d’amande, déposez directement votre </span><a href="https://obelias.co/produit/rose-premium-cristallisee"><span style="font-weight: 400;">Rose Cristallisée</span></a><span style="font-weight: 400;"> sur votre magnifique entremet chocolat ou sur votre somptueux gâteau de mariage. De plus, il s’agit d’une véritable fleur naturelle. De quoi impressionner !</span></p>						</div>
				</div>
				<div class="elementor-element elementor-element-6a4e5a58 elementor-widget elementor-widget-text-editor" data-id="6a4e5a58" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
							<p><b>Également pour les épiceries fines et les fleuristes aventuriers !</b></p><p><span style="font-weight: 400;">Besoin de renouveler votre gamme d’articles ? Proposez à vos clients des sachets, bocaux et boîtes de fleurs cristallisées. Prêts à la mise en rayon, ces nouveaux articles apporteront un vent de fraîcheur florale dans votre boutique.</span></p>						</div>
				</div>
				<div class="elementor-element elementor-element-42b0844d elementor-widget elementor-widget-text-editor" data-id="42b0844d" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
							<div style="text-align: right;">&#8211; Obélias. &#8211;</div>						</div>
				</div>
					</div>
		</div>
							</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-2046b11f elementor-section-stretched elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="2046b11f" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;shape_divider_top&quot;:&quot;mountains&quot;,&quot;stretch_section&quot;:&quot;section-stretched&quot;}">
							<div class="elementor-background-overlay"></div>
						<div class="elementor-shape elementor-shape-top" data-negative="false">
			<svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 1000 100" preserveaspectratio="none">
	<path class="elementor-shape-fill" opacity="0.33" d="M473,67.3c-203.9,88.3-263.1-34-320.3,0C66,119.1,0,59.7,0,59.7V0h1000v59.7 c0,0-62.1,26.1-94.9,29.3c-32.8,3.3-62.8-12.3-75.8-22.1C806,49.6,745.3,8.7,694.9,4.7S492.4,59,473,67.3z"/>
	<path class="elementor-shape-fill" opacity="0.66" d="M734,67.3c-45.5,0-77.2-23.2-129.1-39.1c-28.6-8.7-150.3-10.1-254,39.1 s-91.7-34.4-149.2,0C115.7,118.3,0,39.8,0,39.8V0h1000v36.5c0,0-28.2-18.5-92.1-18.5C810.2,18.1,775.7,67.3,734,67.3z"/>
	<path class="elementor-shape-fill" d="M766.1,28.9c-200-57.5-266,65.5-395.1,19.5C242,1.8,242,5.4,184.8,20.6C128,35.8,132.3,44.9,89.9,52.5C28.6,63.7,0,0,0,0 h1000c0,0-9.9,40.9-83.6,48.1S829.6,47,766.1,28.9z"/>
</svg>		</div>
					<div class="elementor-container elementor-column-gap-no">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-50e7da79" data-id="50e7da79" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-1b2384fa elementor-invisible elementor-widget elementor-widget-heading" data-id="1b2384fa" data-element_type="widget" data-settings="{&quot;_animation&quot;:&quot;fadeInDown&quot;}" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default">Nos Fleurs Cristallisées Premium</h2>		</div>
				</div>
				<div class="elementor-element elementor-element-391d152b elementor-invisible elementor-widget elementor-widget-text-editor" data-id="391d152b" data-element_type="widget" data-settings="{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:200}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
							<p>Artisanat</p>						</div>
				</div>
					</div>
		</div>
							</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-0545ce2 elementor-section-stretched elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="0545ce2" data-element_type="section" data-settings="{&quot;stretch_section&quot;:&quot;section-stretched&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-9489096" data-id="9489096" data-element_type="column">
			<div class="elementor-widget-wrap">
									</div>
		</div>
							</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-5c0dd317 elementor-section-content-middle elementor-section-stretched elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="5c0dd317" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;stretch_section&quot;:&quot;section-stretched&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-extended">
					<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-68c6a282" data-id="68c6a282" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
			<div class="elementor-widget-wrap elementor-element-populated">
					<div class="elementor-background-overlay"></div>
								<div class="elementor-element elementor-element-7470116a elementor-invisible elementor-widget elementor-widget-heading" data-id="7470116a" data-element_type="widget" data-settings="{&quot;_animation&quot;:&quot;fadeInDown&quot;}" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default">Compositions Françaises
</h2>		</div>
				</div>
				<div class="elementor-element elementor-element-315baeb6 elementor-invisible elementor-widget elementor-widget-text-editor" data-id="315baeb6" data-element_type="widget" data-settings="{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:200}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
							<p><span style="font-size: 8pt;">Douceur &amp; Tradition </span></p>						</div>
				</div>
				<div class="elementor-element elementor-element-4c9873d8 elementor-widget elementor-widget-text-editor" data-id="4c9873d8" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
							<p><span style="font-size: 12pt;">Au faite, qu&#8217;est ce qu&#8217; une fleur cristallisée?</span></p>						</div>
				</div>
				<div class="elementor-element elementor-element-e1f24b elementor-widget elementor-widget-text-editor" data-id="e1f24b" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
							<p style="text-align: left;"><span style="font-weight: 400;">Une fleur cristallisée est tout simplement une fleur qui se mange. </span></p><p style="text-align: left;"><span style="font-weight: 400;">Ainsi, elle est créée grâce à un processus unique qui consiste à enrober la fleur d’un mélange de gomme d’Acacia et de sucre.</span></p><p style="text-align: left;"><span style="font-weight: 400;"> Enfin, le sucre se cristallise et stabilise naturellement, ce qui permet une conservation de la fleur en l’état. Une fleur “quasi” éternelle !</span></p>						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-35980235" data-id="35980235" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-5c6c3a64 elementor-widget elementor-widget-image" data-id="5c6c3a64" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img width="2160" height="2160" src="image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" class="attachment-full size-full thb-lazyload lazyload" alt="Pétales de roses" loading="lazy" sizes="(max-width: 2160px) 100vw, 2160px" data-src="https://obelias.co/wp-content/uploads/2021/01/Sachet-petales-de-roses-1.jpg" data-sizes="auto" data-srcset="https://obelias.co/wp-content/uploads/2021/01/Sachet-petales-de-roses-1.jpg 2160w, https://obelias.co/wp-content/uploads/2021/01/Sachet-petales-de-roses-1-300x300.jpg 300w, https://obelias.co/wp-content/uploads/2021/01/Sachet-petales-de-roses-1-1024x1024.jpg 1024w, https://obelias.co/wp-content/uploads/2021/01/Sachet-petales-de-roses-1-150x150.jpg 150w, https://obelias.co/wp-content/uploads/2021/01/Sachet-petales-de-roses-1-768x768.jpg 768w, https://obelias.co/wp-content/uploads/2021/01/Sachet-petales-de-roses-1-1536x1536.jpg 1536w, https://obelias.co/wp-content/uploads/2021/01/Sachet-petales-de-roses-1-2048x2048.jpg 2048w, https://obelias.co/wp-content/uploads/2021/01/Sachet-petales-de-roses-1-180x180.jpg 180w, https://obelias.co/wp-content/uploads/2021/01/Sachet-petales-de-roses-1-855x855.jpg 855w, https://obelias.co/wp-content/uploads/2021/01/Sachet-petales-de-roses-1-20x20.jpg 20w, https://obelias.co/wp-content/uploads/2021/01/Sachet-petales-de-roses-1-290x290.jpg 290w, https://obelias.co/wp-content/uploads/2021/01/Sachet-petales-de-roses-1-1710x1710.jpg 1710w, https://obelias.co/wp-content/uploads/2021/01/Sachet-petales-de-roses-1-600x600.jpg 600w, https://obelias.co/wp-content/uploads/2021/01/Sachet-petales-de-roses-1-100x100.jpg 100w" />															</div>
				</div>
				<div class="elementor-element elementor-element-4f32ca37 elementor-widget elementor-widget-heading" data-id="4f32ca37" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default">Savoir-Faire</h2>		</div>
				</div>
				<div class="elementor-element elementor-element-3172ee95 elementor-widget elementor-widget-text-editor" data-id="3172ee95" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
							<p>Technique et minutieuse, la cristallisation d&#8217;une fleur demande un savoir-faire précieux hérité de nos aïeux.</p>						</div>
				</div>
				<div class="elementor-element elementor-element-4c59d70b elementor-widget elementor-widget-image" data-id="4c59d70b" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img width="1080" height="1080" src="image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" class="attachment-full size-full thb-lazyload lazyload" alt="Jasmins Premium Cristallisés" loading="lazy" sizes="(max-width: 1080px) 100vw, 1080px" data-src="https://obelias.co/wp-content/uploads/2020/11/Jasmin-Entier.jpg" data-sizes="auto" data-srcset="https://obelias.co/wp-content/uploads/2020/11/Jasmin-Entier.jpg 1080w, https://obelias.co/wp-content/uploads/2020/11/Jasmin-Entier-300x300.jpg 300w, https://obelias.co/wp-content/uploads/2020/11/Jasmin-Entier-1024x1024.jpg 1024w, https://obelias.co/wp-content/uploads/2020/11/Jasmin-Entier-150x150.jpg 150w, https://obelias.co/wp-content/uploads/2020/11/Jasmin-Entier-768x768.jpg 768w, https://obelias.co/wp-content/uploads/2020/11/Jasmin-Entier-180x180.jpg 180w, https://obelias.co/wp-content/uploads/2020/11/Jasmin-Entier-855x855.jpg 855w, https://obelias.co/wp-content/uploads/2020/11/Jasmin-Entier-20x20.jpg 20w, https://obelias.co/wp-content/uploads/2020/11/Jasmin-Entier-290x290.jpg 290w, https://obelias.co/wp-content/uploads/2020/11/Jasmin-Entier-600x600.jpg 600w, https://obelias.co/wp-content/uploads/2020/11/Jasmin-Entier-100x100.jpg 100w" />															</div>
				</div>
				<div class="elementor-element elementor-element-653baec3 elementor-widget elementor-widget-heading" data-id="653baec3" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default">Simplicité</h2>		</div>
				</div>
				<div class="elementor-element elementor-element-f7083e4 elementor-widget elementor-widget-text-editor" data-id="f7083e4" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
							<p>Ce que nous avons voulu retranscrire des fleurs est leur simplicité et leur élégance.</p>						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-1b607f93" data-id="1b607f93" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-1d83cac2 elementor-widget elementor-widget-image" data-id="1d83cac2" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img width="2160" height="2160" src="image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" class="attachment-full size-full thb-lazyload lazyload" alt="Entremet Chocolat &amp; Roses" loading="lazy" sizes="(max-width: 2160px) 100vw, 2160px" data-src="https://obelias.co/wp-content/uploads/2021/03/Entremet.jpg" data-sizes="auto" data-srcset="https://obelias.co/wp-content/uploads/2021/03/Entremet.jpg 2160w, https://obelias.co/wp-content/uploads/2021/03/Entremet-300x300.jpg 300w, https://obelias.co/wp-content/uploads/2021/03/Entremet-1024x1024.jpg 1024w, https://obelias.co/wp-content/uploads/2021/03/Entremet-150x150.jpg 150w, https://obelias.co/wp-content/uploads/2021/03/Entremet-768x768.jpg 768w, https://obelias.co/wp-content/uploads/2021/03/Entremet-1536x1536.jpg 1536w, https://obelias.co/wp-content/uploads/2021/03/Entremet-2048x2048.jpg 2048w, https://obelias.co/wp-content/uploads/2021/03/Entremet-500x500.jpg 500w, https://obelias.co/wp-content/uploads/2021/03/Entremet-800x800.jpg 800w, https://obelias.co/wp-content/uploads/2021/03/Entremet-1280x1280.jpg 1280w, https://obelias.co/wp-content/uploads/2021/03/Entremet-1920x1920.jpg 1920w, https://obelias.co/wp-content/uploads/2021/03/Entremet-180x180.jpg 180w, https://obelias.co/wp-content/uploads/2021/03/Entremet-855x855.jpg 855w, https://obelias.co/wp-content/uploads/2021/03/Entremet-20x20.jpg 20w, https://obelias.co/wp-content/uploads/2021/03/Entremet-290x290.jpg 290w, https://obelias.co/wp-content/uploads/2021/03/Entremet-1710x1710.jpg 1710w, https://obelias.co/wp-content/uploads/2021/03/Entremet-600x600.jpg 600w, https://obelias.co/wp-content/uploads/2021/03/Entremet-100x100.jpg 100w" />															</div>
				</div>
				<div class="elementor-element elementor-element-2050476d elementor-widget elementor-widget-heading" data-id="2050476d" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default">Innovation</h2>		</div>
				</div>
				<div class="elementor-element elementor-element-6886525e elementor-widget elementor-widget-text-editor" data-id="6886525e" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
							<p>Bien qu&#8217;ancestraux, nos procédés ont été réinventés pour vous permettre de toujours avoir les meilleurs fleurs possibles.</p>						</div>
				</div>
				<div class="elementor-element elementor-element-5071bbb elementor-widget elementor-widget-image" data-id="5071bbb" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img width="2160" height="2160" src="image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" class="attachment-full size-full thb-lazyload lazyload" alt="Entrée Fleurs cristallisées" loading="lazy" sizes="(max-width: 2160px) 100vw, 2160px" data-src="https://obelias.co/wp-content/uploads/2021/03/saint-Jacques-Truffes.jpg" data-sizes="auto" data-srcset="https://obelias.co/wp-content/uploads/2021/03/saint-Jacques-Truffes.jpg 2160w, https://obelias.co/wp-content/uploads/2021/03/saint-Jacques-Truffes-300x300.jpg 300w, https://obelias.co/wp-content/uploads/2021/03/saint-Jacques-Truffes-1024x1024.jpg 1024w, https://obelias.co/wp-content/uploads/2021/03/saint-Jacques-Truffes-150x150.jpg 150w, https://obelias.co/wp-content/uploads/2021/03/saint-Jacques-Truffes-768x768.jpg 768w, https://obelias.co/wp-content/uploads/2021/03/saint-Jacques-Truffes-1536x1536.jpg 1536w, https://obelias.co/wp-content/uploads/2021/03/saint-Jacques-Truffes-2048x2048.jpg 2048w, https://obelias.co/wp-content/uploads/2021/03/saint-Jacques-Truffes-500x500.jpg 500w, https://obelias.co/wp-content/uploads/2021/03/saint-Jacques-Truffes-800x800.jpg 800w, https://obelias.co/wp-content/uploads/2021/03/saint-Jacques-Truffes-1280x1280.jpg 1280w, https://obelias.co/wp-content/uploads/2021/03/saint-Jacques-Truffes-1920x1920.jpg 1920w, https://obelias.co/wp-content/uploads/2021/03/saint-Jacques-Truffes-180x180.jpg 180w, https://obelias.co/wp-content/uploads/2021/03/saint-Jacques-Truffes-855x855.jpg 855w, https://obelias.co/wp-content/uploads/2021/03/saint-Jacques-Truffes-20x20.jpg 20w, https://obelias.co/wp-content/uploads/2021/03/saint-Jacques-Truffes-290x290.jpg 290w, https://obelias.co/wp-content/uploads/2021/03/saint-Jacques-Truffes-1710x1710.jpg 1710w, https://obelias.co/wp-content/uploads/2021/03/saint-Jacques-Truffes-600x600.jpg 600w, https://obelias.co/wp-content/uploads/2021/03/saint-Jacques-Truffes-100x100.jpg 100w" />															</div>
				</div>
				<div class="elementor-element elementor-element-62f26ba8 elementor-widget elementor-widget-heading" data-id="62f26ba8" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default">Création</h2>		</div>
				</div>
				<div class="elementor-element elementor-element-369e9f23 elementor-widget elementor-widget-text-editor" data-id="369e9f23" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
							<p>Ce qui nous anime est la création. Vous proposer des fleurs pour accompagner vos créations.</p>						</div>
				</div>
					</div>
		</div>
							</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-f003334 elementor-section-stretched elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="f003334" data-element_type="section" data-settings="{&quot;stretch_section&quot;:&quot;section-stretched&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c8d25bb" data-id="c8d25bb" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<section class="elementor-section elementor-inner-section elementor-element elementor-element-3cca749d elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3cca749d" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-25f91379" data-id="25f91379" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-dae30e8 elementor-widget elementor-widget-image" data-id="dae30e8" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img width="1024" height="684" src="image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" class="attachment-large size-large thb-lazyload lazyload" alt="" loading="lazy" sizes="(max-width: 1024px) 100vw, 1024px" data-src="https://obelias.co/wp-content/uploads/2021/01/1000544-scaled-e1615481908308-1024x684.jpg" data-sizes="auto" data-srcset="https://obelias.co/wp-content/uploads/2021/01/1000544-scaled-e1615481908308-1024x684.jpg 1024w, https://obelias.co/wp-content/uploads/2021/01/1000544-scaled-e1615481908308-300x200.jpg 300w, https://obelias.co/wp-content/uploads/2021/01/1000544-scaled-e1615481908308-768x513.jpg 768w, https://obelias.co/wp-content/uploads/2021/01/1000544-scaled-e1615481908308-855x571.jpg 855w, https://obelias.co/wp-content/uploads/2021/01/1000544-scaled-e1615481908308-20x13.jpg 20w, https://obelias.co/wp-content/uploads/2021/01/1000544-scaled-e1615481908308-290x194.jpg 290w, https://obelias.co/wp-content/uploads/2021/01/1000544-scaled-e1615481908308-600x400.jpg 600w, https://obelias.co/wp-content/uploads/2021/01/1000544-scaled-e1615481908308-500x334.jpg 500w, https://obelias.co/wp-content/uploads/2021/01/1000544-scaled-e1615481908308-800x534.jpg 800w" />															</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-5f0ba0f4" data-id="5f0ba0f4" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-6df9bc85 elementor-widget elementor-widget-image" data-id="6df9bc85" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img width="1024" height="683" src="image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" class="attachment-large size-large thb-lazyload lazyload" alt="Vacherins avec Violette Cristallisée" loading="lazy" sizes="(max-width: 1024px) 100vw, 1024px" data-src="https://obelias.co/wp-content/uploads/2021/02/P1000380-1024x683.jpg" data-sizes="auto" data-srcset="https://obelias.co/wp-content/uploads/2021/02/P1000380-1024x683.jpg 1024w, https://obelias.co/wp-content/uploads/2021/02/P1000380-300x200.jpg 300w, https://obelias.co/wp-content/uploads/2021/02/P1000380-768x512.jpg 768w, https://obelias.co/wp-content/uploads/2021/02/P1000380-855x570.jpg 855w, https://obelias.co/wp-content/uploads/2021/02/P1000380-20x13.jpg 20w, https://obelias.co/wp-content/uploads/2021/02/P1000380-290x193.jpg 290w, https://obelias.co/wp-content/uploads/2021/02/P1000380-600x400.jpg 600w" />															</div>
				</div>
					</div>
		</div>
							</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-6cc5e438 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="6cc5e438" data-element_type="section">
						<div class="elementor-container elementor-column-gap-extended">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-3e77a0b" data-id="3e77a0b" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-79f5e36c elementor-widget elementor-widget-text-editor" data-id="79f5e36c" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
							<p style="text-align: center;"><strong><u>Pour votre boutique ou vos cérémonies</u></strong></p><p>Nous vous proposons toute une gamme de produits prête à la revente. Les conditionnements disponibles sont les sachets, les boites rondes et les bocaux.</p><p>Vous pouvez également nous demander et proposer des contenants particuliers via le formulaire de contact </p>						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-32223945" data-id="32223945" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-7c62eb1c elementor-widget elementor-widget-text-editor" data-id="7c62eb1c" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
							<p style="text-align: center;"><b><u>Pour vos pâtisseries ou chocolats</u></b></p><p>Mettez en valeur vos créations avec nos fleurs cristallisées. Apportez du volume et des couleurs à vos vacherins avec quelques <strong><a href="https://obelias.co/produit/violette-premium-cristallisee">Violettes Premium Cristallisées</a>.</strong></p><p>Mettez en valeur votre entremet chocolat à l&#8217;aide des <a href="https://obelias.co/produit/petales-de-roses-cristallisees"><strong>Pétales de Roses Cristallisées</strong></a>.</p>						</div>
				</div>
					</div>
		</div>
							</div>
		</section>
					</div>
		</div>
							</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-46d3716 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="46d3716" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-af5cef1" data-id="af5cef1" data-element_type="column">
			<div class="elementor-widget-wrap">
									</div>
		</div>
							</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-77e0d952 elementor-section-height-min-height elementor-section-content-middle elementor-section-stretched elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="77e0d952" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;shape_divider_top&quot;:&quot;wave-brush&quot;,&quot;stretch_section&quot;:&quot;section-stretched&quot;}">
							<div class="elementor-background-overlay"></div>
						<div class="elementor-shape elementor-shape-top" data-negative="false">
			<svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 283.5 27.8" preserveaspectratio="none">
	<path class="elementor-shape-fill" d="M283.5,9.7c0,0-7.3,4.3-14,4.6c-6.8,0.3-12.6,0-20.9-1.5c-11.3-2-33.1-10.1-44.7-5.7	s-12.1,4.6-18,7.4c-6.6,3.2-20,9.6-36.6,9.3C131.6,23.5,99.5,7.2,86.3,8c-1.4,0.1-6.6,0.8-10.5,2c-3.8,1.2-9.4,3.8-17,4.7	c-3.2,0.4-8.3,1.1-14.2,0.9c-1.5-0.1-6.3-0.4-12-1.6c-5.7-1.2-11-3.1-15.8-3.7C6.5,9.2,0,10.8,0,10.8V0h283.5V9.7z M260.8,11.3	c-0.7-1-2-0.4-4.3-0.4c-2.3,0-6.1-1.2-5.8-1.1c0.3,0.1,3.1,1.5,6,1.9C259.7,12.2,261.4,12.3,260.8,11.3z M242.4,8.6	c0,0-2.4-0.2-5.6-0.9c-3.2-0.8-10.3-2.8-15.1-3.5c-8.2-1.1-15.8,0-15.1,0.1c0.8,0.1,9.6-0.6,17.6,1.1c3.3,0.7,9.3,2.2,12.4,2.7	C239.9,8.7,242.4,8.6,242.4,8.6z M185.2,8.5c1.7-0.7-13.3,4.7-18.5,6.1c-2.1,0.6-6.2,1.6-10,2c-3.9,0.4-8.9,0.4-8.8,0.5	c0,0.2,5.8,0.8,11.2,0c5.4-0.8,5.2-1.1,7.6-1.6C170.5,14.7,183.5,9.2,185.2,8.5z M199.1,6.9c0.2,0-0.8-0.4-4.8,1.1	c-4,1.5-6.7,3.5-6.9,3.7c-0.2,0.1,3.5-1.8,6.6-3C197,7.5,199,6.9,199.1,6.9z M283,6c-0.1,0.1-1.9,1.1-4.8,2.5s-6.9,2.8-6.7,2.7	c0.2,0,3.5-0.6,7.4-2.5C282.8,6.8,283.1,5.9,283,6z M31.3,11.6c0.1-0.2-1.9-0.2-4.5-1.2s-5.4-1.6-7.8-2C15,7.6,7.3,8.5,7.7,8.6	C8,8.7,15.9,8.3,20.2,9.3c2.2,0.5,2.4,0.5,5.7,1.6S31.2,11.9,31.3,11.6z M73,9.2c0.4-0.1,3.5-1.6,8.4-2.6c4.9-1.1,8.9-0.5,8.9-0.8	c0-0.3-1-0.9-6.2-0.3S72.6,9.3,73,9.2z M71.6,6.7C71.8,6.8,75,5.4,77.3,5c2.3-0.3,1.9-0.5,1.9-0.6c0-0.1-1.1-0.2-2.7,0.2	C74.8,5.1,71.4,6.6,71.6,6.7z M93.6,4.4c0.1,0.2,3.5,0.8,5.6,1.8c2.1,1,1.8,0.6,1.9,0.5c0.1-0.1-0.8-0.8-2.4-1.3	C97.1,4.8,93.5,4.2,93.6,4.4z M65.4,11.1c-0.1,0.3,0.3,0.5,1.9-0.2s2.6-1.3,2.2-1.2s-0.9,0.4-2.5,0.8C65.3,10.9,65.5,10.8,65.4,11.1	z M34.5,12.4c-0.2,0,2.1,0.8,3.3,0.9c1.2,0.1,2,0.1,2-0.2c0-0.3-0.1-0.5-1.6-0.4C36.6,12.8,34.7,12.4,34.5,12.4z M152.2,21.1	c-0.1,0.1-2.4-0.3-7.5-0.3c-5,0-13.6-2.4-17.2-3.5c-3.6-1.1,10,3.9,16.5,4.1C150.5,21.6,152.3,21,152.2,21.1z"/>
	<path class="elementor-shape-fill" d="M269.6,18c-0.1-0.1-4.6,0.3-7.2,0c-7.3-0.7-17-3.2-16.6-2.9c0.4,0.3,13.7,3.1,17,3.3	C267.7,18.8,269.7,18,269.6,18z"/>
	<path class="elementor-shape-fill" d="M227.4,9.8c-0.2-0.1-4.5-1-9.5-1.2c-5-0.2-12.7,0.6-12.3,0.5c0.3-0.1,5.9-1.8,13.3-1.2	S227.6,9.9,227.4,9.8z"/>
	<path class="elementor-shape-fill" d="M204.5,13.4c-0.1-0.1,2-1,3.2-1.1c1.2-0.1,2,0,2,0.3c0,0.3-0.1,0.5-1.6,0.4	C206.4,12.9,204.6,13.5,204.5,13.4z"/>
	<path class="elementor-shape-fill" d="M201,10.6c0-0.1-4.4,1.2-6.3,2.2c-1.9,0.9-6.2,3.1-6.1,3.1c0.1,0.1,4.2-1.6,6.3-2.6	S201,10.7,201,10.6z"/>
	<path class="elementor-shape-fill" d="M154.5,26.7c-0.1-0.1-4.6,0.3-7.2,0c-7.3-0.7-17-3.2-16.6-2.9c0.4,0.3,13.7,3.1,17,3.3	C152.6,27.5,154.6,26.8,154.5,26.7z"/>
	<path class="elementor-shape-fill" d="M41.9,19.3c0,0,1.2-0.3,2.9-0.1c1.7,0.2,5.8,0.9,8.2,0.7c4.2-0.4,7.4-2.7,7-2.6	c-0.4,0-4.3,2.2-8.6,1.9c-1.8-0.1-5.1-0.5-6.7-0.4S41.9,19.3,41.9,19.3z"/>
	<path class="elementor-shape-fill" d="M75.5,12.6c0.2,0.1,2-0.8,4.3-1.1c2.3-0.2,2.1-0.3,2.1-0.5c0-0.1-1.8-0.4-3.4,0	C76.9,11.5,75.3,12.5,75.5,12.6z"/>
	<path class="elementor-shape-fill" d="M15.6,13.2c0-0.1,4.3,0,6.7,0.5c2.4,0.5,5,1.9,5,2c0,0.1-2.7-0.8-5.1-1.4	C19.9,13.7,15.7,13.3,15.6,13.2z"/>
</svg>		</div>
					<div class="elementor-container elementor-column-gap-extended">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-4175328c" data-id="4175328c" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-728d205 elementor-invisible elementor-widget elementor-widget-text-editor" data-id="728d205" data-element_type="widget" data-settings="{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:200}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
													</div>
				</div>
					</div>
		</div>
							</div>
		</section>
							</div>
																										</div>
				</div>
			</div>
				</div> <!-- End Main -->
		<div class="thb-woocommerce-notices-wrapper"></div>
	
<footer id="footer" class="footer light footer-full-width-off">
			<div class="row footer-row">
							<div class="small-12 medium-6 large-4 columns">
				<div id="text-3" class="widget widget_text"><div class="thb-widget-title">Qui sommes Nous ?</div>			<div class="textwidget"><p>Obelias est une entreprise familiale basée dans le sud-ouest de la France.<br />
Elle a pour but la promotion de produits et d&#8217;ingrédients de qualité à destination de la restauration, la pâtisserie et la chocolaterie.</p>
<p>Mail : <a href="mailto:info@lesfleurscristallisees.com">mm.obelias@gmail.com</a><br />
Tel. : 06.79.18.83.93</p>
</div>
		</div>			</div>
			<div class="small-12 medium-6 large-4 columns">
				<div id="nav_menu-3" class="widget widget_nav_menu"><div class="thb-widget-title">Liens</div><div class="menu-liens-container"><ul id="menu-liens" class="menu"><li id="menu-item-117" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-117"><a href="https://obelias.co/conditions-generales-de-vente">CONDITIONS GÉNÉRALES DE VENTE</a></li>
<li id="menu-item-118" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-118"><a href="https://obelias.co/politique-dexpedition">POLITIQUE D&#8217;EXPÉDITION</a></li>
<li id="menu-item-119" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-119"><a href="https://obelias.co/mentions-legales">MENTIONS LÉGALES</a></li>
<li id="menu-item-120" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-120"><a href="https://obelias.co/politique-de-remboursement">POLITIQUE DE REMBOURSEMENT</a></li>
</ul></div></div>			</div>
			<div class="small-12 large-4 columns">
					<div id="woocommerce_product_search-3" class="widget woocommerce widget_product_search"><form role="search" method="get" class="woocommerce-product-search" action="https://obelias.co/">
	<label class="screen-reader-text" for="woocommerce-product-search-field-0">Recherche pour :</label>
	<input type="search" id="woocommerce-product-search-field-0" class="search-field" placeholder="Recherche de produits&hellip;" value="" name="s" />
		<button type="submit" value="Recherche" aria-label="Recherche"><svg version="1.1" class="thb-search-icon" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="20.999px" height="20.999px" viewbox="0 0 20.999 20.999" enable-background="new 0 0 20.999 20.999" xml:space="preserve"><path d="M8.797,0C3.949,0,0,3.949,0,8.796c0,4.849,3.949,8.797,8.797,8.797c2.118,0,4.065-0.759,5.586-2.014l5.16,5.171	c0.333,0.332,0.874,0.332,1.206,0c0.333-0.333,0.333-0.874,0-1.207l-5.169-5.16c1.253-1.521,2.013-3.467,2.013-5.587	C17.593,3.949,13.645,0,8.797,0L8.797,0z M8.797,1.703c3.928,0,7.094,3.166,7.094,7.093c0,3.929-3.166,7.095-7.094,7.095	s-7.094-3.166-7.094-7.095C1.703,4.869,4.869,1.703,8.797,1.703z"/>
</svg>
</button>
	<input type="hidden" name="post_type" value="product" />
</form>
</div><div id="wpforms-widget-3" class="widget wpforms-widget"><div class="thb-widget-title">Nous Contacter</div><div class="wpforms-container wpforms-container-full" id="wpforms-124"><form id="wpforms-form-124" class="wpforms-validate wpforms-form" data-formid="124" method="post" enctype="multipart/form-data" action="/" data-token="a8f2efa3147b3d2c3f5d6316534fa735"><noscript class="wpforms-error-noscript">Veuillez activer JavaScript dans votre navigateur pour remplir ce formulaire.</noscript><div class="wpforms-field-container"><div id="wpforms-124-field_0-container" class="wpforms-field wpforms-field-name" data-field-id="0"><label class="wpforms-field-label" for="wpforms-124-field_0">Nom <span class="wpforms-required-label">*</span></label><div class="wpforms-field-row wpforms-field-medium"><div class="wpforms-field-row-block wpforms-first wpforms-one-half"><input type="text" id="wpforms-124-field_0" class="wpforms-field-name-first wpforms-field-required" name="wpforms[fields][0][first]" required><label for="wpforms-124-field_0" class="wpforms-field-sublabel after">Prénom</label></div><div class="wpforms-field-row-block wpforms-one-half"><input type="text" id="wpforms-124-field_0-last" class="wpforms-field-name-last wpforms-field-required" name="wpforms[fields][0][last]" required><label for="wpforms-124-field_0-last" class="wpforms-field-sublabel after">Nom</label></div></div></div><div id="wpforms-124-field_3-container" class="wpforms-field wpforms-field-name" data-field-id="3"><label class="wpforms-field-label" for="wpforms-124-field_3">Société</label><input type="text" id="wpforms-124-field_3" class="wpforms-field-medium" name="wpforms[fields][3]" ></div><div id="wpforms-124-field_1-container" class="wpforms-field wpforms-field-email" data-field-id="1"><label class="wpforms-field-label" for="wpforms-124-field_1">E-mail <span class="wpforms-required-label">*</span></label><input type="email" id="wpforms-124-field_1" class="wpforms-field-medium wpforms-field-required" name="wpforms[fields][1]" spellcheck="false" required></div><div id="wpforms-124-field_2-container" class="wpforms-field wpforms-field-textarea" data-field-id="2"><label class="wpforms-field-label" for="wpforms-124-field_2">Commentaire ou message <span class="wpforms-required-label">*</span></label><textarea id="wpforms-124-field_2" class="wpforms-field-medium wpforms-field-required" name="wpforms[fields][2]" required></textarea></div></div><!-- .wpforms-field-container --><div class="wpforms-submit-container" ><input type="hidden" name="wpforms[id]" value="124"><input type="hidden" name="wpforms[author]" value="1"><input type="hidden" name="wpforms[post_id]" value="401"><button type="submit" name="wpforms[submit]" id="wpforms-submit-124" class="wpforms-submit" data-alt-text="Envoi..." data-submit-text="Envoyer" aria-live="assertive" value="wpforms-submit">Envoyer</button></div></form></div>  <!-- .wpforms-container --></div>			</div>
				</div>
</footer>
<header class="header fixed fixed-style2 header-full-width fixed-header-full-width-on light-header thb-fixed-shadow-style1 mobile-header-style1">
	<div class="header-menu-row">
		<div class="row align-middle  full-width-row">
							<div class="small-2 medium-3 columns hide-for-large">
						<div class="mobile-toggle-holder thb-secondary-item">
		<div class="mobile-toggle">
			<span></span><span></span><span></span>
		</div>
	</div>
					</div>
				<div class="small-8 medium-6 large-8 columns mobile-logo-column">
						<div class="logo-holder">
		<a href="https://obelias.co/" class="logolink" title="Obélias">
			<img src="http://obelias.co/wp-content/uploads/2020/10/4.jpg" loading="lazy" class="logoimg logo-dark" alt="Obélias" />
		</a>
	</div>
						<div class="thb-navbar">
						<nav class="full-menu">
	<ul id="menu-menu-principale-1" class="thb-full-menu"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-228"><a href="https://obelias.co/categorie-produit/fleurs-cristallisees/premium">Fleurs Premiums</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-226"><a href="https://obelias.co/categorie-produit/fleurs-cristallisees/entiere">Fleurs Entières</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-227"><a href="https://obelias.co/categorie-produit/fleurs-cristallisees/petales">Pétales</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-225"><a href="https://obelias.co/categorie-produit/fleurs-cristallisees/eclats">Eclats de Fleurs</a></li>
</ul></nav>
					</div>
				</div>
				<div class="small-2 medium-3 large-4 columns">
						<div class="thb-secondary-area thb-separator-off">
			<div class="thb-secondary-item thb-quick-search has-dropdown">
					<span class="thb-item-text">Recherche</span>
						<div class="thb-item-icon-wrapper">
			<svg version="1.1" class="thb-search-icon" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="20.999px" height="20.999px" viewbox="0 0 20.999 20.999" enable-background="new 0 0 20.999 20.999" xml:space="preserve"><path d="M8.797,0C3.949,0,0,3.949,0,8.796c0,4.849,3.949,8.797,8.797,8.797c2.118,0,4.065-0.759,5.586-2.014l5.16,5.171	c0.333,0.332,0.874,0.332,1.206,0c0.333-0.333,0.333-0.874,0-1.207l-5.169-5.16c1.253-1.521,2.013-3.467,2.013-5.587	C17.593,3.949,13.645,0,8.797,0L8.797,0z M8.797,1.703c3.928,0,7.094,3.166,7.094,7.093c0,3.929-3.166,7.095-7.094,7.095	s-7.094-3.166-7.094-7.095C1.703,4.869,4.869,1.703,8.797,1.703z"/>
</svg>
		</div>
				<div class="thb-secondary-search thb-secondary-dropdown">
				<div class="thb-header-inline-search">
		<form role="search" method="get" class="woocommerce-product-search" action="https://obelias.co/">
	<label class="screen-reader-text" for="woocommerce-product-search-field-9997">Recherche pour :</label>
	<input type="search" id="woocommerce-product-search-field-9997" class="search-field" placeholder="Recherche de produits&hellip;" value="" name="s" />
	<select  name='product_cat' id='product_cat_9997' class='thb-category-select' >
	<option value='0' selected='selected'>All Categories</option>
	<option class="level-0" value="confiserie">Confiserie</option>
	<option class="level-0" value="petales">Pétales</option>
	<option class="level-0" value="fleurs-cristallisees">Fleurs Cristallisées</option>
	<option class="level-0" value="eclats">Éclats de Fleurs Cristallisées</option>
	<option class="level-0" value="entiere">Entière</option>
	<option class="level-0" value="premium">Premium</option>
	<option class="level-0" value="lot">Lot</option>
	<option class="level-0" value="ingredients">Ingrédients</option>
</select>
	<button type="submit" value="Recherche" aria-label="Recherche"><svg version="1.1" class="thb-search-icon" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="20.999px" height="20.999px" viewbox="0 0 20.999 20.999" enable-background="new 0 0 20.999 20.999" xml:space="preserve"><path d="M8.797,0C3.949,0,0,3.949,0,8.796c0,4.849,3.949,8.797,8.797,8.797c2.118,0,4.065-0.759,5.586-2.014l5.16,5.171	c0.333,0.332,0.874,0.332,1.206,0c0.333-0.333,0.333-0.874,0-1.207l-5.169-5.16c1.253-1.521,2.013-3.467,2.013-5.587	C17.593,3.949,13.645,0,8.797,0L8.797,0z M8.797,1.703c3.928,0,7.094,3.166,7.094,7.093c0,3.929-3.166,7.095-7.094,7.095	s-7.094-3.166-7.094-7.095C1.703,4.869,4.869,1.703,8.797,1.703z"/>
</svg>
</button>
	<input type="hidden" name="post_type" value="product" />
</form>
		<div class="thb-autocomplete-wrapper"></div>
	</div>
			</div>
	</div>
		<a class="thb-secondary-item thb-quick-profile" href="https://obelias.co/mon-compte" title="Mon Compte">
					<span class="thb-item-text">
				Mon Compte			</span>
							<svg version="1.1" class="thb-myaccount-icon" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewbox="0 0 18 20" xml:space="preserve">
<path stroke-width="0.1" stroke-miterlimit="10" d="M18,19.3c0,0.4-0.3,0.7-0.8,0.7c-0.4,0-0.8-0.3-0.8-0.7c0-3.9-3.3-7.1-7.5-7.1c-4.1,0-7.5,3.2-7.5,7.1	c0,0.4-0.3,0.7-0.8,0.7C0.3,20,0,19.7,0,19.3c0-4.7,4-8.5,9-8.5C14,10.7,18,14.6,18,19.3z M9,10.2c-3,0-5.4-2.3-5.4-5.1	C3.6,2.3,6,0,9,0c3,0,5.4,2.3,5.4,5.1C14.4,8,12,10.2,9,10.2z M9,8.8c2.1,0,3.9-1.6,3.9-3.7c0-2-1.7-3.7-3.9-3.7	c-2.1,0-3.9,1.6-3.9,3.7C5.1,7.1,6.9,8.8,9,8.8z"/>
</svg>
			</a>
				<div class="thb-secondary-item thb-quick-cart has-dropdown">
					<a href="https://obelias.co/panier" class="thb-item-text">Panier</a>
											<span class="thb-item-text thb-cart-amount"><span class="woocommerce-Price-amount amount"><bdi>0,00<span class="woocommerce-Price-currencySymbol">&euro;</span></bdi></span></span>
							<div class="thb-item-icon-wrapper">
							<span class="thb-item-icon">
					<svg version="1.1" class="thb-cart-icon thb-cart-icon-style3" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewbox="0 0 26 20" xml:space="preserve">
<style type="text/css">
	.st0{fill:none;stroke:#000000;stroke-width:0.5;stroke-miterlimit:10;}
</style>
<path d="M17.7,16.7c-0.8,0-1.5,0.7-1.5,1.5c0,0.8,0.7,1.5,1.5,1.5c0.8,0,1.5-0.7,1.5-1.5C19.2,17.4,18.6,16.7,17.7,16.7z	 M12.3,16.7c-0.8,0-1.5,0.7-1.5,1.5c0,0.8,0.7,1.5,1.5,1.5c0.8,0,1.5-0.7,1.5-1.5C13.8,17.4,13.1,16.7,12.3,16.7z M25.1,3.3	c-0.1,0-0.2-0.1-0.3-0.1H11.1c-0.4,0-0.8,0.3-0.8,0.8c0,0.4,0.3,0.7,0.8,0.7h12.6l-3.6,9H9.9L5,0.7C4.9,0.4,4.6,0.2,4.3,0.2H1.1	C0.6,0.2,0.3,0.6,0.3,1s0.3,0.8,0.8,0.8h2.7l4.9,13c0.1,0.3,0.4,0.5,0.7,0.5h11.2c0.3,0,0.6-0.2,0.7-0.5l4.2-10.5	C25.7,3.9,25.5,3.4,25.1,3.3z"/>
<path class="st0" d="M17.7,16.7c-0.8,0-1.5,0.7-1.5,1.5c0,0.8,0.7,1.5,1.5,1.5c0.8,0,1.5-0.7,1.5-1.5	C19.2,17.4,18.6,16.7,17.7,16.7z M12.3,16.7c-0.8,0-1.5,0.7-1.5,1.5c0,0.8,0.7,1.5,1.5,1.5c0.8,0,1.5-0.7,1.5-1.5	C13.8,17.4,13.1,16.7,12.3,16.7z M25.1,3.3c-0.1,0-0.2-0.1-0.3-0.1H11.1c-0.4,0-0.8,0.3-0.8,0.8c0,0.4,0.3,0.7,0.8,0.7h12.6	l-3.6,9H9.9L5,0.7C4.9,0.4,4.6,0.2,4.3,0.2H1.1C0.6,0.2,0.3,0.6,0.3,1s0.3,0.8,0.8,0.8h2.7l4.9,13c0.1,0.3,0.4,0.5,0.7,0.5h11.2	c0.3,0,0.6-0.2,0.7-0.5l4.2-10.5C25.7,3.9,25.5,3.4,25.1,3.3z"/>
</svg>
				</span>
										<span class="count thb-cart-count">0</span>
					</div>
					<div class="thb-secondary-cart thb-secondary-dropdown">
				<div class="widget woocommerce widget_shopping_cart"><div class="widget_shopping_cart_content"></div></div>							</div>
			</div>
		<div class="mobile-toggle-holder thb-secondary-item">
		<div class="mobile-toggle">
			<span></span><span></span><span></span>
		</div>
	</div>
		</div>
					</div>
					</div>
	</div>
</header>
	<div class="click-capture"></div>
	</div> <!-- End Wrapper -->
		<a id="scroll_to_top">
			<i class="thb-icon-up-open-mini"></i>
		</a>
				<div class="thb-quickview-wrapper">
			<header class="side-panel-header">
				<span>Quick Shop</span>
				<div class="thb-close thb-quickview-close" title="Close"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" x="0" y="0" width="12" height="12" viewbox="1.1 1.1 12 12" enable-background="new 1.1 1.1 12 12" xml:space="preserve"><path d="M8.3 7.1l4.6-4.6c0.3-0.3 0.3-0.8 0-1.2 -0.3-0.3-0.8-0.3-1.2 0L7.1 5.9 2.5 1.3c-0.3-0.3-0.8-0.3-1.2 0 -0.3 0.3-0.3 0.8 0 1.2L5.9 7.1l-4.6 4.6c-0.3 0.3-0.3 0.8 0 1.2s0.8 0.3 1.2 0L7.1 8.3l4.6 4.6c0.3 0.3 0.8 0.3 1.2 0 0.3-0.3 0.3-0.8 0-1.2L8.3 7.1z"/></svg></div>
			</header>
			<div class="thb-quickview-content"></div>
		</div>
				<aside class="share_screen" id="right_click_content">
			<div class="row align-center">
				<div class="small-12 medium-8 large-6 columns">
					<h4 class="text-center">You can toggle right click protection within Theme Options and customize this message as well.</h4><p class="text-center">You can also add shortcodes here.</p>				</div>
			</div>
		</aside>
		<nav id="mobile-menu" class="style1 side-panel light dark-scroll" data-behaviour="thb-submenu">
	<header class="side-panel-header">
		<span>Menu</span>
		<div class="thb-mobile-close thb-close" title="Close"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" x="0" y="0" width="12" height="12" viewbox="1.1 1.1 12 12" enable-background="new 1.1 1.1 12 12" xml:space="preserve"><path d="M8.3 7.1l4.6-4.6c0.3-0.3 0.3-0.8 0-1.2 -0.3-0.3-0.8-0.3-1.2 0L7.1 5.9 2.5 1.3c-0.3-0.3-0.8-0.3-1.2 0 -0.3 0.3-0.3 0.8 0 1.2L5.9 7.1l-4.6 4.6c-0.3 0.3-0.3 0.8 0 1.2s0.8 0.3 1.2 0L7.1 8.3l4.6 4.6c0.3 0.3 0.8 0.3 1.2 0 0.3-0.3 0.3-0.8 0-1.2L8.3 7.1z"/></svg></div>
	</header>
	<div class="side-panel-inner" id="mobile_menu_scroll">

		<div class="mobile-menu-top">
			<form role="search" method="get" class="woocommerce-product-search" action="https://obelias.co/">
	<label class="screen-reader-text" for="woocommerce-product-search-field-999">Recherche pour :</label>
	<input type="search" id="woocommerce-product-search-field-999" class="search-field" placeholder="Recherche de produits&hellip;" value="" name="s" />
		<button type="submit" value="Recherche" aria-label="Recherche"><svg version="1.1" class="thb-search-icon" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="20.999px" height="20.999px" viewbox="0 0 20.999 20.999" enable-background="new 0 0 20.999 20.999" xml:space="preserve"><path d="M8.797,0C3.949,0,0,3.949,0,8.796c0,4.849,3.949,8.797,8.797,8.797c2.118,0,4.065-0.759,5.586-2.014l5.16,5.171	c0.333,0.332,0.874,0.332,1.206,0c0.333-0.333,0.333-0.874,0-1.207l-5.169-5.16c1.253-1.521,2.013-3.467,2.013-5.587	C17.593,3.949,13.645,0,8.797,0L8.797,0z M8.797,1.703c3.928,0,7.094,3.166,7.094,7.093c0,3.929-3.166,7.095-7.094,7.095	s-7.094-3.166-7.094-7.095C1.703,4.869,4.869,1.703,8.797,1.703z"/>
</svg>
</button>
	<input type="hidden" name="post_type" value="product" />
</form>
<ul id="menu-menu-principale-2" class="thb-mobile-menu"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-228"><a href="https://obelias.co/categorie-produit/fleurs-cristallisees/premium">Fleurs Premiums</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-226"><a href="https://obelias.co/categorie-produit/fleurs-cristallisees/entiere">Fleurs Entières</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-227"><a href="https://obelias.co/categorie-produit/fleurs-cristallisees/petales">Pétales</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-225"><a href="https://obelias.co/categorie-produit/fleurs-cristallisees/eclats">Eclats de Fleurs</a></li>
</ul>					</div>
		<div class="mobile-menu-bottom">
								</div>
	</div>
	<div class="thb-mobile-menu-switchers">
					<div class="thb-currency-switcher-mobile">
			</div>
		</div>
</nav>
			<!-- Facebook Pixel Code -->
			<noscript>
				<img
					height="1"
					width="1"
					style="display:none"
					alt="fbpx"
					src="https://www.facebook.com/tr?id=416356259429200&ev=PageView&noscript=1"
				/>
			</noscript>
			<!-- End Facebook Pixel Code -->
				<script type="rocketlazyloadscript" data-rocket-type="text/javascript">
		(function () {
			var c = document.body.className;
			c = c.replace(/woocommerce-no-js/, 'woocommerce-js');
			document.body.className = c;
		})();
	</script>
	<link rel='stylesheet' id='e-animations-css'  href='https://obelias.co/wp-content/plugins/elementor/assets/lib/animations/animations.min.css?ver=3.7.8' type='text/css' media='all' />
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://obelias.co/wp-content/plugins/advanced-backgrounds/assets/vendor/jarallax/jarallax.min.js?ver=2.0.4' id='jarallax-js'></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://obelias.co/wp-content/plugins/advanced-backgrounds/assets/vendor/jarallax/jarallax-video.min.js?ver=2.0.4' id='jarallax-video-js'></script>
<script type='text/javascript' id='nk-awb-js-extra'>
/* <![CDATA[ */
var AWBData = {"settings":{"disable_parallax":[],"disable_video":[],"full_width_fallback":false}};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://obelias.co/wp-content/plugins/advanced-backgrounds/assets/awb/awb.min.js?ver=1.9.4' id='nk-awb-js'></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://obelias.co/wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js?ver=2.7.0-wc.7.7.2' id='jquery-blockui-js'></script>
<script type='text/javascript' id='wc-add-to-cart-js-extra'>
/* <![CDATA[ */
var wc_add_to_cart_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%","i18n_view_cart":"Voir le panier","cart_url":"https:\/\/obelias.co\/panier","is_cart":"","cart_redirect_after_add":"no"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://obelias.co/wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart.min.js?ver=7.7.2' id='wc-add-to-cart-js'></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://obelias.co/wp-content/plugins/woocommerce/assets/js/js-cookie/js.cookie.min.js?ver=2.1.4-wc.7.7.2' id='js-cookie-js'></script>
<script type='text/javascript' id='woocommerce-js-extra'>
/* <![CDATA[ */
var woocommerce_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://obelias.co/wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js?ver=7.7.2' id='woocommerce-js'></script>
<script type='text/javascript' id='wc-cart-fragments-js-extra'>
/* <![CDATA[ */
var wc_cart_fragments_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%","cart_hash_key":"wc_cart_hash_36a379dbd89a99506231b1a2d664c22a","fragment_name":"wc_fragments_36a379dbd89a99506231b1a2d664c22a","request_timeout":"5000"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://obelias.co/wp-content/plugins/woocommerce/assets/js/frontend/cart-fragments.min.js?ver=7.7.2' id='wc-cart-fragments-js'></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' id='wc-cart-fragments-js-after'>
		jQuery( 'body' ).bind( 'wc_fragments_refreshed', function() {
			var jetpackLazyImagesLoadEvent;
			try {
				jetpackLazyImagesLoadEvent = new Event( 'jetpack-lazy-images-load', {
					bubbles: true,
					cancelable: true
				} );
			} catch ( e ) {
				jetpackLazyImagesLoadEvent = document.createEvent( 'Event' )
				jetpackLazyImagesLoadEvent.initEvent( 'jetpack-lazy-images-load', true, true );
			}
			jQuery( 'body' ).get( 0 ).dispatchEvent( jetpackLazyImagesLoadEvent );
		} );
		
</script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' id='rocket-browser-checker-js-after'>
"use strict";var _createClass=function(){function defineProperties(target,props){for(var i=0;i<props.length;i++){var descriptor=props[i];descriptor.enumerable=descriptor.enumerable||!1,descriptor.configurable=!0,"value"in descriptor&&(descriptor.writable=!0),Object.defineProperty(target,descriptor.key,descriptor)}}return function(Constructor,protoProps,staticProps){return protoProps&&defineProperties(Constructor.prototype,protoProps),staticProps&&defineProperties(Constructor,staticProps),Constructor}}();function _classCallCheck(instance,Constructor){if(!(instance instanceof Constructor))throw new TypeError("Cannot call a class as a function")}var RocketBrowserCompatibilityChecker=function(){function RocketBrowserCompatibilityChecker(options){_classCallCheck(this,RocketBrowserCompatibilityChecker),this.passiveSupported=!1,this._checkPassiveOption(this),this.options=!!this.passiveSupported&&options}return _createClass(RocketBrowserCompatibilityChecker,[{key:"_checkPassiveOption",value:function(self){try{var options={get passive(){return!(self.passiveSupported=!0)}};window.addEventListener("test",null,options),window.removeEventListener("test",null,options)}catch(err){self.passiveSupported=!1}}},{key:"initRequestIdleCallback",value:function(){!1 in window&&(window.requestIdleCallback=function(cb){var start=Date.now();return setTimeout(function(){cb({didTimeout:!1,timeRemaining:function(){return Math.max(0,50-(Date.now()-start))}})},1)}),!1 in window&&(window.cancelIdleCallback=function(id){return clearTimeout(id)})}},{key:"isDataSaverModeOn",value:function(){return"connection"in navigator&&!0===navigator.connection.saveData}},{key:"supportsLinkPrefetch",value:function(){var elem=document.createElement("link");return elem.relList&&elem.relList.supports&&elem.relList.supports("prefetch")&&window.IntersectionObserver&&"isIntersecting"in IntersectionObserverEntry.prototype}},{key:"isSlowConnection",value:function(){return"connection"in navigator&&"effectiveType"in navigator.connection&&("2g"===navigator.connection.effectiveType||"slow-2g"===navigator.connection.effectiveType)}}]),RocketBrowserCompatibilityChecker}();
</script>
<script type='text/javascript' id='rocket-preload-links-js-extra'>
/* <![CDATA[ */
var RocketPreloadLinksConfig = {"excludeUris":"\/(?:.+\/)?feed(?:\/(?:.+\/?)?)?$|\/(?:.+\/)?embed\/|\/commander(.*)|\/panier|\/mon-compte(.*)|\/wc-api\/v(.*)|\/(index\\.php\/)?wp\\-json(\/.*|$)|\/refer\/|\/go\/|\/recommend\/|\/recommends\/","usesTrailingSlash":"1","imageExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php","fileExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php|html|htm","siteUrl":"https:\/\/obelias.co","onHoverDelay":"100","rateThrottle":"3"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' id='rocket-preload-links-js-after'>
(function() {
"use strict";var r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e=function(){function i(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(e,t,n){return t&&i(e.prototype,t),n&&i(e,n),e}}();function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var t=function(){function n(e,t){i(this,n),this.browser=e,this.config=t,this.options=this.browser.options,this.prefetched=new Set,this.eventTime=null,this.threshold=1111,this.numOnHover=0}return e(n,[{key:"init",value:function(){!this.browser.supportsLinkPrefetch()||this.browser.isDataSaverModeOn()||this.browser.isSlowConnection()||(this.regex={excludeUris:RegExp(this.config.excludeUris,"i"),images:RegExp(".("+this.config.imageExt+")$","i"),fileExt:RegExp(".("+this.config.fileExt+")$","i")},this._initListeners(this))}},{key:"_initListeners",value:function(e){-1<this.config.onHoverDelay&&document.addEventListener("mouseover",e.listener.bind(e),e.listenerOptions),document.addEventListener("mousedown",e.listener.bind(e),e.listenerOptions),document.addEventListener("touchstart",e.listener.bind(e),e.listenerOptions)}},{key:"listener",value:function(e){var t=e.target.closest("a"),n=this._prepareUrl(t);if(null!==n)switch(e.type){case"mousedown":case"touchstart":this._addPrefetchLink(n);break;case"mouseover":this._earlyPrefetch(t,n,"mouseout")}}},{key:"_earlyPrefetch",value:function(t,e,n){var i=this,r=setTimeout(function(){if(r=null,0===i.numOnHover)setTimeout(function(){return i.numOnHover=0},1e3);else if(i.numOnHover>i.config.rateThrottle)return;i.numOnHover++,i._addPrefetchLink(e)},this.config.onHoverDelay);t.addEventListener(n,function e(){t.removeEventListener(n,e,{passive:!0}),null!==r&&(clearTimeout(r),r=null)},{passive:!0})}},{key:"_addPrefetchLink",value:function(i){return this.prefetched.add(i.href),new Promise(function(e,t){var n=document.createElement("link");n.rel="prefetch",n.href=i.href,n.onload=e,n.onerror=t,document.head.appendChild(n)}).catch(function(){})}},{key:"_prepareUrl",value:function(e){if(null===e||"object"!==(void 0===e?"undefined":r(e))||!1 in e||-1===["http:","https:"].indexOf(e.protocol))return null;var t=e.href.substring(0,this.config.siteUrl.length),n=this._getPathname(e.href,t),i={original:e.href,protocol:e.protocol,origin:t,pathname:n,href:t+n};return this._isLinkOk(i)?i:null}},{key:"_getPathname",value:function(e,t){var n=t?e.substring(this.config.siteUrl.length):e;return n.startsWith("/")||(n="/"+n),this._shouldAddTrailingSlash(n)?n+"/":n}},{key:"_shouldAddTrailingSlash",value:function(e){return this.config.usesTrailingSlash&&!e.endsWith("/")&&!this.regex.fileExt.test(e)}},{key:"_isLinkOk",value:function(e){return null!==e&&"object"===(void 0===e?"undefined":r(e))&&(!this.prefetched.has(e.href)&&e.origin===this.config.siteUrl&&-1===e.href.indexOf("?")&&-1===e.href.indexOf("#")&&!this.regex.excludeUris.test(e.href)&&!this.regex.images.test(e.href))}}],[{key:"run",value:function(){"undefined"!=typeof RocketPreloadLinksConfig&&new n(new RocketBrowserCompatibilityChecker({capture:!0,passive:!0}),RocketPreloadLinksConfig).init()}}]),n}();t.run();
}());
</script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://obelias.co/wp-content/themes/peakshops/assets/js/vendor.min.js?ver=1.3.6.1' id='thb-vendor-js'></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://obelias.co/wp-includes/js/underscore.min.js?ver=1.13.3' id='underscore-js'></script>
<script type='text/javascript' id='wp-util-js-extra'>
/* <![CDATA[ */
var _wpUtilSettings = {"ajax":{"url":"\/wp-admin\/admin-ajax.php"}};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://obelias.co/wp-includes/js/wp-util.min.js?ver=6.0.8' id='wp-util-js'></script>
<script type='text/javascript' id='wc-add-to-cart-variation-js-extra'>
/* <![CDATA[ */
var wc_add_to_cart_variation_params = {"wc_ajax_url":"\/?wc-ajax=%%endpoint%%","i18n_no_matching_variations_text":"D\u00e9sol\u00e9, aucun produit ne r\u00e9pond \u00e0 vos crit\u00e8res. Veuillez choisir une combinaison diff\u00e9rente.","i18n_make_a_selection_text":"Veuillez s\u00e9lectionner des options du produit avant de l\u2019ajouter \u00e0 votre panier.","i18n_unavailable_text":"D\u00e9sol\u00e9, ce produit n\u2019est pas disponible. Veuillez choisir une combinaison diff\u00e9rente."};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://obelias.co/wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart-variation.min.js?ver=7.7.2' id='wc-add-to-cart-variation-js'></script>
<script type='text/javascript' id='thb-app-js-extra'>
/* <![CDATA[ */
var themeajax = {"url":"https:\/\/obelias.co\/wp-admin\/admin-ajax.php","l10n":{"of":"%curr% of %total%","just_of":"of","loading":"Loading","lightbox_loading":"Loading...","nomore":"No More Posts","nomore_products":"All Products Loaded","loadmore":"Load More","adding_to_cart":"Ajouter au Panier","added_to_cart":"Ajout\u00e9 au Panier","has_been_added":"a \u00e9t\u00e9 ajout\u00e9 \u00e0 votre panier.","no_results":"No Results Found","results_found":"Results Found","results_all":"View All Results","copied":"Copied","prev":"Prev","next":"Next","pinit":"PIN IT"},"svg":{"prev_arrow":"","next_arrow":"<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"30px\" height=\"18px\" viewBox=\"0 0 30 18\" enable-background=\"new 0 0 30 18\" xml:space=\"preserve\">\r\n<path class=\"handle\" d=\"M20.305,16.212c-0.407,0.409-0.407,1.071,0,1.479s1.068,0.408,1.476,0l7.914-7.952c0.408-0.409,0.408-1.071,0-1.481\r\n\tl-7.914-7.952c-0.407-0.409-1.068-0.409-1.476,0s-0.407,1.071,0,1.48l7.185,7.221L20.305,16.212z\"\/>\r\n<path class=\"bar\" fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1,8h28.001c0.551,0,1,0.448,1,1c0,0.553-0.449,1-1,1H1c-0.553,0-1-0.447-1-1\r\n\tC0,8.448,0.447,8,1,8z\"\/>\r\n<\/svg>\r\n","close_arrow":"<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\"><g fill=\"none\" stroke=\"#000\" stroke-width=\"2\" stroke-miterlimit=\"10\"><path d=\"m18.947 17.15l26.1 25.903\"\/><path d=\"m19.05 43.15l25.902-26.1\"\/><\/g><\/svg>","pagination":"","preloader":""},"nonce":{"product_quickview":"2f5d375c1a","autocomplete_ajax":"90238a9ccc"},"settings":{"site_url":"https:\/\/obelias.co","current_url":"https:\/\/obelias.co\/","fixed_header_scroll":"on","fixed_header_padding":"","general_search_ajax":"on","newsletter":"off","newsletter_length":"1","newsletter_delay":"0","newsletter_mailchimp":false,"shop_product_listing_pagination":"style1","right_click":"on","cart_url":"https:\/\/obelias.co\/panier","is_cart":false,"is_checkout":false,"touch_threshold":5,"mobile_menu_animation_speed":"0.3"}};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://obelias.co/wp-content/themes/peakshops/assets/js/app.min.js?ver=1.3.6.1' id='thb-app-js'></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://obelias.co/wp-content/plugins/woocommerce-gateway-paypal-express-checkout/assets/js/wc-gateway-ppec-order-review.js?ver=2.1.3' id='wc-gateway-ppec-order-review-js'></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://obelias.co/wp-content/plugins/pt-elementor-addons-lite//assets/front-end/js/filter-gallery/jquery.magnific-popup.min.js?ver=6.0.8' id='magnific-popup-js'></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://obelias.co/wp-content/plugins/pt-elementor-addons-lite//assets/front-end/js/filter-gallery/mixitup.min.js?ver=6.0.8' id='mixitup-js'></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://obelias.co/wp-includes/js/imagesloaded.min.js?ver=4.1.4' id='imagesloaded-js'></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://obelias.co/wp-includes/js/masonry.min.js?ver=4.2.2' id='masonry-js'></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://obelias.co/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=3.7.8' id='elementor-webpack-runtime-js'></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://obelias.co/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=3.7.8' id='elementor-frontend-modules-js'></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://obelias.co/wp-content/plugins/elementor/assets/lib/waypoints/waypoints.min.js?ver=4.0.2' id='elementor-waypoints-js'></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://obelias.co/wp-includes/js/jquery/ui/core.min.js?ver=1.13.1' id='jquery-ui-core-js'></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://obelias.co/wp-content/plugins/elementor/assets/lib/swiper/swiper.min.js?ver=5.3.6' id='swiper-js'></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://obelias.co/wp-content/plugins/elementor/assets/lib/share-link/share-link.min.js?ver=3.7.8' id='share-link-js'></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://obelias.co/wp-content/plugins/elementor/assets/lib/dialog/dialog.min.js?ver=4.9.0' id='elementor-dialog-js'></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' id='elementor-frontend-js-before'>
var elementorFrontendConfig = {"environmentMode":{"edit":false,"wpPreview":false,"isScriptDebug":false},"i18n":{"shareOnFacebook":"Partager sur Facebook","shareOnTwitter":"Partager sur Twitter","pinIt":"L\u2019\u00e9pingler","download":"T\u00e9l\u00e9charger","downloadImage":"T\u00e9l\u00e9charger une image","fullscreen":"Plein \u00e9cran","zoom":"Zoom","share":"Partager","playVideo":"Lire la vid\u00e9o","previous":"Pr\u00e9c\u00e9dent","next":"Suivant","close":"Fermer"},"is_rtl":false,"breakpoints":{"xs":0,"sm":480,"md":768,"lg":1025,"xl":1440,"xxl":1600},"responsive":{"breakpoints":{"mobile":{"label":"Mobile","value":767,"default_value":767,"direction":"max","is_enabled":true},"mobile_extra":{"label":"Grand mobile","value":880,"default_value":880,"direction":"max","is_enabled":false},"tablet":{"label":"Tablette","value":1024,"default_value":1024,"direction":"max","is_enabled":true},"tablet_extra":{"label":"Grande tablette","value":1200,"default_value":1200,"direction":"max","is_enabled":false},"laptop":{"label":"Portable","value":1366,"default_value":1366,"direction":"max","is_enabled":false},"widescreen":{"label":"\u00c9cran large","value":2400,"default_value":2400,"direction":"min","is_enabled":false}}},"version":"3.7.8","is_static":false,"experimentalFeatures":{"e_dom_optimization":true,"a11y_improvements":true,"e_import_export":true,"e_hidden_wordpress_widgets":true,"landing-pages":true,"elements-color-picker":true,"favorite-widgets":true,"admin-top-bar":true},"urls":{"assets":"https:\/\/obelias.co\/wp-content\/plugins\/elementor\/assets\/"},"settings":{"page":[],"editorPreferences":[]},"kit":{"active_breakpoints":["viewport_mobile","viewport_tablet"],"global_image_lightbox":"yes","lightbox_enable_counter":"yes","lightbox_enable_fullscreen":"yes","lightbox_enable_zoom":"yes","lightbox_enable_share":"yes","lightbox_title_src":"title","lightbox_description_src":"description"},"post":{"id":401,"title":"Ob%C3%A9lias%20-%20L%27importance%20du%20D%C3%A9tail%20-%20Ingr%C3%A9dients%20de%20P%C3%A2tisserie","excerpt":"","featuredImage":false}};
</script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://obelias.co/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=3.7.8' id='elementor-frontend-js'></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://obelias.co/wp-content/plugins/elementor/assets/js/preloaded-modules.min.js?ver=3.7.8' id='preloaded-modules-js'></script>
<script type='text/javascript' id='wpforms-elementor-js-extra'>
/* <![CDATA[ */
var wpformsElementorVars = {"captcha_provider":"recaptcha","recaptcha_type":"v2"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://obelias.co/wp-content/plugins/wpforms-lite/assets/js/integrations/elementor/frontend.min.js?ver=1.8.7.2' id='wpforms-elementor-js'></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://obelias.co/wp-content/plugins/wpforms-lite/assets/lib/jquery.validate.min.js?ver=1.19.5' id='wpforms-validation-js'></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://obelias.co/wp-content/plugins/wpforms-lite/assets/lib/mailcheck.min.js?ver=1.1.2' id='wpforms-mailcheck-js'></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://obelias.co/wp-content/plugins/wpforms-lite/assets/lib/punycode.min.js?ver=1.0.0' id='wpforms-punycode-js'></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://obelias.co/wp-content/plugins/wpforms-lite/assets/js/share/utils.min.js?ver=1.8.7.2' id='wpforms-generic-utils-js'></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://obelias.co/wp-content/plugins/wpforms-lite/assets/js/frontend/wpforms.min.js?ver=1.8.7.2' id='wpforms-js'></script>
<script type='text/javascript'>
/* <![CDATA[ */
var wpforms_settings = {"val_required":"Ce champ est n\u00e9cessaire","val_email":"Veuillez saisir une adresse e-mail valide.","val_email_suggestion":"Vous vouliez dire {suggestion}\u00a0?","val_email_suggestion_title":"Cliquez pour accepter cette suggestion.","val_email_restricted":"Cette adresse e-mail n\u2019est pas autoris\u00e9e.","val_number":"Veuillez saisir un nombre valide.","val_number_positive":"Veuillez saisir un num\u00e9ro de t\u00e9l\u00e9phone valide.","val_minimum_price":"Le montant saisi est inf\u00e9rieur au minimum n\u00e9cessaire.","val_confirm":"Les valeurs du champ ne correspondent pas.","val_checklimit":"Vous avez d\u00e9pass\u00e9 le nombre de s\u00e9lections autoris\u00e9es : {#}.","val_limit_characters":"{count} sur {limit} caract\u00e8res maximum.","val_limit_words":"{count} sur {limit} mots maximum.","val_recaptcha_fail_msg":"La v\u00e9rification Google reCAPTCHA a \u00e9chou\u00e9, veuillez r\u00e9essayer ult\u00e9rieurement.","val_turnstile_fail_msg":"La v\u00e9rification Cloudflare Turnstile a \u00e9chou\u00e9, veuillez r\u00e9essayer ult\u00e9rieurement.","val_inputmask_incomplete":"Veuillez remplir le champ au format n\u00e9cessaire.","uuid_cookie":"","locale":"fr","wpforms_plugin_url":"https:\/\/obelias.co\/wp-content\/plugins\/wpforms-lite\/","gdpr":"","ajaxurl":"https:\/\/obelias.co\/wp-admin\/admin-ajax.php","mailcheck_enabled":"1","mailcheck_domains":[],"mailcheck_toplevel_domains":["dev"],"is_ssl":"1","page_title":"","page_id":"401","currency_code":"USD","currency_thousands":",","currency_decimals":"2","currency_decimal":".","currency_symbol":"$","currency_symbol_pos":"left","val_requiredpayment":"Le paiement est n\u00e9cessaire.","val_creditcard":"Veuillez saisir un num\u00e9ro de carte bancaire valide."}
/* ]]> */
</script>
	<script src='https://stats.wp.com/e-202416.js' defer></script>
	<script>
		_stq = window._stq || [];
		_stq.push([ 'view', {v:'ext',blog:'184034256',post:'401',tz:'0',srv:'obelias.co',j:'1:12.0.1'} ]);
		_stq.push([ 'clickTrackerInit', '184034256', '401' ]);
	</script><script>class RocketElementorAnimation{constructor(){this.deviceMode=document.createElement("span"),this.deviceMode.id="elementor-device-mode",this.deviceMode.setAttribute("class","elementor-screen-only"),document.body.appendChild(this.deviceMode)}_detectAnimations(){let t=getComputedStyle(this.deviceMode,":after").content.replace(/"/g,"");this.animationSettingKeys=this._listAnimationSettingsKeys(t),document.querySelectorAll(".elementor-invisible[data-settings]").forEach(t=>{const e=t.getBoundingClientRect();if(e.bottom>=0&&e.top<=window.innerHeight)try{this._animateElement(t)}catch(t){}})}_animateElement(t){const e=JSON.parse(t.dataset.settings),i=e._animation_delay||e.animation_delay||0,n=e[this.animationSettingKeys.find(t=>e[t])];if("none"===n)return void t.classList.remove("elementor-invisible");t.classList.remove(n),this.currentAnimation&&t.classList.remove(this.currentAnimation),this.currentAnimation=n;let s=setTimeout(()=>{t.classList.remove("elementor-invisible"),t.classList.add("animated",n),this._removeAnimationSettings(t,e)},i);window.addEventListener("rocket-startLoading",function(){clearTimeout(s)})}_listAnimationSettingsKeys(t="mobile"){const e=[""];switch(t){case"mobile":e.unshift("_mobile");case"tablet":e.unshift("_tablet");case"desktop":e.unshift("_desktop")}const i=[];return["animation","_animation"].forEach(t=>{e.forEach(e=>{i.push(t+e)})}),i}_removeAnimationSettings(t,e){this._listAnimationSettingsKeys().forEach(t=>delete e[t]),t.dataset.settings=JSON.stringify(e)}static run(){const t=new RocketElementorAnimation;requestAnimationFrame(t._detectAnimations.bind(t))}}document.addEventListener("DOMContentLoaded",RocketElementorAnimation.run);</script></body>
</html>

<!-- This website is like a Rocket, isn't it? Performance optimized by WP Rocket. Learn more: https://wp-rocket.me - Debug: cached@1713514153 -->