<!DOCTYPE HTML> <html lang="fr-FR"> <head><meta charset="UTF-8"><script>if(navigator.userAgent.match(/MSIE|Internet Explorer/i)||navigator.userAgent.match(/Trident\/7\..*?rv:11/i)){var href=document.location.href;if(!href.match(/[?&]nowprocket/)){if(href.indexOf("?")==-1){if(href.indexOf("#")==-1){document.location.href=href+"?nowprocket=1"}else{document.location.href=href.replace("#","?nowprocket=1#")}}else{if(href.indexOf("#")==-1){document.location.href=href+"&nowprocket=1"}else{document.location.href=href.replace("#","&nowprocket=1#")}}}}</script><script>class RocketLazyLoadScripts{constructor(){this.triggerEvents=["keydown","mousedown","mousemove","touchmove","touchstart","touchend","wheel"],this.userEventHandler=this._triggerListener.bind(this),this.touchStartHandler=this._onTouchStart.bind(this),this.touchMoveHandler=this._onTouchMove.bind(this),this.touchEndHandler=this._onTouchEnd.bind(this),this.clickHandler=this._onClick.bind(this),this.interceptedClicks=[],window.addEventListener("pageshow",(e=>{this.persisted=e.persisted})),window.addEventListener("DOMContentLoaded",(()=>{this._preconnect3rdParties()})),this.delayedScripts={normal:[],async:[],defer:[]},this.allJQueries=[]}_addUserInteractionListener(e){document.hidden?e._triggerListener():(this.triggerEvents.forEach((t=>window.addEventListener(t,e.userEventHandler,{passive:!0}))),window.addEventListener("touchstart",e.touchStartHandler,{passive:!0}),window.addEventListener("mousedown",e.touchStartHandler),document.addEventListener("visibilitychange",e.userEventHandler))}_removeUserInteractionListener(){this.triggerEvents.forEach((e=>window.removeEventListener(e,this.userEventHandler,{passive:!0}))),document.removeEventListener("visibilitychange",this.userEventHandler)}_onTouchStart(e){"HTML"!==e.target.tagName&&(window.addEventListener("touchend",this.touchEndHandler),window.addEventListener("mouseup",this.touchEndHandler),window.addEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.addEventListener("mousemove",this.touchMoveHandler),e.target.addEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"onclick","rocket-onclick"))}_onTouchMove(e){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler),e.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"rocket-onclick","onclick")}_onTouchEnd(e){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler)}_onClick(e){e.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"rocket-onclick","onclick"),this.interceptedClicks.push(e),e.preventDefault(),e.stopPropagation(),e.stopImmediatePropagation()}_replayClicks(){window.removeEventListener("touchstart",this.touchStartHandler,{passive:!0}),window.removeEventListener("mousedown",this.touchStartHandler),this.interceptedClicks.forEach((e=>{e.target.dispatchEvent(new MouseEvent("click",{view:e.view,bubbles:!0,cancelable:!0}))}))}_renameDOMAttribute(e,t,n){e.hasAttribute&&e.hasAttribute(t)&&(event.target.setAttribute(n,event.target.getAttribute(t)),event.target.removeAttribute(t))}_triggerListener(){this._removeUserInteractionListener(this),"loading"===document.readyState?document.addEventListener("DOMContentLoaded",this._loadEverythingNow.bind(this)):this._loadEverythingNow()}_preconnect3rdParties(){let e=[];document.querySelectorAll("script[type=rocketlazyloadscript]").forEach((t=>{if(t.hasAttribute("src")){const n=new URL(t.src).origin;n!==location.origin&&e.push({src:n,crossOrigin:t.crossOrigin||"module"===t.getAttribute("data-rocket-type")})}})),e=[...new Map(e.map((e=>[JSON.stringify(e),e]))).values()],this._batchInjectResourceHints(e,"preconnect")}async _loadEverythingNow(){this.lastBreath=Date.now(),this._delayEventListeners(),this._delayJQueryReady(this),this._handleDocumentWrite(),this._registerAllDelayedScripts(),this._preloadAllScripts(),await this._loadScriptsFromList(this.delayedScripts.normal),await this._loadScriptsFromList(this.delayedScripts.defer),await this._loadScriptsFromList(this.delayedScripts.async);try{await this._triggerDOMContentLoaded(),await this._triggerWindowLoad()}catch(e){}window.dispatchEvent(new Event("rocket-allScriptsLoaded")),this._replayClicks()}_registerAllDelayedScripts(){document.querySelectorAll("script[type=rocketlazyloadscript]").forEach((e=>{e.hasAttribute("src")?e.hasAttribute("async")&&!1!==e.async?this.delayedScripts.async.push(e):e.hasAttribute("defer")&&!1!==e.defer||"module"===e.getAttribute("data-rocket-type")?this.delayedScripts.defer.push(e):this.delayedScripts.normal.push(e):this.delayedScripts.normal.push(e)}))}async _transformScript(e){return await this._littleBreath(),new Promise((t=>{const n=document.createElement("script");[...e.attributes].forEach((e=>{let t=e.nodeName;"type"!==t&&("data-rocket-type"===t&&(t="type"),n.setAttribute(t,e.nodeValue))})),e.hasAttribute("src")?(n.addEventListener("load",t),n.addEventListener("error",t)):(n.text=e.text,t());try{e.parentNode.replaceChild(n,e)}catch(e){t()}}))}async _loadScriptsFromList(e){const t=e.shift();return t?(await this._transformScript(t),this._loadScriptsFromList(e)):Promise.resolve()}_preloadAllScripts(){this._batchInjectResourceHints([...this.delayedScripts.normal,...this.delayedScripts.defer,...this.delayedScripts.async],"preload")}_batchInjectResourceHints(e,t){var n=document.createDocumentFragment();e.forEach((e=>{if(e.src){const i=document.createElement("link");i.href=e.src,i.rel=t,"preconnect"!==t&&(i.as="script"),e.getAttribute&&"module"===e.getAttribute("data-rocket-type")&&(i.crossOrigin=!0),e.crossOrigin&&(i.crossOrigin=e.crossOrigin),n.appendChild(i)}})),document.head.appendChild(n)}_delayEventListeners(){let e={};function t(t,n){!function(t){function n(n){return e[t].eventsToRewrite.indexOf(n)>=0?"rocket-"+n:n}e[t]||(e[t]={originalFunctions:{add:t.addEventListener,remove:t.removeEventListener},eventsToRewrite:[]},t.addEventListener=function(){arguments[0]=n(arguments[0]),e[t].originalFunctions.add.apply(t,arguments)},t.removeEventListener=function(){arguments[0]=n(arguments[0]),e[t].originalFunctions.remove.apply(t,arguments)})}(t),e[t].eventsToRewrite.push(n)}function n(e,t){let n=e[t];Object.defineProperty(e,t,{get:()=>n||function(){},set(i){e["rocket"+t]=n=i}})}t(document,"DOMContentLoaded"),t(window,"DOMContentLoaded"),t(window,"load"),t(window,"pageshow"),t(document,"readystatechange"),n(document,"onreadystatechange"),n(window,"onload"),n(window,"onpageshow")}_delayJQueryReady(e){let t=window.jQuery;Object.defineProperty(window,"jQuery",{get:()=>t,set(n){if(n&&n.fn&&!e.allJQueries.includes(n)){n.fn.ready=n.fn.init.prototype.ready=function(t){e.domReadyFired?t.bind(document)(n):document.addEventListener("rocket-DOMContentLoaded",(()=>t.bind(document)(n)))};const t=n.fn.on;n.fn.on=n.fn.init.prototype.on=function(){if(this[0]===window){function e(e){return e.split(" ").map((e=>"load"===e||0===e.indexOf("load.")?"rocket-jquery-load":e)).join(" ")}"string"==typeof arguments[0]||arguments[0]instanceof String?arguments[0]=e(arguments[0]):"object"==typeof arguments[0]&&Object.keys(arguments[0]).forEach((t=>{delete Object.assign(arguments[0],{[e(t)]:arguments[0][t]})[t]}))}return t.apply(this,arguments),this},e.allJQueries.push(n)}t=n}})}async _triggerDOMContentLoaded(){this.domReadyFired=!0,await this._littleBreath(),document.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),window.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),document.dispatchEvent(new Event("rocket-readystatechange")),await this._littleBreath(),document.rocketonreadystatechange&&document.rocketonreadystatechange()}async _triggerWindowLoad(){await this._littleBreath(),window.dispatchEvent(new Event("rocket-load")),await this._littleBreath(),window.rocketonload&&window.rocketonload(),await this._littleBreath(),this.allJQueries.forEach((e=>e(window).trigger("rocket-jquery-load"))),await this._littleBreath();const e=new Event("rocket-pageshow");e.persisted=this.persisted,window.dispatchEvent(e),await this._littleBreath(),window.rocketonpageshow&&window.rocketonpageshow({persisted:this.persisted})}_handleDocumentWrite(){const e=new Map;document.write=document.writeln=function(t){const n=document.currentScript,i=document.createRange(),r=n.parentElement;let o=e.get(n);void 0===o&&(o=n.nextSibling,e.set(n,o));const s=document.createDocumentFragment();i.setStart(s,0),s.appendChild(i.createContextualFragment(t)),r.insertBefore(s,o)}}async _littleBreath(){Date.now()-this.lastBreath>45&&(await this._requestAnimFrame(),this.lastBreath=Date.now())}async _requestAnimFrame(){return document.hidden?new Promise((e=>setTimeout(e))):new Promise((e=>requestAnimationFrame(e)))}static run(){const e=new RocketLazyLoadScripts;e._addUserInteractionListener(e)}}RocketLazyLoadScripts.run();</script> <script data-cfasync="false" data-no-defer="1" data-no-minify="1" data-no-optimize="1">var ewww_webp_supported=!1;function check_webp_feature(A,e){var w;e=void 0!==e?e:function(){},ewww_webp_supported?e(ewww_webp_supported):((w=new Image).onload=function(){ewww_webp_supported=0<w.width&&0<w.height,e&&e(ewww_webp_supported)},w.onerror=function(){e&&e(!1)},w.src="data:image/webp;base64,"+{alpha:"UklGRkoAAABXRUJQVlA4WAoAAAAQAAAAAAAAAAAAQUxQSAwAAAARBxAR/Q9ERP8DAABWUDggGAAAABQBAJ0BKgEAAQAAAP4AAA3AAP7mtQAAAA=="}[A])}check_webp_feature("alpha");</script><script data-cfasync="false" data-no-defer="1" data-no-minify="1" data-no-optimize="1">var Arrive=function(c,w){"use strict";if(c.MutationObserver&&"undefined"!=typeof HTMLElement){var r,a=0,u=(r=HTMLElement.prototype.matches||HTMLElement.prototype.webkitMatchesSelector||HTMLElement.prototype.mozMatchesSelector||HTMLElement.prototype.msMatchesSelector,{matchesSelector:function(e,t){return e instanceof HTMLElement&&r.call(e,t)},addMethod:function(e,t,r){var a=e[t];e[t]=function(){return r.length==arguments.length?r.apply(this,arguments):"function"==typeof a?a.apply(this,arguments):void 0}},callCallbacks:function(e,t){t&&t.options.onceOnly&&1==t.firedElems.length&&(e=[e[0]]);for(var r,a=0;r=e[a];a++)r&&r.callback&&r.callback.call(r.elem,r.elem);t&&t.options.onceOnly&&1==t.firedElems.length&&t.me.unbindEventWithSelectorAndCallback.call(t.target,t.selector,t.callback)},checkChildNodesRecursively:function(e,t,r,a){for(var i,n=0;i=e[n];n++)r(i,t,a)&&a.push({callback:t.callback,elem:i}),0<i.childNodes.length&&u.checkChildNodesRecursively(i.childNodes,t,r,a)},mergeArrays:function(e,t){var r,a={};for(r in e)e.hasOwnProperty(r)&&(a[r]=e[r]);for(r in t)t.hasOwnProperty(r)&&(a[r]=t[r]);return a},toElementsArray:function(e){return e=void 0!==e&&("number"!=typeof e.length||e===c)?[e]:e}}),e=(l.prototype.addEvent=function(e,t,r,a){a={target:e,selector:t,options:r,callback:a,firedElems:[]};return this._beforeAdding&&this._beforeAdding(a),this._eventsBucket.push(a),a},l.prototype.removeEvent=function(e){for(var t,r=this._eventsBucket.length-1;t=this._eventsBucket[r];r--)e(t)&&(this._beforeRemoving&&this._beforeRemoving(t),(t=this._eventsBucket.splice(r,1))&&t.length&&(t[0].callback=null))},l.prototype.beforeAdding=function(e){this._beforeAdding=e},l.prototype.beforeRemoving=function(e){this._beforeRemoving=e},l),t=function(i,n){var o=new e,l=this,s={fireOnAttributesModification:!1};return o.beforeAdding(function(t){var e=t.target;e!==c.document&&e!==c||(e=document.getElementsByTagName("html")[0]);var r=new MutationObserver(function(e){n.call(this,e,t)}),a=i(t.options);r.observe(e,a),t.observer=r,t.me=l}),o.beforeRemoving(function(e){e.observer.disconnect()}),this.bindEvent=function(e,t,r){t=u.mergeArrays(s,t);for(var a=u.toElementsArray(this),i=0;i<a.length;i++)o.addEvent(a[i],e,t,r)},this.unbindEvent=function(){var r=u.toElementsArray(this);o.removeEvent(function(e){for(var t=0;t<r.length;t++)if(this===w||e.target===r[t])return!0;return!1})},this.unbindEventWithSelectorOrCallback=function(r){var a=u.toElementsArray(this),i=r,e="function"==typeof r?function(e){for(var t=0;t<a.length;t++)if((this===w||e.target===a[t])&&e.callback===i)return!0;return!1}:function(e){for(var t=0;t<a.length;t++)if((this===w||e.target===a[t])&&e.selector===r)return!0;return!1};o.removeEvent(e)},this.unbindEventWithSelectorAndCallback=function(r,a){var i=u.toElementsArray(this);o.removeEvent(function(e){for(var t=0;t<i.length;t++)if((this===w||e.target===i[t])&&e.selector===r&&e.callback===a)return!0;return!1})},this},i=new function(){var s={fireOnAttributesModification:!1,onceOnly:!1,existing:!1};function n(e,t,r){return!(!u.matchesSelector(e,t.selector)||(e._id===w&&(e._id=a++),-1!=t.firedElems.indexOf(e._id)))&&(t.firedElems.push(e._id),!0)}var c=(i=new t(function(e){var t={attributes:!1,childList:!0,subtree:!0};return e.fireOnAttributesModification&&(t.attributes=!0),t},function(e,i){e.forEach(function(e){var t=e.addedNodes,r=e.target,a=[];null!==t&&0<t.length?u.checkChildNodesRecursively(t,i,n,a):"attributes"===e.type&&n(r,i)&&a.push({callback:i.callback,elem:r}),u.callCallbacks(a,i)})})).bindEvent;return i.bindEvent=function(e,t,r){t=void 0===r?(r=t,s):u.mergeArrays(s,t);var a=u.toElementsArray(this);if(t.existing){for(var i=[],n=0;n<a.length;n++)for(var o=a[n].querySelectorAll(e),l=0;l<o.length;l++)i.push({callback:r,elem:o[l]});if(t.onceOnly&&i.length)return r.call(i[0].elem,i[0].elem);setTimeout(u.callCallbacks,1,i)}c.call(this,e,t,r)},i},o=new function(){var a={};function i(e,t){return u.matchesSelector(e,t.selector)}var n=(o=new t(function(){return{childList:!0,subtree:!0}},function(e,r){e.forEach(function(e){var t=e.removedNodes,e=[];null!==t&&0<t.length&&u.checkChildNodesRecursively(t,r,i,e),u.callCallbacks(e,r)})})).bindEvent;return o.bindEvent=function(e,t,r){t=void 0===r?(r=t,a):u.mergeArrays(a,t),n.call(this,e,t,r)},o};d(HTMLElement.prototype),d(NodeList.prototype),d(HTMLCollection.prototype),d(HTMLDocument.prototype),d(Window.prototype);var n={};return s(i,n,"unbindAllArrive"),s(o,n,"unbindAllLeave"),n}function l(){this._eventsBucket=[],this._beforeAdding=null,this._beforeRemoving=null}function s(e,t,r){u.addMethod(t,r,e.unbindEvent),u.addMethod(t,r,e.unbindEventWithSelectorOrCallback),u.addMethod(t,r,e.unbindEventWithSelectorAndCallback)}function d(e){e.arrive=i.bindEvent,s(i,e,"unbindArrive"),e.leave=o.bindEvent,s(o,e,"unbindLeave")}}(window,void 0),ewww_webp_supported=!1;function check_webp_feature(e,t){var r;ewww_webp_supported?t(ewww_webp_supported):((r=new Image).onload=function(){ewww_webp_supported=0<r.width&&0<r.height,t(ewww_webp_supported)},r.onerror=function(){t(!1)},r.src="data:image/webp;base64,"+{alpha:"UklGRkoAAABXRUJQVlA4WAoAAAAQAAAAAAAAAAAAQUxQSAwAAAARBxAR/Q9ERP8DAABWUDggGAAAABQBAJ0BKgEAAQAAAP4AAA3AAP7mtQAAAA==",animation:"UklGRlIAAABXRUJQVlA4WAoAAAASAAAAAAAAAAAAQU5JTQYAAAD/////AABBTk1GJgAAAAAAAAAAAAAAAAAAAGQAAABWUDhMDQAAAC8AAAAQBxAREYiI/gcA"}[e])}function ewwwLoadImages(e){if(e){for(var t=document.querySelectorAll(".batch-image img, .image-wrapper a, .ngg-pro-masonry-item a, .ngg-galleria-offscreen-seo-wrapper a"),r=0,a=t.length;r<a;r++)ewwwAttr(t[r],"data-src",t[r].getAttribute("data-webp")),ewwwAttr(t[r],"data-thumbnail",t[r].getAttribute("data-webp-thumbnail"));for(var i=document.querySelectorAll("div.woocommerce-product-gallery__image"),r=0,a=i.length;r<a;r++)ewwwAttr(i[r],"data-thumb",i[r].getAttribute("data-webp-thumb"))}for(var n=document.querySelectorAll("video"),r=0,a=n.length;r<a;r++)ewwwAttr(n[r],"poster",e?n[r].getAttribute("data-poster-webp"):n[r].getAttribute("data-poster-image"));for(var o,l=document.querySelectorAll("img.ewww_webp_lazy_load"),r=0,a=l.length;r<a;r++)e&&(ewwwAttr(l[r],"data-lazy-srcset",l[r].getAttribute("data-lazy-srcset-webp")),ewwwAttr(l[r],"data-srcset",l[r].getAttribute("data-srcset-webp")),ewwwAttr(l[r],"data-lazy-src",l[r].getAttribute("data-lazy-src-webp")),ewwwAttr(l[r],"data-src",l[r].getAttribute("data-src-webp")),ewwwAttr(l[r],"data-orig-file",l[r].getAttribute("data-webp-orig-file")),ewwwAttr(l[r],"data-medium-file",l[r].getAttribute("data-webp-medium-file")),ewwwAttr(l[r],"data-large-file",l[r].getAttribute("data-webp-large-file")),null!=(o=l[r].getAttribute("srcset"))&&!1!==o&&o.includes("R0lGOD")&&ewwwAttr(l[r],"src",l[r].getAttribute("data-lazy-src-webp"))),l[r].className=l[r].className.replace(/\bewww_webp_lazy_load\b/,"");for(var s=document.querySelectorAll(".ewww_webp"),r=0,a=s.length;r<a;r++)e?(ewwwAttr(s[r],"srcset",s[r].getAttribute("data-srcset-webp")),ewwwAttr(s[r],"src",s[r].getAttribute("data-src-webp")),ewwwAttr(s[r],"data-orig-file",s[r].getAttribute("data-webp-orig-file")),ewwwAttr(s[r],"data-medium-file",s[r].getAttribute("data-webp-medium-file")),ewwwAttr(s[r],"data-large-file",s[r].getAttribute("data-webp-large-file")),ewwwAttr(s[r],"data-large_image",s[r].getAttribute("data-webp-large_image")),ewwwAttr(s[r],"data-src",s[r].getAttribute("data-webp-src"))):(ewwwAttr(s[r],"srcset",s[r].getAttribute("data-srcset-img")),ewwwAttr(s[r],"src",s[r].getAttribute("data-src-img"))),s[r].className=s[r].className.replace(/\bewww_webp\b/,"ewww_webp_loaded");window.jQuery&&jQuery.fn.isotope&&jQuery.fn.imagesLoaded&&(jQuery(".fusion-posts-container-infinite").imagesLoaded(function(){jQuery(".fusion-posts-container-infinite").hasClass("isotope")&&jQuery(".fusion-posts-container-infinite").isotope()}),jQuery(".fusion-portfolio:not(.fusion-recent-works) .fusion-portfolio-wrapper").imagesLoaded(function(){jQuery(".fusion-portfolio:not(.fusion-recent-works) .fusion-portfolio-wrapper").isotope()}))}function ewwwWebPInit(e){ewwwLoadImages(e),ewwwNggLoadGalleries(e),document.arrive(".ewww_webp",function(){ewwwLoadImages(e)}),document.arrive(".ewww_webp_lazy_load",function(){ewwwLoadImages(e)}),document.arrive("videos",function(){ewwwLoadImages(e)}),"loading"==document.readyState?document.addEventListener("DOMContentLoaded",ewwwJSONParserInit):("undefined"!=typeof galleries&&ewwwNggParseGalleries(e),ewwwWooParseVariations(e))}function ewwwAttr(e,t,r){null!=r&&!1!==r&&e.setAttribute(t,r)}function ewwwJSONParserInit(){"undefined"!=typeof galleries&&check_webp_feature("alpha",ewwwNggParseGalleries),check_webp_feature("alpha",ewwwWooParseVariations)}function ewwwWooParseVariations(e){if(e)for(var t=document.querySelectorAll("form.variations_form"),r=0,a=t.length;r<a;r++){var i=t[r].getAttribute("data-product_variations"),n=!1;try{for(var o in i=JSON.parse(i))void 0!==i[o]&&void 0!==i[o].image&&(void 0!==i[o].image.src_webp&&(i[o].image.src=i[o].image.src_webp,n=!0),void 0!==i[o].image.srcset_webp&&(i[o].image.srcset=i[o].image.srcset_webp,n=!0),void 0!==i[o].image.full_src_webp&&(i[o].image.full_src=i[o].image.full_src_webp,n=!0),void 0!==i[o].image.gallery_thumbnail_src_webp&&(i[o].image.gallery_thumbnail_src=i[o].image.gallery_thumbnail_src_webp,n=!0),void 0!==i[o].image.thumb_src_webp&&(i[o].image.thumb_src=i[o].image.thumb_src_webp,n=!0));n&&ewwwAttr(t[r],"data-product_variations",JSON.stringify(i))}catch(e){}}}function ewwwNggParseGalleries(e){if(e)for(var t in galleries){var r=galleries[t];galleries[t].images_list=ewwwNggParseImageList(r.images_list)}}function ewwwNggLoadGalleries(e){e&&document.addEventListener("ngg.galleria.themeadded",function(e,t){window.ngg_galleria._create_backup=window.ngg_galleria.create,window.ngg_galleria.create=function(e,t){var r=$(e).data("id");return galleries["gallery_"+r].images_list=ewwwNggParseImageList(galleries["gallery_"+r].images_list),window.ngg_galleria._create_backup(e,t)}})}function ewwwNggParseImageList(e){for(var t in e){var r=e[t];if(void 0!==r["image-webp"]&&(e[t].image=r["image-webp"],delete e[t]["image-webp"]),void 0!==r["thumb-webp"]&&(e[t].thumb=r["thumb-webp"],delete e[t]["thumb-webp"]),void 0!==r.full_image_webp&&(e[t].full_image=r.full_image_webp,delete e[t].full_image_webp),void 0!==r.srcsets)for(var a in r.srcsets)nggSrcset=r.srcsets[a],void 0!==r.srcsets[a+"-webp"]&&(e[t].srcsets[a]=r.srcsets[a+"-webp"],delete e[t].srcsets[a+"-webp"]);if(void 0!==r.full_srcsets)for(var i in r.full_srcsets)nggFSrcset=r.full_srcsets[i],void 0!==r.full_srcsets[i+"-webp"]&&(e[t].full_srcsets[i]=r.full_srcsets[i+"-webp"],delete e[t].full_srcsets[i+"-webp"])}return e}check_webp_feature("alpha",ewwwWebPInit);</script><meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' /> <style>img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }</style> <!-- This site is optimized with the Yoast SEO plugin v25.3.1 - https://yoast.com/wordpress/plugins/seo/ --> <title>Le Site Français - Votre Site Internet Professionnel dès 59€HT/mois</title><style id="rocket-critical-css">.fa{font-family:var(--fa-style-family,"Font Awesome 6 Pro");font-weight:var(--fa-style,900)}.fa,.fa-solid,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fa-solid,.far,.fas{font-family:"Font Awesome 6 Pro"}.fa-palette:before{content:"\f53f"}.fa-layer-group:before{content:"\f5fd"}.fa-phone-flip:before{content:"\f879"}.fa-phone:before{content:"\f095"}.fa-calendar-check:before{content:"\f274"}.fa-chess:before{content:"\f439"}.fa-times:before{content:"\f00d"}.fa-rocket:before{content:"\f135"}.fa-magic:before{content:"\f0d0"}.fa-check:before{content:"\f00c"}:host,:root{--fa-style-family-brands:"Font Awesome 6 Brands";--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands"}:host,:root{--fa-style-family-duotone:"Font Awesome 6 Duotone";--fa-font-duotone:normal 900 1em/1 "Font Awesome 6 Duotone"}:host,:root{--fa-font-light:normal 300 1em/1 "Font Awesome 6 Pro"}@font-face{font-family:"Font Awesome 6 Pro";font-style:normal;font-weight:300;font-display:swap;src:url(https://le-site-francais.fr/wp-content/plugins/bne-navbar/assets/fontawesome/webfonts/fa-light-300.woff2) format("woff2"),url(https://le-site-francais.fr/wp-content/plugins/bne-navbar/assets/fontawesome/webfonts/fa-light-300.ttf) format("truetype")}:host,:root{--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Pro"}@font-face{font-family:"Font Awesome 6 Pro";font-style:normal;font-weight:400;font-display:swap;src:url(https://le-site-francais.fr/wp-content/plugins/bne-navbar/assets/fontawesome/webfonts/fa-regular-400.woff2) format("woff2"),url(https://le-site-francais.fr/wp-content/plugins/bne-navbar/assets/fontawesome/webfonts/fa-regular-400.ttf) format("truetype")}.far{font-weight:400}:host,:root{--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Pro"}@font-face{font-family:"Font Awesome 6 Pro";font-style:normal;font-weight:900;font-display:swap;src:url(https://le-site-francais.fr/wp-content/plugins/bne-navbar/assets/fontawesome/webfonts/fa-solid-900.woff2) format("woff2"),url(https://le-site-francais.fr/wp-content/plugins/bne-navbar/assets/fontawesome/webfonts/fa-solid-900.ttf) format("truetype")}.fa-solid,.fas{font-weight:900}:host,:root{--fa-style-family-classic:"Font Awesome 6 Pro";--fa-font-thin:normal 100 1em/1 "Font Awesome 6 Pro"}@font-face{font-family:"Font Awesome 6 Pro";font-style:normal;font-weight:100;font-display:swap;src:url(https://le-site-francais.fr/wp-content/plugins/bne-navbar/assets/fontawesome/webfonts/fa-thin-100.woff2) format("woff2"),url(https://le-site-francais.fr/wp-content/plugins/bne-navbar/assets/fontawesome/webfonts/fa-thin-100.ttf) format("truetype")}#bne-navbar,#bne-navbar *{position:relative;margin:0;padding:0;box-sizing:border-box}#bne-navbar{position:fixed;z-index:999999;width:100%;min-width:100%;min-height:35px;bottom:0;left:0;right:0;background:#fff;box-shadow:0px 0px 5px rgba(0,0,0,.2);opacity:0;visibility:hidden}#bne-navbar.active{opacity:1;visibility:visible}#bne-navbar .bne-navbar-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}#bne-navbar .bne-navbar-btn-wrapper{-webkit-box-flex:1;-ms-flex:1 0;flex:1 0}#bne-navbar .bne-navbar-link{display:block;width:100%;height:100%;padding:10px;color:#777;text-align:center}#bne-navbar .bne-navbar-icon{font-size:25px;line-height:25px}#bne-navbar .bne-navbar-title{display:block;font-size:12px}@media only screen and (min-width:1025px){#bne-navbar.hide_on_standard{display:none}}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;overflow-x:hidden}details{display:block}summary{display:list-item}a{text-decoration:none;background:none}strong{font-weight:var(--bold-font-weight,bold )}img{height:auto;max-width:100%}button,input{vertical-align:top;text-transform:none;color:inherit;font:inherit;border:none;margin:0}input:not([type=submit]){outline:none!important}button{overflow:visible;-webkit-appearance:button}::-moz-focus-inner{border:0}::-webkit-file-upload-button{font:inherit;border:0;outline:0;padding-left:0;background:none}ul{list-style:none;margin:0;padding:0}:-webkit-full-screen-ancestor:not(iframe){animation:none!important}::-moz-placeholder{opacity:0.5;color:inherit}::-webkit-input-placeholder{color:inherit;opacity:0.5}html{font-family:var(--font-family,inherit);font-weight:var(--font-weight,400);font-size:var(--font-size,16px);font-style:var(--font-style,normal);text-transform:var(--text-transform,none);line-height:var(--line-height,28px);letter-spacing:var(--letter-spacing,0)}h1,h2,h3{margin:0;padding-top:1.5rem;color:var(--color-content-heading)}h1:first-child,h2:first-child,h3:first-child{padding-top:0}p,ul{margin:0 0 1.5rem}p:empty{display:none}ul{list-style-type:disc;margin-left:2.5rem}li{margin:0 0 0.5rem}h1:last-child,h2:last-child,p:last-child,ul:last-child,li:last-child{margin-bottom:0}.has_text_color h2,.has_text_color h3{color:inherit}input:not([type=submit]){font-family:var(--inputs-font-family,inherit );font-size:var(--inputs-font-size,inherit );font-weight:var(--inputs-font-weight,inherit );letter-spacing:var(--inputs-letter-spacing,inherit );text-transform:var(--inputs-text-transform,inherit );border-radius:var(--inputs-border-radius,0px );background:var(--inputs-background,transparent );border-color:var(--inputs-border-color,currentColor );color:var(--inputs-text-color,inherit );box-shadow:var(--inputs-box-shadow,none );border-width:var(--inputs-border-width,1px );border-style:solid;width:100%}input[type=checkbox]{-webkit-appearance:none;appearance:none;vertical-align:top;flex-shrink:0;text-align:center;margin-right:.5em;letter-spacing:0;text-transform:none;line-height:var(--inputs-checkbox-size,1.5em );height:var(--inputs-checkbox-size,1.5em );width:var(--inputs-checkbox-size,1.5em );padding:0;box-sizing:content-box}input[type=checkbox]:before{visibility:hidden;content:'\f00c';font-family:fontawesome;font-weight:900;vertical-align:top}.hidden{display:none!important}.i-cf:after{content:'';display:block;clear:both}.align_left{text-align:left}.align_right{text-align:right}a{color:var(--color-content-link)}.l-canvas{margin:0 auto;width:100%;flex-grow:1;background:var(--color-content-bg-grad);color:var(--color-content-text)}@media screen and (min-width:1025px){body:not(.us_iframe){display:flex;flex-direction:column;min-height:100vh}}.l-subheader,.l-section{padding-left:2.5rem;padding-right:2.5rem}.l-section{position:relative;margin:0 auto}.l-section-overlay{position:absolute;top:0;left:0;right:0;bottom:0}.l-section-h{position:relative;margin:0 auto;width:100%;max-width:var(--site-content-width,1200px)}.l-section.width_full{padding-left:0;padding-right:0}.l-section.width_full>.l-section-h{max-width:none!important}.l-section.height_medium{padding-top:4rem;padding-bottom:4rem}.header_hor .l-header.pos_fixed~.l-main>.l-section:first-of-type>.l-section-h{padding-top:var(--header-height)}.far,.fas{display:inline-block;line-height:1;font-family:"fontawesome";font-weight:400;font-style:normal;font-variant:normal;text-rendering:auto;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}.g-preloader{display:inline-block;vertical-align:top;position:relative;font-size:2.5rem;width:1em;height:1em;color:var(--color-content-primary)}.g-preloader.type_1:before,.g-preloader.type_1:after{content:'';display:block;position:absolute;top:0;left:0;right:0;bottom:0;border-radius:50%;border:2px solid}.g-preloader.type_1:before{opacity:0.2}.g-preloader.type_1:after{border-color:transparent;border-top-color:inherit;animation:rotation 0.8s infinite cubic-bezier(.6,.3,.3,.6)}@keyframes rotation{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.screen-reader-text{position:absolute;overflow:hidden;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;width:1px;margin:-1px;padding:0;border:0;word-wrap:normal!important}.l-body .vc_row:after,.l-body .vc_row:before,.l-body .vc_column-inner:after,.l-body .vc_column-inner:before{display:none}.g-cols.wpb_row{margin-bottom:0}.wpb_text_column:not(:last-child){margin-bottom:var(--text-block-margin-bottom,0px)}@media (max-width:1024px){.l-section.height_medium{padding-top:2.5rem;padding-bottom:2.5rem}}@media screen and (max-width:900px){.l-subheader{padding-left:1rem!important;padding-right:1rem!important}}@media screen and (max-width:600px){p{margin-bottom:1rem}h1,h2,h3{padding-top:1rem}.w-header-show{margin:10px!important}.l-subheader,.l-section{padding-left:1.5rem;padding-right:1.5rem}.l-section.height_medium{padding-top:1.5rem;padding-bottom:1.5rem}}.w-btn{display:inline-block;vertical-align:top;text-align:center;line-height:1.2;position:relative}.w-btn{padding:0.8em 1.8em}.w-btn i{display:inline-block;vertical-align:top;line-height:inherit}.w-btn.icon_atleft i{margin-right:0.5em}.w-btn:before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;border-radius:inherit;border-style:solid;border-color:inherit;border-image:inherit}.links_underline a.w-btn{text-decoration:none!important}.w-btn-wrapper{margin:0.3rem 0}.w-btn-wrapper[class*="align_none"]{display:inline-block;vertical-align:top}.w-grid.type_carousel .g-preloader{display:none}.g-cols.via_grid{display:grid;gap:var(--columns-gap,3rem)}.vc_column_container{display:flex;flex-direction:column;position:relative;border-color:var(--color-content-border)}.g-cols.via_grid>.vc_column_container{min-width:0;width:auto}.g-cols.cols_1{grid-template-columns:100%}.g-cols.cols_2{grid-template-columns:repeat(2,1fr)}.g-cols.cols_1-2{grid-template-columns:1fr 2fr}.g-cols.cols_2-3{grid-template-columns:2fr 3fr}.g-cols.cols_1-4-1{grid-template-columns:1fr 4fr 1fr}.g-cols.via_grid.type_default>.has_bg_color{padding:1.5rem}.g-cols.via_grid.valign_middle>.vc_column_container{justify-content:center}.g-cols.via_grid.valign_bottom>.vc_column_container{justify-content:flex-end}.l-header a{color:inherit}.l-subheader-cell{display:flex;align-items:center;flex-grow:1}.l-subheader-cell.at_left{justify-content:flex-start}.l-subheader-cell.at_center{justify-content:center}.l-subheader-cell.at_center>*{margin-left:0.7rem;margin-right:0.7rem}.l-subheader-cell.at_right{justify-content:flex-end}.l-subheader-cell:empty{display:none}.l-header:before{content:'auto';left:-100%;position:absolute;top:-100%;visibility:hidden!important}.w-html{line-height:1.5}.w-hwrapper{display:flex;align-items:center}.w-hwrapper>:not(:last-child){margin-inline-end:var(--hwrapper-gap,1.2rem)}.w-hwrapper.align_justify{justify-content:space-between}.w-hwrapper.align_right{justify-content:flex-end}.w-hwrapper.valign_stretch{align-items:stretch}.w-iconbox{position:relative}.w-iconbox-icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;font-size:2rem;text-align:center;max-width:100%}.w-iconbox:not(.icontype_img) .w-iconbox-icon{line-height:1}.w-iconbox-icon i{vertical-align:top;line-height:inherit}.w-iconbox-title{margin-bottom:0}.w-iconbox-title:not(:empty){padding:.5em 0}.w-iconbox.iconpos_left{display:flex;align-items:flex-start}.w-iconbox.iconpos_left .w-iconbox-icon{margin-right:calc(15px + 0.2em)}.w-iconbox.iconpos_left .w-iconbox-title{padding-top:0;margin-top:-0.2em}.w-iconbox.style_default.iconpos_left .w-iconbox-icon{width:1.1em}.w-iconbox.color_light .w-iconbox-icon{color:var(--color-content-border)}.l-header .w-image{flex-shrink:0}.l-main .w-image{max-width:100%}.w-image-h{display:block;height:inherit;max-height:inherit;border-radius:inherit;border-color:inherit!important;color:inherit!important}.w-image:not([class*="style_phone"]) .w-image-h{background:inherit}.w-image img{object-fit:contain;vertical-align:top;height:inherit;max-height:inherit;border-radius:inherit}.w-image.has_height img,.w-image[class*="ush_image_"] img{width:auto}.w-image-h[href]{position:relative}.w-hwrapper .w-nav.type_desktop{line-height:50px}.l-subheader-cell .w-nav{margin-left:0;margin-right:0}.w-nav-list{list-style:none;margin:0}.w-nav .menu-item{display:block;position:relative;margin:0}.w-nav-anchor{display:block;position:relative}.w-nav.type_desktop .w-nav-anchor.level_1{z-index:1}.w-nav-arrow{position:absolute;vertical-align:top;font-weight:normal;line-height:inherit;text-transform:none;text-align:center;outline:0!important;opacity:0;visibility:hidden}.w-nav-arrow:before{content:'\f107';vertical-align:top;font-family:fontawesome;font-weight:400}.w-nav.type_desktop .w-nav-anchor.level_1 .w-nav-arrow:before{font-size:1.2em;margin-inline-start:.4em}.w-nav.type_desktop .hover_underline .w-nav-anchor.level_1{text-decoration:none!important}.w-nav.type_desktop .hover_underline .w-nav-title{position:relative}.no-touch .w-nav.type_desktop .hover_underline .w-nav-anchor.level_1 .w-nav-title:after{display:block;content:'';position:absolute;left:0;bottom:-0.4em;margin:0 auto -2px;height:2px;width:100%;background:currentColor;opacity:0}.header_hor .w-nav.type_desktop>.w-nav-list{display:flex;align-items:center}.header_hor .w-nav.type_desktop>.w-nav-list>.menu-item{flex-shrink:0}.w-nav-control{display:none;line-height:50px;height:50px;padding:0 .8rem;color:inherit}.w-nav-icon{display:inline-block;vertical-align:top;font-size:20px;position:relative;height:inherit;width:1em}.w-nav-icon>div,.w-nav-icon>div:before,.w-nav-icon>div:after{content:'';display:block;position:absolute;height:0;width:inherit}.w-nav-icon>div{border-bottom:0.15em solid}.w-nav-icon>div:before,.w-nav-icon>div:after{border-bottom:inherit}.w-nav-icon>div{top:50%;transform:translateY(-50%)}.w-nav-icon>div:before{top:-0.3333em}.w-nav-icon>div:after{top:0.3333em}.w-nav-close{display:none;position:absolute;top:0;right:0;text-align:center;font-size:3rem;line-height:2;width:2em;opacity:0.5}.w-nav-close:before{content:'\f00d';font-family:fontawesome;font-weight:normal;vertical-align:top}@media screen and (max-width:767px){.w-nav-close{font-size:2rem}}.w-separator{clear:both;overflow:hidden;line-height:0;height:1.5rem}.w-separator:not(.with_content){position:relative}.w-separator.size_small:empty{height:1.5rem}.w-separator.size_medium:empty{height:3rem}.w-separator.size_large:empty{height:4.5rem}@media (max-width:1024px){.w-separator.size_small:empty{height:1rem}.w-separator.size_medium:empty{height:calc(1rem + 2.5vw)}.w-separator.size_large:empty{height:calc(1rem + 5vw)}}.w-tabs-sections{position:relative}.w-tabs-section{display:none;border-color:var(--color-content-border)}.w-tabs-section.active{display:block}.w-tabs-section-header{display:none;align-items:center;text-align:inherit;line-height:1.5;padding:1em 1.5em;width:100%;background:transparent}.w-tabs-section:not(.active) .w-tabs-section-header{color:inherit}.w-tabs[style*="--sections-title-size"]>div>div>.w-tabs-section-header{font-size:var(--sections-title-size)}.w-tabs[style*="--sections-title-size"]>div>div>.w-tabs-section-header>.w-tabs-section-title{font-size:inherit}.w-tabs-section-header i{flex-shrink:0;line-height:inherit;vertical-align:top}.w-tabs-section-title{line-height:inherit;white-space:normal;margin-bottom:0!important;padding:0!important;color:inherit;margin-inline-end:.6em}i+.w-tabs-section-title{margin-inline-start:.6em}.w-tabs-section-control{flex-shrink:0;line-height:1em;height:1em;width:1em;text-align:center;transform:rotate(0deg)}.w-tabs-section.active>.w-tabs-section-header .w-tabs-section-control{transform:rotate(180deg)}.w-tabs-section-content{padding-top:3rem}.w-tabs-section-content-h{margin:0 auto;max-width:var(--site-content-width,1200px)}.w-tabs.accordion>div>.w-tabs-section{display:block;border-style:solid;border-width:1px 0 0 0}.w-tabs.accordion>div>.w-tabs-section:last-of-type{border-bottom-width:1px}.w-tabs.accordion>div>div>.w-tabs-section-header{display:flex}.w-tabs-section.active:not(.has_text_color)>.w-tabs-section-header{color:var(--color-content-primary)}.w-tabs.accordion>div>div>.w-tabs-section-content{display:none;padding:1.5rem}.w-tabs.accordion>div>.w-tabs-section.active .w-tabs-section-content{display:block}.w-tabs.accordion.remove_indents>div>div>.w-tabs-section-header,.w-tabs.accordion.remove_indents>div>div>.w-tabs-section-content{padding-left:0!important;padding-right:0!important}.w-tabs-sections.icon_chevron>div>.w-tabs-section-header .w-tabs-section-control:before,.w-tabs-sections.icon_chevron>div>.w-tabs-section-header .w-tabs-section-control:after{content:'';position:absolute;top:20%;height:60%;width:.15em;background:currentColor;border-radius:1px}.w-tabs-sections.icon_chevron>div>.w-tabs-section-header .w-tabs-section-control:before{left:.262em;transform:rotate(-45deg)}.w-tabs-sections.icon_chevron>div>.w-tabs-section-header .w-tabs-section-control:after{right:.262em;transform:rotate(45deg)}.w-tabs-sections.cpos_right>div>.w-tabs-section-header .w-tabs-section-control{margin-inline-start:auto}.w-text{padding:0}.w-vwrapper{display:flex;flex-direction:column}.w-vwrapper>*:not(:last-child){margin-bottom:var(--vwrapper-gap,0.7rem)}:root{--color-header-middle-bg:#fff;--color-header-middle-bg-grad:#fff;--color-header-middle-text:#05053a;--color-header-middle-text-hover:#ff394c;--color-header-transparent-bg:transparent;--color-header-transparent-bg-grad:transparent;--color-header-transparent-text:#fff;--color-header-transparent-text-hover:#fff;--color-chrome-toolbar:#EBEBFF;--color-header-top-bg:#f5f5f5;--color-header-top-bg-grad:linear-gradient(0deg,#f5f5f5,#fff);--color-header-top-text:#6e6e73;--color-header-top-text-hover:#ff394c;--color-header-top-transparent-bg:rgba(0,0,0,0.2);--color-header-top-transparent-bg-grad:rgba(0,0,0,0.2);--color-header-top-transparent-text:rgba(255,255,255,0.66);--color-header-top-transparent-text-hover:#fff;--color-content-bg:#fff;--color-content-bg-grad:#fff;--color-content-bg-alt:#EBEBFF;--color-content-bg-alt-grad:#EBEBFF;--color-content-border:#EBEBFF;--color-content-heading:#05053a;--color-content-heading-grad:#05053a;--color-content-text:#6e6e73;--color-content-link:#5555e4;--color-content-link-hover:#ff394c;--color-content-primary:#5555e4;--color-content-primary-grad:#5555e4;--color-content-secondary:#ff394c;--color-content-secondary-grad:#ff394c;--color-content-faded:#999;--color-content-overlay:rgba(5,5,58,0.75);--color-content-overlay-grad:rgba(5,5,58,0.75);--color-alt-content-bg:#cbcbff;--color-alt-content-bg-grad:#cbcbff;--color-alt-content-bg-alt:#fff;--color-alt-content-bg-alt-grad:#fff;--color-alt-content-border:#cbcbff;--color-alt-content-heading:#05053a;--color-alt-content-heading-grad:#05053a;--color-alt-content-text:#6e6e73;--color-alt-content-link:#5555e4;--color-alt-content-link-hover:#FFEBED;--color-alt-content-primary:#5555e4;--color-alt-content-primary-grad:#5555e4;--color-alt-content-secondary:#ff394c;--color-alt-content-secondary-grad:#ff394c;--color-alt-content-faded:#999;--color-alt-content-overlay:#05053a;--color-alt-content-overlay-grad:linear-gradient(135deg,#05053a,rgba(5,5,58,0.75));--color-footer-bg:#05053a;--color-footer-bg-grad:#05053a;--color-footer-bg-alt:#000000;--color-footer-bg-alt-grad:#000000;--color-footer-border:#cbcbff;--color-footer-heading:#cbcbff;--color-footer-heading-grad:#cbcbff;--color-footer-text:#FFFFFF;--color-footer-link:#5555e4;--color-footer-link-hover:#ff394c;--color-subfooter-bg:#05053a;--color-subfooter-bg-grad:#05053a;--color-subfooter-bg-alt:#000000;--color-subfooter-bg-alt-grad:#000000;--color-subfooter-border:#cbcbff;--color-subfooter-heading:#cbcbff;--color-subfooter-heading-grad:#cbcbff;--color-subfooter-text:#bbb;--color-subfooter-link:#fff;--color-subfooter-link-hover:#ff394c;--color-content-primary-faded:rgba(85,85,228,0.15);--box-shadow:0 5px 15px rgba(0,0,0,.15);--box-shadow-up:0 -5px 15px rgba(0,0,0,.15);--site-canvas-width:1300px;--site-content-width:1280px;--text-block-margin-bottom:0.5rem;--focus-outline-width:2px}a{text-decoration:none;text-underline-offset:0.2em}:root{--font-family:Outfit,sans-serif;--font-size:18px;--line-height:26px;--font-weight:300;--bold-font-weight:600;--text-transform:none;--font-style:normal;--letter-spacing:0em;--h1-font-family:inherit;--h1-font-size:43px;--h1-line-height:1.1;--h1-font-weight:700;--h1-bold-font-weight:700;--h1-text-transform:none;--h1-font-style:normal;--h1-letter-spacing:0;--h1-margin-bottom:0.6em;--h2-font-family:Outfit,sans-serif;--h2-font-size:40px;--h2-line-height:1.1;--h2-font-weight:var(--h1-font-weight);--h2-bold-font-weight:var(--h1-bold-font-weight);--h2-text-transform:var(--h1-text-transform);--h2-font-style:var(--h1-font-style);--h2-letter-spacing:0;--h2-margin-bottom:0.6em;--h3-font-family:var(--h1-font-family);--h3-font-size:24px;--h3-line-height:1.1;--h3-font-weight:600;--h3-bold-font-weight:600;--h3-text-transform:var(--h1-text-transform);--h3-font-style:var(--h1-font-style);--h3-letter-spacing:0;--h3-margin-bottom:0.6em;--h4-font-family:var(--h1-font-family);--h4-font-size:20px;--h4-line-height:1.1;--h4-font-weight:700;--h4-bold-font-weight:var(--h1-bold-font-weight);--h4-text-transform:var(--h1-text-transform);--h4-font-style:var(--h1-font-style);--h4-letter-spacing:0;--h4-margin-bottom:0.6em;--h5-font-family:var(--h1-font-family);--h5-font-size:17px;--h5-line-height:1.1;--h5-font-weight:600;--h5-bold-font-weight:var(--h1-bold-font-weight);--h5-text-transform:var(--h1-text-transform);--h5-font-style:var(--h1-font-style);--h5-letter-spacing:0;--h5-margin-bottom:0.6em;--h6-font-family:var(--h1-font-family);--h6-font-size:14px;--h6-line-height:1.2;--h6-font-weight:600;--h6-bold-font-weight:var(--h1-bold-font-weight);--h6-text-transform:var(--h1-text-transform);--h6-font-style:var(--h1-font-style);--h6-letter-spacing:0;--h6-margin-bottom:0.6em}@media (min-width:1051px) and (max-width:1380px){:root{--h1-font-size:42px}}@media (min-width:601px) and (max-width:1050px){:root{--font-size:20px;--h1-font-size:34px;--h2-font-size:30px}}@media (max-width:600px){:root{--font-size:20px;--h1-font-size:34px;--h2-font-size:30px}}h1{font-family:var(--h1-font-family,inherit);font-weight:var(--h1-font-weight,inherit);font-size:var(--h1-font-size,inherit);font-style:var(--h1-font-style,inherit);line-height:var(--h1-line-height,1.4);letter-spacing:var(--h1-letter-spacing,inherit);text-transform:var(--h1-text-transform,inherit);margin-bottom:var(--h1-margin-bottom,1.5rem)}h2{font-family:var(--h2-font-family,inherit);font-weight:var(--h2-font-weight,inherit);font-size:var(--h2-font-size,inherit);font-style:var(--h2-font-style,inherit);line-height:var(--h2-line-height,1.4);letter-spacing:var(--h2-letter-spacing,inherit);text-transform:var(--h2-text-transform,inherit);margin-bottom:var(--h2-margin-bottom,1.5rem)}h3{font-family:var(--h3-font-family,inherit);font-weight:var(--h3-font-weight,inherit);font-size:var(--h3-font-size,inherit);font-style:var(--h3-font-style,inherit);line-height:var(--h3-line-height,1.4);letter-spacing:var(--h3-letter-spacing,inherit);text-transform:var(--h3-text-transform,inherit);margin-bottom:var(--h3-margin-bottom,1.5rem)}body{background:var(--color-content-bg-alt)}@media (min-width:1051px) and (max-width:1380px){body:not(.usb_preview) .hide_on_laptops{display:none!important}}@media (min-width:601px) and (max-width:1050px){body:not(.usb_preview) .hide_on_tablets{display:none!important}}@media (max-width:600px){body:not(.usb_preview) .hide_on_mobiles{display:none!important}.mobiles_align_justify{justify-content:space-between}.w-hwrapper>.mobiles_align_justify,.mobiles_align_justify>.w-btn{width:100%}.w-hwrapper.stack_on_mobiles{display:block}.w-hwrapper.stack_on_mobiles>:not(script){display:block;margin:0 0 var(--hwrapper-gap,1.2rem)}.w-hwrapper.stack_on_mobiles>:last-child{margin-bottom:0}}@media (max-width:1050px){.g-cols.tablets-cols_1{grid-template-columns:100%}}@media (max-width:600px){.g-cols.mobiles-cols_1{grid-template-columns:100%}.g-cols:not([style*="--columns-gap"]){gap:1.5rem}}@media (max-width:599px){.l-canvas{overflow:hidden}.g-cols.stacking_default.via_grid.mobiles-cols_1{grid-template-columns:100%}}:focus-visible{outline-width:var(--focus-outline-width,2px );outline-style:solid;outline-offset:2px;outline-color:var(--color-content-primary)}.w-header-show{background:var(--color-header-middle-text-hover)}.us-btn-style_1{font-family:var(--font-family);font-size:15px;line-height:1!important;font-weight:600;font-style:normal;text-transform:none;letter-spacing:0.02em;border-radius:40px;padding:1em 1.2em;background:var(--color-content-primary);border-color:transparent;color:#ffffff!important}.us-btn-style_1:before{border-width:0px}.us-btn-style_2{font-family:var(--font-family);font-size:15px;line-height:1!important;font-weight:600;font-style:normal;text-transform:none;letter-spacing:0em;border-radius:40px;padding:1em 1.2em;background:var(--color-content-bg-alt);border-color:transparent;color:var(--color-content-link)!important}.us-btn-style_2:before{border-width:0px}.us-btn-style_5{font-family:var(--font-family);font-size:15px;line-height:1!important;font-weight:600;font-style:normal;text-transform:none;letter-spacing:0em;border-radius:40px;padding:1em 1.2em;background:var(--color-header-middle-text-hover);border-color:transparent;color:var(--color-header-middle-bg)!important}.us-btn-style_5:before{border-width:1px}.us-btn-style_5{overflow:hidden;-webkit-transform:translateZ(0)}.us-btn-style_5>*{position:relative;z-index:1}.no-touch .us-btn-style_5:after{content:"";position:absolute;top:0;left:0;right:0;height:0;background:var(--color-header-middle-text-hover)}.us-btn-style_6{font-family:var(--font-family);font-size:15px;line-height:1.1!important;font-weight:500;font-style:normal;text-transform:none;letter-spacing:0em;border-radius:40px;padding:0.8em 0.9em;background:var(--color-header-middle-text-hover);border-color:transparent;color:var(--color-header-middle-bg)!important}.us-btn-style_6:before{border-width:1px}.us-btn-style_6{overflow:hidden;-webkit-transform:translateZ(0)}.us-btn-style_6>*{position:relative;z-index:1}.no-touch .us-btn-style_6:after{content:"";position:absolute;top:0;left:0;right:0;height:0;background:var(--color-header-middle-text-hover)}.us-btn-style_3{font-family:var(--font-family);font-size:18px;line-height:1.1!important;font-weight:600;font-style:normal;text-transform:none;letter-spacing:0.02em;padding:0em 0em;background:transparent;border-color:transparent;color:var(--color-content-link)!important}.us-btn-style_3:before{border-width:0px}:root{--inputs-font-family:inherit;--inputs-font-size:1rem;--inputs-font-weight:400;--inputs-letter-spacing:0em;--inputs-text-transform:none;--inputs-height:2.8rem;--inputs-padding:0.8rem;--inputs-checkbox-size:1.5em;--inputs-border-width:1px;--inputs-border-radius:15px;--inputs-background:var(--color-header-middle-bg);--inputs-border-color:var(--color-header-middle-text);--inputs-text-color:var(--color-content-heading);--inputs-box-shadow:0px 1px 0px 0px rgba(0,0,0,0.08) inset;--inputs-focus-background:var(--color-header-middle-bg);--inputs-focus-border-color:var(--color-content-link);--inputs-focus-text-color:var(--color-header-middle-text);--inputs-focus-box-shadow:0px 0px 0px 2px var(--color-content-primary)}.fa-check:before{content:"\f00c"}.fa-phone:before{content:"\f095"}.fa-times:before{content:"\f00d"}.w-nav-icon>div:before{top:-0.3333em;border-radius:20px}.ush_menu_1 .w-nav-icon>div{border-width:5px;border-radius:10px}.w-nav-icon>div:after{top:0.3333em;border-radius:20px}@media (max-width:600px){.l-header.pos_fixed:not(.notransition) .l-subheader{background:#EBEBFE}}@media screen and (max-width:900px){.l-subheader{padding-left:0.2rem!important;padding-right:0.2rem!important}}@media (min-width:981px){.l-subheader.width_full{padding-left:7px!important;padding-right:7px!important}}.fa-chess:before{content:"\f439"}.fa-layer-group:before{content:"\f5fd"}.fa-palette:before{content:"\f53f"}.fa-magic:before{content:"\f0d0"}.fa-check:before{content:"\f00c"}.fa-calendar-check:before{content:"\f274"}.fa-phone:before{content:"\f095"}</style><link rel="preload" href="https://le-site-francais.fr/wp-content/cache/min/1/56eb992e726aa3ad8d2a158c2ce319e3.css" data-rocket-async="style" as="style" onload="this.onload=null;this.rel='stylesheet'" onerror="this.removeAttribute('data-rocket-async')" media="all" data-minify="1" /> <meta name="description" content="Chez le Site Français, nous créons des Sites Internet pour les professionnels et nous le faisons bien ! Site dès 59€HT en location !" /> <link rel="canonical" href="https://le-site-francais.fr/" /> <meta property="og:locale" content="fr_FR" /> <meta property="og:type" content="website" /> <meta property="og:title" content="Le Site Français - Votre Site Internet Professionnel dès 59€HT/mois" /> <meta property="og:description" content="Chez le Site Français, nous créons des Sites Internet pour les professionnels et nous le faisons bien ! Site dès 59€HT en location !" /> <meta property="og:url" content="https://le-site-francais.fr/" /> <meta property="og:site_name" content="Le Site Français" /> <meta property="article:modified_time" content="2025-06-27T12:29:09+00:00" /> <meta property="og:image" content="https://le-site-francais.fr/wp-content/uploads/2023/09/Fleche_Bleu.png" /> <meta property="og:image:width" content="424" /> <meta property="og:image:height" content="395" /> <meta property="og:image:type" content="image/png" /> <meta name="twitter:card" content="summary_large_image" /> <script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"WebPage","@id":"https://le-site-francais.fr/","url":"https://le-site-francais.fr/","name":"Le Site Français - Votre Site Internet Professionnel dès 59€HT/mois","isPartOf":{"@id":"https://le-site-francais.fr/#website"},"about":{"@id":"https://le-site-francais.fr/#organization"},"primaryImageOfPage":{"@id":"https://le-site-francais.fr/#primaryimage"},"image":{"@id":"https://le-site-francais.fr/#primaryimage"},"thumbnailUrl":"https://le-site-francais.fr/wp-content/uploads/2023/09/Fleche_Bleu.png","datePublished":"2023-09-17T11:49:31+00:00","dateModified":"2025-06-27T12:29:09+00:00","description":"Chez le Site Français, nous créons des Sites Internet pour les professionnels et nous le faisons bien ! Site dès 59€HT en location !","breadcrumb":{"@id":"https://le-site-francais.fr/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https://le-site-francais.fr/"]}]},{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https://le-site-francais.fr/#primaryimage","url":"https://le-site-francais.fr/wp-content/uploads/2023/09/Fleche_Bleu.png","contentUrl":"https://le-site-francais.fr/wp-content/uploads/2023/09/Fleche_Bleu.png","width":424,"height":395},{"@type":"BreadcrumbList","@id":"https://le-site-francais.fr/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil"}]},{"@type":"WebSite","@id":"https://le-site-francais.fr/#website","url":"https://le-site-francais.fr/","name":"Le Site Français","description":"Sites Internet de qualité pour petites entreprises","publisher":{"@id":"https://le-site-francais.fr/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://le-site-francais.fr/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-FR"},{"@type":"Organization","@id":"https://le-site-francais.fr/#organization","name":"Le Site Français","url":"https://le-site-francais.fr/","logo":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https://le-site-francais.fr/#/schema/logo/image/","url":"https://le-site-francais.fr/wp-content/uploads/2023/09/Logo_Contract_Lsf_Bleu.png","contentUrl":"https://le-site-francais.fr/wp-content/uploads/2023/09/Logo_Contract_Lsf_Bleu.png","width":1310,"height":714,"caption":"Le Site Français"},"image":{"@id":"https://le-site-francais.fr/#/schema/logo/image/"}}]}</script> <!-- / Yoast SEO plugin. --> <link rel="alternate" type="application/rss+xml" title="Le Site Français » Flux" href="https://le-site-francais.fr/feed/" /> <link rel="alternate" type="application/rss+xml" title="Le Site Français » Flux des commentaires" href="https://le-site-francais.fr/comments/feed/" /> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="SKYPE_TOOLBAR" content="SKYPE_TOOLBAR_PARSER_COMPATIBLE"> <meta name="theme-color" content="#EBEBFF"> <!-- le-site-francais.fr is managing ads with Advanced Ads 2.0.9 – https://wpadvancedads.com/ --><!--noptimize--><script type="rocketlazyloadscript" id="lsf20-ready"> window.advanced_ads_ready=function(e,a){a=a||"complete";var d=function(e){return"interactive"===a?"loading"!==e:"complete"===e};d(document.readyState)?e():document.addEventListener("readystatechange",(function(a){d(a.target.readyState)&&e()}),{once:"interactive"===a})},window.advanced_ads_ready_queue=window.advanced_ads_ready_queue||[]; </script> <!--/noptimize--><style id='wp-emoji-styles-inline-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> <style id='rocket-lazyload-inline-css'> .rll-youtube-player{position:relative;padding-bottom:56.23%;height:0;overflow:hidden;max-width:100%;}.rll-youtube-player:focus-within{outline: 2px solid currentColor;outline-offset: 5px;}.rll-youtube-player iframe{position:absolute;top:0;left:0;width:100%;height:100%;z-index:100;background:0 0}.rll-youtube-player img{bottom:0;display:block;left:0;margin:auto;max-width:100%;width:100%;position:absolute;right:0;top:0;border:none;height:auto;-webkit-transition:.4s all;-moz-transition:.4s all;transition:.4s all}.rll-youtube-player img:hover{-webkit-filter:brightness(75%)}.rll-youtube-player .play{height:100%;width:100%;left:0;top:0;position:absolute;background:url(https://le-site-francais.fr/wp-content/plugins/wp-rocket/assets/img/youtube.png) no-repeat center;background-color: transparent !important;cursor:pointer;border:none;} </style> <script type="rocketlazyloadscript"></script><link rel="https://api.w.org/" href="https://le-site-francais.fr/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://le-site-francais.fr/wp-json/wp/v2/pages/27586" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://le-site-francais.fr/xmlrpc.php?rsd" /> <meta name="generator" content="WordPress 6.8.1" /> <link rel='shortlink' href='https://le-site-francais.fr/' /> <link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://le-site-francais.fr/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fle-site-francais.fr%2F" /> <link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://le-site-francais.fr/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fle-site-francais.fr%2F&format=xml" /> <meta name="generator" content="performance-lab 3.9.0; plugins: image-prioritizer, speculation-rules"> <!-- Schema optimized by Schema Pro --><script type="application/ld+json">{"@context":"https://schema.org","@type":"Service","name":"Le Site Français","serviceType":"WebsiteDevelopment","image":{"@type":"ImageObject","url":"https://le-site-francais.fr/wp-content/uploads/2023/09/Fleche_Bleu.png","width":424,"height":395},"provider":{"@type":"LocalBusiness","name":"Le Site Français","image":{"@type":"ImageObject","url":"https://le-site-francais.fr/wp-content/uploads/2023/09/Fleche_Bleu.png","width":424,"height":395},"telephone":"05 35 54 17 06","priceRange":"900€ à 4000€","address":{"@type":"PostalAddress","addressLocality":"France","addressRegion":null,"streetAddress":"9 rue Vauban 33000 Bordeaux"}},"areaServed":{"@type":"State","name":"France"},"description":"Chez le Site Français, nous créons des Sites Internet pour les professionnels et nous le faisons bien ! Site dès 59€HT en location !"}</script><!-- / Schema optimized by Schema Pro --><!-- Schema optimized by Schema Pro --><script type="application/ld+json">[]</script><!-- / Schema optimized by Schema Pro --><!-- site-navigation-element Schema optimized by Schema Pro --><script type="application/ld+json">{"@context":"https:\/\/schema.org","@graph":[{"@context":"https:\/\/schema.org","@type":"SiteNavigationElement","id":"site-navigation","name":"Offre Site Internet","url":"https:\/\/le-site-francais.fr\/creation-site-internet\/"},{"@context":"https:\/\/schema.org","@type":"SiteNavigationElement","id":"site-navigation","name":"Tarifs","url":"\/prix-site-internet\/"},{"@context":"https:\/\/schema.org","@type":"SiteNavigationElement","id":"site-navigation","name":"R\u00e9alisations","url":"\/exemple-site-web\/"},{"@context":"https:\/\/schema.org","@type":"SiteNavigationElement","id":"site-navigation","name":"Blog","url":"\/actualites\/"}]}</script><!-- / site-navigation-element Schema optimized by Schema Pro --> <style>.cmplz-hidden { display: none !important; }</style><meta name="generator" content="speculation-rules 1.5.0"> <script id="us_add_no_touch"> if ( ! /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test( navigator.userAgent ) ) { document.documentElement.classList.add( "no-touch" ); } </script> <script type="rocketlazyloadscript" id="us_color_scheme_switch_class"> if ( document.cookie.includes( "us_color_scheme_switch_is_on=true" ) ) { document.documentElement.classList.add( "us-color-scheme-on" ); } </script> <meta name="generator" content="optimization-detective 1.0.0-beta3"> <meta name="generator" content="Powered by WPBakery Page Builder - drag and drop page builder for WordPress."/> <noscript><style>.lazyload[data-src]{display:none !important;}</style></noscript><style>.lazyload{background-image:none !important;}.lazyload:before{background-image:none !important;}</style><style>.wp-block-gallery.is-cropped .blocks-gallery-item picture{height:100%;width:100%;}</style><meta name="generator" content="image-prioritizer 1.0.0-beta2"> <style id="wpsp-style-frontend"></style> <link rel="icon" href="https://le-site-francais.fr/wp-content/uploads/2023/09/Logo_Icone_Lsf_Bleu-80x80.png" sizes="32x32" /> <link rel="icon" href="https://le-site-francais.fr/wp-content/uploads/2023/09/Logo_Icone_Lsf_Bleu.png" sizes="192x192" /> <link rel="apple-touch-icon" href="https://le-site-francais.fr/wp-content/uploads/2023/09/Logo_Icone_Lsf_Bleu.png" /> <meta name="msapplication-TileImage" content="https://le-site-francais.fr/wp-content/uploads/2023/09/Logo_Icone_Lsf_Bleu.png" /> <noscript><style> .wpb_animate_when_almost_visible { opacity: 1; }</style></noscript><noscript><style id="rocket-lazyload-nojs-css">.rll-youtube-player, [data-lazy-src]{display:none !important;}</style></noscript><script type="rocketlazyloadscript"> /*! loadCSS rel=preload polyfill. [c]2017 Filament Group, Inc. MIT License */ (function(w){"use strict";if(!w.loadCSS){w.loadCSS=function(){}} var rp=loadCSS.relpreload={};rp.support=(function(){var ret;try{ret=w.document.createElement("link").relList.supports("preload")}catch(e){ret=!1} return function(){return ret}})();rp.bindMediaToggle=function(link){var finalMedia=link.media||"all";function enableStylesheet(){link.media=finalMedia} if(link.addEventListener){link.addEventListener("load",enableStylesheet)}else if(link.attachEvent){link.attachEvent("onload",enableStylesheet)} setTimeout(function(){link.rel="stylesheet";link.media="only x"});setTimeout(enableStylesheet,3000)};rp.poly=function(){if(rp.support()){return} var links=w.document.getElementsByTagName("link");for(var i=0;i<links.length;i++){var link=links[i];if(link.rel==="preload"&&link.getAttribute("as")==="style"&&!link.getAttribute("data-loadcss")){link.setAttribute("data-loadcss",!0);rp.bindMediaToggle(link)}}};if(!rp.support()){rp.poly();var run=w.setInterval(rp.poly,500);if(w.addEventListener){w.addEventListener("load",function(){rp.poly();w.clearInterval(run)})}else if(w.attachEvent){w.attachEvent("onload",function(){rp.poly();w.clearInterval(run)})}} if(typeof exports!=="undefined"){exports.loadCSS=loadCSS} else{w.loadCSS=loadCSS}}(typeof global!=="undefined"?global:this)) </script> <style id="us-icon-fonts">@font-face{font-display:block;font-style:normal;font-family:"fontawesome";font-weight:900;src:url("https://le-site-francais.fr/wp-content/themes/Impreza/fonts/fa-solid-900.woff2?ver=8.36.1") format("woff2")}.fas{font-family:"fontawesome";font-weight:900}@font-face{font-display:block;font-style:normal;font-family:"fontawesome";font-weight:400;src:url("https://le-site-francais.fr/wp-content/themes/Impreza/fonts/fa-regular-400.woff2?ver=8.36.1") format("woff2")}.far{font-family:"fontawesome";font-weight:400}@font-face{font-display:block;font-style:normal;font-family:"fontawesome";font-weight:300;src:url("https://le-site-francais.fr/wp-content/themes/Impreza/fonts/fa-light-300.woff2?ver=8.36.1") format("woff2")}.fal{font-family:"fontawesome";font-weight:300}@font-face{font-display:block;font-style:normal;font-family:"Font Awesome 5 Duotone";font-weight:900;src:url("https://le-site-francais.fr/wp-content/themes/Impreza/fonts/fa-duotone-900.woff2?ver=8.36.1") format("woff2")}.fad{font-family:"Font Awesome 5 Duotone";font-weight:900}.fad{position:relative}.fad:before{position:absolute}.fad:after{opacity:0.4}@font-face{font-display:block;font-style:normal;font-family:"Font Awesome 5 Brands";font-weight:400;src:url("https://le-site-francais.fr/wp-content/themes/Impreza/fonts/fa-brands-400.woff2?ver=8.36.1") format("woff2")}.fab{font-family:"Font Awesome 5 Brands";font-weight:400}@font-face{font-display:block;font-style:normal;font-family:"Material Icons";font-weight:400;src:url("https://le-site-francais.fr/wp-content/themes/Impreza/fonts/material-icons.woff2?ver=8.36.1") format("woff2")}.material-icons{font-family:"Material Icons";font-weight:400}</style> <style id="us-current-header-css"> .l-subheader.at_middle,.l-subheader.at_middle .w-dropdown-list,.l-subheader.at_middle .type_mobile .w-nav-list.level_1{background:var(--color-header-middle-bg);color:var(--color-content-heading)}.no-touch .l-subheader.at_middle a:hover,.no-touch .l-header.bg_transparent .l-subheader.at_middle .w-dropdown.opened a:hover{color:var(--color-content-secondary)}.l-header.bg_transparent:not(.sticky) .l-subheader.at_middle{background:var(--color-header-middle-bg);color:var(--color-content-heading)}.no-touch .l-header.bg_transparent:not(.sticky) .at_middle .w-cart-link:hover,.no-touch .l-header.bg_transparent:not(.sticky) .at_middle .w-text a:hover,.no-touch .l-header.bg_transparent:not(.sticky) .at_middle .w-html a:hover,.no-touch .l-header.bg_transparent:not(.sticky) .at_middle .w-nav>a:hover,.no-touch .l-header.bg_transparent:not(.sticky) .at_middle .w-menu a:hover,.no-touch .l-header.bg_transparent:not(.sticky) .at_middle .w-search>a:hover,.no-touch .l-header.bg_transparent:not(.sticky) .at_middle .w-socials.shape_none.color_text a:hover,.no-touch .l-header.bg_transparent:not(.sticky) .at_middle .w-socials.shape_none.color_link a:hover,.no-touch .l-header.bg_transparent:not(.sticky) .at_middle .w-dropdown a:hover,.no-touch .l-header.bg_transparent:not(.sticky) .at_middle .type_desktop .menu-item.level_1.opened>a,.no-touch .l-header.bg_transparent:not(.sticky) .at_middle .type_desktop .menu-item.level_1:hover>a{color:var(--color-content-secondary)}.header_ver .l-header{background:var(--color-header-middle-bg);color:var(--color-content-heading)}@media (min-width:1381px){.hidden_for_default{display:none!important}.l-subheader.at_top{display:none}.l-subheader.at_bottom{display:none}.l-header{position:relative;z-index:111;width:100%}.l-subheader{margin:0 auto}.l-subheader.width_full{padding-left:1.5rem;padding-right:1.5rem}.l-subheader-h{display:flex;align-items:center;position:relative;margin:0 auto;max-width:var(--site-content-width,1200px);height:inherit}.w-header-show{display:none}.l-header.pos_fixed{position:fixed;left:0}.l-header.pos_fixed:not(.notransition) .l-subheader{transition-property:transform,background,box-shadow,line-height,height;transition-duration:.3s;transition-timing-function:cubic-bezier(.78,.13,.15,.86)}.headerinpos_bottom.sticky_first_section .l-header.pos_fixed{position:fixed!important}.header_hor .l-header.sticky_auto_hide{transition:transform .3s cubic-bezier(.78,.13,.15,.86) .1s}.header_hor .l-header.sticky_auto_hide.down{transform:translateY(-110%)}.l-header.bg_transparent:not(.sticky) .l-subheader{box-shadow:none!important;background:none}.l-header.bg_transparent~.l-main .l-section.width_full.height_auto:first-of-type>.l-section-h{padding-top:0!important;padding-bottom:0!important}.l-header.pos_static.bg_transparent{position:absolute;left:0}.l-subheader.width_full .l-subheader-h{max-width:none!important}.l-header.shadow_thin .l-subheader.at_middle,.l-header.shadow_thin .l-subheader.at_bottom{box-shadow:0 1px 0 rgba(0,0,0,0.08)}.l-header.shadow_wide .l-subheader.at_middle,.l-header.shadow_wide .l-subheader.at_bottom{box-shadow:0 3px 5px -1px rgba(0,0,0,0.1),0 2px 1px -1px rgba(0,0,0,0.05)}.header_hor .l-subheader-cell>.w-cart{margin-left:0;margin-right:0}:root{--header-height:110px;--header-sticky-height:110px}.l-header:before{content:'110'}.l-header.sticky:before{content:'110'}.l-subheader.at_top{line-height:36px;height:36px}.l-header.sticky .l-subheader.at_top{line-height:0px;height:0px;overflow:hidden}.l-subheader.at_middle{line-height:110px;height:110px}.l-header.sticky .l-subheader.at_middle{line-height:110px;height:110px}.l-subheader.at_bottom{line-height:40px;height:40px}.l-header.sticky .l-subheader.at_bottom{line-height:40px;height:40px}.headerinpos_above .l-header.pos_fixed{overflow:hidden;transition:transform 0.3s;transform:translate3d(0,-100%,0)}.headerinpos_above .l-header.pos_fixed.sticky{overflow:visible;transform:none}.headerinpos_above .l-header.pos_fixed~.l-section>.l-section-h,.headerinpos_above .l-header.pos_fixed~.l-main .l-section:first-of-type>.l-section-h{padding-top:0!important}.headerinpos_below .l-header.pos_fixed:not(.sticky){position:absolute;top:100%}.headerinpos_below .l-header.pos_fixed~.l-main>.l-section:first-of-type>.l-section-h{padding-top:0!important}.headerinpos_below .l-header.pos_fixed~.l-main .l-section.full_height:nth-of-type(2){min-height:100vh}.headerinpos_below .l-header.pos_fixed~.l-main>.l-section:nth-of-type(2)>.l-section-h{padding-top:var(--header-height)}.headerinpos_bottom .l-header.pos_fixed:not(.sticky){position:absolute;top:100vh}.headerinpos_bottom .l-header.pos_fixed~.l-main>.l-section:first-of-type>.l-section-h{padding-top:0!important}.headerinpos_bottom .l-header.pos_fixed~.l-main>.l-section:first-of-type>.l-section-h{padding-bottom:var(--header-height)}.headerinpos_bottom .l-header.pos_fixed.bg_transparent~.l-main .l-section.valign_center:not(.height_auto):first-of-type>.l-section-h{top:calc( var(--header-height) / 2 )}.headerinpos_bottom .l-header.pos_fixed:not(.sticky) .w-cart-dropdown,.headerinpos_bottom .l-header.pos_fixed:not(.sticky) .w-nav.type_desktop .w-nav-list.level_2{bottom:100%;transform-origin:0 100%}.headerinpos_bottom .l-header.pos_fixed:not(.sticky) .w-nav.type_mobile.m_layout_dropdown .w-nav-list.level_1{top:auto;bottom:100%;box-shadow:var(--box-shadow-up)}.headerinpos_bottom .l-header.pos_fixed:not(.sticky) .w-nav.type_desktop .w-nav-list.level_3,.headerinpos_bottom .l-header.pos_fixed:not(.sticky) .w-nav.type_desktop .w-nav-list.level_4{top:auto;bottom:0;transform-origin:0 100%}.headerinpos_bottom .l-header.pos_fixed:not(.sticky) .w-dropdown-list{top:auto;bottom:-0.4em;padding-top:0.4em;padding-bottom:2.4em}.admin-bar .l-header.pos_static.bg_solid~.l-main .l-section.full_height:first-of-type{min-height:calc( 100vh - var(--header-height) - 32px )}.admin-bar .l-header.pos_fixed:not(.sticky_auto_hide)~.l-main .l-section.full_height:not(:first-of-type){min-height:calc( 100vh - var(--header-sticky-height) - 32px )}.admin-bar.headerinpos_below .l-header.pos_fixed~.l-main .l-section.full_height:nth-of-type(2){min-height:calc(100vh - 32px)}}@media (min-width:1051px) and (max-width:1380px){.hidden_for_laptops{display:none!important}.l-subheader.at_top{display:none}.l-subheader.at_bottom{display:none}.l-header{position:relative;z-index:111;width:100%}.l-subheader{margin:0 auto}.l-subheader.width_full{padding-left:1.5rem;padding-right:1.5rem}.l-subheader-h{display:flex;align-items:center;position:relative;margin:0 auto;max-width:var(--site-content-width,1200px);height:inherit}.w-header-show{display:none}.l-header.pos_fixed{position:fixed;left:0}.l-header.pos_fixed:not(.notransition) .l-subheader{transition-property:transform,background,box-shadow,line-height,height;transition-duration:.3s;transition-timing-function:cubic-bezier(.78,.13,.15,.86)}.headerinpos_bottom.sticky_first_section .l-header.pos_fixed{position:fixed!important}.header_hor .l-header.sticky_auto_hide{transition:transform .3s cubic-bezier(.78,.13,.15,.86) .1s}.header_hor .l-header.sticky_auto_hide.down{transform:translateY(-110%)}.l-header.bg_transparent:not(.sticky) .l-subheader{box-shadow:none!important;background:none}.l-header.bg_transparent~.l-main .l-section.width_full.height_auto:first-of-type>.l-section-h{padding-top:0!important;padding-bottom:0!important}.l-header.pos_static.bg_transparent{position:absolute;left:0}.l-subheader.width_full .l-subheader-h{max-width:none!important}.l-header.shadow_thin .l-subheader.at_middle,.l-header.shadow_thin .l-subheader.at_bottom{box-shadow:0 1px 0 rgba(0,0,0,0.08)}.l-header.shadow_wide .l-subheader.at_middle,.l-header.shadow_wide .l-subheader.at_bottom{box-shadow:0 3px 5px -1px rgba(0,0,0,0.1),0 2px 1px -1px rgba(0,0,0,0.05)}.header_hor .l-subheader-cell>.w-cart{margin-left:0;margin-right:0}:root{--header-height:100px;--header-sticky-height:96px}.l-header:before{content:'100'}.l-header.sticky:before{content:'96'}.l-subheader.at_top{line-height:36px;height:36px}.l-header.sticky .l-subheader.at_top{line-height:0px;height:0px;overflow:hidden}.l-subheader.at_middle{line-height:100px;height:100px}.l-header.sticky .l-subheader.at_middle{line-height:96px;height:96px}.l-subheader.at_bottom{line-height:40px;height:40px}.l-header.sticky .l-subheader.at_bottom{line-height:40px;height:40px}.headerinpos_above .l-header.pos_fixed{overflow:hidden;transition:transform 0.3s;transform:translate3d(0,-100%,0)}.headerinpos_above .l-header.pos_fixed.sticky{overflow:visible;transform:none}.headerinpos_above .l-header.pos_fixed~.l-section>.l-section-h,.headerinpos_above .l-header.pos_fixed~.l-main .l-section:first-of-type>.l-section-h{padding-top:0!important}.headerinpos_below .l-header.pos_fixed:not(.sticky){position:absolute;top:100%}.headerinpos_below .l-header.pos_fixed~.l-main>.l-section:first-of-type>.l-section-h{padding-top:0!important}.headerinpos_below .l-header.pos_fixed~.l-main .l-section.full_height:nth-of-type(2){min-height:100vh}.headerinpos_below .l-header.pos_fixed~.l-main>.l-section:nth-of-type(2)>.l-section-h{padding-top:var(--header-height)}.headerinpos_bottom .l-header.pos_fixed:not(.sticky){position:absolute;top:100vh}.headerinpos_bottom .l-header.pos_fixed~.l-main>.l-section:first-of-type>.l-section-h{padding-top:0!important}.headerinpos_bottom .l-header.pos_fixed~.l-main>.l-section:first-of-type>.l-section-h{padding-bottom:var(--header-height)}.headerinpos_bottom .l-header.pos_fixed.bg_transparent~.l-main .l-section.valign_center:not(.height_auto):first-of-type>.l-section-h{top:calc( var(--header-height) / 2 )}.headerinpos_bottom .l-header.pos_fixed:not(.sticky) .w-cart-dropdown,.headerinpos_bottom .l-header.pos_fixed:not(.sticky) .w-nav.type_desktop .w-nav-list.level_2{bottom:100%;transform-origin:0 100%}.headerinpos_bottom .l-header.pos_fixed:not(.sticky) .w-nav.type_mobile.m_layout_dropdown .w-nav-list.level_1{top:auto;bottom:100%;box-shadow:var(--box-shadow-up)}.headerinpos_bottom .l-header.pos_fixed:not(.sticky) .w-nav.type_desktop .w-nav-list.level_3,.headerinpos_bottom .l-header.pos_fixed:not(.sticky) .w-nav.type_desktop .w-nav-list.level_4{top:auto;bottom:0;transform-origin:0 100%}.headerinpos_bottom .l-header.pos_fixed:not(.sticky) .w-dropdown-list{top:auto;bottom:-0.4em;padding-top:0.4em;padding-bottom:2.4em}.admin-bar .l-header.pos_static.bg_solid~.l-main .l-section.full_height:first-of-type{min-height:calc( 100vh - var(--header-height) - 32px )}.admin-bar .l-header.pos_fixed:not(.sticky_auto_hide)~.l-main .l-section.full_height:not(:first-of-type){min-height:calc( 100vh - var(--header-sticky-height) - 32px )}.admin-bar.headerinpos_below .l-header.pos_fixed~.l-main .l-section.full_height:nth-of-type(2){min-height:calc(100vh - 32px)}}@media (min-width:601px) and (max-width:1050px){.hidden_for_tablets{display:none!important}.l-subheader.at_top{display:none}.l-subheader.at_bottom{display:none}.l-header{position:relative;z-index:111;width:100%}.l-subheader{margin:0 auto}.l-subheader.width_full{padding-left:1.5rem;padding-right:1.5rem}.l-subheader-h{display:flex;align-items:center;position:relative;margin:0 auto;max-width:var(--site-content-width,1200px);height:inherit}.w-header-show{display:none}.l-header.pos_fixed{position:fixed;left:0}.l-header.pos_fixed:not(.notransition) .l-subheader{transition-property:transform,background,box-shadow,line-height,height;transition-duration:.3s;transition-timing-function:cubic-bezier(.78,.13,.15,.86)}.headerinpos_bottom.sticky_first_section .l-header.pos_fixed{position:fixed!important}.header_hor .l-header.sticky_auto_hide{transition:transform .3s cubic-bezier(.78,.13,.15,.86) .1s}.header_hor .l-header.sticky_auto_hide.down{transform:translateY(-110%)}.l-header.bg_transparent:not(.sticky) .l-subheader{box-shadow:none!important;background:none}.l-header.bg_transparent~.l-main .l-section.width_full.height_auto:first-of-type>.l-section-h{padding-top:0!important;padding-bottom:0!important}.l-header.pos_static.bg_transparent{position:absolute;left:0}.l-subheader.width_full .l-subheader-h{max-width:none!important}.l-header.shadow_thin .l-subheader.at_middle,.l-header.shadow_thin .l-subheader.at_bottom{box-shadow:0 1px 0 rgba(0,0,0,0.08)}.l-header.shadow_wide .l-subheader.at_middle,.l-header.shadow_wide .l-subheader.at_bottom{box-shadow:0 3px 5px -1px rgba(0,0,0,0.1),0 2px 1px -1px rgba(0,0,0,0.05)}.header_hor .l-subheader-cell>.w-cart{margin-left:0;margin-right:0}:root{--header-height:90px;--header-sticky-height:90px}.l-header:before{content:'90'}.l-header.sticky:before{content:'90'}.l-subheader.at_top{line-height:36px;height:36px}.l-header.sticky .l-subheader.at_top{line-height:0px;height:0px;overflow:hidden}.l-subheader.at_middle{line-height:90px;height:90px}.l-header.sticky .l-subheader.at_middle{line-height:90px;height:90px}.l-subheader.at_bottom{line-height:50px;height:50px}.l-header.sticky .l-subheader.at_bottom{line-height:50px;height:50px}}@media (max-width:600px){.hidden_for_mobiles{display:none!important}.l-subheader.at_top{display:none}.l-subheader.at_bottom{display:none}.l-header{position:relative;z-index:111;width:100%}.l-subheader{margin:0 auto}.l-subheader.width_full{padding-left:1.5rem;padding-right:1.5rem}.l-subheader-h{display:flex;align-items:center;position:relative;margin:0 auto;max-width:var(--site-content-width,1200px);height:inherit}.w-header-show{display:none}.l-header.pos_fixed{position:fixed;left:0}.l-header.pos_fixed:not(.notransition) .l-subheader{transition-property:transform,background,box-shadow,line-height,height;transition-duration:.3s;transition-timing-function:cubic-bezier(.78,.13,.15,.86)}.headerinpos_bottom.sticky_first_section .l-header.pos_fixed{position:fixed!important}.header_hor .l-header.sticky_auto_hide{transition:transform .3s cubic-bezier(.78,.13,.15,.86) .1s}.header_hor .l-header.sticky_auto_hide.down{transform:translateY(-110%)}.l-header.bg_transparent:not(.sticky) .l-subheader{box-shadow:none!important;background:none}.l-header.bg_transparent~.l-main .l-section.width_full.height_auto:first-of-type>.l-section-h{padding-top:0!important;padding-bottom:0!important}.l-header.pos_static.bg_transparent{position:absolute;left:0}.l-subheader.width_full .l-subheader-h{max-width:none!important}.l-header.shadow_thin .l-subheader.at_middle,.l-header.shadow_thin .l-subheader.at_bottom{box-shadow:0 1px 0 rgba(0,0,0,0.08)}.l-header.shadow_wide .l-subheader.at_middle,.l-header.shadow_wide .l-subheader.at_bottom{box-shadow:0 3px 5px -1px rgba(0,0,0,0.1),0 2px 1px -1px rgba(0,0,0,0.05)}.header_hor .l-subheader-cell>.w-cart{margin-left:0;margin-right:0}:root{--header-height:75px;--header-sticky-height:75px}.l-header:before{content:'75'}.l-header.sticky:before{content:'75'}.l-subheader.at_top{line-height:36px;height:36px}.l-header.sticky .l-subheader.at_top{line-height:0px;height:0px;overflow:hidden}.l-subheader.at_middle{line-height:75px;height:75px}.l-header.sticky .l-subheader.at_middle{line-height:75px;height:75px}.l-subheader.at_bottom{line-height:50px;height:50px}.l-header.sticky .l-subheader.at_bottom{line-height:50px;height:50px}}@media (min-width:1381px){.ush_image_1{height:90px!important}.l-header.sticky .ush_image_1{height:90px!important}}@media (min-width:1051px) and (max-width:1380px){.ush_image_1{height:90px!important}.l-header.sticky .ush_image_1{height:90px!important}}@media (min-width:601px) and (max-width:1050px){.ush_image_1{height:70px!important}.l-header.sticky .ush_image_1{height:70px!important}}@media (max-width:600px){.ush_image_1{height:50px!important}.l-header.sticky .ush_image_1{height:50px!important}}.header_hor .ush_menu_1.type_desktop .menu-item.level_1>a:not(.w-btn){padding-left:20px;padding-right:20px}.header_hor .ush_menu_1.type_desktop .menu-item.level_1>a.w-btn{margin-left:20px;margin-right:20px}.header_hor .ush_menu_1.type_desktop.align-edges>.w-nav-list.level_1{margin-left:-20px;margin-right:-20px}.header_ver .ush_menu_1.type_desktop .menu-item.level_1>a:not(.w-btn){padding-top:20px;padding-bottom:20px}.header_ver .ush_menu_1.type_desktop .menu-item.level_1>a.w-btn{margin-top:20px;margin-bottom:20px}.ush_menu_1.type_desktop .menu-item:not(.level_1){font-size:16px}.ush_menu_1.type_mobile .w-nav-anchor.level_1,.ush_menu_1.type_mobile .w-nav-anchor.level_1 + .w-nav-arrow{font-size:20px}.ush_menu_1.type_mobile .w-nav-anchor:not(.level_1),.ush_menu_1.type_mobile .w-nav-anchor:not(.level_1) + .w-nav-arrow{font-size:18px}@media (min-width:1381px){.ush_menu_1 .w-nav-icon{font-size:35px}}@media (min-width:1051px) and (max-width:1380px){.ush_menu_1 .w-nav-icon{font-size:35px}}@media (min-width:601px) and (max-width:1050px){.ush_menu_1 .w-nav-icon{font-size:25px}}@media (max-width:600px){.ush_menu_1 .w-nav-icon{font-size:25px}}.ush_menu_1 .w-nav-icon>div{border-width:4.5px}@media screen and (max-width:1039px){.w-nav.ush_menu_1>.w-nav-list.level_1{display:none}.ush_menu_1 .w-nav-control{display:block}}.no-touch .ush_menu_1 .w-nav-item.level_1.opened>a:not(.w-btn),.no-touch .ush_menu_1 .w-nav-item.level_1:hover>a:not(.w-btn){background:transparent;color:var(--color-content-link)}.ush_menu_1 .w-nav-item.level_1.current-menu-item>a:not(.w-btn),.ush_menu_1 .w-nav-item.level_1.current-menu-ancestor>a:not(.w-btn),.ush_menu_1 .w-nav-item.level_1.current-page-ancestor>a:not(.w-btn){background:transparent;color:var(--color-content-link)}.l-header.bg_transparent:not(.sticky) .ush_menu_1.type_desktop .w-nav-item.level_1.current-menu-item>a:not(.w-btn),.l-header.bg_transparent:not(.sticky) .ush_menu_1.type_desktop .w-nav-item.level_1.current-menu-ancestor>a:not(.w-btn),.l-header.bg_transparent:not(.sticky) .ush_menu_1.type_desktop .w-nav-item.level_1.current-page-ancestor>a:not(.w-btn){background:transparent;color:var(--color-header-transparent-text-hover)}.ush_menu_1 .w-nav-list:not(.level_1){background:var(--color-header-middle-bg);color:var(--color-header-middle-text)}.no-touch .ush_menu_1 .w-nav-item:not(.level_1)>a:focus,.no-touch .ush_menu_1 .w-nav-item:not(.level_1):hover>a{background:var(--color-content-primary);color:#ffffff}.ush_menu_1 .w-nav-item:not(.level_1).current-menu-item>a,.ush_menu_1 .w-nav-item:not(.level_1).current-menu-ancestor>a,.ush_menu_1 .w-nav-item:not(.level_1).current-page-ancestor>a{background:transparent;color:var(--color-content-heading)}.header_hor .ush_menu_2.type_desktop .menu-item.level_1>a:not(.w-btn){padding-left:20px;padding-right:20px}.header_hor .ush_menu_2.type_desktop .menu-item.level_1>a.w-btn{margin-left:20px;margin-right:20px}.header_hor .ush_menu_2.type_desktop.align-edges>.w-nav-list.level_1{margin-left:-20px;margin-right:-20px}.header_ver .ush_menu_2.type_desktop .menu-item.level_1>a:not(.w-btn){padding-top:20px;padding-bottom:20px}.header_ver .ush_menu_2.type_desktop .menu-item.level_1>a.w-btn{margin-top:20px;margin-bottom:20px}.ush_menu_2.type_desktop .menu-item:not(.level_1){font-size:18px}.ush_menu_2.type_mobile .w-nav-anchor.level_1,.ush_menu_2.type_mobile .w-nav-anchor.level_1 + .w-nav-arrow{font-size:20px}.ush_menu_2.type_mobile .w-nav-anchor:not(.level_1),.ush_menu_2.type_mobile .w-nav-anchor:not(.level_1) + .w-nav-arrow{font-size:15px}@media (min-width:1381px){.ush_menu_2 .w-nav-icon{font-size:32px}}@media (min-width:1051px) and (max-width:1380px){.ush_menu_2 .w-nav-icon{font-size:32px}}@media (min-width:601px) and (max-width:1050px){.ush_menu_2 .w-nav-icon{font-size:28px}}@media (max-width:600px){.ush_menu_2 .w-nav-icon{font-size:24px}}.ush_menu_2 .w-nav-icon>div{border-width:2px}@media screen and (max-width:999px){.w-nav.ush_menu_2>.w-nav-list.level_1{display:none}.ush_menu_2 .w-nav-control{display:block}}.no-touch .ush_menu_2 .w-nav-item.level_1.opened>a:not(.w-btn),.no-touch .ush_menu_2 .w-nav-item.level_1:hover>a:not(.w-btn){background:transparent;color:var(--color-header-middle-text-hover)}.ush_menu_2 .w-nav-item.level_1.current-menu-item>a:not(.w-btn),.ush_menu_2 .w-nav-item.level_1.current-menu-ancestor>a:not(.w-btn),.ush_menu_2 .w-nav-item.level_1.current-page-ancestor>a:not(.w-btn){background:transparent;color:var(--color-header-middle-text-hover)}.l-header.bg_transparent:not(.sticky) .ush_menu_2.type_desktop .w-nav-item.level_1.current-menu-item>a:not(.w-btn),.l-header.bg_transparent:not(.sticky) .ush_menu_2.type_desktop .w-nav-item.level_1.current-menu-ancestor>a:not(.w-btn),.l-header.bg_transparent:not(.sticky) .ush_menu_2.type_desktop .w-nav-item.level_1.current-page-ancestor>a:not(.w-btn){background:transparent;color:var(--color-header-transparent-text-hover)}.ush_menu_2 .w-nav-list:not(.level_1){background:var(--color-header-middle-bg);color:var(--color-header-middle-text)}.no-touch .ush_menu_2 .w-nav-item:not(.level_1)>a:focus,.no-touch .ush_menu_2 .w-nav-item:not(.level_1):hover>a{background:var(--color-content-primary);color:#ffffff}.ush_menu_2 .w-nav-item:not(.level_1).current-menu-item>a,.ush_menu_2 .w-nav-item:not(.level_1).current-menu-ancestor>a,.ush_menu_2 .w-nav-item:not(.level_1).current-page-ancestor>a{background:transparent;color:var(--color-header-middle-text-hover)}.ush_menu_1{font-weight:600!important}.ush_image_1{width:130px!important}.ush_btn_1{font-size:15px!important}.ush_menu_2{font-size:18px!important;font-family:var(--h1-font-family)!important;font-weight:500!important}.ush_btn_2{font-size:17px!important}.ush_btn_3{font-weight:600!important}.ush_hwrapper_1{width:100%!important;margin-top:20px!important;padding-left:60px!important;padding-right:60px!important;border-radius:10px!important;background:var(--color-content-bg-alt)!important}.ush_btn_4{font-size:15px!important}@media (min-width:1051px) and (max-width:1380px){.ush_image_1{width:130px!important}.ush_hwrapper_1{margin-top:20px!important;padding-left:60px!important;padding-right:60px!important}}@media (min-width:601px) and (max-width:1050px){.ush_image_1{width:130px!important}.ush_hwrapper_1{margin-top:10px!important;padding-left:10px!important;padding-right:10px!important}}@media (max-width:600px){.ush_image_1{width:100px!important}.ush_hwrapper_1{margin-top:0px!important;padding-left:0px!important;padding-right:0px!important}}</style> <!-- Google Tag Manager --> <script type="rocketlazyloadscript">(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-PW662RJ');</script> <!-- End Google Tag Manager --> <!--<script type="rocketlazyloadscript" src=“https://kit.fontawesome.com/8090fe570d.js”></script>--> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="zsiqchat">var $zoho=$zoho || {};$zoho.salesiq = $zoho.salesiq || {widgetcode: "siq704c765aa5c1e6e925c22463acd506d660210a0191e78ded0c5f5e6ff1f78e7b", values:{},ready:function(){}};var d=document;s=d.createElement("script");s.type="text/javascript";s.id="zsiqscript";s.defer=true;s.src="https://salesiq.zohopublic.eu/widget";t=d.getElementsByTagName("script")[0];t.parentNode.insertBefore(s,t);</script><style id="us-design-options-css">.us_custom_d4eb32cb{padding-left:12%!important;padding-right:3%!important}.us_custom_11ed587a{color:var(--color-content-heading)!important;text-align:center!important;font-size:24px!important;font-weight:700!important;margin-bottom:15px!important;border-radius:30px!important;padding:4% 6% 4% 6%!important;border:1px solid var(--color-content-heading)!important}.us_custom_422ef781{color:var(--color-content-heading)!important;font-size:38px!important;line-height:44px!important;font-weight:700!important}.us_custom_d526e00a{font-size:22px!important;line-height:28px!important}.us_custom_b440d71f{z-index:3!important}.us_custom_daa38fde{max-height:60px!important;margin-top:10px!important}.us_custom_eb849559{text-align:center!important}.us_custom_e8dc8b23{max-height:60px!important;margin-left:-20px!important;margin-bottom:-20px!important}.us_custom_7cf9380a{color:var(--color-header-middle-text)!important;min-height:400px!important;border-radius:20px!important;background:var(--color-header-middle-bg)!important;padding:3% 6% 3% 6%!important;border:1px solid var(--color-content-bg-alt)!important}.us_custom_df5f4c97{color:var(--color-header-middle-text)!important}.us_custom_a9c95bed{color:var(--color-content-link)!important;font-weight:400!important;margin-top:10px!important}.us_custom_7975241b{background:rgba(235,235,255,0.4)!important}.us_custom_ac4be032{border-radius:10px!important;padding:5vh!important;box-shadow:0 0 2rem 0 rgba(0,0,0,0.08)!important}.us_custom_f81a1754{color:var(--color-content-primary)!important;font-size:14px!important;letter-spacing:1px!important;font-weight:600!important;text-transform:uppercase!important;margin-bottom:5px!important}.us_custom_1fa4467a{padding-left:2rem!important;padding-right:2rem!important}.us_custom_b07a6a5d{color:var(--color-header-middle-bg)!important;border-radius:20px 0px 0px 20px!important;background:var(--color-content-link)!important;padding:2% 12% 2% 12%!important}.us_custom_2b247fd6{text-align:left!important;max-width:500px!important}.us_custom_10cf3b98{margin-top:0!important;border-radius:0px 20px 20px 0px!important}.us_custom_db98bc72{font-size:calc( 2rem + 2vw )!important;line-height:1!important;letter-spacing:-0.02em!important;font-weight:700!important;text-transform:uppercase!important}.us_custom_0259209c{color:var(--color-content-heading)!important}.us_custom_fc1dc638{color:var(--color-content-bg)!important;padding-left:.2em!important;padding-right:.2em!important;background:var(--color-content-primary)!important}.us_custom_45473b29{color:var(--color-header-middle-bg)!important;font-size:26px!important;font-family:var(--font-family)!important;font-weight:300!important}.us_custom_8b3d6790{color:var(--color-header-middle-bg)!important}.us_custom_a078bc4e{max-height:60px!important;margin-left:-40px!important;margin-bottom:-30px!important}.us_custom_8fac178d{color:var(--color-content-bg)!important;text-align:center!important}.us_custom_45798c6b{color:#ffffff!important;text-align:center!important;font-size:24px!important;line-height:30px!important;margin-left:auto!important;margin-right:auto!important}.us_custom_fdd8e125{color:#ffffff!important;text-align:center!important;font-size:20px!important;line-height:26px!important;margin-left:auto!important;margin-right:auto!important}.us_custom_09d3e09f{font-size:1.1rem!important}.us_custom_7dee65cb{max-height:60px!important;margin-left:-40px!important;margin-bottom:-20px!important}.us_custom_1f257949{text-align:left!important}.us_custom_d1018d82{max-height:40px!important;margin-top:-15px!important;margin-right:-10px!important}.us_custom_79ae62a0{text-align:left!important;font-size:22px!important;line-height:28px!important}.us_custom_d98eb4eb{max-width:500px!important}.us_custom_d0c9b61c{border-radius:20px!important;background:var(--color-content-bg-alt) url(https://le-site-francais.fr/wp-content/uploads/2023/02/jvsgcv8_vb4.jpg) 50% / cover!important}.us_custom_262868a7{margin-left:20px!important;margin-right:20px!important;padding-left:30px!important;padding-right:30px!important;border-radius:10px!important;background:var(--color-content-bg-alt)!important}.us_custom_525088b1{color:var(--color-header-middle-text)!important;font-weight:600!important}.us_custom_32838f2e{color:var(--color-content-heading)!important;font-weight:600!important}.us_custom_7db985cf{padding:20px!important;background:var(--color-header-middle-bg)!important}.us_custom_e2cf32c2{border-radius:10px!important;padding:60px!important;background:var(--color-header-middle-text)!important}.us_custom_f73f4019{font-size:16px!important}.us_custom_c2b19350{max-height:75px!important;border-radius:10px!important}.us_custom_2300f98a{color:var(--color-content-bg-alt)!important;font-size:20px!important;font-weight:900!important}.us_custom_3d4c315b{text-align:left!important}.us_custom_7673637c{color:var(--color-content-border)!important;font-size:20px!important;font-weight:900!important}.us_custom_36584e7a{color:var(--color-chrome-toolbar)!important;font-size:20px!important;font-weight:900!important}.us_custom_d45ddaab{border-radius:90px!important;position:fixed!important;left:140px!important;bottom:10px!important;right:140px!important;z-index:50!important;animation-name:afb!important;animation-delay:1s!important;background:var(--color-content-heading)!important;border:1px solid var(--color-header-middle-text)!important}.us_custom_fca8cc99{border-radius:30px!important}.us_custom_f91beb07{color:var(--color-header-middle-bg)!important;font-size:22px!important;font-family:var(--h2-font-family)!important;font-weight:700!important;margin-right:50px!important}.us_custom_94934ff4{font-size:15px!important;width:220px!important}@media (min-width:1051px) and (max-width:1380px){.us_custom_d4eb32cb{padding-left:12%!important;padding-right:3%!important}.us_custom_11ed587a{margin-bottom:15px!important;padding:4% 6% 4% 6%!important}.us_custom_b07a6a5d{border-radius:20px 0px 0px 20px!important;padding:2% 12% 2% 12%!important}.us_custom_10cf3b98{margin-top:0!important;border-radius:0px 20px 20px 0px!important}.us_custom_262868a7{margin-left:30px!important;margin-right:30px!important;padding-left:30px!important;padding-right:30px!important}.us_custom_7db985cf{padding:30px!important}.us_custom_e2cf32c2{padding:60px!important}}@media (min-width:601px) and (max-width:1050px){.us_custom_d4eb32cb{padding-left:7%!important;padding-right:7%!important}.us_custom_11ed587a{margin-bottom:15px!important;padding:4% 6% 4% 6%!important}.us_custom_b07a6a5d{border-radius:20px 20px 20px 20px!important;padding:3% 4% 3% 4%!important}.us_custom_10cf3b98{margin-top:15px!important;border-radius:20px 20px 20px 20px!important}.us_custom_262868a7{margin-left:30px!important;margin-right:30px!important;padding-left:30px!important;padding-right:30px!important}.us_custom_7db985cf{padding:30px!important}.us_custom_e2cf32c2{padding:60px!important}}@media (max-width:600px){.us_custom_d4eb32cb{padding-left:7%!important;padding-right:7%!important}.us_custom_11ed587a{margin-bottom:15px!important;padding:4% 6% 4% 6%!important}.us_custom_b07a6a5d{border-radius:20px 20px 20px 20px!important;padding:3% 4% 3% 4%!important}.us_custom_10cf3b98{margin-top:15px!important;border-radius:20px 20px 20px 20px!important}.us_custom_262868a7{margin-left:10px!important;margin-right:10px!important;padding-left:30px!important;padding-right:30px!important}.us_custom_7db985cf{padding:30px 10px 30px 10px!important}.us_custom_e2cf32c2{padding:20px!important}.us_custom_3d4c315b{width:100%!important}}</style><link data-od-added-tag rel="preload" fetchpriority="high" as="image" href="https://le-site-francais.fr/wp-content/uploads/2025/06/offre-guide-visibilite1.png" imagesrcset="https://le-site-francais.fr/wp-content/uploads/2025/06/offre-guide-visibilite1.png 1300w, https://le-site-francais.fr/wp-content/uploads/2025/06/offre-guide-visibilite1-300x198.png 300w, https://le-site-francais.fr/wp-content/uploads/2025/06/offre-guide-visibilite1-1024x676.png 1024w" imagesizes="auto, (max-width: 1300px) 100vw, 1300px" media="screen and (782px < width)"> </head> <body data-cmplz=1 class="home wp-singular page-template-default page page-id-27586 wp-theme-Impreza wp-child-theme-Impreza-child l-body Impreza_8.36.1 us-core_8.36.3 header_hor links_underline headerinpos_top state_default wp-schema-pro-2.7.10 wpb-js-composer js-comp-ver-8.5 vc_responsive" itemscope itemtype="https://schema.org/FAQPage"> <script data-cfasync="false" data-no-defer="1" data-no-minify="1" data-no-optimize="1">if(typeof ewww_webp_supported==="undefined"){var ewww_webp_supported=!1}if(ewww_webp_supported){document.body.classList.add("webp-support")}</script> <div class="l-canvas type_wide"> <header id="page-header" class="l-header pos_fixed shadow_none bg_solid id_31321" itemscope itemtype="https://schema.org/WPHeader"><div class="l-subheader at_middle width_full"><div class="l-subheader-h"><div class="l-subheader-cell at_left"></div><div class="l-subheader-cell at_center"><div class="w-hwrapper ush_hwrapper_1 align_justify valign_stretch"><div class="w-image ush_image_1"><a href="/" aria-label="_Logo_Contract_Lsf_Bleu" class="w-image-h"><img data-od-xpath="/HTML/BODY/DIV[@class='l-canvas type_wide']/*[1][self::HEADER]/*[1][self::DIV]/*[1][self::DIV]/*[2][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::A]/*[1][self::IMG]" width="1310" height="714" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201310%20714'%3E%3C/svg%3E" class="attachment-full size-full ewww_webp_lazy_load" alt="Logo_Contract_Lsf_Bleu" loading="lazy" decoding="async" data-lazy-srcset="https://le-site-francais.fr/wp-content/uploads/2023/09/Logo_Contract_Lsf_Bleu.png 1310w, https://le-site-francais.fr/wp-content/uploads/2023/09/Logo_Contract_Lsf_Bleu-300x164.png 300w, https://le-site-francais.fr/wp-content/uploads/2023/09/Logo_Contract_Lsf_Bleu-1024x558.png 1024w, https://le-site-francais.fr/wp-content/uploads/2023/09/Logo_Contract_Lsf_Bleu-100x55.png 100w" data-lazy-sizes="auto, (max-width: 1310px) 100vw, 1310px" data-lazy-src="https://le-site-francais.fr/wp-content/uploads/2023/09/Logo_Contract_Lsf_Bleu.png" data-lazy-src-webp="https://le-site-francais.fr/wp-content/uploads/2023/09/Logo_Contract_Lsf_Bleu.png.webp" data-lazy-srcset-webp="https://le-site-francais.fr/wp-content/uploads/2023/09/Logo_Contract_Lsf_Bleu.png.webp 1310w, https://le-site-francais.fr/wp-content/uploads/2023/09/Logo_Contract_Lsf_Bleu-300x164.png.webp 300w, https://le-site-francais.fr/wp-content/uploads/2023/09/Logo_Contract_Lsf_Bleu-1024x558.png.webp 1024w, https://le-site-francais.fr/wp-content/uploads/2023/09/Logo_Contract_Lsf_Bleu-100x55.png.webp 100w" /><noscript><img data-od-xpath="/HTML/BODY/DIV[@class='l-canvas type_wide']/*[1][self::HEADER]/*[1][self::DIV]/*[1][self::DIV]/*[2][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::A]/*[1][self::IMG]" width="1310" height="714" src="https://le-site-francais.fr/wp-content/uploads/2023/09/Logo_Contract_Lsf_Bleu.png" class="attachment-full size-full" alt="Logo_Contract_Lsf_Bleu" loading="lazy" decoding="async" srcset="https://le-site-francais.fr/wp-content/uploads/2023/09/Logo_Contract_Lsf_Bleu.png 1310w, https://le-site-francais.fr/wp-content/uploads/2023/09/Logo_Contract_Lsf_Bleu-300x164.png 300w, https://le-site-francais.fr/wp-content/uploads/2023/09/Logo_Contract_Lsf_Bleu-1024x558.png 1024w, https://le-site-francais.fr/wp-content/uploads/2023/09/Logo_Contract_Lsf_Bleu-100x55.png 100w" sizes="auto, (max-width: 1310px) 100vw, 1310px" /></noscript></a></div><div class="w-hwrapper hidden_for_mobiles ush_hwrapper_3 align_none valign_middle" style="--hwrapper-gap:0rem"><nav class="w-nav type_desktop ush_menu_1 height_full dropdown_height m_align_left m_layout_panel m_effect_afr" itemscope itemtype="https://schema.org/SiteNavigationElement"><a class="w-nav-control" aria-label="Menu" aria-expanded="false" role="button" href="#"><div class="w-nav-icon"><div></div></div></a><ul class="w-nav-list level_1 hide_for_mobiles hover_underline"><li id="menu-item-27795" class="menu-item menu-item-type-post_type menu-item-object-page w-nav-item level_1 menu-item-27795"><a class="w-nav-anchor level_1" href="https://le-site-francais.fr/creation-site-internet/"><span class="w-nav-title">Offre Site Internet</span><span class="w-nav-arrow" tabindex="0" role="button" aria-label="Offre Site Internet Menu"></span></a></li><li id="menu-item-27798" class="menu-item menu-item-type-custom menu-item-object-custom w-nav-item level_1 menu-item-27798"><a class="w-nav-anchor level_1" href="/prix-site-internet/"><span class="w-nav-title">Tarifs</span><span class="w-nav-arrow" tabindex="0" role="button" aria-label="Tarifs Menu"></span></a></li><li id="menu-item-27799" class="obflnk menu-item menu-item-type-custom menu-item-object-custom w-nav-item level_1 menu-item-27799"><a class="w-nav-anchor level_1" href="/exemple-site-web/"><span class="w-nav-title">Réalisations</span><span class="w-nav-arrow" tabindex="0" role="button" aria-label="Réalisations Menu"></span></a></li><li id="menu-item-27797" class="menu-item menu-item-type-custom menu-item-object-custom w-nav-item level_1 menu-item-27797"><a class="w-nav-anchor level_1" href="/actualites/"><span class="w-nav-title">Blog</span><span class="w-nav-arrow" tabindex="0" role="button" aria-label="Blog Menu"></span></a></li><li class="w-nav-close"></li></ul><div class="w-nav-options hidden" onclick='return {"mobileWidth":1040,"mobileBehavior":0}'></div></nav></div><div class="w-hwrapper hidden_for_tablets ush_hwrapper_2 align_right valign_middle" style="--hwrapper-gap:1rem"><a class="w-btn us-btn-style_3 hidden_for_tablets hidden_for_mobiles ush_btn_2 icon_atleft" href="tel:05 35 54 17 06"><i class="far fa-phone"></i><span class="w-btn-label">05 35 54 17 06</span></a><a class="w-btn us-btn-style_1 hidden_for_tablets hidden_for_mobiles ush_btn_4" href="/devis-site-internet/"><span class="w-btn-label">Devis en ligne</span></a><a class="w-btn us-btn-style_5 hidden_for_tablets hidden_for_mobiles ush_btn_1" href="https://le-site-francais.fr/reservation-demo/"><span class="w-btn-label">Mon devis avec un expert ! 👌</span></a></div></div></div><div class="l-subheader-cell at_right"></div></div></div><div class="l-subheader for_hidden hidden"><a class="w-btn us-btn-style_6 hidden_for_laptops ush_btn_3" href="/reservation-demo/"><span class="w-btn-label">Mon devis avec un expert ! 👌</span></a></div></header><main id="page-content" class="l-main" itemprop="mainContentOfPage"> <section class="l-section wpb_row height_auto width_full"><div class="l-section-h i-cf"><div class="g-cols vc_row via_grid cols_2-3 laptops-cols_inherit tablets-cols_inherit mobiles-cols_1 valign_bottom type_default stacking_default" style="--columns-gap:0rem;"><div class="wpb_column vc_column_container us_custom_d4eb32cb"><div class="vc_column-inner"><div class="w-separator size_medium"></div><div class="g-cols wpb_row via_grid cols_2 laptops-cols_inherit tablets-cols_inherit mobiles-cols_1 valign_top type_default stacking_default" style="--columns-gap:0rem;"><div class="wpb_column vc_column_container"><div class="vc_column-inner"><h1 class="w-text us_custom_11ed587a has_text_color"><span class="w-text-h"><span class="w-text-value">Le Site Français</span></span></h1></div></div><div class="wpb_column vc_column_container"><div class="vc_column-inner"></div></div></div><div class="wpb_text_column us_custom_422ef781 has_text_color"><div class="wpb_wrapper"><p><span style="color: #5555e4;">Site web</span> clé en main en seulement <span style="color: #5555e4;">10 jours</span>, à partir de <span style="color: #5555e4;">59€HT/mois.</span></p> </div></div><div class="wpb_text_column us_custom_d526e00a"><div class="wpb_wrapper"><p>Nous créons des sites internet et nous le faisons bien !</p> </div></div><div class="w-separator size_small"></div><div class="w-hwrapper us_custom_b440d71f valign_middle stack_on_mobiles align_none"><div class="w-btn-wrapper default_align_none laptops_align_none tablets_align_none mobiles_align_justify"><a class="w-btn us-btn-style_5" href="/reservation-demo/"><span class="w-btn-label">Mon devis avec un expert ! 👌</span></a></div><div class="w-btn-wrapper default_align_none laptops_align_none tablets_align_none mobiles_align_justify"><a class="w-btn us-btn-style_2" href="/demarrer-site-internet/"><span class="w-btn-label">Devis en ligne</span></a></div></div><div class="w-image us_custom_daa38fde has_height align_left"><div class="w-image-h"><img data-od-xpath="/HTML/BODY/DIV[@class='l-canvas type_wide']/*[2][self::MAIN]/*[1][self::SECTION]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[7][self::DIV]/*[1][self::DIV]/*[1][self::IMG]" decoding="async" width="578" height="188" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20578%20188'%3E%3C/svg%3E" class="attachment-large size-large ewww_webp_lazy_load" alt="note-google" loading="lazy" data-lazy-srcset="https://le-site-francais.fr/wp-content/uploads/2024/11/note-google.png 578w, https://le-site-francais.fr/wp-content/uploads/2024/11/note-google-300x98.png 300w" data-lazy-sizes="auto, (max-width: 578px) 100vw, 578px" data-lazy-src="https://le-site-francais.fr/wp-content/uploads/2024/11/note-google.png" data-lazy-src-webp="https://le-site-francais.fr/wp-content/uploads/2024/11/note-google.png.webp" data-lazy-srcset-webp="https://le-site-francais.fr/wp-content/uploads/2024/11/note-google.png.webp 578w, https://le-site-francais.fr/wp-content/uploads/2024/11/note-google-300x98.png.webp 300w" /><noscript><img data-od-xpath="/HTML/BODY/DIV[@class='l-canvas type_wide']/*[2][self::MAIN]/*[1][self::SECTION]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[7][self::DIV]/*[1][self::DIV]/*[1][self::IMG]" decoding="async" width="578" height="188" src="https://le-site-francais.fr/wp-content/uploads/2024/11/note-google.png" class="attachment-large size-large" alt="note-google" loading="lazy" srcset="https://le-site-francais.fr/wp-content/uploads/2024/11/note-google.png 578w, https://le-site-francais.fr/wp-content/uploads/2024/11/note-google-300x98.png 300w" sizes="auto, (max-width: 578px) 100vw, 578px" /></noscript></div></div><div class="w-separator size_medium"></div></div></div><div class="wpb_column vc_column_container"><div class="vc_column-inner"><div class="w-separator size_small"></div><div class="w-image align_right"><a href="https://le-site-francais.fr/guide-visibilite/" aria-label="offre-guide-visibilite1" class="w-image-h"><img data-od-xpath="/HTML/BODY/DIV[@class='l-canvas type_wide']/*[2][self::MAIN]/*[1][self::SECTION]/*[1][self::DIV]/*[1][self::DIV]/*[2][self::DIV]/*[1][self::DIV]/*[2][self::DIV]/*[1][self::A]/*[1][self::IMG]" decoding="async" width="1300" height="858" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201300%20858'%3E%3C/svg%3E" class="attachment-full size-full ewww_webp_lazy_load" alt="offre-guide-visibilite1" loading="lazy" data-lazy-srcset="https://le-site-francais.fr/wp-content/uploads/2025/06/offre-guide-visibilite1.png 1300w, https://le-site-francais.fr/wp-content/uploads/2025/06/offre-guide-visibilite1-300x198.png 300w, https://le-site-francais.fr/wp-content/uploads/2025/06/offre-guide-visibilite1-1024x676.png 1024w" data-lazy-sizes="auto, (max-width: 1300px) 100vw, 1300px" data-lazy-src="https://le-site-francais.fr/wp-content/uploads/2025/06/offre-guide-visibilite1.png" data-lazy-src-webp="https://le-site-francais.fr/wp-content/uploads/2025/06/offre-guide-visibilite1.png.webp" data-lazy-srcset-webp="https://le-site-francais.fr/wp-content/uploads/2025/06/offre-guide-visibilite1.png.webp 1300w, https://le-site-francais.fr/wp-content/uploads/2025/06/offre-guide-visibilite1-300x198.png.webp 300w, https://le-site-francais.fr/wp-content/uploads/2025/06/offre-guide-visibilite1-1024x676.png.webp 1024w" /><noscript><img data-od-xpath="/HTML/BODY/DIV[@class='l-canvas type_wide']/*[2][self::MAIN]/*[1][self::SECTION]/*[1][self::DIV]/*[1][self::DIV]/*[2][self::DIV]/*[1][self::DIV]/*[2][self::DIV]/*[1][self::A]/*[1][self::IMG]" decoding="async" width="1300" height="858" src="https://le-site-francais.fr/wp-content/uploads/2025/06/offre-guide-visibilite1.png" class="attachment-full size-full" alt="offre-guide-visibilite1" loading="lazy" srcset="https://le-site-francais.fr/wp-content/uploads/2025/06/offre-guide-visibilite1.png 1300w, https://le-site-francais.fr/wp-content/uploads/2025/06/offre-guide-visibilite1-300x198.png 300w, https://le-site-francais.fr/wp-content/uploads/2025/06/offre-guide-visibilite1-1024x676.png 1024w" sizes="auto, (max-width: 1300px) 100vw, 1300px" /></noscript></a></div></div></div></div></div></section><section class="l-section wpb_row ombre-bloc height_auto"><div class="l-section-overlay" style="background:rgba(235,235,255,0.4)"></div><div class="l-section-h i-cf"><div class="g-cols vc_row via_grid cols_1 laptops-cols_inherit tablets-cols_inherit mobiles-cols_1 valign_top type_default stacking_default"><div class="wpb_column vc_column_container"><div class="vc_column-inner"><div class="w-separator size_large"></div><div class="g-cols wpb_row us_custom_eb849559 via_grid cols_1-4-1 laptops-cols_inherit tablets-cols_inherit mobiles-cols_1 valign_top type_default stacking_default" style="--columns-gap:3rem;"><div class="wpb_column vc_column_container"><div class="vc_column-inner"></div></div><div class="wpb_column vc_column_container"><div class="vc_column-inner"><div class="w-vwrapper align_none valign_top" style="--vwrapper-gap:0rem"><div class="w-image us_custom_e8dc8b23 has_height align_left"><div class="w-image-h"><img data-od-xpath="/HTML/BODY/DIV[@class='l-canvas type_wide']/*[2][self::MAIN]/*[2][self::SECTION]/*[2][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[2][self::DIV]/*[2][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::IMG]" decoding="async" width="150" height="150" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20150%20150'%3E%3C/svg%3E" class="attachment-thumbnail size-thumbnail ewww_webp_lazy_load" alt="image-texte-site-web-3" loading="lazy" data-lazy-srcset="https://le-site-francais.fr/wp-content/uploads/2023/09/image-texte-site-web-3-150x150.png 150w, https://le-site-francais.fr/wp-content/uploads/2023/09/image-texte-site-web-3.png 188w" data-lazy-sizes="auto, (max-width: 150px) 100vw, 150px" data-lazy-src="https://le-site-francais.fr/wp-content/uploads/2023/09/image-texte-site-web-3-150x150.png" data-lazy-src-webp="https://le-site-francais.fr/wp-content/uploads/2023/09/image-texte-site-web-3-150x150.png.webp" data-lazy-srcset-webp="https://le-site-francais.fr/wp-content/uploads/2023/09/image-texte-site-web-3-150x150.png.webp 150w, https://le-site-francais.fr/wp-content/uploads/2023/09/image-texte-site-web-3.png.webp 188w" /><noscript><img data-od-xpath="/HTML/BODY/DIV[@class='l-canvas type_wide']/*[2][self::MAIN]/*[2][self::SECTION]/*[2][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[2][self::DIV]/*[2][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::IMG]" decoding="async" width="150" height="150" src="https://le-site-francais.fr/wp-content/uploads/2023/09/image-texte-site-web-3-150x150.png" class="attachment-thumbnail size-thumbnail" alt="image-texte-site-web-3" loading="lazy" srcset="https://le-site-francais.fr/wp-content/uploads/2023/09/image-texte-site-web-3-150x150.png 150w, https://le-site-francais.fr/wp-content/uploads/2023/09/image-texte-site-web-3.png 188w" sizes="auto, (max-width: 150px) 100vw, 150px" /></noscript></div></div><div class="wpb_text_column"><div class="wpb_wrapper"><h2>L’agence web en ligne des petites entreprises</h2> </div></div></div><div class="w-separator size_medium"></div></div></div><div class="wpb_column vc_column_container"><div class="vc_column-inner"></div></div></div></div></div></div></div></section><section class="l-section wpb_row height_auto"><div class="l-section-overlay" style="background:rgba(235,235,255,0.4)"></div><div class="l-section-h i-cf"><div class="g-cols vc_row via_grid cols_3 laptops-cols_inherit tablets-cols_inherit mobiles-cols_1 valign_top type_default stacking_default" style="--columns-gap:2rem;"><div class="wpb_column vc_column_container"><div class="vc_column-inner"><div class="w-vwrapper us_custom_7cf9380a has_text_color align_center valign_top" style="--vwrapper-gap:0rem"><div class="w-separator size_medium"></div><h3 class="w-text us_custom_df5f4c97 has_text_color"><span class="w-text-h"><span class="w-text-value">Création / refonte du site</span></span></h3><div class="w-text us_custom_a9c95bed has_text_color"><span class="w-text-h"><span class="w-text-value">A partir de 59€HT /mois</span></span></div><div class="w-separator size_small"></div><div class="wpb_text_column"><div class="wpb_wrapper"><p>Site internet WordPress<br /> Blog (articles illimités)<br /> Référencement SEO optimisé<br /> Fiche Google My Business<br /> Outils d’analyses de trafic<br /> Back office administrable<br /> Maintenance & hébergement</p> </div></div><div class="w-separator size_small"></div><div class="w-btn-wrapper align_center"><a class="w-btn us-btn-style_3 icon_atright" href="/creation-site-internet/"><span class="w-btn-label">+ sur la création de site web</span><i class="fal fa-arrow-right"></i></a></div><div class="w-separator size_medium"></div></div><div class="w-separator size_medium"></div></div></div><div class="wpb_column vc_column_container"><div class="vc_column-inner"><div class="w-vwrapper us_custom_7cf9380a has_text_color align_center valign_top" style="--vwrapper-gap:0rem"><div class="w-separator size_medium"></div><h3 class="w-text us_custom_df5f4c97 has_text_color"><span class="w-text-h"><span class="w-text-value">Maintenance du site</span></span></h3><div class="w-text us_custom_a9c95bed has_text_color"><span class="w-text-h"><span class="w-text-value">A partir de 39€HT /mois</span></span></div><div class="w-separator size_small"></div><div class="wpb_text_column"><div class="wpb_wrapper"><p>Base de connaissances<br /> Plateforme E-learninng<br /> Accès au support client<br /> 1 RDV de suivi / an<br /> Google Analytics</p> </div></div><div class="w-separator size_small"></div><div class="w-btn-wrapper align_center"><a class="w-btn us-btn-style_3 icon_atright" href="/hebergement-site-internet/"><span class="w-btn-label">+ sur la maintenance</span><i class="fal fa-arrow-right"></i></a></div><div class="w-separator size_medium"></div></div><div class="w-separator size_medium"></div></div></div><div class="wpb_column vc_column_container"><div class="vc_column-inner"><div class="w-vwrapper us_custom_7cf9380a has_text_color align_center valign_top" style="--vwrapper-gap:0rem"><div class="w-separator size_medium"></div><h3 class="w-text us_custom_df5f4c97 has_text_color"><span class="w-text-h"><span class="w-text-value">Visibilité du site</span></span></h3><div class="w-text us_custom_a9c95bed has_text_color"><span class="w-text-h"><span class="w-text-value">A partir de 49€HT /mois</span></span></div><div class="w-separator size_small"></div><div class="wpb_text_column"><div class="wpb_wrapper"><p>Référencement local<br /> Publicité Google Ads<br /> Référencement naturel (SEO)<br /> Création de contenus<br /> Ajout de fonctionnalités<br /> Création graphique<br /> Formations</p> </div></div><div class="w-separator size_small"></div><div class="w-btn-wrapper align_center"><a class="w-btn us-btn-style_3 icon_atright" href="/visibilite-site-web/"><span class="w-btn-label">+ sur l’accompagnement</span><i class="fal fa-arrow-right"></i></a></div><div class="w-separator size_medium"></div></div><div class="w-separator size_medium"></div></div></div></div></div></section><section class="l-section wpb_row us_custom_7975241b height_auto"><div class="l-section-h i-cf"><div class="g-cols vc_row via_grid cols_1 laptops-cols_inherit tablets-cols_inherit mobiles-cols_1 valign_top type_default stacking_default"><div class="wpb_column vc_column_container"><div class="vc_column-inner"><div class="w-btn-wrapper align_center"><a class="w-btn us-btn-style_1 us_custom_b440d71f" href="/prix-site-internet/"><span class="w-btn-label">Voir le détail des tarifs</span></a></div><div class="w-separator size_medium"></div></div></div></div></div></section><section class="l-section wpb_row height_medium"><div class="l-section-h i-cf"><div class="g-cols vc_row via_grid cols_1 laptops-cols_inherit tablets-cols_2 mobiles-cols_1 valign_top type_default stacking_default" style="--columns-gap:30px;"><div class="wpb_column vc_column_container"><div class="vc_column-inner"><div class="wpb_text_column"><div class="wpb_wrapper"><h2 style="text-align: center;"><strong>Des sites internet personnalisés<br /> pour tous les besoins</strong></h2> </div></div><div class="w-separator size_large"></div><div class="g-cols wpb_row via_grid cols_2 laptops-cols_inherit tablets-cols_inherit mobiles-cols_1 valign_top type_default stacking_default" style="--columns-gap:2rem;"><div class="wpb_column vc_column_container us_custom_ac4be032"><div class="vc_column-inner"><div class="w-iconbox iconpos_top style_default color_primary align_left no_text no_title"><div class="w-iconbox-icon" style="font-size:3rem;"><i class="fal fa-phone-laptop"></i></div><div class="w-iconbox-meta"></div></div><div class="w-text us_custom_f81a1754 has_text_color"><span class="w-text-h"><span class="w-text-value">À partir de 59€ HT/mois</span></span></div><div class="wpb_text_column"><div class="wpb_wrapper"><h3>Site web vitrine</h3> <p>Présentez votre entreprise, son activité, ses services et proposez des solutions pour vous contacter (formulaire, téléphone, prise de RDV)</p> </div></div><div class="w-separator size_small"></div><div class="w-hwrapper valign_middle stack_on_mobiles align_none" style="--hwrapper-gap:1rem"><div class="w-btn-wrapper default_align_none laptops_align_none tablets_align_none mobiles_align_justify"><a class="w-btn us-btn-style_1" href="https://le-site-francais.fr/creation-site-internet/site-web-vitrine/"><span class="w-btn-label">Plus sur les sites vitrines</span></a></div><div class="w-btn-wrapper default_align_none laptops_align_none tablets_align_none mobiles_align_justify"><a class="w-btn us-btn-style_5" href="https://le-site-francais.fr/reservation-demo/"><span class="w-btn-label">Mon devis avec un expert ! 👌</span></a></div></div></div></div><div class="wpb_column vc_column_container us_custom_ac4be032"><div class="vc_column-inner"><div class="w-iconbox iconpos_top style_default color_primary align_left no_text no_title"><div class="w-iconbox-icon" style="font-size:3rem;"><i class="fal fa-bags-shopping"></i></div><div class="w-iconbox-meta"></div></div><div class="w-text us_custom_f81a1754 has_text_color"><span class="w-text-h"><span class="w-text-value">À partir de 129€ HT/mois</span></span></div><div class="wpb_text_column"><div class="wpb_wrapper"><h3>Site web e-commerce</h3> <p>Présentez vos produits, soigneusement ordonnés dans des catégories. Proposez le paiement en ligne, la livraison et gérez vos stocks.</p> </div></div><div class="w-separator size_small"></div><div class="w-hwrapper valign_middle stack_on_mobiles align_none" style="--hwrapper-gap:1rem"><div class="w-btn-wrapper default_align_none laptops_align_none tablets_align_none mobiles_align_justify"><a class="w-btn us-btn-style_1" href="https://le-site-francais.fr/creation-site-internet/site-e-commerce/"><span class="w-btn-label">Plus sur les sites e-commerce</span></a></div><div class="w-btn-wrapper default_align_none laptops_align_none tablets_align_none mobiles_align_justify"><a class="w-btn us-btn-style_5" href="https://le-site-francais.fr/reservation-demo/"><span class="w-btn-label">Mon devis avec un expert ! 👌</span></a></div></div></div></div></div></div></div></div></div></section><section class="l-section wpb_row height_small width_full"><div class="l-section-h i-cf"><div class="g-cols vc_row via_grid cols_1 laptops-cols_inherit tablets-cols_inherit mobiles-cols_1 valign_top type_default stacking_default"><div class="wpb_column vc_column_container"><div class="vc_column-inner"><div class="w-text us_custom_eb849559"><span class="w-text-h"><span class="w-text-value">Ils en parlent mieux que nous !</span></span></div><div class="wpb_text_column us_custom_1fa4467a"><div class="wpb_wrapper"><h2 style="text-align: center;">L’avis de<br /> <span style="color: var(--color-content-link);">nos utilisateurs</span></h2> </div></div><div class="w-separator size_large"></div><div class="wpb_text_column"><div class="wpb_wrapper"><pre class="ti-widget" style="display: none"><template id="trustindex-google-widget-html"><div class="ti-widget ti-goog ti-disable-font ti-show-rating-text ti-review-text-mode-readmore ti-text-align-left" data-no-translation="true" data-layout-id="5" data-layout-category="slider" data-set-id="light-background" data-pid="" data-language="fr" data-review-target-width="275" data-css-version="2" data-review-text-mode="readmore" data-reply-by-locale="Réponse du propriétaire" data-pager-autoplay-timeout="6" > <div class="ti-widget-container ti-col-4"> <div class="ti-footer ti-footer-grid source-Google"> <div class="ti-fade-container"> <div class="ti-rating-text"> <strong class="ti-rating ti-rating-large"> EXCELLENT </strong> </div> <span class="ti-stars star-lg"><trustindex-image class="ti-star" data-imgurl="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" alt="Google" width="17" height="17" loading="lazy" ></trustindex-image><trustindex-image class="ti-star" data-imgurl="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" alt="Google" width="17" height="17" loading="lazy" ></trustindex-image><trustindex-image class="ti-star" data-imgurl="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" alt="Google" width="17" height="17" loading="lazy" ></trustindex-image><trustindex-image class="ti-star" data-imgurl="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" alt="Google" width="17" height="17" loading="lazy" ></trustindex-image><trustindex-image class="ti-star" data-imgurl="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" alt="Google" width="17" height="17" loading="lazy" ></trustindex-image></span> <div class="ti-rating-text"> <span class="nowrap">Basée sur <strong>110 avis</strong></span> </div> <div class="ti-large-logo"> <div class="ti-v-center"> <trustindex-image class="ti-logo-fb" data-imgurl="https://cdn.trustindex.io/assets/platform/Google/logo.svg" width="150" height="25" loading="lazy" alt="Google"></trustindex-image> </div> </div> </div> </div> <div class="ti-reviews-container"> <div class="ti-controls"> <div class="ti-next" aria-label="Avis suivante" role="button"></div> <div class="ti-prev" aria-label="Avis précédent" role="button"></div> </div> <div class="ti-reviews-container-wrapper"> <div data-empty="0" class="ti-review-item source-Google ti-image-layout-thumbnail" data-id="cfcd208495d565ef66e7dff9f98764da" > <div class="ti-inner"> <div class="ti-review-header"> <trustindex-image class="ti-platform-icon" data-imgurl="https://cdn.trustindex.io/assets/platform/Google/icon.svg" alt="Google" width="20" height="20" loading="lazy" ></trustindex-image> <div class="ti-profile-img"> <trustindex-image data-imgurl="https://lh3.googleusercontent.com/a/ACg8ocKWr2CrwXyafcBHHafIH-RDVuO2ZMD7we3xRf7Ir5CK6Yza9w=w40-h40-c-rp-mo-ba2-br100" data-imgurlset="https://lh3.googleusercontent.com/a/ACg8ocKWr2CrwXyafcBHHafIH-RDVuO2ZMD7we3xRf7Ir5CK6Yza9w=w80-h80-c-rp-mo-ba2-br100 2x" alt="Vincent Mousnier profile picture" loading="lazy" ></trustindex-image> </div> <div class="ti-profile-details"> <div class="ti-name"> Vincent Mousnier </div> <div class="ti-date">17/06/2025</div> </div> </div> <span class="ti-stars"><trustindex-image class="ti-star" data-imgurl="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" alt="Google" width="17" height="17" loading="lazy" ></trustindex-image><trustindex-image class="ti-star" data-imgurl="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" alt="Google" width="17" height="17" loading="lazy" ></trustindex-image><trustindex-image class="ti-star" data-imgurl="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" alt="Google" width="17" height="17" loading="lazy" ></trustindex-image><trustindex-image class="ti-star" data-imgurl="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" alt="Google" width="17" height="17" loading="lazy" ></trustindex-image><trustindex-image class="ti-star" data-imgurl="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" alt="Google" width="17" height="17" loading="lazy" ></trustindex-image><span class="ti-verified-review ti-verified-platform"><span class="ti-verified-tooltip">Trustindex vérifie que la source originale de l'avis est Google.</span></span></span> <div class="ti-review-text-container ti-review-content"><!-- R-CONTENT -->Excellent travail effectué par les équipes du Site français pour la création mon site internet. Le personnel est très qualifie et professionnel. De vrais experts à l'écoute. Vous pouvez leur faire confiance pour le site ainsi que pour d'autres sujets également comme le logo, les articles de blog, la maintenance du site, le référencement google.... Leur offre est très complète et compétitive. Je suis très satisfait et ultra content. Vraiment, je recommande fortement cette entreprise.<!-- R-CONTENT --></div> <span class="ti-read-more" data-container=".ti-review-content" data-collapse-text="Cacher" data-open-text="Lire la suite" ></span> </div> </div> <div data-empty="0" class="ti-review-item source-Google ti-image-layout-thumbnail" data-id="cfcd208495d565ef66e7dff9f98764da" > <div class="ti-inner"> <div class="ti-review-header"> <trustindex-image class="ti-platform-icon" data-imgurl="https://cdn.trustindex.io/assets/platform/Google/icon.svg" alt="Google" width="20" height="20" loading="lazy" ></trustindex-image> <div class="ti-profile-img"> <trustindex-image data-imgurl="https://lh3.googleusercontent.com/a/ACg8ocKxD6st1yw9AY08mX4ZjzvCIAw_7VxNk5SMpwzyORIgCO97Zw=w40-h40-c-rp-mo-br100" data-imgurlset="https://lh3.googleusercontent.com/a/ACg8ocKxD6st1yw9AY08mX4ZjzvCIAw_7VxNk5SMpwzyORIgCO97Zw=w80-h80-c-rp-mo-br100 2x" alt="Camille Baudry profile picture" loading="lazy" ></trustindex-image> </div> <div class="ti-profile-details"> <div class="ti-name"> Camille Baudry </div> <div class="ti-date">03/06/2025</div> </div> </div> <span class="ti-stars"><trustindex-image class="ti-star" data-imgurl="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" alt="Google" width="17" height="17" loading="lazy" ></trustindex-image><trustindex-image class="ti-star" data-imgurl="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" alt="Google" width="17" height="17" loading="lazy" ></trustindex-image><trustindex-image class="ti-star" data-imgurl="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" alt="Google" width="17" height="17" loading="lazy" ></trustindex-image><trustindex-image class="ti-star" data-imgurl="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" alt="Google" width="17" height="17" loading="lazy" ></trustindex-image><trustindex-image class="ti-star" data-imgurl="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" alt="Google" width="17" height="17" loading="lazy" ></trustindex-image><span class="ti-verified-review ti-verified-platform"><span class="ti-verified-tooltip">Trustindex vérifie que la source originale de l'avis est Google.</span></span></span> <div class="ti-review-text-container ti-review-content"><!-- R-CONTENT -->Un immense merci à Yannick pour son accompagnement dans la refonte complète du site internet de notre agence PepsWork. Disponible, réactif, toujours à l'écoute, il a su faire preuve d’une grande patience face à nos (nombreux !) ajustements. Le résultat est à la hauteur de nos attentes : un site à la fois moderne, esthétique et fonctionnel, réalisé avec beaucoup de goût. C’est un vrai plaisir d’avoir collaboré avec Yannick ! Il est non seulement talentueux, mais aussi très gentil et humain, ce qui rend la collaboration encore plus agréable. Merci encore pour ce beau travail, Camille<!-- R-CONTENT --></div> <span class="ti-read-more" data-container=".ti-review-content" data-collapse-text="Cacher" data-open-text="Lire la suite" ></span> </div> </div> <div data-empty="0" class="ti-review-item source-Google ti-image-layout-thumbnail" data-id="cfcd208495d565ef66e7dff9f98764da" > <div class="ti-inner"> <div class="ti-review-header"> <trustindex-image class="ti-platform-icon" data-imgurl="https://cdn.trustindex.io/assets/platform/Google/icon.svg" alt="Google" width="20" height="20" loading="lazy" ></trustindex-image> <div class="ti-profile-img"> <trustindex-image data-imgurl="https://lh3.googleusercontent.com/a/ACg8ocIaNBH-63-d-aDHYAP52FdtcO_5BRjcIUf-ai79V3sPB_9ruEk=w40-h40-c-rp-mo-br100" data-imgurlset="https://lh3.googleusercontent.com/a/ACg8ocIaNBH-63-d-aDHYAP52FdtcO_5BRjcIUf-ai79V3sPB_9ruEk=w80-h80-c-rp-mo-br100 2x" alt="Anthony Delplace profile picture" loading="lazy" ></trustindex-image> </div> <div class="ti-profile-details"> <div class="ti-name"> Anthony Delplace </div> <div class="ti-date">12/05/2025</div> </div> </div> <span class="ti-stars"><trustindex-image class="ti-star" data-imgurl="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" alt="Google" width="17" height="17" loading="lazy" ></trustindex-image><trustindex-image class="ti-star" data-imgurl="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" alt="Google" width="17" height="17" loading="lazy" ></trustindex-image><trustindex-image class="ti-star" data-imgurl="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" alt="Google" width="17" height="17" loading="lazy" ></trustindex-image><trustindex-image class="ti-star" data-imgurl="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" alt="Google" width="17" height="17" loading="lazy" ></trustindex-image><trustindex-image class="ti-star" data-imgurl="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" alt="Google" width="17" height="17" loading="lazy" ></trustindex-image><span class="ti-verified-review ti-verified-platform"><span class="ti-verified-tooltip">Trustindex vérifie que la source originale de l'avis est Google.</span></span></span> <div class="ti-review-text-container ti-review-content"><!-- R-CONTENT -->J'ai fait appel au Site Français car dans ma région, les agences de communication sur-factures les clients en pensant que nous sommes des billets de banque... Quand je vois le résultat de mon site e-commerce Pulse-sports.fr , je dis que vous pouvez y aller les yeux fermés. L'équipe dont Vincent fait parti est exceptionnelle, très professionnelle et surtout douée ! Et en plus, payer un site e-commerce moins cher qu'un site vitrine pour la Haute-Savoie, je dis foncez ! Je recommande vivement, je l'ai déjà fait et j'espère que le retour sera positif ! ✌️<!-- R-CONTENT --></div> <span class="ti-read-more" data-container=".ti-review-content" data-collapse-text="Cacher" data-open-text="Lire la suite" ></span> </div> </div> <div data-empty="0" class="ti-review-item source-Google ti-image-layout-thumbnail" data-id="cfcd208495d565ef66e7dff9f98764da" > <div class="ti-inner"> <div class="ti-review-header"> <trustindex-image class="ti-platform-icon" data-imgurl="https://cdn.trustindex.io/assets/platform/Google/icon.svg" alt="Google" width="20" height="20" loading="lazy" ></trustindex-image> <div class="ti-profile-img"> <trustindex-image data-imgurl="https://lh3.googleusercontent.com/a/ACg8ocKpaNZNvpRCiFMfAIpN5kiun-6Htf6qy5VbDT4zblMLiFi1Aw=w40-h40-c-rp-mo-br100" data-imgurlset="https://lh3.googleusercontent.com/a/ACg8ocKpaNZNvpRCiFMfAIpN5kiun-6Htf6qy5VbDT4zblMLiFi1Aw=w80-h80-c-rp-mo-br100 2x" alt="Julie Colombo profile picture" loading="lazy" ></trustindex-image> </div> <div class="ti-profile-details"> <div class="ti-name"> Julie Colombo </div> <div class="ti-date">12/05/2025</div> </div> </div> <span class="ti-stars"><trustindex-image class="ti-star" data-imgurl="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" alt="Google" width="17" height="17" loading="lazy" ></trustindex-image><trustindex-image class="ti-star" data-imgurl="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" alt="Google" width="17" height="17" loading="lazy" ></trustindex-image><trustindex-image class="ti-star" data-imgurl="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" alt="Google" width="17" height="17" loading="lazy" ></trustindex-image><trustindex-image class="ti-star" data-imgurl="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" alt="Google" width="17" height="17" loading="lazy" ></trustindex-image><trustindex-image class="ti-star" data-imgurl="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" alt="Google" width="17" height="17" loading="lazy" ></trustindex-image><span class="ti-verified-review ti-verified-platform"><span class="ti-verified-tooltip">Trustindex vérifie que la source originale de l'avis est Google.</span></span></span> <div class="ti-review-text-container ti-review-content"><!-- R-CONTENT -->Très belle expérience ! Je recommande tellement leur service 🔥. Yannick a été remarquable, toujours avec le sourire et les résultats sont à la hauteur de mes espérances! Un beau travail d'équipe et un site internet à mon image. Un grand merci Yannick pour le travail👌<!-- R-CONTENT --></div> <span class="ti-read-more" data-container=".ti-review-content" data-collapse-text="Cacher" data-open-text="Lire la suite" ></span> </div> </div> <div data-empty="0" class="ti-review-item source-Google ti-image-layout-thumbnail" data-id="cfcd208495d565ef66e7dff9f98764da" > <div class="ti-inner"> <div class="ti-review-header"> <trustindex-image class="ti-platform-icon" data-imgurl="https://cdn.trustindex.io/assets/platform/Google/icon.svg" alt="Google" width="20" height="20" loading="lazy" ></trustindex-image> <div class="ti-profile-img"> <trustindex-image data-imgurl="https://lh3.googleusercontent.com/a/ACg8ocIWiOiv5rC4rWo8YAQnxj_YXAe76eoHzMb3-75o9mNyfn_ekg=w40-h40-c-rp-mo-br100" data-imgurlset="https://lh3.googleusercontent.com/a/ACg8ocIWiOiv5rC4rWo8YAQnxj_YXAe76eoHzMb3-75o9mNyfn_ekg=w80-h80-c-rp-mo-br100 2x" alt="Michaël Levystone profile picture" loading="lazy" ></trustindex-image> </div> <div class="ti-profile-details"> <div class="ti-name"> Michaël Levystone </div> <div class="ti-date">06/05/2025</div> </div> </div> <span class="ti-stars"><trustindex-image class="ti-star" data-imgurl="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" alt="Google" width="17" height="17" loading="lazy" ></trustindex-image><trustindex-image class="ti-star" data-imgurl="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" alt="Google" width="17" height="17" loading="lazy" ></trustindex-image><trustindex-image class="ti-star" data-imgurl="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" alt="Google" width="17" height="17" loading="lazy" ></trustindex-image><trustindex-image class="ti-star" data-imgurl="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" alt="Google" width="17" height="17" loading="lazy" ></trustindex-image><trustindex-image class="ti-star" data-imgurl="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" alt="Google" width="17" height="17" loading="lazy" ></trustindex-image><span class="ti-verified-review ti-verified-platform"><span class="ti-verified-tooltip">Trustindex vérifie que la source originale de l'avis est Google.</span></span></span> <div class="ti-review-text-container ti-review-content"><!-- R-CONTENT -->Service ultra-sérieux et adapté à notre demande, prix très correct au regard des prestations. Je ne recommande pas Yannick, je l'impose 😎👍<!-- R-CONTENT --></div> <span class="ti-read-more" data-container=".ti-review-content" data-collapse-text="Cacher" data-open-text="Lire la suite" ></span> </div> </div> <div data-empty="0" class="ti-review-item source-Google ti-image-layout-thumbnail" data-id="cfcd208495d565ef66e7dff9f98764da" > <div class="ti-inner"> <div class="ti-review-header"> <trustindex-image class="ti-platform-icon" data-imgurl="https://cdn.trustindex.io/assets/platform/Google/icon.svg" alt="Google" width="20" height="20" loading="lazy" ></trustindex-image> <div class="ti-profile-img"> <trustindex-image data-imgurl="https://lh3.googleusercontent.com/a/ACg8ocIjpx7PB-MD53bCl4FMMGWsGJo1GcR0a90dwLALstMnm8dLXQ=w40-h40-c-rp-mo-br100" data-imgurlset="https://lh3.googleusercontent.com/a/ACg8ocIjpx7PB-MD53bCl4FMMGWsGJo1GcR0a90dwLALstMnm8dLXQ=w80-h80-c-rp-mo-br100 2x" alt="Manon GUIEN profile picture" loading="lazy" ></trustindex-image> </div> <div class="ti-profile-details"> <div class="ti-name"> Manon GUIEN </div> <div class="ti-date">04/04/2025</div> </div> </div> <span class="ti-stars"><trustindex-image class="ti-star" data-imgurl="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" alt="Google" width="17" height="17" loading="lazy" ></trustindex-image><trustindex-image class="ti-star" data-imgurl="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" alt="Google" width="17" height="17" loading="lazy" ></trustindex-image><trustindex-image class="ti-star" data-imgurl="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" alt="Google" width="17" height="17" loading="lazy" ></trustindex-image><trustindex-image class="ti-star" data-imgurl="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" alt="Google" width="17" height="17" loading="lazy" ></trustindex-image><trustindex-image class="ti-star" data-imgurl="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" alt="Google" width="17" height="17" loading="lazy" ></trustindex-image><span class="ti-verified-review ti-verified-platform"><span class="ti-verified-tooltip">Trustindex vérifie que la source originale de l'avis est Google.</span></span></span> <div class="ti-review-text-container ti-review-content"><!-- R-CONTENT -->Une belle expérience avec le site Francais, une entreprise à l'écoute et tellement arrangeante et professionnelle. Si vous chercher de la qualité et des conseils précieux, vous êtes au bon endroit :)<!-- R-CONTENT --></div> <span class="ti-read-more" data-container=".ti-review-content" data-collapse-text="Cacher" data-open-text="Lire la suite" ></span> </div> </div> <div data-empty="0" class="ti-review-item source-Google ti-image-layout-thumbnail" data-id="cfcd208495d565ef66e7dff9f98764da" > <div class="ti-inner"> <div class="ti-review-header"> <trustindex-image class="ti-platform-icon" data-imgurl="https://cdn.trustindex.io/assets/platform/Google/icon.svg" alt="Google" width="20" height="20" loading="lazy" ></trustindex-image> <div class="ti-profile-img"> <trustindex-image data-imgurl="https://lh3.googleusercontent.com/a/ACg8ocLC7BbQE3lnKOzfl_Br2U5ePLUw7yaSG1_7QDBOZ-m5GFJ9pA=w40-h40-c-rp-mo-br100" data-imgurlset="https://lh3.googleusercontent.com/a/ACg8ocLC7BbQE3lnKOzfl_Br2U5ePLUw7yaSG1_7QDBOZ-m5GFJ9pA=w80-h80-c-rp-mo-br100 2x" alt="thi hong nga Nguyen profile picture" loading="lazy" ></trustindex-image> </div> <div class="ti-profile-details"> <div class="ti-name"> thi hong nga Nguyen </div> <div class="ti-date">18/03/2025</div> </div> </div> <span class="ti-stars"><trustindex-image class="ti-star" data-imgurl="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" alt="Google" width="17" height="17" loading="lazy" ></trustindex-image><trustindex-image class="ti-star" data-imgurl="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" alt="Google" width="17" height="17" loading="lazy" ></trustindex-image><trustindex-image class="ti-star" data-imgurl="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" alt="Google" width="17" height="17" loading="lazy" ></trustindex-image><trustindex-image class="ti-star" data-imgurl="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" alt="Google" width="17" height="17" loading="lazy" ></trustindex-image><trustindex-image class="ti-star" data-imgurl="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" alt="Google" width="17" height="17" loading="lazy" ></trustindex-image><span class="ti-verified-review ti-verified-platform"><span class="ti-verified-tooltip">Trustindex vérifie que la source originale de l'avis est Google.</span></span></span> <div class="ti-review-text-container ti-review-content"><!-- R-CONTENT -->Je suis la présidente de RUBIS BEAUTE dont le Site Français gère notre site internet et GMB par un contrat de maintenance. Apres 3 ans de fidélité, je souligne le travail formidable et exceptionnel réalise par cette entreprise. Je recommande très fortement<!-- R-CONTENT --></div> <span class="ti-read-more" data-container=".ti-review-content" data-collapse-text="Cacher" data-open-text="Lire la suite" ></span> </div> </div> <div data-empty="0" class="ti-review-item source-Google ti-image-layout-thumbnail" data-id="cfcd208495d565ef66e7dff9f98764da" > <div class="ti-inner"> <div class="ti-review-header"> <trustindex-image class="ti-platform-icon" data-imgurl="https://cdn.trustindex.io/assets/platform/Google/icon.svg" alt="Google" width="20" height="20" loading="lazy" ></trustindex-image> <div class="ti-profile-img"> <trustindex-image data-imgurl="https://lh3.googleusercontent.com/a-/ALV-UjVAGESai1oeptPPCelDLZ37lMrbrhrFHrysEhgnul2j7hr2n6g=w40-h40-c-rp-mo-br100" data-imgurlset="https://lh3.googleusercontent.com/a-/ALV-UjVAGESai1oeptPPCelDLZ37lMrbrhrFHrysEhgnul2j7hr2n6g=w80-h80-c-rp-mo-br100 2x" alt="Communication HBL profile picture" loading="lazy" ></trustindex-image> </div> <div class="ti-profile-details"> <div class="ti-name"> Communication HBL </div> <div class="ti-date">13/03/2025</div> </div> </div> <span class="ti-stars"><trustindex-image class="ti-star" data-imgurl="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" alt="Google" width="17" height="17" loading="lazy" ></trustindex-image><trustindex-image class="ti-star" data-imgurl="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" alt="Google" width="17" height="17" loading="lazy" ></trustindex-image><trustindex-image class="ti-star" data-imgurl="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" alt="Google" width="17" height="17" loading="lazy" ></trustindex-image><trustindex-image class="ti-star" data-imgurl="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" alt="Google" width="17" height="17" loading="lazy" ></trustindex-image><trustindex-image class="ti-star" data-imgurl="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" alt="Google" width="17" height="17" loading="lazy" ></trustindex-image><span class="ti-verified-review ti-verified-platform"><span class="ti-verified-tooltip">Trustindex vérifie que la source originale de l'avis est Google.</span></span></span> <div class="ti-review-text-container ti-review-content"><!-- R-CONTENT -->Nous sommes très satisfait du travail livré par les équipes du Site Français. Nous avons fais faire plusieurs sites internet chez eux. Très professionnels, efficaces et réactifs. C'est un plaisir de travaillé avec eux !<!-- R-CONTENT --></div> <span class="ti-read-more" data-container=".ti-review-content" data-collapse-text="Cacher" data-open-text="Lire la suite" ></span> </div> </div> <div data-empty="0" class="ti-review-item source-Google ti-image-layout-thumbnail" data-id="cfcd208495d565ef66e7dff9f98764da" > <div class="ti-inner"> <div class="ti-review-header"> <trustindex-image class="ti-platform-icon" data-imgurl="https://cdn.trustindex.io/assets/platform/Google/icon.svg" alt="Google" width="20" height="20" loading="lazy" ></trustindex-image> <div class="ti-profile-img"> <trustindex-image data-imgurl="https://lh3.googleusercontent.com/a-/ALV-UjUkDT56U3VWl33LRUAVuK-DviB1RphFL9jvSTX8z7o6JsPOz6fzAA=w40-h40-c-rp-mo-ba2-br100" data-imgurlset="https://lh3.googleusercontent.com/a-/ALV-UjUkDT56U3VWl33LRUAVuK-DviB1RphFL9jvSTX8z7o6JsPOz6fzAA=w80-h80-c-rp-mo-ba2-br100 2x" alt="Ahsène Tazairt profile picture" loading="lazy" ></trustindex-image> </div> <div class="ti-profile-details"> <div class="ti-name"> Ahsène Tazairt </div> <div class="ti-date">04/03/2025</div> </div> </div> <span class="ti-stars"><trustindex-image class="ti-star" data-imgurl="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" alt="Google" width="17" height="17" loading="lazy" ></trustindex-image><trustindex-image class="ti-star" data-imgurl="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" alt="Google" width="17" height="17" loading="lazy" ></trustindex-image><trustindex-image class="ti-star" data-imgurl="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" alt="Google" width="17" height="17" loading="lazy" ></trustindex-image><trustindex-image class="ti-star" data-imgurl="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" alt="Google" width="17" height="17" loading="lazy" ></trustindex-image><trustindex-image class="ti-star" data-imgurl="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" alt="Google" width="17" height="17" loading="lazy" ></trustindex-image><span class="ti-verified-review ti-verified-platform"><span class="ti-verified-tooltip">Trustindex vérifie que la source originale de l'avis est Google.</span></span></span> <div class="ti-review-text-container ti-review-content"><!-- R-CONTENT -->Un grand merci au site français pour son accompagnement, son investissement dans la résolution des incidents qui ont affecté notre site. Merci pour votre disponibilité, votre coopération et la souci permanent dans la gestion. Heureux de vous savoir à nos côtés. Cordialement.<!-- R-CONTENT --></div> <span class="ti-read-more" data-container=".ti-review-content" data-collapse-text="Cacher" data-open-text="Lire la suite" ></span> </div> </div> <div data-empty="0" class="ti-review-item source-Google ti-image-layout-thumbnail" data-id="cfcd208495d565ef66e7dff9f98764da" > <div class="ti-inner"> <div class="ti-review-header"> <trustindex-image class="ti-platform-icon" data-imgurl="https://cdn.trustindex.io/assets/platform/Google/icon.svg" alt="Google" width="20" height="20" loading="lazy" ></trustindex-image> <div class="ti-profile-img"> <trustindex-image data-imgurl="https://lh3.googleusercontent.com/a/ACg8ocLXQ40dV1XXTAQ7_i6VTmmsgAVY9tAqr80RZ8X_lwfqaIKVRQ=w40-h40-c-rp-mo-br100" data-imgurlset="https://lh3.googleusercontent.com/a/ACg8ocLXQ40dV1XXTAQ7_i6VTmmsgAVY9tAqr80RZ8X_lwfqaIKVRQ=w80-h80-c-rp-mo-br100 2x" alt="Cécile Candau profile picture" loading="lazy" ></trustindex-image> </div> <div class="ti-profile-details"> <div class="ti-name"> Cécile Candau </div> <div class="ti-date">21/02/2025</div> </div> </div> <span class="ti-stars"><trustindex-image class="ti-star" data-imgurl="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" alt="Google" width="17" height="17" loading="lazy" ></trustindex-image><trustindex-image class="ti-star" data-imgurl="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" alt="Google" width="17" height="17" loading="lazy" ></trustindex-image><trustindex-image class="ti-star" data-imgurl="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" alt="Google" width="17" height="17" loading="lazy" ></trustindex-image><trustindex-image class="ti-star" data-imgurl="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" alt="Google" width="17" height="17" loading="lazy" ></trustindex-image><trustindex-image class="ti-star" data-imgurl="https://cdn.trustindex.io/assets/platform/Google/star/f.svg" alt="Google" width="17" height="17" loading="lazy" ></trustindex-image><span class="ti-verified-review ti-verified-platform"><span class="ti-verified-tooltip">Trustindex vérifie que la source originale de l'avis est Google.</span></span></span> <div class="ti-review-text-container ti-review-content"><!-- R-CONTENT -->Bonjour, j'ai fait appel au Site Français pour la création de mon site vitrine concernant notamment la garde d'animaux au domicile des propriétaires et je suis ravie du résultat. De la première prise de contact jusqu'à la livraison du site, l'équipe a été très professionnelle et a su répondre exactement à mes attentes. Un grand merci à Yannick en particulier, développeur web, pour son travail (respectant parfaitement ma vision du site), ses conseils, sa disponibilité ainsi que sa réactivité. Je n'hésiterai pas à recommander cette société !<!-- R-CONTENT --></div> <span class="ti-read-more" data-container=".ti-review-content" data-collapse-text="Cacher" data-open-text="Lire la suite" ></span> </div> </div> </div> <div class="ti-controls-line"> <div class="dot"></div> </div> <div class="ti-footer-filter-text">Affichage de nos derniers avis</div> </div> </div> </div> </template></pre><div data-src="https://cdn.trustindex.io/loader.js?wp-widget" data-template-id="trustindex-google-widget-html" data-css-url="https://le-site-francais.fr/wp-content/uploads/trustindex-google-widget.css?1747828601"></div> </div></div></div></div></div></div></section><section class="l-section wpb_row hide_on_default hide_on_laptops hide_on_tablets hide_on_mobiles height_medium"><div class="l-section-h i-cf"><div class="g-cols vc_row via_grid cols_2 laptops-cols_inherit tablets-cols_inherit mobiles-cols_1 valign_middle type_default stacking_default" style="--columns-gap:0rem;"><div class="wpb_column vc_column_container us_custom_b07a6a5d has_text_color has_bg_color"><div class="vc_column-inner"><h2 class="w-text us_custom_2b247fd6"><span class="w-text-h"><span class="w-text-value">Découvrez le Club<br> du Site Français</span></span></h2><div class="wpb_text_column"><div class="wpb_wrapper"><p style="text-align: left;">Le club du Site Français, c’est un ensemble d’avantages exclusivement réservés aux membres.</p> </div></div><div class="w-separator size_small"></div><div class="w-iconbox iconpos_left style_default color_light align_left"><div class="w-iconbox-icon" style="font-size:1rem;"><i class="fas fa-check"></i></div><div class="w-iconbox-meta"><h3 class="w-iconbox-title" style="font-size:22px;">La maintenance de votre site internet</h3><div class="w-iconbox-text"><p>Votre site internet reste dans le même état de santé qu’au 1er jour !</p> </div></div></div><div class="w-separator size_small"></div><div class="w-iconbox iconpos_left style_default color_light align_left"><div class="w-iconbox-icon" style="font-size:1rem;"><i class="fas fa-check"></i></div><div class="w-iconbox-meta"><h3 class="w-iconbox-title" style="font-size:22px;">Un hébergement web sécurisé</h3><div class="w-iconbox-text"><p>La puissance illimitée et la sécurité d’un hébergeur français.</p> </div></div></div><div class="w-separator size_small"></div><div class="w-iconbox iconpos_left style_default color_light align_left"><div class="w-iconbox-icon" style="font-size:1rem;"><i class="fas fa-check"></i></div><div class="w-iconbox-meta"><h3 class="w-iconbox-title" style="font-size:22px;">Vos adresses e-mails professionnelles</h3><div class="w-iconbox-text"><p>Disposez rapidement d’adresses mails au nom de votre entreprise.</p> </div></div></div><div class="w-separator size_small"></div><div class="w-iconbox iconpos_left style_default color_light align_left"><div class="w-iconbox-icon" style="font-size:1rem;"><i class="fas fa-check"></i></div><div class="w-iconbox-meta"><h3 class="w-iconbox-title" style="font-size:22px;">Une base de connaissances</h3><div class="w-iconbox-text"><p>Des guides, newsletters et vidéos exclusives</p> </div></div></div><div class="w-separator size_small"></div><div class="w-iconbox iconpos_left style_default color_light align_left"><div class="w-iconbox-icon" style="font-size:1rem;"><i class="fas fa-check"></i></div><div class="w-iconbox-meta"><h3 class="w-iconbox-title" style="font-size:22px;">Rendez-vous & Conseil</h3><div class="w-iconbox-text"><p>Des conseils d’un expert pour votre stratégie marketing digital</p> </div></div></div></div></div><div class="wpb_column vc_column_container"><div class="vc_column-inner"><div class="w-image us_custom_10cf3b98 align_left"><a href="/le-club/" aria-label="rejoindre-le-club-lsf" class="w-image-h"><img data-od-xpath="/HTML/BODY/DIV[@class='l-canvas type_wide']/*[2][self::MAIN]/*[7][self::SECTION]/*[1][self::DIV]/*[1][self::DIV]/*[2][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::A]/*[1][self::IMG]" decoding="async" width="683" height="1024" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20683%201024'%3E%3C/svg%3E" class="attachment-large size-large ewww_webp_lazy_load" alt="rejoindre-le-club-lsf" loading="lazy" data-lazy-srcset="https://le-site-francais.fr/wp-content/uploads/2023/10/rejoindre-le-club-lsf-683x1024.png 683w, https://le-site-francais.fr/wp-content/uploads/2023/10/rejoindre-le-club-lsf-200x300.png 200w, https://le-site-francais.fr/wp-content/uploads/2023/10/rejoindre-le-club-lsf.png 896w" data-lazy-sizes="auto, (max-width: 683px) 100vw, 683px" data-lazy-src="https://le-site-francais.fr/wp-content/uploads/2023/10/rejoindre-le-club-lsf-683x1024.png" data-lazy-src-webp="https://le-site-francais.fr/wp-content/uploads/2023/10/rejoindre-le-club-lsf-683x1024.png.webp" data-lazy-srcset-webp="https://le-site-francais.fr/wp-content/uploads/2023/10/rejoindre-le-club-lsf-683x1024.png.webp 683w, https://le-site-francais.fr/wp-content/uploads/2023/10/rejoindre-le-club-lsf-200x300.png.webp 200w, https://le-site-francais.fr/wp-content/uploads/2023/10/rejoindre-le-club-lsf.png.webp 896w" /><noscript><img data-od-xpath="/HTML/BODY/DIV[@class='l-canvas type_wide']/*[2][self::MAIN]/*[7][self::SECTION]/*[1][self::DIV]/*[1][self::DIV]/*[2][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::A]/*[1][self::IMG]" decoding="async" width="683" height="1024" src="https://le-site-francais.fr/wp-content/uploads/2023/10/rejoindre-le-club-lsf-683x1024.png" class="attachment-large size-large" alt="rejoindre-le-club-lsf" loading="lazy" srcset="https://le-site-francais.fr/wp-content/uploads/2023/10/rejoindre-le-club-lsf-683x1024.png 683w, https://le-site-francais.fr/wp-content/uploads/2023/10/rejoindre-le-club-lsf-200x300.png 200w, https://le-site-francais.fr/wp-content/uploads/2023/10/rejoindre-le-club-lsf.png 896w" sizes="auto, (max-width: 683px) 100vw, 683px" /></noscript></a></div></div></div></div></div></section><section class="l-section wpb_row height_medium"><div class="l-section-h i-cf"><div class="g-cols vc_row via_grid cols_1 laptops-cols_inherit tablets-cols_inherit mobiles-cols_1 valign_top type_default stacking_default"><div class="wpb_column vc_column_container"><div class="vc_column-inner"><div class="g-cols wpb_row via_grid cols_1-4-1 laptops-cols_inherit tablets-cols_inherit mobiles-cols_1 valign_top type_default stacking_default" style="--columns-gap:3rem;"><div class="wpb_column vc_column_container"><div class="vc_column-inner"></div></div><div class="wpb_column vc_column_container"><div class="vc_column-inner"><div class="wpb_text_column"><div class="wpb_wrapper"><h2 style="text-align: center;">Nos outils, certifications et partenaires</h2> </div></div></div></div><div class="wpb_column vc_column_container"><div class="vc_column-inner"></div></div></div><div class="w-separator size_medium"></div><div class="g-cols wpb_row via_grid cols_1 laptops-cols_inherit tablets-cols_inherit mobiles-cols_1 valign_top type_default stacking_default" style="--columns-gap:3rem;"><div class="wpb_column vc_column_container"><div class="vc_column-inner"><div class="w-grid type_grid layout_gallery_default cols_6 valign_center" id="us_grid_1" style="--columns:6;--gap:1.5rem;" data-filterable="true"><style>@media (max-width:1380px){#us_grid_1{--columns:3!important}}@media (max-width:1050px){#us_grid_1{--columns:2!important}}@media (max-width:600px){#us_grid_1{--columns:2!important}}.layout_gallery_default .w-grid-item-h{}</style><div class="w-grid-list"> <article class="w-grid-item size_1x1 post-28504 attachment type-attachment status-inherit hentry" data-id="28504"> <div class="w-grid-item-h"> <div class="w-post-elm post_image usg_post_image_1 stretched"><img data-od-removed-fetchpriority="high" data-od-xpath="/HTML/BODY/DIV[@class='l-canvas type_wide']/*[2][self::MAIN]/*[8][self::SECTION]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[3][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[2][self::DIV]/*[1][self::ARTICLE]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::IMG]" decoding="async" width="300" height="200" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20200'%3E%3C/svg%3E" class="attachment-large size-large ewww_webp_lazy_load" alt="logo-activateur-france-num" data-lazy-src="https://le-site-francais.fr/wp-content/uploads/2023/10/logo-activateur-france-num.png" data-lazy-src-webp="https://le-site-francais.fr/wp-content/uploads/2023/10/logo-activateur-france-num.png.webp" /><noscript><img data-od-removed-fetchpriority="high" data-od-xpath="/HTML/BODY/DIV[@class='l-canvas type_wide']/*[2][self::MAIN]/*[8][self::SECTION]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[3][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[2][self::DIV]/*[1][self::ARTICLE]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::IMG]" decoding="async" width="300" height="200" src="https://le-site-francais.fr/wp-content/uploads/2023/10/logo-activateur-france-num.png" class="attachment-large size-large" alt="logo-activateur-france-num" /></noscript></div> </div> </article> <article class="w-grid-item size_1x1 post-28505 attachment type-attachment status-inherit hentry" data-id="28505"> <div class="w-grid-item-h"> <div class="w-post-elm post_image usg_post_image_1 stretched"><img data-od-xpath="/HTML/BODY/DIV[@class='l-canvas type_wide']/*[2][self::MAIN]/*[8][self::SECTION]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[3][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[2][self::DIV]/*[2][self::ARTICLE]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::IMG]" decoding="async" width="300" height="200" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20200'%3E%3C/svg%3E" class="attachment-large size-large ewww_webp_lazy_load" alt="logo-brevo" data-lazy-src="https://le-site-francais.fr/wp-content/uploads/2023/10/logo-brevo.png" data-lazy-src-webp="https://le-site-francais.fr/wp-content/uploads/2023/10/logo-brevo.png.webp" /><noscript><img data-od-xpath="/HTML/BODY/DIV[@class='l-canvas type_wide']/*[2][self::MAIN]/*[8][self::SECTION]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[3][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[2][self::DIV]/*[2][self::ARTICLE]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::IMG]" decoding="async" width="300" height="200" src="https://le-site-francais.fr/wp-content/uploads/2023/10/logo-brevo.png" class="attachment-large size-large" alt="logo-brevo" /></noscript></div> </div> </article> <article class="w-grid-item size_1x1 post-28506 attachment type-attachment status-inherit hentry" data-id="28506"> <div class="w-grid-item-h"> <div class="w-post-elm post_image usg_post_image_1 stretched"><img data-od-xpath="/HTML/BODY/DIV[@class='l-canvas type_wide']/*[2][self::MAIN]/*[8][self::SECTION]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[3][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[2][self::DIV]/*[3][self::ARTICLE]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::IMG]" decoding="async" width="300" height="200" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20200'%3E%3C/svg%3E" class="attachment-large size-large ewww_webp_lazy_load" alt="logo-copifac" data-lazy-src="https://le-site-francais.fr/wp-content/uploads/2023/10/logo-copifac.png" data-lazy-src-webp="https://le-site-francais.fr/wp-content/uploads/2023/10/logo-copifac.png.webp" /><noscript><img data-od-xpath="/HTML/BODY/DIV[@class='l-canvas type_wide']/*[2][self::MAIN]/*[8][self::SECTION]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[3][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[2][self::DIV]/*[3][self::ARTICLE]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::IMG]" decoding="async" width="300" height="200" src="https://le-site-francais.fr/wp-content/uploads/2023/10/logo-copifac.png" class="attachment-large size-large" alt="logo-copifac" /></noscript></div> </div> </article> <article class="w-grid-item size_1x1 post-28507 attachment type-attachment status-inherit hentry" data-id="28507"> <div class="w-grid-item-h"> <div class="w-post-elm post_image usg_post_image_1 stretched"><img data-od-xpath="/HTML/BODY/DIV[@class='l-canvas type_wide']/*[2][self::MAIN]/*[8][self::SECTION]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[3][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[2][self::DIV]/*[4][self::ARTICLE]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::IMG]" decoding="async" width="300" height="200" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20200'%3E%3C/svg%3E" class="attachment-large size-large ewww_webp_lazy_load" alt="logo-hdgdev" data-lazy-src="https://le-site-francais.fr/wp-content/uploads/2023/10/logo-hdgdev.png" data-lazy-src-webp="https://le-site-francais.fr/wp-content/uploads/2023/10/logo-hdgdev.png.webp" /><noscript><img data-od-xpath="/HTML/BODY/DIV[@class='l-canvas type_wide']/*[2][self::MAIN]/*[8][self::SECTION]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[3][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[2][self::DIV]/*[4][self::ARTICLE]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::IMG]" decoding="async" width="300" height="200" src="https://le-site-francais.fr/wp-content/uploads/2023/10/logo-hdgdev.png" class="attachment-large size-large" alt="logo-hdgdev" /></noscript></div> </div> </article> <article class="w-grid-item size_1x1 post-28508 attachment type-attachment status-inherit hentry" data-id="28508"> <div class="w-grid-item-h"> <div class="w-post-elm post_image usg_post_image_1 stretched"><img data-od-xpath="/HTML/BODY/DIV[@class='l-canvas type_wide']/*[2][self::MAIN]/*[8][self::SECTION]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[3][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[2][self::DIV]/*[5][self::ARTICLE]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::IMG]" decoding="async" width="300" height="200" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20200'%3E%3C/svg%3E" class="attachment-large size-large ewww_webp_lazy_load" alt="logo-laddition" data-lazy-src="https://le-site-francais.fr/wp-content/uploads/2023/10/logo-laddition.png" data-lazy-src-webp="https://le-site-francais.fr/wp-content/uploads/2023/10/logo-laddition.png.webp" /><noscript><img data-od-xpath="/HTML/BODY/DIV[@class='l-canvas type_wide']/*[2][self::MAIN]/*[8][self::SECTION]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[3][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[2][self::DIV]/*[5][self::ARTICLE]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::IMG]" decoding="async" width="300" height="200" src="https://le-site-francais.fr/wp-content/uploads/2023/10/logo-laddition.png" class="attachment-large size-large" alt="logo-laddition" /></noscript></div> </div> </article> <article class="w-grid-item size_1x1 post-28509 attachment type-attachment status-inherit hentry" data-id="28509"> <div class="w-grid-item-h"> <div class="w-post-elm post_image usg_post_image_1 stretched"><img data-od-xpath="/HTML/BODY/DIV[@class='l-canvas type_wide']/*[2][self::MAIN]/*[8][self::SECTION]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[3][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[2][self::DIV]/*[6][self::ARTICLE]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::IMG]" decoding="async" width="300" height="200" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20200'%3E%3C/svg%3E" class="attachment-large size-large ewww_webp_lazy_load" alt="logo-orbiteo" data-lazy-src="https://le-site-francais.fr/wp-content/uploads/2023/10/logo-orbiteo.png" data-lazy-src-webp="https://le-site-francais.fr/wp-content/uploads/2023/10/logo-orbiteo.png.webp" /><noscript><img data-od-xpath="/HTML/BODY/DIV[@class='l-canvas type_wide']/*[2][self::MAIN]/*[8][self::SECTION]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[3][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[2][self::DIV]/*[6][self::ARTICLE]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::IMG]" decoding="async" width="300" height="200" src="https://le-site-francais.fr/wp-content/uploads/2023/10/logo-orbiteo.png" class="attachment-large size-large" alt="logo-orbiteo" /></noscript></div> </div> </article> <article class="w-grid-item size_1x1 post-28511 attachment type-attachment status-inherit hentry" data-id="28511"> <div class="w-grid-item-h"> <div class="w-post-elm post_image usg_post_image_1 stretched"><img data-od-xpath="/HTML/BODY/DIV[@class='l-canvas type_wide']/*[2][self::MAIN]/*[8][self::SECTION]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[3][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[2][self::DIV]/*[7][self::ARTICLE]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::IMG]" decoding="async" width="300" height="200" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20200'%3E%3C/svg%3E" class="attachment-large size-large ewww_webp_lazy_load" alt="logo-semrush" data-lazy-src="https://le-site-francais.fr/wp-content/uploads/2023/10/logo-semrush.png" data-lazy-src-webp="https://le-site-francais.fr/wp-content/uploads/2023/10/logo-semrush.png.webp" /><noscript><img data-od-xpath="/HTML/BODY/DIV[@class='l-canvas type_wide']/*[2][self::MAIN]/*[8][self::SECTION]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[3][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[2][self::DIV]/*[7][self::ARTICLE]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::IMG]" decoding="async" width="300" height="200" src="https://le-site-francais.fr/wp-content/uploads/2023/10/logo-semrush.png" class="attachment-large size-large" alt="logo-semrush" /></noscript></div> </div> </article> <article class="w-grid-item size_1x1 post-28512 attachment type-attachment status-inherit hentry" data-id="28512"> <div class="w-grid-item-h"> <div class="w-post-elm post_image usg_post_image_1 stretched"><img data-od-xpath="/HTML/BODY/DIV[@class='l-canvas type_wide']/*[2][self::MAIN]/*[8][self::SECTION]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[3][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[2][self::DIV]/*[8][self::ARTICLE]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::IMG]" decoding="async" width="300" height="200" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20200'%3E%3C/svg%3E" class="attachment-large size-large ewww_webp_lazy_load" alt="logo-seoquantum" data-lazy-src="https://le-site-francais.fr/wp-content/uploads/2023/10/logo-seoquantum.png" data-lazy-src-webp="https://le-site-francais.fr/wp-content/uploads/2023/10/logo-seoquantum.png.webp" /><noscript><img data-od-xpath="/HTML/BODY/DIV[@class='l-canvas type_wide']/*[2][self::MAIN]/*[8][self::SECTION]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[3][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[2][self::DIV]/*[8][self::ARTICLE]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::IMG]" decoding="async" width="300" height="200" src="https://le-site-francais.fr/wp-content/uploads/2023/10/logo-seoquantum.png" class="attachment-large size-large" alt="logo-seoquantum" /></noscript></div> </div> </article> <article class="w-grid-item size_1x1 post-28513 attachment type-attachment status-inherit hentry" data-id="28513"> <div class="w-grid-item-h"> <div class="w-post-elm post_image usg_post_image_1 stretched"><img data-od-xpath="/HTML/BODY/DIV[@class='l-canvas type_wide']/*[2][self::MAIN]/*[8][self::SECTION]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[3][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[2][self::DIV]/*[9][self::ARTICLE]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::IMG]" decoding="async" width="300" height="200" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20200'%3E%3C/svg%3E" class="attachment-large size-large ewww_webp_lazy_load" alt="logo-umih33" data-lazy-src="https://le-site-francais.fr/wp-content/uploads/2023/10/logo-umih33.png" data-lazy-src-webp="https://le-site-francais.fr/wp-content/uploads/2023/10/logo-umih33.png.webp" /><noscript><img data-od-xpath="/HTML/BODY/DIV[@class='l-canvas type_wide']/*[2][self::MAIN]/*[8][self::SECTION]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[3][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[2][self::DIV]/*[9][self::ARTICLE]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::IMG]" decoding="async" width="300" height="200" src="https://le-site-francais.fr/wp-content/uploads/2023/10/logo-umih33.png" class="attachment-large size-large" alt="logo-umih33" /></noscript></div> </div> </article> <article class="w-grid-item size_1x1 post-28514 attachment type-attachment status-inherit hentry" data-id="28514"> <div class="w-grid-item-h"> <div class="w-post-elm post_image usg_post_image_1 stretched"><img data-od-xpath="/HTML/BODY/DIV[@class='l-canvas type_wide']/*[2][self::MAIN]/*[8][self::SECTION]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[3][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[2][self::DIV]/*[10][self::ARTICLE]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::IMG]" decoding="async" width="300" height="200" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20200'%3E%3C/svg%3E" class="attachment-large size-large ewww_webp_lazy_load" alt="logo-wordpress" data-lazy-src="https://le-site-francais.fr/wp-content/uploads/2023/10/logo-wordpress.png" data-lazy-src-webp="https://le-site-francais.fr/wp-content/uploads/2023/10/logo-wordpress.png.webp" /><noscript><img data-od-xpath="/HTML/BODY/DIV[@class='l-canvas type_wide']/*[2][self::MAIN]/*[8][self::SECTION]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[3][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[2][self::DIV]/*[10][self::ARTICLE]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::IMG]" decoding="async" width="300" height="200" src="https://le-site-francais.fr/wp-content/uploads/2023/10/logo-wordpress.png" class="attachment-large size-large" alt="logo-wordpress" /></noscript></div> </div> </article> <article class="w-grid-item size_1x1 post-28515 attachment type-attachment status-inherit hentry" data-id="28515"> <div class="w-grid-item-h"> <div class="w-post-elm post_image usg_post_image_1 stretched"><img data-od-xpath="/HTML/BODY/DIV[@class='l-canvas type_wide']/*[2][self::MAIN]/*[8][self::SECTION]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[3][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[2][self::DIV]/*[11][self::ARTICLE]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::IMG]" decoding="async" width="300" height="200" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20200'%3E%3C/svg%3E" class="attachment-large size-large ewww_webp_lazy_load" alt="logo-zoho" data-lazy-src="https://le-site-francais.fr/wp-content/uploads/2023/10/logo-zoho.png" data-lazy-src-webp="https://le-site-francais.fr/wp-content/uploads/2023/10/logo-zoho.png.webp" /><noscript><img data-od-xpath="/HTML/BODY/DIV[@class='l-canvas type_wide']/*[2][self::MAIN]/*[8][self::SECTION]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[3][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[2][self::DIV]/*[11][self::ARTICLE]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::IMG]" decoding="async" width="300" height="200" src="https://le-site-francais.fr/wp-content/uploads/2023/10/logo-zoho.png" class="attachment-large size-large" alt="logo-zoho" /></noscript></div> </div> </article> <article class="w-grid-item size_1x1 post-28518 attachment type-attachment status-inherit hentry" data-id="28518"> <div class="w-grid-item-h"> <div class="w-post-elm post_image usg_post_image_1 stretched"><img data-od-xpath="/HTML/BODY/DIV[@class='l-canvas type_wide']/*[2][self::MAIN]/*[8][self::SECTION]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[3][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[2][self::DIV]/*[12][self::ARTICLE]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::IMG]" decoding="async" width="300" height="200" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20200'%3E%3C/svg%3E" class="attachment-large size-large ewww_webp_lazy_load" alt="Devenez Partenaire-lsf-ok" data-lazy-src="https://le-site-francais.fr/wp-content/uploads/2023/10/Devenez-Partenaire-lsf-ok.png" data-lazy-src-webp="https://le-site-francais.fr/wp-content/uploads/2023/10/Devenez-Partenaire-lsf-ok.png.webp" /><noscript><img data-od-xpath="/HTML/BODY/DIV[@class='l-canvas type_wide']/*[2][self::MAIN]/*[8][self::SECTION]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[3][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[2][self::DIV]/*[12][self::ARTICLE]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::IMG]" decoding="async" width="300" height="200" src="https://le-site-francais.fr/wp-content/uploads/2023/10/Devenez-Partenaire-lsf-ok.png" class="attachment-large size-large" alt="Devenez Partenaire-lsf-ok" /></noscript></div> </div> </article> </div><div class="w-grid-preloader"> <div class="g-preloader type_1"> <div></div> </div> </div> <div class="w-grid-json hidden" onclick='return {"action":"us_ajax_grid","infinite_scroll":0,"max_num_pages":1,"pagination":"none","template_vars":{"columns":"6","exclude_items":"none","img_size":"default","ignore_items_size":0,"items_layout":"gallery_default","items_offset":"1","load_animation":"none","overriding_link":"%7B%22url%22%3A%22%22%7D","post_id":27586,"query_args":{"post_type":["attachment"],"post__in":["28518","28505","28507","28509","28511","28512","28514","28515","28513","28508","28506","28504"],"post_status":"inherit","post_mime_type":"image","post__not_in":[27586],"posts_per_page":"12"},"orderby_query_args":{"orderby":{"date":"ASC"}},"type":"grid","us_grid_post_type":"attachment","us_grid_ajax_index":1,"us_grid_filter_query_string":null,"us_grid_index":1,"page_args":{"page_type":"post","post_ID":0}}}'></div> </div></div></div></div></div></div></div></div></section><section class="l-section wpb_row height_medium"><div class="l-section-h i-cf"><div class="g-cols vc_row via_grid cols_1 laptops-cols_inherit tablets-cols_inherit mobiles-cols_1 valign_top type_default stacking_default"><div class="wpb_column vc_column_container"><div class="vc_column-inner"><div class="w-vwrapper us_custom_db98bc72 align_center valign_top" style="--vwrapper-gap:0rem"><div class="w-text us_custom_0259209c has_text_color"><span class="w-text-h"><span class="w-text-value">ADAPTE, MODERNE, UNIQUE</span></span></div><div class="w-text us_custom_fc1dc638 has_text_color"><span class="w-text-h"><span class="w-text-value">LE SITE PARFAIT</span></span></div></div></div></div></div></div></section><section class="l-section wpb_row height_small"><div class="l-section-overlay" style="background:var(--color-content-link)"></div><div class="l-section-h i-cf"><div class="g-cols vc_row via_grid cols_custom laptops-cols_inherit tablets-cols_inherit mobiles-cols_1 valign_middle type_default stacking_default" style="--custom-columns:0.5fr 5fr 0.5fr "><div class="wpb_column vc_column_container"><div class="vc_column-inner"></div></div><div class="wpb_column vc_column_container us_custom_eb849559"><div class="vc_column-inner"><div class="w-hwrapper valign_middle wrap stack_on_mobiles align_center" style="--hwrapper-gap:1.3rem"><div class="w-text us_custom_45473b29 has_text_color"><span class="w-text-h"><span class="w-text-value">Vous avez des questions ? Un expert vous rappelle</span></span></div><div class="w-btn-wrapper align_center"><a class="w-btn us-btn-style_2" href="/reservation-demo/"><span class="w-btn-label">Réserver un RDV</span></a></div></div></div></div><div class="wpb_column vc_column_container"><div class="vc_column-inner"></div></div></div></div></section><section class="l-section wpb_row height_huge width_custom color_primary with_img" style="--site-content-width:880px;"><div data-bg="https://le-site-francais.fr/wp-content/uploads/2024/01/scene-home-lsf.webp" data-od-xpath="/HTML/BODY/DIV[@class="></div><div class="l-section-overlay" style="background:var(--color-content-overlay)"></div><div class="l-section-h i-cf"><div class="g-cols vc_row via_grid cols_1 laptops-cols_inherit tablets-cols_inherit mobiles-cols_1 valign_top type_default stacking_default"><div class="wpb_column vc_column_container"><div class="vc_column-inner"><div class="g-cols wpb_row via_grid cols_custom laptops-cols_inherit tablets-cols_inherit mobiles-cols_1 valign_top type_default stacking_default" style="--columns-gap:3rem;--custom-columns:0.5fr 5fr 0.5fr "><div class="wpb_column vc_column_container"><div class="vc_column-inner"></div></div><div class="wpb_column vc_column_container"><div class="vc_column-inner"><div class="w-vwrapper us_custom_8b3d6790 has_text_color align_none valign_top" style="--vwrapper-gap:0rem"><div class="w-image us_custom_a078bc4e has_height align_left"><div class="w-image-h"><img data-od-xpath="/HTML/BODY/DIV[@class='l-canvas type_wide']/*[2][self::MAIN]/*[11][self::SECTION]/*[3][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[2][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::IMG]" decoding="async" width="150" height="150" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20150%20150'%3E%3C/svg%3E" class="attachment-thumbnail size-thumbnail ewww_webp_lazy_load" alt="image-texte-site-web-3" loading="lazy" data-lazy-srcset="https://le-site-francais.fr/wp-content/uploads/2023/09/image-texte-site-web-3-150x150.png 150w, https://le-site-francais.fr/wp-content/uploads/2023/09/image-texte-site-web-3.png 188w" data-lazy-sizes="auto, (max-width: 150px) 100vw, 150px" data-lazy-src="https://le-site-francais.fr/wp-content/uploads/2023/09/image-texte-site-web-3-150x150.png" data-lazy-src-webp="https://le-site-francais.fr/wp-content/uploads/2023/09/image-texte-site-web-3-150x150.png.webp" data-lazy-srcset-webp="https://le-site-francais.fr/wp-content/uploads/2023/09/image-texte-site-web-3-150x150.png.webp 150w, https://le-site-francais.fr/wp-content/uploads/2023/09/image-texte-site-web-3.png.webp 188w" /><noscript><img data-od-xpath="/HTML/BODY/DIV[@class='l-canvas type_wide']/*[2][self::MAIN]/*[11][self::SECTION]/*[3][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[2][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::IMG]" decoding="async" width="150" height="150" src="https://le-site-francais.fr/wp-content/uploads/2023/09/image-texte-site-web-3-150x150.png" class="attachment-thumbnail size-thumbnail" alt="image-texte-site-web-3" loading="lazy" srcset="https://le-site-francais.fr/wp-content/uploads/2023/09/image-texte-site-web-3-150x150.png 150w, https://le-site-francais.fr/wp-content/uploads/2023/09/image-texte-site-web-3.png 188w" sizes="auto, (max-width: 150px) 100vw, 150px" /></noscript></div></div><h2 class="w-text us_custom_8fac178d has_text_color"><span class="w-text-h"><span class="w-text-value">Profitez d’une plateforme e-learning pour gérer votre site facilement !</span></span></h2></div></div></div><div class="wpb_column vc_column_container"><div class="vc_column-inner"></div></div></div><div class="w-separator size_medium"></div><div class="wpb_text_column us_custom_45798c6b has_text_color"><div class="wpb_wrapper"><p>Retrouvez de nombreuses vidéos pour administrer votre site (publier des articles, modifier son menu, etc.), votre boutique (gérer vos stocks, vos commandes, etc.), utiliser le logiciel d’e-mailing Brevo, gérer vos e-mails et bien plus encore.</p> </div></div><div class="wpb_text_column us_custom_fdd8e125 has_text_color"><div class="wpb_wrapper"><p><strong>La boite outils d’un </strong><strong>professionnel qui réussi avec son site web !</strong></p> </div></div><div class="w-separator size_medium"></div><div class="w-btn-wrapper align_center"><a class="w-btn us-btn-style_2 us_custom_09d3e09f" target="_blank" href="https://lesitefrancais.trainercentralsite.eu/#/home"><span class="w-btn-label">Consulter la plateforme</span></a></div></div></div></div></div></section><section class="l-section wpb_row height_medium"><div class="l-section-h i-cf"><div class="g-cols vc_row via_grid cols_1 laptops-cols_inherit tablets-cols_inherit mobiles-cols_1 valign_top type_default stacking_default"><div class="wpb_column vc_column_container"><div class="vc_column-inner"><div class="g-cols wpb_row via_grid cols_2-1 laptops-cols_inherit tablets-cols_inherit mobiles-cols_1 valign_top type_default stacking_default" style="--columns-gap:3rem;"><div class="wpb_column vc_column_container"><div class="vc_column-inner"><div class="w-vwrapper align_none valign_top" style="--vwrapper-gap:0rem"><div class="w-image us_custom_7dee65cb has_height align_left"><div class="w-image-h"><img data-od-xpath="/HTML/BODY/DIV[@class='l-canvas type_wide']/*[2][self::MAIN]/*[12][self::SECTION]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::IMG]" decoding="async" width="150" height="150" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20150%20150'%3E%3C/svg%3E" class="attachment-thumbnail size-thumbnail ewww_webp_lazy_load" alt="image-texte-site-web-3" loading="lazy" data-lazy-srcset="https://le-site-francais.fr/wp-content/uploads/2023/09/image-texte-site-web-3-150x150.png 150w, https://le-site-francais.fr/wp-content/uploads/2023/09/image-texte-site-web-3.png 188w" data-lazy-sizes="auto, (max-width: 150px) 100vw, 150px" data-lazy-src="https://le-site-francais.fr/wp-content/uploads/2023/09/image-texte-site-web-3-150x150.png" data-lazy-src-webp="https://le-site-francais.fr/wp-content/uploads/2023/09/image-texte-site-web-3-150x150.png.webp" data-lazy-srcset-webp="https://le-site-francais.fr/wp-content/uploads/2023/09/image-texte-site-web-3-150x150.png.webp 150w, https://le-site-francais.fr/wp-content/uploads/2023/09/image-texte-site-web-3.png.webp 188w" /><noscript><img data-od-xpath="/HTML/BODY/DIV[@class='l-canvas type_wide']/*[2][self::MAIN]/*[12][self::SECTION]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::IMG]" decoding="async" width="150" height="150" src="https://le-site-francais.fr/wp-content/uploads/2023/09/image-texte-site-web-3-150x150.png" class="attachment-thumbnail size-thumbnail" alt="image-texte-site-web-3" loading="lazy" srcset="https://le-site-francais.fr/wp-content/uploads/2023/09/image-texte-site-web-3-150x150.png 150w, https://le-site-francais.fr/wp-content/uploads/2023/09/image-texte-site-web-3.png 188w" sizes="auto, (max-width: 150px) 100vw, 150px" /></noscript></div></div><div class="wpb_text_column"><div class="wpb_wrapper"><h2>Exemples de sites clients</h2> </div></div></div><div class="w-separator size_small"></div><div class="wpb_text_column us_custom_d526e00a"><div class="wpb_wrapper"><p>Nous avons travaillé avec de nombreuses activités. Bénéficiez des conseils d’une équipe expérimenté et force de propositions que vous souhaitiez acheter ou <a data-mil="27586" href="https://le-site-francais.fr/location-site-internet/">louer un site web</a>.</p> </div></div><div class="w-separator size_small"></div></div></div><div class="wpb_column vc_column_container"><div class="vc_column-inner"></div></div></div><div class="w-grid type_grid layout_27635 cols_3 ratio_4x3" id="us_grid_2" style="--columns:3;--gap:0rem;--item-ratio:0.75;" data-filterable="true"><style>@media (max-width:1050px){#us_grid_2{--columns:2!important}}@media (max-width:600px){#us_grid_2{--columns:1!important}}.layout_27635 .w-grid-item-h{}.layout_27635 .usg_post_image_1{transition-duration:0.3s;transform-origin:50% 50%;transform:scale(1) translate(0%,0%)}.layout_27635 .w-grid-item-h:focus-within .usg_post_image_1,.layout_27635 .w-grid-item-h:hover .usg_post_image_1{transform:scale(1) translate(0%,0%);opacity:0.1;background:var(--color-alt-content-overlay-grad,var(--color-alt-content-overlay) )!important}.layout_27635 .usg_vwrapper_1{transition-duration:0.3s;transform-origin:50% 50%;transform:scale(1.1) translate(0%,0%);opacity:0}.layout_27635 .w-grid-item-h:focus-within .usg_vwrapper_1,.layout_27635 .w-grid-item-h:hover .usg_vwrapper_1{transform:scale(1) translate(0%,0%);opacity:1}.layout_27635 .usg_post_image_1{position:absolute!important;left:0!important;top:0!important;bottom:0!important;right:0!important}.layout_27635 .usg_vwrapper_1{color:var(--color-header-middle-bg)!important;position:absolute!important;left:0!important;top:0!important;bottom:0!important;right:0!important;padding:2rem!important}.layout_27635 .usg_post_title_1{color:var(--color-header-middle-text-hover)!important;font-size:1.4rem!important}</style><div class="w-grid-list"> <article class="w-grid-item size_1x1 post-31516 us_portfolio type-us_portfolio status-publish has-post-thumbnail hentry us_portfolio_category-site-vitrine us_portfolio_tag-beaute us_portfolio_tag-services-aux-entreprises" data-id="31516"> <div class="w-grid-item-h"> <div class="w-post-elm post_image usg_post_image_1 stretched"><a href="https://le-site-francais.fr/portfolio/maprecos/" aria-label="Maprecos"><img data-od-replaced-sizes="(max-width: 1024px) 100vw, 1024px" data-od-xpath="/HTML/BODY/DIV[@class='l-canvas type_wide']/*[2][self::MAIN]/*[12][self::SECTION]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[2][self::DIV]/*[2][self::DIV]/*[1][self::ARTICLE]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::A]/*[1][self::IMG]" decoding="async" width="1024" height="768" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201024%20768'%3E%3C/svg%3E" class="attachment-large size-large wp-post-image ewww_webp_lazy_load" alt="conception-site-web-maprecos" data-lazy-srcset="https://le-site-francais.fr/wp-content/uploads/2025/04/conception-site-web-maprecos-1024x768.jpg 1024w, https://le-site-francais.fr/wp-content/uploads/2025/04/conception-site-web-maprecos-300x225.jpg 300w, https://le-site-francais.fr/wp-content/uploads/2025/04/conception-site-web-maprecos.jpg 1333w" data-lazy-sizes="(782px < width) 426px, (max-width: 1024px) 100vw, 1024px" data-lazy-src="https://le-site-francais.fr/wp-content/uploads/2025/04/conception-site-web-maprecos-1024x768.jpg" data-lazy-src-webp="https://le-site-francais.fr/wp-content/uploads/2025/04/conception-site-web-maprecos-1024x768.jpg.webp" data-lazy-srcset-webp="https://le-site-francais.fr/wp-content/uploads/2025/04/conception-site-web-maprecos-1024x768.jpg.webp 1024w, https://le-site-francais.fr/wp-content/uploads/2025/04/conception-site-web-maprecos-300x225.jpg.webp 300w, https://le-site-francais.fr/wp-content/uploads/2025/04/conception-site-web-maprecos.jpg.webp 1333w" /><noscript><img data-od-replaced-sizes="(max-width: 1024px) 100vw, 1024px" data-od-xpath="/HTML/BODY/DIV[@class='l-canvas type_wide']/*[2][self::MAIN]/*[12][self::SECTION]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[2][self::DIV]/*[2][self::DIV]/*[1][self::ARTICLE]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::A]/*[1][self::IMG]" decoding="async" width="1024" height="768" src="https://le-site-francais.fr/wp-content/uploads/2025/04/conception-site-web-maprecos-1024x768.jpg" class="attachment-large size-large wp-post-image" alt="conception-site-web-maprecos" srcset="https://le-site-francais.fr/wp-content/uploads/2025/04/conception-site-web-maprecos-1024x768.jpg 1024w, https://le-site-francais.fr/wp-content/uploads/2025/04/conception-site-web-maprecos-300x225.jpg 300w, https://le-site-francais.fr/wp-content/uploads/2025/04/conception-site-web-maprecos.jpg 1333w" sizes="(782px < width) 426px, (max-width: 1024px) 100vw, 1024px" /></noscript></a></div><div class="w-vwrapper usg_vwrapper_1 has_text_color align_center valign_middle"><p class="w-post-elm post_title usg_post_title_1 has_text_color entry-title"><a href="https://le-site-francais.fr/portfolio/maprecos/">Maprecos</a></p></div> </div> </article> <article class="w-grid-item size_1x1 post-31513 us_portfolio type-us_portfolio status-publish has-post-thumbnail hentry us_portfolio_category-site-vitrine us_portfolio_tag-restauration us_portfolio_tag-services-aux-entreprises us_portfolio_tag-services-aux-particuliers" data-id="31513"> <div class="w-grid-item-h"> <div class="w-post-elm post_image usg_post_image_1 stretched"><a href="https://le-site-francais.fr/portfolio/casty-traiteur/" aria-label="Casty Traiteur"><img data-od-replaced-sizes="(max-width: 1024px) 100vw, 1024px" data-od-xpath="/HTML/BODY/DIV[@class='l-canvas type_wide']/*[2][self::MAIN]/*[12][self::SECTION]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[2][self::DIV]/*[2][self::DIV]/*[2][self::ARTICLE]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::A]/*[1][self::IMG]" decoding="async" width="1024" height="768" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201024%20768'%3E%3C/svg%3E" class="attachment-large size-large wp-post-image ewww_webp_lazy_load" alt="creation-site-internet-casty-traiteur" data-lazy-srcset="https://le-site-francais.fr/wp-content/uploads/2025/04/creation-site-internet-casty-traiteur-1024x768.jpg 1024w, https://le-site-francais.fr/wp-content/uploads/2025/04/creation-site-internet-casty-traiteur-300x225.jpg 300w, https://le-site-francais.fr/wp-content/uploads/2025/04/creation-site-internet-casty-traiteur.jpg 1333w" data-lazy-sizes="(782px < width) 426px, (max-width: 1024px) 100vw, 1024px" data-lazy-src="https://le-site-francais.fr/wp-content/uploads/2025/04/creation-site-internet-casty-traiteur-1024x768.jpg" data-lazy-src-webp="https://le-site-francais.fr/wp-content/uploads/2025/04/creation-site-internet-casty-traiteur-1024x768.jpg.webp" data-lazy-srcset-webp="https://le-site-francais.fr/wp-content/uploads/2025/04/creation-site-internet-casty-traiteur-1024x768.jpg.webp 1024w, https://le-site-francais.fr/wp-content/uploads/2025/04/creation-site-internet-casty-traiteur-300x225.jpg.webp 300w, https://le-site-francais.fr/wp-content/uploads/2025/04/creation-site-internet-casty-traiteur.jpg.webp 1333w" /><noscript><img data-od-replaced-sizes="(max-width: 1024px) 100vw, 1024px" data-od-xpath="/HTML/BODY/DIV[@class='l-canvas type_wide']/*[2][self::MAIN]/*[12][self::SECTION]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[2][self::DIV]/*[2][self::DIV]/*[2][self::ARTICLE]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::A]/*[1][self::IMG]" decoding="async" width="1024" height="768" src="https://le-site-francais.fr/wp-content/uploads/2025/04/creation-site-internet-casty-traiteur-1024x768.jpg" class="attachment-large size-large wp-post-image" alt="creation-site-internet-casty-traiteur" srcset="https://le-site-francais.fr/wp-content/uploads/2025/04/creation-site-internet-casty-traiteur-1024x768.jpg 1024w, https://le-site-francais.fr/wp-content/uploads/2025/04/creation-site-internet-casty-traiteur-300x225.jpg 300w, https://le-site-francais.fr/wp-content/uploads/2025/04/creation-site-internet-casty-traiteur.jpg 1333w" sizes="(782px < width) 426px, (max-width: 1024px) 100vw, 1024px" /></noscript></a></div><div class="w-vwrapper usg_vwrapper_1 has_text_color align_center valign_middle"><p class="w-post-elm post_title usg_post_title_1 has_text_color entry-title"><a href="https://le-site-francais.fr/portfolio/casty-traiteur/">Casty Traiteur</a></p></div> </div> </article> <article class="w-grid-item size_1x1 post-31509 us_portfolio type-us_portfolio status-publish has-post-thumbnail hentry us_portfolio_category-site-vitrine us_portfolio_tag-artisanat us_portfolio_tag-services-aux-particuliers" data-id="31509"> <div class="w-grid-item-h"> <div class="w-post-elm post_image usg_post_image_1 stretched"><a href="https://le-site-francais.fr/portfolio/jean-debard-couverture/" aria-label="Jean Debard Couverture"><img data-od-replaced-sizes="(max-width: 1024px) 100vw, 1024px" data-od-xpath="/HTML/BODY/DIV[@class='l-canvas type_wide']/*[2][self::MAIN]/*[12][self::SECTION]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[2][self::DIV]/*[2][self::DIV]/*[3][self::ARTICLE]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::A]/*[1][self::IMG]" decoding="async" width="1024" height="768" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201024%20768'%3E%3C/svg%3E" class="attachment-large size-large wp-post-image ewww_webp_lazy_load" alt="site-web-vitrine-jean-debard" data-lazy-srcset="https://le-site-francais.fr/wp-content/uploads/2025/04/site-web-vitrine-jean-debard-1024x768.jpg 1024w, https://le-site-francais.fr/wp-content/uploads/2025/04/site-web-vitrine-jean-debard-300x225.jpg 300w, https://le-site-francais.fr/wp-content/uploads/2025/04/site-web-vitrine-jean-debard.jpg 1333w" data-lazy-sizes="(782px < width) 426px, (max-width: 1024px) 100vw, 1024px" data-lazy-src="https://le-site-francais.fr/wp-content/uploads/2025/04/site-web-vitrine-jean-debard-1024x768.jpg" data-lazy-src-webp="https://le-site-francais.fr/wp-content/uploads/2025/04/site-web-vitrine-jean-debard-1024x768.jpg.webp" data-lazy-srcset-webp="https://le-site-francais.fr/wp-content/uploads/2025/04/site-web-vitrine-jean-debard-1024x768.jpg.webp 1024w, https://le-site-francais.fr/wp-content/uploads/2025/04/site-web-vitrine-jean-debard-300x225.jpg.webp 300w, https://le-site-francais.fr/wp-content/uploads/2025/04/site-web-vitrine-jean-debard.jpg.webp 1333w" /><noscript><img data-od-replaced-sizes="(max-width: 1024px) 100vw, 1024px" data-od-xpath="/HTML/BODY/DIV[@class='l-canvas type_wide']/*[2][self::MAIN]/*[12][self::SECTION]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[2][self::DIV]/*[2][self::DIV]/*[3][self::ARTICLE]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::A]/*[1][self::IMG]" decoding="async" width="1024" height="768" src="https://le-site-francais.fr/wp-content/uploads/2025/04/site-web-vitrine-jean-debard-1024x768.jpg" class="attachment-large size-large wp-post-image" alt="site-web-vitrine-jean-debard" srcset="https://le-site-francais.fr/wp-content/uploads/2025/04/site-web-vitrine-jean-debard-1024x768.jpg 1024w, https://le-site-francais.fr/wp-content/uploads/2025/04/site-web-vitrine-jean-debard-300x225.jpg 300w, https://le-site-francais.fr/wp-content/uploads/2025/04/site-web-vitrine-jean-debard.jpg 1333w" sizes="(782px < width) 426px, (max-width: 1024px) 100vw, 1024px" /></noscript></a></div><div class="w-vwrapper usg_vwrapper_1 has_text_color align_center valign_middle"><p class="w-post-elm post_title usg_post_title_1 has_text_color entry-title"><a href="https://le-site-francais.fr/portfolio/jean-debard-couverture/">Jean Debard Couverture</a></p></div> </div> </article> <article class="w-grid-item size_1x1 post-31506 us_portfolio type-us_portfolio status-publish has-post-thumbnail hentry us_portfolio_category-site-vitrine us_portfolio_tag-sante us_portfolio_tag-services-aux-particuliers" data-id="31506"> <div class="w-grid-item-h"> <div class="w-post-elm post_image usg_post_image_1 stretched"><a href="https://le-site-francais.fr/portfolio/les-rendez-vous-avec-soi/" aria-label="Les rendez-vous avec Soi"><img data-od-replaced-sizes="(max-width: 1024px) 100vw, 1024px" data-od-xpath="/HTML/BODY/DIV[@class='l-canvas type_wide']/*[2][self::MAIN]/*[12][self::SECTION]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[2][self::DIV]/*[2][self::DIV]/*[4][self::ARTICLE]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::A]/*[1][self::IMG]" decoding="async" width="1024" height="768" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201024%20768'%3E%3C/svg%3E" class="attachment-large size-large wp-post-image ewww_webp_lazy_load" alt="creation-site-vitrine-rendez-vous-soi" data-lazy-srcset="https://le-site-francais.fr/wp-content/uploads/2025/04/creation-site-vitrine-rendez-vous-soi-1024x768.jpg 1024w, https://le-site-francais.fr/wp-content/uploads/2025/04/creation-site-vitrine-rendez-vous-soi-300x225.jpg 300w, https://le-site-francais.fr/wp-content/uploads/2025/04/creation-site-vitrine-rendez-vous-soi.jpg 1333w" data-lazy-sizes="(782px < width) 426px, (max-width: 1024px) 100vw, 1024px" data-lazy-src="https://le-site-francais.fr/wp-content/uploads/2025/04/creation-site-vitrine-rendez-vous-soi-1024x768.jpg" data-lazy-src-webp="https://le-site-francais.fr/wp-content/uploads/2025/04/creation-site-vitrine-rendez-vous-soi-1024x768.jpg.webp" data-lazy-srcset-webp="https://le-site-francais.fr/wp-content/uploads/2025/04/creation-site-vitrine-rendez-vous-soi-1024x768.jpg.webp 1024w, https://le-site-francais.fr/wp-content/uploads/2025/04/creation-site-vitrine-rendez-vous-soi-300x225.jpg.webp 300w, https://le-site-francais.fr/wp-content/uploads/2025/04/creation-site-vitrine-rendez-vous-soi.jpg.webp 1333w" /><noscript><img data-od-replaced-sizes="(max-width: 1024px) 100vw, 1024px" data-od-xpath="/HTML/BODY/DIV[@class='l-canvas type_wide']/*[2][self::MAIN]/*[12][self::SECTION]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[2][self::DIV]/*[2][self::DIV]/*[4][self::ARTICLE]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::A]/*[1][self::IMG]" decoding="async" width="1024" height="768" src="https://le-site-francais.fr/wp-content/uploads/2025/04/creation-site-vitrine-rendez-vous-soi-1024x768.jpg" class="attachment-large size-large wp-post-image" alt="creation-site-vitrine-rendez-vous-soi" srcset="https://le-site-francais.fr/wp-content/uploads/2025/04/creation-site-vitrine-rendez-vous-soi-1024x768.jpg 1024w, https://le-site-francais.fr/wp-content/uploads/2025/04/creation-site-vitrine-rendez-vous-soi-300x225.jpg 300w, https://le-site-francais.fr/wp-content/uploads/2025/04/creation-site-vitrine-rendez-vous-soi.jpg 1333w" sizes="(782px < width) 426px, (max-width: 1024px) 100vw, 1024px" /></noscript></a></div><div class="w-vwrapper usg_vwrapper_1 has_text_color align_center valign_middle"><p class="w-post-elm post_title usg_post_title_1 has_text_color entry-title"><a href="https://le-site-francais.fr/portfolio/les-rendez-vous-avec-soi/">Les rendez-vous avec Soi</a></p></div> </div> </article> <article class="w-grid-item size_1x1 post-31502 us_portfolio type-us_portfolio status-publish has-post-thumbnail hentry us_portfolio_category-site-vitrine" data-id="31502"> <div class="w-grid-item-h"> <div class="w-post-elm post_image usg_post_image_1 stretched"><a href="https://le-site-francais.fr/portfolio/suneco/" aria-label="Suneco"><img data-od-replaced-sizes="(max-width: 1024px) 100vw, 1024px" data-od-xpath="/HTML/BODY/DIV[@class='l-canvas type_wide']/*[2][self::MAIN]/*[12][self::SECTION]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[2][self::DIV]/*[2][self::DIV]/*[5][self::ARTICLE]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::A]/*[1][self::IMG]" decoding="async" width="1024" height="768" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201024%20768'%3E%3C/svg%3E" class="attachment-large size-large wp-post-image ewww_webp_lazy_load" alt="creation-site-web-suneco" data-lazy-srcset="https://le-site-francais.fr/wp-content/uploads/2025/04/creation-site-web-suneco-1024x768.jpg 1024w, https://le-site-francais.fr/wp-content/uploads/2025/04/creation-site-web-suneco-300x225.jpg 300w, https://le-site-francais.fr/wp-content/uploads/2025/04/creation-site-web-suneco.jpg 1333w" data-lazy-sizes="(782px < width) 426px, (max-width: 1024px) 100vw, 1024px" data-lazy-src="https://le-site-francais.fr/wp-content/uploads/2025/04/creation-site-web-suneco-1024x768.jpg" data-lazy-src-webp="https://le-site-francais.fr/wp-content/uploads/2025/04/creation-site-web-suneco-1024x768.jpg.webp" data-lazy-srcset-webp="https://le-site-francais.fr/wp-content/uploads/2025/04/creation-site-web-suneco-1024x768.jpg.webp 1024w, https://le-site-francais.fr/wp-content/uploads/2025/04/creation-site-web-suneco-300x225.jpg.webp 300w, https://le-site-francais.fr/wp-content/uploads/2025/04/creation-site-web-suneco.jpg.webp 1333w" /><noscript><img data-od-replaced-sizes="(max-width: 1024px) 100vw, 1024px" data-od-xpath="/HTML/BODY/DIV[@class='l-canvas type_wide']/*[2][self::MAIN]/*[12][self::SECTION]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[2][self::DIV]/*[2][self::DIV]/*[5][self::ARTICLE]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::A]/*[1][self::IMG]" decoding="async" width="1024" height="768" src="https://le-site-francais.fr/wp-content/uploads/2025/04/creation-site-web-suneco-1024x768.jpg" class="attachment-large size-large wp-post-image" alt="creation-site-web-suneco" srcset="https://le-site-francais.fr/wp-content/uploads/2025/04/creation-site-web-suneco-1024x768.jpg 1024w, https://le-site-francais.fr/wp-content/uploads/2025/04/creation-site-web-suneco-300x225.jpg 300w, https://le-site-francais.fr/wp-content/uploads/2025/04/creation-site-web-suneco.jpg 1333w" sizes="(782px < width) 426px, (max-width: 1024px) 100vw, 1024px" /></noscript></a></div><div class="w-vwrapper usg_vwrapper_1 has_text_color align_center valign_middle"><p class="w-post-elm post_title usg_post_title_1 has_text_color entry-title"><a href="https://le-site-francais.fr/portfolio/suneco/">Suneco</a></p></div> </div> </article> <article class="w-grid-item size_1x1 post-31499 us_portfolio type-us_portfolio status-publish has-post-thumbnail hentry us_portfolio_category-site-ecommerce us_portfolio_tag-services-aux-particuliers" data-id="31499"> <div class="w-grid-item-h"> <div class="w-post-elm post_image usg_post_image_1 stretched"><a href="https://le-site-francais.fr/portfolio/bien-chausse/" aria-label="Bien Chaussé"><img data-od-replaced-sizes="(max-width: 1024px) 100vw, 1024px" data-od-xpath="/HTML/BODY/DIV[@class='l-canvas type_wide']/*[2][self::MAIN]/*[12][self::SECTION]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[2][self::DIV]/*[2][self::DIV]/*[6][self::ARTICLE]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::A]/*[1][self::IMG]" decoding="async" width="1024" height="768" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201024%20768'%3E%3C/svg%3E" class="attachment-large size-large wp-post-image ewww_webp_lazy_load" alt="creation-site-bien-chausse" data-lazy-srcset="https://le-site-francais.fr/wp-content/uploads/2025/04/creation-site-bien-chausse-1024x768.jpg 1024w, https://le-site-francais.fr/wp-content/uploads/2025/04/creation-site-bien-chausse-300x225.jpg 300w, https://le-site-francais.fr/wp-content/uploads/2025/04/creation-site-bien-chausse.jpg 1333w" data-lazy-sizes="(782px < width) 426px, (max-width: 1024px) 100vw, 1024px" data-lazy-src="https://le-site-francais.fr/wp-content/uploads/2025/04/creation-site-bien-chausse-1024x768.jpg" data-lazy-src-webp="https://le-site-francais.fr/wp-content/uploads/2025/04/creation-site-bien-chausse-1024x768.jpg.webp" data-lazy-srcset-webp="https://le-site-francais.fr/wp-content/uploads/2025/04/creation-site-bien-chausse-1024x768.jpg.webp 1024w, https://le-site-francais.fr/wp-content/uploads/2025/04/creation-site-bien-chausse-300x225.jpg.webp 300w, https://le-site-francais.fr/wp-content/uploads/2025/04/creation-site-bien-chausse.jpg.webp 1333w" /><noscript><img data-od-replaced-sizes="(max-width: 1024px) 100vw, 1024px" data-od-xpath="/HTML/BODY/DIV[@class='l-canvas type_wide']/*[2][self::MAIN]/*[12][self::SECTION]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[2][self::DIV]/*[2][self::DIV]/*[6][self::ARTICLE]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::A]/*[1][self::IMG]" decoding="async" width="1024" height="768" src="https://le-site-francais.fr/wp-content/uploads/2025/04/creation-site-bien-chausse-1024x768.jpg" class="attachment-large size-large wp-post-image" alt="creation-site-bien-chausse" srcset="https://le-site-francais.fr/wp-content/uploads/2025/04/creation-site-bien-chausse-1024x768.jpg 1024w, https://le-site-francais.fr/wp-content/uploads/2025/04/creation-site-bien-chausse-300x225.jpg 300w, https://le-site-francais.fr/wp-content/uploads/2025/04/creation-site-bien-chausse.jpg 1333w" sizes="(782px < width) 426px, (max-width: 1024px) 100vw, 1024px" /></noscript></a></div><div class="w-vwrapper usg_vwrapper_1 has_text_color align_center valign_middle"><p class="w-post-elm post_title usg_post_title_1 has_text_color entry-title"><a href="https://le-site-francais.fr/portfolio/bien-chausse/">Bien Chaussé</a></p></div> </div> </article> </div><div class="w-grid-preloader"> <div class="g-preloader type_1"> <div></div> </div> </div> <div class="w-grid-json hidden" onclick='return {"action":"us_ajax_grid","infinite_scroll":0,"max_num_pages":18,"pagination":"none","template_vars":{"columns":"3","exclude_items":"none","img_size":"default","ignore_items_size":0,"items_layout":"27635","items_offset":"1","load_animation":"none","overriding_link":"%7B%22url%22%3A%22%22%7D","post_id":27586,"query_args":{"post_type":["us_portfolio"],"post_status":["publish","acf-disabled"],"post__not_in":[27586],"posts_per_page":"6"},"orderby_query_args":{"orderby":{"date":"DESC"}},"type":"grid","us_grid_post_type":"us_portfolio","us_grid_ajax_index":2,"us_grid_filter_query_string":null,"us_grid_index":2,"page_args":{"page_type":"post","post_ID":0}}}'></div> </div><div class="w-separator size_medium"></div><div class="g-cols wpb_row us_custom_eb849559 via_grid cols_1-4-1 laptops-cols_inherit tablets-cols_inherit mobiles-cols_1 valign_top type_default stacking_default" style="--columns-gap:3rem;"><div class="wpb_column vc_column_container"><div class="vc_column-inner"></div></div><div class="wpb_column vc_column_container"><div class="vc_column-inner"><div class="w-btn-wrapper align_center"><a class="w-btn us-btn-style_3" href="/exemple-site-web/"><span class="w-btn-label">Voir plus d’exemples de sites web</span></a></div></div></div><div class="wpb_column vc_column_container"><div class="vc_column-inner"></div></div></div></div></div></div></div></section><section class="l-section wpb_row hide_on_default hide_on_laptops hide_on_tablets hide_on_mobiles height_medium"><div class="l-section-h i-cf"><div class="g-cols vc_row via_grid cols_1-2 laptops-cols_inherit tablets-cols_1 mobiles-cols_1 valign_top type_default stacking_default" style="--columns-gap:4vw;"><div class="wpb_column vc_column_container"><div class="vc_column-inner"><div class="wpb_text_column"><div class="wpb_wrapper"><h2>Tout ce qu’il faut pour votre site</h2> <p>Synchronisez vos outils et gagnez en efficacité ! Nous pouvons configurer vos plateformes avec votre site et ainsi améliorer la performance commerciale de votre site.</p> </div></div><div class="w-html us_custom_1f257949"><div class="lsf20-reassurance" id="lsf20-744237413"><img data-od-unknown-tag data-od-xpath="/HTML/BODY/DIV[@class='l-canvas type_wide']/*[2][self::MAIN]/*[13][self::SECTION]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[2][self::DIV]/*[1][self::DIV]/*[1][self::IMG]" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20400%20400'%3E%3C/svg%3E" alt="site internet en 10 jours" data-lazy-srcset="https://le-site-francais.fr/wp-content/uploads/2025/05/site-internet-en-10-jours.png 400w, https://le-site-francais.fr/wp-content/uploads/2025/05/site-internet-en-10-jours-300x300.png 300w, https://le-site-francais.fr/wp-content/uploads/2025/05/site-internet-en-10-jours-150x150.png 150w" data-lazy-sizes="(max-width: 400px) 100vw, 400px" width="400" height="400" style="display: inline-block;" data-lazy-src="https://le-site-francais.fr/wp-content/uploads/2025/05/site-internet-en-10-jours.png" data-lazy-src-webp="https://le-site-francais.fr/wp-content/uploads/2025/05/site-internet-en-10-jours.png.webp" data-lazy-srcset-webp="https://le-site-francais.fr/wp-content/uploads/2025/05/site-internet-en-10-jours.png.webp 400w, https://le-site-francais.fr/wp-content/uploads/2025/05/site-internet-en-10-jours-300x300.png.webp 300w, https://le-site-francais.fr/wp-content/uploads/2025/05/site-internet-en-10-jours-150x150.png.webp 150w" class="ewww_webp_lazy_load" /><noscript><img data-od-unknown-tag data-od-xpath="/HTML/BODY/DIV[@class='l-canvas type_wide']/*[2][self::MAIN]/*[13][self::SECTION]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[2][self::DIV]/*[1][self::DIV]/*[1][self::IMG]" decoding="async" src="https://le-site-francais.fr/wp-content/uploads/2025/05/site-internet-en-10-jours.png" alt="site internet en 10 jours" srcset="https://le-site-francais.fr/wp-content/uploads/2025/05/site-internet-en-10-jours.png 400w, https://le-site-francais.fr/wp-content/uploads/2025/05/site-internet-en-10-jours-300x300.png 300w, https://le-site-francais.fr/wp-content/uploads/2025/05/site-internet-en-10-jours-150x150.png 150w" sizes="(max-width: 400px) 100vw, 400px" width="400" height="400" style="display: inline-block;" /></noscript></div></div></div></div><div class="wpb_column vc_column_container"><div class="vc_column-inner"><div class="w-tabs style_default switch_click accordion has_scrolling remove_indents" style="--sections-title-size:22px"><div class="w-tabs-sections titles-align_none icon_chevron cpos_right"><div class="w-tabs-section active" id="g621" itemscope itemprop="mainEntity" itemtype="https://schema.org/Question"><button class="w-tabs-section-header active with_icon" aria-controls="content-g621" aria-expanded="true"><i class="fas fa-chess"></i><h3 class="w-tabs-section-title" itemprop="name">Maintenance & Hébergement</h3><div class="w-tabs-section-control"></div></button><div class="w-tabs-section-content" id="content-g621" itemscope itemprop="acceptedAnswer" itemtype="https://schema.org/Answer"><div class="w-tabs-section-content-h i-cf" itemprop="text"><div class="wpb_text_column"><div class="wpb_wrapper"><p>Un hébergement web de qualité est vital pour toute petite entreprise. Il assure <strong>la disponibilité et la performance du site</strong>, garantissant ainsi une expérience utilisateur optimale, autrement dit, pas d’hébergement, pas de site, à la façon d’une télévision sans électricité.</p> <p>Un bon hébergement protège également contre les pertes de données et les attaques malveillantes, préservant la réputation et l’intégrité de l’entreprise. C’est un investissement absolument indispensable et l’équipe du Site Français s’en occupe pour vous !</p> </div></div></div></div></div><div class="w-tabs-section" id="t6fb" itemscope itemprop="mainEntity" itemtype="https://schema.org/Question"><button class="w-tabs-section-header with_icon" aria-controls="content-t6fb" aria-expanded="false"><i class="fas fa-chess"></i><h3 class="w-tabs-section-title" itemprop="name">E-mails professionnels</h3><div class="w-tabs-section-control"></div></button><div class="w-tabs-section-content" id="content-t6fb" itemscope itemprop="acceptedAnswer" itemtype="https://schema.org/Answer"><div class="w-tabs-section-content-h i-cf" itemprop="text"><div class="wpb_text_column"><div class="wpb_wrapper"><p>Une adresse mail professionnelle est cruciale pour les petites entreprises. <strong>Elle renforce la crédibilité et projette une image sérieuse et fiable</strong>. Elle assure la sécurité et la confidentialité des communications, et permet une organisation et une gestion optimales des mails.</p> <p>C’est un outil nécessaire pour établir des relations professionnelles solides et réussies !</p> </div></div></div></div></div><div class="w-tabs-section" id="x7da" itemscope itemprop="mainEntity" itemtype="https://schema.org/Question"><button class="w-tabs-section-header with_icon" aria-controls="content-x7da" aria-expanded="false"><i class="fas fa-layer-group"></i><h3 class="w-tabs-section-title" itemprop="name">Visibilité Web</h3><div class="w-tabs-section-control"></div></button><div class="w-tabs-section-content" id="content-x7da" itemscope itemprop="acceptedAnswer" itemtype="https://schema.org/Answer"><div class="w-tabs-section-content-h i-cf" itemprop="text"><div class="wpb_text_column"><div class="wpb_wrapper"><p>La visibilité web est essentielle pour le succès de votre petite entreprise. Elle permet d’<strong>atteindre un public plus large</strong>, de générer du trafic qualifié et d’<strong>accroître la notoriété de votre marque</strong>.</p> <p>Optimiser la présence en ligne de votre marque à travers le référencement naturel (SEO), le référencement payant (SEA), les réseaux sociaux, l’emailing et le marketing de contenu est primordial pour se démarquer et attirer des clients potentiels.</p> </div></div></div></div></div><div class="w-tabs-section" id="c8ac" itemscope itemprop="mainEntity" itemtype="https://schema.org/Question"><button class="w-tabs-section-header with_icon" aria-controls="content-c8ac" aria-expanded="false"><i class="fas fa-palette"></i><h3 class="w-tabs-section-title" itemprop="name">Outil d’emailing</h3><div class="w-tabs-section-control"></div></button><div class="w-tabs-section-content" id="content-c8ac" itemscope itemprop="acceptedAnswer" itemtype="https://schema.org/Answer"><div class="w-tabs-section-content-h i-cf" itemprop="text"><div class="wpb_text_column"><div class="wpb_wrapper"><p>L’emailing est un levier puissant pour les petites entreprises, permettant de <strong>communiquer directement avec ses clients</strong>. Il sert à promouvoir les produits, informer sur les nouveautés, fidéliser sa clientèle et obtenir de nouvelles pistes commerciales</p> <p>Bien réalisé, <strong>l’emailing peut générer un retour sur investissement significatif</strong>, stimule les conversions et renforce naturellement la relation client. C’est une stratégie marketing incontournable pour faire grandir sa TPE !</p> </div></div></div></div></div><div class="w-tabs-section" id="i96e" itemscope itemprop="mainEntity" itemtype="https://schema.org/Question"><button class="w-tabs-section-header with_icon" aria-controls="content-i96e" aria-expanded="false"><i class="fas fa-magic"></i><h3 class="w-tabs-section-title" itemprop="name">CRM</h3><div class="w-tabs-section-control"></div></button><div class="w-tabs-section-content" id="content-i96e" itemscope itemprop="acceptedAnswer" itemtype="https://schema.org/Answer"><div class="w-tabs-section-content-h i-cf" itemprop="text"><div class="wpb_text_column"><div class="wpb_wrapper"><p>Travailler avec l’aide d’un CRM (Gestion de Relation Client) est fondamental pour votre (petite ?) entreprise. Il permet de centraliser les informations clients, optimisant ainsi la gestion des relations et la satisfaction client.</p> <p>Le CRM facilite la segmentation de vos clients, la personnalisation des communications et le suivi des interactions, contribuant à la fidélisation et à l’augmentation des ventes. C’est un outil stratégique essentiel pour votre croissance !</p> </div></div></div></div></div></div></div></div></div></div></div></section><section class="l-section wpb_row height_medium"><div class="l-section-h i-cf"><div class="g-cols vc_row via_grid cols_1 laptops-cols_inherit tablets-cols_inherit mobiles-cols_1 valign_top type_default stacking_default"><div class="wpb_column vc_column_container"><div class="vc_column-inner"><div class="g-cols wpb_row us_custom_eb849559 via_grid cols_2-1 laptops-cols_inherit tablets-cols_inherit mobiles-cols_1 valign_top type_default stacking_default" style="--columns-gap:3rem;"><div class="wpb_column vc_column_container"><div class="vc_column-inner"><div class="w-separator size_small"></div><div class="w-hwrapper valign_top align_left" style="--hwrapper-gap:0rem"><div class="w-image us_custom_d1018d82 has_height align_none"><div class="w-image-h"><img data-od-xpath="/HTML/BODY/DIV[@class='l-canvas type_wide']/*[2][self::MAIN]/*[14][self::SECTION]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[2][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::IMG]" decoding="async" width="88" height="70" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2088%2070'%3E%3C/svg%3E" class="attachment-us_88_70_crop size-us_88_70_crop ewww_webp_lazy_load" alt="image-texte-site-web-3" loading="lazy" data-lazy-src="https://le-site-francais.fr/wp-content/uploads/2023/09/image-texte-site-web-3-88x70.png" data-lazy-src-webp="https://le-site-francais.fr/wp-content/uploads/2023/09/image-texte-site-web-3-88x70.png.webp" /><noscript><img data-od-xpath="/HTML/BODY/DIV[@class='l-canvas type_wide']/*[2][self::MAIN]/*[14][self::SECTION]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[2][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::IMG]" decoding="async" width="88" height="70" src="https://le-site-francais.fr/wp-content/uploads/2023/09/image-texte-site-web-3-88x70.png" class="attachment-us_88_70_crop size-us_88_70_crop" alt="image-texte-site-web-3" loading="lazy" /></noscript></div></div><div class="wpb_text_column"><div class="wpb_wrapper"><h2>Les derniers articles</h2> </div></div></div><div class="w-separator size_small"></div><div class="wpb_text_column us_custom_79ae62a0"><div class="wpb_wrapper"><p>Découvrez les articles de notre équipe du Site Français, où passion, expertise et créativité se conjuguent pour vous offrir des contenus inspirants et enrichissants !</p> </div></div><div class="w-separator size_small"></div></div></div><div class="wpb_column vc_column_container"><div class="vc_column-inner"></div></div></div><div class="w-grid type_carousel layout_27595 overflow_hidden items_3" id="us_grid_3" style="--items:3;--gap:1rem;"><style>.layout_27595 .w-grid-item-h{background:var(--color-content-bg);color:var(--color-content-text);border-radius:1.2rem;box-shadow:0 0.03rem 0.06rem rgba(0,0,0,0.1),0 0.1rem 0.3rem rgba(0,0,0,0.1);transition-duration:0.3s}.no-touch .layout_27595 .w-grid-item-h:hover{box-shadow:0 0.1rem 0.2rem rgba(0,0,0,0.1),0 0.33rem 1rem rgba(0,0,0,0.15);z-index:4}.layout_27595 .usg_post_title_1{color:var(--color-content-heading)!important;font-size:1rem!important;line-height:1.2!important;font-weight:700!important}.layout_27595 .usg_vwrapper_1{padding:6% 9% 6% 9%!important}.layout_27595 .usg_post_taxonomy_1{font-size:10px!important;font-weight:700!important;text-transform:uppercase!important;position:absolute!important;left:1.2rem!important;top:1.2rem!important;right:1.2rem!important}.layout_27595 .usg_hwrapper_1{color:var(--color-content-faded)!important;font-size:0.9rem!important}.layout_27595 .usg_post_content_1{text-align:justify!important;font-size:16px!important;line-height:20px!important}@media (max-width:600px){.layout_27595 .usg_post_title_1{font-size:1rem!important}}</style><div class="w-grid-list owl-carousel valign_stretch dotstyle_circle navstyle_circle navpos_outside owl-responsive-2000 with_dots with_arrows" style="--transition-duration:350ms;--arrows-size:1.2rem;"> <article class="w-grid-item post-32116 post type-post status-publish format-standard has-post-thumbnail hentry category-creation-site-internet" data-id="32116"> <div class="w-grid-item-h"> <div class="w-post-elm post_image usg_post_image_1 has_ratio"><img data-od-xpath="/HTML/BODY/DIV[@class='l-canvas type_wide']/*[2][self::MAIN]/*[14][self::SECTION]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[2][self::DIV]/*[2][self::DIV]/*[1][self::ARTICLE]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::IMG]" decoding="async" width="1024" height="683" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201024%20683'%3E%3C/svg%3E" class="attachment-large size-large wp-post-image ewww_webp_lazy_load" alt="homme adulte devant un écran indiquant site gratuit vs site professionnel" data-lazy-src="https://le-site-francais.fr/wp-content/uploads/2025/06/site-gratuit-vs-site-professionnel-1024x683.jpg" data-lazy-src-webp="https://le-site-francais.fr/wp-content/uploads/2025/06/site-gratuit-vs-site-professionnel-1024x683.jpg.webp" /><noscript><img data-od-xpath="/HTML/BODY/DIV[@class='l-canvas type_wide']/*[2][self::MAIN]/*[14][self::SECTION]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[2][self::DIV]/*[2][self::DIV]/*[1][self::ARTICLE]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::IMG]" decoding="async" width="1024" height="683" src="https://le-site-francais.fr/wp-content/uploads/2025/06/site-gratuit-vs-site-professionnel-1024x683.jpg" class="attachment-large size-large wp-post-image" alt="homme adulte devant un écran indiquant site gratuit vs site professionnel" /></noscript><div style="padding-bottom:56.25%"></div></div><div class="w-post-elm post_taxonomy usg_post_taxonomy_1 style_badge color_link_inherit"><span class="w-btn us-btn-style_badge term-3 term-creation-site-internet"><span class="w-btn-label">Création de site internet</span></span></div><div class="w-vwrapper usg_vwrapper_1 align_none valign_top"><p class="w-post-elm post_title usg_post_title_1 has_text_color entry-title color_link_inherit"><a href="https://le-site-francais.fr/creation-site-internet/site-internet-gratuit-vs-site-professionnel/">Site Internet Gratuit vs Site Professionnel : Voici comment faire votre choix</a></p><div class="w-hwrapper usg_hwrapper_1 has_text_color align_none valign_top wrap"><time class="w-post-elm post_date usg_post_date_1 entry-date published" datetime="2025-06-25T15:45:34+02:00" title="25 juin 2025 à 15:45:34 +02:00"><i class="fal fa-calendar"></i>il y a 5 jours</time><div class="w-post-elm post_views usg_post_views_1"><i class="fal fa-eye"></i><span class="w-post-elm-before">Vues : </span>37</div></div><div class="w-post-elm post_content usg_post_content_1">Vous hésitez entre un site internet gratuit et une solution professionnelle ? Cette question cruciale se…</div></div> </div> </article> <article class="w-grid-item post-32097 post type-post status-publish format-standard has-post-thumbnail hentry category-wordpress" data-id="32097"> <div class="w-grid-item-h"> <div class="w-post-elm post_image usg_post_image_1 has_ratio"><img data-od-xpath="/HTML/BODY/DIV[@class='l-canvas type_wide']/*[2][self::MAIN]/*[14][self::SECTION]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[2][self::DIV]/*[2][self::DIV]/*[2][self::ARTICLE]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::IMG]" decoding="async" width="1024" height="683" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201024%20683'%3E%3C/svg%3E" class="attachment-large size-large wp-post-image ewww_webp_lazy_load" alt="meilleurs plugins wordpress" data-lazy-src="https://le-site-francais.fr/wp-content/uploads/2025/06/meilleurs-plugins-wordpress-1024x683.jpg" data-lazy-src-webp="https://le-site-francais.fr/wp-content/uploads/2025/06/meilleurs-plugins-wordpress-1024x683.jpg.webp" /><noscript><img data-od-xpath="/HTML/BODY/DIV[@class='l-canvas type_wide']/*[2][self::MAIN]/*[14][self::SECTION]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[2][self::DIV]/*[2][self::DIV]/*[2][self::ARTICLE]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::IMG]" decoding="async" width="1024" height="683" src="https://le-site-francais.fr/wp-content/uploads/2025/06/meilleurs-plugins-wordpress-1024x683.jpg" class="attachment-large size-large wp-post-image" alt="meilleurs plugins wordpress" /></noscript><div style="padding-bottom:56.25%"></div></div><div class="w-post-elm post_taxonomy usg_post_taxonomy_1 style_badge color_link_inherit"><span class="w-btn us-btn-style_badge term-31 term-wordpress"><span class="w-btn-label">Wordpress</span></span></div><div class="w-vwrapper usg_vwrapper_1 align_none valign_top"><p class="w-post-elm post_title usg_post_title_1 has_text_color entry-title color_link_inherit"><a href="https://le-site-francais.fr/wordpress/meilleurs-plugins-seo-wordpress/">Les meilleurs plugins SEO pour WordPress : Guide complet 2025</a></p><div class="w-hwrapper usg_hwrapper_1 has_text_color align_none valign_top wrap"><time class="w-post-elm post_date usg_post_date_1 entry-date published" datetime="2025-06-24T13:27:13+02:00" title="24 juin 2025 à 13:27:13 +02:00"><i class="fal fa-calendar"></i>il y a 6 jours</time><div class="w-post-elm post_views usg_post_views_1"><i class="fal fa-eye"></i><span class="w-post-elm-before">Vues : </span>50</div></div><div class="w-post-elm post_content usg_post_content_1">Votre site WordPress peine à apparaître dans les premiers résultats de Google ? Le problème ne…</div></div> </div> </article> <article class="w-grid-item post-31848 post type-post status-publish format-standard has-post-thumbnail hentry category-visibilite" data-id="31848"> <div class="w-grid-item-h"> <div class="w-post-elm post_image usg_post_image_1 has_ratio"><img data-od-xpath="/HTML/BODY/DIV[@class='l-canvas type_wide']/*[2][self::MAIN]/*[14][self::SECTION]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[2][self::DIV]/*[2][self::DIV]/*[3][self::ARTICLE]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::IMG]" decoding="async" width="1024" height="683" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201024%20683'%3E%3C/svg%3E" class="attachment-large size-large wp-post-image ewww_webp_lazy_load" alt="differents-types-agences-illustration" data-lazy-src="https://le-site-francais.fr/wp-content/uploads/2025/06/differents-types-agences-illustration-1024x683.jpg" data-lazy-src-webp="https://le-site-francais.fr/wp-content/uploads/2025/06/differents-types-agences-illustration-1024x683.jpg.webp" /><noscript><img data-od-xpath="/HTML/BODY/DIV[@class='l-canvas type_wide']/*[2][self::MAIN]/*[14][self::SECTION]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[2][self::DIV]/*[2][self::DIV]/*[3][self::ARTICLE]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::IMG]" decoding="async" width="1024" height="683" src="https://le-site-francais.fr/wp-content/uploads/2025/06/differents-types-agences-illustration-1024x683.jpg" class="attachment-large size-large wp-post-image" alt="differents-types-agences-illustration" /></noscript><div style="padding-bottom:56.25%"></div></div><div class="w-post-elm post_taxonomy usg_post_taxonomy_1 style_badge color_link_inherit"><span class="w-btn us-btn-style_badge term-29 term-visibilite"><span class="w-btn-label">Visibilite</span></span></div><div class="w-vwrapper usg_vwrapper_1 align_none valign_top"><p class="w-post-elm post_title usg_post_title_1 has_text_color entry-title color_link_inherit"><a href="https://le-site-francais.fr/visibilite/differents-types-agences-pour-communiquer/">20 Types d’Agences pour Votre Communication : Le Guide Complet pour Bien Choisir en 2025</a></p><div class="w-hwrapper usg_hwrapper_1 has_text_color align_none valign_top wrap"><time class="w-post-elm post_date usg_post_date_1 entry-date published" datetime="2025-06-06T12:53:39+02:00" title="6 juin 2025 à 12:53:39 +02:00"><i class="fal fa-calendar"></i>il y a 3 semaines</time><div class="w-post-elm post_views usg_post_views_1"><i class="fal fa-eye"></i><span class="w-post-elm-before">Vues : </span>155</div></div><div class="w-post-elm post_content usg_post_content_1">Dans un écosystème digital en constante évolution, choisir la bonne agence de communication peut faire la…</div></div> </div> </article> <article class="w-grid-item post-31669 post type-post status-publish format-standard has-post-thumbnail hentry category-creation-site-internet" data-id="31669"> <div class="w-grid-item-h"> <div class="w-post-elm post_image usg_post_image_1 has_ratio"><img data-od-xpath="/HTML/BODY/DIV[@class='l-canvas type_wide']/*[2][self::MAIN]/*[14][self::SECTION]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[2][self::DIV]/*[2][self::DIV]/*[4][self::ARTICLE]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::IMG]" decoding="async" width="1024" height="683" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201024%20683'%3E%3C/svg%3E" class="attachment-large size-large wp-post-image ewww_webp_lazy_load" alt="illustration-site-internet-professions-juridiques" data-lazy-src="https://le-site-francais.fr/wp-content/uploads/2025/06/illustration-site-internet-professions-juridiques-1024x683.jpg" data-lazy-src-webp="https://le-site-francais.fr/wp-content/uploads/2025/06/illustration-site-internet-professions-juridiques-1024x683.jpg.webp" /><noscript><img data-od-xpath="/HTML/BODY/DIV[@class='l-canvas type_wide']/*[2][self::MAIN]/*[14][self::SECTION]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[2][self::DIV]/*[2][self::DIV]/*[4][self::ARTICLE]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::IMG]" decoding="async" width="1024" height="683" src="https://le-site-francais.fr/wp-content/uploads/2025/06/illustration-site-internet-professions-juridiques-1024x683.jpg" class="attachment-large size-large wp-post-image" alt="illustration-site-internet-professions-juridiques" /></noscript><div style="padding-bottom:56.25%"></div></div><div class="w-post-elm post_taxonomy usg_post_taxonomy_1 style_badge color_link_inherit"><span class="w-btn us-btn-style_badge term-3 term-creation-site-internet"><span class="w-btn-label">Création de site internet</span></span></div><div class="w-vwrapper usg_vwrapper_1 align_none valign_top"><p class="w-post-elm post_title usg_post_title_1 has_text_color entry-title color_link_inherit"><a href="https://le-site-francais.fr/creation-site-internet/site-internet-professions-juridiques-guide/">Site Internet pour Professions Juridiques : Guide Complet 2025</a></p><div class="w-hwrapper usg_hwrapper_1 has_text_color align_none valign_top wrap"><time class="w-post-elm post_date usg_post_date_1 entry-date published" datetime="2025-06-06T12:29:15+02:00" title="6 juin 2025 à 12:29:15 +02:00"><i class="fal fa-calendar"></i>il y a 3 semaines</time><div class="w-post-elm post_views usg_post_views_1"><i class="fal fa-eye"></i><span class="w-post-elm-before">Vues : </span>136</div></div><div class="w-post-elm post_content usg_post_content_1">Dans un univers où près de 8 clients sur 10 recherchent un professionnel du droit sur…</div></div> </div> </article> <article class="w-grid-item post-5236 post type-post status-publish format-standard has-post-thumbnail hentry category-location-site-internet" data-id="5236"> <div class="w-grid-item-h"> <div class="w-post-elm post_image usg_post_image_1 has_ratio"><img data-od-xpath="/HTML/BODY/DIV[@class='l-canvas type_wide']/*[2][self::MAIN]/*[14][self::SECTION]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[2][self::DIV]/*[2][self::DIV]/*[5][self::ARTICLE]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::IMG]" decoding="async" width="1024" height="583" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201024%20583'%3E%3C/svg%3E" class="attachment-large size-large wp-post-image ewww_webp_lazy_load" alt="site-internet-pourquoi-choisir-location" data-lazy-src="https://le-site-francais.fr/wp-content/uploads/2019/05/site-internet-pourquoi-choisir-location-1024x583.png" data-lazy-src-webp="https://le-site-francais.fr/wp-content/uploads/2019/05/site-internet-pourquoi-choisir-location-1024x583.png.webp" /><noscript><img data-od-xpath="/HTML/BODY/DIV[@class='l-canvas type_wide']/*[2][self::MAIN]/*[14][self::SECTION]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[2][self::DIV]/*[2][self::DIV]/*[5][self::ARTICLE]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::IMG]" decoding="async" width="1024" height="583" src="https://le-site-francais.fr/wp-content/uploads/2019/05/site-internet-pourquoi-choisir-location-1024x583.png" class="attachment-large size-large wp-post-image" alt="site-internet-pourquoi-choisir-location" /></noscript><div style="padding-bottom:56.25%"></div></div><div class="w-post-elm post_taxonomy usg_post_taxonomy_1 style_badge color_link_inherit"><span class="w-btn us-btn-style_badge term-2 term-location-site-internet"><span class="w-btn-label">Location de site internet</span></span></div><div class="w-vwrapper usg_vwrapper_1 align_none valign_top"><p class="w-post-elm post_title usg_post_title_1 has_text_color entry-title color_link_inherit"><a href="https://le-site-francais.fr/location-site-internet/site-internet-dans-quels-cas-choisir-la-location/">Pourquoi louer un site internet ? Le guide complet pour TPE et artisans</a></p><div class="w-hwrapper usg_hwrapper_1 has_text_color align_none valign_top wrap"><time class="w-post-elm post_date usg_post_date_1 entry-date published" datetime="2025-04-28T09:34:04+02:00" title="28 avril 2025 à 09:34:04 +02:00"><i class="fal fa-calendar"></i>il y a 2 mois</time><div class="w-post-elm post_views usg_post_views_1"><i class="fal fa-eye"></i><span class="w-post-elm-before">Vues : </span>1 223</div></div><div class="w-post-elm post_content usg_post_content_1">Vous êtes dirigeant d’une TPE ou artisan et vous vous interrogez sur la meilleure façon d’établir…</div></div> </div> </article> <article class="w-grid-item post-31559 post type-post status-publish format-standard has-post-thumbnail hentry category-creation-site-internet" data-id="31559"> <div class="w-grid-item-h"> <div class="w-post-elm post_image usg_post_image_1 has_ratio"><img data-od-xpath="/HTML/BODY/DIV[@class='l-canvas type_wide']/*[2][self::MAIN]/*[14][self::SECTION]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[2][self::DIV]/*[2][self::DIV]/*[6][self::ARTICLE]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::IMG]" decoding="async" width="1024" height="683" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201024%20683'%3E%3C/svg%3E" class="attachment-large size-large wp-post-image ewww_webp_lazy_load" alt="creation-site-internet-petit-budget" data-lazy-src="https://le-site-francais.fr/wp-content/uploads/2025/04/creation-site-internet-petit-budget-1024x683.jpg" data-lazy-src-webp="https://le-site-francais.fr/wp-content/uploads/2025/04/creation-site-internet-petit-budget-1024x683.jpg.webp" /><noscript><img data-od-xpath="/HTML/BODY/DIV[@class='l-canvas type_wide']/*[2][self::MAIN]/*[14][self::SECTION]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[2][self::DIV]/*[2][self::DIV]/*[6][self::ARTICLE]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::IMG]" decoding="async" width="1024" height="683" src="https://le-site-francais.fr/wp-content/uploads/2025/04/creation-site-internet-petit-budget-1024x683.jpg" class="attachment-large size-large wp-post-image" alt="creation-site-internet-petit-budget" /></noscript><div style="padding-bottom:56.25%"></div></div><div class="w-post-elm post_taxonomy usg_post_taxonomy_1 style_badge color_link_inherit"><span class="w-btn us-btn-style_badge term-3 term-creation-site-internet"><span class="w-btn-label">Création de site internet</span></span></div><div class="w-vwrapper usg_vwrapper_1 align_none valign_top"><p class="w-post-elm post_title usg_post_title_1 has_text_color entry-title color_link_inherit"><a href="https://le-site-francais.fr/creation-site-internet/creer-site-internet-professionnel-petit-budget-comment-faire/">Création d’un Site internet à petit budget : comment faire sans sacrifier la qualité ?</a></p><div class="w-hwrapper usg_hwrapper_1 has_text_color align_none valign_top wrap"><time class="w-post-elm post_date usg_post_date_1 entry-date published" datetime="2025-04-22T22:22:20+02:00" title="22 avril 2025 à 22:22:20 +02:00"><i class="fal fa-calendar"></i>il y a 2 mois</time><div class="w-post-elm post_views usg_post_views_1"><i class="fal fa-eye"></i><span class="w-post-elm-before">Vues : </span>262</div></div><div class="w-post-elm post_content usg_post_content_1"><a data-ail="27586" target="_self" href="https://le-site-francais.fr/creation-site-internet/" title="creation site internet">Créer un site internet</a> professionnel sans exploser son budget, c’est possible. Aujourd’hui, les petits entrepreneurs n’ont…</div></div> </div> </article> <article class="w-grid-item post-31462 post type-post status-publish format-standard has-post-thumbnail hentry category-hebergement-site-internet" data-id="31462"> <div class="w-grid-item-h"> <div class="w-post-elm post_image usg_post_image_1 has_ratio"><img data-od-xpath="/HTML/BODY/DIV[@class='l-canvas type_wide']/*[2][self::MAIN]/*[14][self::SECTION]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[2][self::DIV]/*[2][self::DIV]/*[7][self::ARTICLE]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::IMG]" decoding="async" width="1024" height="585" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201024%20585'%3E%3C/svg%3E" class="attachment-large size-large wp-post-image" alt="definition-certificat-ssl" data-lazy-src="https://le-site-francais.fr/wp-content/uploads/2025/03/definition-certificat-ssl-1024x585.webp" /><noscript><img data-od-xpath="/HTML/BODY/DIV[@class='l-canvas type_wide']/*[2][self::MAIN]/*[14][self::SECTION]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[2][self::DIV]/*[2][self::DIV]/*[7][self::ARTICLE]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::IMG]" decoding="async" width="1024" height="585" src="https://le-site-francais.fr/wp-content/uploads/2025/03/definition-certificat-ssl-1024x585.webp" class="attachment-large size-large wp-post-image" alt="definition-certificat-ssl" /></noscript><div style="padding-bottom:56.25%"></div></div><div class="w-post-elm post_taxonomy usg_post_taxonomy_1 style_badge color_link_inherit"><span class="w-btn us-btn-style_badge term-4 term-hebergement-site-internet"><span class="w-btn-label">Hébergement site internet</span></span></div><div class="w-vwrapper usg_vwrapper_1 align_none valign_top"><p class="w-post-elm post_title usg_post_title_1 has_text_color entry-title color_link_inherit"><a href="https://le-site-francais.fr/hebergement-site-internet/certificat-ssl-definition-guide/">Certificat SSL : Guide Complet pour Sécuriser Votre Site Web</a></p><div class="w-hwrapper usg_hwrapper_1 has_text_color align_none valign_top wrap"><time class="w-post-elm post_date usg_post_date_1 entry-date published" datetime="2025-03-25T18:16:47+02:00" title="25 mars 2025 à 18:16:47 +02:00"><i class="fal fa-calendar"></i>il y a 3 mois</time><div class="w-post-elm post_views usg_post_views_1"><i class="fal fa-eye"></i><span class="w-post-elm-before">Vues : </span>304</div></div><div class="w-post-elm post_content usg_post_content_1">Vous vous êtes sûrement déjà demandé pourquoi certains sites web affichent un petit cadenas dans la…</div></div> </div> </article> <article class="w-grid-item post-31286 post type-post status-publish format-standard has-post-thumbnail hentry category-visibilite" data-id="31286"> <div class="w-grid-item-h"> <div class="w-post-elm post_image usg_post_image_1 has_ratio"><img data-od-xpath="/HTML/BODY/DIV[@class='l-canvas type_wide']/*[2][self::MAIN]/*[14][self::SECTION]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[2][self::DIV]/*[2][self::DIV]/*[8][self::ARTICLE]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::IMG]" decoding="async" width="1024" height="583" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201024%20583'%3E%3C/svg%3E" class="attachment-large size-large wp-post-image ewww_webp_lazy_load" alt="comment rendre visible site web sur Google" data-lazy-src="https://le-site-francais.fr/wp-content/uploads/2025/02/comment-rendre-visible-site-web-sur-Google.jpg" data-lazy-src-webp="https://le-site-francais.fr/wp-content/uploads/2025/02/comment-rendre-visible-site-web-sur-Google.jpg.webp" /><noscript><img data-od-xpath="/HTML/BODY/DIV[@class='l-canvas type_wide']/*[2][self::MAIN]/*[14][self::SECTION]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[2][self::DIV]/*[2][self::DIV]/*[8][self::ARTICLE]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::IMG]" decoding="async" width="1024" height="583" src="https://le-site-francais.fr/wp-content/uploads/2025/02/comment-rendre-visible-site-web-sur-Google.jpg" class="attachment-large size-large wp-post-image" alt="comment rendre visible site web sur Google" /></noscript><div style="padding-bottom:56.25%"></div></div><div class="w-post-elm post_taxonomy usg_post_taxonomy_1 style_badge color_link_inherit"><span class="w-btn us-btn-style_badge term-29 term-visibilite"><span class="w-btn-label">Visibilite</span></span></div><div class="w-vwrapper usg_vwrapper_1 align_none valign_top"><p class="w-post-elm post_title usg_post_title_1 has_text_color entry-title color_link_inherit"><a href="https://le-site-francais.fr/visibilite/site-comment-rendre-visible-sur-google/">Site web : comment le rendre visible sur Google en 2025</a></p><div class="w-hwrapper usg_hwrapper_1 has_text_color align_none valign_top wrap"><time class="w-post-elm post_date usg_post_date_1 entry-date published" datetime="2025-02-10T13:15:52+02:00" title="10 février 2025 à 13:15:52 +02:00"><i class="fal fa-calendar"></i>il y a 5 mois</time><div class="w-post-elm post_views usg_post_views_1"><i class="fal fa-eye"></i><span class="w-post-elm-before">Vues : </span>465</div></div><div class="w-post-elm post_content usg_post_content_1">Avec l’évolution constante des algorithmes de Google et la montée en puissance de l’intelligence artificielle, rendre…</div></div> </div> </article> <article class="w-grid-item post-31267 post type-post status-publish format-standard has-post-thumbnail hentry category-creation-site-internet" data-id="31267"> <div class="w-grid-item-h"> <div class="w-post-elm post_image usg_post_image_1 has_ratio"><img data-od-xpath="/HTML/BODY/DIV[@class='l-canvas type_wide']/*[2][self::MAIN]/*[14][self::SECTION]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[2][self::DIV]/*[2][self::DIV]/*[9][self::ARTICLE]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::IMG]" decoding="async" width="1024" height="583" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201024%20583'%3E%3C/svg%3E" class="attachment-large size-large wp-post-image ewww_webp_lazy_load" alt="creer un site internet pro en 2025" data-lazy-src="https://le-site-francais.fr/wp-content/uploads/2025/02/creer-un-site-internet-pro-en-2025.jpg" data-lazy-src-webp="https://le-site-francais.fr/wp-content/uploads/2025/02/creer-un-site-internet-pro-en-2025.jpg.webp" /><noscript><img data-od-xpath="/HTML/BODY/DIV[@class='l-canvas type_wide']/*[2][self::MAIN]/*[14][self::SECTION]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[2][self::DIV]/*[2][self::DIV]/*[9][self::ARTICLE]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::IMG]" decoding="async" width="1024" height="583" src="https://le-site-francais.fr/wp-content/uploads/2025/02/creer-un-site-internet-pro-en-2025.jpg" class="attachment-large size-large wp-post-image" alt="creer un site internet pro en 2025" /></noscript><div style="padding-bottom:56.25%"></div></div><div class="w-post-elm post_taxonomy usg_post_taxonomy_1 style_badge color_link_inherit"><span class="w-btn us-btn-style_badge term-3 term-creation-site-internet"><span class="w-btn-label">Création de site internet</span></span></div><div class="w-vwrapper usg_vwrapper_1 align_none valign_top"><p class="w-post-elm post_title usg_post_title_1 has_text_color entry-title color_link_inherit"><a href="https://le-site-francais.fr/creation-site-internet/site-internet-pro-defi/">Créer un site internet pro en 2025 : un défi plus complexe que jamais</a></p><div class="w-hwrapper usg_hwrapper_1 has_text_color align_none valign_top wrap"><time class="w-post-elm post_date usg_post_date_1 entry-date published" datetime="2025-02-03T13:00:45+02:00" title="3 février 2025 à 13:00:45 +02:00"><i class="fal fa-calendar"></i>il y a 5 mois</time><div class="w-post-elm post_views usg_post_views_1"><i class="fal fa-eye"></i><span class="w-post-elm-before">Vues : </span>434</div></div><div class="w-post-elm post_content usg_post_content_1">Créer un site internet pro est indispensable pour toute entreprise ou projet souhaitant gagner en visibilité…</div></div> </div> </article> <article class="w-grid-item post-19511 post type-post status-publish format-standard has-post-thumbnail hentry category-creation-site-internet" data-id="19511"> <div class="w-grid-item-h"> <div class="w-post-elm post_image usg_post_image_1 has_ratio"><img data-od-xpath="/HTML/BODY/DIV[@class='l-canvas type_wide']/*[2][self::MAIN]/*[14][self::SECTION]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[2][self::DIV]/*[2][self::DIV]/*[10][self::ARTICLE]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::IMG]" decoding="async" width="1024" height="583" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201024%20583'%3E%3C/svg%3E" class="attachment-large size-large wp-post-image" alt="cahier-des-charges-site-internet-image" data-lazy-src="https://le-site-francais.fr/wp-content/uploads/2020/03/cahier-des-charges-site-internet-image-1024x583.webp" /><noscript><img data-od-xpath="/HTML/BODY/DIV[@class='l-canvas type_wide']/*[2][self::MAIN]/*[14][self::SECTION]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[2][self::DIV]/*[2][self::DIV]/*[10][self::ARTICLE]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::IMG]" decoding="async" width="1024" height="583" src="https://le-site-francais.fr/wp-content/uploads/2020/03/cahier-des-charges-site-internet-image-1024x583.webp" class="attachment-large size-large wp-post-image" alt="cahier-des-charges-site-internet-image" /></noscript><div style="padding-bottom:56.25%"></div></div><div class="w-post-elm post_taxonomy usg_post_taxonomy_1 style_badge color_link_inherit"><span class="w-btn us-btn-style_badge term-3 term-creation-site-internet"><span class="w-btn-label">Création de site internet</span></span></div><div class="w-vwrapper usg_vwrapper_1 align_none valign_top"><p class="w-post-elm post_title usg_post_title_1 has_text_color entry-title color_link_inherit"><a href="https://le-site-francais.fr/creation-site-internet/pourquoi-cahier-des-charges-site-internet/">Pourquoi rédiger un cahier des charges pour son site internet ?</a></p><div class="w-hwrapper usg_hwrapper_1 has_text_color align_none valign_top wrap"><time class="w-post-elm post_date usg_post_date_1 entry-date published" datetime="2024-11-26T08:40:41+02:00" title="26 novembre 2024 à 08:40:41 +02:00"><i class="fal fa-calendar"></i>il y a 7 mois</time><div class="w-post-elm post_views usg_post_views_1"><i class="fal fa-eye"></i><span class="w-post-elm-before">Vues : </span>1 223</div></div><div class="w-post-elm post_content usg_post_content_1">Créer un site internet pour son entreprise est un investissement majeur qui peut rapidement devenir un…</div></div> </div> </article> </div> <div class="g-preloader type_1"> <div></div> </div> <div class="w-grid-json hidden" onclick='return {"action":"us_ajax_grid","infinite_scroll":0,"max_num_pages":17,"pagination":"none","template_vars":{"columns":"","exclude_items":"none","img_size":"default","ignore_items_size":0,"items_layout":"27595","items_offset":"0px","load_animation":"none","overriding_link":"%7B%22url%22%3A%22%22%7D","post_id":27586,"query_args":{"post_type":["post"],"post_status":["publish","acf-disabled"],"post__not_in":[27586],"posts_per_page":"10"},"orderby_query_args":{"orderby":{"date":"DESC"}},"type":"carousel","us_grid_post_type":"post","us_grid_ajax_index":3,"us_grid_filter_query_string":null,"us_grid_index":3,"page_args":{"page_type":"post","post_ID":0}},"carousel_settings":{"aria_labels":{"prev":"Pr\u00e9c\u00e9dent","next":"Suivant"},"autoplayContinual":false,"autoplayHoverPause":false,"autoplayTimeout":3000,"autoWidth":false,"smartSpeed":350,"margin":0,"mouseDrag":true,"rtl":false,"slideBy":"1","touchDrag":true,"slideTransition":"","responsive":{"0":{"autoHeight":false,"autoplay":false,"autoWidth":false,"center":false,"dots":false,"items":1,"loop":false,"nav":false,"stagePadding":0,"slideBy":"1"},"601":{"items":3,"autoplay":false,"center":false,"dots":true,"nav":true,"autoHeight":false,"autoWidth":false,"loop":true,"stagePadding":0}}}}'></div> </div><div class="w-separator size_medium"></div><div class="g-cols wpb_row us_custom_eb849559 via_grid cols_1-4-1 laptops-cols_inherit tablets-cols_inherit mobiles-cols_1 valign_top type_default stacking_default" style="--columns-gap:3rem;"><div class="wpb_column vc_column_container"><div class="vc_column-inner"></div></div><div class="wpb_column vc_column_container"><div class="vc_column-inner"><div class="w-btn-wrapper align_center"><a class="w-btn us-btn-style_3" href="/actualites/"><span class="w-btn-label">Découvrir tous les articles</span></a></div></div></div><div class="wpb_column vc_column_container"><div class="vc_column-inner"></div></div></div></div></div></div></div></section><section class="l-section wpb_row height_medium"><div class="l-section-h i-cf"><div class="g-cols vc_row via_grid cols_1 laptops-cols_inherit tablets-cols_inherit mobiles-cols_1 valign_top type_default stacking_default"><div class="wpb_column vc_column_container"><div class="vc_column-inner"><div class="g-cols wpb_row via_grid cols_2 laptops-cols_inherit tablets-cols_1 mobiles-cols_1 valign_top type_default stacking_default" style="--columns-gap:3rem;"><div class="wpb_column vc_column_container"><div class="vc_column-inner"><h2 class="w-text us_custom_d98eb4eb"><span class="w-text-h"><span class="w-text-value">Votre site web<br> partout en france</span></span></h2></div></div><div class="wpb_column vc_column_container"><div class="vc_column-inner"><div class="wpb_text_column us_custom_d98eb4eb"><div class="wpb_wrapper"><p>Notre équipe travaille 100% en ligne et elle le fait très bien !</p> <p>Vous gagnez du temps dans votre journée, votre site est en ligne en seulement quelques jours et l’accompagnement est encore meilleur.</p> </div></div><div class="w-separator size_small"></div><div class="w-btn-wrapper align_none"><a class="w-btn us-btn-style_3" href="/creation-site-internet/#france"><span class="w-btn-label">Création de site web France entière</span></a></div></div></div></div><div class="w-separator size_medium"></div><div class="w-separator us_custom_d0c9b61c hide_on_default hide_on_laptops hide_on_tablets hide_on_mobiles size_custom" style="height:55vh"></div><div class="wpb_text_column"><div class="wpb_wrapper"><p style="text-align: center;"><div style="margin-left: auto;margin-right: auto;text-align: center;" id="lsf20-2667664603"><a data-obflink-url="aHR0cHM6Ly9sZS1zaXRlLWZyYW5jYWlzLmZyL3Jlc2VydmF0aW9uLWRlbW8v" tab-index="0"><img data-od-xpath="/HTML/BODY/DIV[@class='l-canvas type_wide']/*[2][self::MAIN]/*[15][self::SECTION]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[4][self::DIV]/*[1][self::DIV]/*[2][self::DIV]/*[1][self::A]/*[1][self::IMG]" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="reserver un rendez-vous" style="display: block;margin: 0 auto; padding: 15px 0;" data-lazy-src="https://le-site-francais.fr/wp-content/uploads/2023/11/In-article-LSF.png" data-lazy-src-webp="https://le-site-francais.fr/wp-content/uploads/2023/11/In-article-LSF.png.webp" class="ewww_webp_lazy_load" /><noscript><img data-od-xpath="/HTML/BODY/DIV[@class='l-canvas type_wide']/*[2][self::MAIN]/*[15][self::SECTION]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[4][self::DIV]/*[1][self::DIV]/*[2][self::DIV]/*[1][self::A]/*[1][self::IMG]" decoding="async" src="https://le-site-francais.fr/wp-content/uploads/2023/11/In-article-LSF.png" alt="reserver un rendez-vous" style="display: block;margin: 0 auto; padding: 15px 0;"/></noscript></a> </div> </div></div></div></div></div></div></section> </main> </div> <footer id="page-footer" class="l-footer" itemscope itemtype="https://schema.org/WPFooter"><section class="l-section wpb_row us_custom_262868a7 height_small width_full"><div class="l-section-h i-cf"><div class="g-cols vc_row via_grid cols_5 laptops-cols_inherit tablets-cols_inherit mobiles-cols_1 valign_middle type_default stacking_default" style="--columns-gap:1rem;"><div class="wpb_column vc_column_container"><div class="vc_column-inner"><div class="w-iconbox us_custom_525088b1 has_text_color iconpos_top style_default color_primary align_center no_text icontype_img"><div class="w-iconbox-icon" style="font-size:4rem;"><svg width="495" height="495" viewbox="0 0 495 495" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M253.535 419.445L260.762 397.51" stroke="#5555E4" stroke-width="20" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M167.551 248.952L189.46 256.18" stroke="#5555E4" stroke-width="20" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M234.949 170.649L245.371 191.266" stroke="#5555E4" stroke-width="20" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M356.59 411.734L346.193 391.118" stroke="#5555E4" stroke-width="20" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M175.23 352.016L195.847 341.618" stroke="#5555E4" stroke-width="20" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <mask id="mask0_5150_129" style="mask-type:luminance" maskunits="userSpaceOnUse" x="18" y="18" width="459" height="458"> <path d="M475.336 475.333V18.6641H18.6667V475.333H475.336Z" fill="white" stroke="white" stroke-width="1.33333"/> </mask> <g mask="url(#mask0_5150_129)"> <path d="M271.943 119.453C297.378 115.929 323.952 118.008 349.969 126.579C441.028 156.577 490.527 254.689 460.528 345.725C430.555 436.761 332.447 486.261 241.388 456.287C150.353 426.313 100.856 328.177 130.853 237.14C148.757 182.748 191.002 143.188 241.514 126.528" stroke="#5555E4" stroke-width="20" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M317.006 119.141L330.851 77.1728M394.728 98.2194L380.908 140.188" stroke="#5555E4" stroke-width="20" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M363.182 40.4566L329.787 29.4502C324.614 27.7524 318.984 30.5925 317.286 35.7647L309.399 59.7034C307.701 64.8765 310.515 70.5058 315.688 72.2046L409.866 103.218C415.04 104.918 420.669 102.078 422.368 96.9045L430.254 72.9658C431.953 67.7927 429.112 62.1634 423.939 60.4638L391.811 49.8895" stroke="#5555E4" stroke-width="20" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M108.134 141.461H24.707M208.321 141.461H152.84" stroke="#5555E4" stroke-width="20" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M114.6 188.43H51.5352" stroke="#5555E4" stroke-width="20" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M71.8974 282.328H24.707" stroke="#5555E4" stroke-width="20" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M123.756 329.289H46.3906" stroke="#5555E4" stroke-width="20" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M98.7298 376.25H65.8672" stroke="#5555E4" stroke-width="20" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M177.739 423.219H105.445" stroke="#5555E4" stroke-width="20" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M424.245 333.492L316.982 298.168" stroke="#5555E4" stroke-width="20" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M338.002 162.964L302.756 269.977" stroke="#5555E4" stroke-width="20" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M228.762 232.339L277.474 276.742" stroke="#5555E4" stroke-width="20" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M298.545 313.593L301.486 338.773" stroke="#5555E4" stroke-width="20" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M131.947 235.383H79.8125" stroke="#5555E4" stroke-width="20" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M302.755 269.981C314.47 273.836 320.834 286.464 316.98 298.179C313.126 309.896 300.498 316.26 288.783 312.406C277.067 308.551 270.703 295.923 274.557 284.207C278.411 272.492 291.039 266.127 302.755 269.981Z" stroke="#5555E4" stroke-width="20" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M338.004 162.965C267.054 139.585 190.601 178.18 167.221 249.133C143.867 320.086 182.436 396.54 253.386 419.896C324.337 443.275 400.79 404.705 424.17 333.753L424.246 333.5C447.448 262.624 408.879 186.295 338.004 162.965Z" stroke="#5555E4" stroke-width="20" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> </g> </svg> </div><div class="w-iconbox-meta"><p class="w-iconbox-title" style="font-size:20px;">Livraison sous 10 jours</p></div></div></div></div><div class="wpb_column vc_column_container"><div class="vc_column-inner"><div class="w-iconbox us_custom_32838f2e has_text_color iconpos_top style_default color_primary align_center no_text icontype_img"><div class="w-iconbox-icon" style="font-size:4rem;"><svg width="495" height="495" viewbox="0 0 495 495" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M152.699 261.005C156.807 253.635 163.707 247.772 172.584 245.199C175.665 244.307 178.803 243.875 181.893 243.875C193.343 243.875 204.283 249.777 210.464 259.94L262.633 345.717" stroke="#5555E4" stroke-width="15.0001" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M373.556 359.267L326.223 274.622C319.966 263.442 307.778 256.907 294.995 257.885C280.264 259.009 269.065 269.449 265.657 282.396C263.958 288.855 264.208 295.937 266.924 302.789L283.92 345.716" stroke="#5555E4" stroke-width="15.0001" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M235.319 345.715L152.699 261.003L134.436 242.27C128.794 236.492 121.442 233.104 113.812 232.337C107.19 231.675 100.347 232.999 94.2062 236.416C89.8494 238.854 86.2599 242.087 83.5156 245.84" stroke="#5555E4" stroke-width="15.0001" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M36.0497 289.441C32.4057 276.283 37.0546 261.491 49.1699 253.058C54.9364 249.047 61.614 247.047 68.2727 247.047C75.9458 247.047 83.5906 249.686 89.7798 254.88L91.2261 256.1L197.991 345.716" stroke="#5555E4" stroke-width="15.0001" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M47.3973 347.422L36.2869 337.429C26.3222 328.469 22.9037 314.297 27.684 301.787C32.7368 288.564 45.1902 280.938 58.0194 280.938C64.7344 280.938 71.5622 283.032 77.479 287.502L154.482 345.722H322.481C349.708 345.722 375.836 356.494 395.145 375.691L428.927 409.276" stroke="#5555E4" stroke-width="15.0001" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M452.208 432.411L478.364 458.407C483.482 463.497 479.876 472.232 472.663 472.232H297.394C294.314 472.232 291.506 470.485 290.144 467.733L272.76 432.58L139.585 420.643C131.818 419.948 124.483 416.755 118.688 411.542L71.7578 369.336" stroke="#5555E4" stroke-width="15.0001" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M308.459 158.871C344.082 106.052 326.425 55.5338 293.535 48.875C258.044 41.6904 238.688 72.4483 231.231 88.2734C229.775 91.3539 225.37 91.3539 223.924 88.2734C216.457 72.4483 197.101 41.6904 161.61 48.875C115.102 58.2856 99.0702 155.377 220.984 222.697C225.079 224.951 230.075 224.951 234.161 222.697C256.156 210.554 273.663 197.434 287.309 184.032" stroke="#5555E4" stroke-width="15.0001" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M14 107.312H88.5906" stroke="#5555E4" stroke-width="15.0001" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M92.5913 140.141L58.7812 148.5" stroke="#5555E4" stroke-width="15.0001" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M50.4531 196.617L103.55 169.516" stroke="#5555E4" stroke-width="15.0001" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M48.9453 21L102.499 47.1878" stroke="#5555E4" stroke-width="15.0001" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M92.0438 76.7523L58.7812 69.1328" stroke="#5555E4" stroke-width="15.0001" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M441.148 107.312H366.559" stroke="#5555E4" stroke-width="15.0001" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M396.369 148.5L362.559 140.141" stroke="#5555E4" stroke-width="15.0001" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M404.694 196.617L351.598 169.516" stroke="#5555E4" stroke-width="15.0001" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M406.199 21L352.645 47.1878" stroke="#5555E4" stroke-width="15.0001" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M396.369 69.1328L363.105 76.7523" stroke="#5555E4" stroke-width="15.0001" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> </svg> </div><div class="w-iconbox-meta"><p class="w-iconbox-title" style="font-size:20px;">Prix Juste Garanti</p></div></div></div></div><div class="wpb_column vc_column_container"><div class="vc_column-inner"><div class="w-iconbox us_custom_525088b1 has_text_color iconpos_top style_default color_primary align_center no_text icontype_img"><div class="w-iconbox-icon" style="font-size:4rem;"><svg width="495" height="495" viewbox="0 0 495 495" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M158.779 168.774C162.646 168.774 165.781 165.639 165.781 161.772V130.107H203.332V161.772C203.332 165.639 206.467 168.774 210.334 168.774C214.201 168.774 217.336 165.639 217.336 161.772V110.217C217.336 92.1426 202.631 77.4375 184.557 77.4375C166.482 77.4375 151.777 92.1426 151.777 110.217V161.772C151.777 165.64 154.912 168.774 158.779 168.774ZM184.557 91.4414C194.91 91.4414 203.332 99.8644 203.332 110.217V116.103H165.781V110.217C165.781 99.8644 174.204 91.4414 184.557 91.4414Z" fill="#5555E4"/> <path d="M346.223 271.335C346.223 256.814 334.409 245 319.888 245H287.666C283.799 245 280.664 248.135 280.664 252.002V329.335C280.664 333.202 283.799 336.337 287.666 336.337H319.888C334.409 336.337 346.223 324.523 346.223 310.002C346.223 302.369 342.958 295.483 337.752 290.669C342.958 285.853 346.223 278.968 346.223 271.335ZM332.219 310.001C332.219 316.8 326.688 322.332 319.888 322.332H294.668V297.669H319.888C326.688 297.67 332.219 303.201 332.219 310.001ZM294.668 283.666V259.003H319.888C326.688 259.003 332.219 264.535 332.219 271.334C332.219 278.133 326.688 283.665 319.888 283.665H294.668V283.666Z" fill="#5555E4"/> <path d="M85.3332 78.6145C82.1151 76.4691 77.7673 77.3383 75.6238 80.5564L49.8463 119.222C48.2778 121.574 48.2778 124.638 49.8463 126.99L75.6238 165.657C77.7757 168.884 82.1254 169.738 85.3332 167.598C88.5504 165.454 89.4205 161.106 87.2751 157.889L64.0873 123.106L87.2751 88.3239C89.4205 85.1068 88.5513 80.759 85.3332 78.6145Z" fill="#5555E4"/> <path d="M486.864 286.566L448.777 223.089C447.347 220.701 444.729 219.218 441.946 219.218H275.335V194.556H312.483C316.874 194.556 320.446 190.983 320.446 186.592V59.629C320.446 55.2383 316.874 51.6655 312.483 51.6655H275.335V20.971C275.335 16.5756 271.76 13 267.364 13H230.637C226.242 13 222.666 16.5756 222.666 20.971V51.6655H168.964C165.097 51.6655 161.962 54.8004 161.962 58.6674C161.962 62.5343 165.097 65.6693 168.964 65.6693H306.443V180.552H59.4751L25.0099 123.11L59.4751 65.6693H136.288C140.155 65.6693 143.29 62.5343 143.29 58.6674C143.29 54.8004 140.155 51.6655 136.288 51.6655H56.0554C53.2752 51.6655 50.6592 53.1461 49.2271 55.5314L11.1386 119.012C9.62061 121.54 9.62061 124.681 11.1377 127.208L49.2281 190.692C50.6592 193.074 53.2752 194.555 56.0545 194.555H222.665V219.217H185.518C181.126 219.217 177.554 222.79 177.554 227.181V354.145C177.554 358.536 181.127 362.108 185.518 362.108H222.665V413.594C222.665 417.461 225.8 420.596 229.667 420.596C233.534 420.596 236.669 417.461 236.669 413.594V362.108H261.332V476.992H236.669V446.271C236.669 442.404 233.534 439.269 229.667 439.269C225.8 439.269 222.665 442.404 222.665 446.271V483.025C222.665 487.42 226.241 490.996 230.636 490.996H267.364C271.759 490.996 275.335 487.42 275.335 483.025V362.109H387.178C391.045 362.109 394.18 358.974 394.18 355.107C394.18 351.241 391.045 348.106 387.178 348.106H191.559V233.222H438.527L472.992 290.664L438.527 348.105H419.857C415.99 348.105 412.855 351.24 412.855 355.107C412.855 358.973 415.99 362.108 419.857 362.108H441.946C444.729 362.108 447.347 360.626 448.775 358.242L486.867 294.756C488.379 292.231 488.379 289.095 486.864 286.566ZM236.67 27.0038H261.333V51.6664H236.67V27.0038ZM236.67 194.556H261.333V219.218H236.67V194.556Z" fill="#5555E4"/> <path d="M422.379 333.219L448.157 294.553C449.725 292.201 449.725 289.137 448.157 286.785L422.379 248.118C420.235 244.901 415.887 244.032 412.67 246.176C409.452 248.321 408.582 252.669 410.728 255.886L433.916 290.669L410.728 325.451C408.582 328.668 409.452 333.016 412.67 335.16C415.882 337.303 420.232 336.442 422.379 333.219Z" fill="#5555E4"/> </svg> </div><div class="w-iconbox-meta"><p class="w-iconbox-title" style="font-size:20px;">Achat ou Location</p></div></div></div></div><div class="wpb_column vc_column_container"><div class="vc_column-inner"><div class="w-iconbox us_custom_525088b1 has_text_color iconpos_top style_default color_primary align_center no_text icontype_img"><div class="w-iconbox-icon" style="font-size:4rem;"><svg width="495" height="495" viewbox="0 0 495 495" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M452.069 208.634C454.229 206.15 455.881 203.318 456.978 200.219L479.029 138.027C480.637 133.491 480.235 128.468 477.928 124.244C475.621 120.021 471.612 116.968 466.926 115.87L392.955 98.5338C392.259 98.3705 391.654 97.9565 391.249 97.367L373.037 70.8288C369.079 65.0595 362.116 62.3401 355.294 63.8984L342.5 66.8224C341.624 67.0224 340.694 66.7943 340.011 66.2132L279.598 14.8632C275.15 11.0821 269.484 9 263.647 9H260.781C248.963 9 238.785 17.4268 236.582 29.0376L231.087 57.9883C230.426 61.4699 228.081 64.3696 224.816 65.7448L204.521 74.2898C196.261 77.7678 189.505 84.0984 185.498 92.114L181.471 100.169C181.445 100.222 181.396 100.32 181.231 100.357C181.07 100.392 180.98 100.326 180.933 100.288C177.772 97.8054 173.685 96.7493 169.716 97.3886L157.769 99.3148C157.598 99.343 157.43 99.2416 157.375 99.0726L153.302 86.3447C149.363 74.0345 136.422 66.6854 123.826 69.6123C118.36 70.8833 113.738 74.2213 110.811 79.0097C107.884 83.798 107.022 89.4331 108.383 94.8766L112.198 110.134C112.938 113.093 112.286 116.169 110.409 118.573C108.531 120.977 105.705 122.356 102.655 122.356H37.1119C23.9493 122.356 11.8034 130.042 6.16834 141.938L4.1182 146.266C1.28706 152.242 1.29457 159.094 4.13698 165.064L5.3986 167.713C6.28661 169.577 6.40489 171.678 5.73184 173.629C3.80092 179.228 4.19142 185.231 6.83013 190.533C9.46883 195.834 14.0225 199.765 19.6529 201.6L85.3416 223.014C88.9294 224.183 91.0621 227.977 90.1957 231.65C89.0448 236.532 89.8606 241.572 92.4899 245.842L104.615 265.531C107.256 269.817 111.587 272.911 116.495 274.02C118.444 274.461 119.358 275.824 119.728 276.596C120.1 277.369 120.591 278.933 119.716 280.729L116.616 287.094C113.792 292.889 114.109 299.636 117.466 305.141L129.666 325.15C130.121 325.895 130.361 326.75 130.361 327.622V398.675C130.361 399.885 129.835 401.032 128.921 401.823L121.297 408.411C115.579 413.353 113.508 421.15 116.021 428.278L119.631 438.516C122.853 447.658 132.665 452.681 141.963 449.959C143.558 449.49 145.282 450.018 146.344 451.309L147.96 453.269C151.438 457.492 156.571 459.915 162.041 459.915H204.596C210.225 459.915 215.878 461.212 220.942 463.667L257.905 481.58C261.342 483.246 265.043 484.057 268.727 484.056C275.056 484.055 281.329 481.66 286.092 477.092C289.575 473.751 292.008 469.473 293.126 464.72C295.227 455.794 302.481 433.507 324.382 419.393C334.777 412.694 348.989 415.207 366.622 426.861C386.527 440.016 412.846 438.288 430.626 422.658C433.545 420.091 433.832 415.642 431.265 412.722C428.698 409.801 424.249 409.515 421.329 412.082C408.309 423.529 389.005 424.775 374.386 415.113C346.085 396.409 327.426 400.68 316.755 407.556C290.543 424.448 281.913 450.902 279.42 461.492C278.926 463.594 277.863 465.473 276.303 466.97C273.04 470.1 268.114 470.878 264.045 468.906L227.084 450.994C220.115 447.617 212.339 445.832 204.596 445.832H162.041C160.794 445.832 157.214 442.354 157.214 442.354C152.564 436.707 145.025 434.386 138.006 436.443C135.883 437.064 133.647 435.918 132.911 433.833L129.301 423.594C128.729 421.968 129.201 420.189 130.504 419.062L138.127 412.474C142.14 409.006 144.443 403.976 144.443 398.671V327.619C144.443 324.16 143.491 320.772 141.689 317.817L129.488 297.808C128.642 296.421 128.563 294.72 129.273 293.258L132.374 286.895C134.908 281.692 134.926 275.717 132.422 270.5C129.917 265.283 125.244 261.56 119.599 260.284C118.362 260.004 117.269 259.224 116.603 258.144L104.478 238.456C103.815 237.38 103.61 236.109 103.9 234.878C106.433 224.137 100.199 213.045 89.7057 209.624L24.0169 188.21C22.0053 187.554 20.3785 186.15 19.4351 184.256C18.4917 182.361 18.3527 180.216 19.0427 178.216C20.9267 172.754 20.5953 166.872 18.1115 161.654L16.8499 159.005C15.8342 156.873 15.8323 154.424 16.8433 152.289L18.8934 147.96C22.2108 140.957 29.3619 136.432 37.1119 136.432H102.655C110.071 136.432 116.943 133.079 121.507 127.234C126.071 121.388 127.658 113.909 125.859 106.714L122.045 91.456C121.606 89.7034 121.884 87.8898 122.826 86.3475C123.769 84.8052 125.256 83.7314 127.017 83.3221C132.515 82.0417 138.172 85.2539 139.893 90.6308L143.966 103.359C146.159 110.213 152.908 114.357 160.014 113.21L171.961 111.284C172.058 111.267 172.16 111.295 172.237 111.356C175.662 114.046 180.061 115.044 184.314 114.09C188.564 113.137 192.119 110.356 194.067 106.46L198.094 98.4052C200.6 93.3935 204.824 89.4368 209.988 87.2618L230.282 78.7168C237.906 75.5064 243.379 68.7374 244.923 60.6091L250.418 31.6585C251.362 26.6852 255.722 23.0759 260.784 23.0759H263.65C266.151 23.0759 268.577 23.9677 270.483 25.5869L330.894 76.937C334.946 80.3811 340.46 81.7282 345.641 80.5444L358.434 77.6204C359.59 77.3566 360.762 77.8166 361.43 78.7909L379.642 105.329C382.038 108.818 385.625 111.272 389.746 112.238L463.716 129.575C464.799 129.828 465.345 130.57 465.574 130.99C465.803 131.409 466.132 132.269 465.76 133.318L443.709 195.511C443.203 196.939 442.441 198.245 441.446 199.39L408.626 237.133C403.248 243.317 401.07 251.792 402.803 259.805L404.311 266.785C406.024 274.709 411.431 281.492 418.775 284.93L432.79 291.491C436.646 293.295 439.287 297.051 439.682 301.289L440.722 312.478C441.012 315.59 440.099 318.651 438.154 321.096L428.954 332.662C420.854 342.843 421.397 357.159 430.243 366.699L441.009 378.309C443.239 380.714 444.376 383.842 444.208 387.118C444.041 390.394 442.592 393.39 440.129 395.556C437.209 398.123 436.922 402.571 439.489 405.492C442.056 408.412 446.504 408.698 449.426 406.131C454.766 401.436 457.908 394.939 458.27 387.837C458.633 380.734 456.17 373.95 451.333 368.736L440.567 357.126C436.486 352.725 436.238 346.124 439.972 341.428L449.173 329.861C453.392 324.556 455.369 317.92 454.741 311.173L453.701 299.984C452.845 290.791 447.119 282.65 438.759 278.737L424.744 272.177C421.358 270.591 418.863 267.463 418.074 263.808L416.565 256.828C415.765 253.132 416.771 249.224 419.25 246.373L452.069 208.634Z" fill="#5555E4"/> <path d="M186.503 174.892C183.113 172.988 178.82 174.195 176.917 177.585C168.436 192.69 163.953 209.883 163.953 227.303C163.953 261.47 177.445 294.606 204.056 325.79C225.086 350.437 248.574 366.762 257.696 372.637C260.111 374.192 262.88 374.97 265.649 374.97C268.417 374.97 271.185 374.192 273.601 372.637C282.723 366.762 306.21 350.437 327.24 325.79C353.851 294.606 367.343 261.469 367.343 227.303C367.343 171.229 321.722 125.609 265.649 125.609C238.485 125.609 212.947 136.188 193.74 155.395C190.991 158.144 190.991 162.602 193.74 165.35C196.491 168.1 200.948 168.1 203.697 165.35C209.324 159.724 215.582 154.959 222.31 151.118V325.023C219.78 322.358 217.256 319.566 214.767 316.65C190.394 288.085 178.035 258.025 178.035 227.302C178.035 212.29 181.894 197.481 189.196 184.477C191.099 181.087 189.892 176.796 186.503 174.892ZM353.261 227.303C353.261 258.025 340.902 288.086 316.529 316.651C314.04 319.567 311.516 322.358 308.986 325.023V151.182C335.412 166.285 353.261 194.748 353.261 227.303ZM265.649 139.69C275.905 139.69 285.752 141.467 294.906 144.72V338.64C282.495 349.695 271.471 357.261 265.976 360.799C265.774 360.93 265.523 360.929 265.32 360.799C259.827 357.261 248.803 349.695 236.391 338.64V144.675C245.662 141.399 255.524 139.69 265.649 139.69Z" fill="#5555E4"/> </svg> </div><div class="w-iconbox-meta"><p class="w-iconbox-title" style="font-size:20px;">Réalisé en France</p></div></div></div></div><div class="wpb_column vc_column_container"><div class="vc_column-inner"><div class="w-iconbox us_custom_525088b1 has_text_color iconpos_top style_default color_primary align_center no_text icontype_img"><div class="w-iconbox-icon" style="font-size:4rem;"><svg width="495" height="495" viewbox="0 0 495 495" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M184.729 446.386H70.4163C66.3598 446.386 64.3279 441.482 67.1959 438.613L423.495 82.2855L449.472 108.264C455.201 113.994 464.998 109.936 464.998 101.833V77.7891" stroke="#5555E4" stroke-width="15" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M465 50.5484V30.1192C465 25.0954 460.928 21.0234 455.905 21.0234H384.2C376.096 21.0234 372.038 30.8205 377.769 36.551L404.203 62.9885L16.841 450.38C8.28624 458.934 15.0714 473.671 26.8748 473.671H450.567C457.913 473.671 464.234 468.025 464.58 460.687C464.949 452.852 458.707 446.384 450.954 446.384H214.639" stroke="#5555E4" stroke-width="15" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M328.822 82.4297L189.43 221.833" stroke="#5555E4" stroke-width="15" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M202.303 361.578L159.869 404.018H396.83" stroke="#5555E4" stroke-width="15" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M79.5566 231.32V242.561" stroke="#5555E4" stroke-width="15" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M79.5566 274.07V285.312" stroke="#5555E4" stroke-width="15" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M106.337 258.32H95.0977" stroke="#5555E4" stroke-width="15" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M63.5961 258.32H52.3555" stroke="#5555E4" stroke-width="15" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M318.518 294.602V305.842" stroke="#5555E4" stroke-width="15" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M318.518 337.352V348.593" stroke="#5555E4" stroke-width="15" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M345.298 321.602H334.059" stroke="#5555E4" stroke-width="15" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M302.558 321.602H291.318" stroke="#5555E4" stroke-width="15" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M416.354 202.141V213.382" stroke="#5555E4" stroke-width="15" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M416.354 244.891V256.131" stroke="#5555E4" stroke-width="15" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M443.134 229.141H431.895" stroke="#5555E4" stroke-width="15" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M400.394 229.141H389.154" stroke="#5555E4" stroke-width="15" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> </svg> </div><div class="w-iconbox-meta"><p class="w-iconbox-title" style="font-size:20px;">Sites Internet évolutifs</p></div></div></div></div></div></div></section><section class="l-section wpb_row us_custom_7db985cf height_auto width_full color_footer-bottom"><div class="l-section-h i-cf"><div class="g-cols vc_row via_grid cols_1-2 laptops-cols_inherit tablets-cols_inherit mobiles-cols_1 valign_top type_default stacking_default" style="--columns-gap:20px;--laptops-columns-gap:20px;--tablets-columns-gap:20px;--mobiles-columns-gap:10px;"><div class="wpb_column vc_column_container us_custom_e2cf32c2 has_bg_color"><div class="vc_column-inner"><div class="w-image align_center"><div class="w-image-h"><img data-od-xpath="/HTML/BODY/FOOTER[@id='page-footer']/*[2][self::SECTION]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::IMG]" width="200" height="109" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20200%20109'%3E%3C/svg%3E" class="attachment-full size-full" alt="Logo-Contract-Lsf-Blanc" loading="lazy" decoding="async" data-lazy-src="https://le-site-francais.fr/wp-content/uploads/2023/09/Logo-Contract-Lsf-Blanc.webp" /><noscript><img data-od-xpath="/HTML/BODY/FOOTER[@id='page-footer']/*[2][self::SECTION]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::IMG]" width="200" height="109" src="https://le-site-francais.fr/wp-content/uploads/2023/09/Logo-Contract-Lsf-Blanc.webp" class="attachment-full size-full" alt="Logo-Contract-Lsf-Blanc" loading="lazy" decoding="async" /></noscript></div></div><div class="w-separator size_small"></div><div class="wpb_text_column us_custom_f73f4019"><div class="wpb_wrapper"><p>Chez Le Site Français, nous créons des sites internet et<strong> nous le faisons bien</strong> ! ✌️<br /> Nous réalisons dans les règles de l’art et à destination des petites entreprises, le bon site internet <strong>vitrine</strong> ou site <strong>e-commerce</strong>.<br /> Nos sites sont disponibles en location ou à l’achat, selon vos préférences.</p> </div></div><div class="w-separator size_small"></div><div class="w-hwrapper valign_middle align_none"><div class="w-image us_custom_c2b19350 has_height align_center"><div class="w-image-h"><img data-od-xpath="/HTML/BODY/FOOTER[@id='page-footer']/*[2][self::SECTION]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[5][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::IMG]" width="578" height="188" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20578%20188'%3E%3C/svg%3E" class="attachment-full size-full ewww_webp_lazy_load" alt="note-google" loading="lazy" decoding="async" data-lazy-srcset="https://le-site-francais.fr/wp-content/uploads/2024/11/note-google.png 578w, https://le-site-francais.fr/wp-content/uploads/2024/11/note-google-300x98.png 300w" data-lazy-sizes="auto, (max-width: 578px) 100vw, 578px" data-lazy-src="https://le-site-francais.fr/wp-content/uploads/2024/11/note-google.png" data-lazy-src-webp="https://le-site-francais.fr/wp-content/uploads/2024/11/note-google.png.webp" data-lazy-srcset-webp="https://le-site-francais.fr/wp-content/uploads/2024/11/note-google.png.webp 578w, https://le-site-francais.fr/wp-content/uploads/2024/11/note-google-300x98.png.webp 300w" /><noscript><img data-od-xpath="/HTML/BODY/FOOTER[@id='page-footer']/*[2][self::SECTION]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[5][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::IMG]" width="578" height="188" src="https://le-site-francais.fr/wp-content/uploads/2024/11/note-google.png" class="attachment-full size-full" alt="note-google" loading="lazy" decoding="async" srcset="https://le-site-francais.fr/wp-content/uploads/2024/11/note-google.png 578w, https://le-site-francais.fr/wp-content/uploads/2024/11/note-google-300x98.png 300w" sizes="auto, (max-width: 578px) 100vw, 578px" /></noscript></div></div><div class="w-image us_custom_c2b19350 has_height align_center"><div class="w-image-h"><img data-od-xpath="/HTML/BODY/FOOTER[@id='page-footer']/*[2][self::SECTION]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[5][self::DIV]/*[2][self::DIV]/*[1][self::DIV]/*[1][self::IMG]" width="210" height="210" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20210%20210'%3E%3C/svg%3E" class="attachment-full size-full ewww_webp_lazy_load" alt="activateur-france-num-carre" loading="lazy" decoding="async" data-lazy-srcset="https://le-site-francais.fr/wp-content/uploads/2020/08/activateur-france-num-carre.png 210w, https://le-site-francais.fr/wp-content/uploads/2020/08/activateur-france-num-carre-150x150.png 150w, https://le-site-francais.fr/wp-content/uploads/2020/08/activateur-france-num-carre-100x100.png 100w, https://le-site-francais.fr/wp-content/uploads/2020/08/activateur-france-num-carre-80x80.png 80w" data-lazy-sizes="auto, (max-width: 210px) 100vw, 210px" data-lazy-src="https://le-site-francais.fr/wp-content/uploads/2020/08/activateur-france-num-carre.png" data-lazy-src-webp="https://le-site-francais.fr/wp-content/uploads/2020/08/activateur-france-num-carre.png.webp" data-lazy-srcset-webp="https://le-site-francais.fr/wp-content/uploads/2020/08/activateur-france-num-carre.png.webp 210w, https://le-site-francais.fr/wp-content/uploads/2020/08/activateur-france-num-carre-150x150.png.webp 150w, https://le-site-francais.fr/wp-content/uploads/2020/08/activateur-france-num-carre-100x100.png.webp 100w, https://le-site-francais.fr/wp-content/uploads/2020/08/activateur-france-num-carre-80x80.png.webp 80w" /><noscript><img data-od-xpath="/HTML/BODY/FOOTER[@id='page-footer']/*[2][self::SECTION]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[1][self::DIV]/*[5][self::DIV]/*[2][self::DIV]/*[1][self::DIV]/*[1][self::IMG]" width="210" height="210" src="https://le-site-francais.fr/wp-content/uploads/2020/08/activateur-france-num-carre.png" class="attachment-full size-full" alt="activateur-france-num-carre" loading="lazy" decoding="async" srcset="https://le-site-francais.fr/wp-content/uploads/2020/08/activateur-france-num-carre.png 210w, https://le-site-francais.fr/wp-content/uploads/2020/08/activateur-france-num-carre-150x150.png 150w, https://le-site-francais.fr/wp-content/uploads/2020/08/activateur-france-num-carre-100x100.png 100w, https://le-site-francais.fr/wp-content/uploads/2020/08/activateur-france-num-carre-80x80.png 80w" sizes="auto, (max-width: 210px) 100vw, 210px" /></noscript></div></div></div><div class="w-separator size_small"></div><p class="w-text us_custom_2300f98a has_text_color"><span class="w-text-h"><span class="w-text-value">Contacts</span></span></p><div class="w-iconbox us_custom_f73f4019 iconpos_left style_default color_contrast align_left no_text"><a href="/contact/" class="w-iconbox-link" aria-label="Coordonnées & Horaires"><div class="w-iconbox-icon" style="font-size:1.2rem;"><i class="far fa-smile-wink"></i></div></a><div class="w-iconbox-meta"><div class="w-iconbox-title"><a href="/contact/" class="w-iconbox-link" aria-label="Coordonnées & Horaires">Coordonnées & Horaires</a></div></div></div><div class="w-separator size_custom" style="height:10px"></div><div class="w-iconbox us_custom_f73f4019 iconpos_left style_default color_contrast align_left no_text"><a href="mailto:bonjour@le-site-francais.fr" class="w-iconbox-link" aria-label="Nous écrire"><div class="w-iconbox-icon" style="font-size:1.2rem;"><i class="far fa-envelope"></i></div></a><div class="w-iconbox-meta"><div class="w-iconbox-title"><a href="mailto:bonjour@le-site-francais.fr" class="w-iconbox-link" aria-label="Nous écrire">Nous écrire</a></div></div></div><div class="w-separator size_custom" style="height:10px"></div><div class="w-iconbox us_custom_f73f4019 iconpos_left style_default color_contrast align_left no_text"><a href="tel:+33535541706" class="w-iconbox-link" aria-label="05 35 54 17 06"><div class="w-iconbox-icon" style="font-size:1.2rem;"><i class="far fa-phone"></i></div></a><div class="w-iconbox-meta"><div class="w-iconbox-title"><a href="tel:+33535541706" class="w-iconbox-link" aria-label="05 35 54 17 06">05 35 54 17 06</a></div></div></div><div class="w-separator size_small"></div><div class="wpb_text_column us_custom_3d4c315b"><div class="wpb_wrapper"><p>Le Site Français© Par Le Site Français – <a href="/plan-du-site/">Plan du site</a> 🤩🇫🇷🤙</p> </div></div></div></div><div class="wpb_column vc_column_container us_custom_e2cf32c2 has_bg_color"><div class="vc_column-inner"><div class="g-cols wpb_row via_grid cols_3 laptops-cols_inherit tablets-cols_inherit mobiles-cols_1 valign_top type_default stacking_default" style="--columns-gap:3rem;"><div class="wpb_column vc_column_container"><div class="vc_column-inner"><p class="w-text us_custom_7673637c has_text_color"><span class="w-text-h"><span class="w-text-value">Outils Gratuits</span></span></p><nav class="w-menu us_custom_f73f4019 layout_ver style_links us_menu_1" style="--main-gap:0.8rem;--main-ver-indent:0.8em;--main-hor-indent:0.8em;--main-color:inherit;"><ul id="menu-menu-footer-outils" class="menu"><li id="menu-item-28007" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-28007"><a href="/devis-site-internet/">Devis gratuit en ligne</a></li><li id="menu-item-28008" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-28008"><a href="/cahier-des-charges-site-internet/">Cahier des charges gratuit</a></li><li id="menu-item-28009" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-28009"><a href="/generateur-mentions-legales/">Générateur de Mentions Légales</a></li></ul><style>@media ( max-width:600px ){.us_menu_1 .menu{display:block!important}.us_menu_1 .menu>li{margin:0 0 var(--main-gap,0.8rem)!important}}</style></nav></div></div><div class="wpb_column vc_column_container"><div class="vc_column-inner"><p class="w-text us_custom_2300f98a has_text_color"><span class="w-text-h"><span class="w-text-value">Navigation</span></span></p><nav class="w-menu us_custom_f73f4019 layout_ver style_links us_menu_2" style="--main-gap:0.8rem;--main-ver-indent:0.8em;--main-hor-indent:0.8em;--main-color:inherit;"><ul id="menu-menu-liens-utiles" class="menu"><li id="menu-item-27979" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-27979"><a href="/actualites/">Conseils gratuits</a></li><li id="menu-item-28093" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-28093"><a href="/location-site-internet/">Location de site web</a></li><li id="menu-item-28191" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-28191"><a href="/metier/">Site & activité</a></li><li id="menu-item-28092" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-28092"><a href="/site-internet/">Site internet</a></li><li id="menu-item-27980" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-27980"><a href="/exemple-site-web/">Exemples de site internet</a></li><li id="menu-item-27985" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-27985"><a href="/faq/">FAQ : Questions fréquentes</a></li><li id="menu-item-27997" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-27997"><a href="/contact/">Contacter Le Site Français</a></li><li id="menu-item-27998" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-27998"><a href="/partenaires/">Devenir Partenaire</a></li></ul><style>@media ( max-width:600px ){.us_menu_2 .menu{display:block!important}.us_menu_2 .menu>li{margin:0 0 var(--main-gap,0.8rem)!important}}</style></nav></div></div><div class="wpb_column vc_column_container"><div class="vc_column-inner"><p class="w-text us_custom_2300f98a has_text_color"><span class="w-text-h"><span class="w-text-value">Légal</span></span></p><nav class="w-menu us_custom_f73f4019 layout_ver style_links us_menu_3" style="--main-gap:0.8rem;--main-ver-indent:0.8em;--main-hor-indent:0.8em;--main-color:inherit;"><ul id="menu-menu-footer-legal" class="menu"><li id="menu-item-27974" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-27974"><a href="/mentions-legales/">Mentions légales</a></li><li id="menu-item-27975" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-27975"><a href="/conditions-generales-de-vente/">Conditions générales de vente</a></li><li id="menu-item-27976" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-27976"><a href="/vie-privee-rgpd/">Politique de Confidentialité – RGPD</a></li><li id="menu-item-27977" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-27977"><a href="/charte-environnementale/">Charte environnementale</a></li></ul><style>@media ( max-width:600px ){.us_menu_3 .menu{display:block!important}.us_menu_3 .menu>li{margin:0 0 var(--main-gap,0.8rem)!important}}</style></nav><div class="w-separator size_medium"></div><p class="w-text us_custom_36584e7a has_text_color"><span class="w-text-h"><span class="w-text-value">Liens Utiles</span></span></p><nav class="w-menu us_custom_f73f4019 layout_ver style_links us_menu_4" style="--main-gap:0.8rem;--main-ver-indent:0.8em;--main-hor-indent:0.8em;--main-color:inherit;"><ul id="menu-acces-renseignements" class="menu"><li id="menu-item-28004" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-28004"><a href="/espace-client/">Espace Client</a></li><li id="menu-item-31539" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-31539"><a target="_blank" href="https://g.page/r/CUjbDVPWt18XEBM/review">Laisser un avis</a></li></ul><style>@media ( max-width:600px ){.us_menu_4 .menu{display:block!important}.us_menu_4 .menu>li{margin:0 0 var(--main-gap,0.8rem)!important}}</style></nav></div></div></div><div class="w-separator us_custom_8b3d6790 has_text_color size_medium with_line width_default thick_1 style_solid color_border align_center"><div class="w-separator-h"></div></div><div class="g-cols wpb_row via_grid cols_2 laptops-cols_inherit tablets-cols_inherit mobiles-cols_1 valign_top type_default stacking_default" style="--columns-gap:3rem;"><div class="wpb_column vc_column_container"><div class="vc_column-inner"><p class="w-text us_custom_2300f98a has_text_color"><span class="w-text-h"><span class="w-text-value">Conseils Gratuits</span></span></p><div class="w-grid us_custom_f73f4019 type_grid layout_blog_3 cols_1" id="us_grid_4" style="--columns:1;--gap:0.5rem;" data-filterable="true"><style>.layout_blog_3 .w-grid-item-h{}</style><div class="w-grid-list"> <article class="w-grid-item size_1x1 post-32116 post type-post status-publish format-standard has-post-thumbnail hentry category-creation-site-internet" data-id="32116"> <div class="w-grid-item-h"> <div class="w-post-elm post_title usg_post_title_1 entry-title color_link_inherit"><a href="https://le-site-francais.fr/creation-site-internet/site-internet-gratuit-vs-site-professionnel/">Site Internet Gratuit vs Site Professionnel : Voici comment faire votre choix</a></div> </div> </article> <article class="w-grid-item size_1x1 post-32097 post type-post status-publish format-standard has-post-thumbnail hentry category-wordpress" data-id="32097"> <div class="w-grid-item-h"> <div class="w-post-elm post_title usg_post_title_1 entry-title color_link_inherit"><a href="https://le-site-francais.fr/wordpress/meilleurs-plugins-seo-wordpress/">Les meilleurs plugins SEO pour WordPress : Guide complet 2025</a></div> </div> </article> <article class="w-grid-item size_1x1 post-31848 post type-post status-publish format-standard has-post-thumbnail hentry category-visibilite" data-id="31848"> <div class="w-grid-item-h"> <div class="w-post-elm post_title usg_post_title_1 entry-title color_link_inherit"><a href="https://le-site-francais.fr/visibilite/differents-types-agences-pour-communiquer/">20 Types d’Agences pour Votre Communication : Le Guide Complet pour Bien Choisir en 2025</a></div> </div> </article> </div><div class="w-grid-preloader"> <div class="g-preloader type_1"> <div></div> </div> </div> <div class="w-grid-json hidden" onclick='return {"action":"us_ajax_grid","infinite_scroll":0,"max_num_pages":55,"pagination":"none","template_vars":{"columns":"1","exclude_items":"none","img_size":"default","ignore_items_size":0,"items_layout":"blog_3","items_offset":"1","load_animation":"none","overriding_link":"%7B%22url%22%3A%22%22%7D","post_id":"31331","query_args":{"post_type":["post"],"post_status":["publish","acf-disabled"],"post__not_in":[27586],"posts_per_page":"3"},"orderby_query_args":{"orderby":{"date":"DESC"}},"type":"grid","us_grid_post_type":"post","us_grid_ajax_index":1,"us_grid_filter_query_string":null,"us_grid_index":4,"page_args":{"page_type":"post","post_ID":0}}}'></div> </div></div></div><div class="wpb_column vc_column_container"><div class="vc_column-inner"><div class="w-grid us_custom_f73f4019 type_grid layout_blog_3 cols_1" id="us_grid_5" style="--columns:1;--gap:0.5rem;" data-filterable="true"><div class="w-grid-list"> <article class="w-grid-item size_1x1 post-30979 post type-post status-publish format-standard has-post-thumbnail hentry category-creation-site-internet" data-id="30979"> <div class="w-grid-item-h"> <div class="w-post-elm post_title usg_post_title_1 entry-title color_link_inherit"><a href="https://le-site-francais.fr/creation-site-internet/qualiopi-exigences-certification-site-internet/">Qualiopi : les exigences de la certification pour le site internet de votre centre de formation et comment s’y préparer</a></div> </div> </article> <article class="w-grid-item size_1x1 post-30982 post type-post status-publish format-standard has-post-thumbnail hentry category-visibilite" data-id="30982"> <div class="w-grid-item-h"> <div class="w-post-elm post_title usg_post_title_1 entry-title color_link_inherit"><a href="https://le-site-francais.fr/visibilite/comment-optimiser-referencement-naturel-creation-site-web/">Comment optimiser votre référencement naturel dès la création de votre site web ? Stratégies pour une visibilité durable</a></div> </div> </article> <article class="w-grid-item size_1x1 post-30970 post type-post status-publish format-standard has-post-thumbnail hentry category-visibilite" data-id="30970"> <div class="w-grid-item-h"> <div class="w-post-elm post_title usg_post_title_1 entry-title color_link_inherit"><a href="https://le-site-francais.fr/visibilite/comment-configurer-ma-fiche-detablissement-google-guide-complet-pour-ameliorer-votre-visibilite/">Comment Configurer Ma Fiche d’Établissement Google : Guide Complet pour Améliorer Ma Visibilité</a></div> </div> </article> </div><div class="w-grid-preloader"> <div class="g-preloader type_1"> <div></div> </div> </div> <div class="w-grid-json hidden" onclick='return {"action":"us_ajax_grid","infinite_scroll":0,"max_num_pages":52,"pagination":"none","template_vars":{"columns":"1","exclude_items":"prev","img_size":"default","ignore_items_size":0,"items_layout":"blog_3","items_offset":"1","load_animation":"none","overriding_link":"%7B%22url%22%3A%22%22%7D","post_id":"31331","query_args":{"post_type":["post"],"post_status":["publish","acf-disabled"],"post__not_in":[27586,28504,28505,28506,28507,28508,28509,28511,28512,28513,28514,28515,28518,31516,31513,31509,31506,31502,31499,32116,32097,31848,31669,5236,31559,31462,31286,31267,19511,32116,32097,31848],"posts_per_page":"3"},"orderby_query_args":{"orderby":{"date":"DESC"}},"type":"grid","us_grid_post_type":"post","us_grid_ajax_index":2,"us_grid_filter_query_string":null,"us_grid_index":5,"page_args":{"page_type":"post","post_ID":0}}}'></div> </div></div></div></div></div></div></div></div></section><section class="l-section wpb_row height_auto"><div class="l-section-h i-cf"><div class="g-cols vc_row via_grid cols_1 laptops-cols_inherit tablets-cols_inherit mobiles-cols_1 valign_top type_default stacking_default"><div class="wpb_column vc_column_container"><div class="vc_column-inner"><section class="l-section wpb_row us_custom_d45ddaab us_animate_this hide_on_tablets hide_on_mobiles height_auto width_full" id="stick-ville"><div class="l-section-h i-cf"><div class="g-cols vc_row via_grid cols_1 laptops-cols_inherit tablets-cols_inherit mobiles-cols_1 valign_middle type_default stacking_default"><div class="wpb_column vc_column_container us_custom_fca8cc99"><div class="vc_column-inner"><div class="w-separator size_custom" style="height:10px"></div><div class="w-hwrapper us_custom_fca8cc99 valign_middle align_center"><div class="w-text us_custom_f91beb07 has_text_color"><span class="w-text-h"><span class="w-text-value">Votre site internet en 10 jours !</span></span></div><div class="w-btn-wrapper default_align_none laptops_align_none tablets_align_none mobiles_align_justify"><a class="w-btn us-btn-style_1 us_custom_94934ff4 icon_atleft" href="/devis-site-internet/"><i class="fal fa-piggy-bank"></i><span class="w-btn-label">Devis Rapide</span></a></div><div class="w-btn-wrapper default_align_none laptops_align_none tablets_align_none mobiles_align_justify"><a class="w-btn us-btn-style_5 us_custom_94934ff4 icon_atleft" href="/reservation-demo/"><i class="far fa-comment-check"></i><span class="w-btn-label">Se Faire Rappeler</span></a></div></div><div class="w-separator size_custom" style="height:10px"></div></div></div></div></div></section> </div></div></div></div></section> </footer><a class="w-toplink pos_right" href="#" title="Retour vers le haut" aria-label="Retour vers le haut" role="button"><i class="far fa-angle-up"></i></a> <button id="w-header-show" class="w-header-show" aria-label="Menu"><span>Menu</span></button> <div class="w-header-overlay"></div> <script type="rocketlazyloadscript" id="us-global-settings"> // Store some global theme options used in JS window.$us = window.$us || {}; $us.canvasOptions = ( $us.canvasOptions || {} ); $us.canvasOptions.disableEffectsWidth = 900; $us.canvasOptions.columnsStackingWidth = 600; $us.canvasOptions.backToTopDisplay = 100; $us.canvasOptions.scrollDuration = 1000; $us.langOptions = ( $us.langOptions || {} ); $us.langOptions.magnificPopup = ( $us.langOptions.magnificPopup || {} ); $us.langOptions.magnificPopup.tPrev = 'Précédent (flèche vers la gauche du clavier)'; $us.langOptions.magnificPopup.tNext = 'Suivant (flèche vers la droite du clavier)'; $us.langOptions.magnificPopup.tCounter = '%curr% de %total%'; $us.navOptions = ( $us.navOptions || {} ); $us.navOptions.mobileWidth = 900; $us.navOptions.togglable = true; $us.ajaxUrl = 'https://le-site-francais.fr/wp-admin/admin-ajax.php'; $us.templateDirectoryUri = 'https://le-site-francais.fr/wp-content/themes/Impreza'; $us.responsiveBreakpoints = {"default":0,"laptops":1380,"tablets":1050,"mobiles":600}; $us.userFavoritePostIds = ''; </script> <script id="us-header-settings">if ( window.$us === undefined ) window.$us = {};$us.headerSettings = {"default":{"options":{"custom_breakpoint":false,"breakpoint":"","orientation":"hor","sticky":true,"sticky_auto_hide":true,"scroll_breakpoint":"1px","transparent":"0","width":"300px","elm_align":"center","shadow":"none","top_show":0,"top_height":"36px","top_sticky_height":"0px","top_fullwidth":"0","top_centering":"","top_bg_color":"_content_bg_alt","top_text_color":"_content_heading","top_text_hover_color":"_content_heading","top_transparent_bg_color":"_header_middle_text_hover","top_transparent_text_color":"_header_top_transparent_text","top_transparent_text_hover_color":"_header_top_transparent_text_hover","middle_height":"110px","middle_sticky_height":"110px","middle_fullwidth":1,"middle_centering":"","elm_valign":"top","bg_img":"","bg_img_wrapper_start":"","bg_img_size":"cover","bg_img_repeat":"repeat","bg_img_position":"top center","bg_img_attachment":"1","bg_img_wrapper_end":"","middle_bg_color":"_header_middle_bg","middle_text_color":"_content_heading","middle_text_hover_color":"_content_secondary","middle_transparent_bg_color":"_header_middle_bg","middle_transparent_text_color":"_content_heading","middle_transparent_text_hover_color":"_content_secondary","bottom_show":"0","bottom_height":"40px","bottom_sticky_height":"40px","bottom_fullwidth":"0","bottom_centering":"","bottom_bg_color":"_header_middle_bg","bottom_text_color":"_header_middle_text","bottom_text_hover_color":"_header_middle_text_hover","bottom_transparent_bg_color":"_header_transparent_bg","bottom_transparent_text_color":"_header_transparent_text","bottom_transparent_text_hover_color":"_header_transparent_text_hover","bgimage_wrapper_end":""},"layout":{"top_left":[],"top_center":[],"top_right":[],"middle_left":[],"middle_center":["hwrapper:1"],"middle_right":[],"bottom_left":[],"bottom_center":[],"bottom_right":[],"hidden":["menu:2","btn:3"],"hwrapper:1":["image:1","hwrapper:3","hwrapper:2"],"hwrapper:2":["btn:2","btn:4","btn:1"],"hwrapper:3":["menu:1"]}},"tablets":{"options":{"custom_breakpoint":"","breakpoint":"1050px","orientation":"hor","sticky":true,"sticky_auto_hide":false,"scroll_breakpoint":"50px","transparent":"0","width":"300px","elm_align":"center","shadow":"none","top_show":0,"top_height":"36px","top_sticky_height":"0px","top_fullwidth":"0","top_centering":"","top_bg_color":"_header_top_bg","top_text_color":"_header_top_text","top_text_hover_color":"_header_top_text_hover","top_transparent_bg_color":"_header_top_transparent_bg","top_transparent_text_color":"_header_top_transparent_text","top_transparent_text_hover_color":"_header_transparent_text_hover","middle_height":"90px","middle_sticky_height":"90px","middle_fullwidth":"0","middle_centering":"","elm_valign":"top","bg_img":"","bg_img_wrapper_start":"","bg_img_size":"cover","bg_img_repeat":"repeat","bg_img_position":"top center","bg_img_attachment":"1","bg_img_wrapper_end":"","middle_bg_color":"_header_middle_bg","middle_text_color":"_header_middle_text","middle_text_hover_color":"_header_middle_text_hover","middle_transparent_bg_color":"_header_transparent_bg","middle_transparent_text_color":"_header_transparent_text","middle_transparent_text_hover_color":"_header_transparent_text_hover","bottom_show":"0","bottom_height":"50px","bottom_sticky_height":"50px","bottom_fullwidth":"0","bottom_centering":"","bottom_bg_color":"#f5f5f5","bottom_text_color":"#333333","bottom_text_hover_color":"#e95095","bottom_transparent_bg_color":"_header_transparent_bg","bottom_transparent_text_color":"_header_transparent_text","bottom_transparent_text_hover_color":"_header_transparent_text_hover","bgimage_wrapper_end":""},"layout":{"top_left":[],"top_center":[],"top_right":[],"middle_left":[],"middle_center":["hwrapper:1"],"middle_right":[],"bottom_left":[],"bottom_center":[],"bottom_right":[],"hidden":["menu:2","btn:1","btn:2","btn:4","hwrapper:2"],"hwrapper:1":["image:1","hwrapper:3"],"hwrapper:2":[],"hwrapper:3":["btn:3","menu:1"]}},"mobiles":{"options":{"custom_breakpoint":"","breakpoint":"600px","orientation":"hor","sticky":true,"sticky_auto_hide":false,"scroll_breakpoint":"50","transparent":"0","width":"300px","elm_align":"center","shadow":"none","top_show":"0","top_height":"36px","top_sticky_height":"0px","top_fullwidth":"0","top_centering":"","top_bg_color":"_header_top_bg","top_text_color":"_header_top_text","top_text_hover_color":"_header_top_text_hover","top_transparent_bg_color":"_header_top_transparent_bg","top_transparent_text_color":"_header_top_transparent_text","top_transparent_text_hover_color":"_header_transparent_text_hover","middle_height":"75px","middle_sticky_height":"75px","middle_fullwidth":"0","middle_centering":"","elm_valign":"top","bg_img":"","bg_img_wrapper_start":"","bg_img_size":"cover","bg_img_repeat":"repeat","bg_img_position":"top center","bg_img_attachment":"1","bg_img_wrapper_end":"","middle_bg_color":"_header_middle_bg","middle_text_color":"_header_middle_text","middle_text_hover_color":"_header_middle_text_hover","middle_transparent_bg_color":"_header_transparent_bg","middle_transparent_text_color":"_header_transparent_text","middle_transparent_text_hover_color":"_header_transparent_text_hover","bottom_show":"0","bottom_height":"50px","bottom_sticky_height":"50px","bottom_fullwidth":"0","bottom_centering":"","bottom_bg_color":"#f5f5f5","bottom_text_color":"#333333","bottom_text_hover_color":"#e95095","bottom_transparent_bg_color":"_header_transparent_bg","bottom_transparent_text_color":"_header_transparent_text","bottom_transparent_text_hover_color":"_header_transparent_text_hover","bgimage_wrapper_end":""},"layout":{"top_left":[],"top_center":[],"top_right":[],"middle_left":[],"middle_center":["hwrapper:1"],"middle_right":[],"bottom_left":[],"bottom_center":[],"bottom_right":[],"hidden":["btn:1","btn:2","btn:4","menu:2","hwrapper:3"],"hwrapper:1":["image:1","hwrapper:2"],"hwrapper:2":["btn:3","menu:1"],"hwrapper:3":[]}},"laptops":{"options":{"custom_breakpoint":"","breakpoint":"1380px","orientation":"hor","sticky":true,"sticky_auto_hide":false,"scroll_breakpoint":"50px","transparent":"0","width":"300px","elm_align":"center","shadow":"none","top_show":0,"top_height":"36px","top_sticky_height":"0px","top_fullwidth":"0","top_centering":"","top_bg_color":"_header_top_bg","top_text_color":"_header_top_text","top_text_hover_color":"_header_top_text_hover","top_transparent_bg_color":"_header_top_transparent_bg","top_transparent_text_color":"_header_top_transparent_text","top_transparent_text_hover_color":"_header_top_transparent_text_hover","middle_height":"100px","middle_sticky_height":"96px","middle_fullwidth":"0","middle_centering":"","elm_valign":"top","bg_img":"","bg_img_wrapper_start":"","bg_img_size":"cover","bg_img_repeat":"repeat","bg_img_position":"top center","bg_img_attachment":"1","bg_img_wrapper_end":"","middle_bg_color":"_header_middle_bg","middle_text_color":"_header_middle_text","middle_text_hover_color":"_header_middle_text_hover","middle_transparent_bg_color":"_header_transparent_bg","middle_transparent_text_color":"_header_transparent_text","middle_transparent_text_hover_color":"_header_transparent_text","bottom_show":"0","bottom_height":"40px","bottom_sticky_height":"40px","bottom_fullwidth":"0","bottom_centering":"","bottom_bg_color":"_header_middle_bg","bottom_text_color":"_header_middle_text","bottom_text_hover_color":"_header_middle_text_hover","bottom_transparent_bg_color":"_header_transparent_bg","bottom_transparent_text_color":"_header_transparent_text","bottom_transparent_text_hover_color":"_header_transparent_text_hover","bgimage_wrapper_end":""},"layout":{"top_left":[],"top_center":[],"top_right":[],"middle_left":[],"middle_center":["hwrapper:1"],"middle_right":[],"bottom_left":[],"bottom_center":[],"bottom_right":[],"hidden":["menu:2","btn:3"],"hwrapper:1":["image:1","hwrapper:3","hwrapper:2"],"hwrapper:2":["btn:2","btn:1","btn:4"],"hwrapper:3":["menu:1"]}},"header_id":"31321"};</script><script type="speculationrules"> {"prerender":[{"source":"document","where":{"and":[{"href_matches":"\/*"},{"not":{"href_matches":["\/wp-*.php","\/wp-admin\/*","\/wp-content\/uploads\/*","\/wp-content\/*","\/wp-content\/plugins\/*","\/wp-content\/themes\/Impreza-child\/*","\/wp-content\/themes\/Impreza\/*","\/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prerender, .no-prerender a"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"moderate"}]} </script> <!-- Consent Management powered by Complianz | GDPR/CCPA Cookie Consent https://wordpress.org/plugins/complianz-gdpr --> <div id="cmplz-cookiebanner-container"><div class="cmplz-cookiebanner cmplz-hidden banner-1 bottom-right-view-preferences optin cmplz-center cmplz-categories-type-view-preferences" aria-modal="true" data-nosnippet="true" role="dialog" aria-live="polite" aria-labelledby="cmplz-header-1-optin" aria-describedby="cmplz-message-1-optin"> <div class="cmplz-header"> <div class="cmplz-logo"></div> <div class="cmplz-title" id="cmplz-header-1-optin">Gérer le consentement aux cookies</div> <div class="cmplz-close" tabindex="0" role="button" aria-label="Fermer la boîte de dialogue"> <svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="times" class="svg-inline--fa fa-times fa-w-11" role="img" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 352 512"><path fill="currentColor" d="M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z"></path></svg> </div> </div> <div class="cmplz-divider cmplz-divider-header"></div> <div class="cmplz-body"> <div class="cmplz-message" id="cmplz-message-1-optin">Pour offrir les meilleures expériences, nous utilisons des technologies telles que les cookies pour stocker et/ou accéder aux informations des appareils. Le fait de consentir à ces technologies nous permettra de traiter des données telles que le comportement de navigation ou les ID uniques sur ce site. Le fait de ne pas consentir ou de retirer son consentement peut avoir un effet négatif sur certaines caractéristiques et fonctions.</div> <!-- categories start --> <div class="cmplz-categories"> <details class="cmplz-category cmplz-functional" > <summary> <span class="cmplz-category-header"> <span class="cmplz-category-title">Fonctionnel</span> <span class='cmplz-always-active'> <span class="cmplz-banner-checkbox"> <input type="checkbox" id="cmplz-functional-optin" data-category="cmplz_functional" class="cmplz-consent-checkbox cmplz-functional" size="40" value="1"/> <label class="cmplz-label" for="cmplz-functional-optin" tabindex="0"><span class="screen-reader-text">Fonctionnel</span></label> </span> Toujours activé </span> <span class="cmplz-icon cmplz-open"> <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 448 512" height="18" ><path d="M224 416c-8.188 0-16.38-3.125-22.62-9.375l-192-192c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L224 338.8l169.4-169.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-192 192C240.4 412.9 232.2 416 224 416z"/></svg> </span> </span> </summary> <div class="cmplz-description"> <span class="cmplz-description-functional">Le stockage ou l’accès technique est strictement nécessaire dans la finalité d’intérêt légitime de permettre l’utilisation d’un service spécifique explicitement demandé par l’abonné ou l’internaute, ou dans le seul but d’effectuer la transmission d’une communication sur un réseau de communications électroniques.</span> </div> </details> <details class="cmplz-category cmplz-preferences" > <summary> <span class="cmplz-category-header"> <span class="cmplz-category-title">Préférences</span> <span class="cmplz-banner-checkbox"> <input type="checkbox" id="cmplz-preferences-optin" data-category="cmplz_preferences" class="cmplz-consent-checkbox cmplz-preferences" size="40" value="1"/> <label class="cmplz-label" for="cmplz-preferences-optin" tabindex="0"><span class="screen-reader-text">Préférences</span></label> </span> <span class="cmplz-icon cmplz-open"> <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 448 512" height="18" ><path d="M224 416c-8.188 0-16.38-3.125-22.62-9.375l-192-192c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L224 338.8l169.4-169.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-192 192C240.4 412.9 232.2 416 224 416z"/></svg> </span> </span> </summary> <div class="cmplz-description"> <span class="cmplz-description-preferences">Le stockage ou l’accès technique est nécessaire dans la finalité d’intérêt légitime de stocker des préférences qui ne sont pas demandées par l’abonné ou la personne utilisant le service.</span> </div> </details> <details class="cmplz-category cmplz-statistics" > <summary> <span class="cmplz-category-header"> <span class="cmplz-category-title">Statistiques</span> <span class="cmplz-banner-checkbox"> <input type="checkbox" id="cmplz-statistics-optin" data-category="cmplz_statistics" class="cmplz-consent-checkbox cmplz-statistics" size="40" value="1"/> <label class="cmplz-label" for="cmplz-statistics-optin" tabindex="0"><span class="screen-reader-text">Statistiques</span></label> </span> <span class="cmplz-icon cmplz-open"> <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 448 512" height="18" ><path d="M224 416c-8.188 0-16.38-3.125-22.62-9.375l-192-192c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L224 338.8l169.4-169.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-192 192C240.4 412.9 232.2 416 224 416z"/></svg> </span> </span> </summary> <div class="cmplz-description"> <span class="cmplz-description-statistics">Le stockage ou l’accès technique qui est utilisé exclusivement à des fins statistiques.</span> <span class="cmplz-description-statistics-anonymous">Le stockage ou l’accès technique qui est utilisé exclusivement dans des finalités statistiques anonymes. En l’absence d’une assignation à comparaître, d’une conformité volontaire de la part de votre fournisseur d’accès à internet ou d’enregistrements supplémentaires provenant d’une tierce partie, les informations stockées ou extraites à cette seule fin ne peuvent généralement pas être utilisées pour vous identifier.</span> </div> </details> <details class="cmplz-category cmplz-marketing" > <summary> <span class="cmplz-category-header"> <span class="cmplz-category-title">Marketing</span> <span class="cmplz-banner-checkbox"> <input type="checkbox" id="cmplz-marketing-optin" data-category="cmplz_marketing" class="cmplz-consent-checkbox cmplz-marketing" size="40" value="1"/> <label class="cmplz-label" for="cmplz-marketing-optin" tabindex="0"><span class="screen-reader-text">Marketing</span></label> </span> <span class="cmplz-icon cmplz-open"> <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 448 512" height="18" ><path d="M224 416c-8.188 0-16.38-3.125-22.62-9.375l-192-192c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L224 338.8l169.4-169.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-192 192C240.4 412.9 232.2 416 224 416z"/></svg> </span> </span> </summary> <div class="cmplz-description"> <span class="cmplz-description-marketing">Le stockage ou l’accès technique est nécessaire pour créer des profils d’internautes afin d’envoyer des publicités, ou pour suivre l’internaute sur un site web ou sur plusieurs sites web ayant des finalités marketing similaires.</span> </div> </details> </div><!-- categories end --> </div> <div class="cmplz-links cmplz-information"> <a class="cmplz-link cmplz-manage-options cookie-statement" href="#" data-relative_url="#cmplz-manage-consent-container">Gérer les options</a> <a class="cmplz-link cmplz-manage-third-parties cookie-statement" href="#" data-relative_url="#cmplz-cookies-overview">Gérer les services</a> <a class="cmplz-link cmplz-manage-vendors tcf cookie-statement" href="#" data-relative_url="#cmplz-tcf-wrapper">Gérer {vendor_count} fournisseurs</a> <a class="cmplz-link cmplz-external cmplz-read-more-purposes tcf" target="_blank" rel="noopener noreferrer nofollow" href="https://cookiedatabase.org/tcf/purposes/">En savoir plus sur ces finalités</a> </div> <div class="cmplz-divider cmplz-footer"></div> <div class="cmplz-buttons"> <button class="cmplz-btn cmplz-accept">Accepter</button> <button class="cmplz-btn cmplz-deny">Refuser</button> <button class="cmplz-btn cmplz-view-preferences">Préférences</button> <button class="cmplz-btn cmplz-save-preferences">Enregistrer les préférences</button> <a class="cmplz-btn cmplz-manage-options tcf cookie-statement" href="#" data-relative_url="#cmplz-manage-consent-container">Préférences</a> </div> <div class="cmplz-links cmplz-documents"> <a class="cmplz-link cookie-statement" href="#" data-relative_url="">{title}</a> <a class="cmplz-link privacy-statement" href="#" data-relative_url="">{title}</a> <a class="cmplz-link impressum" href="#" data-relative_url="">{title}</a> </div> </div> </div> <div id="cmplz-manage-consent" data-nosnippet="true"><button class="cmplz-btn cmplz-hidden cmplz-manage-consent manage-consent-1">Gérer le consentement</button> </div><div id="bne-navbar" class="active hide_on_standard hide_on_footer columns-3 nav_bottom" style="background-color:#05053a;"><div class="bne-navbar-inner"><div id="bne-navbar-btn-1" class="bne-navbar-btn-wrapper"><a href="tel:+33535541706" target="" title="Appeler" data-navlink="1" class="bne-navbar-link"><i class="bne-navbar-icon bne-fa fa fa-solid fa-phone-flip" style="color: #cbcbff"></i><span class="bne-navbar-title" style="color: #cbcbff">Appeler</span></a></div><!-- .bne-navbar-btn-wrapper (end) --><div id="bne-navbar-btn-2" class="bne-navbar-btn-wrapper"><a href="/reservation-demo/" target="" title="Choisir un RDV" data-navlink="2" class="bne-navbar-link"><i class="bne-navbar-icon bne-fa fa fa-solid fa-calendar-check" style="color: #cbcbff"></i><span class="bne-navbar-title" style="color: #cbcbff">Choisir un RDV</span></a></div><!-- .bne-navbar-btn-wrapper (end) --><div id="bne-navbar-btn-3" class="bne-navbar-btn-wrapper"><a href="/devis-site-internet/" target="" title="Démarrer" data-navlink="3" class="bne-navbar-link"><i class="bne-navbar-icon bne-fa fa fa-solid fa-rocket" style="color: #cbcbff"></i><span class="bne-navbar-title" style="color: #cbcbff">Démarrer</span></a></div><!-- .bne-navbar-btn-wrapper (end) --></div><!-- .bne-navbar-inner (end) --></div><!-- #bne-navbar (end) --><script id="eio-lazy-load-js-before"> var eio_lazy_vars = {"exactdn_domain":"","skip_autoscale":0,"threshold":0,"use_dpr":1}; </script> <script src="https://le-site-francais.fr/wp-content/plugins/ewww-image-optimizer/includes/lazysizes.min.js?ver=814" id="eio-lazy-load-js" async data-wp-strategy="async"></script> <script src="https://le-site-francais.fr/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script> <script type="rocketlazyloadscript" data-minify="1" src="https://le-site-francais.fr/wp-content/cache/min/1/wp-content/plugins/bne-navbar/assets/js/bne-navbar.js?ver=1751027545" id="bne_navbar-js"></script> <script type="rocketlazyloadscript" src="https://le-site-francais.fr/wp-includes/js/dist/hooks.min.js?ver=4d63a3d491d11ffd8ac6" id="wp-hooks-js"></script> <script type="rocketlazyloadscript" src="https://le-site-francais.fr/wp-includes/js/dist/i18n.min.js?ver=5e580eb46a90c2b997e6" id="wp-i18n-js"></script> <script type="rocketlazyloadscript" id="wp-i18n-js-after"> wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } ); </script> <script type="rocketlazyloadscript" data-minify="1" src="https://le-site-francais.fr/wp-content/cache/min/1/wp-content/plugins/contact-form-7/includes/swv/js/index.js?ver=1751027545" id="swv-js"></script> <script type="rocketlazyloadscript" id="contact-form-7-js-translations"> ( function( domain, translations ) { var localeData = translations.locale_data[ domain ] || translations.locale_data.messages; localeData[""].domain = domain; wp.i18n.setLocaleData( localeData, domain ); } )( "contact-form-7", {"translation-revision-date":"2025-02-06 12:02:14+0000","generator":"GlotPress\/4.0.1","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","plural-forms":"nplurals=2; plural=n > 1;","lang":"fr"},"This contact form is placed in the wrong place.":["Ce formulaire de contact est plac\u00e9 dans un mauvais endroit."],"Error:":["Erreur\u00a0:"]}},"comment":{"reference":"includes\/js\/index.js"}} ); </script> <script type="rocketlazyloadscript" id="contact-form-7-js-before"> var wpcf7 = { "api": { "root": "https:\/\/le-site-francais.fr\/wp-json\/", "namespace": "contact-form-7\/v1" }, "cached": 1 }; </script> <script type="rocketlazyloadscript" data-minify="1" src="https://le-site-francais.fr/wp-content/cache/min/1/wp-content/plugins/contact-form-7/includes/js/index.js?ver=1751027545" id="contact-form-7-js"></script> <script id="kk-star-ratings-js-extra"> var kk_star_ratings = {"action":"kk-star-ratings","endpoint":"https:\/\/le-site-francais.fr\/wp-admin\/admin-ajax.php","nonce":"21a8396df2"}; </script> <script type="rocketlazyloadscript" src="https://le-site-francais.fr/wp-content/plugins/kk-star-ratings/src/core/public/js/kk-star-ratings.min.js?ver=5.4.10.2" id="kk-star-ratings-js"></script> <script type="rocketlazyloadscript" data-minify="1" src="https://le-site-francais.fr/wp-content/cache/min/1/wp-content/plugins/obflink/script/obflink.js?ver=1751027545" id="obflink-js"></script> <script id="wpcf7-redirect-script-js-extra"> var wpcf7r = {"ajax_url":"https:\/\/le-site-francais.fr\/wp-admin\/admin-ajax.php"}; </script> <script type="rocketlazyloadscript" data-minify="1" src="https://le-site-francais.fr/wp-content/cache/min/1/wp-content/plugins/wpcf7-redirect/build/assets/frontend-script.js?ver=1751027545" id="wpcf7-redirect-script-js"></script> <script type="rocketlazyloadscript" id="daim-track-internal-links-js-before"> window.DAIM_PARAMETERS = {ajax_url: "https://le-site-francais.fr/wp-admin/admin-ajax.php",nonce: "5e0c84bd7e"}; </script> <script type="rocketlazyloadscript" data-minify="1" src="https://le-site-francais.fr/wp-content/cache/min/1/wp-content/plugins/interlinks-manager/public/assets/js/track-internal-links.js?ver=1751027545" id="daim-track-internal-links-js"></script> <script type="rocketlazyloadscript" id="rocket-browser-checker-js-after"> "use strict";var _createClass=function(){function defineProperties(target,props){for(var i=0;i<props.length;i++){var descriptor=props[i];descriptor.enumerable=descriptor.enumerable||!1,descriptor.configurable=!0,"value"in descriptor&&(descriptor.writable=!0),Object.defineProperty(target,descriptor.key,descriptor)}}return function(Constructor,protoProps,staticProps){return protoProps&&defineProperties(Constructor.prototype,protoProps),staticProps&&defineProperties(Constructor,staticProps),Constructor}}();function _classCallCheck(instance,Constructor){if(!(instance instanceof Constructor))throw new TypeError("Cannot call a class as a function")}var RocketBrowserCompatibilityChecker=function(){function RocketBrowserCompatibilityChecker(options){_classCallCheck(this,RocketBrowserCompatibilityChecker),this.passiveSupported=!1,this._checkPassiveOption(this),this.options=!!this.passiveSupported&&options}return _createClass(RocketBrowserCompatibilityChecker,[{key:"_checkPassiveOption",value:function(self){try{var options={get passive(){return!(self.passiveSupported=!0)}};window.addEventListener("test",null,options),window.removeEventListener("test",null,options)}catch(err){self.passiveSupported=!1}}},{key:"initRequestIdleCallback",value:function(){!1 in window&&(window.requestIdleCallback=function(cb){var start=Date.now();return setTimeout(function(){cb({didTimeout:!1,timeRemaining:function(){return Math.max(0,50-(Date.now()-start))}})},1)}),!1 in window&&(window.cancelIdleCallback=function(id){return clearTimeout(id)})}},{key:"isDataSaverModeOn",value:function(){return"connection"in navigator&&!0===navigator.connection.saveData}},{key:"supportsLinkPrefetch",value:function(){var elem=document.createElement("link");return elem.relList&&elem.relList.supports&&elem.relList.supports("prefetch")&&window.IntersectionObserver&&"isIntersecting"in IntersectionObserverEntry.prototype}},{key:"isSlowConnection",value:function(){return"connection"in navigator&&"effectiveType"in navigator.connection&&("2g"===navigator.connection.effectiveType||"slow-2g"===navigator.connection.effectiveType)}}]),RocketBrowserCompatibilityChecker}(); </script> <script id="rocket-preload-links-js-extra"> var RocketPreloadLinksConfig = {"excludeUris":"\/demarrer-site-internet\/|\/(?:.+\/)?feed(?:\/(?:.+\/?)?)?$|\/(?:.+\/)?embed\/|\/(index\\.php\/)?wp\\-json(\/.*|$)|\/refer\/|\/go\/|\/recommend\/|\/recommends\/","usesTrailingSlash":"1","imageExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php","fileExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php|html|htm","siteUrl":"https:\/\/le-site-francais.fr","onHoverDelay":"100","rateThrottle":"3"}; </script> <script type="rocketlazyloadscript" id="rocket-preload-links-js-after"> (function() { "use strict";var r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e=function(){function i(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(e,t,n){return t&&i(e.prototype,t),n&&i(e,n),e}}();function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var t=function(){function n(e,t){i(this,n),this.browser=e,this.config=t,this.options=this.browser.options,this.prefetched=new Set,this.eventTime=null,this.threshold=1111,this.numOnHover=0}return e(n,[{key:"init",value:function(){!this.browser.supportsLinkPrefetch()||this.browser.isDataSaverModeOn()||this.browser.isSlowConnection()||(this.regex={excludeUris:RegExp(this.config.excludeUris,"i"),images:RegExp(".("+this.config.imageExt+")$","i"),fileExt:RegExp(".("+this.config.fileExt+")$","i")},this._initListeners(this))}},{key:"_initListeners",value:function(e){-1<this.config.onHoverDelay&&document.addEventListener("mouseover",e.listener.bind(e),e.listenerOptions),document.addEventListener("mousedown",e.listener.bind(e),e.listenerOptions),document.addEventListener("touchstart",e.listener.bind(e),e.listenerOptions)}},{key:"listener",value:function(e){var t=e.target.closest("a"),n=this._prepareUrl(t);if(null!==n)switch(e.type){case"mousedown":case"touchstart":this._addPrefetchLink(n);break;case"mouseover":this._earlyPrefetch(t,n,"mouseout")}}},{key:"_earlyPrefetch",value:function(t,e,n){var i=this,r=setTimeout(function(){if(r=null,0===i.numOnHover)setTimeout(function(){return i.numOnHover=0},1e3);else if(i.numOnHover>i.config.rateThrottle)return;i.numOnHover++,i._addPrefetchLink(e)},this.config.onHoverDelay);t.addEventListener(n,function e(){t.removeEventListener(n,e,{passive:!0}),null!==r&&(clearTimeout(r),r=null)},{passive:!0})}},{key:"_addPrefetchLink",value:function(i){return this.prefetched.add(i.href),new Promise(function(e,t){var n=document.createElement("link");n.rel="prefetch",n.href=i.href,n.onload=e,n.onerror=t,document.head.appendChild(n)}).catch(function(){})}},{key:"_prepareUrl",value:function(e){if(null===e||"object"!==(void 0===e?"undefined":r(e))||!1 in e||-1===["http:","https:"].indexOf(e.protocol))return null;var t=e.href.substring(0,this.config.siteUrl.length),n=this._getPathname(e.href,t),i={original:e.href,protocol:e.protocol,origin:t,pathname:n,href:t+n};return this._isLinkOk(i)?i:null}},{key:"_getPathname",value:function(e,t){var n=t?e.substring(this.config.siteUrl.length):e;return n.startsWith("/")||(n="/"+n),this._shouldAddTrailingSlash(n)?n+"/":n}},{key:"_shouldAddTrailingSlash",value:function(e){return this.config.usesTrailingSlash&&!e.endsWith("/")&&!this.regex.fileExt.test(e)}},{key:"_isLinkOk",value:function(e){return null!==e&&"object"===(void 0===e?"undefined":r(e))&&(!this.prefetched.has(e.href)&&e.origin===this.config.siteUrl&&-1===e.href.indexOf("?")&&-1===e.href.indexOf("#")&&!this.regex.excludeUris.test(e.href)&&!this.regex.images.test(e.href))}}],[{key:"run",value:function(){"undefined"!=typeof RocketPreloadLinksConfig&&new n(new RocketBrowserCompatibilityChecker({capture:!0,passive:!0}),RocketPreloadLinksConfig).init()}}]),n}();t.run(); }()); </script> <script type="rocketlazyloadscript" src="https://le-site-francais.fr/wp-content/themes/Impreza/common/js/base/passive-events.min.js?ver=8.36.1" id="us-passive-events-js"></script> <script type="rocketlazyloadscript" data-minify="1" src="https://le-site-francais.fr/wp-content/cache/min/1/wp-content/themes/Impreza/common/js/vendor/magnific-popup.js?ver=1751027545" id="us-magnific-popup-js"></script> <script data-minify="1" src="https://le-site-francais.fr/wp-content/cache/min/1/wp-content/uploads/us-assets/le-site-francais.fr.js?ver=1751027545" id="us-core-js"></script> <script id="cmplz-cookiebanner-js-extra"> var complianz = {"prefix":"cmplz_","user_banner_id":"1","set_cookies":[],"block_ajax_content":"","banner_version":"25","version":"7.4.1","store_consent":"","do_not_track_enabled":"1","consenttype":"optin","region":"eu","geoip":"","dismiss_timeout":"","disable_cookiebanner":"","soft_cookiewall":"","dismiss_on_scroll":"","cookie_expiry":"365","url":"https:\/\/le-site-francais.fr\/wp-json\/complianz\/v1\/","locale":"lang=fr&locale=fr_FR","set_cookies_on_root":"","cookie_domain":"","current_policy_id":"31","cookie_path":"\/","categories":{"statistics":"statistiques","marketing":"marketing"},"tcf_active":"","placeholdertext":"Cliquez pour accepter les cookies {category} et activer ce contenu","css_file":"https:\/\/le-site-francais.fr\/wp-content\/uploads\/complianz\/css\/banner-{banner_id}-{type}.css?v=25","page_links":{"eu":{"cookie-statement":{"title":"Vie Priv\u00e9e \u2013 RGPD","url":"https:\/\/le-site-francais.fr\/vie-privee-rgpd\/"}}},"tm_categories":"1","forceEnableStats":"","preview":"","clean_cookies":"","aria_label":"Cliquez pour accepter les cookies {category} et activer ce contenu"}; </script> <script type="rocketlazyloadscript" defer src="https://le-site-francais.fr/wp-content/plugins/complianz-gdpr/cookiebanner/js/complianz.min.js?ver=1750259333" id="cmplz-cookiebanner-js"></script> <script type="rocketlazyloadscript" id="cmplz-cookiebanner-js-after"> document.addEventListener("cmplz_enable_category", function () { document.querySelectorAll('[data-rocket-lazyload]').forEach(obj => { if (obj.hasAttribute('data-lazy-src')) { obj.setAttribute('src', obj.getAttribute('data-lazy-src')); } }); }); </script> <script src="https://cdn.trustindex.io/loader.js" id="trustindex-loader-js-js" async data-wp-strategy="async"></script> <script type="rocketlazyloadscript" data-minify="1" src="https://le-site-francais.fr/wp-content/cache/min/1/wp-content/themes/Impreza/common/js/vendor/royalslider.js?ver=1751027545" id="us-royalslider-js"></script> <script type="rocketlazyloadscript" data-minify="1" src="https://le-site-francais.fr/wp-content/cache/min/1/wp-content/themes/Impreza/common/js/vendor/owl.carousel.js?ver=1751027545" id="us-owl-js"></script> <script type="rocketlazyloadscript"></script><!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-PW662RJ" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --><!--noptimize--><script type="rocketlazyloadscript">!function(){window.advanced_ads_ready_queue=window.advanced_ads_ready_queue||[],advanced_ads_ready_queue.push=window.advanced_ads_ready;for(var d=0,a=advanced_ads_ready_queue.length;d<a;d++)advanced_ads_ready(advanced_ads_ready_queue[d])}();</script><!--/noptimize--> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="wpsp-script-frontend"></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="https://le-site-francais.fr/wp-content/plugins/wp-rocket/assets/js/lazyload/17.5/lazyload.min.js"></script><script>function lazyLoadThumb(e){var t='<img data-lazy-src="https://i.ytimg.com/vi/ID/hqdefault.jpg" alt="" width="480" height="360"><noscript><img src="https://i.ytimg.com/vi/ID/hqdefault.jpg" alt="" width="480" height="360"></noscript>',a='<button class="play" aria-label="play Youtube video"></button>';return t.replace("ID",e)+a}function lazyLoadYoutubeIframe(){var e=document.createElement("iframe"),t="ID?autoplay=1";t+=0===this.parentNode.dataset.query.length?'':'&'+this.parentNode.dataset.query;e.setAttribute("src",t.replace("ID",this.parentNode.dataset.src)),e.setAttribute("frameborder","0"),e.setAttribute("allowfullscreen","1"),e.setAttribute("allow", "accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"),this.parentNode.parentNode.replaceChild(e,this.parentNode)}document.addEventListener("DOMContentLoaded",function(){var e,t,p,a=document.getElementsByClassName("rll-youtube-player");for(t=0;t<a.length;t++)e=document.createElement("div"),e.setAttribute("data-id",a[t].dataset.id),e.setAttribute("data-query", a[t].dataset.query),e.setAttribute("data-src", a[t].dataset.src),e.innerHTML=lazyLoadThumb(a[t].dataset.id),a[t].appendChild(e),p=e.querySelector('.play'),p.onclick=lazyLoadYoutubeIframe});</script><script type="rocketlazyloadscript" data-rocket-type="module"> import detect from "https:\/\/le-site-francais.fr\/wp-content\/plugins\/optimization-detective\/detect.min.js?ver=1.0.0-beta3"; detect( {"minViewportAspectRatio":0.40000000000000002220446049250313080847263336181640625,"maxViewportAspectRatio":2.5,"isDebug":false,"extensionModuleUrls":["https:\/\/le-site-francais.fr\/wp-content\/plugins\/image-prioritizer\/detect.min.js?ver=1.0.0-beta2"],"restApiEndpoint":"https:\/\/le-site-francais.fr\/wp-json\/optimization-detective\/v1\/url-metrics:store","currentETag":"af8257cfd44de29a8315a94abd2cdacd","currentUrl":"https:\/\/le-site-francais.fr\/","urlMetricSlug":"d751713988987e9331980363e24189ce","cachePurgePostId":27586,"urlMetricHMAC":"f43591fb5f290ba1ebf2f723cd8f441b","urlMetricGroupStatuses":[{"minimumViewportWidth":0,"maximumViewportWidth":480,"complete":false},{"minimumViewportWidth":480,"maximumViewportWidth":600,"complete":false},{"minimumViewportWidth":600,"maximumViewportWidth":782,"complete":false},{"minimumViewportWidth":782,"maximumViewportWidth":null,"complete":true}],"storageLockTTL":60,"freshnessTTL":604800,"webVitalsLibrarySrc":"https:\/\/le-site-francais.fr\/wp-content\/plugins\/optimization-detective\/build\/web-vitals.js?ver=4.2.4"} ); </script> <script>"use strict";function wprRemoveCPCSS(){var preload_stylesheets=document.querySelectorAll('link[data-rocket-async="style"][rel="preload"]');if(preload_stylesheets&&0<preload_stylesheets.length)for(var stylesheet_index=0;stylesheet_index<preload_stylesheets.length;stylesheet_index++){var media=preload_stylesheets[stylesheet_index].getAttribute("media")||"all";if(window.matchMedia(media).matches)return void setTimeout(wprRemoveCPCSS,200)}var elem=document.getElementById("rocket-critical-css");elem&&"remove"in elem&&elem.remove()}window.addEventListener?window.addEventListener("load",wprRemoveCPCSS):window.attachEvent&&window.attachEvent("onload",wprRemoveCPCSS);</script><noscript><link rel="stylesheet" href="https://le-site-francais.fr/wp-content/cache/min/1/56eb992e726aa3ad8d2a158c2ce319e3.css" media="all" data-minify="1" /></noscript></body> </html> <!-- This website is like a Rocket, isn't it? Performance optimized by WP Rocket. Learn more: https://wp-rocket.me - Debug: cached@1751296997 -->