<!DOCTYPE html>
<html class="no-js" lang="fr-FR">

<head itemscope itemtype="http://schema.org/WebSite"><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.v="1.2.5.1",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=[],this.interceptedClickListeners=[],this._interceptClickListeners(this),window.addEventListener("pageshow",e=>{this.persisted=e.persisted,this.everythingLoaded&&this._triggerLastFunctions()}),document.addEventListener("DOMContentLoaded",()=>{this._preconnect3rdParties()}),this.delayedScripts={normal:[],async:[],defer:[]},this.trash=[],this.allJQueries=[]}_addUserInteractionListener(e){if(document.hidden){e._triggerListener();return}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._disableOtherEventListeners(e.target,!0),this._renameDOMAttribute(e.target,"onclick","rocket-onclick"),this._pendingClickStarted())}_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._disableOtherEventListeners(e.target,!1),this._renameDOMAttribute(e.target,"rocket-onclick","onclick"),this._pendingClickFinished()}_onTouchEnd(){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._disableOtherEventListeners(e.target,!1),this._renameDOMAttribute(e.target,"rocket-onclick","onclick"),this.interceptedClicks.push(e),e.preventDefault(),e.stopPropagation(),e.stopImmediatePropagation(),this._pendingClickFinished()}_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}))})}_interceptClickListeners(e){EventTarget.prototype.addEventListenerBase=EventTarget.prototype.addEventListener,EventTarget.prototype.addEventListener=function(t,i,r){"click"!==t||e.windowLoaded||i===e.clickHandler||e.interceptedClickListeners.push({target:this,func:i,options:r}),(this||window).addEventListenerBase(t,i,r)}}_disableOtherEventListeners(e,t){this.interceptedClickListeners.forEach(i=>{i.target===e&&(t?e.removeEventListener("click",i.func,i.options):e.addEventListener("click",i.func,i.options))}),e.parentNode!==document.documentElement&&this._disableOtherEventListeners(e.parentNode,t)}_waitForPendingClicks(){return new Promise(e=>{this._isClickPending?this._pendingClickFinished=e:e()})}_pendingClickStarted(){this._isClickPending=!0}_pendingClickFinished(){this._isClickPending=!1}_renameDOMAttribute(e,t,i){e.hasAttribute&&e.hasAttribute(t)&&(event.target.setAttribute(i,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][data-rocket-src]").forEach(t=>{let i=t.getAttribute("data-rocket-src");if(i&&0!==i.indexOf("data:")){0===i.indexOf("//")&&(i=location.protocol+i);try{let r=new URL(i).origin;r!==location.origin&&e.push({src:r,crossOrigin:t.crossOrigin||"module"===t.getAttribute("data-rocket-type")})}catch(n){}}}),e=[...new Map(e.map(e=>[JSON.stringify(e),e])).values()],this._batchInjectResourceHints(e,"preconnect")}async _loadEverythingNow(){this.lastBreath=Date.now(),this._delayEventListeners(this),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._pendingWebpackRequests(this),await this._triggerWindowLoad()}catch(e){console.error(e)}window.dispatchEvent(new Event("rocket-allScriptsLoaded")),this.everythingLoaded=!0,this._waitForPendingClicks().then(()=>{this._replayClicks()}),this._emptyTrash()}_registerAllDelayedScripts(){document.querySelectorAll("script[type=rocketlazyloadscript]").forEach(e=>{e.hasAttribute("data-rocket-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){if(await this._littleBreath(),!0===e.noModule&&"noModule"in HTMLScriptElement.prototype){e.setAttribute("data-rocket-status","skipped");return}return new Promise(t=>{let i;function r(){(i||e).setAttribute("data-rocket-status","executed"),t()}try{if(navigator.userAgent.indexOf("Firefox/")>0||""===navigator.vendor)i=document.createElement("script"),[...e.attributes].forEach(e=>{let t=e.nodeName;"type"!==t&&("data-rocket-type"===t&&(t="type"),"data-rocket-src"===t&&(t="src"),i.setAttribute(t,e.nodeValue))}),e.text&&(i.text=e.text),i.hasAttribute("src")?(i.addEventListener("load",r),i.addEventListener("error",function(){i.setAttribute("data-rocket-status","failed"),t()}),setTimeout(()=>{i.isConnected||t()},1)):(i.text=e.text,r()),e.parentNode.replaceChild(i,e);else{let n=e.getAttribute("data-rocket-type"),s=e.getAttribute("data-rocket-src");n?(e.type=n,e.removeAttribute("data-rocket-type")):e.removeAttribute("type"),e.addEventListener("load",r),e.addEventListener("error",function(){e.setAttribute("data-rocket-status","failed"),t()}),s?(e.removeAttribute("data-rocket-src"),e.src=s):e.src="data:text/javascript;base64,"+window.btoa(unescape(encodeURIComponent(e.text)))}}catch(a){e.setAttribute("data-rocket-status","failed"),t()}})}async _loadScriptsFromList(e){let t=e.shift();return t&&t.isConnected?(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 i=document.createDocumentFragment();e.forEach(e=>{let r=e.getAttribute&&e.getAttribute("data-rocket-src")||e.src;if(r){let n=document.createElement("link");n.href=r,n.rel=t,"preconnect"!==t&&(n.as="script"),e.getAttribute&&"module"===e.getAttribute("data-rocket-type")&&(n.crossOrigin=!0),e.crossOrigin&&(n.crossOrigin=e.crossOrigin),e.integrity&&(n.integrity=e.integrity),i.appendChild(n),this.trash.push(n)}}),document.head.appendChild(i)}_delayEventListeners(e){let t={};function i(i,r){return t[r].eventsToRewrite.indexOf(i)>=0&&!e.everythingLoaded?"rocket-"+i:i}function r(e,r){var n;!t[n=e]&&(t[n]={originalFunctions:{add:n.addEventListener,remove:n.removeEventListener},eventsToRewrite:[]},n.addEventListener=function(){arguments[0]=i(arguments[0],n),t[n].originalFunctions.add.apply(n,arguments)},n.removeEventListener=function(){arguments[0]=i(arguments[0],n),t[n].originalFunctions.remove.apply(n,arguments)}),t[e].eventsToRewrite.push(r)}function n(t,i){let r=t[i];t[i]=null,Object.defineProperty(t,i,{get:()=>r||function(){},set(n){e.everythingLoaded?r=n:t["rocket"+i]=r=n}})}r(document,"DOMContentLoaded"),r(window,"DOMContentLoaded"),r(window,"load"),r(window,"pageshow"),r(document,"readystatechange"),n(document,"onreadystatechange"),n(window,"onload"),n(window,"onpageshow")}_delayJQueryReady(e){let t;function i(t){return e.everythingLoaded?t:t.split(" ").map(e=>"load"===e||0===e.indexOf("load.")?"rocket-jquery-load":e).join(" ")}function r(r){if(r&&r.fn&&!e.allJQueries.includes(r)){r.fn.ready=r.fn.init.prototype.ready=function(t){return e.domReadyFired?t.bind(document)(r):document.addEventListener("rocket-DOMContentLoaded",()=>t.bind(document)(r)),r([])};let n=r.fn.on;r.fn.on=r.fn.init.prototype.on=function(){return this[0]===window&&("string"==typeof arguments[0]||arguments[0]instanceof String?arguments[0]=i(arguments[0]):"object"==typeof arguments[0]&&Object.keys(arguments[0]).forEach(e=>{let t=arguments[0][e];delete arguments[0][e],arguments[0][i(e)]=t})),n.apply(this,arguments),this},e.allJQueries.push(r)}t=r}r(window.jQuery),Object.defineProperty(window,"jQuery",{get:()=>t,set(e){r(e)}})}async _pendingWebpackRequests(e){let t=document.querySelector("script[data-webpack]");async function i(){return new Promise(e=>{t.addEventListener("load",e),t.addEventListener("error",e)})}t&&(await i(),await e._requestAnimFrame(),await e._pendingWebpackRequests(e))}async _triggerDOMContentLoaded(){this.domReadyFired=!0,await this._littleBreath(),document.dispatchEvent(new Event("rocket-readystatechange")),await this._littleBreath(),document.rocketonreadystatechange&&document.rocketonreadystatechange(),await this._littleBreath(),document.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),window.dispatchEvent(new Event("rocket-DOMContentLoaded"))}async _triggerWindowLoad(){await this._littleBreath(),document.dispatchEvent(new Event("rocket-readystatechange")),await this._littleBreath(),document.rocketonreadystatechange&&document.rocketonreadystatechange(),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();let e=new Event("rocket-pageshow");e.persisted=this.persisted,window.dispatchEvent(e),await this._littleBreath(),window.rocketonpageshow&&window.rocketonpageshow({persisted:this.persisted}),this.windowLoaded=!0}_triggerLastFunctions(){document.onreadystatechange&&document.onreadystatechange(),window.onload&&window.onload(),window.onpageshow&&window.onpageshow({persisted:this.persisted})}_handleDocumentWrite(){let e=new Map;document.write=document.writeln=function(t){let i=document.currentScript;i||console.error("WPRocket unable to document.write this: "+t);let r=document.createRange(),n=i.parentElement,s=e.get(i);void 0===s&&(s=i.nextSibling,e.set(i,s));let a=document.createDocumentFragment();r.setStart(a,0),a.appendChild(r.createContextualFragment(t)),n.insertBefore(a,s)}}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))}_emptyTrash(){this.trash.forEach(e=>e.remove())}static run(){let e=new RocketLazyLoadScripts;e._addUserInteractionListener(e)}}RocketLazyLoadScripts.run();</script>
	
	<!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame -->
	<!--[if IE ]>
	<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
	<![endif]-->
	<link rel="profile" href="https://gmpg.org/xfn/11" />
	
					<link rel="icon" href="https://www.laurenceel.com/wp-content/uploads/2019/09/favicon-laurenceel.jpg" type="image/x-icon" />
		
					<!-- IE10 Tile.-->
			<meta name="msapplication-TileColor" content="#FFFFFF">
			<meta name="msapplication-TileImage" content="https://www.laurenceel.com/wp-content/uploads/2019/09/metro-icon-laurenceel.jpg">
		
					<!--iOS/android/handheld specific -->
			<link rel="apple-touch-icon-precomposed" href="https://www.laurenceel.com/wp-content/uploads/2019/09/touch-icon-laurenceel.jpg" />
		
					<meta name="viewport" content="width=device-width, initial-scale=1">
			<meta name="apple-mobile-web-app-capable" content="yes">
			<meta name="apple-mobile-web-app-status-bar-style" content="black">
		
													<link rel="prefetch" href="https://www.laurenceel.com/sage-smart-oven-pizzaiolo-test/">
				<link rel="prerender" href="https://www.laurenceel.com/sage-smart-oven-pizzaiolo-test/">
									
		<meta itemprop="name" content="Laurenceel" />

													<link rel="pingback" href="https://www.laurenceel.com/xmlrpc.php" />
	<meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' />
<script type="rocketlazyloadscript" data-rocket-type="text/javascript">document.documentElement.className = document.documentElement.className.replace( /\bno-js\b/,'js' );</script>
	<!-- This site is optimized with the Yoast SEO plugin v21.8.1 - https://yoast.com/wordpress/plugins/seo/ -->
	<title>Laurenceel : le site de référence de la pizza en France !</title><link rel="preload" as="font" href="https://www.laurenceel.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff2" crossorigin><link rel="preload" as="font" href="https://www.laurenceel.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.woff2" crossorigin><link rel="preload" as="font" href="https://www.laurenceel.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff2" crossorigin><link rel="preload" as="font" href="https://www.laurenceel.com/wp-content/plugins/wp-review-pro/public/fonts/fontawesome-webfont.woff2?v=4.7.0" crossorigin><link rel="preload" as="font" href="https://fonts.gstatic.com/s/robotoslab/v34/BngMUXZYTXPIvIBgJJSb6ufN5qU.woff2" crossorigin><link rel="preload" as="font" href="https://fonts.gstatic.com/s/raleway/v29/1Ptug8zYS_SKggPNyC0ITw.woff2" crossorigin><style id="wpr-usedcss">img.emoji{display:inline!important;border:none!important;box-shadow:none!important;height:1em!important;width:1em!important;margin:0 .07em!important;vertical-align:-.1em!important;background:0 0!important;padding:0!important}body:not(:hover) fieldset.wprm-comment-ratings-container:focus-within span{outline:#4d90fe solid 1px}.comment-form-wprm-rating{margin-bottom:20px;margin-top:5px;text-align:left}fieldset.wprm-comment-ratings-container{background:0 0;border:0;display:inline-block;margin:0;padding:0;position:relative}fieldset.wprm-comment-ratings-container legend{opacity:0;position:absolute}fieldset.wprm-comment-ratings-container br{display:none}fieldset.wprm-comment-ratings-container input[type=radio]{border:0;cursor:pointer;float:left;height:16px;margin:0!important;min-height:0;min-width:0;opacity:0;padding:0!important;width:16px}fieldset.wprm-comment-ratings-container input[type=radio]:first-child{margin-left:-16px}fieldset.wprm-comment-ratings-container span{font-size:0;height:16px;left:0;opacity:0;pointer-events:none;position:absolute;top:0;width:80px}fieldset.wprm-comment-ratings-container span svg{height:100%!important;width:100%!important}fieldset.wprm-comment-ratings-container input:checked+span,fieldset.wprm-comment-ratings-container input:hover+span{opacity:1}fieldset.wprm-comment-ratings-container input:hover+span~span{display:none}.rtl .comment-form-wprm-rating{text-align:right}.rtl fieldset.wprm-comment-ratings-container span{left:inherit;right:0}.rtl fieldset.wprm-comment-ratings-container span svg{transform:scaleX(-1)}.wprm-recipe-container{outline:0}.wprm-recipe{zoom:1;clear:both;overflow:hidden;text-align:left}.wprm-recipe *{box-sizing:border-box}.wprm-recipe ol,.wprm-recipe ul{-webkit-margin-before:0;-webkit-margin-after:0;-webkit-padding-start:0;margin:0;padding:0}.wprm-recipe li{font-size:1em;margin:0 0 0 32px;padding:0}.wprm-recipe p{font-size:1em;margin:0;padding:0}.wprm-recipe li,.wprm-recipe li.wprm-recipe-instruction{list-style-position:outside}.wprm-recipe li:before{display:none}.wprm-recipe h2,.wprm-recipe h3{clear:none;font-variant:normal;letter-spacing:normal;margin:0;padding:0;text-transform:none}body:not(.wprm-print) .wprm-recipe p:first-letter{color:inherit;font-family:inherit;font-size:inherit;line-height:inherit;margin:inherit;padding:inherit}.rtl .wprm-recipe{text-align:right}.rtl .wprm-recipe li{margin:0 32px 0 0}.wprm-recipe-instructions-container .wprm-recipe-instruction-media{margin:5px 0 15px;max-width:100%}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--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;--wp--preset--spacing--20:0.44rem;--wp--preset--spacing--30:0.67rem;--wp--preset--spacing--40:1rem;--wp--preset--spacing--50:1.5rem;--wp--preset--spacing--60:2.25rem;--wp--preset--spacing--70:3.38rem;--wp--preset--spacing--80:5.06rem;--wp--preset--shadow--natural:6px 6px 9px rgba(0, 0, 0, .2);--wp--preset--shadow--deep:12px 12px 50px rgba(0, 0, 0, .4);--wp--preset--shadow--sharp:6px 6px 0px rgba(0, 0, 0, .2);--wp--preset--shadow--outlined:6px 6px 0px -3px rgba(255, 255, 255, 1),6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp:6px 6px 0px rgba(0, 0, 0, 1)}:where(.is-layout-flex){gap:.5em}:where(.wp-block-columns.is-layout-flex){gap:2em}.wpcf7 .screen-reader-response{position:absolute;overflow:hidden;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;width:1px;margin:-1px;padding:0;border:0;word-wrap:normal!important}.wpcf7 form .wpcf7-response-output{margin:2em .5em 1em;padding:.2em 1em;border:2px solid #00a0d2}.wpcf7 form.init .wpcf7-response-output,.wpcf7 form.resetting .wpcf7-response-output,.wpcf7 form.submitting .wpcf7-response-output{display:none}.wpcf7 form.sent .wpcf7-response-output{border-color:#46b450}.wpcf7 form.aborted .wpcf7-response-output,.wpcf7 form.failed .wpcf7-response-output{border-color:#dc3232}.wpcf7 form.spam .wpcf7-response-output{border-color:#f56e28}.wpcf7 form.invalid .wpcf7-response-output,.wpcf7 form.payment-required .wpcf7-response-output,.wpcf7 form.unaccepted .wpcf7-response-output{border-color:#ffb900}.wpcf7-form-control-wrap{position:relative}.wpcf7-not-valid-tip{color:#dc3232;font-size:1em;font-weight:400;display:block}.use-floating-validation-tip .wpcf7-not-valid-tip{position:relative;top:-2ex;left:1em;z-index:100;border:1px solid #dc3232;background:#fff;padding:.2em .8em;width:24em}.wpcf7-spinner{visibility:hidden;display:inline-block;background-color:#23282d;opacity:.75;width:24px;height:24px;border:none;border-radius:100%;padding:0;margin:0 24px;position:relative}form.submitting .wpcf7-spinner{visibility:visible}.wpcf7-spinner::before{content:'';position:absolute;background-color:#fbfbfc;top:4px;left:4px;width:6px;height:6px;border:none;border-radius:100%;transform-origin:8px 8px;animation-name:spin;animation-duration:1s;animation-timing-function:linear;animation-iteration-count:infinite}@media (prefers-reduced-motion:reduce){.wpcf7-spinner::before{animation-name:blink;animation-duration:2s}}@keyframes spin{from{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes blink{from{opacity:0}50%{opacity:1}to{opacity:0}}.wpcf7 [inert]{opacity:.5}.wpcf7 input[type=file]{cursor:pointer}.wpcf7 input[type=file]:disabled{cursor:default}.wpcf7 .wpcf7-submit:disabled{cursor:not-allowed}.wpcf7 input[type=email],.wpcf7 input[type=tel],.wpcf7 input[type=url]{direction:ltr}.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{background-color:#333;border-radius:4px;color:#fff;font-size:14px;line-height:1.4;outline:0;position:relative;transition-property:transform,visibility,opacity;white-space:normal}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{border-top-color:initial;border-width:8px 8px 0;bottom:-7px;left:0;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{border-bottom-color:initial;border-width:0 8px 8px;left:0;top:-7px;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-left-color:initial;border-width:8px 0 8px 8px;right:-7px;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{border-right-color:initial;border-width:8px 8px 8px 0;left:-7px;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{color:#333;height:16px;width:16px}.tippy-arrow:before{border-color:transparent;border-style:solid;content:"";position:absolute}.tippy-content{padding:5px 9px;position:relative;z-index:1}#wprm-timer-container{align-items:center;background-color:#000;bottom:0;color:#fff;display:flex;font-family:monospace,sans-serif;font-size:24px;height:50px;left:0;line-height:50px;position:fixed;right:0;z-index:16777271}#wprm-timer-container .wprm-timer-icon{cursor:pointer;padding:0 10px}#wprm-timer-container .wprm-timer-icon svg{display:table-cell;height:24px;vertical-align:middle;width:24px}#wprm-timer-container span{flex-shrink:0}#wprm-timer-container span#wprm-timer-bar-container{flex:1;padding:0 10px 0 15px}#wprm-timer-container span#wprm-timer-bar-container #wprm-timer-bar{border:3px solid #fff;display:block;height:24px;width:100%}#wprm-timer-container span#wprm-timer-bar-container #wprm-timer-bar #wprm-timer-bar-elapsed{background-color:#fff;border:0;display:block;height:100%;width:0}#wprm-timer-container.wprm-timer-finished{animation:1s linear infinite wprmtimerblink}@keyframes wprmtimerblink{50%{opacity:.5}}.wprm-recipe-advanced-servings-container{align-items:center;display:flex;flex-wrap:wrap;margin:5px 0}.wprm-recipe-advanced-servings-container .wprm-recipe-advanced-servings-input-unit{margin-left:3px}.wprm-recipe-advanced-servings-container .wprm-recipe-advanced-servings-input-shape{margin-left:5px}.wprm-recipe-equipment-container,.wprm-recipe-ingredients-container,.wprm-recipe-instructions-container{counter-reset:wprm-advanced-list-counter}.wprm-checkbox-container{margin-left:-16px}.rtl .wprm-checkbox-container{margin-left:0;margin-right:-16px}.wprm-checkbox-container input[type=checkbox]{margin:0!important;opacity:0;width:16px!important}.wprm-checkbox-container label:after,.wprm-checkbox-container label:before{content:"";display:inline-block;position:absolute}.rtl .wprm-checkbox-container label:after{right:5px}.wprm-checkbox-container label:before{border:1px solid;height:18px;left:0;top:0;width:18px}.wprm-checkbox-container label:after{border-bottom:2px solid;border-left:2px solid;height:5px;left:5px;top:5px;transform:rotate(-45deg);width:9px}.wprm-checkbox-container input[type=checkbox]+label:after{content:none}.wprm-checkbox-container input[type=checkbox]:checked+label:after{content:""}.wprm-checkbox-container input[type=checkbox]:focus+label:before{outline:#3b99fc auto 5px}.wprm-recipe-equipment li{position:relative}.wprm-recipe-equipment li .wprm-checkbox-container{display:inline-block;left:-32px;line-height:.9em;position:absolute;top:.25em}.wprm-recipe-equipment li.wprm-checkbox-is-checked{text-decoration:line-through}.rtl .wprm-recipe-equipment li .wprm-checkbox-container{left:inherit;right:-32px}.wprm-list-checkbox-container:before{display:none!important}.wprm-list-checkbox-container.wprm-list-checkbox-checked{text-decoration:line-through}.wprm-list-checkbox-container .wprm-list-checkbox:hover{cursor:pointer}.no-js .wprm-private-notes-container,.no-js .wprm-recipe-private-notes-header{display:none}.wprm-private-notes-container:not(.wprm-private-notes-container-disabled){cursor:pointer}.wprm-private-notes-container .wprm-private-notes-user{display:none}.wprm-private-notes-container.wprm-private-notes-has-notes .wprm-private-notes-user{display:block}.wprm-private-notes-container.wprm-private-notes-editing .wprm-private-notes-user{display:none}.wprm-private-notes-container .wprm-private-notes-user{white-space:pre-wrap}.wprm-print .wprm-private-notes-container{cursor:default}.wprm-print .wprm-private-notes-container .wprm-private-notes-user{display:block!important}input[type=number].wprm-recipe-servings{display:inline;margin:0;padding:5px;width:60px}.wprm-recipe-servings-text-buttons-container{display:inline-flex}.wprm-recipe-servings-text-buttons-container input[type=text].wprm-recipe-servings{border-radius:0!important;display:inline;margin:0;outline:0;padding:0;text-align:center;vertical-align:top;width:40px}.wprm-recipe-servings-text-buttons-container .wprm-recipe-servings-change,.wprm-recipe-servings-text-buttons-container input[type=text].wprm-recipe-servings{border:1px solid #333;font-size:16px;height:30px;user-select:none}.wprm-recipe-servings-text-buttons-container .wprm-recipe-servings-change{background:#333;border-radius:3px;color:#fff;cursor:pointer;display:inline-block;line-height:26px;text-align:center;width:20px}.wprm-recipe-servings-text-buttons-container .wprm-recipe-servings-change:active{font-weight:700}.wprm-recipe-servings-text-buttons-container .wprm-recipe-servings-change.wprm-recipe-servings-decrement{border-bottom-right-radius:0!important;border-right:none;border-top-right-radius:0!important}.wprm-recipe-servings-text-buttons-container .wprm-recipe-servings-change.wprm-recipe-servings-increment{border-bottom-left-radius:0!important;border-left:none;border-top-left-radius:0!important}input[type=range].wprm-recipe-servings-slider{-webkit-appearance:none;background:0 0;border:0;margin:0;min-width:150px;width:100%}input[type=range].wprm-recipe-servings-slider:focus{outline:0}input[type=range].wprm-recipe-servings-slider::-webkit-slider-runnable-track{background:#aaa;border:.5px solid #010101;border-radius:1.3px;box-shadow:.5px .5px 1px #000,0 0 .5px #0d0d0d;cursor:pointer;height:9.2px;width:100%}input[type=range].wprm-recipe-servings-slider::-webkit-slider-thumb{-webkit-appearance:none;background:#fff;border:.7px solid #000;border-radius:3px;box-shadow:1px 1px 1px #000,0 0 1px #0d0d0d;cursor:pointer;height:22px;margin-top:-6.9px;width:10px}input[type=range].wprm-recipe-servings-slider:focus::-webkit-slider-runnable-track{background:#bcbcbc}input[type=range].wprm-recipe-servings-slider::-moz-range-track{background:#aaa;border:.5px solid #010101;border-radius:1.3px;box-shadow:.5px .5px 1px #000,0 0 .5px #0d0d0d;cursor:pointer;height:9.2px;width:100%}input[type=range].wprm-recipe-servings-slider::-moz-range-thumb{background:#fff;border:.7px solid #000;border-radius:3px;box-shadow:1px 1px 1px #000,0 0 1px #0d0d0d;cursor:pointer;height:22px;width:10px}input[type=range].wprm-recipe-servings-slider::-ms-track{background:0 0;border-color:transparent;color:transparent;cursor:pointer;height:9.2px;width:100%}input[type=range].wprm-recipe-servings-slider::-ms-fill-lower{background:#989898;border:.5px solid #010101;border-radius:2.6px;box-shadow:.5px .5px 1px #000,0 0 .5px #0d0d0d}input[type=range].wprm-recipe-servings-slider::-ms-fill-upper{background:#aaa;border:.5px solid #010101;border-radius:2.6px;box-shadow:.5px .5px 1px #000,0 0 .5px #0d0d0d}input[type=range].wprm-recipe-servings-slider::-ms-thumb{background:#fff;border:.7px solid #000;border-radius:3px;box-shadow:1px 1px 1px #000,0 0 1px #0d0d0d;cursor:pointer;height:22px;height:9.2px;width:10px}input[type=range].wprm-recipe-servings-slider:focus::-ms-fill-lower{background:#aaa}input[type=range].wprm-recipe-servings-slider:focus::-ms-fill-upper{background:#bcbcbc}a,address,article,audio,b,body,canvas,caption,center,cite,code,details,div,dl,dt,em,embed,fieldset,figcaption,footer,form,h2,h3,header,html,i,iframe,img,ins,label,legend,li,mark,menu,nav,object,ol,output,p,s,section,small,span,strong,sub,summary,sup,table,tbody,td,th,time,tr,tt,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}html{-webkit-font-smoothing:antialiased}article,details,figcaption,footer,header,menu,nav,section{display:block}ol,ul{list-style:none}table{border-collapse:collapse;border-spacing:0}button,input,select,textarea{margin:0;font-weight:inherit}img,object,video{max-width:100%}iframe{max-width:100%}b,strong{font-weight:700}cite,em,i{font-style:italic}small{font-size:100%}code{font-weight:400;font-style:normal}code{padding:0 8px;line-height:1.5}mark{padding:1px 6px;margin:0 2px;color:#000;background:#fff7a8}address{margin:10px 0;font-style:italic}dt{float:left;clear:left;width:100px;text-align:right;font-weight:700}body{font:14px/1.5 Noto Sans,sans-serif;color:#555;background-color:#ebebeb;overflow-x:hidden}::-moz-selection{background:#222;color:#fff;text-shadow:none}::selection{background:#222;color:#fff;text-shadow:none}#page,.container{position:relative;margin-right:auto;margin-left:auto}h2,h3{font-weight:700;margin-bottom:12px;color:#444}h2{line-height:1.4}h3{font-size:22px;line-height:1.4}p{margin-bottom:20px}a{text-decoration:none;color:#0274be;transition:all .25s linear}a:hover{color:#0274be}a:active,a:link,a:visited{text-decoration:none}.main-container{width:100%;margin:0 auto;clear:both;display:block;padding:0}#page,.container{max-width:1152px;min-width:240px}#page{padding-top:35px;min-height:100px;float:none;clear:both}header{float:left;width:100%;position:relative}.main-header{position:relative;float:left;min-width:100%;width:100%;z-index:99;background:#fff}.main-header .container{background:#fff}#header{position:relative;min-width:100%;width:100%;float:left;margin:0;padding:0;background:#222}#header h2{float:left;display:inline-block;line-height:1;position:relative;margin-bottom:0}div#regular-header{overflow:hidden;clear:both;padding:0}#logo a{text-transform:uppercase;float:left;line-height:1;color:#222}#header #logo a{font-size:28px;color:#fff}#logo img{float:left}.logo-wrap{margin:49px 0;overflow:hidden;float:left}#header .logo-wrap{padding:22px 0;margin:0}#header #s{padding:11px 40px 11px 0;text-indent:15px}.widget-header{float:right;max-width:77%;margin-top:20px}.widget-header img{float:left}div.header-social-icons{float:right;background:rgba(0,0,0,.07);position:relative;margin-left:35px}div.header-social-icons:before{content:"";position:absolute;width:0;height:0;border-style:solid;border-width:46px 30px 0 0;border-color:transparent rgba(0,0,0,.07) transparent transparent;left:-30px}.header-social-icons a{float:left;font-size:18px;padding:14px 10px}.navigation .toggle-caret{display:none}.menu-item-has-children>a:after{content:"\f0d7";font-family:FontAwesome;position:absolute;right:14px}#secondary-navigation{display:block;float:right}.regular_header #secondary-navigation{float:left;width:100%}#secondary-navigation .navigation ul ul li{background:#fff}#secondary-navigation .navigation ul .current-menu-item,#secondary-navigation .navigation ul li:hover{background:#fff}#secondary-navigation .navigation ul li:hover a{color:#777}#secondary-navigation a{text-align:left;text-decoration:none;padding:24px 25px;transition:none}#secondary-navigation .navigation>ul>.menu-item-has-children>a{padding-right:38px}#secondary-navigation .menu-item-has-children>a:after{right:22px}#secondary-navigation a .sub{font-size:11px;font-weight:400;color:#9b9b9b}.navigation{float:left;position:relative;width:100%}.navigation ul{margin:0 auto}.navigation ul li{float:left;line-height:24px;position:relative;transition:all .25s linear}.navigation ul li a,.navigation ul li a:link,.navigation ul li a:visited{display:inline-block}.navigation>ul>.current a{background:0 0;color:#5a5a5a!important}.navigation ul li li{background:#fff;border-bottom:0}.navigation ul ul{position:absolute;width:255px;padding:20px 0 0;padding-top:0;z-index:400;font-size:12px;color:#798189;box-shadow:0 2px 1px 0 rgba(50,50,50,.2)}.navigation ul ul li{padding:0;background:#fff;color:#000}#secondary-navigation .navigation ul ul a,#secondary-navigation .navigation ul ul a:link,#secondary-navigation .navigation ul ul a:visited{padding:9px 45px 9px 20px;position:relative;width:190px;border-left:0;background:0 0;border-right:0;border-radius:0;border-bottom:1px solid rgba(255,255,255,.05);margin:0}.navigation ul ul li:last-child a{border-bottom:none}.navigation ul ul{display:none}.navigation ul ul ul{left:256px;top:0;box-shadow:1px 1px 3px 0 rgba(50,50,50,.2)}.sub-menu .menu-item-has-children:after{color:#fff}.clearfix:after,.clearfix:before{content:" ";display:table}.clearfix:after{clear:both}a#pull{display:none}.navigation i{margin-right:4px}#header.sticky-navigation-active{z-index:500;position:fixed;top:0;margin:0!important;-webkit-backface-visibility:hidden}.sticky-navigation a{transition:all .25s linear}.article{width:67.015%;float:left;margin-bottom:35px;padding:3.994%;background:#fff;box-sizing:border-box;box-shadow:0 0 1px 0 rgba(50,50,50,.1)}#content_box{float:left;width:100%}.post{float:left;width:100%}.single_page{padding-top:0}.post-content{margin-bottom:15px;overflow:hidden;clear:both;float:left;width:100%}.ss-full-width{background:#fff;float:left;width:100%;margin-bottom:30px;padding:4%;background:#fff;box-sizing:border-box;box-shadow:0 0 1px 0 rgba(50,50,50,.1)}.ss-full-width #content_box{padding-right:0;padding-left:0}.post.excerpt{clear:both;margin-bottom:30px;overflow:hidden;padding-bottom:15px;background-color:#fff;width:auto}.title{clear:both}article header{float:left;width:100%}article img.left{margin:.3em 1.571em .5em 0;display:block;float:left}article img.right{margin:.3em 0 .5em 1.571em;display:block;float:right}article img.center{margin:.3em auto .5em;display:block}article ul{padding:1.5em 0 1.571em 1.9em;list-style-type:square}article ol{padding:1.5em 0 1.571em 1.9em;list-style-type:decimal}article ol ol,article ol ul,article ul ol,article ul ul{padding-top:0;padding-bottom:0}article ul ul{list-style-type:square}article ul ul ul{list-style-type:square}.widget_nav_menu .menu-item-has-children>a:after{display:none}.widget_nav_menu .fa>a{padding-left:5px}.widget_nav_menu .sub-menu{margin-top:7px}.toggle-menu ul ul{display:none}.toggle-menu .toggle-menu-item-parent{position:relative}.toggle-menu .toggle-caret{position:absolute;top:0;right:0;text-align:center;cursor:pointer;line-height:inherit}.toggle-menu .toggle-caret .fa{width:20px;text-align:center;font-size:16px;color:inherit;line-height:20px}.toggle-menu .active>.toggle-caret .fa:before{content:"\f068"}input,select,textarea{padding:8px 12px;font-size:14px;color:#444;border:1px solid #e4e4e4;font-family:inherit}textarea{overflow:auto;resize:vertical}select{padding:6px 10px;border-color:#d8d8d8;width:100%}table{width:100%;text-align:left;margin-bottom:25px;border:1px solid #e4e4e4}table td,table th{padding:7px 15px;text-align:left}tbody th{font-weight:400;border-bottom:1px solid #e4e4e4}hr{border:none;border-bottom:1px solid rgba(0,0,0,.1);width:300px;margin:35px auto;clear:both;position:relative}#s{width:100%;background-color:#fff;float:left;padding:15px 0;text-indent:10px;color:#999;border:1px solid #ddd;border-radius:3px;box-shadow:1px 1px 3px #eee inset;box-sizing:border-box}::-webkit-input-placeholder{color:#999}::-moz-placeholder{color:#999}input::-webkit-input-speech-button{margin-right:14px;margin-left:4px;cursor:pointer}#sidebar p{line-height:20px}#sidebar .widget{margin-bottom:27px;float:left;clear:both;width:100%;background:#fff;padding:20px;box-sizing:border-box;box-shadow:0 0 1px 0 rgba(50,50,50,.1)}.sidebar .widget h3{text-transform:uppercase}.widget .title{font-weight:700;text-transform:uppercase;color:#545e68;font-size:12px}.widget li{list-style-type:square;margin-left:17px;margin-bottom:7px}.widget .children{margin-top:7px}.widget h3{margin:0 0 15px}.widget .meta{font-size:14px!important;overflow:hidden}.whatsapp a{background-color:#25d366}.whatsapp a{background-color:#075e54}.telegram a{background-color:#08c}.linkedin a{background-color:#0077b5}.tumblr a{background-color:#35465c}.pocket a{background-color:#ef4056}.buffer a{background-color:#323b43}.mix a{background-color:#fd8234}.buffer svg,.mix svg{fill:#ffffff;vertical-align:middle}.modern .reddit a{background:#ff5700}footer{background:#222;margin-top:30px;position:relative;overflow:hidden;clear:both}footer .container{padding:0;width:1152px}.footer-widgets{padding:40px 0 10px;color:rgba(255,255,255,.25);overflow:hidden}.footer-widgets .f-widget{width:32%;margin-right:2%;float:left}.f-widget .widget{margin-bottom:30px;float:left;width:100%;clear:both}.f-widget a{color:rgba(255,255,255,.45)}.f-widget ul li{margin-bottom:5px}.f-widget #s{border:1px solid rgba(255,255,255,.05)}.f-widget #s::-webkit-input-speech-button{margin-right:8px}.footer-widgets.widgets-num-3 .f-widget.last{margin-right:0}.copyrights{float:left;width:100%;clear:both;padding-bottom:17px;padding-top:20px;background:#fff}#copyright-note{width:100%;margin:0 auto;clear:both;max-width:100%}.to-top{float:right;position:relative}#move-to-top{color:#fff;cursor:pointer;display:inline-block;font-weight:700;height:12px;padding:10px 10px 18px;position:fixed;right:15px;bottom:10px;transition:all .25s linear 0s;width:20px;z-index:25;background:#222;text-align:center;border-radius:3px}#move-to-top:not(.filling){opacity:0;visibility:hidden}#move-to-top .fa-angle-double-up{font-size:22px}.tags{margin:20px 0 0;width:100%;float:left}.tags a{margin-left:5px}.left{float:left}.right{float:right}.last{margin-right:0}#comments{padding:0;background-color:#fff;margin-top:0;float:left;clear:both;width:100%}#comments .avatar{float:left;margin-right:20px;margin-top:7px}.comment time{padding-left:10px}#commentform input{padding:11px;font-weight:inherit}input#author,input#email,input#url{max-width:300px;border:1px solid #e4e4e4;background:#fff;max-width:100%;margin-right:10px}#comment,input#author,input#email,input#url{transition:all .25s ease-in-out}#commentform input#submit{line-height:1;background-color:#0274be;padding:12px 15px;color:#fff;text-decoration:none;float:right;cursor:pointer;display:inline-block;border:none;transition:all .2s linear;border-radius:3px}#commentform input#submit:hover{background:#222;color:#fff}.error{color:red}.fn{line-height:1.375em;font-weight:700}.fn a{color:#ee210b;font-weight:700;font-size:15px}#commentform .wp-review-comment-field .review-result i,#commentform .wp-review-comment-field a i{color:#ffb300!important}.reply{margin-top:0;padding-bottom:0;overflow:hidden;width:100%;float:right}.reply a{font-weight:700;float:left;padding:0;color:#bdbdbd;font-size:12px}.avatar{float:left}#commentform textarea{width:95.5%;border:1px solid #e4e4e4;background:#fff;padding:11px;line-height:25px;font-family:inherit}#commentform p{margin-bottom:15px;float:left;width:100%;clear:both}#commentform p label{padding-bottom:5px;padding-top:5px;padding-left:10px}.required{color:red;padding:0;line-height:1}.mts-cart{z-index:1;float:right;color:#777}#cookie-notice,#cookie-notice .cn-button:not(.cn-button-custom){font-family:-apple-system,BlinkMacSystemFont,Arial,Roboto,"Helvetica Neue",sans-serif;font-weight:400;font-size:13px;text-align:center}#cookie-notice{position:fixed;min-width:100%;height:auto;z-index:100000;letter-spacing:0;line-height:20px;left:0}#cookie-notice,#cookie-notice *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#cookie-notice.cn-animated{-webkit-animation-duration:.5s!important;animation-duration:.5s!important;-webkit-animation-fill-mode:both;animation-fill-mode:both}#cookie-notice .cookie-notice-container{display:block}#cookie-notice.cookie-notice-hidden .cookie-notice-container{display:none}.cn-position-bottom{bottom:0}.cookie-notice-container{padding:15px 30px;text-align:center;width:100%;z-index:2}.cn-close-icon{position:absolute;right:15px;top:50%;margin-top:-10px;width:15px;height:15px;opacity:.5;padding:10px;outline:0;cursor:pointer}.cn-close-icon:hover{opacity:1}.cn-close-icon:after,.cn-close-icon:before{position:absolute;content:' ';height:15px;width:2px;top:3px;background-color:grey}.cn-close-icon:before{transform:rotate(45deg)}.cn-close-icon:after{transform:rotate(-45deg)}#cookie-notice .cn-revoke-cookie{margin:0}#cookie-notice .cn-button{margin:0 0 0 10px;display:inline-block}#cookie-notice .cn-button:not(.cn-button-custom){letter-spacing:.25px;margin:0 0 0 10px;text-transform:none;display:inline-block;cursor:pointer;touch-action:manipulation;white-space:nowrap;outline:0;box-shadow:none;text-shadow:none;border:none;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;text-decoration:none;padding:8.5px 10px;line-height:1;color:inherit}.cn-text-container{margin:0 0 6px}.cn-buttons-container,.cn-text-container{display:inline-block}#cookie-notice.cookie-notice-visible.cn-effect-fade,#cookie-notice.cookie-revoke-visible.cn-effect-fade{-webkit-animation-name:fadeIn;animation-name:fadeIn}#cookie-notice.cn-effect-fade{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@-webkit-keyframes fadeOut{from{opacity:1}to{opacity:0}}@keyframes fadeOut{from{opacity:1}to{opacity:0}}@media all and (max-width:900px){.cookie-notice-container #cn-notice-buttons,.cookie-notice-container #cn-notice-text{display:block}#cookie-notice .cn-button{margin:0 5px 5px}}@media all and (max-width:480px){.cookie-notice-container{padding:15px 25px}}.modal{display:none;vertical-align:middle;position:relative;z-index:2;max-width:500px;box-sizing:border-box;width:90%;background:#fff;padding:15px 30px;-webkit-border-radius:8px;-moz-border-radius:8px;-o-border-radius:8px;-ms-border-radius:8px;border-radius:8px;-webkit-box-shadow:0 0 10px #000;-moz-box-shadow:0 0 10px #000;-o-box-shadow:0 0 10px #000;-ms-box-shadow:0 0 10px #000;box-shadow:0 0 10px #000;text-align:left}.tooltipster-base{display:flex;pointer-events:none;position:absolute}.tooltipster-box{flex:1 1 auto}.tooltipster-content{box-sizing:border-box;max-height:100%;max-width:100%;overflow:auto}.tooltipster-ruler{bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;visibility:hidden}.tooltipster-sidetip .tooltipster-box{background:#565656;border:2px solid #000;border-radius:4px}.tooltipster-sidetip.tooltipster-bottom .tooltipster-box{margin-top:8px}.tooltipster-sidetip.tooltipster-left .tooltipster-box{margin-right:8px}.tooltipster-sidetip.tooltipster-right .tooltipster-box{margin-left:8px}.tooltipster-sidetip.tooltipster-top .tooltipster-box{margin-bottom:8px}.tooltipster-sidetip .tooltipster-content{color:#fff;line-height:18px;padding:6px 14px}.tooltipster-sidetip .tooltipster-arrow{overflow:hidden;position:absolute}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow{height:10px;margin-left:-10px;top:0;width:20px}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow{height:20px;margin-top:-10px;right:0;top:0;width:10px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow{height:20px;margin-top:-10px;left:0;top:0;width:10px}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow{bottom:0;height:10px;margin-left:-10px;width:20px}.tooltipster-sidetip .tooltipster-arrow-background,.tooltipster-sidetip .tooltipster-arrow-border{height:0;position:absolute;width:0}.tooltipster-sidetip .tooltipster-arrow-background{border:10px solid transparent}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background{border-bottom-color:#565656;left:0;top:3px}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background{border-left-color:#565656;left:-3px;top:0}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background{border-right-color:#565656;left:3px;top:0}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background{border-top-color:#565656;left:0;top:-3px}.tooltipster-sidetip .tooltipster-arrow-border{border:10px solid transparent;left:0;top:0}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border{border-bottom-color:#000}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border{border-left-color:#000}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border{border-right-color:#000}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border{border-top-color:#000}.tooltipster-sidetip .tooltipster-arrow-uncropped{position:relative}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped{top:-10px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped{left:-10px}.winamaz-bestprice-wrapper{display:block;text-align:center}.winamaz-bestprice .winamaz-loader-wrapper{padding:10px}.winamaz-bestprice .winamaz-loading{font-size:20px;line-height:20px;vertical-align:middle;color:#464646}.winamaz-bestprice .winamaz-loading:before{content:"\e902"}body.has-winamaz .winamaz-bestprice-wrapper a{display:block;text-decoration:none;box-shadow:none;transition:none;outline:0;border:0}.winamaz-bestprice-wrapper .winamaz-bestprice{display:inline-block}.winamaz-bestprice-wrapper img{display:block;margin:auto;cursor:pointer}.winamaz-bestseller-horizontal-wrapper{position:relative;padding:10px;margin-bottom:10px;background:#fff;border:1px solid #f3f3f3}.winamaz-bestseller-horizontal-wrapper .winamaz-bestseller-horizontal-row{flex:0 1 auto;flex-flow:row;display:flex;gap:5px;flex-wrap:nowrap;align-content:center;justify-content:center;flex-direction:row;align-items:center}@media only screen and (max-width:1080px){.winamaz-bestseller-horizontal-wrapper .winamaz-bestseller-horizontal-row{flex-wrap:wrap}}@media only screen and (max-width:800px){.winamaz-bestseller-horizontal-wrapper .winamaz-bestseller-horizontal-row{flex-flow:column;align-items:stretch}}body.has-winamaz .winamaz-coupon a,body.has-winamaz .winamaz-coupon a:active,body.has-winamaz .winamaz-coupon a:focus,body.has-winamaz .winamaz-coupon a:hover{text-decoration:none;box-shadow:none;transition:none;outline:0;border:0}.winamaz-product-wrapper{user-select:none;-webkit-user-drag:none}.winamaz-search-wrapper{user-select:none;-webkit-user-drag:none}.winamaz-rating-wrapper{text-align:center}.winamaz-rating{display:inline-block;position:relative;font-size:15px}.winamaz-rating::before{content:"\e901 \e901 \e901 \e901 \e901";color:#d7d7d7}.winamaz-rating-star{position:absolute;top:0;left:0;white-space:nowrap;overflow:hidden;width:0}.winamaz-rating-star::before{content:"\e901 \e901 \e901 \e901 \e901";color:#f1c40f}.winamaz-rating[loading=true] .winamaz-rating-star{width:100%}.winamaz-rating[loading=true] .winamaz-rating-star:before{color:#fff;-webkit-animation:1s ease-out infinite winamazFadeIn;-moz-animation:1s ease-out infinite winamazFadeIn;-o-animation:1s ease-out infinite winamazFadeIn;animation:1s ease-out infinite winamazFadeIn}.winamaz-rating-wrapper>span{cursor:pointer;display:inline-block}.winamaz-rating-count{display:inline-block;position:relative;font-size:12px;font-weight:300}.has-winamaz .jquery-modal{background-color:rgba(0,0,0,.3);z-index:1000}.winamaz-closed-compare{display:none!important}.winamaz-compare .winamaz-loader-wrapper{padding:10px}.winamaz-compare .winamaz-loading{font-size:20px;line-height:20px;vertical-align:middle;color:#464646}.winamaz-compare .winamaz-loading:before{content:"\e902"}.winamaz-compare ul{list-style:none;padding:0;max-width:280px;margin:0 auto;text-align:center}.winamaz-compare ul li{position:relative;color:#000;padding:0;margin:0;border:0}.winamaz-compare ul li.hidden-merchant{display:none}.winamaz-compare ul li a{display:block;color:#000;padding:5px 0;line-height:22px;text-decoration:none;box-shadow:none;outline:0;border:0;transition:none}.winamaz-compare ul li>span{display:block;color:#000;padding:5px 0;line-height:22px;text-decoration:none;box-shadow:none;outline:0;border:0;transition:none}.winamaz-compare ul li:after{content:'';display:block;border-bottom:1px solid #f3f3f3;width:20%;margin:auto;position:absolute;bottom:0;left:0;right:0}.winamaz-compare ul li img{height:auto;max-width:100%;margin:auto}.winamaz-more-container{position:relative;text-align:center;margin-bottom:10px}.winamaz-more{display:inline-block;text-align:center;cursor:pointer;color:#575757;font-size:13px;line-height:22px;font-weight:600;padding:10px;background:#f6f6f6;text-transform:uppercase;border-radius:3px;min-width:180px;user-select:none;height:auto;max-height:40px;-webkit-box-shadow:0 3px 5px 0 rgba(0,0,0,.1),inset 0 0 0 transparent;box-shadow:0 2px 5px 0 rgba(0,0,0,.1),inset 0 0 0 transparent;-webkit-transition:.2s ease-in-out;transition:all .2s ease-in-out}.winamaz-more:hover{background:#efefef}.winamaz-more span{cursor:pointer}.winamaz-more-container[data-loading=true] .winamaz-more{display:none}.winamaz-display-more{display:inline-block;text-align:center;cursor:pointer;color:#575757;font-size:13px;padding:3px 10px;background:#f6f6f6;text-transform:uppercase;border-radius:3px;margin:5px auto auto;min-width:170px}.winamaz-title{color:#333;font-family:inherit;font-weight:600;font-size:14px;line-height:18px;text-align:left;margin:0;word-break:break-word}.winamaz-title a{display:block;color:#333;text-decoration:none;box-shadow:none;transition:none;outline:0;margin:0;padding:0;border:0}.winamaz-title span{display:block;cursor:pointer}body.has-winamaz .tooltipster-box{background:#464646}body.has-winamaz .tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background{border-top-color:#464646}body.has-winamaz .tooltipster-sidetip .tooltipster-arrow-border,body.has-winamaz .tooltipster-sidetip .tooltipster-box{border:0}body.has-winamaz .tooltipster-sidetip .tooltipster-box{font-family:inherit;font-size:12px;text-transform:initial;border-radius:0}body.has-winamaz .winamaz-product-wrapper a:not(.display-coupon-code),body.has-winamaz .winamaz-product-wrapper a:not(.display-coupon-code):active,body.has-winamaz .winamaz-product-wrapper a:not(.display-coupon-code):focus,body.has-winamaz .winamaz-product-wrapper a:not(.display-coupon-code):hover{text-decoration:none;box-shadow:none;transition:none;outline:0;border:0;background:0}body.has-winamaz .winamaz-search-wrapper a:not(.display-coupon-code),body.has-winamaz .winamaz-search-wrapper a:not(.display-coupon-code):active,body.has-winamaz .winamaz-search-wrapper a:not(.display-coupon-code):focus,body.has-winamaz .winamaz-search-wrapper a:not(.display-coupon-code):hover{text-decoration:none;box-shadow:none;transition:none;outline:0;border:0;background:0}body.has-winamaz .winamaz-product-wrapper img,body.has-winamaz .winamaz-product-wrapper img:focus,body.has-winamaz .winamaz-product-wrapper img:hover{text-decoration:none;box-shadow:none;transition:none;outline:0;border:0}body.has-winamaz .winamaz-search-wrapper img,body.has-winamaz .winamaz-search-wrapper img:focus,body.has-winamaz .winamaz-search-wrapper img:hover{text-decoration:none;box-shadow:none;transition:none;outline:0;border:0}body.has-winamaz .winamaz-compare ul li img{max-width:30px}body.has-winamaz .winamaz-title{line-height:normal}body.has-winamaz .winamaz-compare ul{margin:0 auto;padding:0;list-style:none}body.has-winamaz .winamaz-compare ul li{margin:0;padding:0;list-style:none}@-ms-keyframes winamazSpin{0%{-moz-transform:rotate(0);-o-transform:rotate(0);-webkit-transform:rotate(0);transform:rotate(0)}100%{-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@-webkit-keyframes winamazFadeIn{0%{opacity:0}1%{opacity:.5}100%{opacity:1}}@-moz-keyframes winamazFadeIn{0%{opacity:0}1%{opacity:.5}100%{opacity:1}}@-o-keyframes winamazFadeIn{0%{opacity:0}1%{opacity:.5}100%{opacity:1}}@keyframes winamazFadeIn{0%{opacity:0}1%{opacity:.5}100%{opacity:1}}.winamaz-arrow,.winamaz-loading,.winamaz-rating,.winamaz-rating-star{font-family:winamaz;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.winamaz-arrow{font-size:12px}.winamaz-down-arrow:before{content:"\e905"}.winamaz-up-arrow:before{content:"\e906"}@media only screen and (max-width:400px){.winamaz-display-more{min-width:0}}.winamaz-listsimple-wrapper{flex:1 0 auto}.winamaz-newest-horizontal-wrapper{position:relative;padding:10px;margin-bottom:10px;background:#fff;border:1px solid #f3f3f3}.winamaz-newest-horizontal-wrapper .winamaz-newest-horizontal-row{flex:0 1 auto;flex-flow:row;display:flex;gap:5px;flex-wrap:nowrap;align-content:center;justify-content:center;flex-direction:row;align-items:center}@media only screen and (max-width:1080px){.winamaz-newest-horizontal-wrapper .winamaz-newest-horizontal-row{flex-wrap:wrap}}@media only screen and (max-width:800px){.winamaz-listsimple-wrapper{width:100%}.winamaz-newest-horizontal-wrapper .winamaz-newest-horizontal-row{flex-flow:column;align-items:stretch}}.winamaz-search-horizontal-wrapper{display:block;border-radius:5px;padding:10px;background:#fff;width:auto;height:auto;position:relative;overflow:hidden;text-align:center;font-family:inherit;box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24)}.winamaz-search-horizontal-wrapper .winamaz-search-horizontal-row{flex:0 1 auto;flex-flow:row;gap:10px;display:flex;flex-wrap:nowrap;align-content:center;justify-content:center;align-items:flex-start;flex-direction:row;margin-top:20px}@media only screen and (max-width:800px){.winamaz-search-horizontal-wrapper .winamaz-search-horizontal-row{flex-flow:column;align-items:stretch;margin:0}.winamaz-search-listsimple-wrapper{width:100%}}.winamaz-search-listsimple-wrapper{flex:1 0 auto}.winamaz-search-simple-wrapper .winamaz-rating-wrapper{text-align:left}.winamaz-search-simple-wrapper .winamaz-compare ul{display:inline-block}.winamaz-search-simple-wrapper .winamaz-compare ul li img{display:inline-block}.winamaz-search-simple-wrapper .winamaz-compare ul li{border:0!important;border-radius:0;color:#eb900b!important;border-bottom:1px solid #e3e3e3!important;margin:0}.winamaz-search-simple-wrapper .winamaz-compare ul li:after{display:none}.winamaz-simple-wrapper .winamaz-rating-wrapper{text-align:left}.winamaz-simple-wrapper .winamaz-compare ul{display:inline-block}.winamaz-simple-wrapper .winamaz-compare ul li img{display:inline-block}.winamaz-simple-wrapper .winamaz-compare ul li{border:0!important;border-radius:0;color:#eb900b!important;border-bottom:1px solid #e3e3e3!important;margin:0}.winamaz-simple-wrapper .winamaz-compare ul li:after{display:none}.winamaz-single-horizontal-wrapper{display:block;border-radius:5px;padding:10px;background:#fff;width:auto;height:auto;position:relative;overflow:hidden;text-align:center;font-family:inherit;box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24)}.winamaz-single-horizontal-wrapper .winamaz-single-horizontal-row{flex:0 1 auto;flex-flow:row;gap:5px;display:flex;flex-wrap:nowrap;align-content:center;justify-content:center;align-items:flex-start;flex-direction:row;margin-top:20px}@media only screen and (max-width:1080px){.winamaz-single-horizontal-wrapper .winamaz-single-horizontal-row{flex-wrap:wrap}}@media only screen and (max-width:800px){.winamaz-single-horizontal-wrapper .winamaz-single-horizontal-row{flex-flow:column;align-items:stretch;margin:0}}.winamaz-variation-horizontal-wrapper{position:relative;padding:10px;margin-bottom:10px;background:#fff;border:1px solid #f3f3f3;overflow:hidden}.winamaz-variation-horizontal-wrapper .winamaz-variation-horizontal-row{flex:0 1 auto;flex-flow:row;display:flex;gap:10px;flex-wrap:nowrap;align-content:center;justify-content:center;flex-direction:row;align-items:center}@media only screen and (max-width:1080px){.winamaz-variation-horizontal-wrapper .winamaz-variation-horizontal-row{flex-wrap:wrap}}@media only screen and (max-width:800px){.winamaz-variation-horizontal-wrapper .winamaz-variation-horizontal-row{flex-flow:column;align-items:stretch}}[class*=" eicon-"],[class^=eicon]{display:inline-block;font-family:eicons;font-size:inherit;font-weight:400;font-style:normal;font-variant:normal;line-height:1;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@keyframes a{0%{transform:rotate(0)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:2s linear infinite a}.eicon-close:before{content:"\e87f"}.dialog-widget-content{background-color:var(--e-a-bg-default);position:absolute;border-radius:3px;box-shadow:2px 8px 23px 3px rgba(0,0,0,.2);overflow:hidden}.dialog-message{line-height:1.5;box-sizing:border-box}.dialog-close-button{cursor:pointer;position:absolute;margin-top:15px;right:15px;color:var(--e-a-color-txt);font-size:15px;line-height:1;transition:var(--e-a-transition-hover)}.dialog-close-button:hover{color:var(--e-a-color-txt-hover)}.dialog-prevent-scroll{overflow:hidden;max-height:100vh}.dialog-type-lightbox{position:fixed;height:100%;width:100%;bottom:0;left:0;background-color:rgba(0,0,0,.8);z-index:9999;-webkit-user-select:none;-moz-user-select:none;user-select:none}.dialog-type-alert .dialog-widget-content,.dialog-type-confirm .dialog-widget-content{margin:auto;width:400px;padding:20px}.dialog-type-alert .dialog-header,.dialog-type-confirm .dialog-header{font-size:15px;font-weight:500}.dialog-type-alert .dialog-header:after,.dialog-type-confirm .dialog-header:after{content:"";display:block;border-block-end:var(--e-a-border);padding-block-end:10px;margin-block-end:10px;margin-inline-start:-20px;margin-inline-end:-20px}.dialog-type-alert .dialog-message,.dialog-type-confirm .dialog-message{min-height:50px}.dialog-type-alert .dialog-buttons-wrapper,.dialog-type-confirm .dialog-buttons-wrapper{padding-block-start:10px;display:flex;justify-content:flex-end;gap:15px}.dialog-type-alert .dialog-buttons-wrapper .dialog-button,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button{font-size:12px;font-weight:500;line-height:1.2;padding:8px 16px;outline:0;border:none;border-radius:var(--e-a-border-radius);background-color:var(--e-a-btn-bg);color:var(--e-a-btn-color-invert);transition:var(--e-a-transition-hover)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:hover{border:none}.dialog-type-alert .dialog-buttons-wrapper .dialog-button:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:hover{background-color:var(--e-a-btn-bg-hover);color:var(--e-a-btn-color-invert)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button:active,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:active{background-color:var(--e-a-btn-bg-active)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button:not([disabled]),.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:not([disabled]){cursor:pointer}.dialog-type-alert .dialog-buttons-wrapper .dialog-button:disabled,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:disabled{background-color:var(--e-a-btn-bg-disabled);color:var(--e-a-btn-color-disabled)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button:not(.elementor-button-state) .elementor-state-icon,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:not(.elementor-button-state) .elementor-state-icon{display:none}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt{background:0 0;color:var(--e-a-color-txt)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt:hover{background:var(--e-a-bg-hover);color:var(--e-a-color-txt-hover)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel:disabled,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt:disabled,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel:disabled,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt:disabled{background:0 0;color:var(--e-a-color-txt-disabled)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-success,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-success,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-success,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-success{background-color:var(--e-a-btn-bg-success)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-success:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-success:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-success:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-success:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-success:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-success:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-success:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-success:hover{background-color:var(--e-a-btn-bg-success-hover)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-take_over,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-take_over,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary{background-color:var(--e-a-btn-bg-primary);color:var(--e-a-btn-color)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-take_over:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-take_over:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-take_over:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-take_over:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary:hover{background-color:var(--e-a-btn-bg-primary-hover);color:var(--e-a-btn-color)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt{background:0 0;color:var(--e-a-color-primary-bold)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:hover{background:var(--e-a-bg-primary)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro{background-color:var(--e-a-btn-bg-accent)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro:hover{background-color:var(--e-a-btn-bg-accent-hover)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent:active,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro:active,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent:active,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro:active{background-color:var(--e-a-btn-bg-accent-active)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-warning,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-warning,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-warning,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-warning{background-color:var(--e-a-btn-bg-warning)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-warning:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-warning:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-warning:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-warning:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-warning:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-warning:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-warning:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-warning:hover{background-color:var(--e-a-btn-bg-warning-hover)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-danger,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-danger{background-color:var(--e-a-btn-bg-danger)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-danger:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-danger:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-danger:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-danger:hover{background-color:var(--e-a-btn-bg-danger-hover)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button i,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button i{margin-inline-end:5px}.dialog-type-alert .dialog-buttons-wrapper .dialog-button:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button:visited,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:visited{color:initial}.flatpickr-calendar{width:280px}.elementor-screen-only{position:absolute;top:-10000em;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}.elementor *,.elementor :after,.elementor :before{box-sizing:border-box}.elementor a{box-shadow:none;text-decoration:none}.elementor hr{margin:0;background-color:transparent}.elementor img{height:auto;max-width:100%;border:none;border-radius:0;box-shadow:none}.elementor embed,.elementor iframe,.elementor object,.elementor video{max-width:100%;width:100%;margin:0;line-height:1;border:none}.elementor .elementor-background-video-container{height:100%;width:100%;top:0;left:0;position:absolute;overflow:hidden;z-index:0;direction:ltr}.elementor .elementor-background-video-container{transition:opacity 1s;pointer-events:none}.elementor .elementor-background-video-container.elementor-loading{opacity:0}.elementor .elementor-background-video-embed{max-width:none}.elementor .elementor-background-video-embed,.elementor .elementor-background-video-hosted{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.elementor .elementor-background-slideshow{height:100%;width:100%;top:0;left:0;position:absolute}.elementor .elementor-background-slideshow{z-index:0}.elementor .elementor-background-slideshow__slide__image{width:100%;height:100%;background-position:50%;background-size:cover}.elementor-element{--flex-direction:initial;--flex-wrap:initial;--justify-content:initial;--align-items:initial;--align-content:initial;--gap:initial;--flex-basis:initial;--flex-grow:initial;--flex-shrink:initial;--order:initial;--align-self:initial;flex-basis:var(--flex-basis);flex-grow:var(--flex-grow);flex-shrink:var(--flex-shrink);order:var(--order);align-self:var(--align-self)}.elementor-element:where(.e-con-full,.elementor-widget){flex-direction:var(--flex-direction);flex-wrap:var(--flex-wrap);justify-content:var(--justify-content);align-items:var(--align-items);align-content:var(--align-content);gap:var(--gap)}.elementor-invisible{visibility:hidden}.elementor-align-center{text-align:center}.elementor-align-center .elementor-button{width:auto}.elementor-custom-embed-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.elementor-custom-embed-play i{font-size:100px;color:#fff;text-shadow:1px 0 6px rgba(0,0,0,.3)}.elementor-custom-embed-play svg{height:100px;width:100px;fill:#fff;filter:drop-shadow(1px 0 6px rgba(0, 0, 0, .3))}.elementor-custom-embed-play i,.elementor-custom-embed-play svg{opacity:.8;transition:all .5s}.elementor-ken-burns{transition-property:transform;transition-duration:10s;transition-timing-function:linear}.elementor-ken-burns--out{transform:scale(1.3)}.elementor-ken-burns--active{transition-duration:20s}.elementor-ken-burns--active.elementor-ken-burns--out{transform:scale(1)}.elementor-ken-burns--active.elementor-ken-burns--in{transform:scale(1.3)}:root{--page-title-display:block}@keyframes eicon-spin{0%{transform:rotate(0)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:2s linear infinite eicon-spin}.elementor-section{position:relative}.elementor-section .elementor-container{display:flex;margin-right:auto;margin-left:auto;position:relative}@media (max-width:1024px){.elementor-section .elementor-container{flex-wrap:wrap}}.elementor-section.elementor-section-stretched{position:relative;width:100%}.elementor-widget-wrap{position:relative;width:100%;flex-wrap:wrap;align-content:flex-start}.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap{display:flex}.elementor-widget-wrap>.elementor-element{width:100%}.elementor-widget-wrap.e-swiper-container{width:calc(100% - (var(--e-column-margin-left,0px) + var(--e-column-margin-right,0px)))}.elementor-widget{position:relative}.elementor-widget:not(:last-child){margin-bottom:20px}.elementor-column{position:relative;min-height:1px;display:flex}.elementor-column-wrap{width:100%;position:relative;display:flex}.elementor-column-gap-default>.elementor-column>.elementor-element-populated{padding:10px}@media (min-width:768px){.elementor-column.elementor-col-33{width:33.333%}.elementor-column.elementor-col-50{width:50%}.elementor-column.elementor-col-100{width:100%}}.elementor-grid{display:grid;grid-column-gap:var(--grid-column-gap);grid-row-gap:var(--grid-row-gap)}.elementor-grid .elementor-grid-item{min-width:0}.elementor-grid-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-gap))}.elementor-grid-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}@media (max-width:1024px){.elementor-grid-tablet-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1025px){#elementor-device-mode:after{content:"desktop"}}@media (min-width:-1){#elementor-device-mode:after{content:"widescreen"}}@media (max-width:-1){#elementor-device-mode:after{content:"laptop";content:"tablet_extra"}}@media (max-width:1024px){#elementor-device-mode:after{content:"tablet"}}@media (max-width:-1){#elementor-device-mode:after{content:"mobile_extra"}}@media (max-width:767px){.elementor-column{width:100%}.elementor-grid-mobile-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}#elementor-device-mode:after{content:"mobile"}}.e-con{--border-radius:0;--border-block-start-width:0px;--border-inline-end-width:0px;--border-block-end-width:0px;--border-inline-start-width:0px;--border-style:initial;--border-color:initial;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--content-width:min(100%,var(--container-max-width,1140px));--width:100%;--min-height:initial;--height:auto;--text-align:initial;--margin-block-start:0px;--margin-inline-end:0px;--margin-block-end:0px;--margin-inline-start:0px;--padding-block-start:var(--container-default-padding-block-start,10px);--padding-inline-end:var(--container-default-padding-inline-end,10px);--padding-block-end:var(--container-default-padding-block-end,10px);--padding-inline-start:var(--container-default-padding-inline-start,10px);--position:relative;--z-index:revert;--overflow:visible;--gap:var(--widgets-spacing,20px);--overlay-mix-blend-mode:initial;--overlay-opacity:1;--overlay-transition:0.3s;--e-con-grid-template-columns:repeat(3,1fr);--e-con-grid-template-rows:repeat(2,1fr);position:var(--position);width:var(--width);min-width:0;min-height:var(--min-height);height:var(--height);border-radius:var(--border-radius);margin-block-start:var(--bc-margin-block-start,var(--margin-block-start));margin-inline-end:var(--bc-margin-inline-end,var(--margin-inline-end));margin-block-end:var(--bc-margin-block-end,var(--margin-block-end));margin-inline-start:var(--bc-margin-inline-start,var(--margin-inline-start));padding-inline-start:var(--bc-padding-inline-start,var(--padding-inline-start));padding-inline-end:var(--bc-padding-inline-end,var(--padding-inline-end));z-index:var(--z-index);overflow:var(--overflow);transition:background var(--background-transition,.3s),border var(--border-transition,.3s),box-shadow var(--border-transition,.3s),transform var(--e-con-transform-transition-duration,.4s)}.e-con>.e-con-inner{text-align:var(--text-align);padding-block-start:var(--bc-padding-block-start,var(--padding-block-start));padding-block-end:var(--bc-padding-block-end,var(--padding-block-end))}.e-con,.e-con>.e-con-inner{display:var(--display)}.e-con>.e-con-inner{gap:var(--gap);width:100%;max-width:var(--content-width);margin:0 auto;padding-inline-start:0;padding-inline-end:0;height:100%}:is(.elementor-section-wrap,[data-elementor-id])>.e-con{--margin-inline-end:auto;--margin-inline-start:auto;max-width:min(100%,var(--width))}.e-con .elementor-widget.elementor-widget{margin-block-end:0}.e-con:before,.e-con>.elementor-background-slideshow:before,.e-con>.elementor-motion-effects-container>.elementor-motion-effects-layer:before,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{content:var(--background-overlay);display:block;position:absolute;mix-blend-mode:var(--overlay-mix-blend-mode);opacity:var(--overlay-opacity);transition:var(--overlay-transition,.3s);border-radius:var(--border-radius);border-style:var(--border-style);border-color:var(--border-color);border-block-start-width:var(--border-block-start-width);border-inline-end-width:var(--border-inline-end-width);border-block-end-width:var(--border-block-end-width);border-inline-start-width:var(--border-inline-start-width);top:calc(0px - var(--border-block-start-width));left:calc(0px - var(--border-inline-start-width));width:max(100% + var(--border-inline-end-width) + var(--border-inline-start-width),100%);height:max(100% + var(--border-block-start-width) + var(--border-block-end-width),100%)}.e-con:before{transition:background var(--overlay-transition,.3s),border-radius var(--border-transition,.3s),opacity var(--overlay-transition,.3s)}.e-con>.elementor-background-slideshow,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container{border-radius:var(--border-radius);border-style:var(--border-style);border-color:var(--border-color);border-block-start-width:var(--border-block-start-width);border-inline-end-width:var(--border-inline-end-width);border-block-end-width:var(--border-block-end-width);border-inline-start-width:var(--border-inline-start-width);top:calc(0px - var(--border-block-start-width));left:calc(0px - var(--border-inline-start-width));width:max(100% + var(--border-inline-end-width) + var(--border-inline-start-width),100%);height:max(100% + var(--border-block-start-width) + var(--border-block-end-width),100%)}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{z-index:1}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-slideshow:before{z-index:2}.e-con .elementor-widget{min-width:0}.e-con .elementor-widget-video,.e-con .elementor-widget.e-widget-swiper{width:100%}.e-con>.e-con-inner>.elementor-widget>.elementor-widget-container,.e-con>.elementor-widget>.elementor-widget-container{height:100%}.e-con.e-con>.e-con-inner>.elementor-widget,.elementor.elementor .e-con>.elementor-widget{max-width:100%}.e-con{--bc-margin-block-start:var(--margin-top);--bc-margin-block-end:var(--margin-bottom);--bc-margin-inline-start:var(--margin-left);--bc-margin-inline-end:var(--margin-right);--bc-padding-block-start:var(--padding-top);--bc-padding-block-end:var(--padding-bottom);--bc-padding-inline-start:var(--padding-left);--bc-padding-inline-end:var(--padding-right)}[dir=rtl] .e-con{--bc-margin-inline-start:var(--margin-right);--bc-margin-inline-end:var(--margin-left);--bc-padding-inline-start:var(--padding-right);--bc-padding-inline-end:var(--padding-left)}.elementor-element .elementor-widget-container{transition:background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s)}.elementor-button{display:inline-block;line-height:1;background-color:#69727d;font-size:15px;padding:12px 24px;border-radius:3px;color:#fff;fill:#fff;text-align:center;transition:all .3s}.elementor-button:focus,.elementor-button:hover,.elementor-button:visited{color:#fff}.elementor-button-content-wrapper{display:flex;justify-content:center}.elementor-button-icon{flex-grow:0;order:5}.elementor-button-icon svg{width:1em;height:auto}.elementor-button-icon .e-font-icon-svg{height:1em}.elementor-button-text{flex-grow:1;order:10;display:inline-block}.elementor-button.elementor-size-md{font-size:16px;padding:15px 30px;border-radius:4px}.elementor-button.elementor-size-lg{font-size:18px;padding:20px 40px;border-radius:5px}.elementor-button .elementor-align-icon-left{margin-right:5px;order:5}.elementor-button span{text-decoration:inherit}.elementor-icon{display:inline-block;line-height:1;transition:all .3s;color:#69727d;font-size:50px;text-align:center}.elementor-icon:hover{color:#69727d}.elementor-icon i,.elementor-icon svg{width:1em;height:1em;position:relative;display:block}.elementor-icon i:before,.elementor-icon svg:before{position:absolute;left:50%;transform:translateX(-50%)}.elementor-shape-circle .elementor-icon{border-radius:50%}.elementor-element{--swiper-theme-color:#000;--swiper-navigation-size:44px;--swiper-pagination-bullet-size:6px;--swiper-pagination-bullet-horizontal-gap:6px}.elementor-element .swiper .elementor-swiper-button,.elementor-element .swiper-container .elementor-swiper-button,.elementor-element .swiper-container~.elementor-swiper-button,.elementor-element .swiper~.elementor-swiper-button{position:absolute;display:inline-flex;z-index:1;cursor:pointer;font-size:25px;color:hsla(0,0%,93.3%,.9);top:50%;transform:translateY(-50%)}.elementor-element .swiper .elementor-swiper-button svg,.elementor-element .swiper-container .elementor-swiper-button svg,.elementor-element .swiper-container~.elementor-swiper-button svg,.elementor-element .swiper~.elementor-swiper-button svg{fill:hsla(0,0%,93.3%,.9);height:1em;width:1em}.elementor-element .swiper .elementor-swiper-button-prev,.elementor-element .swiper-container .elementor-swiper-button-prev,.elementor-element .swiper-container~.elementor-swiper-button-prev,.elementor-element .swiper~.elementor-swiper-button-prev{left:10px}.elementor-element .swiper .elementor-swiper-button-next,.elementor-element .swiper-container .elementor-swiper-button-next,.elementor-element .swiper-container~.elementor-swiper-button-next,.elementor-element .swiper~.elementor-swiper-button-next{right:10px}.elementor-element :where(.swiper-container-horizontal)~.swiper-pagination-bullets{bottom:5px;left:0;width:100%}.elementor-element :where(.swiper-container-horizontal)~.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.elementor-lightbox:not(.elementor-popup-modal) .dialog-header,.elementor-lightbox:not(.elementor-popup-modal) .dialog-message{text-align:center}.elementor-lightbox .dialog-header{display:none}.elementor-lightbox .dialog-widget-content{background:0 0;box-shadow:none;width:100%;height:100%}.elementor-lightbox .dialog-message{animation-duration:.3s;height:100%}.elementor-lightbox .dialog-message.dialog-lightbox-message{padding:0}.elementor-lightbox .dialog-lightbox-close-button{cursor:pointer;position:absolute;font-size:var(--lightbox-header-icons-size);right:.75em;margin-top:13px;padding:.25em;z-index:2;line-height:1;display:flex}.elementor-lightbox .dialog-lightbox-close-button svg{height:1em;width:1em}.elementor-lightbox .dialog-lightbox-close-button{color:var(--lightbox-ui-color);transition:all .3s;opacity:1}.elementor-lightbox .dialog-lightbox-close-button svg{fill:var(--lightbox-ui-color)}.elementor-lightbox .dialog-lightbox-close-button:hover{color:var(--lightbox-ui-color-hover)}.elementor-lightbox .dialog-lightbox-close-button:hover svg{fill:var(--lightbox-ui-color-hover)}.elementor-lightbox .elementor-video-container{width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.elementor-lightbox .elementor-video-container .elementor-video-landscape,.elementor-lightbox .elementor-video-container .elementor-video-portrait,.elementor-lightbox .elementor-video-container .elementor-video-square{width:100%;height:100%;margin:auto}.elementor-lightbox .elementor-video-container .elementor-video-landscape iframe,.elementor-lightbox .elementor-video-container .elementor-video-portrait iframe,.elementor-lightbox .elementor-video-container .elementor-video-square iframe{border:0;background-color:#000}.elementor-lightbox .elementor-video-container .elementor-video-landscape iframe,.elementor-lightbox .elementor-video-container .elementor-video-landscape video,.elementor-lightbox .elementor-video-container .elementor-video-portrait iframe,.elementor-lightbox .elementor-video-container .elementor-video-portrait video,.elementor-lightbox .elementor-video-container .elementor-video-square iframe,.elementor-lightbox .elementor-video-container .elementor-video-square video{aspect-ratio:var(--video-aspect-ratio,1.77777)}@supports not (aspect-ratio:1/1){.elementor-lightbox .elementor-video-container .elementor-video-landscape,.elementor-lightbox .elementor-video-container .elementor-video-portrait,.elementor-lightbox .elementor-video-container .elementor-video-square{position:relative;overflow:hidden;height:0;padding-bottom:calc(100% / var(--video-aspect-ratio,1.77777))}.elementor-lightbox .elementor-video-container .elementor-video-landscape iframe,.elementor-lightbox .elementor-video-container .elementor-video-landscape video,.elementor-lightbox .elementor-video-container .elementor-video-portrait iframe,.elementor-lightbox .elementor-video-container .elementor-video-portrait video,.elementor-lightbox .elementor-video-container .elementor-video-square iframe,.elementor-lightbox .elementor-video-container .elementor-video-square video{position:absolute;top:0;right:0;bottom:0;left:0}}.elementor-lightbox .elementor-video-container .elementor-video-square iframe,.elementor-lightbox .elementor-video-container .elementor-video-square video{width:min(90vh,90vw);height:min(90vh,90vw)}.elementor-lightbox .elementor-video-container .elementor-video-landscape iframe,.elementor-lightbox .elementor-video-container .elementor-video-landscape video{width:100%;max-height:90vh}.elementor-lightbox .elementor-video-container .elementor-video-portrait iframe,.elementor-lightbox .elementor-video-container .elementor-video-portrait video{height:100%;max-width:90vw}@media (min-width:1025px){.elementor-lightbox .elementor-video-container .elementor-video-landscape{width:85vw;max-height:85vh}.elementor-lightbox .elementor-video-container .elementor-video-portrait{height:85vh;max-width:85vw}}@media (max-width:1024px){.elementor-lightbox .elementor-video-container .elementor-video-landscape{width:95vw;max-height:95vh}.elementor-lightbox .elementor-video-container .elementor-video-portrait{height:95vh;max-width:95vw}}.elementor-slideshow--fullscreen-mode .elementor-video-container{width:100%}.animated{animation-duration:1.25s}.animated.reverse{animation-direction:reverse;animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.animated{animation:none}}.elementor-shape{overflow:hidden;position:absolute;left:0;width:100%;line-height:0;direction:ltr}.elementor-shape-top{top:-1px}.elementor-shape svg{display:block;width:calc(100% + 1.3px);position:relative;left:50%;transform:translateX(-50%)}.elementor-shape .elementor-shape-fill{fill:#fff;transform-origin:center;transform:rotateY(0)}#wpadminbar *{font-style:normal}.elementor-post__thumbnail__link{transition:none}:where(.elementor-widget-n-accordion .e-n-accordion-item>.e-con){border:var(--n-accordion-border-width) var(--n-accordion-border-style) var(--n-accordion-border-color)}.elementor-kit-1338{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#DD3334;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500}.elementor-section.elementor-section-boxed>.elementor-container{max-width:1140px}.e-con{--container-max-width:1140px}.elementor-widget:not(:last-child){margin-block-end:20px}.elementor-element{--widgets-spacing:20px 20px}@media(max-width:1024px){.elementor-section.elementor-section-boxed>.elementor-container{max-width:1024px}.e-con{--container-max-width:1024px}}.elementor-1333 .elementor-element.elementor-element-db27d62{text-align:center}.elementor-1333 .elementor-element.elementor-element-10390bb{--grid-template-columns:repeat(0, auto);--grid-column-gap:5px;--grid-row-gap:0px}.elementor-1333 .elementor-element.elementor-element-10390bb .elementor-widget-container{text-align:center}.elementor-1333 .elementor-element.elementor-element-b5c6024{text-align:center}.elementor-1333 .elementor-element.elementor-element-b96d4f9 .elementor-repeater-item-813fb17.elementor-social-icon{background-color:#f29100}.elementor-1333 .elementor-element.elementor-element-b96d4f9 .elementor-repeater-item-813fb17.elementor-social-icon i{color:#000}.elementor-1333 .elementor-element.elementor-element-b96d4f9 .elementor-repeater-item-813fb17.elementor-social-icon svg{fill:#000000}.elementor-1333 .elementor-element.elementor-element-b96d4f9{--grid-template-columns:repeat(0, auto);--grid-column-gap:5px;--grid-row-gap:0px}.elementor-1333 .elementor-element.elementor-element-b96d4f9 .elementor-widget-container{text-align:center}.elementor-1333 .elementor-element.elementor-element-bb90d74{--divider-border-style:solid;--divider-color:#000;--divider-border-width:1px}.elementor-1333 .elementor-element.elementor-element-bb90d74 .elementor-divider-separator{width:50%;margin:0 auto;margin-center:0}.elementor-1333 .elementor-element.elementor-element-bb90d74 .elementor-divider{text-align:center;padding-top:15px;padding-bottom:15px}.elementor-1333 .elementor-element.elementor-element-6d8c260{text-align:center}.elementor-1333 .elementor-element.elementor-element-c089a48 .elementor-button{background-color:var(--e-global-color-secondary)}.elementor-1333 .elementor-element.elementor-element-65d11bc{--divider-border-style:solid;--divider-color:#000;--divider-border-width:1px}.elementor-1333 .elementor-element.elementor-element-65d11bc .elementor-divider-separator{width:50%;margin:0 auto;margin-center:0}.elementor-1333 .elementor-element.elementor-element-65d11bc .elementor-divider{text-align:center;padding-top:15px;padding-bottom:15px}.elementor-1333 .elementor-element.elementor-element-d67a061{text-align:center}.elementor-1333 .elementor-element.elementor-element-ce4300e .elementor-cta__content{text-align:center}.elementor-1333 .elementor-element.elementor-element-ce4300e .elementor-cta__button{color:#fffefe;background-color:var(--e-global-color-secondary);border-color:var(--e-global-color-secondary)}.elementor-1333 .elementor-element.elementor-element-ce4300e .elementor-cta .elementor-cta__bg,.elementor-1333 .elementor-element.elementor-element-ce4300e .elementor-cta .elementor-cta__bg-overlay{transition-duration:1.5s}.elementor-1333 .elementor-element.elementor-element-ca0ba39 .elementor-cta__content{text-align:center}.elementor-1333 .elementor-element.elementor-element-ca0ba39 .elementor-cta__button{color:#fffefe;background-color:var(--e-global-color-secondary);border-color:var(--e-global-color-secondary)}.elementor-1333 .elementor-element.elementor-element-ca0ba39 .elementor-cta .elementor-cta__bg,.elementor-1333 .elementor-element.elementor-element-ca0ba39 .elementor-cta .elementor-cta__bg-overlay{transition-duration:1.5s}.elementor-1333 .elementor-element.elementor-element-b9bb8ff .elementor-cta__content{text-align:center}.elementor-1333 .elementor-element.elementor-element-b9bb8ff .elementor-cta__button{color:#fffefe;background-color:#d33;border-color:var(--e-global-color-secondary)}.elementor-1333 .elementor-element.elementor-element-b9bb8ff .elementor-cta .elementor-cta__bg,.elementor-1333 .elementor-element.elementor-element-b9bb8ff .elementor-cta .elementor-cta__bg-overlay{transition-duration:1.5s}.elementor-1333 .elementor-element.elementor-element-021aeb5 .elementor-cta__content{text-align:center}.elementor-1333 .elementor-element.elementor-element-021aeb5 .elementor-cta__button{color:#fffefe;background-color:var(--e-global-color-secondary);border-color:var(--e-global-color-secondary)}.elementor-1333 .elementor-element.elementor-element-021aeb5 .elementor-cta .elementor-cta__bg,.elementor-1333 .elementor-element.elementor-element-021aeb5 .elementor-cta .elementor-cta__bg-overlay{transition-duration:1.5s}.elementor-1333 .elementor-element.elementor-element-341cf5d .elementor-cta__content{text-align:center}.elementor-1333 .elementor-element.elementor-element-341cf5d .elementor-cta__button{color:#fffefe;background-color:var(--e-global-color-secondary);border-color:var(--e-global-color-secondary)}.elementor-1333 .elementor-element.elementor-element-341cf5d .elementor-cta .elementor-cta__bg,.elementor-1333 .elementor-element.elementor-element-341cf5d .elementor-cta .elementor-cta__bg-overlay{transition-duration:1.5s}.elementor-1333 .elementor-element.elementor-element-1712fd7{--divider-border-style:solid;--divider-color:#000;--divider-border-width:1px}.elementor-1333 .elementor-element.elementor-element-1712fd7 .elementor-divider-separator{width:50%;margin:0 auto;margin-center:0}.elementor-1333 .elementor-element.elementor-element-1712fd7 .elementor-divider{text-align:center;padding-top:15px;padding-bottom:15px}.elementor-1333 .elementor-element.elementor-element-163e6de{text-align:center}.elementor-1333 .elementor-element.elementor-element-2c3571b .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc(.66 * 100%)}.elementor-1333 .elementor-element.elementor-element-2c3571b:after{content:"0.66"}.elementor-1333 .elementor-element.elementor-element-2c3571b .elementor-post__thumbnail__link{width:100%}.elementor-1333 .elementor-element.elementor-element-2c3571b{--grid-column-gap:30px;--grid-row-gap:35px}.elementor-1333 .elementor-element.elementor-element-2c3571b.elementor-posts--thumbnail-left .elementor-post__thumbnail__link{margin-right:20px}.elementor-1333 .elementor-element.elementor-element-2c3571b.elementor-posts--thumbnail-right .elementor-post__thumbnail__link{margin-left:20px}.elementor-1333 .elementor-element.elementor-element-2c3571b.elementor-posts--thumbnail-top .elementor-post__thumbnail__link{margin-bottom:20px}.elementor-1333 .elementor-element.elementor-element-3c874e0 .elementor-button{background-color:var(--e-global-color-secondary)}.elementor-1333 .elementor-element.elementor-element-4f264d7{--divider-border-style:solid;--divider-color:#000;--divider-border-width:1px}.elementor-1333 .elementor-element.elementor-element-4f264d7 .elementor-divider-separator{width:50%;margin:0 auto;margin-center:0}.elementor-1333 .elementor-element.elementor-element-4f264d7 .elementor-divider{text-align:center;padding-top:15px;padding-bottom:15px}.elementor-1333 .elementor-element.elementor-element-a451ff5{text-align:center}.elementor-1333 .elementor-element.elementor-element-82d009e .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc(.66 * 100%)}.elementor-1333 .elementor-element.elementor-element-82d009e:after{content:"0.66"}.elementor-1333 .elementor-element.elementor-element-82d009e .elementor-post__thumbnail__link{width:100%}.elementor-1333 .elementor-element.elementor-element-82d009e{--grid-column-gap:30px;--grid-row-gap:35px}.elementor-1333 .elementor-element.elementor-element-82d009e.elementor-posts--thumbnail-left .elementor-post__thumbnail__link{margin-right:20px}.elementor-1333 .elementor-element.elementor-element-82d009e.elementor-posts--thumbnail-right .elementor-post__thumbnail__link{margin-left:20px}.elementor-1333 .elementor-element.elementor-element-82d009e.elementor-posts--thumbnail-top .elementor-post__thumbnail__link{margin-bottom:20px}.elementor-1333 .elementor-element.elementor-element-39e8815 .elementor-button{background-color:var(--e-global-color-secondary)}.elementor-1333 .elementor-element.elementor-element-d0b6834{--divider-border-style:solid;--divider-color:#000;--divider-border-width:1px}.elementor-1333 .elementor-element.elementor-element-d0b6834 .elementor-divider-separator{width:50%;margin:0 auto;margin-center:0}.elementor-1333 .elementor-element.elementor-element-d0b6834 .elementor-divider{text-align:center;padding-top:15px;padding-bottom:15px}.elementor-1333 .elementor-element.elementor-element-05fd7ad{text-align:center}.elementor-1333 .elementor-element.elementor-element-fc1d4e1 .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc(.66 * 100%)}.elementor-1333 .elementor-element.elementor-element-fc1d4e1:after{content:"0.66"}.elementor-1333 .elementor-element.elementor-element-fc1d4e1 .elementor-post__thumbnail__link{width:100%}.elementor-1333 .elementor-element.elementor-element-fc1d4e1{--grid-column-gap:30px;--grid-row-gap:35px}.elementor-1333 .elementor-element.elementor-element-fc1d4e1.elementor-posts--thumbnail-left .elementor-post__thumbnail__link{margin-right:20px}.elementor-1333 .elementor-element.elementor-element-fc1d4e1.elementor-posts--thumbnail-right .elementor-post__thumbnail__link{margin-left:20px}.elementor-1333 .elementor-element.elementor-element-fc1d4e1.elementor-posts--thumbnail-top .elementor-post__thumbnail__link{margin-bottom:20px}.elementor-1333 .elementor-element.elementor-element-770a28f .elementor-button{background-color:var(--e-global-color-secondary)}.elementor-1333 .elementor-element.elementor-element-f4154df{--divider-border-style:solid;--divider-color:#000;--divider-border-width:1px}.elementor-1333 .elementor-element.elementor-element-f4154df .elementor-divider-separator{width:50%;margin:0 auto;margin-center:0}.elementor-1333 .elementor-element.elementor-element-f4154df .elementor-divider{text-align:center;padding-top:15px;padding-bottom:15px}.elementor-1333 .elementor-element.elementor-element-fad1165{text-align:center}.elementor-1333 .elementor-element.elementor-element-3ae7b70 .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc(.66 * 100%)}.elementor-1333 .elementor-element.elementor-element-3ae7b70:after{content:"0.66"}.elementor-1333 .elementor-element.elementor-element-3ae7b70 .elementor-post__thumbnail__link{width:100%}.elementor-1333 .elementor-element.elementor-element-3ae7b70{--grid-column-gap:30px;--grid-row-gap:35px}.elementor-1333 .elementor-element.elementor-element-3ae7b70.elementor-posts--thumbnail-left .elementor-post__thumbnail__link{margin-right:20px}.elementor-1333 .elementor-element.elementor-element-3ae7b70.elementor-posts--thumbnail-right .elementor-post__thumbnail__link{margin-left:20px}.elementor-1333 .elementor-element.elementor-element-3ae7b70.elementor-posts--thumbnail-top .elementor-post__thumbnail__link{margin-bottom:20px}.elementor-1333 .elementor-element.elementor-element-e834792 .elementor-button{background-color:var(--e-global-color-secondary)}.elementor-1333 .elementor-element.elementor-element-6fe3c2f{--divider-border-style:solid;--divider-color:#000;--divider-border-width:1px}.elementor-1333 .elementor-element.elementor-element-6fe3c2f .elementor-divider-separator{width:50%;margin:0 auto;margin-center:0}.elementor-1333 .elementor-element.elementor-element-6fe3c2f .elementor-divider{text-align:center;padding-top:15px;padding-bottom:15px}.elementor-1333 .elementor-element.elementor-element-36c109e{text-align:center}.elementor-1333 .elementor-element.elementor-element-a72e911 .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc(.66 * 100%)}.elementor-1333 .elementor-element.elementor-element-a72e911:after{content:"0.66"}.elementor-1333 .elementor-element.elementor-element-a72e911 .elementor-post__thumbnail__link{width:100%}.elementor-1333 .elementor-element.elementor-element-a72e911{--grid-column-gap:30px;--grid-row-gap:35px}.elementor-1333 .elementor-element.elementor-element-a72e911.elementor-posts--thumbnail-left .elementor-post__thumbnail__link{margin-right:20px}.elementor-1333 .elementor-element.elementor-element-a72e911.elementor-posts--thumbnail-right .elementor-post__thumbnail__link{margin-left:20px}.elementor-1333 .elementor-element.elementor-element-a72e911.elementor-posts--thumbnail-top .elementor-post__thumbnail__link{margin-bottom:20px}.elementor-1333 .elementor-element.elementor-element-d54606d .elementor-button{background-color:var(--e-global-color-secondary)}.elementor-1333 .elementor-element.elementor-element-a4138b2{--divider-border-style:solid;--divider-color:#000;--divider-border-width:1px}.elementor-1333 .elementor-element.elementor-element-a4138b2 .elementor-divider-separator{width:50%;margin:0 auto;margin-center:0}.elementor-1333 .elementor-element.elementor-element-a4138b2 .elementor-divider{text-align:center;padding-top:15px;padding-bottom:15px}.elementor-1333 .elementor-element.elementor-element-33101cd{text-align:center}.elementor-1333 .elementor-element.elementor-element-011f510 .elementor-wrapper{--video-aspect-ratio:1.77777}.elementor-1333 .elementor-element.elementor-element-0d27a2e .elementor-wrapper{--video-aspect-ratio:1.77777}.elementor-1333 .elementor-element.elementor-element-679f163 .elementor-button{background-color:var(--e-global-color-secondary)}@media(max-width:767px){.elementor-section.elementor-section-boxed>.elementor-container{max-width:767px}.e-con{--container-max-width:767px}.elementor-1333 .elementor-element.elementor-element-2c3571b .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc(.5 * 100%)}.elementor-1333 .elementor-element.elementor-element-2c3571b:after{content:"0.5"}.elementor-1333 .elementor-element.elementor-element-2c3571b .elementor-post__thumbnail__link{width:100%}.elementor-1333 .elementor-element.elementor-element-82d009e .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc(.5 * 100%)}.elementor-1333 .elementor-element.elementor-element-82d009e:after{content:"0.5"}.elementor-1333 .elementor-element.elementor-element-82d009e .elementor-post__thumbnail__link{width:100%}.elementor-1333 .elementor-element.elementor-element-fc1d4e1 .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc(.5 * 100%)}.elementor-1333 .elementor-element.elementor-element-fc1d4e1:after{content:"0.5"}.elementor-1333 .elementor-element.elementor-element-fc1d4e1 .elementor-post__thumbnail__link{width:100%}.elementor-1333 .elementor-element.elementor-element-3ae7b70 .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc(.5 * 100%)}.elementor-1333 .elementor-element.elementor-element-3ae7b70:after{content:"0.5"}.elementor-1333 .elementor-element.elementor-element-3ae7b70 .elementor-post__thumbnail__link{width:100%}.elementor-1333 .elementor-element.elementor-element-a72e911 .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc(.5 * 100%)}.elementor-1333 .elementor-element.elementor-element-a72e911:after{content:"0.5"}.elementor-1333 .elementor-element.elementor-element-a72e911 .elementor-post__thumbnail__link{width:100%}}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;z-index:1}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-wrapper{transform:translateZ(0)}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative}.swiper-pagination{position:absolute;text-align:center;transition:.3s;transform:translateZ(0);z-index:10}.swiper-pagination-bullet{width:6px;height:6px;display:inline-block;border-radius:50%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.elementor-swiper-button{position:absolute;display:inline-flex;z-index:1;cursor:pointer;font-size:25px;color:hsla(0,0%,93.3%,.9);top:50%;transform:translateY(-50%)}.elementor-swiper-button svg{fill:hsla(0,0%,93.3%,.9);height:1em;width:1em}.elementor-swiper-button-prev{left:10px}.elementor-swiper-button-next{right:10px}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:1s steps(12) infinite swiper-preloader-spin}.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;background-size:100%;background:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E") 50% no-repeat}@keyframes swiper-preloader-spin{to{transform:rotate(1turn)}}.elementor-bg-transform .elementor-bg{will-change:transform}.elementor-bg-transform-zoom-in:hover .elementor-bg{transform:scale(1.2)}.elementor-animated-content{--translate:0,0}.elementor-sticky--active{z-index:99}.e-con.elementor-sticky--active{z-index:var(--z-index,99)}[data-elementor-type=popup]:not(.elementor-edit-area){display:none}.elementor-popup-modal{display:flex;pointer-events:none;background-color:transparent;-webkit-user-select:auto;-moz-user-select:auto;user-select:auto}.elementor-popup-modal .dialog-buttons-wrapper,.elementor-popup-modal .dialog-header{display:none}.elementor-popup-modal .dialog-close-button{display:none;top:20px;margin-top:0;right:20px;opacity:1;z-index:9999;pointer-events:all}.elementor-popup-modal .dialog-close-button svg{fill:#1f2124;height:1em;width:1em}.elementor-popup-modal .dialog-widget-content{background-color:#fff;width:auto;overflow:visible;max-width:100%;max-height:100%;border-radius:0;box-shadow:none;pointer-events:all}.elementor-popup-modal .dialog-message{width:640px;max-width:100vw;max-height:100vh;padding:0;overflow:auto;display:flex}.elementor-popup-modal .elementor{width:100%}.elementor-motion-effects-element,.elementor-motion-effects-layer{transition-property:transform,opacity;transition-timing-function:cubic-bezier(0,.33,.07,1.03);transition-duration:1s}.elementor-motion-effects-container{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;transform-origin:var(--e-transform-origin-y) var(--e-transform-origin-x)}.elementor-motion-effects-layer{position:absolute;top:0;left:0;background-repeat:no-repeat;background-size:cover}.elementor-motion-effects-perspective{perspective:1200px}.elementor-motion-effects-element{transform-origin:var(--e-transform-origin-y) var(--e-transform-origin-x)}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:400;font-display:swap;src:url(https://www.laurenceel.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.eot);src:url(https://www.laurenceel.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(https://www.laurenceel.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff2) format("woff2"),url(https://www.laurenceel.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff) format("woff"),url(https://www.laurenceel.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.ttf) format("truetype"),url(https://www.laurenceel.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:swap;src:url(https://www.laurenceel.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.eot);src:url(https://www.laurenceel.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(https://www.laurenceel.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.woff2) format("woff2"),url(https://www.laurenceel.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.woff) format("woff"),url(https://www.laurenceel.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.ttf) format("truetype"),url(https://www.laurenceel.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.svg#fontawesome) format("svg")}.fab,.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:swap;src:url(https://www.laurenceel.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.eot);src:url(https://www.laurenceel.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(https://www.laurenceel.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff2) format("woff2"),url(https://www.laurenceel.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff) format("woff"),url(https://www.laurenceel.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.ttf) format("truetype"),url(https://www.laurenceel.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.far{font-family:"Font Awesome 5 Free"}.fa{font-weight:900}.fa.fa-youtube{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-amazon{font-family:"Font Awesome 5 Brands";font-weight:400}@font-face{font-family:FontAwesome;font-display:swap;src:url('https://www.laurenceel.com/wp-content/plugins/wp-review-pro/public/fonts/fontawesome-webfont.eot?v=4.7.0');src:url('https://www.laurenceel.com/wp-content/plugins/wp-review-pro/public/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('https://www.laurenceel.com/wp-content/plugins/wp-review-pro/public/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('https://www.laurenceel.com/wp-content/plugins/wp-review-pro/public/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('https://www.laurenceel.com/wp-content/plugins/wp-review-pro/public/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('https://www.laurenceel.com/wp-content/plugins/wp-review-pro/public/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:400;font-style:normal}.fa{display:inline-block;font:14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.review-wrapper{border:1px solid #e7e7e7;margin-bottom:30px;clear:both;-webkit-box-sizing:border-box;box-sizing:border-box}.review-wrapper li:after{content:'';display:block;clear:both}.entry-content .review-wrapper li:last-child a{margin-right:0}.wpr-error{background:#f9ada7;padding:10px;margin:10px 0}.review-result{position:absolute;top:0;left:0;overflow:hidden;white-space:nowrap}.rtl .review-result{left:auto;right:0}.review-wrapper .wp-review-circle-rating{padding:0;width:auto;display:inline}.entry-content .review-wrapper h2,.entry-content .review-wrapper h3{margin:0}.wp-review-comment-field{margin-bottom:10px}.wp-review-feedback{margin-top:10px}.wp-review-comment-rating-star{display:inline-block}#commentform.wp-review-comment-form input,#commentform.wp-review-comment-form select,form.wp-review-comment-form input{width:100%;max-width:100%;height:44px;font-size:16px;padding-left:2.5%;-webkit-box-sizing:border-box;box-sizing:border-box}.rtl #commentform.wp-review-comment-form input,.rtl form.wp-review-comment-form input{padding-left:auto;padding-right:2.5%}#commentform.wp-review-comment-form textarea,form.wp-review-comment-form textarea{width:100%;background:rgba(0,0,0,.035);border:1px solid rgba(0,0,0,.05);color:rgba(0,0,0,.31);max-width:100%;font-size:16px;padding-left:2.5%;-webkit-box-sizing:border-box;box-sizing:border-box}.rtl #commentform.wp-review-comment-form textarea,.rtl form.wp-review-comment-form textarea{padding-left:auto;padding-right:2.5%}#commentform.wp-review-comment-form>div,form.wp-review-comment-form>div{width:100%;margin-bottom:10px;float:left}.rtl #commentform.wp-review-comment-form>div,.rtl form.wp-review-comment-form>div{float:right}.review-wrapper .review-result{-webkit-transition:width 2s;-o-transition:width 2s;transition:width 2s ease}.review-wrapper.delay-animation .review-result{width:0!important;-webkit-transition:none;-o-transition:none;transition:none}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.rtl .wp-review-user-rating-total{unicode-bidi:-webkit-isolate;unicode-bidi:isolate}.rtl .wp-review-user-rating-total+small{unicode-bidi:plaintext}.comparison-table{border-collapse:collapse;font-size:14px}.comparison-table td,.comparison-table th{border:1px solid #ccc;padding:10px 15px;vertical-align:top}.comparison-table th{border-color:#000;text-align:left}.comparison-table tr{background:#f9f9f9}.comparison-table tr:nth-child(2n){background:#fff}.wp-reviews-list{position:relative;border:1px solid #e4e4e4;background-color:#fff}.wp-reviews-list *{-webkit-box-sizing:border-box;box-sizing:border-box}.wp-reviews-list ul{list-style-type:none}.wp-reviews-list .item{padding:10px 15px;border-bottom:1px solid #e4e4e4;border-top:0;position:relative;list-style-type:none;margin:0}.wp-reviews-list .item:last-child{border:none}.wp-reviews-list img{max-width:100%;height:auto}.wp-reviews-list a{color:#444}.wp-reviews-list .loading{min-height:120px}.wp-reviews-list .loading:before{content:"";display:block;position:absolute;top:0;right:0;bottom:0;left:0;background-color:rgba(255,255,255,.8);z-index:11}.wp-reviews-list .loading:after{content:"";margin:0 auto 3em;font-size:10px;position:absolute;top:45%;left:49%;z-index:12;text-indent:-9999em;border-top:.4em solid rgba(0,0,0,.2);border-right:.4em solid rgba(0,0,0,.2);border-bottom:.4em solid rgba(0,0,0,.2);border-left:.4em solid #000;-webkit-animation:.5s linear infinite load8;animation:.5s linear infinite load8;border-radius:50%;width:2em;height:2em}.wp-reviews-list .reviews-pagination{padding-bottom:15px}.wp-reviews-list .reviews-pagination a{margin:0 15px}.wp-reviews-list .reviews-pagination .next{float:right}.clear{clear:both}@-webkit-keyframes load8{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes load8{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.wp-reviews-list .item:after,.wp-reviews-list .reviews-pagination:after{content:" ";display:block;height:0;visibility:hidden;clear:both}.hello-bar{padding-top:5px;padding-bottom:5px;background-size:cover;position:relative;z-index:1000;overflow:hidden}body.has-hello-bar{-webkit-transition:padding-top .3s;-o-transition:padding-top .3s;transition:padding-top .3s ease}.wp-review-comment-form-photo{margin-bottom:15px;float:left;width:100%;clear:both;margin-right:0;margin-left:0}.wp-review-comment-form-photo p{margin-bottom:0}.wp-review-comment-form-photo{position:relative}.wp-review-comment-form-photo a{position:absolute;top:0;right:0}.wp-review-comment-form-photo input{margin-top:8px}.wp-review-comment-form-photo input.input-file{padding-left:0}.wp-review-comment-form-photo .hide{display:none}body.rtl .wp-review-comment-form-photo a{right:auto;left:0}body.rtl .wp-reviews-list .reviews-pagination .next{float:left}.main-header.regular_header{background-color:#fff}body{background-color:#eee}#mobile-menu-wrapper ul li a:hover{background:#00704a}#secondary-navigation .navigation ul .current-menu-item a,#secondary-navigation .navigation ul li a:hover,.fn a,.reply a,.title a:hover,a,a:hover,footer .widget li a:hover{color:#00704a}#commentform input#submit,#move-to-top:hover,a#pull{background-color:#00704a;color:#fff!important}footer{background-color:#00704a}.copyrights{background-color:#fff}.regular_header #header{background-color:#222}.navigation.mobile-only{padding-top:50px}.regular_header #header{background-color:#00704a}html{overflow-x:hidden;-webkit-text-size-adjust:100%}.main-container{max-width:100%}@media screen and (max-width:1152px){#page,.container{max-width:96%}img,object,video{height:auto!important}}@media screen and (max-width:1024px){#move-to-top{margin-right:0;right:5px}div.header-social-icons{margin-left:20px}.mts-cart span a{padding:17px 3px 16px!important}}@media screen and (max-width:960px){#secondary-navigation{left:0}img{max-width:100%;height:auto!important}.footer-widgets .f-widget{width:31.5%}}@media screen and (min-width:865px){.navigation.mobile-only{display:none}}@media screen and (max-width:865px){#catcher{height:0!important}.sticky-navigation-active{position:relative!important;top:0!important}#header h2{float:none;text-align:center;width:100%;max-width:100%;padding:0}#header h2{font-size:40px}#logo a,#logo img{float:none;letter-spacing:0}.logo-wrap{margin-bottom:10px;margin-top:0;width:100%;margin-top:20px;text-align:center}.widget-header{max-width:100%;float:none;overflow:hidden;width:100%;text-align:center}.widget-header img{float:none}footer .container{padding:0 2%}div.header-social-icons{float:left;width:100%;background:#333;padding-left:10px;box-sizing:border-box}.header-social-icons a{color:#fff}.mts-cart{float:left;padding-left:20px;margin-right:0;width:100%;box-sizing:border-box}.mts-cart span,.mts-cart span a{color:#fff}.mts-cart>span{width:100%;display:block;border-bottom:1px solid rgba(0,0,0,.2)!important;padding:9px 0!important;padding-left:25px!important;box-sizing:border-box;text-indent:25px}#secondary-navigation .mts-cart span a{display:inline;padding:0!important}.navigation{width:100%;border:none;display:none}#secondary-navigation{width:100%!important;position:relative!important}.navigation .menu .fa>a,.navigation .menu a{color:#fff!important;background:0 0}.navigation .menu{display:block!important;float:none;background:0 0;margin-bottom:0}.navigation ul ul{visibility:visible!important;opacity:1!important;position:relative;left:0!important;border:0;width:100%}.navigation ul li li{background:0 0;border:0}nav{height:auto}#header .navigation ul li li,#header nav li{width:100%!important;float:left;position:relative}.navigation ul li:after{display:none}.navigation ul li:before{display:none}#header nav li a{border-bottom:1px solid rgba(0,0,0,.2)!important;width:100%!important;box-sizing:border-box}#header nav a{text-align:left;width:100%;text-indent:25px}a#pull{display:block;width:100%;position:relative;color:#fff;margin-left:-2.01%;margin-right:-2.01%;padding:10px 2.02%;text-indent:0}a#pull:after{content:"\f0c9";display:inline-block;position:absolute;right:15px;top:10px;font-family:FontAwesome}#header.sticky-navigation-active .logo-wrap{display:none}.main-container{position:relative;left:0;transition:left .5s ease}.mobile-menu-active .main-container{left:300px;transition:left .5s ease}.navigation.mobile-menu-wrapper{display:block;position:fixed;top:0;left:-300px;width:300px;height:100%;background-color:#222;border-right:1px solid rgba(0,0,0,.2);overflow:auto;transition:left .5s ease;-webkit-backface-visibility:hidden;box-sizing:border-box;overflow-x:hidden}.mobile-menu-active .navigation.mobile-menu-wrapper{left:0;z-index:1111}.navigation ul li{width:100%;display:block}.navigation ul li:hover{background:0 0}.navigation ul li a,.navigation ul ul a{padding:9px 0!important;width:100%;border:none}.navigation ul ul{position:static;width:100%;border:none}.navigation ul ul li{background:0 0;width:100%}.navigation i{display:inline}.navigation ul ul a{padding:9px 18px!important}.navigation ul ul ul a{padding:9px 27px!important}.navigation ul ul ul ul a{padding:9px 36px!important}.navigation .toggle-caret{display:block;width:42px;height:42px;line-height:42px;color:#fff;border-left:1px solid rgba(0,0,0,.2);top:0}.navigation .menu-item-has-children>a:after{content:''}#mobile-menu-overlay{position:fixed;width:100%;height:100%;top:0;left:0;z-index:999;cursor:pointer;display:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;background:rgba(0,0,0,.5)}html.noscroll{position:fixed;overflow-y:scroll;width:100%}.mts-cart,div.header-social-icons{display:block!important}#secondary-navigation .mts-cart{display:block!important;padding-left:0}#secondary-navigation .navigation ul .current-menu-item,#secondary-navigation .navigation ul li:hover{background:0 0}#secondary-navigation .navigation ul ul li{background:0 0}#secondary-navigation .header-social-icons a{font-size:18px!important;padding:14px 10px!important;width:auto;text-indent:0}.navigation i{margin-right:0}div.header-social-icons:before{display:none}div.header-social-icons{margin-left:0;padding-left:15px}}@media screen and (max-width:728px){.widget-header{max-width:100%;float:left;margin-top:0;margin-bottom:10px}}@media screen and (max-width:720px){#secondary-navigation a{padding-top:10px!important;padding-bottom:10px!important}.article{width:100%}#content_box{padding-right:0;padding-left:0!important}#comments{margin-right:0}.footer-widgets.widgets-num-3 .f-widget{width:48%;margin-right:4%}.footer-widgets.widgets-num-3 .f-widget:nth-child(2n){margin-right:0}}@media screen and (max-width:600px){.footer-widgets .f-widget,.footer-widgets.widgets-num-3 .f-widget.last{width:100%;max-width:340px;margin-bottom:15px;float:none!important;margin:0 auto!important}html #wpadminbar{position:fixed}}@media screen and (max-width:550px){.f-widget{width:100%;margin-right:0}}@media screen and (max-width:480px){.navigation{border-bottom:0}.navigation{margin-top:0;margin-bottom:0}#secondary-navigation{width:100%;height:35px}.copyrights{text-align:center}.top{width:100%}#copyright-note{float:none;width:100%}.to-top{float:none;clear:both;width:100%}#commentform textarea{width:100%}#comment,input#author,input#email,input#url{width:100%;box-sizing:border-box}}@media screen and (max-width:400px){article header{overflow:hidden}}@media screen and (max-width:320px){.navigation li{display:block;float:none;width:100%}.navigation li a{border-bottom:1px solid #576979}}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:100;src:url(https://fonts.gstatic.com/s/robotoslab/v34/BngMUXZYTXPIvIBgJJSb6ufN5qU.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:200;src:url(https://fonts.gstatic.com/s/robotoslab/v34/BngMUXZYTXPIvIBgJJSb6ufN5qU.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:300;src:url(https://fonts.gstatic.com/s/robotoslab/v34/BngMUXZYTXPIvIBgJJSb6ufN5qU.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/robotoslab/v34/BngMUXZYTXPIvIBgJJSb6ufN5qU.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:500;src:url(https://fonts.gstatic.com/s/robotoslab/v34/BngMUXZYTXPIvIBgJJSb6ufN5qU.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:600;src:url(https://fonts.gstatic.com/s/robotoslab/v34/BngMUXZYTXPIvIBgJJSb6ufN5qU.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:700;src:url(https://fonts.gstatic.com/s/robotoslab/v34/BngMUXZYTXPIvIBgJJSb6ufN5qU.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:800;src:url(https://fonts.gstatic.com/s/robotoslab/v34/BngMUXZYTXPIvIBgJJSb6ufN5qU.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:900;src:url(https://fonts.gstatic.com/s/robotoslab/v34/BngMUXZYTXPIvIBgJJSb6ufN5qU.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.fa,.fab,.far{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-spin{-webkit-animation:2s linear infinite fa-spin;animation:2s linear infinite fa-spin}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-amazon:before{content:"\f270"}.fa-angle-double-up:before{content:"\f102"}.fa-home:before{content:"\f015"}.fa-plus:before{content:"\f067"}.fa-spinner:before{content:"\f110"}.fa-youtube:before{content:"\f167"}.fab{font-family:"Font Awesome 5 Brands";font-weight:400}.tippy-box[data-theme~=wprm]{background-color:#333;color:#fff}.tippy-box[data-theme~=wprm][data-placement^=top]>.tippy-arrow::before{border-top-color:#333}.tippy-box[data-theme~=wprm][data-placement^=bottom]>.tippy-arrow::before{border-bottom-color:#333}.tippy-box[data-theme~=wprm][data-placement^=left]>.tippy-arrow::before{border-left-color:#333}.tippy-box[data-theme~=wprm][data-placement^=right]>.tippy-arrow::before{border-right-color:#333}.tippy-box[data-theme~=wprm] a{color:#fff}@font-face{font-family:Raleway;font-style:normal;font-weight:500;font-display:swap;src:url(https://fonts.gstatic.com/s/raleway/v29/1Ptug8zYS_SKggPNyC0ITw.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Raleway;font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/raleway/v29/1Ptug8zYS_SKggPNyC0ITw.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Roboto Slab';font-style:normal;font-weight:300;font-display:swap;src:url(https://fonts.gstatic.com/s/robotoslab/v34/BngMUXZYTXPIvIBgJJSb6ufN5qU.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Roboto Slab';font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/robotoslab/v34/BngMUXZYTXPIvIBgJJSb6ufN5qU.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}#logo a{font-family:'Roboto Slab';font-weight:400;font-size:32px;color:#222;text-transform:uppercase}.mts-cart{font-family:Raleway;font-weight:500;font-size:13px;color:#777}#secondary-navigation a{font-family:Raleway;font-weight:700;font-size:16px;color:#fff;text-transform:uppercase}body{font-family:Raleway;font-weight:500;font-size:16px;color:#444}#sidebar .widget h3{font-family:'Roboto Slab';font-weight:400;font-size:20px;color:#222;text-transform:uppercase}#sidebar .widget{font-family:Raleway;font-weight:500;font-size:16px;color:#444}.footer-widgets h3{font-family:'Roboto Slab';font-weight:400;font-size:18px;color:#fff;text-transform:uppercase}.f-widget a{font-family:Raleway;font-weight:500;font-size:16px;color:#999}.footer-widgets,footer .meta{font-family:Raleway;font-weight:500;font-size:16px;color:#777}#copyright-note{font-family:Raleway;font-weight:500;font-size:14px;color:#7e7d7d}h2{font-family:'Roboto Slab';font-weight:400;font-size:24px;color:#222}h3{font-family:'Roboto Slab';font-weight:400;font-size:22px;color:#222}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap{margin-top:8px}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter{width:1em;height:1em}.elementor-widget-text-editor .elementor-drop-cap{float:left;text-align:center;line-height:1;font-size:50px}.elementor-widget-text-editor .elementor-drop-cap-letter{display:inline-block}.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size,25px) + 2 * var(--icon-padding,.5em));height:calc(var(--icon-size,25px) + 2 * var(--icon-padding,.5em))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=".svg"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}.elementor-cta,.elementor-widget-call-to-action .elementor-widget-container{overflow:hidden}.elementor-cta{position:relative;display:flex;transition:.5s}.elementor-cta--skin-classic .elementor-cta{flex-wrap:wrap}.elementor-cta--skin-classic .elementor-cta__bg-wrapper{position:relative;min-height:200px;width:100%}.elementor-cta--skin-classic .elementor-cta__content{transition:all .4s;width:100%;background-color:#f9fafa}.elementor-cta--skin-classic .elementor-cta__content-item,.elementor-cta--skin-classic .elementor-cta__content-item .elementor-icon{color:#3f444b;border-color:#3f444b;fill:#3f444b}.elementor-cta--skin-classic .elementor-cta__button.elementor-button{color:#3f444b;border-color:#3f444b}.elementor-cta__bg,.elementor-cta__bg-overlay{position:absolute;top:0;left:0;right:0;bottom:0;transition:all .4s}.elementor-cta__bg-wrapper{z-index:1;overflow:hidden}.elementor-cta__bg{background-size:cover;background-position:50%;z-index:1}.elementor-cta__bg-overlay{z-index:2}.elementor-cta__button.elementor-button{cursor:pointer;align-self:center;margin-left:auto;margin-right:auto;border:2px solid #fff;background:0 0}.elementor-cta__button.elementor-button:hover{background:0 0;text-decoration:none}.elementor-cta__title{font-size:23px}.elementor-cta__content{z-index:1;overflow:hidden;display:flex;flex-wrap:wrap;align-items:center;align-content:center;padding:35px;width:100%}.elementor-cta__content,.elementor-cta__content-item{position:relative;transition:.5s;color:#fff}.elementor-cta__content-item{width:100%;margin:0}.elementor-cta__content-item:not(:last-child){margin-bottom:15px}.elementor-cta__content-item .elementor-icon{color:#fff}.elementor-cta:hover .elementor-cta__bg-overlay{background-color:rgba(0,0,0,.3)}@media (max-device-width:1024px){.elementor-cta{cursor:pointer}}.elementor-widget-posts:after{display:none}.elementor-posts-container.elementor-posts-masonry{align-items:flex-start}.elementor-posts-container:not(.elementor-posts-masonry){align-items:stretch}.elementor-posts-container .elementor-post{padding:0;margin:0}.elementor-posts-container .elementor-post__thumbnail{overflow:hidden}.elementor-posts-container .elementor-post__thumbnail img{display:block;width:100%;max-height:none;max-width:none;transition:filter .3s}.elementor-posts-container .elementor-post__thumbnail__link{position:relative;display:block;width:100%}.elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail{top:0;left:0;right:0;bottom:0}.elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail img{height:auto;position:absolute;top:calc(50% + 1px);left:calc(50% + 1px);transform:scale(1.01) translate(-50%,-50%)}.elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail.elementor-fit-height img{height:100%;width:auto}.elementor-posts .elementor-post{flex-direction:column;transition-property:background,border,box-shadow;transition-duration:.25s}.elementor-posts .elementor-post__title{font-size:18px;margin:0}.elementor-posts .elementor-post__text{display:var(--item-display,block);flex-direction:column;flex-grow:1}.elementor-posts .elementor-post__thumbnail{position:relative}.elementor-posts--skin-classic .elementor-post{overflow:hidden}.elementor-posts--thumbnail-top .elementor-post__thumbnail__link{margin-bottom:20px}.elementor-posts--thumbnail-top .elementor-post__text{width:100%}.elementor-posts--thumbnail-top.elementor-posts--align-left .elementor-post__thumbnail__link{margin-right:auto}.elementor-posts--thumbnail-top.elementor-posts--align-right .elementor-post__thumbnail__link{margin-left:auto}.elementor-posts--thumbnail-top.elementor-posts--align-center .elementor-post__thumbnail__link{margin-right:auto;margin-left:auto}.elementor-posts--thumbnail-left .elementor-post__thumbnail__link,.elementor-posts--thumbnail-right .elementor-post__thumbnail__link{flex-shrink:0;width:25%}.elementor-posts--thumbnail-left .elementor-post__thumbnail__link{order:0;margin-right:20px}.elementor-posts--thumbnail-right .elementor-post__thumbnail__link{order:5;margin-left:20px}.elementor-posts--thumbnail-none .elementor-posts-container .elementor-post__thumbnail__link{display:none}.elementor-posts .elementor-post{display:flex}.elementor-posts .elementor-post__card .elementor-post__thumbnail{position:relative;transform-style:preserve-3d;-webkit-transform-style:preserve-3d}.elementor-posts .elementor-post__card .elementor-post__thumbnail img{width:calc(100% + 1px)}.elementor-posts--show-avatar .elementor-post__thumbnail__link{margin-bottom:25px}.elementor-posts__hover-gradient .elementor-post__card .elementor-post__thumbnail__link:after{display:block;content:"";background-image:linear-gradient(0deg,rgba(0,0,0,.35),transparent 75%);background-repeat:no-repeat;height:100%;width:100%;position:absolute;bottom:0;opacity:1;transition:all .3s ease-out}.elementor-posts__hover-gradient .elementor-post__card:hover .elementor-post__thumbnail__link:after{opacity:.5}.elementor-posts__hover-zoom-in .elementor-post__card .elementor-post__thumbnail.elementor-fit-height img{height:100%}.elementor-posts__hover-zoom-in .elementor-post__card .elementor-post__thumbnail:not(.elementor-fit-height) img{width:calc(100% + 1px)}.elementor-posts__hover-zoom-in .elementor-post__card:hover .elementor-post__thumbnail.elementor-fit-height img{height:115%}.elementor-posts__hover-zoom-in .elementor-post__card:hover .elementor-post__thumbnail:not(.elementor-fit-height) img{width:115%}.elementor-posts__hover-zoom-out .elementor-post__card .elementor-post__thumbnail.elementor-fit-height img{height:115%}.elementor-posts__hover-zoom-out .elementor-post__card .elementor-post__thumbnail:not(.elementor-fit-height) img{width:115%}.elementor-posts__hover-zoom-out .elementor-post__card:hover .elementor-post__thumbnail.elementor-fit-height img{height:100%}.elementor-posts__hover-zoom-out .elementor-post__card:hover .elementor-post__thumbnail:not(.elementor-fit-height) img{width:calc(100% + 1px)}.elementor-posts__hover-zoom-in .elementor-post__thumbnail img,.elementor-posts__hover-zoom-out .elementor-post__thumbnail img{transition:filter .3s,height 1s cubic-bezier(0,.25,.07,1),width 1s cubic-bezier(0,.25,.07,1)}.elementor-posts--skin-full_content article .elementor-post__thumbnail{padding-bottom:0}body.elementor-editor-active .elementor-posts--skin-archive_full_content .elementor-post__thumbnail__link,body.elementor-editor-active .elementor-posts--skin-full_content .elementor-post__thumbnail__link{display:none}body.elementor-editor-active .elementor-posts--show-thumbnail .elementor-post__thumbnail__link{display:block}.elementor-portfolio.elementor-has-item-ratio{transition:height .5s}.elementor-portfolio.elementor-has-item-ratio .elementor-post__thumbnail{position:absolute;background-color:rgba(0,0,0,.1)}.elementor-portfolio.elementor-has-item-ratio .elementor-post__thumbnail__link{padding-bottom:56.25%}.elementor-widget-posts.e-load-more-pagination-loading>.elementor-widget-container{cursor:default}.elementor-widget-posts.e-load-more-pagination-loading>.elementor-widget-container .e-load-more-spinner{margin-top:var(--load-more—spacing,30px)}.elementor-widget-posts.e-load-more-pagination-loading>.elementor-widget-container .e-load-more-spinner i,.elementor-widget-posts.e-load-more-pagination-loading>.elementor-widget-container .e-load-more-spinner svg{display:flex}.elementor-widget-posts.e-load-more-pagination-loading>.elementor-widget-container>.elementor-button-wrapper .elementor-button-content-wrapper{visibility:hidden}.elementor-widget-posts.e-load-more-pagination-end>.elementor-widget-container>.elementor-button-wrapper{display:none}.elementor-widget-posts.e-load-more-no-spinner>.elementor-widget-container>.elementor-button-wrapper .elementor-button-content-wrapper{visibility:visible}.elementor-widget-posts>.elementor-widget-container .e-load-more-spinner{display:flex}.elementor-widget-posts>.elementor-widget-container .e-load-more-spinner i,.elementor-widget-posts>.elementor-widget-container .e-load-more-spinner svg{margin:0 auto;display:none}.elementor-widget-posts>.elementor-widget-container .e-load-more-spinner i{color:var(--load-more-spinner-color)}.elementor-widget-posts>.elementor-widget-container .e-load-more-spinner svg{fill:var(--load-more-spinner-color);height:1em;width:1em}.elementor-widget-posts>.elementor-widget-container>.elementor-button-wrapper{margin-top:var(--load-more—spacing,30px)}.elementor-widget-posts>.elementor-widget-container>.elementor-button-wrapper .e-load-more-spinner{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);margin:inherit}.elementor-widget-posts>.elementor-widget-container>.elementor-button-wrapper .elementor-button{cursor:pointer;position:relative}.elementor-widget-video .elementor-widget-container{overflow:hidden;transform:translateZ(0)}.elementor-widget-video .elementor-wrapper{aspect-ratio:var(--video-aspect-ratio)}.elementor-widget-video .elementor-wrapper iframe,.elementor-widget-video .elementor-wrapper video{height:100%;width:100%;display:flex;border:none;background-color:#000}.elementor-widget-video .elementor-open-inline .elementor-custom-embed-image-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:50%}.elementor-widget-video .elementor-custom-embed-image-overlay{cursor:pointer;text-align:center}.elementor-widget-video .elementor-custom-embed-image-overlay:hover .elementor-custom-embed-play i{opacity:1}.elementor-widget-video .elementor-custom-embed-image-overlay img{display:block;width:100%;aspect-ratio:var(--video-aspect-ratio);-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center}@supports not (aspect-ratio:1/1){.elementor-widget-video .elementor-wrapper{position:relative;overflow:hidden;height:0;padding-bottom:calc(100% / var(--video-aspect-ratio))}.elementor-widget-video .elementor-wrapper iframe,.elementor-widget-video .elementor-wrapper video{position:absolute;top:0;right:0;bottom:0;left:0}.elementor-widget-video .elementor-custom-embed-image-overlay{position:relative;overflow:hidden;height:0;padding-bottom:calc(100% / var(--video-aspect-ratio))}.elementor-widget-video .elementor-custom-embed-image-overlay img{position:absolute;top:0;right:0;bottom:0;left:0}}.e-con-inner>.elementor-widget-video,.e-con>.elementor-widget-video{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>
	<link rel="canonical" href="https://www.laurenceel.com/" />
	<meta property="og:locale" content="fr_FR" />
	<meta property="og:type" content="website" />
	<meta property="og:title" content="Laurenceel : le site de référence de la pizza en France !" />
	<meta property="og:description" content="Que recherchez vous ? Fours à pizza : les guides d&rsquo;achat Meilleurs fours à pizza de 2022 Acceder au guide Fours à pizza Ooni : tout savoir Acceder au guide Meilleurs fours à pizza éléctrique Acceder au guide Meilleurs fours à pizza à bois Acceder au guide Meilleurs mini-fours à pizza Acceder au guide Tests et accessoires Parcourez tous nos tests ultra exhaustifs de fours à pizza. Tous les tests Recettes de pizza Vous chercher des idées pour faire des pizzas ? Napolitaine, romaine, pizza blanche ou une belle Margarita ?  Vous trouverez certainement votre bonheur dans cette section. Toutes" />
	<meta property="og:url" content="https://www.laurenceel.com/" />
	<meta property="og:site_name" content="Laurenceel" />
	<meta property="article:modified_time" content="2024-01-04T09:34:45+00:00" />
	<meta property="og:image" content="https://www.laurenceel.com/wp-content/uploads/2021/10/Lorenzo-Laurenceel.png" />
	<meta name="twitter:card" content="summary_large_image" />
	<script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"NewsArticle","@id":"https://www.laurenceel.com/#article","isPartOf":{"@id":"https://www.laurenceel.com/"},"author":{"name":"Lorenzo","@id":"https://www.laurenceel.com/#/schema/person/8adecbcdeefe78010db3afbc219b0631"},"headline":"Laurenceel : le site de référence de la pizza en France !","datePublished":"2021-10-03T16:17:48+00:00","dateModified":"2024-01-04T09:34:45+00:00","mainEntityOfPage":{"@id":"https://www.laurenceel.com/"},"wordCount":259,"publisher":{"@id":"https://www.laurenceel.com/#organization"},"image":{"@id":"https://www.laurenceel.com/#primaryimage"},"thumbnailUrl":"https://www.laurenceel.com/wp-content/uploads/2021/10/Lorenzo-Laurenceel.png","inLanguage":"fr-FR"},{"@type":"WebPage","@id":"https://www.laurenceel.com/","url":"https://www.laurenceel.com/","name":"Laurenceel : le site de référence de la pizza en France !","isPartOf":{"@id":"https://www.laurenceel.com/#website"},"about":{"@id":"https://www.laurenceel.com/#organization"},"primaryImageOfPage":{"@id":"https://www.laurenceel.com/#primaryimage"},"image":{"@id":"https://www.laurenceel.com/#primaryimage"},"thumbnailUrl":"https://www.laurenceel.com/wp-content/uploads/2021/10/Lorenzo-Laurenceel.png","datePublished":"2021-10-03T16:17:48+00:00","dateModified":"2024-01-04T09:34:45+00:00","breadcrumb":{"@id":"https://www.laurenceel.com/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https://www.laurenceel.com/"]}]},{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https://www.laurenceel.com/#primaryimage","url":"https://www.laurenceel.com/wp-content/uploads/2021/10/Lorenzo-Laurenceel.png","contentUrl":"https://www.laurenceel.com/wp-content/uploads/2021/10/Lorenzo-Laurenceel.png","width":270,"height":350,"caption":"Lorenzo Laurenceel"},{"@type":"BreadcrumbList","@id":"https://www.laurenceel.com/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil"}]},{"@type":"WebSite","@id":"https://www.laurenceel.com/#website","url":"https://www.laurenceel.com/","name":"Laurenceel","description":"Le spécialiste du four à pizza","publisher":{"@id":"https://www.laurenceel.com/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://www.laurenceel.com/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"fr-FR"},{"@type":"Organization","@id":"https://www.laurenceel.com/#organization","name":"Laurenceel","url":"https://www.laurenceel.com/","logo":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https://www.laurenceel.com/#/schema/logo/image/","url":"https://www.laurenceel.com/wp-content/uploads/2019/09/logo-new-laurenceel.jpg","contentUrl":"https://www.laurenceel.com/wp-content/uploads/2019/09/logo-new-laurenceel.jpg","width":437,"height":122,"caption":"Laurenceel"},"image":{"@id":"https://www.laurenceel.com/#/schema/logo/image/"},"sameAs":["https://www.youtube.com/@lafrenchpizza","https://www.pinterest.fr/lafrenchpizza/","https://www.tiktok.com/@lafrenchpizza","https://www.infogreffe.fr/entreprise/seoblaster/898692280/f19b9710-0c38-4439-983f-8c7b52456345"]},{"@type":"Person","@id":"https://www.laurenceel.com/#/schema/person/8adecbcdeefe78010db3afbc219b0631","name":"Lorenzo","description":"Passionné de pizzas, j'adore découvrir de nouveaux appareil, tester de nouvelles recettes et vous donner mes astuces.","url":"https://www.laurenceel.com/author/lorenzo/"}]}</script>
	<!-- / Yoast SEO plugin. -->



<link rel="alternate" type="application/rss+xml" title="Laurenceel &raquo; Flux" href="https://www.laurenceel.com/feed/" />
<link rel="alternate" type="application/rss+xml" title="Laurenceel &raquo; Flux des commentaires" href="https://www.laurenceel.com/comments/feed/" />


<!-- Last Modified Schema is inserted by the WP Last Modified Info plugin v1.9.6 - https://wordpress.org/plugins/wp-last-modified-info/ -->
<script type="application/ld+json">{"@context":"https:\/\/schema.org\/","@type":"WebPage","dateModified":"2024-01-04T10:34:45+01:00","headline":"Laurenceel : le site de r\u00e9f\u00e9rence de la pizza en France !","description":"Que recherchez vous ? Fours \u00e0 pizza : les guides d&rsquo;achat Meilleurs fours \u00e0 pizza de 2022 Acceder au guide Fours \u00e0 pizza Ooni : tout savoir Acceder au guide Meilleurs fours \u00e0 pizza \u00e9l\u00e9ctrique Acceder au guide Meilleurs fours \u00e0 pizza \u00e0 bois Acceder au guide Meilleurs mini-fours \u00e0 pizza Acceder au guide Tests et accessoires Parcourez tous nos","author":{"@type":"Person","name":"Lorenzo","url":"https:\/\/www.laurenceel.com\/author\/eldxjltnvhyiktyukxsg\/","description":""}}</script>

<script type="rocketlazyloadscript">(()=>{"use strict";const e=[400,500,600,700,800,900],t=e=>`wprm-min-${e}`,n=e=>`wprm-max-${e}`,s=new Set,o="ResizeObserver"in window,r=o?new ResizeObserver((e=>{for(const t of e)c(t.target)})):null,i=.5/(window.devicePixelRatio||1);function c(s){const o=s.getBoundingClientRect().width||0;for(let r=0;r<e.length;r++){const c=e[r],a=o<=c+i;o>c+i?s.classList.add(t(c)):s.classList.remove(t(c)),a?s.classList.add(n(c)):s.classList.remove(n(c))}}function a(e){s.has(e)||(s.add(e),r&&r.observe(e),c(e))}!function(e=document){e.querySelectorAll(".wprm-recipe").forEach(a)}();if(new MutationObserver((e=>{for(const t of e)for(const e of t.addedNodes)e instanceof Element&&(e.matches?.(".wprm-recipe")&&a(e),e.querySelectorAll?.(".wprm-recipe").forEach(a))})).observe(document.documentElement,{childList:!0,subtree:!0}),!o){let e=0;addEventListener("resize",(()=>{e&&cancelAnimationFrame(e),e=requestAnimationFrame((()=>s.forEach(c)))}),{passive:!0})}})();</script><style type="text/css"></style>
	


<style id='global-styles-inline-css' type='text/css'></style>








<style id='elementor-frontend-inline-css' type='text/css'></style>






<style id='schema-stylesheet-inline-css' type='text/css'></style>

<style id='rocket-lazyload-inline-css' type='text/css'>
.rll-youtube-player{position:relative;padding-bottom:56.23%;height:0;overflow:hidden;max-width:100%;}.rll-youtube-player:focus-within{outline: 2px solid currentColor;outline-offset: 5px;}.rll-youtube-player iframe{position:absolute;top:0;left:0;width:100%;height:100%;z-index:100;background:0 0}.rll-youtube-player img{bottom:0;display:block;left:0;margin:auto;max-width:100%;width:100%;position:absolute;right:0;top:0;border:none;height:auto;-webkit-transition:.4s all;-moz-transition:.4s all;transition:.4s all}.rll-youtube-player img:hover{-webkit-filter:brightness(75%)}.rll-youtube-player .play{height:100%;width:100%;left:0;top:0;position:absolute;background:var(--wpr-bg-303ac39d-29d8-44cb-903c-13021a738c4f) no-repeat center;background-color: transparent !important;cursor:pointer;border:none;}.wp-embed-responsive .wp-has-aspect-ratio .rll-youtube-player{position:absolute;padding-bottom:0;width:100%;height:100%;top:0;bottom:0;left:0;right:0}
</style>



<link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin><script type="rocketlazyloadscript" data-rocket-type='text/javascript' id='cookie-notice-front-js-before'>
var cnArgs = {"ajaxUrl":"https:\/\/www.laurenceel.com\/wp-admin\/admin-ajax.php","nonce":"99595e5d47","hideEffect":"fade","position":"bottom","onScroll":false,"onScrollOffset":100,"onClick":false,"cookieName":"cookie_notice_accepted","cookieTime":2592000,"cookieTimeRejected":2592000,"globalCookie":false,"redirection":false,"cache":true,"revokeCookies":false,"revokeCookiesOpt":"automatic"};
</script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' data-rocket-src='https://www.laurenceel.com/wp-content/plugins/cookie-notice/js/front.min.js' id='cookie-notice-front-js' defer></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' data-rocket-src='https://www.laurenceel.com/wp-includes/js/jquery/jquery.min.js' id='jquery-core-js'></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' data-rocket-src='https://www.laurenceel.com/wp-content/plugins/elementor/assets/lib/font-awesome/js/v4-shims.min.js' id='font-awesome-4-shim-js' defer></script>
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://www.laurenceel.com/wp-includes/wlwmanifest.xml" />
<link rel="alternate" type="application/json+oembed" href="https://www.laurenceel.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.laurenceel.com%2F" />
<link rel="alternate" type="text/xml+oembed" href="https://www.laurenceel.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.laurenceel.com%2F&#038;format=xml" />
<style type="text/css"></style><style id="wplmi-inline-css" type="text/css"></style>
<style type="text/css"></style><style type="text/css"></style><style type="text/css"></style>
<style type="text/css"></style>
<style type="text/css"></style>
<meta name="google-site-verification" content="MZGF051QhoJfW0PTEX-w5pjKFyNaYcrFSQ-CuAGCNIY" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script type="rocketlazyloadscript" async data-rocket-src="https://www.googletagmanager.com/gtag/js?id=UA-114691309-11"></script>
<script type="rocketlazyloadscript">
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'UA-114691309-11');
</script><meta name="generator" content="Elementor 3.23.4; features: e_optimized_css_loading, additional_custom_breakpoints, e_lazyload; settings: css_print_method-internal, google_font-enabled, font_display-auto">
			<style></style>
					<style type="text/css" id="wp-custom-css"></style>
		<noscript><style id="rocket-lazyload-nojs-css">.rll-youtube-player, [data-lazy-src]{display:none !important;}</style></noscript><style id="wpr-lazyload-bg-container"></style><style id="wpr-lazyload-bg-exclusion"></style>
