It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: https://alloastuces.net

  1. <!DOCTYPE html>
  2. <html lang="fr-FR">
  3. <head><meta charset="UTF-8"><script>if(navigator.userAgent.match(/MSIE|Internet Explorer/i)||navigator.userAgent.match(/Trident\/7\..*?rv:11/i)){var href=document.location.href;if(!href.match(/[?&]nowprocket/)){if(href.indexOf("?")==-1){if(href.indexOf("#")==-1){document.location.href=href+"?nowprocket=1"}else{document.location.href=href.replace("#","?nowprocket=1#")}}else{if(href.indexOf("#")==-1){document.location.href=href+"&nowprocket=1"}else{document.location.href=href.replace("#","&nowprocket=1#")}}}}</script><script>class RocketLazyLoadScripts{constructor(){this.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>
  4.    
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width, initial-scale=1">
  7.    <meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' />
  8.  
  9. <!-- Google Tag Manager for WordPress by gtm4wp.com -->
  10. <script data-cfasync="false" data-pagespeed-no-defer>
  11. var gtm4wp_datalayer_name = "dataLayer";
  12. var dataLayer = dataLayer || [];
  13. </script>
  14. <!-- End Google Tag Manager for WordPress by gtm4wp.com -->
  15. <!-- This site is optimized with the Yoast SEO Premium plugin v22.2 (Yoast SEO v22.2) - https://yoast.com/wordpress/plugins/seo/ -->
  16. <title>Recette facile</title>
  17. <meta name="description" content="Les meilleures recettes faciles et rapides" />
  18. <link rel="canonical" href="https://alloastuces.net/" />
  19. <link rel="next" href="https://alloastuces.net/page/2/" />
  20. <meta property="og:locale" content="fr_FR" />
  21. <meta property="og:type" content="website" />
  22. <meta property="og:title" content="Idée Recette" />
  23. <meta property="og:description" content="Découvrez des milliers d&#039;idées recettes et astuces pour ravir vos invités ou simplement pour égayer votre quotidien." />
  24. <meta property="og:url" content="https://alloastuces.net/" />
  25. <meta property="og:site_name" content="Idée Recette" />
  26. <meta property="og:image" content="https://alloastuces.net/wp-content/uploads/2022/04/mauve.png" />
  27. <meta property="og:image:width" content="512" />
  28. <meta property="og:image:height" content="512" />
  29. <meta property="og:image:type" content="image/png" />
  30. <script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"CollectionPage","@id":"https://alloastuces.net/","url":"https://alloastuces.net/","name":"Recette facile","isPartOf":{"@id":"https://alloastuces.net/#website"},"about":{"@id":"https://alloastuces.net/#organization"},"description":"Les meilleures recettes faciles et rapides","breadcrumb":{"@id":"https://alloastuces.net/#breadcrumb"},"inLanguage":"fr-FR"},{"@type":"BreadcrumbList","@id":"https://alloastuces.net/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil"}]},{"@type":"WebSite","@id":"https://alloastuces.net/#website","url":"https://alloastuces.net/","name":"Idée Recette","description":"Recettes Faciles","publisher":{"@id":"https://alloastuces.net/#organization"},"alternateName":"Idée Recette","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://alloastuces.net/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"fr-FR"},{"@type":"Organization","@id":"https://alloastuces.net/#organization","name":"Idée Recette","alternateName":"Idée Recette","url":"https://alloastuces.net/","logo":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https://alloastuces.net/#/schema/logo/image/","url":"https://alloastuces.net/wp-content/uploads/2022/06/logo-1280x720-1.png","contentUrl":"https://alloastuces.net/wp-content/uploads/2022/06/logo-1280x720-1.png","width":1280,"height":720,"caption":"Idée Recette"},"image":{"@id":"https://alloastuces.net/#/schema/logo/image/"},"sameAs":["https://facebook.com/Les-Meilleures-recettes-105710788441264","https://www.pinterest.fr/recettesfacilesfrance"]}]}</script>
  31. <meta name="google-site-verification" content="I1G2l3ON_Lpj9JkfqzOD9ZF43aKWeaKGz61be56G7q0" />
  32. <meta name="p:domain_verify" content="cbebce5e4c63aae28a90f0ea743568cd" />
  33. <!-- / Yoast SEO Premium plugin. -->
  34.  
  35.  
  36. <link rel='dns-prefetch' href='//platform-api.sharethis.com' />
  37.  
  38. <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://alloastuces.net/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js" defer></script>
  39. <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="//platform-api.sharethis.com/js/sharethis.js?ver=2.2.0#property=63baf79f592bb2001af01b77&amp;product=inline-buttons&amp;source=sharethis-share-buttons-wordpress" id="share-this-share-buttons-mu-js" defer></script>
  40. <script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://alloastuces.net/wp-content/cache/min/1/wp-content/plugins/wp-quads-pro/assets/js/ads.js?ver=1711549289" id="quads-ad-ga-js" defer></script>
  41. <script type="rocketlazyloadscript">
  42. window['gtag_enable_tcf_support'] = true
  43. </script>
  44.  
  45. <!-- Google Tag Manager -->
  46. <script type="rocketlazyloadscript">(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
  47. new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
  48. j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
  49. 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
  50. })(window,document,'script','dataLayer','GTM-KXBJ2BFV');</script>
  51. <!-- End Google Tag Manager -->
  52.  
  53. <style type="text/css">
  54.  a#CybotCookiebotDialogPoweredbyCybot,
  55.  div#CybotCookiebotDialogPoweredByText {
  56.    display: none;
  57.  }
  58.  
  59.  #CookiebotWidget .CookiebotWidget-body .CookiebotWidget-main-logo {
  60.    display: none;
  61.  }
  62. </style>
  63. <!-- Google Tag Manager for WordPress by gtm4wp.com -->
  64. <!-- GTM Container placement set to off -->
  65. <script data-cfasync="false" data-pagespeed-no-defer type="text/javascript">
  66. var dataLayer_content = {"pagePostType":"frontpage"};
  67. dataLayer.push( dataLayer_content );
  68. </script>
  69. <script type="rocketlazyloadscript">
  70. console.warn && console.warn("[GTM4WP] Google Tag Manager container code placement set to OFF !!!");
  71. console.warn && console.warn("[GTM4WP] Data layer codes are active but GTM container must be loaded using custom coding !!!");
  72. </script>
  73. <!-- End Google Tag Manager for WordPress by gtm4wp.com --><script type="rocketlazyloadscript">document.cookie = 'quads_browser_width='+screen.width;</script>      <meta name="onesignal" content="wordpress-plugin"/>
  74.            <script type="rocketlazyloadscript">
  75.  
  76.      window.OneSignal = window.OneSignal || [];
  77.  
  78.      OneSignal.push( function() {
  79.        OneSignal.SERVICE_WORKER_UPDATER_PATH = "OneSignalSDKUpdaterWorker.js.php";
  80.                      OneSignal.SERVICE_WORKER_PATH = "OneSignalSDKWorker.js.php";
  81.                      OneSignal.SERVICE_WORKER_PARAM = { scope: "/" };
  82.        OneSignal.setDefaultNotificationUrl("https://alloastuces.net");
  83.        var oneSignal_options = {};
  84.        window._oneSignalInitOptions = oneSignal_options;
  85.  
  86.        oneSignal_options['wordpress'] = true;
  87. oneSignal_options['appId'] = 'e31c7ca6-10e3-40cc-b9df-a493214dfc02';
  88. oneSignal_options['allowLocalhostAsSecureOrigin'] = true;
  89. oneSignal_options['welcomeNotification'] = { };
  90. oneSignal_options['welcomeNotification']['disable'] = true;
  91. oneSignal_options['path'] = "https://alloastuces.net/wp-content/plugins/onesignal-free-web-push-notifications/sdk_files/";
  92. oneSignal_options['safari_web_id'] = "web.onesignal.auto.0bc7de6a-1858-40cb-a30f-b71482b7a86d";
  93. oneSignal_options['persistNotification'] = true;
  94. oneSignal_options['promptOptions'] = { };
  95. oneSignal_options['promptOptions']['actionMessage'] = "Pour lire cette recette et recevoir les autres recettes. cliquez sur OUI puis AUTORISER";
  96. oneSignal_options['promptOptions']['exampleNotificationTitleDesktop'] = "Recette Recommandée";
  97. oneSignal_options['promptOptions']['exampleNotificationMessageDesktop'] = "Pour lire cette recette et recevoir les autres recettes. cliquez sur OUI puis AUTORISER";
  98. oneSignal_options['promptOptions']['exampleNotificationTitleMobile'] = "Pour lire cette recette et recevoir les autres recettes. cliquez sur OUI puis AUTORISER";
  99. oneSignal_options['promptOptions']['exampleNotificationMessageMobile'] = "Pour lire cette recette et recevoir les autres recettes. cliquez sur OUI puis AUTORISER";
  100. oneSignal_options['promptOptions']['exampleNotificationCaption'] = "Pour lire cette recette et recevoir les autres recettes. cliquez sur OUI puis AUTORISER";
  101. oneSignal_options['promptOptions']['acceptButtonText'] = "OUI";
  102. oneSignal_options['promptOptions']['cancelButtonText'] = ".";
  103. oneSignal_options['promptOptions']['siteName'] = "https://alloastuces.net/";
  104. oneSignal_options['promptOptions']['autoAcceptTitle'] = "Acceptez";
  105.                OneSignal.init(window._oneSignalInitOptions);
  106.                OneSignal.showSlidedownPrompt();      });
  107.  
  108.      function documentInitOneSignal() {
  109.        var oneSignal_elements = document.getElementsByClassName("OneSignal-prompt");
  110.  
  111.        var oneSignalLinkClickHandler = function(event) { OneSignal.push(['registerForPushNotifications']); event.preventDefault(); };        for(var i = 0; i < oneSignal_elements.length; i++)
  112.          oneSignal_elements[i].addEventListener('click', oneSignalLinkClickHandler, false);
  113.      }
  114.  
  115.      if (document.readyState === 'complete') {
  116.           documentInitOneSignal();
  117.      }
  118.      else {
  119.           window.addEventListener("load", function(event){
  120.               documentInitOneSignal();
  121.          });
  122.      }
  123.    </script>
  124. <link rel="icon" href="https://alloastuces.net/wp-content/uploads/2022/04/cropped-mauve-1-32x32.png" sizes="32x32" />
  125. <link rel="icon" href="https://alloastuces.net/wp-content/uploads/2022/04/cropped-mauve-1-192x192.png" sizes="192x192" />
  126. <link rel="apple-touch-icon" href="https://alloastuces.net/wp-content/uploads/2022/04/cropped-mauve-1-180x180.png" />
  127. <meta name="msapplication-TileImage" content="https://alloastuces.net/wp-content/uploads/2022/04/cropped-mauve-1-270x270.png" />
  128.  
  129. <!-- BEGIN Analytics Insights v6.3.4 - https://deconf.com/analytics-insights-google-analytics-dashboard-wordpress/ -->
  130. <script type="rocketlazyloadscript" async data-rocket-src="https://www.googletagmanager.com/gtag/js?id=G-744GCKT7RB"></script>
  131. <script type="rocketlazyloadscript">
  132.  window.dataLayer = window.dataLayer || [];
  133.  function gtag(){dataLayer.push(arguments);}
  134.  gtag('js', new Date());
  135.  gtag('config', 'G-744GCKT7RB');
  136.  if (window.performance) {
  137.    var timeSincePageLoad = Math.round(performance.now());
  138.    gtag('event', 'timing_complete', {
  139.      'name': 'load',
  140.      'value': timeSincePageLoad,
  141.      'event_category': 'JS Dependencies'
  142.    });
  143.  }
  144. </script>
  145. <!-- END Analytics Insights -->
  146. <style type="text/css" id="wp-custom-css">
  147. .navigation.pagination .nav-links .page-numbers {
  148. padding: 8px 15px !important;
  149. margin-right: 5px !important;
  150. border: 2px solid #ea205e !important;
  151. }
  152. .navigation.pagination .nav-links span:first-child {
  153.    padding: 8px 17px !important;
  154. }
  155. .single-post-pagination-links a{
  156. margin-right: 0px;
  157.    padding: 2px 9px;
  158. border: 2px solid #ea205e !important;
  159. font-family: Montserrat,sans-serif !important;
  160. }
  161. .single-post-pagination-links span{
  162. margin-right: 0px;
  163.    padding: 2px 9px;
  164. font-family: Montserrat,sans-serif !important;
  165. }
  166. .single-post-pagination-links span:first-child {
  167.    padding: 2px 10px;
  168. }
  169. .navigation.pagination .nav-links .page-numbers, .single-post-pagination-links a, .single-post-pagination-links span, .single-post-pagination-links a{
  170.    color: #fff !important;
  171.    text-decoration: none !important;
  172.    font-size: 18px !important;
  173.    border-radius: 100px !important;
  174.    background-color: #EA205E !important;
  175.    border: 2px solid transparent !important;
  176. display: inline-block;
  177. font-weight:600;
  178. font-family: Montserrat,sans-serif !important;
  179. }
  180. .navigation.pagination .nav-links .page-numbers.current, .single-post-pagination-links span.post-page-numbers.current{
  181.    background-color: transparent !important;
  182.    color: #EA205E !important;
  183.    border: 2px solid #EA205E !important;
  184. }
  185. .navigation.pagination .nav-links .page-numbers:hover, .single-post-pagination-links span.post-page-numbers.current:hover, .single-post-pagination-links a:hover {
  186.    background-color: #2E90E8 !important;
  187.    color: #fff !important;
  188. border: 2px solid #2E90E8 !important;
  189. }
  190.  
  191. nav.pagination
  192. {display:none !important;} </style>
  193. </head>
  194. <body class="home blog">
  195.  
  196.  
  197. <nav class="navbar navbar-banzai">
  198.    
  199.    <div class="container">
  200.        <!-- Brand and toggle get grouped for better mobile display -->
  201.        <div class="navbar-header">
  202.            <button type="button" class="navbar-toggle collapsed banzai-mobile-btn">
  203.                <i class="fa fa-bars"></i>
  204.            </button>
  205.  
  206.            <a class="navbar-brand" href="https://alloastuces.net/">Idée Recette</a>        </div>
  207.  
  208.        <!-- Collect the nav links, forms, and other content for toggling -->
  209.        <div class="collapse navbar-collapse banzai-main-nav banzai-standard-right-nav">
  210.            <ul class="nav navbar-nav navbar-right navbar-circle-buttons">
  211.                            </ul>
  212.            <ul id="menu-menu" class="nav navbar-nav navbar-right"><li id="menu-item-9" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home menu-item-9"><a href="https://alloastuces.net/" aria-current="page">Accueil</a></li>
  213. <li id="menu-item-8" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8"><a href="https://alloastuces.net/category/recettes/">Recettes</a></li>
  214. <li id="menu-item-5429" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-5429"><a href="https://alloastuces.net/category/plats/">Plats</a></li>
  215. </ul>        </div><!-- /.navbar-collapse -->
  216.    </div><!-- /.container-fluid -->
  217. </nav>
  218. <nav class="navbar-banzai-mobile">
  219.    
  220.    
  221. </nav>
  222. <div class="container push-top">
  223.    <div class="row">
  224.        <div class="col-md-12 content-body">
  225.    <div class="panel panel-default">
  226.        <div class="panel-body">
  227.            <header class="page-header"><h1 class="page-title">Les meilleures recettes faciles et rapides</h1></header>
  228.  
  229.                <div class="row single-grid-posts">
  230.        <div class="col-md-4 single-grid-post">
  231.    
  232. <a href="https://alloastuces.net/cheesecake-au-citron-vert-sans-cuisson/" class="post-ribbon-img">
  233.    <img width="350" height="250" src="https://alloastuces.net/wp-content/uploads/2024/03/cheesecake-au-citron-vert-sans-cuisson-350x250.jpg" class="attachment-banzai-list-lg size-banzai-list-lg wp-post-image" alt="cheesecake-au-citron-vert-sans-cuisson" decoding="async" fetchpriority="high" />    
  234. </a>
  235.    <h4><a href="https://alloastuces.net/cheesecake-au-citron-vert-sans-cuisson/">Cheesecake au citron vert sans cuisson</a></h4>
  236.  
  237.    
  238.  
  239.    
  240. </div>
  241. <div class="col-md-4 single-grid-post">
  242.    
  243. <a href="https://alloastuces.net/gratin-daubergines-a-la-viande-hachee/" class="post-ribbon-img">
  244.    <img width="350" height="250" src="https://alloastuces.net/wp-content/uploads/2024/03/gratin-daubergines-a-la-viande-hachee-350x250.jpg" class="attachment-banzai-list-lg size-banzai-list-lg wp-post-image" alt="gratin-daubergines-a-la-viande-hachee" decoding="async" />    
  245. </a>
  246.    <h4><a href="https://alloastuces.net/gratin-daubergines-a-la-viande-hachee/">Gratin d’aubergines à la viande hachée</a></h4>
  247.  
  248.    
  249.  
  250.    
  251. </div>
  252. <div class="col-md-4 single-grid-post">
  253.    
  254. <a href="https://alloastuces.net/poulet-sauce-cremeuse-a-lail-et-au-citron/" class="post-ribbon-img">
  255.    <img width="350" height="250" src="https://alloastuces.net/wp-content/uploads/2024/03/poulet-sauce-cremeuse-a-lail-et-au-citron-350x250.jpg" class="attachment-banzai-list-lg size-banzai-list-lg wp-post-image" alt="poulet-sauce-cremeuse-a-lail-et-au-citron" decoding="async" />    
  256. </a>
  257.    <h4><a href="https://alloastuces.net/poulet-sauce-cremeuse-a-lail-et-au-citron/">Poulet sauce crémeuse à l’ail et au citron</a></h4>
  258.  
  259.    
  260.  
  261.    
  262. </div>
  263. <div class="col-md-4 single-grid-post">
  264.    
  265. <a href="https://alloastuces.net/tarte-mimosa-delice/" class="post-ribbon-img">
  266.    <img width="350" height="250" src="https://alloastuces.net/wp-content/uploads/2024/03/tarte-mimosa-delice-350x250.jpg" class="attachment-banzai-list-lg size-banzai-list-lg wp-post-image" alt="tarte-mimosa-delice" decoding="async" loading="lazy" />    
  267. </a>
  268.    <h4><a href="https://alloastuces.net/tarte-mimosa-delice/">Tarte Mimosa : Délice !</a></h4>
  269.  
  270.    
  271.  
  272.    
  273. </div>
  274. <div class="col-md-4 single-grid-post">
  275.    
  276. <a href="https://alloastuces.net/gratin-de-chou-fleur-facon-tartiflette/" class="post-ribbon-img">
  277.    <img width="350" height="250" src="https://alloastuces.net/wp-content/uploads/2024/03/gratin-de-chou-fleur-facon-tartiflette-350x250.jpg" class="attachment-banzai-list-lg size-banzai-list-lg wp-post-image" alt="gratin-de-chou-fleur-facon-tartiflette" decoding="async" loading="lazy" />    
  278. </a>
  279.    <h4><a href="https://alloastuces.net/gratin-de-chou-fleur-facon-tartiflette/">Gratin De Chou-Fleur Facon Tartiflette</a></h4>
  280.  
  281.    
  282.  
  283.    
  284. </div>
  285. <div class="col-md-4 single-grid-post">
  286.    
  287. <a href="https://alloastuces.net/crostini-au-thon-et-mousse-d-avocat-un-regal/" class="post-ribbon-img">
  288.    <img width="350" height="250" src="https://alloastuces.net/wp-content/uploads/2024/03/crostini-au-thon-et-mousse-d-avocat-un-regal-350x250.jpg" class="attachment-banzai-list-lg size-banzai-list-lg wp-post-image" alt="crostini-au-thon-et-mousse-d-avocat-un-regal" decoding="async" loading="lazy" />    
  289. </a>
  290.    <h4><a href="https://alloastuces.net/crostini-au-thon-et-mousse-d-avocat-un-regal/">Crostini au thon et mousse d avocat : Un regal !!</a></h4>
  291.  
  292.    
  293.  
  294.    
  295. </div>
  296. <div class="col-md-4 single-grid-post">
  297.    
  298. <a href="https://alloastuces.net/gratin-de-pommes-de-terre-a-la-normande-un-delice-2/" class="post-ribbon-img">
  299.    <img width="350" height="250" src="https://alloastuces.net/wp-content/uploads/2024/03/gratin-de-pommes-de-terre-a-la-normande-un-delice-2-350x250.jpg" class="attachment-banzai-list-lg size-banzai-list-lg wp-post-image" alt="gratin-de-pommes-de-terre-a-la-normande-un-delice-2" decoding="async" loading="lazy" />    
  300. </a>
  301.    <h4><a href="https://alloastuces.net/gratin-de-pommes-de-terre-a-la-normande-un-delice-2/">Gratin de pommes de terre à la normande : Un delice !</a></h4>
  302.  
  303.    
  304.  
  305.    
  306. </div>
  307. <div class="col-md-4 single-grid-post">
  308.    
  309. <a href="https://alloastuces.net/tarte-aux-pommes-et-au-citron-sans-levure-gateau-unique-2/" class="post-ribbon-img">
  310.    <img width="350" height="250" src="https://alloastuces.net/wp-content/uploads/2024/03/tarte-aux-pommes-et-au-citron-sans-levure-gateau-unique-2-350x250.jpeg" class="attachment-banzai-list-lg size-banzai-list-lg wp-post-image" alt="tarte-aux-pommes-et-au-citron-sans-levure-gateau-unique-2" decoding="async" loading="lazy" />    
  311. </a>
  312.    <h4><a href="https://alloastuces.net/tarte-aux-pommes-et-au-citron-sans-levure-gateau-unique-2/">Tarte aux pommes et au citron sans levure : Gâteau unique !</a></h4>
  313.  
  314.    
  315.  
  316.    
  317. </div>
  318. <div class="col-md-4 single-grid-post">
  319.    
  320. <a href="https://alloastuces.net/gateau-au-yaourt-grec-simple-et-pratique-2/" class="post-ribbon-img">
  321.    <img width="350" height="250" src="https://alloastuces.net/wp-content/uploads/2024/03/gateau-au-yaourt-grec-simple-et-pratique-2-350x250.jpg" class="attachment-banzai-list-lg size-banzai-list-lg wp-post-image" alt="gateau-au-yaourt-grec-simple-et-pratique-2" decoding="async" loading="lazy" />    
  322. </a>
  323.    <h4><a href="https://alloastuces.net/gateau-au-yaourt-grec-simple-et-pratique-2/">Gâteau au yaourt grec : Simple et pratique !</a></h4>
  324.  
  325.    
  326.  
  327.    
  328. </div>
  329.    </div>
  330.  
  331.  
  332.    
  333. <nav class="navigation pagination" aria-label="Publications">
  334. <h2 class="screen-reader-text">Navigation des articles</h2>
  335. <div class="nav-links"><span aria-current="page" class="page-numbers current">1</span>
  336. <a class="page-numbers" href="https://alloastuces.net/page/2/">2</a>
  337. <span class="page-numbers dots">…</span>
  338. <a class="page-numbers" href="https://alloastuces.net/page/1135/">1 135</a>
  339. <a class="next page-numbers" href="https://alloastuces.net/page/2/">&gt;</a></div>
  340. </nav>    
  341.        </div>
  342.    </div>
  343. </div>    </div>
  344. </div>
  345.  
  346. <footer class="banzai-footer">
  347.    <div class="copyright">
  348.        <div class="container">
  349.            <div class="row">
  350.                <div class="col-md-6"><p>© 2020 Allo Astuces - Tous droits réservés</p></div>
  351.                <div class="col-md-6">
  352.                    <div id="nav_menu-13" class="widget widget_nav_menu"><div class="menu-bas-page-container"><ul id="menu-bas-page" class="menu"><li id="menu-item-15365" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-privacy-policy menu-item-15365"><a rel="privacy-policy" href="https://alloastuces.net/politique-de-confidentialite-2/">Politique de confidentialite</a></li>
  353. <li id="menu-item-15366" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-15366"><a href="https://alloastuces.net/nous-contacter/">Nous contacter</a></li>
  354. <li id="menu-item-15367" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-15367"><a href="https://alloastuces.net/conditions-generales-dutilisation-cgu/">Conditions Generales d Utilisation (CGU)</a></li>
  355. <li id="menu-item-15368" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-15368"><a href="https://alloastuces.net/politique-de-cookies/">Politique de cookies</a></li>
  356. </ul></div></div>                </div>
  357.            </div>
  358.        </div>
  359.    </div>
  360. </footer>
  361. <link rel='stylesheet' id='banzai_all_css-css' href='https://alloastuces.net/wp-content/themes/banzai-8/assets/css/all.css?ver=6.4.3' type='text/css' media='all' />
  362. <script type="text/javascript" id="banzai_main-js-extra">
  363. /* <![CDATA[ */
  364. var banzai_main_i18n = {"ajaxurl":"https:\/\/alloastuces.net\/wp-admin\/admin-ajax.php"};
  365. /* ]]> */
  366. </script>
  367. <script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://alloastuces.net/wp-content/cache/min/1/wp-content/themes/banzai-8/assets/js/main.js?ver=1711549289" id="banzai_main-js" defer></script>
  368. <script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="rocket-browser-checker-js-after">
  369. /* <![CDATA[ */
  370. "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}();
  371. /* ]]> */
  372. </script>
  373. <script type="text/javascript" id="rocket-preload-links-js-extra">
  374. /* <![CDATA[ */
  375. 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:\/\/alloastuces.net","onHoverDelay":"100","rateThrottle":"3"};
  376. /* ]]> */
  377. </script>
  378. <script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="rocket-preload-links-js-after">
  379. /* <![CDATA[ */
  380. (function() {
  381. "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();
  382. }());
  383. /* ]]> */
  384. </script>
  385. <script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://alloastuces.net/wp-content/cache/min/1/wp-content/plugins/quick-adsense-reloaded/assets/js/ads.js?ver=1711549289" id="quads-ads-js" defer></script>
  386. <script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://alloastuces.net/wp-content/cache/min/1/sdks/OneSignalSDK.js?ver=1711549290" id="remote_sdk-js" async="async" data-wp-strategy="async"></script>
  387.  
  388. </body>
  389. </html>
  390. <!-- This website is like a Rocket, isn't it? Performance optimized by WP Rocket. Learn more: https://wp-rocket.me - Debug: cached@1711623726 -->
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda