Outiref

Code source de l'URL : http://www.papergeek.fr/

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

<meta name="viewport" content="width=device-width, initial-scale=1" />
<script type="rocketlazyloadscript">WebFontConfig = {google: { families: ['Lato:300','Roboto+Condensed:400,400i,700','Roboto:400,400i,700,900'] }};(function(d) {var wf = d.createElement('script'), s = d.scripts[0];wf.src = 'https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js';wf.async = true;s.parentNode.insertBefore(wf, s);})(document);</script><style>.category-android .entry-categories a,.category-android a.post-brand,.category-android .entry-categories .pseudo-link { color: #3eaa34 }.slider .entry.category-android .entry-tags { background-color: #3eaa34 }.category-applications-logiciels .entry-categories a,.category-applications-logiciels a.post-brand,.category-applications-logiciels .entry-categories .pseudo-link { color: #d32f2f }.slider .entry.category-applications-logiciels .entry-tags { background-color: #d32f2f }.category-astronomie .entry-categories a,.category-astronomie a.post-brand,.category-astronomie .entry-categories .pseudo-link { color: #009587 }.slider .entry.category-astronomie .entry-tags { background-color: #009587 }.category-bons-plans .entry-categories a,.category-bons-plans a.post-brand,.category-bons-plans .entry-categories .pseudo-link { color: #81d843 }.slider .entry.category-bons-plans .entry-tags { background-color: #81d843 }.category-cinema .entry-categories a,.category-cinema a.post-brand,.category-cinema .entry-categories .pseudo-link { color: #3f51b5 }.slider .entry.category-cinema .entry-tags { background-color: #3f51b5 }.category-comment-faire .entry-categories a,.category-comment-faire a.post-brand,.category-comment-faire .entry-categories .pseudo-link { color: #7024e2 }.slider .entry.category-comment-faire .entry-tags { background-color: #7024e2 }.category-consoles-jeux-video .entry-categories a,.category-consoles-jeux-video a.post-brand,.category-consoles-jeux-video .entry-categories .pseudo-link { color: #81d843 }.slider .entry.category-consoles-jeux-video .entry-tags { background-color: #81d843 }.category-culture-geek .entry-categories a,.category-culture-geek a.post-brand,.category-culture-geek .entry-categories .pseudo-link { color: #3f51b5 }.slider .entry.category-culture-geek .entry-tags { background-color: #3f51b5 }.category-guide-achat .entry-categories a,.category-guide-achat a.post-brand,.category-guide-achat .entry-categories .pseudo-link { color: #1e73be }.slider .entry.category-guide-achat .entry-tags { background-color: #1e73be }.category-hardware .entry-categories a,.category-hardware a.post-brand,.category-hardware .entry-categories .pseudo-link { color: #1dadd1 }.slider .entry.category-hardware .entry-tags { background-color: #1dadd1 }.category-ios .entry-categories a,.category-ios a.post-brand,.category-ios .entry-categories .pseudo-link { color: #3eaa34 }.slider .entry.category-ios .entry-tags { background-color: #3eaa34 }.category-jeux-video .entry-categories a,.category-jeux-video a.post-brand,.category-jeux-video .entry-categories .pseudo-link { color: #e91d63 }.slider .entry.category-jeux-video .entry-tags { background-color: #e91d63 }.category-mac .entry-categories a,.category-mac a.post-brand,.category-mac .entry-categories .pseudo-link { color: #d32f2f }.slider .entry.category-mac .entry-tags { background-color: #d32f2f }.category-mangas-animes .entry-categories a,.category-mangas-animes a.post-brand,.category-mangas-animes .entry-categories .pseudo-link { color: #3f51b5 }.slider .entry.category-mangas-animes .entry-tags { background-color: #3f51b5 }.category-mobile .entry-categories a,.category-mobile a.post-brand,.category-mobile .entry-categories .pseudo-link { color: #d32f2f }.slider .entry.category-mobile .entry-tags { background-color: #d32f2f }.category-mobilite .entry-categories a,.category-mobilite a.post-brand,.category-mobilite .entry-categories .pseudo-link { color: #3eaa34 }.slider .entry.category-mobilite .entry-tags { background-color: #3eaa34 }.category-objets-connectes .entry-categories a,.category-objets-connectes a.post-brand,.category-objets-connectes .entry-categories .pseudo-link { color: #4caf50 }.slider .entry.category-objets-connectes .entry-tags { background-color: #4caf50 }.category-telecom .entry-categories a,.category-telecom a.post-brand,.category-telecom .entry-categories .pseudo-link { color: #e58134 }.slider .entry.category-telecom .entry-tags { background-color: #e58134 }.category-pc .entry-categories a,.category-pc a.post-brand,.category-pc .entry-categories .pseudo-link { color: #d32f2f }.slider .entry.category-pc .entry-tags { background-color: #d32f2f }.category-processeur .entry-categories a,.category-processeur a.post-brand,.category-processeur .entry-categories .pseudo-link { color: #1dadd1 }.slider .entry.category-processeur .entry-tags { background-color: #1dadd1 }.category-reseaux-sociaux .entry-categories a,.category-reseaux-sociaux a.post-brand,.category-reseaux-sociaux .entry-categories .pseudo-link { color: #ff5721 }.slider .entry.category-reseaux-sociaux .entry-tags { background-color: #ff5721 }.category-sante .entry-categories a,.category-sante a.post-brand,.category-sante .entry-categories .pseudo-link { color: #009587 }.slider .entry.category-sante .entry-tags { background-color: #009587 }.category-science .entry-categories a,.category-science a.post-brand,.category-science .entry-categories .pseudo-link { color: #009587 }.slider .entry.category-science .entry-tags { background-color: #009587 }.category-securite .entry-categories a,.category-securite a.post-brand,.category-securite .entry-categories .pseudo-link { color: #606060 }.slider .entry.category-securite .entry-tags { background-color: #606060 }.category-series-tv .entry-categories a,.category-series-tv a.post-brand,.category-series-tv .entry-categories .pseudo-link { color: #3f51b5 }.slider .entry.category-series-tv .entry-tags { background-color: #3f51b5 }.category-streaming .entry-categories a,.category-streaming a.post-brand,.category-streaming .entry-categories .pseudo-link { color: #ff5721 }.slider .entry.category-streaming .entry-tags { background-color: #ff5721 }.category-telephonie .entry-categories a,.category-telephonie a.post-brand,.category-telephonie .entry-categories .pseudo-link { color: #81d843 }.slider .entry.category-telephonie .entry-tags { background-color: #81d843 }.category-web .entry-categories a,.category-web a.post-brand,.category-web .entry-categories .pseudo-link { color: #ff5721 }.slider .entry.category-web .entry-tags { background-color: #ff5721 }</style>  <script type="rocketlazyloadscript">

  function collapseComments() {
      if ($('#disqus_thread iframe[id^="dsq-"]').height() <= 400) {
          $('#expand-comments').prop('checked', true);
      }
  }

  disqus_config = function() {
      this.callbacks.onReady.push(function() { collapseComments(); });
  }

  </script>
  <meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' />

	<!-- This site is optimized with the Yoast SEO plugin v19.10 - https://yoast.com/wordpress/plugins/seo/ -->
	<title>PaperGeek : toute l&#039;actualité geek et high-tech</title><link rel="preload" as="style" href="https://fonts.googleapis.com/css?family=Source%20Sans%20Pro%3A400%2C600%2C700%7CAbril%20FatFace%3A400%2C400i%2C700%2C700i%7CAlegreya%3A400%2C400i%2C700%2C700i%7CAlegreya%20Sans%3A400%2C400i%2C700%2C700i%7CAmatic%20SC%3A400%2C400i%2C700%2C700i%7CAnonymous%20Pro%3A400%2C400i%2C700%2C700i%7CArchitects%20Daughter%3A400%2C400i%2C700%2C700i%7CArchivo%3A400%2C400i%2C700%2C700i%7CArchivo%20Narrow%3A400%2C400i%2C700%2C700i%7CAsap%3A400%2C400i%2C700%2C700i%7CBarlow%3A400%2C400i%2C700%2C700i%7CBioRhyme%3A400%2C400i%2C700%2C700i%7CBonbon%3A400%2C400i%2C700%2C700i%7CCabin%3A400%2C400i%2C700%2C700i%7CCairo%3A400%2C400i%2C700%2C700i%7CCardo%3A400%2C400i%2C700%2C700i%7CChivo%3A400%2C400i%2C700%2C700i%7CConcert%20One%3A400%2C400i%2C700%2C700i%7CCormorant%3A400%2C400i%2C700%2C700i%7CCrimson%20Text%3A400%2C400i%2C700%2C700i%7CEczar%3A400%2C400i%2C700%2C700i%7CExo%202%3A400%2C400i%2C700%2C700i%7CFira%20Sans%3A400%2C400i%2C700%2C700i%7CFjalla%20One%3A400%2C400i%2C700%2C700i%7CFrank%20Ruhl%20Libre%3A400%2C400i%2C700%2C700i%7CGreat%20Vibes%3A400%2C400i%2C700%2C700i%7CHeebo%3A400%2C400i%2C700%2C700i%7CIBM%20Plex%3A400%2C400i%2C700%2C700i%7CInconsolata%3A400%2C400i%2C700%2C700i%7CIndie%20Flower%3A400%2C400i%2C700%2C700i%7CInknut%20Antiqua%3A400%2C400i%2C700%2C700i%7CInter%3A400%2C400i%2C700%2C700i%7CKarla%3A400%2C400i%2C700%2C700i%7CLibre%20Baskerville%3A400%2C400i%2C700%2C700i%7CLibre%20Franklin%3A400%2C400i%2C700%2C700i%7CMontserrat%3A400%2C400i%2C700%2C700i%7CNeuton%3A400%2C400i%2C700%2C700i%7CNotable%3A400%2C400i%2C700%2C700i%7CNothing%20You%20Could%20Do%3A400%2C400i%2C700%2C700i%7CNoto%20Sans%3A400%2C400i%2C700%2C700i%7CNunito%3A400%2C400i%2C700%2C700i%7COld%20Standard%20TT%3A400%2C400i%2C700%2C700i%7COxygen%3A400%2C400i%2C700%2C700i%7CPacifico%3A400%2C400i%2C700%2C700i%7CPoppins%3A400%2C400i%2C700%2C700i%7CProza%20Libre%3A400%2C400i%2C700%2C700i%7CPT%20Sans%3A400%2C400i%2C700%2C700i%7CPT%20Serif%3A400%2C400i%2C700%2C700i%7CRakkas%3A400%2C400i%2C700%2C700i%7CReenie%20Beanie%3A400%2C400i%2C700%2C700i%7CRoboto%20Slab%3A400%2C400i%2C700%2C700i%7CRopa%20Sans%3A400%2C400i%2C700%2C700i%7CRubik%3A400%2C400i%2C700%2C700i%7CShadows%20Into%20Light%3A400%2C400i%2C700%2C700i%7CSpace%20Mono%3A400%2C400i%2C700%2C700i%7CSpectral%3A400%2C400i%2C700%2C700i%7CSue%20Ellen%20Francisco%3A400%2C400i%2C700%2C700i%7CTitillium%20Web%3A400%2C400i%2C700%2C700i%7CUbuntu%3A400%2C400i%2C700%2C700i%7CVarela%3A400%2C400i%2C700%2C700i%7CVollkorn%3A400%2C400i%2C700%2C700i%7CWork%20Sans%3A400%2C400i%2C700%2C700i%7CYatra%20One%3A400%2C400i%2C700%2C700i&#038;display=swap" /><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source%20Sans%20Pro%3A400%2C600%2C700%7CAbril%20FatFace%3A400%2C400i%2C700%2C700i%7CAlegreya%3A400%2C400i%2C700%2C700i%7CAlegreya%20Sans%3A400%2C400i%2C700%2C700i%7CAmatic%20SC%3A400%2C400i%2C700%2C700i%7CAnonymous%20Pro%3A400%2C400i%2C700%2C700i%7CArchitects%20Daughter%3A400%2C400i%2C700%2C700i%7CArchivo%3A400%2C400i%2C700%2C700i%7CArchivo%20Narrow%3A400%2C400i%2C700%2C700i%7CAsap%3A400%2C400i%2C700%2C700i%7CBarlow%3A400%2C400i%2C700%2C700i%7CBioRhyme%3A400%2C400i%2C700%2C700i%7CBonbon%3A400%2C400i%2C700%2C700i%7CCabin%3A400%2C400i%2C700%2C700i%7CCairo%3A400%2C400i%2C700%2C700i%7CCardo%3A400%2C400i%2C700%2C700i%7CChivo%3A400%2C400i%2C700%2C700i%7CConcert%20One%3A400%2C400i%2C700%2C700i%7CCormorant%3A400%2C400i%2C700%2C700i%7CCrimson%20Text%3A400%2C400i%2C700%2C700i%7CEczar%3A400%2C400i%2C700%2C700i%7CExo%202%3A400%2C400i%2C700%2C700i%7CFira%20Sans%3A400%2C400i%2C700%2C700i%7CFjalla%20One%3A400%2C400i%2C700%2C700i%7CFrank%20Ruhl%20Libre%3A400%2C400i%2C700%2C700i%7CGreat%20Vibes%3A400%2C400i%2C700%2C700i%7CHeebo%3A400%2C400i%2C700%2C700i%7CIBM%20Plex%3A400%2C400i%2C700%2C700i%7CInconsolata%3A400%2C400i%2C700%2C700i%7CIndie%20Flower%3A400%2C400i%2C700%2C700i%7CInknut%20Antiqua%3A400%2C400i%2C700%2C700i%7CInter%3A400%2C400i%2C700%2C700i%7CKarla%3A400%2C400i%2C700%2C700i%7CLibre%20Baskerville%3A400%2C400i%2C700%2C700i%7CLibre%20Franklin%3A400%2C400i%2C700%2C700i%7CMontserrat%3A400%2C400i%2C700%2C700i%7CNeuton%3A400%2C400i%2C700%2C700i%7CNotable%3A400%2C400i%2C700%2C700i%7CNothing%20You%20Could%20Do%3A400%2C400i%2C700%2C700i%7CNoto%20Sans%3A400%2C400i%2C700%2C700i%7CNunito%3A400%2C400i%2C700%2C700i%7COld%20Standard%20TT%3A400%2C400i%2C700%2C700i%7COxygen%3A400%2C400i%2C700%2C700i%7CPacifico%3A400%2C400i%2C700%2C700i%7CPoppins%3A400%2C400i%2C700%2C700i%7CProza%20Libre%3A400%2C400i%2C700%2C700i%7CPT%20Sans%3A400%2C400i%2C700%2C700i%7CPT%20Serif%3A400%2C400i%2C700%2C700i%7CRakkas%3A400%2C400i%2C700%2C700i%7CReenie%20Beanie%3A400%2C400i%2C700%2C700i%7CRoboto%20Slab%3A400%2C400i%2C700%2C700i%7CRopa%20Sans%3A400%2C400i%2C700%2C700i%7CRubik%3A400%2C400i%2C700%2C700i%7CShadows%20Into%20Light%3A400%2C400i%2C700%2C700i%7CSpace%20Mono%3A400%2C400i%2C700%2C700i%7CSpectral%3A400%2C400i%2C700%2C700i%7CSue%20Ellen%20Francisco%3A400%2C400i%2C700%2C700i%7CTitillium%20Web%3A400%2C400i%2C700%2C700i%7CUbuntu%3A400%2C400i%2C700%2C700i%7CVarela%3A400%2C400i%2C700%2C700i%7CVollkorn%3A400%2C400i%2C700%2C700i%7CWork%20Sans%3A400%2C400i%2C700%2C700i%7CYatra%20One%3A400%2C400i%2C700%2C700i&#038;display=swap" media="print" onload="this.media='all'" /><noscript><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source%20Sans%20Pro%3A400%2C600%2C700%7CAbril%20FatFace%3A400%2C400i%2C700%2C700i%7CAlegreya%3A400%2C400i%2C700%2C700i%7CAlegreya%20Sans%3A400%2C400i%2C700%2C700i%7CAmatic%20SC%3A400%2C400i%2C700%2C700i%7CAnonymous%20Pro%3A400%2C400i%2C700%2C700i%7CArchitects%20Daughter%3A400%2C400i%2C700%2C700i%7CArchivo%3A400%2C400i%2C700%2C700i%7CArchivo%20Narrow%3A400%2C400i%2C700%2C700i%7CAsap%3A400%2C400i%2C700%2C700i%7CBarlow%3A400%2C400i%2C700%2C700i%7CBioRhyme%3A400%2C400i%2C700%2C700i%7CBonbon%3A400%2C400i%2C700%2C700i%7CCabin%3A400%2C400i%2C700%2C700i%7CCairo%3A400%2C400i%2C700%2C700i%7CCardo%3A400%2C400i%2C700%2C700i%7CChivo%3A400%2C400i%2C700%2C700i%7CConcert%20One%3A400%2C400i%2C700%2C700i%7CCormorant%3A400%2C400i%2C700%2C700i%7CCrimson%20Text%3A400%2C400i%2C700%2C700i%7CEczar%3A400%2C400i%2C700%2C700i%7CExo%202%3A400%2C400i%2C700%2C700i%7CFira%20Sans%3A400%2C400i%2C700%2C700i%7CFjalla%20One%3A400%2C400i%2C700%2C700i%7CFrank%20Ruhl%20Libre%3A400%2C400i%2C700%2C700i%7CGreat%20Vibes%3A400%2C400i%2C700%2C700i%7CHeebo%3A400%2C400i%2C700%2C700i%7CIBM%20Plex%3A400%2C400i%2C700%2C700i%7CInconsolata%3A400%2C400i%2C700%2C700i%7CIndie%20Flower%3A400%2C400i%2C700%2C700i%7CInknut%20Antiqua%3A400%2C400i%2C700%2C700i%7CInter%3A400%2C400i%2C700%2C700i%7CKarla%3A400%2C400i%2C700%2C700i%7CLibre%20Baskerville%3A400%2C400i%2C700%2C700i%7CLibre%20Franklin%3A400%2C400i%2C700%2C700i%7CMontserrat%3A400%2C400i%2C700%2C700i%7CNeuton%3A400%2C400i%2C700%2C700i%7CNotable%3A400%2C400i%2C700%2C700i%7CNothing%20You%20Could%20Do%3A400%2C400i%2C700%2C700i%7CNoto%20Sans%3A400%2C400i%2C700%2C700i%7CNunito%3A400%2C400i%2C700%2C700i%7COld%20Standard%20TT%3A400%2C400i%2C700%2C700i%7COxygen%3A400%2C400i%2C700%2C700i%7CPacifico%3A400%2C400i%2C700%2C700i%7CPoppins%3A400%2C400i%2C700%2C700i%7CProza%20Libre%3A400%2C400i%2C700%2C700i%7CPT%20Sans%3A400%2C400i%2C700%2C700i%7CPT%20Serif%3A400%2C400i%2C700%2C700i%7CRakkas%3A400%2C400i%2C700%2C700i%7CReenie%20Beanie%3A400%2C400i%2C700%2C700i%7CRoboto%20Slab%3A400%2C400i%2C700%2C700i%7CRopa%20Sans%3A400%2C400i%2C700%2C700i%7CRubik%3A400%2C400i%2C700%2C700i%7CShadows%20Into%20Light%3A400%2C400i%2C700%2C700i%7CSpace%20Mono%3A400%2C400i%2C700%2C700i%7CSpectral%3A400%2C400i%2C700%2C700i%7CSue%20Ellen%20Francisco%3A400%2C400i%2C700%2C700i%7CTitillium%20Web%3A400%2C400i%2C700%2C700i%7CUbuntu%3A400%2C400i%2C700%2C700i%7CVarela%3A400%2C400i%2C700%2C700i%7CVollkorn%3A400%2C400i%2C700%2C700i%7CWork%20Sans%3A400%2C400i%2C700%2C700i%7CYatra%20One%3A400%2C400i%2C700%2C700i&#038;display=swap" /></noscript>
<link rel="preload" as="font" href="https://www.papergeek.fr/wp-content/themes/papergeek/assets/fonts/icomoon/fonts/icomoon.ttf?o1gs27" crossorigin>
<link rel="preload" as="font" href="https://www.papergeek.fr/wp-content/themes/papergeek/lib/vendor/acf-fonticonpicker/icons/font/fontello.woff2?94317319" crossorigin>
	<meta name="description" content="PaperGeek est un site référence spécialisé dans les dernières tendances technologiques, l&#039;actualité d&#039;internet et de la culture geek !" />
	<link rel="canonical" href="https://www.papergeek.fr/" />
	<link rel="next" href="https://www.papergeek.fr/page/2" />
	<meta property="og:locale" content="fr_FR" />
	<meta property="og:type" content="website" />
	<meta property="og:title" content="PaperGeek" />
	<meta property="og:description" content="PaperGeek est un site référence spécialisé dans les dernières tendances technologiques, l&#039;actualité d&#039;internet et de la culture geek !" />
	<meta property="og:url" content="https://www.papergeek.fr/" />
	<meta property="og:site_name" content="PaperGeek" />
	<meta property="og:image" content="https://static.papergeek.fr/2014/06/logo-papergeek-sticky.png" />
	<meta name="twitter:card" content="summary_large_image" />
	<script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"CollectionPage","@id":"https://www.papergeek.fr/","url":"https://www.papergeek.fr/","name":"PaperGeek : toute l'actualité geek et high-tech","isPartOf":{"@id":"https://www.papergeek.fr/#website"},"description":"PaperGeek est un site référence spécialisé dans les dernières tendances technologiques, l'actualité d'internet et de la culture geek !","breadcrumb":{"@id":"https://www.papergeek.fr/#breadcrumb"},"inLanguage":"fr-FR"},{"@type":"BreadcrumbList","@id":"https://www.papergeek.fr/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil"}]},{"@type":"WebSite","@id":"https://www.papergeek.fr/#website","url":"https://www.papergeek.fr/","name":"PaperGeek","description":"Actu geek","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://www.papergeek.fr/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"fr-FR"}]}</script>
	<!-- / Yoast SEO plugin. -->


<link rel='dns-prefetch' href='//ajax.googleapis.com' />
<link rel='dns-prefetch' href='//fonts.googleapis.com' />
<link rel='dns-prefetch' href='//pagead2.googlesyndication.com' />
<link rel='dns-prefetch' href='//a.disquscdn.com' />
<link rel='dns-prefetch' href='//images.vicomi.com' />
<link rel='dns-prefetch' href='//2.gravatar.com' />
<link rel='dns-prefetch' href='//papergeekfr.disqus.com' />
<link rel='dns-prefetch' href='//api.vicomi.com' />
<link rel='dns-prefetch' href='//fonts.gstatic.com' />
<link href='https://fonts.gstatic.com' crossorigin rel='preconnect' />
<link rel="alternate" type="application/rss+xml" title="PaperGeek &raquo; Flux" href="https://www.papergeek.fr/feed" />
<link rel="alternate" type="application/rss+xml" title="PaperGeek &raquo; Flux des commentaires" href="https://www.papergeek.fr/comments/feed" />
<style type="text/css">
img.wp-smiley,
img.emoji {
	display: inline !important;
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 0.07em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}
</style>
	<link rel='stylesheet' id='papergeek-css' href='http://www.papergeek.fr/wp-content/themes/papergeek/style.css?ver=1.91' type='text/css' media='all' />
<link rel='stylesheet' id='classic-theme-styles-css' href='http://www.papergeek.fr/wp-includes/css/classic-themes.min.css?ver=1' type='text/css' media='all' />
<style id='global-styles-inline-css' type='text/css'>
body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--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;}:where(.is-layout-flex){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
.wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;}
:where(.wp-block-columns.is-layout-flex){gap: 2em;}
.wp-block-pullquote{font-size: 1.5em;line-height: 1.6;}
</style>
<link data-minify="1" rel='stylesheet' id='papergeek-theme-css' href='https://www.papergeek.fr/wp-content/cache/min/1/wp-content/themes/papergeek/assets/css/style.css?ver=1695195913' type='text/css' media='all' />
<link data-minify="1" rel='stylesheet' id='dashicons-css' href='https://www.papergeek.fr/wp-content/cache/min/1/wp-includes/css/dashicons.min.css?ver=1695195913' type='text/css' media='all' />