<noscript>
<style id="wpr-lazyload-bg-nostyle">.rll-youtube-player .play{--wpr-bg-303ac39d-29d8-44cb-903c-13021a738c4f: url('https://www.laurenceel.com/wp-content/plugins/wp-rocket/assets/img/youtube.png');}</style>
</noscript>
<script type="application/javascript">const rocket_pairs = [{"selector":".rll-youtube-player .play","style":".rll-youtube-player .play{--wpr-bg-303ac39d-29d8-44cb-903c-13021a738c4f: url('https:\/\/www.laurenceel.com\/wp-content\/plugins\/wp-rocket\/assets\/img\/youtube.png');}","hash":"303ac39d-29d8-44cb-903c-13021a738c4f","url":"https:\/\/www.laurenceel.com\/wp-content\/plugins\/wp-rocket\/assets\/img\/youtube.png"}]; const rocket_excluded_pairs = [];</script></head>

<body data-rsssl=1 id="blog" class="home page-template-default page page-id-1333 wp-embed-responsive main aawp-custom cookies-not-set default mts_nosidebar has-winamaz elementor-default elementor-kit-1338 elementor-page elementor-page-1333" itemscope itemtype="http://schema.org/WebPage">
	<div class="main-container">
		
									<header id="site-header" class="main-header regular_header" role="banner" itemscope itemtype="http://schema.org/WPHeader">
											<div id="regular-header">
							<div class="container">
								<div class="logo-wrap">
																				<h2 id="logo" class="image-logo" itemprop="headline">
												<a href="https://www.laurenceel.com">
													<img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20437%20122'%3E%3C/svg%3E" alt="Laurenceel" width="437" height="122" data-lazy-src="https://www.laurenceel.com/wp-content/uploads/2019/09/logo-new-laurenceel.jpg"><noscript><img src="https://www.laurenceel.com/wp-content/uploads/2019/09/logo-new-laurenceel.jpg" alt="Laurenceel" width="437" height="122"></noscript></a>
											</h2><!-- END #logo -->
																			</div>
																	<div class="widget-header"><script type="rocketlazyloadscript" async data-rocket-src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5807736703550239"
     crossorigin="anonymous"></script>
