Outiref

Code source de l'URL : https://www.brioude-internet.fr/

<!DOCTYPE html>

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

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

	

	<meta name="viewport" content="width=device-width, initial-scale=1.0">

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

	<!-- This site is optimized with the Yoast SEO plugin v21.2 - https://yoast.com/wordpress/plugins/seo/ -->
	<title>Brioude Internet : les experts du référencement digital</title>
	<meta name="description" content="1ère agence de référencement en France. Un collectif d&#039;experts en SEO, SEA et marketing digital au service de vos résultats. Maintenant et pour longtemps." />
	<link rel="canonical" href="https://www.brioude-internet.fr/" />
	<meta property="og:locale" content="fr_FR" />
	<meta property="og:type" content="website" />
	<meta property="og:title" content="Brioude Internet : les experts du référencement digital" />
	<meta property="og:description" content="1ère agence de référencement en France. Un collectif d&#039;experts en SEO, SEA et marketing digital au service de vos résultats. Maintenant et pour longtemps." />
	<meta property="og:url" content="https://www.brioude-internet.fr/" />
	<meta property="og:site_name" content="Brioude Internet" />
	<meta property="article:publisher" content="https://fr-fr.facebook.com/BrioudeInternet/" />
	<meta property="article:modified_time" content="2024-03-08T14:39:59+00:00" />
	<meta property="og:image" content="https://www.brioude-internet.fr/wp-content/uploads/2024/03/galerie-photos-accueil-brioude-internet.jpg" />
	<meta property="og:image:width" content="2560" />
	<meta property="og:image:height" content="763" />
	<meta property="og:image:type" content="image/jpeg" />
	<meta name="twitter:card" content="summary_large_image" />
	<meta name="twitter:site" content="@brioudeinternet" />
	<script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"WebPage","@id":"https://www.brioude-internet.fr/","url":"https://www.brioude-internet.fr/","name":"Brioude Internet : les experts du référencement digital","isPartOf":{"@id":"https://www.brioude-internet.fr/#website"},"about":{"@id":"https://www.brioude-internet.fr/#organization"},"primaryImageOfPage":{"@id":"https://www.brioude-internet.fr/#primaryimage"},"image":{"@id":"https://www.brioude-internet.fr/#primaryimage"},"thumbnailUrl":"https://www.brioude-internet.fr/wp-content/uploads/2024/03/galerie-photos-accueil-brioude-internet.jpg","datePublished":"2022-04-25T09:09:03+00:00","dateModified":"2024-03-08T14:39:59+00:00","description":"1ère agence de référencement en France. Un collectif d'experts en SEO, SEA et marketing digital au service de vos résultats. Maintenant et pour longtemps.","breadcrumb":{"@id":"https://www.brioude-internet.fr/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https://www.brioude-internet.fr/"]}]},{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https://www.brioude-internet.fr/#primaryimage","url":"https://www.brioude-internet.fr/wp-content/uploads/2024/03/galerie-photos-accueil-brioude-internet.jpg","contentUrl":"https://www.brioude-internet.fr/wp-content/uploads/2024/03/galerie-photos-accueil-brioude-internet.jpg","width":2560,"height":763},{"@type":"BreadcrumbList","@id":"https://www.brioude-internet.fr/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"_start_span___item_home_span___end_span_"}]},{"@type":"WebSite","@id":"https://www.brioude-internet.fr/#website","url":"https://www.brioude-internet.fr/","name":"Brioude Internet","description":"L&#039;agence SEO &amp; Marketing Digital","publisher":{"@id":"https://www.brioude-internet.fr/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://www.brioude-internet.fr/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"fr-FR"},{"@type":"Organization","@id":"https://www.brioude-internet.fr/#organization","name":"Brioude Internet","url":"https://www.brioude-internet.fr/","logo":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https://www.brioude-internet.fr/#/schema/logo/image/","url":"https://www.brioude-internet.fr/wp-content/uploads/2022/05/logo.png","contentUrl":"https://www.brioude-internet.fr/wp-content/uploads/2022/05/logo.png","width":185,"height":68,"caption":"Brioude Internet"},"image":{"@id":"https://www.brioude-internet.fr/#/schema/logo/image/"},"sameAs":["https://fr-fr.facebook.com/BrioudeInternet/","https://twitter.com/brioudeinternet","https://fr.linkedin.com/company/brioude-internet-r-f-rencement","https://www.youtube.com/c/Brioude-internetFr"]}]}</script>
	<!-- / Yoast SEO plugin. -->



<link rel="alternate" type="application/rss+xml" title="Brioude Internet &raquo; Flux" href="https://www.brioude-internet.fr/feed/" />
<link rel="alternate" type="application/rss+xml" title="Brioude Internet &raquo; Flux des commentaires" href="https://www.brioude-internet.fr/comments/feed/" />
<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='wp-block-library-theme-inline-css'>
.wp-block-audio figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-audio figcaption{color:#ffffffa6}.wp-block-audio{margin:0 0 1em}.wp-block-code{border:1px solid #ccc;border-radius:4px;font-family:Menlo,Consolas,monaco,monospace;padding:.8em 1em}.wp-block-embed figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-embed figcaption{color:#ffffffa6}.wp-block-embed{margin:0 0 1em}.blocks-gallery-caption{color:#555;font-size:13px;text-align:center}.is-dark-theme .blocks-gallery-caption{color:#ffffffa6}.wp-block-image figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-image figcaption{color:#ffffffa6}.wp-block-image{margin:0 0 1em}.wp-block-pullquote{border-bottom:4px solid;border-top:4px solid;color:currentColor;margin-bottom:1.75em}.wp-block-pullquote cite,.wp-block-pullquote footer,.wp-block-pullquote__citation{color:currentColor;font-size:.8125em;font-style:normal;text-transform:uppercase}.wp-block-quote{border-left:.25em solid;margin:0 0 1.75em;padding-left:1em}.wp-block-quote cite,.wp-block-quote footer{color:currentColor;font-size:.8125em;font-style:normal;position:relative}.wp-block-quote.has-text-align-right{border-left:none;border-right:.25em solid;padding-left:0;padding-right:1em}.wp-block-quote.has-text-align-center{border:none;padding-left:0}.wp-block-quote.is-large,.wp-block-quote.is-style-large,.wp-block-quote.is-style-plain{border:none}.wp-block-search .wp-block-search__label{font-weight:700}.wp-block-search__button{border:1px solid #ccc;padding:.375em .625em}:where(.wp-block-group.has-background){padding:1.25em 2.375em}.wp-block-separator.has-css-opacity{opacity:.4}.wp-block-separator{border:none;border-bottom:2px solid;margin-left:auto;margin-right:auto}.wp-block-separator.has-alpha-channel-opacity{opacity:1}.wp-block-separator:not(.is-style-wide):not(.is-style-dots){width:100px}.wp-block-separator.has-background:not(.is-style-dots){border-bottom:none;height:1px}.wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots){height:2px}.wp-block-table{margin:0 0 1em}.wp-block-table td,.wp-block-table th{word-break:normal}.wp-block-table figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-table figcaption{color:#ffffffa6}.wp-block-video figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-video figcaption{color:#ffffffa6}.wp-block-video{margin:0 0 1em}.wp-block-template-part.has-background{margin-bottom:0;margin-top:0;padding:1.25em 2.375em}
</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 data-minify="1" rel='stylesheet' id='dashicons-css' href='https://www.brioude-internet.fr/wp-content/cache/min/1/wp-includes/css/dashicons.min.css?ver=1713776615' media='all' />
<link data-minify="1" rel='stylesheet' id='rmp-menu-styles-css' href='https://www.brioude-internet.fr/wp-content/cache/background-css/www.brioude-internet.fr/wp-content/cache/min/1/wp-content/uploads/rmp-menu/css/rmp-menu.css?ver=1713776615&wpr_t=1714055292' media='all' />
<link data-minify="1" rel='stylesheet' id='taxonomy-image-plugin-public-css' href='https://www.brioude-internet.fr/wp-content/cache/min/1/wp-content/plugins/taxonomy-images/css/style.css?ver=1713776615' media='screen' />
<link rel='stylesheet' id='cmplz-general-css' href='https://www.brioude-internet.fr/wp-content/plugins/complianz-gdpr-premium/assets/css/cookieblocker.min.css?ver=1713257764' media='all' />
<link data-minify="1" rel='stylesheet' id='megamenu-css' href='https://www.brioude-internet.fr/wp-content/cache/min/1/wp-content/uploads/maxmegamenu/style.css?ver=1713776615' media='all' />
<style id='rocket-lazyload-inline-css'>
.rll-youtube-player{position:relative;padding-bottom:56.23%;height:0;overflow:hidden;max-width:100%;}.rll-youtube-player:focus-within{outline: 2px solid currentColor;outline-offset: 5px;}.rll-youtube-player iframe{position:absolute;top:0;left:0;width:100%;height:100%;z-index:100;background:0 0}.rll-youtube-player img{bottom:0;display:block;left:0;margin:auto;max-width:100%;width:100%;position:absolute;right:0;top:0;border:none;height:auto;-webkit-transition:.4s all;-moz-transition:.4s all;transition:.4s all}.rll-youtube-player img:hover{-webkit-filter:brightness(75%)}.rll-youtube-player .play{height:100%;width:100%;left:0;top:0;position:absolute;background:var(--wpr-bg-49166a47-8a57-4ace-ae72-b7c41e759041) no-repeat center;background-color: transparent !important;cursor:pointer;border:none;}.wp-embed-responsive .wp-has-aspect-ratio .rll-youtube-player{position:absolute;padding-bottom:0;width:100%;height:100%;top:0;bottom:0;left:0;right:0}
</style>
<script type="rocketlazyloadscript" data-rocket-src="https://www.brioude-internet.fr/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-src="https://www.brioude-internet.fr/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js" defer></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://www.brioude-internet.fr/wp-content/cache/min/1/wp-content/themes/brioude/assets/js/bootstrap2022.js?ver=1713776614" id="brioude-bootstrap-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:\/\/www.brioude-internet.fr\/wp-admin\/admin-ajax.php","ajax_nonce":"d94b0222bd","flag_url":"https:\/\/www.brioude-internet.fr\/wp-content\/plugins\/mailin\/img\/flags\/"};
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://www.brioude-internet.fr/wp-content/cache/min/1/wp-content/plugins/mailin/js/mailin-front.js?ver=1713776614" id="sib-front-js-js" defer></script>
<link rel="https://api.w.org/" href="https://www.brioude-internet.fr/wp-json/" /><link rel="alternate" type="application/json" href="https://www.brioude-internet.fr/wp-json/wp/v2/pages/5" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.brioude-internet.fr/xmlrpc.php?rsd" />
<meta name="generator" content="WordPress 6.5.2" />
<link rel='shortlink' href='https://www.brioude-internet.fr/' />
<link rel="alternate" type="application/json+oembed" href="https://www.brioude-internet.fr/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.brioude-internet.fr%2F" />
<link rel="alternate" type="text/xml+oembed" href="https://www.brioude-internet.fr/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.brioude-internet.fr%2F&#038;format=xml" />
<style type='text/css'>#html_captcha_bir{position:relative;min-height:150px;margin-top:18px;}</style><script type="rocketlazyloadscript" data-rocket-type='text/javascript'>function validate_form_home(){return""==document.getElementById("TextBox_43737").value.trim()?(alert('Veuillez saisir une valeur pour le champ obligatoire "Société"'),!1):""==document.getElementById("TextBox_43738").value.trim()?(alert('Veuillez saisir une valeur pour le champ obligatoire "Nom"'),!1):""==document.getElementById("TextBox_43739").value.trim()?(alert('Veuillez saisir une valeur pour le champ obligatoire "Prénom"'),!1):""==document.getElementById("TextBox_43740").value.trim()?(alert('Veuillez saisir une valeur pour le champ obligatoire "Email"'),!1):""==document.getElementById("TextBox_43741").value.trim()?(alert('Veuillez saisir une valeur pour le champ obligatoire "Téléphone"'),!1):""==document.getElementById("TextBox_43742").value.trim()?(alert('Veuillez saisir une valeur pour le champ obligatoire "Site Web"'),!1):""==document.getElementById("TextArea_43743").value.trim()?(alert('Veuillez saisir une valeur pour le champ obligatoire "Message"'),!1):""!=document.getElementById("bircaptcha").value.trim()||(alert('Veuillez saisir une valeur pour le champ obligatoire "Code de l\'image"'),!1)}function validate_form_search(){return""==document.getElementById("TextBox_104290").value.trim()?(alert('Veuillez saisir une valeur pour le champ obligatoire "Société"'),!1):""==document.getElementById("TextBox_104291").value.trim()?(alert('Veuillez saisir une valeur pour le champ obligatoire "Nom"'),!1):""==document.getElementById("TextBox_104292").value.trim()?(alert('Veuillez saisir une valeur pour le champ obligatoire "Prénom"'),!1):""==document.getElementById("TextBox_104293").value.trim()?(alert('Veuillez saisir une valeur pour le champ obligatoire "Email"'),!1):""==document.getElementById("TextBox_104294").value.trim()?(alert('Veuillez saisir une valeur pour le champ obligatoire "Téléphone"'),!1):""==document.getElementById("TextBox_104295").value.trim()?(alert('Veuillez saisir une valeur pour le champ obligatoire "Site Web"'),!1):""!=document.getElementById("bircaptcha").value.trim()||(alert('Veuillez saisir une valeur pour le champ obligatoire "Code de l\'image"'),!1)}function validate_form_audit_big(){return""==document.getElementById("TextBox_104301").value.trim()?(alert('Veuillez saisir une valeur pour le champ obligatoire "Société"'),!1):""==document.getElementById("TextBox_104302").value.trim()?(alert('Veuillez saisir une valeur pour le champ obligatoire "Nom"'),!1):""==document.getElementById("TextBox_104303").value.trim()?(alert('Veuillez saisir une valeur pour le champ obligatoire "Prénom"'),!1):""==document.getElementById("TextBox_104304").value.trim()?(alert('Veuillez saisir une valeur pour le champ obligatoire "Email"'),!1):""==document.getElementById("TextBox_104305").value.trim()?(alert('Veuillez saisir une valeur pour le champ obligatoire "Téléphone"'),!1):""==document.getElementById("TextBox_104306").value.trim()?(alert('Veuillez saisir une valeur pour le champ obligatoire "Site Web"'),!1):""!=document.getElementById("bircaptcha").value.trim()||(alert('Veuillez saisir une valeur pour le champ obligatoire "Code de l\'image"'),!1)}function validate_form_offre_webinar(){return""==document.getElementById("TextBox_114535").value.trim()?(alert('Veuillez saisir une valeur pour le champ obligatoire "Société"'),!1):""==document.getElementById("TextBox_114536").value.trim()?(alert('Veuillez saisir une valeur pour le champ obligatoire "Nom"'),!1):""==document.getElementById("TextBox_114537").value.trim()?(alert('Veuillez saisir une valeur pour le champ obligatoire "Prénom"'),!1):""==document.getElementById("TextBox_114538").value.trim()?(alert('Veuillez saisir une valeur pour le champ obligatoire "Email"'),!1):""==document.getElementById("TextBox_114539").value.trim()?(alert('Veuillez saisir une valeur pour le champ obligatoire "Téléphone"'),!1):""==document.getElementById("TextBox_114530").value.trim()?(alert('Veuillez saisir une valeur pour le champ obligatoire "Site Web"'),!1):""!=document.getElementById("bircaptcha").value.trim()||(alert('Veuillez saisir une valeur pour le champ obligatoire "Code de l\'image"'),!1)}function validate_form_audit_seo_gratuit(){return""==document.getElementById("TextBox_53480").value.trim()?(alert('Veuillez saisir une valeur pour le champ obligatoire "Société"'),!1):""==document.getElementById("TextBox_53481").value.trim()?(alert('Veuillez saisir une valeur pour le champ obligatoire "Nom"'),!1):""==document.getElementById("TextBox_130807").value.trim()?(alert('Veuillez saisir une valeur pour le champ obligatoire "Prénom"'),!1):""==document.getElementById("TextBox_53482").value.trim()?(alert('Veuillez saisir une valeur pour le champ obligatoire "Email"'),!1):""==document.getElementById("TextBox_130808").value.trim()?(alert('Veuillez saisir une valeur pour le champ obligatoire "Téléphone"'),!1):""==document.getElementById("TextBox_130809").value.trim()?(alert('Veuillez saisir une valeur pour le champ obligatoire "Site Web"'),!1):""!=document.getElementById("bircaptcha").value.trim()||(alert('Veuillez saisir une valeur pour le champ obligatoire "Code de l\'image"'),!1)}</script><!-- HFCM by 99 Robots - Snippet # 1: Matomo Code -->
<!-- Matomo Tag Manager -->
<script type="rocketlazyloadscript">
var _mtm = window._mtm = window._mtm || [];
_mtm.push({'mtm.startTime': (new Date().getTime()), 'event': 'mtm.Start'});
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.async=true; g.src='https://www.brioude-internet.fr/matomo/js/container_I73oECEW.js'; s.parentNode.insertBefore(g,s);
</script>
<!-- End Matomo Tag Manager -->
<!-- /end HFCM by 99 Robots -->
<!-- HFCM by 99 Robots - Snippet # 2: GTM head -->
<!-- Google Tag Manager -->
<script>(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-5LFJQ3');</script>
<!-- End Google Tag Manager -->
<!-- /end HFCM by 99 Robots -->
<!-- HFCM by 99 Robots - Snippet # 3: GTM footer -->
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5LFJQ3"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<!-- /end HFCM by 99 Robots -->
			<style>.cmplz-hidden {
					display: none !important;
				}</style>
	<!-- Start of HubSpot Embed Code -->

	<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" id="hs-script-loader" async defer data-rocket-src="https://www.brioude-internet.fr/wp-content/cache/min/1/139750058.js?ver=1713776614"></script>

	<!-- End of HubSpot Embed Code -->

	<meta name="generator" content="Powered by WPBakery Page Builder - drag and drop page builder for WordPress."/>
		<style id="wp-custom-css">
			/*css fomulaire contact laber apparition */
.temps-2 {
  animation: delayedFadeIn 0.5s ease-in-out 0.5s forwards;
  opacity: 0;
}

.temps-3 {
  animation: delayedFadeIn 0.5s ease-in-out 1.5s forwards;
  opacity: 0;
}

.temps-4 {
  animation: delayedFadeIn 0.5s ease-in-out 2.5s forwards;
  opacity: 0;
}
.temps-5 {
  animation: delayedFadeIn 0.5s ease-in-out 3s forwards;
  opacity: 0;
}

@keyframes delayedFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.width_container-contact {
    max-width: 1200px !important;
    margin: 0 auto;
    padding-left: 0px;
    padding-right: 0px;
}

.background-contact{
	background-image: var(--wpr-bg-58efdd89-79bc-4e99-bb21-6b72e8e07284);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top 0 center;}
.backgroung-fomulaire-contact{
	background-image :none;
}

@media screen and (max-width: 990px) {
    .background-contact {
        background-image: none;  */
    }
	.backgroung-fomulaire-contact{
		background-image: var(--wpr-bg-ae4f400f-fd06-49b0-9b78-9c1bbcdf96d2);
		background-repeat: no-repeat;
   background-size: cover;
    background-position:top -20px right -50px;}
	
	.backgroung-contact-certification{
	background-color: #CD2828;
		}
}
p.accroche-contact{
	color: #fff !important;
	font-size: 1.1rem  !important;
	margin-top:2rem;
	margin-bottom:3rem;
	font-weight: 500 !important;
	line-height: 1.3rem !important;
}
.slogon-contact{    
	color: #fff !important;
	font-size: 1.5rem !important;
    line-height: 2.3rem !important;
	text-transform: uppercase;    
	font-weight: 700 !important;
	text-align:center;}


/*formualire  de conact principal*/
.label-form-contact-ar{  
	padding: 7px 7px 6px 13px;
	 color: #555555;
	}
.titre-page-contact{
	color:black;
}

/*consent Mode*/
.cmplz-soft-cookiewall 
{z-index: 119999 !important;
}

h1,h2
{font-weight:700!important;text-transform:uppercase!important
}
h1,h2,h3
{text-transform:uppercase!important
}

img.img_qualiopi
{width:auto!important;margin:20px 0!important;display:block!important;max-width:450px!important
}
.page_header_sticky header,header
{padding:5px 15px 0!important;max-width:1200px!important
}
header
{background-color:#fff;position:relative;z-index:99999
}
.page,span
{max-width:100%!important
}
.page_header_sticky header
{width:100%!important
}
.row.submenu
{border-bottom:1px solid #6161;padding-bottom:5px;margin:0 0 15px
}
.col-phone,.row.submenu #phone-number
{text-align:right
}
#Capa_1
{transform:scaleX(-1)
}
.div_menu .redirto.btn.btn-primary.calltoact.margincenter,.is_red,.liseret1.liseret.button_after_services button,.temoignages .owl-dot.active
{background-color:#cd2828
}
.div_menu .redirto.btn.btn-primary.calltoact.margincenter:hover,.liseret1.liseret.button_after_services button:hover
{background-color:#111
}
.div_menu .border_trait1.border_trait
{border:2px solid #cd2828!important;height:70%!important;left:-10px!important
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:after,#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:after
{content:"\f139";display:inline-block;font:inherit;font-family:dashicons;position:static;margin:0 6px 0 0;vertical-align:top;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:0 0;height:auto;width:auto;top:auto
}
h2,p
{line-height:1.3rem!important
}
div.divlist ul li,section.paragraphe2_sous_pages ul li
{list-style:none;width:46%;line-height:1.1rem;padding-bottom:1rem
}
#link-logo,#link-logo picture
{display:inline-block;width:100%;height:100%
}
#link-logo picture img
{max-width:none!important;width:80%!important
}
#form_home_page .liseret,.barres_temoignages ul,.div_menu .col-menu
{display:flex;justify-content:end
}
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout>ul.mega-sub-menu>li.mega-menu-item,#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item
{color:#161616;font-family:inherit;font-size:14px;display:block;clear:none;vertical-align:top;padding:4px 15px 5px
}
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus,#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover,#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:hover
{background:#f7f7f7;font-weight:400;text-decoration:none;color:#666
}
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item a
{line-height:35px;color:#161616!important
}
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout>ul.mega-sub-menu>li.mega-menu-item
{padding:4px 15px 5px
}
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu
{width:max-content!important;padding:20px!important;background-color:#fff!important;font-family:lato!important;font-size:14px!important;margin:0
}
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu,.page,.page_header,section.paragraphe4_sous_pages
{background-color:#fff
}
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link
{background:#fff;font-size:14px!important;color:#666
}
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link
{padding:0 15px;color:#212529
}
.liseret1.liseret.div_menu
{margin:0 0 0 15px!important
}
.liseret1.liseret.div_menu .redirto.btn.btn-primary.calltoact.margincenter
{padding:2px 18px!important
}
.dashicons-arrow-right::before
{content:"\f139";float:right;margin:0 0 0 6px;font-family:dashicons
}
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link,#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link
{border:0;width:fit-content
}
.phone_pc a
{font-weight:700;color:#616161
}
#form_brioude_div .p_form_rgpd,#section_h2_black h2,#section_h2_black h3,#section_h2_black h4,#section_h2_black h5,.is_black,.seo_liste_content h3,.seo_liste_content h4,.seo_liste_content h5,.seo_liste_content h6,h2,p,section.paragraphe_apres_etapes h2.is_black,section.paragraphe_sous_pages h2.is_black
{color:#161616!important
}
.page,.page_header
{min-height:1px;padding-bottom:20px
}
.page
{margin:0 auto;padding-left:0!important;padding-right:0!important;background:#f7f7f7;overflow-x:hidden
}
.liseret
{font-family:Montserrat;font-weight:700
}
.augmenter-la-visibilite-de-son-site-internet.paragraphe_sous_pages.paragraphe3_sous_pages ul li span,.p_form_rgpd
{font-weight:300!important
}
p
{font-size:1rem!important;font-family:Lato!important
}
h1,h2
{font-family:Montserrat!important
}
li
{color:#333!important
}
#form_brioude_div
{position:relative;top:-3rem
}
h1
{font-size:1.5rem!important;line-height:2.3rem!important
}
h2
{font-size:1.3rem!important
}
h3
{color:#cd2828;padding-top:.5rem;font-size:.85rem!important;line-height:.9rem!important;font-family:Lato!important
}
span
{font-family:lato!important;font-weight:400!important;line-height:1.3rem
}
#section_2_parties div.row,#section_2_parties_2 div.row,.width_container
{max-width:1200px!important;margin:0 auto;padding-left:15px;padding-right:15px
}
#slider_page_home .col-xl-6.relatived
{background-color:#cd2828!important;max-height:100%
}
#slider_page_home .home_seo_0
{margin:6rem 0!important;top:auto!important
}
#p_fil_d_ariane a,#p_fil_d_ariane span,#section_padding_bottom_6 .box_reded h2,#slider_page_home .home_seo_0 a,#slider_page_home .home_seo_0 h1,#slider_page_home .home_seo_0 p,#slider_page_home .home_seo_0 span,.box_reded a,.box_reded h2,.box_reded p,.box_reded span,.box_reded strong
{color:#fff!important
}
#slider_page_home .home_seo_0 .slogan
{font-size:1.3rem!important;font-weight:400!important
}
#slider_page_home .home_seo_0 p
{font-weight:300;font-family:lato;
}
.page-id-22216 #slider_page_home .home_seo_0 p{padding-bottom: 2rem;}
#slider_page_home .calltoact
{background-color:#fff;color:#cd2828;font-weight:bold;
}
#slider_page_home .home_seo_0 .liseret .border_trait
{position:absolute!important;border-color:#fff!important;width:100%!important;max-width:100%!important;right:10px!important;left:auto!important;top:-10px!important
}
#expertises_right button:hover,#slider_page_home button:hover
{color:#fff!important;background-color:#111!important;border-color:#111!important
}
#slider_page_home .liseret .calltoact:hover+.border_trait
{border:1px solid #000!important
}
#slider_page_home .liseret,.liseret1.liseret.button_after_services
{margin:0!important;max-width:fit-content!important;position:relative!important
}
.arc_cercle
{background-color:transparent!important;height:100%;width:4rem;width:4rem!important;position:absolute;top:0;right:-50px;border-radius:none;z-index:2;max-height:100%!important
}
#slider_page_accueil img,.icon_home_left
{width:100%!important;height:100%!important
}
.arc_cercle svg
{height:100%
}
.arc_cercle .st0
{fill:#cd2828;stroke: #cd2828;stroke: #cd2828!important;
}
#section_2_parties div.row .col-7,#section_2_parties_2 div.row .col-5,#section_before_services .blocked,#slider_page_accueil,.temoignages.owl-carousel.owl-loaded.owl-drag
{position:relative
}
#slider_page_accueil img
{position:absolute;max-height:100%!important;margin-left:20px;object-fit:cover
}
#slider_page_home .row.is_transparent.slider
{height:460px!important
}
.content section#section_before_services
{margin-bottom:0!important;max-width:100%;background-color:#fff
}
#section_before_services .mb-3
{margin-bottom:0!important;padding-left:15px
}
#section_before_services .figure_left
{max-width:75%!important;margin-bottom:0
}
.img-fluid.mt-xlg.lazy,footer,section.section_red
{max-width:100%!important
}
.page-id-5 .img-fluid.mt-xlg.lazy
{max-width:200%!important
}
#section_before_services .credit_video_photo
{position:absolute;left:30px;margin-top:7px;font-size:.8rem!important;font-style:normal;font-family:montserrat;width:100%
}
#section_before_services .cadre-photo-video
{box-shadow:none!important;margin:0
}
.section_before_services-block-text.col-xl-6
{position:absolute;right:0;top:27%;background-color:#f7f7f7;padding:3% 5%;border-radius:0 100px 0 0;z-index:1;width:60%!important;min-height:320px!important
}

.section_before_services-block-text .cta_titre_photo
{color:#cd2828!important;margin:1rem 0 25px!important
}
.section_before_services-block-text p
{color:#161616
}
section#section_before_services2
{margin-bottom:1rem!important;padding:200px 0 0;max-width:100%!important
}
#expertises_left h2
{margin-bottom:.5rem!important
}
#expertises_left span
{margin-bottom:1rem
}
#expertises_right
{display:flex;justify-content:end;align-items:center
}
#expertises_right span
{border:1px solid #cd2828
}
#expertises_right button,.formation#slider_page_home .col-xl-6.relatived,.home_top_right .barres_temoignages ul li.barre_active
{background-color:#cd2828!important
}
#section_before_services2 .calltoact
{margin-top:15px
}
#slogan_home
{margin-bottom:3rem;justify-content:space-between
}
#slogan_home .cls-1
{fill:#1d1d1b
}
#slogan_home_left,#slogan_home_right
{position:relative!important;height:fit-content
}
#slogan_home_left
{margin-top:2%
}
#slogan-alternatif-home
{font-size:calc(1.5rem *1.45);font-family:montserrat;font-weight:700;color:#161616
}
#slogan_home_right
{margin-top:4%
}
#section_home_services .calltoact,.section_red .calltoact
{width:calc(100% - 30px);text-align:center;bottom:.5rem!important;padding-left:28px!important;text-decoration:underline!important
}
#service_grid
{justify-content:center!important;display:flex;flex-wrap:wrap;margin-bottom:200px
}
section.section_red .home_top_2_relative
{padding:28px 30px!important;margin:23px!important;border-radius:0 50px 0 0!important;border:0!important;background-color:transparent!important;width:285px;min-height:295px
}
.icon_home_left
{position:absolute;left:0!important;top:0!important;display:flex;flex-direction:column;align-items:center;justify-content:space-evenly;z-index:2;border-radius:0 50px 0 0!important;background:#cd2828!important
}
.icon_ads,.icon_conseil_webmarketing,.icon_formation,.icon_redaction,.icon_seo
{height:100px!important;margin:12px auto;background-image:none!important;background-size:90%!important;background-repeat:no-repeat!important;background-position:center!important;display:block
}
.icon_ads,.icon_redaction,.icon_seo
{width:120px!important
}
.icon_formation
{width:130px!important
}
.icon_conseil_webmarketing
{width:160px!important
}
.bolded.h2_coled
{text-align:center;padding:5px
}
.h2_coled .slider_a
{color:#fff;text-align:center
}
section.section_red .home_top_2_relative:hover
{background-color:#fff!important;transition-duration:0s!important;border-radius:0 50px 0 0!important
}
#form_home_page .mb-3.col-xl-6 .mb-3 input,#form_home_page textarea,#section_home_services .slider,.home_top_right .barres_temoignages ul li,.referencer-son-site-sur-les-moteurs-de-recherche.paragraphe_sous_pages.paragraphe4_sous_pages.row,.section_temoignages .slider,section.section-red .card_sans_lien:hover
{background-color:transparent!important
}
#section_2_parties div.row .col-5 figure figcaption,.hidden_phone.bgtestimonial,section.section_red .home_top_2_relative:hover .icon_home_left
{display:none
}
section.section_red .home_top_2_relative:hover polygon
{fill:red
}
section.paragraphe_sous_pages.paragraphe1_sous_pages,section.paragraphe_sous_pages.paragraphe1_sous_pages ul,section.section_temoignages
{margin-bottom:0!important
}
.content section.section_temoignages
{background-color:#fff!important;border-radius:0;margin-bottom:0!important;padding:100px 0 60px
}
.texte_services2
{display:block;color:#161616!important;font-family:lato;text-align:center
}
.texte_services2 p
{line-height:22px
}
.row_temoignages
{max-width:100%!important;margin:0 auto;position:relative
}
.container_temoignages .home_top_lef
{margin-bottom:70px!important
}
.titre_red.text-title.is_title
{color:#cd2828!important;font-weight:400!important
}
.titre_red.text-title.is_title span
{white-space:nowrap;display:inline
}
.p_left_temoignages
{margin-top:1rem!important;line-height:23px
}
.container_temoignages .d-xl-flex
{align-items:baseline
}
.home_top_left picture
{width:fit-content
}
.container_temoignages .home_top_left div.gmb
{position:relative;left:auto;bottom:auto!important
}
.temoignages_note
{color:#262626!important;left:0!important;top:auto!important;width:fit-content!important;font-family:lato;font-size:1.3rem
}

.container_temoignages #slider
{position: relative;
    top: -9rem;
}
.page-template-page-accueil section.section_temoignages .col-xl-12{padding-top:6rem;}
.container_temoignages listitem.owl-item
{padding:50px 0 0
}
.testimonials
{position:relative!important;background-color:#f7f7f7!important;border-radius:0 100px 0 0!important;z-index:1;padding:7%!important;width:85%!important;right:auto!important;top:auto!important;left:auto!important;height:fit-content!important
}
.testimonials_title
{margin-left:40px;font-size:1.3rem!important;text-transform:uppercase;font-family:montserrat;margin-bottom:15px!important;line-height:25px;position:relative
}
.testimonials_title::before
{content:"";width:120px;height:120px;background-image:var(--wpr-bg-97478a26-a800-42e8-b700-d80a1ac9777e);background-size:contain;background-position:left;position:absolute;display:inline-block;background-repeat:no-repeat;bottom:0;z-index:9999999!important;right:105%
}
.testimonials .col-xl-8
{width:100%;margin-bottom:5px
}
.testimonials_img
{height:40%!important;max-width:auto!important
}
.testimonials_img img
{width:100%!important;height:auto!important
}
.barres_temoignages
{width:40%
}
.home_top_right .barres_temoignages ul li
{display:inline-block;vertical-align:top;width:15px!important;height:15px;margin-right:8px;border:3px solid #cd2828;border-radius:100%!important
}
#form_home_page button:hover,.page .content,section.paragraphe2_apres_etapes
{background-color:#fff!important
}
.temoignages.owl-carousel .owl-stage
{margin-left:38px
}
.temoignages.owl-carousel .owl-dots
{display:flex;width:100%;justify-content:end
}
.temoignages .owl-dot
{border:2px solid #cd2828!important;height:10px;width:10px;border-radius:100%;margin:3px
}
#form_home_page
{background-color:#161616;padding:50px 0;margin-bottom:0!important
}
#form_home_page span.nos_agences_title
{font-weight:700!important;line-height:2.5rem
}
#form_home_page ::placeholder
{color:#fff
}
#form_home_page .form_brioude
{color:#fff;margin:auto!important
}
#form_home_page .col-xl-12.mb-5
{font-size:1.5rem;font-family:Montserrat
}
#form_home_page textarea
{box-shadow:0 0 10px 0 #161616!important;border-radius:0
}
#form_home_page .mb-3.col-xl-6 .mb-3 input
{border:0 solid #ffffff7a;border-bottom:1px solid #fff;box-shadow:0 0 10px 0 #161616!important;border-radius:0
}
#form_home_page .left-form
{padding-right:30px;height:450px;display:flex;flex-direction:column;justify-content:space-between
}
#form_home_page .right-form
{display:flex;justify-content:end;flex-direction:column;padding-left:15px;align-items:end
}
#form_home_page .right-form .message
{height:100%;width:100%
}
#form_home_page .right-form .message textarea
{height:337px!important
}
#form_home_page .liseret button
{border-radius:7px;padding:5px 10px!important;font-size:.9rem
}
#form_home_page .liseret span
{left:auto;width:100%;max-width:100%;right:20px;height:2.5rem
}
#form_home_page button:hover
{color:#161616!important;border-color:#111!important
}
#form_home_page .liseret .calltoact:hover+.border_trait
{border:1px solid #fff!important
}
.p_form_rgpd
{font-size:.85rem!important;height:45px!important;overflow-y:scroll!important;color:#fff!important;font-style:normal!important
}
.footer_two .footer_title,.is_bold,.levier
{font-weight:700!important
}
.footer-section
{background-color:#fff;padding:35px 0;margin-bottom:0!important;padding-bottom:0!important
}
.col_footer_one
{margin-top:50px auto!important
}
footer h2
{font-size:1.3rem!important;line-height:1.6rem!important
}
footer .span_footer_small
{font-family:Lato;font-size:1rem!important;line-height:1.3rem;margin-top:20px!important;color:#262626;font-weight:300
}
.a_localisation_footer
{color:#cd2828!important;font-family:Montserrat
}
footer .liseret
{width:fit-content;height:fit-content!important
}
footer .footer_social,img.img_choose
{height:auto!important
}
footer .liseret button.calltoact
{font-size:.7rem!important;border-radius:6px
}
footer .liseret1 .border_trait1
{height:100%!important;width:100%!important;max-width:100%!important;left:-.7rem!important;border:2px solid #e1001e!important;border-radius:6px
}
footer .footer_location:first-child,footer .footer_location:nth-child(2),footer .liens_utiles_one
{border-right:1px solid #e1e1e1
}
.footer_locations
{display:flex;justify-content:space-between;padding:11px
}
footer .footer_location
{padding:50px 20px 50px 20px;margin-bottom:50px
}
footer .footer_location:first-child
{padding-left:0
}
.footer_location:nth-child(3)
{padding-right:0;width:fit-content
}
footer .a_localisation_footer
{text-transform:uppercase!important;font-size:1rem!important;line-height:1.1rem!important;position:relative!important;display:block!important
}
footer div.footer_two
{background-color:#f7f7f8
}
footer div.footer_two picture img
{margin-top:30px
}
footer div.footer_two .footer_social picture img
{margin-top:0
}
.footer_two .footer_title
{font-family:montserrat!important;font-size:1rem;margin-top:30px!important
}
.footer_two .col_footer_one
{max-width:85%;margin-top:50px
}
footer .div_newsletter
{width:100%;max-width:100%;margin-top:20px;display:flex
}
.footer_two .col_footer_one p
{font-weight:300;font-size:.9rem!important;margin-bottom:0;padding-top:10px
}
footer .submit_newsletter
{max-width:100%;width:100%
}
footer span#submit_newsletter
{position:relative!important;right:auto
}
.liens-utiles
{padding:0 150px!important
}
footer .row.footer_col_socials_row
{display:flex!important;margin:40px auto -10px
}
footer .row.footer_col_socials_row div
{width:fit-content;padding:0 5px 0 0
}
footer .footer_col_socials_row a
{margin:0!important;display:flex;align-items:center;justify-content:center
}
.footer_social_icon #Layer_1
{width:30px;height:30px
}
footer .liens_utiles_one
{width:50%;padding-right:30px
}
footer .liens_utiles_two
{padding-left:30px
}
footer ul,footer ul li
{margin:5px;font-weight:lighter;line-height:1.15rem
}
footer ul li a
{font-size:.8rem!important
}
.footer_socials
{justify-content:center
}
.footer_copyright .grey a,.row.footer_copyright p,.row.footer_copyright p span
{font-weight:200!important;font-size:.8rem!important;line-height:.8rem!important;padding-top:30px;color:#787878!important
}
img.img_choose
{width:100%!important;position:relative!important;top:0!important
}
section.section-red
{margin:7rem auto 3rem!important
}
section.section-red .width_container .vos-besoin-cards
{padding:0 15px;width:100%;margin:auto;position:relative
}
.width_container #card-active.vos-besoin-card
{border-left:3px solid #cd2828;margin-left:-13px;z-index:1
}
.width_container .vos-besoin-card
{border-left:1px solid #5555
}
section.section-ren .width_container .vos-besoin-card div.row
{margin:auto;padding:0;display:flex;align-items:center;justify-content:space-between
}
section.section-red .width_container .vos-besoin-card div div
{width:100%;height:fit-content!important
}
section.section-red .width_container .vos-besoin-card .leviers
{padding:0 10% 0 5%;position:absolute;width:58.33333333%;right:0;top:0
}
section.section-red .width_container .vos-besoin-card#card-active .leviers
{opacity:1!important
}
.liseret1.liseret.button_after_services,section#section_before_services .width_container div.liseret1.liseret.button_after_services,section.section-red .width_container .vos-besoin-card .leviers .liseret
{margin-top:2rem!important;margin-bottom:1rem!important;width:100%;height:fit-content!important;float:right
}
section#section_before_services .liseret button,section.section-red .width_container .vos-besoin-card .leviers .liseret a
{text-decoration:none;color:#fff
}
section#section_before_services .liseret button,section.section-red .width_container .vos-besoin-card .leviers .liseret button
{padding:.375rem .75rem!important
}
.leviers li
{color:#161616;font-size:1rem
}
section.section-red .width_container .vos-besoin-card#card-active h2.bolded.h2_coled
{color:#cd2828!important;font-weight:700!important;text-transform:uppercase!important;font-size:1rem!important
}
section.section-red .width_container .vos-besoin-card#card-active h2.bolded.h2_coled:after
{content:"\f139";font-family:dashicons;position:relative;display:inline-block;font-size:1.2rem
}
section.section-red .bolded.h2_coled
{text-align:left;padding:0;margin:20px 0;font-size:1rem!important;font-family:Lato!important;font-weight:400!important;text-transform:none!important;width:41.66666667%;cursor:pointer
}
section.section-red .redirto.tag_lexique
{background-color:#cd2828;color:#fff;margin:-2px 5px 7px
}
#btn_vos_besoins
{position:relative;bottom:0;top:auto!important
}
.levier
{width:fit-content;color:#161616
}
.levier,section.section-red .redirto.tag_lexique
{font-size:1rem!important
}
section.section-red .width_container .vos-besoin-card#card-active g
{display:none!important
}
section.section-red .width_container .vos-besoin-card svg
{height:15px;stroke-width:2px
}
.liseret1.liseret.button_after_services button:hover+.border_trait
{border:1px solid #111!important
}
.liseret1.liseret.button_after_services span,section#section_before_services .liseret span
{position:absolute!important;width:100%!important;max-width:100%!important;right:10px!important;left:auto!important;top:-10px!important;border:1px solid #cd2828!important;height:100%!important
}
.section_toutes_nos_expertises
{background-color:#fff;margin-bottom:0!important;padding:7rem 0
}
.section_toutes_nos_expertises .width_container
{max-width:1200px!important;padding-left:15px;padding-right:15px
}
.section_toutes_nos_expertises .grid_container
{display:grid;grid-template-columns:auto auto auto auto auto;margin:auto;width:100%
}
.section_toutes_nos_expertises .grid_item
{border-left:2.5px solid #cd2828;width:180px!important;margin:18px 0;padding:0 0 5px 20px
}
.section_toutes_nos_expertises h2
{font-family:Lato!important;font-size:1rem!important;font-weight:400!important
}
.section_toutes_nos_expertises p
{margin-bottom:0!important;font-size:1rem!important;font-weight:200;margin-top:-5px!important
}
section.paragraphe_apres_etapes,section.paragraphe_sous_pages
{padding:4rem 0;margin:0!important;background: #f0e7df;}
section.paragraphe_apres_etapes h2,section.paragraphe_sous_pages h2
{line-height:1.5rem!important;color:#1c1c1c!important
}
section.paragraphe1_apres_etapes img
{padding-bottom:1rem!important;width:100%;height:100%;object-fit:cover;object-position:center
}
section.paragraphe2_apres_etapes h2,section.paragraphe_sous_pages.paragraphe1_sous_pages h2
{padding-bottom:5px!important;text-align:center;color: #161616!important;
}
.is_centered,div.li_horrizontal span
{text-align:center!important
}
div.horrizontalDiv
{justify-content:center!important;display:flex;flex-wrap:wrap
}
div.li_horrizontal
{padding:20px;font-size:30px;width:33.33333%;text-align:left;
}
div.li_horrizontal span
{font-size:1.1rem;font-weight:600!important;width:100%!important;display:inline-block
}
div.img_div
{display:flex;align-items:center;justify-content:center
}
div.li_horrizontal img
{width:80px;
	height:auto;
}
section.paragraphe2_sous_pages,section.paragraphe_sous_pages.paragraphe1_sous_pages
{padding-bottom:0!important
}
section.paragraphe_sous_pages.paragraphe1_sous_pages h2
{text-align:left
}
section.paragraphe1_sous_pages p:last-child
{margin-bottom:0!important;padding-bottom:4rem
}
.augmenter-la-visibilite-de-son-site-internet.paragraphe_sous_pages.paragraphe3_sous_pages ul li
{list-style:none;position:relative;width:33.33333%;padding-top:7px;margin:25px 0!important
}
section.paragraphe_sous_pages.paragraphe1_sous_pages ul li
{font-weight:300;list-style:none;position:relative;width:21%;padding-top:7px;margin-top:5px!important
}
.augmenter-la-visibilite-de-son-site-internet.paragraphe_sous_pages.paragraphe3_sous_pages ul,div.divlist ul,section.paragraphe2_sous_pages ul,section.paragraphe_sous_pages.paragraphe1_sous_pages ul
{padding:0!important;display:flex!important;justify-content:space-between!important;flex-wrap:wrap!important
}
.comment-augmenter-ses-ventes-en-ligne.paragraphe_sous_pages.paragraphe2_sous_pages,.comment-generer-du-trafic-sur-son-site-internet.paragraphe2_sous_pages,.generer-des-leads-qualifies.paragraphe_sous_pages.paragraphe2_sous_pages
{padding-top:0!important
}
.comment-faire-connaitre-son-site-internet.paragraphe2_sous_pages div.li_horrizontal
{width:25%
}
section.paragraphe2_sous_pages ul li
{font-weight:300;position:relative;padding-top:1rem;margin-top:.5rem;margin-bottom:1rem;font-size:1rem
}
.augmenter-la-visibilite-de-son-site-internet.paragraphe_sous_pages.paragraphe3_sous_pages ul li:before,div.divlist ul li:before,section.paragraphe2_sous_pages ul li:before,section.paragraphe_sous_pages.paragraphe1_sous_pages ul li:before
{content:"";background-color:#cd2828;width:15%;display:inline-block;height:2px;position:absolute;top:0
}
section.sous_pages div.li_horrizontal img
{width:60px
}
div.divlist ul li
{font-weight:300;position:relative;padding-top:5px;margin-top:5px!important;font-size:1rem
}
.comment-augmenter-ses-ventes-en-ligne.paragraphe_sous_pages.paragraphe3_sous_pages h2,.comment-faire-connaitre-son-site-internet.paragraphe3_sous_pages h2,.generer-des-leads-qualifies.paragraphe_sous_pages.paragraphe3_sous_pages h2,.referencer-son-site-sur-les-moteurs-de-recherche.paragraphe3_sous_pages h2
{text-align:left!important
}
.comment-augmenter-ses-ventes-en-ligne.paragraphe3_sous_pages .width_container,.generer-des-leads-qualifies.paragraphe_sous_pages.paragraphe3_sous_pages .width_container,.referencer-son-site-sur-les-moteurs-de-recherche.paragraphe_sous_pages.paragraphe3_sous_pages .width_container
{column-count:2;column-gap:60px;max-height:320px
}
.referencer-son-site-sur-les-moteurs-de-recherche.paragraphe_sous_pages.paragraphe3_sous_pages .width_container h3
{white-space:nowrap
}
.comment-generer-du-trafic-sur-son-site-internet.paragraphe_sous_pages.paragraphe3_sous_pages
{padding-top:22rem!important
}
.comment-augmenter-ses-ventes-en-ligne.paragraphe_sous_pages.paragraphe3_sous_pages
{padding-top:16rem!important
}
.generer-des-leads-qualifies.paragraphe_sous_pages.paragraphe3_sous_pages
{padding-top:16rem!important
}
.paragraphe3_sous_pages
{padding-top:14.5rem!important
}
section.paragraphe_sous_pages.paragraphe3_sous_pages .paragraphe3-sous-titre,section.paragraphe_sous_pages.paragraphe3_sous_pages h2
{text-align:center
}
.paragraphe3_sous_pages .d-block.d-xl-flex.justify-content-between
{width:100%
}
.augmenter-la-visibilite-de-son-site-internet.paragraphe2_sous_pages div.horrizontalDiv,.comment-faire-connaitre-son-site-internet.paragraphe_sous_pages.paragraphe2_sous_pages div.horrizontalDiv,.paragraphe3_sous_pages div.horrizontalDiv
{justify-content:center!important;display:flex;flex-wrap:nowrap!important;justify-content:space-between;position:relative;margin-bottom:0!important
}
.augmenter-la-visibilite-de-son-site-internet.paragraphe2_sous_pages div.horrizontalDiv div.li_horrizontal,.comment-faire-connaitre-son-site-internet.paragraphe_sous_pages.paragraphe2_sous_pages div.horrizontalDiv div.li_horrizontal,.paragraphe3_sous_pages div.horrizontalDiv div.li_horrizontal
{padding:20px 0!important
}
.augmenter-la-visibilite-de-son-site-internet.paragraphe2_sous_pages div.horrizontalDiv div.li_horrizontal h3,.comment-definir-une-strategie-digitale.paragraphe3_sous_pages div.horrizontalDiv div.li_horrizontal h3,.comment-faire-connaitre-son-site-internet.paragraphe_sous_pages.paragraphe2_sous_pages div.horrizontalDiv div.li_horrizontal h3,.comment-generer-du-trafic-sur-son-site-internet.paragraphe3_sous_pages div.horrizontalDiv div.li_horrizontal h3,.refondre-son-site-internet.paragraphe3_sous_pages div.horrizontalDiv div.li_horrizontal h3
{color:#333!important;text-transform:none!important;border-bottom:1px solid #333;padding:10px!important;font-size:1rem!important;text-align:center;transition:.5s ease-in;white-space:nowrap
}
.augmenter-la-visibilite-de-son-site-internet.paragraphe2_sous_pages div.li_horrizontal#title-active .paragrapheHidden,.comment-faire-connaitre-son-site-internet.paragraphe_sous_pages.paragraphe2_sous_pages div.li_horrizontal#title-active .paragrapheHidden,.paragraphe3_sous_pages div.horrizontalDiv div.li_horrizontal#title-active .paragrapheHidden
{opacity:1;position:absolute;transition:.5s ease-in
}
.augmenter-la-visibilite-de-son-site-internet.paragraphe2_sous_pages div#title-active.li_horrizontal h3,.comment-faire-connaitre-son-site-internet.paragraphe_sous_pages.paragraphe2_sous_pages div#title-active.li_horrizontal h3,.paragraphe3_sous_pages div.horrizontalDiv div#title-active.li_horrizontal h3
{border-bottom:2px solid #cd2828;color:#cd2828!important
}
.augmenter-la-visibilite-de-son-site-internet.paragraphe2_sous_pages div.horrizontalDiv div.li_horrizontal .paragrapheHidden a,.comment-faire-connaitre-son-site-internet.paragraphe_sous_pages.paragraphe2_sous_pages .paragrapheHidden a,.paragraphe3_sous_pages div.horrizontalDiv div.li_horrizontal .paragrapheHidden a
{color:#fff!important;text-decoration:none
}
.augmenter-la-visibilite-de-son-site-internet.paragraphe2_sous_pages img,.comment-faire-connaitre-son-site-internet.paragraphe_sous_pages.paragraphe2_sous_pages div.li_horrizontal img,.paragraphe3_sous_pages div.li_horrizontal img
{width:100%;height:100%;object-fit:cover;object-position:center
}
.augmenter-la-visibilite-de-son-site-internet.paragraphe2_sous_pages div.horrizontalDiv .paragrapheHidden,.comment-faire-connaitre-son-site-internet.paragraphe_sous_pages.paragraphe2_sous_pages div.horrizontalDiv .paragrapheHidden,.paragraphe3_sous_pages div.horrizontalDiv .paragrapheHidden
{opacity:0;left:0;position:absolute;padding:35px 0
}
.referencer-son-site-sur-les-moteurs-de-recherche.paragraphe_sous_pages.paragraphe3_sous_pages
{background-color:#fff;padding-top:4rem!important
}
.comment-augmenter-ses-ventes-en-ligne.paragraphe4_sous_pages img.paragraphe4_sous_pages.row .row img,.comment-generer-du-trafic-sur-son-site-internet.paragraphe4_sous_pages img,.generer-des-leads-qualifies.paragraphe4_sous_pages.row .row img,.paragraphe5_sous_pages .row img,.referencer-son-site-sur-les-moteurs-de-recherche.paragraphe_sous_pages.paragraphe4_sous_pages.row .row img
{width:100%;height:100%;object-fit:cover;object-position:right
}
.comment-augmenter-ses-ventes-en-ligne.paragraphe4_sous_pages .row,.comment-faire-connaitre-son-site-internet.paragraphe3_sous_pages .row,.comment-generer-du-trafic-sur-son-site-internet.paragraphe4_sous_pages .row,.convertir-ses-visiteurs-en-clients.paragraphe3_sous_pages .row,.generer-des-leads-qualifies.paragraphe4_sous_pages.row .row,.paragraphe5_sous_pages .row,.referencer-son-site-sur-les-moteurs-de-recherche.paragraphe_sous_pages.paragraphe4_sous_pages.row .row
{display:grid;grid-template-columns:50% 50%
}
.referencer-son-site-sur-les-moteurs-de-recherche.paragraphe_sous_pages.paragraphe5_sous_pages
{padding-top:6rem!important
}
.comment-faire-connaitre-son-site-internet_url_btn.d-xl-flex.justify-content-center.aling-items-center.d-none.pt-3
{border:none;background-color:transparent!important;padding:0 5rem 5rem!important
}
.convertir-ses-visiteurs-en-clients.paragraphe_sous_pages.paragraphe3_sous_pages
{padding-top:5rem!important;background-color:#fff
}
.convertir-ses-visiteurs-en-clients.paragraphe_sous_pages.paragraphe2_sous_pages .horrizontalDiv.d-xl-flex
{display:grid!important;grid-template-columns:auto auto auto!important;margin:auto!important;width:100%!important
}
.convertir-ses-visiteurs-en-clients.paragraphe_sous_pages.paragraphe2_sous_pages .horrizontalDiv .li_horrizontal
{width:auto!important;padding:0 0 0 7px!important;margin:15px!important
}
.convertir-ses-visiteurs-en-clients.paragraphe_sous_pages.paragraphe2_sous_pages .horrizontalDiv .li_horrizontal h3:before
{content:"";width:20%;height:2px;background-color:#cd2828;position:absolute;top:0
}
.convertir-ses-visiteurs-en-clients.paragraphe_sous_pages.paragraphe2_sous_pages .horrizontalDiv .li_horrizontal h3
{padding-top:8px;position:relative;color:#333;font-family:Montserrat!important
}
.convertir-ses-visiteurs-en-clients.paragraphe_sous_pages.paragraphe2_sous_pages .horrizontalDiv .li_horrizontal p
{font-weight:33;margin:0!important;padding-bottom:8px
}
.formation h2
{color:#161616!important
}
section.formation#section_before_services2
{padding:20px 0 0
}
.formation #service_grid .icon_home_left h2
{text-align:center;padding:1rem;line-height:2rem!important
}
.backtotop span
{line-height:48px
}
span.link_lexique
{text-decoration:underline;cursor:pointer;display:inline!important
}
.vos-besoin-card,a,li
{color:#787878
}
.paragrapheHidden ul li
{margin-bottom:2rem
}
#centerbutton
{width:95%;margin:3rem auto;max-width:315px
}
#section_liste_agences .col-md-9
{display:inline-block;vertical-align:middle;width:75%
}
#section_liste_agences .col-md-2
{display:inline-block;vertical-align:middle;width:16.66666%
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:after,#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:after
{color:transparent!important
}
#section_before_services2 .img-fluid.mt-xlg.lazy
{max-width:105%!important
}
#section_before_services2 .section_before_services-block-text.col-xl-6
{top:11%
}
#section_before_services2 .cadre-photo-video
{box-shadow:none!important
}
#section_before_services2 .figure_left
{max-width:75%!important
}
#section_nos_services2
{background:#f0e7df;padding:2rem 0 0
}
#section_nos_services2 #service_grid
{margin-bottom:0
}
.border_red_left
{border-left:1px solid #e1001e;padding-left:1rem
}
#section_padding_bottom_6 h2
{color:#161616!important;text-align:left;line-height:1.7rem!important;margin-bottom:1.2rem
}
.trait_top_h
{display:block;border-top:1px solid #cd2828;max-width:141px;margin-bottom:1.5rem
}
#section_padding_bottom_6 .col-xl-6
{max-width:40%
}
#section_padding_bottom_6 .para_6_1
{margin-left:8%
}
#section_padding_bottom_6 .para_6_2
{margin-left:5%
}
.box_reded
{background:#cd2828;color:#fff!important;padding:3rem;border-radius:0 5rem 0 0
}
#section_padding_bottom_0
{background:#f0e7df;padding-top:1rem!important;min-height:2rem;position:relative;padding-left:1rem;padding-right:1rem;padding-bottom:0
}
#section_h2_black
{background:#f0e7df;padding-top:4rem!important;padding-bottom:1rem;min-height:2rem;position:relative
}
.section_jaune
{background:#f0e7df;padding-top:4rem!important;padding-bottom:1rem;min-height:2rem;position:relative
}
#section_image_a_gauche_1 img{
	width:95.5%;
	height:auto;
}

#section_image_a_gauche_1 ul{
	padding-left:1rem;
}
#section_2_colonnes_1{
	padding-bottom:3rem;
}
.seo_liste
{border:1px solid #434343;padding:1rem .5rem .5rem;margin-bottom:1.8rem;position:relative
}
.form_brioude,.iframe_maps_container
{margin:0 auto!important
}
.seo_liste_span
{position:absolute;top:1rem;right:1rem;color:#cd2828!important;font-size:2rem;cursor:pointer
}
.seo_liste_h2
{cursor:pointer;color:#161616!important;text-align:left!important;font-weight:400!important;text-transform:uppercase!important;max-width:90%;font-size:1.05rem!important
}
.seo_liste_content
{display:none;padding:2rem
}
#section_toutes_nos_expertises_
{padding:2rem 0 3rem;position:relative
}
.iframe_maps_container
{width:95%!important;max-width:600px!important
}
section#section_h2_black a
{
	/*color:#e1001e!important*/
}
.contenu_article_page img
{display:block;margin:1rem auto
}
.page-id-22356 .content section#section_before_services
{min-height:21rem!important
}
#section_2_parties
{background:#fff;min-height:50px;padding-top:4rem;margin-bottom:0!important
}
#section_2_parties div.row .col-5 figure
{margin:0
}
#section_2_parties div.row .col-5 figure div img
{max-width:550px!important;position:relative;right:4rem
}
#section_2_parties div.row .col-7 .col-7-inner
{background:#f7f7f7;border-radius:0 10rem 0 0;padding:4rem 4rem 2rem;position:absolute;top:4rem
}
#section_2_parties_2
{background:#eee7e0;min-height:7rem;margin:0 auto;margin-bottom:0!important
}
#section_2_parties_2 div.row .col-5 span
{font-size:.85rem;position:absolute;right:5rem;top:.2rem
}
.page-id-17968 section.section_red
{margin:12rem auto 0!important;margin: 0rem auto 0!important;
    background: #f0e7df!important;
    padding-top: 12rem;
    padding-bottom: 2rem;
}
.page-id-17968 #block_video{display:none;}
.page-id-17968 #section_2_parties_2{background: #f0e7df!important;}
#section_fil_d_ariane
{margin: 0;
    padding: 0.5rem 0 0 0!important;
    margin-bottom: 0!important;
    max-width: 48%;
    position: absolute;
	
}
#fil_d_ariane
{max-width:1200px;margin:0 auto;padding:0 1rem 0 0.8rem
}
#p_fil_d_ariane
{padding:0;margin:0;position:relative;top:0.5rem;z-index:2;color:#fff!important;max-width:100%
}
section.section_archive_top
{max-width:1200px!important;padding-top:1rem
}
.post_loop img
{width:90%!important
}
.row_pagination
{max-width:1200px!important
}
.contenu_article_page h2,.contenu_article_page h2 span,.contenu_article_page h2 strong
{line-height:2.5rem!important
}
#section_2_parties div.row .col-5 figure div img#imgaline
{max-width:350px!important;position:relative;left:7rem;top:1rem;
}
.grecaptcha-badge{z-index:2;}

section.section_image_texte_right .colxl62{
		max-width: 45%;
		max-width: 45%!important;
    margin: 0;
	margin: 0!important;
    padding: 0 4rem 0 2rem;
}
section.section_image_texte_left .colxl61{
		max-width: 45%;
		max-width: 45%!important;
    margin: 0;
	margin: 0!important;
    padding: 0 2rem 0 4rem;
}
section.section_image_texte_right2 .colxl622{
		max-width: 85%;
		max-width: 85%!important;
    margin: 0;
	margin: 0!important;
    padding: 0 4rem 0 2rem;
}

#section_besoins_apres_etapes{
	padding: 3.5rem 0 0rem 0;
}

#div_replay{
	width: 80%;
    text-align: center;
    max-width: 345px;
    margin: 3rem auto 0 auto;
}
#replay_p1{
	text-align: center;
    font-weight: bold;
    font-size: 1.2rem!important;
    padding: 0rem 0rem 0.2rem 0rem;
    line-height: 2rem!important;
}
#replay_p2{
	text-align: left;
}
#replay_p2 span{
	font-style: italic;
}
#section_3_colonnes{
		padding-bottom:3rem;
	}
#section_3_colonnes h3{
	color:#161616;
}
#section_image_a_gauche_1{
		padding-bottom:3rem;
	}
.centered{text-align:center;}
#section_ensemble_2_colonnes_1,#section_ensemble_2_colonnes_2,#section_ensemble_2_colonnes_3,#section_ensemble_2_colonnes_4,#section_ensemble_2_colonnes_5,#section_ensemble_2_colonnes_6,#section_ensemble_2_colonnes_7{
	padding-bottom:3rem;
	padding-bottom:3rem!important;
	padding-top:3rem;
	padding-top:3rem!important;
}
#section_ensemble_2_colonnes_1 h3,
#section_ensemble_2_colonnes_2 h3,
#section_ensemble_2_colonnes_3 h3,
#section_ensemble_2_colonnes_4 h3,
#section_ensemble_2_colonnes_5 h3,
#section_ensemble_2_colonnes_6 h3,
#section_ensemble_2_colonnes_7 h3{
color:#161616;
color:#161616!important;
}

/* START POPUP 2024 */
.bir_modal_inner_img_top_pop2024 {
						display: inline-block;
						background-image: var(--wpr-bg-b73f3ca4-ceba-4b5f-b6fb-638d8fec6c37);
						width: 33px;
						height: 34px;
						background-position: -40px -2px;
						position: relative;
						top: 8px;
						margin-left: 5px;
					}
					
					.bir_modal_inner_img_li_pop2024 {
						display: inline-block;
						background-image: var(--wpr-bg-8415a564-7672-44f2-97d6-936a6b8b8e06);
						width: 23px;
						height: 22px;
						background-position: -9px -5px;
						position: relative;
						top: 5px;
						margin-left: 5px;
						margin-right: 5px;
					}
					.bir_modal_inner_top_popup2024 {
						font-size: 1.4em;
					}
					ul.ul_popup_2024{
						list-style: none;
						display: block;
						max-width: 276px;
						margin: 30px auto;
					}
					ul.ul_popup_2024 li{
						display: block;
						background: #cd2828;
						min-height: 30px;
						padding: 5px 10px 13px 10px;
						border-radius: 15px;
						margin-bottom: 10px;
					}
					ul.ul_popup_2024 li a{
						color:#fff;
						font-size: 1.15em!important;
					}
#span_close_popup_2024{
	position: absolute;top: 6px;left: 22px;cursor:pointer;border: solid 1px #000;border-radius: 50%;width: 36px;height: 36px;text-align: center;padding: 7px 10px 10px 10px;font-size: 1.3em;
}	
#popup_ap_2024{
	position: fixed; top: 0px; left: 0px; z-index: 99999; background: rgba(0,0,0,0.5); min-height: 5000px; height: 100%; width: 100%;
}
#bir_modal_innerr{
	position: relative;background: #f0e7df;max-width: 90%;margin: 40px auto;padding: 20px;border-radius: 30px;width: 500px;padding-top: 40px;
}
#div_commercial_contact{
	float:right;
	max-width:226px;
}

ul.ul_liste_agences_geoloc{
	list-style: ">";
}
ul.ul_liste_agences_geoloc li{
	margin: 0;
    padding: 3px 0;
	padding-left: 3px;
    position: relative;
    top: -2px;
}
					@media(max-width:350px){
						ul.ul_popup_2024 li a {
							color: #fff;
							font-size: 0.9em!important;
						}
					}

/* END POPUP 2024 */
@media (max-width:990px)
{
	#div_replay{
		 margin: 5rem auto 0 auto;
	}
}
@media (max-width:883px)
{
	#section_ensemble_2_colonnes_1,#section_ensemble_2_colonnes_2,#section_ensemble_2_colonnes_3,#section_ensemble_2_colonnes_4,#section_ensemble_2_colonnes_5,#section_ensemble_2_colonnes_6,#section_ensemble_2_colonnes_7{
	padding-bottom:2rem;
	padding-bottom:2rem!important;
		padding-top:2rem;
	padding-top:2rem!important;
}
	#section_ensemble_2_colonnes_1 .col-xl-6:first-child,
#section_ensemble_2_colonnes_2 .col-xl-6:first-child,
#section_ensemble_2_colonnes_3 .col-xl-6:first-child,
#section_ensemble_2_colonnes_4 .col-xl-6:first-child,
#section_ensemble_2_colonnes_5 .col-xl-6:first-child,
#section_ensemble_2_colonnes_6 .col-xl-6:first-child,
#section_ensemble_2_colonnes_7 .col-xl-6:first-child{
	margin-bottom:2rem;
	margin-bottom:2rem!important;
}
.slider_page_home img
{max-height:100%!important;min-height:100%!important
}
#section_2_parties div.row .col-5,#section_2_parties div.row .col-7
{width:100%
}
#section_2_parties
{background:#fff;min-height:50px;padding-top:4rem;margin-bottom:2rem!important
}
#section_2_parties div.row .col-5 figure
{margin:0 auto;display:block;text-align:center
}
#section_2_parties div.row .col-5 figure figcaption
{display:block!important;font-size:.85em;margin-top:1.5rem
}
#section_2_parties div.row .col-7 .col-7-inner
{background:#f7f7f7;border-radius:0;padding:4rem 4rem 2rem;position:relative;top:0;margin-top:1rem
}
#section_2_parties div.row .col-5 figure div img
{max-width:95%!important;position:relative;display:block;text-align:center;margin:0 auto
}
#section_2_parties_2
{display:none
}
section.paragraphe_sous_pages.paragraphe1_sous_pages h2 {
    font-size: 1.3rem!important;
    line-height: 1.8rem!important;
    width: 90%;
}
	#section_2_colonnes_1{padding-top:3rem;padding-top:3rem!important;padding-bottom:2rem;padding-bottom:2rem!important;}
	#section_image_a_gauche_1{
		padding-top:3rem;
		padding-bottom:2rem;
	}
	#section_image_a_gauche_1 .colxl61{
		margin-bottom:1rem;
	}
	#section_3_colonnes{
		padding-top: 3rem;padding-top: 3rem!important;padding-bottom:2rem;
	}
	#section_h2_black{
		padding-top: 3rem;
		padding-top: 3rem!important;
	}
}
@media (max-width:1199.5px)
{
	h1,h2
{line-height:1.2rem!important
}
.redirto.calltoact,p
{line-height:1.1rem!important;font-size:.9rem!important
}
.d-xl-none.relatived::after,.d-xl-none.relatived::before
{content:"";top:0;height:100%;background-size:cover;background-position:bottom;left:0
}
.comment-augmenter-ses-ventes-en-ligne.paragraphe4_sous_pages .width_container,.comment-generer-du-trafic-sur-son-site-internet.paragraphe4_sous_pages .width_container,.convertir-ses-visiteurs-en-clients.paragraphe3_sous_pages .width_container,.generer-des-leads-qualifies.paragraphe4_sous_pages.row .width_container,.referencer-son-site-sur-les-moteurs-de-recherche.paragraphe_sous_pages.paragraphe4_sous_pages .width_container,.row_temoignages,footer,header,section.refondre-son-site-internet.paragraphe5_sous_pages .width_container
{max-width:100%!important
}
#slider_page_home .row.is_transparent.slider,.temoignage_img img
{height:auto!important
}
#section_home_services .slider-card,.paragraphe4_sous_pages .slider-card
{opacity:.5;box-shadow:0 rgb(0 0 0 / 0%);transition:box-shadow .3s ease-in-out,opacity .6s ease-in-out,transform .3s ease-in-out,background-color .1s ease-in
}
#expertises_left p,.for_pc,section.section-red .width_container .vos-besoin-card#card-active h2.bolded.h2_coled:after
{display:none
}
p
{font-family:lato
}
h1
{font-size:1.3rem!important
}
h2
{font-size:1.2rem!important
}
.redirto.calltoact
{font-family:Montserrat!important;font-weight:700!important;padding:10px!important;margin-left:0!important;margin-right:0!important
}
.row.submenu
{border-bottom:1px solid #6161;padding-bottom:5px;margin:0 0 15px;font-size:9px
}
.row.submenu p
{font-size:9px!important
}
#Capa_1
{transform:scaleX(-1);width:12%
}
.mobile .logo-container
{position:absolute;left:0;right:0;margin:auto;width:fit-content;z-index:99999
}
#expertises_right,.home_seo .liseret1
{justify-content:end;margin-right:0!important
}
.mobile .mega-sub-menu
{position:relative;padding:0 0 0 30px!important
}
#mega-menu-wrap-primary .mega-menu-toggle
{position:sticky!important
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-toggle-on>ul.mega-sub-menu,#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu.mega-menu-item.mega-toggle-on ul.mega-sub-menu,#slider_page_home,.row.is_transparent.slider
{position:relative!important
}
.mobile #mega-menu-primary
{border:none!important
}
.mobile .mega-sub-menu li
{padding:10px 0 10px 15px!important;width:fit-content!important
}
.mega-menu-flyout li.mega-menu-item
{padding:1px!important
}
.mobile .mega-sub-menu #line-sub-menu
{content:'';position:absolute;top:0;bottom:0;width:1px;background-color:#c4c4c4
}
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu,#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu
{padding:0 20px!important
}
.phone_pc a
{font-weight:400
}
.mega-menu-link
{color:#161616!important
}
.mobile .redirto.btn.btn-primary.calltoact.margincenter
{margin:0!important;padding:3px 20px!important;background-color:#cd2828
}
.d-block.liseret1.liseret
{margin:25px 0 0!important
}
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:hover,div.container_temoignages
{background:0 0!important
}
#slider_page_home .d-xl-none.relatived
{position:absolute!important;height:100%!important;padding:0
}
.d-xl-none.relatived::before
{position:absolute;width:100%;background-image:var(--wpr-bg-d3be201f-8814-4a84-b785-ef1a4764ee63);opacity:.85
}
.bgtestimonial,.slider img
{max-height:100%!important
}
.d-xl-none.relatived::after
{position:absolute;width:100%;background-image:var(--wpr-bg-dbcd29eb-5587-4acd-84e6-9a2b0d7bb33d);mix-blend-mode:plus-lighter
}
#slider_page_home .col-xl-6.relatived
{background-color:transparent!important;margin:0!important;max-width:100%
}
#slider_page_home .home_seo_0.home-mobile.mb-3
{width:85%;margin:auto!important;padding-left:15px;padding-right:15px;max-width:100%;padding-top:50px;top:auto!important
}
.home_seo
{margin:0 auto!important;opacity:1!important
}
.home_seo h1
{text-align:left!important;margin:0!important;line-height:1.5rem!important
}
#slider_page_home .home_seo_0 .slogan
{font-size:1.2rem!important;text-align:left!important;margin-top:5px!important
}
.home_seo p
{margin-top:10px;line-height:var(--bs-body-line-height)
}
.home_seo .liseret1
{margin-bottom:50px!important;max-width:175px!important;display:flex
}
#slider_page_home .arc_cercle
{position:relative!important;top:0!important;left:0;height:100px!important;background-color:transparent!important;right:0!important;width:100%!important
}
#slider_page_home .redirto.btn.btn-primary.calltoact.margincenter
{font-size:.8rem
}
#section_before_services,#slider_page_accueil picture
{position:relative
}
#section_before_services .width_container
{padding-left:0;padding-right:0
}
#section_before_services .mb-3
{margin-bottom:0!important;margin-top:-90px!important
}
#section_before_services .blocked
{position:relative;margin:0 auto;width:85%!important;padding:0 2.5% 0 0
}
.row.align-items-center.blocked.col-xl-5
{margin-left:0;margin-right:0;padding-left:0;padding-right:0
}
#section_before_services .figure_left
{display:flex;max-width:100%!important;align-items:end;padding:0;margin:0 auto
}
#section_before_services .credit_video_photo,.credit_video_photo.col-6
{font-size:.6rem!important;color:#282728;line-height:normal;padding-bottom:10px;text-align:left
}
#section_before_services .figure_left .cadre-photo-video
{flex:0 0 auto;width:100%
}
#section_before_services .figure_left .cadre-photo-video .img-fluid
{max-width:55%!important;height:auto;left:0;position:relative
}
#section_before_services .credit_video_photo
{position:absolute;left:55%;padding-right:0;width:105px
}
.credit_video_photo.col-6
{flex:0 0 auto;width:50%;position:relative;padding-right:25%
}
.section_before_services-block-text.col-xl-6
{position:absolute;top:100%;padding:7% 2rem;border-radius:0 60px 0 0;left:0;right:0;margin:0 auto;width:85%!important;min-height:auto!important
}
.section_before_services-block-text .cta_titre_photo
{text-transform:uppercase
}
.section_before_services-block-text p
{font-size:.8rem;line-height:20px
}
.block-spacing
{padding-bottom:20px
}
section#section_before_services2
{padding:0!important;width:85%
}
#expertises_left
{padding:0 50px
}
#expertises_left span:nth-child(2)
{font-size:1.2rem!important;line-height:20px
}
#expertises_left .text-title.titre_red.is_title::after
{content:"\f139";font-family:dashicons;position:relative;width:4%;display:inline-block;transform:rotate(90deg);font-size:1.5rem;line-height:0
}
#expertises_right .redirto.relative.wd_275.pointer
{margin:0!important;display:flex;justify-content:end
}
#expertises_right .redirto.relative.wd_275.pointer span
{width:75%;left:55px;height:35px;top:4px!important;border-radius:7px
}
#expertises_right .redirto.relative.wd_275.pointer button
{font-size:.8rem;padding:0 .9rem!important;height:39px;border-radius:7px
}
.carousel-control-next,.carousel-control-prev
{z-index:2!important
}
.white_block_section_before_services
{height:50%;position:absolute;top:100%;background-color:#fff;left:0
}
#section_home_services
{margin-bottom:-15%!important
}
#slogan_home
{margin-top:7.5rem!important;margin-bottom:0!important
}
#slogan_home_left
{position:absolute!important;top:-5rem!important
}
#slogan_home svg
{width:120px!important;height:100px!important
}
#slogan_home_right
{position:absolute!important;bottom:-2rem!important
}
#slogan-alternatif-home
{font-size:1.5rem!important;line-height:1.5rem;width:90%;margin:auto
}
#section_home_services .col-xl-7.home_top_right
{height:max-content!important;margin-top:70px
}
#section_home_services .owl-nav .owl-next,#section_home_services .owl-nav .owl-prev
{position:absolute;background-color:#cd2828!important;border-radius:100%;line-height:inherit;top:60%;opacity:1;font-size:30px!important;z-index:1;width:30px;height:30px;margin-bottom:calc(85px/1.25)
}
#section_home_services #slider .slider
{margin-bottom:30px;position:relative;background-color:transparent!important
}
#section_home_services #slider .owl-stage
{width:5500px!important;min-height:550px
}
#section_home_services .owl-carousel .owl-stage-outer
{margin-left:-60px;max-height:550px
}
#section_home_services listitem.center
{z-index:2;margin:0 70px 0 60px!important;transform:scale(2)!important
}
#section_home_services listitem.center .slider-card
{position:relative;width:100%;opacity:1;background-color:#cd2828;color:#fff;transform:scale(1);z-index:9999999;box-shadow:5px 5px 10px rgb(0 0 0 / 30%);margin:110px 0 90px
}
#section_home_services .slider listitem.center .slider-card a,#section_home_services .slider listitem.center .slider-card h2,#section_home_services .slider listitem.center .slider-card p,#section_home_services .slider listitem.center .slider-card span
{color:#fff!important;z-index:9999999;position:relative!important;transform:scale(.95)
}
.services listitem p a
{text-decoration:none
}
#section_home_services .owl-carousel listitem.center div div
{height:35px!important;margin:12px auto;display:block;background-size:630px
}
#section_home_services listitem .slider-card h2
{font-size:.5rem!important;line-height:.7rem!important
}
#section_home_services listitem .slider-card h2 a
{color:#cd2828!important
}
#section_home_services listitem.center p
{display:block!important;padding:0 10px!important
}
#section_home_services listitem.center p span
{text-decoration:none;padding:0!important
}
#section_home_services listitem.center span
{display:flex!important;justify-content:center;align-items:center;right:auto!important;width:100%!important;padding:10px 0!important;text-decoration:underline;font-size:.47rem!important;line-height:10px!important;margin:0!important;bottom:auto!important
}
#section_home_services .slider listitem p
{font-size:.48rem!important;line-height:10px!important;margin:0
}
#section_home_services .slider-card
{background-color:#fff;padding:5px 0;margin:90px 0;border-radius:0 15px 0 0;transform:scale(.9)
}
#section_home_services .owl-dots,.augmenter-la-visibilite-de-son-site-internet.paragraphe2_sous_pages div.paragrapheHidden_img img,.comment-faire-connaitre-son-site-internet.paragraphe_sous_pages.paragraphe2_sous_pages div.paragrapheHidden_img img,.convertir-ses-visiteurs-en-clients.paragraphe_sous_pages.paragraphe2_sous_pages .horrizontalDiv.d-xl-flex,.paragraphe3_sous_pages div.paragrapheHidden_img img,.referencer-son-site-sur-les-moteurs-de-recherche.paragraphe_sous_pages.paragraphe5_sous_pages .url_btn
{display:none!important
}
#section_home_services .owl-nav,.comment-faire-connaitre-son-site-internet_url_btn.d-xl-flex.justify-content-center.aling-items-center.d-none.pt-3
{display:block!important
}
#section_home_services .owl-nav button
{display:flex;justify-content:center;align-items:center
}
#section_home_services .owl-nav .owl-prev
{left:7%;transform:rotate(180deg)
}
#section_home_services .owl-nav .owl-next
{right:7%
}
#form_home_page .col-xl-12.mb-5,footer h2
{font-size:1.3rem!important
}
#section_home_services listitem.center div div span
{height:70px!important;width:70px!important
}
#section_home_services listitem svg .st0
{fill:#cd2828
}
#section_home_services listitem.center svg .st0
{fill:#fff;transform:scale(1)
}
#section_home_services listitem.center div div span.icon_seo svg
{height:45px!important
}
#section_home_services listitem.center div div span.icon_ads svg,#section_home_services listitem.center div div span.icon_redaction svg
{height:50px!important
}
#section_home_services listitem.center div div span.icon_formation svg
{height:55px!important
}
#section_home_services listitem.center div div span.icon_conseil_webmarketing svg
{height:70px!important
}
.row_temoignages
{position:relative!important
}
#form_home_page .right-form,.liens-utiles,.section_temoignages .width_container
{padding:0!important
}
.col-xl-5.home_top_left.relatived.mt-pc-5.row_tem_mobile.row
{padding:50px 0;max-width:95%!important;margin:0 auto!important
}
.temoignage_img img
{width:40%!important;margin-top:14px
}
.temoignages_note
{top:0!important;text-align:end!important;left:auto!important;font-size:1rem
}
.container_temoignages #slider
{padding:0;position:relative
}
.container_temoignages listitem.owl-item
{padding:0;margin-top:15px;margin-right:15px
}
.container_temoignages listitem.owl-item .slider-card
{margin-top:0!important;height:fit-content!important
}
.testimonials
{position:relative!important;background-color:#f7f7f7!important;padding:7%!important;width:85%!important;right:auto!important;margin-top:70px!important
}
.testimonials_title
{font-size:1.05rem!important;margin-top:0
}
.testimonials .col-xl-8,.testimonials_text
{font-size:.8rem!important
}
.testimonials_title::before
{width:80px;height:80px;right:105%
}
.testimonials_text
{min-height:144px;margin-bottom:0
}
.testimonials_img img
{max-width:70%!important
}
.form_brioude,footer .width_container,section.paragraphe_apres_etapes .width_container,section.paragraphe_sous_pages .width_container
{max-width:95%!important
}
.home_top_right .barres_temoignages ul li
{width:7px!important;height:7px;border:2px solid #cd2828
}
.temoignages .owl-stage-outer
{margin-left:-10px!important
}
.temoignages.owl-carousel .owl-stage
{margin-left:10px
}
.form_brioude
{color:#fff;margin:auto!important
}
#form_home_page .left-form
{padding:0!important;height:430px!important
}
.col_footer_one
{margin-top:50px auto!important
}
footer h2
{line-height:1.6rem!important
}
footer .span_footer_small
{font-family:Lato;font-size:.9rem!important;line-height:1.1rem;margin-top:20px!important;color:#262626;font-weight:300
}
.a_localisation_footer
{color:#cd2828!important;font-family:Montserrat
}
footer .liseret
{width:fit-content;height:fit-content!important
}
footer .div_newsletter,footer .submit_newsletter
{max-width:100%;width:100%
}
footer .liseret button.calltoact
{font-size:.7rem!important;border-radius:6px
}
footer .liseret1 .border_trait1
{height:100%!important;width:100%!important;max-width:100%!important;left:-.7rem!important;border:2px solid #e1001e!important;border-radius:6px
}
footer .footer_location
{padding:50px 30px
}
footer .footer_location:first-child,footer .footer_location:nth-child(2)
{padding-bottom:0;border-right:none
}
footer .footer_location:first-child,footer .liens_utiles_two
{padding-left:30px
}
.footer_location:nth-child(3)
{padding-right:30px;width:50%
}
footer .a_localisation_footer
{text-transform:uppercase!important;font-size:.9rem!important;line-height:1.1rem!important;position:relative!important;display:block!important
}
footer div.footer_two
{background-color:#f7f7f8
}
footer div.footer_two picture img
{margin-top:30px
}
.footer_two .footer_title
{font-family:montserrat;font-size:1rem;margin-top:30px!important
}
.footer_two .col_footer_one
{max-width:85%;margin-top:50px
}
footer .div_newsletter
{margin-top:30px;display:flex
}
.footer_two .col_footer_one P
{font-weight:300;font-size:.9rem!important;margin-bottom:50px;padding-top:10px
}
footer span#submit_newsletter
{position:relative!important;right:auto
}
footer .row.footer_col_socials_row
{display:flex!important;margin:40px auto -10px
}
footer .row.footer_col_socials_row div
{width:fit-content;padding:0 5px 0 0
}
footer .footer_col_socials_row a
{margin:0!important
}
footer .liens_utiles_one
{border-right:1px solid #e1e1e1;width:50%;padding-right:30px
}
footer ul,footer ul li
{margin:5px;font-weight:lighter
}
.footer_socials
{justify-content:center
}
footer .footer_social
{height:auto!important;width:100%;display:flex;justify-content:center;align-items:center
}
.footer_socials div:nth-child(4) .footer_social,.footer_socials div:nth-child(5) .footer_social
{margin-top:30px!important
}
section.section-red
{max-width:85%;margin:3rem auto!important
}
section.section-red .width_container .vos-besoin-card
{padding:10px 15px;border:1px solid #555;border-radius:0;background:0 0;margin:6px auto;position:relative
}
.width_container .vos-besoin-card,section.section-red .width_container #card-active.vos-besoin-card
{border-left:1px solid #555;margin-left:0;z-index:0
}
section.section-red .width_container .vos-besoin-card div div
{width:auto;margin-right:5px;word-break:keep-all
}
.align-items-start
{border-left:none
}
section.section-red .width_container .vos-besoin-card#card-active .leviers
{position:relative;margin-top:10px;padding:0;width:100%
}
.leviers li
{font-size:.9rem
}
section.section-red .width_container .vos-besoin-card#card-active h2.bolded.h2_coled
{width:100%;font-size:.95rem!important
}
section.section-red .bolded.h2_coled
{width:100%;margin:0!important
}
.levier,section.section-red .redirto.tag_lexique
{font-size:.9rem!important
}
.section_toutes_nos_expertises
{background-color:#fff;margin-bottom:0!important;padding:7rem 0
}
.section_toutes_nos_expertises .width_container
{max-width:85%!important;margin:auto;padding:0!important
}
.grid_container .grid_item p,.section_toutes_nos_expertises h2,div.li_horrizontal p,section.paragraphe_apres_etapes li,section.paragraphe_apres_etapes p
{font-size:.85rem!important
}
.section_toutes_nos_expertises .grid_container
{display:grid;grid-template-columns:auto auto;margin:auto;width:100%
}
.section_toutes_nos_expertises .grid_item
{border-left:2.5px solid #cd2828;width:100px!important;margin:18px 0;padding:0 0 5px 10px
}
.section_toutes_nos_expertises h2
{font-family:Lato!important;font-weight:400!important
}
.section_toutes_nos_expertises p
{margin-bottom:0!important;font-weight:200;margin-top:-5px!important
}
section.paragraphe_apres_etapes
{padding:2rem 0
}
div.li_horrizontal
{padding:20px;font-size:30px;width:50%
}
div.li_horrizontal span,section.paragraphe_apres_etapes h2
{font-size:1rem!important;line-height:1.15rem!important
}
section.paragraphe_sous_pages.paragraphe1_sous_pages
{padding-bottom:4rem!important
}
section.paragraphe_sous_pages #section_before_services .mb-3
{margin-top:-90px!important
}
section.paragraphe_sous_pages.paragraphe1_sous_pages h2
{font-size:2rem!important;line-height:2.2rem!important;width:90%
}
section.paragraphe_sous_pages.paragraphe1_sous_pages ul li
{font-weight:300;list-style:none;position:relative;width:42%;padding-top:7px;margin-top:5px!important;font-size:.9rem
}
.augmenter-la-visibilite-de-son-site-internet.paragraphe_sous_pages.paragraphe3_sous_pages ul li
{list-style:none;position:relative;width:48%;padding-top:7px;margin:25px 0!important
}
div.divlist ul li,section.paragraphe2_sous_pages ul li
{font-size:.9rem;width:100%
}
section.paragraphe2_sous_pages .section_before_services-block-text
{padding:7% 35px!important
}
.comment-generer-du-trafic-sur-son-site-internet.paragraphe_sous_pages.paragraphe3_sous_pages
{padding-top:4rem!important
}
.generer-des-leads-qualifies.paragraphe_sous_pages.paragraphe3_sous_pages,section.paragraphe_sous_pages.paragraphe3_sous_pages
{padding-top:1rem!important
}
section.paragraphe_sous_pages.paragraphe3_sous_pages .paragraphe3-sous-titre,section.paragraphe_sous_pages.paragraphe3_sous_pages h2
{text-align:left
}
.augmenter-la-visibilite-de-son-site-internet.paragraphe2_sous_pages div.horrizontalDiv,.comment-faire-connaitre-son-site-internet.paragraphe_sous_pages.paragraphe2_sous_pages div.horrizontalDiv,.paragraphe3_sous_pages div.horrizontalDiv
{display:block
}
.augmenter-la-visibilite-de-son-site-internet.paragraphe2_sous_pages div.horrizontalDiv .d-flex.justify-content-between.align-items-start,.comment-faire-connaitre-son-site-internet.paragraphe_sous_pages.paragraphe2_sous_pages div.horrizontalDiv .d-flex.justify-content-between.align-items-start,.paragraphe3_sous_pages div.horrizontalDiv .d-flex.justify-content-between.align-items-start
{border:1px solid #555;padding:5px 15px!important;margin:6px auto;transition:.2s ease-out
}
.augmenter-la-visibilite-de-son-site-internet.paragraphe2_sous_pages div.horrizontalDiv div.li_horrizontal,.comment-faire-connaitre-son-site-internet.paragraphe_sous_pages.paragraphe2_sous_pages div.horrizontalDiv div.li_horrizontal,.paragraphe3_sous_pages div.horrizontalDiv div.li_horrizontal
{width:100%;padding:0!important
}
.augmenter-la-visibilite-de-son-site-internet.paragraphe2_sous_pages div.horrizontalDiv div.li_horrizontal h3,.comment-definir-une-strategie-digitale.paragraphe3_sous_pages div.horrizontalDiv div.li_horrizontal h3,.comment-faire-connaitre-son-site-internet.paragraphe_sous_pages.paragraphe2_sous_pages div.horrizontalDiv div.li_horrizontal h3,.comment-generer-du-trafic-sur-son-site-internet.paragraphe3_sous_pages div.horrizontalDiv div.li_horrizontal h3,.paragraphe3_sous_pages div.horrizontalDiv div.li_horrizontal h3,.refondre-son-site-internet.paragraphe3_sous_pages div.horrizontalDiv div.li_horrizontal h3
{border-bottom:none;padding-left:0!important;font-size:.9rem!important;text-align:left;text-transform:uppercase!important;white-space:normal!important;transition:none
}
.augmenter-la-visibilite-de-son-site-internet.paragraphe2_sous_pages div.horrizontalDiv div#title-active.li_horrizontal h3,.comment-faire-connaitre-son-site-internet.paragraphe_sous_pages.paragraphe2_sous_pages div.horrizontalDiv div#title-active.li_horrizontal h3,.paragraphe3_sous_pages div.horrizontalDiv div#title-active.li_horrizontal h3
{border-bottom:none
}
.augmenter-la-visibilite-de-son-site-internet.paragraphe2_sous_pages div.li_horrizontal div.paragrapheHidden,.comment-faire-connaitre-son-site-internet.paragraphe_sous_pages.paragraphe2_sous_pages div.li_horrizontal div.paragrapheHidden,.paragraphe3_sous_pages div.li_horrizontal div.paragrapheHidden
{padding:0
}
.augmenter-la-visibilite-de-son-site-internet.paragraphe2_sous_pages div#title-active.li_horrizontal div.paragrapheHidden,.comment-faire-connaitre-son-site-internet.paragraphe_sous_pages.paragraphe2_sous_pages div#title-active.li_horrizontal div.paragrapheHidden,.paragraphe3_sous_pages div#title-active.li_horrizontal div.paragrapheHidden
{position:relative!important;transition:none!important
}
.augmenter-la-visibilite-de-son-site-internet.paragraphe2_sous_pages svg,.comment-faire-connaitre-son-site-internet.paragraphe_sous_pages.paragraphe2_sous_pages .horrizontalDiv svg,.paragraphe3_sous_pages .horrizontalDiv svg
{height:15px;stroke-width:3px
}
.augmenter-la-visibilite-de-son-site-internet.paragraphe2_sous_pages .liseret,.comment-faire-connaitre-son-site-internet.paragraphe_sous_pages.paragraphe2_sous_pages .paragrapheHidden .liseret,.paragraphe3_sous_pages .paragrapheHidden .liseret
{margin:1rem 0!important
}
.augmenter-la-visibilite-de-son-site-internet.paragraphe2_sous_pages .liseret button,.comment-faire-connaitre-son-site-internet.paragraphe_sous_pages.paragraphe2_sous_pages .paragrapheHidden .liseret button,.paragraphe3_sous_pages .liseret button
{font-family:Montserrat!important;font-weight:700!important;line-height:1.1rem!important;font-size:.9rem!important;padding:.375rem .75rem!important
}
.paragraphe4_sous_pages .slider-card
{background-color:#eee7e0;padding:5px 0;margin:90px 0;border-radius:0 15px 0 0
}
.comment-augmenter-ses-ventes-en-ligne.paragraphe3_sous_pages .width_container,.generer-des-leads-qualifies.paragraphe_sous_pages.paragraphe3_sous_pages .width_container,.referencer-son-site-sur-les-moteurs-de-recherche.paragraphe_sous_pages.paragraphe3_sous_pages .width_container
{column-count:1;column-gap:normal;max-height:initial!important
}
.referencer-son-site-sur-les-moteurs-de-recherche.paragraphe_sous_pages.paragraphe3_sous_pages .width_container h3
{white-space:nowrap
}
.paragraphe4_sous_pages div.li_horrizontal,.referencer-son-site-sur-les-moteurs-de-recherche.paragraphe_sous_pages.paragraphe2_sous_pages div.li_horrizontal
{padding:20px;width:100%
}
.comment-augmenter-ses-ventes-en-ligne.paragraphe4_sous_pages,.comment-generer-du-trafic-sur-son-site-internet.paragraphe4_sous_pages,.formation#section_home_services listitem.center .slider-card p,.generer-des-leads-qualifies.paragraphe4_sous_pages.row
{padding-top:0!important
}
.comment-augmenter-ses-ventes-en-ligne.paragraphe4_sous_pages,.comment-generer-du-trafic-sur-son-site-internet.paragraphe4_sous_pages .row,.convertir-ses-visiteurs-en-clients.paragraphe3_sous_pages .row,.generer-des-leads-qualifies.paragraphe4_sous_pages.row,.referencer-son-site-sur-les-moteurs-de-recherche.paragraphe4_sous_pages.row
{padding-bottom:0!important
}
.comment-augmenter-ses-ventes-en-ligne.paragraphe4_sous_pages img,.comment-generer-du-trafic-sur-son-site-internet.paragraphe4_sous_pages img,.convertir-ses-visiteurs-en-clients.paragraphe3_sous_pages .row img,.generer-des-leads-qualifies.paragraphe4_sous_pages.row img,.paragraphe5_sous_pages img,.referencer-son-site-sur-les-moteurs-de-recherche.paragraphe_sous_pages.paragraphe4_sous_pages.row img
{width:100vw!important;height:250px!important;object-fit:cover;object-position:center;position:relative;margin:-15px
}
.comment-augmenter-ses-ventes-en-ligne.paragraphe4_sous_pages .row,.comment-generer-du-trafic-sur-son-site-internet.paragraphe4_sous_pages .row,.convertir-ses-visiteurs-en-clients.paragraphe3_sous_pages .row,.generer-des-leads-qualifies.paragraphe4_sous_pages.row .row,.paragraphe5_sous_pages .row,.referencer-son-site-sur-les-moteurs-de-recherche.paragraphe_sous_pages.paragraphe4_sous_pages.row .row
{position:relative;display:block
}
.comment-augmenter-ses-ventes-en-ligne.paragraphe4_sous_pages .paragraphe4BlocTexte,.comment-generer-du-trafic-sur-son-site-internet.paragraphe4_sous_pages .paragraphe4BlocTexte,.convertir-ses-visiteurs-en-clients.paragraphe3_sous_pages .row .paragraphe3BlocTexte,.generer-des-leads-qualifies.paragraphe4_sous_pages.row .paragraphe4BlocTexte,.paragraphe5_sous_pages .paragraphe5BlocTexte,.referencer-son-site-sur-les-moteurs-de-recherche.paragraphe_sous_pages.paragraphe4_sous_pages.row .paragraphe4BlocTexte
{background-color:#f7f7f7;position:absolute;top:50px;padding:7% 65px;border-radius:0 60px 0 0;left:0;right:0;margin:0 auto;width:85%!important;min-height:auto!important
}
.referencer-son-site-sur-les-moteurs-de-recherche.paragraphe_sous_pages.paragraphe5_sous_pages,.referencer-son-site-sur-les-moteurs-de-recherche.paragraphe_sous_pages.paragraphe5_sous_pages p
{padding-bottom:0!important;margin-bottom:0!important
}
.convertir-ses-visiteurs-en-clients.paragraphe_sous_pages.paragraphe2_sous_pages
{padding-bottom:5rem!important
}
.convertir-ses-visiteurs-en-clients.paragraphe_sous_pages.paragraphe2_sous_pages .horrizontalDiv.d-xl-none
{display:grid!important;grid-template-columns:auto auto!important;margin:auto!important;width:100%!important
}
.comment-augmenter-ses-ventes-en-ligne.paragraphe_sous_pages.paragraphe3_sous_pages
{padding-top:2rem!important
}
.formation .center .slider-card
{min-height:170px;display:block
}
.formation .slider-card
{min-height:170px;display:flex;align-items:center;justify-content:center
}
.formation#section_home_services listitem.center .slider-card h2
{padding:10px 3.5px 0
}
.formation#post-17968 .width_container
{max-width:95%!important
}

}
@media (min-width:600px) and (max-width:1199.5px)
{#section_home_services .owl-nav .owl-next,#section_home_services .owl-nav .owl-prev
{position:absolute;background-color:#cd2828!important;border-radius:100%;line-height:inherit;bottom:0;opacity:1;font-size:30px!important;z-index:1;width:30px;height:30px;margin-bottom:calc(85px/1.25)
}
section#section_before_services2
{max-width:100%
}
#slider_page_home .home_seo p
{font-size:.85rem!important
}
#slider_page_home .img-responsive.responsive--full.wp-post-image
{height:100%!important;width:auto!important;min-height:100%!important;max-height:initial!important
}
#slider_page_home .col-xl-6.relatived
{padding:10px 0 50px
}
#section_before_services .mb-3
{margin-top:-160px!important;padding:0
}
#section_before_services .credit_video_photo
{position:absolute!important;left:55%!important;font-size:.85rem!important;padding-right:0!important;width:155px
}
#section_before_services .mb-3
{width:100%;margin:0
}
#expertises_right
{margin-top:2rem
}
.page_header .col-3
{width:18%!important
}
.page_header .col-7
{width:65%!important
}
.page_header .col-2
{width:15%
}
#slogan_home
{width:85%;margin:auto
}
#slogan_home svg
{width:160px!important;height:120px!important
}
#slogan-alternatif-home
{font-size:1.8rem!important;line-height:1.8rem;width:450px
}
#section_home_services .owl-carousel .owl-stage-outer
{margin-left:-31px;max-height:550px
}
#section_home_services .owl-carousel listitem.center
{margin:0 40px 0 30px!important;transform:scale(1.5)!important
}
#section_home_services listitem.center .slider-card
{margin:70px 0 90px
}
#section_home_services .slider-card
{padding:15px 0;border-radius:0 25px 0 0
}
#section_home_services .slider listitem.center .slider-card a,#section_home_services .slider listitem.center .slider-card h2,#section_home_services .slider listitem.center .slider-card p,#section_home_services .slider listitem.center .slider-card span
{transform:scale(.9)
}
#section_home_services .owl-carousel listitem.center div div
{width:60px!important;height:60px!important;width:fit-content!important;height:fit-content!important
}
#section_home_services listitem .slider-card h2
{font-size:.7rem!important;line-height:.9rem!important
}
#section_home_services .slider listitem p
{font-size:.6rem!important;line-height:11px!important;padding:10px!important
}
#section_home_services .slider listitem p span
{margin:0!important
}
#section_home_services listitem.center span
{font-size:.9rem!important;line-height:18px!important
}
#section_home_services .owl-nav
{display:block!important
}
#section_home_services .owl-nav button
{display:flex;justify-content:center;align-items:center
}
#section_home_services .owl-nav .owl-prev
{left:18%;transform:rotate(180deg)
}
#section_home_services .owl-nav .owl-next
{right:18%
}
#section_home_services listitem.center .icon_ads,#section_home_services listitem.center .icon_conseil_webmarketing,#section_home_services listitem.center .icon_formation,#section_home_services listitem.center .icon_redaction,#section_home_services listitem.center .icon_seo
{width:fit-content!important;height:fit-content!important;padding:0!important
}
#section_home_services listitem div div span svg
{height:105px!important
}
#section_home_services listitem div div span.icon_conseil_webmarketing svg
{height:125px!important
}
#section_home_services listitem.center div div span.icon_seo svg
{height:65px!important
}
#section_home_services listitem.center div div span.icon_ads svg,#section_home_services listitem.center div div span.icon_redaction svg
{height:80px!important
}
#section_home_services listitem.center div div span.icon_formation svg
{height:75px!important
}
#section_home_services listitem.center div div span.icon_conseil_webmarketing svg
{height:90px!important
}
#section_home_services listitem svg .st0
{fill:#cd2828
}
#section_home_services listitem.center svg .st0
{fill:#fff;transform:scale(1)
}
img.img_choose
{height:34px!important
}
.section_toutes_nos_expertises .grid_container
{display:grid;grid-template-columns:auto auto auto;margin:auto;width:100%
}
.grid_container .grid_item p,.section_toutes_nos_expertises h2
{font-size:.9rem!important
}
.section_toutes_nos_expertises .grid_item
{border-left:2.5px solid #cd2828;width:180px!important;margin:18px 0;padding:0 20px 5px
}
section.paragraphe_sous_pages.paragraphe2_sous_pages#section_before_services .mb-3.row
{margin-top:-90px!important
}
.formation#section_home_services listitem.center .slider-card h2
{line-height:1rem!important
}

}
@media (min-width:883px) and (max-width:1295px)
{#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link
{padding:0 5px!important
}
.block-spacing
{height:60px
}

}
@media (max-width:768px)
{
	#col-xl-7-mobile,#form_to_top,#section_liste_agences,#section_toutes_nos_expertises_
{position:relative;top:-9rem
}
#section_2_parties div.row .col-5 figure div img#imgaline
{left:0;max-width:95%!important
}
#col-xl-7-mobile
{background:#f7f7f7;padding:2rem;border-radius:0 4.5rem 0 0;max-width:87%;margin:0 auto
}
#service_grid
{right:0!important;max-width:85%;margin:0 auto
}
#titre_liste_agences
{text-align:center
}
.content section.section_temoignages
{padding:0 0 60px!important
}
#fil_d_ariane
{max-width:87%
}
#section_fil_d_ariane
{display:none
}
	#section_liste_agences_parent{
		background-color:#fff; 
		max-height:280px;
	}
	#section_liste_agences{margin-top:12em;}
	#section_liste_agences .col{flex:none;}
	#div_replay_parent #div_replay {
    margin: 0rem auto 2rem auto;
}
	#col-xl-7-mobile2{
		margin-top: 1rem !important;
	}
	#redirtoto{
		float: none;
		float:none!important;
    margin-top: 2em;
    margin-bottom: 3em;
	}
	#link_childs{
		margin-bottom: 7em !important;
	}
	
	#div_commercial_contact {
    float: none;
    max-width: 226px;
    margin: 0 auto;
}
	#section_seo_agence_ville{
		margin-top:2em;
		margin-top:2em!important;
	}
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1:before 
{
    content: '\f333';
    font-family: 'dashicons';
    font-size: 32px;
    color: #515151;
    margin: 0 5px 0 0;

}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link 
{
    font-size: 14px;
    text-transform: none;
    font-weight: normal;

}

#form_home_page textarea 
{
   color: #fff;
	color: #fff!important;

}

#form_home_page input 
{
   color: #fff;
	color: #fff!important;

}

.page-id-18285 .img-fluid.mt-xlg.lazy, footer, section.section_red 
{
    max-width: 200%!important;

}

section.referencer-son-site-sur-les-moteurs-de-recherche div.li_horrizontal
{text-align:left;
}

section.comment-faire-connaitre-son-site-internet ul li 
{text-align:left;
}

section.comment-faire-connaitre-son-site-internet
{
    padding-top: 4.5rem!important;

}

section.comment-faire-connaitre-son-site-internet p:last-child 
{
    margin-bottom: 0!important;
    padding-bottom: 0rem;

}

section.generer-des-leads-qualifies #section_2_parties{padding-top: 0rem;}
section.convertir-ses-visiteurs-en-clients.paragraphe_sous_pages{padding-top: 3rem!important;}
section.augmenter-la-visibilite-de-son-site-internet.paragraphe2_sous_pages{padding-top: 3rem!important;}
section.augmenter-la-visibilite-de-son-site-internet.paragraphe3_sous_pages{padding-top: 3.5rem!important;}
.paragrapheHidden .col-xl-6{font-size:1rem;font-size:1rem!important;}
section.refondre-son-site-internet div.li_horrizontal{text-align:left;}
.page-id-5 img.img_mobile{display:none;}
@media (max-width:883px)
{
.page-id-5 img.img_mobile{display:inline;}
.page-id-5 img.img_pc{display:none;}
section.paragraphe_sous_pages.paragraphe1_sous_pages h2 {
    font-size: 1.3rem!important;
    line-height: 1.8rem!important;
    width: 90%;
}
section.paragraphe_sous_pages.paragraphe1_sous_pages {
    padding-bottom: 0rem!important;
}
#section_2_parties div.row .col-5 figure div img {
    max-width: 95%!important;
    position: relative;
    
}
#section_2_parties div.row .col-7 .col-7-inner {
    padding: 1rem;
}
.page-id-22216 #form_home_page {
    margin-top: 6rem;
}
.page-id-22216 #section_2_parties {
    padding-top: 0rem;
}
}
#p_fil_d_ariane ol{list-style:none;}
#p_fil_d_ariane ol li {display:inline;color:#fff;color: #fff!important;}
#p_fil_d_ariane ol li a {display:inline;color:#fff;color: #fff!important;}
@media (min-width: 1200px){
.d-xl-block {
    min-height: 460px!important;
}
}
#section_home_services #service_grid {
   margin-bottom: 1rem;
}
.page-template-page-nos-services2 #section_home_services #service_grid {
    margin-bottom: 1rem;
    margin-top: 3rem;
}
.content section.section_temoignages {
    padding-top: 1rem;
}
.page-template-page-accueil section#section_before_services2 {
    background: #f0e7df;
	background: #f0e7df!important;
	margin-bottom: 0rem !important;
}
.page-template-page-accueil section.section_red {
    background: #f0e7df!important;
	margin: 0 auto 0 !important;
	padding-top: 3rem;
	padding-bottom: 10rem;
}
.page-template-page-accueil  #slogan_home{margin-top:0!important;}
#section_before_services .credit_video_photo {
    z-index: 9;	
}

.page-template-page-vos-besoin section.section-red {
  margin: 0rem auto 3rem!important;
    background: #f0e7df;
    padding-top: 7rem;
	padding-bottom: 2rem;
}
.page-template-page-nos-services2 section.section_red {
    background: #f0e7df!important;
	margin: 0 auto 0 !important;
	padding-top: 4rem!important;
	position: relative;
    top: -3.5rem;
}

.page-template-page-nos-services2 #section_padding_bottom_0{
  position: relative;
    top: -4.5rem;
}
.page-template-page-nos-services2 .section_image_texte_left.paragraphe_apres_etapes.paragraphe1_apres_etapes{padding-top:0.5rem!important;}
.page-template-page-accueil section.section_temoignages .d-xl-block {
    min-height: 50px!important;
}
.page-template-page-accueil section.section_temoignages{max-height:28rem;}
.page-template-page-nos-experts .paragraphe2_sous_pages.section_home_page.paragraphe_sous_pages {
	padding-bottom:01rem!important;
}
@media(max-width:1199px){
	section.section_image_texte_right .colxl62{
		max-width: 100%;
		max-width: 100%!important;
    margin: 0;
	margin: 0!important;
    padding: 0 4rem 0 2rem;
}
section.section_image_texte_left .colxl61{
		max-width: 100%;
		max-width: 100%!important;
    margin: 0;
	margin: 0!important;
    padding: 0 4rem 0 2rem;
}
section.section_image_texte_right2 .colxl622{
		max-width: 100%;
		max-width: 100%!important;
    margin: 0;
	margin: 0!important;
    padding: 0 4rem 0 2rem;
}
	.page-template-page-accueil section.section_temoignages{max-height:inherit;}
	.container_temoignages #slider {
    position: relative;
    top: 0;
}
		.page-template-page-accueil section.section_temoignages .col-xl-12 {
    padding-top: 0rem;
}
	#temm_1{display: inline-block;
    width: 50%;
	}
	#temm_2{display: inline-block;display: inline-block!important;
    width: 50%;
		position: relative;
    top: -1rem;
	}
	#temm_2 .row{
		display: block;
    width: 100%;
    margin: 0;
    padding: 0;
	}
	
	#temm_2 .row .col-xl-10 img{
		width: 100%!important;
	}
	
	#temm_2 .row .col-xl-2{
		text-align: right;
		
	}
	
	#temm_2 .row .col-xl-2 span{
		text-align: right!important;
    display: inline;
	}
	
	.page-template-page-nos-services2 .section_image_texte_left.paragraphe_apres_etapes.paragraphe1_apres_etapes{padding-top:0.5rem!important;position: relative;
    top: -24rem;}
	.page-template-page-nos-services2 #section_padding_bottom_0{
  position: relative;
    top: -26rem;
}
	.page-template-page-nos-services2 #form_home_page {
   position: relative;
    top: -26rem;
}	.page-template-page-nos-services2 footer {
   position: relative;
    top: -26rem;
}
	#page_content_nos_services{max-height:105vh}
}
#p_fil_d_ariane ol{padding-left:0;}

@media (max-width: 883px){

	.page-template-page-accueil #section_home_services {
		margin-top: 0rem !important;
		background: #f0e7df!important;
		padding-top: 6rem;
	}
	
	.page-template-page-accueil section#section_before_services2 {
		padding: 2rem 0 0 0!important;
		width:100%!important;
	}
}

#exxpertises_right span.footer_color{
					display:inline;
					display:inline!important;
				}
				#exxpertises_right  svg{display:inline-block;width:40%;}
				#exxpertises_right  .span_footer_social{display:inline-block;width:52%;margin-left: 0;text-align: center;position: relative;right: 0.5rem}

.page-template-page-accueil .section_before_services-block-text.col-xl-6{padding-bottom:4rem;}
.page-template-page-nos-services2 .credit_video_photo{z-index: 1;position: relative;}
.page-template-page-nos-services2  #section_home_services{background: #f0e7df;}
				@media(max-width:1199px){
					#exxpertises_right{padding-top: 2rem;}
					
					.page-template-page-vos-besoin section.section-red{padding-top:3rem;}
					.page-template-page-nos-experts .paragraphe2_sous_pages.section_home_page.paragraphe_sous_pages {
						padding-top:2rem;
						padding-bottom: 0.1rem!important;
					}
					.page-template-page-nos-services2 .section_before_services-block-text.col-xl-6{position:relative;}
					.page-template-page-nos-services2 #section_before_services2 .section_before_services-block-text.col-xl-6 {
    top: -6rem;
    left: 1rem!important;
    width: 105%!important;
    max-width: 200%;
}
					.page-template-page-nos-services2 #section_home_services {
    background: #f0e7df;
    position: relative;
    top: -21rem;
    padding-top: 12rem;
}
					.page-template-page-nos-services2 .credit_video_photo {
    z-index: 1;
    position: absolute;
    top: 9.5rem;
    right: -3rem;
}
				}
				
				@media(max-width:500px){
					#exxpertises_right .col-3{width: 48%;}
					#exxpertises_right .col-4{width: 48%;}
				}
#slider_page_home .liseret, .liseret1.liseret.button_after_services{
	margin-top:3rem!important;
}
.page-id-23774 #slider_page_home .liseret{
	margin-top:1rem;	
	margin-top:1rem!important;
}
.page-template-page-accueil #slider_page_home .liseret, .liseret1.liseret.button_after_services{
	margin-top:0rem!important;
}

section.paragraphe3_apres_etapes .liseret1.liseret.button_after_services{
	display: block;
  margin: 1rem auto!important;
}
section.paragraphe_sous_pages.paragraphe3_sous_pages h2{
	color: #161616!important;
}
section.paragraphe_sous_pages h2{
	color: #161616!important;
}
section.paragraphe4_sous_pages{
	background:#fff;
}
.page-id-22213 section.paragraphe_sous_pages{
	
}
.page-template-default #section_before_services .figure_left {
    float:right;
}
.page-template-default #section_before_services2 .figure_left {
    float:right;
}

.page-id-22213 .section.paragraphe_sous_pages {
    padding-bottom: 0rem;
}
.refondre-son-site-internet_url_btn{
	margin-top:2rem;
}
.paragraphe5BlocTexte{
	width: 75%;
    margin-left: 2rem;
}
#section_padding_bottom_0{
	background: #f0e7df;padding-top:1rem!important;padding-bottom: 4.3rem;min-height:2rem;position: relative;top: 0rem;
}
	#section_padding_bottom_0 .seo_liste{border:solid 1px #434343;padding: 1rem 0.5rem 0.5rem 0.5rem;margin-bottom:1.8rem;position:relative;}
	#section_padding_bottom_0 .seo_liste_span{position:absolute;top: 1rem;right:1rem;color: #cd2828!important;font-size: 2rem;cursor: pointer;}
	#section_padding_bottom_0 .seo_liste_content{display:none;padding:2rem;}
	#section_padding_bottom_0 .seo_liste_h2{cursor:pointer;;color: #161616!important;text-align:left;font-weight: normal!important;text-transform: uppercase!important;max-width: 95%;font-size: 1.05rem!important;}
#mobile_img_1{display: inline-block;
    width: 99px;
    height: 27px;
    background-image: var(--wpr-bg-f94824e9-90cf-4226-a9ac-3e7f314033ee);
    background-size: cover;
    background-position: 0 0;cursor: pointer;}

#mobile_img_2{display: inline-block;
    width: 99px;
    height: 27px;
    background-image: var(--wpr-bg-7299d1b9-188d-4c40-a233-9c6f4a34650c);
    background-size: cover;
    background-position: -100px 0px;cursor: pointer;}

#mobile_img_3{display: inline-block;
    width: 99px;
    height: 27px;
    background-image: var(--wpr-bg-e6ff2b9f-4d56-4fb5-9037-948c76162f69);
    background-size: cover;
    background-position: -202px 0px;cursor: pointer;}
#section_contact_commercieaux .span_contact_commerciaux_1{display:inline-block;width:20%;vertical-align:top;}
		#section_contact_commercieaux .span_contact_commerciaux_2{display:inline-block;width:20%;vertical-align:top;cursor:pointer;}
		#section_contact_commercieaux .span_contact_commerciaux_3{text-decoration:none;display:inline-block;width:56%;vertical-align:top;color:#e1001e;padding-top: 0.4rem;padding-left: 0;}
		#section_contact_commercieaux .span_contact_commerciaux_4{display:inline-block;width:100%;vertical-align:top;padding-top: 0.4rem;}
		
.claerar{clear:both;}
.bgwhite{background-color: #fff;background-color: #fff!important;}
.section_white_2{background-color: #fff;padding:0 0 4rem 0;background-color: #fff!important;padding:0 0 4rem 0!important;}
.page-template-page-nos-experts #section_before_services{
	background-color: #eee7e0!important;padding-bottom: 2rem;
}
.page-template-interne-seo #section_padding_bottom_6{background: #fff;padding-top:4rem!important;padding-bottom: 3.6rem;position: relative;top: 0rem
}
.form_parent{
	position: relative;top: 0rem;
}
.page-template-interne-seo #section_p_1_interne{padding:3.6rem 0 4rem 0;position: relative;top: 0rem;}
.page-template-interne-seo #section_p_2_interne{background-color: #fff;position: relative;top: 0rem;padding:0rem 0 4rem 0;}
.page-template-interne-seo #section_p_4_interne{background-color: #f7f7f7;padding:3.6rem 0 4rem 0;position: relative;top: 0rem;}
.page-template-interne-seo #section_p_4_interne .col-xl-8{max-width: 410px;margin: 0 auto;}
.page-template-interne-seo #section_p_4_interne .col-xl-4 .wd_275{margin-left: 2rem;margin-top: 3rem;}
#section_p_4_interne .col-xl-4 .wd_275 #liseret_expertises{border: 1px solid rgb(225, 0, 30);max-width: 200px!important;}
#section_p_4_interne .col-xl-4 .wd_275 button{position: relative;top: -1.5rem;} 
#slider_page_home #liseret_25 {margin-top: 1rem!important;margin-top: 1rem;}
.page-template-pages25ans #slider_page_home .home_seo_0 {
    margin: 5rem 0!important;
    top: auto!important;
}
/* start popup maker */

#popmake-24516{border:none;border:none!important;border-radius: 0 55px 0 0;
    text-align: center;
    background: #f0e7df;max-width:94%;max-width:94%!important;}
#bir_modal_inner_top{font-weight: bold;
    text-align: center;}
#bir_modal_inner_bottom{font-weight: bold;
    text-align: center;}
#popmake-24516 p{text-align:center;margin: 1rem auto 0 auto;
    max-width: 467px;}

.bir_modal_inner_img_glace{
	display: inline-block;
    background-image: var(--wpr-bg-b3a64fed-ef05-4869-84e8-a3533bc8b191);
    width: 26px;
    height: 26px;
    background-position: -30px 0px;
    position: relative;
    top: 7px;
	margin-left:5px;
}
.pum-theme-24516 .pum-content + .pum-close, .pum-theme-hello-box .pum-content + .pum-close{background: #fff;
    border: solid 1px #2d2d2d;
position: absolute;
    height: auto;
    width: auto;
    left: 8px;
    bottom: auto;
	bottom: auto!important;
    top: 6px;
	right: auto; 
	right: auto!important;
}

.bir_modal_inner_red{color: #cd2828;display: inline-block;}

.bir_modal_inner_img_star{
	display: inline-block;
    background-image: var(--wpr-bg-e62d4c3e-2d7c-49a5-a4e0-1d3fa459543b);
    width: 26px;
    height: 26px;
    background-position: -54px 0px;
    position: relative;
    top: 3px;
}
#bir_modal_inner_ctas{
	text-align: center;
    margin: 1rem auto;
}
.bir_modal_inner_img_cta{
	display: inline-block;
    background-image: var(--wpr-bg-6632618a-ed3b-402c-9773-6432c67a7cbc);
    width: 160px;
    height: 56px;
    background-position: -87px 0px;
    position: relative;
    top: 0px;
}
.bir_modal_inner_img_cta span{
	color: #fff;
    font-weight: bold;
    position: absolute;
    bottom: 9px;
    display: inline-block;
    width: 100px;
    left: 22%;
    overflow: hidden;
}
.pum-theme-24516 .pum-content, .pum-theme-hello-box .pum-content {
  
}
@media(max-width:500px){
.bir_modal_inner_red {
    font-size: 0.9rem;
}
}

.bir_modal_inner_red {
    color: #cd2828;
    display: inline-block;
    font-size: 0.9rem;
}
/* end popup maker */
.page-template-page-vos-besoin #slider_page_home .liseret{
    margin-top: 1rem!important;
}
h2{
	line-height: 1.8rem!important;
}
h3{
	color:#161616;
}
.page-id-19647 #slider_page_home .liseret{
    margin-top: 1rem!important;
}
.margin-bottom-zero{margin-bottom:0;margin-bottom:0!important;}*
.justify-content-center{
	justify-content:center; 
	justify-content:center!important;
}		</style>
		<noscript><style> .wpb_animate_when_almost_visible { opacity: 1; }</style></noscript><style type="text/css">/** Mega Menu CSS: fs **/</style>

	<link data-minify="1" rel='stylesheet' id='bir-custom-css' href='https://www.brioude-internet.fr/wp-content/cache/background-css/www.brioude-internet.fr/wp-content/cache/min/1/wp-content/themes/brioude/assets/css/custom.css?ver=1713776615&wpr_t=1714055292' media='all' />

	<noscript><style id="rocket-lazyload-nojs-css">.rll-youtube-player, [data-lazy-src]{display:none !important;}</style></noscript>
	<!--

	<link rel="preconnect" href="https://fonts.googleapis.com">

	<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>

	<link href="https://fonts.googleapis.com/css2?family=Lato&family=Montserrat&display=swap" rel="stylesheet">

	-->

	

<style>

@font-face{font-family:Lato;font-style:light;font-weight:300;font-display:swap;src:url(/wp-content/themes/brioude/assets/fonts/Lato-Light.woff2) format('woff2');}@font-face{font-family:Lato;font-style:normal;font-weight:400;font-display:swap;src:url(/wp-content/themes/brioude/assets/fonts/S6uyw4BMUTPHjxAwXjeu.woff2) format('woff2');unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Lato;font-style:normal;font-weight:400;font-display:swap;src:url(/wp-content/themes/brioude/assets/fonts/S6uyw4BMUTPHjx4wXg.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Montserrat;font-style:normal;font-weight:400;font-display:swap;src:url(/wp-content/themes/brioude/assets/fonts/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Hw0aXpsog.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Montserrat;font-style:normal;font-weight:400;font-display:swap;src:url(/wp-content/themes/brioude/assets/fonts/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Hw9aXpsog.woff2) format('woff2');unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Montserrat;font-style:normal;font-weight:400;font-display:swap;src:url(/wp-content/themes/brioude/assets/fonts/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Hw2aXpsog.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB}@font-face{font-family:Montserrat;font-style:normal;font-weight:400;font-display:swap;src:url(/wp-content/themes/brioude/assets/fonts/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Hw3aXpsog.woff2) format('woff2');unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Montserrat;font-style:normal;font-weight:400;font-display:swap;src:url(/wp-content/themes/brioude/assets/fonts/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Hw5aXo.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Montserrat;font-style:bold;font-weight:700;font-display:swap;src:url(/wp-content/themes/brioude/assets/fonts/montserrat-bold-webfont.woff2) format('woff2');}

</style>
	<link rel="icon" href="/wp-content/themes/brioude/assets/img/favicon-32x32.png" sizes="32x32" />

	<link rel="icon" href="/wp-content/themes/brioude/assets/img/favicon-192x192.png" sizes="192x192" />

	<link rel="apple-touch-icon" href="/wp-content/themes/brioude/assets/img/favicon-180x180.png" />
	<link data-minify="1" rel="stylesheet" href="https://www.brioude-internet.fr/wp-content/cache/min/1/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css?ver=1713776615">
	<link href="/wp-content/themes/brioude/assets/css/bootstrap.min.css" rel="stylesheet">
	<link href=" https://www.brioude-internet.fr/wp-content/cache/background-css/www.brioude-internet.fr/wp-content/themes/brioude/assets/css/owl.carousel.min.css?wpr_t=1714055292" rel="stylesheet">
	<!-- <link href=" /assets/css/style.css" rel="stylesheet"> -->

	
	
	
		<style>
    .bold-red,
    .btn-link,
    .btn-link:hover,
    .btn-outline-primary,
    .btn-outline-primary.disabled,
    .btn-outline-primary:disabled,
    .dropdown-toggle::after,
    .link-primary,
    .link-primary:focus,
    .link-primary:hover,
    .link-red a,
    .nav-link,
    .nav-link:focus,
    .nav-link:hover,
    .nav-pills .nav-link.active,
    .nav-pills .show>.nav-link,
    .orange_color,
    .page-link,
    .page-link:focus,
    .page-link:hover,
    .slider_a,
    .slogan,
    .span_logo_bottom_2,
    a,
    a:hover {
        color: #e1001e
    }

    .is_title_h2,
    h2 {
        font-size: 1.5rem
    }

    .page,
    .page_header {
        min-height: 1px
    }

    .page_header_sticky,
    .page_header_sticky_mobile {
        position: fixed;
        top: 0;
        z-index: 3;
        box-shadow: 0 1px 3px 0 rgb(225 0 30 / 60%);
        width: 100%;
        left: 0
    }

    .page_header_sticky header {
        width: 85%;
        max-width: 1200px;
    }

    .block,
    .col-logo a,
    .col-logo span,
    .hidden_phone,
    .hidden_phone_important,
    .testimonials_company,
    div.container_temoignages span,
    section.section_home_page span {
        display: block
    }

    #lire_la_suite_top,
    .barres_temoignages ul li,
    .birobf,
    .fleche,
    .pointer,
    .traits {
        cursor: pointer
    }

    .col-menu ul,
    .sidebar_linkks ul,
    .sidebar_links ul,
    footer ul,
    ul.page-numbers {
        list-style: none
    }

    :root {
        --bs-blue: #e1001e;
        --bs-primary: #e1001e
    }

    .form-check-input:checked {
        background-color: #e1001e;
        border-color: #e1001e
    }

    .form-check-input[type=checkbox]:indeterminate {
        background-color: #e1001e;
        border-color: #e1001e
    }

    .btn-check:focus+.btn-primary,
    .btn-outline-primary,
    .btn-primary:focus,
    .primary:visited {
        border: none !important
    }

    .form-range::-webkit-slider-thumb {
        background-color: #e1001e
    }

    .form-range::-moz-range-thumb {
        background-color: #e1001e
    }

    .btn-check:active+.btn-primary,
    .btn-check:checked+.btn-primary,
    .btn-primary.active,
    .btn-primary:active,
    .dropdown-item.active,
    .dropdown-item:active,
    .dropdown-menu-dark .dropdown-item.active,
    .dropdown-menu-dark .dropdown-item:active,
    .fleche,
    .progress-bar,
    .show>.btn-primary.dropdown-toggle,
    .trait_1 {
        background-color: #e1001e
    }

    .btn-outline-primary:hover,
    .btn-primary.disabled,
    .btn-primary:disabled {
        background-color: #e1001e;
        border: none !important
    }

    .home_google,
    .testimonials {
        border-radius: 0 20px 20px;
        background-color: #fff
    }

    .btn-check:active+.btn-outline-primary,
    .btn-check:checked+.btn-outline-primary,
    .btn-outline-primary.active,
    .btn-outline-primary.dropdown-toggle.show,
    .btn-outline-primary:active,
    .btn-primary,
    .list-group-item.active,
    .page-item.active .page-link {
        background-color: #e1001e;
        border-color: #e1001e
    }

    .border-primary {
        border-color: #e1001e !important
    }

    body {
        font-family: Lato, sans-serif;
        background: #f7f7f7;
    }

    .is_title,
    .is_title_h2,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-family: Montserrat, sans-serif;
        font-weight: 700
    }

    .custom_scroll::-webkit-scrollbar-track {
        background: #ccc
    }

    .custom_scroll::-webkit-scrollbar {
        width: 4px
    }

    .custom_scroll::-webkit-scrollbar-thumb {
        box-shadow: inset 0 0 4px #e1001e
    }

    .custom_scroll_right::-webkit-scrollbar-track {
        background: #ccc
    }

    .custom_scroll_right::-webkit-scrollbar {
        width: 4px
    }

    .custom_scroll_right::-webkit-scrollbar-thumb {
        box-shadow: inset 0 0 4px #e1001e
    }

    p {
        line-height: 30px;
        color: #787878
    }

    h1 {
        margin-top: 1.3rem
    }

    section.section_full {
        background: #f7f7f7;
        padding: 50px 0;
        color: #111
    }

    section.section_all_page,
    section.section_full .row {
        margin: 0 auto 60px;
        max-width: 90%
    }

    .hover_dark:hover,
    section.section_full .row .is_title_h2 {
        color: #111
    }

    section.section_full .row_100 {
        max-width: 100%;
        margin: 0;
        padding: 0
    }

    .container_temoignages .col-md-5,
    section.section_full .row_100 .col_post {
        padding-left: 0
    }

    .text-align-right {
        text-align: right
    }

    .has-text-align-center,
    .phone a,
    .phone_mobile {
        text-align: center
    }

    h2 {
        font-weight: 700
    }

    .page {
        max-width: 1440px;
        margin: 0 auto;
        padding-left: 15px;
        padding-right: 15px;
        background: #f7f7f7
    }

    .page_header_sticky {
        min-height: 68px;
        background: #fff
    }

    .page_header_sticky_mobile {
        min-height: 62px;
        background: #fff
    }

    .trait_2,
    .trait_3 {
        background-color: #000
    }

    a {
        color: #787878
    }

    .hidden_pc {
        display: none
    }

    .col-menu ul li,
    .inlineblocked {
        display: inline-block;
        vertical-align: top
    }

    .col-menu ul {
        padding: .5rem;
        margin: 0
    }

    .col-menu ul li {
        margin-right: 1%
    }

    .bold-red,
    .span_logo_bottom,
    .text-bold {
        font-weight: 700
    }

    .col-logo a {
        text-decoration: none;
        width: 100%
    }

    .col-logo img {
        width: 100px;
        height: auto;
        max-width: 65%
    }

    .col-logo .inlineblocked {
        margin: 12px 0 0
    }

    header {
        padding: 8px 0 18px
    }

    .remonted_5 {
        position: relative;
        top: -5px
    }

    .traits {
        position: relative
    }

    .trait_1,
    .trait_2,
    .trait_3 {
        height: 4px;
        margin-bottom: 6px;
        position: absolute;
        right: 0;
        display: block
    }

    .trait_1 {
        width: 20px;
        top: 0
    }

    .trait_2 {
        width: 34px;
        top: 10px
    }

    .trait_3 {
        width: 27px;
        top: 20px
    }

    .bgtestimonial,
    .slider img {
        height: 100%;
        width: 100%;
        max-height: 400px;
    }

    .phone a {
        text-decoration: none
    }

    .dropdown-toggle::after {
        position: relative;
        top: 3px
    }

    .nav-pills .nav-link {
        font-weight: 400
    }

    .nav-pills .nav-link.active,
    .nav-pills .show>.nav-link {
        background-color: transparent;
        font-weight: 700
    }

    .div_menu,
    .phone_pc {
        margin-top: 10px
    }

    .phone_pc a {
        font-weight: 700
    }

    .phone_mobile a {
        color: #787878;
        font-weight: 700;
        font-size: 1.15rem
    }

    .col-phone {
        position: relative;
        top: 10px;
        padding-right: 2px;
        text-align: right
    }

    .slider {
        margin: 0 auto;
        background-color: #f7f7f7
    }

    .slider .col-md-6 {
        padding: 0
    }

    .home_seo {
        margin: 0 auto 0 15%;
        text-align: left;
        padding-right: 15px
    }

    .home_seo h1 {
        margin-top: 95px;
        text-align: left;
        font-size: 1.5rem;
        font-weight: 700;
        max-width: 100%
    }

    .slogan {
        font-weight: 700;
        text-transform: uppercase
    }

    .nav-link {
        color: #787878;
        display: block;
        padding: .5rem .4rem
    }

    section {
        margin-bottom: 70px
    }

    section.section_home_page {
        margin: 0 auto 60px;
        max-width: 85%
    }

    section.section_home_last_posts {
        margin: 100px auto 60px
    }

    div.container_temoignages,
    section.section_taxonomy_posts {
        margin: 0 auto 60px;
        max-width: 100%
    }

    section.section_archive_top {
        margin: 40px auto
    }

    .row_temoignages {
        max-width: 85%;
        margin: 0 auto
    }

    section.section_temoignages {
        background-color: #fff;
        padding: 55px 0 1px;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        border-radius: 0 50px 50px
    }

    .bgtestimonial {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0
    }

    .bgtestimonial img {
        max-width: 100%
    }

    .calltoact {
        display: inline-block;
        margin-top: 36px;
        padding: 12px 28px !important
    }

    #lire_la_suite_top {
        display: block;
        max-width: 140px;
        font-weight: 700;
        margin: 10px 0
    }

    .svg_lire_la_suite {
        margin-left: 10px
    }

    .svg_lire_la_suite_rotate svg {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .slider_a {
        text-decoration: none;
        font-weight: 700;
        padding-left: 0 !important
    }

    .home_google {
        margin-top: 80px;
        max-width: 300px;
        padding: 15px 0
    }

    .home_google .col-md-8 {
        width: 240px
    }

    .home_google .col-md-4 {
        width: 58px;
        margin-top: 14px;
        padding-left: 0
    }

    .testimonials {
        min-height: 150px;
        width: 90%;
        margin: 0 auto;
        padding: 20px;
        position: relative;
        top: 140px;
        left: 10%
    }

    #sommaire_hidden span:hover,
    .home_temoignages {
        background-color: #eee
    }

    section.section_avis .testimonials {
        top: 0;
        left: 0
    }

    .mt-pc-5 {
        margin-top: 3rem
    }

    div.gmb {
        padding: 15px 95px 15px 15px;
        background: #fff;
        position: absolute;
        left: 8%;
        bottom: -40px;
        border: 1px solid #eee;
        border-radius: 0 20px 20px;
        max-width: 290px
    }

    .fleche_phone_r {
        position: absolute;
        right: -14%;
        top: 46%
    }

    .fleche_phone_l {
        position: absolute;
        left: -11%;
        top: 46%
    }

    .barres_temoignages {
        margin-top: 20px;
        padding: 0
    }

    .barres_temoignages ul {
        list-style: none;
        padding: 0 0 0 15px
    }

    .mobile_img_temoignages {
        margin: 0 auto 20px;
        position: relative;
        padding: 0
    }

    .mobile_img_temoignages img {
        width: 100%;
        height: auto
    }

    .barres_temoignages ul li {
        display: inline-block;
        vertical-align: top;
        width: 20px;
        height: 7px;
        background-color: red;
        margin-right: 8px;
        border-radius: 2px
    }

    .barres_temoignages ul li.barre_active {
        width: 35px
    }

    .p_left_temoignages {
        margin-top: 36px
    }

    .home_google .col-md-8 .icon_google {
        background-image: var(--wpr-bg-76d5d46b-020b-440b-b644-fd0812204774);
        background-position: -226px -152px;
        width: 150px;
        height: 55px;
        margin: 0 auto
    }

    section.section_red {
        margin: 146px auto 0;
        max-width: 85%
    }

    section.section_red_2 {
        margin: 100px auto 60px;
        max-width: 85%
    }

    section.section_red .home_top_2_relative {
        padding: 78px 30px 36px;
        border: 2px solid #eee;
        border-radius: 8px;
        position: relative;
        cursor: pointer;
        margin-bottom: 90px
    }

    .sidebar_post_page {
        position: relative;
        right: 2%
    }

    .bir_citation p,
    section.section_red .home_top_2_relative:hover>a,
    section.section_red .home_top_2_relative:hover>h2,
    section.section_red .home_top_2_relative:hover>p {
        color: #fff
    }

    .home_top_2_left {
        width: 45%;
        margin-right: 5%
    }

    .home_top_2_right {
        width: 45%;
        margin-left: 5%
    }

    .text-title {
        font-weight: 700;
        font-size: 1.65rem;
        max-width: 80%
    }

    .btn {
        padding: .5rem 2rem;
        border-radius: 9px
    }

    .icon_home_left {
        position: absolute;
        left: 20px;
        top: -40px;
        width: 72px;
        height: 72px;
        border-radius: 9px
    }

    .icon_ads,
    .icon_formation,
    .icon_redaction,
    .icon_seo {
        width: 48px;
        height: 48px;
        margin: 12px auto;
        background-image: var(--wpr-bg-1453293d-2807-4ca3-8634-dd68dd92a0a5);
        display: block
    }

    .icon_seo {
        background-position: 0 0
    }

    .icon_ads {
        background-position: -48px 0
    }

    .icon_formation {
        background-position: -96px 0
    }

    .icon_redaction {
        background-position: -144px 0;
        position: relative;
        left: 3px
    }

    .home_temoignages {
        width: 100%;
        min-height: 616px
    }

    .fleche,
    .fleche_no {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        margin-right: 10px
    }

    .birform textarea,
    .dark_section {
        min-height: 150px
    }

    .form_brioude p,
    .testimonials_img {
        margin-bottom: 0
    }

    .testimonials_title {
        margin-top: 10px;
        margin-bottom: 25px;
        font-size: 1.45rem;
        font-weight: 700
    }

    .testimonials_text {
        margin-bottom: 35px
    }

    .testimonials_author {
        display: block;
        font-weight: 700
    }

    .fleche,
    .fleche_no {
        display: inline-block
    }

    .fleche_no {
        cursor: auto
    }

    .fleche_left,
    .fleche_right {
        width: 16px;
        height: 16px;
        margin: 5px auto 0
    }

    .float-right {
        float: right
    }

    .float-left {
        float: left
    }

    .fleche_right_red {
        width: 16px;
        height: 16px;
        display: inline-block !important;
        margin-left: 10px
    }

    .fleche_right_dark,
    .fleche_right_white {
        width: 16px;
        height: 12px;
        background-image: var(--wpr-bg-27f70506-0847-48cf-a475-b75d7494997c);
        display: inline-block !important;
        margin-left: 10px
    }

    .fleche_right_dark {
        background-position: -98px -51px
    }

    .fleche_right_white {
        background-position: -135px -51px
    }

    .icon_phone {
        width: 18px;
        height: 18px;
        margin-right: 3px;
        position: relative;
        top: -1px
    }

    .post_loop {
        position: relative;
        cursor: pointer;
        margin-bottom: 5rem !important
    }

    .post_thematique,
    .section_home_page .post_thematique {
        position: absolute;
        top: 15px;
        padding: 10px;
        border-radius: 9px;
        font-size: .8rem;
        font-weight: 700;
        display: block;
        text-transform: uppercase;
        background: #fff
    }

    .post_loop img {
        display: block;
        width: auto;
        height: auto;
        border-radius: 21px;
        max-height: 340px;
        max-width: 550px
    }

    .post_loop_category img {
        max-height: 200px;
        max-width: 100%
    }

    .post_thematique {
        right: 5%
    }

    .fleche_newsletter,
    .logo_group {
        background-image: var(--wpr-bg-07c52af4-74ed-48bd-85ee-779632c96f6e)
    }

    .dark_section,
    ul.page-numbers li .current,
    ul.page-numbers li a:hover {
        background-color: #111;
        color: #fff
    }

    .relative,
    .relatived,
    .temoignages_note {
        position: relative
    }

    .section_home_page .post_thematique {
        right: 9%
    }

    .section_taxonomy_posts .post_thematique {
        right: 15%
    }

    .post_link {
        font-size: 1.3rem;
        font-weight: 700;
        text-decoration: none;
        display: block;
        margin: 18px 0 20px
    }

    .container_dark .col-md-8 a,
    .container_dark .col-md-8 p,
    .post_date,
    .text-grey {
        color: #787878
    }

    .dark_section {
        border-radius: 0 42px 0 0;
        padding-bottom: 70px
    }

    .dark_title {
        display: block;
        margin: 80px 0 36px;
        font-size: 2rem;
        font-weight: 500
    }

    .container_dark {
        margin: 0 auto;
        max-width: 85%
    }

    .dark_section .col-md-4 {
        margin-top: 130px;
        text-align: center
    }

    footer {
        margin: 80px auto 15px;
        max-width: 90%
    }

    .logo_group {
        width: 340px;
        height: 75px;
        background-position: 10px -82px
    }

    .footer_title {
        text-transform: uppercase;
        font-weight: 700
    }

    footer ul {
        padding: 0;
        margin: 0
    }

    footer ul li {
        margin-bottom: 2px
    }

    footer ul li a {
        text-decoration: none;
        font-size: .95rem
    }

    .submit_newsletter {
        background-color: #111 !important;
        color: #fff;
        border: none;
        width: 240px;
        text-align: left;
        padding-left: 10px
    }

    .relative {
        height: 48px
    }

    .temoignages_note {
        color: #787878;
        left: 59px;
        top: 17px
    }

    .border_invert {
        background-color: #f7f7f7;
        width: 17%;
        height: 100%;
        position: absolute;
        top: 0;
        right: -15%;
        border-radius: 0 100% 100% 0;
        display: none !important
    }

    .container_border_invert_mobile {
        position: relative;
        margin: 0 auto;
        width: 94%
    }

    .border_invert_mobile {
        background-color: #f7f7f7;
        width: 95%;
        height: 20%;
        position: absolute;
        bottom: -27px;
        left: 2.5%;
        border-radius: 100% 100% 0 0
    }

    .div_newsletter {
        width: 285px;
        margin-top: 30px
    }

    .fleche_newsletter {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        width: 45px;
        height: 48px;
        background-position: -195px 0;
        cursor: pointer
    }

    .submit_newsletter {
        border-radius: 6px 0 0 6px;
        height: 48px
    }

    .footer_socials {
        margin: 0
    }

    .footer_social {
        width: 130px;
        height: 80px;
        margin: 0 auto
    }

    .footer_social_analytics,
    .footer_social_google_ads {
        width: 95px !important;
        background-image: var(--wpr-bg-28a62a4a-25a8-490e-9ef0-3a74e10b7f0b)
    }

    .footer_social_google_partner {
        background-image: var(--wpr-bg-36c04dae-7b2d-479d-aa32-c0cc6b3678eb);
        background-position: 0 -160px;
        margin: 0;
        float: left
    }

    .footer_social_google_ads {
        background-position: -128px -156px
    }

    .footer_social_youtube {
        background-image: var(--wpr-bg-75f9b676-0603-44c0-acc2-2a23bbbaa009);
        background-position: 12px -212px
    }

    .footer_social_analytics {
        background-position: -115px -212px
    }

    .footer_social_choose {
        background-image: var(--wpr-bg-3c30b93f-7383-46eb-adf3-af9b33681976);
        background-position: -213px -212px;
        margin: 0;
        float: right;
        width: 144px !important
    }

    .col_footer {
        text-align: center;
        max-height: 40px
    }

    .accordeon_answer,
    .text-justify {
        text-align: justify
    }

    .footer_social_icon {
        display: block;
        margin: 0 auto;
        width: 36px;
        height: 36px
    }

    .icon_footer_social_twitter {
        background-image: var(--wpr-bg-16fdb578-7baf-445a-84a6-29c6e4f38278);
        background-position: -244px 0
    }

    .icon_footer_social_facebook {
        background-image: var(--wpr-bg-7a1f84e1-9301-49c5-b1a7-fc28a02e8f24);
        background-position: -284px 0
    }

    .icon_footer_social_linkedind {
        background-image: var(--wpr-bg-24e45a63-4f0b-47b3-b65e-a9982c6435da);
        background-position: -324px 0
    }

    .icon_footer_social_youtube {
        background-image: var(--wpr-bg-7fe75c96-d732-41ec-842d-b7f97e2854ff);
        background-position: -364px 0
    }

    .social_youtube {
        position: relative;
        top: 2px
    }

    .border_trait {
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 9px;
        top: 22px;
        left: -14px;
        z-index: 0;
        max-width: 273px
    }

    .wd_275 {
        width: 275px
    }

    .logo_bir {
        display: inline-block !important;
        width: 100px;
        height: 67px;
        background-image: var(--wpr-bg-1f0af0cf-0b97-48dd-89a3-fce64aea0d4b);
        background-position: -329px -68px
    }

    .hover_grey:hover {
        background-color: #787878
    }

    .img_home_mobile_2 img {
        max-width: 100%;
        margin: 0 auto;
        height: auto
    }

    .taxonomy-description {
        width: 60%
    }

    .section_taxonomy_links {
        background-color: #f7f7f7;
        padding: 20px 0;
        margin-bottom: 0
    }

    .section_taxonomy_links ul {
        ist-style: none;
        margin: 0 auto;
        padding: 0;
        max-width: 100%
    }

    .section_taxonomy_links ul li {
        display: inline-block;
        vertical-align: top;
        padding: 0;
        margin-right: 15px
    }

    .section_taxonomy_links ul li a {
        text-decoration: none;
        font-weight: 700;
        display: block;
        width: 100%;
        height: 100%;
        padding: 16px 24px;
        border-radius: 9px;
        background: #fff
    }

    ul.page-numbers li a,
    ul.page-numbers li span {
        display: inline-block !important;
        vertical-align: top;
        padding: 11px 20px;
        background-color: #f7f7f7;
        border-radius: 4px;
        margin-right: 10px
    }

    .section_taxonomy_links .row_center {
        width: 87%;
        margin: 0 auto;
        max-width: 1290px
    }

    section.section_taxonomy_posts .row_posts {
        width: 92%;
        margin: 0 auto;
        max-width: 1300px
    }

    .row_pagination {
        max-width: 90%;
        margin: 0 auto;
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee;
        padding-top: 20px;
        padding-bottom: 4px
    }

    ul.page-numbers li {
        display: inline-block !important;
        vertical-align: top
    }

    ul.page-numbers li a {
        text-decoration: none;
        cursor: pointer
    }

    .single_breadcrumb {
        margin-top: 95px
    }

    .single_breadcrumb * {
        color: #999
    }

    .decoration-none,
    .link-red a,
    .nav .dropdown-item a,
    .single_breadcrumb a {
        text-decoration: none
    }

    .seo_post h1 {
        margin-top: 15px
    }

    .sidebar_links ul {
        padding: 0;
        text-align: left;
        border-bottom: 1px solid #eee;
        min-width: 240px !important;
        max-width: 240px !important
    }

    .sidebar_linkks {
        direction: rtl;
        height: auto;
        overflow-y: hidden;
        display: block;
        border-bottom: 2px solid #eee;
        position: relative;
        max-width: inherit;
        top: 0
    }

    .small_fleche_bottom,
    .small_fleche_right {
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent
    }

    .sidebar_linkks ul {
        direction: ltr;
        display: block;
        padding-left: 10px
    }

    .sidebar_linkks ul li {
        direction: ltr;
        display: block;
        margin-bottom: 12px;
        max-width: 98%
    }

    .sidebar_linkks ul li a {
        direction: ltr;
        color: #787878;
        text-decoration: none;
        display: block
    }

    .small_fleche_right {
        margin: 0;
        transform: rotate(90deg);
        position: relative;
        top: 10px;
        left: 4px;
        vertical-align: top;
        border-width: 0 5px 8px 4px;
        background: 0 0;
        width: 0;
        height: 0;
        border-style: solid;
        float: right;
        display: none
    }

    .small_fleche_bottom,
    .small_fleche_up {
        top: 10px;
        left: 10px;
        background: 0 0;
        width: 0;
        height: 0;
        margin: 0;
        display: none;
        vertical-align: top;
        position: relative
    }

    .small_fleche_bottom {
        transform: rotate(180deg);
        border-width: 0 5px 8px 4px;
        border-style: solid
    }

    .small_fleche_up {
        transform: rotate(0);
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-width: 0 5px 8px 4px;
        border-style: solid
    }

    .footer_copyright .grey {
        margin: 0;
        padding: 8px 0 0;
        min-height: 47px
    }

    .accordeon {
        margin-top: 30px
    }

    .accordeon_item,
    .sidebar_links ul li {
        margin-bottom: 20px
    }

    .accordeon_question {
        background-color: #f7f7f7;
        padding: 11px 21px 11px 15px;
        border-radius: 6px;
        cursor: pointer;
        max-width: 100%;
        margin: 0 auto
    }

    .accordeon_answer {
        margin-top: 15px;
        padding: 20px;
        display: none
    }

    .accordeon_item .col-md-11 {
        font-weight: 700;
        font-size: 1.1rem
    }

    .footer_copyright .grey a {
        color: #787878;
        font-size: .92rem;
        text-decoration: none;
    }

    .sommaire_mobile_article {
        margin: 0 auto 5px;
        background-color: #fff;
        padding: 25px 0 15px;
        width: 100%;
        z-index: 9
    }

    .sommaire_mobile_article select {
        margin: 0 auto;
        max-width: 80%;
        display: block;
        width: 100%;
        padding: 10px;
        border-radius: 6px;
        border: 1px solid #eee;
        background-color: #fff
    }

    .dropdown-menu-dark .dropdown-item:focus,
    .dropdown-menu-dark .dropdown-item:hover,
    .is_transparent,
    .nav .dropdown-item a:focus,
    .nav .dropdown-item a:hover {
        background-color: transparent
    }

    .sidebar_links ul li a {
        color: #6e6e6e;
        text-decoration: none;
        width: calc(100% - 20px);
        vertical-align: top
    }

    .testimonials_img img {
        height: 78px;
        width: auto;
        max-width: 100%
    }

    .birform {
        padding: 30px;
        background: #f7f7f7
    }

    .form-control {
        border: 1px solid #eee;
        border-radius: 6px
    }

    .bold-dark {
        font-weight: 700;
        color: #111
    }

    .noheight {
        height: 320px
    }

    .swiper,
    .swiper-slide a,
    .swiper-slide img {
        width: 100%;
        height: 100%
    }

    .nav .dropdown-item.active,
    .nav .dropdown-item:active {
        color: #111;
        text-decoration: none;
        background-color: transparent
    }

    .dropdown-item:focus,
    .dropdown-item:hover {
        color: #1e2125;
        background-color: transparent
    }

    .swiper {
        margin: 0 auto;
        max-width: 1290px
    }

    .swiper-slide {
        text-align: center;
        font-size: 18px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center
    }

    .swiper-slide img {
        display: block;
        object-fit: cover
    }

    .swiper-backface-hidden .swiper-slide {
        padding: 0;
        width: 205px !important
    }

    .swiper-wrapper {
        position: relative;
        right: 24%;
        max-width: 205px
    }

    .swiper-slide a {
        text-decoration: none;
        display: block;
        background: #fff;
        padding: 10px;
        border-radius: 9px
    }

    .section_taxonomy_links ul li a.active,
    .section_taxonomy_links ul li a:hover,
    .swiper-slide a.active {
        color: #fff;
        background-color: #e1001e
    }

    .contenu_article_page iframe {
        margin: 10px auto;
        display: block;
        max-width: 100%
    }

    #article_page_contenu_1,
    .contenu_article_page,
    .contenu_article_page .first_content_title {
        padding-top: 0
    }

    .bir_citation,
    .bir_cta {
        padding: 36px 40px;
        border-radius: 0 20px 20px
    }

    .contenu_article_page a,
    .contenu_article_page li,
    .contenu_article_page p,
    .contenu_article_page span,
    .contenu_article_page strong {
        color: #787878 !important
    }

    .contenu_article_page h2,
    .contenu_article_page h2 span,
    .contenu_article_page h2 strong {
        font-size: 1.85rem !important;
        color: #212529 !important
    }

    .bir_cta .cta_link a {
        color: #fff !important;
        font-size: 1.2rem;
        float: right
    }

    .contenu_article_page h1,
    .contenu_article_page h3 {
        margin: 30px 0
    }

    .contenu_article_page h2 {
        margin: 30px 0;
        padding-top: 10px;
        line-height: 2.6rem
    }

    .contenu_article_page img {
        max-width: 100%;
        height: auto
    }

    .post_loop_category img {
        margin: 0 auto
    }

    .contenu_article_page h5 {
        line-height: 30px
    }

    a.abs_link_category {
        position: absolute;
        top: 24%;
        left: 10%;
        font-size: 2.5rem;
        background: rgba(225, 0, 30, .5);
        color: #fff;
        padding: 10px 25px;
        border-radius: 10px
    }

    .barre_citation {
        display: block;
        margin-top: 10px
    }

    .bir_cta {
        background: #431310;
        color: #fff;
        position: relative;
        margin-top: 25px
    }

    .bir_cta .cta_titre {
        font-size: 1.8rem;
        margin-bottom: 15px
    }

    .bir_cta .cta_content {
        color: #ddd
    }

    .bir_citation {
        color: #fff;
        font-size: 1.8rem;
        position: relative;
        margin-top: 45px
    }

    .barre_citation_dark {
        font-weight: 700;
        color: #111;
        position: relative;
        top: -7px
    }

    .citation_author {
        color: #ddd;
        font-size: 1.1rem
    }

    .icon_citation {
        background-image: var(--wpr-bg-b879a0af-fb30-4c22-9aac-424feee7b80b);
        background-position: -408px 0;
        width: 45px;
        height: 44px;
        margin: 0 auto;
        display: block;
        position: absolute;
        top: -25px;
        left: 40px
    }

    .backtotop {
        display: none;
        position: fixed;
        height: 40px;
        width: 40px;
        bottom: 85px;
        right: 12px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        z-index: 100;
        -webkit-transition: none, .3s;
        -moz-transition: none, .3s;
        transition: none, .3s;
        line-height: 48px;
        cursor: pointer
    }

    .backtotop span {
        display: block;
        margin: 0 auto;
        width: 22px;
        height: 22px;
        position: relative;
        top: -6px;
        left: 1px
    }

    .col-logo a:hover {
        color: inherit
    }

    .avis {
        margin: 0 auto;
        width: 100%;
        max-width: 827px
    }

    .avis .testimonials {
        width: 100%;
        border-radius: 0 20px 20px;
        padding: 40px 20px;
        position: relative;
        border: 3px solid #eee;
        max-width: 700px;
        margin: 0 auto
    }

    span.span_footer_social {
        font-weight: 700;
        font-size: 1rem;
        position: relative;
        top: 0;
        margin-left: 3px;
        display: inline-block;
        vertical-align: middle;
        width: 85px;
        line-height: 20px;
        text-align: left
    }

    span.footer_color_blue {
        color: #2f8ac7
    }

    span.footer_color_red {
        color: #e91a19
    }

    span.footer_color_green {
        color: #009300
    }

    span.footer_color_yellow {
        color: #ff9c0d
    }

    span.footer_color {
        margin: 0;
        padding: 0;
        letter-spacing: -3px
    }

    img.img_choose {
        height: 34px;
        width: auto;
        position: relative;
        top: 4px
    }

    .big_success {
        display: block;
        font-style: italic;
        color: #787878
    }

    .swiper-slide {
        width: 100% !important
    }

    .contenu_article_page * {
        font-family: inherit;
        font-size: inherit;
        font-family: inherit !important;
        font-size: inherit
    }

    .dropdown-menu .dropdown-menu {
        transform: inherit;
        position: absolute !important;
        transform: inherit !important;
        left: 104% !important;
        top: 20px !important
    }

    #sommaire_hidden {
        display: none;
        position: absolute;
        background: #fff;
        padding: 15px;
        top: 46px;
        width: 100%;
        z-index: 2;
        border: 1px solid #eee
    }

    #sommaire_hidden span {
        display: block;
        margin-bottom: 0;
        cursor: pointer;
        padding: 5px
    }

    #sommaire_desktop_inner {
        position: relative;
        max-width: 85%
    }

    .fleche_sommaire {
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer;
        width: 44px !important;
        height: 45px !important
    }

    #input_sommaire {
        margin: 35px 0;
        max-width: 100%;
        display: block;
        width: 100%;
        height: 46px;
        padding: 10px;
        border-radius: 6px;
        border: 1px solid #eee;
        background-color: #fff
    }

    .arc_cercle {
        background-color: #f7f7f7;
        height: 100%;
        width: 50px;
        position: absolute;
        top: 0;
        right: -50px;
        border-radius: 0 150% 100% 0;
        z-index: 2;
        max-height: 400px;
    }

    .image_single img {
        position: relative;
        left: 0
    }

    #mega-menu-wrap-primary {
        background: 0 0
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,
    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link,
    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link {
        background: 0 0;
        color: #212529
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
        color: #212529;
        font-size: 1rem
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
        background: #fff;
        color: #212529;
        font-size: 1rem
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-toggle-on>a.mega-menu-link {
        background: 0 0;
        color: #333;
        font-weight: 400;
        text-decoration: none;
        border-color: #fff
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:hover {
        background: 0 0;
        color: #e1001e;
        font-weight: 400;
        text-decoration: none;
        border-color: #fff
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus,
    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
        background: #f7f7f7;
        font-weight: 400;
        text-decoration: none;
        color: #666
    }

    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator:after {
        color: #e1001e;
        font-size: 1.2rem
    }

    .form_brioude {
        margin: 30px auto;
        width: 100%;
        max-width: 800px
    }

    .form_brioude .form-control {
        padding: .65rem;
        -webkit-box-shadow: 0 0 10px 0 rgb(191 191 191 / 50%) !important;
        -moz-box-shadow: 0 0 10px 0 rgb(191 191 191 / 50%) !important;
        box-shadow: 0 0 10px 0 rgb(191 191 191 / 50%) !important
    }

    .form_brioude input[type=submit] {
        display: block;
        margin: 10px auto 0
    }

    .p_form_rgpd {
        font-size: .85rem;
        font-style: italic;
        line-height: 17px;
        height: 53px;
        overflow-y: scroll
    }

    .nos_agences_title {
        text-align: center;
        display: block;
        font-size: 1.5rem
    }

    .undeline_nos_agences_title {
        height: 3px;
        text-align: center;
        display: block;
        width: 40px;
        background: #e1001e;
        margin: 3px auto
    }

    .error_form {
        color: #ef1b1b;
        font-size: .9rem;
        font-style: italic;
        margin-top: 1px
    }

    .agence_contact {
        padding: 30px 50px;
        border: 1px solid #eee;
        border-radius: 8px;
        -webkit-box-shadow: 0 0 10px 0 rgb(191 191 191 / 50%) !important;
        -moz-box-shadow: 0 0 10px 0 rgb(191 191 191 / 50%) !important;
        box-shadow: 0 0 10px 0 rgb(191 191 191 / 50%) !important;
        min-height: 161px
    }

    .agence_contact a.a_agence_contact {
        display: block;
        text-align: center;
        font-weight: 700;
        font-size: 1.3rem
    }

    .adresse_agence {
        display: block;
        text-align: center;
        max-width: 170px;
        margin: 10px auto
    }

    span.span_footer_small {
        font-size: .95rem;
        display: block;
        margin-left: 0
    }

    a.a_localisation_footer {
        font-size: .95rem;
        text-decoration: none
    }

    .menu_pc_sticky {
        position: fixed;
        background: #fff;
        width: 100%;
        margin: 0 auto;
        top: 0;
        left: 0
    }

    .post_loop_job {
        border: 1px solid #eee;
        padding: 10px 10px 15px;
        margin-bottom: 1.5rem !important;
        border-radius: 10px;
        background: #eee;
        cursor: pointer
    }

    .post_loop_job:hover {
        border: 1px solid #f7d9d9;
        background: #f7d9d9
    }

    .post_loop_job .a_job {
        font-size: 1.3rem
    }

    li.info_job {
        display: inline-block;
        vertical-align: top;
        margin-right: 25px
    }

    .post_loop_job img.icon_job {
        width: 24px;
        height: auto;
        margin-right: 2px;
        position: relative;
        top: -3px
    }

    @media(min-width:1100px) {
        header {
            max-width: 85%;
            margin: 0 auto
        }

        h2 {
            font-size: 1.85rem
        }

        h3 {
            font-size: 1.5rem
        }

        h4 {
            font-size: 1.1rem
        }
    }

    @media(min-width:1440px) {
        header {
            max-width: 85%;
            margin: 0 auto
        }
    }

    @media(max-width:1450px) {
        .mt-pc-5 {
            margin-top: 1rem
        }

        .p_left_temoignages {
            margin-top: 10px
        }

        .container_temoignages .calltoact {
            margin-top: 15px
        }
    }

    @media (min-width:883px) AND (max-width:1122px) {
        header {
            max-width: 98%;
            margin: 0 auto
        }

        .nav-link {
            padding: .5rem .2rem
        }

        .col-logo {
            width: 30%
        }

        .div_menu {
            width: 48%
        }

        .col-phone {
            width: 22%
        }

        div.container_temoignages span {
            display: block;
            font-size: 1.3rem
        }
    }

    .backtotop,
    .bir_citation,
    .icon_home_left,
    .orange_bg {
        background: #e1001e
    }

    section.section_red .home_top_2_relative:hover {
        background-color: #e1001e;
        transition-duration: .8s
    }

    .border_trait {
        border: 1px solid #e1001e
    }

    .small_fleche_bottom,
    .small_fleche_right,
    .small_fleche_up {
        border-color: transparent transparent #e1001e
    }

    .fleche_no {
        background-color: rgba(225, 0, 30, .3)
    }

    @media(max-width:883px) {

        .col-menu ul,
        .nav-pills {
            list-style: none;
            width: 100%
        }

        .page {
            max-width: 100%;
            padding-left: 2px;
            padding-right: 2px
        }

        .hidden_phone,
        div.gmb {
            display: none
        }

        .hidden_pc_important,
        .hidden_phone_important {
            display: none !important
        }

        .hidden_pc,
        .nav-pills {
            display: block
        }

        .col-menu {
            position: absolute;
            left: 0;
            top: 70px;
            width: 100%;
            background: #fff;
            z-index: 9
        }

        .menu_mobile {
            height: 50vh;
            overflow-y: scroll;
            border: 1px solid #eee
        }

        .col-menu ul li {
            display: block;
            margin-right: 0
        }

        .col-logo {
            width: 42%
        }

        .col-logo img {
            width: 70px;
            height: auto
        }

        .div_menu {
            padding-right: 6%;
            padding-left: 0;
            width: 48%
        }

        .col-phone {
            width: 10%
        }

        .dropdown-menu {
            border: none
        }

        .dropdown-toggle::after {
            float: right
        }

        header .row {
            margin-right: 10px;
            margin-left: 0
        }

        .row_center,
        .slider {
            margin: 0 auto;
            background-color: #fff
        }

        .home_seo_0 {
            margin: 0 auto;
            max-width: 90%;
            text-align: cengter
        }

        .home_seo h1,
        .text-title {
            max-width: 100%;
            font-weight: 700
        }

        .home_seo {
            margin: 0 auto;
            text-align: left
        }

        .col_footer,
        .footer_social,
        .home_seo h1,
        .slogan {
            text-align: center
        }

        .home_seo h1 {
            margin-top: 10px;
            font-size: 1.7rem
        }

        .dark_section .col-md-4,
        .home_seo .calltoact,
        .mt-pc-5 {
            margin-top: 0
        }

        .slogan {
            font-weight: 700;
            text-transform: uppercase
        }

        section.section_home_page {
            margin: 0 auto 60px;
            max-width: 90%
        }

        section.section_all_page {
            margin: 0 auto 60px;
            max-width: 95%
        }

        .home_top_2_left {
            width: 100%;
            margin-right: 0;
            margin-bottom: 30px
        }

        .home_top_2_right {
            width: 100%;
            margin-left: 0;
            margin-bottom: 20px
        }

        .text-title {
            font-size: 1.3rem
        }

        section {
            margin-bottom: 25px
        }

        .wd_275 {
            width: 100%;
            margin: 0 auto;
            padding: 0;
            max-width: 280px
        }

        .bir_citation,
        .bir_cta {
            font-size: 1.2rem;
            padding: 25px 20px
        }

        .icon_home_left {
            position: relative;
            left: 0;
            top: 0;
            width: 72px;
            height: 72px;
            border-radius: 9px;
            float: left;
            margin-right: 10px
        }

        h2.h2_coled {
            display: inline-block;
            width: calc(100% - 83px);
            font-size: 1.2rem
        }

        section.section_red {
            margin: 80px auto 0;
            max-width: 85%;
            clear: both
        }

        section.section_red_2 {
            margin: 0 auto;
            max-width: 85%;
            clear: both
        }

        section.section_red .home_top_2_relative {
            padding: 0 0 30px;
            border: none;
            border-radius: 0;
            position: relative;
            cursor: pointer;
            border-bottom: 1px solid #eee !important;
            margin-bottom: 30px
        }

        a.en_savoir_plus_red {
            display: inline-block;
            margin-top: 0;
            padding: 0 !important
        }

        .birform .btn-primary,
        .taxonomy-description {
            width: 100%
        }

        section.section_temoignages {
            padding-top: 30px;
            background-color: #fff;
            background-image: none;
            max-height: 5000px;
            margin-bottom: 0
        }

        .testimonials {
            background-color: #fff;
            min-height: 50px;
            margin-top: 0;
            top: 0;
            left: 0;
            width: 85%
        }

        .noheight {
            height: auto
        }

        .birform h2,
        .post_link {
            font-size: 1.2rem
        }

        .footer_social {
            cursor: pointer;
            width: 130px;
            height: 80px;
            margin: 0 auto !important;
            float: none !important
        }

        .footer_col_socials_col {
            width: 44px !important
        }

        .col_footer {
            width: 100%;
            max-height: 70px
        }

        .col_footer_one {
            margin-top: 20px
        }

        .logo_group {
            max-width: 95%
        }

        .swiper {
            width: 100%;
            height: 100%;
            margin-left: 0 !important
        }

        .swiper-wrapper {
            position: relative;
            right: 20%
        }

        .for_posts_fleches {
            position: absolute;
            width: 100%
        }

        .for_posts_fleches .fl_posts_left {
            top: 240px;
            position: absolute;
            left: -20px;
            z-index: 2
        }

        .for_posts_fleches .fl_posts_right {
            top: 240px;
            position: absolute;
            right: 15px;
            z-index: 2
        }

        .for_posts_fleches .flz_posts_left {
            top: 275px;
            position: absolute;
            left: -20px;
            z-index: 2
        }

        .for_posts_fleches .flz_posts_right {
            top: 275px;
            position: absolute;
            right: 15px;
            z-index: 2
        }

        .footer_copyright .grey {
            margin: 0;
            padding: 0;
            min-height: 5px
        }

        .bir_cta {
            margin-bottom: 55px
        }

        .bir_cta .cta_content {
            color: #ddd;
            margin-bottom: 20px
        }

        .bir_cta .cta_titre {
            font-size: 1.3rem;
            margin-bottom: 15px
        }

        .bir_cta .cta_link {
            position: absolute;
            bottom: -25px;
            left: 0;
            text-align: center
        }

        .bir_cta .cta_link a {
            font-size: 1rem;
            float: none;
            padding: 12px 28px !important;
            margin-top: 0
        }

        .post_thematique {
            right: 10%
        }

        .footer_copyright .grey a {
            color: #787878;
            font-size: .92rem;
            text-decoration: none;
        }

        .footer_col_socials {
            margin-top: 15px
        }

        .section_taxonomy_posts .post_thematique {
            right: 9%
        }

        .accordeon_item .col-md-11 {
            flex: 0 0 auto;
            flex: 0 0 auto !important;
            width: 89.66% !important;
            font-weight: 700;
            font-size: 14px
        }

        .accordeon_item .col-md-1 {
            flex: 0 0 auto;
            flex: 0 0 auto !important;
            width: 8.33% !important
        }

        .row_temoignages {
            max-width: 100%;
            margin: 0 auto
        }

        div.container_temoignages {
            margin: 0 auto 20px;
            background: #f7f7f7
        }

        .row_tem_mobile {
            max-width: 90%;
            margin: 0 auto
        }

        .img_home_mobile_2 {
            margin: 0 auto;
            max-width: 95%
        }

        .dark_title {
            font-size: 1.4rem;
            margin: 25px 0
        }

        .slider .col-md-6 {
            padding: 0;
            display: block;
            max-width: 96%;
            margin: 0 auto
        }

        .dropdown-menu .dropdown-menu {
            left: inherit;
            top: inherit;
            position: absolute !important;
            transform: translate(0, 42px) !important;
            left: inherit !important;
            top: inherit !important
        }

        .image_single img {
            position: relative;
            left: 0
        }

        #mega-menu-wrap-primary .mega-menu-toggle {
            background: 0 0;
            width: 50px;
            position: absolute;
            top: -60px;
            right: 7px;
            display: flex;
            display: flex !important
        }

        #mega-menu-wrap-primary .mega-menu-toggle+#mega-menu-primary {
            background: 0 0;
            padding: 0;
            display: none
        }

        #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,
        #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after,
        #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before {
            background-color: #111
        }

        #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open+#mega-menu-primary {
            display: block;
            background: #fff;
            border: 1px solid #eee;
            margin: 0 auto;
            max-width: 95%;
            padding: 10px
        }

        #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator:after {
            color: #e1001e;
            font-size: 1.4rem
        }

        #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-toggle-on>a.mega-menu-link {
            background: 0 0;
            color: #333;
            font-weight: 400;
            text-decoration: none;
            border-color: #fff
        }

        #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:hover {
            background: #f6e7e9;
            color: #333;
            font-weight: 400;
            text-decoration: none;
            border-color: #fff
        }

        li.info_job {
            display: block;
            vertical-align: top;
            margin-right: 0;
            margin-bottom: 15px
        }
    }

    @media(max-width:404px) {
        .col-logo .inlineblocked {
            margin: 5px 0 0;
            padding: 0;
            font-size: .8rem;
            width: 30%
        }

        .phone_mobile a {
            font-size: 13px
        }
    }

    @media (min-width:768px) AND (max-width:883px) {
        .slider .col-md-6 {
            width: 100%;
            padding: 20px
        }

        .section_all_page .col-md-8 {
            width: 100% !important
        }

        .submit_newsletter {
            max-width: 190px
        }

        .fleche_newsletter {
            right: 51px
        }

        .dark_section {
            width: 95%;
            margin: 0 auto
        }

        .img_home_mobile_2 {
            margin: 0 auto;
            max-width: 95%;
            text-align: center
        }

        .section_temoignages img {
            max-width: 100%
        }
    }
</style>
	
	<script type="rocketlazyloadscript">window.addEventListener('DOMContentLoaded', function() {
		function show_hide(a, b, c, d) {
			"none" == $(a).css("display") ? ($(a).show(500), setTimeout($(a).css("display", "inline"), 500), $(b).html("Cacher la suite"), $(c).hide(), $(d).addClass("svg_lire_la_suite_rotate")) : ($(a).hide(500), setTimeout($(a).css("display", "none"), 500), $(b).html("Lire la suite"), $(c).show(), $(d).removeClass("svg_lire_la_suite_rotate"))
		};
	});</script>

<style id="wpr-lazyload-bg-container"></style><style id="wpr-lazyload-bg-exclusion"></style>
<noscript>
<style id="wpr-lazyload-bg-nostyle">#rmp-container-19174{--wpr-bg-55360417-62e5-41de-94ff-582dc56fbf93: url('https://www.brioude-internet.fr/wp-content/uploads/rmp-menu/css/');}.icon_besoin,.icon_conseil_webmarketing{--wpr-bg-a60d3c4f-6b6b-4881-9548-5ef00d7f3e3e: url('https://www.brioude-internet.fr/wp-content/themes/brioude/assets/img/spirite_css.png');}.owl-carousel .owl-video-play-icon{--wpr-bg-94018895-61b7-48ad-9e96-2fd41f1ee256: url('https://www.brioude-internet.fr/wp-content/themes/brioude/assets/css/owl.video.play.png');}.rll-youtube-player .play{--wpr-bg-49166a47-8a57-4ace-ae72-b7c41e759041: url('https://www.brioude-internet.fr/wp-content/plugins/wp-rocket/assets/img/youtube.png');}.background-contact{--wpr-bg-58efdd89-79bc-4e99-bb21-6b72e8e07284: url('https://www.brioude-internet.fr/wp-content/themes/brioude/assets/img/arc-contact.png');}.backgroung-fomulaire-contact{--wpr-bg-ae4f400f-fd06-49b0-9b78-9c1bbcdf96d2: url('https://www.brioude-internet.fr/wp-content/themes/brioude/assets/img/nuage-design.png');}.testimonials_title::before{--wpr-bg-97478a26-a800-42e8-b700-d80a1ac9777e: url('https://www.brioude-internet.fr/wp-content/themes/brioude/assets/img/guillemets_rouges.svg');}.bir_modal_inner_img_top_pop2024{--wpr-bg-b73f3ca4-ceba-4b5f-b6fb-638d8fec6c37: url('https://www.brioude-internet.fr/wp-content/uploads/2024/02/popup2024.png');}.bir_modal_inner_img_li_pop2024{--wpr-bg-8415a564-7672-44f2-97d6-936a6b8b8e06: url('https://www.brioude-internet.fr/wp-content/uploads/2024/02/popup2024.png');}.d-xl-none.relatived::before{--wpr-bg-d3be201f-8814-4a84-b785-ef1a4764ee63: url('https://www.brioude-internet.fr/wp-content/themes/brioude/assets/img/HomePage-Form-mobile-full-height-01.jpg');}.d-xl-none.relatived::after{--wpr-bg-dbcd29eb-5587-4acd-84e6-9a2b0d7bb33d: url('https://www.brioude-internet.fr/wp-content/themes/brioude/assets/img/HomePage-Form-mobile-full-height_transparent-01.jpg');}#mobile_img_1{--wpr-bg-f94824e9-90cf-4226-a9ac-3e7f314033ee: url('https://www.brioude-internet.fr/wp-content/uploads/2023/10/telspirite.png');}#mobile_img_2{--wpr-bg-7299d1b9-188d-4c40-a233-9c6f4a34650c: url('https://www.brioude-internet.fr/wp-content/uploads/2023/10/telspirite.png');}#mobile_img_3{--wpr-bg-e6ff2b9f-4d56-4fb5-9037-948c76162f69: url('https://www.brioude-internet.fr/wp-content/uploads/2023/10/telspirite.png');}.bir_modal_inner_img_glace{--wpr-bg-b3a64fed-ef05-4869-84e8-a3533bc8b191: url('https://www.brioude-internet.fr/wp-content/uploads/2023/10/25ans.png');}.bir_modal_inner_img_star{--wpr-bg-e62d4c3e-2d7c-49a5-a4e0-1d3fa459543b: url('https://www.brioude-internet.fr/wp-content/uploads/2023/10/25ans.png');}.bir_modal_inner_img_cta{--wpr-bg-6632618a-ed3b-402c-9773-6432c67a7cbc: url('https://www.brioude-internet.fr/wp-content/uploads/2023/10/25ans.png');}.home_google .col-md-8 .icon_google{--wpr-bg-76d5d46b-020b-440b-b644-fd0812204774: url('https://www.brioude-internet.fr/wp-content/themes/brioude/assets/img/spirite_css.png');}.icon_ads,
    .icon_formation,
    .icon_redaction,
    .icon_seo{--wpr-bg-1453293d-2807-4ca3-8634-dd68dd92a0a5: url('https://www.brioude-internet.fr/wp-content/themes/brioude/assets/img/spirite_css.png');}.fleche_right_dark,
    .fleche_right_white{--wpr-bg-27f70506-0847-48cf-a475-b75d7494997c: url('https://www.brioude-internet.fr/wp-content/themes/brioude/assets/img/spirite_css.png');}.fleche_newsletter,
    .logo_group{--wpr-bg-07c52af4-74ed-48bd-85ee-779632c96f6e: url('https://www.brioude-internet.fr/wp-content/themes/brioude/assets/img/spirite_css.png');}.footer_social_analytics,
    .footer_social_google_ads{--wpr-bg-28a62a4a-25a8-490e-9ef0-3a74e10b7f0b: url('https://www.brioude-internet.fr/wp-content/themes/brioude/assets/img/spirite_css.png');}.footer_social_google_partner{--wpr-bg-36c04dae-7b2d-479d-aa32-c0cc6b3678eb: url('https://www.brioude-internet.fr/wp-content/themes/brioude/assets/img/spirite_css.png');}.footer_social_youtube{--wpr-bg-75f9b676-0603-44c0-acc2-2a23bbbaa009: url('https://www.brioude-internet.fr/wp-content/themes/brioude/assets/img/spirite_css.png');}.footer_social_choose{--wpr-bg-3c30b93f-7383-46eb-adf3-af9b33681976: url('https://www.brioude-internet.fr/wp-content/themes/brioude/assets/img/spirite_css.png');}.icon_footer_social_twitter{--wpr-bg-16fdb578-7baf-445a-84a6-29c6e4f38278: url('https://www.brioude-internet.fr/wp-content/themes/brioude/assets/img/spirite_css.png');}.icon_footer_social_facebook{--wpr-bg-7a1f84e1-9301-49c5-b1a7-fc28a02e8f24: url('https://www.brioude-internet.fr/wp-content/themes/brioude/assets/img/spirite_css.png');}.icon_footer_social_linkedind{--wpr-bg-24e45a63-4f0b-47b3-b65e-a9982c6435da: url('https://www.brioude-internet.fr/wp-content/themes/brioude/assets/img/spirite_css.png');}.icon_footer_social_youtube{--wpr-bg-7fe75c96-d732-41ec-842d-b7f97e2854ff: url('https://www.brioude-internet.fr/wp-content/themes/brioude/assets/img/spirite_css.png');}.logo_bir{--wpr-bg-1f0af0cf-0b97-48dd-89a3-fce64aea0d4b: url('https://www.brioude-internet.fr/wp-content/themes/brioude/assets/img/spirite_css.png');}.icon_citation{--wpr-bg-b879a0af-fb30-4c22-9aac-424feee7b80b: url('https://www.brioude-internet.fr/wp-content/themes/brioude/assets/img/spirite_css.png');}</style>
</noscript>
<script type="application/javascript">const rocket_pairs = [{"selector":"#rmp-container-19174","style":"#rmp-container-19174{--wpr-bg-55360417-62e5-41de-94ff-582dc56fbf93: url('https:\/\/www.brioude-internet.fr\/wp-content\/uploads\/rmp-menu\/css\/');}","hash":"55360417-62e5-41de-94ff-582dc56fbf93","url":"https:\/\/www.brioude-internet.fr\/wp-content\/uploads\/rmp-menu\/css\/"},{"selector":".icon_besoin,.icon_conseil_webmarketing","style":".icon_besoin,.icon_conseil_webmarketing{--wpr-bg-a60d3c4f-6b6b-4881-9548-5ef00d7f3e3e: url('https:\/\/www.brioude-internet.fr\/wp-content\/themes\/brioude\/assets\/img\/spirite_css.png');}","hash":"a60d3c4f-6b6b-4881-9548-5ef00d7f3e3e","url":"https:\/\/www.brioude-internet.fr\/wp-content\/themes\/brioude\/assets\/img\/spirite_css.png"},{"selector":".owl-carousel .owl-video-play-icon","style":".owl-carousel .owl-video-play-icon{--wpr-bg-94018895-61b7-48ad-9e96-2fd41f1ee256: url('https:\/\/www.brioude-internet.fr\/wp-content\/themes\/brioude\/assets\/css\/owl.video.play.png');}","hash":"94018895-61b7-48ad-9e96-2fd41f1ee256","url":"https:\/\/www.brioude-internet.fr\/wp-content\/themes\/brioude\/assets\/css\/owl.video.play.png"},{"selector":".rll-youtube-player .play","style":".rll-youtube-player .play{--wpr-bg-49166a47-8a57-4ace-ae72-b7c41e759041: url('https:\/\/www.brioude-internet.fr\/wp-content\/plugins\/wp-rocket\/assets\/img\/youtube.png');}","hash":"49166a47-8a57-4ace-ae72-b7c41e759041","url":"https:\/\/www.brioude-internet.fr\/wp-content\/plugins\/wp-rocket\/assets\/img\/youtube.png"},{"selector":".background-contact","style":".background-contact{--wpr-bg-58efdd89-79bc-4e99-bb21-6b72e8e07284: url('https:\/\/www.brioude-internet.fr\/wp-content\/themes\/brioude\/assets\/img\/arc-contact.png');}","hash":"58efdd89-79bc-4e99-bb21-6b72e8e07284","url":"https:\/\/www.brioude-internet.fr\/wp-content\/themes\/brioude\/assets\/img\/arc-contact.png"},{"selector":".backgroung-fomulaire-contact","style":".backgroung-fomulaire-contact{--wpr-bg-ae4f400f-fd06-49b0-9b78-9c1bbcdf96d2: url('https:\/\/www.brioude-internet.fr\/wp-content\/themes\/brioude\/assets\/img\/nuage-design.png');}","hash":"ae4f400f-fd06-49b0-9b78-9c1bbcdf96d2","url":"https:\/\/www.brioude-internet.fr\/wp-content\/themes\/brioude\/assets\/img\/nuage-design.png"},{"selector":".testimonials_title","style":".testimonials_title::before{--wpr-bg-97478a26-a800-42e8-b700-d80a1ac9777e: url('https:\/\/www.brioude-internet.fr\/wp-content\/themes\/brioude\/assets\/img\/guillemets_rouges.svg');}","hash":"97478a26-a800-42e8-b700-d80a1ac9777e","url":"https:\/\/www.brioude-internet.fr\/wp-content\/themes\/brioude\/assets\/img\/guillemets_rouges.svg"},{"selector":".bir_modal_inner_img_top_pop2024","style":".bir_modal_inner_img_top_pop2024{--wpr-bg-b73f3ca4-ceba-4b5f-b6fb-638d8fec6c37: url('https:\/\/www.brioude-internet.fr\/wp-content\/uploads\/2024\/02\/popup2024.png');}","hash":"b73f3ca4-ceba-4b5f-b6fb-638d8fec6c37","url":"https:\/\/www.brioude-internet.fr\/wp-content\/uploads\/2024\/02\/popup2024.png"},{"selector":".bir_modal_inner_img_li_pop2024","style":".bir_modal_inner_img_li_pop2024{--wpr-bg-8415a564-7672-44f2-97d6-936a6b8b8e06: url('https:\/\/www.brioude-internet.fr\/wp-content\/uploads\/2024\/02\/popup2024.png');}","hash":"8415a564-7672-44f2-97d6-936a6b8b8e06","url":"https:\/\/www.brioude-internet.fr\/wp-content\/uploads\/2024\/02\/popup2024.png"},{"selector":".d-xl-none.relatived","style":".d-xl-none.relatived::before{--wpr-bg-d3be201f-8814-4a84-b785-ef1a4764ee63: url('https:\/\/www.brioude-internet.fr\/wp-content\/themes\/brioude\/assets\/img\/HomePage-Form-mobile-full-height-01.jpg');}","hash":"d3be201f-8814-4a84-b785-ef1a4764ee63","url":"https:\/\/www.brioude-internet.fr\/wp-content\/themes\/brioude\/assets\/img\/HomePage-Form-mobile-full-height-01.jpg"},{"selector":".d-xl-none.relatived","style":".d-xl-none.relatived::after{--wpr-bg-dbcd29eb-5587-4acd-84e6-9a2b0d7bb33d: url('https:\/\/www.brioude-internet.fr\/wp-content\/themes\/brioude\/assets\/img\/HomePage-Form-mobile-full-height_transparent-01.jpg');}","hash":"dbcd29eb-5587-4acd-84e6-9a2b0d7bb33d","url":"https:\/\/www.brioude-internet.fr\/wp-content\/themes\/brioude\/assets\/img\/HomePage-Form-mobile-full-height_transparent-01.jpg"},{"selector":"#mobile_img_1","style":"#mobile_img_1{--wpr-bg-f94824e9-90cf-4226-a9ac-3e7f314033ee: url('https:\/\/www.brioude-internet.fr\/wp-content\/uploads\/2023\/10\/telspirite.png');}","hash":"f94824e9-90cf-4226-a9ac-3e7f314033ee","url":"https:\/\/www.brioude-internet.fr\/wp-content\/uploads\/2023\/10\/telspirite.png"},{"selector":"#mobile_img_2","style":"#mobile_img_2{--wpr-bg-7299d1b9-188d-4c40-a233-9c6f4a34650c: url('https:\/\/www.brioude-internet.fr\/wp-content\/uploads\/2023\/10\/telspirite.png');}","hash":"7299d1b9-188d-4c40-a233-9c6f4a34650c","url":"https:\/\/www.brioude-internet.fr\/wp-content\/uploads\/2023\/10\/telspirite.png"},{"selector":"#mobile_img_3","style":"#mobile_img_3{--wpr-bg-e6ff2b9f-4d56-4fb5-9037-948c76162f69: url('https:\/\/www.brioude-internet.fr\/wp-content\/uploads\/2023\/10\/telspirite.png');}","hash":"e6ff2b9f-4d56-4fb5-9037-948c76162f69","url":"https:\/\/www.brioude-internet.fr\/wp-content\/uploads\/2023\/10\/telspirite.png"},{"selector":".bir_modal_inner_img_glace","style":".bir_modal_inner_img_glace{--wpr-bg-b3a64fed-ef05-4869-84e8-a3533bc8b191: url('https:\/\/www.brioude-internet.fr\/wp-content\/uploads\/2023\/10\/25ans.png');}","hash":"b3a64fed-ef05-4869-84e8-a3533bc8b191","url":"https:\/\/www.brioude-internet.fr\/wp-content\/uploads\/2023\/10\/25ans.png"},{"selector":".bir_modal_inner_img_star","style":".bir_modal_inner_img_star{--wpr-bg-e62d4c3e-2d7c-49a5-a4e0-1d3fa459543b: url('https:\/\/www.brioude-internet.fr\/wp-content\/uploads\/2023\/10\/25ans.png');}","hash":"e62d4c3e-2d7c-49a5-a4e0-1d3fa459543b","url":"https:\/\/www.brioude-internet.fr\/wp-content\/uploads\/2023\/10\/25ans.png"},{"selector":".bir_modal_inner_img_cta","style":".bir_modal_inner_img_cta{--wpr-bg-6632618a-ed3b-402c-9773-6432c67a7cbc: url('https:\/\/www.brioude-internet.fr\/wp-content\/uploads\/2023\/10\/25ans.png');}","hash":"6632618a-ed3b-402c-9773-6432c67a7cbc","url":"https:\/\/www.brioude-internet.fr\/wp-content\/uploads\/2023\/10\/25ans.png"},{"selector":".home_google .col-md-8 .icon_google","style":".home_google .col-md-8 .icon_google{--wpr-bg-76d5d46b-020b-440b-b644-fd0812204774: url('https:\/\/www.brioude-internet.fr\/wp-content\/themes\/brioude\/assets\/img\/spirite_css.png');}","hash":"76d5d46b-020b-440b-b644-fd0812204774","url":"https:\/\/www.brioude-internet.fr\/wp-content\/themes\/brioude\/assets\/img\/spirite_css.png"},{"selector":".icon_ads,\n    .icon_formation,\n    .icon_redaction,\n    .icon_seo","style":".icon_ads,\n    .icon_formation,\n    .icon_redaction,\n    .icon_seo{--wpr-bg-1453293d-2807-4ca3-8634-dd68dd92a0a5: url('https:\/\/www.brioude-internet.fr\/wp-content\/themes\/brioude\/assets\/img\/spirite_css.png');}","hash":"1453293d-2807-4ca3-8634-dd68dd92a0a5","url":"https:\/\/www.brioude-internet.fr\/wp-content\/themes\/brioude\/assets\/img\/spirite_css.png"},{"selector":".fleche_right_dark,\n    .fleche_right_white","style":".fleche_right_dark,\n    .fleche_right_white{--wpr-bg-27f70506-0847-48cf-a475-b75d7494997c: url('https:\/\/www.brioude-internet.fr\/wp-content\/themes\/brioude\/assets\/img\/spirite_css.png');}","hash":"27f70506-0847-48cf-a475-b75d7494997c","url":"https:\/\/www.brioude-internet.fr\/wp-content\/themes\/brioude\/assets\/img\/spirite_css.png"},{"selector":".fleche_newsletter,\n    .logo_group","style":".fleche_newsletter,\n    .logo_group{--wpr-bg-07c52af4-74ed-48bd-85ee-779632c96f6e: url('https:\/\/www.brioude-internet.fr\/wp-content\/themes\/brioude\/assets\/img\/spirite_css.png');}","hash":"07c52af4-74ed-48bd-85ee-779632c96f6e","url":"https:\/\/www.brioude-internet.fr\/wp-content\/themes\/brioude\/assets\/img\/spirite_css.png"},{"selector":".footer_social_analytics,\n    .footer_social_google_ads","style":".footer_social_analytics,\n    .footer_social_google_ads{--wpr-bg-28a62a4a-25a8-490e-9ef0-3a74e10b7f0b: url('https:\/\/www.brioude-internet.fr\/wp-content\/themes\/brioude\/assets\/img\/spirite_css.png');}","hash":"28a62a4a-25a8-490e-9ef0-3a74e10b7f0b","url":"https:\/\/www.brioude-internet.fr\/wp-content\/themes\/brioude\/assets\/img\/spirite_css.png"},{"selector":".footer_social_google_partner","style":".footer_social_google_partner{--wpr-bg-36c04dae-7b2d-479d-aa32-c0cc6b3678eb: url('https:\/\/www.brioude-internet.fr\/wp-content\/themes\/brioude\/assets\/img\/spirite_css.png');}","hash":"36c04dae-7b2d-479d-aa32-c0cc6b3678eb","url":"https:\/\/www.brioude-internet.fr\/wp-content\/themes\/brioude\/assets\/img\/spirite_css.png"},{"selector":".footer_social_youtube","style":".footer_social_youtube{--wpr-bg-75f9b676-0603-44c0-acc2-2a23bbbaa009: url('https:\/\/www.brioude-internet.fr\/wp-content\/themes\/brioude\/assets\/img\/spirite_css.png');}","hash":"75f9b676-0603-44c0-acc2-2a23bbbaa009","url":"https:\/\/www.brioude-internet.fr\/wp-content\/themes\/brioude\/assets\/img\/spirite_css.png"},{"selector":".footer_social_choose","style":".footer_social_choose{--wpr-bg-3c30b93f-7383-46eb-adf3-af9b33681976: url('https:\/\/www.brioude-internet.fr\/wp-content\/themes\/brioude\/assets\/img\/spirite_css.png');}","hash":"3c30b93f-7383-46eb-adf3-af9b33681976","url":"https:\/\/www.brioude-internet.fr\/wp-content\/themes\/brioude\/assets\/img\/spirite_css.png"},{"selector":".icon_footer_social_twitter","style":".icon_footer_social_twitter{--wpr-bg-16fdb578-7baf-445a-84a6-29c6e4f38278: url('https:\/\/www.brioude-internet.fr\/wp-content\/themes\/brioude\/assets\/img\/spirite_css.png');}","hash":"16fdb578-7baf-445a-84a6-29c6e4f38278","url":"https:\/\/www.brioude-internet.fr\/wp-content\/themes\/brioude\/assets\/img\/spirite_css.png"},{"selector":".icon_footer_social_facebook","style":".icon_footer_social_facebook{--wpr-bg-7a1f84e1-9301-49c5-b1a7-fc28a02e8f24: url('https:\/\/www.brioude-internet.fr\/wp-content\/themes\/brioude\/assets\/img\/spirite_css.png');}","hash":"7a1f84e1-9301-49c5-b1a7-fc28a02e8f24","url":"https:\/\/www.brioude-internet.fr\/wp-content\/themes\/brioude\/assets\/img\/spirite_css.png"},{"selector":".icon_footer_social_linkedind","style":".icon_footer_social_linkedind{--wpr-bg-24e45a63-4f0b-47b3-b65e-a9982c6435da: url('https:\/\/www.brioude-internet.fr\/wp-content\/themes\/brioude\/assets\/img\/spirite_css.png');}","hash":"24e45a63-4f0b-47b3-b65e-a9982c6435da","url":"https:\/\/www.brioude-internet.fr\/wp-content\/themes\/brioude\/assets\/img\/spirite_css.png"},{"selector":".icon_footer_social_youtube","style":".icon_footer_social_youtube{--wpr-bg-7fe75c96-d732-41ec-842d-b7f97e2854ff: url('https:\/\/www.brioude-internet.fr\/wp-content\/themes\/brioude\/assets\/img\/spirite_css.png');}","hash":"7fe75c96-d732-41ec-842d-b7f97e2854ff","url":"https:\/\/www.brioude-internet.fr\/wp-content\/themes\/brioude\/assets\/img\/spirite_css.png"},{"selector":".logo_bir","style":".logo_bir{--wpr-bg-1f0af0cf-0b97-48dd-89a3-fce64aea0d4b: url('https:\/\/www.brioude-internet.fr\/wp-content\/themes\/brioude\/assets\/img\/spirite_css.png');}","hash":"1f0af0cf-0b97-48dd-89a3-fce64aea0d4b","url":"https:\/\/www.brioude-internet.fr\/wp-content\/themes\/brioude\/assets\/img\/spirite_css.png"},{"selector":".icon_citation","style":".icon_citation{--wpr-bg-b879a0af-fb30-4c22-9aac-424feee7b80b: url('https:\/\/www.brioude-internet.fr\/wp-content\/themes\/brioude\/assets\/img\/spirite_css.png');}","hash":"b879a0af-fb30-4c22-9aac-424feee7b80b","url":"https:\/\/www.brioude-internet.fr\/wp-content\/themes\/brioude\/assets\/img\/spirite_css.png"}]; const rocket_excluded_pairs = [];</script></head>

<body class="home page-template page-template-page-accueil page-template-page-accueil-php page page-id-5 wp-embed-responsive mega-menu-primary wpb-js-composer js-comp-ver-6.4.1 vc_responsive"  >

	
	<div id="page_header" class="page_header">
		<script type="rocketlazyloadscript">
			window.addEventListener("DOMContentLoaded", (event) => {

				// 'Contactez-nous' Button on mobile menu
				var menuDiv = document.querySelector('.mobile #mega-menu-item-19870');
				menuDiv.innerHTML = '<div class="d-block liseret1 liseret"><button data-lk="L2NvbnRhY3Qv" class="redirto btn btn-primary calltoact margincenter">Contactez-nous</button></div>';

				// White bloc on the bottomm of the menu to expand the height of the menu to the bottom of the mobile screen
				var blockMenu = document.querySelector('.mobile #mega-menu-primary');
				blockMenu.innerHTML += '<div style="height:500px!important;"></div>';

				// Horizontal line  on the left side from de sub menu
				const megaSubMenus = document.querySelectorAll('.mobile .mega-sub-menu');
				megaSubMenus.forEach((megaSubMenu) => {
					const menuWrapper = document.createElement('div');

					while (megaSubMenu.firstChild) {
						menuWrapper.appendChild(megaSubMenu.firstChild);
					}

					megaSubMenu.appendChild(menuWrapper);
					const lineDiv = document.createElement('div');
					lineDiv.id = 'line-sub-menu';
					menuWrapper.insertAdjacentElement('beforebegin', lineDiv);
				});


			});
		</script>
		<header>
			<div class="row submenu d-flex align-items-center">
				<p style="margin: 0;width:70%;"> Brioude Internet : Agence de Référencement & Acquisition</p>
				<div id="phone-number" style="top: 0;;width:30%;">

					<div class="phone">

						<a href="tel:+33471500354">

							<span class="icon_phone">

								<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"

	 viewbox="0 0 53.942 53.942" width="18px" height="18px" style="enable-background:new 0 0 53.942 53.942;" xml:space="preserve">

<path fill="#cd2828" d="M53.364,40.908c-2.008-3.796-8.981-7.912-9.288-8.092c-0.896-0.51-1.831-0.78-2.706-0.78c-1.301,0-2.366,0.596-3.011,1.68	c-1.02,1.22-2.285,2.646-2.592,2.867c-2.376,1.612-4.236,1.429-6.294-0.629L17.987,24.467c-2.045-2.045-2.233-3.928-0.632-6.291	c0.224-0.309,1.65-1.575,2.87-2.596c0.778-0.463,1.312-1.151,1.546-1.995c0.311-1.123,0.082-2.444-0.652-3.731	c-0.173-0.296-4.291-7.27-8.085-9.277c-0.708-0.375-1.506-0.573-2.306-0.573c-1.318,0-2.558,0.514-3.49,1.445L4.7,3.986	c-4.014,4.013-5.467,8.562-4.321,13.52c0.956,4.132,3.742,8.529,8.282,13.068l14.705,14.705c5.746,5.746,11.224,8.66,16.282,8.66	c0,0,0,0,0.001,0c3.72,0,7.188-1.581,10.305-4.698l2.537-2.537C54.033,45.163,54.383,42.833,53.364,40.908z"/>

<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>
							</span> 04 71 50 03 54
						</a>

					</div>

				</div>
			</div>

			<div class="row">

				<!-- Desktop menu -->
				<div class="d-none d-xl-flex div_menu">
					<div class="col-3">

						<a href="/" id="link-logo">



							<picture>
								<!-- <source data-lazy-srcset="/wp-content/themes/brioude/assets/img/Brioude_Logo_Vector.webp" type="image/webp"> -->

								<img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20200%2046'%3E%3C/svg%3E" width="200" height="46" alt="Logo Brioude Internet" style="max-width: 200px;height: auto;width: 100%;" data-lazy-src="/wp-content/themes/brioude/assets/img/Brioude_Logo_Vector.svg"><noscript><img src="/wp-content/themes/brioude/assets/img/Brioude_Logo_Vector.svg" width="200" height="46" alt="Logo Brioude Internet" style="max-width: 200px;height: auto;width: 100%;"></noscript>

							</picture>

						</a>

					</div>
					<div class="d-flex col-menu col-9">
						<div id="mega-menu-wrap-primary" class="mega-menu-wrap"><div class="mega-menu-toggle"><div class="mega-toggle-blocks-left"><div class='mega-toggle-block mega-menu-toggle-block mega-toggle-block-1' id='mega-toggle-block-1' tabindex='0'><span class='mega-toggle-label' role='button' aria-expanded='false'><span class='mega-toggle-label-closed'></span><span class='mega-toggle-label-open'></span></span></div></div><div class="mega-toggle-blocks-center"></div><div class="mega-toggle-blocks-right"></div></div><ul id="mega-menu-primary" class="mega-menu max-mega-menu mega-menu-horizontal mega-no-js" data-event="hover_intent" data-effect="fade_up" data-effect-speed="200" data-effect-mobile="disabled" data-effect-speed-mobile="0" data-mobile-force-width="false" data-second-click="close" data-document-click="collapse" data-vertical-behaviour="accordion" data-breakpoint="1200" data-unbind="true" data-mobile-state="collapse_all" data-hover-intent-timeout="300" data-hover-intent-interval="100"><li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-align-bottom-left mega-menu-flyout mega-hide-on-desktop mega-menu-item-19870' id='mega-menu-item-19870'><a class="mega-menu-link" href="/contact/" tabindex="0">Contactez-nous</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-has-children mega-menu-megamenu mega-align-bottom-left mega-menu-megamenu mega-hide-arrow mega-item-align-float-left mega-menu-item-19759' id='mega-menu-item-19759'><a class="mega-menu-link" href="https://www.brioude-internet.fr/vos-besoins/" aria-haspopup="true" aria-expanded="false" tabindex="0">Vos objectifs<span class="mega-indicator"></span></a>
<ul class="mega-sub-menu">
<li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-hide-on-mobile mega-menu-columns-1-of-2 mega-menu-item-22616' id='mega-menu-item-22616'><a class="mega-menu-link" href="https://www.brioude-internet.fr/vos-besoins/referencer-son-site-sur-les-moteurs-de-recherche/">Référencez votre site</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-hide-on-mobile mega-menu-columns-1-of-2 mega-menu-item-22617' id='mega-menu-item-22617'><a class="mega-menu-link" href="https://www.brioude-internet.fr/vos-besoins/generer-des-leads-qualifies/">Générez du lead</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-hide-on-mobile mega-menu-columns-1-of-2 mega-menu-clear mega-menu-item-22614' id='mega-menu-item-22614'><a class="mega-menu-link" href="https://www.brioude-internet.fr/vos-besoins/comment-augmenter-ses-ventes-en-ligne/">Vendez plus en ligne</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-hide-on-mobile mega-menu-columns-1-of-2 mega-menu-item-22615' id='mega-menu-item-22615'><a class="mega-menu-link" href="https://www.brioude-internet.fr/vos-besoins/comment-generer-du-trafic-sur-son-site-internet/">Générez du trafic en magasin</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-hide-on-mobile mega-menu-columns-1-of-2 mega-menu-clear mega-menu-item-22620' id='mega-menu-item-22620'><a class="mega-menu-link" href="https://www.brioude-internet.fr/vos-besoins/comment-faire-connaitre-son-site-internet/">Gagnez en notoriété</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-hide-on-mobile mega-menu-columns-1-of-2 mega-menu-item-22618' id='mega-menu-item-22618'><a class="mega-menu-link" href="https://www.brioude-internet.fr/vos-besoins/refondre-son-site-internet/">Réussissez votre refonte</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-hide-on-mobile mega-menu-columns-1-of-2 mega-menu-clear mega-menu-item-22613' id='mega-menu-item-22613'><a class="mega-menu-link" href="https://www.brioude-internet.fr/vos-besoins/convertir-ses-visiteurs-en-clients/">Convertissez davantage</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-hide-on-mobile mega-menu-columns-1-of-2 mega-menu-item-22621' id='mega-menu-item-22621'><a class="mega-menu-link" href="https://www.brioude-internet.fr/vos-besoins/comment-definir-une-strategie-digitale/">Pilotez votre marketing digital</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-hide-on-mobile mega-menu-columns-1-of-2 mega-menu-clear mega-menu-item-22622' id='mega-menu-item-22622'><a class="mega-menu-link" href="https://www.brioude-internet.fr/formations/">Montez en compétences</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-hide-on-mobile mega-menu-columns-1-of-2 mega-menu-item-22619' id='mega-menu-item-22619'><a class="mega-menu-link" href="https://www.brioude-internet.fr/vos-besoins/augmenter-la-visibilite-de-son-site-internet/">Développez votre audience</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-hide-on-desktop mega-menu-columns-1-of-2 mega-menu-clear mega-menu-item-22424' id='mega-menu-item-22424'><a class="mega-menu-link" href="https://www.brioude-internet.fr/vos-besoins/">Vos objectifs</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-hide-on-desktop mega-menu-columns-1-of-2 mega-menu-item-22226' id='mega-menu-item-22226'><a class="mega-menu-link" href="https://www.brioude-internet.fr/vos-besoins/referencer-son-site-sur-les-moteurs-de-recherche/">Référencez votre site</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-hide-on-desktop mega-menu-columns-1-of-2 mega-menu-clear mega-menu-item-22218' id='mega-menu-item-22218'><a class="mega-menu-link" href="https://www.brioude-internet.fr/vos-besoins/generer-des-leads-qualifies/">Générez du lead</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-hide-on-desktop mega-menu-columns-1-of-2 mega-menu-item-22378' id='mega-menu-item-22378'><a class="mega-menu-link" href="https://www.brioude-internet.fr/vos-besoins/comment-augmenter-ses-ventes-en-ligne/">Vendez plus en ligne</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-hide-on-desktop mega-menu-columns-1-of-2 mega-menu-clear mega-menu-item-22229' id='mega-menu-item-22229'><a class="mega-menu-link" href="https://www.brioude-internet.fr/vos-besoins/comment-generer-du-trafic-sur-son-site-internet/">Générez du trafic en magasin</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-hide-on-desktop mega-menu-columns-1-of-2 mega-menu-item-22212' id='mega-menu-item-22212'><a class="mega-menu-link" href="https://www.brioude-internet.fr/vos-besoins/comment-faire-connaitre-son-site-internet/">Gagnez en notoriété</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-hide-on-desktop mega-menu-columns-1-of-2 mega-menu-clear mega-menu-item-22215' id='mega-menu-item-22215'><a class="mega-menu-link" href="https://www.brioude-internet.fr/vos-besoins/refondre-son-site-internet/">Réussissez votre refonte</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-hide-on-desktop mega-menu-columns-1-of-2 mega-menu-item-22377' id='mega-menu-item-22377'><a class="mega-menu-link" href="https://www.brioude-internet.fr/vos-besoins/convertir-ses-visiteurs-en-clients/">Convertissez davantage</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-hide-on-desktop mega-menu-columns-1-of-2 mega-menu-clear mega-menu-item-22152' id='mega-menu-item-22152'><a class="mega-menu-link" href="https://www.brioude-internet.fr/vos-besoins/comment-definir-une-strategie-digitale/">Pilotez votre marketing digital</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-hide-on-desktop mega-menu-columns-1-of-2 mega-menu-item-22219' id='mega-menu-item-22219'><a class="mega-menu-link" href="https://www.brioude-internet.fr/formations/">Montez en compétences</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-hide-on-desktop mega-menu-columns-1-of-2 mega-menu-clear mega-menu-item-22211' id='mega-menu-item-22211'><a class="mega-menu-link" href="https://www.brioude-internet.fr/vos-besoins/augmenter-la-visibilite-de-son-site-internet/">Développez votre audience</a></li></ul>
</li><li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-menu-item-has-children mega-align-bottom-left mega-menu-flyout mega-hide-arrow mega-menu-item-19760' id='mega-menu-item-19760'><a class="mega-menu-link" href="/nos-services/" aria-haspopup="true" aria-expanded="false" tabindex="0">Nos services<span class="mega-indicator"></span></a>
<ul class="mega-sub-menu">
<li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-has-children mega-menu-item-19761' id='mega-menu-item-19761'><a class="mega-menu-link" href="https://www.brioude-internet.fr/referencement-naturel/" aria-haspopup="true" aria-expanded="false">Référencement naturel<span class="mega-indicator"></span></a>
	<ul class="mega-sub-menu">
<li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-menu-item-23536' id='mega-menu-item-23536'><a class="mega-menu-link" href="/referencement-naturel/audit-technique-seo-on-site/">Audit technique SEO</a></li><li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-menu-item-23537' id='mega-menu-item-23537'><a class="mega-menu-link" href="/referencement-naturel/optimisations-techniques/">Optimisation technique</a></li><li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-menu-item-23538' id='mega-menu-item-23538'><a class="mega-menu-link" href="/referencement-naturel/reportings-et-analyses/">Agence Google analytics</a></li><li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-menu-item-23539' id='mega-menu-item-23539'><a class="mega-menu-link" href="/referencement-naturel/audit-de-mots-cles-seo/">Audit de mots-clés SEO</a></li><li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-menu-item-23540' id='mega-menu-item-23540'><a class="mega-menu-link" href="/referencement-naturel/optimisation-de-vos-pages/">Optimisation on-page</a></li><li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-menu-item-23541' id='mega-menu-item-23541'><a class="mega-menu-link" href="/referencement-naturel/audit-semantique/">Audit sémantique</a></li><li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-menu-item-23542' id='mega-menu-item-23542'><a class="mega-menu-link" href="/referencement-naturel/redaction-web/">Rédaction de textes SEO</a></li><li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-menu-item-23543' id='mega-menu-item-23543'><a class="mega-menu-link" href="/referencement-naturel/social-media-reseaux-sociaux/">Référencement réseaux sociaux</a></li><li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-menu-item-23544' id='mega-menu-item-23544'><a class="mega-menu-link" href="/referencement-naturel/audit-de-netlinking/">Audit de Netlinking</a></li><li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-menu-item-23545' id='mega-menu-item-23545'><a class="mega-menu-link" href="/referencement-naturel/netlinking/">Stratégie de netlinking</a></li>	</ul>
</li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-has-children mega-menu-item-19762' id='mega-menu-item-19762'><a class="mega-menu-link" href="https://www.brioude-internet.fr/referencement-payant/" aria-haspopup="true" aria-expanded="false">Référencement payant<span class="mega-indicator"></span></a>
	<ul class="mega-sub-menu">
<li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-menu-item-23546' id='mega-menu-item-23546'><a class="mega-menu-link" href="/sea-google-ads-bing-et-social-ads/">Consulting SEA</a></li><li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-menu-item-23547' id='mega-menu-item-23547'><a class="mega-menu-link" href="/referencement-payant/google-ads/">Gestion de campagnes Google Ads</a></li><li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-menu-item-23548' id='mega-menu-item-23548'><a class="mega-menu-link" href="/referencement-payant/microsoft-ads/">Gestion de campagnes Microsoft Ads</a></li><li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-menu-item-23549' id='mega-menu-item-23549'><a class="mega-menu-link" href="/referencement-payant/social-ads/">Social Ads - Consulting SMA</a></li><li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-menu-item-23550' id='mega-menu-item-23550'><a class="mega-menu-link" href="/referencement-payant/gestion-campagne-meta/">Gestion campagne Meta (facebook + instagram)</a></li><li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-menu-item-23551' id='mega-menu-item-23551'><a class="mega-menu-link" href="/referencement-payant/creation-de-landing-pages/">Creation de landing pages</a></li>	</ul>
</li></ul>
</li><li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-menu-item-has-children mega-align-bottom-left mega-menu-flyout mega-hide-arrow mega-menu-item-19774' id='mega-menu-item-19774'><a class="mega-menu-link" href="/nos-agences/" aria-haspopup="true" aria-expanded="false" tabindex="0">Nos agences<span class="mega-indicator"></span></a>
<ul class="mega-sub-menu">
<li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-menu-item-25488' id='mega-menu-item-25488'><a class="mega-menu-link" href="/agence-seo-en-france/">Nos agences en France</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-24520' id='mega-menu-item-24520'><a class="mega-menu-link" href="https://www.brioude-internet.fr/brioude-internet-a-25-ans/">Brioude Internet a 25 ans</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-19776' id='mega-menu-item-19776'><a class="mega-menu-link" href="https://www.brioude-internet.fr/nos-experts/">Des experts à votre service</a></li><li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-menu-item-has-children mega-menu-item-19775' id='mega-menu-item-19775'><a class="mega-menu-link" href="/nos-agences/agence-de-referencement-a-paris/" aria-haspopup="true" aria-expanded="false">Agence de référencement à Paris<span class="mega-indicator"></span></a>
	<ul class="mega-sub-menu">
<li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-menu-item-23554' id='mega-menu-item-23554'><a class="mega-menu-link" href="/nos-agences/agence-de-referencement-a-paris/agence-sea-a-paris/">Agence SEA Paris</a></li><li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-menu-item-23555' id='mega-menu-item-23555'><a class="mega-menu-link" href="/nos-agences/agence-de-referencement-a-paris/agence-webmarketing-a-paris/">Agence webmarketing Paris</a></li><li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-menu-item-23556' id='mega-menu-item-23556'><a class="mega-menu-link" href="/nos-agences/agence-de-referencement-a-paris/agence-sma-a-paris/">Agence SMA Paris</a></li><li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-menu-item-23557' id='mega-menu-item-23557'><a class="mega-menu-link" href="/nos-agences/agence-de-referencement-a-paris/agence-seo-paris/">Agence SEO Paris</a></li>	</ul>
</li><li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-menu-item-has-children mega-menu-item-19777' id='mega-menu-item-19777'><a class="mega-menu-link" href="/nos-agences/agence-de-referencement-a-lyon/" aria-haspopup="true" aria-expanded="false">Agence de référencement à Lyon<span class="mega-indicator"></span></a>
	<ul class="mega-sub-menu">
<li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-menu-item-23558' id='mega-menu-item-23558'><a class="mega-menu-link" href="/nos-agences/agence-de-referencement-a-lyon/agence-sea-a-lyon/">Agence SEA Lyon</a></li><li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-menu-item-23559' id='mega-menu-item-23559'><a class="mega-menu-link" href="/nos-agences/agence-de-referencement-a-lyon/agence-webmarketing-a-lyon/">Agence webmarketing Lyon</a></li><li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-menu-item-23560' id='mega-menu-item-23560'><a class="mega-menu-link" href="/nos-agences/agence-de-referencement-a-lyon/agence-sma-lyon/">Agence SMA Lyon</a></li><li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-menu-item-23561' id='mega-menu-item-23561'><a class="mega-menu-link" href="/nos-agences/agence-de-referencement-a-lyon/agence-seo-lyon/">Agence SEO Lyon</a></li>	</ul>
</li><li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-menu-item-has-children mega-menu-item-20545' id='mega-menu-item-20545'><a class="mega-menu-link" href="/nos-agences/agence-referencement-a-clermont-ferrand/" aria-haspopup="true" aria-expanded="false">Agence de référencement à Clermont-Ferrand<span class="mega-indicator"></span></a>
	<ul class="mega-sub-menu">
<li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-menu-item-23562' id='mega-menu-item-23562'><a class="mega-menu-link" href="/nos-agences/agence-referencement-a-clermont-ferrand/agence-sea-clermont-ferrand/">Agence SEA Clermont-Ferrand</a></li><li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-menu-item-23563' id='mega-menu-item-23563'><a class="mega-menu-link" href="/nos-agences/agence-referencement-a-clermont-ferrand/agence-webmarketing-clermont-ferrand/">Agence webmarketing Clermont-Ferrand</a></li><li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-menu-item-23564' id='mega-menu-item-23564'><a class="mega-menu-link" href="/nos-agences/agence-referencement-a-clermont-ferrand/agence-sma-clermont-ferrand/">Agence SMA Clermont-Ferrand</a></li><li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-menu-item-23565' id='mega-menu-item-23565'><a class="mega-menu-link" href="/nos-agences/agence-referencement-a-clermont-ferrand/agence-seo-clermont-ferrand/">Agence SEO Clermont-Ferrand</a></li>	</ul>
</li></ul>
</li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-has-children mega-align-bottom-left mega-menu-flyout mega-hide-arrow mega-menu-item-19778' id='mega-menu-item-19778'><a class="mega-menu-link" href="https://www.brioude-internet.fr/formations/" aria-haspopup="true" aria-expanded="false" tabindex="0">Nos formations<span class="mega-indicator"></span></a>
<ul class="mega-sub-menu">
<li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-hide-on-mobile mega-menu-item-19780' id='mega-menu-item-19780'><a class="mega-menu-link" href="https://www.brioude-internet.fr/formations/formation-referencement-naturel/">Formation référencement naturel</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-hide-on-mobile mega-menu-item-19781' id='mega-menu-item-19781'><a class="mega-menu-link" href="https://www.brioude-internet.fr/formations/formation-google-ads/">Formation Google Ads</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-hide-on-mobile mega-menu-item-19782' id='mega-menu-item-19782'><a class="mega-menu-link" href="https://www.brioude-internet.fr/formations/formation-google-analytics/">Formation Google Analytics</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-hide-on-mobile mega-menu-item-19783' id='mega-menu-item-19783'><a class="mega-menu-link" href="https://www.brioude-internet.fr/formations/formation-redaction-web/">Formation rédaction web</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-hide-on-mobile mega-menu-item-19784' id='mega-menu-item-19784'><a class="mega-menu-link" href="https://www.brioude-internet.fr/formations/formation-reseaux-sociaux/">Formation réseaux sociaux</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-hide-on-mobile mega-menu-item-19785' id='mega-menu-item-19785'><a class="mega-menu-link" href="https://www.brioude-internet.fr/formations/formation-social-selling-linkedin/">Formation social selling Linkedin</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-hide-on-desktop mega-menu-item-22632' id='mega-menu-item-22632'><a class="mega-menu-link" href="https://www.brioude-internet.fr/formations/">Nos formations</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-hide-on-desktop mega-menu-item-22636' id='mega-menu-item-22636'><a class="mega-menu-link" href="https://www.brioude-internet.fr/formations/formation-referencement-naturel/">Formation référencement naturel</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-hide-on-desktop mega-menu-item-22633' id='mega-menu-item-22633'><a class="mega-menu-link" href="https://www.brioude-internet.fr/formations/formation-google-ads/">Formation Google Ads</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-hide-on-desktop mega-menu-item-22634' id='mega-menu-item-22634'><a class="mega-menu-link" href="https://www.brioude-internet.fr/formations/formation-google-analytics/">Formation Google Analytics</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-hide-on-desktop mega-menu-item-22635' id='mega-menu-item-22635'><a class="mega-menu-link" href="https://www.brioude-internet.fr/formations/formation-redaction-web/">Formation rédaction web</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-hide-on-desktop mega-menu-item-22637' id='mega-menu-item-22637'><a class="mega-menu-link" href="https://www.brioude-internet.fr/formations/formation-reseaux-sociaux/">Formation réseaux sociaux</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-hide-on-desktop mega-menu-item-22638' id='mega-menu-item-22638'><a class="mega-menu-link" href="https://www.brioude-internet.fr/formations/formation-social-selling-linkedin/">Formation social selling Linkedin</a></li></ul>
</li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-has-children mega-align-bottom-left mega-menu-flyout mega-hide-arrow mega-menu-item-19786' id='mega-menu-item-19786'><a class="mega-menu-link" href="https://www.brioude-internet.fr/blog/" aria-haspopup="true" aria-expanded="false" tabindex="0">Actualités<span class="mega-indicator"></span></a>
<ul class="mega-sub-menu">
<li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-hide-on-mobile mega-menu-item-19787' id='mega-menu-item-19787'><a class="mega-menu-link" href="https://www.brioude-internet.fr/blog/actualites/">Entreprise</a></li><li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-hide-on-mobile mega-menu-item-19790' id='mega-menu-item-19790'><a class="mega-menu-link" href="https://www.brioude-internet.fr/blog/referencement-naturel/">Référencement naturel</a></li><li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-hide-on-mobile mega-menu-item-19791' id='mega-menu-item-19791'><a class="mega-menu-link" href="https://www.brioude-internet.fr/blog/referencement-payant/">Référencement payant</a></li><li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-hide-on-mobile mega-menu-item-19792' id='mega-menu-item-19792'><a class="mega-menu-link" href="https://www.brioude-internet.fr/blog/site-internet/">Site internet</a></li><li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-hide-on-mobile mega-menu-item-19794' id='mega-menu-item-19794'><a class="mega-menu-link" href="https://www.brioude-internet.fr/blog/webmarketing/">Webmarketing</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-hide-on-desktop mega-menu-item-22639' id='mega-menu-item-22639'><a class="mega-menu-link" href="https://www.brioude-internet.fr/blog/">Blog</a></li><li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-hide-on-desktop mega-menu-item-22640' id='mega-menu-item-22640'><a class="mega-menu-link" href="https://www.brioude-internet.fr/blog/actualites/">Entreprise</a></li><li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-hide-on-desktop mega-menu-item-22641' id='mega-menu-item-22641'><a class="mega-menu-link" href="https://www.brioude-internet.fr/blog/referencement-naturel/">Référencement naturel</a></li><li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-hide-on-desktop mega-menu-item-22642' id='mega-menu-item-22642'><a class="mega-menu-link" href="https://www.brioude-internet.fr/blog/referencement-payant/">Référencement payant</a></li><li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-hide-on-desktop mega-menu-item-22643' id='mega-menu-item-22643'><a class="mega-menu-link" href="https://www.brioude-internet.fr/blog/site-internet/">Site internet</a></li><li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-hide-on-desktop mega-menu-item-22645' id='mega-menu-item-22645'><a class="mega-menu-link" href="https://www.brioude-internet.fr/blog/webmarketing/">Webmarketing</a></li></ul>
</li></ul></div>						<div class="d-block liseret1 liseret div_menu">
							<button data-lk="L2NvbnRhY3Qv" class="redirto btn btn-primary calltoact margincenter dashicons-arrow-right">
								Contact
							</button>
							<span class="border_trait1 border_trait"></span>
						</div>
					</div>
				</div>
				<!-- MOBILE MENU -->
				<div class="d-flex d-xl-none mobile">
					<div class="col-12">

						<div id="mega-menu-wrap-primary" class="mega-menu-wrap"><div class="mega-menu-toggle"><div class="mega-toggle-blocks-left"><div class='mega-toggle-block mega-menu-toggle-block mega-toggle-block-1' id='mega-toggle-block-1' tabindex='0'><span class='mega-toggle-label' role='button' aria-expanded='false'><span class='mega-toggle-label-closed'></span><span class='mega-toggle-label-open'></span></span></div></div><div class="mega-toggle-blocks-center"></div><div class="mega-toggle-blocks-right"></div></div><ul id="mega-menu-primary" class="mega-menu max-mega-menu mega-menu-horizontal mega-no-js" data-event="hover_intent" data-effect="fade_up" data-effect-speed="200" data-effect-mobile="disabled" data-effect-speed-mobile="0" data-mobile-force-width="false" data-second-click="close" data-document-click="collapse" data-vertical-behaviour="accordion" data-breakpoint="1200" data-unbind="true" data-mobile-state="collapse_all" data-hover-intent-timeout="300" data-hover-intent-interval="100"><li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-align-bottom-left mega-menu-flyout mega-hide-on-desktop mega-menu-item-19870' id='mega-menu-item-19870'><a class="mega-menu-link" href="/contact/" tabindex="0">Contactez-nous</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-has-children mega-menu-megamenu mega-align-bottom-left mega-menu-megamenu mega-hide-arrow mega-item-align-float-left mega-menu-item-19759' id='mega-menu-item-19759'><a class="mega-menu-link" href="https://www.brioude-internet.fr/vos-besoins/" aria-haspopup="true" aria-expanded="false" tabindex="0">Vos objectifs<span class="mega-indicator"></span></a>
<ul class="mega-sub-menu">
<li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-hide-on-mobile mega-menu-columns-1-of-2 mega-menu-item-22616' id='mega-menu-item-22616'><a class="mega-menu-link" href="https://www.brioude-internet.fr/vos-besoins/referencer-son-site-sur-les-moteurs-de-recherche/">Référencez votre site</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-hide-on-mobile mega-menu-columns-1-of-2 mega-menu-item-22617' id='mega-menu-item-22617'><a class="mega-menu-link" href="https://www.brioude-internet.fr/vos-besoins/generer-des-leads-qualifies/">Générez du lead</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-hide-on-mobile mega-menu-columns-1-of-2 mega-menu-clear mega-menu-item-22614' id='mega-menu-item-22614'><a class="mega-menu-link" href="https://www.brioude-internet.fr/vos-besoins/comment-augmenter-ses-ventes-en-ligne/">Vendez plus en ligne</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-hide-on-mobile mega-menu-columns-1-of-2 mega-menu-item-22615' id='mega-menu-item-22615'><a class="mega-menu-link" href="https://www.brioude-internet.fr/vos-besoins/comment-generer-du-trafic-sur-son-site-internet/">Générez du trafic en magasin</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-hide-on-mobile mega-menu-columns-1-of-2 mega-menu-clear mega-menu-item-22620' id='mega-menu-item-22620'><a class="mega-menu-link" href="https://www.brioude-internet.fr/vos-besoins/comment-faire-connaitre-son-site-internet/">Gagnez en notoriété</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-hide-on-mobile mega-menu-columns-1-of-2 mega-menu-item-22618' id='mega-menu-item-22618'><a class="mega-menu-link" href="https://www.brioude-internet.fr/vos-besoins/refondre-son-site-internet/">Réussissez votre refonte</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-hide-on-mobile mega-menu-columns-1-of-2 mega-menu-clear mega-menu-item-22613' id='mega-menu-item-22613'><a class="mega-menu-link" href="https://www.brioude-internet.fr/vos-besoins/convertir-ses-visiteurs-en-clients/">Convertissez davantage</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-hide-on-mobile mega-menu-columns-1-of-2 mega-menu-item-22621' id='mega-menu-item-22621'><a class="mega-menu-link" href="https://www.brioude-internet.fr/vos-besoins/comment-definir-une-strategie-digitale/">Pilotez votre marketing digital</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-hide-on-mobile mega-menu-columns-1-of-2 mega-menu-clear mega-menu-item-22622' id='mega-menu-item-22622'><a class="mega-menu-link" href="https://www.brioude-internet.fr/formations/">Montez en compétences</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-hide-on-mobile mega-menu-columns-1-of-2 mega-menu-item-22619' id='mega-menu-item-22619'><a class="mega-menu-link" href="https://www.brioude-internet.fr/vos-besoins/augmenter-la-visibilite-de-son-site-internet/">Développez votre audience</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-hide-on-desktop mega-menu-columns-1-of-2 mega-menu-clear mega-menu-item-22424' id='mega-menu-item-22424'><a class="mega-menu-link" href="https://www.brioude-internet.fr/vos-besoins/">Vos objectifs</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-hide-on-desktop mega-menu-columns-1-of-2 mega-menu-item-22226' id='mega-menu-item-22226'><a class="mega-menu-link" href="https://www.brioude-internet.fr/vos-besoins/referencer-son-site-sur-les-moteurs-de-recherche/">Référencez votre site</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-hide-on-desktop mega-menu-columns-1-of-2 mega-menu-clear mega-menu-item-22218' id='mega-menu-item-22218'><a class="mega-menu-link" href="https://www.brioude-internet.fr/vos-besoins/generer-des-leads-qualifies/">Générez du lead</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-hide-on-desktop mega-menu-columns-1-of-2 mega-menu-item-22378' id='mega-menu-item-22378'><a class="mega-menu-link" href="https://www.brioude-internet.fr/vos-besoins/comment-augmenter-ses-ventes-en-ligne/">Vendez plus en ligne</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-hide-on-desktop mega-menu-columns-1-of-2 mega-menu-clear mega-menu-item-22229' id='mega-menu-item-22229'><a class="mega-menu-link" href="https://www.brioude-internet.fr/vos-besoins/comment-generer-du-trafic-sur-son-site-internet/">Générez du trafic en magasin</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-hide-on-desktop mega-menu-columns-1-of-2 mega-menu-item-22212' id='mega-menu-item-22212'><a class="mega-menu-link" href="https://www.brioude-internet.fr/vos-besoins/comment-faire-connaitre-son-site-internet/">Gagnez en notoriété</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-hide-on-desktop mega-menu-columns-1-of-2 mega-menu-clear mega-menu-item-22215' id='mega-menu-item-22215'><a class="mega-menu-link" href="https://www.brioude-internet.fr/vos-besoins/refondre-son-site-internet/">Réussissez votre refonte</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-hide-on-desktop mega-menu-columns-1-of-2 mega-menu-item-22377' id='mega-menu-item-22377'><a class="mega-menu-link" href="https://www.brioude-internet.fr/vos-besoins/convertir-ses-visiteurs-en-clients/">Convertissez davantage</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-hide-on-desktop mega-menu-columns-1-of-2 mega-menu-clear mega-menu-item-22152' id='mega-menu-item-22152'><a class="mega-menu-link" href="https://www.brioude-internet.fr/vos-besoins/comment-definir-une-strategie-digitale/">Pilotez votre marketing digital</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-hide-on-desktop mega-menu-columns-1-of-2 mega-menu-item-22219' id='mega-menu-item-22219'><a class="mega-menu-link" href="https://www.brioude-internet.fr/formations/">Montez en compétences</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-hide-on-desktop mega-menu-columns-1-of-2 mega-menu-clear mega-menu-item-22211' id='mega-menu-item-22211'><a class="mega-menu-link" href="https://www.brioude-internet.fr/vos-besoins/augmenter-la-visibilite-de-son-site-internet/">Développez votre audience</a></li></ul>
</li><li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-menu-item-has-children mega-align-bottom-left mega-menu-flyout mega-hide-arrow mega-menu-item-19760' id='mega-menu-item-19760'><a class="mega-menu-link" href="/nos-services/" aria-haspopup="true" aria-expanded="false" tabindex="0">Nos services<span class="mega-indicator"></span></a>
<ul class="mega-sub-menu">
<li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-has-children mega-menu-item-19761' id='mega-menu-item-19761'><a class="mega-menu-link" href="https://www.brioude-internet.fr/referencement-naturel/" aria-haspopup="true" aria-expanded="false">Référencement naturel<span class="mega-indicator"></span></a>
	<ul class="mega-sub-menu">
<li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-menu-item-23536' id='mega-menu-item-23536'><a class="mega-menu-link" href="/referencement-naturel/audit-technique-seo-on-site/">Audit technique SEO</a></li><li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-menu-item-23537' id='mega-menu-item-23537'><a class="mega-menu-link" href="/referencement-naturel/optimisations-techniques/">Optimisation technique</a></li><li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-menu-item-23538' id='mega-menu-item-23538'><a class="mega-menu-link" href="/referencement-naturel/reportings-et-analyses/">Agence Google analytics</a></li><li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-menu-item-23539' id='mega-menu-item-23539'><a class="mega-menu-link" href="/referencement-naturel/audit-de-mots-cles-seo/">Audit de mots-clés SEO</a></li><li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-menu-item-23540' id='mega-menu-item-23540'><a class="mega-menu-link" href="/referencement-naturel/optimisation-de-vos-pages/">Optimisation on-page</a></li><li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-menu-item-23541' id='mega-menu-item-23541'><a class="mega-menu-link" href="/referencement-naturel/audit-semantique/">Audit sémantique</a></li><li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-menu-item-23542' id='mega-menu-item-23542'><a class="mega-menu-link" href="/referencement-naturel/redaction-web/">Rédaction de textes SEO</a></li><li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-menu-item-23543' id='mega-menu-item-23543'><a class="mega-menu-link" href="/referencement-naturel/social-media-reseaux-sociaux/">Référencement réseaux sociaux</a></li><li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-menu-item-23544' id='mega-menu-item-23544'><a class="mega-menu-link" href="/referencement-naturel/audit-de-netlinking/">Audit de Netlinking</a></li><li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-menu-item-23545' id='mega-menu-item-23545'><a class="mega-menu-link" href="/referencement-naturel/netlinking/">Stratégie de netlinking</a></li>	</ul>
</li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-has-children mega-menu-item-19762' id='mega-menu-item-19762'><a class="mega-menu-link" href="https://www.brioude-internet.fr/referencement-payant/" aria-haspopup="true" aria-expanded="false">Référencement payant<span class="mega-indicator"></span></a>
	<ul class="mega-sub-menu">
<li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-menu-item-23546' id='mega-menu-item-23546'><a class="mega-menu-link" href="/sea-google-ads-bing-et-social-ads/">Consulting SEA</a></li><li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-menu-item-23547' id='mega-menu-item-23547'><a class="mega-menu-link" href="/referencement-payant/google-ads/">Gestion de campagnes Google Ads</a></li><li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-menu-item-23548' id='mega-menu-item-23548'><a class="mega-menu-link" href="/referencement-payant/microsoft-ads/">Gestion de campagnes Microsoft Ads</a></li><li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-menu-item-23549' id='mega-menu-item-23549'><a class="mega-menu-link" href="/referencement-payant/social-ads/">Social Ads - Consulting SMA</a></li><li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-menu-item-23550' id='mega-menu-item-23550'><a class="mega-menu-link" href="/referencement-payant/gestion-campagne-meta/">Gestion campagne Meta (facebook + instagram)</a></li><li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-menu-item-23551' id='mega-menu-item-23551'><a class="mega-menu-link" href="/referencement-payant/creation-de-landing-pages/">Creation de landing pages</a></li>	</ul>
</li></ul>
</li><li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-menu-item-has-children mega-align-bottom-left mega-menu-flyout mega-hide-arrow mega-menu-item-19774' id='mega-menu-item-19774'><a class="mega-menu-link" href="/nos-agences/" aria-haspopup="true" aria-expanded="false" tabindex="0">Nos agences<span class="mega-indicator"></span></a>
<ul class="mega-sub-menu">
<li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-menu-item-25488' id='mega-menu-item-25488'><a class="mega-menu-link" href="/agence-seo-en-france/">Nos agences en France</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-24520' id='mega-menu-item-24520'><a class="mega-menu-link" href="https://www.brioude-internet.fr/brioude-internet-a-25-ans/">Brioude Internet a 25 ans</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-19776' id='mega-menu-item-19776'><a class="mega-menu-link" href="https://www.brioude-internet.fr/nos-experts/">Des experts à votre service</a></li><li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-menu-item-has-children mega-menu-item-19775' id='mega-menu-item-19775'><a class="mega-menu-link" href="/nos-agences/agence-de-referencement-a-paris/" aria-haspopup="true" aria-expanded="false">Agence de référencement à Paris<span class="mega-indicator"></span></a>
	<ul class="mega-sub-menu">
<li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-menu-item-23554' id='mega-menu-item-23554'><a class="mega-menu-link" href="/nos-agences/agence-de-referencement-a-paris/agence-sea-a-paris/">Agence SEA Paris</a></li><li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-menu-item-23555' id='mega-menu-item-23555'><a class="mega-menu-link" href="/nos-agences/agence-de-referencement-a-paris/agence-webmarketing-a-paris/">Agence webmarketing Paris</a></li><li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-menu-item-23556' id='mega-menu-item-23556'><a class="mega-menu-link" href="/nos-agences/agence-de-referencement-a-paris/agence-sma-a-paris/">Agence SMA Paris</a></li><li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-menu-item-23557' id='mega-menu-item-23557'><a class="mega-menu-link" href="/nos-agences/agence-de-referencement-a-paris/agence-seo-paris/">Agence SEO Paris</a></li>	</ul>
</li><li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-menu-item-has-children mega-menu-item-19777' id='mega-menu-item-19777'><a class="mega-menu-link" href="/nos-agences/agence-de-referencement-a-lyon/" aria-haspopup="true" aria-expanded="false">Agence de référencement à Lyon<span class="mega-indicator"></span></a>
	<ul class="mega-sub-menu">
<li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-menu-item-23558' id='mega-menu-item-23558'><a class="mega-menu-link" href="/nos-agences/agence-de-referencement-a-lyon/agence-sea-a-lyon/">Agence SEA Lyon</a></li><li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-menu-item-23559' id='mega-menu-item-23559'><a class="mega-menu-link" href="/nos-agences/agence-de-referencement-a-lyon/agence-webmarketing-a-lyon/">Agence webmarketing Lyon</a></li><li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-menu-item-23560' id='mega-menu-item-23560'><a class="mega-menu-link" href="/nos-agences/agence-de-referencement-a-lyon/agence-sma-lyon/">Agence SMA Lyon</a></li><li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-menu-item-23561' id='mega-menu-item-23561'><a class="mega-menu-link" href="/nos-agences/agence-de-referencement-a-lyon/agence-seo-lyon/">Agence SEO Lyon</a></li>	</ul>
</li><li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-menu-item-has-children mega-menu-item-20545' id='mega-menu-item-20545'><a class="mega-menu-link" href="/nos-agences/agence-referencement-a-clermont-ferrand/" aria-haspopup="true" aria-expanded="false">Agence de référencement à Clermont-Ferrand<span class="mega-indicator"></span></a>
	<ul class="mega-sub-menu">
<li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-menu-item-23562' id='mega-menu-item-23562'><a class="mega-menu-link" href="/nos-agences/agence-referencement-a-clermont-ferrand/agence-sea-clermont-ferrand/">Agence SEA Clermont-Ferrand</a></li><li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-menu-item-23563' id='mega-menu-item-23563'><a class="mega-menu-link" href="/nos-agences/agence-referencement-a-clermont-ferrand/agence-webmarketing-clermont-ferrand/">Agence webmarketing Clermont-Ferrand</a></li><li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-menu-item-23564' id='mega-menu-item-23564'><a class="mega-menu-link" href="/nos-agences/agence-referencement-a-clermont-ferrand/agence-sma-clermont-ferrand/">Agence SMA Clermont-Ferrand</a></li><li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-menu-item-23565' id='mega-menu-item-23565'><a class="mega-menu-link" href="/nos-agences/agence-referencement-a-clermont-ferrand/agence-seo-clermont-ferrand/">Agence SEO Clermont-Ferrand</a></li>	</ul>
</li></ul>
</li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-has-children mega-align-bottom-left mega-menu-flyout mega-hide-arrow mega-menu-item-19778' id='mega-menu-item-19778'><a class="mega-menu-link" href="https://www.brioude-internet.fr/formations/" aria-haspopup="true" aria-expanded="false" tabindex="0">Nos formations<span class="mega-indicator"></span></a>
<ul class="mega-sub-menu">
<li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-hide-on-mobile mega-menu-item-19780' id='mega-menu-item-19780'><a class="mega-menu-link" href="https://www.brioude-internet.fr/formations/formation-referencement-naturel/">Formation référencement naturel</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-hide-on-mobile mega-menu-item-19781' id='mega-menu-item-19781'><a class="mega-menu-link" href="https://www.brioude-internet.fr/formations/formation-google-ads/">Formation Google Ads</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-hide-on-mobile mega-menu-item-19782' id='mega-menu-item-19782'><a class="mega-menu-link" href="https://www.brioude-internet.fr/formations/formation-google-analytics/">Formation Google Analytics</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-hide-on-mobile mega-menu-item-19783' id='mega-menu-item-19783'><a class="mega-menu-link" href="https://www.brioude-internet.fr/formations/formation-redaction-web/">Formation rédaction web</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-hide-on-mobile mega-menu-item-19784' id='mega-menu-item-19784'><a class="mega-menu-link" href="https://www.brioude-internet.fr/formations/formation-reseaux-sociaux/">Formation réseaux sociaux</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-hide-on-mobile mega-menu-item-19785' id='mega-menu-item-19785'><a class="mega-menu-link" href="https://www.brioude-internet.fr/formations/formation-social-selling-linkedin/">Formation social selling Linkedin</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-hide-on-desktop mega-menu-item-22632' id='mega-menu-item-22632'><a class="mega-menu-link" href="https://www.brioude-internet.fr/formations/">Nos formations</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-hide-on-desktop mega-menu-item-22636' id='mega-menu-item-22636'><a class="mega-menu-link" href="https://www.brioude-internet.fr/formations/formation-referencement-naturel/">Formation référencement naturel</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-hide-on-desktop mega-menu-item-22633' id='mega-menu-item-22633'><a class="mega-menu-link" href="https://www.brioude-internet.fr/formations/formation-google-ads/">Formation Google Ads</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-hide-on-desktop mega-menu-item-22634' id='mega-menu-item-22634'><a class="mega-menu-link" href="https://www.brioude-internet.fr/formations/formation-google-analytics/">Formation Google Analytics</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-hide-on-desktop mega-menu-item-22635' id='mega-menu-item-22635'><a class="mega-menu-link" href="https://www.brioude-internet.fr/formations/formation-redaction-web/">Formation rédaction web</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-hide-on-desktop mega-menu-item-22637' id='mega-menu-item-22637'><a class="mega-menu-link" href="https://www.brioude-internet.fr/formations/formation-reseaux-sociaux/">Formation réseaux sociaux</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-hide-on-desktop mega-menu-item-22638' id='mega-menu-item-22638'><a class="mega-menu-link" href="https://www.brioude-internet.fr/formations/formation-social-selling-linkedin/">Formation social selling Linkedin</a></li></ul>
</li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-has-children mega-align-bottom-left mega-menu-flyout mega-hide-arrow mega-menu-item-19786' id='mega-menu-item-19786'><a class="mega-menu-link" href="https://www.brioude-internet.fr/blog/" aria-haspopup="true" aria-expanded="false" tabindex="0">Actualités<span class="mega-indicator"></span></a>
<ul class="mega-sub-menu">
<li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-hide-on-mobile mega-menu-item-19787' id='mega-menu-item-19787'><a class="mega-menu-link" href="https://www.brioude-internet.fr/blog/actualites/">Entreprise</a></li><li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-hide-on-mobile mega-menu-item-19790' id='mega-menu-item-19790'><a class="mega-menu-link" href="https://www.brioude-internet.fr/blog/referencement-naturel/">Référencement naturel</a></li><li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-hide-on-mobile mega-menu-item-19791' id='mega-menu-item-19791'><a class="mega-menu-link" href="https://www.brioude-internet.fr/blog/referencement-payant/">Référencement payant</a></li><li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-hide-on-mobile mega-menu-item-19792' id='mega-menu-item-19792'><a class="mega-menu-link" href="https://www.brioude-internet.fr/blog/site-internet/">Site internet</a></li><li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-hide-on-mobile mega-menu-item-19794' id='mega-menu-item-19794'><a class="mega-menu-link" href="https://www.brioude-internet.fr/blog/webmarketing/">Webmarketing</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-hide-on-desktop mega-menu-item-22639' id='mega-menu-item-22639'><a class="mega-menu-link" href="https://www.brioude-internet.fr/blog/">Blog</a></li><li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-hide-on-desktop mega-menu-item-22640' id='mega-menu-item-22640'><a class="mega-menu-link" href="https://www.brioude-internet.fr/blog/actualites/">Entreprise</a></li><li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-hide-on-desktop mega-menu-item-22641' id='mega-menu-item-22641'><a class="mega-menu-link" href="https://www.brioude-internet.fr/blog/referencement-naturel/">Référencement naturel</a></li><li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-hide-on-desktop mega-menu-item-22642' id='mega-menu-item-22642'><a class="mega-menu-link" href="https://www.brioude-internet.fr/blog/referencement-payant/">Référencement payant</a></li><li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-hide-on-desktop mega-menu-item-22643' id='mega-menu-item-22643'><a class="mega-menu-link" href="https://www.brioude-internet.fr/blog/site-internet/">Site internet</a></li><li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-hide-on-desktop mega-menu-item-22645' id='mega-menu-item-22645'><a class="mega-menu-link" href="https://www.brioude-internet.fr/blog/webmarketing/">Webmarketing</a></li></ul>
</li></ul></div>					</div>
					<div class="logo-container">

						<a href="/">
							<picture>
								<source data-lazy-srcset="/wp-content/themes/brioude/assets/img/Brioude_Logo_Vector.webp" type="image/webp">

								<img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20200%2046'%3E%3C/svg%3E" width="200" height="46" alt="Logo Brioude Internet" style="max-width: 200px;height: 30px;width: 100%;" data-lazy-src="/wp-content/themes/brioude/assets/img/Brioude_Logo_Vector.svg"><noscript><img src="/wp-content/themes/brioude/assets/img/Brioude_Logo_Vector.svg" width="200" height="46" alt="Logo Brioude Internet" style="max-width: 200px;height: 30px;width: 100%;"></noscript>

							</picture>
						</a>
					</div>
				</div>
		</header>

	</div>

	<div class="container-fluid page"  >

		<div id="page_content_of_page" class="content" ><section id="slider_page_home" class="section_slider slider_page_home" style="position: absolute;width: 100%;">
    <div class="row is_transparent slider">
        <div class="d-xl-none relatived">
            <div class="border_invert_mobile hidden_pc hidden_pc_important"></div>
            <img width="2560" height="763" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%202560%20763'%3E%3C/svg%3E" class="img-responsive responsive--full wp-post-image" alt="" title="EXPERTISES &#038; CERTIFICATIONS" decoding="async" fetchpriority="high" data-lazy-srcset="https://www.brioude-internet.fr/wp-content/uploads/2024/03/galerie-photos-accueil-brioude-internet.jpg 2560w, https://www.brioude-internet.fr/wp-content/uploads/2024/03/galerie-photos-accueil-brioude-internet-300x89.jpg 300w, https://www.brioude-internet.fr/wp-content/uploads/2024/03/galerie-photos-accueil-brioude-internet-1024x305.jpg 1024w, https://www.brioude-internet.fr/wp-content/uploads/2024/03/galerie-photos-accueil-brioude-internet-768x229.jpg 768w, https://www.brioude-internet.fr/wp-content/uploads/2024/03/galerie-photos-accueil-brioude-internet-1536x458.jpg 1536w, https://www.brioude-internet.fr/wp-content/uploads/2024/03/galerie-photos-accueil-brioude-internet-2048x610.jpg 2048w" data-lazy-sizes="(max-width: 2560px) 100vw, 2560px" data-lazy-src="https://www.brioude-internet.fr/wp-content/uploads/2024/03/galerie-photos-accueil-brioude-internet.jpg" /><noscript><img width="2560" height="763" src="https://www.brioude-internet.fr/wp-content/uploads/2024/03/galerie-photos-accueil-brioude-internet.jpg" class="img-responsive responsive--full wp-post-image" alt="" title="EXPERTISES &#038; CERTIFICATIONS" decoding="async" fetchpriority="high" srcset="https://www.brioude-internet.fr/wp-content/uploads/2024/03/galerie-photos-accueil-brioude-internet.jpg 2560w, https://www.brioude-internet.fr/wp-content/uploads/2024/03/galerie-photos-accueil-brioude-internet-300x89.jpg 300w, https://www.brioude-internet.fr/wp-content/uploads/2024/03/galerie-photos-accueil-brioude-internet-1024x305.jpg 1024w, https://www.brioude-internet.fr/wp-content/uploads/2024/03/galerie-photos-accueil-brioude-internet-768x229.jpg 768w, https://www.brioude-internet.fr/wp-content/uploads/2024/03/galerie-photos-accueil-brioude-internet-1536x458.jpg 1536w, https://www.brioude-internet.fr/wp-content/uploads/2024/03/galerie-photos-accueil-brioude-internet-2048x610.jpg 2048w" sizes="(max-width: 2560px) 100vw, 2560px" /></noscript>        </div>
        <div class="col-xl-6 relatived" style="background-color:#CD2828 ;">
            <div class="border_invert hidden_phone"></div>
            <div class="home_seo_0 home-mobile mb-3">
                <div class="d-xl-block d-none spacing-block"></div>
                <div class="home_seo d-xl-none">
                    <h1>L'agence pionnière du référencement</h1>

                    <p class="slogan">
                        Numéro un depuis 1998                    </p>
                    <p>
                        Créée en 1998, Brioude Internet a été la première agence de <span class="redirto link_lexique" data-lk="L2FiZWNlZGFpcmUvI2FydGljbGVfcGFnZV9jb250ZW51XzI=">référencement</span> en France. Depuis, l’agence a accompagné des centaines d’entreprises dans leurs stratégies digitales, en particulier <span class="redirto link_lexique" data-lk="L2FiZWNlZGFpcmUvI2FydGljbGVfcGFnZV9jb250ZW51XzI=">SEO</span> et <span class="redirto link_lexique" data-lk="L2FiZWNlZGFpcmUvI2FydGljbGVfcGFnZV9jb250ZW51XzM=">SEA</span>. Aujourd’hui, <span class="redirto link_lexique" data-lk="L2FiZWNlZGFpcmUvI2FydGljbGVfcGFnZV9jb250ZW51XzQ=">90 experts</span> sont réunis dans notre groupe pour offrir une réponse à 360° efficace à tous <a href="/vos-besoins/">vos besoins</a> de communication. Brioude Internet est solide et certifiée. Si nous faisions connaissance ?                    </p>
                    <div class="d-flex justify-content-end pt-5">
                        <div class="liseret1 liseret">
                            <button data-lk="L2NvbnRhY3Qv" class="redirto btn btn-primary calltoact margincenter">
                                Contactez-nous
                            </button>
                            <span class="border_trait1 border_trait"></span>
                        </div>
                    </div>

                </div>
            </div>
            <div class="arc_cercle d-xl-none">
                <svg version="1.1" id="Calque_1" class="d-none d-xl-block" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewbox="0 0 62.3 257" style="enable-background:new 0 0 62.3 257;" xml:space="preserve">
                    <style type="text/css">
                        .st0 {
                            fill: #CD2828;
                            stroke: #CD2828;
                            stroke-miterlimit: 10;
                        }
                    </style>
                    <path class="st0" d="M29.3,256.5H0.5V0.5h28.8C72.6,85.8,72.6,171.2,29.3,256.5z" />
                </svg>
            </div>
        </div>
        <div id="slider_page_accueil" class="col-xl-6 hidden_phone hidden_phone_important image_single">
                            <picture>
                    <source data-lazy-srcset="https://www.brioude-internet.fr/wp-content/webp-express/webp-images/uploads/2024/03/galerie-photos-accueil-brioude-internet.jpg.webp" type="image/webp">
                    <img width="2560" height="763" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%202560%20763'%3E%3C/svg%3E" class="img-responsive img-fluid img-objet-fit responsive--full wp-post-image" alt="" title="EXPERTISES &#038; CERTIFICATIONS" decoding="async" data-lazy-srcset="https://www.brioude-internet.fr/wp-content/uploads/2024/03/galerie-photos-accueil-brioude-internet.jpg 2560w, https://www.brioude-internet.fr/wp-content/uploads/2024/03/galerie-photos-accueil-brioude-internet-300x89.jpg 300w, https://www.brioude-internet.fr/wp-content/uploads/2024/03/galerie-photos-accueil-brioude-internet-1024x305.jpg 1024w, https://www.brioude-internet.fr/wp-content/uploads/2024/03/galerie-photos-accueil-brioude-internet-768x229.jpg 768w, https://www.brioude-internet.fr/wp-content/uploads/2024/03/galerie-photos-accueil-brioude-internet-1536x458.jpg 1536w, https://www.brioude-internet.fr/wp-content/uploads/2024/03/galerie-photos-accueil-brioude-internet-2048x610.jpg 2048w" data-lazy-sizes="(max-width: 2560px) 100vw, 2560px" data-lazy-src="https://www.brioude-internet.fr/wp-content/uploads/2024/03/galerie-photos-accueil-brioude-internet.jpg" /><noscript><img width="2560" height="763" src="https://www.brioude-internet.fr/wp-content/uploads/2024/03/galerie-photos-accueil-brioude-internet.jpg" class="img-responsive img-fluid img-objet-fit responsive--full wp-post-image" alt="" title="EXPERTISES &#038; CERTIFICATIONS" decoding="async" srcset="https://www.brioude-internet.fr/wp-content/uploads/2024/03/galerie-photos-accueil-brioude-internet.jpg 2560w, https://www.brioude-internet.fr/wp-content/uploads/2024/03/galerie-photos-accueil-brioude-internet-300x89.jpg 300w, https://www.brioude-internet.fr/wp-content/uploads/2024/03/galerie-photos-accueil-brioude-internet-1024x305.jpg 1024w, https://www.brioude-internet.fr/wp-content/uploads/2024/03/galerie-photos-accueil-brioude-internet-768x229.jpg 768w, https://www.brioude-internet.fr/wp-content/uploads/2024/03/galerie-photos-accueil-brioude-internet-1536x458.jpg 1536w, https://www.brioude-internet.fr/wp-content/uploads/2024/03/galerie-photos-accueil-brioude-internet-2048x610.jpg 2048w" sizes="(max-width: 2560px) 100vw, 2560px" /></noscript>                </picture>
                                </div>
    </div>
</section>
<section id="slider_page_home" class="section_slider slider_page_home width_container d-none d-xl-block">
    <div class="row is_transparent slider">
        <div class="d-xl-none relatived">
            <div class="border_invert_mobile hidden_pc hidden_pc_important"></div>
            <img width="2560" height="763" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%202560%20763'%3E%3C/svg%3E" class="img-responsive responsive--full wp-post-image" alt="" title="EXPERTISES &#038; CERTIFICATIONS" decoding="async" data-lazy-srcset="https://www.brioude-internet.fr/wp-content/uploads/2024/03/galerie-photos-accueil-brioude-internet.jpg 2560w, https://www.brioude-internet.fr/wp-content/uploads/2024/03/galerie-photos-accueil-brioude-internet-300x89.jpg 300w, https://www.brioude-internet.fr/wp-content/uploads/2024/03/galerie-photos-accueil-brioude-internet-1024x305.jpg 1024w, https://www.brioude-internet.fr/wp-content/uploads/2024/03/galerie-photos-accueil-brioude-internet-768x229.jpg 768w, https://www.brioude-internet.fr/wp-content/uploads/2024/03/galerie-photos-accueil-brioude-internet-1536x458.jpg 1536w, https://www.brioude-internet.fr/wp-content/uploads/2024/03/galerie-photos-accueil-brioude-internet-2048x610.jpg 2048w" data-lazy-sizes="(max-width: 2560px) 100vw, 2560px" data-lazy-src="https://www.brioude-internet.fr/wp-content/uploads/2024/03/galerie-photos-accueil-brioude-internet.jpg" /><noscript><img width="2560" height="763" src="https://www.brioude-internet.fr/wp-content/uploads/2024/03/galerie-photos-accueil-brioude-internet.jpg" class="img-responsive responsive--full wp-post-image" alt="" title="EXPERTISES &#038; CERTIFICATIONS" decoding="async" srcset="https://www.brioude-internet.fr/wp-content/uploads/2024/03/galerie-photos-accueil-brioude-internet.jpg 2560w, https://www.brioude-internet.fr/wp-content/uploads/2024/03/galerie-photos-accueil-brioude-internet-300x89.jpg 300w, https://www.brioude-internet.fr/wp-content/uploads/2024/03/galerie-photos-accueil-brioude-internet-1024x305.jpg 1024w, https://www.brioude-internet.fr/wp-content/uploads/2024/03/galerie-photos-accueil-brioude-internet-768x229.jpg 768w, https://www.brioude-internet.fr/wp-content/uploads/2024/03/galerie-photos-accueil-brioude-internet-1536x458.jpg 1536w, https://www.brioude-internet.fr/wp-content/uploads/2024/03/galerie-photos-accueil-brioude-internet-2048x610.jpg 2048w" sizes="(max-width: 2560px) 100vw, 2560px" /></noscript>        </div>
        <div class="col-xl-6 relatived" style="background-color:#CD2828 ;">
            <div class="border_invert  hidden_phone"></div>
            <div class="home_seo_0 home-desktop mb-3">

                <div class="home_seo m-0">
                    <p class="slogan">
                        Numéro un depuis 1998                    </p>
                    <p>
                        Créée en 1998, Brioude Internet a été la première agence de <span class="redirto link_lexique" data-lk="L2FiZWNlZGFpcmUvI2FydGljbGVfcGFnZV9jb250ZW51XzI=">référencement</span> en France. Depuis, l’agence a accompagné des centaines d’entreprises dans leurs stratégies digitales, en particulier <span class="redirto link_lexique" data-lk="L2FiZWNlZGFpcmUvI2FydGljbGVfcGFnZV9jb250ZW51XzI=">SEO</span> et <span class="redirto link_lexique" data-lk="L2FiZWNlZGFpcmUvI2FydGljbGVfcGFnZV9jb250ZW51XzM=">SEA</span>. Aujourd’hui, <span class="redirto link_lexique" data-lk="L2FiZWNlZGFpcmUvI2FydGljbGVfcGFnZV9jb250ZW51XzQ=">90 experts</span> sont réunis dans notre groupe pour offrir une réponse à 360° efficace à tous <a href="/vos-besoins/">vos besoins</a> de communication. Brioude Internet est solide et certifiée. Si nous faisions connaissance ?                    </p>
                    <div class="d-flex justify-content-end pt-5">
                        <div class="liseret1 liseret">
                            <button data-lk="L2NvbnRhY3Qv" class="redirto btn btn-primary calltoact margincenter">
                                Contactez-nous
                            </button>
                            <span class="border_trait1 border_trait"></span>
                        </div>
                    </div>

                </div>
            </div>
            <div class="arc_cercle">
                <svg version="1.1" id="Calque_1" class="d-none d-xl-block" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewbox="0 0 62.3 257" style="enable-background:new 0 0 62.3 257;" xml:space="preserve">
                    <style type="text/css">
                        .st0 {
                            fill: #CD2828;
                            stroke: #CD2828;
                            stroke-miterlimit: 10;
                        }
                    </style>
                    <path class="st0" d="M29.3,256.5H0.5V0.5h28.8C72.6,85.8,72.6,171.2,29.3,256.5z" />
                </svg>
            </div>
        </div>
    </div>
</section>
<section id="section_before_services" class="section_home_page section_184">
    <div class="width_container">
        <div class="d-flex" style="margin: auto;position:relative">
            <div class="bir_video mt-5 mb-3 row">
<div class="row align-items-center blocked col-xl-5">
<figure class="figure_left">
<div class= "cadre-photo-video"><img decoding="async" class="img-fluid mt-xlg lazy" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="Amélie Cheffe de projet digital" data-lazy-src="https://www.brioude-internet.fr/wp-content/uploads/2023/09/amelie_hugon5.png"><noscript><img decoding="async" class="img-fluid mt-xlg lazy" src="https://www.brioude-internet.fr/wp-content/uploads/2023/09/amelie_hugon5.png " alt="Amélie Cheffe de projet digital"></noscript></div><figcaption class="credit_video_photo">Amélie &#8211; Cheffe de projet digital</figcaption></figure>
</div>
<div class="section_before_services-block-text col-xl-6">
<h2 class="cta_titre_photo">Proche de ses clients de A à Z </h2>
<p>Chez Brioude Internet, vous n’êtes jamais seul. Quels que soient <a href="/vos-besoins/">vos besoins</a> et vos moyens, nos experts se rendent disponibles pour vous. Vous bénéficiez en outre d’un chargé de projet dédié, qui les coordonne et vous accompagne au quotidien du premier briefing jusqu’au dernier bilan. Votre gestion est ainsi simplifiée, vous gagnez du temps et du retour sur investissement. Nos stratèges interviennent en premier, ils auditent votre situation et vous aident à préciser vos objectifs, puis définissent le plan d’actions le plus adapté.</p>
<p>Chez nous, rien n’est standardisé, tout est personnalisé. Une fois que tout est clair, budgété, optimisé, le relai est pris par nos spécialistes en SEO, en SEA, nos rédacteurs, nos pros du netlinking, de la vidéo, etc. Et à chaque étape de l’implémentation, vous  recevez des points sur l’avancement, des bilans chiffrés, des idées pour la suite… Vous manquez de connaissance pour définir vos KPI (mesures de performance), pas de souci, nous les déterminons pour vous.</p>
<div class="redirto relative wd_275 pointer" data-lk="L2NvbnRhY3Qv" style="margin:0 auto;"><span id="liseret_expertises" class="border_trait" style="top: 24px !important;"></span><button data-lk="L2NvbnRhY3Qv" class="redirto btn btn-primary calltoact relative">Demandez votre audit complet</button></div>
</p>
</div>
</div>
        </div>
    </div>
</section>
<div class="block-spacing d-xl-none"></div>
<section id="section_before_services2" class="section_home_page section_184" style="padding: 300px 0 0;">
    <div class="width_container">
        <div class="row" style="margin: auto;">
            <div class="col-xl-6 home_top_left expertises_left" id="expertises_left">
                                    <h2 class="text-uppercase text-bold">
                        EXPERTISES & CERTIFICATIONS                    </h2>
                                    <span class="text-title titre_red is_title">Nous sommes reconnus et certifiés experts dans plusieurs domaines</span>
                
                    <p>
                        <span style="font-weight: 400;">Pour être au plus près de vous, nos agences de référencement web sont implantées à Paris, Lyon et Brioude (en Auvergne). Confiez-nous l’élaboration de votre stratégie d’acquisition digitale et bénéficiez des leviers les plus adaptés à vos objectifs et moyens.</span>                    </p>

                            </div>
            <div class="col-xl-6 home_top_right" id="exxpertises_right">
				<div class="row footer_socials d-xl-flex align-items-center" style="margin-top: 1rem">
<div class="col-3 col-xl-3">

<div class="footer_social">
	<svg width="34px" height="34px" viewbox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<path fill="#EA4335 " d="M5.26620003,9.76452941 C6.19878754,6.93863203 8.85444915,4.90909091 12,4.90909091 C13.6909091,4.90909091 15.2181818,5.50909091 16.4181818,6.49090909 L19.9090909,3 C17.7818182,1.14545455 15.0545455,0 12,0 C7.27006974,0 3.1977497,2.69829785 1.23999023,6.65002441 L5.26620003,9.76452941 Z"></path>
<path fill="#34A853" d="M16.0407269,18.0125889 C14.9509167,18.7163016 13.5660892,19.0909091 12,19.0909091 C8.86648613,19.0909091 6.21911939,17.076871 5.27698177,14.2678769 L1.23746264,17.3349879 C3.19279051,21.2936293 7.26500293,24 12,24 C14.9328362,24 17.7353462,22.9573905 19.834192,20.9995801 L16.0407269,18.0125889 Z"></path>
<path fill="#4A90E2" d="M19.834192,20.9995801 C22.0291676,18.9520994 23.4545455,15.903663 23.4545455,12 C23.4545455,11.2909091 23.3454545,10.5272727 23.1818182,9.81818182 L12,9.81818182 L12,14.4545455 L18.4363636,14.4545455 C18.1187732,16.013626 17.2662994,17.2212117 16.0407269,18.0125889 L19.834192,20.9995801 Z"></path>
<path fill="#FBBC05" d="M5.27698177,14.2678769 C5.03832634,13.556323 4.90909091,12.7937589 4.90909091,12 C4.90909091,11.2182781 5.03443647,10.4668121 5.26620003,9.76452941 L1.23999023,6.65002441 C0.43658717,8.26043162 0,10.0753848 0,12 C0,13.9195484 0.444780743,15.7301709 1.23746264,17.3349879 L5.27698177,14.2678769 Z"></path>
</svg>

			<span class="span_footer_social">

				<span class="footer_color footer_color_blue">G</span>

				<span class="footer_color footer_color_red">o</span>

				<span class="footer_color footer_color_yellow">o</span>

				<span class="footer_color footer_color_blue">g</span>

				<span class="footer_color footer_color_green">l</span>

				<span class="footer_color footer_color_" red="">e</span>

				Partner</span>

		</div>

	</div>

	<div class="col-3 col-xl-3">

		<div class="footer_social">

			<svg viewbox="0 -13 256 256" width="34px" height="34px" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" preserveaspectratio="xMidYMid">
<g>
	<path d="M5.888,166.405103 L90.88,20.9 C101.676138,27.2558621 156.115862,57.3844138 164.908138,63.1135172 L79.9161379,208.627448 C70.6206897,220.906621 -5.888,185.040138 5.888,166.396276 L5.888,166.405103 Z" fill="#FBBC04"></path>
	<path d="M250.084224,166.401789 L165.092224,20.9055131 C153.210293,1.13172 127.619121,-6.05393517 106.600638,5.62496138 C85.582155,17.3038579 79.182155,42.4624786 91.0640861,63.1190303 L176.056086,208.632961 C187.938017,228.397927 213.52919,235.583582 234.547672,223.904686 C254.648086,212.225789 261.966155,186.175582 250.084224,166.419444 L250.084224,166.401789 Z" fill="#4285F4"></path>
	<ellipse fill="#34A853" cx="42.6637241" cy="187.924414" rx="42.6637241" ry="41.6044138"></ellipse>
</g>
</svg>

			<span class="span_footer_social">Google Ads</span>

		</div>

	</div>


	<div class="col-3 col-xl-3">

		<div class="footer_social">

			<svg width="34px" height="34px" viewbox="-14 0 284 284" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" preserveaspectratio="xMidYMid">
<g>
<path d="M256.003159,247.933017 C256.055907,258.030289 251.77298,267.664804 244.241349,274.390297 C236.709718,281.11579 226.653817,284.285366 216.626905,283.094249 C198.58347,280.424364 185.360959,264.722632 185.800619,246.488035 L185.800619,36.8452103 C185.364944,18.5907614 198.619678,2.88144681 216.687112,0.238996295 C226.704325,-0.933476157 236.743571,2.24455542 244.261279,8.9678962 C251.778988,15.691237 256.053811,25.3147619 256.003159,35.4002282 L256.003159,247.933017 Z" fill="#F9AB00"></path>
<path d="M35.1010243,213.193238 C54.4867848,213.193238 70.2020487,228.908502 70.2020487,248.294263 C70.2020487,267.680023 54.4867848,283.395287 35.1010243,283.395287 C15.7152639,283.395287 0,267.680023 0,248.294263 C0,228.908502 15.7152639,213.193238 35.1010243,213.193238 Z M127.459466,106.806429 C107.981896,107.874068 92.8698765,124.212107 93.3217628,143.713681 L93.3217628,237.998765 C93.3217628,263.58699 104.580582,279.120548 121.077461,282.431965 C131.434034,284.530959 142.185473,281.860819 150.356699,275.160414 C158.527925,268.460009 163.252393,258.439904 163.222912,247.872809 L163.222912,142.088076 C163.240039,132.641687 159.462041,123.584285 152.737293,116.950107 C146.012546,110.315928 136.904752,106.661084 127.459466,106.806429 L127.459466,106.806429 Z" fill="#E37400"></path>
</g>
</svg>
			<span class="span_footer_social">Google Analytics</span>

		</div>

	</div>

	

</div>
	<div class="row footer_socials d-xl-flex align-items-center" style="margin-top: 0.1rem">

	

	<div class="col-4 col-xl-4">

		<div class="footer_social">

			<svg version="1.1" id="Layer_youtube" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewbox="0 0 461.001 461.001" width="34px" height="34px" style="enable-background:new 0 0 461.001 461.001;" xml:space="preserve">
<g>
<path style="fill:#F61C0D;" d="M365.257,67.393H95.744C42.866,67.393,0,110.259,0,163.137v134.728c0,52.878,42.866,95.744,95.744,95.744h269.513c52.878,0,95.744-42.866,95.744-95.744V163.137C461.001,110.259,418.135,67.393,365.257,67.393z M300.506,237.056l-126.06,60.123c-3.359,1.602-7.239-0.847-7.239-4.568V168.607c0-3.774,3.982-6.22,7.348-4.514l126.06,63.881C304.363,229.873,304.298,235.248,300.506,237.056z"></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>

			<span class="span_footer_social">YouTube</span>

		</div>

	</div>
	<div class="col-4 col-xl-4">

		<div class="footer_social">

			<picture>

				<source data-lazy-srcset="/wp-content/themes/brioude/assets/img/choosemycompany.webp" type="image/webp">

				<img class="img_choose" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" data-lazy-src="/wp-content/themes/brioude/assets/img/choosemycompany.png"><noscript><img class="img_choose" src="/wp-content/themes/brioude/assets/img/choosemycompany.png"></noscript>

			</picture>



		</div>

	</div>

</div>                
            </div>
            <!-- <div class="col-xl-12" id="cta_services_center">
        </div> -->

        </div>
    </div>
</section>



<!-- Bouton hamburger pour ouvrir le menu sur mobile -->
<!-- <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
    <span class="navbar-toggler-icon"></span>
</button> -->

<!-- Menu de navigation -->
<div class="collapse navbar-collapse" id="navbarNav">
    <ul class="navbar-nav">
                        <li class="nav-item">
                    <a class="nav-link" href="https://www.brioude-internet.fr/vos-besoins/">Vos objectifs</a>
                    
                </li>
                        <li class="nav-item">
                    <a class="nav-link" href="https://www.brioude-internet.fr/notre-expertise/">Nos services</a>
                                            <ul class="navbar-nav sub-menu">
                                                            <li class="nav-item">
                                    <a class="nav-link" href=""></a>
                                </li>
                                                            <li class="nav-item">
                                    <a class="nav-link" href=""></a>
                                </li>
                                                        <li class="nav-item parent">
                                <a class="nav-link" href="https://www.brioude-internet.fr/notre-expertise/">Nos services</a>
                            </li>
                        </ul>
                    
                </li>
                        <li class="nav-item">
                    <a class="nav-link" href="https://www.brioude-internet.fr/nos-experts/">Nos agences</a>
                                            <ul class="navbar-nav sub-menu">
                                                            <li class="nav-item">
                                    <a class="nav-link" href=""></a>
                                </li>
                                                            <li class="nav-item">
                                    <a class="nav-link" href=""></a>
                                </li>
                                                            <li class="nav-item">
                                    <a class="nav-link" href=""></a>
                                </li>
                                                        <li class="nav-item parent">
                                <a class="nav-link" href="https://www.brioude-internet.fr/nos-experts/">Nos agences</a>
                            </li>
                        </ul>
                    
                </li>
                        <li class="nav-item">
                    <a class="nav-link" href="https://www.brioude-internet.fr/formations/">Nos formations</a>
                                            <ul class="navbar-nav sub-menu">
                                                            <li class="nav-item">
                                    <a class="nav-link" href=""></a>
                                </li>
                                                            <li class="nav-item">
                                    <a class="nav-link" href=""></a>
                                </li>
                                                            <li class="nav-item">
                                    <a class="nav-link" href=""></a>
                                </li>
                                                            <li class="nav-item">
                                    <a class="nav-link" href=""></a>
                                </li>
                                                            <li class="nav-item">
                                    <a class="nav-link" href=""></a>
                                </li>
                                                            <li class="nav-item">
                                    <a class="nav-link" href=""></a>
                                </li>
                                                        <li class="nav-item parent">
                                <a class="nav-link" href="https://www.brioude-internet.fr/formations/">Nos formations</a>
                            </li>
                        </ul>
                    
                </li>
                        <li class="nav-item">
                    <a class="nav-link" href="/blog/">Actualités</a>
                    
                </li>
                        <li class="nav-item">
                    <a class="nav-link" href="https://www.brioude-internet.fr/contact/">Contact</a>
                    
                </li>
            </ul>
</div>

<!-- fin essai-->

    <script type="rocketlazyloadscript">
        window.addEventListener('load', function() {
            let sectionServicesMobile = true;
            let sectionServicesDesktop = false;
            let servicesMobileSection = `<div class="width_container">
                                                    <div style="margin: auto;">
                                                        <div id="slogan_home" class="d-flex">
                                                            <div id="slogan_home_left">
                                                                <svg id="Calque_1" data-name="Calque 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 314.95 245.4" width="150" heigth="150" style="transform: rotate(180deg);">
                                                                    <defs>
                                                                        <style>
                                                                            .cls-2 {
                                                                                opacity: .1;
                                                                                fill: #1d1d1b;
                                                                            }
                                                                        </style>
                                                                    </defs>
                                                                    <g class="cls-2">
                                                                        <path class="cls-1" d="m22.4,245.4l-17.54-20.16c44.84-28.23,70.7-62.79,77.61-103.69-7.1,2.3-14.18,3.46-21.28,3.46-18.56,0-33.41-5.81-44.55-17.43C5.54,95.96,0,80.94,0,62.5,0,45.03,5.92,30.24,17.79,18.15,29.7,6.05,44.55,0,62.34,0c22.43,0,38.66,9.7,48.71,29.09,10.08,19.39,15.11,41.57,15.11,66.54,0,60.1-34.6,110.03-103.76,149.78h0Z" />
                                                                        <path class="cls-1" d="m171.21,245.4l-17.54-20.16c44.84-28.23,70.7-62.79,77.59-103.69-7.09,2.3-14.18,3.46-21.27,3.46-18.58,0-33.43-5.81-44.55-17.43-11.11-11.62-16.66-26.64-16.66-45.08,0-17.47,5.94-32.26,17.81-44.36C178.49,6.05,193.34,0,211.15,0c22.42,0,38.64,9.7,48.71,29.09,10.07,19.39,15.09,41.57,15.09,66.54,0,60.1-34.58,110.03-103.74,149.78h0Z" />
                                                                    </g>
                                                                </svg>
                                                            </div>
                                                            <div id="slogan-alternatif-home" class="slogan-alternatif mt-5">
                                                                Des résultats maintenant et pour longtemps
                                                            </div>
                                                            <div id="slogan_home_right">
                                                                <svg id="Calque_1" data-name="Calque 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 314.95 245.4" width="150" heigth="150">
                                                                    <defs>
                                                                        <style>
                                                                            .cls-2 {
                                                                                fill: #161616;
                                                                                opacity: .1;
                                                                            }
                                                                        </style>
                                                                    </defs>
                                                                    <g class="cls-2">
                                                                        <path class="cls-1" d="m22.4,245.4l-17.54-20.16c44.84-28.23,70.7-62.79,77.61-103.69-7.1,2.3-14.18,3.46-21.28,3.46-18.56,0-33.41-5.81-44.55-17.43C5.54,95.96,0,80.94,0,62.5,0,45.03,5.92,30.24,17.79,18.15,29.7,6.05,44.55,0,62.34,0c22.43,0,38.66,9.7,48.71,29.09,10.08,19.39,15.11,41.57,15.11,66.54,0,60.1-34.6,110.03-103.76,149.78h0Z" />
                                                                        <path class="cls-1" d="m171.21,245.4l-17.54-20.16c44.84-28.23,70.7-62.79,77.59-103.69-7.09,2.3-14.18,3.46-21.27,3.46-18.58,0-33.43-5.81-44.55-17.43-11.11-11.62-16.66-26.64-16.66-45.08,0-17.47,5.94-32.26,17.81-44.36C178.49,6.05,193.34,0,211.15,0c22.42,0,38.64,9.7,48.71,29.09,10.07,19.39,15.09,41.57,15.09,66.54,0,60.1-34.58,110.03-103.74,149.78h0Z" />
                                                                    </g>
                                                                </svg>
                                                            </div>
                                                        </div>
                                                        <div class="d-xl-none">
                                                            <div id="slider" class="pt-5">
                                                                <div class="fluid-container">
                                                                    <div class="slider">
                                                                        <div class="services owl-carousel">
                                                                            
                                                                                
                                                                                <div data-lk="L3JlZmVyZW5jZW1lbnQtbmF0dXJlbC8=" class="slider-card">
                                                                                    <div class="d-flex justify-content-center align-items-center mb-2">
                                                                                        <span class="icon_seo">
                                                                                            <?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 27.7.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
	 viewBox="0 0 1080 1080" style="enable-background:new 0 0 1080 1080;" xml:space="preserve">
<style type="text/css">
	.st0{fill-rule:evenodd;clip-rule:evenodd;fill:#FFFFFF;}
</style>
<g transform="matrix(1,0,0,1,-148,-37)">
	<g>
		<g transform="matrix(0.565685,0.565685,-0.565685,0.565685,99.3744,-67.9731)">
			<path class="st0" d="M1059.6,2.9c-21.9,5.7-44.3-7.5-50-29.4c-5.7-21.9,7.5-44.3,29.4-50c16.5-4.3,33.7-6.5,51.5-6.5
				c113.1,0,205,91.9,205,205v295.2c0,113.1-91.9,205-205,205c-113.1,0-205-91.9-205-205V239.4c0-22.6,18.4-41,41-41
				c22.6,0,41,18.4,41,41v177.7c0,67.9,55.1,123,123,123c67.9,0,123-55.1,123-123V122c0-67.9-55.1-123-123-123
				C1079.8-1,1069.5,0.3,1059.6,2.9z"/>
		</g>
		<g transform="matrix(-0.565685,-0.565685,0.565685,-0.565685,228.626,173.922)">
			<path class="st0" d="M-793.4,4c-21.9,5.7-44.3-7.5-50-29.4c-5.7-21.9,7.5-44.3,29.4-50c16.5-4.3,33.7-6.5,51.5-6.5
				c113.1,0,205,91.9,205,205v295.2c0,113.1-91.9,205-205,205c-113.1,0-205-91.9-205-205V240.5c0-22.6,18.4-41,41-41
				c22.6,0,41,18.4,41,41v177.7c0,67.9,55.1,123,123,123c67.9,0,123-55.1,123-123V123.1c0-67.9-55.1-123-123-123
				C-773.2,0.1-783.6,1.4-793.4,4z"/>
		</g>
	</g>
</g>
</svg>
                                                                                        </span>

                                                                                    </div>
                                                                                    <h2 class="mb-0 text-center">
                                                                                        <a class="slider_a" href="/referencement-naturel/">Référencement Naturel</a>
                                                                                    </h2>
                                                                                    <p class="text-center p-4 d-none">
                                                                                        <a href="/referencement-naturel/">Les experts de notre agence SEO effectuent tous les diagnostics en amont, afin de vous conseiller les bonnes actions à mener afin d’optimiser votre site. Nous vous fournissons des audits SEO complets, une analyse du maillage interne et des contenus de qualité.</a>
                                                                                    </p>
                                                                                    <span class="slider_a calltoact en_savoir_plus_red d-none"><a href="/referencement-naturel/">En savoir plus ></a>

                                                                                    </span>
                                                                                </div>

                                                                            
                                                                                
                                                                                <div data-lk="L3JlZmVyZW5jZW1lbnQtcGF5YW50Lw==" class="slider-card">
                                                                                    <div class="d-flex justify-content-center align-items-center mb-2">
                                                                                        <span class="icon_ads">
                                                                                            <?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 27.7.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
	 viewBox="0 0 700 700" style="enable-background:new 0 0 700 700;" xml:space="preserve">
<style type="text/css">
	.st0{fill:#FFFFFF;stroke:#FFFFFF;stroke-width:5;stroke-miterlimit:10;}
</style>
<g>
	<path class="st0" d="M372.6,134H135.1c-6.3,0-11.3,5.1-11.3,11.3c-0.1,6.3,5,11.4,11.3,11.4h237.6c6.2,0,11.3-5.1,11.3-11.3
		C383.9,139.1,378.8,134,372.6,134z"/>
	<path class="st0" d="M587.6,88.8H112.4c-18.8,0-33.9,15.2-33.9,33.9v475.1c0,18.8,15.2,33.9,33.9,33.9h475.2
		c18.8,0,33.9-15.2,33.9-33.9V122.7C621.5,104,606.3,88.8,587.6,88.8L587.6,88.8z M598.8,597.9c0,6.3-5.1,11.3-11.3,11.3H112.4
		c-6.3,0-11.3-5.1-11.3-11.3v-396h497.8L598.8,597.9L598.8,597.9z M598.8,179.3H101.1v-56.6c0-6.3,5.1-11.3,11.3-11.3h475.1
		c6.2,0,11.3,5.1,11.3,11.3L598.8,179.3z"/>
	<path class="st0" d="M135.1,405.5h158.4c6.3,0,11.3-5.1,11.3-11.3V235.8c0-6.3-5.1-11.3-11.3-11.3H135.1c-6.3,0-11.3,5.1-11.3,11.3
		v158.4C123.7,400.5,128.8,405.5,135.1,405.5L135.1,405.5z M146.3,247.2h135.8V383H146.3V247.2z"/>
	<path class="st0" d="M563.6,406.6H407.5c-6.3,0-11.3,5.1-11.3,11.3V574c0,6.3,5.1,11.3,11.3,11.3h156.1c6.3,0,11.3-5.1,11.3-11.3
		V417.8C574.9,411.6,569.9,406.6,563.6,406.6z M552.3,562.7H418.8V429.1h133.5V562.7L552.3,562.7z"/>
	<path class="st0" d="M350,269.8h213.7c6.3,0,11.3-5.1,11.3-11.3c0-6.3-5.1-11.3-11.3-11.3H350.1c-6.3,0-11.3,5.1-11.3,11.3
		C338.7,264.8,343.7,269.8,350,269.8L350,269.8z"/>
	<path class="st0" d="M350,326.4h213.7c6.3,0,11.3-5.1,11.3-11.3c0-6.3-5.1-11.3-11.3-11.3H350c-6.3,0-11.3,5.1-11.3,11.3
		C338.7,321.3,343.7,326.4,350,326.4L350,326.4z"/>
	<path class="st0" d="M350,383h213.7c6.3,0,11.3-5.1,11.3-11.3c0-6.3-5.1-11.3-11.3-11.3H350c-6.3,0-11.3,5.1-11.3,11.3
		C338.7,377.9,343.7,383,350,383L350,383z"/>
	<path class="st0" d="M135.1,450.7h213.6c6.3,0,11.3-5.1,11.3-11.3c0-6.3-5.1-11.3-11.3-11.3H135.1c-6.3,0-11.3,5.1-11.3,11.3
		C123.7,445.6,128.8,450.7,135.1,450.7L135.1,450.7z"/>
	<path class="st0" d="M135.1,507.2h213.6c6.3,0,11.3-5.1,11.3-11.3c0-6.3-5.1-11.3-11.3-11.3H135.1c-6.3,0-11.3,5.1-11.3,11.3
		C123.7,502.2,128.8,507.2,135.1,507.2L135.1,507.2z"/>
	<path class="st0" d="M135.1,563.8h213.6c6.3,0,11.3-5.1,11.3-11.3c0-6.3-5.1-11.3-11.3-11.3H135.1c-6.3,0-11.3,5.1-11.3,11.3
		C123.7,558.7,128.8,563.8,135.1,563.8L135.1,563.8z"/>
	<path class="st0" d="M564.9,134c-6.3,0-11.4,5.1-11.4,11.4c0,6.3,5.1,11.4,11.4,11.4c6.3,0,11.4-5.1,11.4-11.4S571.2,134,564.9,134
		z"/>
	<path class="st0" d="M519.7,134c-6.3,0-11.4,5.1-11.4,11.4c0,6.3,5.1,11.4,11.4,11.4s11.4-5.1,11.4-11.4S526,134,519.7,134z"/>
	<path class="st0" d="M474.5,134c-6.3,0-11.4,5.1-11.4,11.4c0,6.3,5.1,11.4,11.4,11.4s11.4-5.1,11.4-11.4
		C485.8,139.1,480.7,134,474.5,134z"/>
</g>
</svg>
                                                                                        </span>

                                                                                    </div>
                                                                                    <h2 class="mb-0 text-center">
                                                                                        <a class="slider_a" href="/referencement-payant/">Référencement Payant</a>
                                                                                    </h2>
                                                                                    <p class="text-center p-4 d-none">
                                                                                        <a href="/referencement-payant/">Profitez de notre certification Google Partner Premium (Search, Display, Youtube, Shopping, Mobile &amp; Analytics) pour vous conseiller et vous assurer une visibilité stratégique. Nous gérons les campagnes Adwords de nombreux grands comptes.</a>
                                                                                    </p>
                                                                                    <span class="slider_a calltoact en_savoir_plus_red d-none"><a href="/referencement-payant/">En savoir plus ></a>

                                                                                    </span>
                                                                                </div>

                                                                            
                                                                                
                                                                                <div data-lk="L3JlZmVyZW5jZW1lbnQtbmF0dXJlbC9yZWRhY3Rpb24td2ViLw==" class="slider-card">
                                                                                    <div class="d-flex justify-content-center align-items-center mb-2">
                                                                                        <span class="icon_redaction">
                                                                                            <?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 27.7.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
	 viewBox="0 0 700 700" style="enable-background:new 0 0 700 700;" xml:space="preserve">
<style type="text/css">
	.st0{fill:#FFFFFF;}
</style>
<g>
	<path class="st0" d="M532.5,232.4l62.3-62.3l0,0c3.8-3.7,5.9-8.8,5.9-14.1s-2.1-10.4-5.9-14.1l0,0l-68.5-68.5
		c-3.8-3.6-8.9-5.6-14.1-5.6c-5.3,0-10.3,2-14.1,5.6l-62.3,62.3L138.9,432.5c-2,2-3.5,4.4-4.5,7.1l-0.2,0.2L96.9,542
		c-2.2,6.1-1.3,13,2.4,18.3c3.7,5.3,9.9,8.5,16.4,8.5c2.1,0,4.1-0.3,6.1-0.9l105.8-33.7c0.2-0.1,0.4-0.3,0.6-0.4
		c2.8-0.9,5.3-2.5,7.4-4.5L532.5,232.4z M512.2,115.7l40.2,40.2l-34,34.1l-20.1-20.1l-20.1-20.1L512.2,115.7z M449.9,178l20.1,20.1
		l20.1,20.1L221.5,486.8l-20.1-20.1l-20.1-20.1L449.9,178z M161,482.9l11.7,11.7l11.4,11.4l-35.7,11.4L161,482.9z"/>
	<path class="st0" d="M584.1,528.8H269.9c-7.1,0-13.8,3.8-17.3,10c-3.6,6.2-3.6,13.8,0,20c3.6,6.2,10.2,10,17.3,10h314.3
		c7.1,0,13.7-3.8,17.3-10s3.6-13.8,0-20S591.3,528.8,584.1,528.8L584.1,528.8z"/>
</g>
</svg>
                                                                                        </span>

                                                                                    </div>
                                                                                    <h2 class="mb-0 text-center">
                                                                                        <a class="slider_a" href="/referencement-naturel/redaction-web/">Rédaction</a>
                                                                                    </h2>
                                                                                    <p class="text-center p-4 d-none">
                                                                                        <a href="/referencement-naturel/redaction-web/"><span style="font-weight: 400;">La création de contenus rédactionnels pour un site web ne s’improvise pas. Vos textes SEO doivent être qualitatifs et uniques pour répondre aux attentes des moteurs de recherche et des internautes. Faites confiance à notre agence éditoriale.</span></a>
                                                                                    </p>
                                                                                    <span class="slider_a calltoact en_savoir_plus_red d-none"><a href="/referencement-naturel/redaction-web/">En savoir plus ></a>

                                                                                    </span>
                                                                                </div>

                                                                            
                                                                                
                                                                                <div data-lk="L2Zvcm1hdGlvbnMv" class="slider-card">
                                                                                    <div class="d-flex justify-content-center align-items-center mb-2">
                                                                                        <span class="icon_formation">
                                                                                            <?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 27.7.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
	 viewBox="0 0 700 700" style="enable-background:new 0 0 700 700;" xml:space="preserve">
<style type="text/css">
	.st0{fill:#FFFFFF;stroke:#FFFFFF;stroke-width:7;stroke-miterlimit:10;}
</style>
<g>
	<path class="st0" d="M558.4,411.4c-4.6,0-8.4,3.8-8.4,8.4v126h-95.8c-4.6,0-8.4,3.8-8.4,8.4c0,4.6,3.8,8.4,8.4,8.4H550v35
		c0,4.6,3.8,8.4,8.4,8.4c4.6,0,8.4-3.8,8.4-8.4V419.8C566.8,415.1,563,411.4,558.4,411.4L558.4,411.4z"/>
	<path class="st0" d="M576.6,369.5l-38.4-8.7c-2.2-0.5-3.8-2.5-3.8-4.8v-4.7c9.4-8.6,14.7-20.6,14.8-33.3v-19.1
		c0.1-12.1-4.6-23.7-13-32.3c-8.5-8.6-20-13.4-32.1-13.4c-12.1,0-23.6,4.8-32.1,13.4s-13.2,20.2-13,32.3V318
		c0,12.7,5.4,24.8,14.8,33.4v4.7c0,2.3-1.7,4.3-3.9,4.7l-36.4,8.3h-0.6c-31.5,2-59.7,3-86.3-6.2c-9.7-3.3-19.4-6.6-29-10
		c-13.1-4.5-26.2-9-39.3-13.5l0,0c-4.4-1.5-9.2,0.9-10.6,5.3c-1.5,4.4,0.9,9.2,5.3,10.6c13.1,4.4,26.1,8.9,39.1,13.4
		c9.7,3.4,19.4,6.7,29.1,10l0,0c18.9,6,38.7,8.8,58.5,8.4c10.8,0,21.7-0.6,32.8-1.3c0.3,0.1,0.7,0.1,1,0.2c0.6,0,1.2-0.1,1.9-0.2
		l38.3-8.7c4.8-1.1,9.1-3.7,12.2-7.6c3.1-3.8,4.8-8.6,4.8-13.6v-8.6c0-1.5-0.4-2.9-1.2-4.2l-0.1-0.1l0,0c-0.2-0.4-0.5-0.8-0.8-1.2
		l-0.2-0.2c-0.3-0.3-0.7-0.7-1-1c-0.1,0-0.1-0.1-0.2-0.1c-7.2-5.3-11.5-13.8-11.4-22.7v-19.1c-0.1-7.6,2.8-14.9,8.2-20.3
		c5.3-5.4,12.6-8.4,20.2-8.4s14.9,3,20.2,8.4s8.3,12.7,8.2,20.3V318c0,8.8-4.1,17.1-11.1,22.4c-2,1.3-3.3,3.4-3.6,5.8
		c-0.1,0.4-0.1,0.7-0.1,1.1v8.7c0,4.9,1.6,9.7,4.7,13.6c3.1,3.9,7.4,6.5,12.2,7.6l38.3,8.6l0,0c5.5,1.3,9.4,6.2,9.4,11.8v199.9
		c0,4.6,3.8,8.4,8.4,8.4c4.6,0,8.4-3.8,8.4-8.4V397.7c0-6.5-2.3-12.9-6.4-18C588.7,374.6,583,371,576.6,369.5L576.6,369.5z"/>
	<path class="st0" d="M369.9,413.7c-4.5-1.1-8.8-2.1-12.2-3.1c-31.2-10.4-61.2-23.9-89.7-40.3c-4.1-2.2-9.1-0.7-11.3,3.4
		c-2.2,4.1-0.7,9.1,3.3,11.4c29.5,16.9,60.6,30.9,92.8,41.6c3.9,1.2,8.4,2.2,13.2,3.4c23.5,5.5,42.9,11.4,42.9,27v140.5
		c0,4.6,3.8,8.4,8.4,8.4s8.4-3.8,8.4-8.4V457C425.8,426.8,392.2,418.9,369.9,413.7L369.9,413.7z"/>
	<path class="st0" d="M241.9,356.7c1.5,1.7,3.6,2.7,5.8,2.8s4.4-0.7,6.1-2.2c1.7-1.5,2.7-3.6,2.8-5.8c0.1-2.2-0.7-4.4-2.2-6.1
		l-60.7-67.2c-3.1-3.4-8.4-3.7-11.9-0.6c-3.4,3.1-3.7,8.4-0.6,11.9L241.9,356.7z"/>
	<path class="st0" d="M567,122.1H132.8c-8.5,0-16.7,3.4-22.7,9.4s-9.4,14.2-9.4,22.7v353.2c0,8.5,3.4,16.7,9.4,22.7
		s14.2,9.4,22.7,9.4h256.6c4.6,0,8.4-3.8,8.4-8.4c0-4.6-3.8-8.4-8.4-8.4H132.8c-4.1,0-7.9-1.6-10.8-4.5c-2.9-2.9-4.5-6.7-4.5-10.8
		V154.1c0-4,1.6-7.9,4.5-10.8c2.9-2.9,6.7-4.5,10.8-4.5H567c4,0,7.9,1.6,10.8,4.5c2.9,2.9,4.5,6.7,4.5,10.8v23H152
		c-4.6,0-8.4,3.8-8.4,8.4c0,4.6,3.8,8.4,8.4,8.4h430.3v159.9c0,4.6,3.8,8.4,8.4,8.4c4.6,0,8.4-3.8,8.4-8.4V154.1
		c0-8.5-3.4-16.6-9.4-22.7C583.7,125.4,575.5,122.1,567,122.1L567,122.1z"/>
	<path class="st0" d="M172.2,224.1H152c-4.6,0-8.4,3.8-8.4,8.4c0,4.6,3.8,8.4,8.4,8.4h20.2c4.6,0,8.4-3.8,8.4-8.4
		C180.6,227.9,176.9,224.1,172.2,224.1z"/>
	<path class="st0" d="M238,240.9c4.6,0,8.4-3.8,8.4-8.4c0-4.6-3.8-8.4-8.4-8.4h-20.3c-4.6,0-8.4,3.8-8.4,8.4c0,4.6,3.8,8.4,8.4,8.4
		H238z"/>
	<path class="st0" d="M303.8,240.9c4.6,0,8.4-3.8,8.4-8.4c0-4.6-3.8-8.4-8.4-8.4h-20.2c-4.6,0-8.4,3.8-8.4,8.4
		c0,4.6,3.8,8.4,8.4,8.4H303.8z"/>
</g>
</svg>
                                                                                        </span>

                                                                                    </div>
                                                                                    <h2 class="mb-0 text-center">
                                                                                        <a class="slider_a" href="/formations/">Formation</a>
                                                                                    </h2>
                                                                                    <p class="text-center p-4 d-none">
                                                                                        <a href="/formations/"><span style="font-weight: 400;">Le SEO, SEA et les réseaux sociaux n’ont pas de secret pour nous ! Pionnière dans le référencement et le marketing digital, notre agence sera ravie de vous transmettre son expertise à travers ses formations en référencement internet.</span></a>
                                                                                    </p>
                                                                                    <span class="slider_a calltoact en_savoir_plus_red d-none"><a href="/formations/">En savoir plus ></a>

                                                                                    </span>
                                                                                </div>

                                                                            
                                                                                
                                                                                <div data-lk="L2FnZW5jZS1kZS13ZWJtYXJrZXRpbmcv" class="slider-card">
                                                                                    <div class="d-flex justify-content-center align-items-center mb-2">
                                                                                        <span class="icon_conseil_webmarketing">
                                                                                            <?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 27.7.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
	 viewBox="0 0 700 700" style="enable-background:new 0 0 700 700;" xml:space="preserve">
<style type="text/css">
	.st0{fill:#FFFFFF;stroke:#FFFFFF;stroke-width:5;stroke-miterlimit:10;}
	.st1{fill:#FFFFFF;stroke:#FFFFFF;stroke-width:4;stroke-miterlimit:10;}
</style>
<path class="st0" d="M447.1,289.4c-12.9,0-25.6,2.4-37.7,6.8c0.9-6.3,1.3-12.6,1.3-19c0-73.9-59.8-134.1-133.3-134.1
	c-73.7,0-134.1,60.4-134.1,134.1v169.6c0,6.7,5.4,12.1,12.1,12.1s12.1-5.4,12.1-12.1c0-20,16.3-36.3,36.3-36.3h73.5
	c21.2,0,42-5.1,60.6-14.6c0,0.8,0,1.6,0,2.5c0,60.1,48.9,109,109,109h49.3c19.7,0,36.3,17,36.3,37.1c0,6.7,5.4,12.1,12.1,12.1
	c6.7,0,12.1-5.4,12.1-12.1V398.3C557,338.3,507.7,289.4,447.1,289.4L447.1,289.4z M277.5,386.3H204c-13.6,0-26.2,4.5-36.3,12.1
	V277.2c0-60.6,49.3-109.8,109.9-109.8c60.1,0,109,49.3,109,109.8c0,11.8-1.9,23.5-5.6,34.6c-3.4,2.6-6.7,5.4-9.8,8.3
	c-12.9,12.4-22.2,27.4-27.7,43.9C324.7,378.5,301.3,386.3,277.5,386.3L277.5,386.3z M532.7,495.7c-10.4-8-23.1-12.4-36.3-12.4h-49.3
	c-46.8,0-84.8-38-84.8-84.8c0-46.7,38.1-84.8,84.8-84.8c47.2,0,85.6,38,85.6,84.8V495.7z"/>
<path class="st1" d="M471.3,386.3h-12.1v-12.1c0-6.7-5.4-12.1-12.1-12.1s-12.1,5.4-12.1,12.1v12.1h-12.1c-6.7,0-12.1,5.4-12.1,12.1
	s5.4,12.1,12.1,12.1H435v12.1c0,6.7,5.4,12.1,12.1,12.1s12.1-5.4,12.1-12.1v-12.1h12.1c6.7,0,12.1-5.4,12.1-12.1
	C483.5,391.8,478,386.3,471.3,386.3z"/>
<path class="st1" d="M277.5,204.6c-20,0-36.3,16.3-36.3,36.3c0,6.7,5.4,12.1,12.1,12.1c6.7,0,12.1-5.4,12.1-12.1
	c0-6.7,5.4-12.1,12.1-12.1s12.1,5.4,12.1,12.1c0,3.9-1.8,7.5-4.9,9.8c-12.1,8.9-19.3,23.1-19.3,38.1v0.6c0,6.7,5.4,12.1,12.1,12.1
	s12.1-5.4,12.1-12.1v-0.6c0-7.3,3.5-14.3,9.4-18.6c9.3-6.8,14.8-17.8,14.8-29.3C313.8,220.9,297.5,204.6,277.5,204.6L277.5,204.6z"
	/>
<path class="st1" d="M289.6,337.9c0,6.7-5.4,12.1-12.1,12.1s-12.1-5.4-12.1-12.1s5.4-12.1,12.1-12.1S289.6,331.2,289.6,337.9z"/>
</svg>
                                                                                        </span>

                                                                                    </div>
                                                                                    <h2 class="mb-0 text-center">
                                                                                        <a class="slider_a" href="/agence-de-webmarketing/">Conseil en webmarketing</a>
                                                                                    </h2>
                                                                                    <p class="text-center p-4 d-none">
                                                                                        <a href="/agence-de-webmarketing/">Emailing, marketing automation, UX Design, Analytics, SMO/SMA, webdesign... Au sein de l'agence de référencement Brioude Internet, nous utilisons tous les leviers nécessaires pour atteindre vos objectifs et les mesurer.</a>
                                                                                    </p>
                                                                                    <span class="slider_a calltoact en_savoir_plus_red d-none"><a href="/agence-de-webmarketing/">En savoir plus ></a>

                                                                                    </span>
                                                                                </div>

                                                                            
                                                                        </div>
                                                                    </div>
                                                                </div>
                                                            </div>
                                                        </div>
                                                    </div>
                                                </div>`;
            let servicesDesktopSection = `<div class="width_container">
                                                    <div style="margin: auto;">
                                                        <div id="slogan_home" class="d-flex">
                                                            <div id="slogan_home_left">
                                                                <svg id="Calque_1" data-name="Calque 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 314.95 245.4" width="150" heigth="150" style="transform: rotate(180deg);">
                                                                    <defs>
                                                                        <style>
                                                                            .cls-2 {
                                                                                opacity: .1;
                                                                                fill: #1d1d1b;
                                                                            }
                                                                        </style>
                                                                    </defs>
                                                                    <g class="cls-2">
                                                                        <path class="cls-1" d="m22.4,245.4l-17.54-20.16c44.84-28.23,70.7-62.79,77.61-103.69-7.1,2.3-14.18,3.46-21.28,3.46-18.56,0-33.41-5.81-44.55-17.43C5.54,95.96,0,80.94,0,62.5,0,45.03,5.92,30.24,17.79,18.15,29.7,6.05,44.55,0,62.34,0c22.43,0,38.66,9.7,48.71,29.09,10.08,19.39,15.11,41.57,15.11,66.54,0,60.1-34.6,110.03-103.76,149.78h0Z" />
                                                                        <path class="cls-1" d="m171.21,245.4l-17.54-20.16c44.84-28.23,70.7-62.79,77.59-103.69-7.09,2.3-14.18,3.46-21.27,3.46-18.58,0-33.43-5.81-44.55-17.43-11.11-11.62-16.66-26.64-16.66-45.08,0-17.47,5.94-32.26,17.81-44.36C178.49,6.05,193.34,0,211.15,0c22.42,0,38.64,9.7,48.71,29.09,10.07,19.39,15.09,41.57,15.09,66.54,0,60.1-34.58,110.03-103.74,149.78h0Z" />
                                                                    </g>
                                                                </svg>
                                                            </div>
                                                            <div id="slogan-alternatif-home" class="slogan-alternatif mt-5">
                                                                Des résultats maintenant et pour longtemps
                                                            </div>
                                                            <div id="slogan_home_right">
                                                                <svg id="Calque_1" data-name="Calque 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 314.95 245.4" width="150" heigth="150">
                                                                    <defs>
                                                                        <style>
                                                                            .cls-2 {
                                                                                fill: #161616;
                                                                                opacity: .1;
                                                                            }
                                                                        </style>
                                                                    </defs>
                                                                    <g class="cls-2">
                                                                        <path class="cls-1" d="m22.4,245.4l-17.54-20.16c44.84-28.23,70.7-62.79,77.61-103.69-7.1,2.3-14.18,3.46-21.28,3.46-18.56,0-33.41-5.81-44.55-17.43C5.54,95.96,0,80.94,0,62.5,0,45.03,5.92,30.24,17.79,18.15,29.7,6.05,44.55,0,62.34,0c22.43,0,38.66,9.7,48.71,29.09,10.08,19.39,15.11,41.57,15.11,66.54,0,60.1-34.6,110.03-103.76,149.78h0Z" />
                                                                        <path class="cls-1" d="m171.21,245.4l-17.54-20.16c44.84-28.23,70.7-62.79,77.59-103.69-7.09,2.3-14.18,3.46-21.27,3.46-18.58,0-33.43-5.81-44.55-17.43-11.11-11.62-16.66-26.64-16.66-45.08,0-17.47,5.94-32.26,17.81-44.36C178.49,6.05,193.34,0,211.15,0c22.42,0,38.64,9.7,48.71,29.09,10.07,19.39,15.09,41.57,15.09,66.54,0,60.1-34.58,110.03-103.74,149.78h0Z" />
                                                                    </g>
                                                                </svg>
                                                            </div>
                                                        </div>
                                                        <div id="service_grid">
                                                            
                                                                


                                                                <div data-lk="L3JlZmVyZW5jZW1lbnQtbmF0dXJlbC8=" class="col-4 redirto home_top_2_relative mx-3">

                                                                    <div class="icon_home_left">
                                                                        <div class="icon_seo">
                                                                            <img src="https://www.brioude-internet.fr/wp-content/themes/brioude/inc/svg/icon_seo.svg" alt="">
                                                                        </div>
                                                                        <h2 class="bolded h2_coled">
                                                                            <a class="slider_a" href="/referencement-naturel/">Référencement Naturel</a>
                                                                        </h2>
                                                                    </div>
                                                                    <div class="texte_services2">
                                                                        <p>
                                                                            Les experts de notre agence SEO effectuent tous les diagnostics en amont, afin de vous conseiller les bonnes actions à mener afin d’optimiser votre site. Nous vous fournissons des audits SEO complets, une analyse du maillage interne et des contenus de qualité.                                                                        </p>
                                                                        <span class="slider_a calltoact en_savoir_plus_red">
                                                                            En savoir plus >
                                                                        </span>
                                                                    </div>

                                                                </div>

                                                            
                                                                


                                                                <div data-lk="L3JlZmVyZW5jZW1lbnQtcGF5YW50Lw==" class="col-4 redirto home_top_2_relative mx-3">

                                                                    <div class="icon_home_left">
                                                                        <div class="icon_ads">
                                                                            <img src="https://www.brioude-internet.fr/wp-content/themes/brioude/inc/svg/icon_ads.svg" alt="">
                                                                        </div>
                                                                        <h2 class="bolded h2_coled">
                                                                            <a class="slider_a" href="/referencement-payant/">Référencement Payant</a>
                                                                        </h2>
                                                                    </div>
                                                                    <div class="texte_services2">
                                                                        <p>
                                                                            Profitez de notre certification Google Partner Premium (Search, Display, Youtube, Shopping, Mobile &amp; Analytics) pour vous conseiller et vous assurer une visibilité stratégique. Nous gérons les campagnes Adwords de nombreux grands comptes.                                                                        </p>
                                                                        <span class="slider_a calltoact en_savoir_plus_red">
                                                                            En savoir plus >
                                                                        </span>
                                                                    </div>

                                                                </div>

                                                            
                                                                


                                                                <div data-lk="L3JlZmVyZW5jZW1lbnQtbmF0dXJlbC9yZWRhY3Rpb24td2ViLw==" class="col-4 redirto home_top_2_relative mx-3">

                                                                    <div class="icon_home_left">
                                                                        <div class="icon_redaction">
                                                                            <img src="https://www.brioude-internet.fr/wp-content/themes/brioude/inc/svg/icon_redaction.svg" alt="">
                                                                        </div>
                                                                        <h2 class="bolded h2_coled">
                                                                            <a class="slider_a" href="/referencement-naturel/redaction-web/">Rédaction</a>
                                                                        </h2>
                                                                    </div>
                                                                    <div class="texte_services2">
                                                                        <p>
                                                                            <span style="font-weight: 400;">La création de contenus rédactionnels pour un site web ne s’improvise pas. Vos textes SEO doivent être qualitatifs et uniques pour répondre aux attentes des moteurs de recherche et des internautes. Faites confiance à notre agence éditoriale.</span>                                                                        </p>
                                                                        <span class="slider_a calltoact en_savoir_plus_red">
                                                                            En savoir plus >
                                                                        </span>
                                                                    </div>

                                                                </div>

                                                            
                                                                


                                                                <div data-lk="L2Zvcm1hdGlvbnMv" class="col-4 redirto home_top_2_relative mx-3">

                                                                    <div class="icon_home_left">
                                                                        <div class="icon_formation">
                                                                            <img src="https://www.brioude-internet.fr/wp-content/themes/brioude/inc/svg/icon_formation.svg" alt="">
                                                                        </div>
                                                                        <h2 class="bolded h2_coled">
                                                                            <a class="slider_a" href="/formations/">Formation</a>
                                                                        </h2>
                                                                    </div>
                                                                    <div class="texte_services2">
                                                                        <p>
                                                                            <span style="font-weight: 400;">Le SEO, SEA et les réseaux sociaux n’ont pas de secret pour nous ! Pionnière dans le référencement et le marketing digital, notre agence sera ravie de vous transmettre son expertise à travers ses formations en référencement internet.</span>                                                                        </p>
                                                                        <span class="slider_a calltoact en_savoir_plus_red">
                                                                            En savoir plus >
                                                                        </span>
                                                                    </div>

                                                                </div>

                                                            
                                                                


                                                                <div data-lk="L2FnZW5jZS1kZS13ZWJtYXJrZXRpbmcv" class="col-4 redirto home_top_2_relative mx-3">

                                                                    <div class="icon_home_left">
                                                                        <div class="icon_conseil_webmarketing">
                                                                            <img src="https://www.brioude-internet.fr/wp-content/themes/brioude/inc/svg/icon_conseil_webmarketing.svg" alt="">
                                                                        </div>
                                                                        <h2 class="bolded h2_coled">
                                                                            <a class="slider_a" href="/agence-de-webmarketing/">Conseil en webmarketing</a>
                                                                        </h2>
                                                                    </div>
                                                                    <div class="texte_services2">
                                                                        <p>
                                                                            Emailing, marketing automation, UX Design, Analytics, SMO/SMA, webdesign... Au sein de l'agence de référencement Brioude Internet, nous utilisons tous les leviers nécessaires pour atteindre vos objectifs et les mesurer.                                                                        </p>
                                                                        <span class="slider_a calltoact en_savoir_plus_red">
                                                                            En savoir plus >
                                                                        </span>
                                                                    </div>

                                                                </div>

                                                                                                                    </div>
                                                    </div>
                                                </div>`;
            let section_home_services = document.querySelector('#section_home_services');

            function sectionServicesMobileORDesktopDisplay() {
                if (window.innerWidth < 1200) {
                    if (!sectionServicesMobile) {
                        section_home_services.innerHTML = servicesMobileSection;
                        section_home_services.classList.add('fluid-container');
                        section_home_services.classList.remove('section_red');
                        sectionServicesMobile = true;
                        if (sectionServicesDesktop) {
                            // section_home_services.firstElementChild.remove();
                            sectionServicesDesktop = false;
                        }
                    }
                } else {
                    if (!sectionServicesDesktop) {
                        section_home_services.innerHTML = servicesDesktopSection;
                        section_home_services.classList.remove('fluid-container');
                        section_home_services.classList.add('section_red');
                        sectionServicesDesktop = true;
                        if (sectionServicesMobile) {
                            // section_home_services.firstElementChild.remove();
                            sectionServicesMobile = false;
                        }
                    }
                }
            }

            sectionServicesMobileORDesktopDisplay();
            window.addEventListener('resize', sectionServicesMobileORDesktopDisplay);
        });
    </script>
    <!-- DESKTOP SERVICES -->

    <!-- MOBILE SERVICES -->
    <section id="section_home_services" class="fluid-container">
        <div class="width_container">
            <div style="margin: auto;">
                <div id="slogan_home" class="d-flex">
                    <div id="slogan_home_left">
                        <svg id="Calque_1" data-name="Calque 1" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 314.95 245.4" width="150" heigth="150" style="transform: rotate(180deg);">
                            <defs>
                                <style>
                                    .cls-2 {
                                        opacity: .1;
                                        fill: #1d1d1b;
                                    }
                                </style>
                            </defs>
                            <g class="cls-2">
                                <path class="cls-1" d="m22.4,245.4l-17.54-20.16c44.84-28.23,70.7-62.79,77.61-103.69-7.1,2.3-14.18,3.46-21.28,3.46-18.56,0-33.41-5.81-44.55-17.43C5.54,95.96,0,80.94,0,62.5,0,45.03,5.92,30.24,17.79,18.15,29.7,6.05,44.55,0,62.34,0c22.43,0,38.66,9.7,48.71,29.09,10.08,19.39,15.11,41.57,15.11,66.54,0,60.1-34.6,110.03-103.76,149.78h0Z" />
                                <path class="cls-1" d="m171.21,245.4l-17.54-20.16c44.84-28.23,70.7-62.79,77.59-103.69-7.09,2.3-14.18,3.46-21.27,3.46-18.58,0-33.43-5.81-44.55-17.43-11.11-11.62-16.66-26.64-16.66-45.08,0-17.47,5.94-32.26,17.81-44.36C178.49,6.05,193.34,0,211.15,0c22.42,0,38.64,9.7,48.71,29.09,10.07,19.39,15.09,41.57,15.09,66.54,0,60.1-34.58,110.03-103.74,149.78h0Z" />
                            </g>
                        </svg>
                    </div>
                    <div id="slogan-alternatif-home" class="slogan-alternatif mt-5">
                        Des résultats maintenant et pour longtemps
                    </div>
                    <div id="slogan_home_right">
                        <svg id="Calque_1" data-name="Calque 1" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 314.95 245.4" width="150" heigth="150">
                            <defs>
                                <style>
                                    .cls-2 {
                                        fill: #161616;
                                        opacity: .1;
                                    }
                                </style>
                            </defs>
                            <g class="cls-2">
                                <path class="cls-1" d="m22.4,245.4l-17.54-20.16c44.84-28.23,70.7-62.79,77.61-103.69-7.1,2.3-14.18,3.46-21.28,3.46-18.56,0-33.41-5.81-44.55-17.43C5.54,95.96,0,80.94,0,62.5,0,45.03,5.92,30.24,17.79,18.15,29.7,6.05,44.55,0,62.34,0c22.43,0,38.66,9.7,48.71,29.09,10.08,19.39,15.11,41.57,15.11,66.54,0,60.1-34.6,110.03-103.76,149.78h0Z" />
                                <path class="cls-1" d="m171.21,245.4l-17.54-20.16c44.84-28.23,70.7-62.79,77.59-103.69-7.09,2.3-14.18,3.46-21.27,3.46-18.58,0-33.43-5.81-44.55-17.43-11.11-11.62-16.66-26.64-16.66-45.08,0-17.47,5.94-32.26,17.81-44.36C178.49,6.05,193.34,0,211.15,0c22.42,0,38.64,9.7,48.71,29.09,10.07,19.39,15.09,41.57,15.09,66.54,0,60.1-34.58,110.03-103.74,149.78h0Z" />
                            </g>
                        </svg>
                    </div>
                </div>
                <div class="d-xl-none">
                    <div id="slider" class="pt-5">
                        <div class="fluid-container">
                            <div class="slider">
                                <div class="services owl-carousel">
                                    
                                        
                                        <div data-lk="L3JlZmVyZW5jZW1lbnQtbmF0dXJlbC8=" class="slider-card">
                                            <div class="d-flex justify-content-center align-items-center mb-2">
                                                <span class="icon_seo">
                                                    <?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 27.7.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
	 viewbox="0 0 1080 1080" style="enable-background:new 0 0 1080 1080;" xml:space="preserve">
<style type="text/css">
	.st0{fill-rule:evenodd;clip-rule:evenodd;fill:#FFFFFF;}
</style>
<g transform="matrix(1,0,0,1,-148,-37)">
	<g>
		<g transform="matrix(0.565685,0.565685,-0.565685,0.565685,99.3744,-67.9731)">
			<path class="st0" d="M1059.6,2.9c-21.9,5.7-44.3-7.5-50-29.4c-5.7-21.9,7.5-44.3,29.4-50c16.5-4.3,33.7-6.5,51.5-6.5				c113.1,0,205,91.9,205,205v295.2c0,113.1-91.9,205-205,205c-113.1,0-205-91.9-205-205V239.4c0-22.6,18.4-41,41-41				c22.6,0,41,18.4,41,41v177.7c0,67.9,55.1,123,123,123c67.9,0,123-55.1,123-123V122c0-67.9-55.1-123-123-123				C1079.8-1,1069.5,0.3,1059.6,2.9z"/>
		</g>
		<g transform="matrix(-0.565685,-0.565685,0.565685,-0.565685,228.626,173.922)">
			<path class="st0" d="M-793.4,4c-21.9,5.7-44.3-7.5-50-29.4c-5.7-21.9,7.5-44.3,29.4-50c16.5-4.3,33.7-6.5,51.5-6.5				c113.1,0,205,91.9,205,205v295.2c0,113.1-91.9,205-205,205c-113.1,0-205-91.9-205-205V240.5c0-22.6,18.4-41,41-41				c22.6,0,41,18.4,41,41v177.7c0,67.9,55.1,123,123,123c67.9,0,123-55.1,123-123V123.1c0-67.9-55.1-123-123-123				C-773.2,0.1-783.6,1.4-793.4,4z"/>
		</g>
	</g>
</g>
</svg>
                                                </span>

                                            </div>
                                            <h2 class="mb-0 text-center">
                                                <a class="slider_a" href="/referencement-naturel/">Référencement Naturel</a>
                                            </h2>
                                            <p class="text-center p-4 d-none">
                                                <a href="/referencement-naturel/">Les experts de notre agence SEO effectuent tous les diagnostics en amont, afin de vous conseiller les bonnes actions à mener afin d’optimiser votre site. Nous vous fournissons des audits SEO complets, une analyse du maillage interne et des contenus de qualité.</a>
                                            </p>
                                            <span class="slider_a calltoact en_savoir_plus_red d-none"><a href="/referencement-naturel/">En savoir plus ></a>

                                            </span>
                                        </div>

                                    
                                        
                                        <div data-lk="L3JlZmVyZW5jZW1lbnQtcGF5YW50Lw==" class="slider-card">
                                            <div class="d-flex justify-content-center align-items-center mb-2">
                                                <span class="icon_ads">
                                                    <?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 27.7.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
	 viewbox="0 0 700 700" style="enable-background:new 0 0 700 700;" xml:space="preserve">
<style type="text/css">
	.st0{fill:#FFFFFF;stroke:#FFFFFF;stroke-width:5;stroke-miterlimit:10;}
</style>
<g>
	<path class="st0" d="M372.6,134H135.1c-6.3,0-11.3,5.1-11.3,11.3c-0.1,6.3,5,11.4,11.3,11.4h237.6c6.2,0,11.3-5.1,11.3-11.3		C383.9,139.1,378.8,134,372.6,134z"/>
	<path class="st0" d="M587.6,88.8H112.4c-18.8,0-33.9,15.2-33.9,33.9v475.1c0,18.8,15.2,33.9,33.9,33.9h475.2		c18.8,0,33.9-15.2,33.9-33.9V122.7C621.5,104,606.3,88.8,587.6,88.8L587.6,88.8z M598.8,597.9c0,6.3-5.1,11.3-11.3,11.3H112.4		c-6.3,0-11.3-5.1-11.3-11.3v-396h497.8L598.8,597.9L598.8,597.9z M598.8,179.3H101.1v-56.6c0-6.3,5.1-11.3,11.3-11.3h475.1		c6.2,0,11.3,5.1,11.3,11.3L598.8,179.3z"/>
	<path class="st0" d="M135.1,405.5h158.4c6.3,0,11.3-5.1,11.3-11.3V235.8c0-6.3-5.1-11.3-11.3-11.3H135.1c-6.3,0-11.3,5.1-11.3,11.3		v158.4C123.7,400.5,128.8,405.5,135.1,405.5L135.1,405.5z M146.3,247.2h135.8V383H146.3V247.2z"/>
	<path class="st0" d="M563.6,406.6H407.5c-6.3,0-11.3,5.1-11.3,11.3V574c0,6.3,5.1,11.3,11.3,11.3h156.1c6.3,0,11.3-5.1,11.3-11.3		V417.8C574.9,411.6,569.9,406.6,563.6,406.6z M552.3,562.7H418.8V429.1h133.5V562.7L552.3,562.7z"/>
	<path class="st0" d="M350,269.8h213.7c6.3,0,11.3-5.1,11.3-11.3c0-6.3-5.1-11.3-11.3-11.3H350.1c-6.3,0-11.3,5.1-11.3,11.3		C338.7,264.8,343.7,269.8,350,269.8L350,269.8z"/>
	<path class="st0" d="M350,326.4h213.7c6.3,0,11.3-5.1,11.3-11.3c0-6.3-5.1-11.3-11.3-11.3H350c-6.3,0-11.3,5.1-11.3,11.3		C338.7,321.3,343.7,326.4,350,326.4L350,326.4z"/>
	<path class="st0" d="M350,383h213.7c6.3,0,11.3-5.1,11.3-11.3c0-6.3-5.1-11.3-11.3-11.3H350c-6.3,0-11.3,5.1-11.3,11.3		C338.7,377.9,343.7,383,350,383L350,383z"/>
	<path class="st0" d="M135.1,450.7h213.6c6.3,0,11.3-5.1,11.3-11.3c0-6.3-5.1-11.3-11.3-11.3H135.1c-6.3,0-11.3,5.1-11.3,11.3		C123.7,445.6,128.8,450.7,135.1,450.7L135.1,450.7z"/>
	<path class="st0" d="M135.1,507.2h213.6c6.3,0,11.3-5.1,11.3-11.3c0-6.3-5.1-11.3-11.3-11.3H135.1c-6.3,0-11.3,5.1-11.3,11.3		C123.7,502.2,128.8,507.2,135.1,507.2L135.1,507.2z"/>
	<path class="st0" d="M135.1,563.8h213.6c6.3,0,11.3-5.1,11.3-11.3c0-6.3-5.1-11.3-11.3-11.3H135.1c-6.3,0-11.3,5.1-11.3,11.3		C123.7,558.7,128.8,563.8,135.1,563.8L135.1,563.8z"/>
	<path class="st0" d="M564.9,134c-6.3,0-11.4,5.1-11.4,11.4c0,6.3,5.1,11.4,11.4,11.4c6.3,0,11.4-5.1,11.4-11.4S571.2,134,564.9,134		z"/>
	<path class="st0" d="M519.7,134c-6.3,0-11.4,5.1-11.4,11.4c0,6.3,5.1,11.4,11.4,11.4s11.4-5.1,11.4-11.4S526,134,519.7,134z"/>
	<path class="st0" d="M474.5,134c-6.3,0-11.4,5.1-11.4,11.4c0,6.3,5.1,11.4,11.4,11.4s11.4-5.1,11.4-11.4		C485.8,139.1,480.7,134,474.5,134z"/>
</g>
</svg>
                                                </span>

                                            </div>
                                            <h2 class="mb-0 text-center">
                                                <a class="slider_a" href="/referencement-payant/">Référencement Payant</a>
                                            </h2>
                                            <p class="text-center p-4 d-none">
                                                <a href="/referencement-payant/">Profitez de notre certification Google Partner Premium (Search, Display, Youtube, Shopping, Mobile &amp; Analytics) pour vous conseiller et vous assurer une visibilité stratégique. Nous gérons les campagnes Adwords de nombreux grands comptes.</a>
                                            </p>
                                            <span class="slider_a calltoact en_savoir_plus_red d-none"><a href="/referencement-payant/">En savoir plus ></a>

                                            </span>
                                        </div>

                                    
                                        
                                        <div data-lk="L3JlZmVyZW5jZW1lbnQtbmF0dXJlbC9yZWRhY3Rpb24td2ViLw==" class="slider-card">
                                            <div class="d-flex justify-content-center align-items-center mb-2">
                                                <span class="icon_redaction">
                                                    <?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 27.7.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
	 viewbox="0 0 700 700" style="enable-background:new 0 0 700 700;" xml:space="preserve">
<style type="text/css">
	.st0{fill:#FFFFFF;}
</style>
<g>
	<path class="st0" d="M532.5,232.4l62.3-62.3l0,0c3.8-3.7,5.9-8.8,5.9-14.1s-2.1-10.4-5.9-14.1l0,0l-68.5-68.5		c-3.8-3.6-8.9-5.6-14.1-5.6c-5.3,0-10.3,2-14.1,5.6l-62.3,62.3L138.9,432.5c-2,2-3.5,4.4-4.5,7.1l-0.2,0.2L96.9,542		c-2.2,6.1-1.3,13,2.4,18.3c3.7,5.3,9.9,8.5,16.4,8.5c2.1,0,4.1-0.3,6.1-0.9l105.8-33.7c0.2-0.1,0.4-0.3,0.6-0.4		c2.8-0.9,5.3-2.5,7.4-4.5L532.5,232.4z M512.2,115.7l40.2,40.2l-34,34.1l-20.1-20.1l-20.1-20.1L512.2,115.7z M449.9,178l20.1,20.1		l20.1,20.1L221.5,486.8l-20.1-20.1l-20.1-20.1L449.9,178z M161,482.9l11.7,11.7l11.4,11.4l-35.7,11.4L161,482.9z"/>
	<path class="st0" d="M584.1,528.8H269.9c-7.1,0-13.8,3.8-17.3,10c-3.6,6.2-3.6,13.8,0,20c3.6,6.2,10.2,10,17.3,10h314.3		c7.1,0,13.7-3.8,17.3-10s3.6-13.8,0-20S591.3,528.8,584.1,528.8L584.1,528.8z"/>
</g>
</svg>
                                                </span>

                                            </div>
                                            <h2 class="mb-0 text-center">
                                                <a class="slider_a" href="/referencement-naturel/redaction-web/">Rédaction</a>
                                            </h2>
                                            <p class="text-center p-4 d-none">
                                                <a href="/referencement-naturel/redaction-web/"><span style="font-weight: 400;">La création de contenus rédactionnels pour un site web ne s’improvise pas. Vos textes SEO doivent être qualitatifs et uniques pour répondre aux attentes des moteurs de recherche et des internautes. Faites confiance à notre agence éditoriale.</span></a>
                                            </p>
                                            <span class="slider_a calltoact en_savoir_plus_red d-none"><a href="/referencement-naturel/redaction-web/">En savoir plus ></a>

                                            </span>
                                        </div>

                                    
                                        
                                        <div data-lk="L2Zvcm1hdGlvbnMv" class="slider-card">
                                            <div class="d-flex justify-content-center align-items-center mb-2">
                                                <span class="icon_formation">
                                                    <?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 27.7.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
	 viewbox="0 0 700 700" style="enable-background:new 0 0 700 700;" xml:space="preserve">
<style type="text/css">
	.st0{fill:#FFFFFF;stroke:#FFFFFF;stroke-width:7;stroke-miterlimit:10;}
</style>
<g>
	<path class="st0" d="M558.4,411.4c-4.6,0-8.4,3.8-8.4,8.4v126h-95.8c-4.6,0-8.4,3.8-8.4,8.4c0,4.6,3.8,8.4,8.4,8.4H550v35		c0,4.6,3.8,8.4,8.4,8.4c4.6,0,8.4-3.8,8.4-8.4V419.8C566.8,415.1,563,411.4,558.4,411.4L558.4,411.4z"/>
	<path class="st0" d="M576.6,369.5l-38.4-8.7c-2.2-0.5-3.8-2.5-3.8-4.8v-4.7c9.4-8.6,14.7-20.6,14.8-33.3v-19.1		c0.1-12.1-4.6-23.7-13-32.3c-8.5-8.6-20-13.4-32.1-13.4c-12.1,0-23.6,4.8-32.1,13.4s-13.2,20.2-13,32.3V318		c0,12.7,5.4,24.8,14.8,33.4v4.7c0,2.3-1.7,4.3-3.9,4.7l-36.4,8.3h-0.6c-31.5,2-59.7,3-86.3-6.2c-9.7-3.3-19.4-6.6-29-10		c-13.1-4.5-26.2-9-39.3-13.5l0,0c-4.4-1.5-9.2,0.9-10.6,5.3c-1.5,4.4,0.9,9.2,5.3,10.6c13.1,4.4,26.1,8.9,39.1,13.4		c9.7,3.4,19.4,6.7,29.1,10l0,0c18.9,6,38.7,8.8,58.5,8.4c10.8,0,21.7-0.6,32.8-1.3c0.3,0.1,0.7,0.1,1,0.2c0.6,0,1.2-0.1,1.9-0.2		l38.3-8.7c4.8-1.1,9.1-3.7,12.2-7.6c3.1-3.8,4.8-8.6,4.8-13.6v-8.6c0-1.5-0.4-2.9-1.2-4.2l-0.1-0.1l0,0c-0.2-0.4-0.5-0.8-0.8-1.2		l-0.2-0.2c-0.3-0.3-0.7-0.7-1-1c-0.1,0-0.1-0.1-0.2-0.1c-7.2-5.3-11.5-13.8-11.4-22.7v-19.1c-0.1-7.6,2.8-14.9,8.2-20.3		c5.3-5.4,12.6-8.4,20.2-8.4s14.9,3,20.2,8.4s8.3,12.7,8.2,20.3V318c0,8.8-4.1,17.1-11.1,22.4c-2,1.3-3.3,3.4-3.6,5.8		c-0.1,0.4-0.1,0.7-0.1,1.1v8.7c0,4.9,1.6,9.7,4.7,13.6c3.1,3.9,7.4,6.5,12.2,7.6l38.3,8.6l0,0c5.5,1.3,9.4,6.2,9.4,11.8v199.9		c0,4.6,3.8,8.4,8.4,8.4c4.6,0,8.4-3.8,8.4-8.4V397.7c0-6.5-2.3-12.9-6.4-18C588.7,374.6,583,371,576.6,369.5L576.6,369.5z"/>
	<path class="st0" d="M369.9,413.7c-4.5-1.1-8.8-2.1-12.2-3.1c-31.2-10.4-61.2-23.9-89.7-40.3c-4.1-2.2-9.1-0.7-11.3,3.4		c-2.2,4.1-0.7,9.1,3.3,11.4c29.5,16.9,60.6,30.9,92.8,41.6c3.9,1.2,8.4,2.2,13.2,3.4c23.5,5.5,42.9,11.4,42.9,27v140.5		c0,4.6,3.8,8.4,8.4,8.4s8.4-3.8,8.4-8.4V457C425.8,426.8,392.2,418.9,369.9,413.7L369.9,413.7z"/>
	<path class="st0" d="M241.9,356.7c1.5,1.7,3.6,2.7,5.8,2.8s4.4-0.7,6.1-2.2c1.7-1.5,2.7-3.6,2.8-5.8c0.1-2.2-0.7-4.4-2.2-6.1		l-60.7-67.2c-3.1-3.4-8.4-3.7-11.9-0.6c-3.4,3.1-3.7,8.4-0.6,11.9L241.9,356.7z"/>
	<path class="st0" d="M567,122.1H132.8c-8.5,0-16.7,3.4-22.7,9.4s-9.4,14.2-9.4,22.7v353.2c0,8.5,3.4,16.7,9.4,22.7		s14.2,9.4,22.7,9.4h256.6c4.6,0,8.4-3.8,8.4-8.4c0-4.6-3.8-8.4-8.4-8.4H132.8c-4.1,0-7.9-1.6-10.8-4.5c-2.9-2.9-4.5-6.7-4.5-10.8		V154.1c0-4,1.6-7.9,4.5-10.8c2.9-2.9,6.7-4.5,10.8-4.5H567c4,0,7.9,1.6,10.8,4.5c2.9,2.9,4.5,6.7,4.5,10.8v23H152		c-4.6,0-8.4,3.8-8.4,8.4c0,4.6,3.8,8.4,8.4,8.4h430.3v159.9c0,4.6,3.8,8.4,8.4,8.4c4.6,0,8.4-3.8,8.4-8.4V154.1		c0-8.5-3.4-16.6-9.4-22.7C583.7,125.4,575.5,122.1,567,122.1L567,122.1z"/>
	<path class="st0" d="M172.2,224.1H152c-4.6,0-8.4,3.8-8.4,8.4c0,4.6,3.8,8.4,8.4,8.4h20.2c4.6,0,8.4-3.8,8.4-8.4		C180.6,227.9,176.9,224.1,172.2,224.1z"/>
	<path class="st0" d="M238,240.9c4.6,0,8.4-3.8,8.4-8.4c0-4.6-3.8-8.4-8.4-8.4h-20.3c-4.6,0-8.4,3.8-8.4,8.4c0,4.6,3.8,8.4,8.4,8.4		H238z"/>
	<path class="st0" d="M303.8,240.9c4.6,0,8.4-3.8,8.4-8.4c0-4.6-3.8-8.4-8.4-8.4h-20.2c-4.6,0-8.4,3.8-8.4,8.4		c0,4.6,3.8,8.4,8.4,8.4H303.8z"/>
</g>
</svg>
                                                </span>

                                            </div>
                                            <h2 class="mb-0 text-center">
                                                <a class="slider_a" href="/formations/">Formation</a>
                                            </h2>
                                            <p class="text-center p-4 d-none">
                                                <a href="/formations/"><span style="font-weight: 400;">Le SEO, SEA et les réseaux sociaux n’ont pas de secret pour nous ! Pionnière dans le référencement et le marketing digital, notre agence sera ravie de vous transmettre son expertise à travers ses formations en référencement internet.</span></a>
                                            </p>
                                            <span class="slider_a calltoact en_savoir_plus_red d-none"><a href="/formations/">En savoir plus ></a>

                                            </span>
                                        </div>

                                    
                                        
                                        <div data-lk="L2FnZW5jZS1kZS13ZWJtYXJrZXRpbmcv" class="slider-card">
                                            <div class="d-flex justify-content-center align-items-center mb-2">
                                                <span class="icon_conseil_webmarketing">
                                                    <?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 27.7.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
	 viewbox="0 0 700 700" style="enable-background:new 0 0 700 700;" xml:space="preserve">
<style type="text/css">
	.st0{fill:#FFFFFF;stroke:#FFFFFF;stroke-width:5;stroke-miterlimit:10;}
	.st1{fill:#FFFFFF;stroke:#FFFFFF;stroke-width:4;stroke-miterlimit:10;}
</style>
<path class="st0" d="M447.1,289.4c-12.9,0-25.6,2.4-37.7,6.8c0.9-6.3,1.3-12.6,1.3-19c0-73.9-59.8-134.1-133.3-134.1	c-73.7,0-134.1,60.4-134.1,134.1v169.6c0,6.7,5.4,12.1,12.1,12.1s12.1-5.4,12.1-12.1c0-20,16.3-36.3,36.3-36.3h73.5	c21.2,0,42-5.1,60.6-14.6c0,0.8,0,1.6,0,2.5c0,60.1,48.9,109,109,109h49.3c19.7,0,36.3,17,36.3,37.1c0,6.7,5.4,12.1,12.1,12.1	c6.7,0,12.1-5.4,12.1-12.1V398.3C557,338.3,507.7,289.4,447.1,289.4L447.1,289.4z M277.5,386.3H204c-13.6,0-26.2,4.5-36.3,12.1	V277.2c0-60.6,49.3-109.8,109.9-109.8c60.1,0,109,49.3,109,109.8c0,11.8-1.9,23.5-5.6,34.6c-3.4,2.6-6.7,5.4-9.8,8.3	c-12.9,12.4-22.2,27.4-27.7,43.9C324.7,378.5,301.3,386.3,277.5,386.3L277.5,386.3z M532.7,495.7c-10.4-8-23.1-12.4-36.3-12.4h-49.3	c-46.8,0-84.8-38-84.8-84.8c0-46.7,38.1-84.8,84.8-84.8c47.2,0,85.6,38,85.6,84.8V495.7z"/>
<path class="st1" d="M471.3,386.3h-12.1v-12.1c0-6.7-5.4-12.1-12.1-12.1s-12.1,5.4-12.1,12.1v12.1h-12.1c-6.7,0-12.1,5.4-12.1,12.1	s5.4,12.1,12.1,12.1H435v12.1c0,6.7,5.4,12.1,12.1,12.1s12.1-5.4,12.1-12.1v-12.1h12.1c6.7,0,12.1-5.4,12.1-12.1	C483.5,391.8,478,386.3,471.3,386.3z"/>
<path class="st1" d="M277.5,204.6c-20,0-36.3,16.3-36.3,36.3c0,6.7,5.4,12.1,12.1,12.1c6.7,0,12.1-5.4,12.1-12.1	c0-6.7,5.4-12.1,12.1-12.1s12.1,5.4,12.1,12.1c0,3.9-1.8,7.5-4.9,9.8c-12.1,8.9-19.3,23.1-19.3,38.1v0.6c0,6.7,5.4,12.1,12.1,12.1	s12.1-5.4,12.1-12.1v-0.6c0-7.3,3.5-14.3,9.4-18.6c9.3-6.8,14.8-17.8,14.8-29.3C313.8,220.9,297.5,204.6,277.5,204.6L277.5,204.6z"
	/>
<path class="st1" d="M289.6,337.9c0,6.7-5.4,12.1-12.1,12.1s-12.1-5.4-12.1-12.1s5.4-12.1,12.1-12.1S289.6,331.2,289.6,337.9z"/>
</svg>
                                                </span>

                                            </div>
                                            <h2 class="mb-0 text-center">
                                                <a class="slider_a" href="/agence-de-webmarketing/">Conseil en webmarketing</a>
                                            </h2>
                                            <p class="text-center p-4 d-none">
                                                <a href="/agence-de-webmarketing/">Emailing, marketing automation, UX Design, Analytics, SMO/SMA, webdesign... Au sein de l'agence de référencement Brioude Internet, nous utilisons tous les leviers nécessaires pour atteindre vos objectifs et les mesurer.</a>
                                            </p>
                                            <span class="slider_a calltoact en_savoir_plus_red d-none"><a href="/agence-de-webmarketing/">En savoir plus ></a>

                                            </span>
                                        </div>

                                    
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </section>


<section class="section_temoignages">
    <div class="width_container" style="position:relative;">
        <div style="margin: auto;">
            


    <div class="hidden_phone bgtestimonial">

        
        <img width="1380" height="550" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201380%20550'%3E%3C/svg%3E" alt="Avis des clients sur Brioude Internet" data-lazy-src="https://www.brioude-internet.fr/wp-content/uploads/2022/06/avis-brioude-internet-temoignages.png" /><noscript><img width="1380" height="550" src="https://www.brioude-internet.fr/wp-content/uploads/2022/06/avis-brioude-internet-temoignages.png" alt="Avis des clients sur Brioude Internet" /></noscript>

    </div>





    <div class="container_temoignages">

        <div class="row row_temoignages">

            <div class="col-xl-5 home_top_left relatived mt-pc-5 row_tem_mobile row">
                <div id="temm_1" class="col-xl-12">
                    
                        <h2 class="titre_black text-uppercase orange_color text-bold">

                            TÉMOIGNAGES
                        </h2>

                    


                    
                        <span class="titre_red text-title is_title">

                            Ils recommandent l'agence SEO <span>Brioude Internet</span>

                        </span>

                    


                    
                        <p class="p_left_temoignages d-none d-xl-block">

                            Les résultats obtenus par nos clients sont la meilleure preuve de l’efficacité de nos méthodes. Nous avons également reçu de nombreux prix et éloges des médias et de nos pairs.
                        </p>

                    
                    
                        <div class="row d-none d-xl-flex">
                            <picture>
                                <source data-lazy-srcset="/wp-content/themes/brioude/assets/img/gmb.webp" type="image/webp">

                                <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20173%2050'%3E%3C/svg%3E" width="173" height="50" alt="Google My Business" data-lazy-src="/wp-content/themes/brioude/assets/img/gmb.png" /><noscript><img src="/wp-content/themes/brioude/assets/img/gmb.png" width="173" height="50" alt="Google My Business" /></noscript>
                            </picture>
                            <span class="temoignages_note">4.6/5</span>
                        </div>

                    
                                            <!--
                            <button data-lk="L2NvbnRhY3Qv" class="redirto btn btn-primary calltoact hidden_phone">

                                Testez à votre tour
                            </button>
                            -->
                                    </div>
                <div id="temm_2" class="d-block d-xl-none">

                    
                        <div class="row">

                            <div class="col-xl-10 temoignage_img">

                                <picture>

                                    <source srcset="/wp-content/themes/brioude/assets/img/gmb.webp" type="image/webp">

                                    <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20173%2050'%3E%3C/svg%3E" width="173" height="50" alt="Google My Business" data-lazy-src="/wp-content/themes/brioude/assets/img/gmb.png" /><noscript><img src="/wp-content/themes/brioude/assets/img/gmb.png" width="173" height="50" alt="Google My Business" /></noscript>

                                </picture>

                            </div>

                            <div class="col-xl-2">

                                <span class="temoignages_note">4.6/5</span>

                            </div>

                        </div>

                    
                                            <!--
                            <button data-lk="L2NvbnRhY3Qv" class="redirto btn btn-primary calltoact hidden_phone">

                                Testez à votre tour
                            </button>
                            -->
                                    </div>








            </div>

            <div id="slider" class="col-xl-7 home_top_right">
                <div class="fluid-container">
                    <div class="slider">
                        <div class="temoignages owl-carousel">                                     <div id="testimonials_1" class="slider-card testimonials">
                                        <div class="testimonials_title">
                                            Une belle collaboration                                        </div>

                                        <p class="testimonials_text" style="min-height:144px;">
                                            Nous avons trouvé avec Brioude Internet un vrai partenaire pour faire progresser notre visibilité et notre notoriété sur le web ; tant pour notre site marchand que pour nos magasins physiques. Le lien permanent qui a été tissé entre nos équipes et les experts de chez Brioude, nous a permis de gagner des positions, du trafic et, au-delà de ça, de former nos équipes à toutes les dernières techniques du référencement.                                        </p>

                                        <span class="col-xl-8">
                                            <span class="testimonials_author">Georges Berra</span>
                                            <span class="testimonials_company">Gérant chez Chaussuresonline.com</span>
                                        </span>
                                        <span class="d-flex justify-content-between align-items-end">
                                            <div class="testimonials_img">
                                                <img width="209" height="78" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20209%2078'%3E%3C/svg%3E" class="img-responsive responsive--full wp-post-image" alt="Chaussuresonline.com" title="" decoding="async" data-lazy-src="https://www.brioude-internet.fr/wp-content/uploads/2022/05/chaussures-online-logo.png" /><noscript><img width="209" height="78" src="https://www.brioude-internet.fr/wp-content/uploads/2022/05/chaussures-online-logo.png" class="img-responsive responsive--full wp-post-image" alt="Chaussuresonline.com" title="" decoding="async" /></noscript>                                            </div>
                                            <div class="barres_temoignages"></div>
                                        </span>
                                    </div>


                                                                <div id="testimonials_2" class="slider-card testimonials">
                                        <div class="testimonials_title">
                                            Une agence efficace et qui respecte ses engagements                                        </div>

                                        <p class="testimonials_text" style="min-height:144px;">
                                            Une agence efficace et qui respecte ses engagements!! Grâce a Brioude internet notre site e-commerce n'a jamais été aussi bien référencé en SEO et SEA. Un grand merci à toute l'équipe !!                                        </p>

                                        <span class="col-xl-8">
                                            <span class="testimonials_author">Rodolphe De Kertanguy</span>
                                            <span class="testimonials_company">Factory Direct</span>
                                        </span>
                                        <span class="d-flex justify-content-between align-items-end">
                                            <div class="testimonials_img">
                                                <img width="492" height="108" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20492%20108'%3E%3C/svg%3E" class="img-responsive responsive--full wp-post-image" alt="factory direct" title="" decoding="async" data-lazy-srcset="https://www.brioude-internet.fr/wp-content/uploads/2022/05/factory_direct.png 492w, https://www.brioude-internet.fr/wp-content/uploads/2022/05/factory_direct-300x66.png 300w" data-lazy-sizes="(max-width: 492px) 100vw, 492px" data-lazy-src="https://www.brioude-internet.fr/wp-content/uploads/2022/05/factory_direct.png" /><noscript><img width="492" height="108" src="https://www.brioude-internet.fr/wp-content/uploads/2022/05/factory_direct.png" class="img-responsive responsive--full wp-post-image" alt="factory direct" title="" decoding="async" srcset="https://www.brioude-internet.fr/wp-content/uploads/2022/05/factory_direct.png 492w, https://www.brioude-internet.fr/wp-content/uploads/2022/05/factory_direct-300x66.png 300w" sizes="(max-width: 492px) 100vw, 492px" /></noscript>                                            </div>
                                            <div class="barres_temoignages"></div>
                                        </span>
                                    </div>


                                                                <div id="testimonials_3" class="slider-card testimonials">
                                        <div class="testimonials_title">
                                            écoutés et conseillés                                        </div>

                                        <p class="testimonials_text" style="min-height:144px;">
                                            Nous avons confié l’optimisation et le pilotage de nos 4 sites e-commerce à Brioude internet. Nous pensons confier d’autres sites futurs. Depuis plus de 4 années nous nous développons. Nous sommes vraiment écoutés et conseillés. Que demander de plus ?                                        </p>

                                        <span class="col-xl-8">
                                            <span class="testimonials_author">Jacques Azan</span>
                                            <span class="testimonials_company">PDG de JAD GROUPE</span>
                                        </span>
                                        <span class="d-flex justify-content-between align-items-end">
                                            <div class="testimonials_img">
                                                <img width="396" height="124" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20396%20124'%3E%3C/svg%3E" class="img-responsive responsive--full wp-post-image" alt="jad groupe" title="" decoding="async" data-lazy-srcset="https://www.brioude-internet.fr/wp-content/uploads/2022/05/jad_group.png 396w, https://www.brioude-internet.fr/wp-content/uploads/2022/05/jad_group-300x94.png 300w" data-lazy-sizes="(max-width: 396px) 100vw, 396px" data-lazy-src="https://www.brioude-internet.fr/wp-content/uploads/2022/05/jad_group.png" /><noscript><img width="396" height="124" src="https://www.brioude-internet.fr/wp-content/uploads/2022/05/jad_group.png" class="img-responsive responsive--full wp-post-image" alt="jad groupe" title="" decoding="async" srcset="https://www.brioude-internet.fr/wp-content/uploads/2022/05/jad_group.png 396w, https://www.brioude-internet.fr/wp-content/uploads/2022/05/jad_group-300x94.png 300w" sizes="(max-width: 396px) 100vw, 396px" /></noscript>                                            </div>
                                            <div class="barres_temoignages"></div>
                                        </span>
                                    </div>


                                                                <div id="testimonials_4" class="slider-card testimonials">
                                        <div class="testimonials_title">
                                            Soutien tout au long du projet                                        </div>

                                        <p class="testimonials_text" style="min-height:144px;">
                                            Nous avions une problématique de remonter sur nos mots clés métiers et de contenus spécialisés. L'agence Brioude a répondu à ces attentes, et nous soutenant tout au long du projet.                                        </p>

                                        <span class="col-xl-8">
                                            <span class="testimonials_author">Sylvain Pommier</span>
                                            <span class="testimonials_company">Directeur d'Exploitation chez APPS PANEL</span>
                                        </span>
                                        <span class="d-flex justify-content-between align-items-end">
                                            <div class="testimonials_img">
                                                <img width="90" height="64" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2090%2064'%3E%3C/svg%3E" class="img-responsive responsive--full wp-post-image" alt="apps panel" title="" decoding="async" data-lazy-src="https://www.brioude-internet.fr/wp-content/uploads/2022/05/apps_panel.png" /><noscript><img width="90" height="64" src="https://www.brioude-internet.fr/wp-content/uploads/2022/05/apps_panel.png" class="img-responsive responsive--full wp-post-image" alt="apps panel" title="" decoding="async" /></noscript>                                            </div>
                                            <div class="barres_temoignages"></div>
                                        </span>
                                    </div>


                                                    </div>
                    </div>
                </div>
            </div>

        </div>

    </div>

		
        </div>
				
    </div>
</section>

<section id="form_home_page">
    <div class="form_brioude width_container">
        <div style="margin: auto;">
            <div class="col-xl-12 mb-5">

                <span class="text-center d-block">Un projet ? Un besoin ? Une question ?</span>
                <span class="text-uppercase text-bold nos_agences_title">Contactez-nous !</span>
                <!-- <span class="undeline_nos_agences_title"></span> -->

            </div>
            <div role="form" class="wpcf7" dir="ltr" lang="fr-FR">
                <form action="/goform.html" method="post" id="WebLeadsForm_BRIOUDE">
                    <input type="hidden" name="bir_oid" value="00D2X000002D7PA">
                    <input type="hidden" name="bir_retURL" value="https://brioude-internet.fr/merci/">
                    <input type="hidden" name="bir_lead_source" value="Website">
                    <div class="row">
                        <div class="mb-3 col-xl-6 left-form">
                            <div class="mb-3">
                                <span class="nom_prenom"><input type="text" id="last_name" name="bir_last_name" value="" size="40" class="form-control" required="" placeholder="Nom &amp; prénom *"></span>
                                <div id="error_last_name" class="error_form" style="display:none;">Ce champ est obligatoire</div>
                            </div>
                            <div class="mb-3">
                                <span class="societe"><input type="text" id="company" name="bir_company" value="" size="40" class="form-control" required="" placeholder="Société *"></span>
                                <div id="error_company" class="error_form" style="display:none;">Ce champ est obligatoire</div>
                            </div>
                            <div class="mb-3">
                                <span class="telephone"><input type="tel" id="phone" name="bir_phone" value="" size="40" class="form-control" required="" placeholder="Téléphone *"></span>
                                <div id="error_phone" class="error_form" style="display:none;">Ce champ est obligatoire</div>
                            </div>
                            <div class="mb-3">
                                <span class="mail"><input type="email" id="email" name="bir_email" value="" size="40" class="form-control" required="" placeholder="Email *"></span>
                                <div id="error_email" class="error_form" style="display:none;">Ce champ est obligatoire</div>
                                <div id="error_email_format" class="error_form" style="display:none;">Votre email n'est pas valide</div>

                            </div>
                            <div class="mb-3">
                                <span class="site"><input type="text" id="url" name="bir_url" value="" size="40" class="form-control" placeholder="Site internet"></span>
                            </div>
							
							
								<div class="mb-3">
									<label for='captcha'>Combien font 6 + 7 &nbsp;?</label><input class='form-control' style='padding-left:0;' type='text' id='captcha' name='captcha' placeholder='Votre réponse au calcul ci-dessus' required>								</div>
							
                        </div>

                        <div class="mb-3 col-xl-6 right-form">
                            <span class="message"><textarea id="00N2X00000BNTEm" name="bir_00N2X00000BNTEm" cols="40" rows="10" class="form-control" placeholder="Message"></textarea></span>
                            <p>
                                <input type="hidden" name="recaptcha_token" id="recaptcha_token" value="03AL8dmw_eoe7fAL6qe_D7C6upaEIYDBem4rz1WE5Nix07J1ucogV21m52orBFXrhvUfWcG-kgcDm55_aDJMu4SwqOrAy6_KccLXc2aN5no0hXIkIZX13JHZPxxVYw6u4SPveIuAfytfPeQGN6bhtcPzVD1SJjAp7ftL9Cbm-MC1sj4vviIJLvBSMcLtHcHSqEY0uE3pfdeWgRVoLN_cwxT0ABeymiJw1iN0-rD5MfTTucKGs0UihdbOKnXpqfM5rd6TjoHqbSIj1jQXlZIhOph6JiQ4jFplsyFol4scd-uD51z2sHgz9_i8u19cOWcKx2WpAeYy7InPtXs_F7-EhSbH7FASS033cSJ1pdR6MO2FRR7rQVH4pyEcNCuhR7i6pQOWdq1O1rAFH4QrekyNB2B3yJ2ZTbaGjQI_OWCBI8ekaBuXY01EPud0HXFhu-4Y0Dw4A0HfCqinW5PqHlPJvxk3wM4tA-fd4z9olxvLCGlrMlO1kWE38iEI9EKeat1ie8v3bhIfLo7HQ1IlrLA6qQz2-M3DBTnJSXFDwZGtY8xzpkppgpIxb02-w">
                            <div class="liseret">
                                <button class="redirto btn btn-primary calltoact" onclick="show_loader();" type="submit" value="Envoyer ma demande">Envoyer ma demande
                                </button>
                                <span class="border_trait" style="border: 1px solid rgb(225, 0, 30);"></span>
                            </div>
                            <img width="58" height="58" id="img_loader" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2058%2058'%3E%3C/svg%3E" style="display: none;margin: 0 auto;" data-lazy-src="/wp-content/themes/brioude/assets/img/spinner.gif"><noscript><img width="58" height="58" id="img_loader" src="/wp-content/themes/brioude/assets/img/spinner.gif" style="display: none;margin: 0 auto;"></noscript>
                            </p>
                        </div>

                        <p class="mt-5 p_form_rgpd custom_scroll_right" style="font-size: 0.85rem;font-style: italic;">Les informations recueillies à partir de ce formulaire sont destinées aux services administratifs,<br>
                            commercial et/ou marketing selon la demande que vous aurez formulée. Les données obligatoires vous sont signalées sur le formulaire par un astérisque.<br>
                            Conformément à la Loi Informatique et Liberté Loi n° 78-17 du 6 janvier 1978 modifiée et au Règlement Général sur la Protection des Données Règlement (UE)<br>
                            2016/679 du Parlement européen et du Conseil du 27 avril 2016 dit RGPD, vous disposez d’un droit d’accès, de rectification, de limitation, d’opposition au<br>
                            traitement de vos données, de portabilité et d’effacement des données vous concernant. Vous pouvez exercer vos droits à l’adresse suivante : dpo@brioude-internet.fr.<br>
                            Pour plus d’informations sur le traitement de vos données à caractère personnel, vous pouvez consultez notre politique en<br>
                            <a href="/politique-de-confidentialite-et-protection-des-donnees/">cliquant ici</a>
                        </p>
                    </div>

                </form>
            </div>
        </div>

    </div>
</section>
<section class="footer-section">
    
<footer >
    <div class="col_footer_one width_container" >
        <h2>Retrouvez toutes nos agences <br>Brioude Internet</h2>
        <span>Chez nous, vous êtes chez vous.</span>
        <div class="mt-3"></div>

        <div class="row footer_locations">
            <div class="footer_location col-6 col-xl-4">

                <a href="/agence-seo-clermont-ferrand/" class="text-bold text-grey a_localisation_footer"> Agence SEO <br>Clermont-Ferrand</a>

                <span class="span_footer_small">30, Route de Clermont, 43100 Cohade</span>

            </div>

            <div class="footer_location col-6 col-xl-4">

                <a href="/agence-seo-lyon/" class="text-bold text-grey a_localisation_footer"> Agence SEO <br>Lyon</a>

                <span class="span_footer_small">15, Rue des Cuirassiers, 69003 Lyon</span>

            </div>

            <div class="footer_location col-6 col-xl-4">

                <a href="/agence-seo-paris/" class="text-bold text-grey a_localisation_footer">Agence SEO <br>Paris</a>

                <span class="span_footer_small">179, Av. Charles de Gaulle, 92200 Neuilly-sur-Seine</span>

            </div>
            <div class="footer_location col-6 d-xl-none">
                <div class="liseret1 liseret">
                    <button data-lk="L2NvbnRhY3Qv" class="redirto btn btn-primary calltoact margincenter">
                        Contactez-nous
                    </button>
                    <span class="border_trait1 border_trait"></span>
                </div>

            </div>
        </div>


    </div>
	    <div class="footer_two">
        <div class="width_container">
            <div class="row">

                <div class="row">

                    <div class="redirto pointer" data-lk="Lw==">

                        <picture>
                            <source data-lazy-srcset="/wp-content/themes/brioude/assets/img/Brioude_Logo_Vector.webp" type="image/webp">

                            <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%2046'%3E%3C/svg%3E" width="300" height="46" alt="Logo Brioude Internet" style="max-width: 300px;height: auto;width: 100%;" data-lazy-src="/wp-content/themes/brioude/assets/img/Brioude_Logo_Vector.svg"><noscript><img src="/wp-content/themes/brioude/assets/img/Brioude_Logo_Vector.svg" width="300" height="46" alt="Logo Brioude Internet" style="max-width: 300px;height: auto;width: 100%;"></noscript>

                        </picture>

                    </div>



                </div>

                <div class="col-xl-4 col_footer_one">

                    <span class="footer_title">Newsletter</span>
                    <p style="padding-bottom: 10px;">

                        Inscrivez-vous à notre newsletter pour obtenir les dernières informations sur le SEO/SEA

                    </p>
<!-- formulaire hubSpot  -->
                    <script type="rocketlazyloadscript" charset="utf-8" data-rocket-type="text/javascript" data-rocket-src="//js-eu1.hsforms.net/forms/embed/v2.js"></script>
<script type="rocketlazyloadscript">
  hbspt.forms.create({
    region: "eu1",
    portalId: "139750058",
    formId: "66056fe3-c56f-405f-a6e3-915543174d2a"
  });
</script>

                    
                </div>
                <div class="footer_col_socials d-xl-none">

                    <div class="row footer_col_socials_row">

                        <div>
                            <a target="_blank" href="https://fr-fr.facebook.com/BrioudeInternet/" class="footer_social_icon">
                                <svg xmlns="http://www.w3.org/2000/svg"  viewbox="0 0 48 48" width="36px" height="36px"><lineargradient id="Ld6sqrtcxMyckEl6xeDdMa" x1="9.993" x2="40.615" y1="9.993" y2="40.615" gradientunits="userSpaceOnUse"><stop offset="0" stop-color="#2aa4f4"/><stop offset="1" stop-color="#007ad9"/></lineargradient><path fill="#007ad9" d="M24,4C12.954,4,4,12.954,4,24s8.954,20,20,20s20-8.954,20-20S35.046,4,24,4z"/><path fill="#fff" d="M26.707,29.301h5.176l0.813-5.258h-5.989v-2.874c0-2.184,0.714-4.121,2.757-4.121h3.283V12.46 c-0.577-0.078-1.797-0.248-4.102-0.248c-4.814,0-7.636,2.542-7.636,8.334v3.498H16.06v5.258h4.948v14.452 C21.988,43.9,22.981,44,24,44c0.921,0,1.82-0.084,2.707-0.204V29.301z"/></svg>                            </a>
                        </div>
                        <div>
                            <a target="_blank" href="https://fr.linkedin.com/company/brioudeinternet" class="footer_social_icon">
                                <svg xmlns="http://www.w3.org/2000/svg"  viewbox="0 0 48 48" width="36px" height="36px"><path fill="#1a82ba" d="M24,4C12.954,4,4,12.954,4,24s8.954,20,20,20s20-8.954,20-20S35.046,4,24,4z"/><path d="M30,35v-9c0-1.103-0.897-2-2-2s-2,0.897-2,2v9h-6V18h6v1.027C27.04,18.359,28.252,18,29.5,18	c3.584,0,6.5,2.916,6.5,6.5V35H30z M13,35V18h2.966C14.247,18,13,16.738,13,14.999C13,13.261,14.267,12,16.011,12	c1.696,0,2.953,1.252,2.989,2.979C19,16.733,17.733,18,15.988,18H19v17H13z" opacity=".05"/><path d="M30.5,34.5V26c0-1.378-1.121-2.5-2.5-2.5s-2.5,1.122-2.5,2.5v8.5h-5v-16h5v1.534	c1.09-0.977,2.512-1.534,4-1.534c3.309,0,6,2.691,6,6v10H30.5z M13.5,34.5v-16h5v16H13.5z M15.966,17.5	c-1.429,0-2.466-1.052-2.466-2.501c0-1.448,1.056-2.499,2.511-2.499c1.436,0,2.459,1.023,2.489,2.489	c0,1.459-1.057,2.511-2.512,2.511H15.966z" opacity=".07"/><path fill="#fff" d="M14,19h4v15h-4V19z M15.988,17h-0.022C14.772,17,14,16.11,14,14.999C14,13.864,14.796,13,16.011,13	c1.217,0,1.966,0.864,1.989,1.999C18,16.11,17.228,17,15.988,17z M35,24.5c0-3.038-2.462-5.5-5.5-5.5	c-1.862,0-3.505,0.928-4.5,2.344V19h-4v15h4v-8c0-1.657,1.343-3,3-3s3,1.343,3,3v8h4C35,34,35,24.921,35,24.5z"/></svg>                            </a>
                        </div>
                        <div>
                            <a target="_blank" href="https://twitter.com/brioudeinternet" class="footer_social_icon">
                                <!--
<svg xmlns="http://www.w3.org/2000/svg"  viewBox="0 0 48 48" width="36px" height="36px"><path fill="#2daae1" d="M24 4A20 20 0 1 0 24 44A20 20 0 1 0 24 4Z"/><path fill="#fff" d="M36,17.12c-0.882,0.391-1.999,0.758-3,0.88c1.018-0.604,2.633-1.862,3-3 c-0.951,0.559-2.671,1.156-3.793,1.372C31.311,15.422,30.033,15,28.617,15C25.897,15,24,17.305,24,20v2c-4,0-7.9-3.047-10.327-6 c-0.427,0.721-0.667,1.565-0.667,2.457c0,1.819,1.671,3.665,2.994,4.543c-0.807-0.025-2.335-0.641-3-1c0,0.016,0,0.036,0,0.057 c0,2.367,1.661,3.974,3.912,4.422C16.501,26.592,16,27,14.072,27c0.626,1.935,3.773,2.958,5.928,3c-1.686,1.307-4.692,2-7,2 c-0.399,0-0.615,0.022-1-0.023C14.178,33.357,17.22,34,20,34c9.057,0,14-6.918,14-13.37c0-0.212-0.007-0.922-0.018-1.13 C34.95,18.818,35.342,18.104,36,17.12"/></svg>
-->
<svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 300 276" width="24" height="24">
 <path d="m236 0h46l-101 115 118 156h-92.6l-72.5-94.8-83 94.8h-46l107-123-113-148h94.9l65.5 86.6zm-16.1 244h25.5l-165-218h-27.4z"></path>
</svg>                            </a>
                        </div>
                        <div>
                            <a target="_blank" href="https://www.youtube.com/c/Brioude-internetFr" class="footer_social_icon">
                                <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
	 viewbox="0 0 473.931 473.931" width="32px" height="32px" style="enable-background:new 0 0 473.931 473.931;" xml:space="preserve">
<circle style="fill:#D42428;" cx="236.966" cy="236.966" r="236.966"/>
<path style="fill:#CC202D;" d="M404.518,69.38c92.541,92.549,92.549,242.593,0,335.142c-92.541,92.541-242.593,92.545-335.142,0	L404.518,69.38z"/>
<path style="fill:#BA202E;" d="M469.168,284.426L351.886,167.148l-138.322,15.749l-83.669,129.532l156.342,156.338	C378.157,449.322,450.422,376.612,469.168,284.426z"/>
<path style="fill:#FFFFFF;" d="M360.971,191.238c0-19.865-16.093-35.966-35.947-35.966H156.372c-19.85,0-35.94,16.105-35.94,35.966	v96.444c0,19.865,16.093,35.966,35.94,35.966h168.649c19.858,0,35.947-16.105,35.947-35.966v-96.444H360.971z M216.64,280.146	v-90.584l68.695,45.294L216.64,280.146z"/>
<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 class="col-xl-7 col_footer_one liens-utiles">

                    <span class="footer_title">Liens utiles</span>

                    <div class="mt-4"></div>
                    <div class="d-flex justify-content-between">
                        <div class="col-xl-6 liens_utiles_one">
                            <div class="menu-menu-accueil-container"><ul id="menu-menu-accueil" class="menu" itemscope itemtype="http://www.schema.org/SiteNavigationElement"><li id="menu-item-480" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-480"><a href="https://www.brioude-internet.fr/referencement-naturel/">Référencement naturel</a></li>
<li id="menu-item-479" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-479"><a href="https://www.brioude-internet.fr/referencement-naturel/optimisations-techniques/">Optimisation technique</a></li>
<li id="menu-item-477" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-477"><a href="https://www.brioude-internet.fr/referencement-naturel/netlinking/">Netlinking</a></li>
<li id="menu-item-478" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-478"><a href="https://www.brioude-internet.fr/referencement-naturel/redaction-web/">Rédaction Web</a></li>
</ul></div>                        </div>
                        <div class="col-xl-6 liens_utiles_two">
                            <div class="menu-menu-footer-2-container"><ul id="menu-menu-footer-2" class="menu" itemscope itemtype="http://www.schema.org/SiteNavigationElement"><li id="menu-item-476" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-476"><a href="https://www.brioude-internet.fr/referencement-payant/">Référencement payant</a></li>
<li id="menu-item-474" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-474"><a href="https://www.brioude-internet.fr/referencement-payant/google-ads/">Google Ads</a></li>
<li id="menu-item-475" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-475"><a href="https://www.brioude-internet.fr/referencement-payant/social-ads/">Social Ads</a></li>
<li id="menu-item-473" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-473"><a href="https://www.brioude-internet.fr/referencement-payant/microsoft-ads/">Microsoft Ads</a></li>
</ul></div>                        </div>
                    </div>




                </div>
                <div class="col-1 d-none d-xl-flex justify-content-between align-items-end">
                    <div class="footer_col_socials_row">
                        <div class="col-md-3 footer_col_socials_col">
                            <a target="_blank" href="https://twitter.com/brioudeinternet" class="footer_social_icon">
                                <!--
<svg xmlns="http://www.w3.org/2000/svg"  viewBox="0 0 48 48" width="36px" height="36px"><path fill="#2daae1" d="M24 4A20 20 0 1 0 24 44A20 20 0 1 0 24 4Z"/><path fill="#fff" d="M36,17.12c-0.882,0.391-1.999,0.758-3,0.88c1.018-0.604,2.633-1.862,3-3 c-0.951,0.559-2.671,1.156-3.793,1.372C31.311,15.422,30.033,15,28.617,15C25.897,15,24,17.305,24,20v2c-4,0-7.9-3.047-10.327-6 c-0.427,0.721-0.667,1.565-0.667,2.457c0,1.819,1.671,3.665,2.994,4.543c-0.807-0.025-2.335-0.641-3-1c0,0.016,0,0.036,0,0.057 c0,2.367,1.661,3.974,3.912,4.422C16.501,26.592,16,27,14.072,27c0.626,1.935,3.773,2.958,5.928,3c-1.686,1.307-4.692,2-7,2 c-0.399,0-0.615,0.022-1-0.023C14.178,33.357,17.22,34,20,34c9.057,0,14-6.918,14-13.37c0-0.212-0.007-0.922-0.018-1.13 C34.95,18.818,35.342,18.104,36,17.12"/></svg>
-->
<svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 300 276" width="24" height="24">
 <path d="m236 0h46l-101 115 118 156h-92.6l-72.5-94.8-83 94.8h-46l107-123-113-148h94.9l65.5 86.6zm-16.1 244h25.5l-165-218h-27.4z"></path>
</svg>                            </a>
                        </div>
                        <div class="col-md-3 footer_col_socials_col">
                            <a target="_blank" href="https://fr-fr.facebook.com/BrioudeInternet/" class="footer_social_icon">
                                <svg xmlns="http://www.w3.org/2000/svg"  viewbox="0 0 48 48" width="36px" height="36px"><lineargradient id="Ld6sqrtcxMyckEl6xeDdMa" x1="9.993" x2="40.615" y1="9.993" y2="40.615" gradientunits="userSpaceOnUse"><stop offset="0" stop-color="#2aa4f4"/><stop offset="1" stop-color="#007ad9"/></lineargradient><path fill="#007ad9" d="M24,4C12.954,4,4,12.954,4,24s8.954,20,20,20s20-8.954,20-20S35.046,4,24,4z"/><path fill="#fff" d="M26.707,29.301h5.176l0.813-5.258h-5.989v-2.874c0-2.184,0.714-4.121,2.757-4.121h3.283V12.46 c-0.577-0.078-1.797-0.248-4.102-0.248c-4.814,0-7.636,2.542-7.636,8.334v3.498H16.06v5.258h4.948v14.452 C21.988,43.9,22.981,44,24,44c0.921,0,1.82-0.084,2.707-0.204V29.301z"/></svg>                            </a>
                        </div>
                        <div class="col-md-3 footer_col_socials_col">
                            <a target="_blank" href="https://fr.linkedin.com/company/brioudeinternet" class="footer_social_icon">
                                <svg xmlns="http://www.w3.org/2000/svg"  viewbox="0 0 48 48" width="36px" height="36px"><path fill="#1a82ba" d="M24,4C12.954,4,4,12.954,4,24s8.954,20,20,20s20-8.954,20-20S35.046,4,24,4z"/><path d="M30,35v-9c0-1.103-0.897-2-2-2s-2,0.897-2,2v9h-6V18h6v1.027C27.04,18.359,28.252,18,29.5,18	c3.584,0,6.5,2.916,6.5,6.5V35H30z M13,35V18h2.966C14.247,18,13,16.738,13,14.999C13,13.261,14.267,12,16.011,12	c1.696,0,2.953,1.252,2.989,2.979C19,16.733,17.733,18,15.988,18H19v17H13z" opacity=".05"/><path d="M30.5,34.5V26c0-1.378-1.121-2.5-2.5-2.5s-2.5,1.122-2.5,2.5v8.5h-5v-16h5v1.534	c1.09-0.977,2.512-1.534,4-1.534c3.309,0,6,2.691,6,6v10H30.5z M13.5,34.5v-16h5v16H13.5z M15.966,17.5	c-1.429,0-2.466-1.052-2.466-2.501c0-1.448,1.056-2.499,2.511-2.499c1.436,0,2.459,1.023,2.489,2.489	c0,1.459-1.057,2.511-2.512,2.511H15.966z" opacity=".07"/><path fill="#fff" d="M14,19h4v15h-4V19z M15.988,17h-0.022C14.772,17,14,16.11,14,14.999C14,13.864,14.796,13,16.011,13	c1.217,0,1.966,0.864,1.989,1.999C18,16.11,17.228,17,15.988,17z M35,24.5c0-3.038-2.462-5.5-5.5-5.5	c-1.862,0-3.505,0.928-4.5,2.344V19h-4v15h4v-8c0-1.657,1.343-3,3-3s3,1.343,3,3v8h4C35,34,35,24.921,35,24.5z"/></svg>                            </a>
                        </div>
                        <div class="col-md-3 footer_col_socials_col">
                            <a target="_blank" href="https://www.youtube.com/c/Brioude-internetFr" class="footer_social_icon">
                                <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
	 viewbox="0 0 473.931 473.931" width="32px" height="32px" style="enable-background:new 0 0 473.931 473.931;" xml:space="preserve">
<circle style="fill:#D42428;" cx="236.966" cy="236.966" r="236.966"/>
<path style="fill:#CC202D;" d="M404.518,69.38c92.541,92.549,92.549,242.593,0,335.142c-92.541,92.541-242.593,92.545-335.142,0	L404.518,69.38z"/>
<path style="fill:#BA202E;" d="M469.168,284.426L351.886,167.148l-138.322,15.749l-83.669,129.532l156.342,156.338	C378.157,449.322,450.422,376.612,469.168,284.426z"/>
<path style="fill:#FFFFFF;" d="M360.971,191.238c0-19.865-16.093-35.966-35.947-35.966H156.372c-19.85,0-35.94,16.105-35.94,35.966	v96.444c0,19.865,16.093,35.966,35.94,35.966h168.649c19.858,0,35.947-16.105,35.947-35.966v-96.444H360.971z M216.64,280.146	v-90.584l68.695,45.294L216.64,280.146z"/>
<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 class="mt-4"></div>

            <hr />

            <div class="mt-4"></div>

            <div class="row footer_socials d-xl-flex align-items-center">

                <div class="col-4 col-xl-2">

                    <div class="footer_social">

                        <svg width="34px" height="34px" viewbox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
    <path fill="#EA4335 " d="M5.26620003,9.76452941 C6.19878754,6.93863203 8.85444915,4.90909091 12,4.90909091 C13.6909091,4.90909091 15.2181818,5.50909091 16.4181818,6.49090909 L19.9090909,3 C17.7818182,1.14545455 15.0545455,0 12,0 C7.27006974,0 3.1977497,2.69829785 1.23999023,6.65002441 L5.26620003,9.76452941 Z"/>
    <path fill="#34A853" d="M16.0407269,18.0125889 C14.9509167,18.7163016 13.5660892,19.0909091 12,19.0909091 C8.86648613,19.0909091 6.21911939,17.076871 5.27698177,14.2678769 L1.23746264,17.3349879 C3.19279051,21.2936293 7.26500293,24 12,24 C14.9328362,24 17.7353462,22.9573905 19.834192,20.9995801 L16.0407269,18.0125889 Z"/>
    <path fill="#4A90E2" d="M19.834192,20.9995801 C22.0291676,18.9520994 23.4545455,15.903663 23.4545455,12 C23.4545455,11.2909091 23.3454545,10.5272727 23.1818182,9.81818182 L12,9.81818182 L12,14.4545455 L18.4363636,14.4545455 C18.1187732,16.013626 17.2662994,17.2212117 16.0407269,18.0125889 L19.834192,20.9995801 Z"/>
    <path fill="#FBBC05" d="M5.27698177,14.2678769 C5.03832634,13.556323 4.90909091,12.7937589 4.90909091,12 C4.90909091,11.2182781 5.03443647,10.4668121 5.26620003,9.76452941 L1.23999023,6.65002441 C0.43658717,8.26043162 0,10.0753848 0,12 C0,13.9195484 0.444780743,15.7301709 1.23746264,17.3349879 L5.27698177,14.2678769 Z"/>
</svg>

                        <span class="span_footer_social">

                            <span class="footer_color footer_color_blue">G</span>

                            <span class="footer_color footer_color_red">o</span>

                            <span class="footer_color footer_color_yellow">o</span>

                            <span class="footer_color footer_color_blue">g</span>

                            <span class="footer_color footer_color_green">l</span>

                            <span class="footer_color footer_color_" red>e</span>

                            Partner</span>

                    </div>

                </div>

                <div class="col-4 col-xl-2">

                    <div class="footer_social">

                        <svg viewbox="0 -13 256 256" width="34px" height="34px" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" preserveaspectratio="xMidYMid">
    <g>
				<path d="M5.888,166.405103 L90.88,20.9 C101.676138,27.2558621 156.115862,57.3844138 164.908138,63.1135172 L79.9161379,208.627448 C70.6206897,220.906621 -5.888,185.040138 5.888,166.396276 L5.888,166.405103 Z" fill="#FBBC04"></path>
				<path d="M250.084224,166.401789 L165.092224,20.9055131 C153.210293,1.13172 127.619121,-6.05393517 106.600638,5.62496138 C85.582155,17.3038579 79.182155,42.4624786 91.0640861,63.1190303 L176.056086,208.632961 C187.938017,228.397927 213.52919,235.583582 234.547672,223.904686 C254.648086,212.225789 261.966155,186.175582 250.084224,166.419444 L250.084224,166.401789 Z" fill="#4285F4"></path>
				<ellipse fill="#34A853" cx="42.6637241" cy="187.924414" rx="42.6637241" ry="41.6044138"></ellipse>
    </g>
</svg>

                        <span class="span_footer_social">Google Ads</span>

                    </div>

                </div>


                <div class="col-4 col-xl-2">

                    <div class="footer_social">

                        <svg width="34px" height="34px" viewbox="-14 0 284 284" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" preserveaspectratio="xMidYMid">
    <g>
        <path d="M256.003159,247.933017 C256.055907,258.030289 251.77298,267.664804 244.241349,274.390297 C236.709718,281.11579 226.653817,284.285366 216.626905,283.094249 C198.58347,280.424364 185.360959,264.722632 185.800619,246.488035 L185.800619,36.8452103 C185.364944,18.5907614 198.619678,2.88144681 216.687112,0.238996295 C226.704325,-0.933476157 236.743571,2.24455542 244.261279,8.9678962 C251.778988,15.691237 256.053811,25.3147619 256.003159,35.4002282 L256.003159,247.933017 Z" fill="#F9AB00"></path>
        <path d="M35.1010243,213.193238 C54.4867848,213.193238 70.2020487,228.908502 70.2020487,248.294263 C70.2020487,267.680023 54.4867848,283.395287 35.1010243,283.395287 C15.7152639,283.395287 0,267.680023 0,248.294263 C0,228.908502 15.7152639,213.193238 35.1010243,213.193238 Z M127.459466,106.806429 C107.981896,107.874068 92.8698765,124.212107 93.3217628,143.713681 L93.3217628,237.998765 C93.3217628,263.58699 104.580582,279.120548 121.077461,282.431965 C131.434034,284.530959 142.185473,281.860819 150.356699,275.160414 C158.527925,268.460009 163.252393,258.439904 163.222912,247.872809 L163.222912,142.088076 C163.240039,132.641687 159.462041,123.584285 152.737293,116.950107 C146.012546,110.315928 136.904752,106.661084 127.459466,106.806429 L127.459466,106.806429 Z" fill="#E37400"></path>
    </g>
</svg>
                        <span class="span_footer_social">Google Analytics</span>

                    </div>

                </div>

                <div class="col-4 col-xl-2">

                    <div class="footer_social">

                        <svg version="1.1" id="Layer_youtube" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
	 viewbox="0 0 461.001 461.001" width="34px" height="34px" style="enable-background:new 0 0 461.001 461.001;" xml:space="preserve">
<g>
	<path style="fill:#F61C0D;" d="M365.257,67.393H95.744C42.866,67.393,0,110.259,0,163.137v134.728		c0,52.878,42.866,95.744,95.744,95.744h269.513c52.878,0,95.744-42.866,95.744-95.744V163.137		C461.001,110.259,418.135,67.393,365.257,67.393z M300.506,237.056l-126.06,60.123c-3.359,1.602-7.239-0.847-7.239-4.568V168.607		c0-3.774,3.982-6.22,7.348-4.514l126.06,63.881C304.363,229.873,304.298,235.248,300.506,237.056z"/>
</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>

                        <span class="span_footer_social">YouTube</span>

                    </div>

                </div>
                <div class="col-4 col-xl-2">

                    <div class="footer_social">

                        <picture>

                            <source data-lazy-srcset="/wp-content/themes/brioude/assets/img/choosemycompany.webp" type="image/webp">

                            <img class="img_choose" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" data-lazy-src="/wp-content/themes/brioude/assets/img/choosemycompany.png" /><noscript><img class="img_choose" src="/wp-content/themes/brioude/assets/img/choosemycompany.png" /></noscript>

                        </picture>



                    </div>

                </div>

            </div>

            <div class="mt-4"></div>


            <div class="mt-4"></div>

            <div class="row footer_copyright">

                <div class="col-md-10">

                    <p class="grey">
						
                        Copyright © 2024 Brioude Internet Tous les droits sont réservés 
<br/>
<span class="birobf" data-o="L21lbnRpb25zLWxlZ2FsZXMv">Mentions légales</span> | <span class="birobf" data-o="L3BvbGl0aXF1ZS1kZS1jb25maWRlbnRpYWxpdGUtZXQtcHJvdGVjdGlvbi1kZXMtZG9ubmVlcy8">Politique de confidentialité et protection des données</span> | <a href="/nos-offres-emploi/">Recrutement</a>
                    </p>

                </div>


            </div>
        </div>
    </div>



    
<!-- Consent Management powered by Complianz | GDPR/CCPA Cookie Consent https://wordpress.org/plugins/complianz-gdpr -->
<div id="cmplz-cookiebanner-container"><div class="cmplz-cookiebanner cmplz-hidden banner-1 banniere-brioude-interne optin cmplz-center cmplz-categories-type-view-preferences" aria-modal="true" data-nosnippet="true" role="dialog" aria-live="polite" aria-labelledby="cmplz-header-1-optin" aria-describedby="cmplz-message-1-optin">
	<div class="cmplz-header">
		<div class="cmplz-logo"><img width="350" height="100" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20350%20100'%3E%3C/svg%3E" class="attachment-cmplz_banner_image size-cmplz_banner_image" alt="Brioude Internet" decoding="async" data-lazy-src="https://www.brioude-internet.fr/wp-content/uploads/2024/03/logo-brioude-internet-rvb-350x100.png" /><noscript><img width="350" height="100" src="https://www.brioude-internet.fr/wp-content/uploads/2024/03/logo-brioude-internet-rvb-350x100.png" class="attachment-cmplz_banner_image size-cmplz_banner_image" alt="Brioude Internet" decoding="async" /></noscript></div>
		<div class="cmplz-title" id="cmplz-header-1-optin">Gérez votre confidentialité</div>
		<div class="cmplz-close" tabindex="0" role="button" aria-label="Fermez la boite de dialogue">
			<svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="times" class="svg-inline--fa fa-times fa-w-11" role="img" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 352 512"><path fill="currentColor" d="M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z"></path></svg>
		</div>
	</div>

	<div class="cmplz-divider cmplz-divider-header"></div>
	<div class="cmplz-body">
		<div class="cmplz-message" id="cmplz-message-1-optin">Nous utilisons des technologies telles que les cookies pour stocker et/ou accéder aux informations des appareils. Nous le faisons pour améliorer l’expérience de navigation et pour afficher des publicités (non-) personnalisées. Consentir à ces technologies nous permettra de traiter des données telles que le comportement de navigation ou les ID uniques sur ce site. Le fait de ne pas consentir ou de retirer son consentement peut avoir un effet négatif sur certaines fonctionnalités et fonctions.</div>
		<!-- categories start -->
		<div class="cmplz-categories">
			<details class="cmplz-category cmplz-functional" >
				<summary>
						<span class="cmplz-category-header">
							<span class="cmplz-category-title">Fonctionnel</span>
							<span class='cmplz-always-active'>
								<span class="cmplz-banner-checkbox">
									<input type="checkbox"
										   id="cmplz-functional-optin"
										   data-category="cmplz_functional"
										   class="cmplz-consent-checkbox cmplz-functional"
										   size="40"
										   value="1"/>
									<label class="cmplz-label" for="cmplz-functional-optin" tabindex="0"><span class="screen-reader-text">Fonctionnel</span></label>
								</span>
								Toujours activé							</span>
							<span class="cmplz-icon cmplz-open">
								<svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 448 512"  height="18" ><path d="M224 416c-8.188 0-16.38-3.125-22.62-9.375l-192-192c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L224 338.8l169.4-169.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-192 192C240.4 412.9 232.2 416 224 416z"/></svg>
							</span>
						</span>
				</summary>
				<div class="cmplz-description">
					<span class="cmplz-description-functional">L’accès ou le stockage technique est strictement nécessaire dans la finalité d’intérêt légitime de permettre l’utilisation d’un service spécifique explicitement demandé par l’abonné ou l’utilisateur, ou dans le seul but d’effectuer la transmission d’une communication sur un réseau de communications électroniques.</span>
				</div>
			</details>

			<details class="cmplz-category cmplz-preferences" >
				<summary>
						<span class="cmplz-category-header">
							<span class="cmplz-category-title">Préférences</span>
							<span class="cmplz-banner-checkbox">
								<input type="checkbox"
									   id="cmplz-preferences-optin"
									   data-category="cmplz_preferences"
									   class="cmplz-consent-checkbox cmplz-preferences"
									   size="40"
									   value="1"/>
								<label class="cmplz-label" for="cmplz-preferences-optin" tabindex="0"><span class="screen-reader-text">Préférences</span></label>
							</span>
							<span class="cmplz-icon cmplz-open">
								<svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 448 512"  height="18" ><path d="M224 416c-8.188 0-16.38-3.125-22.62-9.375l-192-192c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L224 338.8l169.4-169.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-192 192C240.4 412.9 232.2 416 224 416z"/></svg>
							</span>
						</span>
				</summary>
				<div class="cmplz-description">
					<span class="cmplz-description-preferences">L’accès ou le stockage technique est nécessaire dans la finalité d’intérêt légitime de stocker des préférences qui ne sont pas demandées par l’abonné ou l’internaute.</span>
				</div>
			</details>

			<details class="cmplz-category cmplz-statistics" >
				<summary>
						<span class="cmplz-category-header">
							<span class="cmplz-category-title">Statistiques</span>
							<span class="cmplz-banner-checkbox">
								<input type="checkbox"
									   id="cmplz-statistics-optin"
									   data-category="cmplz_statistics"
									   class="cmplz-consent-checkbox cmplz-statistics"
									   size="40"
									   value="1"/>
								<label class="cmplz-label" for="cmplz-statistics-optin" tabindex="0"><span class="screen-reader-text">Statistiques</span></label>
							</span>
							<span class="cmplz-icon cmplz-open">
								<svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 448 512"  height="18" ><path d="M224 416c-8.188 0-16.38-3.125-22.62-9.375l-192-192c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L224 338.8l169.4-169.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-192 192C240.4 412.9 232.2 416 224 416z"/></svg>
							</span>
						</span>
				</summary>
				<div class="cmplz-description">
					<span class="cmplz-description-statistics">Le stockage ou l’accès technique qui est utilisé exclusivement à des fins statistiques.</span>
					<span class="cmplz-description-statistics-anonymous">Le stockage ou l’accès technique qui est utilisé exclusivement dans des finalités statistiques anonymes. En l’absence d’une assignation à comparaître, d’une conformité volontaire de la part de votre fournisseur d’accès à internet ou d’enregistrements supplémentaires provenant d’une tierce partie, les informations stockées ou extraites à cette seule fin ne peuvent généralement pas être utilisées pour vous identifier.</span>
				</div>
			</details>
			<details class="cmplz-category cmplz-marketing" >
				<summary>
						<span class="cmplz-category-header">
							<span class="cmplz-category-title">Marketing</span>
							<span class="cmplz-banner-checkbox">
								<input type="checkbox"
									   id="cmplz-marketing-optin"
									   data-category="cmplz_marketing"
									   class="cmplz-consent-checkbox cmplz-marketing"
									   size="40"
									   value="1"/>
								<label class="cmplz-label" for="cmplz-marketing-optin" tabindex="0"><span class="screen-reader-text">Marketing</span></label>
							</span>
							<span class="cmplz-icon cmplz-open">
								<svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 448 512"  height="18" ><path d="M224 416c-8.188 0-16.38-3.125-22.62-9.375l-192-192c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L224 338.8l169.4-169.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-192 192C240.4 412.9 232.2 416 224 416z"/></svg>
							</span>
						</span>
				</summary>
				<div class="cmplz-description">
					<span class="cmplz-description-marketing">L’accès ou le stockage technique est nécessaire pour créer des profils d’internautes afin d’envoyer des publicités, ou pour suivre l’utilisateur sur un site web ou sur plusieurs sites web ayant des finalités marketing similaires.</span>
				</div>
			</details>
		</div><!-- categories end -->
			</div>

	<div class="cmplz-links cmplz-information">
		<a class="cmplz-link cmplz-manage-options cookie-statement" href="#" data-relative_url="#cmplz-manage-consent-container">Gérer les options</a>
		<a class="cmplz-link cmplz-manage-third-parties cookie-statement" href="#" data-relative_url="#cmplz-cookies-overview">Gérer les services</a>
		<a class="cmplz-link cmplz-manage-vendors tcf cookie-statement" href="#" data-relative_url="#cmplz-tcf-wrapper">Gérer {vendor_count} fournisseurs</a>
		<a class="cmplz-link cmplz-external cmplz-read-more-purposes tcf" target="_blank" rel="noopener noreferrer nofollow" href="https://cookiedatabase.org/tcf/purposes/">En savoir plus sur ces finalités</a>
			</div>

	<div class="cmplz-divider cmplz-footer"></div>

	<div class="cmplz-buttons">
		<button class="cmplz-btn cmplz-accept">Accepter</button>
		<button class="cmplz-btn cmplz-deny">Refuser</button>
		<button class="cmplz-btn cmplz-view-preferences">Gérer les options</button>
		<button class="cmplz-btn cmplz-save-preferences">Enregistrer les préférences</button>
		<a class="cmplz-btn cmplz-manage-options tcf cookie-statement" href="#" data-relative_url="#cmplz-manage-consent-container">Gérer les options</a>
			</div>

	<div class="cmplz-links cmplz-documents">
		<a class="cmplz-link cookie-statement" href="#" data-relative_url="">{title}</a>
		<a class="cmplz-link privacy-statement" href="#" data-relative_url="">{title}</a>
		<a class="cmplz-link impressum" href="#" data-relative_url="">{title}</a>
			</div>

</div>
</div>
					<div id="cmplz-manage-consent" data-nosnippet="true"><button class="cmplz-btn cmplz-hidden cmplz-manage-consent manage-consent-1">Gérer le consentement</button>

</div><script id="rmp_menu_scripts-js-extra">
var rmp_menu = {"ajaxURL":"https:\/\/www.brioude-internet.fr\/wp-admin\/admin-ajax.php","wp_nonce":"04c22aa484","menu":[]};
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://www.brioude-internet.fr/wp-content/cache/min/1/wp-content/plugins/responsive-menu/v4.0.0/assets/js/rmp-menu.js?ver=1713776614" id="rmp_menu_scripts-js" defer></script>
<script type="rocketlazyloadscript" id="rocket-browser-checker-js-after">
"use strict";var _createClass=function(){function defineProperties(target,props){for(var i=0;i<props.length;i++){var descriptor=props[i];descriptor.enumerable=descriptor.enumerable||!1,descriptor.configurable=!0,"value"in descriptor&&(descriptor.writable=!0),Object.defineProperty(target,descriptor.key,descriptor)}}return function(Constructor,protoProps,staticProps){return protoProps&&defineProperties(Constructor.prototype,protoProps),staticProps&&defineProperties(Constructor,staticProps),Constructor}}();function _classCallCheck(instance,Constructor){if(!(instance instanceof Constructor))throw new TypeError("Cannot call a class as a function")}var RocketBrowserCompatibilityChecker=function(){function RocketBrowserCompatibilityChecker(options){_classCallCheck(this,RocketBrowserCompatibilityChecker),this.passiveSupported=!1,this._checkPassiveOption(this),this.options=!!this.passiveSupported&&options}return _createClass(RocketBrowserCompatibilityChecker,[{key:"_checkPassiveOption",value:function(self){try{var options={get passive(){return!(self.passiveSupported=!0)}};window.addEventListener("test",null,options),window.removeEventListener("test",null,options)}catch(err){self.passiveSupported=!1}}},{key:"initRequestIdleCallback",value:function(){!1 in window&&(window.requestIdleCallback=function(cb){var start=Date.now();return setTimeout(function(){cb({didTimeout:!1,timeRemaining:function(){return Math.max(0,50-(Date.now()-start))}})},1)}),!1 in window&&(window.cancelIdleCallback=function(id){return clearTimeout(id)})}},{key:"isDataSaverModeOn",value:function(){return"connection"in navigator&&!0===navigator.connection.saveData}},{key:"supportsLinkPrefetch",value:function(){var elem=document.createElement("link");return elem.relList&&elem.relList.supports&&elem.relList.supports("prefetch")&&window.IntersectionObserver&&"isIntersecting"in IntersectionObserverEntry.prototype}},{key:"isSlowConnection",value:function(){return"connection"in navigator&&"effectiveType"in navigator.connection&&("2g"===navigator.connection.effectiveType||"slow-2g"===navigator.connection.effectiveType)}}]),RocketBrowserCompatibilityChecker}();
</script>
<script id="rocket-preload-links-js-extra">
var RocketPreloadLinksConfig = {"excludeUris":"\/(?:.+\/)?feed(?:\/(?:.+\/?)?)?$|\/(?:.+\/)?embed\/|\/(index.php\/)?(.*)wp-json(\/.*|$)|\/refer\/|\/go\/|\/recommend\/|\/recommends\/","usesTrailingSlash":"1","imageExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php","fileExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php|html|htm","siteUrl":"https:\/\/www.brioude-internet.fr","onHoverDelay":"100","rateThrottle":"3"};
</script>
<script type="rocketlazyloadscript" id="rocket-preload-links-js-after">
(function() {
"use strict";var r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e=function(){function i(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(e,t,n){return t&&i(e.prototype,t),n&&i(e,n),e}}();function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var t=function(){function n(e,t){i(this,n),this.browser=e,this.config=t,this.options=this.browser.options,this.prefetched=new Set,this.eventTime=null,this.threshold=1111,this.numOnHover=0}return e(n,[{key:"init",value:function(){!this.browser.supportsLinkPrefetch()||this.browser.isDataSaverModeOn()||this.browser.isSlowConnection()||(this.regex={excludeUris:RegExp(this.config.excludeUris,"i"),images:RegExp(".("+this.config.imageExt+")$","i"),fileExt:RegExp(".("+this.config.fileExt+")$","i")},this._initListeners(this))}},{key:"_initListeners",value:function(e){-1<this.config.onHoverDelay&&document.addEventListener("mouseover",e.listener.bind(e),e.listenerOptions),document.addEventListener("mousedown",e.listener.bind(e),e.listenerOptions),document.addEventListener("touchstart",e.listener.bind(e),e.listenerOptions)}},{key:"listener",value:function(e){var t=e.target.closest("a"),n=this._prepareUrl(t);if(null!==n)switch(e.type){case"mousedown":case"touchstart":this._addPrefetchLink(n);break;case"mouseover":this._earlyPrefetch(t,n,"mouseout")}}},{key:"_earlyPrefetch",value:function(t,e,n){var i=this,r=setTimeout(function(){if(r=null,0===i.numOnHover)setTimeout(function(){return i.numOnHover=0},1e3);else if(i.numOnHover>i.config.rateThrottle)return;i.numOnHover++,i._addPrefetchLink(e)},this.config.onHoverDelay);t.addEventListener(n,function e(){t.removeEventListener(n,e,{passive:!0}),null!==r&&(clearTimeout(r),r=null)},{passive:!0})}},{key:"_addPrefetchLink",value:function(i){return this.prefetched.add(i.href),new Promise(function(e,t){var n=document.createElement("link");n.rel="prefetch",n.href=i.href,n.onload=e,n.onerror=t,document.head.appendChild(n)}).catch(function(){})}},{key:"_prepareUrl",value:function(e){if(null===e||"object"!==(void 0===e?"undefined":r(e))||!1 in e||-1===["http:","https:"].indexOf(e.protocol))return null;var t=e.href.substring(0,this.config.siteUrl.length),n=this._getPathname(e.href,t),i={original:e.href,protocol:e.protocol,origin:t,pathname:n,href:t+n};return this._isLinkOk(i)?i:null}},{key:"_getPathname",value:function(e,t){var n=t?e.substring(this.config.siteUrl.length):e;return n.startsWith("/")||(n="/"+n),this._shouldAddTrailingSlash(n)?n+"/":n}},{key:"_shouldAddTrailingSlash",value:function(e){return this.config.usesTrailingSlash&&!e.endsWith("/")&&!this.regex.fileExt.test(e)}},{key:"_isLinkOk",value:function(e){return null!==e&&"object"===(void 0===e?"undefined":r(e))&&(!this.prefetched.has(e.href)&&e.origin===this.config.siteUrl&&-1===e.href.indexOf("?")&&-1===e.href.indexOf("#")&&!this.regex.excludeUris.test(e.href)&&!this.regex.images.test(e.href))}}],[{key:"run",value:function(){"undefined"!=typeof RocketPreloadLinksConfig&&new n(new RocketBrowserCompatibilityChecker({capture:!0,passive:!0}),RocketPreloadLinksConfig).init()}}]),n}();t.run();
}());
</script>
<script id="rocket_lazyload_css-js-extra">
var rocket_lazyload_css_data = {"threshold":"300"};
</script>
<script id="rocket_lazyload_css-js-after">
!function o(n,c,a){function s(t,e){if(!c[t]){if(!n[t]){var r="function"==typeof require&&require;if(!e&&r)return r(t,!0);if(u)return u(t,!0);throw(r=new Error("Cannot find module '"+t+"'")).code="MODULE_NOT_FOUND",r}r=c[t]={exports:{}},n[t][0].call(r.exports,function(e){return s(n[t][1][e]||e)},r,r.exports,o,n,c,a)}return c[t].exports}for(var u="function"==typeof require&&require,e=0;e<a.length;e++)s(a[e]);return s}({1:[function(e,t,r){"use strict";!function(){const r="undefined"==typeof rocket_pairs?[]:rocket_pairs,e="undefined"==typeof rocket_excluded_pairs?[]:rocket_excluded_pairs;e.map(t=>{var e=t.selector;const r=document.querySelectorAll(e);r.forEach(e=>{e.setAttribute("data-rocket-lazy-bg-".concat(t.hash),"excluded")})});const o=document.querySelector("#wpr-lazyload-bg-container");var t=rocket_lazyload_css_data.threshold||300;const n=new IntersectionObserver(e=>{e.forEach(t=>{if(t.isIntersecting){const e=r.filter(e=>t.target.matches(e.selector));e.map(t=>{var e;t&&((e=document.createElement("style")).textContent=t.style,o.insertAdjacentElement("afterend",e),t.elements.forEach(e=>{n.unobserve(e),e.setAttribute("data-rocket-lazy-bg-".concat(t.hash),"loaded")}))})}})},{rootMargin:t+"px"});function c(){0<(0<arguments.length&&void 0!==arguments[0]?arguments[0]:[]).length&&r.forEach(t=>{try{const e=document.querySelectorAll(t.selector);e.forEach(e=>{"loaded"!==e.getAttribute("data-rocket-lazy-bg-".concat(t.hash))&&"excluded"!==e.getAttribute("data-rocket-lazy-bg-".concat(t.hash))&&(n.observe(e),(t.elements||(t.elements=[])).push(e))})}catch(e){console.error(e)}})}c();const a=function(){const o=window.MutationObserver;return function(e,t){if(e&&1===e.nodeType){const r=new o(t);return r.observe(e,{attributes:!0,childList:!0,subtree:!0}),r}}}();t=document.querySelector("body"),a(t,c)}()},{}]},{},[1]);
//# sourceMappingURL=lazyload-css.min.js.map
</script>
<script type="rocketlazyloadscript" data-rocket-src="https://www.brioude-internet.fr/wp-content/themes/brioude/assets/js/jquery-3.6.0.min.js.js?ver=6.5.2" id="brioude-jquery-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-src="https://www.brioude-internet.fr/wp-includes/js/hoverIntent.min.js?ver=1.10.2" id="hoverIntent-js" defer></script>
<script id="megamenu-js-extra">
var megamenu = {"timeout":"300","interval":"100"};
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://www.brioude-internet.fr/wp-content/cache/min/1/wp-content/plugins/megamenu/js/maxmegamenu.js?ver=1713776614" id="megamenu-js" defer></script>
<script id="cmplz-cookiebanner-js-extra">
var complianz = {"prefix":"cmplz_","user_banner_id":"1","set_cookies":[],"block_ajax_content":"0","banner_version":"79","version":"7.0.9","store_consent":"1","do_not_track_enabled":"","consenttype":"optin","region":"eu","geoip":"1","dismiss_timeout":"","disable_cookiebanner":"","soft_cookiewall":"1","dismiss_on_scroll":"","cookie_expiry":"365","url":"https:\/\/www.brioude-internet.fr\/wp-json\/complianz\/v1\/","locale":"lang=fr&locale=fr_FR","set_cookies_on_root":"0","cookie_domain":"","current_policy_id":"58","cookie_path":"\/","categories":{"statistics":"statistiques","marketing":"marketing"},"tcf_active":"","placeholdertext":"<div class=\"cmplz-blocked-content-notice-body\">Cliquez sur \u00ab\u00a0J\u2019accepte\u00a0\u00bb pour activer {service}\u00a0<div class=\"cmplz-links\"><a href=\"#\" class=\"cmplz-link cookie-statement\">{title}<\/a><\/div><\/div><button class=\"cmplz-accept-service\">J\u2019accepte<\/button>","css_file":"https:\/\/www.brioude-internet.fr\/wp-content\/uploads\/complianz\/css\/banner-{banner_id}-{type}.css?v=79","page_links":{"eu":{"privacy-statement":{"title":"D\u00e9claration de confidentialit\u00e9","url":"https:\/\/www.brioude-internet.fr\/politique-de-confidentialite-et-protection-des-donnees\/"}}},"tm_categories":"1","forceEnableStats":"","preview":"","clean_cookies":"","aria_label":"Cliquez sur le bouton pour activer {service}"};
</script>
<script type="rocketlazyloadscript" defer data-rocket-src="https://www.brioude-internet.fr/wp-content/plugins/complianz-gdpr-premium/cookiebanner/js/complianz.min.js?ver=1713257759" id="cmplz-cookiebanner-js"></script>
<script type="rocketlazyloadscript" id="cmplz-cookiebanner-js-after">
document.addEventListener("cmplz_enable_category", function () {
                document.querySelectorAll('[data-rocket-lazyload]').forEach(obj => {
                    if (obj.hasAttribute('data-lazy-src')) {
                        obj.setAttribute('src', obj.getAttribute('data-lazy-src'));
                    }
                });
            });
        
		
</script>
<script>window.lazyLoadOptions=[{elements_selector:"img[data-lazy-src],.rocket-lazyload,iframe[data-lazy-src]",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,callback_loaded:function(element){if(element.tagName==="IFRAME"&&element.dataset.rocketLazyload=="fitvidscompatible"){if(element.classList.contains("lazyloaded")){if(typeof window.jQuery!="undefined"){if(jQuery.fn.fitVids){jQuery(element).parent().fitVids()}}}}}},{elements_selector:".rocket-lazyload",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,}];window.addEventListener('LazyLoad::Initialized',function(e){var lazyLoadInstance=e.detail.instance;if(window.MutationObserver){var observer=new MutationObserver(function(mutations){var image_count=0;var iframe_count=0;var rocketlazy_count=0;mutations.forEach(function(mutation){for(var i=0;i<mutation.addedNodes.length;i++){if(typeof mutation.addedNodes[i].getElementsByTagName!=='function'){continue}
if(typeof mutation.addedNodes[i].getElementsByClassName!=='function'){continue}
images=mutation.addedNodes[i].getElementsByTagName('img');is_image=mutation.addedNodes[i].tagName=="IMG";iframes=mutation.addedNodes[i].getElementsByTagName('iframe');is_iframe=mutation.addedNodes[i].tagName=="IFRAME";rocket_lazy=mutation.addedNodes[i].getElementsByClassName('rocket-lazyload');image_count+=images.length;iframe_count+=iframes.length;rocketlazy_count+=rocket_lazy.length;if(is_image){image_count+=1}
if(is_iframe){iframe_count+=1}}});if(image_count>0||iframe_count>0||rocketlazy_count>0){lazyLoadInstance.update()}});var b=document.getElementsByTagName("body")[0];var config={childList:!0,subtree:!0};observer.observe(b,config)}},!1)</script><script data-no-minify="1" async src="https://www.brioude-internet.fr/wp-content/plugins/wp-rocket/assets/js/lazyload/17.8.3/lazyload.min.js"></script><script>function lazyLoadThumb(e,alt){var t='<img data-lazy-src="https://i.ytimg.com/vi/ID/hqdefault.jpg" alt="" width="480" height="360"><noscript><img src="https://i.ytimg.com/vi/ID/hqdefault.jpg" alt="" width="480" height="360"></noscript>',a='<button class="play" aria-label="play Youtube video"></button>';t=t.replace('alt=""','alt="'+alt+'"');return t.replace("ID",e)+a}function lazyLoadYoutubeIframe(){var e=document.createElement("iframe"),t="ID?autoplay=1";t+=0===this.parentNode.dataset.query.length?'':'&'+this.parentNode.dataset.query;e.setAttribute("src",t.replace("ID",this.parentNode.dataset.src)),e.setAttribute("frameborder","0"),e.setAttribute("allowfullscreen","1"),e.setAttribute("allow", "accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"),this.parentNode.parentNode.replaceChild(e,this.parentNode)}document.addEventListener("DOMContentLoaded",function(){var e,t,p,a=document.getElementsByClassName("rll-youtube-player");for(t=0;t<a.length;t++)e=document.createElement("div"),e.setAttribute("data-id",a[t].dataset.id),e.setAttribute("data-query", a[t].dataset.query),e.setAttribute("data-src", a[t].dataset.src),e.innerHTML=lazyLoadThumb(a[t].dataset.id,a[t].dataset.alt),a[t].appendChild(e),p=e.querySelector('.play'),p.onclick=lazyLoadYoutubeIframe});</script>


    <script type="rocketlazyloadscript">window.addEventListener('DOMContentLoaded', function() {
        $(document).ready(function() {
                $("#fleche_sommaire").on("click", function() {
                    $("#sommaire_hidden").toggle(100)
                }), $("#input_sommaire").on("click", function() {
                    $("#sommaire_hidden").toggle(100)
                }), $(".article_page_option").click(function() {
                    $("#sommaire_hidden").hide();
                    var e = $(this).attr("data-for"),
                        s = $(this).html();
                    $("#input_sommaire").html(s), $("html,body").animate({
                        scrollTop: $("#" + e).offset().top
                    }, "fast")
                }), $(".birobf").click(function() {
                    location.href = atob($(this).data("o"))
                });
                var e = $(window).width() + 14,
                    s = parseInt($("footer").position().top),
                    o = parseInt($("footer").css("height")),
                    i = s - o - 150;
                $(".section_bottom_1").length > 0 && (i -= parseInt($(".section_bottom_1").css("height")));
                var t = parseInt($(".section_slider").css("height")) + parseInt($("header").css("height"));
                $("#block_video").length > 0 && (t += parseInt($("#block_video").css("height"))), $("#block_icon_besoin").length > 0 && (t += parseInt($("#block_icon_besoin").css("height"))), parseInt($(window).width()), $(window).scroll(function() {
                    var s = parseInt($(window).scrollTop());
                    e > 882 ? s >= 90 ? ($("#page_header").addClass("page_header_sticky"), $("header").css("padding", "0")) : ($("#page_header").removeClass("page_header_sticky"), $("header").css("padding", "20px 0px 18px 0px")) : s >= 90 ? ($("#page_header").addClass("page_header_sticky_mobile"), $("header").css("padding", "5px 0px 0px 0px"), $("#mega-menu-wrap-primary .mega-menu-toggle").css("top", "-60px")) : ($("#page_header").removeClass("page_header_sticky_mobile"), $("header").css("padding", "8px 0px 18px 0px"), $("#mega-menu-wrap-primary .mega-menu-toggle").css("top", "-60px")), 882 >= parseInt(e) && (s >= 200 ? ($(".sommaire_mobile_article").css("position", "fixed"), $(".sommaire_mobile_article").css("left", "0"), $(".sommaire_mobile_article").css("bottom", "0"), $(".sommaire_mobile_article").css("background-color", "#ddd"), $(".sommaire_mobile_article").css("padding", "15px 0 15px 0")) : ($(".sommaire_mobile_article").css("position", "relative"), $(".sommaire_mobile_article").css("left", "inherit"), $(".sommaire_mobile_article").css("bottom", "inherit"), $(".sommaire_mobile_article").css("background-color", "#fff"), $(".sommaire_mobile_article").css("padding", "25px 0 15px 0"))), parseInt(e) > 883 && 1700 > parseInt(e) && (parseInt(s) >= t && parseInt(s) <= i ? ($(".sidebar_linkks").css("position", "fixed"), $(".sidebar_linkks").css("overflow-y", "scroll"), $(".sidebar_linkks").css("max-height", "75vh"), $(".sidebar_linkks").css("top", "20%"), $(".sidebar_linkks").css("max-width", "25%")) : ($(".sidebar_linkks").css("position", "relative"), $(".sidebar_linkks").css("overflow-y", "hidden"), $(".sidebar_linkks").css("max-height", "inherit"), $(".sidebar_linkks").css("top", "0"), $(".sidebar_linkks").css("max-width", "inherit"))), parseInt(e) >= 1700 && (parseInt(s) >= t && parseInt(s) <= i ? ($(".sidebar_linkks").css("position", "fixed"), $(".sidebar_linkks").css("overflow-y", "scroll"), $(".sidebar_linkks").css("max-height", "75vh"), $(".sidebar_linkks").css("top", "20%"), $(".sidebar_linkks").css("max-width", "22%")) : ($(".sidebar_linkks").css("position", "relative"), $(".sidebar_linkks").css("overflow-y", "hidden"), $(".sidebar_linkks").css("max-height", "inherit"), $(".sidebar_linkks").css("top", "0"), $(".sidebar_linkks").css("max-width", "inherit")))
                }), $("#sommaire_mobile_select").change(function() {
                    var e = $("#sommaire_mobile_select").val();
                    "no" == e ? $("html, body").animate({
                        scrollTop: $("#article_page_contenu_1").offset().top - 50
                    }, 200) : $("html, body").animate({
                        scrollTop: $("#article_page_contenu_" + e).offset().top - 50
                    }, 200)
                }), $(".article_page_titre").click(function() {
                    var e = $(this).attr("data-for");
                    $(".article_page_titre").css("color", "#6e6e6e"), $(".article_page_titre").css("font-weight", "normal"), $(".small_fleche_right").css("display", "none"), $("#article_page_titre_" + e).css("color", "#e1001e"), $("#article_page_titre_" + e).css("font-weight", "bold"), $("#small_fleche_right_" + e).css("display", "inline-block"), $("#article_page_contenu_" + e).css("padding-top", "50px")
                }), $(".traits").click(function() {
                    $(".col-menu").toggle(200)
                }), $("#submit_newsletter").click(function() {
                    $("#sib_signup_form_1").submit()
                }), $(".fleche_r").click(function() {
                    var e = $(this).attr("data-id"),
                        s = $(this).attr("data-for");
                    "no" != s && ($("#testimonials_" + e).hide(), $("#testimonials_" + s).show(), $(".barre_temoignage").css("width", "20px"), $("#barre_temoignage_" + s).css("width", "35px"))
                }), $(".fleche_l").click(function() {
                    var e = $(this).attr("data-id"),
                        s = $(this).attr("data-for");
                    "no" != s && ($("#testimonials_" + e).hide(), $("#testimonials_" + s).show(), $(".barre_temoignage").css("width", "20px"), $("#barre_temoignage_" + s).css("width", "35px"))
                }), $(".fleche_post").click(function() {
                    var e = $(this).attr("data-for");
                    $(this).attr("data-id"), "no" != e && ($(".lot_posts").hide(), $("#lot_posts_" + e).show(), $(".fl_posts").hide(), $("#fl_posts_" + e).show())
                }), $(".flechez_post").click(function() {
                    var e = $(this).attr("data-for");
                    $(this).attr("data-id"), "no" != e && ($(".lotz_posts").hide(), $("#lotz_posts_" + e).show(), $(".flz_posts").hide(), $("#flz_posts_" + e).show())
                }), $(".accordeon_question").click(function() {
                    var e = $(this).attr("data-for");
                    "none" == $("#accordeon_answer_" + e).css("display") ? ($("#accordeon_answer_" + e).show(150), $("#fleche_accordeon_" + e).removeClass("small_fleche_bottom"), $("#fleche_accordeon_" + e).addClass("small_fleche_up"), $("#accordeon_item_" + e).css("background", "#fff"), $("#accordeon_item_" + e).css("border", "solid 1px #eee"), $("#accordeon_item_" + e).css("padding", "5px 0 0 0"), $("#accordeon_question_" + e).css("background", "transparent"), $("#accordeon_question_" + e).css("color", "#e1001e")) : ($("#accordeon_answer_" + e).hide(150), $("#fleche_accordeon_" + e).removeClass("small_fleche_up"), $("#fleche_accordeon_" + e).addClass("small_fleche_bottom"), $("#accordeon_item_" + e).css("background", "transparent"), $("#accordeon_item_" + e).css("border", "none"), $("#accordeon_item_" + e).css("padding", "0px"), $("#accordeon_question_" + e).css("background", "#f7f7f7"), $("#accordeon_question_" + e).css("color", "#111"))
                }), $(".barre_temoignage").click(function() {
                    var e = $(this).attr("data-id");
                    "no" != e && ($(".testimonials").hide(), $("#testimonials_" + e).show(), $(".barre_temoignage").css("width", "20px"), $("#barre_temoignage_" + e).css("width", "35px"))
                }), $(".hover_dark").mouseover(function() {
                    $(this).find("polygon").attr("fill", "#111")
                }), $(".hover_dark").mouseout(function() {
                    $(this).find("polygon").attr("fill", "#e1001e")
                }), $("section.section_red .home_top_2_relative").mouseover(function() {
                    $(this).find("polygon").attr("fill", "#fff")
                }), $("section.section_red .home_top_2_relative").mouseout(function() {
                    $(this).find("polygon").attr("fill", "#e1001e")
                }), $(".wd_275").mouseover(function() {
                    $(this).find(".border_trait").css("border", "solid 1px #111")
                }), $(".wd_275").mouseout(function() {
                    $(this).find(".border_trait").css("border", "solid 1px #e1001e")
                }), $(window).scroll(function() {
                    parseInt($(window).scrollTop()) >= 300 ? $(".backtotop").show() : $(".backtotop").hide()
                }), $(".backtotop").click(function(e) {
                    return $("html, body").animate({
                        scrollTop: 0
                    }, 100), !1
                })
            }),
            function(e) {
                e(document).ready(function() {
                    e("ul.dropdown-menu [data-bs-toggle=dropdown]").on("click", function(s) {
                        s.preventDefault(), s.stopPropagation(), e(this).parent().siblings().removeClass("open"), e(this).parent().toggleClass("open")
                    })
                })
            }(jQuery);
    });</script>





</footer>



</div>

</div>

<div class="backtotop">

    <span class="span_backtotop">

        <svg width="22px" height="22px" viewbox="0 0 28 28" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
    <g id="🔍-System-Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
        <g id="ic_fluent_arrow_up_28_regular" fill="#ffffff" fill-rule="nonzero">
            <path d="M4.21157,12.7326 C3.9244,13.0312 3.93361,13.5059 4.23213,13.7931 C4.53064,14.0803 5.00543,14.0711 5.29259,13.7725 L13.2521,5.49831 L13.2521,24.2511 C13.2521,24.6653 13.5879,25.0011 14.0021,25.0011 C14.4163,25.0011 14.7521,24.6653 14.7521,24.2511 L14.7521,5.4993 L22.7106,13.7725 C22.9978,14.0711 23.4726,14.0803 23.7711,13.7931 C24.0696,13.5059 24.0788,13.0312 23.7916,12.7326 L14.7223,3.30466 C14.3289,2.89568 13.6743,2.89568 13.2809,3.30466 L4.21157,12.7326 Z" id="🎨-Color"></path>
        </g>
    </g>
</svg>
    </span>

</div>

</body>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://www.brioude-internet.fr/wp-content/cache/min/1/jquery-3.2.1.min.js?ver=1713776615" defer></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://www.brioude-internet.fr/wp-content/cache/min/1/npm/@popperjs/core@2.9.2/dist/umd/popper.min.js?ver=1713776615" defer></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://www.brioude-internet.fr/wp-content/cache/min/1/npm/bootstrap@5.0.2/dist/js/bootstrap.min.js?ver=1713776615" defer></script>
<script type="rocketlazyloadscript" data-rocket-src="https://www.brioude-internet.fr/wp-content/themes/brioude/assets/js/owl.carousel.min.js" defer></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://www.brioude-internet.fr/wp-content/cache/min/1/wp-content/themes/brioude/assets/js/script.js?ver=1713776615" defer></script>
<script type="rocketlazyloadscript" data-rocket-src="https://www.google.com/recaptcha/api.js?render=6LcSIIkgAAAAALj60tCfsIvHu2V6IOOHev7JdCY-"></script>
<script type="rocketlazyloadscript">window.addEventListener('DOMContentLoaded', function() {
    $(document).ready(function() {
		var intervalredirto = setInterval(
			function () {
				$('.redirto').click(function() {
					console.log('ici redirto !');
					let l = $(this).attr('data-lk');
					let r = atob(l);
					clearInterval(intervalredirto);
					window.location.assign(r);
				});
			}
		, 1000);
		
        

        function blockSpacing(section_height, spacing_block) {
            let heigth_spacing_block = section_height.clientHeight + 'px';
            spacing_block.style.minHeight = heigth_spacing_block;
        }

        let section_slider_block = document.querySelector('.home_seo_0.home-desktop ');
        let slider_spacing_block = document.querySelector('#slider_page_home .spacing-block');
        
        if (!(window.location.pathname === '/')) {
            
        } else {
            blockSpacing(section_slider_block, slider_spacing_block)
            window.onresize = function() {
                blockSpacing(section_slider_block, slider_spacing_block)
            };
        }

    });
});</script>

<script type="rocketlazyloadscript">window.addEventListener('DOMContentLoaded', function() {
	function show_hide_seo_interne(cpt){
		var divs_seo_liste_content = jQuery(".seo_liste_content");
			divs_seo_liste_content.each(function() {
				var forr = jQuery(this).attr('data-for');
				if(forr != cpt){
					jQuery(this).hide();
				}
			});
		
			
			var diss = jQuery('#seo_liste_content_'+cpt).css('display');
			if(diss == 'none'){
				jQuery('#seo_liste_span_'+cpt).html('-');
				jQuery('#seo_liste_content_'+cpt).show(200);				
			}else{
				jQuery('#seo_liste_span_'+cpt).html('+');
				jQuery('#seo_liste_content_'+cpt).hide(200);
			}
	}
	jQuery(document).ready(function() {
		jQuery('.seo_liste_span').click(function() {
			show_hide_seo_interne(jQuery(this).attr('data-for'));
		});
		
		jQuery('.seo_liste_h2').click(function() {
			show_hide_seo_interne(jQuery(this).attr('data-for'));
		});
	});
});</script>
</html></section>
<script type="rocketlazyloadscript">window.addEventListener('DOMContentLoaded', function() {
    jQuery(document).ready(function() {

    });

    function show_loader() {
        var last_name = jQuery('#last_name').val();
        var company = jQuery('#company').val();
        var phone = jQuery('#phone').val();
        var email = jQuery('#email').val();
        if (
            (last_name != '') &&
            (company != '') &&
            (phone != '') &&
            (email != '')
        ) {
            jQuery('#img_loader').css('display', 'block');
        } else {
            jQuery('#img_loader').css('display', 'none');
        }
    }
});</script>
<script type="rocketlazyloadscript">
    grecaptcha.ready(function() {
        grecaptcha.execute('6LcSIIkgAAAAALj60tCfsIvHu2V6IOOHev7JdCY-', {
            action: 'submit'
        }).then(function(token) {
            document.getElementById('recaptcha_token').value = token;
        });
    });
</script>

	
<script type="rocketlazyloadscript">window.addEventListener('DOMContentLoaded', function() {
    window.addEventListener('load', function() {

        var whiteDiv = document.createElement('div');
        var section_before_services = document.querySelector('.bir_video.mt-5.mb-3.row');
        section_before_services.appendChild(whiteDiv);
        whiteDiv.className = "white_block_section_before_services d-block d-xl-none";

        //-----------------------------------------------------------------------------------
        var expertises_left_icon = document.querySelector('#expertises_left span');
        var expertises_left_p = document.querySelector('#expertises_left p');
        var toggle = false;
        expertises_left_icon.addEventListener("touchstart", function() {
            if (toggle == false) {
                expertises_left_p.style = "display:block"
                toggle = true;
            } else {
                expertises_left_p.style = "display:none"
                toggle = false;
            }
        });

        //-----------------------------------------------------------------------------------
        var listItem = document.querySelectorAll('.temoignages listItem .testimonials');
        let maxHeight = 0;
        listItem.forEach(item => {
            const itemHeight = item.offsetHeight;
            if (itemHeight > maxHeight) {
                maxHeight = itemHeight;
            }
        });
        listItem.forEach(item => {
            item.style.height = maxHeight + 'px';
        });
		
		const owlItems = document.querySelectorAll('.temoignages.owl-carousel .owl-item');

        const listItems = document.querySelectorAll('.temoignages listitem');
        let nbFirstCloned = 0;
        let nbItemNoCloned = 0;
        for (let i = 0; i < listItems.length; i++) {
            if (!listItems[i].classList.contains('cloned')) {
                break;
            }
            nbFirstCloned++;
        }

        for (let i = 0; i < listItems.length; i++) {
            if (!listItems[i].classList.contains('cloned')) {
                nbItemNoCloned++;
            }
        }
        owlItems.forEach((item, i) => {
            let index = (i + nbFirstCloned) % nbItemNoCloned;
            const dotsContainer = item.querySelector('.barres_temoignages ');
            const dots = document.querySelector('.temoignages .owl-dots');

            const clonedDots = dots.cloneNode(true);
            clonedDots.childNodes.forEach((dot, j) => {
                dot.classList.remove('active');
                if (j == index) {
                    dot.classList.add('active');
                }
            });
            dotsContainer.appendChild(clonedDots);

        });
        const dots = document.querySelectorAll('.temoignages .owl-dots');
        for (let i = 0; i < dots.length; i++) {
            if (i === dots.length - 1) {
                dots[i].style.display = 'none';
            }
        }

		var carousel_number_of_seconds = 10;
        $('.owl-dot').click(function() {
            const carousel = $(this).closest('.temoignages.owl-carousel');
            const dotIndex = $(this).index();
            carousel.trigger('to.owl.carousel', dotIndex);
        });
		
		var doddtIndex = 1;
		var carousel_number_of_items = 4;
		
		/*
		updateProgressBar(carousel_number_of_seconds);
		
		setInterval(
			function(){
				
				updateProgressBar(carousel_number_of_seconds);
				const ccarousel = $('.temoignages.owl-carousel');
				ccarousel.trigger('to.owl.carousel', doddtIndex);
				
				if(doddtIndex == carousel_number_of_items ){
					doddtIndex = 1;
				}
				doddtIndex = doddtIndex + 1;
				
			}
		, carousel_number_of_seconds*1000);
		*/
		
		

        let h1mobile = true;
        let h1desktop = false;
        let heading1 = "<h1>" + "L'agence pionnière du référencement" + "</h1>";
        let heading1_container = document.querySelectorAll('.home_seo');

        function handleResize() {
            if (window.innerWidth < 1200) {
                if (!h1mobile) {
                    heading1_container[0].insertAdjacentHTML('afterbegin', heading1);
                    h1mobile = true;
                    if (h1desktop) {
                        heading1_container[1].firstElementChild.remove();
                        h1desktop = false;
                    }
                }
            } else {
                if (!h1desktop) {
                    heading1_container[1].insertAdjacentHTML('afterbegin', heading1);
                    h1desktop = true;
                    if (h1mobile) {
                        heading1_container[0].firstElementChild.remove();
                        h1mobile = false;
                    }
                }
            }
        }

        function blockSpacing(section_height, spacing_block) {
            let heigth_spacing_block = section_height.clientHeight + 'px';
            spacing_block.style.height = heigth_spacing_block;
        }
        let section_before_services_block_text = document.querySelector('.section_before_services-block-text');
        let spacing_block = document.querySelector('.block-spacing ')
        let section_slider_block = document.querySelector('.home_seo_0.home-desktop ');
        let slider_spacing_block = document.querySelector('#slider_page_home .spacing-block');
        handleResize();
        if (window.innerWidth < 1200) {
            blockSpacing(section_before_services_block_text, spacing_block)
        }
        blockSpacing(section_slider_block, slider_spacing_block)
        window.onresize = function() {
            handleResize();
            blockSpacing(section_before_services_block_text, spacing_block);
            blockSpacing(section_slider_block, slider_spacing_block)

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