<link data-minify="1" rel='stylesheet' id='acf-fonticonpicker-icons-css' href='https://www.papergeek.fr/wp-content/cache/min/1/wp-content/themes/papergeek/lib/vendor/acf-fonticonpicker/icons/css/fontello.css?ver=1695195913' type='text/css' media='all' />
<link rel="https://api.w.org/" href="https://www.papergeek.fr/wp-json/" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.papergeek.fr/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://www.papergeek.fr/wp-includes/wlwmanifest.xml" />
<meta name="generator" content="WordPress 6.1.6" />
<style>.modal-content #loader{top:17%;position:absolute;margin-left:auto;margin-right:auto;display:none;left:0;right:0;text-align:center}.gm-notification-push-news-settings{margin:10px auto;text-align:center}.gm-notification-push-news-settings input[type=radio]{opacity:0;position:fixed;width:0}.gm-notification-push-news-settings label{color:#fff;display:inline-block;background-color:#34495e;padding:10px 20px;font-family:sans-serif,Arial;font-size:16px;border-radius:5px}.gm-notification-push-news-settings label:hover{cursor:pointer}.gm-notification-push-news-settings input[type=radio]:checked+label{background-color:#066293}.modal{display:none;position:fixed;z-index:99999999;left:0;top:0;margin:auto;width:100%;height:100%;overflow:no-content;background-color:#000;background-color:rgba(0,0,0,.4)}.modal-content{background-color:#fefefe;margin:0 auto;padding:20px;border:1px solid #888;width:100%;height:100%;max-width:600px}.modal-content hr{border-block-color:grey}.case-close{color:#34495e;font-size:40px;font-weight:700;float:right;margin-top:-20px}.case-close:focus,.case-close:hover{color:#066293;text-decoration:none;cursor:pointer}.active-notification [type=checkbox]:checked,.active-notification [type=checkbox]:not(:checked){position:absolute;opacity:.01}.active-notification [type=checkbox]:checked+label,.active-notification [type=checkbox]:not(:checked)+label{position:relative;padding-left:4.5em;cursor:pointer}.active-notification [type=checkbox]:checked+label:after,.active-notification [type=checkbox]:checked+label:before,.active-notification [type=checkbox]:not(:checked)+label:after,.active-notification [type=checkbox]:not(:checked)+label:before{content:'';position:absolute}.active-notification [type=checkbox]:checked+label:before,.active-notification [type=checkbox]:not(:checked)+label:before{left:0;top:-.1em;width:4em;height:1.85em;background:#ddd;border-radius:1em;transition:background-color .2s}.active-notification [type=checkbox]:checked+label:after,.active-notification [type=checkbox]:not(:checked)+label:after{width:1.4em;height:1.4em;transition:all .2s;border-radius:50%;background:#7f8c9a;top:.11em;left:.24em}.active-notification [type=checkbox]:checked+label:before{background:#34495e}.active-notification [type=checkbox]:checked+label:after{background:#066293;left:2.4em}.active-notification [type=checkbox]:checked+label .ui,.active-notification [type=checkbox]:checked+label .ui:after,.active-notification [type=checkbox]:not(:checked)+label .ui:before{position:absolute;left:.6em;width:6em;border-radius:1em;font-size:.875em;font-weight:700;transition:all .2s}.active-notification [type=checkbox]:not(:checked)+label .ui:before{content:"non";left:2.35em;top:.2em}.active-notification [type=checkbox]:checked+label .ui:after{content:"oui";top:.2em;left:.2em;color:#066293}.gm-notification-push-deals-settings [type=checkbox]:checked,.gm-notification-push-deals-settings [type=checkbox]:not(:checked){position:absolute;left:0;opacity:.01}.gm-notification-push-deals-settings [type=checkbox]:checked+label,.gm-notification-push-deals-settings [type=checkbox]:not(:checked)+label{position:relative;padding-left:2.3em;font-size:1.05em;line-height:2;color:#34495e;cursor:pointer;padding-top:6px}.gm-notification-push-deals-settings [type=checkbox]:checked+label:before,.gm-notification-push-deals-settings [type=checkbox]:not(:checked)+label:before{content:'';position:absolute;left:0;top:0;width:1.8em;height:1.8em;border:3px solid #34495e;background:#fff;border-radius:.2em;box-shadow:inset 0 1px 3px rgba(0,0,0,.1),0 0 0 #7f8c9a;-webkit-transition:all .275s;transition:all .275s}.gm-notification-push-deals-settings [type=checkbox]:checked+label:after,.gm-notification-push-deals-settings [type=checkbox]:not(:checked)+label:after{content:'✓';position:absolute;top:.2em;left:.1em;font-size:2.4em;color:#066293;line-height:0;-webkit-transition:all .2s;transition:all .2s}.gm-notification-push-deals-settings [type=checkbox]:not(:checked)+label:after{opacity:0;-webkit-transform:scale(0) rotate(45deg);transform:scale(0) rotate(45deg)}.gm-notification-push-deals-settings [type=checkbox]:checked+label:after{opacity:1;-webkit-transform:scale(1) rotate(0);transform:scale(1) rotate(0)}.gm-notification-push-deals-settings [type=checkbox]:disabled:checked+label:before,.gm-notification-push-deals-settings [type=checkbox]:disabled:not(:checked)+label:before{box-shadow:none;border-color:#bbb;background-color:#e9e9e9}.gm-notification-push-deals-settings [type=checkbox]:disabled:checked+label:after{color:#777}.gm-notification-push-deals-settings [type=checkbox]:disabled+label{color:#aaa}.gm-notification-push-deals-settings [type=checkbox]:checked:focus+label:before,.gm-notification-push-deals-settings [type=checkbox]:not(:checked):focus+label:before{box-shadow:inset 0 1px 3px rgba(0,0,0,.1),0 0 0 6px rgba(57,210,180,.2)}.modal-title{font-size:2rem;margin-top:-5px;margin-bottom:40px;text-align:center}.modal-title-middle{font-size:2rem;margin-top:40px;margin-bottom:20px;text-align:center}.gm-notification-push-settings{width:100%}.close-button{background-color:#34495e;border:0;-webkit-border-radius:2px;border-radius:2px;-webkit-box-shadow:none;box-shadow:none;color:#fff;cursor:pointer;display:inline-block;font-size:14px;font-size:.875rem;font-weight:800;line-height:1;padding:1em 2em;text-shadow:none;-webkit-transition:background .2s;transition:background .2s}.gm-notification-push-button{text-align:center;clear:both;margin-top:40px;font-size:.9em}.gm-notification-push-button .close-button{font-size:.9em}.close-button:hover{background-color:#066293}.gm-notification-push{padding:0 10px}.modal-sub-title{font-size:1.4em;margin-bottom:25px;margin-top:25px}.modal-content hr{width:70%;margin:0 auto;text-align:center}.dark-theme .modal-content{background-color:#2e3756;border:1px solid #212840}.dark-theme .modal-content hr{border-block-color:#fff}.dark-theme .active-notification [type=checkbox]:checked+label:after,.dark-theme .close-button:hover,.dark-theme .gm-notification-push-news-settings input[type=radio]:checked+label{background:#0d99c7}.dark-theme .case-close:hover{color:#0d99c7}.dark-theme .gm-notification-push-deals-settings [type=checkbox]:checked+label:before,.dark-theme .gm-notification-push-deals-settings [type=checkbox]:not(:checked)+label:before{background-color:#34495e}.dark-theme .gm-notification-push-deals-settings [type=checkbox]:checked+label:after,.dark-theme .gm-notification-push-deals-settings [type=checkbox]:not(:checked)+label:after{color:#0d99c7}.dark-theme .gm-notification-push-deals-settings [type=checkbox]:checked+label,.dark-theme .gm-notification-push-deals-settings [type=checkbox]:not(:checked)+label{color:#fff}.dark-theme .gm-push-notification-in-content{background:#2e3756}.gm-push-notification-in-content{background:#dbdbdb}.gm-push-notification-in-content .trending-posts .h2:after{content:url(wp-content/themes/papergeek/assets/img/icon/bell.svg);display:block;color:#fff;position:absolute;width:25px;top:52%;transform:translateY(-50%);z-index:2}.gm-push-notification-in-content .trending-posts .h2{color:#fff;margin-bottom:0}.gm-push-notification-buttons button,.gm-push-notification-content{text-align:center;text-transform:uppercase;border-radius:5px}.gm-push-notification-buttons{margin-top:20px;padding-bottom:40px}.gm-push-notification-buttons button:nth-child(2n){margin-top:20px}.gm-push-notification-content{margin:30px 20px 28px}.gm-push-notification-content .h3{font-size:2rem}.gm-push-notification-content p{font-family:"Roboto Condensed",sans-serif;text-transform:uppercase}@media screen and (max-width:400px){.gm-notification-push-news-settings label{width:100%}.gm-notification-push-news-settings label[for=notification-best-news]{margin-top:20px;margin-bottom:20px}}@media screen and (min-width:600px){.gm-notification-push{padding:0 50px}.gm-notification-push-news-settings label[for=notification-best-news]{margin-left:20px;margin-right:20px}}@media screen and (min-width:767px){.gm-push-notification-in-content .trending-posts .h2:after{width:70px}.gm-push-notification-content .h3{font-size:2rem;font-weight:400}.gm-push-notification-buttons button:nth-child(2n){margin-left:5%}}</style><script type="rocketlazyloadscript">

        const appIdPushNotification = "dc3892ae-570d-4c2b-a6f9-7cce2d91297d";
        const safariWebIdPushNotification = "web.onesignal.auto.44daf2d6-544c-403f-a3b6-3ab51abe3e37";
        const notifyButtonPushNotification = false;
        const welcomeNotificationTitle = "Bienvenue sur Papergeek.fr";
        const welcomeNotificationMessage = "Vous recevrez désormais les notifications. Vous pouvez, à tout moment, modifier vos réglages pour recevoir plus ou moins d'actualités.";
        