<script type="application/ld+json">
[
  {
    "@context": "https://schema.org",
    "@type": "WebSite",
    "url": "https://www.laurenceel.com/",
    "publishingPrinciples": "https://www.laurenceel.com/processus-editorial/"
  },
  {
    "@context": "https://schema.org",
    "@type": "Person",
    "name": "Lorenzo",
    "url": "https://www.laurenceel.com/author/lorenzo",
    "email": "lorenzo@laurenceel.com",
    "description": "Lorenzo is a private individual, a great lover of pizza, and a trainer specializing in Neapolitan pizza. He is also the author of the book 'Homemade Neapolitan Pizza'. His passion drives him to test various pizza-related equipment and share this on his YouTube channel La French Pizza.",
    "knowsAbout": [
      "Pizza dough preparation",
      "History of pizza",
      "Pizza cooking techniques",
      "Types of pizza",
      "Pizza ingredients and toppings",
      "Expert in pizza ovens",
      "Specialist in Ooni brand",
      "Pizza trainer",
      "Expertise in Neapolitan pizza",
      "Expertise in Roman pizza"
    ]
  },
  {
    "@context": "https://schema.org",
    "@type": "Book",
    "name": "La Pizza Napolitaine faite maison: Le livre de la chaine Youtube La French Pizza",
    "url": "https://www.laurenceel.com/pizza-napolitaine-faite-maison-livre/",
    "author": {
      "@type": "Person",
      "name": "Lorenzo",
      "url": "https://www.laurenceel.com/author/lorenzo"
    },
    "exampleOfWork": {
      "@type": "CreativeWork",
      "name": "La Pizza Napolitaine faite maison: Le livre de la chaine Youtube La French Pizza",
      "url": "https://www.amazon.fr/Pizza-Napolitaine-faite-maison-Youtube/dp/B0BSJLS5W5/ref=sr_1_2?__mk_fr_FR=%C3%85M%C3%85%C5%BD%C3%95%C3%91&crid=1J5DK2SZE9SQJ&keywords=pizza+napolitaine+livre&qid=1691080875&sprefix=pizza+napolitaine+livre%2Caps%2C75&sr=8-2"
    }
  }
]
</script>
<meta name='impact-site-verification' value='495e8684-2e76-4c3f-b07a-877a4cd269f4'></div>
															</div>
						</div>
												<div id="header">
												<div class="container">
							
							<div id="secondary-navigation" class="secondary-navigation" role="navigation" itemscope itemtype="http://schema.org/SiteNavigationElement">
								<a href="#" id="pull" class="toggle-mobile-menu">Menu</a>
																	<nav class="navigation clearfix">
										<ul id="menu-menu-principal" class="menu clearfix"><li id="menu-item-1739" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-1333 current_page_item menu-item-1739"><a href="https://www.laurenceel.com/"><i class="fa fa-home"></i> Accueil</a></li>
