Outiref

Code source de l'URL : https://alohaweb.fr

<!doctype html>
<html lang="fr-FR">
<head><meta charset="UTF-8"><script>if(navigator.userAgent.match(/MSIE|Internet Explorer/i)||navigator.userAgent.match(/Trident\/7\..*?rv:11/i)){var href=document.location.href;if(!href.match(/[?&]nowprocket/)){if(href.indexOf("?")==-1){if(href.indexOf("#")==-1){document.location.href=href+"?nowprocket=1"}else{document.location.href=href.replace("#","?nowprocket=1#")}}else{if(href.indexOf("#")==-1){document.location.href=href+"&nowprocket=1"}else{document.location.href=href.replace("#","&nowprocket=1#")}}}}</script><script>class RocketLazyLoadScripts{constructor(){this.triggerEvents=["keydown","mousedown","mousemove","touchmove","touchstart","touchend","wheel"],this.userEventHandler=this._triggerListener.bind(this),this.touchStartHandler=this._onTouchStart.bind(this),this.touchMoveHandler=this._onTouchMove.bind(this),this.touchEndHandler=this._onTouchEnd.bind(this),this.clickHandler=this._onClick.bind(this),this.interceptedClicks=[],window.addEventListener("pageshow",(e=>{this.persisted=e.persisted})),window.addEventListener("DOMContentLoaded",(()=>{this._preconnect3rdParties()})),this.delayedScripts={normal:[],async:[],defer:[]},this.allJQueries=[]}_addUserInteractionListener(e){document.hidden?e._triggerListener():(this.triggerEvents.forEach((t=>window.addEventListener(t,e.userEventHandler,{passive:!0}))),window.addEventListener("touchstart",e.touchStartHandler,{passive:!0}),window.addEventListener("mousedown",e.touchStartHandler),document.addEventListener("visibilitychange",e.userEventHandler))}_removeUserInteractionListener(){this.triggerEvents.forEach((e=>window.removeEventListener(e,this.userEventHandler,{passive:!0}))),document.removeEventListener("visibilitychange",this.userEventHandler)}_onTouchStart(e){"HTML"!==e.target.tagName&&(window.addEventListener("touchend",this.touchEndHandler),window.addEventListener("mouseup",this.touchEndHandler),window.addEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.addEventListener("mousemove",this.touchMoveHandler),e.target.addEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"onclick","rocket-onclick"))}_onTouchMove(e){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler),e.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"rocket-onclick","onclick")}_onTouchEnd(e){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler)}_onClick(e){e.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"rocket-onclick","onclick"),this.interceptedClicks.push(e),e.preventDefault(),e.stopPropagation(),e.stopImmediatePropagation()}_replayClicks(){window.removeEventListener("touchstart",this.touchStartHandler,{passive:!0}),window.removeEventListener("mousedown",this.touchStartHandler),this.interceptedClicks.forEach((e=>{e.target.dispatchEvent(new MouseEvent("click",{view:e.view,bubbles:!0,cancelable:!0}))}))}_renameDOMAttribute(e,t,n){e.hasAttribute&&e.hasAttribute(t)&&(event.target.setAttribute(n,event.target.getAttribute(t)),event.target.removeAttribute(t))}_triggerListener(){this._removeUserInteractionListener(this),"loading"===document.readyState?document.addEventListener("DOMContentLoaded",this._loadEverythingNow.bind(this)):this._loadEverythingNow()}_preconnect3rdParties(){let e=[];document.querySelectorAll("script[type=rocketlazyloadscript]").forEach((t=>{if(t.hasAttribute("src")){const n=new URL(t.src).origin;n!==location.origin&&e.push({src:n,crossOrigin:t.crossOrigin||"module"===t.getAttribute("data-rocket-type")})}})),e=[...new Map(e.map((e=>[JSON.stringify(e),e]))).values()],this._batchInjectResourceHints(e,"preconnect")}async _loadEverythingNow(){this.lastBreath=Date.now(),this._delayEventListeners(),this._delayJQueryReady(this),this._handleDocumentWrite(),this._registerAllDelayedScripts(),this._preloadAllScripts(),await this._loadScriptsFromList(this.delayedScripts.normal),await this._loadScriptsFromList(this.delayedScripts.defer),await this._loadScriptsFromList(this.delayedScripts.async);try{await this._triggerDOMContentLoaded(),await this._triggerWindowLoad()}catch(e){}window.dispatchEvent(new Event("rocket-allScriptsLoaded")),this._replayClicks()}_registerAllDelayedScripts(){document.querySelectorAll("script[type=rocketlazyloadscript]").forEach((e=>{e.hasAttribute("src")?e.hasAttribute("async")&&!1!==e.async?this.delayedScripts.async.push(e):e.hasAttribute("defer")&&!1!==e.defer||"module"===e.getAttribute("data-rocket-type")?this.delayedScripts.defer.push(e):this.delayedScripts.normal.push(e):this.delayedScripts.normal.push(e)}))}async _transformScript(e){return await this._littleBreath(),new Promise((t=>{const n=document.createElement("script");[...e.attributes].forEach((e=>{let t=e.nodeName;"type"!==t&&("data-rocket-type"===t&&(t="type"),n.setAttribute(t,e.nodeValue))})),e.hasAttribute("src")?(n.addEventListener("load",t),n.addEventListener("error",t)):(n.text=e.text,t());try{e.parentNode.replaceChild(n,e)}catch(e){t()}}))}async _loadScriptsFromList(e){const t=e.shift();return t?(await this._transformScript(t),this._loadScriptsFromList(e)):Promise.resolve()}_preloadAllScripts(){this._batchInjectResourceHints([...this.delayedScripts.normal,...this.delayedScripts.defer,...this.delayedScripts.async],"preload")}_batchInjectResourceHints(e,t){var n=document.createDocumentFragment();e.forEach((e=>{if(e.src){const i=document.createElement("link");i.href=e.src,i.rel=t,"preconnect"!==t&&(i.as="script"),e.getAttribute&&"module"===e.getAttribute("data-rocket-type")&&(i.crossOrigin=!0),e.crossOrigin&&(i.crossOrigin=e.crossOrigin),n.appendChild(i)}})),document.head.appendChild(n)}_delayEventListeners(){let e={};function t(t,n){!function(t){function n(n){return e[t].eventsToRewrite.indexOf(n)>=0?"rocket-"+n:n}e[t]||(e[t]={originalFunctions:{add:t.addEventListener,remove:t.removeEventListener},eventsToRewrite:[]},t.addEventListener=function(){arguments[0]=n(arguments[0]),e[t].originalFunctions.add.apply(t,arguments)},t.removeEventListener=function(){arguments[0]=n(arguments[0]),e[t].originalFunctions.remove.apply(t,arguments)})}(t),e[t].eventsToRewrite.push(n)}function n(e,t){let n=e[t];Object.defineProperty(e,t,{get:()=>n||function(){},set(i){e["rocket"+t]=n=i}})}t(document,"DOMContentLoaded"),t(window,"DOMContentLoaded"),t(window,"load"),t(window,"pageshow"),t(document,"readystatechange"),n(document,"onreadystatechange"),n(window,"onload"),n(window,"onpageshow")}_delayJQueryReady(e){let t=window.jQuery;Object.defineProperty(window,"jQuery",{get:()=>t,set(n){if(n&&n.fn&&!e.allJQueries.includes(n)){n.fn.ready=n.fn.init.prototype.ready=function(t){e.domReadyFired?t.bind(document)(n):document.addEventListener("rocket-DOMContentLoaded",(()=>t.bind(document)(n)))};const t=n.fn.on;n.fn.on=n.fn.init.prototype.on=function(){if(this[0]===window){function e(e){return e.split(" ").map((e=>"load"===e||0===e.indexOf("load.")?"rocket-jquery-load":e)).join(" ")}"string"==typeof arguments[0]||arguments[0]instanceof String?arguments[0]=e(arguments[0]):"object"==typeof arguments[0]&&Object.keys(arguments[0]).forEach((t=>{delete Object.assign(arguments[0],{[e(t)]:arguments[0][t]})[t]}))}return t.apply(this,arguments),this},e.allJQueries.push(n)}t=n}})}async _triggerDOMContentLoaded(){this.domReadyFired=!0,await this._littleBreath(),document.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),window.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),document.dispatchEvent(new Event("rocket-readystatechange")),await this._littleBreath(),document.rocketonreadystatechange&&document.rocketonreadystatechange()}async _triggerWindowLoad(){await this._littleBreath(),window.dispatchEvent(new Event("rocket-load")),await this._littleBreath(),window.rocketonload&&window.rocketonload(),await this._littleBreath(),this.allJQueries.forEach((e=>e(window).trigger("rocket-jquery-load"))),await this._littleBreath();const e=new Event("rocket-pageshow");e.persisted=this.persisted,window.dispatchEvent(e),await this._littleBreath(),window.rocketonpageshow&&window.rocketonpageshow({persisted:this.persisted})}_handleDocumentWrite(){const e=new Map;document.write=document.writeln=function(t){const n=document.currentScript,i=document.createRange(),r=n.parentElement;let o=e.get(n);void 0===o&&(o=n.nextSibling,e.set(n,o));const s=document.createDocumentFragment();i.setStart(s,0),s.appendChild(i.createContextualFragment(t)),r.insertBefore(s,o)}}async _littleBreath(){Date.now()-this.lastBreath>45&&(await this._requestAnimFrame(),this.lastBreath=Date.now())}async _requestAnimFrame(){return document.hidden?new Promise((e=>setTimeout(e))):new Promise((e=>requestAnimationFrame(e)))}static run(){const e=new RocketLazyLoadScripts;e._addUserInteractionListener(e)}}RocketLazyLoadScripts.run();</script>
	
	<meta name="viewport" content="width=device-width, initial-scale=1">
	<link rel="profile" href="https://gmpg.org/xfn/11">
	<title>Agence web Auray | Aloha Web</title>
<meta name="dc.title" content="Agence web Auray | Aloha Web">
<meta name="dc.description" content="Agence web à Auray, Aloha Web est spécialisée dans la conception de sites web et dans la stratégie digitale des entreprises 🚀">
<meta name="dc.relation" content="https://alohaweb.fr/">
<meta name="dc.source" content="https://alohaweb.fr/">
<meta name="dc.language" content="fr_FR">
<meta name="description" content="Agence web à Auray, Aloha Web est spécialisée dans la conception de sites web et dans la stratégie digitale des entreprises 🚀">
<meta name="robots" content="index, follow">
<meta name="googlebot" content="index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1">
<meta name="bingbot" content="index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1">
<link rel="canonical" href="https://alohaweb.fr/">
<script type="application/ld+json">{"@context":"https:\/\/schema.org","@type":"WebSite","name":"Aloha Web","alternateName":"Aloha web","description":"Agence web User Friendly","url":"https:\/\/alohaweb.fr","potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/alohaweb.fr\/?s={search_term_string}"},"query-input":"required name=search_term_string"}}</script>
<meta property="og:url" content="https://alohaweb.fr/">
<meta property="og:site_name" content="Aloha web">
<meta property="og:locale" content="fr_FR">
<meta property="og:type" content="website">
<meta property="og:title" content="Agence web Auray | Aloha Web">
<meta property="og:description" content="Agence web à Auray, Aloha Web est spécialisée dans la conception de sites web et dans la stratégie digitale des entreprises 🚀">
<meta property="og:image" content="https://alohaweb.fr/wp-content/uploads/2021/07/LOGO-FB-PLUS-PETIT.jpeg">
<meta property="og:image:secure_url" content="https://alohaweb.fr/wp-content/uploads/2021/07/LOGO-FB-PLUS-PETIT.jpeg">
<meta property="og:image:width" content="820">
<meta property="og:image:height" content="428">
<meta property="og:image:alt" content="Logo aloha pour facebook">
<meta property="fb:pages" content="107621541078129">
<meta property="fb:admins" content="1013043685">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Agence web Auray | Aloha Web">
<meta name="twitter:description" content="Agence web à Auray, Aloha Web est spécialisée dans la conception de sites web et dans la stratégie digitale des entreprises 🚀">
<meta name="twitter:image" content="https://alohaweb.fr/wp-content/uploads/2021/07/LOGO-FB-PLUS-PETIT.jpeg">