</script><script type="rocketlazyloadscript" async data-rocket-src="https://www.googletagmanager.com/gtag/js?id=UA-78541943-1"></script>
<script type="rocketlazyloadscript">
window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-78541943-1', {'anonymize_ip': true, 'cookie_expires': 33696000});
</script>  <script type="rocketlazyloadscript">document.getElementsByTagName("html")[0].classList.add("js-active");</script>
              <script>
          //Headertag for PaperGeek_FR - Homepage
          var glxm = glxm || {};
          glxm.que = glxm.que || [];
          (function() {
            var glxmId = 17799185;
            var s = document.createElement('script');
            s.async = true;
            s.src = '//cdn.galaxiemedia.fr/'+glxmId+'/script.min.js';
            var n = document.getElementsByTagName('script')[0];
            n.parentNode.insertBefore(s, n);
          })();
          glxm.que.push(function(){
            glxm.setTargeting({'tag':[] }); //Part to be filled by the publisher
            glxm.start();
          });
        </script>
        <style type="text/css">.broken_link, a.broken_link {
	text-decoration: line-through;
}</style><!-- Aucune version AMP HTML n&#039;est disponible pour cette URL. --><link rel="icon" href="https://static.papergeek.fr/2019/02/cropped-t1papergeek-icon-32x32.png" sizes="32x32" />
<link rel="icon" href="https://static.papergeek.fr/2019/02/cropped-t1papergeek-icon-192x192.png" sizes="192x192" />
<link rel="apple-touch-icon" href="https://static.papergeek.fr/2019/02/cropped-t1papergeek-icon-180x180.png" />
<meta name="msapplication-TileImage" content="https://static.papergeek.fr/2019/02/cropped-t1papergeek-icon-270x270.png" />
<noscript><style id="rocket-lazyload-nojs-css">.rll-youtube-player, [data-lazy-src]{display:none !important;}</style></noscript></head>
<body class="home blog content-sidebar genesis-breadcrumbs-hidden"><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-dark-grayscale"><fecolormatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><fecomponenttransfer color-interpolation-filters="sRGB" ><fefuncr type="table" tablevalues="0 0.49803921568627" /><fefuncg type="table" tablevalues="0 0.49803921568627" /><fefuncb type="table" tablevalues="0 0.49803921568627" /><fefunca type="table" tablevalues="1 1" /></fecomponenttransfer><fecomposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-grayscale"><fecolormatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><fecomponenttransfer color-interpolation-filters="sRGB" ><fefuncr type="table" tablevalues="0 1" /><fefuncg type="table" tablevalues="0 1" /><fefuncb type="table" tablevalues="0 1" /><fefunca type="table" tablevalues="1 1" /></fecomponenttransfer><fecomposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-purple-yellow"><fecolormatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><fecomponenttransfer color-interpolation-filters="sRGB" ><fefuncr type="table" tablevalues="0.54901960784314 0.98823529411765" /><fefuncg type="table" tablevalues="0 1" /><fefuncb type="table" tablevalues="0.71764705882353 0.25490196078431" /><fefunca type="table" tablevalues="1 1" /></fecomponenttransfer><fecomposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-blue-red"><fecolormatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><fecomponenttransfer color-interpolation-filters="sRGB" ><fefuncr type="table" tablevalues="0 1" /><fefuncg type="table" tablevalues="0 0.27843137254902" /><fefuncb type="table" tablevalues="0.5921568627451 0.27843137254902" /><fefunca type="table" tablevalues="1 1" /></fecomponenttransfer><fecomposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-midnight"><fecolormatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><fecomponenttransfer color-interpolation-filters="sRGB" ><fefuncr type="table" tablevalues="0 0" /><fefuncg type="table" tablevalues="0 0.64705882352941" /><fefuncb type="table" tablevalues="0 1" /><fefunca type="table" tablevalues="1 1" /></fecomponenttransfer><fecomposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-magenta-yellow"><fecolormatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><fecomponenttransfer color-interpolation-filters="sRGB" ><fefuncr type="table" tablevalues="0.78039215686275 1" /><fefuncg type="table" tablevalues="0 0.94901960784314" /><fefuncb type="table" tablevalues="0.35294117647059 0.47058823529412" /><fefunca type="table" tablevalues="1 1" /></fecomponenttransfer><fecomposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-purple-green"><fecolormatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><fecomponenttransfer color-interpolation-filters="sRGB" ><fefuncr type="table" tablevalues="0.65098039215686 0.40392156862745" /><fefuncg type="table" tablevalues="0 1" /><fefuncb type="table" tablevalues="0.44705882352941 0.4" /><fefunca type="table" tablevalues="1 1" /></fecomponenttransfer><fecomposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-blue-orange"><fecolormatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><fecomponenttransfer color-interpolation-filters="sRGB" ><fefuncr type="table" tablevalues="0.098039215686275 1" /><fefuncg type="table" tablevalues="0 0.66274509803922" /><fefuncb type="table" tablevalues="0.84705882352941 0.41960784313725" /><fefunca type="table" tablevalues="1 1" /></fecomponenttransfer><fecomposite in2="SourceGraphic" operator="in" /></filter></defs></svg><div class="site-container"><header class="site-header"><div class="wrap"><div class="title-area"><h1 class="site-title"><a href="https://www.papergeek.fr/">PaperGeek, actu geek et high tech</a></h1><p class="site-description">Actu geek</p></div><div class="widget-area header-widget-area"><ul class="site-social"><li class="dark-item" data-children-count="0"><button class="btn-toggle"><span class="screen-reader-text">Dark Mode</span></button></li><li class="facebook-item"><button data-href="https://www.facebook.com/papergeek/" data-target="_blank"><span class="screen-reader-text">Facebook</span></button></li><li class="twitter-item"><button data-href="https://twitter.com/PaperGeekfr" data-target="_blank"><span class="screen-reader-text">Twitter</span></button></li><li class="youtube-item"><button data-href="https://www.youtube.com/channel/UC1Kudvb4q5i4isbtNM_xvpg" data-target="_blank"><span class="screen-reader-text">Youtube</span></button></li><li class="feed-item"><button data-href="https://www.papergeek.fr/feed"><span class="screen-reader-text">Flux RSS</span></button></li><li class="notification-item" data-children-count="0"><button class="gm-push-notification-modal-btn"><span class="screen-reader-text">Push Notification</span></button></li><li class="search-item"><label for="search-item"><span class="screen-reader-text">Rechercher</span></label></li></ul><input type="checkbox" id="search-item" class="visually-hidden"><div class="widget widget_search"><form class="search-form" method="get" action="https://www.papergeek.fr/"><label class="search-form-label screen-reader-text" for="searchform-1">Chercher sur ce site</label><input class="search-form-input" type="search" name="s" id="searchform-1" placeholder="Chercher sur ce site"><input class="search-form-submit" type="submit" value="GO"><meta content="https://www.papergeek.fr/?s={s}"></form></div></div></div></header><div class="slider"><div class="post-2456831 post type-post status-publish format-standard has-post-thumbnail category-comment-faire marques-produits-microsoft marques-produits-windows-10 marques-produits-windows-11 entry" aria-label="Comment télécharger et installer Windows 11 gratuitement"><div data-bg="https://static.papergeek.fr/2021/08/Windows-11-©-Microsoft.jpg" class="slider-image rocket-lazyload" style=""></div><div class="slider-entry-title"><span class="entry-tags">Comment faire</span><h2 class="entry-title"><a class="entry-title-link" rel="bookmark" href="https://www.papergeek.fr/comment-installer-windows-11-gratuitement-sur-un-pc-compatible-ou-non-compatible-2456831">Comment télécharger et installer Windows 11 gratuitement</a></h2>
</div></div><div class="post-2456838 post type-post status-publish format-standard has-post-thumbnail category-comment-faire marques-produits-windows-11 entry" aria-label="Windows 11 : comment l&#8217;installer sur un PC non compatible ?"><div data-bg="https://static.papergeek.fr/2021/10/Windows-11-pc-non-compatible.jpg" class="slider-image rocket-lazyload" style=""></div><div class="slider-entry-title"><span class="entry-tags">Comment faire</span><h2 class="entry-title"><a class="entry-title-link" rel="bookmark" href="https://www.papergeek.fr/windows-11-comment-installer-sur-pc-non-compatible-2456838">Windows 11 : comment l&#8217;installer sur un PC non compatible ?</a></h2>
</div></div><div class="post-2702 post type-post status-publish format-standard has-post-thumbnail category-comment-faire marques-produits-gmail entry" aria-label="Comment supprimer son compte Gmail"><div data-bg="https://static.papergeek.fr/2016/10/gmail-supression-compte.jpg" class="slider-image rocket-lazyload" style=""></div><div class="slider-entry-title"><span class="entry-tags">Comment faire</span><h2 class="entry-title"><a class="entry-title-link" rel="bookmark" href="https://www.papergeek.fr/comment-supprimer-compte-gmail-2702">Comment supprimer son compte Gmail</a></h2>
</div></div><div class="post-361836 post type-post status-publish format-standard has-post-thumbnail category-comment-faire entry" aria-label="Excel : comment créer une liste déroulante"><div data-bg="https://static.papergeek.fr/2018/09/Excel.png" class="slider-image rocket-lazyload" style=""></div><div class="slider-entry-title"><span class="entry-tags">Comment faire</span><h2 class="entry-title"><a class="entry-title-link" rel="bookmark" href="https://www.papergeek.fr/excel-comment-creer-une-liste-deroulante-361836">Excel : comment créer une liste déroulante</a></h2>
</div></div></div><div class="wrapper-trend-menu"><div class="scroller-zone"><ul id="menu-tendances-du-moment" class="trend-menu"><li class="trend-menu-title"><span><i class="icon-heart-1"></i>&nbsp;Tendances</span></li><li id="menu-item-597336" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-597336"><a href="https://www.papergeek.fr/netflix-les-codes-secrets-pour-acceder-aux-categories-cachees-247494">Codes secrets Netflix</a></li>
<li id="menu-item-2249251" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2249251"><a href="https://www.papergeek.fr/disney-plus">Disney Plus</a></li>
<li id="menu-item-2249252" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2249252"><a href="https://www.papergeek.fr/xbox-series-x-date-sortie-prix-fiche-technique-2212084">Xbox Series X</a></li>
<li id="menu-item-597331" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-597331"><a href="https://www.papergeek.fr/playstation-5-date-de-sortie-prix-et-fiche-technique-tout-ce-quil-faut-savoir-51209">PS5</a></li>
</ul></div></div><nav class="nav-primary"><div class="wrap"><ul id="menu-menu-principal-1" class="menu genesis-nav-menu menu-primary js-superfish"><li class="menu-news menu-item menu-item-type-custom menu-item-object-custom current-menu-item menu-item-has-children menu-item-66863"><a href="https://www.papergeek.fr/"><span >News</span></a>
<ul  class="sub-menu">
	<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-66864 cat_252"><a href="https://www.papergeek.fr/applications-logiciels"><span >Apps et Logiciels</span></a><button class="sub-menu-toggle dashicons-before dashicons-arrow-down-alt2" aria-expanded="false" aria-pressed="false" role="button"><span class="screen-reader-text">Submenu</span></button>
	<div class="loader-cat" data-cat-id="66864">