<li id="menu-item-190" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-190"><a href="https://www.laurenceel.com/four-a-pizza/">Tests</a></li>
<li id="menu-item-1740" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-1740"><a href="https://www.laurenceel.com/recettes-de-pizza/">Recettes Italiennes</a>
<ul class="sub-menu">
	<li id="menu-item-2898" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2898"><a href="https://www.laurenceel.com/recettes/pate-a-pizza/">Pate à pizza</a></li>
	<li id="menu-item-3232" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-3232"><a href="https://www.laurenceel.com/recettes/recette-de-pizza/">Recette de pizza</a></li>
	<li id="menu-item-2897" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2897"><a href="https://www.laurenceel.com/recettes/focaccia/">Focaccia</a></li>
	<li id="menu-item-5506" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-5506"><a href="https://www.laurenceel.com/recettes/salade/">Salade</a></li>
	<li id="menu-item-3776" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-3776"><a href="https://www.laurenceel.com/recettes/sandwich/">Sandwich</a></li>
</ul>
</li>
<li id="menu-item-270" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-270"><a href="https://www.laurenceel.com/entretien/">Entretien</a></li>
<li id="menu-item-53" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-53"><a href="https://www.laurenceel.com/conseils/">Conseils</a></li>
<li id="menu-item-2105" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2105"><a href="https://www.laurenceel.com/pizza-napolitaine-faite-maison-livre/">Livre</a></li>
<li id="menu-item-1999" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1999"><a href="https://formation.laurenceel.com/formation-french-pizza-napolitaine">Formation</a></li>
</ul>									</nav>
									<nav class="navigation mobile-only clearfix mobile-menu-wrapper">
										<ul id="menu-menu-principal-1" class="menu clearfix"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-1333 current_page_item menu-item-1739"><a href="https://www.laurenceel.com/"><i class="fa fa-home"></i> Accueil</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-190"><a href="https://www.laurenceel.com/four-a-pizza/">Tests</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-1740"><a href="https://www.laurenceel.com/recettes-de-pizza/">Recettes Italiennes</a>
