{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/e40uXZbiDF4v3OxInDmN/HnmiRf1QhOLZJFamt6CP/HubSpot_Form.js", "ssg:https://framerusercontent.com/modules/WBLbOZnAHNjY1YDvIIVA/roOTrY3P7WRCJCCZ6Hxe/LWPRGmqAC.js"],
  "sourcesContent": ["import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{useEffect,useRef,useState}from\"react\";import{addPropertyControls,ControlType,useIsOnFramerCanvas}from\"framer\";function EmbedHTML({html,style}){const ref=useRef();const onCanvas=useIsOnFramerCanvas();const[iframeHeight,setIframeHeight]=useState(0);const hasAutoHeight=!style.height;const hasScript=html.includes(\"</script>\");useEffect(()=>{var _this;const iframeWindow=(_this=ref.current)===null||_this===void 0?void 0:_this.contentWindow;function handleMessage(event){if(event.source!==iframeWindow)return;const data=event.data;if(typeof data!==\"object\"||data===null)return;const height=data.embedHeight;if(typeof height!==\"number\")return;setIframeHeight(height);}window.addEventListener(\"message\",handleMessage);iframeWindow===null||iframeWindow===void 0?void 0:iframeWindow.postMessage(\"getEmbedHeight\",\"*\");return()=>{window.removeEventListener(\"message\",handleMessage);};},[]);if(hasScript){const srcDoc=`\n      <html>\n        <head>\n          <style>body { margin: 0; }</style>\n        </head>\n        <body>\n          ${html}\n          <script type=\"module\">\n            let height = 0\n\n            function sendEmbedHeight() {\n              window.parent.postMessage({\n                embedHeight: height\n              }, \"*\")\n            }\n\n            const observer = new ResizeObserver((entries) => {\n              if (entries.length !== 1) return\n              const entry = entries[0]\n              if (entry.target !== document.body) return\n\n              height = entry.contentRect.height\n              sendEmbedHeight()\n            })\n\n            observer.observe(document.body)\n\n            window.addEventListener(\"message\", (event) => {\n              if (event.source !== window.parent) returna\n              if (event.data !== \"getEmbedHeight\") return\n              sendEmbedHeight()\n            })\n          </script>\n        </body>\n      </html>\n    `;const currentStyle={width:\"100%\",height:\"100%\",border:\"none\",...style};if(hasAutoHeight){currentStyle.height=iframeHeight+\"px\";}return /*#__PURE__*/_jsx(\"iframe\",{ref:ref,style:currentStyle,srcDoc:srcDoc});}return /*#__PURE__*/_jsx(\"div\",{style:{width:\"100%\",height:\"100%\",display:\"flex\",flexDirection:\"column\",justifyContent:\"center\",alignItems:\"center\",...style},dangerouslySetInnerHTML:{__html:html}});}const Placeholder=()=>{const containerStyle={minWidth:\"100%\",minHeight:\"100%\",maxWidth:\"480px\",maxHeight:\"300px\",display:\"flex\",flexDirection:\"column\",justifyContent:\"center\",alignItems:\"center\",border:\"1px dashed #FF7A59\",borderRadius:\"8px\",padding:\"20px\",boxSizing:\"border-box\",backgroundColor:\"rgba(255, 122, 89, 0.3)\"};const headingStyle={fontSize:\"12px\",fontWeight:600,margin:0,marginBottom:\"5px\",color:\"#FF7A59\"};const paragraphStyle={fontSize:\"12px\",margin:0,color:\"#FF7A59\",maxWidth:\"200px\",textAlign:\"center\"};return /*#__PURE__*/_jsxs(\"div\",{style:containerStyle,children:[/*#__PURE__*/_jsx(\"h1\",{style:headingStyle,children:\"HubSpot\"}),/*#__PURE__*/_jsx(\"p\",{style:paragraphStyle,children:\"Set the HubSpot properties in the Properties panel.\"})]});};/**\n * @framerSupportedLayoutWidth any-prefer-fixed\n * @framerSupportedLayoutHeight any-prefer-fixed\n * @framerIntrinsicWidth 600\n * @framerIntrinsicHeight 500\n * @framerDisableUnlink\n */export default function HubSpot_Form({portalId,dataHostingLocation,formId}){const isAllPropertiesAdded=portalId&&dataHostingLocation&&formId;if(!isAllPropertiesAdded){return /*#__PURE__*/_jsx(Placeholder,{});}const html=`<script charset=\"utf-8\" type=\"text/javascript\" src=\"//js-${dataHostingLocation}.hsforms.net/forms/embed/v2.js\"></script><script>hbspt.forms.create({ region: \"${dataHostingLocation}\", portalId: \"${portalId}\", formId: \"${formId}\" }); </script>`;return /*#__PURE__*/_jsx(EmbedHTML,{html:html,style:{width:\"100%\",height:\"100%\"}});}HubSpot_Form.displayName=\"HubSpot Form\";addPropertyControls(HubSpot_Form,{portalId:{type:ControlType.String,title:\"Portal ID\"},dataHostingLocation:{type:ControlType.String,title:\"Location\"},formId:{type:ControlType.String,title:\"Form ID\"}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"HubSpot_Form\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"600\",\"framerIntrinsicHeight\":\"500\",\"framerDisableUnlink\":\"\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"any-prefer-fixed\",\"framerSupportedLayoutWidth\":\"any-prefer-fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./HubSpot_Form.map", "// Generated by Framer (570e25b)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,Floating,getFonts,RichText,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOverlayState,useVariantState,withCSS,withFX}from\"framer\";import{AnimatePresence,LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Icon as Material}from\"https://framerusercontent.com/modules/6Ldpz1V0DkD45gXvi67I/PCgBX5d6MdQT7E7nhdXn/Material.js\";import HubSpotForm from\"https://framerusercontent.com/modules/e40uXZbiDF4v3OxInDmN/HnmiRf1QhOLZJFamt6CP/HubSpot_Form.js\";const HubSpotFormFonts=getFonts(HubSpotForm);const MotionDivWithFX=withFX(motion.div);const MaterialFonts=getFonts(Material);const cycleOrder=[\"YmvHML3Ch\",\"VpOkwXaiJ\",\"RuOBJxGzs\",\"e8MUKlHYX\"];const serializationHash=\"framer-R3paC\";const variantClassNames={e8MUKlHYX:\"framer-v-8om3mb\",RuOBJxGzs:\"framer-v-1hi0kzf\",VpOkwXaiJ:\"framer-v-lrt29c\",YmvHML3Ch:\"framer-v-14jyw1u\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const transformTemplate1=(_,t)=>`translateY(-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={\"Variant 1\":\"YmvHML3Ch\",Closed:\"VpOkwXaiJ\",Mobile:\"e8MUKlHYX\",Tablet:\"RuOBJxGzs\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"YmvHML3Ch\"};};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:\"YmvHML3Ch\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEnterupml6a=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});overlay.show();});const onTaptxyyif=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.show();});const onClick1yu9mgb=activeVariantCallback(async(...args)=>{setVariant(\"VpOkwXaiJ\");});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(baseVariant===\"VpOkwXaiJ\")return false;return true;};const ref1=React.useRef(null);const ref2=React.useRef(null);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-14jyw1u\",className,classNames),\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,id:`${layoutId}-14jyw1u`,layoutDependency:layoutDependency,layoutId:\"YmvHML3Ch\",onMouseEnter:onMouseEnterupml6a({overlay}),ref:refBinding,style:{backgroundColor:\"var(--token-537562c1-60eb-4de8-9a79-88d3507c4c6d, rgb(19, 19, 30))\",...style},...addPropertyOverrides({e8MUKlHYX:{\"data-framer-name\":\"Mobile\"},RuOBJxGzs:{\"data-framer-name\":\"Tablet\"},VpOkwXaiJ:{\"data-framer-name\":\"Closed\"}},baseVariant,gestureVariant),children:isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-15elpcd\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"FBoGD4qe3\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(178, 131, 235, 0.6)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-537562c1-60eb-4de8-9a79-88d3507c4c6d, rgb(19, 19, 30))\"},children:[/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay1=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1j1ie28\",\"data-highlight\":true,id:`${layoutId}-1j1ie28`,layoutDependency:layoutDependency,layoutId:\"P4A9gjMY9\",onTap:onTaptxyyif({overlay:overlay1}),ref:ref1,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1llbGxpeCBTZW1pQm9sZA==\",\"--framer-font-family\":'\"Yellix SemiBold\", \"Yellix SemiBold Placeholder\", sans-serif',\"--framer-font-size\":\"17px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b7e7e6cc-1903-423a-b6c7-4ec24338b87b, rgb(255, 255, 240)))\"},children:[\"Venez tester \",/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-text-color\":\"var(--extracted-1w3ko1f, var(--token-6749b9d2-0240-4999-9936-1df59248a5c2, rgb(240, 150, 105)))\"},children:\"nos derni\\xe8res innovations\"}),\" dans nos locaux \\xe0 Paris 12e.  On vous offre le \",/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-text-color\":\"var(--extracted-3sq8v0, var(--token-6749b9d2-0240-4999-9936-1df59248a5c2, rgb(240, 150, 105)))\"},children:\"petit d\\xe9jeuner !\"}),\" \"]})}),className:\"framer-1h7nwqj\",fonts:[\"CUSTOM;Yellix SemiBold\"],layoutDependency:layoutDependency,layoutId:\"pLbDSAelC\",style:{\"--extracted-1w3ko1f\":\"var(--token-6749b9d2-0240-4999-9936-1df59248a5c2, rgb(240, 150, 105))\",\"--extracted-3sq8v0\":\"var(--token-6749b9d2-0240-4999-9936-1df59248a5c2, rgb(240, 150, 105))\",\"--extracted-r6o4lv\":\"var(--token-b7e7e6cc-1903-423a-b6c7-4ec24338b87b, rgb(255, 255, 240))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({e8MUKlHYX:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1llbGxpeCBTZW1pQm9sZA==\",\"--framer-font-family\":'\"Yellix SemiBold\", \"Yellix SemiBold Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b7e7e6cc-1903-423a-b6c7-4ec24338b87b, rgb(255, 255, 240)))\"},children:[\"Venez tester \",/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-text-color\":\"var(--extracted-1w3ko1f, var(--token-6749b9d2-0240-4999-9936-1df59248a5c2, rgb(240, 150, 105)))\"},children:\"nos derni\\xe8res innovations\"}),\" dans nos locaux \\xe0 Paris 12e. On vous offre le \",/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-text-color\":\"var(--extracted-3sq8v0, var(--token-6749b9d2-0240-4999-9936-1df59248a5c2, rgb(240, 150, 105)))\"},children:\"petit d\\xe9jeuner ! \"})]})})},RuOBJxGzs:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1llbGxpeCBTZW1pQm9sZA==\",\"--framer-font-family\":'\"Yellix SemiBold\", \"Yellix SemiBold Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b7e7e6cc-1903-423a-b6c7-4ec24338b87b, rgb(255, 255, 240)))\"},children:[\"Venez tester \",/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-text-color\":\"var(--extracted-1w3ko1f, var(--token-6749b9d2-0240-4999-9936-1df59248a5c2, rgb(240, 150, 105)))\"},children:\"nos derni\\xe8res innovations\"}),\" dans nos locaux \\xe0 Paris 12e.  On vous offre le \",/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-text-color\":\"var(--extracted-3sq8v0, var(--token-6749b9d2-0240-4999-9936-1df59248a5c2, rgb(240, 150, 105)))\"},children:\"petit d\\xe9jeuner !\"}),\" \"]})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay1.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:ref1,className:cx(scopingClassNames,classNames),collisionDetection:true,collisionDetectionPadding:20,\"data-framer-portal-id\":`${layoutId}-1j1ie28`,offsetX:0,offsetY:10,onDismiss:overlay1.hide,placement:\"bottom\",safeArea:false,zIndex:11,children:/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-1ue0m2z\",exit:animation,initial:animation2,layoutDependency:layoutDependency,layoutId:\"YdjcpgvfY\",ref:ref2,role:\"dialog\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,boxShadow:\"0px 10px 20px 0px rgba(0, 0, 0, 0.05)\"},variants:{e8MUKlHYX:{backgroundColor:\"var(--token-ae69444d-df24-4d13-b759-5a026b3792f0, rgb(255, 255, 255))\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1mieh2d-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"CybCIFRPd-container\",nodeId:\"CybCIFRPd\",rendersWithMotion:true,scopeId:\"LWPRGmqAC\",children:/*#__PURE__*/_jsx(HubSpotForm,{dataHostingLocation:\"eu1\",formId:\"1c09e509-065a-40f3-93c5-f60c28e4ce4b\",height:\"100%\",id:\"CybCIFRPd\",layoutId:\"CybCIFRPd\",portalId:\"25392478\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})})})]})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1ogj3c1-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"uGEViN9SE-container\",nodeId:\"uGEViN9SE\",rendersWithMotion:true,scopeId:\"LWPRGmqAC\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(Material,{color:\"var(--token-6749b9d2-0240-4999-9936-1df59248a5c2, rgb(240, 150, 105))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"Close\",iconStyle15:\"Filled\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"uGEViN9SE\",layoutId:\"uGEViN9SE\",mirrored:false,onClick:onClick1yu9mgb,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-R3paC.framer-mducnz, .framer-R3paC .framer-mducnz { display: block; }\",\".framer-R3paC.framer-14jyw1u { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 51px; justify-content: center; padding: 0px; position: relative; width: 1200px; }\",\".framer-R3paC .framer-15elpcd { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 3; }\",\".framer-R3paC .framer-1j1ie28 { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-R3paC .framer-1h7nwqj { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-R3paC .framer-1ue0m2z { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 1070px; justify-content: center; overflow: hidden; padding: 20px; position: relative; width: 1080px; will-change: var(--framer-will-change-override, transform); }\",\".framer-R3paC .framer-1mieh2d-container { flex: none; height: 1020px; position: relative; width: 100%; }\",\".framer-R3paC .framer-1ogj3c1-container { aspect-ratio: 1.4242424242424243 / 1; cursor: pointer; flex: none; height: var(--framer-aspect-ratio-supported, 24px); position: absolute; right: 8px; top: 51%; width: 31px; z-index: 1; }\",\".framer-R3paC.framer-v-lrt29c.framer-14jyw1u { height: 1px; width: 1px; }\",\".framer-R3paC.framer-v-1hi0kzf.framer-14jyw1u { width: 800px; }\",\".framer-R3paC.framer-v-1hi0kzf .framer-1ue0m2z { height: 1210px; justify-content: flex-start; width: 820px; }\",\".framer-R3paC.framer-v-1hi0kzf .framer-1mieh2d-container { height: 1151px; }\",\".framer-R3paC.framer-v-8om3mb.framer-14jyw1u { height: 50px; width: 500px; }\",\".framer-R3paC.framer-v-8om3mb .framer-15elpcd { height: min-content; padding: 0px 10px 0px 10px; }\",\".framer-R3paC.framer-v-8om3mb .framer-1j1ie28 { flex: 1 0 0px; height: 51px; padding: 0px 14px 0px 0px; width: 1px; }\",\".framer-R3paC.framer-v-8om3mb .framer-1h7nwqj { white-space: pre-wrap; width: 97%; word-break: break-word; word-wrap: break-word; }\",\".framer-R3paC.framer-v-8om3mb .framer-1ue0m2z { height: 1796px; justify-content: flex-start; width: 400px; }\",\".framer-R3paC.framer-v-8om3mb .framer-1mieh2d-container { height: 1700px; order: 0; }\",\".framer-R3paC.framer-v-8om3mb .framer-1ogj3c1-container { height: var(--framer-aspect-ratio-supported, 19px); right: 0px; top: 52%; width: 24px; }\",'.framer-R3paC[data-border=\"true\"]::after, .framer-R3paC [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 51\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"VpOkwXaiJ\":{\"layout\":[\"fixed\",\"fixed\"]},\"RuOBJxGzs\":{\"layout\":[\"fixed\",\"fixed\"]},\"e8MUKlHYX\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerTrackingIds [{\"id\":\"banner-demo-petit-dej\",\"nodeId\":\"P4A9gjMY9\",\"type\":\"click\"},{\"id\":\"banner-demo-petit-dej-mobile\",\"nodeId\":\"P4A9gjMY9\",\"type\":\"click\"}]\n */const FramerLWPRGmqAC=withCSS(Component,css,\"framer-R3paC\");export default FramerLWPRGmqAC;FramerLWPRGmqAC.displayName=\"Bandeau Petit Dej  Innovation\";FramerLWPRGmqAC.defaultProps={height:51,width:1200};addPropertyControls(FramerLWPRGmqAC,{variant:{options:[\"YmvHML3Ch\",\"VpOkwXaiJ\",\"RuOBJxGzs\",\"e8MUKlHYX\"],optionTitles:[\"Variant 1\",\"Closed\",\"Tablet\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerLWPRGmqAC,[{explicitInter:true,fonts:[{family:\"Yellix SemiBold\",source:\"custom\",url:\"https://framerusercontent.com/assets/KXlxT7BB8d2J8B9LvFqpIyf1cU.woff2\"}]},...HubSpotFormFonts,...MaterialFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerLWPRGmqAC\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"1200\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"VpOkwXaiJ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"RuOBJxGzs\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"e8MUKlHYX\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerColorSyntax\":\"true\",\"framerTrackingIds\":\"[{\\\"id\\\":\\\"banner-demo-petit-dej\\\",\\\"nodeId\\\":\\\"P4A9gjMY9\\\",\\\"type\\\":\\\"click\\\"},{\\\"id\\\":\\\"banner-demo-petit-dej-mobile\\\",\\\"nodeId\\\":\\\"P4A9gjMY9\\\",\\\"type\\\":\\\"click\\\"}]\",\"framerIntrinsicHeight\":\"51\",\"framerAutoSizeImages\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./LWPRGmqAC.map"],
  "mappings": "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",
  "names": ["EmbedHTML", "html", "style", "ref", "pe", "onCanvas", "useIsOnFramerCanvas", "iframeHeight", "setIframeHeight", "ye", "hasAutoHeight", "hasScript", "ue", "_this", "iframeWindow", "handleMessage", "event", "data", "height", "window", "srcDoc", "currentStyle", "p", "Placeholder", "u", "HubSpot_Form", "portalId", "dataHostingLocation", "formId", "addPropertyControls", "ControlType", "HubSpotFormFonts", "getFonts", "HubSpot_Form", "MotionDivWithFX", "withFX", "motion", "MaterialFonts", "Icon", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "animation", "animation1", "animation2", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "transformTemplate1", "_", "Transition", "value", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "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", "onMouseEnterupml6a", "overlay", "loadMore", "args", "onTaptxyyif", "onClick1yu9mgb", "scopingClassNames", "cx", "isDisplayed", "ref1", "ref2", "LayoutGroup", "l", "u", "overlay1", "RichText", "AnimatePresence", "Floating", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "FramerLWPRGmqAC", "withCSS", "LWPRGmqAC_default", "addPropertyControls", "ControlType", "addFonts"]
}