</li>
	<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-67428 cat_364"><a href="https://www.papergeek.fr/bons-plans"><span >Bons plans</span></a><button class="sub-menu-toggle dashicons-before dashicons-arrow-down-alt2" aria-expanded="false" aria-pressed="false" role="button"><span class="screen-reader-text">Submenu</span></button>
	<div class="loader-cat" data-cat-id="67428">
</li>
	<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-66867 cat_149"><a href="https://www.papergeek.fr/culture-geek"><span >Culture Geek</span></a><button class="sub-menu-toggle dashicons-before dashicons-arrow-down-alt2" aria-expanded="false" aria-pressed="false" role="button"><span class="screen-reader-text">Submenu</span></button>
	<div class="loader-cat" data-cat-id="66867">
</li>
	<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-66868 cat_219"><a href="https://www.papergeek.fr/guide-achat"><span >Guide d&#8217;achat</span></a></li>
	<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-66869 cat_218"><a href="https://www.papergeek.fr/hardware"><span >Hardware</span></a><button class="sub-menu-toggle dashicons-before dashicons-arrow-down-alt2" aria-expanded="false" aria-pressed="false" role="button"><span class="screen-reader-text">Submenu</span></button>
	<div class="loader-cat" data-cat-id="66869">
</li>
	<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-77857 cat_383"><a href="https://www.papergeek.fr/insolite"><span >Insolite</span></a></li>
	<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-66870 cat_8"><a href="https://www.papergeek.fr/jeux-video"><span >Jeux video</span></a></li>
	<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-66871 cat_158"><a href="https://www.papergeek.fr/mobilite"><span >Mobilité</span></a><button class="sub-menu-toggle dashicons-before dashicons-arrow-down-alt2" aria-expanded="false" aria-pressed="false" role="button"><span class="screen-reader-text">Submenu</span></button>
	<div class="loader-cat" data-cat-id="66871">
</li>
	<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-66872 cat_220"><a href="https://www.papergeek.fr/objets-connectes"><span >Objets connectés</span></a></li>
	<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-66873 cat_371"><a href="https://www.papergeek.fr/telecom"><span >Opérateurs télécom</span></a></li>
	<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-66875 cat_370"><a href="https://www.papergeek.fr/securite"><span >Sécurité</span></a></li>
	<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-66874 cat_70"><a href="https://www.papergeek.fr/science"><span >Science</span></a><button class="sub-menu-toggle dashicons-before dashicons-arrow-down-alt2" aria-expanded="false" aria-pressed="false" role="button"><span class="screen-reader-text">Submenu</span></button>
	<div class="loader-cat" data-cat-id="66874">
</li>
	<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-77858 cat_386"><a href="https://www.papergeek.fr/sport"><span >Sport</span></a></li>
	<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-75315 cat_382"><a href="https://www.papergeek.fr/transport"><span >Transport</span></a><button class="sub-menu-toggle dashicons-before dashicons-arrow-down-alt2" aria-expanded="false" aria-pressed="false" role="button"><span class="screen-reader-text">Submenu</span></button>
	<div class="loader-cat" data-cat-id="75315">
</li>
	<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-66876 cat_14"><a href="https://www.papergeek.fr/web"><span >Web</span></a><button class="sub-menu-toggle dashicons-before dashicons-arrow-down-alt2" aria-expanded="false" aria-pressed="false" role="button"><span class="screen-reader-text">Submenu</span></button>
	<div class="loader-cat" data-cat-id="66876">
</li>
</ul>
</li>
<li class="menu-tips menu-item menu-item-type-taxonomy menu-item-object-category menu-item-66866 cat_72"><a href="https://www.papergeek.fr/comment-faire"><span >Comment faire</span></a></li>
</ul><ul class="site-social"><li class="facebook-item"><button data-href="https://www.facebook.com/papergeek/" data-target="_blank"><span class="screen-reader-text">Facebook</span> <span class="follower-count">55.4K fans</span></button></li><li class="twitter-item"><button data-href="https://twitter.com/PaperGeekfr" data-target="_blank"><span class="screen-reader-text">Twitter</span> <span class="follower-count">5.5K followers</span></button></li><li class="youtube-item"><button data-href="https://www.youtube.com/channel/UC1Kudvb4q5i4isbtNM_xvpg" data-target="_blank"><span class="screen-reader-text">Youtube</span> <span class="follower-count">40 abonnés</span></button></li></ul></div></nav>    <!--Pub slot: oop_ad-->
	<div id='oop_ad'></div>
    <script type="rocketlazyloadscript" data-rocket-type="text/javascript">
      glxm.que.push(function() {
        glxm.display('oop_ad');
      });
    </script>
    <!-- pub #ctBoc -->
    <div id="ctBoc">
    <div class="site-inner"><div class="content-sidebar-wrap"><!--        <nav class="nav-post-filters" itemscope itemtype="http://schema.org/SiteNavigationElement">-->
<!--            <ul>-->
<!--                --><!--                <li class="menu-latests--><!--"><a href="--><!--" itemprop="url"><span itemprop="name">--><!--</span></a></li>-->
<!--                <li class="menu-popular--><!--"><a href="--><!--/populaires" itemprop="url"><span itemprop="name">--><!--</span></a></li>-->
<!--                --><!--            </ul>-->
<!--        </nav>-->
        <main class="content"><article class="post-2466690 post type-post status-publish format-standard has-post-thumbnail category-jeux-video category-series-tv category-streaming entry" aria-label="Fallout : suite au succès de la série Amazon, les joueurs reviennent en masse"><div class="entry-image-link" data-href="https://www.papergeek.fr/fallout-suite-au-succes-de-la-serie-amazon-les-joueurs-reviennent-en-masse-2466690" aria-hidden="true" tabindex="-1"><img width="304" height="190" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20304%20190'%3E%3C/svg%3E" class="post-image entry-image" alt="Fallout" decoding="async" role="" itemprop="" itemscope="" itemtype="" data-lazy-src="https://static.papergeek.fr/2024/04/A1-8.jpg" /><noscript><img width="304" height="190" src="https://static.papergeek.fr/2024/04/A1-8.jpg" class="post-image entry-image" alt="Fallout" decoding="async" role="" itemprop="" itemscope="" itemtype="" /></noscript></div><div class="inner-entry"><header class="entry-header"><h2 class="entry-title"><a class="entry-title-link" rel="bookmark" href="https://www.papergeek.fr/fallout-suite-au-succes-de-la-serie-amazon-les-joueurs-reviennent-en-masse-2466690">Fallout : suite au succès de la série Amazon, les joueurs reviennent en masse</a></h2>
