{
  "version": 3,
  "sources": ["ssg:https://ga.jspm.io/npm:@studio-freight/lenis@1.0.29/dist/lenis.modern.mjs", "ssg:https://framerusercontent.com/modules/Yppqt3Cs3Y8TZqvASnXl/ALzPzo9ZL7qsyNt6jnNi/Smooth_Scroll.js", "ssg:https://framerusercontent.com/modules/zFhVHDQE8D5OmZhNUtia/nIlFTk1hyVLxKSWxn0nf/wIikK5mQx.js", "ssg:https://framerusercontent.com/modules/w8tlNm7KmjHmEGVbGtI9/r5wgCo6URQmDFtAgGSXg/oGbwkEVfn.js", "ssg:https://framerusercontent.com/modules/ECM123DYTmorrrQjUkad/lZUtg5ujiJxuLuuVhwIS/Back_to_top.js"],
  "sourcesContent": ["function t(){return t=Object.assign?Object.assign.bind():function(r){for(var h=1;h<arguments.length;h++){var a=arguments[h];for(var c in a)Object.prototype.hasOwnProperty.call(a,c)&&(r[c]=a[c])}return r},t.apply(this,arguments)}function e(r,h,a){return Math.max(r,Math.min(h,a))}class i{advance(r){var h;if(!this.isRunning)return;let a=!1;if(this.lerp)this.value=(c=this.value,u=this.to,(1-(p=1-Math.exp(-60*this.lerp*r)))*c+p*u),Math.round(this.value)===this.to&&(this.value=this.to,a=!0);else{this.currentTime+=r;const h=e(0,this.currentTime/this.duration,1);a=h>=1;const c=a?1:this.easing(h);this.value=this.from+(this.to-this.from)*c}var c,u,p;null==(h=this.onUpdate)||h.call(this,this.value,a),a&&this.stop()}stop(){this.isRunning=!1}fromTo(r,h,{lerp:a=.1,duration:c=1,easing:u=(r=>r),onStart:p,onUpdate:d}){this.from=this.value=r,this.to=h,this.lerp=a,this.duration=c,this.easing=u,this.currentTime=0,this.isRunning=!0,null==p||p(),this.onUpdate=d}}class s{constructor({wrapper:r,content:h,autoResize:a=!0}={}){if(this.resize=()=>{this.onWrapperResize(),this.onContentResize()},this.onWrapperResize=()=>{this.wrapper===window?(this.width=window.innerWidth,this.height=window.innerHeight):(this.width=this.wrapper.clientWidth,this.height=this.wrapper.clientHeight)},this.onContentResize=()=>{this.scrollHeight=this.content.scrollHeight,this.scrollWidth=this.content.scrollWidth},this.wrapper=r,this.content=h,a){const r=function(r,h){let a;return function(){let h=arguments,c=this;clearTimeout(a),a=setTimeout((function(){r.apply(c,h)}),250)}}(this.resize);this.wrapper!==window&&(this.wrapperResizeObserver=new ResizeObserver(r),this.wrapperResizeObserver.observe(this.wrapper)),this.contentResizeObserver=new ResizeObserver(r),this.contentResizeObserver.observe(this.content)}this.resize()}destroy(){var r,h;null==(r=this.wrapperResizeObserver)||r.disconnect(),null==(h=this.contentResizeObserver)||h.disconnect()}get limit(){return{x:this.scrollWidth-this.width,y:this.scrollHeight-this.height}}}class o{constructor(){this.events={}}emit(r,...h){let a=this.events[r]||[];for(let r=0,c=a.length;r<c;r++)a[r](...h)}on(r,h){var a;return(null==(a=this.events[r])?void 0:a.push(h))||(this.events[r]=[h]),()=>{var a;this.events[r]=null==(a=this.events[r])?void 0:a.filter((r=>h!==r))}}off(r,h){var a;this.events[r]=null==(a=this.events[r])?void 0:a.filter((r=>h!==r))}destroy(){this.events={}}}class n{constructor(r,{wheelMultiplier:h=1,touchMultiplier:a=2,normalizeWheel:c=!1}){this.onTouchStart=r=>{const{clientX:h,clientY:a}=r.targetTouches?r.targetTouches[0]:r;this.touchStart.x=h,this.touchStart.y=a,this.lastDelta={x:0,y:0}},this.onTouchMove=r=>{const{clientX:h,clientY:a}=r.targetTouches?r.targetTouches[0]:r,c=-(h-this.touchStart.x)*this.touchMultiplier,u=-(a-this.touchStart.y)*this.touchMultiplier;this.touchStart.x=h,this.touchStart.y=a,this.lastDelta={x:c,y:u},this.emitter.emit(\"scroll\",{deltaX:c,deltaY:u,event:r})},this.onTouchEnd=r=>{this.emitter.emit(\"scroll\",{deltaX:this.lastDelta.x,deltaY:this.lastDelta.y,event:r})},this.onWheel=r=>{let{deltaX:h,deltaY:a}=r;this.normalizeWheel&&(h=e(-100,h,100),a=e(-100,a,100)),h*=this.wheelMultiplier,a*=this.wheelMultiplier,this.emitter.emit(\"scroll\",{deltaX:h,deltaY:a,event:r})},this.element=r,this.wheelMultiplier=h,this.touchMultiplier=a,this.normalizeWheel=c,this.touchStart={x:null,y:null},this.emitter=new o,this.element.addEventListener(\"wheel\",this.onWheel,{passive:!1}),this.element.addEventListener(\"touchstart\",this.onTouchStart,{passive:!1}),this.element.addEventListener(\"touchmove\",this.onTouchMove,{passive:!1}),this.element.addEventListener(\"touchend\",this.onTouchEnd,{passive:!1})}on(r,h){return this.emitter.on(r,h)}destroy(){this.emitter.destroy(),this.element.removeEventListener(\"wheel\",this.onWheel,{passive:!1}),this.element.removeEventListener(\"touchstart\",this.onTouchStart,{passive:!1}),this.element.removeEventListener(\"touchmove\",this.onTouchMove,{passive:!1}),this.element.removeEventListener(\"touchend\",this.onTouchEnd,{passive:!1})}}class l{constructor({wrapper:r=window,content:h=document.documentElement,wheelEventsTarget:a=r,eventsTarget:c=a,smoothWheel:u=!0,smoothTouch:p=!1,syncTouch:d=!1,syncTouchLerp:m=.1,__iosNoInertiaSyncTouchLerp:v=.4,touchInertiaMultiplier:g=35,duration:S,easing:w=(r=>Math.min(1,1.001-Math.pow(2,-10*r))),lerp:f=!S&&.1,infinite:y=!1,orientation:T=\"vertical\",gestureOrientation:z=\"vertical\",touchMultiplier:_=1,wheelMultiplier:M=1,normalizeWheel:L=!1,autoResize:b=!0}={}){this.onVirtualScroll=({deltaX:r,deltaY:h,event:a})=>{if(a.ctrlKey)return;const c=a.type.includes(\"touch\"),u=a.type.includes(\"wheel\");if(\"both\"===this.options.gestureOrientation&&0===r&&0===h||\"vertical\"===this.options.gestureOrientation&&0===h||\"horizontal\"===this.options.gestureOrientation&&0===r||c&&\"vertical\"===this.options.gestureOrientation&&0===this.scroll&&!this.options.infinite&&h<=0)return;let p=a.composedPath();if(p=p.slice(0,p.indexOf(this.rootElement)),p.find((r=>{var h;return(null==r.hasAttribute?void 0:r.hasAttribute(\"data-lenis-prevent\"))||c&&(null==r.hasAttribute?void 0:r.hasAttribute(\"data-lenis-prevent-touch\"))||u&&(null==r.hasAttribute?void 0:r.hasAttribute(\"data-lenis-prevent-wheel\"))||(null==(h=r.classList)?void 0:h.contains(\"lenis\"))})))return;if(this.isStopped||this.isLocked)return void a.preventDefault();if(this.isSmooth=(this.options.smoothTouch||this.options.syncTouch)&&c||this.options.smoothWheel&&u,!this.isSmooth)return this.isScrolling=!1,void this.animate.stop();a.preventDefault();let d=h;\"both\"===this.options.gestureOrientation?d=Math.abs(h)>Math.abs(r)?h:r:\"horizontal\"===this.options.gestureOrientation&&(d=r);const m=c&&this.options.syncTouch,v=c&&\"touchend\"===a.type&&Math.abs(d)>1;v&&(d=this.velocity*this.options.touchInertiaMultiplier),this.scrollTo(this.targetScroll+d,t({programmatic:!1},m&&{lerp:v?this.syncTouchLerp:this.options.__iosNoInertiaSyncTouchLerp}))},this.onNativeScroll=()=>{if(!this.__preventNextScrollEvent&&!this.isScrolling){const r=this.animatedScroll;this.animatedScroll=this.targetScroll=this.actualScroll,this.velocity=0,this.direction=Math.sign(this.animatedScroll-r),this.emit()}},window.lenisVersion=\"1.0.29\",r!==document.documentElement&&r!==document.body||(r=window),this.options={wrapper:r,content:h,wheelEventsTarget:a,eventsTarget:c,smoothWheel:u,smoothTouch:p,syncTouch:d,syncTouchLerp:m,__iosNoInertiaSyncTouchLerp:v,touchInertiaMultiplier:g,duration:S,easing:w,lerp:f,infinite:y,gestureOrientation:z,orientation:T,touchMultiplier:_,wheelMultiplier:M,normalizeWheel:L,autoResize:b},this.animate=new i,this.emitter=new o,this.dimensions=new s({wrapper:r,content:h,autoResize:b}),this.toggleClass(\"lenis\",!0),this.velocity=0,this.isLocked=!1,this.isStopped=!1,this.isSmooth=d||u||p,this.isScrolling=!1,this.targetScroll=this.animatedScroll=this.actualScroll,this.options.wrapper.addEventListener(\"scroll\",this.onNativeScroll,{passive:!1}),this.virtualScroll=new n(c,{touchMultiplier:_,wheelMultiplier:M,normalizeWheel:L}),this.virtualScroll.on(\"scroll\",this.onVirtualScroll)}destroy(){this.emitter.destroy(),this.options.wrapper.removeEventListener(\"scroll\",this.onNativeScroll,{passive:!1}),this.virtualScroll.destroy(),this.dimensions.destroy(),this.toggleClass(\"lenis\",!1),this.toggleClass(\"lenis-smooth\",!1),this.toggleClass(\"lenis-scrolling\",!1),this.toggleClass(\"lenis-stopped\",!1),this.toggleClass(\"lenis-locked\",!1)}on(r,h){return this.emitter.on(r,h)}off(r,h){return this.emitter.off(r,h)}setScroll(r){this.isHorizontal?this.rootElement.scrollLeft=r:this.rootElement.scrollTop=r}resize(){this.dimensions.resize()}emit(){this.emitter.emit(\"scroll\",this)}reset(){this.isLocked=!1,this.isScrolling=!1,this.animatedScroll=this.targetScroll=this.actualScroll,this.velocity=0,this.animate.stop()}start(){this.isStopped=!1,this.reset()}stop(){this.isStopped=!0,this.animate.stop(),this.reset()}raf(r){const h=r-(this.time||r);this.time=r,this.animate.advance(.001*h)}scrollTo(r,{offset:h=0,immediate:a=!1,lock:c=!1,duration:u=this.options.duration,easing:p=this.options.easing,lerp:d=!u&&this.options.lerp,onComplete:m=null,force:v=!1,programmatic:g=!0}={}){if(!this.isStopped&&!this.isLocked||v){if([\"top\",\"left\",\"start\"].includes(r))r=0;else if([\"bottom\",\"right\",\"end\"].includes(r))r=this.limit;else{var S;let a;if(\"string\"==typeof r?a=document.querySelector(r):null!=(S=r)&&S.nodeType&&(a=r),a){if(this.options.wrapper!==window){const r=this.options.wrapper.getBoundingClientRect();h-=this.isHorizontal?r.left:r.top}const c=a.getBoundingClientRect();r=(this.isHorizontal?c.left:c.top)+this.animatedScroll}}if(\"number\"==typeof r){if(r+=h,r=Math.round(r),this.options.infinite?g&&(this.targetScroll=this.animatedScroll=this.scroll):r=e(0,r,this.limit),a)return this.animatedScroll=this.targetScroll=r,this.setScroll(this.scroll),this.reset(),void(null==m||m(this));if(!g){if(r===this.targetScroll)return;this.targetScroll=r}this.animate.fromTo(this.animatedScroll,r,{duration:u,easing:p,lerp:d,onStart:()=>{c&&(this.isLocked=!0),this.isScrolling=!0},onUpdate:(r,h)=>{this.isScrolling=!0,this.velocity=r-this.animatedScroll,this.direction=Math.sign(this.velocity),this.animatedScroll=r,this.setScroll(this.scroll),g&&(this.targetScroll=r),h||this.emit(),h&&(this.reset(),this.emit(),null==m||m(this),this.__preventNextScrollEvent=!0,requestAnimationFrame((()=>{delete this.__preventNextScrollEvent})))}})}}}get rootElement(){return this.options.wrapper===window?document.documentElement:this.options.wrapper}get limit(){return this.dimensions.limit[this.isHorizontal?\"x\":\"y\"]}get isHorizontal(){return\"horizontal\"===this.options.orientation}get actualScroll(){return this.isHorizontal?this.rootElement.scrollLeft:this.rootElement.scrollTop}get scroll(){return this.options.infinite?(this.animatedScroll%(r=this.limit)+r)%r:this.animatedScroll;var r}get progress(){return 0===this.limit?1:this.scroll/this.limit}get isSmooth(){return this.__isSmooth}set isSmooth(r){this.__isSmooth!==r&&(this.__isSmooth=r,this.toggleClass(\"lenis-smooth\",r))}get isScrolling(){return this.__isScrolling}set isScrolling(r){this.__isScrolling!==r&&(this.__isScrolling=r,this.toggleClass(\"lenis-scrolling\",r))}get isStopped(){return this.__isStopped}set isStopped(r){this.__isStopped!==r&&(this.__isStopped=r,this.toggleClass(\"lenis-stopped\",r))}get isLocked(){return this.__isLocked}set isLocked(r){this.__isLocked!==r&&(this.__isLocked=r,this.toggleClass(\"lenis-locked\",r))}get className(){let r=\"lenis\";return this.isStopped&&(r+=\" lenis-stopped\"),this.isLocked&&(r+=\" lenis-locked\"),this.isScrolling&&(r+=\" lenis-scrolling\"),this.isSmooth&&(r+=\" lenis-smooth\"),r}toggleClass(r,h){this.rootElement.classList.toggle(r,h),this.emitter.emit(\"className change\",this)}}export{l as default};\n//# sourceMappingURL=lenis.modern.mjs.map\n", "import{jsx as _jsx,Fragment as _Fragment}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";import Lenis from\"@studio-freight/lenis\";import{useEffect,useRef}from\"react\";/**\n * @framerDisableUnlink\n */export default function SmoothScroll(props){const{intensity}=props;const lenis=useRef(null);useEffect(()=>{if(lenis.current)lenis.current.scrollTo(0,{immediate:true});},[lenis]);useEffect(()=>{const overlayElement=document.getElementById(\"overlay\");if(overlayElement){const handleMutation=(mutationsList,observer)=>{for(const mutation of mutationsList){if(mutation.type===\"childList\"){const hasChildren=overlayElement.children.length>0;if(hasChildren){// Check if the html tag has the style \"overflow: hidden;\"\nconst htmlElement=document.documentElement;const computedStyle=window.getComputedStyle(htmlElement);const isOverflowHidden=computedStyle.getPropertyValue(\"overflow\")===\"hidden\";if(isOverflowHidden){lenis.current.stop();}else{lenis.current.start();}}else{lenis.current.start();}}}};const observer=new MutationObserver(handleMutation);const config={childList:true};observer.observe(overlayElement,config);return()=>observer.disconnect();}},[]);useEffect(()=>{lenis.current=new Lenis({duration:intensity/10});const raf=time=>{lenis.current.raf(time);requestAnimationFrame(raf);};requestAnimationFrame(raf);return()=>{lenis.current.destroy();lenis.current=null;};},[]);return /*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(\"style\",{children:`\n      html.lenis {\n        height: auto;\n      }\n\n      .lenis.lenis-smooth {\n        scroll-behavior: auto !important;\n      }\n\n      .lenis.lenis-smooth [data-lenis-prevent] {\n        overscroll-behavior: contain;\n      }\n\n      .lenis.lenis-stopped {\n        overflow: hidden;\n      }\n\n      .lenis.lenis-scrolling iframe {\n        pointer-events: none;\n      }\n    `})});}SmoothScroll.displayName=\"Smooth Scroll\";addPropertyControls(SmoothScroll,{intensity:{title:\"Intensity\",type:ControlType.Number,defaultValue:10}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"SmoothScroll\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerDisableUnlink\":\"\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Smooth_Scroll.map", "// Generated by Framer (99bc0fd)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=[\".framer-uBkTj .framer-styles-preset-1tub7y3:not(.rich-text-wrapper), .framer-uBkTj .framer-styles-preset-1tub7y3.rich-text-wrapper a { --framer-link-current-text-decoration: none; --framer-link-hover-text-decoration: none; --framer-link-text-decoration: none; }\"];export const className=\"framer-uBkTj\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (9d598a4)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,RichText,SmartComponentScopedContainer,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/uFgoXhgOBugPBPOcVA1C/znpIJDUfKKxYWQmuOGv2/k3Ea6rV_p.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/zFhVHDQE8D5OmZhNUtia/nIlFTk1hyVLxKSWxn0nf/wIikK5mQx.js\";import Large from\"https://framerusercontent.com/modules/hF3X9X6HHTbbOEODlDjE/eWuSsVjTAWm4c35sT17h/tR8f0tiSk.js\";const LargeFonts=getFonts(Large);const cycleOrder=[\"HvL9OuqmR\",\"jQzBd4VQQ\",\"VNliF3BmM\"];const serializationHash=\"framer-2mZPr\";const variantClassNames={HvL9OuqmR:\"framer-v-1k0ask9\",jQzBd4VQQ:\"framer-v-xhwa4k\",VNliF3BmM:\"framer-v-er6pk0\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const transition2={bounce:.25,delay:0,duration:.45,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.05,skewX:0,skewY:0,transition:transition2};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Desktop:\"HvL9OuqmR\",Phone:\"VNliF3BmM\",Tablet:\"jQzBd4VQQ\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"HvL9OuqmR\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"HvL9OuqmR\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap104zkbd=activeVariantCallback(async(...args)=>{setVariant(\"zVSHzupiV\");});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(baseVariant===\"VNliF3BmM\")return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"VNliF3BmM\")return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.footer,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1k0ask9\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"HvL9OuqmR\",ref:refBinding,style:{background:\"linear-gradient(254.93001611264015deg, rgba(18, 152, 203, 1) 0%, rgba(54, 96, 187, 1) 29.259678721427917%, rgba(90, 40, 172, 1) 100%)\",...style},...addPropertyOverrides({jQzBd4VQQ:{\"data-framer-name\":\"Tablet\"},VNliF3BmM:{\"data-framer-name\":\"Phone\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-11sxjl0\",\"data-framer-name\":\"container\",layoutDependency:layoutDependency,layoutId:\"LgjJ2etyf\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1boulv1\",\"data-framer-name\":\"top\",layoutDependency:layoutDependency,layoutId:\"iv2nbgipD\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-408f50\",\"data-framer-name\":\"text\",layoutDependency:layoutDependency,layoutId:\"CXORd8tMy\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-gx26df\",\"data-styles-preset\":\"k3Ea6rV_p\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-a0c2593c-6916-4188-ac50-f5131b23cc3f, rgb(255, 255, 255)))\"},children:\"Boostez votre activit\\xe9 \"}),/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-gx26df\",\"data-styles-preset\":\"k3Ea6rV_p\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-hi0pf5, var(--token-a0c2593c-6916-4188-ac50-f5131b23cc3f, rgb(255, 255, 255)))\"},children:\"dans l\u2019efficacit\\xe9 \\xe9nerg\\xe9tique \"}),/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-gx26df\",\"data-styles-preset\":\"k3Ea6rV_p\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1ifjl81, var(--token-a0c2593c-6916-4188-ac50-f5131b23cc3f, rgb(255, 255, 255)))\"},children:\"avec ila26 !\"})]}),className:\"framer-1mmgbft\",\"data-framer-name\":\"Boostez votre activit\\xe9 dans l\u2019efficacit\\xe9 \\xe9nerg\\xe9tique avec ila26 !\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Lj55BATk2\",style:{\"--extracted-1ifjl81\":\"var(--token-a0c2593c-6916-4188-ac50-f5131b23cc3f, rgb(255, 255, 255))\",\"--extracted-1of0zx5\":\"var(--token-a0c2593c-6916-4188-ac50-f5131b23cc3f, rgb(255, 255, 255))\",\"--extracted-hi0pf5\":\"var(--token-a0c2593c-6916-4188-ac50-f5131b23cc3f, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(Link,{href:\"https://plan.ila26.fr/\",motionChild:true,nodeId:\"cEu3yVFdL\",openInNewTab:false,scopeId:\"oGbwkEVfn\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-12zfdr3 framer-1alcnpv\",\"data-framer-name\":\"cta-container\",layoutDependency:layoutDependency,layoutId:\"cEu3yVFdL\",whileHover:animation,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:58,y:(componentViewport?.y||0)+64+(((componentViewport?.height||731)-192-739.2)/2+0+0)+0+0+0+101.2+0,...addPropertyOverrides({jQzBd4VQQ:{y:(componentViewport?.y||0)+64+(((componentViewport?.height||1072)-228-870.4)/2+0+0)+0+0+0+191.2+0},VNliF3BmM:{width:`max(min(${componentViewport?.width||\"100vw\"} - 48px, 1440px), 1px)`,y:(componentViewport?.y||0)+24+(((componentViewport?.height||200)-288-1482)/2+0+0)+0+0+0+191.2+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1jfkiko-container\",layoutDependency:layoutDependency,layoutId:\"O3440MlYk-container\",nodeId:\"O3440MlYk\",rendersWithMotion:true,scopeId:\"oGbwkEVfn\",children:/*#__PURE__*/_jsx(Large,{ge0W66osx:\"16px 24px 16px 24px\",height:\"100%\",id:\"O3440MlYk\",layoutId:\"O3440MlYk\",LiRiNPyZ4:\"Commencez d\\xe8s maintenant\",P7gZ5Cvnq:\"var(--token-8bb1a94f-ff66-4f61-9be2-a74ae20c49b5, rgb(30, 6, 59))\",v9WRhjCTh:\"16px\",variant:\"QZw8Mvb6X\",width:\"100%\",...addPropertyOverrides({VNliF3BmM:{style:{width:\"100%\"},variant:\"fp2tAdQ7V\"}},baseVariant,gestureVariant)})})})})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-815jlr\",\"data-framer-name\":\"divider\",layoutDependency:layoutDependency,layoutId:\"OcFLi15FI\",style:{backgroundColor:\"var(--token-a0c2593c-6916-4188-ac50-f5131b23cc3f, rgb(255, 255, 255))\"}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-17q2086\",\"data-framer-name\":\"bottom\",layoutDependency:layoutDependency,layoutId:\"cPdsHdnTw\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-d0rrs\",\"data-framer-name\":\"logo+socials\",layoutDependency:layoutDependency,layoutId:\"wujsZPwZ_\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"HuJoH3t3B\"},motionChild:true,nodeId:\"KTYVWszb0\",openInNewTab:false,scopeId:\"oGbwkEVfn\",children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"ila26 logo white\\n\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+64+(((componentViewport?.height||731)-192-739.2)/2+0+0)+0+289.2+0+0+0),pixelHeight:213,pixelWidth:489,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/PLav6Bo5iivXvv8caof668NGxfE.webp?lossless=1\"},className:\"framer-t88a1j framer-1alcnpv\",\"data-framer-name\":\"LOGO\",layoutDependency:layoutDependency,layoutId:\"KTYVWszb0\",...addPropertyOverrides({jQzBd4VQQ:{background:{alt:\"ila26 logo white\\n\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+64+(((componentViewport?.height||1072)-228-870.4)/2+0+0)+0+379.2+0+0+0),pixelHeight:213,pixelWidth:489,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/PLav6Bo5iivXvv8caof668NGxfE.webp?lossless=1\"}},VNliF3BmM:{background:{alt:\"ila26 logo white\\n\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+24+(((componentViewport?.height||200)-288-1482)/2+0+0)+0+315.2+0+0+0+0),pixelHeight:213,pixelWidth:489,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/PLav6Bo5iivXvv8caof668NGxfE.webp?lossless=1\"}}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TW9udHNlcnJhdC1yZWd1bGFy\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-line-height\":\"25px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"La solution dedi\\xe9e \\xe0 \"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TW9udHNlcnJhdC1yZWd1bGFy\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-line-height\":\"25px\",\"--framer-text-color\":\"var(--extracted-2gxw0f, rgb(255, 255, 255))\"},children:\"l\u2019efficacit\\xe9 \\xe9nerg\\xe9tique\"})]}),className:\"framer-1xjnk6o\",\"data-framer-name\":\"text\",fonts:[\"GF;Montserrat-regular\"],layoutDependency:layoutDependency,layoutId:\"BDANTyyMt\",style:{\"--extracted-2gxw0f\":\"rgb(255, 255, 255)\",\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-icy711\",\"data-framer-name\":\"socials\",layoutDependency:layoutDependency,layoutId:\"BRf89J7gb\",children:[/*#__PURE__*/_jsx(Link,{href:\"https://www.linkedin.com/company/ila-26/\",motionChild:true,nodeId:\"ppjqtHd29\",scopeId:\"oGbwkEVfn\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-15i4ldm framer-1alcnpv\",\"data-framer-name\":\"Linkedin\",fill:\"var(--token-a0c2593c-6916-4188-ac50-f5131b23cc3f, rgb(255, 255, 255))\",intrinsicHeight:16,intrinsicWidth:16,layoutDependency:layoutDependency,layoutId:\"ppjqtHd29\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\"><path d=\"M0 1.146C0 .513.526 0 1.175 0h13.65C15.474 0 16 .513 16 1.146v13.708c0 .633-.526 1.146-1.175 1.146H1.175C.526 16 0 15.487 0 14.854V1.146zm4.943 12.248V6.169H2.542v7.225h2.401zm-1.2-8.212c.837 0 1.358-.554 1.358-1.248-.015-.709-.52-1.248-1.342-1.248-.822 0-1.359.54-1.359 1.248 0 .694.521 1.248 1.327 1.248h.016zm4.908 8.212V9.359c0-.216.016-.432.08-.586.173-.431.568-.878 1.232-.878.869 0 1.216.662 1.216 1.634v3.865h2.401V9.25c0-2.22-1.184-3.252-2.764-3.252-1.274 0-1.845.7-2.165 1.193v.025h-.016a5.54 5.54 0 0 1 .016-.025V6.169h-2.4c.03.678 0 7.225 0 7.225h2.4z\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.instagram.com/ila26_energie/\",motionChild:true,nodeId:\"ODEe_DsQy\",scopeId:\"oGbwkEVfn\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-v37e9n framer-1alcnpv\",\"data-framer-name\":\"Instagram\",fill:\"var(--token-a0c2593c-6916-4188-ac50-f5131b23cc3f, rgb(255, 255, 255))\",intrinsicHeight:16,intrinsicWidth:16,layoutDependency:layoutDependency,layoutId:\"ODEe_DsQy\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\"><path d=\"M8 0C5.829 0 5.556.01 4.703.048 3.85.088 3.269.222 2.76.42a3.917 3.917 0 0 0-1.417.923A3.927 3.927 0 0 0 .42 2.76C.222 3.268.087 3.85.048 4.7.01 5.555 0 5.827 0 8.001c0 2.172.01 2.444.048 3.297.04.852.174 1.433.372 1.942.205.526.478.972.923 1.417.444.445.89.719 1.416.923.51.198 1.09.333 1.942.372C5.555 15.99 5.827 16 8 16s2.444-.01 3.298-.048c.851-.04 1.434-.174 1.943-.372a3.916 3.916 0 0 0 1.416-.923c.445-.445.718-.891.923-1.417.197-.509.332-1.09.372-1.942C15.99 10.445 16 10.173 16 8s-.01-2.445-.048-3.299c-.04-.851-.175-1.433-.372-1.941a3.926 3.926 0 0 0-.923-1.417A3.911 3.911 0 0 0 13.24.42c-.51-.198-1.092-.333-1.943-.372C10.443.01 10.172 0 7.998 0h.003zm-.717 1.442h.718c2.136 0 2.389.007 3.232.046.78.035 1.204.166 1.486.275.373.145.64.319.92.599.28.28.453.546.598.92.11.281.24.705.275 1.485.039.843.047 1.096.047 3.231s-.008 2.389-.047 3.232c-.035.78-.166 1.203-.275 1.485a2.47 2.47 0 0 1-.599.919c-.28.28-.546.453-.92.598-.28.11-.704.24-1.485.276-.843.038-1.096.047-3.232.047s-2.39-.009-3.233-.047c-.78-.036-1.203-.166-1.485-.276a2.478 2.478 0 0 1-.92-.598 2.48 2.48 0 0 1-.6-.92c-.109-.281-.24-.705-.275-1.485-.038-.843-.046-1.096-.046-3.233 0-2.136.008-2.388.046-3.231.036-.78.166-1.204.276-1.486.145-.373.319-.64.599-.92.28-.28.546-.453.92-.598.282-.11.705-.24 1.485-.276.738-.034 1.024-.044 2.515-.045v.002zm4.988 1.328a.96.96 0 1 0 0 1.92.96.96 0 0 0 0-1.92zm-4.27 1.122a4.109 4.109 0 1 0 0 8.217 4.109 4.109 0 0 0 0-8.217zm0 1.441a2.667 2.667 0 1 1 0 5.334 2.667 2.667 0 0 1 0-5.334z\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(Link,{href:\"https://x.com/Ila2622100\",motionChild:true,nodeId:\"teHNlIywK\",scopeId:\"oGbwkEVfn\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-1w94cq framer-1alcnpv\",\"data-framer-name\":\"Twitter-x\",fill:\"var(--token-a0c2593c-6916-4188-ac50-f5131b23cc3f, rgb(255, 255, 255))\",intrinsicHeight:16,intrinsicWidth:16,layoutDependency:layoutDependency,layoutId:\"teHNlIywK\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\"><path d=\"M12.6.75h2.454l-5.36 6.142L16 15.25h-4.937l-3.867-5.07-4.425 5.07H.316l5.733-6.57L0 .75h5.063l3.495 4.633L12.601.75Zm-.86 13.028h1.36L4.323 2.145H2.865l8.875 11.633Z\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.facebook.com/ila26Energie\",motionChild:true,nodeId:\"IDBrKFlE8\",scopeId:\"oGbwkEVfn\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-vre1j6 framer-1alcnpv\",\"data-framer-name\":\"Facebook\",fill:\"var(--token-a0c2593c-6916-4188-ac50-f5131b23cc3f, rgb(255, 255, 255))\",intrinsicHeight:16,intrinsicWidth:16,layoutDependency:layoutDependency,layoutId:\"IDBrKFlE8\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\"><path d=\"M16 8.049c0-4.446-3.582-8.05-8-8.05C3.58 0-.002 3.603-.002 8.05c0 4.017 2.926 7.347 6.75 7.951v-5.625h-2.03V8.05H6.75V6.275c0-2.017 1.195-3.131 3.022-3.131.876 0 1.791.157 1.791.157v1.98h-1.009c-.993 0-1.303.621-1.303 1.258v1.51h2.218l-.354 2.326H9.25V16c3.824-.604 6.75-3.934 6.75-7.951z\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.youtube.com/@ila26\",motionChild:true,nodeId:\"FUGE2zvlx\",scopeId:\"oGbwkEVfn\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-vtrjnz framer-1alcnpv\",\"data-framer-name\":\"Youtube\",fill:\"var(--token-a0c2593c-6916-4188-ac50-f5131b23cc3f, rgb(255, 255, 255))\",intrinsicHeight:16,intrinsicWidth:16,layoutDependency:layoutDependency,layoutId:\"FUGE2zvlx\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\"><path d=\"M8.051 1.999h.089c.822.003 4.987.033 6.11.335a2.01 2.01 0 0 1 1.415 1.42c.101.38.172.883.22 1.402l.01.104.022.26.008.104c.065.914.073 1.77.074 1.957v.075c-.001.194-.01 1.108-.082 2.06l-.008.105-.009.104c-.05.572-.124 1.14-.235 1.558a2.007 2.007 0 0 1-1.415 1.42c-1.16.312-5.569.334-6.18.335h-.142c-.309 0-1.587-.006-2.927-.052l-.17-.006-.087-.004-.171-.007-.171-.007c-1.11-.049-2.167-.128-2.654-.26a2.007 2.007 0 0 1-1.415-1.419c-.111-.417-.185-.986-.235-1.558L.09 9.82l-.008-.104A31.4 31.4 0 0 1 0 7.68v-.123c.002-.215.01-.958.064-1.778l.007-.103.003-.052.008-.104.022-.26.01-.104c.048-.519.119-1.023.22-1.402a2.007 2.007 0 0 1 1.415-1.42c.487-.13 1.544-.21 2.654-.26l.17-.007.172-.006.086-.003.171-.007A99.788 99.788 0 0 1 7.858 2h.193zM6.4 5.209v4.818l4.157-2.408L6.4 5.209z\"/></svg>',withExternalLayout:true})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-pk8uqk\",\"data-framer-name\":\"links-wrapper\",layoutDependency:layoutDependency,layoutId:\"v9y3evieB\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1meu5as\",\"data-framer-name\":\"wrapper\",layoutDependency:layoutDependency,layoutId:\"ljYpj6dD8\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ytwa0t\",\"data-framer-name\":\"links\",layoutDependency:layoutDependency,layoutId:\"HYJfubXf7\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TW9udHNlcnJhdC02MDA=\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"D\\xe9couvrir ila26\"})}),className:\"framer-z51w3a\",\"data-framer-name\":\"Retrouvez-nous sur :\",fonts:[\"GF;Montserrat-600\"],layoutDependency:layoutDependency,layoutId:\"SIaYKwwo9\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1nmm900\",\"data-framer-name\":\"Frame 3466548\",layoutDependency:layoutDependency,layoutId:\"qISn8qPcW\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"N3kP5zbSy\"},motionChild:true,nodeId:\"EKOGEPTaU\",scopeId:\"oGbwkEVfn\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-df6nlm framer-1alcnpv\",\"data-framer-name\":\"Frame 3466534\",layoutDependency:layoutDependency,layoutId:\"EKOGEPTaU\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-tonel8\",\"data-framer-name\":\"mingcute:right-line\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"VkooUBe6V\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 25 25\"><g transform=\"translate(0.391 0.5)\" id=\"ss9492325182_1\"><path d=\"M 0 24 L 0 0 L 24 0 L 24 24 Z\" fill=\"transparent\"></path><path d=\"M 15.704 11.293 C 15.892 11.481 15.997 11.735 15.997 12 C 15.997 12.265 15.892 12.52 15.704 12.707 L 10.047 18.364 C 9.955 18.46 9.845 18.536 9.723 18.588 C 9.601 18.641 9.47 18.668 9.337 18.669 C 9.204 18.671 9.072 18.645 8.949 18.595 C 8.827 18.545 8.715 18.471 8.621 18.377 C 8.527 18.283 8.453 18.171 8.403 18.048 C 8.352 17.925 8.327 17.794 8.328 17.661 C 8.329 17.528 8.357 17.397 8.409 17.275 C 8.462 17.153 8.538 17.042 8.633 16.95 L 13.583 12 L 8.633 7.05 C 8.451 6.862 8.35 6.609 8.353 6.347 C 8.355 6.085 8.46 5.834 8.646 5.648 C 8.831 5.463 9.082 5.358 9.344 5.356 C 9.606 5.353 9.859 5.454 10.047 5.636 Z\" fill=\"rgb(254,255,254)\"></path></g></svg>',svgContentId:9492325182,withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TW9udHNlcnJhdC1yZWd1bGFy\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Fonctionnalit\\xe9s\"})}),className:\"framer-11c4nsk\",\"data-framer-name\":\"Fonctionnalit\\xe9s\",fonts:[\"GF;Montserrat-regular\"],layoutDependency:layoutDependency,layoutId:\"t_LBzys6w\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"q6mzl7aTk\"},motionChild:true,nodeId:\"Q6RvOOFaO\",scopeId:\"oGbwkEVfn\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1h2lhql framer-1alcnpv\",\"data-framer-name\":\"Frame 3466533\",layoutDependency:layoutDependency,layoutId:\"Q6RvOOFaO\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-o9w8t7\",\"data-framer-name\":\"mingcute:right-line\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:25,intrinsicWidth:25,layoutDependency:layoutDependency,layoutId:\"U5mefDho8\",svg:'<svg width=\"25\" height=\"25\" viewBox=\"0 0 25 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_5217_44177)\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.095 11.7932C16.2825 11.9807 16.3878 12.235 16.3878 12.5002C16.3878 12.7653 16.2825 13.0197 16.095 13.2072L10.438 18.8642C10.3458 18.9597 10.2354 19.0359 10.1134 19.0883C9.99144 19.1407 9.86022 19.1683 9.72744 19.1694C9.59466 19.1706 9.46298 19.1453 9.34008 19.095C9.21719 19.0447 9.10554 18.9705 9.01164 18.8766C8.91775 18.7827 8.8435 18.671 8.79322 18.5481C8.74294 18.4252 8.71763 18.2936 8.71879 18.1608C8.71994 18.028 8.74753 17.8968 8.79994 17.7748C8.85235 17.6528 8.92853 17.5424 9.02404 17.4502L13.974 12.5002L9.02404 7.55018C8.84188 7.36158 8.74109 7.10898 8.74336 6.84678C8.74564 6.58458 8.85081 6.33377 9.03622 6.14836C9.22163 5.96295 9.47244 5.85778 9.73464 5.85551C9.99683 5.85323 10.2494 5.95402 10.438 6.13618L16.095 11.7932Z\" fill=\"white\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_5217_44177\">\\n<rect width=\"24\" height=\"24\" fill=\"white\" transform=\"translate(0.390625 0.5)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TW9udHNlcnJhdC1yZWd1bGFy\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"\\xc0 propos\"})}),className:\"framer-1emnrma\",\"data-framer-name\":\"Nos services\",fonts:[\"GF;Montserrat-regular\"],layoutDependency:layoutDependency,layoutId:\"Vq0vQ12pa\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(Link,{href:\"https://plan.ila26.fr/\",motionChild:true,nodeId:\"pTY_txbj3\",openInNewTab:false,scopeId:\"oGbwkEVfn\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1wdgn3a framer-1alcnpv\",\"data-framer-name\":\"Frame 3466535\",layoutDependency:layoutDependency,layoutId:\"pTY_txbj3\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1sw1bsi\",\"data-framer-name\":\"mingcute:right-line\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:24,intrinsicWidth:25,layoutDependency:layoutDependency,layoutId:\"WVQvVvQ4q\",svg:'<svg width=\"25\" height=\"24\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_5217_44183)\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.095 11.2932C16.2825 11.4807 16.3878 11.735 16.3878 12.0002C16.3878 12.2653 16.2825 12.5197 16.095 12.7072L10.438 18.3642C10.3458 18.4597 10.2354 18.5359 10.1134 18.5883C9.99144 18.6407 9.86022 18.6683 9.72744 18.6694C9.59466 18.6706 9.46298 18.6453 9.34008 18.595C9.21719 18.5447 9.10554 18.4705 9.01164 18.3766C8.91775 18.2827 8.8435 18.171 8.79322 18.0481C8.74294 17.9252 8.71763 17.7936 8.71879 17.6608C8.71994 17.528 8.74753 17.3968 8.79994 17.2748C8.85235 17.1528 8.92853 17.0424 9.02404 16.9502L13.974 12.0002L9.02404 7.05018C8.84188 6.86158 8.74109 6.60898 8.74336 6.34678C8.74564 6.08458 8.85081 5.83377 9.03622 5.64836C9.22163 5.46295 9.47244 5.35778 9.73464 5.35551C9.99683 5.35323 10.2494 5.45402 10.438 5.63618L16.095 11.2932Z\" fill=\"white\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_5217_44183\">\\n<rect width=\"24\" height=\"24\" fill=\"white\" transform=\"translate(0.390625)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TW9udHNlcnJhdC1yZWd1bGFy\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Tarifs\"})}),className:\"framer-29yvjg\",\"data-framer-name\":\"\\xc0 propos\",fonts:[\"GF;Montserrat-regular\"],layoutDependency:layoutDependency,layoutId:\"c9T80SZS0\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"OaJf4RMMz\"},motionChild:true,nodeId:\"hc2q1g5k_\",openInNewTab:false,scopeId:\"oGbwkEVfn\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-18clykr framer-1alcnpv\",\"data-framer-name\":\"Frame 3466535\",layoutDependency:layoutDependency,layoutId:\"hc2q1g5k_\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1v1uw0k\",\"data-framer-name\":\"mingcute:right-line\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:24,intrinsicWidth:25,layoutDependency:layoutDependency,layoutId:\"EnccH9hPj\",svg:'<svg width=\"25\" height=\"24\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_5217_44183)\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.095 11.2932C16.2825 11.4807 16.3878 11.735 16.3878 12.0002C16.3878 12.2653 16.2825 12.5197 16.095 12.7072L10.438 18.3642C10.3458 18.4597 10.2354 18.5359 10.1134 18.5883C9.99144 18.6407 9.86022 18.6683 9.72744 18.6694C9.59466 18.6706 9.46298 18.6453 9.34008 18.595C9.21719 18.5447 9.10554 18.4705 9.01164 18.3766C8.91775 18.2827 8.8435 18.171 8.79322 18.0481C8.74294 17.9252 8.71763 17.7936 8.71879 17.6608C8.71994 17.528 8.74753 17.3968 8.79994 17.2748C8.85235 17.1528 8.92853 17.0424 9.02404 16.9502L13.974 12.0002L9.02404 7.05018C8.84188 6.86158 8.74109 6.60898 8.74336 6.34678C8.74564 6.08458 8.85081 5.83377 9.03622 5.64836C9.22163 5.46295 9.47244 5.35778 9.73464 5.35551C9.99683 5.35323 10.2494 5.45402 10.438 5.63618L16.095 11.2932Z\" fill=\"white\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_5217_44183\">\\n<rect width=\"24\" height=\"24\" fill=\"white\" transform=\"translate(0.390625)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TW9udHNlcnJhdC1yZWd1bGFy\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Carri\\xe8re\"})}),className:\"framer-q4h2p9\",\"data-framer-name\":\"\\xc0 propos\",fonts:[\"GF;Montserrat-regular\"],layoutDependency:layoutDependency,layoutId:\"IfQ8r9HMk\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-6ap568\",layoutDependency:layoutDependency,layoutId:\"BvC5Olz3L\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TW9udHNlcnJhdC02MDA=\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Nos solutions\"})}),className:\"framer-egdley\",\"data-framer-name\":\"Retrouvez-nous sur :\",fonts:[\"GF;Montserrat-600\"],layoutDependency:layoutDependency,layoutId:\"ikrVQFvMq\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-yg1rve\",\"data-framer-name\":\"Frame 3466548\",layoutDependency:layoutDependency,layoutId:\"fZFsYUxWj\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"qCc6t67fK\"},motionChild:true,nodeId:\"jXhMtUgWG\",openInNewTab:false,scopeId:\"oGbwkEVfn\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1bud42z framer-1alcnpv\",\"data-framer-name\":\"Frame 3466534\",layoutDependency:layoutDependency,layoutId:\"jXhMtUgWG\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1z0a3zb\",\"data-framer-name\":\"mingcute:right-line\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"DsgDShdRu\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 25 25\"><g transform=\"translate(0.391 0.5)\" id=\"ss9492325182_1\"><path d=\"M 0 24 L 0 0 L 24 0 L 24 24 Z\" fill=\"transparent\"></path><path d=\"M 15.704 11.293 C 15.892 11.481 15.997 11.735 15.997 12 C 15.997 12.265 15.892 12.52 15.704 12.707 L 10.047 18.364 C 9.955 18.46 9.845 18.536 9.723 18.588 C 9.601 18.641 9.47 18.668 9.337 18.669 C 9.204 18.671 9.072 18.645 8.949 18.595 C 8.827 18.545 8.715 18.471 8.621 18.377 C 8.527 18.283 8.453 18.171 8.403 18.048 C 8.352 17.925 8.327 17.794 8.328 17.661 C 8.329 17.528 8.357 17.397 8.409 17.275 C 8.462 17.153 8.538 17.042 8.633 16.95 L 13.583 12 L 8.633 7.05 C 8.451 6.862 8.35 6.609 8.353 6.347 C 8.355 6.085 8.46 5.834 8.646 5.648 C 8.831 5.463 9.082 5.358 9.344 5.356 C 9.606 5.353 9.859 5.454 10.047 5.636 Z\" fill=\"rgb(254,255,254)\"></path></g></svg>',svgContentId:9492325182,withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TW9udHNlcnJhdC1yZWd1bGFy\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Installateur\"})}),className:\"framer-zf181n\",\"data-framer-name\":\"Fonctionnalit\\xe9s\",fonts:[\"GF;Montserrat-regular\"],layoutDependency:layoutDependency,layoutId:\"IywY2hRlY\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"JIkeFRV21\"},motionChild:true,nodeId:\"InH4tsSIj\",openInNewTab:false,scopeId:\"oGbwkEVfn\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-u8jclo framer-1alcnpv\",\"data-framer-name\":\"Frame 3466534\",layoutDependency:layoutDependency,layoutId:\"InH4tsSIj\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-15lu0vj\",\"data-framer-name\":\"mingcute:right-line\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"uYKnCZFCb\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 25 25\"><g transform=\"translate(0.391 0.5)\" id=\"ss9492325182_1\"><path d=\"M 0 24 L 0 0 L 24 0 L 24 24 Z\" fill=\"transparent\"></path><path d=\"M 15.704 11.293 C 15.892 11.481 15.997 11.735 15.997 12 C 15.997 12.265 15.892 12.52 15.704 12.707 L 10.047 18.364 C 9.955 18.46 9.845 18.536 9.723 18.588 C 9.601 18.641 9.47 18.668 9.337 18.669 C 9.204 18.671 9.072 18.645 8.949 18.595 C 8.827 18.545 8.715 18.471 8.621 18.377 C 8.527 18.283 8.453 18.171 8.403 18.048 C 8.352 17.925 8.327 17.794 8.328 17.661 C 8.329 17.528 8.357 17.397 8.409 17.275 C 8.462 17.153 8.538 17.042 8.633 16.95 L 13.583 12 L 8.633 7.05 C 8.451 6.862 8.35 6.609 8.353 6.347 C 8.355 6.085 8.46 5.834 8.646 5.648 C 8.831 5.463 9.082 5.358 9.344 5.356 C 9.606 5.353 9.859 5.454 10.047 5.636 Z\" fill=\"rgb(254,255,254)\"></path></g></svg>',svgContentId:9492325182,withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TW9udHNlcnJhdC1yZWd1bGFy\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"R\\xe9gie & Call\"})}),className:\"framer-1aprcm0\",\"data-framer-name\":\"Fonctionnalit\\xe9s\",fonts:[\"GF;Montserrat-regular\"],layoutDependency:layoutDependency,layoutId:\"FNHwaAga3\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"SUkGxNaCr\"},motionChild:true,nodeId:\"PLyMFb34L\",openInNewTab:false,scopeId:\"oGbwkEVfn\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1ajr5zl framer-1alcnpv\",\"data-framer-name\":\"Frame 3466535\",layoutDependency:layoutDependency,layoutId:\"PLyMFb34L\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-170ji7q\",\"data-framer-name\":\"mingcute:right-line\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:24,intrinsicWidth:25,layoutDependency:layoutDependency,layoutId:\"LlTgP0h5x\",svg:'<svg width=\"25\" height=\"24\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_5217_44183)\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.095 11.2932C16.2825 11.4807 16.3878 11.735 16.3878 12.0002C16.3878 12.2653 16.2825 12.5197 16.095 12.7072L10.438 18.3642C10.3458 18.4597 10.2354 18.5359 10.1134 18.5883C9.99144 18.6407 9.86022 18.6683 9.72744 18.6694C9.59466 18.6706 9.46298 18.6453 9.34008 18.595C9.21719 18.5447 9.10554 18.4705 9.01164 18.3766C8.91775 18.2827 8.8435 18.171 8.79322 18.0481C8.74294 17.9252 8.71763 17.7936 8.71879 17.6608C8.71994 17.528 8.74753 17.3968 8.79994 17.2748C8.85235 17.1528 8.92853 17.0424 9.02404 16.9502L13.974 12.0002L9.02404 7.05018C8.84188 6.86158 8.74109 6.60898 8.74336 6.34678C8.74564 6.08458 8.85081 5.83377 9.03622 5.64836C9.22163 5.46295 9.47244 5.35778 9.73464 5.35551C9.99683 5.35323 10.2494 5.45402 10.438 5.63618L16.095 11.2932Z\" fill=\"white\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_5217_44183\">\\n<rect width=\"24\" height=\"24\" fill=\"white\" transform=\"translate(0.390625)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TW9udHNlcnJhdC1yZWd1bGFy\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"MAR\"})}),className:\"framer-1ukhi3d\",\"data-framer-name\":\"\\xc0 propos\",fonts:[\"GF;Montserrat-regular\"],layoutDependency:layoutDependency,layoutId:\"stDNnXEOb\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})})]})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1fwdgdn\",layoutDependency:layoutDependency,layoutId:\"nMxmH9WPT\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1wkwppf\",layoutDependency:layoutDependency,layoutId:\"B78rFCjeb\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TW9udHNlcnJhdC02MDA=\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Besoin d\u2019aide ?\"})}),className:\"framer-1ol790o\",\"data-framer-name\":\"Retrouvez-nous sur :\",fonts:[\"GF;Montserrat-600\"],layoutDependency:layoutDependency,layoutId:\"xuBHSnsab\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1gzs2mu\",\"data-framer-name\":\"Frame 3466548\",layoutDependency:layoutDependency,layoutId:\"ZpqQ8hQql\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Yg4lU7l96\"},motionChild:true,nodeId:\"lWf5JmyeS\",openInNewTab:false,scopeId:\"oGbwkEVfn\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1s9hyxr framer-1alcnpv\",\"data-framer-name\":\"Frame 3466534\",layoutDependency:layoutDependency,layoutId:\"lWf5JmyeS\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1dch1xp\",\"data-framer-name\":\"mingcute:right-line\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"b7fUBv6uf\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 25 25\"><g transform=\"translate(0.391 0.5)\" id=\"ss9492325182_1\"><path d=\"M 0 24 L 0 0 L 24 0 L 24 24 Z\" fill=\"transparent\"></path><path d=\"M 15.704 11.293 C 15.892 11.481 15.997 11.735 15.997 12 C 15.997 12.265 15.892 12.52 15.704 12.707 L 10.047 18.364 C 9.955 18.46 9.845 18.536 9.723 18.588 C 9.601 18.641 9.47 18.668 9.337 18.669 C 9.204 18.671 9.072 18.645 8.949 18.595 C 8.827 18.545 8.715 18.471 8.621 18.377 C 8.527 18.283 8.453 18.171 8.403 18.048 C 8.352 17.925 8.327 17.794 8.328 17.661 C 8.329 17.528 8.357 17.397 8.409 17.275 C 8.462 17.153 8.538 17.042 8.633 16.95 L 13.583 12 L 8.633 7.05 C 8.451 6.862 8.35 6.609 8.353 6.347 C 8.355 6.085 8.46 5.834 8.646 5.648 C 8.831 5.463 9.082 5.358 9.344 5.356 C 9.606 5.353 9.859 5.454 10.047 5.636 Z\" fill=\"rgb(254,255,254)\"></path></g></svg>',svgContentId:9492325182,withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TW9udHNlcnJhdC1yZWd1bGFy\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"FAQ\"})}),className:\"framer-1uhimkb\",\"data-framer-name\":\"Fonctionnalit\\xe9s\",fonts:[\"GF;Montserrat-regular\"],layoutDependency:layoutDependency,layoutId:\"rS5X5NLMt\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"rvm8LroUD\"},motionChild:true,nodeId:\"P75VYCxHq\",scopeId:\"oGbwkEVfn\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-8m20p8 framer-1alcnpv\",\"data-framer-name\":\"Frame 3466533\",layoutDependency:layoutDependency,layoutId:\"P75VYCxHq\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1yggmtd\",\"data-framer-name\":\"mingcute:right-line\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:25,intrinsicWidth:25,layoutDependency:layoutDependency,layoutId:\"QvCM5SER2\",svg:'<svg width=\"25\" height=\"25\" viewBox=\"0 0 25 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_5217_44177)\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.095 11.7932C16.2825 11.9807 16.3878 12.235 16.3878 12.5002C16.3878 12.7653 16.2825 13.0197 16.095 13.2072L10.438 18.8642C10.3458 18.9597 10.2354 19.0359 10.1134 19.0883C9.99144 19.1407 9.86022 19.1683 9.72744 19.1694C9.59466 19.1706 9.46298 19.1453 9.34008 19.095C9.21719 19.0447 9.10554 18.9705 9.01164 18.8766C8.91775 18.7827 8.8435 18.671 8.79322 18.5481C8.74294 18.4252 8.71763 18.2936 8.71879 18.1608C8.71994 18.028 8.74753 17.8968 8.79994 17.7748C8.85235 17.6528 8.92853 17.5424 9.02404 17.4502L13.974 12.5002L9.02404 7.55018C8.84188 7.36158 8.74109 7.10898 8.74336 6.84678C8.74564 6.58458 8.85081 6.33377 9.03622 6.14836C9.22163 5.96295 9.47244 5.85778 9.73464 5.85551C9.99683 5.85323 10.2494 5.95402 10.438 6.13618L16.095 11.7932Z\" fill=\"white\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_5217_44177\">\\n<rect width=\"24\" height=\"24\" fill=\"white\" transform=\"translate(0.390625 0.5)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TW9udHNlcnJhdC1yZWd1bGFy\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Blog\"})}),className:\"framer-168241n\",\"data-framer-name\":\"Nos services\",fonts:[\"GF;Montserrat-regular\"],layoutDependency:layoutDependency,layoutId:\"Q4lXK1gSJ\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"RMnflPFQW\"},motionChild:true,nodeId:\"NFNhE6keq\",scopeId:\"oGbwkEVfn\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-8zduo4 framer-1alcnpv\",\"data-framer-name\":\"Frame 3466535\",layoutDependency:layoutDependency,layoutId:\"NFNhE6keq\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1pri3vm\",\"data-framer-name\":\"mingcute:right-line\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:24,intrinsicWidth:25,layoutDependency:layoutDependency,layoutId:\"Hz_H2Fowg\",svg:'<svg width=\"25\" height=\"24\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_5217_44183)\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.095 11.2932C16.2825 11.4807 16.3878 11.735 16.3878 12.0002C16.3878 12.2653 16.2825 12.5197 16.095 12.7072L10.438 18.3642C10.3458 18.4597 10.2354 18.5359 10.1134 18.5883C9.99144 18.6407 9.86022 18.6683 9.72744 18.6694C9.59466 18.6706 9.46298 18.6453 9.34008 18.595C9.21719 18.5447 9.10554 18.4705 9.01164 18.3766C8.91775 18.2827 8.8435 18.171 8.79322 18.0481C8.74294 17.9252 8.71763 17.7936 8.71879 17.6608C8.71994 17.528 8.74753 17.3968 8.79994 17.2748C8.85235 17.1528 8.92853 17.0424 9.02404 16.9502L13.974 12.0002L9.02404 7.05018C8.84188 6.86158 8.74109 6.60898 8.74336 6.34678C8.74564 6.08458 8.85081 5.83377 9.03622 5.64836C9.22163 5.46295 9.47244 5.35778 9.73464 5.35551C9.99683 5.35323 10.2494 5.45402 10.438 5.63618L16.095 11.2932Z\" fill=\"white\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_5217_44183\">\\n<rect width=\"24\" height=\"24\" fill=\"white\" transform=\"translate(0.390625)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TW9udHNlcnJhdC1yZWd1bGFy\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Contact\"})}),className:\"framer-fqo3mf\",\"data-framer-name\":\"\\xc0 propos\",fonts:[\"GF;Montserrat-regular\"],layoutDependency:layoutDependency,layoutId:\"gLmR6CozL\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-k0k7fb\",layoutDependency:layoutDependency,layoutId:\"kK6V_YfvS\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TW9udHNlcnJhdC02MDA=\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Retrouvez-nous sur\"})}),className:\"framer-1cf9oj0\",\"data-framer-name\":\"Retrouvez-nous sur :\",fonts:[\"GF;Montserrat-600\"],layoutDependency:layoutDependency,layoutId:\"TM72Yp6Mb\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-u1kw9u\",layoutDependency:layoutDependency,layoutId:\"R5dQcIjNV\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-q4eodf\",\"data-framer-name\":\"Mobile store\",layoutDependency:layoutDependency,layoutId:\"pgEf0Wuig\",children:[/*#__PURE__*/_jsx(Link,{href:\"https://social.ila26-energy.com/UCje\",motionChild:true,nodeId:\"XiW9nxNQL\",openInNewTab:true,scopeId:\"oGbwkEVfn\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-181g2do framer-1alcnpv\",\"data-framer-name\":\"Store Name=Apple App Store, Badge Color Type=Black, Language=EN\",fill:\"black\",intrinsicHeight:40,intrinsicWidth:120,layoutDependency:layoutDependency,layoutId:\"XiW9nxNQL\",svg:'<svg width=\"120\" height=\"40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g clip-path=\"url(#a)\"><path d=\"M110.135 0H9.535c-.367 0-.73 0-1.095.002-.306.002-.61.008-.919.013C6.85.023 6.18.082 5.517.19a6.665 6.665 0 0 0-1.9.627A6.438 6.438 0 0 0 .193 5.521a12.993 12.993 0 0 0-.179 2.002c-.01.307-.01.615-.015.921V31.56c.005.31.006.61.015.921.008.671.068 1.34.18 2.002.11.663.32 1.306.624 1.905a6.2 6.2 0 0 0 1.179 1.614 6.282 6.282 0 0 0 1.618 1.179c.599.304 1.24.517 1.901.63a13.47 13.47 0 0 0 2.004.177c.31.007.613.011.919.011.366.002.728.002 1.095.002h100.6c.359 0 .724 0 1.084-.002.304 0 .617-.004.922-.01.67-.01 1.338-.068 2-.178a6.808 6.808 0 0 0 1.908-.63A6.296 6.296 0 0 0 117.666 38a6.407 6.407 0 0 0 1.182-1.614c.302-.6.51-1.242.619-1.905.111-.661.173-1.33.185-2.002.004-.31.004-.61.004-.921.008-.364.008-.725.008-1.094V9.536c0-.366 0-.73-.008-1.092 0-.306 0-.614-.004-.92a13.57 13.57 0 0 0-.185-2.003 6.648 6.648 0 0 0-.619-1.903 6.469 6.469 0 0 0-2.799-2.8 6.77 6.77 0 0 0-1.908-.627c-.661-.11-1.33-.169-2-.176-.305-.005-.618-.011-.922-.013-.36-.002-.725-.002-1.084-.002Z\" fill=\"#A6A6A6\"/><path d=\"M8.445 39.125c-.305 0-.602-.004-.904-.01a12.696 12.696 0 0 1-1.87-.164 5.884 5.884 0 0 1-1.656-.548 5.406 5.406 0 0 1-1.397-1.016 5.321 5.321 0 0 1-1.02-1.397 5.722 5.722 0 0 1-.544-1.657 12.413 12.413 0 0 1-.166-1.875c-.007-.21-.015-.913-.015-.913v-23.1s.009-.692.015-.895a12.37 12.37 0 0 1 .165-1.872 5.755 5.755 0 0 1 .544-1.662c.26-.518.603-.99 1.015-1.398A5.565 5.565 0 0 1 5.668 1.05c.62-.1 1.247-.155 1.875-.163l.902-.012h102.769l.913.013a12.37 12.37 0 0 1 1.858.162 5.933 5.933 0 0 1 1.671.548 5.589 5.589 0 0 1 2.415 2.42c.261.52.441 1.076.536 1.649.103.624.161 1.255.173 1.887.003.283.003.588.003.89.008.375.008.732.008 1.092v20.929c0 .363 0 .718-.008 1.075 0 .325 0 .623-.004.93a12.53 12.53 0 0 1-.171 1.853 5.716 5.716 0 0 1-.54 1.67 5.47 5.47 0 0 1-1.015 1.386 5.414 5.414 0 0 1-1.4 1.022 5.855 5.855 0 0 1-1.668.55c-.618.101-1.243.156-1.869.163-.293.007-.599.011-.897.011l-1.084.002-101.69-.002Z\" fill=\"#000\"/><path d=\"M24.769 20.3a4.947 4.947 0 0 1 2.356-4.151 5.064 5.064 0 0 0-3.99-2.158c-1.68-.176-3.308 1.005-4.164 1.005-.872 0-2.19-.988-3.608-.958a5.315 5.315 0 0 0-4.473 2.727c-1.934 3.349-.492 8.27 1.361 10.977.927 1.325 2.01 2.805 3.428 2.753 1.387-.058 1.905-.885 3.58-.885 1.658 0 2.144.885 3.59.852 1.489-.025 2.426-1.332 3.32-2.67a10.96 10.96 0 0 0 1.52-3.092 4.782 4.782 0 0 1-2.92-4.4Zm-2.732-8.09a4.873 4.873 0 0 0 1.115-3.49 4.958 4.958 0 0 0-3.208 1.66 4.636 4.636 0 0 0-1.144 3.36 4.1 4.1 0 0 0 3.237-1.53Zm20.265 14.93H37.57l-1.137 3.356h-2.005l4.484-12.418h2.083l4.483 12.418h-2.039l-1.136-3.356Zm-4.243-1.55h3.752l-1.85-5.447h-.051l-1.85 5.448Zm17.101.38c0 2.813-1.506 4.62-3.779 4.62a3.07 3.07 0 0 1-2.848-1.583h-.043v4.484h-1.86V21.442h1.8v1.506h.033a3.212 3.212 0 0 1 2.883-1.6c2.298 0 3.813 1.816 3.813 4.622Zm-1.91 0c0-1.833-.948-3.038-2.393-3.038-1.42 0-2.375 1.23-2.375 3.038 0 1.824.955 3.046 2.375 3.046 1.445 0 2.392-1.197 2.392-3.046Zm11.874 0c0 2.813-1.505 4.62-3.778 4.62a3.07 3.07 0 0 1-2.848-1.583h-.043v4.484h-1.859V21.442h1.799v1.506h.034a3.212 3.212 0 0 1 2.883-1.6c2.298 0 3.813 1.816 3.813 4.622Zm-1.91 0c0-1.833-.947-3.038-2.392-3.038-1.42 0-2.375 1.23-2.375 3.038 0 1.824.955 3.046 2.375 3.046 1.445 0 2.392-1.197 2.392-3.046Zm8.496 1.066c.138 1.232 1.335 2.04 2.97 2.04 1.566 0 2.693-.809 2.693-1.919 0-.964-.68-1.54-2.29-1.936l-1.609-.388c-2.28-.55-3.339-1.617-3.339-3.348 0-2.142 1.867-3.614 4.519-3.614 2.624 0 4.423 1.472 4.483 3.614h-1.876c-.112-1.239-1.136-1.987-2.634-1.987-1.497 0-2.521.757-2.521 1.858 0 .878.654 1.395 2.255 1.79l1.368.336c2.548.603 3.606 1.626 3.606 3.443 0 2.323-1.85 3.778-4.793 3.778-2.754 0-4.614-1.42-4.734-3.667h1.902ZM83.346 19.3v2.142h1.722v1.472h-1.722v4.991c0 .776.345 1.137 1.102 1.137.204-.004.408-.018.611-.043v1.463c-.34.063-.686.092-1.032.086-1.833 0-2.548-.689-2.548-2.444v-5.19h-1.316v-1.472h1.316V19.3h1.867Zm2.719 6.67c0-2.849 1.678-4.639 4.294-4.639 2.625 0 4.295 1.79 4.295 4.639 0 2.856-1.661 4.638-4.295 4.638-2.633 0-4.294-1.782-4.294-4.638Zm6.695 0c0-1.954-.895-3.108-2.401-3.108-1.506 0-2.4 1.162-2.4 3.108 0 1.962.894 3.106 2.4 3.106 1.506 0 2.401-1.144 2.401-3.106Zm3.426-4.528h1.772v1.541h.043a2.16 2.16 0 0 1 2.178-1.635c.214-.001.428.022.637.069v1.738a2.597 2.597 0 0 0-.835-.112 1.873 1.873 0 0 0-1.937 2.083v5.37h-1.858v-9.054Zm13.198 6.395c-.25 1.643-1.85 2.771-3.898 2.771-2.634 0-4.269-1.764-4.269-4.595 0-2.84 1.644-4.682 4.191-4.682 2.505 0 4.08 1.72 4.08 4.466v.637h-6.395v.112a2.353 2.353 0 0 0 .639 1.832 2.364 2.364 0 0 0 1.797.732 2.045 2.045 0 0 0 2.091-1.273h1.764Zm-6.282-2.702h4.526a2.166 2.166 0 0 0-.608-1.634 2.168 2.168 0 0 0-1.612-.664 2.291 2.291 0 0 0-2.306 2.298ZM37.826 8.731a2.64 2.64 0 0 1 2.808 2.965c0 1.906-1.03 3.002-2.808 3.002h-2.155V8.73h2.155Zm-1.228 5.123h1.125a1.877 1.877 0 0 0 1.967-2.146 1.882 1.882 0 0 0-1.967-2.134h-1.125v4.28Zm5.082-1.41a2.132 2.132 0 1 1 4.248 0 2.135 2.135 0 1 1-4.247 0Zm3.334 0c0-.976-.439-1.546-1.208-1.546-.773 0-1.207.57-1.207 1.546 0 .984.434 1.55 1.207 1.55.77 0 1.208-.57 1.208-1.55Zm6.559 2.254h-.922l-.93-3.317h-.07l-.927 3.317h-.913l-1.242-4.503h.902l.806 3.436h.067l.925-3.436h.853l.926 3.436h.07l.803-3.436h.889l-1.237 4.503Zm2.28-4.503h.856v.715h.066a1.348 1.348 0 0 1 1.344-.802 1.464 1.464 0 0 1 1.559 1.675v2.915h-.889v-2.692c0-.724-.314-1.084-.972-1.084a1.032 1.032 0 0 0-1.075 1.141v2.635h-.889v-4.503Zm5.241-1.758h.888v6.26h-.888v-6.26Zm2.124 4.007a2.134 2.134 0 1 1 4.247 0 2.133 2.133 0 1 1-4.247 0Zm3.333 0c0-.976-.439-1.546-1.208-1.546-.773 0-1.207.57-1.207 1.546 0 .984.434 1.55 1.207 1.55.77 0 1.208-.57 1.208-1.55Zm1.849.98c0-.81.604-1.277 1.676-1.344l1.22-.07v-.389c0-.476-.315-.744-.922-.744-.497 0-.84.182-.939.5h-.86c.09-.773.818-1.27 1.84-1.27 1.128 0 1.765.563 1.765 1.514v3.077h-.855v-.633h-.07a1.515 1.515 0 0 1-1.353.707 1.36 1.36 0 0 1-1.501-1.348Zm2.895-.384v-.377l-1.1.07c-.62.042-.9.253-.9.65 0 .405.351.64.834.64a1.064 1.064 0 0 0 1.166-.983Zm2.053-.596c0-1.423.732-2.324 1.87-2.324a1.484 1.484 0 0 1 1.38.79h.067V8.437h.888v6.26h-.851v-.71h-.07a1.564 1.564 0 0 1-1.415.785c-1.145 0-1.869-.901-1.869-2.328Zm.918 0c0 .955.45 1.53 1.203 1.53.75 0 1.212-.583 1.212-1.526 0-.938-.468-1.53-1.212-1.53-.748 0-1.203.58-1.203 1.526Zm6.964 0a2.134 2.134 0 1 1 4.247 0 2.135 2.135 0 1 1-4.247 0Zm3.333 0c0-.976-.439-1.546-1.208-1.546-.772 0-1.207.57-1.207 1.546 0 .984.435 1.55 1.207 1.55.77 0 1.208-.57 1.208-1.55Zm2.107-2.249h.855v.715h.066a1.348 1.348 0 0 1 1.344-.802 1.464 1.464 0 0 1 1.559 1.675v2.915h-.889v-2.692c0-.724-.315-1.084-.972-1.084a1.032 1.032 0 0 0-1.075 1.141v2.635h-.889v-4.503Zm8.845-1.121v1.141h.976v.749h-.976v2.315c0 .472.195.678.637.678.113 0 .226-.007.339-.02v.74c-.16.029-.322.044-.484.046-.988 0-1.382-.348-1.382-1.216v-2.543h-.714v-.749h.715V9.074h.89Zm2.19-.637h.88v2.481h.07a1.385 1.385 0 0 1 1.374-.806 1.482 1.482 0 0 1 1.55 1.678v2.908h-.889V12.01c0-.72-.335-1.084-.963-1.084a1.052 1.052 0 0 0-1.134 1.142v2.63h-.888V8.437Zm9.056 5.045a1.823 1.823 0 0 1-1.951 1.303 2.045 2.045 0 0 1-2.08-2.325 2.083 2.083 0 0 1 1.212-2.172c.272-.121.567-.183.864-.18 1.253 0 2.009.856 2.009 2.27v.31h-3.18v.05a1.19 1.19 0 0 0 1.2 1.29 1.078 1.078 0 0 0 1.071-.546h.855Zm-3.126-1.451h2.275a1.09 1.09 0 0 0-1.109-1.167 1.15 1.15 0 0 0-1.166 1.167Z\" fill=\"#fff\"/></g><defs><clipPath id=\"a\"><path fill=\"#fff\" d=\"M0 0h119.664v40H0z\"/></clipPath></defs></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(Link,{href:\"https://social.ila26-energy.com/UCja\",motionChild:true,nodeId:\"bgxgz3tk7\",openInNewTab:true,scopeId:\"oGbwkEVfn\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-1qzc2xw framer-1alcnpv\",\"data-framer-name\":\"Store Name=Google Play, Badge Color Type=Black, Language=EN\",fill:\"black\",intrinsicHeight:40,intrinsicWidth:136,layoutDependency:layoutDependency,layoutId:\"bgxgz3tk7\",svg:'<svg width=\"136\" height=\"40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g clip-path=\"url(#a)\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M130.952 40H5.956a5.015 5.015 0 0 1-5.002-5V5c0-2.756 2.245-5 5.002-5h124.996a5.01 5.01 0 0 1 5.002 5v30c0 2.746-2.247 5-5.002 5Z\" fill=\"#000\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M130.952.8a4.213 4.213 0 0 1 4.205 4.2v30c0 2.312-1.88 4.2-4.205 4.2H5.956A4.213 4.213 0 0 1 1.751 35V5c0-2.312 1.88-4.2 4.205-4.2h124.996Zm0-.8H5.956A5.015 5.015 0 0 0 .954 5v30c0 2.756 2.245 5 5.002 5h124.996a5.01 5.01 0 0 0 5.002-5V5c0-2.746-2.247-5-5.002-5Z\" fill=\"#A6A6A6\"/><path d=\"M72.073 13.232c-.902 0-1.662-.317-2.263-.94a3.209 3.209 0 0 1-.914-2.295c0-.91.308-1.68.914-2.291.599-.624 1.359-.94 2.26-.94.892 0 1.652.316 2.263.94.606.63.913 1.401.913 2.291-.01.913-.317 1.684-.913 2.292-.599.629-1.359.943-2.26.943Zm-26.825 0a3.136 3.136 0 0 1-2.272-.928c-.621-.613-.937-1.389-.937-2.304 0-.915.316-1.69.937-2.304.613-.616 1.378-.928 2.272-.928.437 0 .862.087 1.27.264.399.172.724.407.965.694l.06.072-.673.663-.07-.082c-.38-.454-.889-.676-1.562-.676-.6 0-1.125.215-1.557.639-.435.426-.656.985-.656 1.66 0 .676.221 1.235.656 1.661.432.424.956.639 1.557.639.64 0 1.18-.215 1.6-.639.248-.25.402-.598.456-1.04h-2.158v-.932h3.085l.012.085c.023.157.045.319.045.468 0 .86-.258 1.556-.77 2.07-.581.609-1.341.918-2.26.918Zm35.666-.132h-.951L77.05 8.419l.024.843v3.835h-.95V6.9h1.085l.03.048 2.739 4.409-.025-.84V6.9h.96v6.2Zm-15.989 0h-.964V7.833H62.29V6.9h4.304v.933h-1.671V13.1h.002Zm-3.42 0h-.96V6.9h.96v6.2Zm-5.402 0h-.96V7.833H53.47V6.9h4.304v.933h-1.672V13.1Zm-3.24-.01h-3.686V6.9h3.685v.933h-2.721v1.7h2.456v.923H50.14v1.701h2.721v.933Zm17.652-1.44c.43.432.952.65 1.558.65.623 0 1.132-.213 1.557-.65.422-.423.636-.98.636-1.65 0-.67-.214-1.23-.634-1.65a2.126 2.126 0 0 0-1.557-.65c-.623 0-1.132.213-1.555.65-.422.423-.635.98-.635 1.65 0 .67.21 1.23.63 1.65Z\" fill=\"#fff\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M68.807 21.756c-2.347 0-4.25 1.788-4.25 4.254 0 2.444 1.915 4.254 4.25 4.254 2.347 0 4.25-1.8 4.25-4.254 0-2.466-1.903-4.254-4.25-4.254Zm0 6.823c-1.284 0-2.39-1.068-2.39-2.579 0-1.534 1.108-2.578 2.39-2.578 1.284 0 2.389 1.044 2.389 2.578.002 1.521-1.105 2.579-2.39 2.579Zm-9.271-6.823c-2.347 0-4.25 1.788-4.25 4.254 0 2.444 1.915 4.254 4.25 4.254 2.347 0 4.25-1.8 4.25-4.254 0-2.466-1.906-4.254-4.25-4.254Zm0 6.823c-1.284 0-2.39-1.068-2.39-2.579 0-1.534 1.108-2.578 2.39-2.578 1.284 0 2.389 1.044 2.389 2.578 0 1.521-1.105 2.579-2.39 2.579Zm-11.032-5.524v1.8h4.304c-.132 1.01-.465 1.756-.974 2.267-.63.634-1.604 1.322-3.32 1.322-2.645 0-4.714-2.145-4.714-4.8 0-2.656 2.069-4.801 4.714-4.801 1.428 0 2.468.566 3.24 1.29l1.272-1.278c-1.073-1.032-2.5-1.823-4.502-1.823-3.629 0-6.674 2.968-6.674 6.601 0 3.644 3.043 6.601 6.674 6.601 1.96 0 3.43-.643 4.592-1.855 1.184-1.19 1.56-2.868 1.56-4.222 0-.421-.033-.8-.1-1.122h-6.075c.003-.003.003.02.003.02Zm45.123 1.401c-.355-.955-1.428-2.71-3.628-2.71-2.18 0-3.994 1.723-3.994 4.254 0 2.389 1.793 4.254 4.205 4.254 1.937 0 3.065-1.19 3.529-1.887l-1.438-.968c-.477.71-1.14 1.177-2.081 1.177-.951 0-1.617-.434-2.059-1.29l5.665-2.356c0 .003-.199-.474-.199-.474Zm-5.776 1.422c-.045-1.644 1.271-2.479 2.212-2.479.743 0 1.361.367 1.572.9l-3.784 1.579ZM83.249 30h1.86V17.501h-1.86V30Zm-3.055-7.3h-.067c-.42-.5-1.217-.954-2.235-.954-2.114 0-4.061 1.867-4.061 4.267 0 2.388 1.937 4.234 4.06 4.234 1.006 0 1.816-.456 2.236-.968h.067v.611c0 1.624-.865 2.499-2.258 2.499-1.14 0-1.848-.823-2.136-1.511l-1.616.678c.464 1.122 1.703 2.511 3.75 2.511 2.18 0 4.028-1.289 4.028-4.434V22h-1.758v.7h-.01Zm-2.136 5.879c-1.284 0-2.357-1.078-2.357-2.567 0-1.5 1.073-2.588 2.357-2.588 1.271 0 2.257 1.1 2.257 2.588.013 1.49-.983 2.567-2.257 2.567ZM102.337 17.5h-4.448V30h1.86v-4.733h2.591c2.058 0 4.082-1.499 4.082-3.878s-2.016-3.888-4.085-3.888Zm.055 6.02h-2.645v-4.29h2.645c1.393 0 2.18 1.155 2.18 2.146 0 .98-.797 2.144-2.18 2.144Zm11.486-1.788c-1.351 0-2.744.601-3.32 1.91l1.649.689c.355-.689 1.005-.923 1.693-.923.964 0 1.938.579 1.96 1.611v.132c-.333-.19-1.063-.479-1.937-.479-1.781 0-3.586.978-3.586 2.81 0 1.68 1.46 2.756 3.087 2.756 1.249 0 1.937-.566 2.366-1.222h.067v.968h1.794v-4.788c0-2.23-1.65-3.464-3.773-3.464Zm-.233 6.846c-.609 0-1.461-.3-1.461-1.068 0-.967 1.063-1.334 1.97-1.334.819 0 1.207.177 1.693.422a2.242 2.242 0 0 1-2.202 1.98ZM124.192 22l-2.136 5.422h-.067L119.776 22h-2.001l3.32 7.579-1.892 4.212h1.937L126.249 22h-2.057Zm-16.744 8h1.86V17.501h-1.86V30Z\" fill=\"#fff\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.345 7.534c-.288.311-.454.788-.454 1.411v22.112c0 .624.166 1.1.464 1.4l.077.067 12.338-12.39v-.276L11.422 7.466l-.077.068Z\" fill=\"url(#b)\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"m27.876 24.277-4.116-4.132v-.29l4.116-4.132.09.055 4.867 2.778c1.393.788 1.393 2.09 0 2.888l-4.868 2.778-.09.055Z\" fill=\"url(#c)\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M27.965 24.222 23.761 20 11.345 32.466c.455.49 1.217.544 2.07.068l14.55-8.312Z\" fill=\"url(#d)\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"m27.965 15.778-14.55-8.3c-.853-.488-1.618-.42-2.07.068L23.76 20l4.205-4.222Z\" fill=\"url(#e)\"/><path opacity=\".2\" fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"m27.876 24.132-14.452 8.245c-.807.466-1.527.433-1.992.01l-.077.077.077.067c.465.422 1.185.457 1.992-.01l14.551-8.299-.1-.09Z\" fill=\"#000\"/><path opacity=\".12\" fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"m32.833 21.3-4.97 2.832.09.09 4.868-2.778c.697-.4 1.04-.923 1.04-1.444-.042.479-.397.933-1.028 1.3Z\" fill=\"#000\"/><path opacity=\".25\" fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"m13.414 7.623 19.419 11.078c.63.356.986.823 1.04 1.299 0-.521-.342-1.045-1.04-1.444L13.414 7.48c-1.393-.8-2.523-.132-2.523 1.466v.145c0-1.601 1.13-2.257 2.523-1.467Z\" fill=\"#fff\"/></g><defs><linearGradient id=\"b\" x1=\"22.664\" y1=\"8.707\" x2=\"2.889\" y2=\"13.954\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#00A0FF\"/><stop offset=\".007\" stop-color=\"#00A1FF\"/><stop offset=\".26\" stop-color=\"#00BEFF\"/><stop offset=\".512\" stop-color=\"#00D2FF\"/><stop offset=\".76\" stop-color=\"#00DFFF\"/><stop offset=\"1\" stop-color=\"#00E3FF\"/></linearGradient><linearGradient id=\"c\" x1=\"34.65\" y1=\"20\" x2=\"10.552\" y2=\"20\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#FFE000\"/><stop offset=\".409\" stop-color=\"#FFBD00\"/><stop offset=\".775\" stop-color=\"orange\"/><stop offset=\"1\" stop-color=\"#FF9C00\"/></linearGradient><linearGradient id=\"d\" x1=\"25.679\" y1=\"22.297\" x2=\"9.716\" y2=\"49.054\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#FF3A44\"/><stop offset=\"1\" stop-color=\"#C31162\"/></linearGradient><linearGradient id=\"e\" x1=\"8.219\" y1=\".179\" x2=\"15.341\" y2=\"12.129\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#32A071\"/><stop offset=\".069\" stop-color=\"#2DA771\"/><stop offset=\".476\" stop-color=\"#15CF74\"/><stop offset=\".801\" stop-color=\"#06E775\"/><stop offset=\"1\" stop-color=\"#00F076\"/></linearGradient><clipPath id=\"a\"><path fill=\"#fff\" transform=\"translate(.954)\" d=\"M0 0h135v40H0z\"/></clipPath></defs></svg>',withExternalLayout:true})})]}),isDisplayed()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"QR code\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+64+(((componentViewport?.height||731)-192-739.2)/2+0+0)+0+289.2+0+0+0+0+35.2+0),pixelHeight:1024,pixelWidth:1024,sizes:\"74px\",src:\"https://framerusercontent.com/images/lcT4ZtWmEeX4jEh9kE2AbCz4.png\",srcSet:\"https://framerusercontent.com/images/lcT4ZtWmEeX4jEh9kE2AbCz4.png?scale-down-to=512 512w,https://framerusercontent.com/images/lcT4ZtWmEeX4jEh9kE2AbCz4.png 1024w\"},className:\"framer-89wed5\",layoutDependency:layoutDependency,layoutId:\"W7JsuS4iy\",...addPropertyOverrides({jQzBd4VQQ:{background:{alt:\"QR code\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+64+(((componentViewport?.height||1072)-228-870.4)/2+0+0)+0+379.2+0+0+221.2+0+0+112+0+0),pixelHeight:1024,pixelWidth:1024,src:\"https://framerusercontent.com/images/lcT4ZtWmEeX4jEh9kE2AbCz4.png\",srcSet:\"https://framerusercontent.com/images/lcT4ZtWmEeX4jEh9kE2AbCz4.png?scale-down-to=512 512w,https://framerusercontent.com/images/lcT4ZtWmEeX4jEh9kE2AbCz4.png 1024w\"}}},baseVariant,gestureVariant)})]})]})]})]})]})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-3ywq0e\",\"data-framer-name\":\"bottom\",layoutDependency:layoutDependency,layoutId:\"JbBrwptlW\",style:{backgroundColor:\"rgb(38, 14, 86)\"},transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-78bae0\",\"data-framer-name\":\"container\",layoutDependency:layoutDependency,layoutId:\"F_fs7vLHx\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7TW9udHNlcnJhdC1yZWd1bGFy\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a0c2593c-6916-4188-ac50-f5131b23cc3f, rgb(255, 255, 255)))\"},children:\"\\xa9 2025 ila26 Inc. Tous les droits sont r\\xe9serv\\xe9s\"})}),className:\"framer-f22foo\",\"data-framer-name\":\"\\xa9 2024 ila26 Inc. Tous les droits sont r\\xe9serv\\xe9s\",fonts:[\"FS;Montserrat-regular\"],layoutDependency:layoutDependency,layoutId:\"fuSGwB1yy\",style:{\"--extracted-r6o4lv\":\"var(--token-a0c2593c-6916-4188-ac50-f5131b23cc3f, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1l29wn\",\"data-framer-name\":\"right\",layoutDependency:layoutDependency,layoutId:\"OjjzkNx8R\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7TW9udHNlcnJhdC1yZWd1bGFy\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"M0POM9mPV\"},motionChild:true,nodeId:\"GewihqvqE\",openInNewTab:false,scopeId:\"oGbwkEVfn\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1tub7y3\",\"data-styles-preset\":\"wIikK5mQx\",children:\"Politique de confidentialit\\xe9\"})})})}),className:\"framer-174ctpn\",\"data-framer-name\":\"Politique de confidentialit\\xe9\",\"data-highlight\":true,fonts:[\"FS;Montserrat-regular\"],layoutDependency:layoutDependency,layoutId:\"GewihqvqE\",onTap:onTap104zkbd,style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-19c1qeh\",\"data-framer-name\":\"line\",layoutDependency:layoutDependency,layoutId:\"vAAlBo3Sz\",style:{backgroundColor:\"var(--token-a0c2593c-6916-4188-ac50-f5131b23cc3f, rgb(255, 255, 255))\"}}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7TW9udHNlcnJhdC1yZWd1bGFy\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"dfFcoQeqn\"},motionChild:true,nodeId:\"Lhd_qf9nU\",openInNewTab:false,scopeId:\"oGbwkEVfn\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1tub7y3\",\"data-styles-preset\":\"wIikK5mQx\",children:\"Mentions l\\xe9gales\"})})})}),className:\"framer-te3nj9\",\"data-framer-name\":\"Conditions G\\xe9n\\xe9rale de Vente\",fonts:[\"FS;Montserrat-regular\"],layoutDependency:layoutDependency,layoutId:\"Lhd_qf9nU\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-12c1h7s\",\"data-framer-name\":\"line\",layoutDependency:layoutDependency,layoutId:\"kHK_cD9Vn\",style:{backgroundColor:\"var(--token-a0c2593c-6916-4188-ac50-f5131b23cc3f, rgb(255, 255, 255))\"}}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7TW9udHNlcnJhdC1yZWd1bGFy\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"LL9t2RVQc\"},motionChild:true,nodeId:\"sfHdgDSLC\",openInNewTab:false,scopeId:\"oGbwkEVfn\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1tub7y3\",\"data-styles-preset\":\"wIikK5mQx\",children:\"Conditions g\\xe9n\\xe9rales de vente et d\u2019utilisation\"})})})}),className:\"framer-1054f7m\",\"data-framer-name\":\"Conditions G\\xe9n\\xe9rale de Vente\",fonts:[\"FS;Montserrat-regular\"],layoutDependency:layoutDependency,layoutId:\"sfHdgDSLC\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-6e65m\",\"data-framer-name\":\"divider\",layoutDependency:layoutDependency,layoutId:\"NWJ0T3t3g\",style:{backgroundColor:\"var(--token-a0c2593c-6916-4188-ac50-f5131b23cc3f, rgb(255, 255, 255))\"}})]})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-2mZPr.framer-1alcnpv, .framer-2mZPr .framer-1alcnpv { display: block; }\",\".framer-2mZPr.framer-1k0ask9 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; padding: 64px 128px 128px 128px; position: relative; width: 1440px; }\",\".framer-2mZPr .framer-11sxjl0 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: flex-start; max-width: 1440px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-2mZPr .framer-1boulv1 { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-2mZPr .framer-408f50 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 20px 0px 0px; position: relative; width: 1px; }\",\".framer-2mZPr .framer-1mmgbft { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-2mZPr .framer-12zfdr3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: min-content; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-2mZPr .framer-1jfkiko-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-2mZPr .framer-815jlr { flex: none; height: 2px; overflow: visible; position: relative; width: 100%; }\",\".framer-2mZPr .framer-17q2086 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-2mZPr .framer-d0rrs { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-2mZPr .framer-t88a1j { aspect-ratio: 2.0416666666666665 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 96px); max-width: 100%; position: relative; text-decoration: none; width: 196px; }\",\".framer-2mZPr .framer-1xjnk6o { align-self: stretch; flex: none; height: auto; position: relative; white-space: pre-wrap; width: auto; word-break: break-word; word-wrap: break-word; }\",\".framer-2mZPr .framer-icy711 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-2mZPr .framer-15i4ldm, .framer-2mZPr .framer-v37e9n, .framer-2mZPr .framer-1w94cq, .framer-2mZPr .framer-vre1j6 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 32px); position: relative; text-decoration: none; width: 32px; }\",\".framer-2mZPr .framer-vtrjnz { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 40px); position: relative; text-decoration: none; width: 40px; }\",\".framer-2mZPr .framer-pk8uqk, .framer-2mZPr .framer-1meu5as, .framer-2mZPr .framer-1fwdgdn { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-2mZPr .framer-1ytwa0t, .framer-2mZPr .framer-6ap568, .framer-2mZPr .framer-1wkwppf, .framer-2mZPr .framer-k0k7fb { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-2mZPr .framer-z51w3a, .framer-2mZPr .framer-egdley, .framer-2mZPr .framer-1ol790o, .framer-2mZPr .framer-1cf9oj0 { flex: none; height: auto; position: relative; white-space: pre; width: auto; z-index: 1; }\",\".framer-2mZPr .framer-1nmm900 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-2mZPr .framer-df6nlm { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-2mZPr .framer-tonel8, .framer-2mZPr .framer-o9w8t7, .framer-2mZPr .framer-1z0a3zb, .framer-2mZPr .framer-15lu0vj, .framer-2mZPr .framer-1dch1xp, .framer-2mZPr .framer-1yggmtd { flex: none; height: 25px; position: relative; width: 25px; }\",\".framer-2mZPr .framer-11c4nsk, .framer-2mZPr .framer-1emnrma, .framer-2mZPr .framer-29yvjg, .framer-2mZPr .framer-q4h2p9, .framer-2mZPr .framer-zf181n, .framer-2mZPr .framer-1aprcm0, .framer-2mZPr .framer-1ukhi3d, .framer-2mZPr .framer-1uhimkb, .framer-2mZPr .framer-168241n, .framer-2mZPr .framer-fqo3mf, .framer-2mZPr .framer-f22foo, .framer-2mZPr .framer-te3nj9, .framer-2mZPr .framer-1054f7m { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-2mZPr .framer-1h2lhql, .framer-2mZPr .framer-1wdgn3a, .framer-2mZPr .framer-18clykr { align-content: center; align-items: center; align-self: stretch; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: auto; }\",\".framer-2mZPr .framer-1sw1bsi, .framer-2mZPr .framer-1v1uw0k, .framer-2mZPr .framer-170ji7q, .framer-2mZPr .framer-1pri3vm { flex: none; height: 24px; position: relative; width: 25px; }\",\".framer-2mZPr .framer-yg1rve { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 125px; }\",\".framer-2mZPr .framer-1bud42z, .framer-2mZPr .framer-u8jclo, .framer-2mZPr .framer-1ajr5zl, .framer-2mZPr .framer-1s9hyxr, .framer-2mZPr .framer-8m20p8, .framer-2mZPr .framer-8zduo4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: 100%; }\",\".framer-2mZPr .framer-1gzs2mu { align-content: flex-start; align-items: flex-start; align-self: stretch; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: auto; }\",\".framer-2mZPr .framer-u1kw9u { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-2mZPr .framer-q4eodf { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-2mZPr .framer-181g2do { aspect-ratio: 3 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 35px); position: relative; text-decoration: none; width: 105px; }\",\".framer-2mZPr .framer-1qzc2xw { aspect-ratio: 3.4 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 31px); position: relative; text-decoration: none; width: 105px; }\",\".framer-2mZPr .framer-89wed5 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 74px); overflow: hidden; position: relative; width: 74px; }\",\".framer-2mZPr .framer-3ywq0e { align-content: center; align-items: center; bottom: 0px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; left: 50%; overflow: visible; padding: 24px 128px 24px 128px; position: absolute; width: 100%; z-index: 1; }\",\".framer-2mZPr .framer-78bae0 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; max-width: 1440px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-2mZPr .framer-1l29wn { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-2mZPr .framer-174ctpn { cursor: pointer; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-2mZPr .framer-19c1qeh, .framer-2mZPr .framer-12c1h7s { flex: none; height: 16px; overflow: visible; position: relative; width: 1px; }\",\".framer-2mZPr .framer-6e65m { flex: 1 0 0px; height: 1px; overflow: visible; position: relative; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-2mZPr.framer-1k0ask9, .framer-2mZPr .framer-11sxjl0, .framer-2mZPr .framer-408f50, .framer-2mZPr .framer-12zfdr3, .framer-2mZPr .framer-d0rrs, .framer-2mZPr .framer-icy711, .framer-2mZPr .framer-pk8uqk, .framer-2mZPr .framer-1meu5as, .framer-2mZPr .framer-1ytwa0t, .framer-2mZPr .framer-1nmm900, .framer-2mZPr .framer-df6nlm, .framer-2mZPr .framer-1h2lhql, .framer-2mZPr .framer-1wdgn3a, .framer-2mZPr .framer-18clykr, .framer-2mZPr .framer-6ap568, .framer-2mZPr .framer-yg1rve, .framer-2mZPr .framer-1bud42z, .framer-2mZPr .framer-u8jclo, .framer-2mZPr .framer-1ajr5zl, .framer-2mZPr .framer-1fwdgdn, .framer-2mZPr .framer-1wkwppf, .framer-2mZPr .framer-1gzs2mu, .framer-2mZPr .framer-1s9hyxr, .framer-2mZPr .framer-8m20p8, .framer-2mZPr .framer-8zduo4, .framer-2mZPr .framer-k0k7fb, .framer-2mZPr .framer-u1kw9u, .framer-2mZPr .framer-q4eodf, .framer-2mZPr .framer-3ywq0e, .framer-2mZPr .framer-1l29wn { gap: 0px; } .framer-2mZPr.framer-1k0ask9 > *, .framer-2mZPr .framer-d0rrs > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-2mZPr.framer-1k0ask9 > :first-child, .framer-2mZPr .framer-11sxjl0 > :first-child, .framer-2mZPr .framer-d0rrs > :first-child, .framer-2mZPr .framer-1ytwa0t > :first-child, .framer-2mZPr .framer-1nmm900 > :first-child, .framer-2mZPr .framer-6ap568 > :first-child, .framer-2mZPr .framer-yg1rve > :first-child, .framer-2mZPr .framer-1wkwppf > :first-child, .framer-2mZPr .framer-1gzs2mu > :first-child, .framer-2mZPr .framer-k0k7fb > :first-child, .framer-2mZPr .framer-q4eodf > :first-child { margin-top: 0px; } .framer-2mZPr.framer-1k0ask9 > :last-child, .framer-2mZPr .framer-11sxjl0 > :last-child, .framer-2mZPr .framer-d0rrs > :last-child, .framer-2mZPr .framer-1ytwa0t > :last-child, .framer-2mZPr .framer-1nmm900 > :last-child, .framer-2mZPr .framer-6ap568 > :last-child, .framer-2mZPr .framer-yg1rve > :last-child, .framer-2mZPr .framer-1wkwppf > :last-child, .framer-2mZPr .framer-1gzs2mu > :last-child, .framer-2mZPr .framer-k0k7fb > :last-child, .framer-2mZPr .framer-q4eodf > :last-child { margin-bottom: 0px; } .framer-2mZPr .framer-11sxjl0 > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } .framer-2mZPr .framer-408f50 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-2mZPr .framer-408f50 > :first-child, .framer-2mZPr .framer-12zfdr3 > :first-child, .framer-2mZPr .framer-icy711 > :first-child, .framer-2mZPr .framer-pk8uqk > :first-child, .framer-2mZPr .framer-1meu5as > :first-child, .framer-2mZPr .framer-df6nlm > :first-child, .framer-2mZPr .framer-1h2lhql > :first-child, .framer-2mZPr .framer-1wdgn3a > :first-child, .framer-2mZPr .framer-18clykr > :first-child, .framer-2mZPr .framer-1bud42z > :first-child, .framer-2mZPr .framer-u8jclo > :first-child, .framer-2mZPr .framer-1ajr5zl > :first-child, .framer-2mZPr .framer-1fwdgdn > :first-child, .framer-2mZPr .framer-1s9hyxr > :first-child, .framer-2mZPr .framer-8m20p8 > :first-child, .framer-2mZPr .framer-8zduo4 > :first-child, .framer-2mZPr .framer-u1kw9u > :first-child, .framer-2mZPr .framer-3ywq0e > :first-child, .framer-2mZPr .framer-1l29wn > :first-child { margin-left: 0px; } .framer-2mZPr .framer-408f50 > :last-child, .framer-2mZPr .framer-12zfdr3 > :last-child, .framer-2mZPr .framer-icy711 > :last-child, .framer-2mZPr .framer-pk8uqk > :last-child, .framer-2mZPr .framer-1meu5as > :last-child, .framer-2mZPr .framer-df6nlm > :last-child, .framer-2mZPr .framer-1h2lhql > :last-child, .framer-2mZPr .framer-1wdgn3a > :last-child, .framer-2mZPr .framer-18clykr > :last-child, .framer-2mZPr .framer-1bud42z > :last-child, .framer-2mZPr .framer-u8jclo > :last-child, .framer-2mZPr .framer-1ajr5zl > :last-child, .framer-2mZPr .framer-1fwdgdn > :last-child, .framer-2mZPr .framer-1s9hyxr > :last-child, .framer-2mZPr .framer-8m20p8 > :last-child, .framer-2mZPr .framer-8zduo4 > :last-child, .framer-2mZPr .framer-u1kw9u > :last-child, .framer-2mZPr .framer-3ywq0e > :last-child, .framer-2mZPr .framer-1l29wn > :last-child { margin-right: 0px; } .framer-2mZPr .framer-12zfdr3 > *, .framer-2mZPr .framer-u1kw9u > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-2mZPr .framer-icy711 > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-2mZPr .framer-pk8uqk > *, .framer-2mZPr .framer-1meu5as > *, .framer-2mZPr .framer-1fwdgdn > * { margin: 0px; margin-left: calc(64px / 2); margin-right: calc(64px / 2); } .framer-2mZPr .framer-1ytwa0t > *, .framer-2mZPr .framer-6ap568 > *, .framer-2mZPr .framer-1wkwppf > *, .framer-2mZPr .framer-k0k7fb > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-2mZPr .framer-1nmm900 > *, .framer-2mZPr .framer-yg1rve > *, .framer-2mZPr .framer-1gzs2mu > *, .framer-2mZPr .framer-q4eodf > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-2mZPr .framer-df6nlm > *, .framer-2mZPr .framer-1h2lhql > *, .framer-2mZPr .framer-1wdgn3a > *, .framer-2mZPr .framer-18clykr > *, .framer-2mZPr .framer-1bud42z > *, .framer-2mZPr .framer-u8jclo > *, .framer-2mZPr .framer-1ajr5zl > *, .framer-2mZPr .framer-1s9hyxr > *, .framer-2mZPr .framer-8m20p8 > *, .framer-2mZPr .framer-8zduo4 > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-2mZPr .framer-3ywq0e > * { margin: 0px; margin-left: calc(32px / 2); margin-right: calc(32px / 2); } .framer-2mZPr .framer-1l29wn > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } }\",\".framer-2mZPr.framer-v-xhwa4k.framer-1k0ask9 { padding: 64px 64px 164px 64px; width: 900px; }\",\".framer-2mZPr.framer-v-xhwa4k .framer-1boulv1 { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 32px; justify-content: center; }\",\".framer-2mZPr.framer-v-xhwa4k .framer-408f50, .framer-2mZPr.framer-v-er6pk0 .framer-408f50 { flex: none; padding: 0px; width: 100%; }\",\".framer-2mZPr.framer-v-xhwa4k .framer-pk8uqk { flex-direction: column; }\",\".framer-2mZPr.framer-v-xhwa4k .framer-1meu5as { align-self: stretch; width: auto; }\",\".framer-2mZPr.framer-v-xhwa4k .framer-1ytwa0t, .framer-2mZPr.framer-v-xhwa4k .framer-1wkwppf, .framer-2mZPr.framer-v-xhwa4k .framer-k0k7fb, .framer-2mZPr.framer-v-er6pk0 .framer-1jfkiko-container { flex: 1 0 0px; width: 1px; }\",\".framer-2mZPr.framer-v-xhwa4k .framer-1fwdgdn { width: 349px; }\",\".framer-2mZPr.framer-v-xhwa4k .framer-1gzs2mu, .framer-2mZPr.framer-v-er6pk0 .framer-1xjnk6o { align-self: unset; width: 100%; }\",\".framer-2mZPr.framer-v-xhwa4k .framer-1cf9oj0 { white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-2mZPr.framer-v-xhwa4k .framer-u1kw9u { align-content: flex-start; align-items: flex-start; flex-direction: column; }\",\".framer-2mZPr.framer-v-xhwa4k .framer-q4eodf { order: 1; }\",\".framer-2mZPr.framer-v-xhwa4k .framer-89wed5 { align-self: stretch; height: var(--framer-aspect-ratio-supported, 105px); order: 0; width: auto; }\",\".framer-2mZPr.framer-v-xhwa4k .framer-3ywq0e { padding: 24px 64px 24px 64px; }\",\".framer-2mZPr.framer-v-xhwa4k .framer-78bae0, .framer-2mZPr.framer-v-er6pk0 .framer-1boulv1, .framer-2mZPr.framer-v-er6pk0 .framer-78bae0 { flex-direction: column; gap: 32px; justify-content: center; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-2mZPr.framer-v-xhwa4k .framer-1boulv1, .framer-2mZPr.framer-v-xhwa4k .framer-pk8uqk, .framer-2mZPr.framer-v-xhwa4k .framer-u1kw9u, .framer-2mZPr.framer-v-xhwa4k .framer-78bae0 { gap: 0px; } .framer-2mZPr.framer-v-xhwa4k .framer-1boulv1 > *, .framer-2mZPr.framer-v-xhwa4k .framer-78bae0 > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-2mZPr.framer-v-xhwa4k .framer-1boulv1 > :first-child, .framer-2mZPr.framer-v-xhwa4k .framer-pk8uqk > :first-child, .framer-2mZPr.framer-v-xhwa4k .framer-u1kw9u > :first-child, .framer-2mZPr.framer-v-xhwa4k .framer-78bae0 > :first-child { margin-top: 0px; } .framer-2mZPr.framer-v-xhwa4k .framer-1boulv1 > :last-child, .framer-2mZPr.framer-v-xhwa4k .framer-pk8uqk > :last-child, .framer-2mZPr.framer-v-xhwa4k .framer-u1kw9u > :last-child, .framer-2mZPr.framer-v-xhwa4k .framer-78bae0 > :last-child { margin-bottom: 0px; } .framer-2mZPr.framer-v-xhwa4k .framer-pk8uqk > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } .framer-2mZPr.framer-v-xhwa4k .framer-u1kw9u > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",\".framer-2mZPr.framer-v-er6pk0.framer-1k0ask9 { padding: 24px 24px 264px 24px; width: 390px; }\",\".framer-2mZPr.framer-v-er6pk0 .framer-11sxjl0 { gap: 32px; }\",\".framer-2mZPr.framer-v-er6pk0 .framer-12zfdr3, .framer-2mZPr.framer-v-er6pk0 .framer-d0rrs { width: 100%; }\",\".framer-2mZPr.framer-v-er6pk0 .framer-17q2086 { flex-direction: column; gap: 64px; justify-content: center; }\",\".framer-2mZPr.framer-v-er6pk0 .framer-pk8uqk, .framer-2mZPr.framer-v-er6pk0 .framer-1meu5as, .framer-2mZPr.framer-v-er6pk0 .framer-1fwdgdn { flex-direction: column; gap: 32px; width: 100%; }\",\".framer-2mZPr.framer-v-er6pk0 .framer-k0k7fb { gap: 20px; width: 100%; }\",\".framer-2mZPr.framer-v-er6pk0 .framer-u1kw9u { gap: 16px; }\",\".framer-2mZPr.framer-v-er6pk0 .framer-q4eodf { order: 0; }\",\".framer-2mZPr.framer-v-er6pk0 .framer-181g2do { height: var(--framer-aspect-ratio-supported, 54px); width: 162px; }\",\".framer-2mZPr.framer-v-er6pk0 .framer-1qzc2xw { height: var(--framer-aspect-ratio-supported, 48px); width: 163px; }\",\".framer-2mZPr.framer-v-er6pk0 .framer-3ywq0e { padding: 24px; }\",\".framer-2mZPr.framer-v-er6pk0 .framer-f22foo { order: 2; }\",\".framer-2mZPr.framer-v-er6pk0 .framer-1l29wn { flex-direction: column; order: 0; width: 100%; }\",\".framer-2mZPr.framer-v-er6pk0 .framer-6e65m { flex: none; order: 1; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-2mZPr.framer-v-er6pk0 .framer-11sxjl0, .framer-2mZPr.framer-v-er6pk0 .framer-1boulv1, .framer-2mZPr.framer-v-er6pk0 .framer-17q2086, .framer-2mZPr.framer-v-er6pk0 .framer-pk8uqk, .framer-2mZPr.framer-v-er6pk0 .framer-1meu5as, .framer-2mZPr.framer-v-er6pk0 .framer-1fwdgdn, .framer-2mZPr.framer-v-er6pk0 .framer-k0k7fb, .framer-2mZPr.framer-v-er6pk0 .framer-u1kw9u, .framer-2mZPr.framer-v-er6pk0 .framer-78bae0, .framer-2mZPr.framer-v-er6pk0 .framer-1l29wn { gap: 0px; } .framer-2mZPr.framer-v-er6pk0 .framer-11sxjl0 > *, .framer-2mZPr.framer-v-er6pk0 .framer-1boulv1 > *, .framer-2mZPr.framer-v-er6pk0 .framer-pk8uqk > *, .framer-2mZPr.framer-v-er6pk0 .framer-1meu5as > *, .framer-2mZPr.framer-v-er6pk0 .framer-1fwdgdn > *, .framer-2mZPr.framer-v-er6pk0 .framer-78bae0 > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-2mZPr.framer-v-er6pk0 .framer-11sxjl0 > :first-child, .framer-2mZPr.framer-v-er6pk0 .framer-1boulv1 > :first-child, .framer-2mZPr.framer-v-er6pk0 .framer-17q2086 > :first-child, .framer-2mZPr.framer-v-er6pk0 .framer-pk8uqk > :first-child, .framer-2mZPr.framer-v-er6pk0 .framer-1meu5as > :first-child, .framer-2mZPr.framer-v-er6pk0 .framer-1fwdgdn > :first-child, .framer-2mZPr.framer-v-er6pk0 .framer-k0k7fb > :first-child, .framer-2mZPr.framer-v-er6pk0 .framer-78bae0 > :first-child, .framer-2mZPr.framer-v-er6pk0 .framer-1l29wn > :first-child { margin-top: 0px; } .framer-2mZPr.framer-v-er6pk0 .framer-11sxjl0 > :last-child, .framer-2mZPr.framer-v-er6pk0 .framer-1boulv1 > :last-child, .framer-2mZPr.framer-v-er6pk0 .framer-17q2086 > :last-child, .framer-2mZPr.framer-v-er6pk0 .framer-pk8uqk > :last-child, .framer-2mZPr.framer-v-er6pk0 .framer-1meu5as > :last-child, .framer-2mZPr.framer-v-er6pk0 .framer-1fwdgdn > :last-child, .framer-2mZPr.framer-v-er6pk0 .framer-k0k7fb > :last-child, .framer-2mZPr.framer-v-er6pk0 .framer-78bae0 > :last-child, .framer-2mZPr.framer-v-er6pk0 .framer-1l29wn > :last-child { margin-bottom: 0px; } .framer-2mZPr.framer-v-er6pk0 .framer-17q2086 > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } .framer-2mZPr.framer-v-er6pk0 .framer-k0k7fb > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-2mZPr.framer-v-er6pk0 .framer-u1kw9u > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-2mZPr.framer-v-er6pk0 .framer-u1kw9u > :first-child { margin-left: 0px; } .framer-2mZPr.framer-v-er6pk0 .framer-u1kw9u > :last-child { margin-right: 0px; } .framer-2mZPr.framer-v-er6pk0 .framer-1l29wn > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 731\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"jQzBd4VQQ\":{\"layout\":[\"fixed\",\"auto\"]},\"VNliF3BmM\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FrameroGbwkEVfn=withCSS(Component,css,\"framer-2mZPr\");export default FrameroGbwkEVfn;FrameroGbwkEVfn.displayName=\"Footer\";FrameroGbwkEVfn.defaultProps={height:731,width:1440};addPropertyControls(FrameroGbwkEVfn,{variant:{options:[\"HvL9OuqmR\",\"jQzBd4VQQ\",\"VNliF3BmM\"],optionTitles:[\"Desktop\",\"Tablet\",\"Phone\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FrameroGbwkEVfn,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"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\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Montserrat\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/montserrat/v29/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Ew7Y3tcoqK5.woff2\",weight:\"400\"},{family:\"Montserrat\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/montserrat/v29/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu170w7Y3tcoqK5.woff2\",weight:\"600\"},{family:\"Montserrat\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/NZ67QOF3FXYLOR27ABJOZVKKBKNRMKMF/EHBFE55HTLOOJHTZSLD54GSL3EBTAFNQ/DI2GHUWG3WKRXISSCTNDMTWKWZC25UIW.woff2\",weight:\"400\"}]},...LargeFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameroGbwkEVfn\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"1440\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"jQzBd4VQQ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"VNliF3BmM\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"731\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";import{useEffect,useState}from\"react\";/**\n * @framerSupportedLayoutWidth auto\n * @framerSupportedLayoutHeight auto\n */export default function BackToTopButton(props){const[isVisible,setIsVisible]=useState(false);const[isHovered,setIsHovered]=useState(false);useEffect(()=>{const toggleVisibility=()=>{if(window.scrollY>300){setIsVisible(true);}else{setIsVisible(false);}};window.addEventListener(\"scroll\",toggleVisibility);return()=>window.removeEventListener(\"scroll\",toggleVisibility);},[]);const scrollToTop=event=>{event.preventDefault();window.scrollTo({top:0,behavior:\"smooth\"});};return /*#__PURE__*/_jsx(\"button\",{style:{position:\"fixed\",bottom:props.bottom,left:props.left,width:props.size,height:props.size,backgroundColor:isHovered?props.hoverBgColor:props.bgColor,color:isHovered?props.hoverIconColor:props.iconColor,border:\"none\",borderRadius:\"50%\",cursor:\"pointer\",display:isVisible?\"flex\":\"none\",justifyContent:\"center\",alignItems:\"center\",transition:\"all 0.3s ease-in-out\",boxShadow:\"0 4px 6px rgba(0, 0, 0, 0.1)\",zIndex:9999,pointerEvents:\"auto\",userSelect:\"none\",...props.style},onMouseEnter:()=>setIsHovered(true),onMouseLeave:()=>setIsHovered(false),onClick:scrollToTop,children:/*#__PURE__*/_jsxs(\"svg\",{width:props.iconSize,height:props.iconSize,viewBox:\"0 0 24 24\",fill:\"none\",stroke:isHovered?props.hoverIconColor:props.iconColor,strokeWidth:\"2\",strokeLinecap:\"round\",strokeLinejoin:\"round\",children:[/*#__PURE__*/_jsx(\"path\",{d:\"M12 19V5\"}),/*#__PURE__*/_jsx(\"path\",{d:\"M5 12l7-7 7 7\"})]})});}BackToTopButton.displayName=\"Back to Top Button\";addPropertyControls(BackToTopButton,{size:{type:ControlType.Number,defaultValue:50,min:30,max:100,unit:\"px\"},iconSize:{type:ControlType.Number,defaultValue:24,min:12,max:48,unit:\"px\"},bgColor:{type:ControlType.Color,defaultValue:\"#4A3FCF\"},hoverBgColor:{type:ControlType.Color,defaultValue:\"#3A2FBF\"},iconColor:{type:ControlType.Color,defaultValue:\"#fff\"},hoverIconColor:{type:ControlType.Color,defaultValue:\"#ddd\"},bottom:{type:ControlType.Number,defaultValue:20,min:0,max:200,unit:\"px\"},left:{type:ControlType.Number,defaultValue:20,min:0,max:200,unit:\"px\"}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"BackToTopButton\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"auto\",\"framerSupportedLayoutHeight\":\"auto\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Back_to_top.map"],
  "mappings": "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",
  "names": ["t", "r", "h", "a", "c", "e", "i", "u", "p", "d", "s", "window", "o", "n", "l", "m", "v", "g", "S", "w", "f", "y", "T", "z", "_", "M", "L", "b", "SmoothScroll", "props", "intensity", "lenis", "pe", "ue", "overlayElement", "handleMutation", "mutationsList", "observer", "mutation", "htmlElement", "window", "config", "l", "raf", "time", "p", "addPropertyControls", "ControlType", "fontStore", "fonts", "css", "className", "LargeFonts", "getFonts", "tR8f0tiSk_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "animation", "transformTemplate1", "_", "t", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap104zkbd", "args", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "LayoutGroup", "u", "RichText2", "Link", "ComponentViewportProvider", "SmartComponentScopedContainer", "Image2", "getLoadingLazyAtYPosition", "SVG", "css", "FrameroGbwkEVfn", "withCSS", "oGbwkEVfn_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "BackToTopButton", "props", "isVisible", "setIsVisible", "ye", "isHovered", "setIsHovered", "ue", "toggleVisibility", "window", "scrollToTop", "event", "p", "u", "addPropertyControls", "ControlType"]
}