<link rel="alternate" type="application/rss+xml" title="Aloha web &raquo; Flux" href="https://alohaweb.fr/feed/" />
<link rel="alternate" type="application/rss+xml" title="Aloha web &raquo; Flux des commentaires" href="https://alohaweb.fr/comments/feed/" />
<script type="application/ld+json">{"@context":"https:\/\/schema.org","@type":"Organisation","name":"Aloha Web","url":"https:\/\/alohaweb.fr","alternateName":"Aloha web","description":"Aloha web","sameAs":["https:\/\/www.facebook.com\/alohawebstudio","https:\/\/www.linkedin.com\/company\/aloha-web-studio\/"]}</script>
<script type="application/ld+json">{"@context":"https:\/\/schema.org\/","@type":"SiteNavigationElement","name":["\u00c0 propos","Services","Sites Web","Cr\u00e9ation de site web","S\u00e9curit\u00e9 et maintenance","Visibilit\u00e9","Contenus","Ressources","Blog","\u00c9tude de cas","Contact"],"url":["https:\/\/alohaweb.fr\/a-propos\/","#","https:\/\/alohaweb.fr\/creation-de-site-web\/","https:\/\/alohaweb.fr\/creation-de-site-web\/","https:\/\/alohaweb.fr\/creation-de-site-web\/securite-et-maintenance\/","https:\/\/alohaweb.fr\/marketing-digital\/","https:\/\/alohaweb.fr\/creation-de-contenus\/","#","https:\/\/alohaweb.fr\/actualites\/","https:\/\/alohaweb.fr\/etudes-de-cas\/iles-precieuses\/","https:\/\/alohaweb.fr\/contact\/"]}</script>
<script type="application/ld+json">{"@context":"https:\/\/schema.org","@type":"LocalBusiness","image":"https:\/\/alohaweb.fr\/wp-content\/uploads\/2021\/07\/cropped-favicon-aloha-1.png","@id":"https:\/\/alohaweb.fr","name":"Aloha Web","url":"https:\/\/alohaweb.fr\/","telephone":"+33698915381","priceRange":"\u20ac\u20ac\u20ac","address":{"@type":"PostalAddress","streetAddress":"2 rue du 19 Mars 1962","addressLocality":"Auray","addressRegion":"Bretagne","postalCode":"56400","addressCountry":"France"},"geo":{"@type":"GeoCoordinates","latitude":"47.66621967785058","longitude":"-2.9822653386300386"},"openingHoursSpecification":[{"@type":"OpeningHoursSpecification","opens":"10:00:00","closes":"00:00:00","dayOfWeek":"https:\/\/schema.org\/Monday"},{"@type":"OpeningHoursSpecification","opens":"00:00:00","closes":"18:00:00","dayOfWeek":"https:\/\/schema.org\/Monday"},{"@type":"OpeningHoursSpecification","opens":"10:00:00","closes":"00:00:00","dayOfWeek":"https:\/\/schema.org\/Tuesday"},{"@type":"OpeningHoursSpecification","opens":"00:00:00","closes":"18:00:00","dayOfWeek":"https:\/\/schema.org\/Tuesday"},{"@type":"OpeningHoursSpecification","opens":"10:00:00","closes":"00:00:00","dayOfWeek":"https:\/\/schema.org\/Wednesday"},{"@type":"OpeningHoursSpecification","opens":"00:00:00","closes":"18:00:00","dayOfWeek":"https:\/\/schema.org\/Wednesday"},{"@type":"OpeningHoursSpecification","opens":"10:00:00","closes":"00:00:00","dayOfWeek":"https:\/\/schema.org\/Thursday"},{"@type":"OpeningHoursSpecification","opens":"00:00:00","closes":"18:00:00","dayOfWeek":"https:\/\/schema.org\/Thursday"},{"@type":"OpeningHoursSpecification","opens":"10:00:00","closes":"00:00:00","dayOfWeek":"https:\/\/schema.org\/Friday"},{"@type":"OpeningHoursSpecification","opens":"00:00:00","closes":"18:00:00","dayOfWeek":"https:\/\/schema.org\/Friday"}]}</script>
<script type="application/ld+json">{"@context":"https:\/\/schema.org","@type":"ProfessionalService","name":"Aloha Web","image":"https:\/\/alohaweb.fr\/wp-content\/uploads\/2021\/02\/Aloha-Web-Logo-2021.png","url":"https:\/\/alohaweb.fr","telephone":"+33698915381","priceRange":"\u20ac\u20ac\u20ac","@id":"https:\/\/alohaweb.fr","address":{"@type":"PostalAddress","streetAddress":"6 rue du p\u00e8re \u00e9ternel","addressLocality":"Auray","addressRegion":"Bretagne","postalCode":"56400","addressCountry":"France"},"geo":{"@type":"GeoCoordinates","latitude":"47.6660751712895","longitude":"-2.982179507945059"},"openingHoursSpecification":[{"@type":"OpeningHoursSpecification","dayOfWeek":"Monday","opens":["09:00"],"closes":["12:00"]},{"@type":"OpeningHoursSpecification","dayOfWeek":"Monday","opens":["13:00"],"closes":["18:00"]},{"@type":"OpeningHoursSpecification","dayOfWeek":"Tuesday","opens":["09:00"],"closes":["12:00"]},{"@type":"OpeningHoursSpecification","dayOfWeek":"Tuesday","opens":["13:00"],"closes":["18:00"]},{"@type":"OpeningHoursSpecification","dayOfWeek":"Wednesday","opens":["09:00"],"closes":["12:00"]},{"@type":"OpeningHoursSpecification","dayOfWeek":"Wednesday","opens":["13:00"],"closes":["18:00"]},{"@type":"OpeningHoursSpecification","dayOfWeek":"Thursday","opens":["09:00"],"closes":["12:00"]},{"@type":"OpeningHoursSpecification","dayOfWeek":"Thursday","opens":["13:00"],"closes":["18:00"]}]}</script>
<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='wpseopress-local-business-style-inline-css'>
span.wp-block-wpseopress-local-business-field{margin-right:8px}

</style>
<style id='classic-theme-styles-inline-css'>
/*! This file is auto-generated */
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
</style>
<style id='global-styles-inline-css'>
body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}body .is-layout-grid{display: grid;}body .is-layout-grid > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
.wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;}
:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}
:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}
.wp-block-pullquote{font-size: 1.5em;line-height: 1.6;}
</style>
<link rel='stylesheet' id='hello-elementor-theme-style-css' href='https://alohaweb.fr/wp-content/themes/hello-elementor/theme.min.css?ver=3.0.1' media='all' />
<link rel='stylesheet' id='hello-elementor-child-style-css' href='https://alohaweb.fr/wp-content/themes/hello-theme-child-master/style.css?ver=1.0.0' media='all' />
<link rel='stylesheet' id='hello-elementor-css' href='https://alohaweb.fr/wp-content/themes/hello-elementor/style.min.css?ver=3.0.1' media='all' />
<link rel='stylesheet' id='hello-elementor-header-footer-css' href='https://alohaweb.fr/wp-content/themes/hello-elementor/header-footer.min.css?ver=3.0.1' media='all' />
<link rel='stylesheet' id='elementor-frontend-css' href='https://alohaweb.fr/wp-content/plugins/elementor/assets/css/frontend.min.css?ver=3.21.0' media='all' />
<link data-minify="1" rel='stylesheet' id='swiper-css' href='https://alohaweb.fr/wp-content/cache/min/1/wp-content/plugins/elementor/assets/lib/swiper/v8/css/swiper.min.css?ver=1713363109' media='all' />
<link rel='stylesheet' id='elementor-post-9-css' href='https://alohaweb.fr/wp-content/uploads/elementor/css/post-9.css?ver=1713363103' media='all' />
<link rel='stylesheet' id='elementor-pro-css' href='https://alohaweb.fr/wp-content/plugins/elementor-pro/assets/css/frontend.min.css?ver=3.21.0' media='all' />
<link data-minify="1" rel='stylesheet' id='ooohboi-steroids-styles-css' href='https://alohaweb.fr/wp-content/cache/min/1/wp-content/plugins/ooohboi-steroids-for-elementor/assets/css/main.css?ver=1713363109' media='all' />
<link rel='stylesheet' id='uael-frontend-css' href='https://alohaweb.fr/wp-content/plugins/ultimate-elementor/assets/min-css/uael-frontend.min.css?ver=1.36.20' media='all' />
<link rel='stylesheet' id='elementor-post-7-css' href='https://alohaweb.fr/wp-content/uploads/elementor/css/post-7.css?ver=1713363103' media='all' />
<link rel='stylesheet' id='elementor-post-7964-css' href='https://alohaweb.fr/wp-content/uploads/elementor/css/post-7964.css?ver=1713363104' media='all' />
<link rel='stylesheet' id='elementor-post-7958-css' href='https://alohaweb.fr/wp-content/uploads/elementor/css/post-7958.css?ver=1713363104' media='all' />
<link data-minify="1" rel='stylesheet' id='sib-front-css-css' href='https://alohaweb.fr/wp-content/cache/min/1/wp-content/plugins/mailin/css/mailin-front.css?ver=1713363109' media='all' />
<script src="https://alohaweb.fr/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js" defer></script>
<script src="https://alohaweb.fr/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js" defer></script>
<script id="sib-front-js-js-extra">
var sibErrMsg = {"invalidMail":"Please fill out valid email address","requiredField":"Please fill out required fields","invalidDateFormat":"Please fill out valid date format","invalidSMSFormat":"Please fill out valid phone number"};
var ajax_sib_front_object = {"ajax_url":"https:\/\/alohaweb.fr\/wp-admin\/admin-ajax.php","ajax_nonce":"6a4c7e3224","flag_url":"https:\/\/alohaweb.fr\/wp-content\/plugins\/mailin\/img\/flags\/"};
</script>
<script data-minify="1" src="https://alohaweb.fr/wp-content/cache/min/1/wp-content/plugins/mailin/js/mailin-front.js?ver=1713363099" id="sib-front-js-js" defer></script>
<link rel="https://api.w.org/" href="https://alohaweb.fr/wp-json/" /><link rel="alternate" type="application/json" href="https://alohaweb.fr/wp-json/wp/v2/pages/7" /><link rel="alternate" type="application/json+oembed" href="https://alohaweb.fr/wp-json/oembed/1.0/embed?url=https%3A%2F%2Falohaweb.fr%2F" />
<link rel="alternate" type="text/xml+oembed" href="https://alohaweb.fr/wp-json/oembed/1.0/embed?url=https%3A%2F%2Falohaweb.fr%2F&#038;format=xml" />
<meta name="generator" content="Elementor 3.21.0; features: e_optimized_assets_loading, e_font_icon_svg, additional_custom_breakpoints; settings: css_print_method-external, google_font-enabled, font_display-auto">
<script type="rocketlazyloadscript" data-rocket-type="text/javascript">
  (function() {
    window.sib = { equeue: [], client_key: "ze7qk0bqw9a8e549qjyf2nil" };
    /* OPTIONAL: email to identify request*/
    // window.sib.email_id = 'example@domain.com';
    /* OPTIONAL: to hide the chat on your script uncomment this line (0 = chat hidden; 1 = display chat) */
    // window.sib.display_chat = 0;
    // window.sib.display_logo = 0;
    /* OPTIONAL: to overwrite the default welcome message uncomment this line*/
    // window.sib.custom_welcome_message = 'Hello, how can we help you?';
    /* OPTIONAL: to overwrite the default offline message uncomment this line*/
    // window.sib.custom_offline_message = 'We are currently offline. In order to answer you, please indicate your email in your messages.';
    window.sendinblue = {}; for (var j = ['track', 'identify', 'trackLink', 'page'], i = 0; i < j.length; i++) { (function(k) { window.sendinblue[k] = function(){ var arg = Array.prototype.slice.call(arguments); (window.sib[k] || function() { var t = {}; t[k] = arg; window.sib.equeue.push(t);})(arg[0], arg[1], arg[2]);};})(j[i]);}var n = document.createElement("script"),i = document.getElementsByTagName("script")[0]; n.type = "text/javascript", n.id = "sendinblue-js", n.async = !0, n.src = "https://sibautomation.com/sa.js?key=" + window.sib.client_key, i.parentNode.insertBefore(n, i), window.sendinblue.page();
  })();
