{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/XkdHpaamq0fWZNvCL5RH/z4c7KmdnuXlPIkE0YAwZ/PartialHighlight.js", "ssg:https://framerusercontent.com/modules/lqmpjKabZbK9GdDWq0ps/U2UH0pEoMNeVEMsGxFsh/XhqI5GtIB.js"],
  "sourcesContent": ["import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";export function PartialHighlight({City=\"Marseille\",fullText=\"Et si louer \\xe0 {City} n'avait jamais \\xe9t\\xe9 aussi simple.\",highlightedText=\"aussi simple\",highlightColor=\"#FFD900\",fontColor=\"#000000\",fontSize=24,headingLevel=\"h1\",textAlign=\"left\",letterSpacing=.05}){const TextTag=headingLevel;// \u2705 Remplacement s\u00FBr de {City}\nconst formattedFullText=fullText.replace(/{City}/g,City);// \u2705 V\u00E9rifier si le texte \u00E0 surligner existe\nconst index=formattedFullText.indexOf(highlightedText);if(index===-1){// \uD83D\uDD39 Si le texte surlign\u00E9 n'est pas trouv\u00E9, on affiche simplement le texte complet\nreturn /*#__PURE__*/_jsx(TextTag,{style:{fontSize:`${fontSize}px`,color:fontColor,textAlign,letterSpacing:`${letterSpacing}em`,fontFamily:\"'PT Serif', serif\",fontWeight:\"normal\",lineHeight:\"1.5\",whiteSpace:\"pre-line\",padding:\"0px\",margin:\"0px\"},children:formattedFullText});}// \u2705 S\u00E9paration du texte avant et apr\u00E8s le surlignement\nconst beforeText=formattedFullText.substring(0,index);const afterText=formattedFullText.substring(index+highlightedText.length);return /*#__PURE__*/_jsxs(TextTag,{style:{fontSize:`${fontSize}px`,color:fontColor,textAlign,letterSpacing:`${letterSpacing}em`,fontFamily:\"'PT Serif', serif\",fontWeight:\"normal\",lineHeight:\"1.5\",whiteSpace:\"pre-line\",padding:\"0px\",margin:\"0px\"},children:[beforeText,/*#__PURE__*/_jsxs(\"span\",{style:{position:\"relative\",display:\"inline-block\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{position:\"absolute\",left:0,right:0,top:\"64%\",height:\"25%\",backgroundColor:highlightColor,zIndex:0}}),/*#__PURE__*/_jsx(\"span\",{style:{position:\"relative\",zIndex:1},children:highlightedText})]}),afterText]});}// \u2705 Ajout des contr\u00F4les pour Framer\naddPropertyControls(PartialHighlight,{City:{type:ControlType.String,title:\"Nom de la Ville\",defaultValue:\"Marseille\"},fullText:{type:ControlType.String,title:\"Texte Complet\",defaultValue:\"Et si louer \\xe0 {City} n'avait jamais \\xe9t\\xe9 aussi simple.\",displayTextArea:true},highlightedText:{type:ControlType.String,title:\"Texte Surlign\\xe9\",defaultValue:\"aussi simple\"},highlightColor:{type:ControlType.Color,title:\"Couleur du surlignage\",defaultValue:\"#FFD900\"},fontColor:{type:ControlType.Color,title:\"Couleur du texte\",defaultValue:\"#000000\"},fontSize:{type:ControlType.Number,title:\"Taille de la police\",defaultValue:24,min:12,max:72},headingLevel:{type:ControlType.Enum,title:\"Balise HTML\",options:[\"h1\",\"h2\",\"h3\",\"h4\",\"h5\",\"h6\",\"p\"],optionTitles:[\"H1\",\"H2\",\"H3\",\"H4\",\"H5\",\"H6\",\"Paragraphe\"],defaultValue:\"h1\"},textAlign:{type:ControlType.Enum,title:\"Alignement du texte\",options:[\"left\",\"center\",\"right\"],optionTitles:[\"Gauche\",\"Centre\",\"Droite\"],defaultValue:\"left\"},letterSpacing:{type:ControlType.Number,title:\"Espacement des lettres (em)\",defaultValue:.05,min:0,max:1}});\nexport const __FramerMetadata__ = {\"exports\":{\"PartialHighlight\":{\"type\":\"reactComponent\",\"name\":\"PartialHighlight\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./PartialHighlight.map", "// Generated by Framer (cf4c6d7)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getPropertyControls,Link,RichText,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/CAjjxbTJBxHwH1MagCef/Phosphor.js\";const PhosphorFonts=getFonts(Phosphor);const PhosphorControls=getPropertyControls(Phosphor);const enabledGestures={CU22RygwM:{hover:true,pressed:true},jSDAog5mv:{hover:true},KkbkDxawq:{hover:true},L9yncT7nu:{hover:true,pressed:true},p6jueLJr3:{hover:true,pressed:true}};const cycleOrder=[\"L9yncT7nu\",\"p6jueLJr3\",\"KkbkDxawq\",\"CU22RygwM\",\"jSDAog5mv\"];const serializationHash=\"framer-iz16R\";const variantClassNames={CU22RygwM:\"framer-v-1f38ffz\",jSDAog5mv:\"framer-v-14kldc9\",KkbkDxawq:\"framer-v-11toi93\",L9yncT7nu:\"framer-v-18ikr3k\",p6jueLJr3:\"framer-v-gvbhrx\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"L9yncT7nu\",\"Variant 2\":\"p6jueLJr3\",\"Variant 3\":\"KkbkDxawq\",\"Variant 4\":\"CU22RygwM\",\"Variant 5\":\"jSDAog5mv\"};const getProps=({click,height,icon,iconVisible,id,link,newTab,smoothScroll,textButton,width,...props})=>{return{...props,fpVlb1OMR:textButton??props.fpVlb1OMR??\"Nous contacter\",ILvNjlKqV:newTab??props.ILvNjlKqV,KIrF_lK_e:smoothScroll??props.KIrF_lK_e,mrPzwew3Q:icon??props.mrPzwew3Q??\"ArrowRight\",RPgdDj_Ib:click??props.RPgdDj_Ib,variant:humanReadableVariantMap[props.variant]??props.variant??\"L9yncT7nu\",YdSPtdKns:iconVisible??props.YdSPtdKns??true,YPdb3j1oo:link??props.YPdb3j1oo};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,fpVlb1OMR,YdSPtdKns,YPdb3j1oo,ILvNjlKqV,KIrF_lK_e,RPgdDj_Ib,mrPzwew3Q,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"L9yncT7nu\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1ksgf6j=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(RPgdDj_Ib){const res=await RPgdDj_Ib(...args);if(res===false)return false;}});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:YPdb3j1oo,motionChild:true,nodeId:\"L9yncT7nu\",openInNewTab:ILvNjlKqV,scopeId:\"XhqI5GtIB\",smoothScroll:KIrF_lK_e,children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-18ikr3k\",className,classNames)} framer-c1iewe`,\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"L9yncT7nu\",onTap:onTap1ksgf6j,ref:refBinding,style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",background:\"linear-gradient(101deg, rgb(53, 53, 53) 0%, rgb(53, 53, 53) 50%, rgb(53, 53, 53) 100%)\",backgroundColor:\"rgb(53, 53, 53)\",borderBottomLeftRadius:15,borderBottomRightRadius:15,borderTopLeftRadius:15,borderTopRightRadius:15,boxShadow:\"none\",...style},variants:{\"CU22RygwM-hover\":{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",background:\"linear-gradient(101deg, rgb(255, 77, 77) 0%, rgb(255, 77, 77) 50%, rgb(255, 77, 77) 100%)\",backgroundColor:\"rgb(255, 77, 77)\",boxShadow:\"0px 2px 10px 0px rgba(254, 100, 92, 0.4)\"},\"CU22RygwM-pressed\":{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",background:\"linear-gradient(101deg, rgb(255, 77, 77) 0%, rgb(255, 77, 77) 50%, rgb(255, 77, 77) 100%)\",backgroundColor:\"rgb(255, 77, 77)\",boxShadow:\"none\"},\"jSDAog5mv-hover\":{\"--border-color\":\"rgb(37, 37, 37)\",boxShadow:\"none\"},\"KkbkDxawq-hover\":{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(34, 34, 34)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",boxShadow:\"none\"},\"L9yncT7nu-hover\":{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",background:\"linear-gradient(101deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 50%, rgb(0, 0, 0) 100%)\",backgroundColor:\"rgb(0, 0, 0)\",boxShadow:\"0px 2px 20px 0px rgba(0, 0, 0, 0.25)\"},\"L9yncT7nu-pressed\":{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",background:\"linear-gradient(101deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 50%, rgb(0, 0, 0) 100%)\",backgroundColor:\"rgb(0, 0, 0)\",boxShadow:\"none\"},\"p6jueLJr3-hover\":{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",background:\"linear-gradient(101deg, rgb(254, 100, 92) 0%, rgb(254, 100, 92) 50%, rgb(254, 100, 92) 100%)\",backgroundColor:\"rgb(254, 100, 92)\",boxShadow:\"0px 2px 10px 0px rgba(254, 100, 92, 0.5)\"},\"p6jueLJr3-pressed\":{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",background:\"linear-gradient(101deg, rgb(254, 100, 92) 0%, rgb(254, 100, 92) 50%, rgb(254, 100, 92) 100%)\",backgroundColor:\"rgb(254, 100, 92)\",boxShadow:\"none\"},CU22RygwM:{background:\"linear-gradient(101deg, rgb(254, 95, 95) 0%, rgb(254, 95, 95) 50%, rgb(254, 95, 95) 100%)\",backgroundColor:\"rgb(254, 95, 95)\"},jSDAog5mv:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(219, 219, 219)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",background:\"linear-gradient(101deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 100%)\",backgroundColor:\"rgb(255, 255, 255)\"},KkbkDxawq:{background:\"linear-gradient(101deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 100%)\",backgroundColor:\"rgb(255, 255, 255)\"},p6jueLJr3:{background:\"linear-gradient(101deg, rgb(255, 167, 3) 0%, rgba(255, 144, 58, 1) 21%, rgb(254, 100, 92) 100%)\",backgroundColor:\"rgba(0, 0, 0, 0)\"}},...addPropertyOverrides({\"CU22RygwM-hover\":{\"data-framer-name\":undefined},\"CU22RygwM-pressed\":{\"data-framer-name\":undefined},\"jSDAog5mv-hover\":{\"data-framer-name\":undefined},\"KkbkDxawq-hover\":{\"data-border\":true,\"data-framer-name\":undefined},\"L9yncT7nu-hover\":{\"data-framer-name\":undefined},\"L9yncT7nu-pressed\":{\"data-framer-name\":undefined},\"p6jueLJr3-hover\":{\"data-framer-name\":undefined},\"p6jueLJr3-pressed\":{\"data-framer-name\":undefined},CU22RygwM:{\"data-framer-name\":\"Variant 4\"},jSDAog5mv:{\"data-border\":true,\"data-framer-name\":\"Variant 5\"},KkbkDxawq:{\"data-framer-name\":\"Variant 3\"},p6jueLJr3:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-17zy8yo\",layoutDependency:layoutDependency,layoutId:\"Dp6oq2NdW\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UFQgU2VyaWYtcmVndWxhcg==\",\"--framer-font-family\":'\"PT Serif\", \"PT Serif Placeholder\", serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0.5px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Nous contacter\"})}),className:\"framer-1ue05no\",fonts:[\"GF;PT Serif-regular\"],layoutDependency:layoutDependency,layoutId:\"kbSQ4MIjo\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:fpVlb1OMR,variants:{jSDAog5mv:{\"--extracted-r6o4lv\":\"rgb(37, 37, 37)\"},KkbkDxawq:{\"--extracted-r6o4lv\":\"rgb(37, 37, 37)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({jSDAog5mv:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UFQgU2VyaWYtcmVndWxhcg==\",\"--framer-font-family\":'\"PT Serif\", \"PT Serif Placeholder\", serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0.5px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(37, 37, 37))\"},children:\"Nous contacter\"})})},KkbkDxawq:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UFQgU2VyaWYtcmVndWxhcg==\",\"--framer-font-family\":'\"PT Serif\", \"PT Serif Placeholder\", serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0.5px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(37, 37, 37))\"},children:\"Nous contacter\"})})}},baseVariant,gestureVariant)}),YdSPtdKns&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-6wkqv4-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"mQmzzu6H5-container\",nodeId:\"mQmzzu6H5\",rendersWithMotion:true,scopeId:\"XhqI5GtIB\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(255, 255, 255)\",height:\"100%\",iconSearch:\"House\",iconSelection:mrPzwew3Q,id:\"mQmzzu6H5\",layoutId:\"mQmzzu6H5\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\",...addPropertyOverrides({jSDAog5mv:{color:\"rgb(37, 37, 37)\"},KkbkDxawq:{color:\"rgb(37, 37, 37)\"}},baseVariant,gestureVariant)})})})]})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-iz16R.framer-c1iewe, .framer-iz16R .framer-c1iewe { display: block; }\",\".framer-iz16R.framer-18ikr3k { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: center; overflow: hidden; padding: 14px 18px 14px 18px; position: relative; text-decoration: none; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-iz16R .framer-17zy8yo { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-iz16R .framer-1ue05no { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-iz16R .framer-6wkqv4-container { flex: none; height: 16px; position: relative; width: 16px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-iz16R.framer-18ikr3k, .framer-iz16R .framer-17zy8yo { gap: 0px; } .framer-iz16R.framer-18ikr3k > *, .framer-iz16R .framer-17zy8yo > * { margin: 0px; margin-left: calc(5px / 2); margin-right: calc(5px / 2); } .framer-iz16R.framer-18ikr3k > :first-child, .framer-iz16R .framer-17zy8yo > :first-child { margin-left: 0px; } .framer-iz16R.framer-18ikr3k > :last-child, .framer-iz16R .framer-17zy8yo > :last-child { margin-right: 0px; } }\",'.framer-iz16R[data-border=\"true\"]::after, .framer-iz16R [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 45\n * @framerIntrinsicWidth 158\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"p6jueLJr3\":{\"layout\":[\"auto\",\"auto\"]},\"KkbkDxawq\":{\"layout\":[\"auto\",\"auto\"]},\"CU22RygwM\":{\"layout\":[\"auto\",\"auto\"]},\"jSDAog5mv\":{\"layout\":[\"auto\",\"auto\"]},\"j78u79INN\":{\"layout\":[\"auto\",\"auto\"]},\"A4J0toWZ_\":{\"layout\":[\"auto\",\"auto\"]},\"oGaLWS3lI\":{\"layout\":[\"auto\",\"auto\"]},\"t9NWfRjR6\":{\"layout\":[\"auto\",\"auto\"]},\"K21LQ869q\":{\"layout\":[\"auto\",\"auto\"]},\"l95N9RB5s\":{\"layout\":[\"auto\",\"auto\"]},\"Nhkfba8SX\":{\"layout\":[\"auto\",\"auto\"]},\"diz3Ch2BM\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"fpVlb1OMR\":\"textButton\",\"YdSPtdKns\":\"iconVisible\",\"YPdb3j1oo\":\"link\",\"ILvNjlKqV\":\"newTab\",\"KIrF_lK_e\":\"smoothScroll\",\"RPgdDj_Ib\":\"click\",\"mrPzwew3Q\":\"icon\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerXhqI5GtIB=withCSS(Component,css,\"framer-iz16R\");export default FramerXhqI5GtIB;FramerXhqI5GtIB.displayName=\"Bouton\";FramerXhqI5GtIB.defaultProps={height:45,width:158};addPropertyControls(FramerXhqI5GtIB,{variant:{options:[\"L9yncT7nu\",\"p6jueLJr3\",\"KkbkDxawq\",\"CU22RygwM\",\"jSDAog5mv\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Variant 3\",\"Variant 4\",\"Variant 5\"],title:\"Variant\",type:ControlType.Enum},fpVlb1OMR:{defaultValue:\"Nous contacter\",displayTextArea:false,title:\"Text Button\",type:ControlType.String},YdSPtdKns:{defaultValue:true,title:\"Icon visible\",type:ControlType.Boolean},YPdb3j1oo:{title:\"Link\",type:ControlType.Link},ILvNjlKqV:{defaultValue:false,title:\"New Tab\",type:ControlType.Boolean},KIrF_lK_e:{defaultValue:false,title:\"Smooth Scroll\",type:ControlType.Boolean},RPgdDj_Ib:{title:\"Click\",type:ControlType.EventHandler},mrPzwew3Q:PhosphorControls?.[\"iconSelection\"]&&{...PhosphorControls[\"iconSelection\"],defaultValue:\"ArrowRight\",description:undefined,hidden:undefined,title:\"Icon\"}});addFonts(FramerXhqI5GtIB,[{explicitInter:true,fonts:[{family:\"PT Serif\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/ptserif/v18/EJRVQgYoZZY2vCFuvDFUxL6ddjb-.woff2\",weight:\"400\"}]},...PhosphorFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerXhqI5GtIB\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"p6jueLJr3\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"KkbkDxawq\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"CU22RygwM\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"jSDAog5mv\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"j78u79INN\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"A4J0toWZ_\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"oGaLWS3lI\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"t9NWfRjR6\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"K21LQ869q\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"l95N9RB5s\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Nhkfba8SX\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"diz3Ch2BM\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"158\",\"framerVariables\":\"{\\\"fpVlb1OMR\\\":\\\"textButton\\\",\\\"YdSPtdKns\\\":\\\"iconVisible\\\",\\\"YPdb3j1oo\\\":\\\"link\\\",\\\"ILvNjlKqV\\\":\\\"newTab\\\",\\\"KIrF_lK_e\\\":\\\"smoothScroll\\\",\\\"RPgdDj_Ib\\\":\\\"click\\\",\\\"mrPzwew3Q\\\":\\\"icon\\\"}\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"45\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./XhqI5GtIB.map"],
  "mappings": "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",
  "names": ["PartialHighlight", "City", "fullText", "highlightedText", "highlightColor", "fontColor", "fontSize", "headingLevel", "textAlign", "letterSpacing", "TextTag", "formattedFullText", "index", "p", "beforeText", "afterText", "u", "addPropertyControls", "ControlType", "PhosphorFonts", "getFonts", "Icon", "PhosphorControls", "getPropertyControls", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "click", "height", "icon", "iconVisible", "id", "link", "newTab", "smoothScroll", "textButton", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "fpVlb1OMR", "YdSPtdKns", "YPdb3j1oo", "ILvNjlKqV", "KIrF_lK_e", "RPgdDj_Ib", "mrPzwew3Q", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1ksgf6j", "args", "scopingClassNames", "cx", "LayoutGroup", "Link", "u", "RichText2", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "FramerXhqI5GtIB", "withCSS", "XhqI5GtIB_default", "addPropertyControls", "ControlType", "addFonts"]
}