<ul class="sub-menu">
	<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2898"><a href="https://www.laurenceel.com/recettes/pate-a-pizza/">Pate à pizza</a></li>
	<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-3232"><a href="https://www.laurenceel.com/recettes/recette-de-pizza/">Recette de pizza</a></li>
	<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2897"><a href="https://www.laurenceel.com/recettes/focaccia/">Focaccia</a></li>
	<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-5506"><a href="https://www.laurenceel.com/recettes/salade/">Salade</a></li>
	<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-3776"><a href="https://www.laurenceel.com/recettes/sandwich/">Sandwich</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-270"><a href="https://www.laurenceel.com/entretien/">Entretien</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-53"><a href="https://www.laurenceel.com/conseils/">Conseils</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2105"><a href="https://www.laurenceel.com/pizza-napolitaine-faite-maison-livre/">Livre</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1999"><a href="https://formation.laurenceel.com/formation-french-pizza-napolitaine">Formation</a></li>
</ul>									</nav>
															</div>
						</div><!--.container-->
					</div>
					</header>
					

			
<div id="page" class="single">
		<article class="ss-full-width">
					<div id="content_box" >
										<div id="post-1333" class="g post post-1333 page type-page status-publish">
							<div class="single_page clearfix">
																<div class="post-content box mark-links entry-content">
											<div data-elementor-type="wp-page" data-elementor-id="1333" class="elementor elementor-1333">
						<section class="elementor-section elementor-top-section elementor-element elementor-element-fbda66f elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="fbda66f" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-8fbc94b" data-id="8fbc94b" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-bdc3808 elementor-widget elementor-widget-text-editor" data-id="bdc3808" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
			<style></style>				<p>Bonjour, je m&rsquo;appelle <strong>Lorenzo</strong> et je suis pizzaiolo amateur.</p><p>J&rsquo;ai commencé par faire des <strong>pizzas à la maison.</strong> Rapidement j&rsquo;ai voulu partager mon expérience via le site web de <strong>Laurenceel.</strong></p><p>Puis est né une chaîne <strong>Youtube:</strong> <a href="https://youtube.com/channel/UC8sigZHHRH9WXAnC7jHlcJw/?sub_confirmation=1" target="_blank" rel="noopener"><b>La French Pizza</b></a>, dédiée à fournir aux gens des connaissances sur la façon de faire la pâte parfaite, la sauce, les garnitures, etc.</p><p>Pour parfaire le tout, j&rsquo;ai sorti un livre disponible sur Amazon : <strong><a href="https://amzn.to/3R2dnig" target="_blank" rel="noopener nofollow" data-wplink-edit="true">La pizza napolitaine faite maison</a></strong>.</p><p>J&rsquo;espère que vous passerez un bon moment sur mon site et que vous allez progresser dans la création de vos pizzas maisons.</p>						</div>
				</div>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-c1e66d1 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="c1e66d1" 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-972b32f" data-id="972b32f" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-db27d62 elementor-widget elementor-widget-heading" data-id="db27d62" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<style></style><h3 class="elementor-heading-title elementor-size-default">Youtube</h3>		</div>
				</div>
				<div class="elementor-element elementor-element-10390bb elementor-shape-circle elementor-grid-0 e-grid-align-center elementor-widget elementor-widget-social-icons" data-id="10390bb" data-element_type="widget" data-widget_type="social-icons.default">
				<div class="elementor-widget-container">
			<style></style>		<div class="elementor-social-icons-wrapper elementor-grid">
							<span class="elementor-grid-item">
					<a class="elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-repeater-item-71e6cb5" href="https://youtube.com/channel/UC8sigZHHRH9WXAnC7jHlcJw/?sub_confirmation=1" target="_blank">
						<span class="elementor-screen-only">Youtube</span>
						<i class="fab fa-youtube"></i>					</a>
				</span>
					</div>
				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-137725a" data-id="137725a" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-b5c6024 elementor-widget elementor-widget-heading" data-id="b5c6024" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h3 class="elementor-heading-title elementor-size-default">Livre Amazon</h3>		</div>
				</div>
				<div class="elementor-element elementor-element-b96d4f9 elementor-shape-rounded elementor-grid-0 e-grid-align-center elementor-widget elementor-widget-social-icons" data-id="b96d4f9" data-element_type="widget" data-widget_type="social-icons.default">
				<div class="elementor-widget-container">
					<div class="elementor-social-icons-wrapper elementor-grid">
							<span class="elementor-grid-item">
					<a class="elementor-icon elementor-social-icon elementor-social-icon-amazon elementor-repeater-item-813fb17" href="https://amzn.to/3R2dnig" target="_blank" rel="nofollow">
						<span class="elementor-screen-only">Amazon</span>
						<i class="fab fa-amazon"></i>					</a>
				</span>
					</div>
				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-f537970" data-id="f537970" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-55d9665 elementor-widget elementor-widget-image" data-id="55d9665" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
			<style></style>										<img decoding="async" width="270" height="350" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20270%20350'%3E%3C/svg%3E" class="attachment-large size-large wp-image-1726" alt="Lorenzo Laurenceel" data-lazy-src="https://www.laurenceel.com/wp-content/uploads/2021/10/Lorenzo-Laurenceel.png" /><noscript><img decoding="async" width="270" height="350" src="https://www.laurenceel.com/wp-content/uploads/2021/10/Lorenzo-Laurenceel.png" class="attachment-large size-large wp-image-1726" alt="Lorenzo Laurenceel" /></noscript>													</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-b50bad9 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="b50bad9" 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-c704c44" data-id="c704c44" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-bb90d74 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="bb90d74" data-element_type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
			<style></style>		<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-6d8c260 elementor-widget elementor-widget-heading" data-id="6d8c260" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default">Formation pizza napolitaine</h2>		</div>
				</div>
				<div class="elementor-element elementor-element-28ad3a5 elementor-widget elementor-widget-text-editor" data-id="28ad3a5" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
							<p>Vous avez un four ménager ou vous possédez déjà un four à pizza? Vous souhaitez apprendre à faire des pizzas napolitaines. Vous êtes totalement débutant ou un peu avancé. La formation « <em>La Pizza Napolitaine de A à Z</em> » vous enseigne pas à pas comment réaliser des pizzas napolitaine meilleures qu&rsquo;au restaurant. Sans besoin d&rsquo;etre boulanger ou fort en cuisine, ni matériel onéreux.</p>						</div>
				</div>
				<div class="elementor-element elementor-element-c089a48 elementor-align-center elementor-widget elementor-widget-button" data-id="c089a48" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
					<div class="elementor-button-wrapper">
			<a class="elementor-button elementor-button-link elementor-size-lg" href="https://formation.laurenceel.com/inscription-napolitaine">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">S'inscrire à la formation</span>
					</span>
					</a>
		</div>
				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-8a55a0c elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="8a55a0c" 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-5158289" data-id="5158289" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-65d11bc elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="65d11bc" data-element_type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
					<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-d67a061 elementor-widget elementor-widget-heading" data-id="d67a061" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default">Fours à pizza : les guides d'achat</h2>		</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-8ad5f53 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="8ad5f53" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-34b6df7" data-id="34b6df7" data-element_type="column">
			<div class="elementor-widget-wrap">
							</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-caf86c6" data-id="caf86c6" data-element_type="column">
			<div class="elementor-widget-wrap">
							</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-01854fe elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="01854fe" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-454bb8b" data-id="454bb8b" data-element_type="column">
			<div class="elementor-widget-wrap">
							</div>
		</div>
				<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-0264e1f" data-id="0264e1f" data-element_type="column">
			<div class="elementor-widget-wrap">
							</div>
		</div>
				<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-89cc9bb" data-id="89cc9bb" data-element_type="column">
			<div class="elementor-widget-wrap">
							</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-9b1b683 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="9b1b683" 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-7fd7303" data-id="7fd7303" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-1712fd7 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="1712fd7" data-element_type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
					<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-163e6de elementor-widget elementor-widget-heading" data-id="163e6de" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default">Tests et accessoires</h2>		</div>
				</div>
				<div class="elementor-element elementor-element-e4856b1 elementor-widget elementor-widget-text-editor" data-id="e4856b1" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
							<p>Parcourez tous nos tests ultra exhaustifs de fours à pizza.</p>						</div>
				</div>
				<div class="elementor-element elementor-element-3c874e0 elementor-align-center elementor-widget elementor-widget-button" data-id="3c874e0" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
					<div class="elementor-button-wrapper">
			<a class="elementor-button elementor-button-link elementor-size-lg" href="https://www.laurenceel.com/four-a-pizza/">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Tous les tests</span>
					</span>
					</a>
		</div>
				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-5022d3c elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="5022d3c" 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-594caa6" data-id="594caa6" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-4f264d7 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="4f264d7" data-element_type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
					<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-a451ff5 elementor-widget elementor-widget-heading" data-id="a451ff5" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default">Recettes Italiennes</h2>		</div>
				</div>
				<div class="elementor-element elementor-element-0852d3e elementor-widget elementor-widget-text-editor" data-id="0852d3e" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
							<p>Vous chercher des idées pour faire des pizzas ? Napolitaine, romaine, pizza blanche ou une belle Margarita ?  Ou vous aimez la cuisine Italienne ? Vous trouverez certainement votre bonheur dans cette section.</p>						</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-cbbc156 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="cbbc156" 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-bc0c405" data-id="bc0c405" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-39e8815 elementor-align-center elementor-widget elementor-widget-button" data-id="39e8815" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
					<div class="elementor-button-wrapper">
			<a class="elementor-button elementor-button-link elementor-size-lg" href="https://www.laurenceel.com/recettes-de-pizza/">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Toutes les recettes</span>
					</span>
					</a>
		</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-d0b6834 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="d0b6834" data-element_type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
					<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-05fd7ad elementor-widget elementor-widget-heading" data-id="05fd7ad" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default">Conseils autour de la pizza</h2>		</div>
				</div>
				<div class="elementor-element elementor-element-f6f2d04 elementor-widget elementor-widget-text-editor" data-id="f6f2d04" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
							<p>Tous nos trucs et astuce pour mieux réussir sa pizza ou apprendre à travailler avec son four.</p>						</div>
				</div>
				<div class="elementor-element elementor-element-770a28f elementor-align-center elementor-widget elementor-widget-button" data-id="770a28f" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
					<div class="elementor-button-wrapper">
			<a class="elementor-button elementor-button-link elementor-size-lg" href="https://www.laurenceel.com/conseils/">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Tous les conseils</span>
					</span>
					</a>
		</div>
				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-2bf5ac8 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="2bf5ac8" 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-2129ec2" data-id="2129ec2" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-f4154df elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="f4154df" data-element_type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
					<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-fad1165 elementor-widget elementor-widget-heading" data-id="fad1165" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default">Entretenir son four à pizza</h2>		</div>
				</div>
				<div class="elementor-element elementor-element-404ed49 elementor-widget elementor-widget-text-editor" data-id="404ed49" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
							<p>Tout savoir pour entretenir son four à pizza et le faire durer plus longtemps</p>						</div>
				</div>
				<div class="elementor-element elementor-element-e834792 elementor-align-center elementor-widget elementor-widget-button" data-id="e834792" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
					<div class="elementor-button-wrapper">
			<a class="elementor-button elementor-button-link elementor-size-lg" href="https://www.laurenceel.com/entretien/">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Tous nos articles</span>
					</span>
					</a>
		</div>
				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-bbcb3a4 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="bbcb3a4" 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-a93241f" data-id="a93241f" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-6fe3c2f elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="6fe3c2f" data-element_type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
					<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-36c109e elementor-widget elementor-widget-heading" data-id="36c109e" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default">Le Blog de la Pizza</h2>		</div>
				</div>
				<div class="elementor-element elementor-element-1e383e8 elementor-widget elementor-widget-text-editor" data-id="1e383e8" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
							<p>Découvrez des articles et actualité insolites autour du monde de la pizza !</p>						</div>
				</div>
				<div class="elementor-element elementor-element-d54606d elementor-align-center elementor-widget elementor-widget-button" data-id="d54606d" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
					<div class="elementor-button-wrapper">
			<a class="elementor-button elementor-button-link elementor-size-lg" href="https://www.laurenceel.com/blog">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Tous nos articles</span>
					</span>
					</a>
		</div>
				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-ce6f8b0 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="ce6f8b0" 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-f921d3d" data-id="f921d3d" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-a4138b2 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="a4138b2" data-element_type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
					<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-33101cd elementor-widget elementor-widget-heading" data-id="33101cd" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default">📹 La chaine Youtube : La French Pizza</h2>		</div>
				</div>
				<div class="elementor-element elementor-element-e3bd60e elementor-widget elementor-widget-text-editor" data-id="e3bd60e" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
							<p>Deviens toi aussi un vrai pizzaiolo amateur avec nos vidéos didactiques, pratiques et amusantes !</p>						</div>
				</div>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-3e0751d elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3e0751d" 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-04769e0" data-id="04769e0" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-011f510 elementor-widget elementor-widget-video" data-id="011f510" data-element_type="widget" data-settings="{&quot;youtube_url&quot;:&quot;https:\/\/youtu.be\/qlmgmhee-Kk&quot;,&quot;video_type&quot;:&quot;youtube&quot;,&quot;controls&quot;:&quot;yes&quot;}" data-widget_type="video.default">
				<div class="elementor-widget-container">
			<style></style>		<div class="elementor-wrapper elementor-open-inline">
			<div class="elementor-video"></div>		</div>
				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-a2ce6af" data-id="a2ce6af" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-0d27a2e elementor-widget elementor-widget-video" data-id="0d27a2e" data-element_type="widget" data-settings="{&quot;youtube_url&quot;:&quot;https:\/\/youtu.be\/6rhRW53eZ4U&quot;,&quot;video_type&quot;:&quot;youtube&quot;,&quot;controls&quot;:&quot;yes&quot;}" data-widget_type="video.default">
				<div class="elementor-widget-container">
					<div class="elementor-wrapper elementor-open-inline">
			<div class="elementor-video"></div>		</div>
				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<div class="elementor-element elementor-element-679f163 elementor-align-center elementor-widget elementor-widget-button" data-id="679f163" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
					<div class="elementor-button-wrapper">
			<a class="elementor-button elementor-button-link elementor-size-lg" href="https://youtube.com/channel/UC8sigZHHRH9WXAnC7jHlcJw/?sub_confirmation=1">
						<span class="elementor-button-content-wrapper">
						<span class="elementor-button-icon">
				<i aria-hidden="true" class="fab fa-youtube"></i>			</span>
									<span class="elementor-button-text">Voir la chaine Youtube</span>
					</span>
					</a>
		</div>
				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
										</div><!--.post-content box mark-links-->
							</div>
						</div>
						
			</div>
				</article>
		</div><!--#page-->
			<footer id="site-footer" role="contentinfo" itemscope itemtype="http://schema.org/WPFooter">
												<div class="footer-widgets first-footer-widgets widgets-num-4">
						<div class="container">
													<div class="f-widget f-widget-1">
								<div id="nav_menu-2" class="widget widget_nav_menu"><h3 class="widget-title">Infos Légales</h3><div class="menu-menu-footer-container"><ul id="menu-menu-footer" class="menu"><li id="menu-item-127" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-privacy-policy menu-item-127"><a rel="nofollow privacy-policy" href="https://www.laurenceel.com/mentions-legales/">Mentions légales</a></li>