</script>
<script data-minify="1" defer data-domain="alohaweb.fr" src="https://alohaweb.fr/wp-content/cache/min/1/js/script.js?ver=1713363099"></script>

<style>.breadcrumb {list-style:none;margin:0;padding-inline-start:0;}.breadcrumb li {margin:0;display:inline-block;position:relative;}.breadcrumb li::after{content:' | ';margin-left:5px;margin-right:5px;}.breadcrumb li:last-child::after{display:none}</style><link rel="icon" href="https://alohaweb.fr/wp-content/uploads/2021/07/cropped-favicon-aloha-1-32x32.png" sizes="32x32" />
<link rel="icon" href="https://alohaweb.fr/wp-content/uploads/2021/07/cropped-favicon-aloha-1-192x192.png" sizes="192x192" />
<link rel="apple-touch-icon" href="https://alohaweb.fr/wp-content/uploads/2021/07/cropped-favicon-aloha-1-180x180.png" />
<meta name="msapplication-TileImage" content="https://alohaweb.fr/wp-content/uploads/2021/07/cropped-favicon-aloha-1-270x270.png" />

<!-- 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-WCFC256');</script>
<!-- End Google Tag Manager -->
<noscript><style id="rocket-lazyload-nojs-css">.rll-youtube-player, [data-lazy-src]{display:none !important;}</style></noscript><style id="wpforms-css-vars-root">
				:root {
					--wpforms-field-border-radius: 3px;
--wpforms-field-background-color: #ffffff;
--wpforms-field-border-color: rgba( 0, 0, 0, 0.25 );
--wpforms-field-text-color: rgba( 0, 0, 0, 0.7 );
--wpforms-label-color: rgba( 0, 0, 0, 0.85 );
--wpforms-label-sublabel-color: rgba( 0, 0, 0, 0.55 );
--wpforms-label-error-color: #d63637;
--wpforms-button-border-radius: 3px;
--wpforms-button-background-color: #066aab;
--wpforms-button-text-color: #ffffff;
--wpforms-page-break-color: #066aab;
--wpforms-field-size-input-height: 43px;
--wpforms-field-size-input-spacing: 15px;
--wpforms-field-size-font-size: 16px;
--wpforms-field-size-line-height: 19px;
--wpforms-field-size-padding-h: 14px;
--wpforms-field-size-checkbox-size: 16px;
--wpforms-field-size-sublabel-spacing: 5px;
--wpforms-field-size-icon-size: 1;
--wpforms-label-size-font-size: 16px;
--wpforms-label-size-line-height: 19px;
--wpforms-label-size-sublabel-font-size: 14px;
--wpforms-label-size-sublabel-line-height: 17px;
--wpforms-button-size-font-size: 17px;
--wpforms-button-size-height: 41px;
--wpforms-button-size-padding-h: 15px;
--wpforms-button-size-margin-top: 10px;

				}
			</style></head>
<body class="home page-template page-template-elementor_header_footer page page-id-7 wp-custom-logo elementor-default elementor-template-full-width elementor-kit-9 elementor-page elementor-page-7">


