{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/5KGrRnnuCGdSUcK2SYRY/98oxpDBvl5Bec544r0P7/UUwBbbsyz.js", "ssg:https://framerusercontent.com/modules/352eL4bUs42hNol3JimZ/zH3iv0gnOLaZlYb8brlo/UUwBbbsyz.js", "ssg:https://framerusercontent.com/modules/352eL4bUs42hNol3JimZ/zH3iv0gnOLaZlYb8brlo/UUwBbbsyz-0.js"],
  "sourcesContent": ["// Generated by Framer (861d57e)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,RichText,SmartComponentScopedContainer,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/p8dptk4UIND8hbFWz9V7/Phosphor.js\";import*as sharedStyle9 from\"https://framerusercontent.com/modules/3iqGtEPIhns4Nu4jWMwn/VtxxcUz6QBU1ExKCsNNc/bBzeVvZC8.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/ftCm5zeY4FemmUXBCJhg/A5HtuEEG7x9zgPPu5Yub/EgcXhm314.js\";import*as sharedStyle7 from\"https://framerusercontent.com/modules/8y1pkjRyqX3GoyxyS7eb/wDR4ftsVldczaWmUaGvD/fvZCBmBQQ.js\";import*as sharedStyle6 from\"https://framerusercontent.com/modules/hiilqhvL2dw04ghhjays/puMJONUHK8UrPmbi2Y1c/huiL7dmzN.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/wClsOpEUQskyepSOYAba/l66vh4xpUJMBcSZFHSLb/JvjzoTsVU.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/iTG47p5eS0tQwsjBNvUx/LwveBuJKjAKqKteT1uOw/kaRez7lY3.js\";import*as sharedStyle4 from\"https://framerusercontent.com/modules/A1kfGCsLlQbTNx2EUvQ0/DhufpfX0bupHvjvWAO1g/kUbQIw29m.js\";import*as sharedStyle3 from\"https://framerusercontent.com/modules/becOXF767qtVRwIh2Ezq/mUKhp7Dgv8AuZlh4JVUr/Kwge4QQ79.js\";import*as sharedStyle11 from\"https://framerusercontent.com/modules/ylWoz4M58Yc1Zg7MNcIe/yTMi7y35aZCSLitkUT6H/RNLGrREdH.js\";import*as sharedStyle8 from\"https://framerusercontent.com/modules/5ZJVc6RkUozaoatjHw1M/HRLpVs4PMWKCxTIM9TOu/uT7fqs3en.js\";import*as sharedStyle10 from\"https://framerusercontent.com/modules/1x6RWo7ysASF0QZ4yeF0/ihS7JZUIH3Him1AfHV06/XVlmkbfqF.js\";import*as sharedStyle5 from\"https://framerusercontent.com/modules/eQQac34HjRvIkb1JKJk2/RsVVN5dsAnMJfLDjXq1R/ZEFLC3xvP.js\";import getLocalizedValue from\"https://framerusercontent.com/modules/352eL4bUs42hNol3JimZ/zH3iv0gnOLaZlYb8brlo/UUwBbbsyz.js\";import ContactForm from\"https://framerusercontent.com/modules/qwzwast0zORJ5AbBPejW/QmaunOTWP9Ou4GqDG0uJ/EbAyZzKWz.js\";import Reputation from\"https://framerusercontent.com/modules/hzuTIyElOgWBHltHpgbe/GiGJ4HeeOrVa36XQxn2z/h_fuNvPwQ.js\";const PhosphorFonts=getFonts(Phosphor);const ReputationFonts=getFonts(Reputation);const ContactFormFonts=getFonts(ContactForm);const cycleOrder=[\"XQqdHgdih\",\"lNQKPmEN8\",\"X4ureMpkA\",\"OW_8c08va\",\"Myy6a2g6i\",\"ehL25HN31\",\"TQUT_7sYI\"];const serializationHash=\"framer-z7mxU\";const variantClassNames={ehL25HN31:\"framer-v-1j7ypmc\",lNQKPmEN8:\"framer-v-ssrnja\",Myy6a2g6i:\"framer-v-7fx32m\",OW_8c08va:\"framer-v-w5xxro\",TQUT_7sYI:\"framer-v-rbb3dk\",X4ureMpkA:\"framer-v-19m0c43\",XQqdHgdih:\"framer-v-1jffr5\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const radiusForCorner=(value,cornerIndex)=>{if(typeof value===\"number\"&&Number.isFinite(value))return Math.max(0,value)+\"px\";if(typeof value!==\"string\"||typeof cornerIndex!==\"number\")return undefined;const segments=value.split(\" \");return segments[cornerIndex]||segments[cornerIndex-2]||segments[0];};const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const numberToPixelString=value=>{if(typeof value!==\"number\")return value;if(!Number.isFinite(value))return undefined;return Math.max(0,value)+\"px\";};const isSet=value=>{if(Array.isArray(value))return value.length>0;return value!==undefined&&value!==null&&value!==\"\";};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??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Desktop F\":\"Myy6a2g6i\",\"Phone F\":\"TQUT_7sYI\",\"Tablet F\":\"ehL25HN31\",Desktop:\"XQqdHgdih\",Phone:\"X4ureMpkA\",Tablet:\"lNQKPmEN8\",test:\"OW_8c08va\"};const getProps=({background,boutonText,check1,check11,check2,check21,check3,check31,check4,check41,check5,check51,height,id,padding,radius,textForm,title,titleForm,visibleCheck5,width,...props})=>{return{...props,BxttVqNQD:titleForm??props.BxttVqNQD??\"Contactez notre \\xe9quipe commerciale.\",ghkffnYHC:background??props.ghkffnYHC??\"rgb(255, 255, 255)\",jaTXRFdiT:check11??props.jaTXRFdiT??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{children:[/*#__PURE__*/_jsx(motion.strong,{children:\"70% de r\\xe9solution\"}),\" au 1er contact\"]})}),KlkHwla5Y:check5??props.KlkHwla5Y,mHs4qMkCO:boutonText??props.mHs4qMkCO??\"Contactez notre \\xe9quipe commerciale\",MMs0rZm9f:radius??props.MMs0rZm9f??\"0px\",mnCplgoH2:textForm??props.mnCplgoH2??\"Donnez-nous quelques informations personnelles et nous vous contacterons dans les plus brefs d\\xe9lais. \\xc0 tr\\xe8s bient\\xf4t !\",nuX9mxae3:check4??props.nuX9mxae3??\"Quality monitoring pour consulter vos donn\\xe9es en temps r\\xe9el\",R6FySOcGI:check31??props.R6FySOcGI??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{children:[/*#__PURE__*/_jsx(motion.strong,{children:\"+30% de satisfaction\"}),\" client\"]})}),sB9FXQGtH:check21??props.sB9FXQGtH??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{children:[/*#__PURE__*/_jsx(motion.strong,{children:\"40% de r\\xe9duction\"}),\" de temps de traitement\"]})}),tKUhAhdZq:title??props.tKUhAhdZq??\"Transformez votre relation client avec ViaDialog.\",uWbSnBfgQ:check51??props.uWbSnBfgQ??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{children:[/*#__PURE__*/_jsx(motion.strong,{children:\"Bas\\xe9 en France\"}),\", op\\xe9rateur d\\xe9clar\\xe9 ARCEP\"]})}),variant:humanReadableVariantMap[props.variant]??props.variant??\"XQqdHgdih\",vUqZb_VHv:visibleCheck5??props.vUqZb_VHv??true,vW6T1Al9k:check1??props.vW6T1Al9k??\"Ma\\xeetrisez l'omnicanalit\\xe9\",W4_AAx6x6:check2??props.W4_AAx6x6??\"Automatisez vos interactions avec l'IA vocale et textuelle\",x4w8kSGFo:check3??props.x4w8kSGFo??\"Speech analytics avanc\\xe9 pour mieux comprendre vos clients\",yIwK6E4v7:check41??props.yIwK6E4v7??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{children:[/*#__PURE__*/_jsx(motion.strong,{children:\"Conforme RGPD\"}),\" & certifi\\xe9 ISO 22301\"]})}),ZPWoj88oK:padding??props.ZPWoj88oK??\"30px 13px 40px 13px\"};};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,tKUhAhdZq,ghkffnYHC,MMs0rZm9f,BxttVqNQD,mnCplgoH2,vW6T1Al9k,W4_AAx6x6,x4w8kSGFo,nuX9mxae3,KlkHwla5Y,mHs4qMkCO,ZPWoj88oK,vUqZb_VHv,jaTXRFdiT,sB9FXQGtH,R6FySOcGI,yIwK6E4v7,uWbSnBfgQ,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"XQqdHgdih\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className,sharedStyle8.className,sharedStyle9.className,sharedStyle10.className,sharedStyle11.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const visible=isSet(vW6T1Al9k);const visible1=isSet(jaTXRFdiT);const isDisplayed=(value,value1)=>{if([\"Myy6a2g6i\",\"ehL25HN31\",\"TQUT_7sYI\"].includes(baseVariant))return value1;return value;};const visible2=isSet(W4_AAx6x6);const visible3=isSet(sB9FXQGtH);const visible4=isSet(x4w8kSGFo);const visible5=isSet(R6FySOcGI);const visible6=isSet(nuX9mxae3);const visible7=isSet(yIwK6E4v7);const visible8=isSet(KlkHwla5Y);const visible9=isSet(uWbSnBfgQ);const isDisplayed1=value=>{if(baseVariant===\"Myy6a2g6i\")return value;return true;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1jffr5\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"XQqdHgdih\",ref:refBinding,style:{\"--1kfahws\":numberToPixelString(ZPWoj88oK),backgroundColor:ghkffnYHC,borderBottomLeftRadius:radiusForCorner(MMs0rZm9f,3),borderBottomRightRadius:radiusForCorner(MMs0rZm9f,2),borderTopLeftRadius:radiusForCorner(MMs0rZm9f,0),borderTopRightRadius:radiusForCorner(MMs0rZm9f,1),...style},...addPropertyOverrides({ehL25HN31:{\"data-framer-name\":\"Tablet F\"},lNQKPmEN8:{\"data-framer-name\":\"Tablet\"},Myy6a2g6i:{\"data-framer-name\":\"Desktop F\"},OW_8c08va:{\"data-framer-name\":\"test\"},TQUT_7sYI:{\"data-framer-name\":\"Phone F\"},X4ureMpkA:{\"data-framer-name\":\"Phone\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1kxk55u\",\"data-framer-name\":\"Column\",layoutDependency:layoutDependency,layoutId:\"k6TbQWivC\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-3vzgjx\",\"data-styles-preset\":\"JvjzoTsVU\",children:\"Am\\xe9liorez l'exp\\xe9rience client et optimiser la performance de vos agents.\"})}),className:\"framer-1diew98\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"XZ2vwm1zW\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:tKUhAhdZq,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({lNQKPmEN8:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-3vzgjx\",\"data-styles-preset\":\"JvjzoTsVU\",children:\"Am\\xe9liorez l'exp\\xe9rience client et optimiser la performance de vos agents.\"})})},X4ureMpkA:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-3vzgjx\",\"data-styles-preset\":\"JvjzoTsVU\",children:\"Am\\xe9liorez l'exp\\xe9rience client et optimiser la performance de vos agents.\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-wialb0\",layoutDependency:layoutDependency,layoutId:\"kEyVitNqm\",children:[isDisplayed(visible,visible1)&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-17tct6u\",layoutDependency:layoutDependency,layoutId:\"QId9BDW0s\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-17bpmzx-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"prIRo3v2v-container\",nodeId:\"prIRo3v2v\",rendersWithMotion:true,scopeId:\"UUwBbbsyz\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-847cba3b-d58f-46a3-abcb-c733870f4f2e, rgb(14, 111, 222))\",height:\"100%\",iconSearch:\"check\",iconSelection:\"CheckCircle\",id:\"prIRo3v2v\",layoutId:\"prIRo3v2v\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1xpey7g\",\"data-styles-preset\":\"EgcXhm314\",children:\"Ma\\xeetrisez l'omnicanalit\\xe9\"})}),className:\"framer-d4zh1s\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"vgRgei43i\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:vW6T1Al9k,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({ehL25HN31:{children:jaTXRFdiT,stylesPresetsClassNames:{a:\"framer-styles-preset-dl50ra\",blockquote:\"framer-styles-preset-167nmxt\",code:\"framer-styles-preset-3jgozx\",h1:\"framer-styles-preset-1r69jea\",h2:\"framer-styles-preset-15ubqbu\",h3:\"framer-styles-preset-u6j1vd\",h4:\"framer-styles-preset-3vzgjx\",h5:\"framer-styles-preset-puk05q\",h6:\"framer-styles-preset-14dkj2y\",img:\"framer-styles-preset-po3r5o\",p:\"framer-styles-preset-1xpey7g\",table:\"framer-styles-preset-1ef13dn\"},text:undefined},Myy6a2g6i:{children:jaTXRFdiT,stylesPresetsClassNames:{a:\"framer-styles-preset-dl50ra\",blockquote:\"framer-styles-preset-167nmxt\",code:\"framer-styles-preset-3jgozx\",h1:\"framer-styles-preset-1r69jea\",h2:\"framer-styles-preset-15ubqbu\",h3:\"framer-styles-preset-u6j1vd\",h4:\"framer-styles-preset-3vzgjx\",h5:\"framer-styles-preset-puk05q\",h6:\"framer-styles-preset-14dkj2y\",img:\"framer-styles-preset-po3r5o\",p:\"framer-styles-preset-1xpey7g\",table:\"framer-styles-preset-1ef13dn\"},text:undefined},TQUT_7sYI:{children:jaTXRFdiT,stylesPresetsClassNames:{a:\"framer-styles-preset-dl50ra\",blockquote:\"framer-styles-preset-167nmxt\",code:\"framer-styles-preset-3jgozx\",h1:\"framer-styles-preset-1r69jea\",h2:\"framer-styles-preset-15ubqbu\",h3:\"framer-styles-preset-u6j1vd\",h4:\"framer-styles-preset-3vzgjx\",h5:\"framer-styles-preset-puk05q\",h6:\"framer-styles-preset-14dkj2y\",img:\"framer-styles-preset-po3r5o\",p:\"framer-styles-preset-1xpey7g\",table:\"framer-styles-preset-1ef13dn\"},text:undefined}},baseVariant,gestureVariant)})]}),isDisplayed(visible2,visible3)&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-o7wjp4\",layoutDependency:layoutDependency,layoutId:\"ERbONymzW\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-nzayid-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"ZEydRSd_0-container\",nodeId:\"ZEydRSd_0\",rendersWithMotion:true,scopeId:\"UUwBbbsyz\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-847cba3b-d58f-46a3-abcb-c733870f4f2e, rgb(14, 111, 222))\",height:\"100%\",iconSearch:\"check\",iconSelection:\"CheckCircle\",id:\"ZEydRSd_0\",layoutId:\"ZEydRSd_0\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1xpey7g\",\"data-styles-preset\":\"EgcXhm314\",children:\"Automatisez vos interactions avec l'IA vocale et textuelle\"})}),className:\"framer-1q1ndnb\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"NLYS7ktj5\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:W4_AAx6x6,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({ehL25HN31:{children:sB9FXQGtH,stylesPresetsClassNames:{a:\"framer-styles-preset-dl50ra\",blockquote:\"framer-styles-preset-167nmxt\",code:\"framer-styles-preset-3jgozx\",h1:\"framer-styles-preset-1r69jea\",h2:\"framer-styles-preset-15ubqbu\",h3:\"framer-styles-preset-u6j1vd\",h4:\"framer-styles-preset-3vzgjx\",h5:\"framer-styles-preset-puk05q\",h6:\"framer-styles-preset-14dkj2y\",img:\"framer-styles-preset-po3r5o\",p:\"framer-styles-preset-1xpey7g\",table:\"framer-styles-preset-1ef13dn\"},text:undefined},Myy6a2g6i:{children:sB9FXQGtH,stylesPresetsClassNames:{a:\"framer-styles-preset-dl50ra\",blockquote:\"framer-styles-preset-167nmxt\",code:\"framer-styles-preset-3jgozx\",h1:\"framer-styles-preset-1r69jea\",h2:\"framer-styles-preset-15ubqbu\",h3:\"framer-styles-preset-u6j1vd\",h4:\"framer-styles-preset-3vzgjx\",h5:\"framer-styles-preset-puk05q\",h6:\"framer-styles-preset-14dkj2y\",img:\"framer-styles-preset-po3r5o\",p:\"framer-styles-preset-1xpey7g\",table:\"framer-styles-preset-1ef13dn\"},text:undefined},TQUT_7sYI:{children:sB9FXQGtH,stylesPresetsClassNames:{a:\"framer-styles-preset-dl50ra\",blockquote:\"framer-styles-preset-167nmxt\",code:\"framer-styles-preset-3jgozx\",h1:\"framer-styles-preset-1r69jea\",h2:\"framer-styles-preset-15ubqbu\",h3:\"framer-styles-preset-u6j1vd\",h4:\"framer-styles-preset-3vzgjx\",h5:\"framer-styles-preset-puk05q\",h6:\"framer-styles-preset-14dkj2y\",img:\"framer-styles-preset-po3r5o\",p:\"framer-styles-preset-1xpey7g\",table:\"framer-styles-preset-1ef13dn\"},text:undefined}},baseVariant,gestureVariant)})]}),isDisplayed(visible4,visible5)&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1qsybn4\",layoutDependency:layoutDependency,layoutId:\"SfeQkXrgZ\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-21k1qt-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"Gnk5I0Dpo-container\",nodeId:\"Gnk5I0Dpo\",rendersWithMotion:true,scopeId:\"UUwBbbsyz\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-847cba3b-d58f-46a3-abcb-c733870f4f2e, rgb(14, 111, 222))\",height:\"100%\",iconSearch:\"check\",iconSelection:\"CheckCircle\",id:\"Gnk5I0Dpo\",layoutId:\"Gnk5I0Dpo\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1xpey7g\",\"data-styles-preset\":\"EgcXhm314\",children:\"Speech analytics avanc\\xe9 pour mieux comprendre vos clients\"})}),className:\"framer-1rq2hux\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"hxiXEIcRQ\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:x4w8kSGFo,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({ehL25HN31:{children:R6FySOcGI,stylesPresetsClassNames:{a:\"framer-styles-preset-dl50ra\",blockquote:\"framer-styles-preset-167nmxt\",code:\"framer-styles-preset-3jgozx\",h1:\"framer-styles-preset-1r69jea\",h2:\"framer-styles-preset-15ubqbu\",h3:\"framer-styles-preset-u6j1vd\",h4:\"framer-styles-preset-3vzgjx\",h5:\"framer-styles-preset-puk05q\",h6:\"framer-styles-preset-14dkj2y\",img:\"framer-styles-preset-po3r5o\",p:\"framer-styles-preset-1xpey7g\",table:\"framer-styles-preset-1ef13dn\"},text:undefined},Myy6a2g6i:{children:R6FySOcGI,stylesPresetsClassNames:{a:\"framer-styles-preset-dl50ra\",blockquote:\"framer-styles-preset-167nmxt\",code:\"framer-styles-preset-3jgozx\",h1:\"framer-styles-preset-1r69jea\",h2:\"framer-styles-preset-15ubqbu\",h3:\"framer-styles-preset-u6j1vd\",h4:\"framer-styles-preset-3vzgjx\",h5:\"framer-styles-preset-puk05q\",h6:\"framer-styles-preset-14dkj2y\",img:\"framer-styles-preset-po3r5o\",p:\"framer-styles-preset-1xpey7g\",table:\"framer-styles-preset-1ef13dn\"},text:undefined},TQUT_7sYI:{children:R6FySOcGI,stylesPresetsClassNames:{a:\"framer-styles-preset-dl50ra\",blockquote:\"framer-styles-preset-167nmxt\",code:\"framer-styles-preset-3jgozx\",h1:\"framer-styles-preset-1r69jea\",h2:\"framer-styles-preset-15ubqbu\",h3:\"framer-styles-preset-u6j1vd\",h4:\"framer-styles-preset-3vzgjx\",h5:\"framer-styles-preset-puk05q\",h6:\"framer-styles-preset-14dkj2y\",img:\"framer-styles-preset-po3r5o\",p:\"framer-styles-preset-1xpey7g\",table:\"framer-styles-preset-1ef13dn\"},text:undefined}},baseVariant,gestureVariant)})]}),isDisplayed(visible6,visible7)&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-o5xpm3\",layoutDependency:layoutDependency,layoutId:\"ClwhNm60D\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-ekis1v-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"UH6s6b05p-container\",nodeId:\"UH6s6b05p\",rendersWithMotion:true,scopeId:\"UUwBbbsyz\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-847cba3b-d58f-46a3-abcb-c733870f4f2e, rgb(14, 111, 222))\",height:\"100%\",iconSearch:\"check\",iconSelection:\"CheckCircle\",id:\"UH6s6b05p\",layoutId:\"UH6s6b05p\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1xpey7g\",\"data-styles-preset\":\"EgcXhm314\",children:\"Quality monitoring pour consulter vos donn\\xe9es en temps r\\xe9el\"})}),className:\"framer-17hqbvm\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"EBLYyGuAm\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:nuX9mxae3,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({ehL25HN31:{children:yIwK6E4v7,stylesPresetsClassNames:{a:\"framer-styles-preset-dl50ra\",blockquote:\"framer-styles-preset-167nmxt\",code:\"framer-styles-preset-3jgozx\",h1:\"framer-styles-preset-1r69jea\",h2:\"framer-styles-preset-15ubqbu\",h3:\"framer-styles-preset-u6j1vd\",h4:\"framer-styles-preset-3vzgjx\",h5:\"framer-styles-preset-puk05q\",h6:\"framer-styles-preset-14dkj2y\",img:\"framer-styles-preset-po3r5o\",p:\"framer-styles-preset-1xpey7g\",table:\"framer-styles-preset-1ef13dn\"},text:undefined},Myy6a2g6i:{children:yIwK6E4v7,stylesPresetsClassNames:{a:\"framer-styles-preset-dl50ra\",blockquote:\"framer-styles-preset-167nmxt\",code:\"framer-styles-preset-3jgozx\",h1:\"framer-styles-preset-1r69jea\",h2:\"framer-styles-preset-15ubqbu\",h3:\"framer-styles-preset-u6j1vd\",h4:\"framer-styles-preset-3vzgjx\",h5:\"framer-styles-preset-puk05q\",h6:\"framer-styles-preset-14dkj2y\",img:\"framer-styles-preset-po3r5o\",p:\"framer-styles-preset-1xpey7g\",table:\"framer-styles-preset-1ef13dn\"},text:undefined},TQUT_7sYI:{children:yIwK6E4v7,stylesPresetsClassNames:{a:\"framer-styles-preset-dl50ra\",blockquote:\"framer-styles-preset-167nmxt\",code:\"framer-styles-preset-3jgozx\",h1:\"framer-styles-preset-1r69jea\",h2:\"framer-styles-preset-15ubqbu\",h3:\"framer-styles-preset-u6j1vd\",h4:\"framer-styles-preset-3vzgjx\",h5:\"framer-styles-preset-puk05q\",h6:\"framer-styles-preset-14dkj2y\",img:\"framer-styles-preset-po3r5o\",p:\"framer-styles-preset-1xpey7g\",table:\"framer-styles-preset-1ef13dn\"},text:undefined}},baseVariant,gestureVariant)})]}),isDisplayed(visible8,vUqZb_VHv)&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ogk4uu\",layoutDependency:layoutDependency,layoutId:\"hTZsXYN4V\",children:[isDisplayed1(visible9)&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1chldp4-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"xDf66wow4-container\",nodeId:\"xDf66wow4\",rendersWithMotion:true,scopeId:\"UUwBbbsyz\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-847cba3b-d58f-46a3-abcb-c733870f4f2e, rgb(14, 111, 222))\",height:\"100%\",iconSearch:\"check\",iconSelection:\"CheckCircle\",id:\"xDf66wow4\",layoutId:\"xDf66wow4\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1xpey7g\",\"data-styles-preset\":\"EgcXhm314\",children:\"Quality monitoring pour consulter vos donn\\xe9es en temps r\\xe9el\"})}),className:\"framer-9igys5\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"D9MUseWdQ\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:KlkHwla5Y,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({ehL25HN31:{children:uWbSnBfgQ,stylesPresetsClassNames:{a:\"framer-styles-preset-dl50ra\",blockquote:\"framer-styles-preset-167nmxt\",code:\"framer-styles-preset-3jgozx\",h1:\"framer-styles-preset-1r69jea\",h2:\"framer-styles-preset-15ubqbu\",h3:\"framer-styles-preset-u6j1vd\",h4:\"framer-styles-preset-3vzgjx\",h5:\"framer-styles-preset-puk05q\",h6:\"framer-styles-preset-14dkj2y\",img:\"framer-styles-preset-po3r5o\",p:\"framer-styles-preset-1xpey7g\",table:\"framer-styles-preset-1ef13dn\"},text:undefined},Myy6a2g6i:{children:uWbSnBfgQ,stylesPresetsClassNames:{a:\"framer-styles-preset-dl50ra\",blockquote:\"framer-styles-preset-167nmxt\",code:\"framer-styles-preset-3jgozx\",h1:\"framer-styles-preset-1r69jea\",h2:\"framer-styles-preset-15ubqbu\",h3:\"framer-styles-preset-u6j1vd\",h4:\"framer-styles-preset-3vzgjx\",h5:\"framer-styles-preset-puk05q\",h6:\"framer-styles-preset-14dkj2y\",img:\"framer-styles-preset-po3r5o\",p:\"framer-styles-preset-1xpey7g\",table:\"framer-styles-preset-1ef13dn\"},text:undefined},TQUT_7sYI:{children:uWbSnBfgQ,stylesPresetsClassNames:{a:\"framer-styles-preset-dl50ra\",blockquote:\"framer-styles-preset-167nmxt\",code:\"framer-styles-preset-3jgozx\",h1:\"framer-styles-preset-1r69jea\",h2:\"framer-styles-preset-15ubqbu\",h3:\"framer-styles-preset-u6j1vd\",h4:\"framer-styles-preset-3vzgjx\",h5:\"framer-styles-preset-puk05q\",h6:\"framer-styles-preset-14dkj2y\",img:\"framer-styles-preset-po3r5o\",p:\"framer-styles-preset-1xpey7g\",table:\"framer-styles-preset-1ef13dn\"},text:undefined}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:277,width:`calc(max((${componentViewport?.width||\"100vw\"} - 120px) * 0.4286, 1px) - 60px)`,y:(componentViewport?.y||0)+40+0+63.4+0+585,...addPropertyOverrides({ehL25HN31:{width:`calc(max((${componentViewport?.width||\"100vw\"} - 70px) * 0.4286, 1px) - 20px)`,y:(componentViewport?.y||0)+40+0+63.4+0+530},lNQKPmEN8:{width:`calc(max((${componentViewport?.width||\"100vw\"} - 70px) * 0.4286, 1px) - 20px)`},Myy6a2g6i:{y:(componentViewport?.y||0)+40+0+63.4+0+530},TQUT_7sYI:{width:`calc((${componentViewport?.width||\"100vw\"} - ${ZPWoj88oK*2}px) - 40px)`,y:undefined},X4ureMpkA:{width:`calc((${componentViewport?.width||\"100vw\"} - ${ZPWoj88oK*2}px) - 40px)`,y:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-fhajux-container\",layoutDependency:layoutDependency,layoutId:\"k1nVLsxni-container\",nodeId:\"k1nVLsxni\",rendersWithMotion:true,scopeId:\"UUwBbbsyz\",children:/*#__PURE__*/_jsx(Reputation,{bxPLTyyJX:0,f8cvqKiDH:true,fJrC74uF7:0,Ft0g8S6vq:0,FuywLOEuP:addImageAlt({pixelHeight:500,pixelWidth:1e3,src:\"https://framerusercontent.com/images/FpxWw7S6JIjOZX44Fp5zpkCbWU.png\",srcSet:\"https://framerusercontent.com/images/FpxWw7S6JIjOZX44Fp5zpkCbWU.png?scale-down-to=512 512w,https://framerusercontent.com/images/FpxWw7S6JIjOZX44Fp5zpkCbWU.png 1000w\"},\"logo eurostar\"),fX9aJd3LH:true,Gflu4iMRi:getLocalizedValue(\"v0\",activeLocale)??\"+150 entreprises utilisent ViaDialog pour simplifier leur relation client.\",height:\"100%\",id:\"k1nVLsxni\",layoutId:\"k1nVLsxni\",Lci49ncIP:addImageAlt({pixelHeight:500,pixelWidth:1e3,src:\"https://framerusercontent.com/images/WBoKyYiIIpw98dvMdK9zOolMg.png\",srcSet:\"https://framerusercontent.com/images/WBoKyYiIIpw98dvMdK9zOolMg.png?scale-down-to=512 512w,https://framerusercontent.com/images/WBoKyYiIIpw98dvMdK9zOolMg.png 1000w\"},\"logo maif\"),LCK3yWpTu:addImageAlt({pixelHeight:500,pixelWidth:1e3,src:\"https://framerusercontent.com/images/I794JGTqlRHXX5aKUe5Sy5DNgYk.png\",srcSet:\"https://framerusercontent.com/images/I794JGTqlRHXX5aKUe5Sy5DNgYk.png?scale-down-to=512 512w,https://framerusercontent.com/images/I794JGTqlRHXX5aKUe5Sy5DNgYk.png 1000w\"},\"logo sodexo\"),nJWLBaTKu:addImageAlt({pixelHeight:500,pixelWidth:1e3,src:\"https://framerusercontent.com/images/q7YDdp4p9uZ4YOSuRYDjnAV7v3w.png\",srcSet:\"https://framerusercontent.com/images/q7YDdp4p9uZ4YOSuRYDjnAV7v3w.png?scale-down-to=512 512w,https://framerusercontent.com/images/q7YDdp4p9uZ4YOSuRYDjnAV7v3w.png 1000w\"},\"logo francetv\"),OT8qhi2c6:addImageAlt({pixelHeight:500,pixelWidth:1e3,src:\"https://framerusercontent.com/images/1IMMhbR2U4WRtFSL8n1sARSz0.png\",srcSet:\"https://framerusercontent.com/images/1IMMhbR2U4WRtFSL8n1sARSz0.png?scale-down-to=512 512w,https://framerusercontent.com/images/1IMMhbR2U4WRtFSL8n1sARSz0.png 1000w\"},\"logo sg\"),q40PciqCG:false,style:{width:\"100%\"},uvx7fdYeW:getLocalizedValue(\"v1\",activeLocale)??\"4,7/5 sur +200 avis\",variant:\"dKh0a1cyV\",VXyOkhcqG:\"0px\",vzLupcnpw:\"\",width:\"100%\",xNAW_95Gw:\"rgba(255, 255, 255, 0)\",y495qRDz7:false,...addPropertyOverrides({ehL25HN31:{variant:\"sBq7JBf0b\"},lNQKPmEN8:{variant:\"sBq7JBf0b\"},TQUT_7sYI:{variant:\"gjVaqnpS3\"},X4ureMpkA:{variant:\"gjVaqnpS3\"}},baseVariant,gestureVariant)})})})]})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:682,width:`max((${componentViewport?.width||\"100vw\"} - 120px) / 1.75, 1px)`,y:(componentViewport?.y||0)+40,...addPropertyOverrides({ehL25HN31:{width:`max((${componentViewport?.width||\"100vw\"} - 70px) / 1.75, 1px)`},lNQKPmEN8:{width:`max((${componentViewport?.width||\"100vw\"} - 70px) / 1.75, 1px)`},TQUT_7sYI:{width:`calc(${componentViewport?.width||\"100vw\"} - ${ZPWoj88oK*2}px)`,y:undefined},X4ureMpkA:{width:`calc(${componentViewport?.width||\"100vw\"} - ${ZPWoj88oK*2}px)`,y:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1lcduq5-container\",layoutDependency:layoutDependency,layoutId:\"yTklfCEt5-container\",nodeId:\"yTklfCEt5\",rendersWithMotion:true,scopeId:\"UUwBbbsyz\",children:/*#__PURE__*/_jsx(ContactForm,{amZlMUmG4:\"\",BepY8pQ2Y:false,CeKY1eHdJ:mnCplgoH2,cfHJlyc2K:true,GTmn0vNx2:\"\",gYLKEIDYf:true,GzLBBjAtL:\"\",height:\"100%\",HvnWnJonT:false,id:\"yTklfCEt5\",kRDjHCUUQ:\"\",KvvBaWhYe:\"\",kW4rBGyad:\"\",layoutId:\"yTklfCEt5\",LcXerDRLq:\"\",mrLtlr0NJ:\"\",nyZnNQj47:\"rgb(246, 248, 251)\",oKvEBZpJ3:BxttVqNQD,p_BTUrFYy:false,PlLl4k42q:\"\",PTYuelOtK:\"\",qYkgt70Ij:getLocalizedValue(\"v2\",activeLocale)??\"Page contact\",RmyqATZQR:\"\",Rq19yloO2:\"\",S5YtTl6Af:\"\",SaeANB2zq:\"0px 0px 0px 0px\",Sma0vVnpI:\"base\",SrOq7mStp:false,style:{width:\"100%\"},TtXB78tiZ:mHs4qMkCO,u3jHCbl__:\"\",uTj6hBBDl:\"\",variant:\"UCRKESosi\",VKtsKj9f6:\"\",VwpfxDaCA:\"\",width:\"100%\",xEWTXqEwM:true,YY1gd9egQ:\"40px 40px 40px 40px\",z05NpXniK:true,ZXY8Ih9OZ:\"\",...addPropertyOverrides({ehL25HN31:{YY1gd9egQ:\"40px 20px 40px 20px\"},lNQKPmEN8:{YY1gd9egQ:\"40px 20px 40px 20px\"},OW_8c08va:{variant:\"jGxXHDaiK\"},TQUT_7sYI:{nyZnNQj47:ghkffnYHC,variant:\"LjJTDbS9Q\",YY1gd9egQ:\"0px 20px 0px 20px\"},X4ureMpkA:{nyZnNQj47:ghkffnYHC,variant:\"LjJTDbS9Q\",YY1gd9egQ:\"0px 20px 0px 20px\"}},baseVariant,gestureVariant)})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-z7mxU.framer-i6c37x, .framer-z7mxU .framer-i6c37x { display: block; }\",\".framer-z7mxU.framer-1jffr5 { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 40px; position: relative; width: 1200px; will-change: var(--framer-will-change-override, transform); }\",\".framer-z7mxU .framer-1kxk55u { align-content: center; align-items: center; display: flex; flex: 3 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 25px; height: min-content; justify-content: center; overflow: visible; padding: 0px 30px 0px 30px; position: relative; width: 1px; }\",\".framer-z7mxU .framer-1diew98 { flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-z7mxU .framer-wialb0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-z7mxU .framer-17tct6u { 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: 100%; }\",\".framer-z7mxU .framer-17bpmzx-container, .framer-z7mxU .framer-nzayid-container, .framer-z7mxU .framer-21k1qt-container, .framer-z7mxU .framer-ekis1v-container, .framer-z7mxU .framer-1chldp4-container { flex: none; height: 24px; position: relative; width: 24px; }\",\".framer-z7mxU .framer-d4zh1s, .framer-z7mxU .framer-1q1ndnb, .framer-z7mxU .framer-1rq2hux, .framer-z7mxU .framer-17hqbvm, .framer-z7mxU .framer-9igys5 { flex: 1 0 0px; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-z7mxU .framer-o7wjp4, .framer-z7mxU .framer-1qsybn4, .framer-z7mxU .framer-o5xpm3, .framer-z7mxU .framer-ogk4uu { align-content: flex-start; align-items: flex-start; 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: 100%; }\",\".framer-z7mxU .framer-fhajux-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-z7mxU .framer-1lcduq5-container { flex: 4 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-z7mxU.framer-v-ssrnja.framer-1jffr5, .framer-z7mxU.framer-v-1j7ypmc.framer-1jffr5 { gap: 10px; padding: 40px 30px 40px 30px; width: 810px; }\",\".framer-z7mxU.framer-v-ssrnja .framer-1kxk55u, .framer-z7mxU.framer-v-1j7ypmc .framer-1kxk55u { padding: 0px 10px 0px 10px; }\",\".framer-z7mxU.framer-v-ssrnja .framer-1diew98 { order: 0; }\",\".framer-z7mxU.framer-v-ssrnja .framer-wialb0 { order: 1; }\",\".framer-z7mxU.framer-v-19m0c43.framer-1jffr5, .framer-z7mxU.framer-v-rbb3dk.framer-1jffr5 { flex-direction: column; gap: 31px; padding: var(--1kfahws); width: 390px; }\",\".framer-z7mxU.framer-v-19m0c43 .framer-1kxk55u, .framer-z7mxU.framer-v-rbb3dk .framer-1kxk55u { flex: none; padding: 30px 20px 0px 20px; width: 100%; }\",\".framer-z7mxU.framer-v-19m0c43 .framer-1lcduq5-container, .framer-z7mxU.framer-v-rbb3dk .framer-1lcduq5-container { flex: none; width: 100%; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css,...sharedStyle9.css,...sharedStyle10.css,...sharedStyle11.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 762.5\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"lNQKPmEN8\":{\"layout\":[\"fixed\",\"auto\"]},\"X4ureMpkA\":{\"layout\":[\"fixed\",\"auto\"]},\"OW_8c08va\":{\"layout\":[\"fixed\",\"auto\"]},\"Myy6a2g6i\":{\"layout\":[\"fixed\",\"auto\"]},\"ehL25HN31\":{\"layout\":[\"fixed\",\"auto\"]},\"TQUT_7sYI\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"tKUhAhdZq\":\"title\",\"ghkffnYHC\":\"background\",\"MMs0rZm9f\":\"radius\",\"BxttVqNQD\":\"titleForm\",\"mnCplgoH2\":\"textForm\",\"vW6T1Al9k\":\"check1\",\"W4_AAx6x6\":\"check2\",\"x4w8kSGFo\":\"check3\",\"nuX9mxae3\":\"check4\",\"KlkHwla5Y\":\"check5\",\"mHs4qMkCO\":\"boutonText\",\"ZPWoj88oK\":\"padding\",\"vUqZb_VHv\":\"visibleCheck5\",\"jaTXRFdiT\":\"check11\",\"sB9FXQGtH\":\"check21\",\"R6FySOcGI\":\"check31\",\"yIwK6E4v7\":\"check41\",\"uWbSnBfgQ\":\"check51\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerUUwBbbsyz=withCSS(Component,css,\"framer-z7mxU\");export default FramerUUwBbbsyz;FramerUUwBbbsyz.displayName=\"Contact\";FramerUUwBbbsyz.defaultProps={height:762.5,width:1200};addPropertyControls(FramerUUwBbbsyz,{variant:{options:[\"XQqdHgdih\",\"lNQKPmEN8\",\"X4ureMpkA\",\"OW_8c08va\",\"Myy6a2g6i\",\"ehL25HN31\",\"TQUT_7sYI\"],optionTitles:[\"Desktop\",\"Tablet\",\"Phone\",\"test\",\"Desktop F\",\"Tablet F\",\"Phone F\"],title:\"Variant\",type:ControlType.Enum},tKUhAhdZq:{defaultValue:\"Transformez votre relation client avec ViaDialog.\",displayTextArea:false,title:\"Title\",type:ControlType.String},ghkffnYHC:{defaultValue:\"rgb(255, 255, 255)\",title:\"Background\",type:ControlType.Color},MMs0rZm9f:{defaultValue:\"0px\",title:\"Radius\",type:ControlType.BorderRadius},BxttVqNQD:{defaultValue:\"Contactez notre \\xe9quipe commerciale.\",displayTextArea:false,title:\"Title form\",type:ControlType.String},mnCplgoH2:{defaultValue:\"Donnez-nous quelques informations personnelles et nous vous contacterons dans les plus brefs d\\xe9lais. \\xc0 tr\\xe8s bient\\xf4t !\",displayTextArea:false,title:\"Text form\",type:ControlType.String},vW6T1Al9k:{defaultValue:\"Ma\\xeetrisez l'omnicanalit\\xe9\",displayTextArea:false,title:\"Check 1\",type:ControlType.String},W4_AAx6x6:{defaultValue:\"Automatisez vos interactions avec l'IA vocale et textuelle\",displayTextArea:false,title:\"Check 2\",type:ControlType.String},x4w8kSGFo:{defaultValue:\"Speech analytics avanc\\xe9 pour mieux comprendre vos clients\",displayTextArea:false,title:\"Check 3\",type:ControlType.String},nuX9mxae3:{defaultValue:\"Quality monitoring pour consulter vos donn\\xe9es en temps r\\xe9el\",displayTextArea:false,title:\"Check 4\",type:ControlType.String},KlkHwla5Y:{defaultValue:\"\",displayTextArea:false,title:\"Check 5\",type:ControlType.String},mHs4qMkCO:{defaultValue:\"Contactez notre \\xe9quipe commerciale\",displayTextArea:false,title:\"Bouton text\",type:ControlType.String},ZPWoj88oK:{defaultValue:\"30px 13px 40px 13px\",title:\"Padding\",type:ControlType.Padding},vUqZb_VHv:{defaultValue:true,title:\"Visible check 5\",type:ControlType.Boolean},jaTXRFdiT:{defaultValue:\"<p><strong>70% de r\\xe9solution</strong> au 1er contact</p>\",description:\"\",title:\"check 1\",type:ControlType.RichText},sB9FXQGtH:{defaultValue:\"<p><strong>40% de r\\xe9duction</strong> de temps de traitement</p>\",title:\"check 2\",type:ControlType.RichText},R6FySOcGI:{defaultValue:\"<p><strong>+30% de satisfaction</strong> client</p>\",title:\"check 3\",type:ControlType.RichText},yIwK6E4v7:{defaultValue:\"<p><strong>Conforme RGPD</strong> &amp; certifi\\xe9 ISO 22301</p>\",title:\"check 4\",type:ControlType.RichText},uWbSnBfgQ:{defaultValue:\"<p><strong>Bas\\xe9 en France</strong>, op\\xe9rateur d\\xe9clar\\xe9 ARCEP</p>\",description:\"\",title:\"check 5\",type:ControlType.RichText}});addFonts(FramerUUwBbbsyz,[{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\"}]},...PhosphorFonts,...ReputationFonts,...ContactFormFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts),...getFontsFromSharedStyle(sharedStyle7.fonts),...getFontsFromSharedStyle(sharedStyle8.fonts),...getFontsFromSharedStyle(sharedStyle9.fonts),...getFontsFromSharedStyle(sharedStyle10.fonts),...getFontsFromSharedStyle(sharedStyle11.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerUUwBbbsyz\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"lNQKPmEN8\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"X4ureMpkA\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"OW_8c08va\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Myy6a2g6i\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ehL25HN31\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"TQUT_7sYI\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerVariables\":\"{\\\"tKUhAhdZq\\\":\\\"title\\\",\\\"ghkffnYHC\\\":\\\"background\\\",\\\"MMs0rZm9f\\\":\\\"radius\\\",\\\"BxttVqNQD\\\":\\\"titleForm\\\",\\\"mnCplgoH2\\\":\\\"textForm\\\",\\\"vW6T1Al9k\\\":\\\"check1\\\",\\\"W4_AAx6x6\\\":\\\"check2\\\",\\\"x4w8kSGFo\\\":\\\"check3\\\",\\\"nuX9mxae3\\\":\\\"check4\\\",\\\"KlkHwla5Y\\\":\\\"check5\\\",\\\"mHs4qMkCO\\\":\\\"boutonText\\\",\\\"ZPWoj88oK\\\":\\\"padding\\\",\\\"vUqZb_VHv\\\":\\\"visibleCheck5\\\",\\\"jaTXRFdiT\\\":\\\"check11\\\",\\\"sB9FXQGtH\\\":\\\"check21\\\",\\\"R6FySOcGI\\\":\\\"check31\\\",\\\"yIwK6E4v7\\\":\\\"check41\\\",\\\"uWbSnBfgQ\\\":\\\"check51\\\"}\",\"framerColorSyntax\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"1200\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"762.5\",\"framerComponentViewportWidth\":\"true\",\"framerAutoSizeImages\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (861d57e)\nimport*as localizedValues from\"./UUwBbbsyz-0.js\";const valuesByLocaleId={G7oLvPoP8:localizedValues};export default function getLocalizedValue(key,locale){while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value)return value;}locale=locale.fallback;}}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "export const v0=\"+150 companies use ViaDialog to simplify their customer relationship.\";export const v1=\"4.7/5 on +200 reviews\";export const v2=\"Contact page\";\nexport const __FramerMetadata__ = {\"exports\":{\"v2\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v1\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["init_ssg_sandbox_shims", "init_ssg_sandbox_shims", "UUwBbbsyz_0_exports", "__export", "__FramerMetadata__", "v0", "v1", "v2", "init_ssg_sandbox_shims", "valuesByLocaleId", "UUwBbbsyz_0_exports", "getLocalizedValue", "key", "locale", "values", "value", "PhosphorFonts", "getFonts", "Icon", "ReputationFonts", "h_fuNvPwQ_default", "ContactFormFonts", "EbAyZzKWz_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "radiusForCorner", "value", "cornerIndex", "segments", "transition1", "numberToPixelString", "isSet", "addImageAlt", "image", "alt", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "background", "boutonText", "check1", "check11", "check2", "check21", "check3", "check31", "check4", "check41", "check5", "check51", "height", "id", "padding", "radius", "textForm", "title", "titleForm", "visibleCheck5", "width", "props", "u", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "tKUhAhdZq", "ghkffnYHC", "MMs0rZm9f", "BxttVqNQD", "mnCplgoH2", "vW6T1Al9k", "W4_AAx6x6", "x4w8kSGFo", "nuX9mxae3", "KlkHwla5Y", "mHs4qMkCO", "ZPWoj88oK", "vUqZb_VHv", "jaTXRFdiT", "sB9FXQGtH", "R6FySOcGI", "yIwK6E4v7", "uWbSnBfgQ", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "visible", "visible1", "isDisplayed", "value1", "visible2", "visible3", "visible4", "visible5", "visible6", "visible7", "visible8", "visible9", "isDisplayed1", "LayoutGroup", "RichText", "ComponentViewportProvider", "SmartComponentScopedContainer", "getLocalizedValue", "css", "FramerUUwBbbsyz", "withCSS", "UUwBbbsyz_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts"]
}