</header><div class="entry-content"><p>La série Fallout d’Amazon, basée sur la célèbre licence de jeux vidéo de Bethesda, connaît un franc succès. Cette popularité provoque ainsi un regain d’intérêt pour les joueurs, qui se&hellip;</p>
</div><footer class="entry-footer"><p class="entry-meta"><time class="entry-time">Il y a 4 minutes et 38 secondes</time>  </p><p class="entry-meta"><span class="entry-categories"><span class="pseudo-link" data-href="https://www.papergeek.fr/jeux-video" rel="category tag"><i class="icon-gamepad cat-icon"></i>Jeux video</span>, <span class="pseudo-link" data-href="https://www.papergeek.fr/culture-geek/series-tv" rel="category tag">Séries et TV</span>, <span class="pseudo-link" data-href="https://www.papergeek.fr/web/streaming" rel="category tag">Streaming</span></span> </p></footer></div></article><article class="post-2466689 post type-post status-publish format-standard has-post-thumbnail category-transport category-voiture entry" aria-label="Tesla suspend les livraisons du Cybertruck pour une mystérieuse raison"><div class="entry-image-link" data-href="https://www.papergeek.fr/tesla-suspend-les-livraisons-du-cybertruck-pour-une-mysterieuse-raison-2466689" aria-hidden="true" tabindex="-1"><img width="304" height="190" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20304%20190'%3E%3C/svg%3E" class="post-image entry-image" alt="Cybertruck" decoding="async" role="" itemprop="" itemscope="" itemtype="" data-lazy-src="https://static.papergeek.fr/2024/04/A0-12.jpg" /><noscript><img width="304" height="190" src="https://static.papergeek.fr/2024/04/A0-12.jpg" class="post-image entry-image" alt="Cybertruck" decoding="async" role="" itemprop="" itemscope="" itemtype="" /></noscript></div><div class="inner-entry"><header class="entry-header"><h2 class="entry-title"><a class="entry-title-link" rel="bookmark" href="https://www.papergeek.fr/tesla-suspend-les-livraisons-du-cybertruck-pour-une-mysterieuse-raison-2466689">Tesla suspend les livraisons du Cybertruck pour une mystérieuse raison</a></h2>
</header><div class="entry-content"><p>Certains clients de l’entreprise d’Elon Musk ont eu la mauvaise surprise de voir la livraison de leur Cybertruck retardée. Tesla n’a pas communiqué de raisons officielles à ce retard, mais&hellip;</p>
</div><footer class="entry-footer"><p class="entry-meta"><time class="entry-time">Il y a 6 minutes et 4 secondes</time>  </p><p class="entry-meta"><span class="entry-categories"><span class="pseudo-link" data-href="https://www.papergeek.fr/transport" rel="category tag">Transport</span>, <span class="pseudo-link" data-href="https://www.papergeek.fr/transport/voiture" rel="category tag">Voiture</span></span> </p></footer></div></article><article class="post-2466691 post type-post status-publish format-standard has-post-thumbnail category-astronomie category-science entry" aria-label="Mars : la NASA a besoin d’aide afin de ramener des échantillons sur Terre"><div class="entry-image-link" data-href="https://www.papergeek.fr/mars-la-nasa-a-besoin-daide-afin-de-ramener-des-echantillons-sur-terre-2466691" aria-hidden="true" tabindex="-1"><img width="304" height="190" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20304%20190'%3E%3C/svg%3E" class="post-image entry-image" alt="Mars" decoding="async" role="" itemprop="" itemscope="" itemtype="" data-lazy-src="https://static.papergeek.fr/2024/04/A-11.jpg" /><noscript><img width="304" height="190" src="https://static.papergeek.fr/2024/04/A-11.jpg" class="post-image entry-image" alt="Mars" decoding="async" role="" itemprop="" itemscope="" itemtype="" /></noscript></div><div class="inner-entry"><header class="entry-header"><h2 class="entry-title"><a class="entry-title-link" rel="bookmark" href="https://www.papergeek.fr/mars-la-nasa-a-besoin-daide-afin-de-ramener-des-echantillons-sur-terre-2466691">Mars : la NASA a besoin d’aide afin de ramener des échantillons sur Terre</a></h2>
</header><div class="entry-content"><p>La mission Mars Sample Return (MSR), qui consiste à ramener sur Terre des échantillons martiens collectés par le rover Perseverance, est au point mort. La NASA lance donc un appel&hellip;</p>
</div><footer class="entry-footer"><p class="entry-meta"><time class="entry-time">Il y a 7 minutes et 36 secondes</time>  </p><p class="entry-meta"><span class="entry-categories"><span class="pseudo-link" data-href="https://www.papergeek.fr/science/astronomie" rel="category tag">Astronomie</span>, <span class="pseudo-link" data-href="https://www.papergeek.fr/science" rel="category tag"><i class="icon-beaker-1 cat-icon"></i>Science</span></span> </p></footer></div></article><article class="post-2466681 post type-post status-publish format-standard has-post-thumbnail category-astronomie entry" aria-label="SpaceX : Elon Musk veut un Starship de 150 mètres de haut pour coloniser Mars"><div class="entry-image-link" data-href="https://www.papergeek.fr/spacex-elon-musk-veut-un-starship-de-150-metres-de-haut-pour-coloniser-mars-2466681" aria-hidden="true" tabindex="-1"><img width="304" height="190" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20304%20190'%3E%3C/svg%3E" class="post-image entry-image" alt="Starship" decoding="async" role="" itemprop="" itemscope="" itemtype="" data-lazy-src="https://static.papergeek.fr/2024/04/A1-7.jpg" /><noscript><img width="304" height="190" src="https://static.papergeek.fr/2024/04/A1-7.jpg" class="post-image entry-image" alt="Starship" decoding="async" role="" itemprop="" itemscope="" itemtype="" /></noscript></div><div class="inner-entry"><header class="entry-header"><h2 class="entry-title"><a class="entry-title-link" rel="bookmark" href="https://www.papergeek.fr/spacex-elon-musk-veut-un-starship-de-150-metres-de-haut-pour-coloniser-mars-2466681">SpaceX : Elon Musk veut un Starship de 150 mètres de haut pour coloniser Mars</a></h2>
</header><div class="entry-content"><p>Le Starship de SpaceX, la plus grande fusée au monde, pourrait devenir… encore plus grande. C’est en tout cas ce qu’Elon Musk a déclaré à ses employés, affirmant que le&hellip;</p>
</div><footer class="entry-footer"><p class="entry-meta"><time class="entry-time">Il y a 1 jour et 4 heures</time>  </p><p class="entry-meta"><span class="entry-categories"><span class="pseudo-link" data-href="https://www.papergeek.fr/science/astronomie" rel="category tag">Astronomie</span></span> </p></footer></div></article><article class="post-2466680 post type-post status-publish format-standard has-post-thumbnail category-astronomie category-transport entry" aria-label="Cette entreprise aérospatiale veut livrer des colis depuis l’espace"><div class="entry-image-link" data-href="https://www.papergeek.fr/cette-entreprise-aerospatiale-veut-livrer-des-colis-depuis-lespace-2466680" aria-hidden="true" tabindex="-1"><img width="304" height="190" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20304%20190'%3E%3C/svg%3E" class="post-image entry-image" alt="Système Ghost" decoding="async" role="" itemprop="" itemscope="" itemtype="" data-lazy-src="https://static.papergeek.fr/2024/04/A0-11.jpg" /><noscript><img width="304" height="190" src="https://static.papergeek.fr/2024/04/A0-11.jpg" class="post-image entry-image" alt="Système Ghost" decoding="async" role="" itemprop="" itemscope="" itemtype="" /></noscript></div><div class="inner-entry"><header class="entry-header"><h2 class="entry-title"><a class="entry-title-link" rel="bookmark" href="https://www.papergeek.fr/cette-entreprise-aerospatiale-veut-livrer-des-colis-depuis-lespace-2466680">Cette entreprise aérospatiale veut livrer des colis depuis l’espace</a></h2>
</header><div class="entry-content"><p>Sierra Space, qui a participé à la conception de nombreux vaisseaux spatiaux, vient de dévoiler un nouveau concept de livraison de fret à la demande depuis l&#8217;orbite terrestre. Selon l’entreprise,&hellip;</p>
</div><footer class="entry-footer"><p class="entry-meta"><time class="entry-time">Il y a 1 jour et 4 heures</time>  </p><p class="entry-meta"><span class="entry-categories"><span class="pseudo-link" data-href="https://www.papergeek.fr/science/astronomie" rel="category tag">Astronomie</span>, <span class="pseudo-link" data-href="https://www.papergeek.fr/transport" rel="category tag">Transport</span></span> </p></footer></div></article><article class="post-2466682 post type-post status-publish format-standard has-post-thumbnail category-applications-logiciels category-cinema entry" aria-label="Next Stop Paris : voici le tout premier film d’amour entièrement généré par l’IA"><div class="entry-image-link" data-href="https://www.papergeek.fr/next-stop-paris-voici-le-tout-premier-film-damour-entierement-genere-par-lia-2466682" aria-hidden="true" tabindex="-1"><img width="304" height="190" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20304%20190'%3E%3C/svg%3E" class="post-image entry-image" alt="Next Stop Paris" decoding="async" role="" itemprop="" itemscope="" itemtype="" data-lazy-src="https://static.papergeek.fr/2024/04/A-10.jpg" /><noscript><img width="304" height="190" src="https://static.papergeek.fr/2024/04/A-10.jpg" class="post-image entry-image" alt="Next Stop Paris" decoding="async" role="" itemprop="" itemscope="" itemtype="" /></noscript></div><div class="inner-entry"><header class="entry-header"><h2 class="entry-title"><a class="entry-title-link" rel="bookmark" href="https://www.papergeek.fr/next-stop-paris-voici-le-tout-premier-film-damour-entierement-genere-par-lia-2466682">Next Stop Paris : voici le tout premier film d’amour entièrement généré par l’IA</a></h2>
</header><div class="entry-content"><p>Le fabricant de téléviseurs TCL vient de dévoiler son premier court-métrage romantique. L’entreprise affirme que ce dernier a été réalisé à l’aide de l’intelligence artificielle. L’IA semble être capable de&hellip;</p>
</div><footer class="entry-footer"><p class="entry-meta"><time class="entry-time">Il y a 1 jour et 4 heures</time>  </p><p class="entry-meta"><span class="entry-categories"><span class="pseudo-link" data-href="https://www.papergeek.fr/applications-logiciels" rel="category tag"><i class="icon-box cat-icon"></i>Apps et Logiciels</span>, <span class="pseudo-link" data-href="https://www.papergeek.fr/culture-geek/cinema" rel="category tag">Cinéma</span></span> </p></footer></div></article><article class="post-2466670 post type-post status-publish format-standard has-post-thumbnail category-jeux-video category-series-tv entry" aria-label="The Elder Scrolls aura-t-il droit à une série télévisée ? Todd Howard répond"><div class="entry-image-link" data-href="https://www.papergeek.fr/the-elder-scrolls-aura-t-il-droit-a-une-serie-televisee-todd-howard-repond-2466670" aria-hidden="true" tabindex="-1"><img width="304" height="190" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20304%20190'%3E%3C/svg%3E" class="post-image entry-image" alt="Skyrim" decoding="async" role="" itemprop="" itemscope="" itemtype="" data-lazy-src="https://static.papergeek.fr/2024/04/A1-6.jpg" /><noscript><img width="304" height="190" src="https://static.papergeek.fr/2024/04/A1-6.jpg" class="post-image entry-image" alt="Skyrim" decoding="async" role="" itemprop="" itemscope="" itemtype="" /></noscript></div><div class="inner-entry"><header class="entry-header"><h2 class="entry-title"><a class="entry-title-link" rel="bookmark" href="https://www.papergeek.fr/the-elder-scrolls-aura-t-il-droit-a-une-serie-televisee-todd-howard-repond-2466670">The Elder Scrolls aura-t-il droit à une série télévisée ? Todd Howard répond</a></h2>
</header><div class="entry-content"><p>Suite au succès de la série Fallout d’Amazon, de nombreux fans de Bethesda se sont demandé si le développeur comptait également adapter la licence The Elder Scrolls (Skyrim). Todd Howard,&hellip;</p>
</div><footer class="entry-footer"><p class="entry-meta"><time class="entry-time">Il y a 3 jours et 23 heures</time>  </p><p class="entry-meta"><span class="entry-categories"><span class="pseudo-link" data-href="https://www.papergeek.fr/jeux-video" rel="category tag"><i class="icon-gamepad cat-icon"></i>Jeux video</span>, <span class="pseudo-link" data-href="https://www.papergeek.fr/culture-geek/series-tv" rel="category tag">Séries et TV</span></span> </p></footer></div></article><article class="post-2466669 post type-post status-publish format-standard has-post-thumbnail category-jeux-video category-series-tv entry" aria-label="Fallout 4 : la mise à jour next-gen pour Xbox Series X/S et PlayStation 5 arrive bientôt"><div class="entry-image-link" data-href="https://www.papergeek.fr/fallout-4-la-mise-a-jour-next-gen-pour-xbox-series-x-s-et-playstation-5-arrive-bientot-2466669" aria-hidden="true" tabindex="-1"><img width="304" height="190" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20304%20190'%3E%3C/svg%3E" class="post-image entry-image" alt="Fallout 4" decoding="async" role="" itemprop="" itemscope="" itemtype="" data-lazy-src="https://static.papergeek.fr/2024/04/A0-10.jpg" /><noscript><img width="304" height="190" src="https://static.papergeek.fr/2024/04/A0-10.jpg" class="post-image entry-image" alt="Fallout 4" decoding="async" role="" itemprop="" itemscope="" itemtype="" /></noscript></div><div class="inner-entry"><header class="entry-header"><h2 class="entry-title"><a class="entry-title-link" rel="bookmark" href="https://www.papergeek.fr/fallout-4-la-mise-a-jour-next-gen-pour-xbox-series-x-s-et-playstation-5-arrive-bientot-2466669">Fallout 4 : la mise à jour next-gen pour Xbox Series X/S et PlayStation 5 arrive bientôt</a></h2>
</header><div class="entry-content"><p>Après des années d’attente, Bethesda a enfin annoncé une date de sortie pour la mise à jour next-gen tant attendue de Fallout 4. Celle-ci va améliorer l’expérience de l’ensemble des&hellip;</p>
</div><footer class="entry-footer"><p class="entry-meta"><time class="entry-time">Il y a 3 jours et 23 heures</time>  </p><p class="entry-meta"><span class="entry-categories"><span class="pseudo-link" data-href="https://www.papergeek.fr/jeux-video" rel="category tag"><i class="icon-gamepad cat-icon"></i>Jeux video</span>, <span class="pseudo-link" data-href="https://www.papergeek.fr/culture-geek/series-tv" rel="category tag">Séries et TV</span></span> </p></footer></div></article><article class="post-2466671 post type-post status-publish format-standard has-post-thumbnail category-android category-mobilite entry" aria-label="Google : la première bêta d&#8217;Android 15 est là, voici les nouveautés"><div class="entry-image-link" data-href="https://www.papergeek.fr/google-la-premiere-beta-dandroid-15-est-la-voici-les-nouveautes-2466671" aria-hidden="true" tabindex="-1"><img width="304" height="190" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20304%20190'%3E%3C/svg%3E" class="post-image entry-image" alt="Smartphone sous Android" decoding="async" role="" itemprop="" itemscope="" itemtype="" data-lazy-src="https://static.papergeek.fr/2024/04/A-9.jpg" /><noscript><img width="304" height="190" src="https://static.papergeek.fr/2024/04/A-9.jpg" class="post-image entry-image" alt="Smartphone sous Android" decoding="async" role="" itemprop="" itemscope="" itemtype="" /></noscript></div><div class="inner-entry"><header class="entry-header"><h2 class="entry-title"><a class="entry-title-link" rel="bookmark" href="https://www.papergeek.fr/google-la-premiere-beta-dandroid-15-est-la-voici-les-nouveautes-2466671">Google : la première bêta d&#8217;Android 15 est là, voici les nouveautés</a></h2>
</header><div class="entry-content"><p>Google vient de publier la première version bêta publique d&#8217;Android 15. Sans être révolutionnaire, cette dernière apporte un certain nombre de nouveautés. Si la plupart des ajouts notables d&#8217;Android 15&hellip;</p>
</div><footer class="entry-footer"><p class="entry-meta"><time class="entry-time">Il y a 3 jours et 23 heures</time>  </p><p class="entry-meta"><span class="entry-categories"><span class="pseudo-link" data-href="https://www.papergeek.fr/mobilite/android" rel="category tag"><i class="icon-android cat-icon"></i>Android</span>, <span class="pseudo-link" data-href="https://www.papergeek.fr/mobilite" rel="category tag"><i class="icon-cloud cat-icon"></i>Mobilité</span></span> </p></footer></div></article><article class="post-2466660 post type-post status-publish format-standard has-post-thumbnail category-applications-logiciels entry" aria-label="Selon Elon Musk, l’IA sera bientôt plus intelligente que l’Homme"><div class="entry-image-link" data-href="https://www.papergeek.fr/selon-elon-musk-lia-sera-bientot-plus-intelligente-que-lhomme-2466660" aria-hidden="true" tabindex="-1"><img width="304" height="190" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20304%20190'%3E%3C/svg%3E" class="post-image entry-image" alt="Robot" decoding="async" role="" itemprop="" itemscope="" itemtype="" data-lazy-src="https://static.papergeek.fr/2024/04/A1-5.jpg" /><noscript><img width="304" height="190" src="https://static.papergeek.fr/2024/04/A1-5.jpg" class="post-image entry-image" alt="Robot" decoding="async" role="" itemprop="" itemscope="" itemtype="" /></noscript></div><div class="inner-entry"><header class="entry-header"><h2 class="entry-title"><a class="entry-title-link" rel="bookmark" href="https://www.papergeek.fr/selon-elon-musk-lia-sera-bientot-plus-intelligente-que-lhomme-2466660">Selon Elon Musk, l’IA sera bientôt plus intelligente que l’Homme</a></h2>
</header><div class="entry-content"><p>Elon Musk, à qui l’on doit de nombreuses prédictions inexactes, affirme que nous atteindrons l&#8217;intelligence artificielle générale (AGI) d&#8217;ici à 2026. À terme, celle-ci pourrait être “plus intelligente que le&hellip;</p>
</div><footer class="entry-footer"><p class="entry-meta"><time class="entry-time">Il y a 5 jours et 4 heures</time>  </p><p class="entry-meta"><span class="entry-categories"><span class="pseudo-link" data-href="https://www.papergeek.fr/applications-logiciels" rel="category tag"><i class="icon-box cat-icon"></i>Apps et Logiciels</span></span> </p></footer></div></article><article class="post-2466659 post type-post status-publish format-standard has-post-thumbnail category-astronomie category-science entry" aria-label="Cet habitat spatial de la taille d’un terrain de foot pourrait révolutionner la colonisation martienne"><div class="entry-image-link" data-href="https://www.papergeek.fr/cet-habitat-spatial-de-la-taille-dun-terrain-de-foot-pourrait-revolutionner-la-colonisation-martienne-2466659" aria-hidden="true" tabindex="-1"><img width="304" height="190" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20304%20190'%3E%3C/svg%3E" class="post-image entry-image" alt="Habitat gonflable de Max Space" decoding="async" role="" itemprop="" itemscope="" itemtype="" data-lazy-src="https://static.papergeek.fr/2024/04/A0-8.jpg" /><noscript><img width="304" height="190" src="https://static.papergeek.fr/2024/04/A0-8.jpg" class="post-image entry-image" alt="Habitat gonflable de Max Space" decoding="async" role="" itemprop="" itemscope="" itemtype="" /></noscript></div><div class="inner-entry"><header class="entry-header"><h2 class="entry-title"><a class="entry-title-link" rel="bookmark" href="https://www.papergeek.fr/cet-habitat-spatial-de-la-taille-dun-terrain-de-foot-pourrait-revolutionner-la-colonisation-martienne-2466659">Cet habitat spatial de la taille d’un terrain de foot pourrait révolutionner la colonisation martienne</a></h2>
</header><div class="entry-content"><p>La startup Max Space développe une gamme d&#8217;habitats spatiaux gonflables, dont le plus grand pourrait offrir un volume intérieur équivalent à celui d&#8217;un stade de sport. Le concept d’un habitat&hellip;</p>
</div><footer class="entry-footer"><p class="entry-meta"><time class="entry-time">Il y a 5 jours et 4 heures</time>  </p><p class="entry-meta"><span class="entry-categories"><span class="pseudo-link" data-href="https://www.papergeek.fr/science/astronomie" rel="category tag">Astronomie</span>, <span class="pseudo-link" data-href="https://www.papergeek.fr/science" rel="category tag"><i class="icon-beaker-1 cat-icon"></i>Science</span></span> </p></footer></div></article><article class="post-2466661 post type-post status-publish format-standard has-post-thumbnail category-android category-applications-logiciels category-ios entry" aria-label="Google Photos : ces outils de retouche alimentés par l&#8217;IA seront bientôt gratuits"><div class="entry-image-link" data-href="https://www.papergeek.fr/google-photos-ces-outils-de-retouche-alimentes-par-lia-seront-bientot-gratuits-2466661" aria-hidden="true" tabindex="-1"><img width="304" height="190" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20304%20190'%3E%3C/svg%3E" class="post-image entry-image" alt="Conférence Google" decoding="async" role="" itemprop="" itemscope="" itemtype="" data-lazy-src="https://static.papergeek.fr/2024/04/A-8.jpg" /><noscript><img width="304" height="190" src="https://static.papergeek.fr/2024/04/A-8.jpg" class="post-image entry-image" alt="Conférence Google" decoding="async" role="" itemprop="" itemscope="" itemtype="" /></noscript></div><div class="inner-entry"><header class="entry-header"><h2 class="entry-title"><a class="entry-title-link" rel="bookmark" href="https://www.papergeek.fr/google-photos-ces-outils-de-retouche-alimentes-par-lia-seront-bientot-gratuits-2466661">Google Photos : ces outils de retouche alimentés par l&#8217;IA seront bientôt gratuits</a></h2>
</header><div class="entry-content"><p>Google vient d’annoncer que certaines fonctionnalités d&#8217;édition d’IA, précédemment limitées aux appareils Pixel et aux abonnés payants, seront bientôt accessibles gratuitement pour l’ensemble des utilisateurs de Google Photos. À partir&hellip;</p>
</div><footer class="entry-footer"><p class="entry-meta"><time class="entry-time">Il y a 5 jours et 4 heures</time>  </p><p class="entry-meta"><span class="entry-categories"><span class="pseudo-link" data-href="https://www.papergeek.fr/mobilite/android" rel="category tag"><i class="icon-android cat-icon"></i>Android</span>, <span class="pseudo-link" data-href="https://www.papergeek.fr/applications-logiciels" rel="category tag"><i class="icon-box cat-icon"></i>Apps et Logiciels</span>, <span class="pseudo-link" data-href="https://www.papergeek.fr/mobilite/ios" rel="category tag"><i class="icon-apple cat-icon"></i>iOS</span></span> </p></footer></div></article><article class="post-2466651 post type-post status-publish format-standard has-post-thumbnail category-astronomie category-science entry" aria-label="SpaceX : Elon Musk dévoile son projet de colonisation martienne"><div class="entry-image-link" data-href="https://www.papergeek.fr/spacex-elon-musk-devoile-son-projet-de-colonisation-martienne-2466651" aria-hidden="true" tabindex="-1"><img width="304" height="190" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20304%20190'%3E%3C/svg%3E" class="post-image entry-image" alt="Vue d&#039;artiste" decoding="async" role="" itemprop="" itemscope="" itemtype="" data-lazy-src="https://static.papergeek.fr/2024/04/A1-4.jpg" /><noscript><img width="304" height="190" src="https://static.papergeek.fr/2024/04/A1-4.jpg" class="post-image entry-image" alt="Vue d&#039;artiste" decoding="async" role="" itemprop="" itemscope="" itemtype="" /></noscript></div><div class="inner-entry"><header class="entry-header"><h2 class="entry-title"><a class="entry-title-link" rel="bookmark" href="https://www.papergeek.fr/spacex-elon-musk-devoile-son-projet-de-colonisation-martienne-2466651">SpaceX : Elon Musk dévoile son projet de colonisation martienne</a></h2>
</header><div class="entry-content"><p>Le patron de SpaceX, Tesla et X, Elon Musk, est bien connu pour ses ambitions en matière de colonisation martienne. Le milliardaire vient ainsi de s’adresser aux employés de la&hellip;</p>
</div><footer class="entry-footer"><p class="entry-meta"><time class="entry-time">Il y a 5 jours et 23 heures</time>  </p><p class="entry-meta"><span class="entry-categories"><span class="pseudo-link" data-href="https://www.papergeek.fr/science/astronomie" rel="category tag">Astronomie</span>, <span class="pseudo-link" data-href="https://www.papergeek.fr/science" rel="category tag"><i class="icon-beaker-1 cat-icon"></i>Science</span></span> </p></footer></div></article><article class="post-2466650 post type-post status-publish format-standard has-post-thumbnail category-applications-logiciels category-hardware entry" aria-label="Intel présente sa vision du futur de l’IA, ça fait froid dans le dos"><div class="entry-image-link" data-href="https://www.papergeek.fr/intel-presente-sa-vision-du-futur-de-lia-ca-fait-froid-dans-le-dos-2466650" aria-hidden="true" tabindex="-1"><img width="304" height="190" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20304%20190'%3E%3C/svg%3E" class="post-image entry-image" alt="Puce Intel" decoding="async" role="" itemprop="" itemscope="" itemtype="" data-lazy-src="https://static.papergeek.fr/2024/04/A0-7.jpg" /><noscript><img width="304" height="190" src="https://static.papergeek.fr/2024/04/A0-7.jpg" class="post-image entry-image" alt="Puce Intel" decoding="async" role="" itemprop="" itemscope="" itemtype="" /></noscript></div><div class="inner-entry"><header class="entry-header"><h2 class="entry-title"><a class="entry-title-link" rel="bookmark" href="https://www.papergeek.fr/intel-presente-sa-vision-du-futur-de-lia-ca-fait-froid-dans-le-dos-2466650">Intel présente sa vision du futur de l’IA, ça fait froid dans le dos</a></h2>
</header><div class="entry-content"><p>Lors d’une conférence de presse tenue en amont de l&#8217;événement Vision d&#8217;Intel, l’entreprise a exposé sa vision de l&#8217;avenir de l&#8217;IA générative. Celle-ci estime que des “agents” d’IA remplaceront bientôt&hellip;</p>
</div><footer class="entry-footer"><p class="entry-meta"><time class="entry-time">Il y a 5 jours et 23 heures</time>  </p><p class="entry-meta"><span class="entry-categories"><span class="pseudo-link" data-href="https://www.papergeek.fr/applications-logiciels" rel="category tag"><i class="icon-box cat-icon"></i>Apps et Logiciels</span>, <span class="pseudo-link" data-href="https://www.papergeek.fr/hardware" rel="category tag"><i class="icon-usb cat-icon"></i>Hardware</span></span> </p></footer></div></article><article class="post-2466652 post type-post status-publish format-standard has-post-thumbnail category-jeux-video entry" aria-label="Battlefield 2042 : excellente nouvelle pour la suite du FPS de Dice"><div class="entry-image-link" data-href="https://www.papergeek.fr/battlefield-2042-excellente-nouvelle-pour-la-suite-du-fps-de-dice-2466652" aria-hidden="true" tabindex="-1"><img width="304" height="190" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20304%20190'%3E%3C/svg%3E" class="post-image entry-image" alt="Battlefield 2042" decoding="async" role="" itemprop="" itemscope="" itemtype="" data-lazy-src="https://static.papergeek.fr/2024/04/A-7.jpg" /><noscript><img width="304" height="190" src="https://static.papergeek.fr/2024/04/A-7.jpg" class="post-image entry-image" alt="Battlefield 2042" decoding="async" role="" itemprop="" itemscope="" itemtype="" /></noscript></div><div class="inner-entry"><header class="entry-header"><h2 class="entry-title"><a class="entry-title-link" rel="bookmark" href="https://www.papergeek.fr/battlefield-2042-excellente-nouvelle-pour-la-suite-du-fps-de-dice-2466652">Battlefield 2042 : excellente nouvelle pour la suite du FPS de Dice</a></h2>
</header><div class="entry-content"><p>Le moins que l’on puisse dire, c’est que Battlefield 2042 a suscité la controverse. En effet, les joueurs ont notamment critiqué les nombreux bugs dont le jeu était victime au&hellip;</p>
</div><footer class="entry-footer"><p class="entry-meta"><time class="entry-time">Il y a 5 jours et 23 heures</time>  </p><p class="entry-meta"><span class="entry-categories"><span class="pseudo-link" data-href="https://www.papergeek.fr/jeux-video" rel="category tag"><i class="icon-gamepad cat-icon"></i>Jeux video</span></span> </p></footer></div></article><article class="post-2466642 post type-post status-publish format-standard has-post-thumbnail category-android category-objets-connectes entry" aria-label="Google améliore cette fonctionnalité indispensable sur Android"><div class="entry-image-link" data-href="https://www.papergeek.fr/google-ameliore-cette-fonctionnalite-indispensable-sur-android-2466642" aria-hidden="true" tabindex="-1"><img width="304" height="190" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20304%20190'%3E%3C/svg%3E" class="post-image entry-image" alt="Smartphone sous Android" decoding="async" role="" itemprop="" itemscope="" itemtype="" data-lazy-src="https://static.papergeek.fr/2024/04/A1-3.jpg" /><noscript><img width="304" height="190" src="https://static.papergeek.fr/2024/04/A1-3.jpg" class="post-image entry-image" alt="Smartphone sous Android" decoding="async" role="" itemprop="" itemscope="" itemtype="" /></noscript></div><div class="inner-entry"><header class="entry-header"><h2 class="entry-title"><a class="entry-title-link" rel="bookmark" href="https://www.papergeek.fr/google-ameliore-cette-fonctionnalite-indispensable-sur-android-2466642">Google améliore cette fonctionnalité indispensable sur Android</a></h2>
</header><div class="entry-content"><p>Google vient de lancer son réseau amélioré Find My Device, qui permet de localiser facilement des appareils perdus. Le service sera d’abord disponible aux États-Unis et au Canada, avant d’être&hellip;</p>
</div><footer class="entry-footer"><p class="entry-meta"><time class="entry-time">Il y a 6 jours et 22 heures</time>  </p><p class="entry-meta"><span class="entry-categories"><span class="pseudo-link" data-href="https://www.papergeek.fr/mobilite/android" rel="category tag"><i class="icon-android cat-icon"></i>Android</span>, <span class="pseudo-link" data-href="https://www.papergeek.fr/objets-connectes" rel="category tag"><i class="icon-wifi cat-icon"></i>Objets connectés</span></span> </p></footer></div></article><article class="post-2466641 post type-post status-publish format-standard has-post-thumbnail category-jeux-video entry" aria-label="GTA 6 : la star de The Last of Us incarne-t-elle le personnage principal ?"><div class="entry-image-link" data-href="https://www.papergeek.fr/gta-6-la-star-de-the-last-of-us-incarne-t-elle-le-personnage-principal-2466641" aria-hidden="true" tabindex="-1"><img width="304" height="190" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20304%20190'%3E%3C/svg%3E" class="post-image entry-image" alt="GTA 6" decoding="async" role="" itemprop="" itemscope="" itemtype="" data-lazy-src="https://static.papergeek.fr/2024/04/A0-6.jpg" /><noscript><img width="304" height="190" src="https://static.papergeek.fr/2024/04/A0-6.jpg" class="post-image entry-image" alt="GTA 6" decoding="async" role="" itemprop="" itemscope="" itemtype="" /></noscript></div><div class="inner-entry"><header class="entry-header"><h2 class="entry-title"><a class="entry-title-link" rel="bookmark" href="https://www.papergeek.fr/gta-6-la-star-de-the-last-of-us-incarne-t-elle-le-personnage-principal-2466641">GTA 6 : la star de The Last of Us incarne-t-elle le personnage principal ?</a></h2>
</header><div class="entry-content"><p>Suite à la mise en ligne de la première bande-annonce de GTA 6, de nombreuses théories ont émergé. L’une d’entre elles suggère que Troy Baker, l’acteur de The Last of&hellip;</p>
</div><footer class="entry-footer"><p class="entry-meta"><time class="entry-time">Il y a 6 jours et 22 heures</time>  </p><p class="entry-meta"><span class="entry-categories"><span class="pseudo-link" data-href="https://www.papergeek.fr/jeux-video" rel="category tag"><i class="icon-gamepad cat-icon"></i>Jeux video</span></span> </p></footer></div></article><article class="post-2466643 post type-post status-publish format-standard has-post-thumbnail category-jeux-video entry" aria-label="Starfield : cet énorme mod vous permet de bâtir de véritables colonies"><div class="entry-image-link" data-href="https://www.papergeek.fr/starfield-cet-enorme-mod-vous-permet-de-batir-de-veritables-colonies-2466643" aria-hidden="true" tabindex="-1"><img width="304" height="190" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20304%20190'%3E%3C/svg%3E" class="post-image entry-image" alt="Starfield" decoding="async" role="" itemprop="" itemscope="" itemtype="" data-lazy-src="https://static.papergeek.fr/2024/04/A-6.jpg" /><noscript><img width="304" height="190" src="https://static.papergeek.fr/2024/04/A-6.jpg" class="post-image entry-image" alt="Starfield" decoding="async" role="" itemprop="" itemscope="" itemtype="" /></noscript></div><div class="inner-entry"><header class="entry-header"><h2 class="entry-title"><a class="entry-title-link" rel="bookmark" href="https://www.papergeek.fr/starfield-cet-enorme-mod-vous-permet-de-batir-de-veritables-colonies-2466643">Starfield : cet énorme mod vous permet de bâtir de véritables colonies</a></h2>
</header><div class="entry-content"><p>Hier, un moddeur a mis en ligne son ambitieux projet. Le mod en question, baptisé TGs Galactic Colonies Expanse, augmente considérablement la rejouabilité de Starfield. Le moins que l’on puisse&hellip;</p>
</div><footer class="entry-footer"><p class="entry-meta"><time class="entry-time">Il y a 6 jours et 22 heures</time>  </p><p class="entry-meta"><span class="entry-categories"><span class="pseudo-link" data-href="https://www.papergeek.fr/jeux-video" rel="category tag"><i class="icon-gamepad cat-icon"></i>Jeux video</span></span> </p></footer></div></article><article class="post-2466633 post type-post status-publish format-standard has-post-thumbnail category-jeux-video entry" aria-label="Baldur&#8217;s Gate 3 : mauvaise nouvelle pour le prochain titre de Larian Studios"><div class="entry-image-link" data-href="https://www.papergeek.fr/baldurs-gate-3-mauvaise-nouvelle-pour-le-prochain-titre-de-larian-studios-2466633" aria-hidden="true" tabindex="-1"><img width="304" height="190" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20304%20190'%3E%3C/svg%3E" class="post-image entry-image" alt="Baldur&#039;s Gate 3" decoding="async" role="" itemprop="" itemscope="" itemtype="" data-lazy-src="https://static.papergeek.fr/2024/04/A1-2.jpg" /><noscript><img width="304" height="190" src="https://static.papergeek.fr/2024/04/A1-2.jpg" class="post-image entry-image" alt="Baldur&#039;s Gate 3" decoding="async" role="" itemprop="" itemscope="" itemtype="" /></noscript></div><div class="inner-entry"><header class="entry-header"><h2 class="entry-title"><a class="entry-title-link" rel="bookmark" href="https://www.papergeek.fr/baldurs-gate-3-mauvaise-nouvelle-pour-le-prochain-titre-de-larian-studios-2466633">Baldur&#8217;s Gate 3 : mauvaise nouvelle pour le prochain titre de Larian Studios</a></h2>
</header><div class="entry-content"><p>Alors que Baldur&#8217;s Gate 3, sorti en août dernier, a connu un immense succès auprès des joueurs, le développeur a tenu à évoquer le futur de Larian Studios. Ce dernier&hellip;</p>
</div><footer class="entry-footer"><p class="entry-meta"><time class="entry-time">Il y a 1 semaine et 1 jour</time>  </p><p class="entry-meta"><span class="entry-categories"><span class="pseudo-link" data-href="https://www.papergeek.fr/jeux-video" rel="category tag"><i class="icon-gamepad cat-icon"></i>Jeux video</span></span> </p></footer></div></article><article class="post-2466632 post type-post status-publish format-standard has-post-thumbnail category-jeux-video entry" aria-label="Le Seigneur des Anneaux a inspiré cette quête de Cyberpunk 2077 : Phantom Liberty"><div class="entry-image-link" data-href="https://www.papergeek.fr/le-seigneur-des-anneaux-a-inspire-cette-quete-de-cyberpunk-2077-phantom-liberty-2466632" aria-hidden="true" tabindex="-1"><img width="304" height="190" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20304%20190'%3E%3C/svg%3E" class="post-image entry-image" alt="Phantom Liberty" decoding="async" role="" itemprop="" itemscope="" itemtype="" data-lazy-src="https://static.papergeek.fr/2024/04/A0-5.jpg" /><noscript><img width="304" height="190" src="https://static.papergeek.fr/2024/04/A0-5.jpg" class="post-image entry-image" alt="Phantom Liberty" decoding="async" role="" itemprop="" itemscope="" itemtype="" /></noscript></div><div class="inner-entry"><header class="entry-header"><h2 class="entry-title"><a class="entry-title-link" rel="bookmark" href="https://www.papergeek.fr/le-seigneur-des-anneaux-a-inspire-cette-quete-de-cyberpunk-2077-phantom-liberty-2466632">Le Seigneur des Anneaux a inspiré cette quête de Cyberpunk 2077 : Phantom Liberty</a></h2>
</header><div class="entry-content"><p>Cyberpunk 2077 : Phantom Liberty propose une quête en fin de jeu qui s’inspire directement du Seigneur des Anneaux. C’est en tout cas ce qu’affirme le réalisateur du jeu, Paweł&hellip;</p>
</div><footer class="entry-footer"><p class="entry-meta"><time class="entry-time">Il y a 1 semaine et 1 jour</time>  </p><p class="entry-meta"><span class="entry-categories"><span class="pseudo-link" data-href="https://www.papergeek.fr/jeux-video" rel="category tag"><i class="icon-gamepad cat-icon"></i>Jeux video</span></span> </p></footer></div></article><article class="post-2466634 post type-post status-publish format-standard has-post-thumbnail category-applications-logiciels category-streaming entry" aria-label="Sora : OpenAI utiliserait YouTube pour entraîner son IA, l’entreprise mise en garde"><div class="entry-image-link" data-href="https://www.papergeek.fr/sora-openai-utiliserait-youtube-pour-entrainer-son-ia-lentreprise-mise-en-garde-2466634" aria-hidden="true" tabindex="-1"><img width="304" height="190" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20304%20190'%3E%3C/svg%3E" class="post-image entry-image" alt="Sora" decoding="async" role="" itemprop="" itemscope="" itemtype="" data-lazy-src="https://static.papergeek.fr/2024/04/A-5.jpg" /><noscript><img width="304" height="190" src="https://static.papergeek.fr/2024/04/A-5.jpg" class="post-image entry-image" alt="Sora" decoding="async" role="" itemprop="" itemscope="" itemtype="" /></noscript></div><div class="inner-entry"><header class="entry-header"><h2 class="entry-title"><a class="entry-title-link" rel="bookmark" href="https://www.papergeek.fr/sora-openai-utiliserait-youtube-pour-entrainer-son-ia-lentreprise-mise-en-garde-2466634">Sora : OpenAI utiliserait YouTube pour entraîner son IA, l’entreprise mise en garde</a></h2>
</header><div class="entry-content"><p>Neal Mohan, PDG de YouTube, vient de mettre en garde OpenAI concernant la potentielle utilisation de YouTube à des fins d’entraînement pour Sora, le nouveau générateur de vidéo de l’entreprise.&hellip;</p>
</div><footer class="entry-footer"><p class="entry-meta"><time class="entry-time">Il y a 1 semaine et 1 jour</time>  </p><p class="entry-meta"><span class="entry-categories"><span class="pseudo-link" data-href="https://www.papergeek.fr/applications-logiciels" rel="category tag"><i class="icon-box cat-icon"></i>Apps et Logiciels</span>, <span class="pseudo-link" data-href="https://www.papergeek.fr/web/streaming" rel="category tag">Streaming</span></span> </p></footer></div></article><article class="post-2466626 post type-post status-publish format-standard has-post-thumbnail category-streaming entry" aria-label="Disney+ : le partage du mot de passe va bientôt devenir payant"><div class="entry-image-link" data-href="https://www.papergeek.fr/disney-le-partage-du-mot-de-passe-va-bientot-devenir-payant-2466626" aria-hidden="true" tabindex="-1"><img width="304" height="190" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20304%20190'%3E%3C/svg%3E" class="post-image entry-image" alt="Streaming" decoding="async" role="" itemprop="" itemscope="" itemtype="" data-lazy-src="https://static.papergeek.fr/2024/04/A0-4.jpg" /><noscript><img width="304" height="190" src="https://static.papergeek.fr/2024/04/A0-4.jpg" class="post-image entry-image" alt="Streaming" decoding="async" role="" itemprop="" itemscope="" itemtype="" /></noscript></div><div class="inner-entry"><header class="entry-header"><h2 class="entry-title"><a class="entry-title-link" rel="bookmark" href="https://www.papergeek.fr/disney-le-partage-du-mot-de-passe-va-bientot-devenir-payant-2466626">Disney+ : le partage du mot de passe va bientôt devenir payant</a></h2>
</header><div class="entry-content"><p>Si Disney Plus a déjà mis en place des règles pour empêcher les abonnés de partager leurs mots de passe, l’entreprise va bientôt rendre celui-ci payant. Selon le PDG de&hellip;</p>
</div><footer class="entry-footer"><p class="entry-meta"><time class="entry-time">Il y a 1 semaine et 4 jours</time>  </p><p class="entry-meta"><span class="entry-categories"><span class="pseudo-link" data-href="https://www.papergeek.fr/web/streaming" rel="category tag">Streaming</span></span> </p></footer></div></article><article class="post-2466627 post type-post status-publish format-standard has-post-thumbnail category-applications-logiciels entry" aria-label="Intelligence artificielle : un show généré par l’IA provoque un scandale"><div class="entry-image-link" data-href="https://www.papergeek.fr/intelligence-artificielle-un-show-genere-par-lia-provoque-un-scandale-2466627" aria-hidden="true" tabindex="-1"><img width="304" height="190" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20304%20190'%3E%3C/svg%3E" class="post-image entry-image" alt="Justice" decoding="async" role="" itemprop="" itemscope="" itemtype="" data-lazy-src="https://static.papergeek.fr/2024/04/A-4.jpg" /><noscript><img width="304" height="190" src="https://static.papergeek.fr/2024/04/A-4.jpg" class="post-image entry-image" alt="Justice" decoding="async" role="" itemprop="" itemscope="" itemtype="" /></noscript></div><div class="inner-entry"><header class="entry-header"><h2 class="entry-title"><a class="entry-title-link" rel="bookmark" href="https://www.papergeek.fr/intelligence-artificielle-un-show-genere-par-lia-provoque-un-scandale-2466627">Intelligence artificielle : un show généré par l’IA provoque un scandale</a></h2>
</header><div class="entry-content"><p>Plus tôt cette année, le duo comique connu sous le nom de &#8220;Dudesy&#8221; mettait en ligne une vidéo montrant un humoriste décédé donnant un spectacle comique. Mais cette utilisation abusive&hellip;</p>
</div><footer class="entry-footer"><p class="entry-meta"><time class="entry-time">Il y a 1 semaine et 4 jours</time>  </p><p class="entry-meta"><span class="entry-categories"><span class="pseudo-link" data-href="https://www.papergeek.fr/applications-logiciels" rel="category tag"><i class="icon-box cat-icon"></i>Apps et Logiciels</span></span> </p></footer></div></article><article class="post-2466620 post type-post status-publish format-standard has-post-thumbnail category-astronomie category-science entry" aria-label="Mars : Curiosity va explorer une rivière asséchée à la recherche de la vie"><div class="entry-image-link" data-href="https://www.papergeek.fr/mars-curiosity-va-explorer-une-riviere-assechee-a-la-recherche-de-la-vie-2466620" aria-hidden="true" tabindex="-1"><img width="304" height="190" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20304%20190'%3E%3C/svg%3E" class="post-image entry-image" alt="Mars" decoding="async" role="" itemprop="" itemscope="" itemtype="" data-lazy-src="https://static.papergeek.fr/2024/04/A0-3.jpg" /><noscript><img width="304" height="190" src="https://static.papergeek.fr/2024/04/A0-3.jpg" class="post-image entry-image" alt="Mars" decoding="async" role="" itemprop="" itemscope="" itemtype="" /></noscript></div><div class="inner-entry"><header class="entry-header"><h2 class="entry-title"><a class="entry-title-link" rel="bookmark" href="https://www.papergeek.fr/mars-curiosity-va-explorer-une-riviere-assechee-a-la-recherche-de-la-vie-2466620">Mars : Curiosity va explorer une rivière asséchée à la recherche de la vie</a></h2>
</header><div class="entry-content"><p>Plus de douze ans après son lancement, le rover Curiosity de la NASA continue son exploration de la planète rouge. Cette fois, celui-ci va se diriger vers Gediz Vallis, que&hellip;</p>
</div><footer class="entry-footer"><p class="entry-meta"><time class="entry-time">Il y a 1 semaine et 5 jours</time>  </p><p class="entry-meta"><span class="entry-categories"><span class="pseudo-link" data-href="https://www.papergeek.fr/science/astronomie" rel="category tag">Astronomie</span>, <span class="pseudo-link" data-href="https://www.papergeek.fr/science" rel="category tag"><i class="icon-beaker-1 cat-icon"></i>Science</span></span> </p></footer></div></article><article class="post-2466621 post type-post status-publish format-standard has-post-thumbnail category-cinema category-culture-geek entry" aria-label="Matrix : un cinquième film est en préparation, c&#8217;est officiel"><div class="entry-image-link" data-href="https://www.papergeek.fr/matrix-un-cinquieme-film-est-en-preparation-cest-officiel-2466621" aria-hidden="true" tabindex="-1"><img width="304" height="190" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20304%20190'%3E%3C/svg%3E" class="post-image entry-image" alt="Matrix" decoding="async" role="" itemprop="" itemscope="" itemtype="" data-lazy-src="https://static.papergeek.fr/2024/04/A-3.jpg" /><noscript><img width="304" height="190" src="https://static.papergeek.fr/2024/04/A-3.jpg" class="post-image entry-image" alt="Matrix" decoding="async" role="" itemprop="" itemscope="" itemtype="" /></noscript></div><div class="inner-entry"><header class="entry-header"><h2 class="entry-title"><a class="entry-title-link" rel="bookmark" href="https://www.papergeek.fr/matrix-un-cinquieme-film-est-en-preparation-cest-officiel-2466621">Matrix : un cinquième film est en préparation, c&#8217;est officiel</a></h2>
</header><div class="entry-content"><p>Warner Bros. Pictures vient d’annoncer que le cinquième volet de la série des Matrix verrait bien le jour. En revanche, et pour la première fois de la franchise, les sœurs&hellip;</p>
</div><footer class="entry-footer"><p class="entry-meta"><time class="entry-time">Il y a 1 semaine et 5 jours</time>  </p><p class="entry-meta"><span class="entry-categories"><span class="pseudo-link" data-href="https://www.papergeek.fr/culture-geek/cinema" rel="category tag">Cinéma</span>, <span class="pseudo-link" data-href="https://www.papergeek.fr/culture-geek" rel="category tag"><i class="icon-glasses cat-icon"></i>Culture Geek</span></span> </p></footer></div></article><a href="https://www.papergeek.fr/page/2" class="button next-page button-block">Afficher plus d'articles</a></main><aside class="sidebar sidebar-primary widget-area" aria-label="Barre latérale 1"><h2 class="genesis-sidebar-title screen-reader-text">Barre latérale 1</h2><div class="sticky-block"><div class="ad-wrapper side_ad"><!--Pub slot: side_ad-->
	<div id='side_ad'></div>
	<script type="rocketlazyloadscript" data-rocket-type="text/javascript">
		glxm.que.push(function() {
			glxm.display('side_ad');
		});
	</script></div></div></aside><div class="trending-posts"><div class="h2"><span>Tendances du moment</span></div></div></div></div>    </div>
    <!-- /pub #ctBoc -->
    <footer class="site-footer"><div class="footer-widget widget-area">      <section id="mailpoet_form-2" class="widget widget_mailpoet_form"><div class="widget-wrap">
  
  
  <div class="mailpoet_form_popup_overlay"></div>
  <div
    id="mailpoet_form_2"
    class="mailpoet_form      mailpoet_form_widget      mailpoet_form_position_      mailpoet_form_animation_"
      >
    
    <style type="text/css">
     #mailpoet_form_2 .mailpoet_form {  }