<li id="menu-item-319" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-319"><a href="https://www.laurenceel.com/plan-du-site/">Plan du site</a></li>
<li id="menu-item-1021" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1021"><a href="https://www.laurenceel.com/contact/">Contact</a></li>
</ul></div></div>							</div>
														<div class="f-widget f-widget-2">
								<div id="nav_menu-3" class="widget widget_nav_menu"><h3 class="widget-title">Réseaux sociaux</h3><div class="menu-reseaux-sociaux-container"><ul id="menu-reseaux-sociaux" class="menu"><li id="menu-item-3199" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-3199"><a rel="noopener" href="https://www.youtube.com/@lafrenchpizza/?sub_confirmation=1">Youtube</a></li>
<li id="menu-item-3198" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-3198"><a rel="noopener" href="https://www.pinterest.com/lafrenchpizza/">Pinterest</a></li>
<li id="menu-item-3335" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-3335"><a rel="noopener" href="https://www.tiktok.com/@lafrenchpizza">TikTok</a></li>
</ul></div></div>							</div>
														<div class="f-widget f-widget-3">
								<div id="nav_menu-4" class="widget widget_nav_menu"><h3 class="widget-title">Ecommerce</h3><div class="menu-acheter-un-four-a-pizza-container"><ul id="menu-acheter-un-four-a-pizza" class="menu"><li id="menu-item-12366114" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12366114"><a href="https://lafrenchpizza.fr/">lafrenchpizza.fr</a></li>
</ul></div></div>							</div>
														<div class="f-widget last f-widget-4">
								<div id="nav_menu-5" class="widget widget_nav_menu"><h3 class="widget-title">A propos</h3><div class="menu-a-propos-container"><ul id="menu-a-propos" class="menu"><li id="menu-item-4935" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4935"><a href="https://www.laurenceel.com/processus-editorial/">Processus éditorial</a></li>
</ul></div></div>							</div>
													</div>
					</div><!--.first-footer-widgets-->
								<div class="copyrights">
					<div class="container">
								<!--start copyrights-->
		<div class="row" id="copyright-note">
				<span><a href=" https://www.laurenceel.com/" title=" Le spécialiste du four à pizza">Laurenceel</a> Copyright &copy; 2026.</span>
		<div class="to-top">Laurenceel.com participe au Programme Partenaires d’Amazon EU, un programme permettant de percevoir une rémunération grâce à la création de liens vers Amazon.fr&nbsp;</div>
		</div>
		<!--end copyrights-->
							</div>
				</div>
						</footer><!--#site-footer-->
		</div><!--.main-container-->
				<script type="rocketlazyloadscript" data-rocket-type='text/javascript'>
				const lazyloadRunObserver = () => {
					const lazyloadBackgrounds = document.querySelectorAll( `.e-con.e-parent:not(.e-lazyloaded)` );
					const lazyloadBackgroundObserver = new IntersectionObserver( ( entries ) => {
						entries.forEach( ( entry ) => {
							if ( entry.isIntersecting ) {
								let lazyloadBackground = entry.target;
								if( lazyloadBackground ) {
									lazyloadBackground.classList.add( 'e-lazyloaded' );
								}
								lazyloadBackgroundObserver.unobserve( entry.target );
							}
						});
					}, { rootMargin: '200px 0px 200px 0px' } );
					lazyloadBackgrounds.forEach( ( lazyloadBackground ) => {
						lazyloadBackgroundObserver.observe( lazyloadBackground );
					} );
				};
				const events = [
					'DOMContentLoaded',
					'elementor/lazyload/observe',
				];
				events.forEach( ( event ) => {
					document.addEventListener( event, lazyloadRunObserver );
				} );
			</script>
			<script type='text/javascript' id='wprm-public-js-extra'>
