{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/GXNM2FBw09j2FljNuoCm/TxrC8PH6seedK9mIoapa/HmIdqApWp.js", "ssg:https://framerusercontent.com/modules/XXVsbetLdbSaOhXOnerc/pat9VyAXezOeDNuwXnDH/HmIdqApWp.js"],
  "sourcesContent": ["// Generated by Framer (e1a43d5)\nimport{LazyValue}from\"framer\";const valuesByLocaleId={vDnkfjtk9:new LazyValue(()=>import(\"./HmIdqApWp-0.js\")),xaYPhBLEL:new LazyValue(()=>import(\"./HmIdqApWp-1.js\"))};export default function getLocalizedValue(key,locale){while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values.read()[key];if(value)return value;}locale=locale.fallback;}}function preload(locale){const promises=[];while(locale){const values=valuesByLocaleId[locale.id];if(values){const promise=values.preload();if(promise)promises.push(promise);}locale=locale.fallback;}if(promises.length>0)return Promise.all(promises);}export function usePreloadLocalizedValues(locale){const preloadPromise=preload(locale);if(preloadPromise)throw preloadPromise;}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"usePreloadLocalizedValues\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (e1a43d5)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getLoadingLazyAtYPosition,Image,Link,PropertyOverrides,RichText,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,withCSS,withFX,withVariantAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import FooterDarkNoPicto from\"#framer/local/canvasComponent/HbzxDBsON/HbzxDBsON.js\";import MENUPRINCIPAL from\"#framer/local/canvasComponent/ipTjJNadM/ipTjJNadM.js\";import Lieux from\"#framer/local/canvasComponent/s8I4309pO/s8I4309pO.js\";import getLocalizedValue,{usePreloadLocalizedValues}from\"#framer/local/localization/HmIdqApWp/HmIdqApWp.js\";import metadataProvider from\"#framer/local/webPageMetadata/HmIdqApWp/HmIdqApWp.js\";const FooterDarkNoPictoFonts=getFonts(FooterDarkNoPicto);const MotionDivWithFX=withFX(motion.div);const LieuxFonts=getFonts(Lieux);const ContainerWithFX=withFX(Container);const MENUPRINCIPALFonts=getFonts(MENUPRINCIPAL);const MENUPRINCIPALWithVariantAppearEffect=withVariantAppearEffect(MENUPRINCIPAL);const breakpoints={dw9EmXItg:\"(max-width: 809px)\",gWz2QktZE:\"(min-width: 810px) and (max-width: 1199px)\",J6F2Exm1y:\"(min-width: 1200px) and (max-width: 1399px)\",wHVmaT1sn:\"(min-width: 1400px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-03ufV\";const variantClassNames={dw9EmXItg:\"framer-v-1wrkesp\",gWz2QktZE:\"framer-v-15hjhzn\",J6F2Exm1y:\"framer-v-1nrwbab\",wHVmaT1sn:\"framer-v-15lz11i\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:100};const transition1={damping:80,delay:.1,mass:1,stiffness:400,type:\"spring\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition1,x:0,y:100};const transition2={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation2={opacity:.7,rotate:0,rotateX:0,rotateY:0,scale:1.1,skewX:0,skewY:0,transition:transition2};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"J6F2Exm1y\",FHD:\"wHVmaT1sn\",Phone:\"dw9EmXItg\",Tablet:\"gWz2QktZE\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"J6F2Exm1y\"};};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);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);usePreloadLocalizedValues(activeLocale);useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"J6F2Exm1y\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-eb271ebd-854f-428a-a3ba-b6fb1a8806b0, rgb(255, 255, 255)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-1nrwbab\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dw9EmXItg:{y:(componentViewport?.y||0)+1216.5-101},gWz2QktZE:{y:(componentViewport?.y||0)+1204-101}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:101,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+1392-101,children:/*#__PURE__*/_jsx(Container,{className:\"framer-wwb8i1-container\",nodeId:\"JYyI2LIIL\",scopeId:\"HmIdqApWp\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dw9EmXItg:{variant:\"doe1od5bk\"},gWz2QktZE:{variant:\"tVKIaoU5f\"}},children:/*#__PURE__*/_jsx(FooterDarkNoPicto,{height:\"100%\",id:\"JYyI2LIIL\",layoutId:\"JYyI2LIIL\",style:{width:\"100%\"},variant:\"sssXys0pj\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-pqtc3l\",\"data-framer-name\":\"lieux CS\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"jYfqv1sQB\"},motionChild:true,nodeId:\"fGSpyNa3g\",openInNewTab:false,scopeId:\"HmIdqApWp\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-jgiqrf framer-irhwkm\",\"data-framer-name\":\"CSCC\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dw9EmXItg:{background:{alt:getLocalizedValue(\"v0\",activeLocale)??\"Champion Spirit Country Club\",fit:\"fill\",intrinsicHeight:1163,intrinsicWidth:1800,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+5684341886080802e-29),pixelHeight:3955,pixelWidth:7009,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/7tnQm2M3xoT6mCTHg5tavLk8Gc.jpg?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/7tnQm2M3xoT6mCTHg5tavLk8Gc.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/7tnQm2M3xoT6mCTHg5tavLk8Gc.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/7tnQm2M3xoT6mCTHg5tavLk8Gc.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/7tnQm2M3xoT6mCTHg5tavLk8Gc.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/7tnQm2M3xoT6mCTHg5tavLk8Gc.jpg 7009w\"}},gWz2QktZE:{background:{alt:getLocalizedValue(\"v0\",activeLocale)??\"Champion Spirit Country Club\",fit:\"fill\",intrinsicHeight:1163,intrinsicWidth:1800,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+100+0+-5.999999999999957),pixelHeight:3955,pixelWidth:7009,sizes:`max(${componentViewport?.width||\"100vw\"}, 200px)`,src:\"https://framerusercontent.com/images/7tnQm2M3xoT6mCTHg5tavLk8Gc.jpg?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/7tnQm2M3xoT6mCTHg5tavLk8Gc.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/7tnQm2M3xoT6mCTHg5tavLk8Gc.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/7tnQm2M3xoT6mCTHg5tavLk8Gc.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/7tnQm2M3xoT6mCTHg5tavLk8Gc.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/7tnQm2M3xoT6mCTHg5tavLk8Gc.jpg 7009w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:getLocalizedValue(\"v0\",activeLocale)??\"Champion Spirit Country Club\",fit:\"fill\",intrinsicHeight:1163,intrinsicWidth:1800,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+11368683772161603e-29),pixelHeight:3955,pixelWidth:7009,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/7tnQm2M3xoT6mCTHg5tavLk8Gc.jpg?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/7tnQm2M3xoT6mCTHg5tavLk8Gc.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/7tnQm2M3xoT6mCTHg5tavLk8Gc.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/7tnQm2M3xoT6mCTHg5tavLk8Gc.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/7tnQm2M3xoT6mCTHg5tavLk8Gc.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/7tnQm2M3xoT6mCTHg5tavLk8Gc.jpg 7009w\"},className:\"framer-1s9go0b\",whileHover:animation2})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-twu45i\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dw9EmXItg:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTUwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-eb271ebd-854f-428a-a3ba-b6fb1a8806b0, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"CHAMPION SPIRIT COUNTRY CLUB\"})})})},gWz2QktZE:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTUwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-eb271ebd-854f-428a-a3ba-b6fb1a8806b0, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"CHAMPION SPIRIT COUNTRY CLUB\"})})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTUwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"35px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-eb271ebd-854f-428a-a3ba-b6fb1a8806b0, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"CHAMPION SPIRIT COUNTRY CLUB\"})})}),className:\"framer-1klankn\",fonts:[\"GF;Roboto-500\",\"GF;Roboto-700\"],verticalAlignment:\"center\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dw9EmXItg:{children:getLocalizedValue(\"v3\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTMwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-eb271ebd-854f-428a-a3ba-b6fb1a8806b0, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"NASSAU, BAHAMAS\"})})})},gWz2QktZE:{children:getLocalizedValue(\"v2\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTMwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-eb271ebd-854f-428a-a3ba-b6fb1a8806b0, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"NASSAU, BAHAMAS\"})})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v1\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTMwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-eb271ebd-854f-428a-a3ba-b6fb1a8806b0, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"NASSAU, BAHAMAS\"})})}),className:\"framer-tu6i0i\",fonts:[\"GF;Roboto-300\",\"GF;Roboto-regular\"],verticalAlignment:\"center\",withExternalLayout:true})})]})]})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dw9EmXItg:{y:(componentViewport?.y||0)+0+224.5},gWz2QktZE:{y:(componentViewport?.y||0)+0+312}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:792,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+500,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-11fx5v7-container\",nodeId:\"xMZDhUulX\",rendersWithMotion:true,scopeId:\"HmIdqApWp\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dw9EmXItg:{variant:\"zxla5EXeW\"},gWz2QktZE:{variant:\"nwsTx_s8h\"},wHVmaT1sn:{variant:\"voIWhfCd_\"}},children:/*#__PURE__*/_jsx(Lieux,{height:\"100%\",id:\"xMZDhUulX\",layoutId:\"xMZDhUulX\",o7yyghCK7:getLocalizedValue(\"v4\",activeLocale)??\"Leading Gyms of the world\",S2vB7m5aV:getLocalizedValue(\"v5\",activeLocale)??\"\\nLeading Gyms of the World aspire \\xe0 offrir une exp\\xe9rience de fitness exceptionnelle \\xe0 ses membres, en mettant l'accent sur la qualit\\xe9, la personnalisation et le bien-\\xeatre global. Il vise \\xe0 devenir le standard mondial en mati\\xe8re de remise en forme et \\xe0 cr\\xe9er une communaut\\xe9 internationale d'adeptes de la sant\\xe9 et du bien-\\xeatre.\",style:{width:\"100%\"},variant:\"kJwZslwpi\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:100,width:\"100vw\",y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-yv5jzc-container\",layoutScroll:true,nodeId:\"neqQebjVY\",rendersWithMotion:true,scopeId:\"HmIdqApWp\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dw9EmXItg:{__framer__scrollDirection:{direction:\"down\",target:\"crwmw108W\"},variant:\"GT_ct_wd_\"},gWz2QktZE:{__framer__variantAppearEffectEnabled:undefined,variant:\"nDg1yNRJp\"},wHVmaT1sn:{__framer__scrollDirection:{direction:\"down\",target:\"QtA7nxpnK\"},variant:\"P5ihpmtMn\"}},children:/*#__PURE__*/_jsx(MENUPRINCIPALWithVariantAppearEffect,{__framer__animateOnce:false,__framer__scrollDirection:{direction:\"down\",target:\"gbVQTmLw5\"},__framer__threshold:0,__framer__variantAppearEffectEnabled:true,height:\"100%\",id:\"neqQebjVY\",layoutId:\"neqQebjVY\",style:{height:\"100%\",width:\"100%\"},variant:\"Vin9PFYAg\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-03ufV.framer-irhwkm, .framer-03ufV .framer-irhwkm { display: block; }\",\".framer-03ufV.framer-1nrwbab { align-content: center; align-items: center; background-color: var(--token-eb271ebd-854f-428a-a3ba-b6fb1a8806b0, #ffffff); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 0px 100px 0px; position: relative; width: 1200px; }\",\".framer-03ufV .framer-wwb8i1-container { bottom: 0px; flex: none; height: auto; left: 50%; position: absolute; transform: translateX(-50%); width: 100%; z-index: 1; }\",\".framer-03ufV .framer-pqtc3l { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 500px; justify-content: center; padding: 0px; position: relative; width: 100%; }\",\".framer-03ufV .framer-jgiqrf { background-color: #000000; flex: none; height: 500px; overflow: hidden; position: relative; text-decoration: none; width: 100%; }\",\".framer-03ufV .framer-1s9go0b { flex: none; height: 100%; left: calc(49.93324432576771% - 100% / 2); opacity: 0.6; overflow: hidden; position: absolute; top: calc(50.00000000000002% - 100% / 2); width: 100%; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-03ufV .framer-twu45i { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 0px; overflow: hidden; padding: 0px; position: absolute; top: 209px; width: 100%; }\",\".framer-03ufV .framer-1klankn, .framer-03ufV .framer-tu6i0i { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25); white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-03ufV .framer-11fx5v7-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-03ufV .framer-yv5jzc-container { flex: none; height: 100px; left: calc(50.00000000000002% - 100% / 2); position: fixed; top: 0px; width: 100%; z-index: 10; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-03ufV.framer-1nrwbab, .framer-03ufV .framer-pqtc3l, .framer-03ufV .framer-twu45i { gap: 0px; } .framer-03ufV.framer-1nrwbab > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-03ufV.framer-1nrwbab > :first-child, .framer-03ufV .framer-twu45i > :first-child { margin-top: 0px; } .framer-03ufV.framer-1nrwbab > :last-child, .framer-03ufV .framer-twu45i > :last-child { margin-bottom: 0px; } .framer-03ufV .framer-pqtc3l > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-03ufV .framer-pqtc3l > :first-child { margin-left: 0px; } .framer-03ufV .framer-pqtc3l > :last-child { margin-right: 0px; } .framer-03ufV .framer-twu45i > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",\"@media (min-width: 1400px) { .framer-03ufV.framer-1nrwbab { width: 1400px; }}\",\"@media (min-width: 810px) and (max-width: 1199px) { .framer-03ufV.framer-1nrwbab { width: 810px; } .framer-03ufV .framer-pqtc3l { align-content: unset; align-items: unset; display: grid; grid-auto-rows: 212px; grid-template-columns: repeat(1, minmax(200px, 1fr)); grid-template-rows: repeat(1, 212px); height: min-content; padding: 100px 0px 0px 0px; } .framer-03ufV .framer-jgiqrf { align-self: start; height: 100%; justify-self: start; } .framer-03ufV .framer-1s9go0b { height: 224px; top: calc(50.00000000000002% - 224px / 2); } .framer-03ufV .framer-twu45i { gap: 0px; left: 0px; top: 51%; transform: translateY(-50%); } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-03ufV .framer-pqtc3l, .framer-03ufV .framer-twu45i { gap: 0px; } .framer-03ufV .framer-pqtc3l > *, .framer-03ufV .framer-pqtc3l > :first-child, .framer-03ufV .framer-pqtc3l > :last-child { margin: 0px; } .framer-03ufV .framer-twu45i > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-03ufV .framer-twu45i > :first-child { margin-top: 0px; } .framer-03ufV .framer-twu45i > :last-child { margin-bottom: 0px; } }}\",\"@media (max-width: 809px) { .framer-03ufV.framer-1nrwbab { padding: 0px 0px 200px 0px; width: 390px; } .framer-03ufV .framer-pqtc3l { flex-direction: column; height: min-content; } .framer-03ufV .framer-jgiqrf { height: 225px; } .framer-03ufV .framer-1s9go0b { height: 225px; top: calc(50.00000000000002% - 224.5px / 2); } .framer-03ufV .framer-twu45i { top: 120px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-03ufV .framer-pqtc3l { gap: 0px; } .framer-03ufV .framer-pqtc3l > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-03ufV .framer-pqtc3l > :first-child { margin-top: 0px; } .framer-03ufV .framer-pqtc3l > :last-child { margin-bottom: 0px; } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 1480\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"wHVmaT1sn\":{\"layout\":[\"fixed\",\"auto\"]},\"gWz2QktZE\":{\"layout\":[\"fixed\",\"auto\"]},\"dw9EmXItg\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections\n * @framerResponsiveScreen\n */const FramerHmIdqApWp=withCSS(Component,css,\"framer-03ufV\");export default FramerHmIdqApWp;FramerHmIdqApWp.displayName=\"Page\";FramerHmIdqApWp.defaultProps={height:1480,width:1200};addFonts(FramerHmIdqApWp,[{explicitInter:true,fonts:[{family:\"Roboto\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/roboto/v47/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWub2bWmWggvWl0Qn.woff2\",weight:\"500\"},{family:\"Roboto\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/roboto/v47/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuYjammWggvWl0Qn.woff2\",weight:\"700\"},{family:\"Roboto\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/roboto/v47/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuaabWmWggvWl0Qn.woff2\",weight:\"300\"},{family:\"Roboto\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/roboto/v47/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbWmWggvWl0Qn.woff2\",weight:\"400\"}]},...FooterDarkNoPictoFonts,...LieuxFonts,...MENUPRINCIPALFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerHmIdqApWp\",\"slots\":[],\"annotations\":{\"framerAcceptsLayoutTemplate\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"1480\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerScrollSections\":\"* @framerResponsiveScreen\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"wHVmaT1sn\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"gWz2QktZE\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"dw9EmXItg\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"1200\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["valuesByLocaleId", "LazyValue", "getLocalizedValue", "key", "locale", "values", "value", "preload", "promises", "promise", "usePreloadLocalizedValues", "preloadPromise", "FooterDarkNoPictoFonts", "getFonts", "HbzxDBsON_default", "MotionDivWithFX", "withFX", "motion", "LieuxFonts", "s8I4309pO_default", "ContainerWithFX", "Container", "MENUPRINCIPALFonts", "ipTjJNadM_default", "MENUPRINCIPALWithVariantAppearEffect", "withVariantAppearEffect", "breakpoints", "serializationHash", "variantClassNames", "animation", "transition1", "animation1", "transition2", "animation2", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "scopingClassNames", "cx", "usePreloadLocalizedValues", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "PropertyOverrides2", "ComponentViewportProvider", "Container", "HbzxDBsON_default", "MotionDivWithFX", "Link", "getLocalizedValue", "getLoadingLazyAtYPosition", "Image2", "x", "RichText2", "ContainerWithFX", "s8I4309pO_default", "MENUPRINCIPALWithVariantAppearEffect", "css", "FramerHmIdqApWp", "withCSS", "HmIdqApWp_default", "addFonts", "FooterDarkNoPictoFonts", "LieuxFonts", "MENUPRINCIPALFonts", "__FramerMetadata__"]
}
