{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/OHiTG0suaUL4bOOdMNEz/gi3pVuFnbtH3awfzqsTC/AlthyM2sj-0.js", "ssg:https://framerusercontent.com/modules/Hj20QU19p80mpYsvesiZ/RfHh9MIwqlgi04HKZ3Qo/Clipboard.js", "ssg:https://framerusercontent.com/modules/IjWXuCc3yVMxbEEtEiEC/uhxZDphZjwDiLhAQAjJy/YWKw2rTml-0.js", "ssg:https://framerusercontent.com/modules/IjWXuCc3yVMxbEEtEiEC/uhxZDphZjwDiLhAQAjJy/YWKw2rTml.js", "ssg:https://framerusercontent.com/modules/OHiTG0suaUL4bOOdMNEz/gi3pVuFnbtH3awfzqsTC/AlthyM2sj.js", "ssg:https://framerusercontent.com/modules/8uVTA6DzHLA3CMgIEjvY/POqNzAqX98at6soznlQO/DTUAo55kh.js", "ssg:https://framerusercontent.com/modules/aWjb23JY9LgkOVYClAPr/1LtsyIXsBYMJnVGIubYX/lp5lOEPjn-0.js", "ssg:https://framerusercontent.com/modules/aWjb23JY9LgkOVYClAPr/1LtsyIXsBYMJnVGIubYX/lp5lOEPjn.js", "ssg:https://framerusercontent.com/modules/f8ZrPQw1nO3npY1GN1ml/OmsL6Lueun4J2BgPWoVY/sogPivJX2-0.js", "ssg:https://framerusercontent.com/modules/f8ZrPQw1nO3npY1GN1ml/OmsL6Lueun4J2BgPWoVY/sogPivJX2.js", "ssg:https://framerusercontent.com/modules/f5rK51I0Jobh0qBVheOo/P6iADKoIv6NAl7TEnEPU/DotLottieFramer.js", "ssg:https://framerusercontent.com/modules/Q2n2RlY0n8lIT448s72i/1piQ2CEoxLtacbNPpBNl/lBrfat8Ew.js"],
  "sourcesContent": ["export const v0=\"Bank transfer\";export const v1=\"Payment slip\";export const v2=\"Sponsorship file\";\nexport const __FramerMetadata__ = {\"exports\":{\"v1\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v2\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{jsx as _jsx}from\"react/jsx-runtime\";import{useCallback}from\"react\";import{addPropertyControls,ControlType}from\"framer\";import{motion}from\"framer-motion\";import{defaultEvents,usePadding,useRadius,useFontControls}from\"https://framer.com/m/framer/default-utils.js@^0.45.0\";/**\n * CLIPBOARD\n *\n * @framerIntrinsicWidth 90\n * @framerIntrinsicHeight 50\n *\n * @framerSupportedLayoutWidth any\n * @framerSupportedLayoutHeight any\n */ export default function Clipboard(props){const{label,content,fill,color,style,onClick,font,hoverOptions,...rest}=props;const deprecatedFont=useFontControls({fontWeight:500,...rest});const borderRadius=useRadius(props);const paddingValue=usePadding(props);const handleClick=useCallback(()=>{var ref;(ref=navigator.clipboard)===null||ref===void 0?void 0:ref.writeText(content);onClick===null||onClick===void 0?void 0:onClick();},[onClick,content]);return /*#__PURE__*/ _jsx(motion.button,{style:{border:\"none\",outline:\"none\",resize:\"none\",width:\"max-content\",wordBreak:\"break-word\",overflowWrap:\"break-word\",WebkitTapHighlightColor:\"rgba(0, 0, 0, 0)\",letterSpacing:\"-0.2px\",display:\"flex\",justifyContent:\"center\",alignItems:\"center\",background:fill,borderRadius,cursor:\"pointer\",padding:paddingValue,color,...deprecatedFont,...font,...style},onClick:handleClick,...rest,whileHover:hoverOptions,transition:hoverOptions===null||hoverOptions===void 0?void 0:hoverOptions.transition,children:label});};addPropertyControls(Clipboard,{content:{type:ControlType.String,title:\"Content\",displayTextArea:true,description:\"When clicked, this content will be copied to the clipboard.\"},label:{type:ControlType.String,title:\"Label\",defaultValue:\"Copy to Clipboard\"},fill:{type:ControlType.Color,title:\"Fill\",defaultValue:\"#06F\"},color:{type:ControlType.Color,title:\"Text\",defaultValue:\"#fff\"},font:{// @ts-ignore - Internal\ntype:ControlType.Font,controls:\"extended\",defaultValue:{fontSize:16}},hoverOptions:{type:ControlType.Object,title:\"Hover\",buttonTitle:\"Effect\",optional:true,controls:{scale:{type:ControlType.Number,title:\"Scale\",min:0,max:10,displayStepper:true,step:.01,defaultValue:1.1},backgroundColor:{type:ControlType.Color,title:\"Fill\",defaultValue:\"#0088FF\",optional:true},color:{type:ControlType.Color,title:\"Color\",defaultValue:\"#FFF\",optional:true},transition:{type:ControlType.Transition,title:\"Transition\",defaultValue:{type:\"spring\",stiffness:400,damping:30}}}},padding:{type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\",],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0,title:\"Padding\",defaultValue:10},borderRadius:{title:\"Radius\",type:ControlType.FusedNumber,toggleKey:\"isMixedBorderRadius\",toggleTitles:[\"Radius\",\"Radius per corner\"],valueKeys:[\"topLeftRadius\",\"topRightRadius\",\"bottomRightRadius\",\"bottomLeftRadius\",],valueLabels:[\"TL\",\"TR\",\"BR\",\"BL\"],min:0,defaultValue:50},...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Clipboard\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutHeight\":\"any\",\"framerSupportedLayoutWidth\":\"any\",\"framerIntrinsicHeight\":\"50\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"90\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Clipboard.map", "export const v0=\"Copy\";export const v1=\"Download\";\nexport const __FramerMetadata__ = {\"exports\":{\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v1\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (64bc75b)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getLoadingLazyAtYPosition,getPropertyControls,Image,RichText,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Clipboard from\"https://framerusercontent.com/modules/Hj20QU19p80mpYsvesiZ/RfHh9MIwqlgi04HKZ3Qo/Clipboard.js\";import Download from\"https://framerusercontent.com/modules/kBkaj3LmBqcSU2IkUsBC/kvFSr6fSU7VcYZyNyfaK/Download.js\";import*as localizedValues from\"./YWKw2rTml-0.js\";const ClipboardFonts=getFonts(Clipboard);const DownloadFonts=getFonts(Download);const DownloadControls=getPropertyControls(Download);const cycleOrder=[\"dBahpjrvF\",\"EFQ17H02r\",\"R75EEgohg\",\"gW4bPP80Y\"];const serializationHash=\"framer-Ax3O5\";const variantClassNames={dBahpjrvF:\"framer-v-nxgzlx\",EFQ17H02r:\"framer-v-sb8b5w\",gW4bPP80Y:\"framer-v-10wfp73\",R75EEgohg:\"framer-v-1b3fx74\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const valuesByLocaleId={o1AWDm0le:localizedValues};const getLocalizedValue=(key,locale)=>{while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value){return value;}}locale=locale.fallback;}};const transition1={damping:60,delay:0,mass:1,stiffness:200,type:\"spring\"};const transition2={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation={opacity:.5,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?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={\"tablet back\":\"gW4bPP80Y\",\"tablet front\":\"R75EEgohg\",\"twint back\":\"EFQ17H02r\",\"Twint front\":\"dBahpjrvF\"};const getProps=({bulletinDossier,bulletinDossier1,codeQr,height,id,mouseEnter,mouseLeave,t_l_chargement,twintLogo,txtFront,txtFront1,virement,width,...props})=>{var _ref,_ref1,_ref2,_ref3,_humanReadableVariantMap_props_variant,_ref4,_ref5;return{...props,d3obhmpI0:bulletinDossier!==null&&bulletinDossier!==void 0?bulletinDossier:props.d3obhmpI0,HSMuiEkER:mouseLeave!==null&&mouseLeave!==void 0?mouseLeave:props.HSMuiEkER,invbq9OeV:txtFront!==null&&txtFront!==void 0?txtFront:props.invbq9OeV,KFQrVw9Dj:(_ref=twintLogo!==null&&twintLogo!==void 0?twintLogo:props.KFQrVw9Dj)!==null&&_ref!==void 0?_ref:true,MNNdojKsa:(_ref1=txtFront1!==null&&txtFront1!==void 0?txtFront1:props.MNNdojKsa)!==null&&_ref1!==void 0?_ref1:\"Virement bancaire\",r1q9bWEG8:(_ref2=bulletinDossier1!==null&&bulletinDossier1!==void 0?bulletinDossier1:props.r1q9bWEG8)!==null&&_ref2!==void 0?_ref2:{src:\"https://framerusercontent.com/images/oUTZtgzQDkCIa9GikMhihuLsFnc.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/oUTZtgzQDkCIa9GikMhihuLsFnc.png?scale-down-to=512 512w,https://framerusercontent.com/images/oUTZtgzQDkCIa9GikMhihuLsFnc.png 916w\"},RvJTDs5UL:(_ref3=codeQr!==null&&codeQr!==void 0?codeQr:props.RvJTDs5UL)!==null&&_ref3!==void 0?_ref3:true,variant:(_ref4=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref4!==void 0?_ref4:\"dBahpjrvF\",W0wjbCY_7:mouseEnter!==null&&mouseEnter!==void 0?mouseEnter:props.W0wjbCY_7,XZaT6ItWo:virement!==null&&virement!==void 0?virement:props.XZaT6ItWo,zRpZkAuVX:(_ref5=t_l_chargement!==null&&t_l_chargement!==void 0?t_l_chargement:props.zRpZkAuVX)!==null&&_ref5!==void 0?_ref5:\"https://framerusercontent.com/assets/c3T9wZfLfRuzxBej92Mnn05ak0A.pdf\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,KFQrVw9Dj,invbq9OeV,MNNdojKsa,RvJTDs5UL,XZaT6ItWo,d3obhmpI0,r1q9bWEG8,zRpZkAuVX,W0wjbCY_7,HSMuiEkER,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"dBahpjrvF\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap128ooi2=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"EFQ17H02r\");});const onMouseEnter1ii10t2=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});if(W0wjbCY_7){const res=await W0wjbCY_7(...args);if(res===false)return false;}setVariant(\"EFQ17H02r\");});const onMouseLeavelsx9wv=activeVariantCallback(async(...args)=>{setGestureState({isHovered:false});if(HSMuiEkER){const res=await HSMuiEkER(...args);if(res===false)return false;}});const onMouseEnter17fvbbx=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});if(W0wjbCY_7){const res=await W0wjbCY_7(...args);if(res===false)return false;}});const onMouseLeave1apyn27=activeVariantCallback(async(...args)=>{setGestureState({isHovered:false});if(HSMuiEkER){const res=await HSMuiEkER(...args);if(res===false)return false;}setVariant(\"dBahpjrvF\");});const onTapp1a74v=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"gW4bPP80Y\");});const onTap1hnye4u=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"R75EEgohg\");});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();var _getLocalizedValue,_getLocalizedValue1;return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-nxgzlx\",className,classNames),\"data-framer-name\":\"Twint front\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"dBahpjrvF\",onMouseEnter:onMouseEnter1ii10t2,onMouseLeave:onMouseLeavelsx9wv,onTap:onTap128ooi2,ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({EFQ17H02r:{\"data-framer-name\":\"twint back\",onMouseEnter:onMouseEnter17fvbbx,onMouseLeave:onMouseLeave1apyn27,onTap:undefined},gW4bPP80Y:{\"data-framer-name\":\"tablet back\",onMouseEnter:onMouseEnter17fvbbx,onTap:onTap1hnye4u},R75EEgohg:{\"data-framer-name\":\"tablet front\",onMouseEnter:onMouseEnter17fvbbx,onTap:onTapp1a74v}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-17kxne0\",\"data-framer-name\":\"Faces\",layoutDependency:layoutDependency,layoutId:\"zfCGv3Ol3\",style:{boxShadow:\"0px 0.5971439051427296px 1.552574153371097px -1.125px rgba(0, 0, 0, 0.65111), 0px 1.8108796073283884px 4.70828697905381px -2.25px rgba(0, 0, 0, 0.60256), 0px 4.786990141113346px 12.4461743668947px -3.375px rgba(0, 0, 0, 0.48352), 0px 15px 39px -4.5px rgba(0, 0, 0, 0.075)\",rotateY:0,transformPerspective:1500},variants:{EFQ17H02r:{rotateY:180},gW4bPP80Y:{rotateY:180}},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-38etk0\",\"data-framer-name\":\"back\",layoutDependency:layoutDependency,layoutId:\"C9mXrRRpt\",style:{backgroundColor:\"var(--token-f8657b18-68b5-4f63-8297-10caf7bd2247, rgb(82, 18, 76))\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20,rotateY:180},children:[RvJTDs5UL&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1phm0nh\",\"data-framer-name\":\"Code qr\",layoutDependency:layoutDependency,layoutId:\"w8AnTXaw9\",style:{transformPerspective:1200,z:60},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-q1cgm3\",\"data-framer-name\":\"Votre-texte-de-paragraphe\",fill:'var(--token-120310e0-ea5a-4f11-ae2c-cfabd9b9daa9, rgb(255, 255, 255)) /* {\"name\":\"White\"} */',intrinsicHeight:1440,intrinsicWidth:1440,layoutDependency:layoutDependency,layoutId:\"VLvRhTKP9\",svg:'<svg version=\"1.0\" xmlns=\"http://www.w3.org/2000/svg\" width=\"1440\" height=\"1440\" viewBox=\"0 0 1080 1080\"><path d=\"M0 540v540h1080V0H0v540zm207.5-425.5v100l-98.9.3c-72.2.1-99.2-.1-100.2-.9-1.2-1-1.4-17.8-1.4-98.9 0-53.8.3-98.6.6-99.4.6-1.5 10-1.6 100.3-1.4l99.6.3v100zm230.3-71.8L438 71l71.3.2 71.2.3v114h-28l-.3-13.8-.3-13.7h-13.2c-7.3 0-13.8-.4-14.4-.8-1-.6-1.3-7.9-1.5-28.7l-.3-28-70.7-.3-70.8-.2-.5 2.2c-.3 1.3-.6 7.7-.8 14.3l-.2 12-28.2.3-28.3.2v114h28v-41.1c0-26.4.4-41.7 1-43 1-1.7 2.2-1.9 14.5-1.9H380v-29l57.3.2 57.2.3.3 42.7.2 42.8h27.9l.3-13.8.3-13.7h29l.3 28.2.2 28.2 13.8.3 13.7.3.3 14.2.3 14.3h13.8c11.7 0 14 .2 14.5 1.6.9 2.3.7 24.7-.2 26.2-.7.9-4.2 1.2-14.3 1l-13.4-.3-.3-14.3-.3-14.2H553v57h27.5c26.1 0 27.5.1 28.5 1.9.5 1.1 1 7.6 1 14.5V358h56v-12.6c0-6.9.5-13.4 1-14.5 1-1.7 2.2-1.9 14.5-1.9H695v-85h-12.9c-7.1 0-13.6-.3-14.5-.6-1.4-.5-1.6-2.8-1.6-14.5V215h-27v13.9c0 11.7-.2 14-1.6 14.5-.9.3-6.9.6-13.4.6s-12.5-.3-13.4-.6c-1.4-.5-1.6-2.8-1.6-14.5v-13.8l-13.7-.3-13.8-.3-.3-14.3-.3-14.3 14.3.3 14.3.3.3 13.7.3 13.8h28l-.3-13.8-.3-13.7-14-.5-14-.5-.3-13.4c-.2-10.1.1-13.6 1-14.3 1.5-.9 52.8-1.1 55.2-.2 1.4.5 1.6 4 1.6 28.5V214h28v-27.9c0-24.5.2-28 1.6-28.5.9-.3 7.4-.6 14.5-.6H724v-28h-12.2c-18.2 0-16.7 1.3-17-14.9l-.3-13.6-13.7-.3-13.8-.3v13.4c0 10.3-.3 13.7-1.4 14.6-.9.8-5.6 1.1-14.2.9l-12.9-.3v-28l13.8-.3 13.7-.3V72.1l-13.7-.3-13.8-.3v-29h28l.3 14.2.3 14.3H724V43.1l-14.2-.3-14.3-.3v-28l42.4-.3c33.3-.2 42.6 0 43.3 1 .4.7.8 13.6.8 28.5V71l28.3.2 28.2.3.3 27.9c.2 21.7-.1 28.1-1 28.8-.7.4-20.1.8-43 .8H753v28l28.3.2 28.2.3.3 14.2.3 14.2 14.2.3 14.2.3.3 28.2.2 28.3h57v29h-26.2c-14.5 0-27.3.3-28.5.6-2.2.6-2.3 1.1-2.5 14.3l-.3 13.6-28 .5-28 .5-.3 12.9c-.1 7.5-.7 13.5-1.4 14.3-.8 1-7.1 1.3-28.9 1.3H724l-.2 28.2-.3 28.3h-114l-.5-14c-.3-7.7-.8-13.9-1.2-13.8-.5.2-12.9.3-27.8.3h-27v27.4c0 19.7-.3 27.7-1.2 28.2-.6.4-6.6.6-13.3.5-15.9-.3-15.5-.7-15.5 14.7 0 6.4.4 12.2.8 12.9.5.9 5.1 1.3 14.7 1.5l14 .3.3 42.7.2 42.8h85v-14c0-16.4 1.7-14.9-16.5-15.3l-12-.2-.5-13.5-.5-13.5-13.5-.5-13.5-.5-.3-14.2-.3-14.3 42.3-.2 42.3-.3.6-14c.3-7.7.7-14.1.8-14.2 0-.2 25.6-.4 56.9-.5l56.7-.3.2-11.5c.4-17.5-1.1-15.9 15.1-16.2l13.7-.3.5-28.5.5-28.5 28.3-.3 28.2-.2v-13.3c0-9 .4-13.7 1.2-14.5 1.5-1.5 23.1-1.6 25.9-.2 1.7 1 1.9 2.2 1.9 14.5V329h57.1l-.3-13.8-.3-13.7-13.5-.5-13.5-.5v-28l13.5-.5 13.5-.5.5-14 .5-14h86l.5 28.4.5 28.3 12.6-.1c9.9-.2 12.8.1 13.8 1.2.8 1 1.1 5.6.9 14.8l-.3 13.4-12 .3c-18 .4-16.5 1.7-16.5-14.8v-14h-13.9c-11.7 0-14-.2-14.5-1.6-.3-.9-.6-7.1-.6-13.9 0-10.3-.3-12.4-1.6-12.9-3-1.2-23.9-.7-25.2.6-1.4 1.4-1.7 81.4-.4 83.5.6 1 10.7 1.3 42.8 1.5l41.9.3v28l-28.2.3-28.3.2v28l28.3.2 28.2.3v57l-13.7.3-13.8.3v56.8l13.8.3 13.7.3v114l-13.7.3-13.8.3V674h28.1l-.3 13.8-.3 13.7h-28l-.3-13.7-.3-13.8h-13.8c-11.7 0-14-.2-14.5-1.6-.8-2-.8-23.8 0-25.8.5-1.4 2.8-1.6 14.5-1.6h13.9l-.2-42.8-.3-42.7-13.7-.3-13.7-.3-.3 14.3-.3 14.3-14.2.3-14.3.3v27.8l-13.7.3-13.8.3-.3 27.6c-.2 21.8-.5 27.9-1.6 28.8-.9.8-13.4 1-43.2.9l-41.9-.3-.5-14-.5-14-28.2-.3-28.2-.2-.3-14.3-.3-14.2h-27L782 645c-.3 15.7-.7 28.6-.8 28.7-.1.1-6.4.4-13.9.5l-13.8.3-.5 28-.5 28-14 .5-14 .5v27l27.4.3c17.8.1 27.9.6 28.7 1.3 1 .8 1.4 4.9 1.6 14.2l.3 13.2 13.7.3 13.7.3.3 14.2.3 14.2 12 .3c6.6.1 12.9.1 14-.2 2-.5 2-1.2 1.8-42.8l-.3-42.3-27.9-.3-27.9-.2-.6-2.3c-.7-2.9-.8-21.5 0-24.4.6-2.2 1.1-2.3 14.3-2.5l13.6-.3.3-13.7.3-13.8H839l.2 28.2.3 28.3 13.8.3 13.7.3v-13c0-7.1.3-13.6.6-14.5.5-1.4 5.2-1.6 42.3-1.6 31.1 0 42 .3 42.9 1.2.8.8 1.2 5.5 1.2 14.5V731l42.8.2 42.7.3.3 13.8.3 13.7h12.7c7 0 13.3.4 14 .8.9.7 1.2 7.1 1 28.8l-.3 27.9-42.5.5-42.5.5-.3 42.8-.2 42.7h-28v27.9c0 22-.3 28.1-1.3 29-.9.7-10.6 1.2-28.8 1.3l-27.4.3v26l12 .2c18.2.4 16.5-1.1 16.5 15.3v14h28v-55.8l2.3-.6c1.2-.3 7.7-.6 14.5-.6H982v-13.3c0-9 .4-13.7 1.2-14.5.9-.9 8.6-1.2 28.5-1.2h27.2l.3-13.7.3-13.8h28v28l-13.7.3-13.8.3V960h12.8c7 0 13.3.4 14 .8 1 .7 1.2 12.8 1 57.3l-.3 56.4h-28l-.3-56.7-.2-56.8h-28v57h-57v27.9l13.8.3 13.7.3.3 14.2.3 14.3H809.9l.3-14.3.3-14.2 13.8-.3c7.5-.1 13.7-.6 13.7-1 .1-.4.2-6.7.3-13.9l.2-13.3-42.5-.2-42.5-.3-.3-13.2c-.2-9.5-.6-13.4-1.6-14.2-.9-.8-5.8-1.1-14.2-.9l-12.9.3-.5 14-.5 14-13.5.3c-9.2.2-13.7.6-14.2 1.5-.4.7-.8 6.4-.8 12.7 0 6.3.4 12 .8 12.7.5.9 5 1.3 14.2 1.5l13.5.3v28h-200l-.3-28.1-.2-28.2 2.2-.6c3-.8 52.2-.8 54.2 0 1.4.5 1.6 2.8 1.6 14.5v13.9h85v-42c0-40.4.1-42 1.9-43 2.3-1.2 24-1.4 25.8-.2.8.5 1.3 4.9 1.5 13.7l.3 13 14.3.3 14.2.3v-13.6c0-7.4.1-13.6.3-13.6.1-.1 6.5-.5 14.2-.8l14-.6.3-13.7.3-13.8H724v29h-12.9c-7.1 0-13.6-.3-14.5-.6-1.4-.5-1.6-2.8-1.6-14.5V932l-28.2-.2-28.3-.3-.5-14-.5-14-28.2-.3-28.3-.2v28h12.9c10.4 0 13.3.3 14.5 1.6 1.3 1.2 1.6 4.1 1.6 14.5V960h11.9c6.6 0 13.1.4 14.6 1l2.5 1-.2 27.7-.3 27.8h-29l-.5-14-.5-14-70.7-.3-70.8-.2-.5 2.2c-.3 1.3-.6 7.7-.8 14.3l-.2 12h-28l-.5-14-.5-14-11.5-.3c-6.3-.1-12.5 0-13.7.3l-2.3.5v56l42.8.2 42.7.3v28l-42.4.3c-33.3.2-42.6 0-43.3-1-.4-.7-.8-7-.8-14.1V1047h-12.9c-9.6 0-13.1-.3-14-1.4-.8-.9-1-20.5-.9-71.7l.3-70.4 13.8-.3 13.7-.3V875c0-26.6.1-28 1.9-29 2.3-1.2 81.9-1.4 83.8-.2.9.5 1.3 5 1.5 14.2l.3 13.5 13.8.3 13.7.3v-57l-14-.3-14.1-.3-.2-28-.2-28-14-.5-14-.5-.3-42.8-.2-42.8 14.2.3 14.3.3.3 42.3.2 42.2h12.4c6.9 0 13.1.3 14 .6 1.5.6 1.6-6.2 1.6-71.5v-72.2l-13.7.3-13.8.3-.5 14-.5 14-14.2.3-14.2.3-.3-14.3-.3-14.3-13.7-.3-13.8-.3-.2 28.8-.3 28.8-13.4.3c-8.8.2-13.8-.1-14.7-.9-1-.8-1.4-4.7-1.6-14.2l-.3-13.2-13.8-.3-13.7-.3.2 28.3.3 28.3 14 .5 14 .5.5 14 .5 14 14 .5 14 .5v28l-14 .5-14 .5-.3 13.7-.3 13.8h27.9c22.6 0 28.2.3 29.1 1.4.8.9 1.1 5.6.9 14.2l-.3 12.9h-58l-.5-13.9-.5-13.8h-12.8c-7.1 0-13.3.4-13.8.9-.4.4-1 6.7-1.1 13.8l-.3 13-28.2.3-28.3.2v28h26.9c14.8 0 27.6.3 28.5.6 1.4.5 1.6 2.8 1.6 14.5V874h-57v57h12.6c6.9 0 13.4.5 14.5 1 1.7 1 1.9 2.2 1.9 14s-.2 13-1.9 14c-3.1 1.6-53.6 1.4-54.9-.3-.7-.8-1.3-6.8-1.4-14.3l-.3-12.9-14-.5-14-.5v-28l14-.5 14-.5v-28L265 874l-28.5-.5-.3-13.7-.3-13.8-70.7-.2-70.7-.3-.3-14.2-.3-14.3 56.8-.2 56.8-.3v-27.9l-13.2.3c-12.3.3-13.2.1-14.2-1.7-1.5-2.9-1.4-25.5.1-27 1.3-1.3 21.3-1.7 25.5-.6 2.2.6 2.3 1.1 2.5 14.3l.3 13.6h113l.3-13c.2-10.8.5-13.2 1.9-14.3 1.1-.8 5.8-1.2 14.5-1.2H351l-.2-28.2-.3-28.3-13.7-.3-13.7-.3-.3 14.3-.3 14.3-14 .5-14 .5-.5 14-.5 14-27.9.3c-21.7.2-28.1-.1-28.8-1-.4-.7-.8-7.3-.8-14.6V731h-27.9c-24.5 0-28-.2-28.5-1.6-.3-.9-.6-7.4-.6-14.5V702h-27.5c-26.1 0-27.5.1-28.5 1.9-1.5 2.9-1.3 23.3.3 25.4 1 1.4 3.4 1.7 14.2 1.9l13 .3v28l-14 .5-14 .5-.5 14-.5 14-25 .3c-13.7.2-26.4 0-28.2-.3l-3.2-.6-.3-13.7-.3-13.7-14.2-.3-14.3-.3-.2 42.8-.3 42.8-12.9.3c-8.6.2-13.3-.1-14.2-.9-1.2-1-1.4-10.4-1.4-56.3 0-30.3.4-55.7.8-56.3.6-1 7.9-1.3 28.7-1.5l28-.3.3-13.1c.2-10.1-.1-13.4-1.1-14.2-.9-.8-10.2-1.3-28.8-1.4l-27.4-.3v-27l56.4-.3c43.7-.2 56.7-.5 57.3-1.5.4-.6.8-7.2.8-14.4v-13.2l14.3-.3 14.2-.3v-28l-14.2-.3-14.2-.3-.3-13.7-.3-13.7-13.5-.5-13.5-.5-.3-14.3-.3-14.2H122v28h114v-28h-27.9c-24.5 0-28-.2-28.5-1.6-.9-2.3-.7-24.7.2-26.1.5-.9 5-1.3 14.2-1.5l13.5-.3v-28l-14-.5-14-.5v-27l14.3-.3 14.3-.3-.3-14.2-.3-14.2-41.2-.3c-36.4-.2-41.3 0-42.7 1.4-1.2 1.2-1.6 3.7-1.6 11.3 0 5.4.3 11.3.6 13l.7 3.1H151v28h13.9c11.7 0 14 .2 14.5 1.6.3.9.6 7.4.6 14.5V530h-29v-13.9c0-11.7-.2-14-1.6-14.5-.9-.3-7.4-.6-14.5-.6H122v29H94.8c-15 0-27.8.4-28.5.8-.9.5-1.3 5-1.5 14.2l-.3 13.5-14 .5-14 .5-.3 13.7-.3 13.8h12.3c18.3 0 16.8-1.2 16.8 14.5 0 11.2.2 13.4 1.6 13.9.9.3 7.4.6 14.5.6h13l-.3 14.2-.3 14.3-42.7.3L8 645l-.5-2.2c-.3-1.3-.4-7.7-.3-14.3l.3-12 14-.5 14-.5v-27l-12.9-.3c-7.5-.1-13.5-.7-14.3-1.4-1.8-1.5-1.9-53.8-.1-55.6.8-.8 5.4-1.2 13.9-1.2 10.6 0 12.8-.3 13.3-1.6.3-.9.6-13.7.6-28.5V473h29v-58h13.3c7.2 0 13.8-.4 14.5-.8.9-.7 1.2-6.9 1-27.8l-.3-26.9-14.2-.3-14.2-.3-.3 13.8-.3 13.8-27.4.3c-19.3.2-27.8-.1-28.7-.9-1.9-1.5-2-24.9-.2-26.7.9-.9 8.7-1.2 29-1.2h27.9l-.3-13.8-.3-13.7-14-.5-14-.5-.2-12c-.4-18.1 1-16.5-14.2-16.5-9.7 0-13.1-.3-14-1.4-.8-.9-1.1-9.4-.9-28.7l.3-27.4 14.2-.3 14.2-.3.3 14.3.3 14.3 14 .5 14 .5.5 13.5.5 13.5h85l.5-13.5.5-13.5 13.7-.3 13.7-.3.3-14.2.3-14.2 14.3-.3 14.2-.3V272h28l.2-42.8.3-42.7h29l.3 40.5c.1 22.3 0 41.5-.3 42.7-.5 2.2-.9 2.3-13.3 2.3-7 0-13.2.4-13.9.8-.9.5-1.3 5-1.5 14.2l-.3 13.5-14 .5-14 .5-.5 14-.5 14-13.7.3-13.8.3V358h56v-12.9c0-7.1.3-13.6.6-14.5.5-1.4 2.8-1.6 14.5-1.6H265v-13.5c0-12.3.2-13.5 1.9-14.5 1.1-.5 7.6-1 14.5-1H294l-.2-56.8-.3-56.7-14-.5-14-.5-.3-13.4c-.2-10.1.1-13.6 1-14.3.7-.4 7.3-.8 14.6-.8H294v-28h-57l-.5-2.3c-.3-1.2-.4-20.7-.3-43.2l.3-41 85.8-.3L408 42V29.6c0-6.9.3-13.2.6-14 .6-1.4 2.5-1.6 14.8-1.4l14.1.3.3 28.2zM523.2 15c.2.5.1 6.9-.2 14.2l-.5 13.3h-56l-.3-12.9c-.1-7.2 0-13.6.2-14.3.4-1 6.4-1.3 28.5-1.3 17.3 0 28.1.4 28.3 1zm86.3 1.2c.3 1.3.4 7.7.3 14.3l-.3 12h-57l-.3-12.9c-.1-7.2 0-13.6.2-14.3.4-1 6.5-1.3 28.5-1.3H609l.5 2.2zm458 98.3v100l-98.9.3c-72.2.1-99.2-.1-100.2-.9-1.2-1-1.4-17.9-1.4-99.9 0-54.2.3-99 .7-99.3.3-.4 45.5-.6 100.2-.5l99.6.3v100zm-.7 731.3c.9.7 1.2 4.2 1 14.3l-.3 13.4h-28l-.3-12.9c-.2-8.6.1-13.3.9-14.2.9-1.1 4.1-1.4 13.3-1.4 6.6 0 12.7.4 13.4.8zM207.5 974.5v100l-99.4.3c-78.9.2-99.6 0-100.3-1-.4-.7-.8-45.4-.8-99.4 0-75.1.3-98.3 1.2-99.2.9-.9 24-1.2 100.3-1l99 .3v100zm86 28.5v14.5h-28l-.3-13.4c-.2-9.1.1-13.8.9-14.7.9-1.2 4-1.4 14.3-1.2l13.1.3v14.5zm56.3 14.6 2.2.6-.2 28.2-.3 28.1-56.9.3c-44.9.2-57.1 0-57.8-1-.9-1.5-1.1-23.9-.2-26.2.5-1.4 5.3-1.6 43-1.6H322v-12.9c0-10.4.3-13.3 1.6-14.5 1.2-1.3 3.9-1.6 12.7-1.6 6.2 0 12.2.3 13.5.6zm430.6 29c1.3.5 1.6 2.6 1.6 13.3 0 6.9-.4 13.2-.8 13.9-.7.9-4.2 1.2-14.3 1l-13.4-.3-.3-12.9c-.1-7.2 0-13.6.2-14.3.4-1 3.7-1.3 13-1.3 6.8 0 13.1.3 14 .6z\"/><path d=\"m36.2 114.2.3 71.3 71.3.3 71.2.2V43H36l.2 71.2zm114.3.3v43h-85l-.3-42c-.1-23.1 0-42.6.3-43.3.3-1 9.4-1.2 42.7-1l42.3.3v43zm115.7-28.8.3 13.8h27l.3-13.8.3-13.7h-28.2l.3 13.7zm57 0 .3 13.8h27l.3-13.8.3-13.7h-28.2l.3 13.7zM753 86v13.9l-14.2.3-14.3.3-.3 13.7-.3 13.8H753v-28h13.4c8.2 0 13.7-.4 14.1-1 .4-.6.7-6.9.8-14l.2-13H753v14zm-372.8 99.7.3 27.8 13.8.3 13.7.3V158h-28l.2 27.7zm57.6.5-.3 28.3-14.2.3-14.3.3V243l28.8.2 28.7.3.3 12c.4 17.8 1.5 16.5-13.2 16.5-6.9 0-13.1.3-14 .6-1.4.5-1.6 4-1.6 28.5V329h27.9c24.5 0 28-.2 28.5-1.6.3-.9.6-6.8.6-13.3 0-7.8.4-12.1 1.2-12.9.8-.8 5.4-1.2 14-1.2h12.7l.3-13.8.3-13.7 14.3-.3 14.2-.3V244l-28.2-.2-28.3-.3-.5-14-.5-14-14-.5-14-.5-.5-28-.5-28-13.7-.3-13.8-.3-.2 28.3zm286 0-.3 28.3-14 .5-14 .5v27l14.2.3 14.3.3.2 28.2.3 28.2h28l.2-28 .2-28h28.6l.3 14.2.3 14.3h55.8l.3-12.8c.2-7 .1-13.3 0-13.9-.3-.9-4.3-1.3-14-1.5l-13.7-.3-.3-28.8-.2-28.8-13.8.3-13.7.3-.3 13.2c-.2 9.5-.6 13.4-1.6 14.2-.9.8-5.8 1.1-14.2.9l-12.9-.3-.3-28.3-.2-28.2h-29l-.2 28.2zM380 258v14h-11.7c-17.6 0-16.2-1.3-16.5 14.9l-.3 13.6-28.5.5-28.5.5v27l12.9.3c7.5.1 13.5.7 14.3 1.4 1 .8 1.3 4.6 1.3 14.4V358h28v-12.9c0-10.4.3-13.3 1.6-14.5 1.2-1.3 4.1-1.6 14.5-1.6H380v-57h28v-28h-28v14zm-199.3 14.6c-.4.4-.7 6.7-.7 14.1V300l12.5.1c6.9.1 13.1.2 13.8.3.9.1 1.2-3.3 1.2-13.9v-14l-13.1-.3c-7.1-.1-13.3.1-13.7.4zm314.5 71.1.3 13.8 13.8.3 13.7.3V330h-28.1l.3 13.7zm-373 29 .3 13.8h28l.3-13.8.3-13.7h-29.2l.3 13.7zm114.8.3v13.9l14.3.3 14.2.3.3 56.7.2 56.7 13.8.3 13.7.3v86l-28.2.3-28.3.2v13.5c0 15.9-1.6 14.4 16.5 14.8l12 .2.3 28.7.2 28.8h28v-58h28v-13.5c0-12.3.2-13.5 1.9-14.5 1.1-.5 7.6-1 14.5-1H351v-12.8c0-7 .4-13.3.8-13.9.6-1 7.8-1.3 28.2-1.5l27.5-.3.3-12.9c.1-7.5.7-13.5 1.4-14.3.8-1 7-1.3 28.4-1.3 26 0 27.4.1 28.4 1.9 1.3 2.5 1.3 22.7 0 25.2-1 1.7-2.2 1.9-14.5 1.9H438v28h12.4c6.8 0 13.1.3 14 .6 1.4.5 1.6 2.7 1.6 13.9s.2 13.4 1.6 13.9c2 .8 23.8.8 25.8 0 1.4-.6 1.6-6.6 1.6-57.5V501h28v-28h-28v-41.4c0-22.8-.3-42.1-.6-43-.5-1.4-2.8-1.6-14.5-1.6h-13.8l-.3-13.8-.3-13.7-13.7-.3-13.7-.3-.3 13.8-.3 13.8-70.9.3c-56.1.2-71.1 0-71.8-1-.4-.7-.8-7-.8-14.1V359h-57v14zm229 42.5V444h-56.9c-50.9 0-56.9-.2-57.5-1.6-.8-2-.8-22.2 0-25.2l.6-2.2H437v-28h29v28.5zm-143.5 14v14h-28l-.3-12.9c-.1-7.2 0-13.6.2-14.3.4-1.1 3.6-1.3 14.3-1.1l13.8.3v14zm29 57.5v13.5l-13.9.3c-10.5.2-14.1-.1-14.8-1-.9-1.6-1.1-25.2-.1-26.2.4-.3 7-.5 14.7-.4l14.1.3V487zm57 0v13.5l-13.3.5c-7.8.3-13.7.1-14.3-.5-1-1-1.3-25.8-.2-26.9.4-.3 6.8-.5 14.2-.4l13.6.3V487zm86.5 0v14h-29v-28h29v14zm430-85.5V444l-28.7-.2-28.8-.3-.3-13.5c-.2-9.2-.6-13.7-1.5-14.2-2.1-1.3-23.1-.9-25 .4-1.5 1.2-1.7 4.4-1.9 28.8l-.3 27.5-14.2.3-14.2.3-.3-14.3-.3-14.3-11.5-.3c-17.4-.4-16-1.7-16 14.8v14h28l-.2 42.7-.3 42.8-13 .3c-11.4.2-13.1.1-14.3-1.5-1-1.4-1.2-10.7-1.2-42.8l.1-41-28.5-.3-28.6-.2v-14c0-13.6-.1-14-2.2-14.5-1.3-.3-14-.4-28.3-.3l-26 .3-.3 14.2-.3 14.3h57l.3 13.7.3 13.8 13.2.3c9.5.2 13.4.6 14.2 1.6.8.9 1.1 9.7.9 28.7l-.3 27.4h-57l-.3-27.5c-.2-24.4-.4-27.6-1.9-28.8-1.1-.8-5.7-1.2-14-1.2H667v86h26.3c14.4 0 27.2.3 28.4.6l2.3.6.2 28.2.3 28.1 12.9.3c8.6.2 13.3-.1 14.2-.9 1.1-.9 1.4-6.4 1.4-28.5v-27.3l3.3-.6c1.7-.3 14.5-.5 28.2-.3l25 .3.3 13.5c.2 9.2.6 13.7 1.5 14.2 1.6 1 52.8 1 54.5 0 .9-.7 1.2-7 1-28.3l-.3-27.4-13.5-.3c-9.2-.2-13.7-.6-14.2-1.5-1.3-2.1-.9-24.1.5-26 1-1.4 3.4-1.7 14.2-1.9l13-.3.5-28 .5-28h28l.5 13.5.5 13.5 14 .5 14 .5.3 14.3.3 14.3 13.7-.3 13.7-.3.5-14 .5-14 14.3-.3 14.2-.3v58l-13.7.3-13.8.3-.3 13.7-.3 13.8H982v-28h28v-28.4c0-25-.2-28.5-1.6-29-.9-.3-7.2-.6-14-.6H982v-56l-2.2-.5c-1.3-.3-7.7-.6-14.3-.8l-12-.2v-28l14-.5 14-.5v-27l-12.9-.3c-7.5-.1-13.5-.7-14.3-1.4-.9-.8-1.3-4.5-1.3-13.9V359h-28v42.5zm28.8 85.7.3 13.8H925v-28.1l14.3.3 14.2.3.3 13.7zm-773.6-86.5.3 13.8h27v-27l-13.8-.3-13.8-.3.3 13.8zm30 15.3c-2.2.9-2.3 1.2-2 14.2l.3 13.3 13.8.3 13.7.3V415l-11.7.1c-6.5 0-12.8.4-14.1.9zm801.2 29.3c-.2.7-.3 7.1-.2 14.3l.3 12.9 13.8.3 13.7.3v-14c0-11.7-.2-14-1.6-14.5-.9-.3-6.9-.6-13.5-.6-8.9 0-12.1.3-12.5 1.3zM65.2 486.7l.3 13.8 28.3.3 28.3.2-.3-13.7-.3-13.8-28.3-.3-28.3-.2.3 13.7zm142.8.3v14h28v-28h-28v14zm431 0v14h27v-28h-27v14z\"/><path d=\"M238.3 501.6c-1 .4-1.3 4.3-1.3 14.5v14l13.8-.3 13.7-.3v-28l-12.5-.2c-6.9-.1-13.1.1-13.7.3zm285.8 30.3c-1.4 2.5-1.4 22.6-.1 25.2 1 1.7 2.2 1.9 14.6 1.9h13.5l-.3-14.3-.3-14.2-13.2-.3c-12.2-.2-13.3-.1-14.2 1.7zM553 573v14h12.8c8.6 0 13.2.4 14 1.2.8.8 1.2 5.4 1.2 14 0 7 .1 12.9.3 13 .1.1 13 .5 28.7.8l28.5.5.3 12c.1 6.6 0 13-.3 14.2l-.5 2.3-42.3.2-42.2.3v28l13.5.5 13.5.5.5 13.5.5 13.5 41.9.3c32.1.2 42.2.5 42.8 1.5.4.6.8 7.2.8 14.5v13.3l13.8-.3 13.7-.3.5-14 .5-14 14-.5 14-.5v-27l-27.4-.3c-18.2-.1-27.9-.6-28.8-1.3-.9-.8-1.3-4.2-1.3-12.3 0-16.8-1.2-15.5 14.9-15.8l13.6-.3v-28l-14-.5-14-.5-.3-13.8-.3-13.7h-27.2c-15 0-27.7-.4-28.4-.8-.9-.5-1.3-5-1.5-14.2l-.3-13.5-27.7-.3-27.8-.2v14zm-143.3 15.7c-.4.3-.7 6.4-.7 13.4 0 15.2-1.3 14.1 16 13.7l11.5-.3.3-13.8.3-13.7h-13.4c-7.4 0-13.7.3-14 .7zm-229.5 41.5.3 14.3 27.8.3 27.7.2v-29h-56.1l.3 14.2zM323 645v29.1l13.8-.3 13.7-.3.6-14c.3-7.7.7-14.1.8-14.3 0-.1 6.4-.2 14.1-.2h14.1l-.3-14.3-.3-14.2-28.2-.3-28.3-.2v29zm573.7-28.4c-.4.4-.7 6.5-.7 13.4 0 9.7.3 13 1.4 13.9.9.8 5.6 1.1 14.2.9l12.9-.3v-28l-13.6-.3c-7.4-.1-13.8.1-14.2.4zM180 688v14l42.3-.2 42.2-.3.3-13.8.3-13.7H180v14zm114.4-12.7c-.2.7-.3 6.9-.2 13.8l.3 12.4 13.8.3 13.7.3V674h-13.5c-10.2 0-13.7.3-14.1 1.3zm-28.2 40.9.3 14.3 13.8.3 13.7.3V702h-28.1l.3 14.2zm287.5 15.5c-.4.3-.7 6.7-.7 14.2v13.6l11.6-.3c6.4-.2 12.7-.1 14 .2l2.5.7-.3 14.2-.3 14.2H553v42.1c0 33.6-.3 42.4-1.3 43.2-.8.7-6.9 1.3-14.8 1.4l-13.4.3v27l28.8.3 28.7.2v-28.4c0-25 .2-28.5 1.6-29 2.5-1 23.8-.7 25.4.4 1.2.7 1.6 3.9 2 14.2l.5 13.3 42.3.3 42.3.2-.3-13.7-.3-13.8-13-.3c-10.8-.2-13.2-.5-14.2-1.9-.9-1.1-1.3-5.8-1.3-14.5V817h-28v-57h-13.4c-9.8 0-13.6-.3-14.4-1.3-.7-.8-1.3-6.8-1.4-14.3l-.3-12.9-27.1-.3c-14.9-.1-27.3.1-27.7.5zm55.8 58.5c.3 1.3.4 7.7.3 14.3l-.3 12h-28l-.3-14.3-.3-14.2H595c13.6 0 14 .1 14.5 2.2zm29.5-45.3v14l13.1.3c7.2.2 13.3.1 13.5-.1.2-.2.4-6.7.4-14.3V731h-27v13.9zm228-.6c0 7.3.4 13.7.9 14.2.6.6 6.9.9 14.5.7l13.6-.3v-11.7c0-17.6 1.3-16.2-15.1-16.2H867v13.3zm58.5-12.1c-.3.7-.6 7.1-.7 14.3l-.3 13-14.3.3-14.3.3.3 13.7.3 13.7 14 .5 14 .5.5 14 .5 14h27l.3-42.8.2-42.7h-13.5c-9.9 0-13.7.3-14 1.2z\"/><path d=\"M523.7 760.7c-.9.8-.9 23.6-.1 25.7.5 1.4 2.8 1.6 14.5 1.6H552v-28h-13.8c-7.6 0-14.2.3-14.5.7zM667 788.5V817h56.9l.3 13.7.3 13.8 12 .2c6.6.2 13 .5 14.3.8l2.2.5v85h28l.2-55.3c.2-30.5.2-56.1 0-57-.3-1.5-3-1.7-28.8-1.7H724v-14c0-12.6-.2-14-1.7-14.1-1 0-6.6 0-12.5.1-15.2.2-14.7.8-15-15.3l-.3-13.2-13.7-.3-13.8-.3v28.6zm315.7-27.8c-.4.3-.7 6.1-.7 12.8 0 9.2.3 12.5 1.4 13.4.9.8 9.2 1.1 28.2.9l26.9-.3.3-13.8.3-13.7h-27.9c-15.3 0-28.2.3-28.5.7zm-114.8 28.7c-.5.6-.9 6.8-.9 13.8 0 15.2-1.4 14 16.5 13.6l12-.3.3-13.3c.2-10.1 0-13.3-1-13.7-2.7-.9-25.9-1-26.9-.1zM237 831v14.1l13.8-.3 13.7-.3.3-13.8.3-13.7H237v14zm57.5 17.2c-.3 1.3-.4 7.5-.3 13.8l.3 11.5 13.8.3 13.7.3V846h-13.5c-13.1 0-13.5.1-14 2.2zm545-1c-.3.7-.4 19.8-.3 42.3l.3 41h85v-84l-42.3-.3c-33.3-.2-42.4 0-42.7 1zm56 41.3v14h-28l-.3-12.9c-.2-8.7.1-13.3.9-14.2.9-1.2 4-1.4 14.3-1.2l13.1.3v14z\"/><path d=\"M695.5 875.1c-.4.6-.4 13.4 0 28.4l.8 27.4 13.4.3c7.4.2 13.7.1 13.9-.1.2-.2.4-12.9.4-28.2 0-24.3-.2-27.8-1.6-28.3-2.8-1.1-26.2-.7-26.9.5zM409 917v14h57v-12.4c0-6.8-.3-13.1-.6-14-.5-1.4-4-1.6-28.5-1.6H409v14zm86.7-13.3c-.4.3-.7 6.6-.7 14V931h28v-28h-13.3c-7.4 0-13.7.3-14 .7zM467 944.4c0 6.8-.3 13.1-.6 14-.5 1.4 1 1.6 13.4 1.6 11.8 0 14.1-.2 14.6-1.6.3-.9.6-7.2.6-14V932h-28v12.4zm56 .3c0 7.1.4 13.3.8 14 .6.9 7.9 1.2 27.9 1.3 15 .1 27.7-.1 28.2-.5.7-.4 1.1-5.7 1.1-14.1V932h-58v12.7zm-85 29.8V988h28v-27h-28v13.5zm401.6 16.1c-.3.8-.6 7.2-.6 14v12.4h28.1l-.3-13.8-.3-13.7-13.1-.3c-11.3-.2-13.2 0-13.8 1.4zm56.6-876.4.3 71.3 71.3.3 71.2.2V43H896l.2 71.2zm114.3.3v43h-85l-.3-42c-.1-23.1 0-42.6.3-43.3.3-1 9.4-1.2 42.7-1l42.3.3v43zM36.7 903.7c-.4.3-.7 32.5-.7 71.5v70.8h143V903h-70.8c-39 0-71.2.3-71.5.7zm112.7 27.9c1.4.5 1.6 5.3 1.6 43.5v42.9H65v-42.9c0-40.1.1-43 1.8-43.4 2.6-.7 80.8-.8 82.6-.1z\"/></svg>',withExternalLayout:true})}),XZaT6ItWo&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-9etge6\",\"data-framer-name\":\"virement\",layoutDependency:layoutDependency,layoutId:\"ZJ1VGKOzP\",style:{transformPerspective:1200,z:60},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-rwycfn\",\"data-framer-name\":\"TXT\",layoutDependency:layoutDependency,layoutId:\"UN8fRvThx\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--font-selector\":\"R0Y7U3BhY2UgR3JvdGVzay02MDA=\",\"--framer-font-family\":'\"Space Grotesk\", \"Space Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-120310e0-ea5a-4f11-ae2c-cfabd9b9daa9, rgb(255, 255, 255)))\"},children:\"Association Phoebus Records\"})}),className:\"framer-1hhs2q6\",fonts:[\"GF;Space Grotesk-600\"],layoutDependency:layoutDependency,layoutId:\"duDNgQC_x\",style:{\"--extracted-a0htzi\":\"var(--token-120310e0-ea5a-4f11-ae2c-cfabd9b9daa9, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({EFQ17H02r:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--framer-font-size\":\"10px\",\"--framer-letter-spacing\":\"-1px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-120310e0-ea5a-4f11-ae2c-cfabd9b9daa9, rgb(255, 255, 255)))\"},children:\"Association Phoebus Records\"})}),fonts:[\"Inter\"]},gW4bPP80Y:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--framer-font-size\":\"10px\",\"--framer-letter-spacing\":\"-1px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-120310e0-ea5a-4f11-ae2c-cfabd9b9daa9, rgb(255, 255, 255)))\"},children:\"Association Phoebus Records\"})}),fonts:[\"Inter\"]}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--font-selector\":\"R0Y7U3BhY2UgR3JvdGVzay02MDA=\",\"--framer-font-family\":'\"Space Grotesk\", \"Space Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-120310e0-ea5a-4f11-ae2c-cfabd9b9daa9, rgb(255, 255, 255)))\"},children:\"Promenade du Voisinage 7\"})}),className:\"framer-1a3mfi9\",fonts:[\"GF;Space Grotesk-600\"],layoutDependency:layoutDependency,layoutId:\"vxPR1RJoe\",style:{\"--extracted-a0htzi\":\"var(--token-120310e0-ea5a-4f11-ae2c-cfabd9b9daa9, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({EFQ17H02r:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--framer-font-size\":\"10px\",\"--framer-letter-spacing\":\"-1px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-120310e0-ea5a-4f11-ae2c-cfabd9b9daa9, rgb(255, 255, 255)))\"},children:\"Promenade du Voisinage 7\"})}),fonts:[\"Inter\"]},gW4bPP80Y:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--framer-font-size\":\"10px\",\"--framer-letter-spacing\":\"-1px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-120310e0-ea5a-4f11-ae2c-cfabd9b9daa9, rgb(255, 255, 255)))\"},children:\"Promenade du Voisinage 7\"})}),fonts:[\"Inter\"]}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--font-selector\":\"R0Y7U3BhY2UgR3JvdGVzay02MDA=\",\"--framer-font-family\":'\"Space Grotesk\", \"Space Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-120310e0-ea5a-4f11-ae2c-cfabd9b9daa9, rgb(255, 255, 255)))\"},children:\"1217 Meyrin\"})}),className:\"framer-1luhu5o\",fonts:[\"GF;Space Grotesk-600\"],layoutDependency:layoutDependency,layoutId:\"M2nckghF6\",style:{\"--extracted-a0htzi\":\"var(--token-120310e0-ea5a-4f11-ae2c-cfabd9b9daa9, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({EFQ17H02r:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--framer-font-size\":\"10px\",\"--framer-letter-spacing\":\"-1px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-120310e0-ea5a-4f11-ae2c-cfabd9b9daa9, rgb(255, 255, 255)))\"},children:\"1217 Meyrin\"})}),fonts:[\"Inter\"]},gW4bPP80Y:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--framer-font-size\":\"10px\",\"--framer-letter-spacing\":\"-1px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-120310e0-ea5a-4f11-ae2c-cfabd9b9daa9, rgb(255, 255, 255)))\"},children:\"1217 Meyrin\"})}),fonts:[\"Inter\"]}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--font-selector\":\"R0Y7U3BhY2UgR3JvdGVzay02MDA=\",\"--framer-font-family\":'\"Space Grotesk\", \"Space Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-120310e0-ea5a-4f11-ae2c-cfabd9b9daa9, rgb(255, 255, 255)))\"},children:\"IBAN : CH67 0078 8000 0510 9708 4\"})}),className:\"framer-3vx4se\",fonts:[\"GF;Space Grotesk-600\"],layoutDependency:layoutDependency,layoutId:\"jI8AkSNKL\",style:{\"--extracted-a0htzi\":\"var(--token-120310e0-ea5a-4f11-ae2c-cfabd9b9daa9, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({EFQ17H02r:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--framer-font-size\":\"10px\",\"--framer-letter-spacing\":\"-1px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-120310e0-ea5a-4f11-ae2c-cfabd9b9daa9, rgb(255, 255, 255)))\"},children:\"IBAN : CH67 0078 8000 0510 9708 4\"})}),fonts:[\"Inter\"]},gW4bPP80Y:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--framer-font-size\":\"10px\",\"--framer-letter-spacing\":\"-1px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-120310e0-ea5a-4f11-ae2c-cfabd9b9daa9, rgb(255, 255, 255)))\"},children:\"IBAN : CH67 0078 8000 0510 9708 4\"})}),fonts:[\"Inter\"]}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--font-selector\":\"R0Y7U3BhY2UgR3JvdGVzay02MDA=\",\"--framer-font-family\":'\"Space Grotesk\", \"Space Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-120310e0-ea5a-4f11-ae2c-cfabd9b9daa9, rgb(255, 255, 255)))\"},children:\"N\\xb0 BIC/SWIFT: BCGECHGGXXX\"})}),className:\"framer-1fvhphe\",fonts:[\"GF;Space Grotesk-600\"],layoutDependency:layoutDependency,layoutId:\"xlKK5yqCW\",style:{\"--extracted-a0htzi\":\"var(--token-120310e0-ea5a-4f11-ae2c-cfabd9b9daa9, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({EFQ17H02r:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--framer-font-size\":\"10px\",\"--framer-letter-spacing\":\"-1px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-120310e0-ea5a-4f11-ae2c-cfabd9b9daa9, rgb(255, 255, 255)))\"},children:\"N\\xb0 BIC/SWIFT: BCGECHGGXXX\"})}),fonts:[\"Inter\"]},gW4bPP80Y:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--framer-font-size\":\"10px\",\"--framer-letter-spacing\":\"-1px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-120310e0-ea5a-4f11-ae2c-cfabd9b9daa9, rgb(255, 255, 255)))\"},children:\"N\\xb0 BIC/SWIFT: BCGECHGGXXX\"})}),fonts:[\"Inter\"]}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--font-selector\":\"R0Y7U3BhY2UgR3JvdGVzay02MDA=\",\"--framer-font-family\":'\"Space Grotesk\", \"Space Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-120310e0-ea5a-4f11-ae2c-cfabd9b9daa9, rgb(255, 255, 255)))\"},children:\"Clearing/CB: 788\"})}),className:\"framer-m7tsh5\",fonts:[\"GF;Space Grotesk-600\"],layoutDependency:layoutDependency,layoutId:\"FRp45RNHR\",style:{\"--extracted-a0htzi\":\"var(--token-120310e0-ea5a-4f11-ae2c-cfabd9b9daa9, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({EFQ17H02r:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--framer-font-size\":\"10px\",\"--framer-letter-spacing\":\"-1px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-120310e0-ea5a-4f11-ae2c-cfabd9b9daa9, rgb(255, 255, 255)))\"},children:\"Clearing/CB: 788\"})}),fonts:[\"Inter\"]},gW4bPP80Y:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--framer-font-size\":\"10px\",\"--framer-letter-spacing\":\"-1px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-120310e0-ea5a-4f11-ae2c-cfabd9b9daa9, rgb(255, 255, 255)))\"},children:\"Clearing/CB: 788\"})}),fonts:[\"Inter\"]}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1yj08cb\",\"data-framer-name\":\"Clipboard\",layoutDependency:layoutDependency,layoutId:\"APfobTNbG\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1a7aen6-container\",layoutDependency:layoutDependency,layoutId:\"xOoLMKXQq-container\",whileTap:animation,children:/*#__PURE__*/_jsx(Clipboard,{borderRadius:8,bottomLeftRadius:8,bottomRightRadius:8,color:\"var(--token-120310e0-ea5a-4f11-ae2c-cfabd9b9daa9, rgb(255, 255, 255))\",content:\"Association Phoebus Records\\nPromenade du Voisinage 7\\n1217 Meyrin\\nIBAN: CH67 0078 8000 0510 9708 4\\nN\\xb0 BIC/SWIFT: BCGECHGGXXX Clearing/CB: 788\",fill:\"rgba(0, 0, 0, 0.5)\",font:{fontFamily:'\"Inter\", sans-serif',fontSize:\"10px\",fontStyle:\"normal\",letterSpacing:\"0em\",lineHeight:\"1em\"},height:\"100%\",hoverOptions:{backgroundColor:\"rgba(0, 0, 0, 0.8)\",color:\"rgb(255, 255, 255)\",scale:.96,transition:{damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"}},id:\"xOoLMKXQq\",isMixedBorderRadius:false,label:(_getLocalizedValue=getLocalizedValue(\"v0\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:\"Copier\",layoutId:\"xOoLMKXQq\",padding:8,paddingBottom:8,paddingLeft:8,paddingPerSide:false,paddingRight:8,paddingTop:8,topLeftRadius:8,topRightRadius:8,width:\"100%\"})})})})]}),d3obhmpI0&&/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:306,intrinsicWidth:610.6666666666666,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-180)/2+0+0)+0+30),pixelHeight:459,pixelWidth:916,sizes:\"120px\",...toResponsiveImage(r1q9bWEG8),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-5320lx\",\"data-framer-name\":\"Bulletin\",layoutDependency:layoutDependency,layoutId:\"FSNbwNPXw\",style:{borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12,transformPerspective:1200,z:60},...addPropertyOverrides({EFQ17H02r:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:306,intrinsicWidth:610.6666666666666,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+-20+0+30),pixelHeight:459,pixelWidth:916,sizes:\"120px\",...toResponsiveImage(r1q9bWEG8),...{positionX:\"center\",positionY:\"center\"}}},gW4bPP80Y:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:306,intrinsicWidth:610.6666666666666,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+-20+0+30),pixelHeight:459,pixelWidth:916,sizes:\"120px\",...toResponsiveImage(r1q9bWEG8),...{positionX:\"center\",positionY:\"center\"}}}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-14at6id\",layoutDependency:layoutDependency,layoutId:\"aM_bchx7S\",style:{backdropFilter:\"blur(2px)\",filter:\"blur(0px)\",WebkitBackdropFilter:\"blur(2px)\",WebkitFilter:\"blur(0px)\"}}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1sx6rua-container\",layoutDependency:layoutDependency,layoutId:\"zp93IW4kp-container\",style:{transformPerspective:1200,z:30},children:/*#__PURE__*/_jsx(Download,{fontControl:{fontFamily:'\"Inter\", \"Inter Placeholder\", sans-serif',fontSize:\"10px\",fontStyle:\"normal\",fontWeight:600,letterSpacing:\"0em\",lineHeight:\"1em\"},height:\"100%\",hoverOptions:{backgroundColor:\"rgba(0, 0, 0, 0.8)\",color:\"rgb(255, 255, 255)\",scale:.96,transition:{damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"}},iconOptions:{alignment:\"start\",color:\"rgb(255, 255, 255)\",size:13,type:\"Default\"},id:\"zp93IW4kp\",layoutId:\"zp93IW4kp\",srcFile:zRpZkAuVX,srcType:\"Upload\",srcURL:\"\",styleOptions:{backgroundColor:\"rgba(0, 0, 0, 0.5)\",borderRadius:8,color:\"rgb(255, 255, 255)\",gap:5,padding:8,paddingBottom:8,paddingLeft:8,paddingPerSide:false,paddingRight:8,paddingTop:8},text:(_getLocalizedValue1=getLocalizedValue(\"v1\",activeLocale))!==null&&_getLocalizedValue1!==void 0?_getLocalizedValue1:\"T\\xe9l\\xe9charger\",width:\"100%\"})})})]})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1lhbi4c\",\"data-framer-name\":\"front\",layoutDependency:layoutDependency,layoutId:\"yk82BeIb8\",style:{backgroundColor:\"var(--token-f8657b18-68b5-4f63-8297-10caf7bd2247, rgb(82, 18, 76))\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-11cckr8\",\"data-framer-name\":\"Twint+txt\",layoutDependency:layoutDependency,layoutId:\"cGkvWpuqR\",style:{transformPerspective:1200,z:60},children:[KFQrVw9Dj&&/*#__PURE__*/_jsx(SVG,{className:\"framer-yc33wq\",\"data-framer-name\":\"Twint\",fill:\"rgba(0, 0, 0, 0)\",intrinsicHeight:46,intrinsicWidth:140,layoutDependency:layoutDependency,layoutId:\"SdCoM5Lix\",svg:'<svg viewBox=\"0 0 140 46\" xmlns=\"http://www.w3.org/2000/svg\"><rect width=\"100%\" height=\"100%\" fill=\"#00000\"/><defs><radialGradient cx=\"22.45%\" cy=\"8.76%\" fx=\"22.45%\" fy=\"8.76%\" r=\"113.287%\" id=\"a\"><stop stop-color=\"#fc0\" offset=\"0%\"/><stop stop-color=\"#FFC800\" offset=\"9.157%\"/><stop stop-color=\"#FFBD00\" offset=\"17.39%\"/><stop stop-color=\"#FFAB00\" offset=\"25.28%\"/><stop stop-color=\"#FF9100\" offset=\"32.95%\"/><stop stop-color=\"#FF7000\" offset=\"40.46%\"/><stop stop-color=\"#FF4700\" offset=\"47.86%\"/><stop stop-color=\"#FF1800\" offset=\"55.03%\"/><stop stop-color=\"red\" offset=\"58.22%\"/><stop stop-color=\"red\" offset=\"100%\"/></radialGradient><radialGradient cx=\"2.431%\" cy=\"14.525%\" fx=\"2.431%\" fy=\"14.525%\" r=\"139.175%\" id=\"b\"><stop stop-color=\"#00B4E6\" offset=\"0%\"/><stop stop-color=\"#00B0E3\" offset=\"20.1%\"/><stop stop-color=\"#01A5DB\" offset=\"38.98%\"/><stop stop-color=\"#0292CD\" offset=\"57.37%\"/><stop stop-color=\"#0377BA\" offset=\"75.46%\"/><stop stop-color=\"#0455A1\" offset=\"93.16%\"/><stop stop-color=\"#054696\" offset=\"100%\"/></radialGradient></defs><g fill=\"none\"><path d=\"M39.902 33.438c0 .59-.418 1.304-.933 1.599L20.941 45.465c-.516.295-1.351.295-1.867 0L1.046 35.037c-.516-.295-.933-1.008-.933-1.599V12.582c0-.59.418-1.304.933-1.599L19.074.555c.516-.295 1.351-.295 1.867 0l18.028 10.428c.516.295.933 1.008.933 1.599v20.856zm100.087-19.356h-16.137v3.861h5.796v16.503h4.568V17.943h5.772zm-73.315 0H50.513v3.861h5.796v16.503h4.568V17.943h5.796zm46.715-.639c-5.084 0-7.909 3.246-7.909 7.944v13.06h4.519V21.289c0-2.041 1.204-3.615 3.439-3.615 2.235 0 3.414 1.869 3.414 3.615v13.158h4.519v-13.06c.025-4.698-2.898-7.944-7.982-7.944zm-17.045.639v20.364h4.519V14.082zm-15.326 8.067.147.91 4.249 11.387h1.842l5.772-20.364h-4.446l-2.751 10.699-.172 1.156-.221-1.156-3.684-10.699H80.28l-3.684 10.699-.221 1.156-.147-1.156-2.751-10.699h-4.47l5.772 20.364h1.842l4.249-11.387.147-.91\" fill=\"#fff\"/><path d=\"m29.414 23.059-4.716 6.911-2.407-3.689 2.775-4.156c.516-.738 1.621-2.779.344-5.558-1.032-2.263-3.267-3.345-5.232-3.345-1.965 0-4.102 1.008-5.256 3.345-1.302 2.681-.172 4.771.319 5.485 0 0 1.547 2.263 2.825 4.181l2.088 3.025 3.144 4.821c.025.025.516.787 1.4.787.835 0 1.351-.762 1.425-.836l7.368-10.92h-4.077v-.049zm-9.26.172s-1.228-1.869-2.039-3.173c-.86-1.402.098-3.492 2.039-3.492 1.94 0 2.898 2.091 2.039 3.492-.786 1.304-2.039 3.173-2.039 3.173z\" fill=\"url(#a)\"/><path d=\"m15.635 29.749-4.618-6.493s-1.228-1.869-2.039-3.173c-.86-1.402.098-3.492 2.039-3.492.246 0 .467.025.688.098l1.621-2.976a5.873 5.873 0 0 0-2.284-.492c-1.965 0-4.102 1.008-5.256 3.345-1.302 2.681-.172 4.771.319 5.485l8.081 11.978c.074.098.589.861 1.449.861.86 0 1.351-.738 1.425-.836l2.432-3.714-2.088-3.074-1.768 2.484z\" fill=\"url(#b)\"/></g></svg>',withExternalLayout:true}),invbq9OeV&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"600\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-120310e0-ea5a-4f11-ae2c-cfabd9b9daa9, rgb(255, 255, 255)))\"},children:\"Virement bancaire\"})}),className:\"framer-1jxbm4m\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"OrHVnnhg3\",style:{\"--extracted-r6o4lv\":\"var(--token-120310e0-ea5a-4f11-ae2c-cfabd9b9daa9, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:MNNdojKsa,verticalAlignment:\"top\",withExternalLayout:true})]})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Ax3O5.framer-g1l3jr, .framer-Ax3O5 .framer-g1l3jr { display: block; }\",\".framer-Ax3O5.framer-nxgzlx { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-Ax3O5 .framer-17kxne0 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 180px); overflow: visible; position: relative; transform-style: preserve-3d; width: 180px; }\",\".framer-Ax3O5 .framer-38etk0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: center; left: 0px; overflow: visible; padding: 0px; pointer-events: none; position: absolute; top: 0px; transform-style: preserve-3d; width: 100%; }\",\".framer-Ax3O5 .framer-1phm0nh { 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-Ax3O5 .framer-q1cgm3 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 120px); position: relative; width: 120px; }\",\".framer-Ax3O5 .framer-9etge6 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-Ax3O5 .framer-rwycfn { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 3px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-Ax3O5 .framer-1hhs2q6, .framer-Ax3O5 .framer-1a3mfi9, .framer-Ax3O5 .framer-1luhu5o, .framer-Ax3O5 .framer-3vx4se, .framer-Ax3O5 .framer-1fvhphe, .framer-Ax3O5 .framer-m7tsh5 { flex: none; height: auto; overflow: visible; position: relative; white-space: pre; width: auto; }\",\".framer-Ax3O5 .framer-1yj08cb { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 3px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 18px; pointer-events: auto; position: relative; width: 100%; }\",\".framer-Ax3O5 .framer-1a7aen6-container { flex: none; height: auto; pointer-events: auto; position: relative; width: auto; }\",\".framer-Ax3O5 .framer-5320lx { -webkit-user-select: none; align-content: flex-end; align-items: flex-end; aspect-ratio: 1 / 1; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 120px); justify-content: flex-end; overflow: visible; padding: 15px; position: relative; transform-style: preserve-3d; user-select: none; width: 120px; z-index: 1; }\",\".framer-Ax3O5 .framer-14at6id { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 240px); left: 0px; overflow: visible; position: absolute; right: 0px; top: 0px; z-index: 1; }\",\".framer-Ax3O5 .framer-1sx6rua-container { flex: none; height: auto; pointer-events: auto; position: relative; width: auto; z-index: 5; }\",\".framer-Ax3O5 .framer-1lhbi4c { align-content: center; align-items: center; backface-visibility: hidden; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: center; left: calc(50.00000000000002% - 100% / 2); overflow: visible; padding: 0px; position: absolute; top: calc(49.858356940509935% - 100% / 2); transform-style: preserve-3d; width: 100%; }\",\".framer-Ax3O5 .framer-11cckr8 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-Ax3O5 .framer-yc33wq { aspect-ratio: 3.0434782608695654 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 39px); position: relative; width: 120px; }\",\".framer-Ax3O5 .framer-1jxbm4m { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 121px; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Ax3O5.framer-nxgzlx, .framer-Ax3O5 .framer-38etk0, .framer-Ax3O5 .framer-1phm0nh, .framer-Ax3O5 .framer-9etge6, .framer-Ax3O5 .framer-rwycfn, .framer-Ax3O5 .framer-1yj08cb, .framer-Ax3O5 .framer-5320lx, .framer-Ax3O5 .framer-1lhbi4c, .framer-Ax3O5 .framer-11cckr8 { gap: 0px; } .framer-Ax3O5.framer-nxgzlx > *, .framer-Ax3O5 .framer-5320lx > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-Ax3O5.framer-nxgzlx > :first-child, .framer-Ax3O5 .framer-9etge6 > :first-child, .framer-Ax3O5 .framer-rwycfn > :first-child, .framer-Ax3O5 .framer-1yj08cb > :first-child, .framer-Ax3O5 .framer-5320lx > :first-child { margin-top: 0px; } .framer-Ax3O5.framer-nxgzlx > :last-child, .framer-Ax3O5 .framer-9etge6 > :last-child, .framer-Ax3O5 .framer-rwycfn > :last-child, .framer-Ax3O5 .framer-1yj08cb > :last-child, .framer-Ax3O5 .framer-5320lx > :last-child { margin-bottom: 0px; } .framer-Ax3O5 .framer-38etk0 > *, .framer-Ax3O5 .framer-1phm0nh > *, .framer-Ax3O5 .framer-1lhbi4c > *, .framer-Ax3O5 .framer-11cckr8 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-Ax3O5 .framer-38etk0 > :first-child, .framer-Ax3O5 .framer-1phm0nh > :first-child, .framer-Ax3O5 .framer-1lhbi4c > :first-child, .framer-Ax3O5 .framer-11cckr8 > :first-child { margin-left: 0px; } .framer-Ax3O5 .framer-38etk0 > :last-child, .framer-Ax3O5 .framer-1phm0nh > :last-child, .framer-Ax3O5 .framer-1lhbi4c > :last-child, .framer-Ax3O5 .framer-11cckr8 > :last-child { margin-right: 0px; } .framer-Ax3O5 .framer-9etge6 > * { margin: 0px; margin-bottom: calc(15px / 2); margin-top: calc(15px / 2); } .framer-Ax3O5 .framer-rwycfn > *, .framer-Ax3O5 .framer-1yj08cb > * { margin: 0px; margin-bottom: calc(3px / 2); margin-top: calc(3px / 2); } }\",\".framer-Ax3O5.framer-v-sb8b5w.framer-nxgzlx, .framer-Ax3O5.framer-v-10wfp73.framer-nxgzlx { min-height: 180px; min-width: 180px; }\",\".framer-Ax3O5.framer-v-sb8b5w .framer-17kxne0, .framer-Ax3O5.framer-v-10wfp73 .framer-17kxne0 { left: 0px; position: absolute; right: 0px; top: -20px; width: unset; z-index: 1; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 180\n * @framerIntrinsicWidth 180\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"EFQ17H02r\":{\"layout\":[\"auto\",\"auto\"]},\"R75EEgohg\":{\"layout\":[\"auto\",\"auto\"]},\"gW4bPP80Y\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"KFQrVw9Dj\":\"twintLogo\",\"invbq9OeV\":\"txtFront\",\"MNNdojKsa\":\"txtFront1\",\"RvJTDs5UL\":\"codeQr\",\"XZaT6ItWo\":\"virement\",\"d3obhmpI0\":\"bulletinDossier\",\"r1q9bWEG8\":\"bulletinDossier1\",\"zRpZkAuVX\":\"t_l_chargement\",\"W0wjbCY_7\":\"mouseEnter\",\"HSMuiEkER\":\"mouseLeave\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerYWKw2rTml=withCSS(Component,css,\"framer-Ax3O5\");export default FramerYWKw2rTml;FramerYWKw2rTml.displayName=\"Card Component\";FramerYWKw2rTml.defaultProps={height:180,width:180};addPropertyControls(FramerYWKw2rTml,{variant:{options:[\"dBahpjrvF\",\"EFQ17H02r\",\"R75EEgohg\",\"gW4bPP80Y\"],optionTitles:[\"Twint front\",\"twint back\",\"tablet front\",\"tablet back\"],title:\"Variant\",type:ControlType.Enum},KFQrVw9Dj:{defaultValue:true,title:\"Twint logo \",type:ControlType.Boolean},invbq9OeV:{defaultValue:false,title:\"Txt front\",type:ControlType.Boolean},MNNdojKsa:{defaultValue:\"Virement bancaire\",displayTextArea:false,title:\"Txt front\",type:ControlType.String},RvJTDs5UL:{defaultValue:true,title:\"Code qr\",type:ControlType.Boolean},XZaT6ItWo:{defaultValue:false,title:\"Virement\",type:ControlType.Boolean},d3obhmpI0:{defaultValue:false,title:\"Bulletin + dossier\",type:ControlType.Boolean},r1q9bWEG8:{__defaultAssetReference:\"data:framer/asset-reference,oUTZtgzQDkCIa9GikMhihuLsFnc.png?originalFilename=Screenshot+2024-02-19+173519.png&preferredSize=auto\",title:\"Bulletin + dossier\",type:ControlType.ResponsiveImage},zRpZkAuVX:(DownloadControls===null||DownloadControls===void 0?void 0:DownloadControls[\"srcFile\"])&&{...DownloadControls[\"srcFile\"],__defaultAssetReference:\"data:framer/asset-reference,c3T9wZfLfRuzxBej92Mnn05ak0A.pdf?originalFilename=QR+facture+Phoebus+Records.pdf\",description:undefined,hidden:undefined,title:\"t\\xe9l\\xe9chargement\"},W0wjbCY_7:{title:\"Mouse Enter\",type:ControlType.EventHandler},HSMuiEkER:{title:\"Mouse Leave\",type:ControlType.EventHandler}});addFonts(FramerYWKw2rTml,[{explicitInter:true,fonts:[{family:\"Space Grotesk\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/spacegrotesk/v16/V8mQoQDjQSkFtoMM3T6r8E7mF71Q-gOoraIAEj42VksmNsFjTDJK.woff2\",weight:\"600\"},{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:\"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/hyOgCu0Xnghbimh0pE8QTvtt2AU.woff2\",weight:\"600\"},{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/NeGmSOXrPBfEFIy5YZeHq17LEDA.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/oYaAX5himiTPYuN8vLWnqBbfD2s.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/lEJLP4R0yuCaMCjSXYHtJw72M.woff2\",weight:\"600\"},{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/cRJyLNuTJR5jbyKzGi33wU9cqIQ.woff2\",weight:\"600\"},{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/1ZFS7N918ojhhd0nQWdj3jz4w.woff2\",weight:\"600\"},{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/A0Wcc7NgXMjUuFdquHDrIZpzZw0.woff2\",weight:\"600\"}]},...ClipboardFonts,...DownloadFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerYWKw2rTml\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"EFQ17H02r\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"R75EEgohg\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"gW4bPP80Y\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"180\",\"framerVariables\":\"{\\\"KFQrVw9Dj\\\":\\\"twintLogo\\\",\\\"invbq9OeV\\\":\\\"txtFront\\\",\\\"MNNdojKsa\\\":\\\"txtFront1\\\",\\\"RvJTDs5UL\\\":\\\"codeQr\\\",\\\"XZaT6ItWo\\\":\\\"virement\\\",\\\"d3obhmpI0\\\":\\\"bulletinDossier\\\",\\\"r1q9bWEG8\\\":\\\"bulletinDossier1\\\",\\\"zRpZkAuVX\\\":\\\"t_l_chargement\\\",\\\"W0wjbCY_7\\\":\\\"mouseEnter\\\",\\\"HSMuiEkER\\\":\\\"mouseLeave\\\"}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"180\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./YWKw2rTml.map", "// Generated by Framer (64bc75b)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOnVariantChange,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as localizedValues from\"./AlthyM2sj-0.js\";import CardComponent from\"https://framerusercontent.com/modules/IjWXuCc3yVMxbEEtEiEC/uhxZDphZjwDiLhAQAjJy/YWKw2rTml.js\";const CardComponentFonts=getFonts(CardComponent);const cycleOrder=[\"OjOrBRd2i\",\"UX5DRv60W\",\"NprRbS8cv\",\"jygiwZAn9\",\"hYlSGje_r\",\"ldeH0Dv_W\",\"kz2bLsnhI\",\"OZUI5ujLQ\",\"sc7rrbv3h\",\"jYtcQ1yHs\",\"iQPQB2Wii\",\"GQnPfKRQm\"];const serializationHash=\"framer-QMHN6\";const variantClassNames={GQnPfKRQm:\"framer-v-we1088\",hYlSGje_r:\"framer-v-11xexyf\",iQPQB2Wii:\"framer-v-hbd5h6\",jygiwZAn9:\"framer-v-k92br7\",jYtcQ1yHs:\"framer-v-7j6b7m\",kz2bLsnhI:\"framer-v-1o2vugz\",ldeH0Dv_W:\"framer-v-581bhn\",NprRbS8cv:\"framer-v-aku5ta\",OjOrBRd2i:\"framer-v-1uhsluk\",OZUI5ujLQ:\"framer-v-nmhhb\",sc7rrbv3h:\"framer-v-15wwqvv\",UX5DRv60W:\"framer-v-zo1ajd\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const valuesByLocaleId={o1AWDm0le:localizedValues};const getLocalizedValue=(key,locale)=>{while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value){return value;}}locale=locale.fallback;}};const transition1={damping:80,delay:0,mass:1,stiffness:404,type:\"spring\"};const transformTemplate1=(_,t)=>`translateY(-50%) ${t}`;const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?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\":\"OjOrBRd2i\",\"Variant 10\":\"jYtcQ1yHs\",\"Variant 11\":\"iQPQB2Wii\",\"Variant 2\":\"UX5DRv60W\",\"Variant 3\":\"NprRbS8cv\",\"Variant 4\":\"jygiwZAn9\",\"Variant 5\":\"hYlSGje_r\",\"Variant 6\":\"ldeH0Dv_W\",\"Variant 7\":\"kz2bLsnhI\",\"Variant 8\":\"OZUI5ujLQ\",\"Variant 9\":\"sc7rrbv3h\",mobile:\"GQnPfKRQm\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"OjOrBRd2i\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"OjOrBRd2i\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onAppear1k5h9kx=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"UX5DRv60W\"),500);});const onAppear3udzym=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"NprRbS8cv\"),150);});const onAppear154sd8g=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"jygiwZAn9\"),150);});const onAppearof4qhq=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"hYlSGje_r\"),150);});const onAppear1xlja2b=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"sc7rrbv3h\"),150);});const onAppear1aur15p=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"kz2bLsnhI\"),150);});const onAppearatxcty=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"iQPQB2Wii\"),150);});const onAppear1ce9wdt=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"jYtcQ1yHs\"),500);});const onAppear16bsv25=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"ldeH0Dv_W\"),150);});const onAppear3kdrpe=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"OjOrBRd2i\"),150);});const W0wjbCY_712r5qcv=activeVariantCallback(async(...args)=>{setVariant(\"OZUI5ujLQ\");});const HSMuiEkER10l44v1=activeVariantCallback(async(...args)=>{setVariant(\"OjOrBRd2i\");});useOnVariantChange(baseVariant,{default:onAppear1k5h9kx,GQnPfKRQm:undefined,hYlSGje_r:onAppear1xlja2b,iQPQB2Wii:onAppear3kdrpe,jygiwZAn9:onAppearof4qhq,jYtcQ1yHs:onAppear16bsv25,kz2bLsnhI:onAppearatxcty,ldeH0Dv_W:onAppear1aur15p,NprRbS8cv:onAppear154sd8g,OZUI5ujLQ:undefined,sc7rrbv3h:onAppear1ce9wdt,UX5DRv60W:onAppear3udzym});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();var _getLocalizedValue,_getLocalizedValue1,_getLocalizedValue2,_getLocalizedValue3;return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1uhsluk\",className,classNames),\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"OjOrBRd2i\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({GQnPfKRQm:{\"data-framer-name\":\"mobile\",\"data-highlight\":undefined},hYlSGje_r:{\"data-framer-name\":\"Variant 5\"},iQPQB2Wii:{\"data-framer-name\":\"Variant 11\"},jygiwZAn9:{\"data-framer-name\":\"Variant 4\"},jYtcQ1yHs:{\"data-framer-name\":\"Variant 10\"},kz2bLsnhI:{\"data-framer-name\":\"Variant 7\"},ldeH0Dv_W:{\"data-framer-name\":\"Variant 6\"},NprRbS8cv:{\"data-framer-name\":\"Variant 3\"},OZUI5ujLQ:{\"data-framer-name\":\"Variant 8\",\"data-highlight\":undefined},sc7rrbv3h:{\"data-framer-name\":\"Variant 9\"},UX5DRv60W:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:180,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||180)-0-180)/2),...addPropertyOverrides({GQnPfKRQm:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-849)/2+0+0)},hYlSGje_r:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0},iQPQB2Wii:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+-20},jygiwZAn9:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0},jYtcQ1yHs:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0},kz2bLsnhI:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0},ldeH0Dv_W:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0},NprRbS8cv:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0},UX5DRv60W:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+-20}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-pikwtd-container\",layoutDependency:layoutDependency,layoutId:\"Pctd71Ind-container\",children:/*#__PURE__*/_jsx(CardComponent,{d3obhmpI0:false,height:\"100%\",HSMuiEkER:HSMuiEkER10l44v1,id:\"Pctd71Ind\",invbq9OeV:false,KFQrVw9Dj:true,layoutId:\"Pctd71Ind\",MNNdojKsa:(_getLocalizedValue=getLocalizedValue(\"v0\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:\"Virement bancaire\",RvJTDs5UL:true,variant:\"dBahpjrvF\",W0wjbCY_7:W0wjbCY_712r5qcv,width:\"100%\",XZaT6ItWo:false,...addPropertyOverrides({GQnPfKRQm:{HSMuiEkER:undefined,variant:\"R75EEgohg\",W0wjbCY_7:undefined}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:180,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||180)-0-180)/2),...addPropertyOverrides({GQnPfKRQm:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-849)/2+180+43)},hYlSGje_r:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0},iQPQB2Wii:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||180)*.5000000000000002-90)},jygiwZAn9:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0},jYtcQ1yHs:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0},kz2bLsnhI:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+-20},ldeH0Dv_W:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0},NprRbS8cv:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+-20},UX5DRv60W:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||180)*.5000000000000002-90)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-11gzj8z-container\",layoutDependency:layoutDependency,layoutId:\"kvz3eBaq9-container\",...addPropertyOverrides({iQPQB2Wii:{transformTemplate:transformTemplate1},UX5DRv60W:{transformTemplate:transformTemplate1}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(CardComponent,{d3obhmpI0:false,height:\"100%\",HSMuiEkER:HSMuiEkER10l44v1,id:\"kvz3eBaq9\",invbq9OeV:true,KFQrVw9Dj:false,layoutId:\"kvz3eBaq9\",MNNdojKsa:(_getLocalizedValue1=getLocalizedValue(\"v0\",activeLocale))!==null&&_getLocalizedValue1!==void 0?_getLocalizedValue1:\"Virement bancaire\",RvJTDs5UL:false,variant:\"dBahpjrvF\",W0wjbCY_7:W0wjbCY_712r5qcv,width:\"100%\",XZaT6ItWo:true,...addPropertyOverrides({GQnPfKRQm:{HSMuiEkER:undefined,variant:\"R75EEgohg\",W0wjbCY_7:undefined}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:180,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||180)-0-180)/2),...addPropertyOverrides({GQnPfKRQm:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-849)/2+360+86)},hYlSGje_r:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0},iQPQB2Wii:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||180)*.5000000000000002-90)},jygiwZAn9:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+-20},jYtcQ1yHs:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0},kz2bLsnhI:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||180)*.5000000000000002-90)},ldeH0Dv_W:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+-20},NprRbS8cv:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||180)*.5000000000000002-90)},UX5DRv60W:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||180)*.5000000000000002-90)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1j0rici-container\",layoutDependency:layoutDependency,layoutId:\"TzyuM5eHu-container\",...addPropertyOverrides({iQPQB2Wii:{transformTemplate:transformTemplate1},kz2bLsnhI:{transformTemplate:transformTemplate1},NprRbS8cv:{transformTemplate:transformTemplate1},UX5DRv60W:{transformTemplate:transformTemplate1}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(CardComponent,{d3obhmpI0:true,height:\"100%\",HSMuiEkER:HSMuiEkER10l44v1,id:\"TzyuM5eHu\",invbq9OeV:true,KFQrVw9Dj:false,layoutId:\"TzyuM5eHu\",MNNdojKsa:(_getLocalizedValue2=getLocalizedValue(\"v1\",activeLocale))!==null&&_getLocalizedValue2!==void 0?_getLocalizedValue2:\"Bulletin de versement\",RvJTDs5UL:false,variant:\"dBahpjrvF\",W0wjbCY_7:W0wjbCY_712r5qcv,width:\"100%\",XZaT6ItWo:false,...addPropertyOverrides({GQnPfKRQm:{HSMuiEkER:undefined,variant:\"R75EEgohg\",W0wjbCY_7:undefined}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:180,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||180)-0-180)/2),...addPropertyOverrides({GQnPfKRQm:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-849)/2+540+129)},hYlSGje_r:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+-20},iQPQB2Wii:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||180)*.5000000000000002-90)},jygiwZAn9:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||180)*.5000000000000002-90)},jYtcQ1yHs:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+-20},kz2bLsnhI:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||180)*.5000000000000002-90)},ldeH0Dv_W:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||180)*.5000000000000002-90)},NprRbS8cv:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||180)*.5000000000000002-90)},UX5DRv60W:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||180)*.5000000000000002-90)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-kd7l99-container\",layoutDependency:layoutDependency,layoutId:\"sHFbB5_Ak-container\",...addPropertyOverrides({iQPQB2Wii:{transformTemplate:transformTemplate1},jygiwZAn9:{transformTemplate:transformTemplate1},kz2bLsnhI:{transformTemplate:transformTemplate1},ldeH0Dv_W:{transformTemplate:transformTemplate1},NprRbS8cv:{transformTemplate:transformTemplate1},UX5DRv60W:{transformTemplate:transformTemplate1}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(CardComponent,{d3obhmpI0:true,height:\"100%\",HSMuiEkER:HSMuiEkER10l44v1,id:\"sHFbB5_Ak\",invbq9OeV:true,KFQrVw9Dj:false,layoutId:\"sHFbB5_Ak\",MNNdojKsa:(_getLocalizedValue3=getLocalizedValue(\"v2\",activeLocale))!==null&&_getLocalizedValue3!==void 0?_getLocalizedValue3:\"Dossier de sponsoring\",r1q9bWEG8:addImageAlt({src:\"https://framerusercontent.com/images/KV25AG0y3lhA3eHCoodiX5uK8I.png\",srcSet:\"https://framerusercontent.com/images/KV25AG0y3lhA3eHCoodiX5uK8I.png?scale-down-to=1024 723w,https://framerusercontent.com/images/KV25AG0y3lhA3eHCoodiX5uK8I.png 1414w\"},\"\"),RvJTDs5UL:false,variant:\"dBahpjrvF\",W0wjbCY_7:W0wjbCY_712r5qcv,width:\"100%\",XZaT6ItWo:false,...addPropertyOverrides({GQnPfKRQm:{HSMuiEkER:undefined,variant:\"R75EEgohg\",W0wjbCY_7:undefined}},baseVariant,gestureVariant)})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-QMHN6.framer-1m7x2z8, .framer-QMHN6 .framer-1m7x2z8 { display: block; }\",\".framer-QMHN6.framer-1uhsluk { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 43px; height: 180px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1020px; }\",\".framer-QMHN6 .framer-pikwtd-container, .framer-QMHN6 .framer-11gzj8z-container, .framer-QMHN6 .framer-1j0rici-container, .framer-QMHN6 .framer-kd7l99-container { flex: none; height: auto; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-QMHN6.framer-1uhsluk { gap: 0px; } .framer-QMHN6.framer-1uhsluk > * { margin: 0px; margin-left: calc(43px / 2); margin-right: calc(43px / 2); } .framer-QMHN6.framer-1uhsluk > :first-child { margin-left: 0px; } .framer-QMHN6.framer-1uhsluk > :last-child { margin-right: 0px; } }\",\".framer-QMHN6.framer-v-zo1ajd .framer-pikwtd-container, .framer-QMHN6.framer-v-hbd5h6 .framer-pikwtd-container { left: 86px; position: absolute; top: -20px; z-index: 1; }\",\".framer-QMHN6.framer-v-zo1ajd .framer-11gzj8z-container, .framer-QMHN6.framer-v-hbd5h6 .framer-11gzj8z-container { left: 309px; position: absolute; top: 50%; z-index: 1; }\",\".framer-QMHN6.framer-v-zo1ajd .framer-1j0rici-container, .framer-QMHN6.framer-v-aku5ta .framer-1j0rici-container, .framer-QMHN6.framer-v-1o2vugz .framer-1j0rici-container, .framer-QMHN6.framer-v-hbd5h6 .framer-1j0rici-container { position: absolute; right: 308px; top: 50%; z-index: 1; }\",\".framer-QMHN6.framer-v-zo1ajd .framer-kd7l99-container, .framer-QMHN6.framer-v-aku5ta .framer-kd7l99-container, .framer-QMHN6.framer-v-k92br7 .framer-kd7l99-container, .framer-QMHN6.framer-v-581bhn .framer-kd7l99-container, .framer-QMHN6.framer-v-1o2vugz .framer-kd7l99-container, .framer-QMHN6.framer-v-hbd5h6 .framer-kd7l99-container { position: absolute; right: 85px; top: 50%; z-index: 1; }\",\".framer-QMHN6.framer-v-aku5ta .framer-pikwtd-container, .framer-QMHN6.framer-v-k92br7 .framer-pikwtd-container, .framer-QMHN6.framer-v-11xexyf .framer-pikwtd-container, .framer-QMHN6.framer-v-581bhn .framer-pikwtd-container, .framer-QMHN6.framer-v-1o2vugz .framer-pikwtd-container, .framer-QMHN6.framer-v-7j6b7m .framer-pikwtd-container { left: 86px; position: absolute; top: 0px; z-index: 1; }\",\".framer-QMHN6.framer-v-aku5ta .framer-11gzj8z-container, .framer-QMHN6.framer-v-1o2vugz .framer-11gzj8z-container { left: 309px; position: absolute; top: -20px; z-index: 1; }\",\".framer-QMHN6.framer-v-k92br7 .framer-11gzj8z-container, .framer-QMHN6.framer-v-11xexyf .framer-11gzj8z-container, .framer-QMHN6.framer-v-581bhn .framer-11gzj8z-container, .framer-QMHN6.framer-v-7j6b7m .framer-11gzj8z-container { left: 309px; position: absolute; top: 0px; z-index: 1; }\",\".framer-QMHN6.framer-v-k92br7 .framer-1j0rici-container, .framer-QMHN6.framer-v-581bhn .framer-1j0rici-container { position: absolute; right: 308px; top: -20px; z-index: 1; }\",\".framer-QMHN6.framer-v-11xexyf .framer-1j0rici-container, .framer-QMHN6.framer-v-7j6b7m .framer-1j0rici-container { position: absolute; right: 308px; top: 0px; z-index: 1; }\",\".framer-QMHN6.framer-v-11xexyf .framer-kd7l99-container, .framer-QMHN6.framer-v-7j6b7m .framer-kd7l99-container { position: absolute; right: 85px; top: -20px; z-index: 1; }\",\".framer-QMHN6.framer-v-we1088.framer-1uhsluk { flex-direction: column; height: min-content; width: min-content; }\",\".framer-QMHN6.framer-v-we1088 .framer-pikwtd-container { order: 0; }\",\".framer-QMHN6.framer-v-we1088 .framer-11gzj8z-container { order: 1; }\",\".framer-QMHN6.framer-v-we1088 .framer-1j0rici-container { order: 2; }\",\".framer-QMHN6.framer-v-we1088 .framer-kd7l99-container { order: 3; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-QMHN6.framer-v-we1088.framer-1uhsluk { gap: 0px; } .framer-QMHN6.framer-v-we1088.framer-1uhsluk > * { margin: 0px; margin-bottom: calc(43px / 2); margin-top: calc(43px / 2); } .framer-QMHN6.framer-v-we1088.framer-1uhsluk > :first-child { margin-top: 0px; } .framer-QMHN6.framer-v-we1088.framer-1uhsluk > :last-child { margin-bottom: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 180\n * @framerIntrinsicWidth 1020\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"UX5DRv60W\":{\"layout\":[\"fixed\",\"fixed\"]},\"NprRbS8cv\":{\"layout\":[\"fixed\",\"fixed\"]},\"jygiwZAn9\":{\"layout\":[\"fixed\",\"fixed\"]},\"hYlSGje_r\":{\"layout\":[\"fixed\",\"fixed\"]},\"ldeH0Dv_W\":{\"layout\":[\"fixed\",\"fixed\"]},\"kz2bLsnhI\":{\"layout\":[\"fixed\",\"fixed\"]},\"OZUI5ujLQ\":{\"layout\":[\"fixed\",\"fixed\"]},\"sc7rrbv3h\":{\"layout\":[\"fixed\",\"fixed\"]},\"jYtcQ1yHs\":{\"layout\":[\"fixed\",\"fixed\"]},\"iQPQB2Wii\":{\"layout\":[\"fixed\",\"fixed\"]},\"GQnPfKRQm\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerAlthyM2sj=withCSS(Component,css,\"framer-QMHN6\");export default FramerAlthyM2sj;FramerAlthyM2sj.displayName=\"Nous soutenir stack\";FramerAlthyM2sj.defaultProps={height:180,width:1020};addPropertyControls(FramerAlthyM2sj,{variant:{options:[\"OjOrBRd2i\",\"UX5DRv60W\",\"NprRbS8cv\",\"jygiwZAn9\",\"hYlSGje_r\",\"ldeH0Dv_W\",\"kz2bLsnhI\",\"OZUI5ujLQ\",\"sc7rrbv3h\",\"jYtcQ1yHs\",\"iQPQB2Wii\",\"GQnPfKRQm\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Variant 3\",\"Variant 4\",\"Variant 5\",\"Variant 6\",\"Variant 7\",\"Variant 8\",\"Variant 9\",\"Variant 10\",\"Variant 11\",\"mobile\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerAlthyM2sj,[{explicitInter:true,fonts:[]},...CardComponentFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerAlthyM2sj\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"1020\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"UX5DRv60W\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"NprRbS8cv\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"jygiwZAn9\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"hYlSGje_r\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"ldeH0Dv_W\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"kz2bLsnhI\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"OZUI5ujLQ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"sc7rrbv3h\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"jYtcQ1yHs\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"iQPQB2Wii\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"GQnPfKRQm\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"180\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./AlthyM2sj.map", "// Generated by Framer (63f9d4a)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOnVariantChange,useVariantState,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/Pdixcu5XiTkl10sAUHZk/XgI36vbJKAaLvBQWw51J/ogJaGWsXh.js\";import*as localizedValues from\"./DTUAo55kh-0.js\";const ImageWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(Image));const cycleOrder=[\"qwIUa2Gi7\",\"tAmgcqvsH\",\"tnnjmEfmR\",\"fZJRdSjjW\",\"tAgNCP_yj\"];const serializationHash=\"framer-z8Vbw\";const variantClassNames={fZJRdSjjW:\"framer-v-ssbdya\",qwIUa2Gi7:\"framer-v-1oq9psx\",tAgNCP_yj:\"framer-v-123h5xz\",tAmgcqvsH:\"framer-v-ukdgov\",tnnjmEfmR:\"framer-v-15ed44e\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const valuesByLocaleId={o1AWDm0le:localizedValues};const getLocalizedValue=(key,locale)=>{while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value){return value;}}locale=locale.fallback;}};const transition1={damping:24,delay:0,mass:.1,stiffness:264,type:\"spring\"};const transition2={damping:24,delay:0,mass:.1,stiffness:134,type:\"spring\"};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const transition3={bounce:.2,delay:.9,duration:.4,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-150};const transformTemplate2=(_,t)=>`translate(-50%, -50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?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={\"phone open\":\"tAgNCP_yj\",\"Variant 5\":\"fZJRdSjjW\",Default:\"qwIUa2Gi7\",Hover:\"tAmgcqvsH\",Phone:\"tnnjmEfmR\"};const getProps=({backgroundLogo,backgroundTitle,click,enter,height,id,leave,logo1,logo2,logo3,tier,visibleLogo2,visibleLogo3,width,...props})=>{var _ref,_ref1,_ref2,_ref3,_ref4,_ref5,_humanReadableVariantMap_props_variant,_ref6,_ref7,_ref8;return{...props,bHtLFMy9W:(_ref=logo2!==null&&logo2!==void 0?logo2:props.bHtLFMy9W)!==null&&_ref!==void 0?_ref:{src:\"https://framerusercontent.com/images/RjWEif8VxzffbKaFCA6NSjJhpY.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/RjWEif8VxzffbKaFCA6NSjJhpY.png?scale-down-to=512 512w,https://framerusercontent.com/images/RjWEif8VxzffbKaFCA6NSjJhpY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/RjWEif8VxzffbKaFCA6NSjJhpY.png 1196w\"},D3Vw6xGXf:(_ref1=visibleLogo3!==null&&visibleLogo3!==void 0?visibleLogo3:props.D3Vw6xGXf)!==null&&_ref1!==void 0?_ref1:true,hO4xrg3fQ:click!==null&&click!==void 0?click:props.hO4xrg3fQ,IobgM7qKi:(_ref2=logo3!==null&&logo3!==void 0?logo3:props.IobgM7qKi)!==null&&_ref2!==void 0?_ref2:{src:\"https://framerusercontent.com/images/KV25AG0y3lhA3eHCoodiX5uK8I.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/KV25AG0y3lhA3eHCoodiX5uK8I.png?scale-down-to=1024 723w,https://framerusercontent.com/images/KV25AG0y3lhA3eHCoodiX5uK8I.png 1414w\"},JywrSZcre:enter!==null&&enter!==void 0?enter:props.JywrSZcre,k6e23Jpe1:(_ref3=logo1!==null&&logo1!==void 0?logo1:props.k6e23Jpe1)!==null&&_ref3!==void 0?_ref3:{src:\"https://framerusercontent.com/images/RjWEif8VxzffbKaFCA6NSjJhpY.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/RjWEif8VxzffbKaFCA6NSjJhpY.png?scale-down-to=512 512w,https://framerusercontent.com/images/RjWEif8VxzffbKaFCA6NSjJhpY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/RjWEif8VxzffbKaFCA6NSjJhpY.png 1196w\"},s56_JAxyk:(_ref4=visibleLogo2!==null&&visibleLogo2!==void 0?visibleLogo2:props.s56_JAxyk)!==null&&_ref4!==void 0?_ref4:true,uzhVMwE34:(_ref5=backgroundLogo!==null&&backgroundLogo!==void 0?backgroundLogo:props.uzhVMwE34)!==null&&_ref5!==void 0?_ref5:\"var(--token-f8657b18-68b5-4f63-8297-10caf7bd2247, rgb(82, 18, 76))\",variant:(_ref6=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref6!==void 0?_ref6:\"qwIUa2Gi7\",VXgnPMGiY:leave!==null&&leave!==void 0?leave:props.VXgnPMGiY,XO1TFsEKR:(_ref7=backgroundTitle!==null&&backgroundTitle!==void 0?backgroundTitle:props.XO1TFsEKR)!==null&&_ref7!==void 0?_ref7:\"var(--token-681e1e2b-df2b-44e7-bf60-e0eca7932812, rgb(125, 37, 118))\",ZVr1pxuY3:(_ref8=tier!==null&&tier!==void 0?tier:props.ZVr1pxuY3)!==null&&_ref8!==void 0?_ref8:\"Tier\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,ZVr1pxuY3,k6e23Jpe1,bHtLFMy9W,IobgM7qKi,s56_JAxyk,D3Vw6xGXf,XO1TFsEKR,JywrSZcre,VXgnPMGiY,hO4xrg3fQ,uzhVMwE34,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"qwIUa2Gi7\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapiy4yry=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(hO4xrg3fQ){const res=await hO4xrg3fQ(...args);if(res===false)return false;}});const onMouseEnter1g66qp4=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});if(JywrSZcre){const res=await JywrSZcre(...args);if(res===false)return false;}});const onMouseLeavedlk6ij=activeVariantCallback(async(...args)=>{setGestureState({isHovered:false});if(VXgnPMGiY){const res=await VXgnPMGiY(...args);if(res===false)return false;}});const onAppearqi4hp0=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"tAgNCP_yj\"),200);});useOnVariantChange(baseVariant,{fZJRdSjjW:onAppearqi4hp0});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,...addPropertyOverrides({tAgNCP_yj:{value:transition2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1oq9psx\",className,classNames),\"data-framer-name\":\"Default\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"qwIUa2Gi7\",onMouseEnter:onMouseEnter1g66qp4,onMouseLeave:onMouseLeavedlk6ij,onTap:onTapiy4yry,ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({fZJRdSjjW:{\"data-framer-name\":\"Variant 5\"},tAgNCP_yj:{\"data-framer-name\":\"phone open\"},tAmgcqvsH:{\"data-framer-name\":\"Hover\"},tnnjmEfmR:{\"data-framer-name\":\"Phone\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1v0iukp\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"WHu6iXC0d\",style:{backgroundColor:XO1TFsEKR,borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,originY:1,rotateX:0,transformPerspective:1200},variants:{fZJRdSjjW:{backgroundColor:\"rgba(0, 0, 0, 0)\",originY:undefined,transformPerspective:undefined},tAgNCP_yj:{backgroundColor:\"rgba(0, 0, 0, 0)\"},tAmgcqvsH:{borderTopLeftRadius:0,borderTopRightRadius:0,rotateX:-45},tnnjmEfmR:{backgroundColor:\"rgba(0, 0, 0, 0)\",originY:undefined,transformPerspective:undefined}},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-7ncn4e\",\"data-framer-name\":\"Peek\",layoutDependency:layoutDependency,layoutId:\"EbQiIvsaC\",style:{backgroundColor:uzhVMwE34,borderBottomLeftRadius:43,borderBottomRightRadius:43,borderTopLeftRadius:43,borderTopRightRadius:43,opacity:1,originY:0,rotateX:-90},transformTemplate:transformTemplate1,variants:{fZJRdSjjW:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,originY:undefined,rotateX:0},tAgNCP_yj:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,originY:undefined,rotateX:0},tAmgcqvsH:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:0,borderTopRightRadius:0},tnnjmEfmR:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,opacity:0,originY:undefined,rotateX:0}},...addPropertyOverrides({fZJRdSjjW:{transformTemplate:undefined},tAgNCP_yj:{transformTemplate:undefined},tnnjmEfmR:{transformTemplate:undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-11up9kv\",\"data-framer-name\":\"Logo 1 stack\",layoutDependency:layoutDependency,layoutId:\"lIeBR1Uae\",style:{opacity:1},variants:{fZJRdSjjW:{opacity:0}},children:/*#__PURE__*/_jsx(ImageWithFXWithOptimizedAppearEffect,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:84.5,intrinsicWidth:598,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||99)-0-(Math.max(0,(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||99)-0-0)/1)*1+0))/2+0+0)+0+0+10+0),pixelHeight:169,pixelWidth:1196,sizes:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} * 0.3243 - 20px)`,...toResponsiveImage(k6e23Jpe1),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-1wham71\",\"data-framer-appear-id\":\"1wham71\",\"data-framer-name\":\"Logo 1\",layoutDependency:layoutDependency,layoutId:\"rTCe0lU5J\",style:{borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,opacity:1,rotateX:180},variants:{fZJRdSjjW:{opacity:0,rotateX:0},tAgNCP_yj:{rotateX:0},tnnjmEfmR:{rotateX:0}},...addPropertyOverrides({fZJRdSjjW:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:84.5,intrinsicWidth:598,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||220)-0-220)/2+0+0)+0+120+0+0+10+0),pixelHeight:169,pixelWidth:1196,sizes:\"160px\",...toResponsiveImage(k6e23Jpe1),...{positionX:\"center\",positionY:\"center\"}}},tAgNCP_yj:{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,background:{alt:\"\",fit:\"fill\",intrinsicHeight:84.5,intrinsicWidth:598,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||680)-0-680)/2+0+0)+0+120+0+0+10+0),pixelHeight:169,pixelWidth:1196,sizes:\"160px\",...toResponsiveImage(k6e23Jpe1),...{positionX:\"center\",positionY:\"center\"}},initial:animation1,optimized:true},tnnjmEfmR:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:84.5,intrinsicWidth:598,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||104)-0-104)/2+0+0)+104-104+0+-228+10+0),pixelHeight:169,pixelWidth:1196,sizes:\"160px\",...toResponsiveImage(k6e23Jpe1),...{positionX:\"center\",positionY:\"center\"}}}},baseVariant,gestureVariant)})}),s56_JAxyk&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1inpqzs\",\"data-framer-name\":\"Logo 2 stack\",layoutDependency:layoutDependency,layoutId:\"w7yV_9NzL\",style:{opacity:1},variants:{fZJRdSjjW:{opacity:0}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:84.5,intrinsicWidth:598,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||99)-0-(Math.max(0,(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||99)-0-0)/1)*1+0))/2+0+0)+0+0+10+0),pixelHeight:169,pixelWidth:1196,sizes:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} * 0.3229 - 20px)`,...toResponsiveImage(bHtLFMy9W)},className:\"framer-bc7owp\",\"data-framer-name\":\"Logo 2\",layoutDependency:layoutDependency,layoutId:\"LniWoKDdF\",style:{borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,opacity:1,rotateX:180},variants:{fZJRdSjjW:{opacity:0,rotateX:0},tAgNCP_yj:{rotateX:0},tnnjmEfmR:{rotateX:0}},...addPropertyOverrides({fZJRdSjjW:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:84.5,intrinsicWidth:598,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||220)-0-220)/2+0+0)+0+120+0+190+10+0),pixelHeight:169,pixelWidth:1196,sizes:\"160px\",...toResponsiveImage(bHtLFMy9W)}},tAgNCP_yj:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:84.5,intrinsicWidth:598,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||680)-0-680)/2+0+0)+0+120+0+190+10+0),pixelHeight:169,pixelWidth:1196,sizes:\"160px\",...toResponsiveImage(bHtLFMy9W)}},tnnjmEfmR:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:84.5,intrinsicWidth:598,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||104)-0-104)/2+0+0)+104-104+0+-38+10+0),pixelHeight:169,pixelWidth:1196,sizes:\"160px\",...toResponsiveImage(bHtLFMy9W)}}},baseVariant,gestureVariant)})}),D3Vw6xGXf&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-q58idt\",\"data-framer-name\":\"logo 3 stack\",layoutDependency:layoutDependency,layoutId:\"lpLnd8w_C\",style:{opacity:1},variants:{fZJRdSjjW:{opacity:0}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:84.5,intrinsicWidth:598,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||99)-0-(Math.max(0,(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||99)-0-0)/1)*1+0))/2+0+0)+0+0+10+0),pixelHeight:169,pixelWidth:1196,sizes:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} * 0.3243 - 20px)`,...toResponsiveImage(IobgM7qKi)},className:\"framer-qi2imi\",\"data-framer-name\":\"Logo 3\",layoutDependency:layoutDependency,layoutId:\"mNWZjijTs\",style:{borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,opacity:1,rotateX:180},variants:{fZJRdSjjW:{opacity:0,rotateX:0},tAgNCP_yj:{rotateX:0},tnnjmEfmR:{rotateX:0}},...addPropertyOverrides({fZJRdSjjW:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:84.5,intrinsicWidth:598,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||220)-0-220)/2+0+0)+0+120+0+380+10+0),pixelHeight:169,pixelWidth:1196,sizes:\"160px\",...toResponsiveImage(IobgM7qKi)}},tAgNCP_yj:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:84.5,intrinsicWidth:598,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||680)-0-680)/2+0+0)+0+120+0+380+10+0),pixelHeight:169,pixelWidth:1196,sizes:\"160px\",...toResponsiveImage(IobgM7qKi)}},tnnjmEfmR:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:84.5,intrinsicWidth:598,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||104)-0-104)/2+0+0)+104-104+0+152+10+0),pixelHeight:169,pixelWidth:1196,sizes:\"160px\",...toResponsiveImage(IobgM7qKi)}}},baseVariant,gestureVariant)})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-tiinqp\",\"data-framer-name\":\"Tier\",layoutDependency:layoutDependency,layoutId:\"TanMqUyL9\",style:{backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0},variants:{fZJRdSjjW:{backgroundColor:XO1TFsEKR,borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16},tAgNCP_yj:{backgroundColor:XO1TFsEKR,borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16},tnnjmEfmR:{backgroundColor:XO1TFsEKR,borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-182zrap\",\"data-styles-preset\":\"ogJaGWsXh\",children:\"Tier\"})}),className:\"framer-pzvz7u\",\"data-framer-name\":\"Tier\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"tRaap9YEX\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:ZVr1pxuY3,transformTemplate:transformTemplate2,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({fZJRdSjjW:{transformTemplate:undefined},tAgNCP_yj:{transformTemplate:undefined},tnnjmEfmR:{transformTemplate:undefined}},baseVariant,gestureVariant)})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-z8Vbw.framer-xb48lu, .framer-z8Vbw .framer-xb48lu { display: block; }\",\".framer-z8Vbw.framer-1oq9psx { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 99px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 700px; }\",\".framer-z8Vbw .framer-1v0iukp { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 1px; justify-content: flex-end; overflow: visible; padding: 0px 28px 0px 28px; position: relative; transform-style: preserve-3d; width: 100%; }\",\".framer-z8Vbw .framer-7ncn4e { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 50%; overflow: hidden; padding: 0px; position: absolute; top: 0px; width: 100%; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-z8Vbw .framer-11up9kv, .framer-z8Vbw .framer-1inpqzs, .framer-z8Vbw .framer-q58idt { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 180px; justify-content: center; overflow: visible; padding: 10px; position: relative; width: 32%; }\",\".framer-z8Vbw .framer-1wham71, .framer-z8Vbw .framer-bc7owp, .framer-z8Vbw .framer-qi2imi { -webkit-user-select: none; flex: 1 0 0px; height: 1px; overflow: visible; pointer-events: none; position: relative; user-select: none; width: 100%; }\",\".framer-z8Vbw .framer-tiinqp { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; min-height: 48px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-z8Vbw .framer-pzvz7u { flex: none; height: auto; left: 50%; position: absolute; top: 50%; white-space: pre; width: auto; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-z8Vbw.framer-1oq9psx, .framer-z8Vbw .framer-1v0iukp, .framer-z8Vbw .framer-7ncn4e, .framer-z8Vbw .framer-11up9kv, .framer-z8Vbw .framer-1inpqzs, .framer-z8Vbw .framer-q58idt, .framer-z8Vbw .framer-tiinqp { gap: 0px; } .framer-z8Vbw.framer-1oq9psx > *, .framer-z8Vbw .framer-11up9kv > *, .framer-z8Vbw .framer-1inpqzs > *, .framer-z8Vbw .framer-q58idt > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-z8Vbw.framer-1oq9psx > :first-child, .framer-z8Vbw .framer-11up9kv > :first-child, .framer-z8Vbw .framer-1inpqzs > :first-child, .framer-z8Vbw .framer-q58idt > :first-child { margin-top: 0px; } .framer-z8Vbw.framer-1oq9psx > :last-child, .framer-z8Vbw .framer-11up9kv > :last-child, .framer-z8Vbw .framer-1inpqzs > :last-child, .framer-z8Vbw .framer-q58idt > :last-child { margin-bottom: 0px; } .framer-z8Vbw .framer-1v0iukp > *, .framer-z8Vbw .framer-7ncn4e > *, .framer-z8Vbw .framer-tiinqp > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-z8Vbw .framer-1v0iukp > :first-child, .framer-z8Vbw .framer-7ncn4e > :first-child, .framer-z8Vbw .framer-tiinqp > :first-child { margin-left: 0px; } .framer-z8Vbw .framer-1v0iukp > :last-child, .framer-z8Vbw .framer-7ncn4e > :last-child, .framer-z8Vbw .framer-tiinqp > :last-child { margin-right: 0px; } }\",\".framer-z8Vbw.framer-v-ukdgov .framer-7ncn4e { -webkit-user-select: none; user-select: none; }\",\".framer-z8Vbw.framer-v-15ed44e.framer-1oq9psx, .framer-z8Vbw.framer-v-ssbdya.framer-1oq9psx, .framer-z8Vbw.framer-v-123h5xz.framer-1oq9psx { height: min-content; width: 340px; }\",\".framer-z8Vbw.framer-v-15ed44e .framer-1v0iukp, .framer-z8Vbw.framer-v-ssbdya .framer-1v0iukp { flex: none; flex-direction: column; gap: 16px; height: min-content; justify-content: flex-start; order: 0; padding: 0px; transform-style: unset; }\",\".framer-z8Vbw.framer-v-15ed44e .framer-7ncn4e { bottom: 0px; flex-direction: column; height: 100%; left: calc(50.00000000000002% - 100% / 2); order: 1; top: unset; z-index: 0; }\",\".framer-z8Vbw.framer-v-15ed44e .framer-11up9kv, .framer-z8Vbw.framer-v-15ed44e .framer-1inpqzs, .framer-z8Vbw.framer-v-15ed44e .framer-q58idt, .framer-z8Vbw.framer-v-ssbdya .framer-11up9kv, .framer-z8Vbw.framer-v-ssbdya .framer-1inpqzs, .framer-z8Vbw.framer-v-ssbdya .framer-q58idt { height: min-content; width: 100%; }\",\".framer-z8Vbw.framer-v-15ed44e .framer-1wham71, .framer-z8Vbw.framer-v-15ed44e .framer-bc7owp, .framer-z8Vbw.framer-v-15ed44e .framer-qi2imi, .framer-z8Vbw.framer-v-ssbdya .framer-1wham71, .framer-z8Vbw.framer-v-ssbdya .framer-bc7owp, .framer-z8Vbw.framer-v-ssbdya .framer-qi2imi { flex: none; height: 160px; width: 160px; }\",\".framer-z8Vbw.framer-v-15ed44e .framer-tiinqp, .framer-z8Vbw.framer-v-ssbdya .framer-tiinqp { flex: none; min-height: unset; order: 0; padding: 28px; width: 100%; z-index: 1; }\",\".framer-z8Vbw.framer-v-15ed44e .framer-pzvz7u, .framer-z8Vbw.framer-v-ssbdya .framer-pzvz7u, .framer-z8Vbw.framer-v-123h5xz .framer-pzvz7u { left: unset; position: relative; top: unset; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-z8Vbw.framer-v-15ed44e .framer-1v0iukp, .framer-z8Vbw.framer-v-15ed44e .framer-7ncn4e { gap: 0px; } .framer-z8Vbw.framer-v-15ed44e .framer-1v0iukp > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-z8Vbw.framer-v-15ed44e .framer-1v0iukp > :first-child, .framer-z8Vbw.framer-v-15ed44e .framer-7ncn4e > :first-child { margin-top: 0px; } .framer-z8Vbw.framer-v-15ed44e .framer-1v0iukp > :last-child, .framer-z8Vbw.framer-v-15ed44e .framer-7ncn4e > :last-child { margin-bottom: 0px; } .framer-z8Vbw.framer-v-15ed44e .framer-7ncn4e > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",\".framer-z8Vbw.framer-v-ssbdya .framer-7ncn4e { flex-direction: column; height: 100px; justify-content: flex-start; left: unset; order: 1; position: relative; top: unset; z-index: 0; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-z8Vbw.framer-v-ssbdya .framer-1v0iukp, .framer-z8Vbw.framer-v-ssbdya .framer-7ncn4e { gap: 0px; } .framer-z8Vbw.framer-v-ssbdya .framer-1v0iukp > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-z8Vbw.framer-v-ssbdya .framer-1v0iukp > :first-child, .framer-z8Vbw.framer-v-ssbdya .framer-7ncn4e > :first-child { margin-top: 0px; } .framer-z8Vbw.framer-v-ssbdya .framer-1v0iukp > :last-child, .framer-z8Vbw.framer-v-ssbdya .framer-7ncn4e > :last-child { margin-bottom: 0px; } .framer-z8Vbw.framer-v-ssbdya .framer-7ncn4e > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",\".framer-z8Vbw.framer-v-123h5xz .framer-1v0iukp { flex: none; flex-direction: column; gap: 16px; height: min-content; justify-content: flex-start; padding: 0px; }\",\".framer-z8Vbw.framer-v-123h5xz .framer-7ncn4e { flex-direction: column; left: unset; order: 1; position: relative; top: unset; }\",\".framer-z8Vbw.framer-v-123h5xz .framer-11up9kv, .framer-z8Vbw.framer-v-123h5xz .framer-1inpqzs, .framer-z8Vbw.framer-v-123h5xz .framer-q58idt { width: 100%; }\",\".framer-z8Vbw.framer-v-123h5xz .framer-1wham71, .framer-z8Vbw.framer-v-123h5xz .framer-bc7owp, .framer-z8Vbw.framer-v-123h5xz .framer-qi2imi { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 160px); width: 160px; }\",\".framer-z8Vbw.framer-v-123h5xz .framer-tiinqp { flex: none; min-height: unset; order: 0; padding: 28px; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-z8Vbw.framer-v-123h5xz .framer-1v0iukp, .framer-z8Vbw.framer-v-123h5xz .framer-7ncn4e { gap: 0px; } .framer-z8Vbw.framer-v-123h5xz .framer-1v0iukp > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-z8Vbw.framer-v-123h5xz .framer-1v0iukp > :first-child, .framer-z8Vbw.framer-v-123h5xz .framer-7ncn4e > :first-child { margin-top: 0px; } .framer-z8Vbw.framer-v-123h5xz .framer-1v0iukp > :last-child, .framer-z8Vbw.framer-v-123h5xz .framer-7ncn4e > :last-child { margin-bottom: 0px; } .framer-z8Vbw.framer-v-123h5xz .framer-7ncn4e > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 99\n * @framerIntrinsicWidth 700\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"tAmgcqvsH\":{\"layout\":[\"fixed\",\"fixed\"]},\"tnnjmEfmR\":{\"layout\":[\"fixed\",\"auto\"]},\"fZJRdSjjW\":{\"layout\":[\"fixed\",\"auto\"]},\"tAgNCP_yj\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"ZVr1pxuY3\":\"tier\",\"k6e23Jpe1\":\"logo1\",\"bHtLFMy9W\":\"logo2\",\"IobgM7qKi\":\"logo3\",\"s56_JAxyk\":\"visibleLogo2\",\"D3Vw6xGXf\":\"visibleLogo3\",\"XO1TFsEKR\":\"backgroundTitle\",\"JywrSZcre\":\"enter\",\"VXgnPMGiY\":\"leave\",\"hO4xrg3fQ\":\"click\",\"uzhVMwE34\":\"backgroundLogo\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerDTUAo55kh=withCSS(Component,css,\"framer-z8Vbw\");export default FramerDTUAo55kh;FramerDTUAo55kh.displayName=\"Project Brick Component\";FramerDTUAo55kh.defaultProps={height:99,width:700};addPropertyControls(FramerDTUAo55kh,{variant:{options:[\"qwIUa2Gi7\",\"tAmgcqvsH\",\"tnnjmEfmR\",\"fZJRdSjjW\",\"tAgNCP_yj\"],optionTitles:[\"Default\",\"Hover\",\"Phone\",\"Variant 5\",\"phone open\"],title:\"Variant\",type:ControlType.Enum},ZVr1pxuY3:{defaultValue:\"Tier\",displayTextArea:false,title:\"Tier\",type:ControlType.String},k6e23Jpe1:{__defaultAssetReference:\"data:framer/asset-reference,RjWEif8VxzffbKaFCA6NSjJhpY.png?originalFilename=image.png&preferredSize=auto\",title:\"Logo 1\",type:ControlType.ResponsiveImage},bHtLFMy9W:{__defaultAssetReference:\"data:framer/asset-reference,RjWEif8VxzffbKaFCA6NSjJhpY.png?originalFilename=image.png&preferredSize=auto\",title:\"Logo 2\",type:ControlType.ResponsiveImage},IobgM7qKi:{__defaultAssetReference:\"data:framer/asset-reference,KV25AG0y3lhA3eHCoodiX5uK8I.png?originalFilename=Cover.png&preferredSize=auto\",title:\"Logo 3\",type:ControlType.ResponsiveImage},s56_JAxyk:{defaultValue:true,title:\"Visible logo 2\",type:ControlType.Boolean},D3Vw6xGXf:{defaultValue:true,title:\"Visible logo 3\",type:ControlType.Boolean},XO1TFsEKR:{defaultValue:'var(--token-681e1e2b-df2b-44e7-bf60-e0eca7932812, rgb(125, 37, 118)) /* {\"name\":\"#7D2576\"} */',title:\"Background title\",type:ControlType.Color},JywrSZcre:{title:\"Enter\",type:ControlType.EventHandler},VXgnPMGiY:{title:\"Leave\",type:ControlType.EventHandler},hO4xrg3fQ:{title:\"Click\",type:ControlType.EventHandler},uzhVMwE34:{defaultValue:'var(--token-f8657b18-68b5-4f63-8297-10caf7bd2247, rgb(82, 18, 76)) /* {\"name\":\"Purple fonc\\xe9\"} */',title:\"Background logo\",type:ControlType.Color}});addFonts(FramerDTUAo55kh,[{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\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerDTUAo55kh\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"700\",\"framerIntrinsicHeight\":\"99\",\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"ZVr1pxuY3\\\":\\\"tier\\\",\\\"k6e23Jpe1\\\":\\\"logo1\\\",\\\"bHtLFMy9W\\\":\\\"logo2\\\",\\\"IobgM7qKi\\\":\\\"logo3\\\",\\\"s56_JAxyk\\\":\\\"visibleLogo2\\\",\\\"D3Vw6xGXf\\\":\\\"visibleLogo3\\\",\\\"XO1TFsEKR\\\":\\\"backgroundTitle\\\",\\\"JywrSZcre\\\":\\\"enter\\\",\\\"VXgnPMGiY\\\":\\\"leave\\\",\\\"hO4xrg3fQ\\\":\\\"click\\\",\\\"uzhVMwE34\\\":\\\"backgroundLogo\\\"}\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"tAmgcqvsH\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"tnnjmEfmR\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"fZJRdSjjW\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"tAgNCP_yj\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./DTUAo55kh.map", "export const v0=\"Partners\";export const v1=\"Sponsors\";export const v2=\"Support\";export const v3=\"Honorable mentions\";\nexport const __FramerMetadata__ = {\"exports\":{\"v3\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v1\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v2\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (64bc75b)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import ProjectBrickComponent from\"https://framerusercontent.com/modules/8uVTA6DzHLA3CMgIEjvY/POqNzAqX98at6soznlQO/DTUAo55kh.js\";import*as localizedValues from\"./lp5lOEPjn-0.js\";const ProjectBrickComponentFonts=getFonts(ProjectBrickComponent);const MotionDivWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(motion.div));const cycleOrder=[\"cwUEb1Xwz\",\"u30OMnyoD\",\"R4V8X_I7y\",\"KFhph7tRR\",\"k8sSPOn7i\",\"zeN0jgJCg\",\"yeXR2xZZs\",\"iQPKtPWAt\",\"IqHCOYr7J\",\"L1nHHbwYR\"];const serializationHash=\"framer-10EhB\";const variantClassNames={cwUEb1Xwz:\"framer-v-1dtcmwb\",IqHCOYr7J:\"framer-v-undfpl\",iQPKtPWAt:\"framer-v-awkd2t\",k8sSPOn7i:\"framer-v-1cvpns6\",KFhph7tRR:\"framer-v-aqvbwx\",L1nHHbwYR:\"framer-v-s0aemp\",R4V8X_I7y:\"framer-v-1wixjdx\",u30OMnyoD:\"framer-v-z68n7n\",yeXR2xZZs:\"framer-v-g9iajo\",zeN0jgJCg:\"framer-v-cazs3o\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const valuesByLocaleId={o1AWDm0le:localizedValues};const getLocalizedValue=(key,locale)=>{while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value){return value;}}locale=locale.fallback;}};const transition1={damping:60,delay:0,mass:1,stiffness:800,type:\"spring\"};const transition2={damping:30,delay:.1,mass:1,stiffness:276,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const transition3={damping:30,delay:.3,mass:1,stiffness:276,type:\"spring\"};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:0};const animation3={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-112};const transition4={damping:30,delay:.5,mass:1,stiffness:276,type:\"spring\"};const animation4={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4,x:0,y:0};const transition5={damping:30,delay:.7,mass:1,stiffness:276,type:\"spring\"};const animation5={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition5,x:0,y:0};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?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={\"mention open\":\"k8sSPOn7i\",\"mobile mention\":\"L1nHHbwYR\",\"mobile partenaires\":\"yeXR2xZZs\",\"mobile soutien\":\"IqHCOYr7J\",\"mobile sponsor\":\"iQPKtPWAt\",\"partenaires open\":\"u30OMnyoD\",\"soutien open\":\"KFhph7tRR\",\"sponsors open\":\"R4V8X_I7y\",default:\"cwUEb1Xwz\",mobile:\"zeN0jgJCg\"};const getProps=({backgroundLogo,backgroundTitle,height,id,width,...props})=>{var _ref,_ref1,_humanReadableVariantMap_props_variant,_ref2;return{...props,CslCB46wp:(_ref=backgroundLogo!==null&&backgroundLogo!==void 0?backgroundLogo:props.CslCB46wp)!==null&&_ref!==void 0?_ref:\"rgb(143, 143, 143)\",n5nzDqBbi:(_ref1=backgroundTitle!==null&&backgroundTitle!==void 0?backgroundTitle:props.n5nzDqBbi)!==null&&_ref1!==void 0?_ref1:\"var(--token-681e1e2b-df2b-44e7-bf60-e0eca7932812, rgb(125, 37, 118))\",variant:(_ref2=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref2!==void 0?_ref2:\"cwUEb1Xwz\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,n5nzDqBbi,CslCB46wp,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"cwUEb1Xwz\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const JywrSZcre17epz8x=activeVariantCallback(async(...args)=>{setVariant(\"u30OMnyoD\");});const VXgnPMGiY10ihwl9=activeVariantCallback(async(...args)=>{setVariant(\"cwUEb1Xwz\");});const hO4xrg3fQ4ka4wy=activeVariantCallback(async(...args)=>{setVariant(\"yeXR2xZZs\");});const hO4xrg3fQ1qzxncx=activeVariantCallback(async(...args)=>{setVariant(\"zeN0jgJCg\");});const JywrSZcre122lj36=activeVariantCallback(async(...args)=>{setVariant(\"R4V8X_I7y\");});const hO4xrg3fQ1ghhi2k=activeVariantCallback(async(...args)=>{setVariant(\"iQPKtPWAt\");});const JywrSZcre9gtjfb=activeVariantCallback(async(...args)=>{setVariant(\"KFhph7tRR\");});const hO4xrg3fQnp8d5p=activeVariantCallback(async(...args)=>{setVariant(\"IqHCOYr7J\");});const JywrSZcre18s6bls=activeVariantCallback(async(...args)=>{setVariant(\"k8sSPOn7i\");});const hO4xrg3fQ13w8ho9=activeVariantCallback(async(...args)=>{setVariant(\"L1nHHbwYR\");});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();var _getLocalizedValue,_getLocalizedValue1,_getLocalizedValue2,_getLocalizedValue3;return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1dtcmwb\",className,classNames),\"data-framer-name\":\"default\",layoutDependency:layoutDependency,layoutId:\"cwUEb1Xwz\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({IqHCOYr7J:{\"data-framer-name\":\"mobile soutien\"},iQPKtPWAt:{\"data-framer-name\":\"mobile sponsor\"},k8sSPOn7i:{\"data-framer-name\":\"mention open\"},KFhph7tRR:{\"data-framer-name\":\"soutien open\"},L1nHHbwYR:{\"data-framer-name\":\"mobile mention\"},R4V8X_I7y:{\"data-framer-name\":\"sponsors open\"},u30OMnyoD:{\"data-framer-name\":\"partenaires open\"},yeXR2xZZs:{\"data-framer-name\":\"mobile partenaires\"},zeN0jgJCg:{\"data-framer-name\":\"mobile\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:99,width:\"700px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-435)/2+0+0),...addPropertyOverrides({IqHCOYr7J:{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"},iQPKtPWAt:{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"},k8sSPOn7i:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||441)-0-435)/2+0+0)},KFhph7tRR:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||441)-0-435)/2+0+0)},L1nHHbwYR:{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"},R4V8X_I7y:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||441)-0-435)/2+0+0)},u30OMnyoD:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||441)-0-435)/2+0+0)},yeXR2xZZs:{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"},zeN0jgJCg:{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-444)/2+0+0)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(MotionDivWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,className:\"framer-nbvabm-container\",\"data-framer-appear-id\":\"nbvabm\",initial:animation1,layoutDependency:layoutDependency,layoutId:\"RrirarIbe-container\",optimized:true,style:{opacity:1},variants:{IqHCOYr7J:{opacity:.3},iQPKtPWAt:{opacity:.3},k8sSPOn7i:{opacity:.3},KFhph7tRR:{opacity:.3},L1nHHbwYR:{opacity:.3},R4V8X_I7y:{opacity:.3}},...addPropertyOverrides({IqHCOYr7J:{animate:undefined,initial:undefined,optimized:undefined},iQPKtPWAt:{animate:undefined,initial:undefined,optimized:undefined},k8sSPOn7i:{animate:undefined,initial:undefined,optimized:undefined},KFhph7tRR:{animate:undefined,initial:undefined,optimized:undefined},L1nHHbwYR:{animate:undefined,initial:undefined,optimized:undefined},R4V8X_I7y:{animate:undefined,initial:undefined,optimized:undefined},u30OMnyoD:{animate:undefined,initial:undefined,optimized:undefined},yeXR2xZZs:{animate:undefined,initial:undefined,optimized:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ProjectBrickComponent,{D3Vw6xGXf:false,height:\"100%\",id:\"RrirarIbe\",JywrSZcre:JywrSZcre17epz8x,k6e23Jpe1:addImageAlt({src:\"https://framerusercontent.com/images/rSt9tfkQsfVyatYOxywyXv2U3o.png\"},\"\"),layoutId:\"RrirarIbe\",s56_JAxyk:false,style:{height:\"100%\",width:\"100%\"},uzhVMwE34:CslCB46wp,variant:\"qwIUa2Gi7\",width:\"100%\",XO1TFsEKR:n5nzDqBbi,ZVr1pxuY3:(_getLocalizedValue=getLocalizedValue(\"v0\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:\"Partenaires\",...addPropertyOverrides({IqHCOYr7J:{JywrSZcre:undefined,variant:\"tnnjmEfmR\"},iQPKtPWAt:{JywrSZcre:undefined,variant:\"tnnjmEfmR\"},k8sSPOn7i:{JywrSZcre:undefined},KFhph7tRR:{JywrSZcre:undefined},L1nHHbwYR:{JywrSZcre:undefined,variant:\"tnnjmEfmR\"},R4V8X_I7y:{JywrSZcre:undefined},u30OMnyoD:{JywrSZcre:undefined,variant:\"tAmgcqvsH\",VXgnPMGiY:VXgnPMGiY10ihwl9},yeXR2xZZs:{hO4xrg3fQ:hO4xrg3fQ1qzxncx,JywrSZcre:undefined,style:{width:\"100%\"},variant:\"fZJRdSjjW\"},zeN0jgJCg:{hO4xrg3fQ:hO4xrg3fQ4ka4wy,JywrSZcre:undefined,style:{width:\"100%\"},variant:\"tnnjmEfmR\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:99,width:\"700px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-435)/2+99+13),...addPropertyOverrides({IqHCOYr7J:{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"},iQPKtPWAt:{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"},k8sSPOn7i:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||441)-0-435)/2+99+13)},KFhph7tRR:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||441)-0-435)/2+99+13)},L1nHHbwYR:{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"},R4V8X_I7y:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||441)-0-435)/2+99+13)},u30OMnyoD:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||441)-0-435)/2+99+13)},yeXR2xZZs:{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"},zeN0jgJCg:{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-444)/2+99+16)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(MotionDivWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation2,className:\"framer-oqm593-container\",\"data-framer-appear-id\":\"oqm593\",initial:animation3,layoutDependency:layoutDependency,layoutId:\"wVuCSPCuw-container\",optimized:true,style:{opacity:1},variants:{IqHCOYr7J:{opacity:.3},k8sSPOn7i:{opacity:.3},KFhph7tRR:{opacity:.3},L1nHHbwYR:{opacity:.3},u30OMnyoD:{opacity:.3},yeXR2xZZs:{opacity:.3}},...addPropertyOverrides({IqHCOYr7J:{animate:undefined,initial:undefined,optimized:undefined},iQPKtPWAt:{animate:undefined,initial:undefined,optimized:undefined},k8sSPOn7i:{animate:undefined,initial:undefined,optimized:undefined},KFhph7tRR:{animate:undefined,initial:undefined,optimized:undefined},L1nHHbwYR:{animate:undefined,initial:undefined,optimized:undefined},R4V8X_I7y:{animate:undefined,initial:undefined,optimized:undefined},u30OMnyoD:{animate:undefined,initial:undefined,optimized:undefined},yeXR2xZZs:{animate:undefined,initial:undefined,optimized:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ProjectBrickComponent,{bHtLFMy9W:addImageAlt({src:\"https://framerusercontent.com/images/0Nal4iBjUi21YkzLsptHY27E0w.png\"},\"\"),D3Vw6xGXf:false,height:\"100%\",id:\"wVuCSPCuw\",JywrSZcre:JywrSZcre122lj36,k6e23Jpe1:addImageAlt({src:\"https://framerusercontent.com/images/O9SydmzcnWatTWpS8l2x2twgI.png\"},\"\"),layoutId:\"wVuCSPCuw\",s56_JAxyk:true,style:{height:\"100%\",width:\"100%\"},uzhVMwE34:CslCB46wp,variant:\"qwIUa2Gi7\",width:\"100%\",XO1TFsEKR:n5nzDqBbi,ZVr1pxuY3:(_getLocalizedValue1=getLocalizedValue(\"v1\",activeLocale))!==null&&_getLocalizedValue1!==void 0?_getLocalizedValue1:\"Sponsors\",...addPropertyOverrides({IqHCOYr7J:{JywrSZcre:undefined,variant:\"tnnjmEfmR\"},iQPKtPWAt:{hO4xrg3fQ:hO4xrg3fQ1qzxncx,JywrSZcre:undefined,style:{width:\"100%\"},variant:\"fZJRdSjjW\",VXgnPMGiY:undefined},k8sSPOn7i:{JywrSZcre:undefined},KFhph7tRR:{JywrSZcre:undefined},L1nHHbwYR:{JywrSZcre:undefined,variant:\"tnnjmEfmR\"},R4V8X_I7y:{hO4xrg3fQ:undefined,JywrSZcre:undefined,variant:\"tAmgcqvsH\",VXgnPMGiY:VXgnPMGiY10ihwl9},u30OMnyoD:{JywrSZcre:undefined},yeXR2xZZs:{JywrSZcre:undefined,variant:\"tnnjmEfmR\"},zeN0jgJCg:{hO4xrg3fQ:hO4xrg3fQ1ghhi2k,JywrSZcre:undefined,style:{width:\"100%\"},variant:\"tnnjmEfmR\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:99,width:\"700px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-435)/2+198+26),...addPropertyOverrides({IqHCOYr7J:{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"},iQPKtPWAt:{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"},k8sSPOn7i:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||441)-0-435)/2+198+26)},KFhph7tRR:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||441)-0-435)/2+198+26)},L1nHHbwYR:{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"},R4V8X_I7y:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||441)-0-435)/2+198+26)},u30OMnyoD:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||441)-0-435)/2+198+26)},yeXR2xZZs:{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"},zeN0jgJCg:{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-444)/2+198+32)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(MotionDivWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation4,className:\"framer-1r368ap-container\",\"data-framer-appear-id\":\"1r368ap\",initial:animation3,layoutDependency:layoutDependency,layoutId:\"MpQzZfdKc-container\",optimized:true,style:{opacity:1},variants:{iQPKtPWAt:{opacity:.3},k8sSPOn7i:{opacity:.3},L1nHHbwYR:{opacity:.3},R4V8X_I7y:{opacity:.3},u30OMnyoD:{opacity:.3},yeXR2xZZs:{opacity:.3}},...addPropertyOverrides({IqHCOYr7J:{animate:undefined,initial:undefined,optimized:undefined},iQPKtPWAt:{animate:undefined,initial:undefined,optimized:undefined},k8sSPOn7i:{animate:undefined,initial:undefined,optimized:undefined},KFhph7tRR:{animate:undefined,initial:undefined,optimized:undefined},L1nHHbwYR:{animate:undefined,initial:undefined,optimized:undefined},R4V8X_I7y:{animate:undefined,initial:undefined,optimized:undefined},u30OMnyoD:{animate:undefined,initial:undefined,optimized:undefined},yeXR2xZZs:{animate:undefined,initial:undefined,optimized:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ProjectBrickComponent,{D3Vw6xGXf:false,height:\"100%\",id:\"MpQzZfdKc\",JywrSZcre:JywrSZcre9gtjfb,k6e23Jpe1:addImageAlt({src:\"https://framerusercontent.com/images/3Q8poJlRAMT5UZmMt75MfmeaBqk.png\"},\"\"),layoutId:\"MpQzZfdKc\",s56_JAxyk:false,style:{height:\"100%\",width:\"100%\"},uzhVMwE34:CslCB46wp,variant:\"qwIUa2Gi7\",width:\"100%\",XO1TFsEKR:n5nzDqBbi,ZVr1pxuY3:(_getLocalizedValue2=getLocalizedValue(\"v2\",activeLocale))!==null&&_getLocalizedValue2!==void 0?_getLocalizedValue2:\"Soutiens\",...addPropertyOverrides({IqHCOYr7J:{hO4xrg3fQ:hO4xrg3fQ1qzxncx,JywrSZcre:undefined,style:{width:\"100%\"},variant:\"fZJRdSjjW\",VXgnPMGiY:undefined},iQPKtPWAt:{JywrSZcre:undefined,variant:\"tnnjmEfmR\"},k8sSPOn7i:{JywrSZcre:undefined},KFhph7tRR:{hO4xrg3fQ:undefined,JywrSZcre:undefined,variant:\"tAmgcqvsH\",VXgnPMGiY:VXgnPMGiY10ihwl9},L1nHHbwYR:{JywrSZcre:undefined,variant:\"tnnjmEfmR\"},R4V8X_I7y:{JywrSZcre:undefined},u30OMnyoD:{JywrSZcre:undefined},yeXR2xZZs:{JywrSZcre:undefined,variant:\"tnnjmEfmR\"},zeN0jgJCg:{hO4xrg3fQ:hO4xrg3fQnp8d5p,JywrSZcre:undefined,style:{width:\"100%\"},variant:\"tnnjmEfmR\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:99,width:\"700px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-435)/2+297+39),...addPropertyOverrides({IqHCOYr7J:{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"},iQPKtPWAt:{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"},k8sSPOn7i:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||441)-0-435)/2+297+39)},KFhph7tRR:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||441)-0-435)/2+297+39)},L1nHHbwYR:{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"},R4V8X_I7y:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||441)-0-435)/2+297+39)},u30OMnyoD:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||441)-0-435)/2+297+39)},yeXR2xZZs:{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"},zeN0jgJCg:{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-444)/2+297+48)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(MotionDivWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation5,className:\"framer-3qqkdz-container\",\"data-framer-appear-id\":\"3qqkdz\",initial:animation3,layoutDependency:layoutDependency,layoutId:\"eIp4dNmTj-container\",optimized:true,style:{opacity:1},variants:{IqHCOYr7J:{opacity:.3},iQPKtPWAt:{opacity:.3},KFhph7tRR:{opacity:.3},R4V8X_I7y:{opacity:.3},u30OMnyoD:{opacity:.3},yeXR2xZZs:{opacity:.3}},...addPropertyOverrides({IqHCOYr7J:{animate:undefined,initial:undefined,optimized:undefined},iQPKtPWAt:{animate:undefined,initial:undefined,optimized:undefined},k8sSPOn7i:{animate:undefined,initial:undefined,optimized:undefined},KFhph7tRR:{animate:undefined,initial:undefined,optimized:undefined},L1nHHbwYR:{animate:undefined,initial:undefined,optimized:undefined},R4V8X_I7y:{animate:undefined,initial:undefined,optimized:undefined},u30OMnyoD:{animate:undefined,initial:undefined,optimized:undefined},yeXR2xZZs:{animate:undefined,initial:undefined,optimized:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ProjectBrickComponent,{bHtLFMy9W:addImageAlt({src:\"https://framerusercontent.com/images/mnBCiBm5DDw1rOuRiBlQHkojLE.png\"},\"\"),D3Vw6xGXf:false,height:\"100%\",id:\"eIp4dNmTj\",JywrSZcre:JywrSZcre18s6bls,k6e23Jpe1:addImageAlt({src:\"https://framerusercontent.com/images/7As4uUVwPqc5CIVStrlj5jh3qo.png\"},\"\"),layoutId:\"eIp4dNmTj\",s56_JAxyk:true,style:{height:\"100%\",width:\"100%\"},uzhVMwE34:CslCB46wp,variant:\"qwIUa2Gi7\",width:\"100%\",XO1TFsEKR:n5nzDqBbi,ZVr1pxuY3:(_getLocalizedValue3=getLocalizedValue(\"v3\",activeLocale))!==null&&_getLocalizedValue3!==void 0?_getLocalizedValue3:\"Mentions sp\\xe9ciales\",...addPropertyOverrides({IqHCOYr7J:{JywrSZcre:undefined,variant:\"tnnjmEfmR\"},iQPKtPWAt:{JywrSZcre:undefined,variant:\"tnnjmEfmR\"},k8sSPOn7i:{hO4xrg3fQ:undefined,JywrSZcre:undefined,variant:\"tAmgcqvsH\",VXgnPMGiY:VXgnPMGiY10ihwl9},KFhph7tRR:{JywrSZcre:undefined},L1nHHbwYR:{hO4xrg3fQ:hO4xrg3fQ1qzxncx,JywrSZcre:undefined,style:{width:\"100%\"},variant:\"fZJRdSjjW\",VXgnPMGiY:undefined},R4V8X_I7y:{JywrSZcre:undefined},u30OMnyoD:{JywrSZcre:undefined},yeXR2xZZs:{JywrSZcre:undefined,variant:\"tnnjmEfmR\"},zeN0jgJCg:{hO4xrg3fQ:hO4xrg3fQ13w8ho9,JywrSZcre:undefined,style:{width:\"100%\"},variant:\"tnnjmEfmR\"}},baseVariant,gestureVariant)})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-10EhB.framer-o8j09p, .framer-10EhB .framer-o8j09p { display: block; }\",\".framer-10EhB.framer-1dtcmwb { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 13px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-10EhB .framer-nbvabm-container, .framer-10EhB .framer-oqm593-container, .framer-10EhB .framer-1r368ap-container, .framer-10EhB .framer-3qqkdz-container { flex: none; height: 99px; position: relative; width: 700px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-10EhB.framer-1dtcmwb { gap: 0px; } .framer-10EhB.framer-1dtcmwb > * { margin: 0px; margin-bottom: calc(13px / 2); margin-top: calc(13px / 2); } .framer-10EhB.framer-1dtcmwb > :first-child { margin-top: 0px; } .framer-10EhB.framer-1dtcmwb > :last-child { margin-bottom: 0px; } }\",\".framer-10EhB.framer-v-z68n7n.framer-1dtcmwb, .framer-10EhB.framer-v-1wixjdx.framer-1dtcmwb, .framer-10EhB.framer-v-aqvbwx.framer-1dtcmwb, .framer-10EhB.framer-v-1cvpns6.framer-1dtcmwb { height: 441px; }\",\".framer-10EhB.framer-v-cazs3o.framer-1dtcmwb { gap: 16px; width: 340px; }\",\".framer-10EhB.framer-v-cazs3o .framer-nbvabm-container { height: auto; order: 0; width: 100%; }\",\".framer-10EhB.framer-v-cazs3o .framer-oqm593-container { height: auto; order: 1; width: 100%; }\",\".framer-10EhB.framer-v-cazs3o .framer-1r368ap-container { height: auto; order: 2; width: 100%; }\",\".framer-10EhB.framer-v-cazs3o .framer-3qqkdz-container { height: auto; order: 3; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-10EhB.framer-v-cazs3o.framer-1dtcmwb { gap: 0px; } .framer-10EhB.framer-v-cazs3o.framer-1dtcmwb > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-10EhB.framer-v-cazs3o.framer-1dtcmwb > :first-child { margin-top: 0px; } .framer-10EhB.framer-v-cazs3o.framer-1dtcmwb > :last-child { margin-bottom: 0px; } }\",\".framer-10EhB.framer-v-g9iajo.framer-1dtcmwb, .framer-10EhB.framer-v-awkd2t.framer-1dtcmwb, .framer-10EhB.framer-v-undfpl.framer-1dtcmwb, .framer-10EhB.framer-v-s0aemp.framer-1dtcmwb { width: 350px; }\",\".framer-10EhB.framer-v-g9iajo .framer-nbvabm-container, .framer-10EhB.framer-v-awkd2t .framer-oqm593-container, .framer-10EhB.framer-v-undfpl .framer-1r368ap-container, .framer-10EhB.framer-v-s0aemp .framer-3qqkdz-container { height: auto; width: 100%; }\",\".framer-10EhB.framer-v-g9iajo .framer-oqm593-container, .framer-10EhB.framer-v-g9iajo .framer-1r368ap-container, .framer-10EhB.framer-v-g9iajo .framer-3qqkdz-container, .framer-10EhB.framer-v-awkd2t .framer-nbvabm-container, .framer-10EhB.framer-v-awkd2t .framer-1r368ap-container, .framer-10EhB.framer-v-awkd2t .framer-3qqkdz-container, .framer-10EhB.framer-v-undfpl .framer-nbvabm-container, .framer-10EhB.framer-v-undfpl .framer-oqm593-container, .framer-10EhB.framer-v-undfpl .framer-3qqkdz-container, .framer-10EhB.framer-v-s0aemp .framer-nbvabm-container, .framer-10EhB.framer-v-s0aemp .framer-oqm593-container, .framer-10EhB.framer-v-s0aemp .framer-1r368ap-container { width: 100%; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 435\n * @framerIntrinsicWidth 700\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"u30OMnyoD\":{\"layout\":[\"auto\",\"fixed\"]},\"R4V8X_I7y\":{\"layout\":[\"auto\",\"fixed\"]},\"KFhph7tRR\":{\"layout\":[\"auto\",\"fixed\"]},\"k8sSPOn7i\":{\"layout\":[\"auto\",\"fixed\"]},\"zeN0jgJCg\":{\"layout\":[\"fixed\",\"auto\"]},\"yeXR2xZZs\":{\"layout\":[\"fixed\",\"auto\"]},\"iQPKtPWAt\":{\"layout\":[\"fixed\",\"auto\"]},\"IqHCOYr7J\":{\"layout\":[\"fixed\",\"auto\"]},\"L1nHHbwYR\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"n5nzDqBbi\":\"backgroundTitle\",\"CslCB46wp\":\"backgroundLogo\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerlp5lOEPjn=withCSS(Component,css,\"framer-10EhB\");export default Framerlp5lOEPjn;Framerlp5lOEPjn.displayName=\"Soutien tiroirs\";Framerlp5lOEPjn.defaultProps={height:435,width:700};addPropertyControls(Framerlp5lOEPjn,{variant:{options:[\"cwUEb1Xwz\",\"u30OMnyoD\",\"R4V8X_I7y\",\"KFhph7tRR\",\"k8sSPOn7i\",\"zeN0jgJCg\",\"yeXR2xZZs\",\"iQPKtPWAt\",\"IqHCOYr7J\",\"L1nHHbwYR\"],optionTitles:[\"default\",\"partenaires open\",\"sponsors open\",\"soutien open\",\"mention open\",\"mobile\",\"mobile partenaires\",\"mobile sponsor\",\"mobile soutien\",\"mobile mention\"],title:\"Variant\",type:ControlType.Enum},n5nzDqBbi:{defaultValue:'var(--token-681e1e2b-df2b-44e7-bf60-e0eca7932812, rgb(125, 37, 118)) /* {\"name\":\"#7D2576\"} */',title:\"Background Title\",type:ControlType.Color},CslCB46wp:{defaultValue:\"rgb(143, 143, 143)\",title:\"Background Logo\",type:ControlType.Color}});addFonts(Framerlp5lOEPjn,[{explicitInter:true,fonts:[]},...ProjectBrickComponentFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerlp5lOEPjn\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"435\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"n5nzDqBbi\\\":\\\"backgroundTitle\\\",\\\"CslCB46wp\\\":\\\"backgroundLogo\\\"}\",\"framerIntrinsicWidth\":\"700\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"u30OMnyoD\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"R4V8X_I7y\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"KFhph7tRR\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"k8sSPOn7i\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"zeN0jgJCg\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"yeXR2xZZs\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"iQPKtPWAt\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"IqHCOYr7J\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"L1nHHbwYR\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./lp5lOEPjn.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{motion}from\"framer-motion\";import*as React from\"react\";export const v0=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItQmxhY2s=\",\"--framer-font-size\":\"19px\",\"--framer-font-weight\":\"900\",\"--framer-letter-spacing\":\"-1px\"},children:\"Want to support us?\"})});\nexport const __FramerMetadata__ = {\"exports\":{\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (64bc75b)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Link,RichText,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOnVariantChange,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Material}from\"https://framerusercontent.com/modules/6Ldpz1V0DkD45gXvi67I/PCgBX5d6MdQT7E7nhdXn/Material.js\";import*as localizedValues from\"./sogPivJX2-0.js\";const MaterialFonts=getFonts(Material);const cycleOrder=[\"s8ZRLLA2o\",\"UeBcjesfA\",\"V0oAdqEV3\",\"v3_edS_Tr\",\"OIEVehNdQ\",\"hdpNsSeDB\",\"q4xCIZ9fy\",\"CdLCfjQDG\",\"xjuHPmC1n\"];const serializationHash=\"framer-0g9dq\";const variantClassNames={CdLCfjQDG:\"framer-v-1orytzs\",hdpNsSeDB:\"framer-v-1uyd38j\",OIEVehNdQ:\"framer-v-1s2a59r\",q4xCIZ9fy:\"framer-v-jdoeqb\",s8ZRLLA2o:\"framer-v-12dq9wt\",UeBcjesfA:\"framer-v-18csn0g\",V0oAdqEV3:\"framer-v-1h27qd6\",v3_edS_Tr:\"framer-v-y08ckk\",xjuHPmC1n:\"framer-v-jyxlpa\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const valuesByLocaleId={o1AWDm0le:localizedValues};const getLocalizedValue=(key,locale)=>{while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value){return value;}}locale=locale.fallback;}};const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const transformTemplate1=(_,t)=>`translateY(-50%) ${t}`;const animation={opacity:.001,rotate:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transition2={bounce:0,delay:.1,duration:.4,type:\"spring\"};const textEffect={effect:animation,tokenization:\"character\",transition:transition2,trigger:\"onMount\",type:\"appear\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?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\":\"s8ZRLLA2o\",\"Variant 2\":\"UeBcjesfA\",\"Variant 3\":\"V0oAdqEV3\",\"Variant 4\":\"v3_edS_Tr\",\"Variant 5\":\"OIEVehNdQ\",\"Variant 6\":\"hdpNsSeDB\",\"Variant 7\":\"q4xCIZ9fy\",\"Variant 8\":\"CdLCfjQDG\",\"Variant 9\":\"xjuHPmC1n\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"s8ZRLLA2o\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"s8ZRLLA2o\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onAppearc7wqmw=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"UeBcjesfA\"),200);});const onMouseEnter1npuriv=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});setVariant(\"hdpNsSeDB\");});const onAppear1az11yg=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"V0oAdqEV3\"),200);});const onAppear1l21o42=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"v3_edS_Tr\"),200);});const onAppearkhwv2y=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"OIEVehNdQ\"),200);});const onAppearkp0gg2=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"s8ZRLLA2o\"),1e3);});const onTap13qjvub=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});await delay(()=>setVariant(\"CdLCfjQDG\"),200);});const onMouseLeavejd0i80=activeVariantCallback(async(...args)=>{setGestureState({isHovered:false});setVariant(\"s8ZRLLA2o\");});const onMouseEnterq6s3i6=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});setVariant(\"xjuHPmC1n\");});const onAppear1d36r4x=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"q4xCIZ9fy\"),300);});const onMouseLeaveg6quhx=activeVariantCallback(async(...args)=>{setGestureState({isHovered:false});setVariant(\"q4xCIZ9fy\");});useOnVariantChange(baseVariant,{CdLCfjQDG:onAppear1d36r4x,default:onAppearc7wqmw,hdpNsSeDB:undefined,OIEVehNdQ:onAppearkp0gg2,q4xCIZ9fy:undefined,UeBcjesfA:onAppear1az11yg,V0oAdqEV3:onAppear1l21o42,v3_edS_Tr:onAppearkhwv2y,xjuHPmC1n:undefined});const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"CdLCfjQDG\")return false;return true;};const isDisplayed1=()=>{if([\"q4xCIZ9fy\",\"xjuHPmC1n\"].includes(baseVariant))return false;return true;};const isDisplayed2=()=>{if([\"hdpNsSeDB\",\"q4xCIZ9fy\",\"CdLCfjQDG\",\"xjuHPmC1n\"].includes(baseVariant))return true;return false;};const isDisplayed3=()=>{if([\"q4xCIZ9fy\",\"xjuHPmC1n\"].includes(baseVariant))return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();var _getLocalizedValue;return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{...addPropertyOverrides({xjuHPmC1n:{href:{hash:\":tCWL6jBT_\",webPageId:\"lBrfat8Ew\"},openInNewTab:false,smoothScroll:true}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-12dq9wt\",className,classNames)} framer-7k3xx8`,\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"s8ZRLLA2o\",onMouseEnter:onMouseEnter1npuriv,ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({CdLCfjQDG:{\"data-framer-name\":\"Variant 8\",onMouseEnter:undefined},hdpNsSeDB:{\"data-framer-name\":\"Variant 6\",onMouseLeave:onMouseLeavejd0i80,onTap:onTap13qjvub},OIEVehNdQ:{\"data-framer-name\":\"Variant 5\"},q4xCIZ9fy:{\"data-framer-name\":\"Variant 7\",onMouseEnter:onMouseEnterq6s3i6},UeBcjesfA:{\"data-framer-name\":\"Variant 2\"},V0oAdqEV3:{\"data-framer-name\":\"Variant 3\"},v3_edS_Tr:{\"data-framer-name\":\"Variant 4\"},xjuHPmC1n:{\"data-framer-name\":\"Variant 9\",onMouseEnter:undefined,onMouseLeave:onMouseLeaveg6quhx}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-tlag58\",layoutDependency:layoutDependency,layoutId:\"UITcPQEuW\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-r0tlhs\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"rLrH6PjM3\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 160 76\"><path d=\"M 79.438 0.424 L 92.022 14.614 L 116.932 4.13 L 113.956 19.65 L 145.989 15.705 L 128.134 28.999 L 159.952 32.495 L 131.31 40.518 L 155.623 50.655 L 122.754 51.568 L 133.994 66.024 L 104.428 59.618 L 100.019 75.081 L 80.53 62.825 L 61.482 75.752 L 56.534 60.452 L 27.211 67.883 L 37.938 53.045 L 5.057 53.277 L 29.001 42.299 L 0.096 35.279 L 31.772 30.677 L 13.463 18.012 L 45.615 20.841 L 42.097 5.433 L 67.359 15.044 Z\" fill=\"rgb(230, 230, 230)\"></path></svg>',svgContentId:12824100568,withExternalLayout:true,...addPropertyOverrides({q4xCIZ9fy:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 2 2\"><path d=\"M 0.496 0.006 L 0.575 0.192 L 0.731 0.054 L 0.712 0.259 L 0.912 0.207 L 0.801 0.382 L 1 0.428 L 0.821 0.533 L 0.973 0.667 L 0.767 0.679 L 0.837 0.869 L 0.653 0.784 L 0.625 0.988 L 0.503 0.827 L 0.384 0.997 L 0.353 0.795 L 0.17 0.893 L 0.237 0.698 L 0.032 0.701 L 0.181 0.557 L 0.001 0.464 L 0.199 0.404 L 0.084 0.237 L 0.285 0.274 L 0.263 0.071 L 0.421 0.198 Z\" fill=\"rgb(230, 230, 230)\"></path></svg>',svgContentId:10961226264},xjuHPmC1n:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 2 2\"><path d=\"M 0.496 0.006 L 0.575 0.192 L 0.731 0.054 L 0.712 0.259 L 0.912 0.207 L 0.801 0.382 L 1 0.428 L 0.821 0.533 L 0.973 0.667 L 0.767 0.679 L 0.837 0.869 L 0.653 0.784 L 0.625 0.988 L 0.503 0.827 L 0.384 0.997 L 0.353 0.795 L 0.17 0.893 L 0.237 0.698 L 0.032 0.701 L 0.181 0.557 L 0.001 0.464 L 0.199 0.404 L 0.084 0.237 L 0.285 0.274 L 0.263 0.071 L 0.421 0.198 Z\" fill=\"rgb(230, 230, 230)\"></path></svg>',svgContentId:10961226264}},baseVariant,gestureVariant)})}),isDisplayed1()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItQmxhY2s=\",\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"900\",\"--framer-letter-spacing\":\"-1px\"},children:\"H\"})}),className:\"framer-12iuxwa\",fonts:[\"Inter-Black\"],layoutDependency:layoutDependency,layoutId:\"ODO35OmPi\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:1},transformTemplate:transformTemplate1,variants:{CdLCfjQDG:{opacity:0},hdpNsSeDB:{opacity:.5}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({CdLCfjQDG:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItQmxhY2s=\",\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"900\",\"--framer-letter-spacing\":\"-1px\"},children:\"HELP!\"})})},hdpNsSeDB:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItQmxhY2s=\",\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"900\",\"--framer-letter-spacing\":\"-1px\"},children:\"HELP!\"})})},OIEVehNdQ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItQmxhY2s=\",\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"900\",\"--framer-letter-spacing\":\"-1px\"},children:\"HELP!\"})})},UeBcjesfA:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItQmxhY2s=\",\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"900\",\"--framer-letter-spacing\":\"-1px\"},children:\"HE\"})})},V0oAdqEV3:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItQmxhY2s=\",\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"900\",\"--framer-letter-spacing\":\"-1px\"},children:\"HEL\"})})},v3_edS_Tr:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItQmxhY2s=\",\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"900\",\"--framer-letter-spacing\":\"-1px\"},children:\"HELP\"})})}},baseVariant,gestureVariant)}),isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1hadvw8-container\",layoutDependency:layoutDependency,layoutId:\"NFgOjNAvu-container\",style:{opacity:.5},variants:{CdLCfjQDG:{opacity:0},q4xCIZ9fy:{opacity:1}},children:/*#__PURE__*/_jsx(Material,{color:\"var(--token-cca961ff-5560-40e5-a1c8-3e5042b89335, rgb(0, 0, 0))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"ArrowDropDown\",iconStyle15:\"Filled\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"NFgOjNAvu\",layoutId:\"NFgOjNAvu\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),isDisplayed3()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1llp3j3\",layoutDependency:layoutDependency,layoutId:\"dOzJTRSSt\",children:isDisplayed3()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-vovg44\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"vAulg7mKO\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 60 58\"><path d=\"M 23 0 L 34.5 18 L 23 36 L 11.5 18 Z\" transform=\"translate(7.006 10.984) rotate(41 23 18)\" fill=\"rgb(230, 230, 230)\"></path></svg>',svgContentId:11126371518,withExternalLayout:true,...addPropertyOverrides({q4xCIZ9fy:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 31 31\"><path d=\"M 10.5 2.625 L 15.047 10.5 L 19.593 18.375 L 10.5 18.375 L 1.407 18.375 L 5.953 10.5 Z\" transform=\"translate(4.876 5.084) rotate(223 10.5 10.5)\" fill=\"rgb(230, 230, 230)\"></path></svg>',svgContentId:11269368317},xjuHPmC1n:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 31 31\"><path d=\"M 10.5 2.625 L 15.047 10.5 L 19.593 18.375 L 10.5 18.375 L 1.407 18.375 L 5.953 10.5 Z\" transform=\"translate(4.88 5.08) rotate(223 10.5 10.5)\" fill=\"rgb(230, 230, 230)\"></path></svg>',svgContentId:9721273488}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-160kugj\",layoutDependency:layoutDependency,layoutId:\"rc01aKYQo\",style:{backgroundColor:\"rgba(255, 255, 255, 0.97)\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0,opacity:0},variants:{q4xCIZ9fy:{backgroundColor:\"rgb(230, 230, 230)\",borderBottomLeftRadius:18,borderBottomRightRadius:18,borderTopLeftRadius:18,borderTopRightRadius:18,opacity:1},xjuHPmC1n:{backgroundColor:\"rgb(230, 230, 230)\",borderBottomLeftRadius:18,borderBottomRightRadius:18,borderTopLeftRadius:18,borderTopRightRadius:18,opacity:1}},children:isDisplayed3()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue=getLocalizedValue(\"v0\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItQmxhY2s=\",\"--framer-font-size\":\"19px\",\"--framer-font-weight\":\"900\",\"--framer-letter-spacing\":\"-1px\"},children:\"Envie de nous soutenir?\"})}),className:\"framer-1kuehv7\",effect:textEffect,fonts:[\"Inter-Black\"],layoutDependency:layoutDependency,layoutId:\"lSKONkRvO\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:1},variants:{xjuHPmC1n:{opacity:.5}},verticalAlignment:\"top\",withExternalLayout:true})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-0g9dq.framer-7k3xx8, .framer-0g9dq .framer-7k3xx8 { display: block; }\",\".framer-0g9dq.framer-12dq9wt { height: 76px; overflow: hidden; position: relative; width: 160px; }\",\".framer-0g9dq .framer-tlag58 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 0px; overflow: visible; padding: 0px; position: absolute; top: 0px; width: 100%; }\",\".framer-0g9dq .framer-r0tlhs { flex: none; height: 76px; position: relative; width: 160px; }\",\".framer-0g9dq .framer-12iuxwa { flex: none; height: auto; left: 47px; position: absolute; top: 50%; white-space: pre; width: auto; z-index: 1; }\",\".framer-0g9dq .framer-1hadvw8-container { flex: none; height: 18px; position: absolute; right: 28px; top: calc(50.00000000000002% - 18px / 2); width: 21px; }\",\".framer-0g9dq .framer-1llp3j3 { align-content: center; align-items: center; bottom: -21px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: -21px; min-height: 44px; min-width: 75px; overflow: visible; padding: 0px; position: absolute; width: min-content; z-index: 1; }\",\".framer-0g9dq .framer-vovg44 { flex: none; height: 58px; position: relative; width: 60px; }\",\".framer-0g9dq .framer-160kugj { bottom: 0px; flex: none; height: 1px; left: 0px; overflow: visible; position: absolute; width: 1px; }\",\".framer-0g9dq .framer-1kuehv7 { flex: none; height: 46px; left: calc(50.62500000000002% - 122px / 2); position: absolute; top: calc(50.00000000000002% - 46px / 2); white-space: pre-wrap; width: 122px; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-0g9dq .framer-tlag58, .framer-0g9dq .framer-1llp3j3 { gap: 0px; } .framer-0g9dq .framer-tlag58 > *, .framer-0g9dq .framer-1llp3j3 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-0g9dq .framer-tlag58 > :first-child, .framer-0g9dq .framer-1llp3j3 > :first-child { margin-left: 0px; } .framer-0g9dq .framer-tlag58 > :last-child, .framer-0g9dq .framer-1llp3j3 > :last-child { margin-right: 0px; } }\",\".framer-0g9dq.framer-v-1uyd38j.framer-12dq9wt, .framer-0g9dq.framer-v-1orytzs.framer-12dq9wt { cursor: pointer; }\",\".framer-0g9dq.framer-v-1uyd38j .framer-1hadvw8-container { right: 29px; }\",\".framer-0g9dq.framer-v-jdoeqb.framer-12dq9wt { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; justify-content: center; overflow: visible; padding: 0px; }\",\".framer-0g9dq.framer-v-jdoeqb .framer-tlag58, .framer-0g9dq.framer-v-jyxlpa .framer-tlag58 { bottom: 0px; top: unset; width: min-content; z-index: 1; }\",\".framer-0g9dq.framer-v-jdoeqb .framer-r0tlhs, .framer-0g9dq.framer-v-jyxlpa .framer-r0tlhs { height: 2px; width: 2px; }\",\".framer-0g9dq.framer-v-jdoeqb .framer-1hadvw8-container, .framer-0g9dq.framer-v-jyxlpa .framer-1hadvw8-container { bottom: 18px; right: 30px; top: unset; z-index: 1; }\",\".framer-0g9dq.framer-v-jdoeqb .framer-1llp3j3, .framer-0g9dq.framer-v-jyxlpa .framer-1llp3j3 { bottom: -14px; left: -12px; min-height: unset; min-width: unset; }\",\".framer-0g9dq.framer-v-jdoeqb .framer-vovg44 { height: 31px; order: 0; width: 31px; }\",\".framer-0g9dq.framer-v-jdoeqb .framer-160kugj, .framer-0g9dq.framer-v-jyxlpa .framer-160kugj { bottom: unset; flex: 1 0 0px; height: 100%; left: unset; position: relative; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-0g9dq.framer-v-jdoeqb.framer-12dq9wt { gap: 0px; } .framer-0g9dq.framer-v-jdoeqb.framer-12dq9wt > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-0g9dq.framer-v-jdoeqb.framer-12dq9wt > :first-child { margin-left: 0px; } .framer-0g9dq.framer-v-jdoeqb.framer-12dq9wt > :last-child { margin-right: 0px; } }\",\".framer-0g9dq.framer-v-jyxlpa.framer-12dq9wt { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; justify-content: center; overflow: visible; padding: 0px; text-decoration: none; }\",\".framer-0g9dq.framer-v-jyxlpa .framer-vovg44 { height: 31px; width: 31px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-0g9dq.framer-v-jyxlpa.framer-12dq9wt { gap: 0px; } .framer-0g9dq.framer-v-jyxlpa.framer-12dq9wt > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-0g9dq.framer-v-jyxlpa.framer-12dq9wt > :first-child { margin-left: 0px; } .framer-0g9dq.framer-v-jyxlpa.framer-12dq9wt > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 76\n * @framerIntrinsicWidth 160\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"UeBcjesfA\":{\"layout\":[\"fixed\",\"fixed\"]},\"V0oAdqEV3\":{\"layout\":[\"fixed\",\"fixed\"]},\"v3_edS_Tr\":{\"layout\":[\"fixed\",\"fixed\"]},\"OIEVehNdQ\":{\"layout\":[\"fixed\",\"fixed\"]},\"hdpNsSeDB\":{\"layout\":[\"fixed\",\"fixed\"]},\"q4xCIZ9fy\":{\"layout\":[\"fixed\",\"fixed\"]},\"CdLCfjQDG\":{\"layout\":[\"fixed\",\"fixed\"]},\"xjuHPmC1n\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramersogPivJX2=withCSS(Component,css,\"framer-0g9dq\");export default FramersogPivJX2;FramersogPivJX2.displayName=\"Speech bubble\";FramersogPivJX2.defaultProps={height:76,width:160};addPropertyControls(FramersogPivJX2,{variant:{options:[\"s8ZRLLA2o\",\"UeBcjesfA\",\"V0oAdqEV3\",\"v3_edS_Tr\",\"OIEVehNdQ\",\"hdpNsSeDB\",\"q4xCIZ9fy\",\"CdLCfjQDG\",\"xjuHPmC1n\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Variant 3\",\"Variant 4\",\"Variant 5\",\"Variant 6\",\"Variant 7\",\"Variant 8\",\"Variant 9\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramersogPivJX2,[{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/mkY5Sgyq51ik0AMrSBwhm9DJg.woff2\",weight:\"900\"},{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/X5hj6qzcHUYv7h1390c8Rhm6550.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/gQhNpS3tN86g8RcVKYUUaKt2oMQ.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/cugnVhSraaRyANCaUtI5FV17wk.woff2\",weight:\"900\"},{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/5HcVoGak8k5agFJSaKa4floXVu0.woff2\",weight:\"900\"},{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/jn4BtSPLlS0NDp1KiFAtFKiiY0o.woff2\",weight:\"900\"},{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/P2Bw01CtL0b9wqygO0sSVogWbo.woff2\",weight:\"900\"}]},...MaterialFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramersogPivJX2\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"UeBcjesfA\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"V0oAdqEV3\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"v3_edS_Tr\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"OIEVehNdQ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"hdpNsSeDB\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"q4xCIZ9fy\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"CdLCfjQDG\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"xjuHPmC1n\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"160\",\"framerIntrinsicHeight\":\"76\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./sogPivJX2.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{useState,useEffect,useRef}from\"react\";import{DotLottieReact as BaseDotLottiePlayer}from\"https://unpkg.com/@lottiefiles/dotlottie-react@0.8.12/dist/index.js\";/**\n * These annotations control how your component sizes\n * Learn more: https://www.framer.com/docs/guides/auto-sizing\n *\n * @framerIntrinsicHeight fixed\n * @framerIntrinsicWidth fixed\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */export default function DotLottiePlayer(props){const[dotLottie,setDotLottie]=useState(null);const containerRef=useRef(null);const lastDimensions=useRef({width:0,height:0});const applyProgressOrPosterFrame=(propertyValue,isPoster=false)=>{if(dotLottie){const totalFrames=dotLottie.totalFrames;const frame=propertyValue/100*totalFrames;if(RenderTarget.current()!==RenderTarget.canvas||isPoster){dotLottie.setFrame(frame);dotLottie.pause();}else if(!isPoster){dotLottie.setSegment(frame,totalFrames);}}};// For progress\nuseEffect(()=>{applyProgressOrPosterFrame(props.progress,true);},[props.progress,dotLottie]);// For poster\nuseEffect(()=>{if(!props.posterToggle){applyProgressOrPosterFrame(props.poster,true);}else{dotLottie===null||dotLottie===void 0?void 0:dotLottie.setFrame(0)// Freeze animation at frame 0 in edit page\n;}},[props.poster,props.posterToggle,dotLottie]);useEffect(()=>{function onLoad(){applyProgressOrPosterFrame(props.progress);setTimeout(()=>dotLottie===null||dotLottie===void 0?void 0:dotLottie.resize(),1e3);}dotLottie===null||dotLottie===void 0?void 0:dotLottie.addEventListener(\"load\",onLoad);dotLottie===null||dotLottie===void 0?void 0:dotLottie.addEventListener(\"loadError\",console.error);return()=>{dotLottie===null||dotLottie===void 0?void 0:dotLottie.removeEventListener(\"load\",onLoad);dotLottie===null||dotLottie===void 0?void 0:dotLottie.removeEventListener(\"loadError\",console.error);};},[dotLottie,props.progress]);useEffect(()=>{const resizeObserver=new ResizeObserver(entries=>{for(let entry of entries){const{width,height}=entry.contentRect;// Check if the size change is significant to avoid infinite loops\nif(Math.abs(lastDimensions.current.width-width)>5||Math.abs(lastDimensions.current.height-height)>5){lastDimensions.current={width,height};dotLottie===null||dotLottie===void 0?void 0:dotLottie.resize();}}});if(containerRef.current){resizeObserver.observe(containerRef.current);}return()=>{if(containerRef.current){resizeObserver.unobserve(containerRef.current);}};},[dotLottie]);return /*#__PURE__*/_jsx(\"div\",{ref:containerRef,style:{width:\"100%\",height:\"100%\",...props.style},children:typeof window===\"object\"&&/*#__PURE__*/_jsx(BaseDotLottiePlayer,{dotLottieRefCallback:setDotLottie,src:props.srcTypeToggle?props.srcUrl:props.srcFile,autoplay:props.autoplay,useFrameInterpolation:props.useFrameInterpolation,mode:props.playMode,loop:props.loop,playOnHover:props.hover,speed:props.speed,backgroundColor:props.background?props.background.toString():\"\",renderConfig:{devicePixelRatio:props.dprToggle?null:props.devicePixelRatio},autoResizeCanvas:props.autoResizeCanvas,marker:props.marker},props.srcTypeToggle?props.srcUrl:props.srcFile)});}const containerStyle={width:\"100%\",height:\"100%\",display:\"block\",margin:\"0 auto\",boxSizing:\"border-box\"};DotLottiePlayer.defaultProps={srcTypeToggle:true,srcUrl:\"https://lottie.host/279b8a8c-25d8-4456-80db-e61cd7d076dd/0IHTQL6lv5.lottie\",autoplay:true,background:\"#ffffff\",useFrameInterpolation:false,// controls: false,\nplayMode:\"forward\",hover:false,loop:true,speed:1,progress:0,poster:0,devicePixelRatio:1,posterToggle:false};addPropertyControls(DotLottiePlayer,{srcTypeToggle:{type:ControlType.Boolean,title:\"Source Type\",enabledTitle:\"URL\",disabledTitle:\"File\"},srcUrl:{type:ControlType.String,title:\"URL\",hidden(props){return props.srcTypeToggle===false;}},srcFile:{type:ControlType.File,allowedFileTypes:[\"lottie\",\"json\"],title:\"Source\",hidden(props){return props.srcTypeToggle===true;}},autoplay:{type:ControlType.Boolean,title:\"Autoplay\",defaultValue:true},background:{type:ControlType.Color,title:\"Background\",defaultValue:\"\"},playMode:{type:ControlType.Enum,title:\"Play Mode\",defaultValue:\"Forward\",displaySegmentedControl:false,// segmentedControlDirection: \"horizontal\",\noptions:[\"forward\",\"reverse\",\"bounce\",\"reverse-bounce\"],optionTitles:[\"Forward\",\"Reverse\",\"Bounce\",\"Reverse Bounce\"]},hover:{type:ControlType.Boolean,title:\"Play on Hover\"},loop:{type:ControlType.Boolean,title:\"Loop\"},useFrameInterpolation:{type:ControlType.Boolean,title:\"Frame Interpolation\",defaultValue:false},speed:{type:ControlType.Number,title:\"Speed\",defaultValue:1,min:.5,max:10,unit:\"x\",step:.5,displayStepper:true},marker:{type:ControlType.String,title:\"Marker\",defaultValue:\"\"},dprToggle:{type:ControlType.Boolean,title:\"Device Pixel Ratio\",enabledTitle:\"Auto\",disabledTitle:\"Custom\",defaultValue:true},devicePixelRatio:{type:ControlType.Number,title:\"Device Pixel Ratio\",defaultValue:1,min:.5,max:5,unit:\"\",step:.5,displayStepper:true,hidden(props){return props.dprToggle===true;}},posterToggle:{type:ControlType.Boolean,title:\"Poster\",enabledTitle:\"Auto\",disabledTitle:\"Custom\",defaultValue:true},poster:{type:ControlType.Number,title:\"\",defaultValue:0,min:0,max:99,unit:\"%\",step:.5,displayStepper:false,hidden(props){return props.posterToggle===true;}},progress:{type:ControlType.Number,title:\"Progress\",defaultValue:0,min:0,max:99,unit:\"%\",step:.5,displayStepper:false},autoResizeCanvas:{type:ControlType.Boolean,title:\"AutoResizeCanvas\",defaultValue:false}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"DotLottiePlayer\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"fixed\",\"framerIntrinsicWidth\":\"fixed\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./DotLottieFramer.map", "// Generated by Framer (64bc75b)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,LazyValue,PropertyOverrides,RichText,useCustomCursors,useHydratedBreakpointVariants,useLocaleInfo,useRouteElementId,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import NousSoutenirStack from\"#framer/local/canvasComponent/AlthyM2sj/AlthyM2sj.js\";import SuivezNous from\"#framer/local/canvasComponent/apIgm0XTx/apIgm0XTx.js\";import Topbar from\"#framer/local/canvasComponent/gU1_Z2mvf/gU1_Z2mvf.js\";import SoutienTiroirs from\"#framer/local/canvasComponent/lp5lOEPjn/lp5lOEPjn.js\";import CommunityFeedbackWidget from\"#framer/local/canvasComponent/pi7W26nZu/pi7W26nZu.js\";import FooterProvisoire from\"#framer/local/canvasComponent/Q30zQ2_xZ/Q30zQ2_xZ.js\";import TakeMeHomeCursor from\"#framer/local/canvasComponent/Sev9fvmMe/Sev9fvmMe.js\";import SpeechBubble from\"#framer/local/canvasComponent/sogPivJX2/sogPivJX2.js\";import DotLottiePlayer from\"#framer/local/codeFile/UMXaBjc/DotLottieFramer.js\";import{withDynamicUnits}from\"#framer/local/codeFile/lrCAX5p/DynamicUnits.js\";import*as sharedStyle from\"#framer/local/css/C8LOKdiiZ/C8LOKdiiZ.js\";import metadataProvider from\"#framer/local/webPageMetadata/lBrfat8Ew/lBrfat8Ew.js\";const TopbarFonts=getFonts(Topbar);const CommunityFeedbackWidgetFonts=getFonts(CommunityFeedbackWidget);const MotionDivWithDynamicUnits=withDynamicUnits(motion.div);const SoutienTiroirsFonts=getFonts(SoutienTiroirs);const SpeechBubbleFonts=getFonts(SpeechBubble);const ContainerWithFX=withFX(Container);const DotLottiePlayerFonts=getFonts(DotLottiePlayer);const RichTextWithOptimizedAppearEffect=withOptimizedAppearEffect(RichText);const NousSoutenirStackFonts=getFonts(NousSoutenirStack);const MotionDivWithFX=withFX(motion.div);const FooterProvisoireFonts=getFonts(FooterProvisoire);const TakeMeHomeCursorFonts=getFonts(TakeMeHomeCursor);const SuivezNousFonts=getFonts(SuivezNous);const breakpoints={B_fOgPGHN:\"(max-width: 809px)\",njk5J3LBE:\"(min-width: 810px) and (max-width: 1199px)\",WirXLnaIU:\"(min-width: 1200px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-btuJh\";const variantClassNames={B_fOgPGHN:\"framer-v-4bny9f\",njk5J3LBE:\"framer-v-ssilhi\",WirXLnaIU:\"framer-v-1bkoutr\"};const valuesByLocaleId={o1AWDm0le:new LazyValue(()=>import(\"./lBrfat8Ew-0.js\"))};const preloadLocalizedValues=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);}};const getLocalizedValue=(key,locale)=>{while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values.read()[key];if(value){return value;}}locale=locale.fallback;}};const transition1={damping:30,delay:.1,mass:1,stiffness:276,type:\"spring\"};const animation={opacity:.001,rotate:0,scale:1,skewX:0,skewY:0,x:0,y:60};const transition2={bounce:0,delay:.075,duration:.8,type:\"spring\"};const textEffect={effect:animation,startDelay:.2,tokenization:\"word\",transition:transition2,trigger:\"onMount\",type:\"appear\"};const transition3={damping:48,delay:.1,mass:1,stiffness:161,type:\"spring\"};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition3,x:0,y:0};const animation2={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const transition4={damping:61,delay:0,mass:7.3,stiffness:456,type:\"spring\"};const metadata=metadataProvider();const humanReadableVariantMap={Desktop:\"WirXLnaIU\",Phone:\"B_fOgPGHN\",Tablet:\"njk5J3LBE\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"WirXLnaIU\"};};const cursor={alignment:\"start\",component:TakeMeHomeCursor,offset:{x:30,y:30},placement:\"bottom\",transition:transition1,variant:\"xrcgthwfb\"};const cursor1={alignment:\"start\",component:SuivezNous,offset:{x:20,y:20},placement:\"bottom\",transition:transition4,variant:\"m7uE4LZyq\"};const cursor2={alignment:\"start\",component:SuivezNous,offset:{x:0,y:0},placement:\"bottom\",transition:transition4,variant:\"tpinmCE_c\"};const cursor3={alignment:\"start\",component:SuivezNous,offset:{x:0,y:0},placement:\"bottom\",transition:transition4,variant:\"VRglS0jNw\"};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);if(metadata1.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata1.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata1.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);document.title=metadata1.title||\"\";if(metadata1.viewport){var _document_querySelector;(_document_querySelector=document.querySelector('meta[name=\"viewport\"]'))===null||_document_querySelector===void 0?void 0:_document_querySelector.setAttribute(\"content\",metadata1.viewport);}const bodyCls=metadata1.bodyClassName;if(bodyCls){const body=document.body;body.classList.forEach(c=>c.startsWith(\"framer-body-\")&&body.classList.remove(c));body.classList.add(`${metadata1.bodyClassName}-framer-btuJh`);}return()=>{if(bodyCls)document.body.classList.remove(`${metadata1.bodyClassName}-framer-btuJh`);};},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const preloadPromise=preloadLocalizedValues(activeLocale);if(preloadPromise)throw preloadPromise;const ref1=React.useRef(null);const ref2=React.useRef(null);const elementId=useRouteElementId(\"tCWL6jBT_\");const elementId1=useRouteElementId(\"c2CxupoJU\");const ref3=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];useCustomCursors({\"1eyotuv\":cursor,\"1tboddc\":cursor3,fcwfbf:cursor2,gbg17j:cursor1});var _getLocalizedValue,_getLocalizedValue1,_getLocalizedValue2,_getLocalizedValue3,_getLocalizedValue4;return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"WirXLnaIU\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1bkoutr\",className),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:800,width:\"100vw\",y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-2sazmr-container\",layoutScroll:true,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{B_fOgPGHN:{variant:\"GznBekTrH\"}},children:/*#__PURE__*/_jsx(Topbar,{height:\"100%\",id:\"r3Rlbfshj\",layoutId:\"r3Rlbfshj\",MEFYiMpod:\"1eyotuv\",style:{width:\"100%\"},variant:\"dEWEnbkVl\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(MotionDivWithDynamicUnits,{className:\"framer-1wf4km8\",\"data-framer-name\":\"Height:100dvh\",name:\"Height:100dvh\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:543,y:433,children:/*#__PURE__*/_jsx(Container,{className:\"framer-nw30wc-container\",layoutScroll:true,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{B_fOgPGHN:{variant:\"jLmNUjhZw\"},njk5J3LBE:{variant:\"jLmNUjhZw\"}},children:/*#__PURE__*/_jsx(CommunityFeedbackWidget,{a5fwHGVMi:{borderColor:'var(--token-b78d3ad8-a52d-485a-bc9d-9b5a903841f1, rgb(30, 32, 33)) /* {\"name\":\"05\"} */',borderStyle:\"solid\",borderWidth:1},bsvpawsZL:(_getLocalizedValue=getLocalizedValue(\"v0\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:\"Envoyer\",EFVT_dhbj:\"var(--token-e1e0d393-4ead-4113-8847-b9e6f79c9cba, rgb(19, 20, 21))\",foOOrEy5t:{borderBottomWidth:1,borderColor:'var(--token-b78d3ad8-a52d-485a-bc9d-9b5a903841f1, rgb(30, 32, 33)) /* {\"name\":\"05\"} */',borderLeftWidth:0,borderRightWidth:0,borderStyle:\"solid\",borderTopWidth:0},GBRXDc1kb:\"var(--token-e1e0d393-4ead-4113-8847-b9e6f79c9cba, rgb(19, 20, 21))\",GJ1VDYxLe:(_getLocalizedValue1=getLocalizedValue(\"v2\",activeLocale))!==null&&_getLocalizedValue1!==void 0?_getLocalizedValue1:\"Besoin d'aide?\",height:\"100%\",id:\"pwQScP4cQ\",layoutId:\"pwQScP4cQ\",MTd3J6ZXA:\"rgba(5, 5, 5, 0.9)\",puA9LhuFf:\"rgb(51, 51, 51)\",qEDtoBFlW:{borderBottomWidth:0,borderColor:'var(--token-b78d3ad8-a52d-485a-bc9d-9b5a903841f1, rgb(30, 32, 33)) /* {\"name\":\"05\"} */',borderLeftWidth:0,borderRightWidth:0,borderStyle:\"solid\",borderTopWidth:1},variant:\"ii0513FMW\",width:\"100%\",wv4r0gVaz:\"var(--token-15a23f93-2d8c-4d36-a14f-deb518f0c348, rgb(34, 36, 38))\",y3kye_AQ7:(_getLocalizedValue2=getLocalizedValue(\"v1\",activeLocale))!==null&&_getLocalizedValue2!==void 0?_getLocalizedValue2:\"Merci pour votre retour!\"})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-zx08cm\",\"data-framer-name\":\"Nos soutiens\",name:\"Nos soutiens\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1mvhjhf\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue3=getLocalizedValue(\"v3\",activeLocale))!==null&&_getLocalizedValue3!==void 0?_getLocalizedValue3:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1wkxtfx\",\"data-styles-preset\":\"C8LOKdiiZ\",children:\"Nos Soutiens\"})}),className:\"framer-1jrucox\",effect:textEffect,fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{B_fOgPGHN:{height:435,width:\"calc(100vw - 40px)\"},njk5J3LBE:{height:435}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:441,width:\"calc(100vw - 120px)\",y:270,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1368mfx-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{B_fOgPGHN:{style:{maxWidth:\"100%\",width:\"100%\"},variant:\"zeN0jgJCg\"},njk5J3LBE:{style:{maxWidth:\"100%\",width:\"100%\"},variant:\"zeN0jgJCg\"}},children:/*#__PURE__*/_jsx(SoutienTiroirs,{CslCB46wp:\"var(--token-f8657b18-68b5-4f63-8297-10caf7bd2247, rgb(82, 18, 76))\",height:\"100%\",id:\"fJFEHFEQ3\",layoutId:\"fJFEHFEQ3\",n5nzDqBbi:\"var(--token-f8657b18-68b5-4f63-8297-10caf7bd2247, rgb(82, 18, 76))\",style:{height:\"100%\",width:\"100%\"},variant:\"cwUEb1Xwz\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{B_fOgPGHN:{y:694},njk5J3LBE:{y:694}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:76,y:590,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__spring:{bounce:.2,damping:60,delay:0,duration:.3,durationBasedSpring:false,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-269,y:0}},{offset:80,ref:ref2,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1msmnf6-container\",children:/*#__PURE__*/_jsx(SpeechBubble,{height:\"100%\",id:\"iRWD0rXS3\",layoutId:\"iRWD0rXS3\",variant:\"s8ZRLLA2o\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-153,y:0}},{offset:80,ref:ref2,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1dsnf07-container\",children:/*#__PURE__*/_jsx(DotLottiePlayer,{autoplay:true,autoResizeCanvas:false,background:\"rgba(0, 0, 0, 0)\",devicePixelRatio:1,dprToggle:true,height:\"100%\",hover:false,id:\"DlBMq3ZB2\",layoutId:\"DlBMq3ZB2\",loop:true,marker:\"\",playMode:\"forward\",poster:0,posterToggle:true,progress:0,speed:1,srcTypeToggle:true,srcUrl:\"https://framerusercontent.com/assets/XzpMhguNcjfsjH2wPxCa8hGAcXI.json\",style:{height:\"100%\",width:\"100%\"},useFrameInterpolation:true,width:\"100%\"})})})]}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-2cj6uh\",\"data-framer-name\":\"Nous soutenir\",name:\"Nous soutenir\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1rfvh2z\",children:[/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation1,children:(_getLocalizedValue4=getLocalizedValue(\"v4\",activeLocale))!==null&&_getLocalizedValue4!==void 0?_getLocalizedValue4:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1wkxtfx\",\"data-styles-preset\":\"C8LOKdiiZ\",children:\"Nous Soutenir\"})}),className:\"framer-11rowyk\",\"data-framer-appear-id\":\"11rowyk\",fonts:[\"Inter\"],id:elementId,initial:animation2,optimized:true,ref:ref2,style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{B_fOgPGHN:{width:undefined,y:1175},njk5J3LBE:{width:undefined,y:1175}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:180,width:\"1020px\",y:1071,children:/*#__PURE__*/_jsx(Container,{className:\"framer-3dn7ek-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{B_fOgPGHN:{variant:\"GQnPfKRQm\"},njk5J3LBE:{variant:\"GQnPfKRQm\"}},children:/*#__PURE__*/_jsx(NousSoutenirStack,{height:\"100%\",id:\"I7D2F55ot\",layoutId:\"I7D2F55ot\",style:{height:\"100%\",width:\"100%\"},variant:\"OjOrBRd2i\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-xighpa\",\"data-framer-name\":\"trigger separateur\",id:elementId1,name:\"trigger separateur\",ref:ref3,children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:0,skewX:0,skewY:0,x:0,y:0}},{ref:ref3,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1y7f7hi\",\"data-framer-name\":\"s\\xe9parateur\",name:\"s\\xe9parateur\"})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{B_fOgPGHN:{y:1435},njk5J3LBE:{y:1445}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:566,width:\"100vw\",y:1523,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1yeuegc-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{B_fOgPGHN:{variant:\"WD8YnLzZh\"}},children:/*#__PURE__*/_jsx(FooterProvisoire,{height:\"100%\",id:\"u33SQbv2A\",layoutId:\"u33SQbv2A\",QtHPrSzEu:\"1tboddc\",Rc1GScE12:\"fcwfbf\",style:{width:\"100%\"},variant:\"quaSMrceK\",VFNZ3Y8Qb:\"gbg17j\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:cx(serializationHash,...sharedStyleClassNames),id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",`.${metadata.bodyClassName}-framer-btuJh { background: #000000; }`,\".framer-btuJh.framer-h60svr, .framer-btuJh .framer-h60svr { display: block; }\",\".framer-btuJh.framer-1bkoutr { align-content: center; align-items: center; background-color: #000000; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1200px; }\",\".framer-btuJh .framer-2sazmr-container { flex: none; height: auto; left: 0px; position: fixed; right: 0px; top: 0px; z-index: 10; }\",\".framer-btuJh .framer-1wf4km8 { bottom: 24px; flex: none; height: 48px; overflow: visible; position: fixed; right: 24px; width: 48px; z-index: 9; }\",\".framer-btuJh .framer-nw30wc-container { bottom: 0px; flex: none; height: auto; position: absolute; right: 0px; width: auto; z-index: 1; }\",\".framer-btuJh .framer-zx08cm { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 90px 60px 90px 60px; position: relative; width: 100%; }\",\".framer-btuJh .framer-1mvhjhf { 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: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-btuJh .framer-1jrucox { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-btuJh .framer-1368mfx-container { flex: none; height: 441px; position: relative; width: 100%; }\",\".framer-btuJh .framer-1msmnf6-container { bottom: 135px; flex: none; height: auto; left: 98px; position: absolute; width: auto; z-index: 2; }\",\".framer-btuJh .framer-1dsnf07-container { bottom: 0px; flex: none; height: 167px; left: 0px; position: absolute; width: 154px; z-index: 1; }\",\".framer-btuJh .framer-2cj6uh { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-btuJh .framer-1rfvh2z { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: flex-start; overflow: visible; padding: 90px 90px 272px 90px; position: relative; width: 100%; }\",\".framer-btuJh .framer-11rowyk { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; scroll-margin-top: 80px; white-space: pre; width: auto; }\",\".framer-btuJh .framer-3dn7ek-container { flex: none; height: 180px; position: relative; width: 1020px; }\",\".framer-btuJh .framer-xighpa { -webkit-user-select: none; bottom: 0px; flex: none; height: 351px; left: 0px; overflow: hidden; position: absolute; right: 0px; user-select: none; }\",\".framer-btuJh .framer-1y7f7hi { background-color: var(--token-120310e0-ea5a-4f11-ae2c-cfabd9b9daa9, #ffffff); bottom: 0px; flex: none; height: 2px; left: 0px; overflow: hidden; position: absolute; right: 0px; z-index: 1; }\",\".framer-btuJh .framer-1yeuegc-container { flex: none; height: auto; position: relative; width: 100%; z-index: 0; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-btuJh.framer-1bkoutr, .framer-btuJh .framer-zx08cm, .framer-btuJh .framer-1mvhjhf, .framer-btuJh .framer-2cj6uh, .framer-btuJh .framer-1rfvh2z { gap: 0px; } .framer-btuJh.framer-1bkoutr > *, .framer-btuJh .framer-2cj6uh > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-btuJh.framer-1bkoutr > :first-child, .framer-btuJh .framer-zx08cm > :first-child, .framer-btuJh .framer-2cj6uh > :first-child, .framer-btuJh .framer-1rfvh2z > :first-child { margin-top: 0px; } .framer-btuJh.framer-1bkoutr > :last-child, .framer-btuJh .framer-zx08cm > :last-child, .framer-btuJh .framer-2cj6uh > :last-child, .framer-btuJh .framer-1rfvh2z > :last-child { margin-bottom: 0px; } .framer-btuJh .framer-zx08cm > *, .framer-btuJh .framer-1rfvh2z > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-btuJh .framer-1mvhjhf > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-btuJh .framer-1mvhjhf > :first-child { margin-left: 0px; } .framer-btuJh .framer-1mvhjhf > :last-child { margin-right: 0px; } }\",`@media (min-width: 810px) and (max-width: 1199px) { .${metadata.bodyClassName}-framer-btuJh { background: #000000; } .framer-btuJh.framer-1bkoutr { width: 810px; } .framer-btuJh .framer-zx08cm { justify-content: center; padding: 90px 60px 200px 60px; } .framer-btuJh .framer-1368mfx-container { height: auto; max-width: 100%; } .framer-btuJh .framer-1rfvh2z { justify-content: center; padding: 90px; } .framer-btuJh .framer-3dn7ek-container { height: auto; width: auto; }}`,`@media (max-width: 809px) { .${metadata.bodyClassName}-framer-btuJh { background: #000000; } .framer-btuJh.framer-1bkoutr { width: 390px; } .framer-btuJh .framer-zx08cm { padding: 90px 20px 200px 20px; } .framer-btuJh .framer-1mvhjhf { order: 0; } .framer-btuJh .framer-1368mfx-container { height: auto; max-width: 100%; order: 1; } .framer-btuJh .framer-1msmnf6-container { order: 2; } .framer-btuJh .framer-1dsnf07-container { order: 3; } .framer-btuJh .framer-2cj6uh { flex-wrap: wrap; } .framer-btuJh .framer-1rfvh2z { padding: 90px 90px 80px 90px; } .framer-btuJh .framer-3dn7ek-container { height: auto; width: auto; } .framer-btuJh .framer-xighpa { right: unset; width: 100%; }}`,...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 2041\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"njk5J3LBE\":{\"layout\":[\"fixed\",\"auto\"]},\"B_fOgPGHN\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerResponsiveScreen\n */const FramerlBrfat8Ew=withCSS(Component,css,\"framer-btuJh\");export default FramerlBrfat8Ew;FramerlBrfat8Ew.displayName=\"Soutien\";FramerlBrfat8Ew.defaultProps={height:2041,width:1200};addFonts(FramerlBrfat8Ew,[{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\"}]},...TopbarFonts,...CommunityFeedbackWidgetFonts,...SoutienTiroirsFonts,...SpeechBubbleFonts,...DotLottiePlayerFonts,...NousSoutenirStackFonts,...FooterProvisoireFonts,...TakeMeHomeCursorFonts,...SuivezNousFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerlBrfat8Ew\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerResponsiveScreen\":\"\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"2041\",\"framerIntrinsicWidth\":\"1200\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"njk5J3LBE\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"B_fOgPGHN\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["AlthyM2sj_0_exports", "__export", "__FramerMetadata__", "v0", "v1", "v2", "v0", "v1", "v2", "__FramerMetadata__", "Clipboard", "props", "label", "content", "fill", "color", "style", "onClick", "font", "hoverOptions", "rest", "deprecatedFont", "useFontControls", "borderRadius", "useRadius", "paddingValue", "usePadding", "handleClick", "te", "ref", "navigator", "p", "motion", "addPropertyControls", "ControlType", "defaultEvents", "YWKw2rTml_0_exports", "__export", "__FramerMetadata__", "v0", "v1", "v0", "v1", "__FramerMetadata__", "ClipboardFonts", "getFonts", "Clipboard", "DownloadFonts", "Download", "DownloadControls", "getPropertyControls", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "valuesByLocaleId", "YWKw2rTml_0_exports", "getLocalizedValue", "key", "locale", "values", "value", "transition1", "transition2", "animation", "toResponsiveImage", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "bulletinDossier", "bulletinDossier1", "codeQr", "height", "id", "mouseEnter", "mouseLeave", "t_l_chargement", "twintLogo", "txtFront", "txtFront1", "virement", "width", "props", "_ref", "_ref1", "_ref2", "_ref3", "_humanReadableVariantMap_props_variant", "_ref4", "_ref5", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "KFQrVw9Dj", "invbq9OeV", "MNNdojKsa", "RvJTDs5UL", "XZaT6ItWo", "d3obhmpI0", "r1q9bWEG8", "zRpZkAuVX", "W0wjbCY_7", "HSMuiEkER", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap128ooi2", "args", "onMouseEnter1ii10t2", "onMouseLeavelsx9wv", "onMouseEnter17fvbbx", "onMouseLeave1apyn27", "onTapp1a74v", "onTap1hnye4u", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "_getLocalizedValue", "_getLocalizedValue1", "LayoutGroup", "cx", "u", "SVG", "RichText2", "ComponentViewportProvider", "Image2", "getLoadingLazyAtYPosition", "css", "FramerYWKw2rTml", "withCSS", "YWKw2rTml_default", "addPropertyControls", "ControlType", "addFonts", "CardComponentFonts", "getFonts", "YWKw2rTml_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "valuesByLocaleId", "AlthyM2sj_0_exports", "getLocalizedValue", "key", "locale", "values", "value", "transition1", "transformTemplate1", "_", "t", "addImageAlt", "image", "alt", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onAppear1k5h9kx", "args", "onAppear3udzym", "onAppear154sd8g", "onAppearof4qhq", "onAppear1xlja2b", "onAppear1aur15p", "onAppearatxcty", "onAppear1ce9wdt", "onAppear16bsv25", "onAppear3kdrpe", "W0wjbCY_712r5qcv", "HSMuiEkER10l44v1", "useOnVariantChange", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "_getLocalizedValue", "_getLocalizedValue1", "_getLocalizedValue2", "_getLocalizedValue3", "LayoutGroup", "u", "cx", "ComponentViewportProvider", "css", "FramerAlthyM2sj", "withCSS", "AlthyM2sj_default", "addPropertyControls", "ControlType", "addFonts", "ImageWithFXWithOptimizedAppearEffect", "withOptimizedAppearEffect", "withFX", "Image2", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "transformTemplate1", "_", "t", "toResponsiveImage", "value", "transition3", "animation", "animation1", "transformTemplate2", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "backgroundLogo", "backgroundTitle", "click", "enter", "height", "id", "leave", "logo1", "logo2", "logo3", "tier", "visibleLogo2", "visibleLogo3", "width", "props", "_ref", "_ref1", "_ref2", "_ref3", "_ref4", "_ref5", "_humanReadableVariantMap_props_variant", "_ref6", "_ref7", "_ref8", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "ZVr1pxuY3", "k6e23Jpe1", "bHtLFMy9W", "IobgM7qKi", "s56_JAxyk", "D3Vw6xGXf", "XO1TFsEKR", "JywrSZcre", "VXgnPMGiY", "hO4xrg3fQ", "uzhVMwE34", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapiy4yry", "args", "onMouseEnter1g66qp4", "onMouseLeavedlk6ij", "onAppearqi4hp0", "useOnVariantChange", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "addPropertyOverrides", "cx", "serializationHash", "u", "ImageWithFXWithOptimizedAppearEffect", "getLoadingLazyAtYPosition", "Image2", "RichText2", "css", "FramerDTUAo55kh", "withCSS", "DTUAo55kh_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "lp5lOEPjn_0_exports", "__export", "__FramerMetadata__", "v0", "v1", "v2", "v3", "v0", "v1", "v2", "v3", "__FramerMetadata__", "ProjectBrickComponentFonts", "getFonts", "DTUAo55kh_default", "MotionDivWithFXWithOptimizedAppearEffect", "withOptimizedAppearEffect", "withFX", "motion", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "valuesByLocaleId", "lp5lOEPjn_0_exports", "getLocalizedValue", "key", "locale", "values", "value", "transition1", "transition2", "animation", "animation1", "addImageAlt", "image", "alt", "transition3", "animation2", "animation3", "transition4", "animation4", "transition5", "animation5", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "backgroundLogo", "backgroundTitle", "height", "id", "width", "props", "_ref", "_ref1", "_humanReadableVariantMap_props_variant", "_ref2", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "n5nzDqBbi", "CslCB46wp", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "JywrSZcre17epz8x", "args", "VXgnPMGiY10ihwl9", "hO4xrg3fQ4ka4wy", "hO4xrg3fQ1qzxncx", "JywrSZcre122lj36", "hO4xrg3fQ1ghhi2k", "JywrSZcre9gtjfb", "hO4xrg3fQnp8d5p", "JywrSZcre18s6bls", "hO4xrg3fQ13w8ho9", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "_getLocalizedValue", "_getLocalizedValue1", "_getLocalizedValue2", "_getLocalizedValue3", "LayoutGroup", "u", "cx", "ComponentViewportProvider", "css", "Framerlp5lOEPjn", "withCSS", "lp5lOEPjn_default", "addPropertyControls", "ControlType", "addFonts", "sogPivJX2_0_exports", "__export", "__FramerMetadata__", "v0", "v0", "p", "x", "motion", "__FramerMetadata__", "MaterialFonts", "getFonts", "Icon", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "valuesByLocaleId", "sogPivJX2_0_exports", "getLocalizedValue", "key", "locale", "values", "value", "transition1", "transformTemplate1", "_", "t", "animation", "transition2", "textEffect", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onAppearc7wqmw", "args", "onMouseEnter1npuriv", "onAppear1az11yg", "onAppear1l21o42", "onAppearkhwv2y", "onAppearkp0gg2", "onTap13qjvub", "onMouseLeavejd0i80", "onMouseEnterq6s3i6", "onAppear1d36r4x", "onMouseLeaveg6quhx", "useOnVariantChange", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "_getLocalizedValue", "LayoutGroup", "Link", "u", "cx", "SVG", "RichText2", "ComponentViewportProvider", "css", "FramersogPivJX2", "withCSS", "sogPivJX2_default", "addPropertyControls", "ControlType", "addFonts", "DotLottiePlayer", "props", "dotLottie", "setDotLottie", "ye", "containerRef", "pe", "lastDimensions", "applyProgressOrPosterFrame", "propertyValue", "isPoster", "totalFrames", "frame", "RenderTarget", "ue", "onLoad", "resizeObserver", "entries", "entry", "width", "height", "p", "window", "DotLottieReact", "DotLottiePlayer", "addPropertyControls", "ControlType", "props", "TopbarFonts", "getFonts", "gU1_Z2mvf_default", "CommunityFeedbackWidgetFonts", "pi7W26nZu_default", "MotionDivWithDynamicUnits", "withDynamicUnits", "motion", "SoutienTiroirsFonts", "lp5lOEPjn_default", "SpeechBubbleFonts", "sogPivJX2_default", "ContainerWithFX", "withFX", "Container", "DotLottiePlayerFonts", "DotLottiePlayer", "RichTextWithOptimizedAppearEffect", "withOptimizedAppearEffect", "RichText2", "NousSoutenirStackFonts", "AlthyM2sj_default", "MotionDivWithFX", "FooterProvisoireFonts", "Q30zQ2_xZ_default", "TakeMeHomeCursorFonts", "Sev9fvmMe_default", "SuivezNousFonts", "apIgm0XTx_default", "breakpoints", "serializationHash", "variantClassNames", "valuesByLocaleId", "LazyValue", "preloadLocalizedValues", "locale", "promises", "values", "promise", "getLocalizedValue", "key", "value", "transition1", "animation", "transition2", "textEffect", "transition3", "animation1", "animation2", "transition4", "metadata", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "cursor", "Sev9fvmMe_default", "cursor1", "apIgm0XTx_default", "cursor2", "cursor3", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata1", "robotsTag", "ie", "_document_querySelector", "bodyCls", "body", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "preloadPromise", "ref1", "pe", "ref2", "elementId", "useRouteElementId", "elementId1", "ref3", "defaultLayoutId", "ae", "sharedStyleClassNames", "useCustomCursors", "_getLocalizedValue", "_getLocalizedValue1", "_getLocalizedValue2", "_getLocalizedValue3", "_getLocalizedValue4", "p", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "cx", "ComponentViewportProvider", "Container", "PropertyOverrides2", "gU1_Z2mvf_default", "MotionDivWithDynamicUnits", "pi7W26nZu_default", "RichText2", "x", "lp5lOEPjn_default", "ContainerWithFX", "sogPivJX2_default", "DotLottiePlayer", "RichTextWithOptimizedAppearEffect", "AlthyM2sj_default", "MotionDivWithFX", "Q30zQ2_xZ_default", "css", "FramerlBrfat8Ew", "withCSS", "lBrfat8Ew_default", "addFonts", "TopbarFonts", "CommunityFeedbackWidgetFonts", "SoutienTiroirsFonts", "SpeechBubbleFonts", "DotLottiePlayerFonts", "NousSoutenirStackFonts", "FooterProvisoireFonts", "TakeMeHomeCursorFonts", "SuivezNousFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