#mailpoet_form_2 .mailpoet_column_with_background { padding: 10px; }
#mailpoet_form_2 .mailpoet_form_column:not(:first-child) { margin-left: 20px; }
#mailpoet_form_2 .mailpoet_paragraph { line-height: 20px; margin-bottom: 20px; }
#mailpoet_form_2 .mailpoet_segment_label, #mailpoet_form_2 .mailpoet_text_label, #mailpoet_form_2 .mailpoet_textarea_label, #mailpoet_form_2 .mailpoet_select_label, #mailpoet_form_2 .mailpoet_radio_label, #mailpoet_form_2 .mailpoet_checkbox_label, #mailpoet_form_2 .mailpoet_list_label, #mailpoet_form_2 .mailpoet_date_label { display: block; font-weight: normal; }
#mailpoet_form_2 .mailpoet_text, #mailpoet_form_2 .mailpoet_textarea, #mailpoet_form_2 .mailpoet_select, #mailpoet_form_2 .mailpoet_date_month, #mailpoet_form_2 .mailpoet_date_day, #mailpoet_form_2 .mailpoet_date_year, #mailpoet_form_2 .mailpoet_date { display: block; line-height: 1.15; }
#mailpoet_form_2 .mailpoet_text, #mailpoet_form_2 .mailpoet_textarea { width: 200px; }
#mailpoet_form_2 .mailpoet_checkbox {  }
#mailpoet_form_2 .mailpoet_submit { line-height: 1.2; padding: 8px !important; }
#mailpoet_form_2 .mailpoet_divider {  }
#mailpoet_form_2 .mailpoet_message {  }
#mailpoet_form_2 .mailpoet_form_loading { width: 30px; text-align: center; line-height: normal; }
#mailpoet_form_2 .mailpoet_form_loading > span { width: 5px; height: 5px; background-color: #5b5b5b; }#mailpoet_form_2{border-radius: 0px;text-align: left;}#mailpoet_form_2 form.mailpoet_form {padding: 20px;}#mailpoet_form_2{width: 100%;}#mailpoet_form_2 .mailpoet_message {margin: 0; padding: 0 20px;}#mailpoet_form_2 .mailpoet_paragraph.last {margin-bottom: 0} @media (max-width: 500px) {#mailpoet_form_2 {background-image: none;}} @media (min-width: 500px) {#mailpoet_form_2 .last .mailpoet_paragraph:last-child {margin-bottom: 0}}  @media (max-width: 500px) {#mailpoet_form_2 .mailpoet_form_column:last-child .mailpoet_paragraph:last-child {margin-bottom: 0}} 
    </style>

    <form
      target="_self"
      method="post"
      action="https://www.papergeek.fr/wp-admin/admin-post.php?action=mailpoet_subscription_form"
      class="mailpoet_form mailpoet_form_form mailpoet_form_widget"
      novalidate
 data-delay=""
      data-exit-intent-enabled=""
      data-font-family=""
      data-cookie-expiration-time=""
    >
      <input type="hidden" name="data[form_id]" value="2" />
      <input type="hidden" name="token" value="0830139e68" />
      <input type="hidden" name="api_version" value="v1" />
      <input type="hidden" name="endpoint" value="subscribers" />
      <input type="hidden" name="mailpoet_method" value="subscribe" />

      <label class="mailpoet_hp_email_label" style="display: none !important;">Veuillez laisser ce champ vide<input type="email" name="data[email]"/></label><h3 class="mailpoet-heading widgettitle widget-title" style="text-align: left"> Newsletter Papergeek </h3>