/* <![CDATA[ */
var wprm_public = {"user":"0","endpoints":{"analytics":"https:\/\/www.laurenceel.com\/wp-json\/wp-recipe-maker\/v1\/analytics","integrations":"https:\/\/www.laurenceel.com\/wp-json\/wp-recipe-maker\/v1\/integrations","manage":"https:\/\/www.laurenceel.com\/wp-json\/wp-recipe-maker\/v1\/manage","utilities":"https:\/\/www.laurenceel.com\/wp-json\/wp-recipe-maker\/v1\/utilities"},"settings":{"jump_output_hash":true,"features_comment_ratings":true,"template_color_comment_rating":"#7ed321","instruction_media_toggle_default":"on","video_force_ratio":false,"analytics_enabled":false,"google_analytics_enabled":false,"print_access":"everyone","print_access_allowed":true,"print_new_tab":true,"print_recipe_identifier":"slug","pdf_download_enabled":false},"post_id":"1333","home_url":"https:\/\/www.laurenceel.com\/","print_slug":"wprm_print","permalinks":"\/%postname%\/","ajax_url":"https:\/\/www.laurenceel.com\/wp-admin\/admin-ajax.php","nonce":"54c0386204","api_nonce":"3166846f4a","translations":{"# Added":"# Added","# Collections":"# Collections","# Items in Collections":"# Items dans les Collections","# Items in Inbox":"# Items dans la bo\u00eete de r\u00e9ception","# Items":"# Items","# Users":"# Users",".":".","1 idea was successfully imported.":"1 idea was successfully imported.","A label and key are required.":"Une \u00e9tiquette et une cl\u00e9 sont requises","A name is required for this saved nutrition ingredient.":"un nom est requis pour sauvegarder un ingr\u00e9dient de nutrition","A saved custom ingredient match still needs review.":"A saved custom ingredient match still needs review.","API Ingredients":"API Ingredients","API":"API","Action":"Action","Actions":"Actions","Active":"Active","Add Collection":"Ajouter une collection","Add Column":"Ajouter une colonne","Add Custom Recipe":"Ajouter une recette personnalis\u00e9e","Add Group":"Ajouter un groupe","Add Image":"Add Image","Add Ingredient":"Ajouter un ingr\u00e9dient","Add Item":"Ajouter un \u00e9l\u00e9ment","Add Note":"Ajouter une note","Add Pre-made Collection":"Add Pre-made Collection","Add Saved Collection":"Add Saved Collection","Add a column to this collection":"Add a column to this collection","Add a new collection":"Add a new collection","Add from Collection":"Ajouter depuis une collection","Add item to this collection group":"Add item to this collection group","Add to Collection":"Add to Collection","Added":"Added","Additional instructions (optional)":"Additional instructions (optional)","Affiliate Link":"Affiliate Link","All fields are required.":"All fields are required.","All of Your Recipes":"All of Your Recipes","All of your recipes":"All of your recipes","All":"All","Already Handled":"Already Handled","Amount Needed":"Amount Needed","Amount":"Amount","Amt":"Amt","Any specific direction or preferences...":"Any specific direction or preferences...","Apply Ready Recipes":"Apply Ready Recipes","Apply to Recipe":"Apply to Recipe","Applying changes to the recipe...":"Applying changes to the recipe...","Applying...":"Applying...","Approve Submission & Add to new Post":"Approve Submission & Add to new Post","Approve Submission":"Approve Submission","Approved":"Approved","Are you sure you want to close without saving changes?":"Are you sure you want to close without saving changes?","Are you sure you want to delete all items in":"Are you sure you want to delete all items in","Are you sure you want to delete this group, and all of the items in it?":"Are you sure you want to delete this group, and all of the items in it?","Are you sure you want to delete this link?":"Are you sure you want to delete this link?","Are you sure you want to delete":"Are you sure you want to delete","Are you sure you want to delete?":"Are you sure you want to delete?","Are you sure you want to generate a new shopping list for this collection? You will only be able to access this shopping list again with the share link.":"Are you sure you want to generate a new shopping list for this collection? You will only be able to access this shopping list again with the share link.","Are you sure you want to overwrite the existing values?":"Are you sure you want to overwrite the existing values?","Are you sure you want to remove all items from this collection?":"Are you sure you want to remove all items from this collection?","Are you sure you want to remove all recipes from this shopping list?":"Are you sure you want to remove all recipes from this shopping list?","Automatically":"Automatically","Average":"Average","Back":"Back","Base suggestions on":"Base suggestions on","Based on your latest recipes. Continue in the direction of your current content.":"Based on your latest recipes. Continue in the direction of your current content.","Based on your recipes with the most ratings. Great for creating more of what your audience loves.":"Based on your recipes with the most ratings. Great for creating more of what your audience loves.","Based on your top-rated recipes. Focus on quality content that resonates with your readers.":"Based on your top-rated recipes. Focus on quality content that resonates with your readers.","Based on:":"Based on:","Batch Overview":"Batch Overview","Best-of lists covering categories across my site":"Best-of lists covering categories across my site","Blue":"Blue","CSV Column":"CSV Column","Calculate":"Calculate","Calculated":"Calculated","Calculation":"Calculation","Cancel Calculation":"Cancel Calculation","Cancel import":"Cancel import","Cancel":"Cancel","Category":"Category","Change Amazon Product":"Change Amazon Product","Change Category":"Change Category","Change Collection Structure":"Change Collection Structure","Change Converted Names":"Change Converted Names","Change Description":"Change Description","Change Name":"Change Name","Change Product":"Change Product","Change Servings":"Change Servings","Change collection name":"Change collection name","Change ingredient amount":"Change ingredient amount","Change prompt":"Change prompt","Change the description for this collection":"Change the description for this collection","Changed amount to":"Changed amount to","Changed collection description":"Changed collection description","Changed color":"Changed color","Changed column name to":"Changed column name to","Changed custom recipe text":"Changed custom recipe text","Changed group name to":"Changed group name to","Changed ingredients":"Changed ingredients","Changed note text":"Changed note text","Changed servings to":"Changed servings to","Changed":"Changed","Changes to the collection have been made since this shopping list was generated.":"Changes to the collection have been made since this shopping list was generated.","Changes to these values can be made after confirming with the blue button.":"Changes to these values can be made after confirming with the blue button.","Check the API Status":"Check the API Status","Choose how ingredient and instruction columns are split before importing.":"Choose how ingredient and instruction columns are split before importing.","Clear All Items":"Clear All Items","Clear Items":"Clear Items","Clear all items in this collection":"Clear all items in this collection","Clear amount":"Clear amount","Cleared all items":"Cleared all items","Click the cart icon in the top right to generate a new shopping list.":"Click the cart icon in the top right to generate a new shopping list.","Click the cart icon in the top right to generate the shopping list.":"Click the cart icon in the top right to generate the shopping list.","Click to add:":"Click to add:","Click to confirm...":"Click to confirm...","Click to exclude this ingredient from the nutrition calculation.":"Click to exclude this ingredient from the nutrition calculation.","Click to set name":"Click to set name","Close":"Close","Collapse":"Collapse","Collection Items":"Collection Items","Collection":"Collection","Collections Usage":"Collections Usage","Color":"Couleur","Column":"Column","Columns & Groups":"Columns & Groups","Columns":"Columns","Complementary recipes my readers might expect to find":"Complementary recipes my readers might expect to find","Complementary recipes to pair with my latest posts":"Complementary recipes to pair with my latest posts","Confidence":"Confidence","Confirmed. Toggle off to undo.":"Confirmed. Toggle off to undo.","Continue the theme of my recent content":"Continue the theme of my recent content","Conversion Summary":"Conversion Summary","Conversion":"Conversion","Convert All Automatically":"Convert All Automatically","Convert from":"Convert from","Convert":"Convert","Convert...":"Convert...","Converted Plural":"Converted Plural","Converted Singular":"Converted Singular","Converted":"Converted","Copy Share Link":"Copy Share Link","Copy this link to allow others to edit this shopping list:":"Copy this link to allow others to edit this shopping list:","Could not apply the proposed nutrition to this recipe. Please try again.":"Could not apply the proposed nutrition to this recipe. Please try again.","Could not apply the proposed nutrition to this recipe.":"Could not apply the proposed nutrition to this recipe.","Could not apply the ready recipes in this batch. Please try again.":"Could not apply the ready recipes in this batch. Please try again.","Could not apply the ready recipes in this batch.":"Could not apply the ready recipes in this batch.","Could not apply the ready recipes. Please try again.":"Could not apply the ready recipes. Please try again.","Could not apply the ready recipes.":"Could not apply the ready recipes.","Could not apply the reviewed conversions to this recipe. Please try again.":"Could not apply the reviewed conversions to this recipe. Please try again.","Could not apply the reviewed conversions to this recipe.":"Could not apply the reviewed conversions to this recipe.","Could not load the nutrition review batch. Please refresh and try again.":"Could not load the nutrition review batch. Please refresh and try again.","Could not load the unit conversion review batch. Please refresh and try again.":"Could not load the unit conversion review batch. Please refresh and try again.","Could not save the ingredient review changes. Please try again.":"Could not save the ingredient review changes. Please try again.","Could not save the ingredient review changes.":"Could not save the ingredient review changes.","Could not start the nutrition review batch. Please try again.":"Could not start the nutrition review batch. Please try again.","Could not start the nutrition review batch.":"Could not start the nutrition review batch.","Could not start the unit conversion review batch. Please try again.":"Could not start the unit conversion review batch. Please try again.","Could not start the unit conversion review batch.":"Could not start the unit conversion review batch.","Create Recipe":"Create Recipe","Create":"Create","Creating new Custom Field":"Creating new Custom Field","Creating new Nutrient":"Creating new Nutrient","Creating new Nutrition Ingredient":"Creating new Nutrition Ingredient","Current Product":"Current Product","Current":"Current","Currently supported integrations:":"Currently supported integrations:","Custom Field":"Champ personnalis\u00e9","Custom Fields":"Champs personnalis\u00e9s","Custom Ingredients":"Ingr\u00e9dients personnalis\u00e9s","Custom Links for this Recipe only":"Liens personnalis\u00e9s pour cette recette seulement","Custom Nutrient":"Nutriment personnalis\u00e9","Custom Nutrients":"Nutriments personnalis\u00e9s","Custom Nutrition Ingredient":"Ingr\u00e9dient nutritionnel personnalis\u00e9","Custom Nutrition":"Nutrition personnalis\u00e9e","Custom Recipe":"Custom Recipe","Custom":"Personnalis\u00e9","Custom: these links will only affect the recipe below":"Custom: these links will only affect the recipe below","Daily Need":"Besoin journalier","Date":"Date","Decimal Precision":"Pr\u00e9cision d\u00e9cimale","Decision":"Decision","Decrease serving size by 1":"Decrease serving size by 1","Decrease serving size by one":"Decrease serving size by one","Default":"D\u00e9faut","Delete Column":"Delete Column","Delete Custom Ingredient":"Delete Custom Ingredient","Delete Custom Nutrient":"Delete Custom Nutrient","Delete Field":"Delete Field","Delete Group":"Delete Group","Delete Recipe Submission":"Delete Recipe Submission","Delete Saved Collection":"Delete Saved Collection","Delete this ingredient from the shopping list":"Delete this ingredient from the shopping list","Delete this shopping list group":"Delete this shopping list group","Delete":"Delete","Delimiter":"Delimiter","Description for this collection:":"Description for this collection:","Description":"Description","Deselect All":"Deselect All","Deselect all":"Deselect all","Differs from existing conversion \u2014 needs confirmation.":"Differs from existing conversion \u2014 needs confirmation.","Display Name":"Display Name","Do not mark as leftovers":"Do not mark as leftovers","Does not have Saved Collections":"Does not have Saved Collections","Done":"Done","Download to CSV":"Download to CSV","Drag and drop to add:":"Drag and drop to add:","Duplicate Item":"Duplicate Item","Duplicate Saved Collection":"Duplicate Saved Collection","Duplicate":"Duplicate","Duplicated column":"Duplicated column","Duplicated":"Duplicated","Edit Affiliate Fields":"Edit Affiliate Fields","Edit Collections":"Edit Collections","Edit Columns":"Edit Columns","Edit Custom Ingredient":"Edit Custom Ingredient","Edit Custom Recipe":"Edit Custom Recipe","Edit Field":"Edit Field","Edit Global Links":"Edit Global Links","Edit Groups":"Edit Groups","Edit Image":"Edit Image","Edit Ingredients":"Edit Ingredients","Edit Item":"Edit Item","Edit Link":"Edit Link","Edit Mapping":"Edit Mapping","Edit Note":"Edit Note","Edit Nutrient":"Edit Nutrient","Edit Recipe Submission":"Edit Recipe Submission","Edit Recipe":"Edit Recipe","Edit Saved Collection":"Edit Saved Collection","Edit Shopping List":"Edit Shopping List","Edited":"Edited","Editing Custom Field":"Editing Custom Field","Editing Equipment Affiliate Fields":"Editing Equipment Affiliate Fields","Editing Global Ingredient Links":"Editing Global Ingredient Links","Editing Nutrient":"Editing Nutrient","Editing Nutrition Ingredient":"Editing Nutrition Ingredient","Editing Product":"Editing Product","Editing User":"Editing User","Editing existing recipes will overwrite their values with the values in the import file.":"Editing existing recipes will overwrite their values with the values in the import file.","Email":"Email","Empty Collection":"Empty Collection","Enable to make this a default collection for new users. Does not affect those who have used the collections feature before.":"Enable to make this a default collection for new users. Does not affect those who have used the collections feature before.","Enable to make this saved collection show up after clicking on \"Add Pre-made Collection\". Can be used to give users easy access to the meal plans you create.":"Enable to make this saved collection show up after clicking on \"Add Pre-made Collection\". Can be used to give users easy access to the meal plans you create.","Enable to make this saved collection show up as an option after clicking \"Add Collection\". This would usually be an empty collection with a specific structure like \"Empty Week Plan\".":"Enable to make this saved collection show up as an option after clicking \"Add Collection\". This would usually be an empty collection with a specific structure like \"Empty Week Plan\".","Enable to mark this collection as fixed. Fixed saved collections will always show up in the collections list of a user and cannot be edited by them.":"Enable to mark this collection as fixed. Fixed saved collections will always show up in the collections list of a user and cannot be edited by them.","Enable to push this collection to everyone using the collections feature. Will affect both new and existing users and add this collection to their list.":"Enable to push this collection to everyone using the collections feature. Will affect both new and existing users and add this collection to their list.","Enter calculation (e.g., 1\/16, 2 * 3.5 + 1, etc.):":"Enter calculation (e.g., 1\/16, 2 * 3.5 + 1, etc.):","Error":"Error","Errors":"Errors","Excluded":"Excluded","Existing":"Existing","Expand":"Expand","Experiencing issues?":"Experiencing issues?","Failed to generate ideas. Please try again.":"Failed to generate ideas. Please try again.","Failed to import ideas. Please try again.":"Failed to import ideas. Please try again.","Failed to load more ideas. Please try again.":"Failed to load more ideas. Please try again.","Features":"Features","Fill gaps in my recent recipe coverage":"Fill gaps in my recent recipe coverage","Filter:":"Filter:","Find Amazon Product:":"Find Amazon Product:","Find a match for:":"Find a match for:","Fine-Tune Import":"Fine-Tune Import","Fine-Tune Options":"Fine-Tune Options","First Unit System":"Premier syst\u00e8me d'unit\u00e9","Fixed":"Fixed","General":"General","Generate Ideas":"Generate Ideas","Generate More Ideas":"Generate More Ideas","Generate Shopping List":"Generate Shopping List","Generate a shopping list for these recipes":"Generate a shopping list for these recipes","Generate empty shopping list":"Generate empty shopping list","Generate new content ideas based on your existing recipes and what performs best on your site.":"Generate new content ideas based on your existing recipes and what performs best on your site.","Generating ideas...":"Generating ideas...","Global: the same link will be used for every recipe with this ingredient":"Global: the same link will be used for every recipe with this ingredient","Go Back":"Go Back","Go to Next Step":"Go to Next Step","Go to Shopping List":"Go to Shopping List","Green":"Vert","Group":"Groupe","Groups":"Groups","HTML Code":"HTML Code","Has Saved Collections":"Has Saved Collections","Hide Details":"Hide Details","Hide Nutrition Facts":"Hide Nutrition Facts","Hide recipes used":"Hide recipes used","Highest Rated Recipes":"Highest Rated Recipes","Highest rated recipes":"Highest rated recipes","ID":"ID","Ideas Imported":"Ideas Imported","Ignore this warning":"Ignore this warning","Ignore":"Ignore","Image":"Image","Images and HTML code only show up when the Equipment block is set to the \"Images\" display style in the Template Editor.":"Images and HTML code only show up when the Equipment block is set to the \"Images\" display style in the Template Editor.","Images":"Images","Import Again":"Import Again","Import Finished":"Import Finished","Import Selected":"Import Selected","Import empty cells":"Import empty cells","Import type":"Import type","Import values from recipe":"Import values from recipe","Import with AI":"Import with AI","Import":"Import","Importing Recipes":"Importing Recipes","Importing...":"Importing...","In Recipe":"In Recipe","Include ingredient notes":"Include ingredient notes","Increase serving size by 1":"Increase serving size by 1","Increase serving size by one":"Increase serving size by one","Ingredient Link Type":"Type de lien d'ingr\u00e9dient","Ingredient":"Ingredient","Ingredients":"Ingr\u00e9dients","Initial state":"Initial state","Instructions":"Instructions","Item":"Item","Keep Existing":"Keep Existing","Keep Unit":"Keep Unit","Key":"Cl\u00e9","Label":"Etiquette","Last 31 Days":"Last 31 Days","Last 7 Days":"Last 7 Days","Last X Days":"Last X Days","Learn more about our Products feature":"Learn more about our Products feature","Learn more":"Learn more","Leftovers":"Leftovers","Link your ingredients and equipment to the eCommerce products on your own site to help visitors find and purchase the exact items they need for your recipes.":"Link your ingredients and equipment to the eCommerce products on your own site to help visitors find and purchase the exact items they need for your recipes.","List ideas will be based on all of your existing recipes, suggesting ways to group them into compelling roundup posts.":"List ideas will be based on all of your existing recipes, suggesting ways to group them into compelling roundup posts.","List":"List","Load More Ideas":"Load More Ideas","Load more...":"Load more...","Loading batch data...":"Loading batch data...","Loading more ideas...":"Loading more ideas...","Loading...":"Loading...","Make sure to \"Reload Recipes in Collection\" after saving the collection to see these changes reflected.":"Make sure to \"Reload Recipes in Collection\" after saving the collection to see these changes reflected.","Manage page":"Manage page","Map CSV Columns":"Map CSV Columns","Mark as leftovers":"Mark as leftovers","Marked recipe as leftovers":"Marked recipe as leftovers","Match & Units":"Match & Units","Match this equation to get the correct amounts:":"Match this equation to get the correct amounts:","Match":"Match","Maximum (1 user)":"Maximum (1 user)","Median":"Median","Metric":"M\u00e9trique","More of the style my readers rate highly":"More of the style my readers rate highly","More recipes similar to my most popular ones":"More recipes similar to my most popular ones","Most Popular Recipes":"Most Popular Recipes","Most Recent Recipes":"Most Recent Recipes","Most popular recipes":"Most popular recipes","Most recent recipes":"Most recent recipes","Move Down":"Move Down","Move Left":"Move Left","Move Right":"Move Right","Move Up":"Move Up","Moved column left":"Moved column left","Moved column right":"Moved column right","Moved":"Moved","My Custom Field":"Mon champ personnalis\u00e9","My Custom Nutrient":"Mon nutriment personnalis\u00e9","Name (required)":"Nom (obligatoire)","Name":"Nom","Needs Review":"Needs Review","New takes on the cuisines my readers love most":"New takes on the cuisines my readers love most","No Change":"No Change","No HTML set":"No HTML set","No Match":"No Match","No changes to apply \u2014 the conversions match the current recipe values.":"No changes to apply \u2014 the conversions match the current recipe values.","No data found.":"No data found.","No equipment set for this recipe.":"No equipment set for this recipe.","No ingredients found for":"No ingredients found for","No ingredients found.":"No ingredients found.","No ingredients have a confirmed nutrition match yet.":"No ingredients have a confirmed nutrition match yet.","No ingredients set for this recipe.":"No ingredients set for this recipe.","No link set":"No link set","No match":"No match","No nutrition review batch has been started yet.":"No nutrition review batch has been started yet.","No product set yet":"No product set yet","No product set":"No product set","No products found for":"No products found for","No products found":"No products found","No products found.":"No products found.","No proposed nutrition yet.":"No proposed nutrition yet.","No recipes have been added to the shopping list yet.":"No recipes have been added to the shopping list yet.","No recipes have been selected for the shopping list. Do you want to generate an empty shopping list that you can fill manually?":"No recipes have been selected for the shopping list. Do you want to generate an empty shopping list that you can fill manually?","No unit conversion review batch has been started yet.":"No unit conversion review batch has been started yet.","No variation selected":"No variation selected","None":"None","Not all ingredients are ready for nutrition calculation yet.":"Not all ingredients are ready for nutrition calculation yet.","Note":"Note","Nothing to add products to yet.":"Nothing to add products to yet.","Number of users that have this recipe in one of their collections at least once":"Number of users that have this recipe in one of their collections at least once","Nutrition Calculation":"Calcul nutritionnel","Nutrition Facts (per serving)":"Nutrition Facts (per serving)","Nutrition Facts":"Apports nutritionnels","Nutrition Review":"Nutrition Review","Nutrition Source":"Nutrition Source","Open the shopping list":"Open the shopping list","Order":"Order","Original Unit System for this recipe":"Original Unit System for this recipe","Original":"Original","Other":"Other","Paste recipe text and let AI extract the recipe fields for you. You can review the imported values before applying them.":"Paste recipe text and let AI extract the recipe fields for you. You can review the imported values before applying them.","Pending changes":"Pending changes","Pick Nutrition Match":"Pick Nutrition Match","Please wait for the current save to complete.":"Please wait for the current save to complete.","Popular recipe types that are missing from my site":"Popular recipe types that are missing from my site","Possible Spoonacular units:":"Possible Spoonacular units:","Possible duplicates detected:":"Possible duplicates detected:","Preferred Unit System":"Preferred Unit System","Print Collection":"Print Collection","Print Recipes":"Print Recipes","Print Shopping List":"Print Shopping List","Print recipes in this collection":"Print recipes in this collection","Print recipes in this shopping list":"Print recipes in this shopping list","Print this collection":"Print this collection","Print this shpopping list":"Print this shpopping list","Print":"Print","Product ID":"Product ID","Product Name":"Product Name","Product Variation":"Product Variation","Product":"Product","Progress:":"Progress:","Prompt used:":"Prompt used:","Proposed Nutrition":"Proposed Nutrition","Proposed":"Proposed","Push to All":"Push to All","Quick Add":"Quick Add","Quick and easy versions inspired by my hits":"Quick and easy versions inspired by my hits","Quick weeknight dinner roundups from my recipes":"Quick weeknight dinner roundups from my recipes","Ready to Apply":"Ready to Apply","Recipe Field":"Recipe Field","Recipe Ideas":"Recipe Ideas","Recipe Name":"Recipe Name","Recipe Nutrition Facts Preview":"Recipe Nutrition Facts Preview","Recipe Submission":"Recipe Submission","Recipe Submissions":"Recipe Submissions","Recipe":"Recette","Recipes that complement my existing popular content":"Recipes that complement my existing popular content","Recipes that fill gaps in my existing content":"Recipes that fill gaps in my existing content","Recipes that match the quality my audience expects":"Recipes that match the quality my audience expects","Recipes used in Collections":"Recipes used in Collections","Recipes":"Recettes","Red":"Rouge","Redo":"Redo","Refresh":"Refresh","Regenerate Shopping List":"Regenerate Shopping List","Regenerate the shopping list to include these changes.":"Regenerate the shopping list to include these changes.","Regenerate this shopping list":"Regenerate this shopping list","Regular Link":"Regular Link","Regular Links":"Regular Links","Related recipes my readers might search for next":"Related recipes my readers might search for next","Reload Recipes":"Reload Recipes","Remove All Items":"Remove All Items","Remove All":"Remove All","Remove Image":"Remove Image","Remove Item":"Remove Item","Remove Items":"Remove Items","Remove Link":"Remove Link","Remove all recipes from this shopping list":"Remove all recipes from this shopping list","Removed column":"Removed column","Removed group":"Removed group","Removed":"Removed","Reordered":"Reordered","Reset to default":"Reset to default","Results for":"R\u00e9sultats pour","Review Generated Ideas":"Review Generated Ideas","Review ingredient matches and units with AI, then let Spoonacular calculate the nutrition facts. Recipes with uncertain matches or suspicious totals stay in the review queue.":"Review ingredient matches and units with AI, then let Spoonacular calculate the nutrition facts. Recipes with uncertain matches or suspicious totals stay in the review queue.","Review notes:":"Review notes:","Review rule-based and AI-assisted second unit systems in batches. Recipes with uncertain conversions or differences from stored converted values stay in the queue until confirmed.":"Review rule-based and AI-assisted second unit systems in batches. Recipes with uncertain conversions or differences from stored converted values stay in the queue until confirmed.","Right click and copy this link to allow others to edit this shopping list.":"Right click and copy this link to allow others to edit this shopping list.","Roundup \/ List Ideas":"Roundup \/ List Ideas","Roundup ideas that group my existing recipes in new ways":"Roundup ideas that group my existing recipes in new ways","Row":"Row","Rule Result":"Rule Result","Run All Recipes":"Run All Recipes","Run Missing Only":"Run Missing Only","Sample":"Sample","Save Changes to Proposal":"Save Changes to Proposal","Save Changes":"Sauvegarder les modifications","Save Collection Link":"Save Collection Link","Save a new Custom Ingredient":"Save a new Custom Ingredient","Save for Later & Use":"Save for Later & Use","Save to my Collections":"Save to my Collections","Save":"Sauvegarder","Saved Collection":"Saved Collection","Saved Collections":"Collections enregistr\u00e9es","Saved\/Custom":"Saved\/Custom","Saving...":"Saving...","Scope:":"Scope:","Search Ingredients":"Rechercher des ingr\u00e9dients","Search Recipes":"Rechercher des recettes","Search for products":"Search for products","Search":"Search","Search...":"Search...","Seasonal recipe collections from my catalog":"Seasonal recipe collections from my catalog","Seasonal versions of my top recipes":"Seasonal versions of my top recipes","Second Unit System":"Seconde unit\u00e9 syst\u00e8me","Select All":"Select All","Select Amazon Product":"Select Amazon Product","Select Product":"Select Product","Select a collection to add for this user":"Select a collection to add for this user","Select a collection":"Select a collection","Select a column":"Select a column","Select a group":"Select a group","Select a point in time to revert this collection to that state.":"Select a point in time to revert this collection to that state.","Select a saved ingredient":"Select a saved ingredient","Select all recipes":"Select all recipes","Select all":"Select all","Select or start typing to search for a saved ingredient":"Select or start typing to search for a saved ingredient","Select recipes and click the cart icon in the top right to generate the shopping list.":"Select recipes and click the cart icon in the top right to generate the shopping list.","Select row":"Select row","Select the ideas you want to import. They will be added to your Ideas list on the Manage page.":"Select the ideas you want to import. They will be added to your Ideas list on the Manage page.","Set Affiliate Link":"Set Affiliate Link","Set Description":"Set Description","Set a description for this collection":"Set a description for this collection","Set a new amount for this ingredient:":"Set a new amount for this ingredient:","Set serving size":"Set serving size","Set the number of servings":"Set the number of servings","Setting Product":"Setting Product","Share Edit Link":"Share Edit Link","Share This Collection":"Share This Collection","Share this Collection":"Share this Collection","Shared Collection":"Shared Collection","Shared Collection:":"Shared Collection:","Shared collection not found.":"Shared collection not found.","Shop this list with Instacart":"Shop this list with Instacart","Shop with Instacart":"Shop with Instacart","Shopping List Options":"Options de la liste de course","Shopping List":"Liste de courses","Show All":"Show All","Show History":"Show History","Show Nutrition Facts":"Show Nutrition Facts","Show recipes used":"Show recipes used","Similar flavor profiles to my best-rated recipes":"Similar flavor profiles to my best-rated recipes","Skip":"Skip","Skipped":"Skipped","Some ingredients do not have a confirmed nutrition match yet.":"Some ingredients do not have a confirmed nutrition match yet.","Some ingredients need a clearer amount or unit.":"Some ingredients need a clearer amount or unit.","Some ingredients still need review.":"Some ingredients still need review.","Some matched ingredients are still missing nutrition facts.":"Some matched ingredients are still missing nutrition facts.","Something went wrong. Make sure this key does not exist yet.":"Something went wrong. Make sure this key does not exist yet.","Something went wrong. Please contact support.":"Something went wrong. Please contact support.","Something went wrong. Please try again later.":"Something went wrong. Please try again later.","Something went wrong. Please try again.":"Something went wrong. Please try again.","Something went wrong.":"Something went wrong.","Sort:":"Sort:","Split into":"Split into","Start Sharing Collection":"Start Sharing Collection","Start a review batch":"Start a review batch","Start editing this shopping list":"Start editing this shopping list","Start editing to manually fill it":"Start editing to manually fill it","Start typing to search...":"Start typing to search...","Starting...":"Starting...","Stop Editing":"Stop Editing","Stop Removing Items":"Stop Removing Items","Stop Sharing Collection":"Stop Sharing Collection","Stop editing this shopping list":"Stop editing this shopping list","Strip HTML before importing":"Strip HTML before importing","Suggested Updates":"Suggested Updates","Suggested new recipes:":"Suggested new recipes:","Template":"Template","Text":"Texte","The calorie total looks unusually high.":"The calorie total looks unusually high.","The calorie total looks unusually low.":"The calorie total looks unusually low.","The calories do not line up with the fat, carb, and protein totals.":"The calories do not line up with the fat, carb, and protein totals.","The exact amount of the product needed in the recipe. Can be decimal numbers like 0.05 if you only need a small portion of the actual product. When empty or 0, the product will not be shown.":"The exact amount of the product needed in the recipe. Can be decimal numbers like 0.05 if you only need a small portion of the actual product. When empty or 0, the product will not be shown.","The exact amount of the product needed in the recipe. Positive values override the default, 0 hides the product for this recipe, and resetting it uses the global default of 1.":"The exact amount of the product needed in the recipe. Positive values override the default, 0 hides the product for this recipe, and resetting it uses the global default of 1.","The fields you set here will affect all recipes using this equipment.":"The fields you set here will affect all recipes using this equipment.","The following recipes were analyzed to generate these ideas:":"The following recipes were analyzed to generate these ideas:","The ideas were still imported. You can review and remove duplicates on the Manage page.":"The ideas were still imported. You can review and remove duplicates on the Manage page.","The link copied to your clipboard will allow others to access (but not edit) this collection.":"The link copied to your clipboard will allow others to access (but not edit) this collection.","The link copied to your clipboard will allow others to edit this shopping list.":"The link copied to your clipboard will allow others to edit this shopping list.","The nutrition search modal could not be opened. Please refresh the page and try again.":"The nutrition search modal could not be opened. Please refresh the page and try again.","The proposed nutrition differs from the currently stored nutrition.":"The proposed nutrition differs from the currently stored nutrition.","The proposed nutrition is effectively the same as the currently stored nutrition.":"The proposed nutrition is effectively the same as the currently stored nutrition.","The recipe modal could not be opened. Please refresh the page and try again.":"The recipe modal could not be opened. Please refresh the page and try again.","This can affect other recipes":"This can affect other recipes","This feature is only available in":"This feature is only available in","This ingredient is excluded from the nutrition calculation. Click to include it again.":"This ingredient is excluded from the nutrition calculation. Click to include it again.","This may take a moment.":"This may take a moment.","This recipe already had a converted value. Confirm whether the proposal should replace it, whether the existing value should stay, or whether this ingredient should be skipped.":"This recipe already had a converted value. Confirm whether the proposal should replace it, whether the existing value should stay, or whether this ingredient should be skipped.","This recipe has already been applied.":"This recipe has already been applied.","This recipe has already been handled in this batch.":"This recipe has already been handled in this batch.","This recipe is not ready to apply yet.":"This recipe is not ready to apply yet.","Toggle to confirm this ingredient.":"Toggle to confirm this ingredient.","Total (all users)":"Total (all users)","Total times that this recipe can be found in a collection (could be multiple times per user)":"Total times that this recipe can be found in a collection (could be multiple times per user)","Total times that this recipe can be found in a collection, having been added to that collection during this timeframe":"Total times that this recipe can be found in a collection, having been added to that collection during this timeframe","Treat # and trailing : as group headers":"Treat # and trailing : as group headers","Type":"Type","Undo":"Undo","Undo\/Redo History":"Undo\/Redo History","Unit Conversion Review":"Unit Conversion Review","Unit":"Unit\u00e9","Units n\/a":"Units n\/a","Unmarked leftovers":"Unmarked leftovers","Unnamed":"Unnamed","Unset Product":"Unset Product","Untitled Recipe":"Untitled Recipe","Update":"Update","Updated":"Updated","Updating preview...":"Updating preview...","Upload CSV":"Upload CSV","Uploading...":"Uploading...","Use Default":"Use Default","Use Global Links":"Use Global Links","Use Proposal":"Use Proposal","Use These Values":"Use These Values","Use these options to review recipes that are missing a second unit system or to recheck everything. For a custom selection, launch it using the \"Bulk Edit\" column on the":"Use these options to review recipes that are missing a second unit system or to recheck everything. For a custom selection, launch it using the \"Bulk Edit\" column on the","Use these options to review recipes with missing nutrition or recheck everything. For a custom selection, launch it using the \"Bulk Edit\" column on the":"Use these options to review recipes with missing nutrition or recheck everything. For a custom selection, launch it using the \"Bulk Edit\" column on the","Use this recipe":"Use this recipe","Use":"Use","Used for Calculation":"Used for Calculation","Used in Recipe":"Used in Recipe","User Collection":"User Collection","User Collections":"User Collections","User ID":"User ID","User":"User","Values of all the checked ingredients will be added together and":"Values of all the checked ingredients will be added together and","Values of all the checked ingredients will be added together.":"Values of all the checked ingredients will be added together.","Variation ID":"Variation ID","Variation Name":"Variation Name","Variation":"Variation","Variations and twists on my best performers":"Variations and twists on my best performers","View Details":"View Details","View Ideas on Manage Page":"View Ideas on Manage Page","View Recipe":"View Recipe","View and edit collections for this user":"View and edit collections for this user","View on the manage page":"View on the manage page","Volume Units":"Unit\u00e9s de volume","Warning: changing the product can affect other recipes using this ingredient or equipment.":"Warning: changing the product can affect other recipes using this ingredient or equipment.","Weight Units":"Unit\u00e9s de poids","What do you want the new order to be?":"What do you want the new order to be?","What do you want to be the category group for":"What do you want to be the category group for","What type of content are you looking for?":"What type of content are you looking for?","Why this idea was chosen:":"Why this idea was chosen:","Yellow":"Jaune","You need to set up this feature on the WP Recipe Maker > Settings > Unit Conversion page first.":"You need to set up this feature on the WP Recipe Maker > Settings > Unit Conversion page first.","Your Collections":"Your Collections","Your Custom Fields":"Vos champs personnalis\u00e9s","Your recipes:":"Your recipes:","Your shopping list is empty.":"Your shopping list is empty.","calculated":"calculated","column":"column","columns":"columns","cup":"cup","custom":"custom","divided by":"divis\u00e9 par","group":"group","groups":"groups","ideas were successfully imported.":"ideas were successfully imported.","imported":"imported","ingredient has an error":"ingredient has an error","ingredient still needs review":"ingredient still needs review","ingredients have errors":"ingredients have errors","ingredients still need review":"ingredients still need review","mg":"mg","my-custom-field":"mon-champ-personnalis\u00e9","my-custom-nutrient":"mon-nutriment-personalis\u00e9","n\/a":"n\/a","name to":"name to","no match found":"no match found","olive oil":"huile d'olive","other recipe(s) affected":"other recipe(s) affected","remove":"remove","rows found":"rows found","save your changes first":"save your changes first","selected":"selected","servings":"portions","skipped":"skipped","the number of servings for this recipe.":"the number of servings for this recipe.","to":"to","%d in %s":"%d in %s","Add %d Products to Cart":"Add %d Products to Cart","Add 1 Product to Cart":"Add 1 Product to Cart","Add to Cart":"Add to Cart","Added!":"Added!","Adding to Cart...":"Adding to Cart...","Adding...":"Adding...","Cart is empty":"Cart is empty","Clear converted values":"Clear converted values","Close Modal":"Close Modal","Consider recalculating the conversion or marking it as OK.":"Consider recalculating the conversion or marking it as OK.","Consider updating the product amount or marking it as OK.":"Consider updating the product amount or marking it as OK.","Equipment changed since product amount was set":"Equipment changed since product amount was set","Failed to add products to cart. Please try again.":"Failed to add products to cart. Please try again.","Ingredient changed since produc amount was set":"Ingredient changed since produc amount was set","Ingredient changed since unit conversion was calculated":"Ingredient changed since unit conversion was calculated","Ingredient was added after unit conversion was calculated. Consider calculating the conversion for this ingredient.":"Ingredient was added after unit conversion was calculated. Consider calculating the conversion for this ingredient.","Loading cart...":"Loading cart...","Mark as OK":"Mark as OK","No variations available":"No variations available","Notes":"Notes","Please select at least one product to add to cart.":"Please select at least one product to add to cart.","Recalculate proportionally":"Recalculate proportionally","Select a variation":"Select a variation","Unable to load cart":"Unable to load cart","your cart":"your cart"},"version":{"free":"10.6.1","premium":"10.6.1"}};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' data-rocket-src='https://www.laurenceel.com/wp-content/plugins/wp-recipe-maker/dist/public-modern.js' id='wprm-public-js' defer></script>
<script type='text/javascript' id='wprmp-public-js-extra'>
/* <![CDATA[ */
var wprmp_public = {"user":"0","endpoints":{"favorites":"https:\/\/www.laurenceel.com\/wp-json\/wp-recipe-maker\/v1\/favorites","private_notes":"https:\/\/www.laurenceel.com\/wp-json\/wp-recipe-maker\/v1\/private-notes","user_rating":"https:\/\/www.laurenceel.com\/wp-json\/wp-recipe-maker\/v1\/user-rating"},"favorites":{"storage_key":"wprm-recipe-favorites","merge_session_key":"wprm-recipe-favorites-merged"},"settings":{"recipe_template_mode":"modern","features_adjustable_servings":true,"adjustable_servings_url":false,"adjustable_servings_url_param":"servings","adjustable_servings_round_to_decimals":"2","unit_conversion_remember":false,"unit_conversion_temperature":false,"unit_conversion_temperature_precision":false,"unit_conversion_system_1_temperature":false,"unit_conversion_system_2_temperature":false,"unit_conversion_advanced_servings_conversion":false,"unit_conversion_system_1_length_unit":false,"unit_conversion_system_2_length_unit":false,"fractions_enabled":false,"fractions_use_mixed":true,"fractions_use_symbols":true,"fractions_max_denominator":"8","servings_display_fractions":false,"unit_conversion_system_1_fractions":false,"unit_conversion_system_2_fractions":false,"unit_conversion_enabled":false,"decimal_separator":"point","features_comment_ratings":true,"features_user_ratings":true,"user_ratings_type":"modal","user_ratings_force_comment_scroll_to_smooth":true,"user_ratings_modal_title":"Rate This Recipe","user_ratings_thank_you_title":"Rate This Recipe","user_ratings_thank_you_message_with_comment":"<p>Merci pour avoir vot\u00e9 !<\/p>","user_ratings_problem_message":"<p>There was a problem rating this recipe. Please try again later.<\/p>","user_ratings_force_comment_scroll_to":"","user_ratings_open_url_parameter":"rate","user_ratings_require_comment":true,"user_ratings_require_name":true,"user_ratings_require_email":true,"user_ratings_comment_suggestions_enabled":"never","rating_details_zero":"Notez la recette, c'est sans inscription !","rating_details_one":"%average%\/5 \u00e0 partir de 1 vote","rating_details_multiple":"%average% \u00e0 partir de %votes% votes","rating_details_user_voted":"(Votre vote: %user%)","rating_details_user_not_voted":"(Cliquez sur les \u00e9toiles pour voter !)","servings_changer_display":"tooltip_slider","template_ingredient_list_style":"disc","template_instruction_list_style":"decimal","template_color_icon":"#343434"},"timer":{"sound_file":"https:\/\/www.laurenceel.com\/wp-content\/plugins\/wp-recipe-maker-premium\/assets\/sounds\/alarm.mp3","text":{"start_timer":"Cliquez pour lancer le minuteur"},"icons":{"pause":"<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\" y=\"0px\" width=\"24px\" height=\"24px\" viewBox=\"0 0 24 24\"><g ><path fill=\"#fffefe\" d=\"M9,2H4C3.4,2,3,2.4,3,3v18c0,0.6,0.4,1,1,1h5c0.6,0,1-0.4,1-1V3C10,2.4,9.6,2,9,2z\"\/><path fill=\"#fffefe\" d=\"M20,2h-5c-0.6,0-1,0.4-1,1v18c0,0.6,0.4,1,1,1h5c0.6,0,1-0.4,1-1V3C21,2.4,20.6,2,20,2z\"\/><\/g><\/svg>","play":"<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\" y=\"0px\" width=\"24px\" height=\"24px\" viewBox=\"0 0 24 24\"><g ><path fill=\"#fffefe\" d=\"M6.6,2.2C6.3,2,5.9,1.9,5.6,2.1C5.2,2.3,5,2.6,5,3v18c0,0.4,0.2,0.7,0.6,0.9C5.7,22,5.8,22,6,22c0.2,0,0.4-0.1,0.6-0.2l12-9c0.3-0.2,0.4-0.5,0.4-0.8s-0.1-0.6-0.4-0.8L6.6,2.2z\"\/><\/g><\/svg>","close":"<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\" y=\"0px\" width=\"24px\" height=\"24px\" viewBox=\"0 0 24 24\"><g ><path fill=\"#fffefe\" d=\"M22.7,4.3l-3-3c-0.4-0.4-1-0.4-1.4,0L12,7.6L5.7,1.3c-0.4-0.4-1-0.4-1.4,0l-3,3c-0.4,0.4-0.4,1,0,1.4L7.6,12l-6.3,6.3c-0.4,0.4-0.4,1,0,1.4l3,3c0.4,0.4,1,0.4,1.4,0l6.3-6.3l6.3,6.3c0.2,0.2,0.5,0.3,0.7,0.3s0.5-0.1,0.7-0.3l3-3c0.4-0.4,0.4-1,0-1.4L16.4,12l6.3-6.3C23.1,5.3,23.1,4.7,22.7,4.3z\"\/><\/g><\/svg>"}},"recipe_submission":{"max_file_size":536870912,"text":{"image_size":"The file is too large. Maximum size:"}}};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' data-rocket-src='https://www.laurenceel.com/wp-content/plugins/wp-recipe-maker-premium/dist/public-premium.js' id='wprmp-public-js' defer></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\/|\/(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:\/\/www.laurenceel.com","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='text/javascript' id='rocket_lazyload_css-js-extra'>
/* <![CDATA[ */
var rocket_lazyload_css_data = {"threshold":"300"};
/* ]]> */
</script>
<script type='text/javascript' id='rocket_lazyload_css-js-after'>
!function o(n,c,a){function s(t,e){if(!c[t]){if(!n[t]){var r="function"==typeof require&&require;if(!e&&r)return r(t,!0);if(u)return u(t,!0);throw(r=new Error("Cannot find module '"+t+"'")).code="MODULE_NOT_FOUND",r}r=c[t]={exports:{}},n[t][0].call(r.exports,function(e){return s(n[t][1][e]||e)},r,r.exports,o,n,c,a)}return c[t].exports}for(var u="function"==typeof require&&require,e=0;e<a.length;e++)s(a[e]);return s}({1:[function(e,t,r){"use strict";!function(){const r="undefined"==typeof rocket_pairs?[]:rocket_pairs,e="undefined"==typeof rocket_excluded_pairs?[]:rocket_excluded_pairs;e.map(t=>{var e=t.selector;const r=document.querySelectorAll(e);r.forEach(e=>{e.setAttribute("data-rocket-lazy-bg-".concat(t.hash),"excluded")})});const o=document.querySelector("#wpr-lazyload-bg-container");var t=rocket_lazyload_css_data.threshold||300;const n=new IntersectionObserver(e=>{e.forEach(t=>{if(t.isIntersecting){const e=r.filter(e=>t.target.matches(e.selector));e.map(t=>{var e;t&&((e=document.createElement("style")).textContent=t.style,o.insertAdjacentElement("afterend",e),t.elements.forEach(e=>{n.unobserve(e),e.setAttribute("data-rocket-lazy-bg-".concat(t.hash),"loaded")}))})}})},{rootMargin:t+"px"});function c(){0<(0<arguments.length&&void 0!==arguments[0]?arguments[0]:[]).length&&r.forEach(t=>{try{const e=document.querySelectorAll(t.selector);e.forEach(e=>{"loaded"!==e.getAttribute("data-rocket-lazy-bg-".concat(t.hash))&&"excluded"!==e.getAttribute("data-rocket-lazy-bg-".concat(t.hash))&&(n.observe(e),(t.elements||(t.elements=[])).push(e))})}catch(e){console.error(e)}})}c();const a=function(){const o=window.MutationObserver;return function(e,t){if(e&&1===e.nodeType){const r=new o(t);return r.observe(e,{attributes:!0,childList:!0,subtree:!0}),r}}}();t=document.querySelector("body"),a(t,c)}()},{}]},{},[1]);
//# sourceMappingURL=lazyload-css.min.js.map
</script>
<script type='text/javascript' id='customscript-js-extra'>
/* <![CDATA[ */
var mts_customscript = {"responsive":"1","nav_menu":"secondary","lazy_load":"","lazy_load_comments":"1","desktop_sticky":"0","mobile_sticky":"0"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type='text/javascript' async="async" data-rocket-src='https://www.laurenceel.com/wp-content/cache/min/1/wp-content/themes/mts_schema/js/customscript.js?ver=1713858255' id='customscript-js'></script>
<script type='text/javascript' id='q2w3_fixed_widget-js-extra'>
/* <![CDATA[ */
var q2w3_sidebar_options = [{"sidebar":"sidebar","use_sticky_position":false,"margin_top":0,"margin_bottom":0,"stop_elements_selectors":"","screen_max_width":0,"screen_max_height":0,"widgets":["#media_video-3"]}];
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' data-rocket-src='https://www.laurenceel.com/wp-content/plugins/q2w3-fixed-widget/js/frontend.min.js' id='q2w3_fixed_widget-js' defer></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' data-rocket-src='https://www.laurenceel.com/wp-content/plugins/winamaz/core/assets/vendor/modal/jquery.modal.min.js' id='winamaz-jquery.modal-js' defer></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' data-rocket-src='https://www.laurenceel.com/wp-content/plugins/winamaz/core/assets/vendor/tooltip/tooltipster.bundle.min.js' id='winamaz-tooltipster.bundle-js' defer></script>
<script type='text/javascript' id='winamaz-main-js-extra'>
/* <![CDATA[ */
var winamazPlugin = {"ajaxurl":"https:\/\/www.laurenceel.com\/wp-admin\/admin-ajax.php","pluginName":"Winamaz","namespace":"winamaz","baseUrl":"https:\/\/www.laurenceel.com\/wp-content\/plugins\/winamaz","strings":{"request":{"error":"Une erreur s'est produite lors de l'op\u00e9ration","soon":"Prix bient\u00f4t disponibles","inqueue":"La demande est plac\u00e9e en file d'attente","unavailable":"Non disponible"},"compare":{"more":"Voir plus d'offres","less":"Voir moins d'offres"}},"timeout":"30000","breakpoint":"590","analytics":"false"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type='text/javascript' data-rocket-src='https://www.laurenceel.com/wp-content/cache/min/1/wp-content/plugins/winamaz/core/assets/front/js/main.js?ver=1713858255' id='winamaz-main-js' defer></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' data-rocket-src='https://www.laurenceel.com/wp-content/plugins/wp-review-pro/public/js/js.cookie.min.js' id='js-cookie-js' defer></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type='text/javascript' data-rocket-src='https://www.laurenceel.com/wp-content/cache/min/1/wp-content/plugins/wp-review-pro/public/js/jquery.appear.js?ver=1713858255' id='wp_review-jquery-appear-js' defer></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' data-rocket-src='https://www.laurenceel.com/wp-includes/js/underscore.min.js' id='underscore-js' defer></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' data-rocket-src='https://www.laurenceel.com/wp-includes/js/wp-util.min.js' id='wp-util-js' defer></script>
<script type='text/javascript' id='wp_review-js-js-extra'>
/* <![CDATA[ */
var wpreview = {"ajaxurl":"https:\/\/www.laurenceel.com\/wp-admin\/admin-ajax.php","popup":{"enable":false,"width":"800px","animation_in":"bounceIn","animation_out":"bounceOut","overlay_color":"#0b0b0b","overlay_opacity":0.8000000000000000444089209850062616169452667236328125,"post_type":"post","queryby":"category","orderby":"random","category":0,"tag":0,"review_type":0,"limit":6,"expiration":30,"cookie_name":"wpr-popup","delay":0,"show_on_load":false,"show_on_reach_bottom":false,"exit_intent":true,"screen_size_check":false,"screen_width":""},"rateAllFeatures":"Please rate all features","verifiedPurchase":"(Verified purchase)","commentImageUploadNonce":"35f834ad19"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type='text/javascript' data-rocket-src='https://www.laurenceel.com/wp-content/cache/min/1/wp-content/plugins/wp-review-pro/public/js/main.js?ver=1713858255' id='wp_review-js-js' defer></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' data-rocket-src='https://www.laurenceel.com/wp-content/plugins/wp-review-pro/public/js/jquery.knob.min.js' id='jquery-knob-js' defer></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' data-rocket-src='https://www.laurenceel.com/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js' id='elementor-webpack-runtime-js' defer></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' data-rocket-src='https://www.laurenceel.com/wp-content/plugins/elementor/assets/js/frontend-modules.min.js' id='elementor-frontend-modules-js' defer></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' data-rocket-src='https://www.laurenceel.com/wp-content/plugins/elementor/assets/lib/waypoints/waypoints.min.js' id='elementor-waypoints-js' defer></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' data-rocket-src='https://www.laurenceel.com/wp-includes/js/jquery/ui/core.min.js' id='jquery-ui-core-js' defer></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","a11yCarouselWrapperAriaLabel":"Carousel | Scroll horizontal: Fl\u00e8che gauche & droite","a11yCarouselPrevSlideMessage":"Diapositive pr\u00e9c\u00e9dente","a11yCarouselNextSlideMessage":"Diapositive suivante","a11yCarouselFirstSlideMessage":"Ceci est la premi\u00e8re diapositive","a11yCarouselLastSlideMessage":"Ceci est la derni\u00e8re diapositive","a11yCarouselPaginationBulletMessage":"Aller \u00e0 la diapositive"},"is_rtl":false,"breakpoints":{"xs":0,"sm":480,"md":768,"lg":1025,"xl":1440,"xxl":1600},"responsive":{"breakpoints":{"mobile":{"label":"Portrait mobile","value":767,"default_value":767,"direction":"max","is_enabled":true},"mobile_extra":{"label":"Mobile Paysage","value":880,"default_value":880,"direction":"max","is_enabled":false},"tablet":{"label":"Tablette en mode portrait","value":1024,"default_value":1024,"direction":"max","is_enabled":true},"tablet_extra":{"label":"Tablette en mode paysage","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.23.4","is_static":false,"experimentalFeatures":{"e_optimized_css_loading":true,"additional_custom_breakpoints":true,"container_grid":true,"e_swiper_latest":true,"e_nested_atomic_repeaters":true,"e_onboarding":true,"home_screen":true,"ai-layout":true,"landing-pages":true,"e_lazyload":true},"urls":{"assets":"https:\/\/www.laurenceel.com\/wp-content\/plugins\/elementor\/assets\/","ajaxurl":"https:\/\/www.laurenceel.com\/wp-admin\/admin-ajax.php"},"nonces":{"floatingButtonsClickTracking":"336e63c0b0"},"swiperClass":"swiper","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":1333,"title":"Laurenceel%20%3A%20le%20site%20de%20r%C3%A9f%C3%A9rence%20de%20la%20pizza%20en%20France%20%21","excerpt":"","featuredImage":false}};
</script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' data-rocket-src='https://www.laurenceel.com/wp-content/plugins/elementor/assets/js/frontend.min.js' id='elementor-frontend-js' defer></script>

		<!-- Compliance by Hu-manity.co plugin v3.1.1 https://hu-manity.co/ -->
		<div id="cookie-notice" role="dialog" class="cookie-notice-hidden cookie-revoke-hidden cn-position-bottom" aria-label="Compliance by Hu-manity.co" style="background-color: rgba(221,51,51,1);"><div class="cookie-notice-container" style="color: #fff"><span id="cn-notice-text" class="cn-text-container">Nous utilisons des cookies pour vous garantir la meilleure expérience sur notre site web. Si vous continuez à utiliser ce site, nous supposerons que vous en êtes satisfait.</span><span id="cn-notice-buttons" class="cn-buttons-container"><button id="cn-accept-cookie" data-cookie-set="accept" class="cn-set-cookie cn-button cn-button-custom button" aria-label="Ok">Ok</button></span><button type="button" id="cn-close-notice" data-cookie-set="accept" class="cn-close-icon" aria-label="Non"></button></div>
			
		</div>
		<!-- / Compliance by Hu-manity.co plugin --><script>window.lazyLoadOptions=[{elements_selector:"img[data-lazy-src],.rocket-lazyload,iframe[data-lazy-src]",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,callback_loaded:function(element){if(element.tagName==="IFRAME"&&element.dataset.rocketLazyload=="fitvidscompatible"){if(element.classList.contains("lazyloaded")){if(typeof window.jQuery!="undefined"){if(jQuery.fn.fitVids){jQuery(element).parent().fitVids()}}}}}},{elements_selector:".rocket-lazyload",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,}];window.addEventListener('LazyLoad::Initialized',function(e){var lazyLoadInstance=e.detail.instance;if(window.MutationObserver){var observer=new MutationObserver(function(mutations){var image_count=0;var iframe_count=0;var rocketlazy_count=0;mutations.forEach(function(mutation){for(var i=0;i<mutation.addedNodes.length;i++){if(typeof mutation.addedNodes[i].getElementsByTagName!=='function'){continue}
if(typeof mutation.addedNodes[i].getElementsByClassName!=='function'){continue}
images=mutation.addedNodes[i].getElementsByTagName('img');is_image=mutation.addedNodes[i].tagName=="IMG";iframes=mutation.addedNodes[i].getElementsByTagName('iframe');is_iframe=mutation.addedNodes[i].tagName=="IFRAME";rocket_lazy=mutation.addedNodes[i].getElementsByClassName('rocket-lazyload');image_count+=images.length;iframe_count+=iframes.length;rocketlazy_count+=rocket_lazy.length;if(is_image){image_count+=1}
if(is_iframe){iframe_count+=1}}});if(image_count>0||iframe_count>0||rocketlazy_count>0){lazyLoadInstance.update()}});var b=document.getElementsByTagName("body")[0];var config={childList:!0,subtree:!0};observer.observe(b,config)}},!1)</script><script data-no-minify="1" async src="https://www.laurenceel.com/wp-content/plugins/wp-rocket/assets/js/lazyload/17.8.3/lazyload.min.js"></script><script>function lazyLoadThumb(e,alt){var t='<img data-lazy-src="https://i.ytimg.com/vi/ID/hqdefault.jpg" alt="" width="480" height="360"><noscript><img src="https://i.ytimg.com/vi/ID/hqdefault.jpg" alt="" width="480" height="360"></noscript>',a='<button class="play" aria-label="play Youtube video"></button>';t=t.replace('alt=""','alt="'+alt+'"');return t.replace("ID",e)+a}function lazyLoadYoutubeIframe(){var e=document.createElement("iframe"),t="ID?autoplay=1";t+=0===this.parentNode.dataset.query.length?'':'&'+this.parentNode.dataset.query;e.setAttribute("src",t.replace("ID",this.parentNode.dataset.src)),e.setAttribute("frameborder","0"),e.setAttribute("allowfullscreen","1"),e.setAttribute("allow", "accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"),this.parentNode.parentNode.replaceChild(e,this.parentNode)}document.addEventListener("DOMContentLoaded",function(){var e,t,p,a=document.getElementsByClassName("rll-youtube-player");for(t=0;t<a.length;t++)e=document.createElement("div"),e.setAttribute("data-id",a[t].dataset.id),e.setAttribute("data-query", a[t].dataset.query),e.setAttribute("data-src", a[t].dataset.src),e.innerHTML=lazyLoadThumb(a[t].dataset.id,a[t].dataset.alt),a[t].appendChild(e),p=e.querySelector('.play'),p.onclick=lazyLoadYoutubeIframe});</script><script>class RocketElementorAnimation{constructor(){this.deviceMode=document.createElement("span"),this.deviceMode.id="elementor-device-mode-wpr",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@1781246326 -->