<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-WCFC256"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<a class="skip-link screen-reader-text" href="#content">Aller au contenu</a>

		<div data-elementor-type="header" data-elementor-id="7964" class="elementor elementor-7964 elementor-location-header" data-elementor-post-type="elementor_library">
					<header class="elementor-section elementor-top-section elementor-element elementor-element-75bb0a6e elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="75bb0a6e" data-element_type="section" data-settings="{&quot;_ob_glider_is_slider&quot;:&quot;no&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-63465182" data-id="63465182" data-element_type="column" data-settings="{&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_column_has_pseudo&quot;:&quot;no&quot;}">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-609e5ab5 ob-has-background-overlay elementor-widget elementor-widget-image" data-id="609e5ab5" data-element_type="widget" data-settings="{&quot;_ob_photomorph_use&quot;:&quot;no&quot;,&quot;_ob_perspektive_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="image.default">
				<div class="elementor-widget-container">
														<a href="https://alohaweb.fr">
							<img width="400" height="80" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20400%2080'%3E%3C/svg%3E" class="attachment-full size-full wp-image-7894" alt="Logo Aloha Web" data-lazy-srcset="https://alohaweb.fr/wp-content/uploads/2021/07/Logo-Aloha-21.png 400w, https://alohaweb.fr/wp-content/uploads/2021/07/Logo-Aloha-21-300x60.png 300w" data-lazy-sizes="(max-width: 400px) 100vw, 400px" data-lazy-src="https://alohaweb.fr/wp-content/uploads/2021/07/Logo-Aloha-21.png" /><noscript><img width="400" height="80" src="https://alohaweb.fr/wp-content/uploads/2021/07/Logo-Aloha-21.png" class="attachment-full size-full wp-image-7894" alt="Logo Aloha Web" srcset="https://alohaweb.fr/wp-content/uploads/2021/07/Logo-Aloha-21.png 400w, https://alohaweb.fr/wp-content/uploads/2021/07/Logo-Aloha-21-300x60.png 300w" sizes="(max-width: 400px) 100vw, 400px" /></noscript>								</a>
													</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-36285280" data-id="36285280" data-element_type="column" data-settings="{&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_column_has_pseudo&quot;:&quot;no&quot;}">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-acb3928 ob-has-background-overlay elementor-widget elementor-widget-menu-anchor" data-id="acb3928" data-element_type="widget" data-settings="{&quot;_ob_perspektive_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="menu-anchor.default">
				<div class="elementor-widget-container">
					<div class="elementor-menu-anchor" id="top"></div>
				</div>
				</div>
				<div class="elementor-element elementor-element-4110abac elementor-nav-menu__align-end elementor-nav-menu--stretch elementor-nav-menu__text-align-center elementor-nav-menu--dropdown-tablet elementor-nav-menu--toggle elementor-nav-menu--burger ob-has-background-overlay elementor-widget elementor-widget-nav-menu" data-id="4110abac" data-element_type="widget" data-settings="{&quot;full_width&quot;:&quot;stretch&quot;,&quot;layout&quot;:&quot;horizontal&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;svg class=\&quot;e-font-icon-svg e-fas-caret-down\&quot; viewBox=\&quot;0 0 320 512\&quot; xmlns=\&quot;http:\/\/www.w3.org\/2000\/svg\&quot;&gt;&lt;path d=\&quot;M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z\&quot;&gt;&lt;\/path&gt;&lt;\/svg&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;},&quot;toggle&quot;:&quot;burger&quot;,&quot;_ob_perspektive_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="nav-menu.default">
				<div class="elementor-widget-container">
						<nav class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-text e--animation-grow">
				<ul id="menu-1-4110abac" class="elementor-nav-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8459"><a href="https://alohaweb.fr/a-propos/" class="elementor-item">À propos</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-10221"><a href="#" class="elementor-item elementor-item-anchor">Services</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-371"><a href="https://alohaweb.fr/creation-de-site-web/" class="elementor-sub-item">Sites Web</a>
	<ul class="sub-menu elementor-nav-menu--dropdown">
		<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9887"><a href="https://alohaweb.fr/creation-de-site-web/" class="elementor-sub-item">Création de site web</a></li>
		<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9225"><a href="https://alohaweb.fr/creation-de-site-web/securite-et-maintenance/" class="elementor-sub-item">Sécurité et maintenance</a></li>
	</ul>
</li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-397"><a href="https://alohaweb.fr/marketing-digital/" class="elementor-sub-item">Visibilité</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8146"><a href="https://alohaweb.fr/creation-de-contenus/" class="elementor-sub-item">Contenus</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-10219"><a href="#" class="elementor-item elementor-item-anchor">Ressources</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4083"><a href="https://alohaweb.fr/actualites/" class="elementor-sub-item">Blog</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10220"><a href="https://alohaweb.fr/etudes-de-cas/iles-precieuses/" class="elementor-sub-item">Étude de cas</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8242"><a href="https://alohaweb.fr/contact/" class="elementor-item">Contact</a></li>
</ul>			</nav>
					<div class="elementor-menu-toggle" role="button" tabindex="0" aria-label="Permuter le menu" aria-expanded="false">
			<svg aria-hidden="true" role="presentation" class="elementor-menu-toggle__icon--open e-font-icon-svg e-eicon-menu-bar" viewbox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M104 333H896C929 333 958 304 958 271S929 208 896 208H104C71 208 42 237 42 271S71 333 104 333ZM104 583H896C929 583 958 554 958 521S929 458 896 458H104C71 458 42 487 42 521S71 583 104 583ZM104 833H896C929 833 958 804 958 771S929 708 896 708H104C71 708 42 737 42 771S71 833 104 833Z"></path></svg><svg aria-hidden="true" role="presentation" class="elementor-menu-toggle__icon--close e-font-icon-svg e-eicon-close" viewbox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M742 167L500 408 258 167C246 154 233 150 217 150 196 150 179 158 167 167 154 179 150 196 150 212 150 229 154 242 171 254L408 500 167 742C138 771 138 800 167 829 196 858 225 858 254 829L496 587 738 829C750 842 767 846 783 846 800 846 817 842 829 829 842 817 846 804 846 783 846 767 842 750 829 737L588 500 833 258C863 229 863 200 833 171 804 137 775 137 742 167Z"></path></svg>			<span class="elementor-screen-only">Menu</span>
		</div>
					<nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true">
				<ul id="menu-2-4110abac" class="elementor-nav-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8459"><a href="https://alohaweb.fr/a-propos/" class="elementor-item" tabindex="-1">À propos</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-10221"><a href="#" class="elementor-item elementor-item-anchor" tabindex="-1">Services</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-371"><a href="https://alohaweb.fr/creation-de-site-web/" class="elementor-sub-item" tabindex="-1">Sites Web</a>
	<ul class="sub-menu elementor-nav-menu--dropdown">
		<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9887"><a href="https://alohaweb.fr/creation-de-site-web/" class="elementor-sub-item" tabindex="-1">Création de site web</a></li>
		<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9225"><a href="https://alohaweb.fr/creation-de-site-web/securite-et-maintenance/" class="elementor-sub-item" tabindex="-1">Sécurité et maintenance</a></li>
	</ul>
</li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-397"><a href="https://alohaweb.fr/marketing-digital/" class="elementor-sub-item" tabindex="-1">Visibilité</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8146"><a href="https://alohaweb.fr/creation-de-contenus/" class="elementor-sub-item" tabindex="-1">Contenus</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-10219"><a href="#" class="elementor-item elementor-item-anchor" tabindex="-1">Ressources</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4083"><a href="https://alohaweb.fr/actualites/" class="elementor-sub-item" tabindex="-1">Blog</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10220"><a href="https://alohaweb.fr/etudes-de-cas/iles-precieuses/" class="elementor-sub-item" tabindex="-1">Étude de cas</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8242"><a href="https://alohaweb.fr/contact/" class="elementor-item" tabindex="-1">Contact</a></li>
</ul>			</nav>
				</div>
				</div>
					</div>
		</div>
					</div>
		</header>
				</div>
				<div data-elementor-type="wp-page" data-elementor-id="7" class="elementor elementor-7" data-elementor-post-type="page">
						<section class="ob-is-breaking-bad elementor-section elementor-top-section elementor-element elementor-element-a94b200 elementor-section-height-min-height elementor-reverse-mobile elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="a94b200" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_bbad_use_it&quot;:&quot;yes&quot;,&quot;_ob_bbad_sssic_use&quot;:&quot;no&quot;,&quot;_ob_glider_is_slider&quot;:&quot;no&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-6bd5158a elementor-hidden-phone" data-id="6bd5158a" data-element_type="column" data-settings="{&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_column_has_pseudo&quot;:&quot;no&quot;}">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-57b98013 ob-has-background-overlay elementor-widget elementor-widget-image" data-id="57b98013" data-element_type="widget" data-settings="{&quot;_ob_photomorph_use&quot;:&quot;no&quot;,&quot;_ob_perspektive_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="image.default">
				<div class="elementor-widget-container">
													<img fetchpriority="high" decoding="async" width="661" height="893" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20661%20893'%3E%3C/svg%3E" class="attachment-large size-large wp-image-7917" alt="Femme consultant un site avec une bonne UX" data-lazy-srcset="https://alohaweb.fr/wp-content/uploads/2021/07/utilisatrice-heureuse4.png 661w, https://alohaweb.fr/wp-content/uploads/2021/07/utilisatrice-heureuse4-222x300.png 222w" data-lazy-sizes="(max-width: 661px) 100vw, 661px" data-lazy-src="https://alohaweb.fr/wp-content/uploads/2021/07/utilisatrice-heureuse4.png" /><noscript><img fetchpriority="high" decoding="async" width="661" height="893" src="https://alohaweb.fr/wp-content/uploads/2021/07/utilisatrice-heureuse4.png" class="attachment-large size-large wp-image-7917" alt="Femme consultant un site avec une bonne UX" srcset="https://alohaweb.fr/wp-content/uploads/2021/07/utilisatrice-heureuse4.png 661w, https://alohaweb.fr/wp-content/uploads/2021/07/utilisatrice-heureuse4-222x300.png 222w" sizes="(max-width: 661px) 100vw, 661px" /></noscript>													</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-3284f6b3" data-id="3284f6b3" data-element_type="column" data-settings="{&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_column_has_pseudo&quot;:&quot;no&quot;}">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-2595938 elementor-widget-divider--view-line ob-has-background-overlay ob-got-stalker elementor-widget elementor-widget-divider" data-id="2595938" data-element_type="widget" data-settings="{&quot;_ob_widget_stalker_use&quot;:&quot;yes&quot;,&quot;_ob_perspektive_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;}" data-widget_type="divider.default">
				<div class="elementor-widget-container">
					<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-ec9a46b ob-harakiri-inherit ob-has-background-overlay ob-got-stalker elementor-widget elementor-widget-heading" data-id="ec9a46b" data-element_type="widget" data-settings="{&quot;_ob_widget_stalker_use&quot;:&quot;yes&quot;,&quot;_ob_use_harakiri&quot;:&quot;yes&quot;,&quot;_ob_harakiri_writing_mode&quot;:&quot;inherit&quot;,&quot;_ob_harakiri_text_clip&quot;:&quot;none&quot;,&quot;_ob_perspektive_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;}" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h1 class="elementor-heading-title elementor-size-default">Votre agence web à Auray</h1>		</div>
				</div>
				<div class="elementor-element elementor-element-44949623 ob-harakiri-inherit ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="44949623" data-element_type="widget" data-settings="{&quot;_ob_use_harakiri&quot;:&quot;yes&quot;,&quot;_ob_harakiri_writing_mode&quot;:&quot;inherit&quot;,&quot;_ob_harakiri_text_clip&quot;:&quot;none&quot;,&quot;_ob_perspektive_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default">Augmentez votre visibilité et gagnez de nouveaux clients</h2>		</div>
				</div>
				<div class="elementor-element elementor-element-7dc11ecd ob-harakiri-inherit ob-has-background-overlay elementor-widget elementor-widget-text-editor" data-id="7dc11ecd" data-element_type="widget" data-settings="{&quot;_ob_use_harakiri&quot;:&quot;yes&quot;,&quot;_ob_harakiri_writing_mode&quot;:&quot;inherit&quot;,&quot;_ob_postman_use&quot;:&quot;no&quot;,&quot;_ob_perspektive_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
							<p>Grâce à un site web et des contenus centrés sur vos utilisateurs</p>						</div>
				</div>
				<div class="elementor-element elementor-element-5ac5a2ed elementor-align-left elementor-mobile-align-justify ob-has-background-overlay elementor-widget elementor-widget-button" data-id="5ac5a2ed" data-element_type="widget" data-settings="{&quot;_ob_butterbutton_use_it&quot;:&quot;no&quot;,&quot;_ob_perspektive_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="button.default">
				<div class="elementor-widget-container">
					<div class="elementor-button-wrapper">
			<a class="elementor-button elementor-button-link elementor-size-sm" href="https://alohaweb.fr/audit-digital/">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Audit gratuit de votre présence digitale</span>
					</span>
					</a>
		</div>
				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="ob-is-breaking-bad elementor-section elementor-top-section elementor-element elementor-element-0d0fa35 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="0d0fa35" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_bbad_use_it&quot;:&quot;yes&quot;,&quot;_ob_bbad_sssic_use&quot;:&quot;no&quot;,&quot;_ob_glider_is_slider&quot;:&quot;no&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-d65d2da" data-id="d65d2da" data-element_type="column" data-settings="{&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_column_has_pseudo&quot;:&quot;no&quot;}">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-d8db980 ob-harakiri-inherit elementor-invisible ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="d8db980" data-element_type="widget" data-settings="{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_ob_use_harakiri&quot;:&quot;yes&quot;,&quot;_ob_harakiri_writing_mode&quot;:&quot;inherit&quot;,&quot;_ob_harakiri_text_clip&quot;:&quot;none&quot;,&quot;_ob_perspektive_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default">De quoi avez vous besoin ?</h2>		</div>
				</div>
				<div class="elementor-element elementor-element-df194d5 elementor-view-stacked elementor-shape-square elementor-widget__width-inherit elementor-fixed elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-phone ob-has-background-overlay elementor-widget elementor-widget-icon" data-id="df194d5" data-element_type="widget" data-settings="{&quot;sticky&quot;:&quot;bottom&quot;,&quot;_position&quot;:&quot;fixed&quot;,&quot;_ob_perspektive_use&quot;:&quot;no&quot;,&quot;sticky_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;],&quot;sticky_offset&quot;:0,&quot;sticky_effects_offset&quot;:0,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
					<div class="elementor-icon-wrapper">
			<a class="elementor-icon" href="#top">
			<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Capa_1" x="0px" y="0px" width="284.929px" height="284.929px" viewbox="0 0 284.929 284.929" style="enable-background:new 0 0 284.929 284.929;" xml:space="preserve"><g>	<path d="M282.082,195.285L149.028,62.24c-1.901-1.903-4.088-2.856-6.562-2.856s-4.665,0.953-6.567,2.856L2.856,195.285   C0.95,197.191,0,199.378,0,201.853c0,2.474,0.953,4.664,2.856,6.566l14.272,14.271c1.903,1.903,4.093,2.854,6.567,2.854   c2.474,0,4.664-0.951,6.567-2.854l112.204-112.202l112.208,112.209c1.902,1.903,4.093,2.848,6.563,2.848   c2.478,0,4.668-0.951,6.57-2.848l14.274-14.277c1.902-1.902,2.847-4.093,2.847-6.566   C284.929,199.378,283.984,197.188,282.082,195.285z"></path></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g></svg>			</a>
		</div>
				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="ob-is-breaking-bad elementor-section elementor-top-section elementor-element elementor-element-859aff4 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="859aff4" data-element_type="section" data-settings="{&quot;_ob_bbad_use_it&quot;:&quot;yes&quot;,&quot;_ob_bbad_sssic_use&quot;:&quot;no&quot;,&quot;_ob_glider_is_slider&quot;:&quot;no&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-586c2445 elementor-invisible" data-id="586c2445" data-element_type="column" data-settings="{&quot;animation&quot;:&quot;fadeInUp&quot;,&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_column_has_pseudo&quot;:&quot;no&quot;}">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-72dd996 elementor-hidden-phone elementor-widget-divider--view-line ob-has-background-overlay ob-got-stalker elementor-widget elementor-widget-divider" data-id="72dd996" data-element_type="widget" data-settings="{&quot;_ob_widget_stalker_use&quot;:&quot;yes&quot;,&quot;_ob_perspektive_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;}" data-widget_type="divider.default">
				<div class="elementor-widget-container">
					<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-bed9d80 ob-harakiri-inherit ob-has-background-overlay ob-got-stalker elementor-widget elementor-widget-heading" data-id="bed9d80" data-element_type="widget" data-settings="{&quot;_ob_widget_stalker_use&quot;:&quot;yes&quot;,&quot;_ob_use_harakiri&quot;:&quot;yes&quot;,&quot;_ob_harakiri_writing_mode&quot;:&quot;inherit&quot;,&quot;_ob_harakiri_text_clip&quot;:&quot;none&quot;,&quot;_ob_perspektive_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;}" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default">D'un site web percutant pour</h2>		</div>
				</div>
				<div class="elementor-element elementor-element-25d1e2a3 ob-harakiri-inherit ob-has-background-overlay elementor-widget elementor-widget-text-editor" data-id="25d1e2a3" data-element_type="widget" data-settings="{&quot;_ob_use_harakiri&quot;:&quot;yes&quot;,&quot;_ob_harakiri_writing_mode&quot;:&quot;inherit&quot;,&quot;_ob_postman_use&quot;:&quot;no&quot;,&quot;_ob_perspektive_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
							<p><img decoding="async" class="emoji" role="img" draggable="false" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="🧲" data-lazy-src="https://s.w.org/images/core/emoji/13.0.1/svg/1f9f2.svg" /><noscript><img decoding="async" class="emoji" role="img" draggable="false" src="https://s.w.org/images/core/emoji/13.0.1/svg/1f9f2.svg" alt="🧲" /></noscript> Attirer des prospects même quand vous dormez ;<br /><img decoding="async" class="emoji" role="img" draggable="false" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="📢" data-lazy-src="https://s.w.org/images/core/emoji/13.0.1/svg/1f4e2.svg" /><noscript><img decoding="async" class="emoji" role="img" draggable="false" src="https://s.w.org/images/core/emoji/13.0.1/svg/1f4e2.svg" alt="📢" /></noscript> Communiquer 24/7 et vous adresser à la France entière ;<br /><img decoding="async" class="emoji" role="img" draggable="false" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="👍" data-lazy-src="https://s.w.org/images/core/emoji/13.0.1/svg/1f44d.svg" /><noscript><img decoding="async" class="emoji" role="img" draggable="false" src="https://s.w.org/images/core/emoji/13.0.1/svg/1f44d.svg" alt="👍" /></noscript> Rassurer vos clients, améliorer votre image de marque ;<br /><img decoding="async" class="emoji" role="img" draggable="false" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="🎇" data-lazy-src="https://s.w.org/images/core/emoji/13.0.1/svg/1f387.svg" /><noscript><img decoding="async" class="emoji" role="img" draggable="false" src="https://s.w.org/images/core/emoji/13.0.1/svg/1f387.svg" alt="🎇" /></noscript> Mettre en valeur vos produits / services ;<br /><img decoding="async" class="emoji" role="img" draggable="false" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="📊" data-lazy-src="https://s.w.org/images/core/emoji/13.0.1/svg/1f4ca.svg" /><noscript><img decoding="async" class="emoji" role="img" draggable="false" src="https://s.w.org/images/core/emoji/13.0.1/svg/1f4ca.svg" alt="📊" /></noscript> Connaitre davantage votre clientèle, grâce aux statistiques que nous vous aidons à analyser.</p>						</div>
				</div>
				<div class="elementor-element elementor-element-126d449 ob-harakiri-inherit ob-has-background-overlay elementor-widget elementor-widget-text-editor" data-id="126d449" data-element_type="widget" data-settings="{&quot;_ob_use_harakiri&quot;:&quot;yes&quot;,&quot;_ob_harakiri_writing_mode&quot;:&quot;inherit&quot;,&quot;_ob_postman_use&quot;:&quot;no&quot;,&quot;_ob_perspektive_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
							<p><strong><a href="https://alohaweb.fr/creation-de-site-web/">J&rsquo;ai besoin d&rsquo;un nouveau site web</a></strong></p>						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-614d4cdc elementor-hidden-phone" data-id="614d4cdc" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_column_has_pseudo&quot;:&quot;no&quot;}">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-dc0ed58 ob-has-background-overlay elementor-widget elementor-widget-image" data-id="dc0ed58" data-element_type="widget" data-settings="{&quot;_ob_photomorph_use&quot;:&quot;no&quot;,&quot;_ob_perspektive_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="image.default">
				<div class="elementor-widget-container">
													<img decoding="async" width="600" height="600" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20600%20600'%3E%3C/svg%3E" class="attachment-large size-large wp-image-8035" alt="Homme impressionne par une site bien réalisé" data-lazy-srcset="https://alohaweb.fr/wp-content/uploads/2021/07/Homme-regardant-un-pc.jpg 600w, https://alohaweb.fr/wp-content/uploads/2021/07/Homme-regardant-un-pc-300x300.jpg 300w, https://alohaweb.fr/wp-content/uploads/2021/07/Homme-regardant-un-pc-150x150.jpg 150w" data-lazy-sizes="(max-width: 600px) 100vw, 600px" data-lazy-src="https://alohaweb.fr/wp-content/uploads/2021/07/Homme-regardant-un-pc.jpg" /><noscript><img decoding="async" width="600" height="600" src="https://alohaweb.fr/wp-content/uploads/2021/07/Homme-regardant-un-pc.jpg" class="attachment-large size-large wp-image-8035" alt="Homme impressionne par une site bien réalisé" srcset="https://alohaweb.fr/wp-content/uploads/2021/07/Homme-regardant-un-pc.jpg 600w, https://alohaweb.fr/wp-content/uploads/2021/07/Homme-regardant-un-pc-300x300.jpg 300w, https://alohaweb.fr/wp-content/uploads/2021/07/Homme-regardant-un-pc-150x150.jpg 150w" sizes="(max-width: 600px) 100vw, 600px" /></noscript>													</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="ob-is-breaking-bad elementor-section elementor-top-section elementor-element elementor-element-ff5eab3 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="ff5eab3" data-element_type="section" data-settings="{&quot;_ob_bbad_use_it&quot;:&quot;yes&quot;,&quot;_ob_bbad_sssic_use&quot;:&quot;no&quot;,&quot;_ob_glider_is_slider&quot;:&quot;no&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-6a785cf8 elementor-invisible" data-id="6a785cf8" data-element_type="column" data-settings="{&quot;animation&quot;:&quot;fadeInUp&quot;,&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_column_has_pseudo&quot;:&quot;no&quot;}">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-81bc963 elementor-hidden-phone elementor-widget-divider--view-line ob-has-background-overlay ob-got-stalker elementor-widget elementor-widget-divider" data-id="81bc963" data-element_type="widget" data-settings="{&quot;_ob_widget_stalker_use&quot;:&quot;yes&quot;,&quot;_ob_perspektive_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;}" data-widget_type="divider.default">
				<div class="elementor-widget-container">
					<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-ddc59ea ob-harakiri-inherit ob-has-background-overlay ob-got-stalker elementor-widget elementor-widget-heading" data-id="ddc59ea" data-element_type="widget" data-settings="{&quot;_ob_widget_stalker_use&quot;:&quot;yes&quot;,&quot;_ob_use_harakiri&quot;:&quot;yes&quot;,&quot;_ob_harakiri_writing_mode&quot;:&quot;inherit&quot;,&quot;_ob_harakiri_text_clip&quot;:&quot;none&quot;,&quot;_ob_perspektive_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;}" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default">De plus de visibilité pour</h2>		</div>
				</div>
				<div class="elementor-element elementor-element-344eb6ac ob-harakiri-inherit ob-has-background-overlay elementor-widget elementor-widget-text-editor" data-id="344eb6ac" data-element_type="widget" data-settings="{&quot;_ob_use_harakiri&quot;:&quot;yes&quot;,&quot;_ob_harakiri_writing_mode&quot;:&quot;inherit&quot;,&quot;_ob_postman_use&quot;:&quot;no&quot;,&quot;_ob_perspektive_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
							<p><img decoding="async" class="emoji" role="img" draggable="false" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="🗨️" data-lazy-src="https://s.w.org/images/core/emoji/13.0.1/svg/1f5e8.svg" /><noscript><img decoding="async" class="emoji" role="img" draggable="false" src="https://s.w.org/images/core/emoji/13.0.1/svg/1f5e8.svg" alt="🗨️" /></noscript> Vous adresser à votre audience cible, optimiser votre investissement ;<br /><img decoding="async" class="emoji" role="img" draggable="false" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="💸" data-lazy-src="https://s.w.org/images/core/emoji/13.0.1/svg/1f4b8.svg" /><noscript><img decoding="async" class="emoji" role="img" draggable="false" src="https://s.w.org/images/core/emoji/13.0.1/svg/1f4b8.svg" alt="💸" /></noscript> Attirer des prospects avec une publicité en ligne bien gérée ;<br /><img decoding="async" class="emoji" role="img" draggable="false" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="👤" data-lazy-src="https://s.w.org/images/core/emoji/13.0.1/svg/1f464.svg" /><noscript><img decoding="async" class="emoji" role="img" draggable="false" src="https://s.w.org/images/core/emoji/13.0.1/svg/1f464.svg" alt="👤" /></noscript> Susciter l’intérêt des utilisateurs avec une page Google My Business bien renseignée ;<br /><img decoding="async" class="emoji" role="img" draggable="false" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="💌" data-lazy-src="https://s.w.org/images/core/emoji/13.0.1/svg/1f48c.svg" /><noscript><img decoding="async" class="emoji" role="img" draggable="false" src="https://s.w.org/images/core/emoji/13.0.1/svg/1f48c.svg" alt="💌" /></noscript> Garder un lien avec vos prospects et vos clients, vous inviter dans leur boite email avec un contenu engageant ;<br /><img decoding="async" class="emoji" role="img" draggable="false" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="↗️" data-lazy-src="https://s.w.org/images/core/emoji/13.0.1/svg/2197.svg" /><noscript><img decoding="async" class="emoji" role="img" draggable="false" src="https://s.w.org/images/core/emoji/13.0.1/svg/2197.svg" alt="↗️" /></noscript> Augmenter votre taux de conversion, l’emailing a la côte depuis les confinements.</p>						</div>
				</div>
				<div class="elementor-element elementor-element-9fa9c09 ob-harakiri-inherit ob-has-background-overlay elementor-widget elementor-widget-text-editor" data-id="9fa9c09" data-element_type="widget" data-settings="{&quot;_ob_use_harakiri&quot;:&quot;yes&quot;,&quot;_ob_harakiri_writing_mode&quot;:&quot;inherit&quot;,&quot;_ob_postman_use&quot;:&quot;no&quot;,&quot;_ob_perspektive_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
							<p><a href="https://alohaweb.fr/marketing-digital/"><strong>J&rsquo;ai besoin de visibilité</strong></a></p>						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-1c098c91 elementor-hidden-phone" data-id="1c098c91" data-element_type="column" data-settings="{&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_column_has_pseudo&quot;:&quot;no&quot;}">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-1ba3ebf ob-has-background-overlay elementor-widget elementor-widget-image" data-id="1ba3ebf" data-element_type="widget" data-settings="{&quot;_ob_photomorph_use&quot;:&quot;no&quot;,&quot;_ob_perspektive_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="image.default">
				<div class="elementor-widget-container">
													<img loading="lazy" decoding="async" width="600" height="600" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20600%20600'%3E%3C/svg%3E" class="attachment-large size-large wp-image-8036" alt="Vouloir être visible sur le web" data-lazy-srcset="https://alohaweb.fr/wp-content/uploads/2021/07/Homme-voulant-avoir-plus-de-visibilite.jpg 600w, https://alohaweb.fr/wp-content/uploads/2021/07/Homme-voulant-avoir-plus-de-visibilite-300x300.jpg 300w, https://alohaweb.fr/wp-content/uploads/2021/07/Homme-voulant-avoir-plus-de-visibilite-150x150.jpg 150w" data-lazy-sizes="(max-width: 600px) 100vw, 600px" data-lazy-src="https://alohaweb.fr/wp-content/uploads/2021/07/Homme-voulant-avoir-plus-de-visibilite.jpg" /><noscript><img loading="lazy" decoding="async" width="600" height="600" src="https://alohaweb.fr/wp-content/uploads/2021/07/Homme-voulant-avoir-plus-de-visibilite.jpg" class="attachment-large size-large wp-image-8036" alt="Vouloir être visible sur le web" srcset="https://alohaweb.fr/wp-content/uploads/2021/07/Homme-voulant-avoir-plus-de-visibilite.jpg 600w, https://alohaweb.fr/wp-content/uploads/2021/07/Homme-voulant-avoir-plus-de-visibilite-300x300.jpg 300w, https://alohaweb.fr/wp-content/uploads/2021/07/Homme-voulant-avoir-plus-de-visibilite-150x150.jpg 150w" sizes="(max-width: 600px) 100vw, 600px" /></noscript>													</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="ob-is-breaking-bad elementor-section elementor-top-section elementor-element elementor-element-49bb8b1 elementor-section-height-min-height elementor-reverse-mobile elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="49bb8b1" data-element_type="section" data-settings="{&quot;_ob_bbad_use_it&quot;:&quot;yes&quot;,&quot;_ob_bbad_sssic_use&quot;:&quot;no&quot;,&quot;_ob_glider_is_slider&quot;:&quot;no&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-2d5dbf25 elementor-invisible" data-id="2d5dbf25" data-element_type="column" data-settings="{&quot;animation&quot;:&quot;fadeInUp&quot;,&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_column_has_pseudo&quot;:&quot;no&quot;}">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-0c0bc30 elementor-hidden-phone elementor-widget-divider--view-line ob-has-background-overlay ob-got-stalker elementor-widget elementor-widget-divider" data-id="0c0bc30" data-element_type="widget" data-settings="{&quot;_ob_widget_stalker_use&quot;:&quot;yes&quot;,&quot;_ob_perspektive_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;}" data-widget_type="divider.default">
				<div class="elementor-widget-container">
					<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-1d08248 ob-harakiri-inherit ob-has-background-overlay ob-got-stalker elementor-widget elementor-widget-heading" data-id="1d08248" data-element_type="widget" data-settings="{&quot;_ob_widget_stalker_use&quot;:&quot;yes&quot;,&quot;_ob_use_harakiri&quot;:&quot;yes&quot;,&quot;_ob_harakiri_writing_mode&quot;:&quot;inherit&quot;,&quot;_ob_harakiri_text_clip&quot;:&quot;none&quot;,&quot;_ob_perspektive_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;}" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default">
De contenus engageants pour</h2>		</div>
				</div>
				<div class="elementor-element elementor-element-6a3e0494 ob-harakiri-inherit ob-has-background-overlay elementor-widget elementor-widget-text-editor" data-id="6a3e0494" data-element_type="widget" data-settings="{&quot;_ob_use_harakiri&quot;:&quot;yes&quot;,&quot;_ob_harakiri_writing_mode&quot;:&quot;inherit&quot;,&quot;_ob_postman_use&quot;:&quot;no&quot;,&quot;_ob_perspektive_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
							<p><img decoding="async" class="emoji" role="img" draggable="false" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="💙" data-lazy-src="https://s.w.org/images/core/emoji/13.0.1/svg/1f499.svg" /><noscript><img decoding="async" class="emoji" role="img" draggable="false" src="https://s.w.org/images/core/emoji/13.0.1/svg/1f499.svg" alt="💙" /></noscript> Fidéliser votre clientèle grâce a des contenus qui l’intéresse ;<br /><img decoding="async" class="emoji" role="img" draggable="false" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="🧐" data-lazy-src="https://s.w.org/images/core/emoji/13.0.1/svg/1f9d0.svg" /><noscript><img decoding="async" class="emoji" role="img" draggable="false" src="https://s.w.org/images/core/emoji/13.0.1/svg/1f9d0.svg" alt="🧐" /></noscript> Améliorer le référencement de votre site auprès des moteurs de recherches avec des articles qualifiés ;<br /><img decoding="async" class="emoji" role="img" draggable="false" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="📝" data-lazy-src="https://s.w.org/images/core/emoji/13.0.1/svg/1f4dd.svg" /><noscript><img decoding="async" class="emoji" role="img" draggable="false" src="https://s.w.org/images/core/emoji/13.0.1/svg/1f4dd.svg" alt="📝" /></noscript>Augmenter votre taux de conversion avec des fiches articles/pages de vente rédigées grâce aux techniques du copywriting ;<br /><img decoding="async" class="emoji" role="img" draggable="false" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="🧲" data-lazy-src="https://s.w.org/images/core/emoji/13.0.1/svg/1f9f2.svg" /><noscript><img decoding="async" class="emoji" role="img" draggable="false" src="https://s.w.org/images/core/emoji/13.0.1/svg/1f9f2.svg" alt="🧲" /></noscript> Gagner des prospects grâce à des publications fréquentes et qualitatives sur les réseaux sociaux.</p>						</div>
				</div>
				<div class="elementor-element elementor-element-ed14c4d ob-harakiri-inherit ob-has-background-overlay elementor-widget elementor-widget-text-editor" data-id="ed14c4d" data-element_type="widget" data-settings="{&quot;_ob_use_harakiri&quot;:&quot;yes&quot;,&quot;_ob_harakiri_writing_mode&quot;:&quot;inherit&quot;,&quot;_ob_postman_use&quot;:&quot;no&quot;,&quot;_ob_perspektive_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
							<p><a href="https://alohaweb.fr/creation-de-contenus/"><strong>J&rsquo;augmente mes conversions</strong></a></p>						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-3597ace3" data-id="3597ace3" data-element_type="column" data-settings="{&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_column_has_pseudo&quot;:&quot;no&quot;}">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-3a6ce5a ob-has-background-overlay elementor-widget elementor-widget-image" data-id="3a6ce5a" data-element_type="widget" data-settings="{&quot;_ob_photomorph_use&quot;:&quot;no&quot;,&quot;_ob_perspektive_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="image.default">
				<div class="elementor-widget-container">
													<img loading="lazy" decoding="async" width="600" height="600" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20600%20600'%3E%3C/svg%3E" class="attachment-large size-large wp-image-8037" alt="Création de contenus web" data-lazy-srcset="https://alohaweb.fr/wp-content/uploads/2021/07/Femme-redigeant-un-article.jpg 600w, https://alohaweb.fr/wp-content/uploads/2021/07/Femme-redigeant-un-article-300x300.jpg 300w, https://alohaweb.fr/wp-content/uploads/2021/07/Femme-redigeant-un-article-150x150.jpg 150w" data-lazy-sizes="(max-width: 600px) 100vw, 600px" data-lazy-src="https://alohaweb.fr/wp-content/uploads/2021/07/Femme-redigeant-un-article.jpg" /><noscript><img loading="lazy" decoding="async" width="600" height="600" src="https://alohaweb.fr/wp-content/uploads/2021/07/Femme-redigeant-un-article.jpg" class="attachment-large size-large wp-image-8037" alt="Création de contenus web" srcset="https://alohaweb.fr/wp-content/uploads/2021/07/Femme-redigeant-un-article.jpg 600w, https://alohaweb.fr/wp-content/uploads/2021/07/Femme-redigeant-un-article-300x300.jpg 300w, https://alohaweb.fr/wp-content/uploads/2021/07/Femme-redigeant-un-article-150x150.jpg 150w" sizes="(max-width: 600px) 100vw, 600px" /></noscript>													</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="ob-is-breaking-bad elementor-section elementor-top-section elementor-element elementor-element-629fecc2 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="629fecc2" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_bbad_use_it&quot;:&quot;yes&quot;,&quot;_ob_bbad_sssic_use&quot;:&quot;no&quot;,&quot;_ob_glider_is_slider&quot;:&quot;no&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-526bff0" data-id="526bff0" data-element_type="column" data-settings="{&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_column_has_pseudo&quot;:&quot;no&quot;}">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-8276c20 ob-harakiri-inherit elementor-invisible ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="8276c20" data-element_type="widget" data-settings="{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_ob_use_harakiri&quot;:&quot;yes&quot;,&quot;_ob_harakiri_writing_mode&quot;:&quot;inherit&quot;,&quot;_ob_harakiri_text_clip&quot;:&quot;none&quot;,&quot;_ob_perspektive_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default">Notre process User Friendly</h2>		</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-3a4b4d4a elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="3a4b4d4a" data-element_type="section" data-settings="{&quot;_ob_glider_is_slider&quot;:&quot;no&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-3e301fd1 elementor-invisible" data-id="3e301fd1" data-element_type="column" data-settings="{&quot;animation&quot;:&quot;fadeIn&quot;,&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_column_has_pseudo&quot;:&quot;no&quot;}">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-65e87004 ob-harakiri-inherit ob-has-background-overlay elementor-widget elementor-widget-text-editor" data-id="65e87004" data-element_type="widget" data-settings="{&quot;_ob_use_harakiri&quot;:&quot;yes&quot;,&quot;_ob_harakiri_writing_mode&quot;:&quot;inherit&quot;,&quot;_ob_postman_use&quot;:&quot;no&quot;,&quot;_ob_perspektive_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
							<p>Le digital est partout ! On ne vous apprend rien…</p><p><strong>90% de la population française navigue sur internet,</strong> et 75% sont actifs sur les réseaux sociaux. Ça fait du monde.</p><p>Mais <strong>communiquer grâce à internet reste un challenge</strong> pour bon nombre d’entreprises.</p><p>Quelle plateforme utiliser pour mon site ? Quel ton employer ? Quoi dire ? Et où placer ce foutu CTA « abonnement » ? …</p><p>C’est à se tirer les cheveux ! S’il vous en reste !</p><p>L’utilisateur est au centre de notre processus de création. L’empathie est notre 6e sens, nous sommes définitivement du côté de l’humain.</p><p>Voilà pourquoi <strong>nous créons des expériences web fiables et intuitives POUR l’utilisateur</strong>. Nous nous basons sur un processus tiré des enseignements sur l’UX design et le copywriting.</p><p>Nous nous mettons littéralement à la place de votre utilisateur pour lui apporter les réponses qu’il cherche.</p><p>Avec vous, nous créons un univers adapté à votre prospect, où il se sent bien, la confiance règne, l’achat est possible, tous les éléments de réassurance sont présents, les informations publiées sont qualitatives… vous fidélisez !</p><p>Rien que ça 😉</p>						</div>
				</div>
				<div class="elementor-element elementor-element-27f30bbd elementor-align-center elementor-mobile-align-justify elementor-invisible ob-has-background-overlay elementor-widget elementor-widget-button" data-id="27f30bbd" data-element_type="widget" data-settings="{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_ob_butterbutton_use_it&quot;:&quot;no&quot;,&quot;_ob_perspektive_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="button.default">
				<div class="elementor-widget-container">
					<div class="elementor-button-wrapper">
			<a class="elementor-button elementor-button-link elementor-size-xl" href="https://alohaweb.fr/contact/">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Parlez nous de votre projet</span>
					</span>
					</a>
		</div>
				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="ob-is-breaking-bad elementor-section elementor-top-section elementor-element elementor-element-3ae0180e elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3ae0180e" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_bbad_use_it&quot;:&quot;yes&quot;,&quot;_ob_bbad_sssic_use&quot;:&quot;no&quot;,&quot;_ob_glider_is_slider&quot;:&quot;no&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-190b29ae" data-id="190b29ae" data-element_type="column" data-settings="{&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_column_has_pseudo&quot;:&quot;no&quot;}">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-494f8267 ob-harakiri-inherit ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="494f8267" data-element_type="widget" data-settings="{&quot;_ob_use_harakiri&quot;:&quot;yes&quot;,&quot;_ob_harakiri_writing_mode&quot;:&quot;inherit&quot;,&quot;_ob_harakiri_text_clip&quot;:&quot;none&quot;,&quot;_ob_perspektive_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<p class="elementor-heading-title elementor-size-default">Inspirez vous 😉</p>		</div>
				</div>
				<div class="elementor-element elementor-element-11cb849 ob-harakiri-inherit elementor-invisible ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="11cb849" data-element_type="widget" data-settings="{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_ob_use_harakiri&quot;:&quot;yes&quot;,&quot;_ob_harakiri_writing_mode&quot;:&quot;inherit&quot;,&quot;_ob_harakiri_text_clip&quot;:&quot;none&quot;,&quot;_ob_perspektive_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default">Nos réalisations</h2>		</div>
				</div>
				<div class="elementor-element elementor-element-37b8f65d elementor-arrows-position-inside ob-has-background-overlay elementor-widget elementor-widget-image-carousel" data-id="37b8f65d" data-element_type="widget" data-settings="{&quot;slides_to_show&quot;:&quot;1&quot;,&quot;navigation&quot;:&quot;arrows&quot;,&quot;autoplay_speed&quot;:3000,&quot;autoplay&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;infinite&quot;:&quot;yes&quot;,&quot;effect&quot;:&quot;slide&quot;,&quot;speed&quot;:500,&quot;_ob_perspektive_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="image-carousel.default">
				<div class="elementor-widget-container">
					<div class="elementor-image-carousel-wrapper swiper" dir="ltr">
			<div class="elementor-image-carousel swiper-wrapper" aria-live="off">
								<div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="1 sur 7"><a href="https://alohaweb.fr/etudes-de-cas/iles-precieuses/"><figure class="swiper-slide-inner"><img width="1259" height="899" decoding="async" class="swiper-slide-image" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201259%20899'%3E%3C/svg%3E" alt="Réalisation : site vitrine Lagenam consult" data-lazy-src="https://alohaweb.fr/wp-content/uploads/2021/07/lagenam-portfolio-alohaweb.jpg" /><noscript><img width="1259" height="899" decoding="async" class="swiper-slide-image" src="https://alohaweb.fr/wp-content/uploads/2021/07/lagenam-portfolio-alohaweb.jpg" alt="Réalisation : site vitrine Lagenam consult" /></noscript><figcaption class="elementor-image-carousel-caption">Lagenam : Whisky et spiritueux à Lyon</figcaption></figure></a></div><div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="2 sur 7"><a href="https://alohaweb.fr/etudes-de-cas/iles-precieuses/"><figure class="swiper-slide-inner"><img width="1259" height="899" decoding="async" class="swiper-slide-image" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201259%20899'%3E%3C/svg%3E" alt="Réalisation : site e-commerce Îles Précieuses" data-lazy-src="https://alohaweb.fr/wp-content/uploads/2021/07/Mock-Up-Iles-precieuses.jpg" /><noscript><img width="1259" height="899" decoding="async" class="swiper-slide-image" src="https://alohaweb.fr/wp-content/uploads/2021/07/Mock-Up-Iles-precieuses.jpg" alt="Réalisation : site e-commerce Îles Précieuses" /></noscript><figcaption class="elementor-image-carousel-caption">Îles Précieuses : Coffret Cadeau 100 % Grand Ouest</figcaption></figure></a></div><div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="3 sur 7"><a href="https://alohaweb.fr/etudes-de-cas/iles-precieuses/"><figure class="swiper-slide-inner"><img width="1259" height="899" decoding="async" class="swiper-slide-image" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201259%20899'%3E%3C/svg%3E" alt="Réalisation : site e-vitrine My World Properties Megève" data-lazy-src="https://alohaweb.fr/wp-content/uploads/2021/07/My-World-Properties-portfolio-Aloha-Web.jpg" /><noscript><img width="1259" height="899" decoding="async" class="swiper-slide-image" src="https://alohaweb.fr/wp-content/uploads/2021/07/My-World-Properties-portfolio-Aloha-Web.jpg" alt="Réalisation : site e-vitrine My World Properties Megève" /></noscript><figcaption class="elementor-image-carousel-caption">My World Properties : Location de chalets de luxe à Megève</figcaption></figure></a></div><div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="4 sur 7"><a href="https://alohaweb.fr/etudes-de-cas/iles-precieuses/"><figure class="swiper-slide-inner"><img width="1259" height="899" decoding="async" class="swiper-slide-image" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201259%20899'%3E%3C/svg%3E" alt="Réalisation : site e-vitrine West Avel" data-lazy-src="https://alohaweb.fr/wp-content/uploads/2021/07/West-avel-portfolio-alohaweb.jpg" /><noscript><img width="1259" height="899" decoding="async" class="swiper-slide-image" src="https://alohaweb.fr/wp-content/uploads/2021/07/West-avel-portfolio-alohaweb.jpg" alt="Réalisation : site e-vitrine West Avel" /></noscript><figcaption class="elementor-image-carousel-caption">West Avel : Aventure à bord de voiliers traditionnels</figcaption></figure></a></div><div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="5 sur 7"><a href="https://alohaweb.fr/etudes-de-cas/iles-precieuses/"><figure class="swiper-slide-inner"><img width="1259" height="899" decoding="async" class="swiper-slide-image" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201259%20899'%3E%3C/svg%3E" alt="Réalisation : site vitrine Nui T Jour Auray" data-lazy-src="https://alohaweb.fr/wp-content/uploads/2021/07/Nui-t-jour-porfolio-alohaweb.jpg" /><noscript><img width="1259" height="899" decoding="async" class="swiper-slide-image" src="https://alohaweb.fr/wp-content/uploads/2021/07/Nui-t-jour-porfolio-alohaweb.jpg" alt="Réalisation : site vitrine Nui T Jour Auray" /></noscript><figcaption class="elementor-image-carousel-caption">Nui T Jour : Magasin de literie à Auray</figcaption></figure></a></div><div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="6 sur 7"><a href="https://alohaweb.fr/etudes-de-cas/iles-precieuses/"><figure class="swiper-slide-inner"><img width="1259" height="899" decoding="async" class="swiper-slide-image" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201259%20899'%3E%3C/svg%3E" alt="Réalisation : site e-vitrine BLB Tourisme" data-lazy-src="https://alohaweb.fr/wp-content/uploads/2021/07/blb-portfolio-aloha-web.jpg" /><noscript><img width="1259" height="899" decoding="async" class="swiper-slide-image" src="https://alohaweb.fr/wp-content/uploads/2021/07/blb-portfolio-aloha-web.jpg" alt="Réalisation : site e-vitrine BLB Tourisme" /></noscript><figcaption class="elementor-image-carousel-caption">BLB Tourisme : Agence de voyage et réceptive à Auray</figcaption></figure></a></div><div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="7 sur 7"><a href="https://alohaweb.fr/etudes-de-cas/iles-precieuses/"><figure class="swiper-slide-inner"><img width="1259" height="899" decoding="async" class="swiper-slide-image" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201259%20899'%3E%3C/svg%3E" alt="Réalisation : site e-commerce Galerie Alreenne Auray" data-lazy-src="https://alohaweb.fr/wp-content/uploads/2021/07/Galerie-alreenne-portfolio-alohaweb.jpg" /><noscript><img width="1259" height="899" decoding="async" class="swiper-slide-image" src="https://alohaweb.fr/wp-content/uploads/2021/07/Galerie-alreenne-portfolio-alohaweb.jpg" alt="Réalisation : site e-commerce Galerie Alreenne Auray" /></noscript><figcaption class="elementor-image-carousel-caption">Galerie Alréenne : Boutique de décoration à Auray</figcaption></figure></a></div>			</div>
												<div class="elementor-swiper-button elementor-swiper-button-prev" role="button" tabindex="0">
						<svg aria-hidden="true" class="e-font-icon-svg e-eicon-chevron-left" viewbox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z"></path></svg>					</div>
					<div class="elementor-swiper-button elementor-swiper-button-next" role="button" tabindex="0">
						<svg aria-hidden="true" class="e-font-icon-svg e-eicon-chevron-right" viewbox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z"></path></svg>					</div>
				
									</div>
				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
				<div data-elementor-type="footer" data-elementor-id="7958" class="elementor elementor-7958 elementor-location-footer" data-elementor-post-type="elementor_library">
					<section class="ob-is-breaking-bad elementor-section elementor-top-section elementor-element elementor-element-1d4f74cb elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="1d4f74cb" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_bbad_use_it&quot;:&quot;yes&quot;,&quot;_ob_bbad_sssic_use&quot;:&quot;no&quot;,&quot;_ob_glider_is_slider&quot;:&quot;no&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-425d1cdc" data-id="425d1cdc" data-element_type="column" data-settings="{&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_column_has_pseudo&quot;:&quot;no&quot;}">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-2ddc5b0d ob-has-background-overlay ob-got-stalker elementor-widget elementor-widget-image" data-id="2ddc5b0d" data-element_type="widget" data-settings="{&quot;_ob_widget_stalker_use&quot;:&quot;yes&quot;,&quot;_ob_photomorph_use&quot;:&quot;no&quot;,&quot;_ob_perspektive_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;}" data-widget_type="image.default">
				<div class="elementor-widget-container">
													<img width="512" height="512" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3C/svg%3E" class="attachment-large size-large wp-image-7899" alt="Logo Aloha Web Toucan" data-lazy-srcset="https://alohaweb.fr/wp-content/uploads/2021/07/Aloha-Logo-Favicon-2021.png 512w, https://alohaweb.fr/wp-content/uploads/2021/07/Aloha-Logo-Favicon-2021-300x300.png 300w, https://alohaweb.fr/wp-content/uploads/2021/07/Aloha-Logo-Favicon-2021-150x150.png 150w" data-lazy-sizes="(max-width: 512px) 100vw, 512px" data-lazy-src="https://alohaweb.fr/wp-content/uploads/2021/07/Aloha-Logo-Favicon-2021.png" /><noscript><img width="512" height="512" src="https://alohaweb.fr/wp-content/uploads/2021/07/Aloha-Logo-Favicon-2021.png" class="attachment-large size-large wp-image-7899" alt="Logo Aloha Web Toucan" srcset="https://alohaweb.fr/wp-content/uploads/2021/07/Aloha-Logo-Favicon-2021.png 512w, https://alohaweb.fr/wp-content/uploads/2021/07/Aloha-Logo-Favicon-2021-300x300.png 300w, https://alohaweb.fr/wp-content/uploads/2021/07/Aloha-Logo-Favicon-2021-150x150.png 150w" sizes="(max-width: 512px) 100vw, 512px" /></noscript>													</div>
				</div>
				<div class="elementor-element elementor-element-442ac732 ob-harakiri-inherit ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="442ac732" data-element_type="widget" data-settings="{&quot;_ob_use_harakiri&quot;:&quot;yes&quot;,&quot;_ob_harakiri_writing_mode&quot;:&quot;inherit&quot;,&quot;_ob_harakiri_text_clip&quot;:&quot;none&quot;,&quot;_ob_perspektive_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;}" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<p class="elementor-heading-title elementor-size-default">Aloha Web - Agence digitale <br>Auray, Morbihan<br>
📞 06 98 91 53 81<br>
💌 hello@alohaweb.fr</p>		</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-60a1f038" data-id="60a1f038" data-element_type="column" data-settings="{&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_column_has_pseudo&quot;:&quot;no&quot;}">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e9cbb01 elementor-view-stacked elementor-shape-square ob-has-background-overlay elementor-widget elementor-widget-icon" data-id="e9cbb01" data-element_type="widget" data-settings="{&quot;sticky&quot;:&quot;bottom&quot;,&quot;sticky_offset&quot;:30,&quot;sticky_effects_offset&quot;:7,&quot;_ob_perspektive_use&quot;:&quot;no&quot;,&quot;sticky_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;],&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
					<div class="elementor-icon-wrapper">
			<a class="elementor-icon" href="#top">
			<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Capa_1" x="0px" y="0px" width="284.929px" height="284.929px" viewbox="0 0 284.929 284.929" style="enable-background:new 0 0 284.929 284.929;" xml:space="preserve"><g>	<path d="M282.082,195.285L149.028,62.24c-1.901-1.903-4.088-2.856-6.562-2.856s-4.665,0.953-6.567,2.856L2.856,195.285   C0.95,197.191,0,199.378,0,201.853c0,2.474,0.953,4.664,2.856,6.566l14.272,14.271c1.903,1.903,4.093,2.854,6.567,2.854   c2.474,0,4.664-0.951,6.567-2.854l112.204-112.202l112.208,112.209c1.902,1.903,4.093,2.848,6.563,2.848   c2.478,0,4.668-0.951,6.57-2.848l14.274-14.277c1.902-1.902,2.847-4.093,2.847-6.566   C284.929,199.378,283.984,197.188,282.082,195.285z"></path></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g></svg>			</a>
		</div>
				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-4b2527fe" data-id="4b2527fe" data-element_type="column" data-settings="{&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_column_has_pseudo&quot;:&quot;no&quot;}">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-7fe7291f elementor-shape-circle e-grid-align-right e-grid-align-mobile-left elementor-grid-0 ob-has-background-overlay elementor-widget elementor-widget-social-icons" data-id="7fe7291f" data-element_type="widget" data-settings="{&quot;_ob_perspektive_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="social-icons.default">
				<div class="elementor-widget-container">
					<div class="elementor-social-icons-wrapper elementor-grid">
							<span class="elementor-grid-item">
					<a class="elementor-icon elementor-social-icon elementor-social-icon-Icone facebook elementor-repeater-item-8a3ea22" href="https://www.facebook.com/alohawebstudio" target="_blank">
						<span class="elementor-screen-only">Icone Facebook</span>
						<svg xmlns="http://www.w3.org/2000/svg" id="Bold" height="512" viewbox="0 0 24 24" width="512"><path d="m15.997 3.985h2.191v-3.816c-.378-.052-1.678-.169-3.192-.169-3.159 0-5.323 1.987-5.323 5.639v3.361h-3.486v4.266h3.486v10.734h4.274v-10.733h3.345l.531-4.266h-3.877v-2.939c.001-1.233.333-2.077 2.051-2.077z"></path></svg>					</a>
				</span>
							<span class="elementor-grid-item">
					<a class="elementor-icon elementor-social-icon elementor-social-icon-logo linkedin elementor-repeater-item-f660d89" href="https://www.linkedin.com/company/68492375" target="_blank">
						<span class="elementor-screen-only">Logo Linkedin</span>
						<svg xmlns="http://www.w3.org/2000/svg" id="Bold" height="512" viewbox="0 0 24 24" width="512"><path d="m23.994 24v-.001h.006v-8.802c0-4.306-.927-7.623-5.961-7.623-2.42 0-4.044 1.328-4.707 2.587h-.07v-2.185h-4.773v16.023h4.97v-7.934c0-2.089.396-4.109 2.983-4.109 2.549 0 2.587 2.384 2.587 4.243v7.801z"></path><path d="m.396 7.977h4.976v16.023h-4.976z"></path><path d="m2.882 0c-1.591 0-2.882 1.291-2.882 2.882s1.291 2.909 2.882 2.909 2.882-1.318 2.882-2.909c-.001-1.591-1.292-2.882-2.882-2.882z"></path></svg>					</a>
				</span>
					</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-53846b1c elementor-align-right elementor-mobile-align-left elementor-icon-list--layout-traditional elementor-list-item-link-full_width ob-has-background-overlay elementor-widget elementor-widget-icon-list" data-id="53846b1c" data-element_type="widget" data-settings="{&quot;_ob_perspektive_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
					<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
											<a href="https://alohaweb.fr/mentions-legales/">

											<span class="elementor-icon-list-text">Mentions légales</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://alohaweb.fr/politique-de-confidentialite/">

											<span class="elementor-icon-list-text">Politique de confidentialité</span>
											</a>
									</li>
						</ul>
				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		
<link rel='stylesheet' id='e-animations-css' href='https://alohaweb.fr/wp-content/plugins/elementor/assets/lib/animations/animations.min.css?ver=3.21.0' media='all' />
<script 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":"\/identification|\/(?:.+\/)?feed(?:\/(?:.+\/?)?)?$|\/(?:.+\/)?embed\/|\/(index\\.php\/)?wp\\-json(\/.*|$)|\/identification\/?|\/register\/?|\/registration_disabled\/?|\/postpass\/?|\/passwordless_autologin\/?|\/confirmaction\/?|\/confirm_admin_email\/?|\/wp-admin\/|\/logout\/|\/identification|\/refer\/|\/go\/|\/recommend\/|\/recommends\/","usesTrailingSlash":"1","imageExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif","fileExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|php|pdf|html|htm","siteUrl":"https:\/\/alohaweb.fr","onHoverDelay":"100","rateThrottle":"3"};
</script>
<script 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 data-minify="1" src="https://alohaweb.fr/wp-content/cache/min/1/wp-content/plugins/ooohboi-steroids-for-elementor/assets/js/ooohboi-steroids.js?ver=1713363099" id="ooohboi-steroids-js" defer></script>
<script src="https://alohaweb.fr/wp-content/plugins/elementor-pro/assets/lib/smartmenus/jquery.smartmenus.min.js?ver=1.2.1" id="smartmenus-js" defer></script>
<script src="https://alohaweb.fr/wp-content/plugins/elementor-pro/assets/js/webpack-pro.runtime.min.js?ver=3.21.0" id="elementor-pro-webpack-runtime-js" defer></script>
<script src="https://alohaweb.fr/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=3.21.0" id="elementor-webpack-runtime-js" defer></script>
<script src="https://alohaweb.fr/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=3.21.0" id="elementor-frontend-modules-js" defer></script>
<script src="https://alohaweb.fr/wp-includes/js/dist/vendor/wp-polyfill-inert.min.js?ver=3.1.2" id="wp-polyfill-inert-js" defer></script>
<script src="https://alohaweb.fr/wp-includes/js/dist/vendor/regenerator-runtime.min.js?ver=0.14.0" id="regenerator-runtime-js" defer></script>
<script src="https://alohaweb.fr/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0" id="wp-polyfill-js"></script>
<script src="https://alohaweb.fr/wp-includes/js/dist/hooks.min.js?ver=2810c76e705dd1a53b18" id="wp-hooks-js"></script>
<script src="https://alohaweb.fr/wp-includes/js/dist/i18n.min.js?ver=5e580eb46a90c2b997e6" id="wp-i18n-js"></script>
<script id="wp-i18n-js-after">
wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } );
</script>
<script id="elementor-pro-frontend-js-before">
var ElementorProFrontendConfig = {"ajaxurl":"https:\/\/alohaweb.fr\/wp-admin\/admin-ajax.php","nonce":"67cacdd0ba","urls":{"assets":"https:\/\/alohaweb.fr\/wp-content\/plugins\/elementor-pro\/assets\/","rest":"https:\/\/alohaweb.fr\/wp-json\/"},"shareButtonsNetworks":{"facebook":{"title":"Facebook","has_counter":true},"twitter":{"title":"Twitter"},"linkedin":{"title":"LinkedIn","has_counter":true},"pinterest":{"title":"Pinterest","has_counter":true},"reddit":{"title":"Reddit","has_counter":true},"vk":{"title":"VK","has_counter":true},"odnoklassniki":{"title":"OK","has_counter":true},"tumblr":{"title":"Tumblr"},"digg":{"title":"Digg"},"skype":{"title":"Skype"},"stumbleupon":{"title":"StumbleUpon","has_counter":true},"mix":{"title":"Mix"},"telegram":{"title":"Telegram"},"pocket":{"title":"Pocket","has_counter":true},"xing":{"title":"XING","has_counter":true},"whatsapp":{"title":"WhatsApp"},"email":{"title":"Email"},"print":{"title":"Print"},"x-twitter":{"title":"X"},"threads":{"title":"Threads"}},
"facebook_sdk":{"lang":"fr_FR","app_id":""},"lottie":{"defaultAnimationUrl":"https:\/\/alohaweb.fr\/wp-content\/plugins\/elementor-pro\/modules\/lottie\/assets\/animations\/default.json"}};
</script>
<script src="https://alohaweb.fr/wp-content/plugins/elementor-pro/assets/js/frontend.min.js?ver=3.21.0" id="elementor-pro-frontend-js" defer></script>
<script src="https://alohaweb.fr/wp-content/plugins/elementor/assets/lib/waypoints/waypoints.min.js?ver=4.0.2" id="elementor-waypoints-js" defer></script>
<script src="https://alohaweb.fr/wp-includes/js/jquery/ui/core.min.js?ver=1.13.2" id="jquery-ui-core-js" defer></script>
<script id="elementor-frontend-js-before">
var elementorFrontendConfig = {"environmentMode":{"edit":false,"wpPreview":false,"isScriptDebug":false},"i18n":{"shareOnFacebook":"Partager sur Facebook","shareOnTwitter":"Partager sur Twitter","pinIt":"L\u2019\u00e9pingler","download":"T\u00e9l\u00e9charger","downloadImage":"T\u00e9l\u00e9charger une image","fullscreen":"Plein \u00e9cran","zoom":"Zoom","share":"Partager","playVideo":"Lire la vid\u00e9o","previous":"Pr\u00e9c\u00e9dent","next":"Suivant","close":"Fermer","a11yCarouselWrapperAriaLabel":"Carousel | Scroll horizontal: Fl\u00e8che gauche & droite","a11yCarouselPrevSlideMessage":"Diapositive pr\u00e9c\u00e9dente","a11yCarouselNextSlideMessage":"Diapositive suivante","a11yCarouselFirstSlideMessage":"Ceci est la premi\u00e8re diapositive","a11yCarouselLastSlideMessage":"Ceci est la derni\u00e8re diapositive","a11yCarouselPaginationBulletMessage":"Aller \u00e0 la diapositive"},"is_rtl":false,"breakpoints":{"xs":0,"sm":480,"md":768,"lg":1025,"xl":1440,"xxl":1600},"responsive":{"breakpoints":{"mobile":{"label":"Portrait mobile","value":767,"default_value":767,"direction":"max","is_enabled":true},"mobile_extra":{"label":"Mobile Paysage","value":880,"default_value":880,"direction":"max","is_enabled":false},"tablet":{"label":"Tablette en mode portrait","value":1024,"default_value":1024,"direction":"max","is_enabled":true},"tablet_extra":{"label":"Tablette en mode paysage","value":1200,"default_value":1200,"direction":"max","is_enabled":false},"laptop":{"label":"Portable","value":1366,"default_value":1366,"direction":"max","is_enabled":false},"widescreen":{"label":"\u00c9cran large","value":2400,"default_value":2400,"direction":"min","is_enabled":false}}},
"version":"3.21.0","is_static":false,"experimentalFeatures":{"e_optimized_assets_loading":true,"e_font_icon_svg":true,"additional_custom_breakpoints":true,"e_swiper_latest":true,"container_grid":true,"theme_builder_v2":true,"home_screen":true,"ai-layout":true,"landing-pages":true,"form-submissions":true},"urls":{"assets":"https:\/\/alohaweb.fr\/wp-content\/plugins\/elementor\/assets\/"},"swiperClass":"swiper","settings":{"page":[],"editorPreferences":[]},"kit":{"active_breakpoints":["viewport_mobile","viewport_tablet"],"lightbox_title_src":"title","lightbox_description_src":"description"},"post":{"id":7,"title":"Agence%20web%20Auray%20%7C%20Aloha%20Web","excerpt":"","featuredImage":false}};
</script>
<script src="https://alohaweb.fr/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=3.21.0" id="elementor-frontend-js" defer></script>
<script id="elementor-frontend-js-after">window.addEventListener('DOMContentLoaded', function() {
"use strict";!function(e,t){e(t).on("elementor/frontend/init",(function(){var t,i=elementorModules.frontend.handlers.Base;t=i.extend({onInit:function(){i.prototype.onInit.apply(this,arguments),this.isHarakiri()&&(this.$element.addClass("ob-harakiri"),"clip"===this.getElementSettings("_ob_harakiri_text_clip")&&this.updateCSS("add"))},isHarakiri:function(){return"yes"===this.getElementSettings("_ob_use_harakiri")},onElementChange:function(e){"_ob_harakiri_writing_mode"===e&&("inherit"!==this.getElementSettings("_ob_harakiri_writing_mode")?this.$element.addClass("ob-harakiri"):this.$element.removeClass("ob-harakiri")),"_ob_harakiri_text_clip"===e&&("clip"===this.getElementSettings("_ob_harakiri_text_clip")?this.updateCSS("add"):""===this.getElementSettings("_ob_harakiri_text_clip")&&this.updateCSS("remove"))},updateCSS:function(e){"add"===e&&this.$element.find(".elementor-heading-title").css("background-clip","text").css("-webkit-text-fill-color","transparent"),"remove"===e&&this.$element.find(".elementor-heading-title").css("background-clip","unset").css("-webkit-text-fill-color","unset")}});var n={"heading.default":t,"text-editor.default":t};e.each(n,(function(e,t){elementorFrontend.hooks.addAction("frontend/element_ready/"+e,(function(e){elementorFrontend.elementsHandler.addHandler(t,{$element:e})}))}))}))}(jQuery,window);
"use strict";jQuery(window).on("elementor/frontend/init",(function(){var e;e=elementorModules.frontend.handlers.Base.extend({onInit:function(){elementorModules.frontend.handlers.Base.prototype.onInit.apply(this,arguments),this.isWidgetStalker()&&this.$element.addClass("ob-got-stalker")},isWidgetStalker:function(){return"yes"===this.getElementSettings("_ob_widget_stalker_use")},onElementChange:function(e){"_ob_widget_stalker_use"===e&&("yes"===this.getElementSettings("_ob_widget_stalker_use")?this.$element.addClass("ob-got-stalker"):this.$element.removeClass("ob-got-stalker"))}}),elementorFrontend.hooks.addAction("frontend/element_ready/widget",(function(t){elementorFrontend.elementsHandler.addHandler(e,{$element:t})}))}));
});</script>
<script src="https://alohaweb.fr/wp-content/plugins/elementor-pro/assets/js/elements-handlers.min.js?ver=3.21.0" id="pro-elements-handlers-js" defer></script>
<script src="https://alohaweb.fr/wp-content/plugins/elementor-pro/assets/lib/sticky/jquery.sticky.min.js?ver=3.21.0" id="e-sticky-js" defer></script>
<script src="https://alohaweb.fr/wp-includes/js/underscore.min.js?ver=1.13.4" id="underscore-js" defer></script>
<script id="wp-util-js-extra">
var _wpUtilSettings = {"ajax":{"url":"\/wp-admin\/admin-ajax.php"}};
</script>
<script src="https://alohaweb.fr/wp-includes/js/wp-util.min.js?ver=0cfebf" id="wp-util-js" defer></script>
<script id="wpforms-elementor-js-extra">
var wpformsElementorVars = {"captcha_provider":"recaptcha","recaptcha_type":"v2"};
</script>
<script src="https://alohaweb.fr/wp-content/plugins/wpforms-lite/assets/js/integrations/elementor/frontend.min.js?ver=1.8.7.2" id="wpforms-elementor-js" defer></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()}}}}}};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://alohaweb.fr/wp-content/plugins/wp-rocket/assets/js/lazyload/17.5/lazyload.min.js"></script>
<script>class RocketElementorAnimation{constructor(){this.deviceMode=document.createElement("span"),this.deviceMode.id="elementor-device-mode",this.deviceMode.setAttribute("class","elementor-screen-only"),document.body.appendChild(this.deviceMode)}_detectAnimations(){let t=getComputedStyle(this.deviceMode,":after").content.replace(/"/g,"");this.animationSettingKeys=this._listAnimationSettingsKeys(t),document.querySelectorAll(".elementor-invisible[data-settings]").forEach(t=>{const e=t.getBoundingClientRect();if(e.bottom>=0&&e.top<=window.innerHeight)try{this._animateElement(t)}catch(t){}})}_animateElement(t){const e=JSON.parse(t.dataset.settings),i=e._animation_delay||e.animation_delay||0,n=e[this.animationSettingKeys.find(t=>e[t])];if("none"===n)return void t.classList.remove("elementor-invisible");t.classList.remove(n),this.currentAnimation&&t.classList.remove(this.currentAnimation),this.currentAnimation=n;let s=setTimeout(()=>{t.classList.remove("elementor-invisible"),t.classList.add("animated",n),this._removeAnimationSettings(t,e)},i);window.addEventListener("rocket-startLoading",function(){clearTimeout(s)})}_listAnimationSettingsKeys(t="mobile"){const e=[""];switch(t){case"mobile":e.unshift("_mobile");case"tablet":e.unshift("_tablet");case"desktop":e.unshift("_desktop")}const i=[];return["animation","_animation"].forEach(t=>{e.forEach(e=>{i.push(t+e)})}),i}_removeAnimationSettings(t,e){this._listAnimationSettingsKeys().forEach(t=>delete e[t]),t.dataset.settings=JSON.stringify(e)}static run(){const t=new RocketElementorAnimation;requestAnimationFrame(t._detectAnimations.bind(t))}}document.addEventListener("DOMContentLoaded",RocketElementorAnimation.run);</script></body>
</html>

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