<p class="mailpoet_form_paragraph" style="text-align: left"> Inscrivez-vous et recevez gratuitement nos meilleures actus ! </p>
<div class="mailpoet_paragraph enews-email"><label for="form_email_2" class="mailpoet-screen-reader-text" data-automation-id="form_email_label" >Tapez votre adresse email... <span class="mailpoet_required">*</span></label><input type="email" autocomplete="email" class="mailpoet_text" id="form_email_2" name="data[form_field_NDA5OTQ5NWQ4MmVlX2VtYWls]" title="Tapez votre adresse email..." value="" style="width:100%;padding:7px;margin: 0 auto 0 0;" data-automation-id="form_email"  placeholder="Tapez votre adresse email... *" data-parsley-required="true" data-parsley-minlength="6" data-parsley-maxlength="150" data-parsley-type-message="Cette valeur doit être un e-mail valide." data-parsley-errors-container=".mailpoet_error_email_" data-parsley-required-message="Ce champ est nécessaire."/></div>
<div class="mailpoet_paragraph enews-submit"><input type="submit" class="mailpoet_submit" value="Valider" data-automation-id="subscribe-submit-button" style="padding:7px;margin: 0 auto 0 0;border-color:transparent;" /><span class="mailpoet_form_loading"><span class="mailpoet_bounce1"></span><span class="mailpoet_bounce2"></span><span class="mailpoet_bounce3"></span></span></div>

      <div class="mailpoet_message">
        <p class="mailpoet_validate_success"
                style="display:none;"
                >Vérifiez votre boite de réception ou votre répertoire d’indésirables pour confirmer votre abonnement.
        </p>
        <p class="mailpoet_validate_error"
                style="display:none;"
                >        </p>
      </div>
    </form>
  </div>

      </div></section>

  </div><div class="wrap" id="footer-content">    <div class="company-logo"></div>
    <p>&#x000A9;&nbsp;2024 papergeek.fr : <span>actus geek et high tech</span></p>        <nav class="nav-secondary" aria-label="Secondary"><div class="wrap"><ul id="menu-menu-secondaire" class="menu genesis-nav-menu menu-secondary js-superfish"><li><a href="javascript:Didomi.preferences.show()"><span>Préférences cookies</span></a></li><li id="menu-item-66878" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-66878"><a href="https://www.papergeek.fr/contact"><span>Nous Contacter</span></a></li>
            <li id="menu-item-66877" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-66877"><a href="https://www.papergeek.fr/mentions-legales"><span>Mentions légales</span></a></li>
            <li id="menu-item-211143" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-211143"><a href="https://www.papergeek.fr/informations-utilisation-cookies"><span>confidentialité</span></a></li>
            <li id="menu-item-212239" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-212239"><a href="https://www.papergeek.fr/cgu"><span>CGU</span></a></li>
        </ul></div></nav>
        <div class="footer-text"><div class="h3">Toutes l&#8217;actu Geek</div>
<p>Né en 2016 de la passion d&#8217;une poignée d&#8217;irréductibles geeks, <strong>PaperGeek</strong> est un site spécialisé dans les dernières tendances technologiques, mais aussi l&#8217;actualité autour d&#8217;internet, du divertissement et de la pop culture. Vous trouverez ici votre dose quotidienne d&#8217;informations trop cool, des bons plans, des astuces, et de tests de produits à la pointe de la technologie. Amis geeks, bienvenue chez vous !</p>
</div></div>  <div class="svg-wrap">
    <svg width="64" height="64" viewbox="0 0 64 64">
      <path id="arrow-left" d="M26.667 10.667q1.104 0 1.885 0.781t0.781 1.885q0 1.125-0.792 1.896l-14.104 14.104h41.563q1.104 0 1.885 0.781t0.781 1.885-0.781 1.885-1.885 0.781h-41.563l14.104 14.104q0.792 0.771 0.792 1.896 0 1.104-0.781 1.885t-1.885 0.781q-1.125 0-1.896-0.771l-18.667-18.667q-0.771-0.813-0.771-1.896t0.771-1.896l18.667-18.667q0.792-0.771 1.896-0.771z" />
    </svg>
    <svg width="64" height="64" viewbox="0 0 64 64">
      <path id="arrow-right" d="M37.333 10.667q1.125 0 1.896 0.771l18.667 18.667q0.771 0.771 0.771 1.896t-0.771 1.896l-18.667 18.667q-0.771 0.771-1.896 0.771-1.146 0-1.906-0.76t-0.76-1.906q0-1.125 0.771-1.896l14.125-14.104h-41.563q-1.104 0-1.885-0.781t-0.781-1.885 0.781-1.885 1.885-0.781h41.563l-14.125-14.104q-0.771-0.771-0.771-1.896 0-1.146 0.76-1.906t1.906-0.76z" />
    </svg>
  </div>
  </footer></div><!-- The Modal -->
    <div id="gm-push-notification-modal" class="modal">

        <!-- Modal content -->
        <div class="modal-content">
            <img id="loader" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="loading gif" data-lazy-src="http://www.papergeek.fr/wp-content/plugins/gm-push-notification-papergeek/assets/img/loading.gif" /><noscript><img id="loader" src="http://www.papergeek.fr/wp-content/plugins/gm-push-notification-papergeek/assets/img/loading.gif" alt="loading gif" /></noscript> 
            
            <span class="case-close close">&times;</span>
            <div class="modal-title">Notifications</div>

            <div class="gm-notification-push">

                <div class="active-notification" style="padding-bottom: 30px;">
                    <p style="float:left;">Recevoir les notifications</p>
                    <input type="checkbox" name="accept-notification" id="accept-notification" style="float:right;">
                    <label for="accept-notification" style="float:right;"></label>
                </div>

                <div class="modal-title-middle">Réglages</div>
                <hr>

                <div class="gm-notification-push-settings">
                    <div class="modal-sub-title">Actualité</div>
                    <div class="gm-notification-push-news-settings">
                        <input type="radio" name="notification-news-settings" value="all" id="notification-all-news">
                        <label for="notification-all-news">Toutes</label>
                        <input type="radio" name="notification-news-settings" value="best" id="notification-best-news">
                        <label for="notification-best-news">Importantes</label>
                        <input type="radio" name="notification-news-settings" value="none" id="notification-no-news">
                        <label for="notification-no-news">Aucune</label>
                    </div>

                    <div class="modal-sub-title">Bon plan</div>
                    <div class="gm-notification-push-deals-settings">
                        <input type="checkbox" name="notification-deals" id="notification-deals">
                        <label for="notification-deals">Recevoir les bons plans et guides d'achat</label>
                    </div>
                </div>

            </div>

            <div class="gm-notification-push-button"><button class="close-button close">Fermer</button></div>
        </div>

    </div><link data-minify="1" rel='stylesheet' id='mailpoet_public-css' href='https://www.papergeek.fr/wp-content/cache/min/1/wp-content/plugins/mailpoet/assets/dist/css/mailpoet-public.22bcab70.css?ver=1695195913' type='text/css' media='all' />



<script type='text/javascript' id='disqus_count-js-extra'>
/* <![CDATA[ */
var countVars = {"disqusShortname":"papergeekfr"};
/* ]]> */
</script>
<script data-minify="1" type='text/javascript' src='https://www.papergeek.fr/wp-content/cache/min/1/wp-content/plugins/disqus-comment-system/public/js/comment_count.js?ver=1695138185' id='disqus_count-js' defer></script>
<script data-minify="1" type='text/javascript' src='https://www.papergeek.fr/wp-content/cache/min/1/ajax/libs/jquery/3.5.1/jquery.min.js?ver=1694439863' id='jquery-js'></script>
<script type='text/javascript' src='http://www.papergeek.fr/wp-content/themes/papergeek/assets/js/vendor/slick.min.js?ver=1.91' id='slick-js' defer></script>
<script type='text/javascript' src='http://www.papergeek.fr/wp-content/themes/papergeek/assets/js/vendor/jquery.fancybox.min.js?ver=1.91' id='fancybox-js' defer></script>
<script type='text/javascript' src='http://www.papergeek.fr/wp-content/themes/papergeek/assets/js/vendor/jquery.matchHeight.min.js?ver=1.91' id='papergeek-match-height-js' defer></script>
<script data-minify="1" type='text/javascript' src='https://www.papergeek.fr/wp-content/cache/min/1/wp-content/themes/papergeek/assets/js/jquery.behaba-sticky-block.js?ver=1694439862' id='behaba-sticky-block-js' defer></script>
<script type='text/javascript' id='papergeek-core-js-extra'>
/* <![CDATA[ */
var ajax_post_load = ["https:\/\/www.papergeek.fr\/wp-admin\/admin-ajax.php"];
var papergeek_core = {"mainMenu":"Menu","menuIconClass":"dashicons-before dashicons-menu","subMenu":"Submenu","subMenuIconsClass":"dashicons-before dashicons-arrow-down-alt2","menuClasses":{"combine":[".nav-primary",".nav-header"],"others":[]}};
/* ]]> */
</script>
<script type='text/javascript' src='http://www.papergeek.fr/wp-content/themes/papergeek/assets/js/papergeek-core.min.js?ver=1.91' id='papergeek-core-js' defer></script>
<script type='text/javascript' src='http://www.papergeek.fr/wp-content/plugins/gm-push-notification-papergeek/assets/js/gm_notification.min.js?v=1.0.3&#038;ver=1.0.3' id='gm-push-notification-js' defer></script>
<script data-minify="1" type='text/javascript' src='https://www.papergeek.fr/wp-content/cache/min/1/wp-content/themes/papergeek/assets/js/user-data-theme.js?ver=1694439862' id='user-data-theme-js'></script>
<script type='text/javascript' id='mailpoet_public-js-extra'>
/* <![CDATA[ */
var MailPoetForm = {"ajax_url":"https:\/\/www.papergeek.fr\/wp-admin\/admin-ajax.php","is_rtl":""};
/* ]]> */
</script>
<script data-minify="1" type='text/javascript' src='https://www.papergeek.fr/wp-content/cache/min/1/wp-content/plugins/mailpoet/assets/dist/js/public.js?ver=1694439862' id='mailpoet_public-js' defer></script>
<script type='text/javascript' id='mailpoet_public-js-after'>
function initMailpoetTranslation() {
  if (typeof MailPoet !== 'undefined') {
    MailPoet.I18n.add('ajaxFailedErrorMessage', 'Une erreur est survenue lors du traitement de la demande, veuillez réessayer plus tard.')
  } else {
    setTimeout(initMailpoetTranslation, 250);
  }
}
setTimeout(initMailpoetTranslation, 250);
</script>
<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="http://www.papergeek.fr/wp-content/plugins/wp-rocket/assets/js/lazyload/17.8.3/lazyload.min.js"></script></body></html>
<!--
Performance optimized by Redis Object Cache. Learn more: https://wprediscache.com

22926 objets récupérés (1 023 Ko) depuis Redis grâce à PhpRedis (v5.3.7).
-->

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