{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/VTUDdizacRHpwbkOamr7/AykinQJbgwl92LvMGZwu/constants.js", "ssg:https://framerusercontent.com/modules/5SM58HxZHxjjv7aLMOgQ/WXz9i6mVki0bBCrKdqB3/propUtils.js", "ssg:https://framerusercontent.com/modules/Hbc0lxqGSRzFG6uMT9yO/jZfB18ggDrqER5ihmIsa/GoogleMaps.js", "ssg:https://framerusercontent.com/modules/sTc4qnZUXZCfunGRqnWv/Jr4GDinuOJn63jTPtbht/sJ2QEITYH.js", "ssg:https://framerusercontent.com/modules/QhXeBpKWPrmZSxjbOOti/rWlt9cSnzZu6yNSSs49y/UG4wtHK4n.js", "ssg:https://framerusercontent.com/modules/hUWcNnxCJ9letiZJT2VY/e3U8d0OAkV2YAvsggR6U/kP0xwOIxw.js", "ssg:https://framerusercontent.com/modules/6V9EGTZ1v18irh1bHksH/gmpHOWge8TKyjyxP7TzV/ntliq2kxN.js", "ssg:https://framerusercontent.com/modules/iYdetEbVAxxG3c1AbcC3/OMMT6L668Hgk05ufaupL/r05zAyMt7.js", "ssg:https://framerusercontent.com/modules/RPsDziqbYaqMsHaxXafo/p0K5qxHSApMXmU1MIjRm/X3I4W8vZx.js", "ssg:https://framerusercontent.com/modules/fscjRbGCKfIvQzEpHJPM/trS07Nr2rkYbNIGN4HRb/YK5RXL_WR.js", "ssg:https://framerusercontent.com/modules/ts5EXW0WCUATdxa9jsN1/Bupj1sryzBsKbzgnUn8I/augiA20Il.js"],
  "sourcesContent": ["import { ControlType } from \"framer\";\nexport const fontStack = `\"Inter\", system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\"`;\nexport const containerStyles = {\n    position: \"relative\",\n    width: \"100%\",\n    height: \"100%\",\n    display: \"flex\",\n    justifyContent: \"center\",\n    alignItems: \"center\"\n};\nexport const emptyStateStyle = {\n    ...containerStyles,\n    borderRadius: 6,\n    background: \"rgba(136, 85, 255, 0.3)\",\n    color: \"#85F\",\n    border: \"1px dashed #85F\",\n    flexDirection: \"column\"\n};\nexport const defaultEvents = {\n    onClick: {\n        type: ControlType.EventHandler\n    },\n    onMouseEnter: {\n        type: ControlType.EventHandler\n    },\n    onMouseLeave: {\n        type: ControlType.EventHandler\n    }\n};\nexport const fontSizeOptions = {\n    type: ControlType.Number,\n    title: \"Font Size\",\n    min: 2,\n    max: 200,\n    step: 1,\n    displayStepper: true\n};\nexport const fontControls = {\n    font: {\n        type: ControlType.Boolean,\n        title: \"Font\",\n        defaultValue: false,\n        disabledTitle: \"Default\",\n        enabledTitle: \"Custom\"\n    },\n    fontFamily: {\n        type: ControlType.String,\n        title: \"Family\",\n        placeholder: \"Inter\",\n        hidden: ({ font  })=>!font\n    },\n    fontWeight: {\n        type: ControlType.Enum,\n        title: \"Weight\",\n        options: [\n            100,\n            200,\n            300,\n            400,\n            500,\n            600,\n            700,\n            800,\n            900\n        ],\n        optionTitles: [\n            \"Thin\",\n            \"Extra-light\",\n            \"Light\",\n            \"Regular\",\n            \"Medium\",\n            \"Semi-bold\",\n            \"Bold\",\n            \"Extra-bold\",\n            \"Black\", \n        ],\n        hidden: ({ font  })=>!font\n    }\n};\n// @TODO check if we're missing anything here \u2014 there doesn't seem to be a reliable browser API for this\nexport const localeOptions = {\n    af: \"Afrikaans\",\n    sq: \"Albanian\",\n    an: \"Aragonese\",\n    ar: \"Arabic (Standard)\",\n    \"ar-dz\": \"Arabic (Algeria)\",\n    \"ar-bh\": \"Arabic (Bahrain)\",\n    \"ar-eg\": \"Arabic (Egypt)\",\n    \"ar-iq\": \"Arabic (Iraq)\",\n    \"ar-jo\": \"Arabic (Jordan)\",\n    \"ar-kw\": \"Arabic (Kuwait)\",\n    \"ar-lb\": \"Arabic (Lebanon)\",\n    \"ar-ly\": \"Arabic (Libya)\",\n    \"ar-ma\": \"Arabic (Morocco)\",\n    \"ar-om\": \"Arabic (Oman)\",\n    \"ar-qa\": \"Arabic (Qatar)\",\n    \"ar-sa\": \"Arabic (Saudi Arabia)\",\n    \"ar-sy\": \"Arabic (Syria)\",\n    \"ar-tn\": \"Arabic (Tunisia)\",\n    \"ar-ae\": \"Arabic (U.A.E.)\",\n    \"ar-ye\": \"Arabic (Yemen)\",\n    hy: \"Armenian\",\n    as: \"Assamese\",\n    ast: \"Asturian\",\n    az: \"Azerbaijani\",\n    eu: \"Basque\",\n    bg: \"Bulgarian\",\n    be: \"Belarusian\",\n    bn: \"Bengali\",\n    bs: \"Bosnian\",\n    br: \"Breton\",\n    my: \"Burmese\",\n    ca: \"Catalan\",\n    ch: \"Chamorro\",\n    ce: \"Chechen\",\n    zh: \"Chinese\",\n    \"zh-hk\": \"Chinese (Hong Kong)\",\n    \"zh-cn\": \"Chinese (PRC)\",\n    \"zh-sg\": \"Chinese (Singapore)\",\n    \"zh-tw\": \"Chinese (Taiwan)\",\n    cv: \"Chuvash\",\n    co: \"Corsican\",\n    cr: \"Cree\",\n    hr: \"Croatian\",\n    cs: \"Czech\",\n    da: \"Danish\",\n    nl: \"Dutch (Standard)\",\n    \"nl-be\": \"Dutch (Belgian)\",\n    en: \"English\",\n    \"en-au\": \"English (Australia)\",\n    \"en-bz\": \"English (Belize)\",\n    \"en-ca\": \"English (Canada)\",\n    \"en-ie\": \"English (Ireland)\",\n    \"en-jm\": \"English (Jamaica)\",\n    \"en-nz\": \"English (New Zealand)\",\n    \"en-ph\": \"English (Philippines)\",\n    \"en-za\": \"English (South Africa)\",\n    \"en-tt\": \"English (Trinidad & Tobago)\",\n    \"en-gb\": \"English (United Kingdom)\",\n    \"en-us\": \"English (United States)\",\n    \"en-zw\": \"English (Zimbabwe)\",\n    eo: \"Esperanto\",\n    et: \"Estonian\",\n    fo: \"Faeroese\",\n    fa: \"Farsi\",\n    fj: \"Fijian\",\n    fi: \"Finnish\",\n    fr: \"French (Standard)\",\n    \"fr-be\": \"French (Belgium)\",\n    \"fr-ca\": \"French (Canada)\",\n    \"fr-fr\": \"French (France)\",\n    \"fr-lu\": \"French (Luxembourg)\",\n    \"fr-mc\": \"French (Monaco)\",\n    \"fr-ch\": \"French (Switzerland)\",\n    fy: \"Frisian\",\n    fur: \"Friulian\",\n    gd: \"Gaelic (Scots)\",\n    \"gd-ie\": \"Gaelic (Irish)\",\n    gl: \"Galacian\",\n    ka: \"Georgian\",\n    de: \"German (Standard)\",\n    \"de-at\": \"German (Austria)\",\n    \"de-de\": \"German (Germany)\",\n    \"de-li\": \"German (Liechtenstein)\",\n    \"de-lu\": \"German (Luxembourg)\",\n    \"de-ch\": \"German (Switzerland)\",\n    el: \"Greek\",\n    gu: \"Gujurati\",\n    ht: \"Haitian\",\n    he: \"Hebrew\",\n    hi: \"Hindi\",\n    hu: \"Hungarian\",\n    is: \"Icelandic\",\n    id: \"Indonesian\",\n    iu: \"Inuktitut\",\n    ga: \"Irish\",\n    it: \"Italian (Standard)\",\n    \"it-ch\": \"Italian (Switzerland)\",\n    ja: \"Japanese\",\n    kn: \"Kannada\",\n    ks: \"Kashmiri\",\n    kk: \"Kazakh\",\n    km: \"Khmer\",\n    ky: \"Kirghiz\",\n    tlh: \"Klingon\",\n    ko: \"Korean\",\n    \"ko-kp\": \"Korean (North Korea)\",\n    \"ko-kr\": \"Korean (South Korea)\",\n    la: \"Latin\",\n    lv: \"Latvian\",\n    lt: \"Lithuanian\",\n    lb: \"Luxembourgish\",\n    mk: \"FYRO Macedonian\",\n    ms: \"Malay\",\n    ml: \"Malayalam\",\n    mt: \"Maltese\",\n    mi: \"Maori\",\n    mr: \"Marathi\",\n    mo: \"Moldavian\",\n    nv: \"Navajo\",\n    ng: \"Ndonga\",\n    ne: \"Nepali\",\n    no: \"Norwegian\",\n    nb: \"Norwegian (Bokmal)\",\n    nn: \"Norwegian (Nynorsk)\",\n    oc: \"Occitan\",\n    or: \"Oriya\",\n    om: \"Oromo\",\n    \"fa-ir\": \"Persian/Iran\",\n    pl: \"Polish\",\n    pt: \"Portuguese\",\n    \"pt-br\": \"Portuguese (Brazil)\",\n    pa: \"Punjabi\",\n    \"pa-in\": \"Punjabi (India)\",\n    \"pa-pk\": \"Punjabi (Pakistan)\",\n    qu: \"Quechua\",\n    rm: \"Rhaeto-Romanic\",\n    ro: \"Romanian\",\n    \"ro-mo\": \"Romanian (Moldavia)\",\n    ru: \"Russian\",\n    \"ru-mo\": \"Russian (Moldavia)\",\n    sz: \"Sami (Lappish)\",\n    sg: \"Sango\",\n    sa: \"Sanskrit\",\n    sc: \"Sardinian\",\n    sd: \"Sindhi\",\n    si: \"Singhalese\",\n    sr: \"Serbian\",\n    sk: \"Slovak\",\n    sl: \"Slovenian\",\n    so: \"Somani\",\n    sb: \"Sorbian\",\n    es: \"Spanish\",\n    \"es-ar\": \"Spanish (Argentina)\",\n    \"es-bo\": \"Spanish (Bolivia)\",\n    \"es-cl\": \"Spanish (Chile)\",\n    \"es-co\": \"Spanish (Colombia)\",\n    \"es-cr\": \"Spanish (Costa Rica)\",\n    \"es-do\": \"Spanish (Dominican Republic)\",\n    \"es-ec\": \"Spanish (Ecuador)\",\n    \"es-sv\": \"Spanish (El Salvador)\",\n    \"es-gt\": \"Spanish (Guatemala)\",\n    \"es-hn\": \"Spanish (Honduras)\",\n    \"es-mx\": \"Spanish (Mexico)\",\n    \"es-ni\": \"Spanish (Nicaragua)\",\n    \"es-pa\": \"Spanish (Panama)\",\n    \"es-py\": \"Spanish (Paraguay)\",\n    \"es-pe\": \"Spanish (Peru)\",\n    \"es-pr\": \"Spanish (Puerto Rico)\",\n    \"es-es\": \"Spanish (Spain)\",\n    \"es-uy\": \"Spanish (Uruguay)\",\n    \"es-ve\": \"Spanish (Venezuela)\",\n    sx: \"Sutu\",\n    sw: \"Swahili\",\n    sv: \"Swedish\",\n    \"sv-fi\": \"Swedish (Finland)\",\n    \"sv-sv\": \"Swedish (Sweden)\",\n    ta: \"Tamil\",\n    tt: \"Tatar\",\n    te: \"Teluga\",\n    th: \"Thai\",\n    tig: \"Tigre\",\n    ts: \"Tsonga\",\n    tn: \"Tswana\",\n    tr: \"Turkish\",\n    tk: \"Turkmen\",\n    uk: \"Ukrainian\",\n    hsb: \"Upper Sorbian\",\n    ur: \"Urdu\",\n    ve: \"Venda\",\n    vi: \"Vietnamese\",\n    vo: \"Volapuk\",\n    wa: \"Walloon\",\n    cy: \"Welsh\",\n    xh: \"Xhosa\",\n    ji: \"Yiddish\",\n    zu: \"Zulu\"\n};\n\nexport const __FramerMetadata__ = {\"exports\":{\"fontSizeOptions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fontControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"localeOptions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fontStack\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"emptyStateStyle\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"defaultEvents\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./constants.map", "import { useMemo } from \"react\";\nimport { ControlType } from \"framer\";\nexport function useRadius(props) {\n    const { borderRadius , isMixedBorderRadius , topLeftRadius , topRightRadius , bottomRightRadius , bottomLeftRadius ,  } = props;\n    const radiusValue = useMemo(()=>isMixedBorderRadius ? `${topLeftRadius}px ${topRightRadius}px ${bottomRightRadius}px ${bottomLeftRadius}px` : `${borderRadius}px`\n    , [\n        borderRadius,\n        isMixedBorderRadius,\n        topLeftRadius,\n        topRightRadius,\n        bottomRightRadius,\n        bottomLeftRadius, \n    ]);\n    return radiusValue;\n}\nexport const borderRadiusControl = {\n    borderRadius: {\n        title: \"Radius\",\n        type: ControlType.FusedNumber,\n        toggleKey: \"isMixedBorderRadius\",\n        toggleTitles: [\n            \"Radius\",\n            \"Radius per corner\"\n        ],\n        valueKeys: [\n            \"topLeftRadius\",\n            \"topRightRadius\",\n            \"bottomRightRadius\",\n            \"bottomLeftRadius\", \n        ],\n        valueLabels: [\n            \"TL\",\n            \"TR\",\n            \"BR\",\n            \"BL\"\n        ],\n        min: 0\n    }\n};\nexport function usePadding(props) {\n    const { padding , paddingPerSide , paddingTop , paddingRight , paddingBottom , paddingLeft ,  } = props;\n    const paddingValue = useMemo(()=>paddingPerSide ? `${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px` : padding\n    , [\n        padding,\n        paddingPerSide,\n        paddingTop,\n        paddingRight,\n        paddingBottom,\n        paddingLeft, \n    ]);\n    return paddingValue;\n}\nexport const paddingControl = {\n    padding: {\n        type: ControlType.FusedNumber,\n        toggleKey: \"paddingPerSide\",\n        toggleTitles: [\n            \"Padding\",\n            \"Padding per side\"\n        ],\n        valueKeys: [\n            \"paddingTop\",\n            \"paddingRight\",\n            \"paddingBottom\",\n            \"paddingLeft\", \n        ],\n        valueLabels: [\n            \"T\",\n            \"R\",\n            \"B\",\n            \"L\"\n        ],\n        min: 0,\n        title: \"Padding\"\n    }\n};\n\nexport const __FramerMetadata__ = {\"exports\":{\"borderRadiusControl\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useRadius\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"RadiusProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"PaddingProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"usePadding\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"paddingControl\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./propUtils.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,motion}from\"framer\";import{containerStyles,useRadius,borderRadiusControl}from\"https://framer.com/m/framer/default-utils.js@^0.45.0\";const coordinatesRegex=/^((?:\\-?|\\+?)?\\d+(?:\\.\\d+)?),\\s*((?:\\-?|\\+?)?\\d+(?:\\.\\d+)?)$/;/**\n * GOOGLE MAPS\n *\n * @framerIntrinsicWidth 600\n * @framerIntrinsicHeight 400\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */export default function GoogleMaps({coordinates,zoom,style,...props}){const borderRadius=useRadius(props);return /*#__PURE__*/_jsx(motion.div,{style:{...style,...containerStyles,overflow:\"hidden\",borderRadius},...props,children:/*#__PURE__*/_jsx(\"iframe\",{style:{height:\"100%\",width:\"100%\",border:0},src:`https://maps.google.com/maps?q=${encodeURIComponent(coordinates)}&z=${zoom}&output=embed`})});}addPropertyControls(GoogleMaps,{coordinates:{type:ControlType.String,title:\"Location\",placeholder:\"Framer B.V.\",defaultValue:\"Framer B.V.\",description:\"The name of the place or its GPS coordinates.\"},zoom:{type:ControlType.Number,step:1,min:0,max:25,title:\"Zoom\",defaultValue:15},...borderRadiusControl});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"GoogleMaps\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"400\",\"framerIntrinsicWidth\":\"600\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerSupportedLayoutHeight\":\"fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./GoogleMaps.map", "// Generated by Framer (ab692b1)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=[\".framer-EJzUj .framer-styles-preset-1x5q87:not(.rich-text-wrapper), .framer-EJzUj .framer-styles-preset-1x5q87.rich-text-wrapper a { --framer-link-current-text-color: #111; --framer-link-hover-text-color: #333; --framer-link-text-color: #333333; --framer-link-text-decoration: none; }\"];export const className=\"framer-EJzUj\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (f030ee3)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,Link,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/sTc4qnZUXZCfunGRqnWv/Jr4GDinuOJn63jTPtbht/sJ2QEITYH.js\";const enabledGestures={cdjtr_6o0:{hover:true}};const serializationHash=\"framer-LCNI3\";const variantClassNames={cdjtr_6o0:\"framer-v-1gn41z1\"};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 getProps=({click,height,id,label,link,smoothScroll,width,...props})=>{return{...props,bPAgBoyyE:label??props.bPAgBoyyE??\"\\xc0 propos\",kCvyAU7KM:click??props.kCvyAU7KM,rPzXk5nFQ:link??props.rPzXk5nFQ,XCeMn2_oE:smoothScroll??props.XCeMn2_oE??true};};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,bPAgBoyyE,kCvyAU7KM,rPzXk5nFQ,XCeMn2_oE,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"cdjtr_6o0\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap782pgk=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(kCvyAU7KM){const res=await kCvyAU7KM(...args);if(res===false)return false;}});const sharedStyleClassNames=[sharedStyle.className];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(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1gn41z1\",className,classNames),\"data-framer-name\":\"Default\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"cdjtr_6o0\",onTap:onTap782pgk,ref:refBinding,style:{...style},...addPropertyOverrides({\"cdjtr_6o0-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-line-height\":\"24px\"},children:/*#__PURE__*/_jsx(Link,{href:rPzXk5nFQ,motionChild:true,nodeId:\"C3xnNULof\",openInNewTab:false,scopeId:\"UG4wtHK4n\",smoothScroll:XCeMn2_oE,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1x5q87\",\"data-styles-preset\":\"sJ2QEITYH\",children:\"\\xc0 propos\"})})})}),className:\"framer-29ey8a\",\"data-framer-name\":\"\\xc0 propos\",fonts:[\"CUSTOM;Diamond Grotesk Variable\"],layoutDependency:layoutDependency,layoutId:\"C3xnNULof\",style:{\"--framer-paragraph-spacing\":\"0px\",\"--variable-reference-XCeMn2_oE-UG4wtHK4n\":XCeMn2_oE},text:bPAgBoyyE,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"cdjtr_6o0-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-decoration\":\"underline\"},children:/*#__PURE__*/_jsx(Link,{href:rPzXk5nFQ,motionChild:true,nodeId:\"C3xnNULof\",openInNewTab:false,scopeId:\"UG4wtHK4n\",smoothScroll:XCeMn2_oE,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1x5q87\",\"data-styles-preset\":\"sJ2QEITYH\",children:\"\\xc0 propos\"})})})})}},baseVariant,gestureVariant)})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-LCNI3.framer-zwblfs, .framer-LCNI3 .framer-zwblfs { display: block; }\",\".framer-LCNI3.framer-1gn41z1 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 32px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-LCNI3 .framer-29ey8a { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-LCNI3.framer-1gn41z1 { gap: 0px; } .framer-LCNI3.framer-1gn41z1 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-LCNI3.framer-1gn41z1 > :first-child { margin-left: 0px; } .framer-LCNI3.framer-1gn41z1 > :last-child { margin-right: 0px; } }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 32\n * @framerIntrinsicWidth 64\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"fixed\"]},\"BU1o2Gz7F\":{\"layout\":[\"auto\",\"fixed\"]}}}\n * @framerVariables {\"bPAgBoyyE\":\"label\",\"kCvyAU7KM\":\"click\",\"rPzXk5nFQ\":\"link\",\"XCeMn2_oE\":\"smoothScroll\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerUG4wtHK4n=withCSS(Component,css,\"framer-LCNI3\");export default FramerUG4wtHK4n;FramerUG4wtHK4n.displayName=\"Menu Item\";FramerUG4wtHK4n.defaultProps={height:32,width:64};addPropertyControls(FramerUG4wtHK4n,{bPAgBoyyE:{defaultValue:\"\\xc0 propos\",displayTextArea:false,title:\"Label\",type:ControlType.String},kCvyAU7KM:{title:\"Click\",type:ControlType.EventHandler},rPzXk5nFQ:{title:\"Link\",type:ControlType.Link},XCeMn2_oE:{defaultValue:true,title:\"Smooth Scroll\",type:ControlType.Boolean}});const variationAxes=[{defaultValue:0,maxValue:1,minValue:0,name:\"Italic\",tag:\"ital\"}];addFonts(FramerUG4wtHK4n,[{explicitInter:true,fonts:[{family:\"Diamond Grotesk Variable\",source:\"custom\",url:\"https://framerusercontent.com/assets/UShQhpAkw2W94XvxwIzr9ESf30.woff2\",variationAxes}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerUG4wtHK4n\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"BU1o2Gz7F\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"32\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"bPAgBoyyE\\\":\\\"label\\\",\\\"kCvyAU7KM\\\":\\\"click\\\",\\\"rPzXk5nFQ\\\":\\\"link\\\",\\\"XCeMn2_oE\\\":\\\"smoothScroll\\\"}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"64\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./UG4wtHK4n.map", "// Generated by Framer (f030ee3)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,ResolveLinks,SmartComponentScopedContainer,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import MenuItem from\"https://framerusercontent.com/modules/QhXeBpKWPrmZSxjbOOti/rWlt9cSnzZu6yNSSs49y/UG4wtHK4n.js\";const MenuItemFonts=getFonts(MenuItem);const MotionDivWithFX=withFX(motion.div);const cycleOrder=[\"SoMc1RAwo\",\"uDO3mhgBy\",\"A6ugVzgiP\",\"fOfQro4Rs\"];const serializationHash=\"framer-cVByn\";const variantClassNames={A6ugVzgiP:\"framer-v-fby2u8\",fOfQro4Rs:\"framer-v-jo2s5g\",SoMc1RAwo:\"framer-v-1vvfmh\",uDO3mhgBy:\"framer-v-blnrqf\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};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\":\"SoMc1RAwo\",\"Variant 2\":\"uDO3mhgBy\",\"Variant 3\":\"A6ugVzgiP\",\"Variant 4\":\"fOfQro4Rs\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"SoMc1RAwo\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"SoMc1RAwo\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapeajyjo=activeVariantCallback(async(...args)=>{setVariant(\"fOfQro4Rs\");});const onTap1re5kvc=activeVariantCallback(async(...args)=>{setVariant(\"A6ugVzgiP\");});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(baseVariant===\"fOfQro4Rs\")return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"A6ugVzgiP\")return false;return true;};const isDisplayed2=()=>{if(baseVariant===\"A6ugVzgiP\")return true;return false;};const isDisplayed3=()=>{if(baseVariant===\"fOfQro4Rs\")return true;return false;};const isDisplayed4=()=>{if([\"uDO3mhgBy\",\"fOfQro4Rs\"].includes(baseVariant))return false;return true;};const router=useRouter();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(MotionDivWithFX,{...restProps,...gestureHandlers,__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__scrollDirection:{direction:\"down\",target:animation},__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:cx(scopingClassNames,\"framer-1vvfmh\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"SoMc1RAwo\",ref:refBinding,style:{backdropFilter:\"blur(20px)\",backgroundColor:\"rgba(255, 255, 255, 0.6)\",borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24,boxShadow:\"none\",WebkitBackdropFilter:\"blur(20px)\",...style},variants:{A6ugVzgiP:{backgroundColor:\"rgb(235, 231, 223)\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0,boxShadow:\"0px 0.6021873017743928px 0.6021873017743928px -1.25px rgba(0, 0, 0, 0.17997), 0px 2.288533303243457px 2.288533303243457px -2.5px rgba(0, 0, 0, 0.15889), 0px 10px 10px -3.75px rgba(0, 0, 0, 0.0625)\"},fOfQro4Rs:{backgroundColor:\"rgb(235, 231, 223)\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0,boxShadow:\"0px 0.6021873017743928px 0.6021873017743928px -1.25px rgba(0, 0, 0, 0.17997), 0px 2.288533303243457px 2.288533303243457px -2.5px rgba(0, 0, 0, 0.15889), 0px 10px 10px -3.75px rgba(0, 0, 0, 0.0625)\"},uDO3mhgBy:{backgroundColor:\"rgb(237, 231, 221)\",borderBottomLeftRadius:90,borderBottomRightRadius:90,borderTopLeftRadius:90,borderTopRightRadius:90,boxShadow:\"0px 0.6021873017743928px 0.6021873017743928px -1.25px rgba(0, 0, 0, 0.17997), 0px 2.288533303243457px 2.288533303243457px -2.5px rgba(0, 0, 0, 0.15889), 0px 10px 10px -3.75px rgba(0, 0, 0, 0.0625)\"}},...addPropertyOverrides({A6ugVzgiP:{\"data-framer-name\":\"Variant 3\"},fOfQro4Rs:{\"data-framer-name\":\"Variant 4\"},uDO3mhgBy:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1b6d73w\",layoutDependency:layoutDependency,layoutId:\"dasFF6EAd\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1p27h6g\",\"data-framer-name\":\"Calque_1\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:50,intrinsicWidth:95,layoutDependency:layoutDependency,layoutId:\"LfOKeSJBt\",svg:'<svg width=\"95\" height=\"50\" viewBox=\"0 0 95 50\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_26_1582)\">\\n<path d=\"M14.9195 50H0.5V17.6658H4.57257V46.3976H14.9195V50Z\" fill=\"#C6C3B7\"/>\\n<path d=\"M15.211 50V17.5801H29.2155V21.6057H18.9937V23.8091H33.7459V27.4115H18.9937V46.4815H30.7948V49.9982H15.2127L15.211 50Z\" fill=\"#C6C3B7\"/>\\n<path d=\"M67.8131 49.7884H51.1507C52.1093 48.2355 53.0284 46.7159 53.9081 45.2329C54.7877 43.75 55.628 42.288 56.4322 40.8471C57.125 39.6335 57.8109 38.3831 58.4899 37.096C59.169 35.8107 59.7983 34.5534 60.3813 33.324C60.9626 32.0946 61.4616 30.944 61.8766 29.8702C62.2916 28.7965 62.5831 27.8644 62.7494 27.074C62.8883 26.3955 62.8797 25.7747 62.7288 25.2098C62.5762 24.645 62.3053 24.1501 61.9177 23.7269C61.5302 23.3037 61.0449 22.9784 60.4636 22.7529C59.8823 22.5273 59.2444 22.4136 58.5517 22.4136C58.2464 22.4136 57.8726 22.4486 57.4302 22.5203C56.9861 22.592 56.5574 22.7389 56.1424 22.9645C55.7274 23.19 55.3673 23.5083 55.0621 23.9175C54.7569 24.3267 54.6043 24.8706 54.6043 25.5491C54.6043 26.3693 54.7346 26.9971 54.9987 27.4342C55.261 27.8732 55.5868 28.1967 55.9761 28.4083C56.3636 28.6199 56.7992 28.7685 57.2844 28.8525C57.7697 28.9364 58.2327 29.0361 58.6768 29.1498V32.7522L56.7237 32.6245C55.8098 32.5685 54.9952 32.343 54.2802 31.946C53.5651 31.5508 52.9478 31.0419 52.4265 30.4211C51.9052 29.8003 51.5091 29.1008 51.2348 28.3226C50.9604 27.5462 50.8232 26.733 50.8232 25.8866C50.8232 24.4456 51.113 23.2565 51.6943 22.3174C52.2739 21.3801 53.001 20.6456 53.8738 20.1175C54.7466 19.5894 55.688 19.2169 56.6997 19.0036C57.7114 18.7885 58.6323 18.6818 59.4639 18.6818C60.7105 18.6818 61.8114 18.9231 62.7666 19.404C63.7217 19.8849 64.5053 20.5145 65.1141 21.2927C65.7228 22.0709 66.1601 22.9487 66.4224 23.9245C66.6848 24.9003 66.762 25.8691 66.6505 26.8327C66.5682 27.4832 66.3727 28.2614 66.0692 29.1672C65.764 30.0731 65.3901 31.0419 64.9477 32.0754C64.5036 33.1089 64.0063 34.1826 63.4525 35.3001C62.8986 36.4175 62.3447 37.514 61.7908 38.5895C61.1255 39.8625 60.4259 41.1496 59.692 42.4524C58.9581 43.7535 58.1881 45.0983 57.3856 46.485H67.8165V49.7901L67.8131 49.7884Z\" fill=\"#C6C3B7\"/>\\n<path d=\"M91.9176 30.1238C91.9176 31.8183 91.6261 33.359 91.0448 34.7422C90.4635 36.1272 89.6524 37.3199 88.6132 38.3236C87.5741 39.3274 86.3549 40.1039 84.9556 40.6547C83.5564 41.2056 82.0268 41.4819 80.3635 41.4819C78.7002 41.4819 77.198 41.2056 75.7713 40.6547C74.3447 40.1039 73.098 39.3274 72.0314 38.3236C70.9649 37.3216 70.1195 36.1272 69.497 34.7422C68.8728 33.359 68.5625 31.8183 68.5625 30.1238C68.5625 28.4293 68.854 26.8816 69.4353 25.3987C70.0166 23.9158 70.814 22.6234 71.824 21.5217C72.8357 20.42 74.0394 19.5509 75.4387 18.9161C76.8379 18.2813 78.3538 17.963 79.9897 17.963C81.6255 17.963 83.1688 18.2813 84.623 18.9161C86.0771 19.5509 87.3443 20.42 88.4246 21.5217C89.5049 22.6234 90.3571 23.9158 90.9796 25.3987C91.6021 26.8816 91.9141 28.4572 91.9141 30.1238H91.9176ZM72.8031 46.3119H86.9722V49.7866H72.8031V46.3119ZM87.43 29.7006C87.43 28.6828 87.2431 27.7298 86.8693 26.8397C86.4955 25.9495 85.9828 25.1731 85.3312 24.5086C84.6795 23.8458 83.9182 23.3212 83.0454 22.94C82.1726 22.5587 81.238 22.3681 80.24 22.3681C79.242 22.3681 78.3143 22.5587 77.4552 22.94C76.5961 23.3212 75.8416 23.8441 75.19 24.5086C74.5384 25.1731 74.0274 25.9495 73.6519 26.8397C73.2781 27.7298 73.0912 28.6828 73.0912 29.7006C73.0912 30.7184 73.2781 31.6714 73.6519 32.5615C74.0257 33.4516 74.5384 34.2281 75.19 34.8926C75.8399 35.5571 76.5961 36.08 77.4552 36.4612C78.3143 36.8425 79.242 37.0331 80.24 37.0331C81.238 37.0331 82.1726 36.8425 83.0454 36.4612C83.9182 36.08 84.6795 35.5571 85.3312 34.8926C85.9811 34.2298 86.4955 33.4516 86.8693 32.5615C87.2431 31.6714 87.43 30.7184 87.43 29.7006Z\" fill=\"#C6C3B7\"/>\\n<path d=\"M16.6394 48.8966H2.21991V16.5623H6.29248V45.2942H16.6394V48.8966Z\" fill=\"#5B6248\"/>\\n<path d=\"M16.9292 48.8965V16.4784H30.9337V20.504H20.7119V22.7074H35.4641V26.3098H20.7119V45.3798H32.513V48.8965H16.9309H16.9292Z\" fill=\"#5B6248\"/>\\n<path d=\"M69.5313 48.6849H52.8689C53.8275 47.1321 54.7466 45.6124 55.6263 44.1295C56.506 42.6465 57.3462 41.1846 58.1504 39.7436C58.8432 38.53 59.5291 37.2797 60.2081 35.9926C60.8872 34.7073 61.5165 33.4499 62.0995 32.2205C62.6808 30.9912 63.1798 29.8405 63.5948 28.7668C64.0098 27.6931 64.3013 26.761 64.4676 25.9705C64.6065 25.292 64.5979 24.6712 64.447 24.1064C64.2944 23.5415 64.0235 23.0467 63.6359 22.6235C63.2484 22.2003 62.7631 21.875 62.1818 21.6494C61.6005 21.4238 60.9626 21.3102 60.2699 21.3102C59.9646 21.3102 59.5908 21.3451 59.1484 21.4168C58.7043 21.4885 58.2756 21.6354 57.8606 21.861C57.4456 22.0866 57.0855 22.4049 56.7803 22.8141C56.4751 23.2233 56.3225 23.7671 56.3225 24.4456C56.3225 25.2658 56.4528 25.8936 56.7169 26.3308C56.9792 26.7697 57.305 27.0932 57.6943 27.3048C58.0818 27.5164 58.5174 27.6651 59.0027 27.749C59.4879 27.833 59.9509 27.9326 60.395 28.0463V31.6487L58.4419 31.5211C57.528 31.4651 56.7134 31.2395 55.9984 30.8425C55.2833 30.4473 54.666 29.9384 54.1447 29.3176C53.6234 28.6968 53.2273 27.9973 52.953 27.2191C52.6786 26.4427 52.5414 25.6295 52.5414 24.7832C52.5414 23.3422 52.8312 22.153 53.4125 21.214C53.9921 20.2766 54.7192 19.5422 55.592 19.0141C56.4648 18.4859 57.4062 18.1135 58.4179 17.9001C59.4296 17.685 60.3505 17.5783 61.1821 17.5783C62.4288 17.5783 63.5296 17.8197 64.4848 18.3006C65.4399 18.7815 66.2235 19.411 66.8323 20.1892C67.441 20.9674 67.8783 21.8453 68.1406 22.8211C68.403 23.7969 68.4802 24.7657 68.3687 25.7292C68.2864 26.3798 68.0909 27.1579 67.7874 28.0638C67.4822 28.9696 67.1083 29.9384 66.6659 30.9719C66.2218 32.0055 65.7245 33.0792 65.1707 34.1966C64.6168 35.3141 64.0629 36.4105 63.5091 37.486C62.8437 38.7591 62.1441 40.0462 61.4102 41.349C60.6763 42.65 59.9063 43.9948 59.1038 45.3816H69.5347V48.6867L69.5313 48.6849Z\" fill=\"#5B6248\"/>\\n<path d=\"M93.6375 29.0221C93.6375 30.7166 93.346 32.2573 92.7647 33.6405C92.1834 35.0255 91.3723 36.2182 90.3331 37.2219C89.294 38.2257 88.0748 39.0022 86.6772 39.553C85.278 40.1039 83.7484 40.3802 82.0851 40.3802C80.4218 40.3802 78.9196 40.1039 77.493 39.553C76.0663 39.0022 74.8196 38.2257 73.7531 37.2219C72.6865 36.2199 71.8411 35.0255 71.2186 33.6405C70.5945 32.2573 70.2841 30.7166 70.2841 29.0221C70.2841 27.3276 70.5756 25.7799 71.1569 24.297C71.7382 22.8141 72.5356 21.5218 73.5456 20.42C74.5556 19.3183 75.761 18.4492 77.1603 17.8144C78.5595 17.1796 80.0754 16.8614 81.7113 16.8614C83.3472 16.8614 84.8905 17.1796 86.3446 17.8144C87.7987 18.4492 89.0659 19.3183 90.1462 20.42C91.2265 21.5218 92.0788 22.8141 92.7012 24.297C93.3237 25.7799 93.6358 27.3556 93.6358 29.0221H93.6375ZM74.523 45.2102H88.6921V48.6849H74.523V45.2102ZM89.1499 28.5989C89.1499 27.5811 88.963 26.6281 88.5892 25.738C88.2154 24.8479 87.7027 24.0714 87.0528 23.4069C86.4012 22.7441 85.6398 22.2195 84.767 21.8383C83.8942 21.457 82.9596 21.2664 81.9616 21.2664C80.9636 21.2664 80.036 21.457 79.1769 21.8383C78.3178 22.2195 77.5633 22.7424 76.9117 23.4069C76.26 24.0714 75.7473 24.8479 75.3735 25.738C74.9997 26.6281 74.8128 27.5811 74.8128 28.5989C74.8128 29.6167 74.9997 30.5697 75.3735 31.4598C75.7473 32.35 76.26 33.1264 76.9117 33.7909C77.5616 34.4554 78.3178 34.9783 79.1769 35.3595C80.036 35.7408 80.9636 35.9314 81.9616 35.9314C82.9596 35.9314 83.8942 35.7408 84.767 35.3595C85.6398 34.9783 86.4012 34.4554 87.0528 33.7909C87.7027 33.1281 88.2171 32.35 88.5892 31.4598C88.963 30.5697 89.1499 29.6167 89.1499 28.5989Z\" fill=\"#5B6248\"/>\\n<path d=\"M8.6177 8.0285C8.6177 8.24535 8.61084 8.44995 8.5954 8.64231C8.58169 8.83467 8.54225 9.03403 8.4788 9.24213C8.41535 9.44848 8.31418 9.66707 8.17357 9.89266C8.03296 10.12 7.84262 10.3806 7.60084 10.6761C7.37792 10.8247 7.143 10.9489 6.89779 11.0538C6.65086 11.157 6.41594 11.2409 6.19473 11.3056C5.97181 11.3703 5.77633 11.4141 5.60657 11.4385C5.43681 11.463 5.31849 11.47 5.25161 11.4613H1.79979V0.218628H4.81778C4.94295 0.218628 5.11958 0.258849 5.34764 0.337542C5.57399 0.416236 5.79176 0.531653 6.00096 0.685542C6.20845 0.839431 6.37993 1.02655 6.51539 1.24689C6.65086 1.46898 6.6903 1.72255 6.632 2.00934L6.09528 3.60769C6.63714 4.05187 7.07269 4.46282 7.40021 4.8423C7.72945 5.22178 7.98495 5.58901 8.16843 5.94401C8.35191 6.299 8.47366 6.647 8.53024 6.98626C8.58855 7.32726 8.6177 7.67351 8.6177 8.0285ZM5.10757 2.22968C5.10757 2.09153 5.08528 1.97786 5.04241 1.88868C4.99954 1.79949 4.97725 1.72604 4.97725 1.66659H3.14931V4.00465C3.28478 3.93645 3.46311 3.84202 3.68603 3.7231C3.90895 3.60419 4.1233 3.46954 4.33078 3.31565C4.53827 3.16351 4.72003 2.99563 4.87436 2.81201C5.02869 2.63014 5.10586 2.43428 5.10586 2.22793L5.10757 2.22968ZM7.18244 8.04424C7.18244 7.73821 7.12414 7.42344 7.00753 7.09817C6.89093 6.77291 6.73145 6.45639 6.52911 6.15211C6.32677 5.84608 6.07984 5.55753 5.79005 5.28648C5.50025 5.01542 5.18131 4.78109 4.83321 4.58348L3.16474 5.61874V10.1602H5.15216C5.39394 10.1602 5.63743 10.106 5.88436 9.99759C6.13129 9.88916 6.34906 9.74052 6.53769 9.55341C6.72631 9.36629 6.88064 9.1442 7.00239 8.88714C7.12242 8.63007 7.18415 8.35027 7.18415 8.04424H7.18244Z\" fill=\"#5B6248\"/>\\n<path d=\"M18.0335 11.4175H16.6839L16.293 10.2196H12.7383L12.433 11.4175H11.1127L14.0003 0.484406L15.1321 0.498395L18.0335 11.4175ZM16.0752 9.10919L15.9157 8.57583H13.0726L12.956 9.10919H16.0752ZM15.6397 7.46713L14.4788 3.35409L13.4482 7.46713H15.6379H15.6397Z\" fill=\"#5B6248\"/>\\n<path d=\"M28.2603 11.4315H26.6364L23.3715 4.93667H22.6462L22.6599 11.4175H21.2675V0.321747H24.8942C25.7653 0.321747 26.4084 0.554329 26.8234 1.01775C27.2383 1.48116 27.3841 2.15618 27.2589 3.04454C27.2195 3.32084 27.1234 3.55692 26.9691 3.75452C26.8148 3.95213 26.6279 4.12176 26.4101 4.26516C26.1923 4.40855 25.9557 4.52747 25.6985 4.62015C25.4413 4.71458 25.1978 4.78978 24.9663 4.84924L28.2586 11.4332L28.2603 11.4315ZM25.7945 2.74725C25.8134 2.68779 25.8305 2.6126 25.8459 2.51817C25.8597 2.42373 25.8562 2.32755 25.8322 2.22962C25.8082 2.13169 25.7602 2.03202 25.6865 1.93409C25.6144 1.83616 25.5047 1.74697 25.3607 1.66828C25.3126 1.63855 25.2355 1.61407 25.1292 1.59483C25.0229 1.57559 24.9011 1.55986 24.7656 1.55111C24.6302 1.54062 24.4827 1.53362 24.3232 1.52838C24.1638 1.52313 24.006 1.52138 23.8517 1.52138C23.4847 1.52138 23.0835 1.53537 22.6479 1.5651V3.54817H24.577C24.8771 3.54817 25.1309 3.47648 25.3384 3.33308C25.5459 3.18968 25.6985 2.99557 25.7962 2.749L25.7945 2.74725Z\" fill=\"#5B6248\"/>\\n<path d=\"M38.3003 8.02847C38.3003 8.24532 38.2934 8.44992 38.278 8.64228C38.2643 8.83464 38.2248 9.034 38.1614 9.2421C38.0979 9.44845 37.9968 9.66704 37.8562 9.89263C37.7155 10.12 37.5252 10.3805 37.2834 10.6761C37.0605 10.8247 36.8256 10.9489 36.5804 11.0538C36.3334 11.157 36.0985 11.2409 35.8773 11.3056C35.6544 11.3703 35.4589 11.414 35.2892 11.4385C35.1194 11.463 35.0011 11.47 34.9342 11.4613H31.4824V0.218597H34.5004C34.6255 0.218597 34.8022 0.258818 35.0302 0.337512C35.2566 0.416205 35.4743 0.531622 35.6836 0.685511C35.891 0.8394 36.0625 1.02652 36.198 1.24686C36.3334 1.46895 36.3712 1.72251 36.3146 2.00931L35.7779 3.60766C36.3197 4.05184 36.7553 4.46279 37.0828 4.84227C37.412 5.22175 37.6675 5.58898 37.851 5.94397C38.0345 6.29897 38.1562 6.64697 38.2128 6.98622C38.2711 7.32723 38.3003 7.67348 38.3003 8.02847ZM34.7884 2.22965C34.7884 2.0915 34.7662 1.97783 34.7233 1.88864C34.6804 1.79946 34.6581 1.72601 34.6581 1.66655H32.8302V4.00462C32.9656 3.93642 33.144 3.84199 33.3669 3.72307C33.5898 3.60416 33.8042 3.46951 34.0117 3.31562C34.2191 3.16348 34.4009 2.9956 34.5552 2.81198C34.7096 2.63011 34.7867 2.43425 34.7867 2.2279L34.7884 2.22965ZM36.8633 8.04421C36.8633 7.73818 36.805 7.42341 36.6884 7.09814C36.5718 6.77288 36.4123 6.45636 36.21 6.15208C36.0076 5.84605 35.7607 5.5575 35.4709 5.28645C35.1811 5.01539 34.8622 4.78106 34.5141 4.58345L32.8456 5.61871V10.1602H34.833C35.0748 10.1602 35.3183 10.106 35.5652 9.99756C35.8122 9.88913 36.0299 9.74049 36.2186 9.55338C36.4072 9.36626 36.5615 9.14417 36.6833 8.88711C36.8033 8.63004 36.865 8.35024 36.865 8.04421H36.8633Z\" fill=\"#5B6248\"/>\\n<path d=\"M41.5926 11.4175V0.0996704H46.4814V1.50566H42.913V2.2751H48.0624V3.53245H42.913V10.1899H47.0336V11.4175H41.5943H41.5926Z\" fill=\"#5B6248\"/>\\n<path d=\"M57.8846 11.4315H56.2607L52.9958 4.93667H52.2705L52.2842 11.4175H50.8918V0.321747H54.5185C55.3896 0.321747 56.0327 0.554329 56.4477 1.01775C56.8626 1.48116 57.0084 2.15618 56.8832 3.04454C56.8438 3.32084 56.7477 3.55692 56.5934 3.75452C56.4391 3.95213 56.2522 4.12176 56.0344 4.26516C55.8166 4.40855 55.58 4.52747 55.3228 4.62015C55.0656 4.71458 54.8221 4.78978 54.5906 4.84924L57.8829 11.4332L57.8846 11.4315ZM55.4171 2.74725C55.4359 2.68779 55.4531 2.6126 55.4685 2.51817C55.4822 2.42373 55.4788 2.32755 55.4548 2.22962C55.4308 2.13169 55.3828 2.03202 55.3091 1.93409C55.237 1.83616 55.1273 1.74697 54.9832 1.66828C54.9352 1.63855 54.8581 1.61407 54.7518 1.59483C54.6454 1.57559 54.5237 1.55986 54.3882 1.55111C54.2528 1.54062 54.1053 1.53362 53.9458 1.52838C53.7863 1.52313 53.6286 1.52138 53.4743 1.52138C53.1073 1.52138 52.706 1.53537 52.2705 1.5651V3.54817H54.1996C54.4997 3.54817 54.7535 3.47648 54.961 3.33308C55.1684 3.18968 55.3211 2.99557 55.4188 2.749L55.4171 2.74725Z\" fill=\"#5B6248\"/>\\n<path d=\"M66.4001 8.28028C66.4001 8.63528 66.3213 9.00776 66.1601 9.39773C66.0006 9.7877 65.7828 10.1444 65.5068 10.4697C65.2307 10.795 64.9134 11.0643 64.5568 11.2759C64.1984 11.4875 63.8263 11.5941 63.4405 11.5941C62.8883 11.5941 62.4305 11.5662 62.0635 11.512C61.6965 11.4577 61.4068 11.3965 61.1941 11.3266C60.9798 11.2584 60.8306 11.1937 60.7431 11.1342C60.6557 11.0748 60.6077 11.0398 60.5974 11.0311L61.2061 9.83316C61.3039 9.87338 61.3965 9.91011 61.4839 9.94333C61.5714 9.97831 61.6605 10.0098 61.748 10.0395C61.904 10.0885 62.0652 10.1374 62.2316 10.1882C62.3979 10.2371 62.5488 10.2721 62.686 10.2913C63.0821 10.3508 63.4302 10.3141 63.7303 10.1812C64.0303 10.0483 64.2773 9.87338 64.4693 9.65654C64.6631 9.4397 64.8003 9.20537 64.8826 8.95355C64.9649 8.70173 64.9872 8.48663 64.9477 8.31001C64.9186 8.18235 64.9049 8.0442 64.9049 7.89556C64.9049 7.74692 64.8706 7.57204 64.8037 7.37094C64.7351 7.16808 64.6082 6.93025 64.4196 6.65395C64.231 6.37765 63.9343 6.04189 63.5279 5.64843C63.3822 5.51028 63.1867 5.32316 62.9398 5.08708C62.6928 4.851 62.4442 4.58169 62.1955 4.28091C61.9469 3.98013 61.724 3.65661 61.5285 3.31211C61.333 2.96761 61.2216 2.62136 61.1924 2.27685C61.1633 1.89213 61.2078 1.56162 61.3244 1.28532C61.441 1.00902 61.6057 0.781681 61.8149 0.605058C62.0241 0.426686 62.2641 0.292033 62.5316 0.197601C62.7991 0.103169 63.0632 0.0419633 63.3256 0.0122347C63.5485 -0.00700143 63.756 -6.46466e-06 63.9497 0.0349684C64.1435 0.0699432 64.3167 0.111913 64.471 0.160878C64.5585 0.190606 64.6459 0.220335 64.7317 0.250063C64.8191 0.279792 64.9014 0.314767 64.9786 0.353239C64.9889 0.342747 64.9889 0.388214 64.9786 0.486143C64.9683 0.584073 64.9546 0.701239 64.9357 0.834143C64.9169 0.967047 64.8946 1.09995 64.8706 1.23286C64.8466 1.36576 64.8243 1.45669 64.8054 1.50566L64.2687 1.35702C64.1144 1.30805 63.9566 1.28007 63.7971 1.27483C63.6377 1.26958 63.5039 1.28707 63.3976 1.32729C63.2621 1.36751 63.1335 1.42347 63.0135 1.49692C62.8917 1.57036 62.8026 1.66654 62.7443 1.78546C62.686 1.90437 62.6671 2.05476 62.686 2.23663C62.7048 2.4185 62.7923 2.6336 62.9466 2.88017C63.4971 3.4625 63.9892 3.98537 64.4196 4.44879C64.85 4.91221 65.2118 5.34939 65.5068 5.7586C65.8017 6.1678 66.0246 6.57526 66.1738 6.97922C66.323 7.38318 66.3984 7.81686 66.3984 8.28028H66.4001Z\" fill=\"#5B6248\"/>\\n<path d=\"M75.6547 11.5207H74.3344V5.21825H71.0266V11.5207H69.6479V0.351501H71.0266V2.43775H74.3344V0.38123H75.6547V11.5207ZM74.3498 4.00462V3.54645H71.0283V4.00462H74.3498Z\" fill=\"#5B6248\"/>\\n<path d=\"M85.6072 3.69508C85.6072 4.18823 85.5198 4.64115 85.3466 5.0556C85.1717 5.47005 84.9333 5.82505 84.6281 6.12058C84.3229 6.41612 83.9628 6.64521 83.5478 6.80784C83.1311 6.97047 82.6818 7.05266 82.1983 7.05266C81.7147 7.05266 81.2603 6.97047 80.835 6.80784C80.4098 6.64521 80.0377 6.41612 79.7187 6.12058C79.3998 5.82505 79.1477 5.47005 78.9642 5.0556C78.7807 4.64115 78.6881 4.18823 78.6881 3.69508C78.6881 3.20194 78.7722 2.73677 78.9419 2.29784C79.1117 1.8589 79.3483 1.47593 79.6536 1.15066C79.9588 0.825398 80.3189 0.568333 80.7339 0.381218C81.1488 0.194102 81.5998 0.0996704 82.0834 0.0996704C82.5669 0.0996704 83.0231 0.194102 83.4535 0.381218C83.8839 0.568333 84.2594 0.825398 84.5784 1.15066C84.8973 1.47593 85.1494 1.8589 85.3329 2.29784C85.5163 2.73677 85.6089 3.20369 85.6089 3.69508H85.6072ZM84.2868 3.56917V3.58316C84.2868 3.28588 84.2303 3.00433 84.1205 2.73677C84.0091 2.46921 83.8564 2.23663 83.6644 2.03902C83.4706 1.84142 83.246 1.68578 82.9905 1.57211C82.7333 1.45844 82.4606 1.40073 82.1708 1.40073C81.881 1.40073 81.605 1.45844 81.3443 1.57211C81.0837 1.68578 80.8556 1.84142 80.6618 2.03902C80.4681 2.23663 80.3155 2.46747 80.204 2.72978C80.0925 2.99209 80.0377 3.27189 80.0377 3.56917C80.0377 3.86646 80.0925 4.14801 80.204 4.41556C80.3155 4.68312 80.4681 4.9157 80.6618 5.11331C80.8556 5.31092 81.0802 5.46656 81.3357 5.58022C81.5912 5.69389 81.8656 5.7516 82.1554 5.7516C82.4452 5.7516 82.7213 5.69389 82.9819 5.58022C83.2426 5.46656 83.4706 5.31092 83.6644 5.11331C83.8582 4.9157 84.0108 4.68312 84.1205 4.41556C84.232 4.14801 84.2868 3.86646 84.2868 3.56917ZM82.9819 11.3721H81.3855V9.92235H82.9819V11.3721Z\" fill=\"#5B6248\"/>\\n<path d=\"M94.5 2.67382C94.4811 3.16697 94.4074 3.58667 94.2822 3.93117C94.1553 4.27742 93.989 4.56771 93.7798 4.80379C93.5706 5.03987 93.3237 5.23748 93.0373 5.39487C92.7509 5.55225 92.4423 5.6939 92.113 5.81631C91.7838 5.94047 91.4357 6.05589 91.0722 6.16431C90.7087 6.27273 90.3417 6.40039 89.973 6.54903V11.3581H88.6526V0.51413H91.6552C91.897 0.51413 92.1816 0.549104 92.5109 0.617305C92.8401 0.687255 93.1539 0.804421 93.454 0.9723C93.7541 1.14018 94.0044 1.36227 94.2085 1.63857C94.4108 1.91487 94.5086 2.25937 94.4983 2.67382H94.5ZM93.1368 2.88018C93.147 2.67382 93.1196 2.50769 93.0562 2.38528C92.9927 2.26287 92.8984 2.16319 92.7715 2.08975C92.6446 2.0163 92.4851 1.95859 92.2897 1.92012C92.0959 1.88164 91.8678 1.84667 91.6055 1.81694H90.0742V5.04162C90.3846 4.95243 90.7155 4.85625 91.0653 4.75308C91.4151 4.6499 91.7409 4.517 92.041 4.35436C92.3428 4.19173 92.5949 3.99237 92.799 3.75455C93.003 3.51847 93.1145 3.22643 93.135 2.88192L93.1368 2.88018Z\" fill=\"#5B6248\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_26_1582\">\\n<rect width=\"94\" height=\"50\" fill=\"white\" transform=\"translate(0.5)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-e78yla\",layoutDependency:layoutDependency,layoutId:\"DVTMOe2q_\",style:{backgroundColor:\"rgba(0, 0, 0, 0)\"},variants:{A6ugVzgiP:{backgroundColor:\"rgb(91, 99, 73)\"}},...addPropertyOverrides({A6ugVzgiP:{\"data-highlight\":true,onTap:onTapeajyjo}},baseVariant,gestureVariant),children:[isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-6nxjaq\",\"data-framer-name\":\"Menu / Menu_Alt_02\",layoutDependency:layoutDependency,layoutId:\"H42pxBH_h\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-d3mhox\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:12,intrinsicWidth:16,layoutDependency:layoutDependency,layoutId:\"oa6lbPqg_\",svg:'<svg width=\"16\" height=\"12\" viewBox=\"-1 -1 16 12\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M6 10H14M0 5H14M6 0H14\" stroke=\"white\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true})}),isDisplayed2()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-13vrouk\",\"data-framer-name\":\"Menu / Close_MD\",layoutDependency:layoutDependency,layoutId:\"FWzkt8WBy\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-16b0xzw\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:14,intrinsicWidth:14,layoutDependency:layoutDependency,layoutId:\"iQOWwQmA3\",svg:'<svg width=\"14\" height=\"14\" viewBox=\"-1 -1 14 14\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M12 12L6.00002 6.00002M6.00002 6.00002L0 0M6.00002 6.00002L12 0M6.00002 6.00002L0 12\" stroke=\"white\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true})})]}),isDisplayed3()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ym20yx\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"v0jxbnJpj\",onTap:onTap1re5kvc,style:{backgroundColor:\"rgb(91, 99, 73)\"},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-d2f8lb\",\"data-framer-name\":\"Menu / Menu_Alt_02\",layoutDependency:layoutDependency,layoutId:\"ewIUjNlLT\",style:{backgroundColor:\"rgb(91, 99, 73)\"},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1uwukg9\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:12,intrinsicWidth:16,layoutDependency:layoutDependency,layoutId:\"yOTs2nenG\",svg:'<svg width=\"16\" height=\"12\" viewBox=\"-1 -1 16 12\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M6 10H14M0 5H14M6 0H14\" stroke=\"white\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true})})})]}),isDisplayed4()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-n6clt0\",\"data-framer-name\":\"Frame 20\",layoutDependency:layoutDependency,layoutId:\"KYXkyV5e7\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":BRSNGqsEO\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":BRSNGqsEO\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,y:(componentViewport?.y||0)+(24+((componentViewport?.height||98)-48-32)/2)+0,...addPropertyOverrides({A6ugVzgiP:{y:(componentViewport?.y||0)+24+92+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1ndjcit-container\",layoutDependency:layoutDependency,layoutId:\"uDRCUUzQV-container\",nodeId:\"uDRCUUzQV\",rendersWithMotion:true,scopeId:\"kP0xwOIxw\",children:/*#__PURE__*/_jsx(MenuItem,{bPAgBoyyE:\"\\xc0 propos\",height:\"100%\",id:\"uDRCUUzQV\",layoutId:\"uDRCUUzQV\",rPzXk5nFQ:resolvedLinks[0],style:{height:\"100%\"},width:\"100%\",XCeMn2_oE:true,...addPropertyOverrides({A6ugVzgiP:{rPzXk5nFQ:resolvedLinks[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":Dm3dWAJbg\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":Dm3dWAJbg\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,y:(componentViewport?.y||0)+(24+((componentViewport?.height||98)-48-32)/2)+0,...addPropertyOverrides({A6ugVzgiP:{y:(componentViewport?.y||0)+24+92+0+64}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-ohfwqf-container\",layoutDependency:layoutDependency,layoutId:\"f7hFw6Wai-container\",nodeId:\"f7hFw6Wai\",rendersWithMotion:true,scopeId:\"kP0xwOIxw\",children:/*#__PURE__*/_jsx(MenuItem,{bPAgBoyyE:\"Prestations\",height:\"100%\",id:\"f7hFw6Wai\",layoutId:\"f7hFw6Wai\",rPzXk5nFQ:resolvedLinks1[0],style:{height:\"100%\"},width:\"100%\",XCeMn2_oE:true,...addPropertyOverrides({A6ugVzgiP:{rPzXk5nFQ:resolvedLinks1[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":nGWvXhduw\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":nGWvXhduw\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,y:(componentViewport?.y||0)+(24+((componentViewport?.height||98)-48-32)/2)+0,...addPropertyOverrides({A6ugVzgiP:{y:(componentViewport?.y||0)+24+92+0+128}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-17cyi0g-container\",layoutDependency:layoutDependency,layoutId:\"qcXQZMgNf-container\",nodeId:\"qcXQZMgNf\",rendersWithMotion:true,scopeId:\"kP0xwOIxw\",children:/*#__PURE__*/_jsx(MenuItem,{bPAgBoyyE:\"Avis clients\",height:\"100%\",id:\"qcXQZMgNf\",layoutId:\"qcXQZMgNf\",rPzXk5nFQ:resolvedLinks2[0],style:{height:\"100%\"},width:\"100%\",XCeMn2_oE:true,...addPropertyOverrides({A6ugVzgiP:{rPzXk5nFQ:resolvedLinks2[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":dvjn9eMfM\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":dvjn9eMfM\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,y:(componentViewport?.y||0)+(24+((componentViewport?.height||98)-48-32)/2)+0,...addPropertyOverrides({A6ugVzgiP:{y:(componentViewport?.y||0)+24+92+0+192}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1bw4y7f-container\",layoutDependency:layoutDependency,layoutId:\"TuZnEUoSG-container\",nodeId:\"TuZnEUoSG\",rendersWithMotion:true,scopeId:\"kP0xwOIxw\",children:/*#__PURE__*/_jsx(MenuItem,{bPAgBoyyE:\"FAQs\",height:\"100%\",id:\"TuZnEUoSG\",layoutId:\"TuZnEUoSG\",rPzXk5nFQ:resolvedLinks3[0],style:{height:\"100%\"},width:\"100%\",XCeMn2_oE:true,...addPropertyOverrides({A6ugVzgiP:{rPzXk5nFQ:resolvedLinks3[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":fgLqBi5mg\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":fgLqBi5mg\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,y:(componentViewport?.y||0)+(24+((componentViewport?.height||98)-48-32)/2)+0,...addPropertyOverrides({A6ugVzgiP:{y:(componentViewport?.y||0)+24+92+0+256}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-u1648j-container\",layoutDependency:layoutDependency,layoutId:\"m83YakV7H-container\",nodeId:\"m83YakV7H\",rendersWithMotion:true,scopeId:\"kP0xwOIxw\",children:/*#__PURE__*/_jsx(MenuItem,{bPAgBoyyE:\"Rendez-vous\",height:\"100%\",id:\"m83YakV7H\",layoutId:\"m83YakV7H\",rPzXk5nFQ:resolvedLinks4[0],style:{height:\"100%\"},width:\"100%\",XCeMn2_oE:true,...addPropertyOverrides({A6ugVzgiP:{rPzXk5nFQ:resolvedLinks4[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":lnqVR7TOG\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":lnqVR7TOG\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks5=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,y:(componentViewport?.y||0)+(24+((componentViewport?.height||98)-48-32)/2)+0,...addPropertyOverrides({A6ugVzgiP:{y:(componentViewport?.y||0)+24+92+0+320}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-vhvnnj-container\",layoutDependency:layoutDependency,layoutId:\"rsanMU0CX-container\",nodeId:\"rsanMU0CX\",rendersWithMotion:true,scopeId:\"kP0xwOIxw\",children:/*#__PURE__*/_jsx(MenuItem,{bPAgBoyyE:\"Contact\",height:\"100%\",id:\"rsanMU0CX\",layoutId:\"rsanMU0CX\",rPzXk5nFQ:resolvedLinks5[0],style:{height:\"100%\"},width:\"100%\",XCeMn2_oE:true,...addPropertyOverrides({A6ugVzgiP:{rPzXk5nFQ:resolvedLinks5[1]}},baseVariant,gestureVariant)})})})})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-cVByn.framer-y72fs0, .framer-cVByn .framer-y72fs0 { display: block; }\",\".framer-cVByn.framer-1vvfmh { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 24px 72px 24px 72px; position: relative; width: 1440px; }\",\".framer-cVByn .framer-1b6d73w { 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-cVByn .framer-1p27h6g { flex: none; height: 50px; position: relative; width: 95px; }\",\".framer-cVByn .framer-e78yla { flex: none; height: 24px; overflow: visible; position: relative; width: 24px; }\",\".framer-cVByn .framer-6nxjaq { bottom: 0px; flex: none; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; }\",\".framer-cVByn .framer-d3mhox, .framer-cVByn .framer-1uwukg9 { bottom: 8px; flex: none; left: 4px; position: absolute; right: 6px; top: 6px; }\",\".framer-cVByn .framer-13vrouk { flex: none; height: 24px; left: 0px; overflow: hidden; position: absolute; top: 0px; width: 24px; }\",\".framer-cVByn .framer-16b0xzw { bottom: 7px; flex: none; left: 5px; position: absolute; right: 7px; top: 5px; }\",\".framer-cVByn .framer-1ym20yx { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 40px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 40px; }\",\".framer-cVByn .framer-d2f8lb { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 26px); overflow: hidden; position: relative; width: 26px; }\",\".framer-cVByn .framer-n6clt0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-cVByn .framer-1ndjcit-container, .framer-cVByn .framer-ohfwqf-container, .framer-cVByn .framer-17cyi0g-container, .framer-cVByn .framer-1bw4y7f-container, .framer-cVByn .framer-u1648j-container, .framer-cVByn .framer-vhvnnj-container { flex: none; height: 32px; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-cVByn .framer-1b6d73w, .framer-cVByn .framer-1ym20yx, .framer-cVByn .framer-n6clt0 { gap: 0px; } .framer-cVByn .framer-1b6d73w > *, .framer-cVByn .framer-1ym20yx > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-cVByn .framer-1b6d73w > :first-child, .framer-cVByn .framer-1ym20yx > :first-child, .framer-cVByn .framer-n6clt0 > :first-child { margin-left: 0px; } .framer-cVByn .framer-1b6d73w > :last-child, .framer-cVByn .framer-1ym20yx > :last-child, .framer-cVByn .framer-n6clt0 > :last-child { margin-right: 0px; } .framer-cVByn .framer-n6clt0 > * { margin: 0px; margin-left: calc(32px / 2); margin-right: calc(32px / 2); } }\",\".framer-cVByn.framer-v-blnrqf.framer-1vvfmh { gap: 0px; justify-content: center; width: min-content; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-cVByn.framer-v-blnrqf.framer-1vvfmh { gap: 0px; } .framer-cVByn.framer-v-blnrqf.framer-1vvfmh > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-cVByn.framer-v-blnrqf.framer-1vvfmh > :first-child { margin-left: 0px; } .framer-cVByn.framer-v-blnrqf.framer-1vvfmh > :last-child { margin-right: 0px; } }\",\".framer-cVByn.framer-v-fby2u8.framer-1vvfmh { flex-direction: column; gap: 52px; justify-content: flex-start; padding: 24px 32px 24px 32px; width: 390px; }\",\".framer-cVByn.framer-v-fby2u8 .framer-1b6d73w, .framer-cVByn.framer-v-jo2s5g .framer-1b6d73w { gap: unset; justify-content: space-between; width: 100%; }\",\".framer-cVByn.framer-v-fby2u8 .framer-1p27h6g, .framer-cVByn.framer-v-jo2s5g .framer-1p27h6g { aspect-ratio: 1.9 / 1; height: var(--framer-aspect-ratio-supported, 40px); width: 76px; }\",\".framer-cVByn.framer-v-fby2u8 .framer-e78yla { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 40px; justify-content: center; padding: 0px; width: 40px; }\",\".framer-cVByn.framer-v-fby2u8 .framer-13vrouk { left: unset; order: 0; position: relative; top: unset; }\",\".framer-cVByn.framer-v-fby2u8 .framer-n6clt0 { flex-direction: column; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-cVByn.framer-v-fby2u8.framer-1vvfmh, .framer-cVByn.framer-v-fby2u8 .framer-1b6d73w, .framer-cVByn.framer-v-fby2u8 .framer-e78yla, .framer-cVByn.framer-v-fby2u8 .framer-n6clt0 { gap: 0px; } .framer-cVByn.framer-v-fby2u8.framer-1vvfmh > * { margin: 0px; margin-bottom: calc(52px / 2); margin-top: calc(52px / 2); } .framer-cVByn.framer-v-fby2u8.framer-1vvfmh > :first-child, .framer-cVByn.framer-v-fby2u8 .framer-n6clt0 > :first-child { margin-top: 0px; } .framer-cVByn.framer-v-fby2u8.framer-1vvfmh > :last-child, .framer-cVByn.framer-v-fby2u8 .framer-n6clt0 > :last-child { margin-bottom: 0px; } .framer-cVByn.framer-v-fby2u8 .framer-1b6d73w > *, .framer-cVByn.framer-v-fby2u8 .framer-1b6d73w > :first-child, .framer-cVByn.framer-v-fby2u8 .framer-1b6d73w > :last-child { margin: 0px; } .framer-cVByn.framer-v-fby2u8 .framer-e78yla > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-cVByn.framer-v-fby2u8 .framer-e78yla > :first-child { margin-left: 0px; } .framer-cVByn.framer-v-fby2u8 .framer-e78yla > :last-child { margin-right: 0px; } .framer-cVByn.framer-v-fby2u8 .framer-n6clt0 > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } }\",\".framer-cVByn.framer-v-jo2s5g.framer-1vvfmh { flex-direction: column; gap: 52px; height: 88px; justify-content: flex-start; padding: 24px 32px 24px 32px; width: 390px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-cVByn.framer-v-jo2s5g.framer-1vvfmh, .framer-cVByn.framer-v-jo2s5g .framer-1b6d73w { gap: 0px; } .framer-cVByn.framer-v-jo2s5g.framer-1vvfmh > * { margin: 0px; margin-bottom: calc(52px / 2); margin-top: calc(52px / 2); } .framer-cVByn.framer-v-jo2s5g.framer-1vvfmh > :first-child { margin-top: 0px; } .framer-cVByn.framer-v-jo2s5g.framer-1vvfmh > :last-child { margin-bottom: 0px; } .framer-cVByn.framer-v-jo2s5g .framer-1b6d73w > *, .framer-cVByn.framer-v-jo2s5g .framer-1b6d73w > :first-child, .framer-cVByn.framer-v-jo2s5g .framer-1b6d73w > :last-child { margin: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 98\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"uDO3mhgBy\":{\"layout\":[\"auto\",\"auto\"]},\"A6ugVzgiP\":{\"layout\":[\"fixed\",\"auto\"]},\"fOfQro4Rs\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerkP0xwOIxw=withCSS(Component,css,\"framer-cVByn\");export default FramerkP0xwOIxw;FramerkP0xwOIxw.displayName=\"Nav\";FramerkP0xwOIxw.defaultProps={height:98,width:1440};addPropertyControls(FramerkP0xwOIxw,{variant:{options:[\"SoMc1RAwo\",\"uDO3mhgBy\",\"A6ugVzgiP\",\"fOfQro4Rs\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Variant 3\",\"Variant 4\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerkP0xwOIxw,[{explicitInter:true,fonts:[]},...MenuItemFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerkP0xwOIxw\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"1440\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"uDO3mhgBy\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"A6ugVzgiP\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"fOfQro4Rs\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicHeight\":\"98\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./kP0xwOIxw.map", "// Generated by Framer (f030ee3)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getLoadingLazyAtYPosition,Image,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const ImageWithFX=withFX(Image);const cycleOrder=[\"MigaKtYhr\",\"MnZUDHxFK\",\"RCTQTdRce\",\"AQov_vprA\",\"HszgpkAR4\",\"qtFJXFdht\",\"OCFEuXGh_\",\"hzlHgJ0eN\"];const serializationHash=\"framer-VOOx6\";const variantClassNames={AQov_vprA:\"framer-v-1d42d0s\",HszgpkAR4:\"framer-v-1jg12dg\",hzlHgJ0eN:\"framer-v-1l3zk2v\",MigaKtYhr:\"framer-v-opfo46\",MnZUDHxFK:\"framer-v-csfq9z\",OCFEuXGh_:\"framer-v-1on7q88\",qtFJXFdht:\"framer-v-7cu47v\",RCTQTdRce:\"framer-v-vrgh7m\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:29,delay:0,mass:1,stiffness:500,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-100,y:0};const transition2={bounce:.2,delay:.4,duration:1,type:\"spring\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:-100,y:0};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-150,y:0};const transition3={bounce:.2,delay:.3,duration:1,type:\"spring\"};const animation3={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:-150,y:0};const animation4={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-150};const transition4={bounce:.2,delay:0,duration:2,type:\"spring\"};const animation5={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4,x:0,y:-150};const animation6={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-100};const transition5={bounce:.2,delay:0,duration:1,type:\"spring\"};const animation7={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition5,x:0,y:-100};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={\"FR - July mob\":\"hzlHgJ0eN\",\"FR - July\":\"AQov_vprA\",\"FR - Maxence mob\":\"qtFJXFdht\",\"FR - Maxence\":\"MnZUDHxFK\",\"FR - Pierrick mob\":\"HszgpkAR4\",\"FR - Pierrick\":\"MigaKtYhr\",\"FR - St\\xe9phanie mob\":\"OCFEuXGh_\",\"FR - St\\xe9phanie\":\"RCTQTdRce\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"MigaKtYhr\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"MigaKtYhr\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapeh0xzz=activeVariantCallback(async(...args)=>{setVariant(\"MigaKtYhr\");});const onTapfjqpbj=activeVariantCallback(async(...args)=>{setVariant(\"HszgpkAR4\");});const onTappmdl1b=activeVariantCallback(async(...args)=>{setVariant(\"MnZUDHxFK\");});const onTap19bla5a=activeVariantCallback(async(...args)=>{setVariant(\"qtFJXFdht\");});const onTap1ucr05l=activeVariantCallback(async(...args)=>{setVariant(\"RCTQTdRce\");});const onTap12fmuvl=activeVariantCallback(async(...args)=>{setVariant(\"OCFEuXGh_\");});const onTapmouoer=activeVariantCallback(async(...args)=>{setVariant(\"AQov_vprA\");});const onTap1r6vff5=activeVariantCallback(async(...args)=>{setVariant(\"hzlHgJ0eN\");});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(baseVariant===\"MnZUDHxFK\")return true;return false;};const isDisplayed1=()=>{if(baseVariant===\"AQov_vprA\")return true;return false;};const isDisplayed2=()=>{if(baseVariant===\"RCTQTdRce\")return true;return false;};const isDisplayed3=()=>{if([\"MnZUDHxFK\",\"RCTQTdRce\",\"AQov_vprA\",\"HszgpkAR4\",\"qtFJXFdht\",\"OCFEuXGh_\",\"hzlHgJ0eN\"].includes(baseVariant))return false;return true;};const isDisplayed4=()=>{if([\"MnZUDHxFK\",\"RCTQTdRce\",\"AQov_vprA\",\"qtFJXFdht\",\"OCFEuXGh_\",\"hzlHgJ0eN\"].includes(baseVariant))return false;return true;};const isDisplayed5=()=>{if([\"MnZUDHxFK\",\"qtFJXFdht\"].includes(baseVariant))return true;return false;};const isDisplayed6=()=>{if([\"AQov_vprA\",\"hzlHgJ0eN\"].includes(baseVariant))return true;return false;};const isDisplayed7=()=>{if([\"RCTQTdRce\",\"OCFEuXGh_\"].includes(baseVariant))return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id: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(scopingClassNames,\"framer-opfo46\",className,classNames),\"data-framer-name\":\"FR - Pierrick\",layoutDependency:layoutDependency,layoutId:\"MigaKtYhr\",ref:refBinding,style:{...style},...addPropertyOverrides({AQov_vprA:{\"data-framer-name\":\"FR - July\"},HszgpkAR4:{\"data-framer-name\":\"FR - Pierrick mob\"},hzlHgJ0eN:{\"data-framer-name\":\"FR - July mob\"},MnZUDHxFK:{\"data-framer-name\":\"FR - Maxence\"},OCFEuXGh_:{\"data-framer-name\":\"FR - St\\xe9phanie mob\"},qtFJXFdht:{\"data-framer-name\":\"FR - Maxence mob\"},RCTQTdRce:{\"data-framer-name\":\"FR - St\\xe9phanie\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1u2kwvk\",\"data-framer-name\":\"Team\",layoutDependency:layoutDependency,layoutId:\"Nvj2uSGFd\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1sgq3mb\",\"data-framer-name\":\"Left\",layoutDependency:layoutDependency,layoutId:\"GcVEKSESg\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-aic1u0\",\"data-framer-name\":\"Name\",layoutDependency:layoutDependency,layoutId:\"Bae0z7WKf\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBTZWFzb25zIEJvbGQ=\",\"--framer-font-family\":'\"The Seasons Bold\", \"The Seasons Bold Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-line-height\":\"56px\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(140, 52, 0))\"},children:\"Pierrick\"})}),className:\"framer-s4yb8g\",\"data-framer-name\":\"Pierrick\",fonts:[\"CUSTOM;The Seasons Bold\"],layoutDependency:layoutDependency,layoutId:\"egJnqrGuK\",style:{\"--extracted-r6o4lv\":\"rgb(140, 52, 0)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({AQov_vprA:{\"data-highlight\":true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBTZWFzb25zIEJvbGQ=\",\"--framer-font-family\":'\"The Seasons Bold\", \"The Seasons Bold Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-line-height\":\"56px\",\"--framer-text-alignment\":\"right\"},children:\"Pierrick\"})}),onTap:onTapeh0xzz},hzlHgJ0eN:{\"data-highlight\":true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBTZWFzb25zIEJvbGQ=\",\"--framer-font-family\":'\"The Seasons Bold\", \"The Seasons Bold Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-line-height\":\"56px\",\"--framer-text-alignment\":\"right\"},children:\"Pierrick\"})}),onTap:onTapfjqpbj},MnZUDHxFK:{\"data-highlight\":true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBTZWFzb25zIEJvbGQ=\",\"--framer-font-family\":'\"The Seasons Bold\", \"The Seasons Bold Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-line-height\":\"56px\",\"--framer-text-alignment\":\"right\"},children:\"Pierrick\"})}),onTap:onTapeh0xzz},OCFEuXGh_:{\"data-highlight\":true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBTZWFzb25zIEJvbGQ=\",\"--framer-font-family\":'\"The Seasons Bold\", \"The Seasons Bold Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-line-height\":\"56px\",\"--framer-text-alignment\":\"right\"},children:\"Pierrick\"})}),onTap:onTapfjqpbj},qtFJXFdht:{\"data-highlight\":true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBTZWFzb25zIEJvbGQ=\",\"--framer-font-family\":'\"The Seasons Bold\", \"The Seasons Bold Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-line-height\":\"56px\",\"--framer-text-alignment\":\"right\"},children:\"Pierrick\"})}),onTap:onTapfjqpbj},RCTQTdRce:{\"data-highlight\":true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBTZWFzb25zIEJvbGQ=\",\"--framer-font-family\":'\"The Seasons Bold\", \"The Seasons Bold Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-line-height\":\"56px\",\"--framer-text-alignment\":\"right\"},children:\"Pierrick\"})}),onTap:onTapeh0xzz}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBTZWFzb25zIEJvbGQ=\",\"--framer-font-family\":'\"The Seasons Bold\", \"The Seasons Bold Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-line-height\":\"56px\",\"--framer-text-alignment\":\"right\"},children:\"Maxence\"})}),className:\"framer-cs7w5y\",\"data-framer-name\":\"Maxence\",\"data-highlight\":true,fonts:[\"CUSTOM;The Seasons Bold\"],layoutDependency:layoutDependency,layoutId:\"I9:1580;9:1344\",onTap:onTappmdl1b,style:{\"--framer-paragraph-spacing\":\"0px\"},variants:{MnZUDHxFK:{\"--extracted-r6o4lv\":\"rgb(140, 52, 0)\"},qtFJXFdht:{\"--extracted-r6o4lv\":\"rgb(140, 52, 0)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({HszgpkAR4:{onTap:onTap19bla5a},hzlHgJ0eN:{onTap:onTap19bla5a},MnZUDHxFK:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBTZWFzb25zIEJvbGQ=\",\"--framer-font-family\":'\"The Seasons Bold\", \"The Seasons Bold Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-line-height\":\"56px\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(140, 52, 0))\"},children:\"Maxence\"})})},OCFEuXGh_:{onTap:onTap19bla5a},qtFJXFdht:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBTZWFzb25zIEJvbGQ=\",\"--framer-font-family\":'\"The Seasons Bold\", \"The Seasons Bold Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-line-height\":\"56px\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(140, 52, 0))\"},children:\"Maxence\"})}),onTap:onTap19bla5a}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBTZWFzb25zIEJvbGQ=\",\"--framer-font-family\":'\"The Seasons Bold\", \"The Seasons Bold Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-line-height\":\"56px\",\"--framer-text-alignment\":\"right\"},children:\"St\\xe9phanie\"})}),className:\"framer-yty61j\",\"data-framer-name\":\"St\\xe9phanie\",\"data-highlight\":true,fonts:[\"CUSTOM;The Seasons Bold\"],layoutDependency:layoutDependency,layoutId:\"I9:1580;9:1345\",onTap:onTap1ucr05l,style:{\"--framer-paragraph-spacing\":\"0px\"},variants:{OCFEuXGh_:{\"--extracted-r6o4lv\":\"rgb(140, 52, 0)\"},RCTQTdRce:{\"--extracted-r6o4lv\":\"rgb(140, 52, 0)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({HszgpkAR4:{onTap:onTap12fmuvl},hzlHgJ0eN:{onTap:onTap12fmuvl},OCFEuXGh_:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBTZWFzb25zIEJvbGQ=\",\"--framer-font-family\":'\"The Seasons Bold\", \"The Seasons Bold Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-line-height\":\"56px\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(140, 52, 0))\"},children:\"St\\xe9phanie\"})}),onTap:onTap12fmuvl},qtFJXFdht:{onTap:onTap12fmuvl},RCTQTdRce:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBTZWFzb25zIEJvbGQ=\",\"--framer-font-family\":'\"The Seasons Bold\", \"The Seasons Bold Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-line-height\":\"56px\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(140, 52, 0))\"},children:\"St\\xe9phanie\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBTZWFzb25zIEJvbGQ=\",\"--framer-font-family\":'\"The Seasons Bold\", \"The Seasons Bold Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-line-height\":\"56px\",\"--framer-text-alignment\":\"right\"},children:\"July\"})}),className:\"framer-1eupeux\",\"data-framer-name\":\"July\",\"data-highlight\":true,fonts:[\"CUSTOM;The Seasons Bold\"],layoutDependency:layoutDependency,layoutId:\"I9:1580;9:1346\",onTap:onTapmouoer,style:{\"--framer-paragraph-spacing\":\"0px\"},variants:{AQov_vprA:{\"--extracted-r6o4lv\":\"rgb(140, 52, 0)\"},hzlHgJ0eN:{\"--extracted-r6o4lv\":\"rgb(140, 52, 0)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({AQov_vprA:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBTZWFzb25zIEJvbGQ=\",\"--framer-font-family\":'\"The Seasons Bold\", \"The Seasons Bold Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-line-height\":\"56px\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(140, 52, 0))\"},children:\"July\"})})},HszgpkAR4:{onTap:onTap1r6vff5},hzlHgJ0eN:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBTZWFzb25zIEJvbGQ=\",\"--framer-font-family\":'\"The Seasons Bold\", \"The Seasons Bold Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-line-height\":\"56px\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(140, 52, 0))\"},children:\"July\"})}),onTap:onTap1r6vff5},OCFEuXGh_:{onTap:onTap1r6vff5},qtFJXFdht:{onTap:onTap1r6vff5}},baseVariant,gestureVariant)})]}),isDisplayed()&&/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",src:\"https://framerusercontent.com/images/HzPa1BBscIbYZjS7Z0RQJSvJjg.jpg\",srcSet:\"https://framerusercontent.com/images/HzPa1BBscIbYZjS7Z0RQJSvJjg.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/HzPa1BBscIbYZjS7Z0RQJSvJjg.jpg 1333w\"},className:\"framer-1xsgesq\",\"data-framer-name\":\"Le20-6e\u0300me-10\",layoutDependency:layoutDependency,layoutId:\"I9:1580;9:1385\",...addPropertyOverrides({MnZUDHxFK:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+((componentViewport?.height||509)-0-0-504)+0+368),sizes:\"211px\",src:\"https://framerusercontent.com/images/HzPa1BBscIbYZjS7Z0RQJSvJjg.jpg\",srcSet:\"https://framerusercontent.com/images/HzPa1BBscIbYZjS7Z0RQJSvJjg.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/HzPa1BBscIbYZjS7Z0RQJSvJjg.jpg 1333w\"}}},baseVariant,gestureVariant)}),isDisplayed1()&&/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",src:\"https://framerusercontent.com/images/DIamIruDfEsqKNTUW5WjyrVdRg.jpg\",srcSet:\"https://framerusercontent.com/images/DIamIruDfEsqKNTUW5WjyrVdRg.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/DIamIruDfEsqKNTUW5WjyrVdRg.jpg 1333w\"},className:\"framer-wsr83h\",\"data-framer-name\":\"Le20-6e\u0300me-54\",layoutDependency:layoutDependency,layoutId:\"BimF7dDas\",...addPropertyOverrides({AQov_vprA:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+((componentViewport?.height||509)-0-0-504)+0+368),sizes:\"211px\",src:\"https://framerusercontent.com/images/DIamIruDfEsqKNTUW5WjyrVdRg.jpg\",srcSet:\"https://framerusercontent.com/images/DIamIruDfEsqKNTUW5WjyrVdRg.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/DIamIruDfEsqKNTUW5WjyrVdRg.jpg 1333w\"}}},baseVariant,gestureVariant)}),isDisplayed2()&&/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",src:\"https://framerusercontent.com/images/7qhxbd9kUj45TtrSqWI27auK6Wc.jpg\",srcSet:\"https://framerusercontent.com/images/7qhxbd9kUj45TtrSqWI27auK6Wc.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/7qhxbd9kUj45TtrSqWI27auK6Wc.jpg 1333w\"},className:\"framer-1l9do0f\",\"data-framer-name\":\"Le20-6e\u0300me-17\",layoutDependency:layoutDependency,layoutId:\"I9:1580;9:1386\",...addPropertyOverrides({RCTQTdRce:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+((componentViewport?.height||509)-0-0-504)+0+368),sizes:\"211px\",src:\"https://framerusercontent.com/images/7qhxbd9kUj45TtrSqWI27auK6Wc.jpg\",srcSet:\"https://framerusercontent.com/images/7qhxbd9kUj45TtrSqWI27auK6Wc.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/7qhxbd9kUj45TtrSqWI27auK6Wc.jpg 1333w\"}}},baseVariant,gestureVariant)}),isDisplayed3()&&/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+((componentViewport?.height||509)-0-0-504)+0+368),sizes:\"211px\",src:\"https://framerusercontent.com/images/GTKCyTIq1Re5fS4NM4kUgUVlEc.jpg\",srcSet:\"https://framerusercontent.com/images/GTKCyTIq1Re5fS4NM4kUgUVlEc.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/GTKCyTIq1Re5fS4NM4kUgUVlEc.jpg 1333w\"},className:\"framer-1v2osyl\",\"data-framer-name\":\"Le20-6e\u0300me-33\",layoutDependency:layoutDependency,layoutId:\"I9:1580;9:1387\"})]}),isDisplayed4()&&/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation4,__framer__exit:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+((componentViewport?.height||509)-0-0-495)),sizes:\"330px\",src:\"https://framerusercontent.com/images/hyFAAHOVwDwthWK7Q6ir1GsX4.jpg\",srcSet:\"https://framerusercontent.com/images/hyFAAHOVwDwthWK7Q6ir1GsX4.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/hyFAAHOVwDwthWK7Q6ir1GsX4.jpg 1333w\"},className:\"framer-1czua05\",\"data-framer-name\":\"Le20-6e\u0300me-15\",layoutDependency:layoutDependency,layoutId:\"I9:1580;9:1373\",...addPropertyOverrides({HszgpkAR4:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+((componentViewport?.height||509)-0-0-((componentViewport?.height||509)-0-0)*1)),sizes:`calc(${componentViewport?.width||\"100vw\"} / 2)`,src:\"https://framerusercontent.com/images/hyFAAHOVwDwthWK7Q6ir1GsX4.jpg\",srcSet:\"https://framerusercontent.com/images/hyFAAHOVwDwthWK7Q6ir1GsX4.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/hyFAAHOVwDwthWK7Q6ir1GsX4.jpg 1333w\"}}},baseVariant,gestureVariant)}),isDisplayed5()&&/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation6,__framer__exit:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",src:\"https://framerusercontent.com/images/nCnNOVx6ieEOWAZd9WPSD0eV2Y.jpg\",srcSet:\"https://framerusercontent.com/images/nCnNOVx6ieEOWAZd9WPSD0eV2Y.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/nCnNOVx6ieEOWAZd9WPSD0eV2Y.jpg 1333w\"},className:\"framer-1u13gmx\",\"data-framer-name\":\"Le20-6e\u0300me-13\",layoutDependency:layoutDependency,layoutId:\"I9:1580;9:1372\",...addPropertyOverrides({MnZUDHxFK:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+((componentViewport?.height||509)-0-0-495)),sizes:\"330px\",src:\"https://framerusercontent.com/images/nCnNOVx6ieEOWAZd9WPSD0eV2Y.jpg\",srcSet:\"https://framerusercontent.com/images/nCnNOVx6ieEOWAZd9WPSD0eV2Y.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/nCnNOVx6ieEOWAZd9WPSD0eV2Y.jpg 1333w\"}},qtFJXFdht:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+((componentViewport?.height||509)-0-0-((componentViewport?.height||509)-0-0)*1)),sizes:`calc(${componentViewport?.width||\"100vw\"} / 2)`,src:\"https://framerusercontent.com/images/nCnNOVx6ieEOWAZd9WPSD0eV2Y.jpg\",srcSet:\"https://framerusercontent.com/images/nCnNOVx6ieEOWAZd9WPSD0eV2Y.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/nCnNOVx6ieEOWAZd9WPSD0eV2Y.jpg 1333w\"}}},baseVariant,gestureVariant)}),isDisplayed6()&&/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation6,__framer__exit:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",src:\"https://framerusercontent.com/images/JUR2w094zpd5PkcJwhViMt3s.jpg\",srcSet:\"https://framerusercontent.com/images/JUR2w094zpd5PkcJwhViMt3s.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/JUR2w094zpd5PkcJwhViMt3s.jpg 1333w\"},className:\"framer-smlfrc\",\"data-framer-name\":\"Le20-6e\u0300me-11\",layoutDependency:layoutDependency,layoutId:\"jZLwp6LQS\",...addPropertyOverrides({AQov_vprA:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+((componentViewport?.height||509)-0-0-495)),sizes:\"330px\",src:\"https://framerusercontent.com/images/5I6HJSRtDm97iqF8GLV5ZVIjqFs.jpg\",srcSet:\"https://framerusercontent.com/images/5I6HJSRtDm97iqF8GLV5ZVIjqFs.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/5I6HJSRtDm97iqF8GLV5ZVIjqFs.jpg 1333w\"}},hzlHgJ0eN:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+(((componentViewport?.height||509)-0)*1-0-(((componentViewport?.height||509)-0)*1-0)*1)),sizes:`calc(${componentViewport?.width||\"100vw\"} / 2)`,src:\"https://framerusercontent.com/images/5I6HJSRtDm97iqF8GLV5ZVIjqFs.jpg\",srcSet:\"https://framerusercontent.com/images/5I6HJSRtDm97iqF8GLV5ZVIjqFs.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/5I6HJSRtDm97iqF8GLV5ZVIjqFs.jpg 1333w\"}}},baseVariant,gestureVariant)}),isDisplayed7()&&/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation6,__framer__exit:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",src:\"https://framerusercontent.com/images/5I6HJSRtDm97iqF8GLV5ZVIjqFs.jpg\",srcSet:\"https://framerusercontent.com/images/5I6HJSRtDm97iqF8GLV5ZVIjqFs.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/5I6HJSRtDm97iqF8GLV5ZVIjqFs.jpg 1333w\"},className:\"framer-16eood9\",\"data-framer-name\":\"Le20-6e\u0300me-05\",layoutDependency:layoutDependency,layoutId:\"I9:1580;9:1370\",...addPropertyOverrides({OCFEuXGh_:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+((componentViewport?.height||509)-0-0-((componentViewport?.height||509)-0-0)*1)),sizes:`calc(${componentViewport?.width||\"100vw\"} / 2)`,src:\"https://framerusercontent.com/images/JUR2w094zpd5PkcJwhViMt3s.jpg\",srcSet:\"https://framerusercontent.com/images/JUR2w094zpd5PkcJwhViMt3s.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/JUR2w094zpd5PkcJwhViMt3s.jpg 1333w\"}},RCTQTdRce:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+((componentViewport?.height||509)-0-0-495)),sizes:\"330px\",src:\"https://framerusercontent.com/images/JUR2w094zpd5PkcJwhViMt3s.jpg\",srcSet:\"https://framerusercontent.com/images/JUR2w094zpd5PkcJwhViMt3s.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/JUR2w094zpd5PkcJwhViMt3s.jpg 1333w\"}}},baseVariant,gestureVariant)})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-VOOx6.framer-jg5799, .framer-VOOx6 .framer-jg5799 { display: block; }\",\".framer-VOOx6.framer-opfo46 { height: 509px; overflow: visible; position: relative; width: 566px; }\",\".framer-VOOx6 .framer-1u2kwvk { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; left: 0px; overflow: visible; padding: 0px; position: absolute; top: 0px; width: min-content; }\",\".framer-VOOx6 .framer-1sgq3mb { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: 504px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-VOOx6 .framer-aic1u0 { 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: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-VOOx6 .framer-s4yb8g { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 211px; word-break: break-word; word-wrap: break-word; }\",\".framer-VOOx6 .framer-cs7w5y, .framer-VOOx6 .framer-yty61j, .framer-VOOx6 .framer-1eupeux { cursor: pointer; flex: none; height: 56px; position: relative; white-space: pre-wrap; width: 211px; word-break: break-word; word-wrap: break-word; }\",\".framer-VOOx6 .framer-1xsgesq, .framer-VOOx6 .framer-wsr83h, .framer-VOOx6 .framer-1l9do0f, .framer-VOOx6 .framer-1v2osyl { flex: none; height: 248px; position: relative; width: 211px; }\",\".framer-VOOx6 .framer-1czua05, .framer-VOOx6 .framer-1u13gmx, .framer-VOOx6 .framer-smlfrc, .framer-VOOx6 .framer-16eood9 { aspect-ratio: 0.6665000227437828 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 495px); position: relative; width: 330px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-VOOx6 .framer-1u2kwvk, .framer-VOOx6 .framer-1sgq3mb, .framer-VOOx6 .framer-aic1u0 { gap: 0px; } .framer-VOOx6 .framer-1u2kwvk > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-VOOx6 .framer-1u2kwvk > :first-child { margin-left: 0px; } .framer-VOOx6 .framer-1u2kwvk > :last-child { margin-right: 0px; } .framer-VOOx6 .framer-1sgq3mb > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-VOOx6 .framer-1sgq3mb > :first-child, .framer-VOOx6 .framer-aic1u0 > :first-child { margin-top: 0px; } .framer-VOOx6 .framer-1sgq3mb > :last-child, .framer-VOOx6 .framer-aic1u0 > :last-child { margin-bottom: 0px; } .framer-VOOx6 .framer-aic1u0 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } }\",\".framer-VOOx6.framer-v-csfq9z .framer-s4yb8g, .framer-VOOx6.framer-v-vrgh7m .framer-s4yb8g, .framer-VOOx6.framer-v-1d42d0s .framer-s4yb8g { cursor: pointer; }\",\".framer-VOOx6.framer-v-1jg12dg.framer-opfo46, .framer-VOOx6.framer-v-7cu47v.framer-opfo46, .framer-VOOx6.framer-v-1on7q88.framer-opfo46, .framer-VOOx6.framer-v-1l3zk2v.framer-opfo46 { width: 390px; }\",\".framer-VOOx6.framer-v-1jg12dg .framer-1u2kwvk { bottom: 0px; gap: 0px; height: unset; justify-content: flex-end; width: 100%; }\",\".framer-VOOx6.framer-v-1jg12dg .framer-1sgq3mb, .framer-VOOx6.framer-v-7cu47v .framer-1sgq3mb { width: 50%; }\",\".framer-VOOx6.framer-v-1jg12dg .framer-aic1u0, .framer-VOOx6.framer-v-7cu47v .framer-aic1u0, .framer-VOOx6.framer-v-1on7q88 .framer-aic1u0, .framer-VOOx6.framer-v-1l3zk2v .framer-aic1u0 { align-content: flex-start; align-items: flex-start; }\",\".framer-VOOx6.framer-v-1jg12dg .framer-s4yb8g, .framer-VOOx6.framer-v-1jg12dg .framer-cs7w5y, .framer-VOOx6.framer-v-1jg12dg .framer-yty61j, .framer-VOOx6.framer-v-1jg12dg .framer-1eupeux, .framer-VOOx6.framer-v-7cu47v .framer-cs7w5y, .framer-VOOx6.framer-v-7cu47v .framer-yty61j, .framer-VOOx6.framer-v-7cu47v .framer-1eupeux, .framer-VOOx6.framer-v-1on7q88 .framer-cs7w5y, .framer-VOOx6.framer-v-1on7q88 .framer-yty61j, .framer-VOOx6.framer-v-1on7q88 .framer-1eupeux, .framer-VOOx6.framer-v-1l3zk2v .framer-cs7w5y, .framer-VOOx6.framer-v-1l3zk2v .framer-yty61j, .framer-VOOx6.framer-v-1l3zk2v .framer-1eupeux { white-space: pre; width: auto; }\",\".framer-VOOx6.framer-v-1jg12dg .framer-1czua05, .framer-VOOx6.framer-v-7cu47v .framer-1u13gmx, .framer-VOOx6.framer-v-1l3zk2v .framer-smlfrc { aspect-ratio: unset; height: 100%; width: 50%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-VOOx6.framer-v-1jg12dg .framer-1u2kwvk { gap: 0px; } .framer-VOOx6.framer-v-1jg12dg .framer-1u2kwvk > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-VOOx6.framer-v-1jg12dg .framer-1u2kwvk > :first-child { margin-left: 0px; } .framer-VOOx6.framer-v-1jg12dg .framer-1u2kwvk > :last-child { margin-right: 0px; } }\",\".framer-VOOx6.framer-v-7cu47v .framer-1u2kwvk, .framer-VOOx6.framer-v-1on7q88 .framer-1u2kwvk { bottom: 0px; gap: 0px; height: unset; width: 100%; }\",\".framer-VOOx6.framer-v-7cu47v .framer-s4yb8g, .framer-VOOx6.framer-v-1on7q88 .framer-s4yb8g, .framer-VOOx6.framer-v-1l3zk2v .framer-s4yb8g { cursor: pointer; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-VOOx6.framer-v-7cu47v .framer-1u2kwvk { gap: 0px; } .framer-VOOx6.framer-v-7cu47v .framer-1u2kwvk > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-VOOx6.framer-v-7cu47v .framer-1u2kwvk > :first-child { margin-left: 0px; } .framer-VOOx6.framer-v-7cu47v .framer-1u2kwvk > :last-child { margin-right: 0px; } }\",\".framer-VOOx6.framer-v-1on7q88 .framer-1sgq3mb { height: 100%; order: 0; width: 50%; }\",\".framer-VOOx6.framer-v-1on7q88 .framer-16eood9 { aspect-ratio: unset; height: 100%; order: 4; width: 50%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-VOOx6.framer-v-1on7q88 .framer-1u2kwvk { gap: 0px; } .framer-VOOx6.framer-v-1on7q88 .framer-1u2kwvk > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-VOOx6.framer-v-1on7q88 .framer-1u2kwvk > :first-child { margin-left: 0px; } .framer-VOOx6.framer-v-1on7q88 .framer-1u2kwvk > :last-child { margin-right: 0px; } }\",\".framer-VOOx6.framer-v-1l3zk2v .framer-1u2kwvk { gap: 0px; height: 100%; width: 100%; }\",\".framer-VOOx6.framer-v-1l3zk2v .framer-1sgq3mb { flex: 1 0 0px; height: 100%; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-VOOx6.framer-v-1l3zk2v .framer-1u2kwvk { gap: 0px; } .framer-VOOx6.framer-v-1l3zk2v .framer-1u2kwvk > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-VOOx6.framer-v-1l3zk2v .framer-1u2kwvk > :first-child { margin-left: 0px; } .framer-VOOx6.framer-v-1l3zk2v .framer-1u2kwvk > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 509\n * @framerIntrinsicWidth 566\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"MnZUDHxFK\":{\"layout\":[\"fixed\",\"fixed\"]},\"RCTQTdRce\":{\"layout\":[\"fixed\",\"fixed\"]},\"AQov_vprA\":{\"layout\":[\"fixed\",\"fixed\"]},\"HszgpkAR4\":{\"layout\":[\"fixed\",\"fixed\"]},\"qtFJXFdht\":{\"layout\":[\"fixed\",\"fixed\"]},\"OCFEuXGh_\":{\"layout\":[\"fixed\",\"fixed\"]},\"hzlHgJ0eN\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerntliq2kxN=withCSS(Component,css,\"framer-VOOx6\");export default Framerntliq2kxN;Framerntliq2kxN.displayName=\"Teams FR\";Framerntliq2kxN.defaultProps={height:509,width:566};addPropertyControls(Framerntliq2kxN,{variant:{options:[\"MigaKtYhr\",\"MnZUDHxFK\",\"RCTQTdRce\",\"AQov_vprA\",\"HszgpkAR4\",\"qtFJXFdht\",\"OCFEuXGh_\",\"hzlHgJ0eN\"],optionTitles:[\"FR - Pierrick\",\"FR - Maxence\",\"FR - St\\xe9phanie\",\"FR - July\",\"FR - Pierrick mob\",\"FR - Maxence mob\",\"FR - St\\xe9phanie mob\",\"FR - July mob\"],title:\"Variant\",type:ControlType.Enum}});addFonts(Framerntliq2kxN,[{explicitInter:true,fonts:[{family:\"The Seasons Bold\",source:\"custom\",url:\"https://framerusercontent.com/assets/FWhwpuJj1yqQclznRb0vw150zrg.woff2\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerntliq2kxN\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"566\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"509\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"MnZUDHxFK\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"RCTQTdRce\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"AQov_vprA\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"HszgpkAR4\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"qtFJXFdht\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"OCFEuXGh_\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"hzlHgJ0eN\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./ntliq2kxN.map", "// Generated by Framer (f030ee3)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const enabledGestures={CtrlUcd63:{hover:true},e4fQoN2mU:{hover:true}};const cycleOrder=[\"e4fQoN2mU\",\"CtrlUcd63\"];const serializationHash=\"framer-YM7Nk\";const variantClassNames={CtrlUcd63:\"framer-v-1diiayt\",e4fQoN2mU:\"framer-v-1nom4qv\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}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\":\"e4fQoN2mU\",\"Variant 2\":\"CtrlUcd63\"};const getProps=({green,height,id,transitionCard,width,...props})=>{return{...props,aFdhbPN51:green??props.aFdhbPN51??\"rgb(60, 64, 45)\",variant:humanReadableVariantMap[props.variant]??props.variant??\"e4fQoN2mU\",zwgxIch3T:transitionCard??props.zwgxIch3T??{damping:26,delay:0,mass:1.2,stiffness:598,type:\"spring\"}};};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,zwgxIch3T,aFdhbPN51,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"e4fQoN2mU\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(gestureVariant===\"CtrlUcd63-hover\")return false;if(baseVariant===\"CtrlUcd63\")return false;return true;};const isDisplayed1=()=>{if(gestureVariant===\"CtrlUcd63-hover\")return true;if(baseVariant===\"CtrlUcd63\")return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:zwgxIch3T,children:/*#__PURE__*/_jsx(Link,{href:\"https://www.planity.com/le-20-barber-shop-4eme-69004-lyon\",motionChild:true,nodeId:\"e4fQoN2mU\",scopeId:\"r05zAyMt7\",...addPropertyOverrides({CtrlUcd63:{href:\"https://www.planity.com/le-20-6eme-69006-lyon\",openInNewTab:true}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-1nom4qv\",className,classNames)} framer-j046u2`,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"e4fQoN2mU\",ref:refBinding,style:{...style},...addPropertyOverrides({\"CtrlUcd63-hover\":{\"data-framer-name\":undefined},\"e4fQoN2mU-hover\":{\"data-framer-name\":undefined},CtrlUcd63:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-gmt10q\",\"data-border\":true,\"data-framer-name\":\"card\",layoutDependency:layoutDependency,layoutId:\"I9:1161;9:991\",style:{\"--border-bottom-width\":\"2px\",\"--border-color\":\"rgb(59, 64, 44)\",\"--border-left-width\":\"2px\",\"--border-right-width\":\"2px\",\"--border-style\":\"solid\",\"--border-top-width\":\"2px\",backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16},variants:{\"CtrlUcd63-hover\":{backgroundColor:\"rgb(88, 32, 0)\"},\"e4fQoN2mU-hover\":{backgroundColor:aFdhbPN51},CtrlUcd63:{\"--border-color\":\"rgb(89, 33, 0)\"}},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-pi41q\",\"data-framer-name\":\"location\",layoutDependency:layoutDependency,layoutId:\"I9:1161;9:1096\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1s4bn3s\",\"data-framer-name\":\"icon\",layoutDependency:layoutDependency,layoutId:\"I9:1161;9:1097\",style:{backgroundColor:\"rgb(59, 64, 44)\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16},variants:{CtrlUcd63:{backgroundColor:\"rgb(89, 33, 0)\"}},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1gh5d62\",\"data-framer-name\":\"Navigation / Map_Pin\",layoutDependency:layoutDependency,layoutId:\"I9:1161;9:1098\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1apwlgx\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:20,intrinsicWidth:17,layoutDependency:layoutDependency,layoutId:\"I9:1161;9:1098;4:551\",svg:'<svg width=\"17\" height=\"20\" viewBox=\"-1 -1 17 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0.5 6.92285C0.5 11.7747 4.74448 15.7869 6.62319 17.3252C6.89206 17.5454 7.02811 17.6568 7.22871 17.7132C7.38491 17.7572 7.6148 17.7572 7.771 17.7132C7.97197 17.6567 8.10707 17.5463 8.37695 17.3254C10.2557 15.7871 14.4999 11.7751 14.4999 6.9233C14.4999 5.08718 13.7625 3.32605 12.4497 2.02772C11.137 0.729394 9.3566 0 7.50008 0C5.64357 0 3.86301 0.729503 2.55025 2.02783C1.2375 3.32616 0.5 5.08674 0.5 6.92285Z\" stroke=\"white\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M5.5 6C5.5 7.10457 6.39543 8 7.5 8C8.60457 8 9.5 7.10457 9.5 6C9.5 4.89543 8.60457 4 7.5 4C6.39543 4 5.5 4.89543 5.5 6Z\" stroke=\"white\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBTZWFzb25zIEJvbGQ=\",\"--framer-font-family\":'\"The Seasons Bold\", \"The Seasons Bold Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"32px\"},children:\"IV\\xe8me arrondissement\"})}),className:\"framer-zsb02\",\"data-framer-name\":\"IV\\xe8me arrondissement\",fonts:[\"CUSTOM;The Seasons Bold\"],layoutDependency:layoutDependency,layoutId:\"I9:1161;9:1099\",style:{\"--framer-paragraph-spacing\":\"0px\"},variants:{\"CtrlUcd63-hover\":{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},\"e4fQoN2mU-hover\":{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"CtrlUcd63-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBTZWFzb25zIEJvbGQ=\",\"--framer-font-family\":'\"The Seasons Bold\", \"The Seasons Bold Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"32px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"VI\\xe8me arrondissement\"})})},\"e4fQoN2mU-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBTZWFzb25zIEJvbGQ=\",\"--framer-font-family\":'\"The Seasons Bold\", \"The Seasons Bold Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"32px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"IV\\xe8me arrondissement\"})})},CtrlUcd63:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBTZWFzb25zIEJvbGQ=\",\"--framer-font-family\":'\"The Seasons Bold\", \"The Seasons Bold Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"32px\"},children:\"VI\\xe8me arrondissement\"})})}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBTZWFzb25zIEJvbGQ=\",\"--framer-font-family\":'\"The Seasons Bold\", \"The Seasons Bold Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-line-height\":\"56px\"},children:\"Croix Rousse\"})}),className:\"framer-ezc12f\",\"data-framer-name\":\"Croix-Rousse\",fonts:[\"CUSTOM;The Seasons Bold\"],layoutDependency:layoutDependency,layoutId:\"I9:1161;9:989\",style:{\"--framer-paragraph-spacing\":\"0px\"},variants:{\"CtrlUcd63-hover\":{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},\"e4fQoN2mU-hover\":{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"CtrlUcd63-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBTZWFzb25zIEJvbGQ=\",\"--framer-font-family\":'\"The Seasons Bold\", \"The Seasons Bold Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-line-height\":\"56px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Franklin Rooselvelt\"})})},\"e4fQoN2mU-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBTZWFzb25zIEJvbGQ=\",\"--framer-font-family\":'\"The Seasons Bold\", \"The Seasons Bold Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-line-height\":\"56px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Croix Rousse\"})})},CtrlUcd63:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBTZWFzb25zIEJvbGQ=\",\"--framer-font-family\":'\"The Seasons Bold\", \"The Seasons Bold Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-line-height\":\"56px\"},children:\"Franklin Rooselvelt\"})})}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-hkxuwf\",\"data-framer-name\":\"prise_rdv\",layoutDependency:layoutDependency,layoutId:\"I9:1161;9:1139\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-u4uhm2\",\"data-framer-name\":\"content\",layoutDependency:layoutDependency,layoutId:\"I9:1161;9:1142\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RGlhbW9uZCBHcm90ZXNrLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Diamond Grotesk\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(59, 64, 44))\"},children:\"prendre rendez-vous\"})}),className:\"framer-1oe5cld\",\"data-framer-name\":\"prendre rendez-vous\",fonts:[\"GF;Diamond Grotesk-regular\"],layoutDependency:layoutDependency,layoutId:\"I9:1161;9:1138\",style:{\"--extracted-r6o4lv\":\"rgb(59, 64, 44)\",\"--framer-paragraph-spacing\":\"0px\"},variants:{CtrlUcd63:{\"--extracted-r6o4lv\":\"rgb(140, 52, 0)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({CtrlUcd63:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RGlhbW9uZCBHcm90ZXNrLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Diamond Grotesk\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(140, 52, 0))\"},children:\"prendre rendez-vous\"})})}},baseVariant,gestureVariant)}),isDisplayed()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-x3tdu\",\"data-framer-name\":\"Vector\",fill:\"rgb(255, 179, 179)\",intrinsicHeight:10,intrinsicWidth:11,layoutDependency:layoutDependency,layoutId:\"I9:1161;9:1134;4:1215\",svg:'<svg width=\"11\" height=\"10\" viewBox=\"-1 -1 11 10\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0.5 8L8.5 0M8.5 0L2.5 0M8.5 0V6\" stroke=\"#3B402C\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true}),isDisplayed1()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1vo0gaa\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:10,intrinsicWidth:11,layoutDependency:layoutDependency,layoutId:\"I9:1258;9:1240;4:1215\",svg:'<svg width=\"11\" height=\"10\" viewBox=\"-1 -1 11 10\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0.5 8L8.5 0M8.5 0L2.5 0M8.5 0V6\" stroke=\"#592100\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ke3izp\",\"data-framer-name\":\"underline\",layoutDependency:layoutDependency,layoutId:\"I4hjmhkMi\",style:{backgroundColor:\"rgb(58, 65, 43)\",opacity:0},variants:{\"CtrlUcd63-hover\":{backgroundColor:\"rgb(139, 54, 0)\",opacity:1},\"e4fQoN2mU-hover\":{opacity:1},CtrlUcd63:{backgroundColor:\"rgb(89, 33, 0)\"}}})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-YM7Nk.framer-j046u2, .framer-YM7Nk .framer-j046u2 { display: block; }\",\".framer-YM7Nk.framer-1nom4qv { align-content: flex-end; align-items: flex-end; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: 330px; }\",\".framer-YM7Nk .framer-gmt10q { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 16px; position: relative; width: 100%; }\",\".framer-YM7Nk .framer-pi41q, .framer-YM7Nk .framer-u4uhm2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-YM7Nk .framer-1s4bn3s { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 8px; position: relative; width: min-content; }\",\".framer-YM7Nk .framer-1gh5d62 { flex: none; height: 24px; overflow: hidden; position: relative; width: 24px; }\",\".framer-YM7Nk .framer-1apwlgx { bottom: 4px; flex: none; left: 4px; position: absolute; right: 4px; top: 2px; }\",\".framer-YM7Nk .framer-zsb02, .framer-YM7Nk .framer-1oe5cld { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-YM7Nk .framer-ezc12f { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 298px; word-break: break-word; word-wrap: break-word; }\",\".framer-YM7Nk .framer-hkxuwf { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-YM7Nk .framer-x3tdu { flex: none; height: 10px; position: relative; width: 10px; }\",\".framer-YM7Nk .framer-1vo0gaa { flex: none; height: 10px; position: relative; width: 11px; }\",\".framer-YM7Nk .framer-1ke3izp { flex: none; height: 1px; overflow: hidden; position: relative; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-YM7Nk.framer-1nom4qv, .framer-YM7Nk .framer-gmt10q, .framer-YM7Nk .framer-pi41q, .framer-YM7Nk .framer-1s4bn3s, .framer-YM7Nk .framer-hkxuwf, .framer-YM7Nk .framer-u4uhm2 { gap: 0px; } .framer-YM7Nk.framer-1nom4qv > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-YM7Nk.framer-1nom4qv > :first-child, .framer-YM7Nk .framer-gmt10q > :first-child, .framer-YM7Nk .framer-hkxuwf > :first-child { margin-top: 0px; } .framer-YM7Nk.framer-1nom4qv > :last-child, .framer-YM7Nk .framer-gmt10q > :last-child, .framer-YM7Nk .framer-hkxuwf > :last-child { margin-bottom: 0px; } .framer-YM7Nk .framer-gmt10q > *, .framer-YM7Nk .framer-hkxuwf > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-YM7Nk .framer-pi41q > *, .framer-YM7Nk .framer-1s4bn3s > *, .framer-YM7Nk .framer-u4uhm2 > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-YM7Nk .framer-pi41q > :first-child, .framer-YM7Nk .framer-1s4bn3s > :first-child, .framer-YM7Nk .framer-u4uhm2 > :first-child { margin-left: 0px; } .framer-YM7Nk .framer-pi41q > :last-child, .framer-YM7Nk .framer-1s4bn3s > :last-child, .framer-YM7Nk .framer-u4uhm2 > :last-child { margin-right: 0px; } }\",\".framer-YM7Nk.framer-v-1diiayt .framer-1apwlgx { bottom: 2px; }\",\".framer-YM7Nk.framer-v-1diiayt.hover .framer-1ke3izp, .framer-YM7Nk.framer-v-1nom4qv.hover .framer-1ke3izp { align-self: stretch; width: auto; }\",'.framer-YM7Nk[data-border=\"true\"]::after, .framer-YM7Nk [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 161\n * @framerIntrinsicWidth 330\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"CtrlUcd63\":{\"layout\":[\"fixed\",\"auto\"]},\"HukMrY4pI\":{\"layout\":[\"fixed\",\"auto\"]},\"X8XBK8G71\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"zwgxIch3T\":\"transitionCard\",\"aFdhbPN51\":\"green\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerr05zAyMt7=withCSS(Component,css,\"framer-YM7Nk\");export default Framerr05zAyMt7;Framerr05zAyMt7.displayName=\"Card Localisation\";Framerr05zAyMt7.defaultProps={height:161,width:330};addPropertyControls(Framerr05zAyMt7,{variant:{options:[\"e4fQoN2mU\",\"CtrlUcd63\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum},zwgxIch3T:{defaultValue:{damping:26,delay:0,mass:1.2,stiffness:598,type:\"spring\"},title:\"Transition Card\",type:ControlType.Transition},aFdhbPN51:{defaultValue:\"rgb(60, 64, 45)\",title:\"Green\",type:ControlType.Color}});addFonts(Framerr05zAyMt7,[{explicitInter:true,fonts:[{family:\"The Seasons Bold\",source:\"custom\",url:\"https://framerusercontent.com/assets/FWhwpuJj1yqQclznRb0vw150zrg.woff2\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerr05zAyMt7\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"330\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"zwgxIch3T\\\":\\\"transitionCard\\\",\\\"aFdhbPN51\\\":\\\"green\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"CtrlUcd63\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"HukMrY4pI\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"X8XBK8G71\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"161\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./r05zAyMt7.map", "// Generated by Framer (ab692b1)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getLoadingLazyAtYPosition,Image,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const ImageWithFX=withFX(Image);const cycleOrder=[\"XxYNgbEd4\",\"fVW5ASMGI\",\"ZXNkh1FG_\",\"QOEQua5IJ\",\"VsJUs1twj\",\"hCCtcqfhu\",\"q5iTxKLvX\",\"OAWcSzHtA\"];const serializationHash=\"framer-0tCBM\";const variantClassNames={fVW5ASMGI:\"framer-v-1bsbreu\",hCCtcqfhu:\"framer-v-16he6mz\",OAWcSzHtA:\"framer-v-gkvp2w\",q5iTxKLvX:\"framer-v-696byc\",QOEQua5IJ:\"framer-v-15xpopt\",VsJUs1twj:\"framer-v-4awfyo\",XxYNgbEd4:\"framer-v-185nf75\",ZXNkh1FG_:\"framer-v-nidh56\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:29,delay:0,mass:1,stiffness:500,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-100};const transition2={bounce:.2,delay:0,duration:1,type:\"spring\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:-100};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-150};const animation3={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:-150};const animation4={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:100,y:0};const transition3={bounce:.2,delay:.4,duration:1,type:\"spring\"};const animation5={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:100,y:0};const animation6={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:150,y:0};const transition4={bounce:.2,delay:.3,duration:1,type:\"spring\"};const animation7={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4,x:150,y:0};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={\"CR - Gil\":\"QOEQua5IJ\",\"CR - Lucas mob\":\"VsJUs1twj\",\"CR - Lucas\":\"XxYNgbEd4\",\"CR - Maxime mob\":\"OAWcSzHtA\",\"CR - Maxime\":\"ZXNkh1FG_\",\"CR - Simon mob\":\"hCCtcqfhu\",\"CR - Simon\":\"fVW5ASMGI\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"XxYNgbEd4\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"XxYNgbEd4\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1kls5y5=activeVariantCallback(async(...args)=>{setVariant(\"XxYNgbEd4\");});const onTapg0avcm=activeVariantCallback(async(...args)=>{setVariant(\"VsJUs1twj\");});const onTap10rpurl=activeVariantCallback(async(...args)=>{setVariant(\"fVW5ASMGI\");});const onTap8p6mso=activeVariantCallback(async(...args)=>{setVariant(\"hCCtcqfhu\");});const onTap1mb7jh=activeVariantCallback(async(...args)=>{setVariant(\"ZXNkh1FG_\");});const onTap1kl4dc6=activeVariantCallback(async(...args)=>{setVariant(\"q5iTxKLvX\");});const onTap1svfstq=activeVariantCallback(async(...args)=>{setVariant(\"QOEQua5IJ\");});const onTapvtiui2=activeVariantCallback(async(...args)=>{setVariant(\"OAWcSzHtA\");});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"QOEQua5IJ\",\"OAWcSzHtA\"].includes(baseVariant))return true;return false;};const isDisplayed1=()=>{if([\"ZXNkh1FG_\",\"q5iTxKLvX\"].includes(baseVariant))return true;return false;};const isDisplayed2=()=>{if([\"fVW5ASMGI\",\"ZXNkh1FG_\",\"QOEQua5IJ\",\"hCCtcqfhu\",\"q5iTxKLvX\",\"OAWcSzHtA\"].includes(baseVariant))return false;return true;};const isDisplayed3=()=>{if([\"fVW5ASMGI\",\"hCCtcqfhu\"].includes(baseVariant))return true;return false;};const isDisplayed4=()=>{if(baseVariant===\"QOEQua5IJ\")return true;return false;};const isDisplayed5=()=>{if(baseVariant===\"ZXNkh1FG_\")return true;return false;};const isDisplayed6=()=>{if(baseVariant===\"fVW5ASMGI\")return true;return false;};const isDisplayed7=()=>{if([\"fVW5ASMGI\",\"ZXNkh1FG_\",\"QOEQua5IJ\",\"VsJUs1twj\",\"hCCtcqfhu\",\"q5iTxKLvX\",\"OAWcSzHtA\"].includes(baseVariant))return false;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__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-185nf75\",className,classNames),\"data-framer-name\":\"CR - Lucas\",layoutDependency:layoutDependency,layoutId:\"XxYNgbEd4\",ref:refBinding,style:{...style},...addPropertyOverrides({fVW5ASMGI:{\"data-framer-name\":\"CR - Simon\"},hCCtcqfhu:{\"data-framer-name\":\"CR - Simon mob\"},OAWcSzHtA:{\"data-framer-name\":\"CR - Maxime mob\"},q5iTxKLvX:{\"data-framer-name\":\"CR - Maxime mob\"},QOEQua5IJ:{\"data-framer-name\":\"CR - Gil\"},VsJUs1twj:{\"data-framer-name\":\"CR - Lucas mob\"},ZXNkh1FG_:{\"data-framer-name\":\"CR - Maxime\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1sy1cd4\",\"data-framer-name\":\"Team\",layoutDependency:layoutDependency,layoutId:\"O_ufuGvTu\",children:[isDisplayed()&&/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",src:\"https://framerusercontent.com/images/e4xSuzyZeiwLBrCbVU5oyCWN4.jpg\",srcSet:\"https://framerusercontent.com/images/e4xSuzyZeiwLBrCbVU5oyCWN4.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/e4xSuzyZeiwLBrCbVU5oyCWN4.jpg 1333w\"},className:\"framer-1nffzwk\",\"data-framer-name\":\"Le20XRousse-35\",layoutDependency:layoutDependency,layoutId:\"PIjAol2Wg\",...addPropertyOverrides({OAWcSzHtA:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0),sizes:`calc(${componentViewport?.width||\"100vw\"} / 2)`,src:\"https://framerusercontent.com/images/e4xSuzyZeiwLBrCbVU5oyCWN4.jpg\",srcSet:\"https://framerusercontent.com/images/e4xSuzyZeiwLBrCbVU5oyCWN4.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/e4xSuzyZeiwLBrCbVU5oyCWN4.jpg 1333w\"}},QOEQua5IJ:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||508)-0-503)/2+0+0)+0+8),sizes:\"330px\",src:\"https://framerusercontent.com/images/e4xSuzyZeiwLBrCbVU5oyCWN4.jpg\",srcSet:\"https://framerusercontent.com/images/e4xSuzyZeiwLBrCbVU5oyCWN4.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/e4xSuzyZeiwLBrCbVU5oyCWN4.jpg 1333w\"}}},baseVariant,gestureVariant)}),isDisplayed1()&&/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",src:\"https://framerusercontent.com/images/XYzYhFHjvX6nd67mdY7CzWqsZ8.jpg\",srcSet:\"https://framerusercontent.com/images/XYzYhFHjvX6nd67mdY7CzWqsZ8.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/XYzYhFHjvX6nd67mdY7CzWqsZ8.jpg 1333w\"},className:\"framer-497o51\",\"data-framer-name\":\"Le20XRousse-19\",layoutDependency:layoutDependency,layoutId:\"MG0Qi5Un7\",...addPropertyOverrides({q5iTxKLvX:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0),sizes:`calc(${componentViewport?.width||\"100vw\"} / 2)`,src:\"https://framerusercontent.com/images/XYzYhFHjvX6nd67mdY7CzWqsZ8.jpg\",srcSet:\"https://framerusercontent.com/images/XYzYhFHjvX6nd67mdY7CzWqsZ8.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/XYzYhFHjvX6nd67mdY7CzWqsZ8.jpg 1333w\"}},ZXNkh1FG_:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||508)-0-503)/2+0+0)+0+8),sizes:\"330px\",src:\"https://framerusercontent.com/images/XYzYhFHjvX6nd67mdY7CzWqsZ8.jpg\",srcSet:\"https://framerusercontent.com/images/XYzYhFHjvX6nd67mdY7CzWqsZ8.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/XYzYhFHjvX6nd67mdY7CzWqsZ8.jpg 1333w\"}}},baseVariant,gestureVariant)}),isDisplayed2()&&/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||508)-0-503)/2+0+0)+0+8),sizes:\"330px\",src:\"https://framerusercontent.com/images/aeb6iyfEM9N7wiV4Mq6wsIfHA.jpg\",srcSet:\"https://framerusercontent.com/images/aeb6iyfEM9N7wiV4Mq6wsIfHA.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/aeb6iyfEM9N7wiV4Mq6wsIfHA.jpg 1333w\"},className:\"framer-1ard2z3\",\"data-framer-name\":\"Le20XRousse-39\",layoutDependency:layoutDependency,layoutId:\"G2FJxWm0a\",...addPropertyOverrides({VsJUs1twj:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0),sizes:`calc(${componentViewport?.width||\"100vw\"} / 2)`,src:\"https://framerusercontent.com/images/aeb6iyfEM9N7wiV4Mq6wsIfHA.jpg\",srcSet:\"https://framerusercontent.com/images/aeb6iyfEM9N7wiV4Mq6wsIfHA.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/aeb6iyfEM9N7wiV4Mq6wsIfHA.jpg 1333w\"}}},baseVariant,gestureVariant)}),isDisplayed3()&&/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",src:\"https://framerusercontent.com/images/LQEwDahagvw0TNf3dsl8hNVZw.jpg\",srcSet:\"https://framerusercontent.com/images/LQEwDahagvw0TNf3dsl8hNVZw.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/LQEwDahagvw0TNf3dsl8hNVZw.jpg 1333w\"},className:\"framer-1fdkg45\",\"data-framer-name\":\"Le20XRousse-24\",layoutDependency:layoutDependency,layoutId:\"uE4JcIKfA\",...addPropertyOverrides({fVW5ASMGI:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||508)-0-503)/2+0+0)+0+8),sizes:\"330px\",src:\"https://framerusercontent.com/images/LQEwDahagvw0TNf3dsl8hNVZw.jpg\",srcSet:\"https://framerusercontent.com/images/LQEwDahagvw0TNf3dsl8hNVZw.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/LQEwDahagvw0TNf3dsl8hNVZw.jpg 1333w\"}},hCCtcqfhu:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0),sizes:`calc(${componentViewport?.width||\"100vw\"} / 2)`,src:\"https://framerusercontent.com/images/LQEwDahagvw0TNf3dsl8hNVZw.jpg\",srcSet:\"https://framerusercontent.com/images/LQEwDahagvw0TNf3dsl8hNVZw.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/LQEwDahagvw0TNf3dsl8hNVZw.jpg 1333w\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1rfz216\",\"data-framer-name\":\"Right\",layoutDependency:layoutDependency,layoutId:\"l6PQLT47H\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1swil0a\",\"data-framer-name\":\"Name\",layoutDependency:layoutDependency,layoutId:\"eEQk3smAk\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBTZWFzb25zIEJvbGQ=\",\"--framer-font-family\":'\"The Seasons Bold\", \"The Seasons Bold Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-line-height\":\"56px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(59, 64, 44))\"},children:\"Lucas\"})}),className:\"framer-1bkns76\",\"data-framer-name\":\"Lucas\",fonts:[\"CUSTOM;The Seasons Bold\"],layoutDependency:layoutDependency,layoutId:\"u6lBTl19H\",style:{\"--extracted-r6o4lv\":\"rgb(59, 64, 44)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({fVW5ASMGI:{\"data-highlight\":true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBTZWFzb25zIEJvbGQ=\",\"--framer-font-family\":'\"The Seasons Bold\", \"The Seasons Bold Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-line-height\":\"56px\"},children:\"Lucas\"})}),onTap:onTap1kls5y5},hCCtcqfhu:{\"data-highlight\":true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBTZWFzb25zIEJvbGQ=\",\"--framer-font-family\":'\"The Seasons Bold\", \"The Seasons Bold Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-line-height\":\"56px\"},children:\"Lucas\"})}),onTap:onTapg0avcm},OAWcSzHtA:{\"data-highlight\":true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBTZWFzb25zIEJvbGQ=\",\"--framer-font-family\":'\"The Seasons Bold\", \"The Seasons Bold Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-line-height\":\"56px\"},children:\"Lucas\"})}),onTap:onTapg0avcm},q5iTxKLvX:{\"data-highlight\":true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBTZWFzb25zIEJvbGQ=\",\"--framer-font-family\":'\"The Seasons Bold\", \"The Seasons Bold Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-line-height\":\"56px\"},children:\"Lucas\"})}),onTap:onTapg0avcm},QOEQua5IJ:{\"data-highlight\":true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBTZWFzb25zIEJvbGQ=\",\"--framer-font-family\":'\"The Seasons Bold\", \"The Seasons Bold Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-line-height\":\"56px\"},children:\"Lucas\"})}),onTap:onTap1kls5y5},ZXNkh1FG_:{\"data-highlight\":true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBTZWFzb25zIEJvbGQ=\",\"--framer-font-family\":'\"The Seasons Bold\", \"The Seasons Bold Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-line-height\":\"56px\"},children:\"Lucas\"})}),onTap:onTap1kls5y5}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBTZWFzb25zIEJvbGQ=\",\"--framer-font-family\":'\"The Seasons Bold\", \"The Seasons Bold Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-line-height\":\"56px\"},children:\"Simon\"})}),className:\"framer-cgs2ep\",\"data-framer-name\":\"Simon\",\"data-highlight\":true,fonts:[\"CUSTOM;The Seasons Bold\"],layoutDependency:layoutDependency,layoutId:\"S6PmcnBmx\",onTap:onTap10rpurl,style:{\"--framer-paragraph-spacing\":\"0px\"},variants:{fVW5ASMGI:{\"--extracted-r6o4lv\":\"rgb(59, 64, 44)\"},hCCtcqfhu:{\"--extracted-r6o4lv\":\"rgb(59, 64, 44)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({fVW5ASMGI:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBTZWFzb25zIEJvbGQ=\",\"--framer-font-family\":'\"The Seasons Bold\", \"The Seasons Bold Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-line-height\":\"56px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(59, 64, 44))\"},children:\"Simon\"})})},hCCtcqfhu:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBTZWFzb25zIEJvbGQ=\",\"--framer-font-family\":'\"The Seasons Bold\", \"The Seasons Bold Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-line-height\":\"56px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(59, 64, 44))\"},children:\"Simon\"})}),onTap:onTap8p6mso},OAWcSzHtA:{onTap:onTap8p6mso},q5iTxKLvX:{onTap:onTap8p6mso},VsJUs1twj:{onTap:onTap8p6mso}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBTZWFzb25zIEJvbGQ=\",\"--framer-font-family\":'\"The Seasons Bold\", \"The Seasons Bold Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-line-height\":\"56px\"},children:\"Maxime\"})}),className:\"framer-hlv85l\",\"data-framer-name\":\"Maxime\",\"data-highlight\":true,fonts:[\"CUSTOM;The Seasons Bold\"],layoutDependency:layoutDependency,layoutId:\"cX02FCNmC\",onTap:onTap1mb7jh,style:{\"--framer-paragraph-spacing\":\"0px\"},variants:{q5iTxKLvX:{\"--extracted-r6o4lv\":\"rgb(59, 64, 44)\"},ZXNkh1FG_:{\"--extracted-r6o4lv\":\"rgb(59, 64, 44)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({hCCtcqfhu:{onTap:onTap1kl4dc6},OAWcSzHtA:{onTap:onTap1kl4dc6},q5iTxKLvX:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBTZWFzb25zIEJvbGQ=\",\"--framer-font-family\":'\"The Seasons Bold\", \"The Seasons Bold Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-line-height\":\"56px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(59, 64, 44))\"},children:\"Maxime\"})}),onTap:onTap1kl4dc6},VsJUs1twj:{onTap:onTap1kl4dc6},ZXNkh1FG_:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBTZWFzb25zIEJvbGQ=\",\"--framer-font-family\":'\"The Seasons Bold\", \"The Seasons Bold Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-line-height\":\"56px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(59, 64, 44))\"},children:\"Maxime\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBTZWFzb25zIEJvbGQ=\",\"--framer-font-family\":'\"The Seasons Bold\", \"The Seasons Bold Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-line-height\":\"56px\"},children:\"Gil\"})}),className:\"framer-s1gxm\",\"data-framer-name\":\"Gil\",\"data-highlight\":true,fonts:[\"CUSTOM;The Seasons Bold\"],layoutDependency:layoutDependency,layoutId:\"rUcu2GLsX\",onTap:onTap1svfstq,style:{\"--framer-paragraph-spacing\":\"0px\"},variants:{OAWcSzHtA:{\"--extracted-r6o4lv\":\"rgb(59, 64, 44)\"},QOEQua5IJ:{\"--extracted-r6o4lv\":\"rgb(59, 64, 44)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({hCCtcqfhu:{onTap:onTapvtiui2},OAWcSzHtA:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBTZWFzb25zIEJvbGQ=\",\"--framer-font-family\":'\"The Seasons Bold\", \"The Seasons Bold Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-line-height\":\"56px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(59, 64, 44))\"},children:\"Gil\"})}),onTap:onTapvtiui2},q5iTxKLvX:{onTap:onTapvtiui2},QOEQua5IJ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBTZWFzb25zIEJvbGQ=\",\"--framer-font-family\":'\"The Seasons Bold\", \"The Seasons Bold Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-line-height\":\"56px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(59, 64, 44))\"},children:\"Gil\"})})},VsJUs1twj:{onTap:onTapvtiui2}},baseVariant,gestureVariant)})]}),isDisplayed4()&&/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation4,__framer__exit:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",src:\"https://framerusercontent.com/images/RdIFkG2zTt2cpwRScMQXIp0glY.jpg\",srcSet:\"https://framerusercontent.com/images/RdIFkG2zTt2cpwRScMQXIp0glY.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/RdIFkG2zTt2cpwRScMQXIp0glY.jpg 1333w\"},className:\"framer-io2mpd\",\"data-framer-name\":\"Le20XRousse-34\",layoutDependency:layoutDependency,layoutId:\"lMv4pib3o\",...addPropertyOverrides({QOEQua5IJ:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||508)-0-503)/2+0+0)+0+0+0+256),sizes:\"210px\",src:\"https://framerusercontent.com/images/RdIFkG2zTt2cpwRScMQXIp0glY.jpg\",srcSet:\"https://framerusercontent.com/images/RdIFkG2zTt2cpwRScMQXIp0glY.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/RdIFkG2zTt2cpwRScMQXIp0glY.jpg 1333w\"}}},baseVariant,gestureVariant)}),isDisplayed5()&&/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation4,__framer__exit:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",src:\"https://framerusercontent.com/images/bdLvq7etj8i7FldEPwSuyIFCRM.jpg\",srcSet:\"https://framerusercontent.com/images/bdLvq7etj8i7FldEPwSuyIFCRM.jpg?scale-down-to=1024 664w,https://framerusercontent.com/images/bdLvq7etj8i7FldEPwSuyIFCRM.jpg 1298w\"},className:\"framer-30ooyb\",\"data-framer-name\":\"Le20XRousse-08\",layoutDependency:layoutDependency,layoutId:\"z0JCGNfPe\",...addPropertyOverrides({ZXNkh1FG_:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||508)-0-503)/2+0+0)+0+0+0+256),sizes:\"210px\",src:\"https://framerusercontent.com/images/bdLvq7etj8i7FldEPwSuyIFCRM.jpg\",srcSet:\"https://framerusercontent.com/images/bdLvq7etj8i7FldEPwSuyIFCRM.jpg?scale-down-to=1024 664w,https://framerusercontent.com/images/bdLvq7etj8i7FldEPwSuyIFCRM.jpg 1298w\"}}},baseVariant,gestureVariant)}),isDisplayed6()&&/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation4,__framer__exit:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",src:\"https://framerusercontent.com/images/mVOBcfWAhbxKW8rcECyBaVrZY.jpg\",srcSet:\"https://framerusercontent.com/images/mVOBcfWAhbxKW8rcECyBaVrZY.jpg?scale-down-to=1024 700w,https://framerusercontent.com/images/mVOBcfWAhbxKW8rcECyBaVrZY.jpg 1368w\"},className:\"framer-1929hlq\",\"data-framer-name\":\"Le20XRousse-32\",layoutDependency:layoutDependency,layoutId:\"l1tf6fnv7\",...addPropertyOverrides({fVW5ASMGI:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||508)-0-503)/2+0+0)+0+0+0+256),sizes:\"210px\",src:\"https://framerusercontent.com/images/mVOBcfWAhbxKW8rcECyBaVrZY.jpg\",srcSet:\"https://framerusercontent.com/images/mVOBcfWAhbxKW8rcECyBaVrZY.jpg?scale-down-to=1024 700w,https://framerusercontent.com/images/mVOBcfWAhbxKW8rcECyBaVrZY.jpg 1368w\"}}},baseVariant,gestureVariant)}),isDisplayed7()&&/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation6,__framer__exit:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||508)-0-503)/2+0+0)+0+0+0+256),sizes:\"210px\",src:\"https://framerusercontent.com/images/xWo0jgUX8sYv5dDtYFCPdMsyoMw.jpg\",srcSet:\"https://framerusercontent.com/images/xWo0jgUX8sYv5dDtYFCPdMsyoMw.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/xWo0jgUX8sYv5dDtYFCPdMsyoMw.jpg 1333w\"},className:\"framer-1q95pb7\",\"data-framer-name\":\"Le20XRousse-18\",layoutDependency:layoutDependency,layoutId:\"eJlOvwnUw\"})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-0tCBM.framer-1f901y0, .framer-0tCBM .framer-1f901y0 { display: block; }\",\".framer-0tCBM.framer-185nf75 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 508px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-0tCBM .framer-1sy1cd4 { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-0tCBM .framer-1nffzwk, .framer-0tCBM .framer-497o51, .framer-0tCBM .framer-1fdkg45 { aspect-ratio: 0.6665000022189054 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 495px); position: relative; width: 330px; }\",\".framer-0tCBM .framer-1ard2z3 { aspect-ratio: 0.6665000022189054 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 496px); position: relative; width: 330px; }\",\".framer-0tCBM .framer-1rfz216 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: 503px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-0tCBM .framer-1swil0a { 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: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-0tCBM .framer-1bkns76 { flex: none; height: 56px; position: relative; white-space: pre-wrap; width: 116px; word-break: break-word; word-wrap: break-word; }\",\".framer-0tCBM .framer-cgs2ep, .framer-0tCBM .framer-hlv85l, .framer-0tCBM .framer-s1gxm { cursor: pointer; flex: none; height: 56px; position: relative; white-space: pre-wrap; width: 116px; word-break: break-word; word-wrap: break-word; }\",\".framer-0tCBM .framer-io2mpd, .framer-0tCBM .framer-30ooyb, .framer-0tCBM .framer-1929hlq, .framer-0tCBM .framer-1q95pb7 { flex: none; height: 247px; position: relative; width: 210px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-0tCBM.framer-185nf75, .framer-0tCBM .framer-1sy1cd4, .framer-0tCBM .framer-1rfz216, .framer-0tCBM .framer-1swil0a { gap: 0px; } .framer-0tCBM.framer-185nf75 > *, .framer-0tCBM .framer-1swil0a > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-0tCBM.framer-185nf75 > :first-child, .framer-0tCBM .framer-1rfz216 > :first-child, .framer-0tCBM .framer-1swil0a > :first-child { margin-top: 0px; } .framer-0tCBM.framer-185nf75 > :last-child, .framer-0tCBM .framer-1rfz216 > :last-child, .framer-0tCBM .framer-1swil0a > :last-child { margin-bottom: 0px; } .framer-0tCBM .framer-1sy1cd4 > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-0tCBM .framer-1sy1cd4 > :first-child { margin-left: 0px; } .framer-0tCBM .framer-1sy1cd4 > :last-child { margin-right: 0px; } .framer-0tCBM .framer-1rfz216 > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } }\",\".framer-0tCBM.framer-v-1bsbreu .framer-1fdkg45, .framer-0tCBM.framer-v-nidh56 .framer-497o51, .framer-0tCBM.framer-v-15xpopt .framer-1nffzwk { height: var(--framer-aspect-ratio-supported, 496px); }\",\".framer-0tCBM.framer-v-1bsbreu .framer-1bkns76, .framer-0tCBM.framer-v-nidh56 .framer-1bkns76, .framer-0tCBM.framer-v-15xpopt .framer-1bkns76, .framer-0tCBM.framer-v-16he6mz .framer-1bkns76, .framer-0tCBM.framer-v-696byc .framer-1bkns76, .framer-0tCBM.framer-v-gkvp2w .framer-1bkns76 { cursor: pointer; }\",\".framer-0tCBM.framer-v-4awfyo.framer-185nf75 { justify-content: flex-start; width: 390px; }\",\".framer-0tCBM.framer-v-4awfyo .framer-1sy1cd4 { gap: 0px; height: 506px; justify-content: flex-start; width: 100%; }\",\".framer-0tCBM.framer-v-4awfyo .framer-1ard2z3, .framer-0tCBM.framer-v-16he6mz .framer-1fdkg45, .framer-0tCBM.framer-v-696byc .framer-497o51, .framer-0tCBM.framer-v-gkvp2w .framer-1nffzwk { aspect-ratio: unset; height: 100%; width: 50%; }\",\".framer-0tCBM.framer-v-4awfyo .framer-1rfz216, .framer-0tCBM.framer-v-16he6mz .framer-1rfz216, .framer-0tCBM.framer-v-696byc .framer-1rfz216, .framer-0tCBM.framer-v-gkvp2w .framer-1rfz216 { align-content: center; align-items: center; height: 100%; width: 50%; }\",\".framer-0tCBM.framer-v-4awfyo .framer-1swil0a, .framer-0tCBM.framer-v-16he6mz .framer-1swil0a, .framer-0tCBM.framer-v-696byc .framer-1swil0a, .framer-0tCBM.framer-v-gkvp2w .framer-1swil0a { align-content: flex-end; align-items: flex-end; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-0tCBM.framer-v-4awfyo .framer-1sy1cd4 { gap: 0px; } .framer-0tCBM.framer-v-4awfyo .framer-1sy1cd4 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-0tCBM.framer-v-4awfyo .framer-1sy1cd4 > :first-child { margin-left: 0px; } .framer-0tCBM.framer-v-4awfyo .framer-1sy1cd4 > :last-child { margin-right: 0px; } }\",\".framer-0tCBM.framer-v-16he6mz.framer-185nf75, .framer-0tCBM.framer-v-696byc.framer-185nf75, .framer-0tCBM.framer-v-gkvp2w.framer-185nf75 { align-content: flex-end; align-items: flex-end; aspect-ratio: 0.7677165354330708 / 1; height: var(--framer-aspect-ratio-supported, 508px); justify-content: flex-start; width: 390px; }\",\".framer-0tCBM.framer-v-16he6mz .framer-1sy1cd4, .framer-0tCBM.framer-v-696byc .framer-1sy1cd4, .framer-0tCBM.framer-v-gkvp2w .framer-1sy1cd4 { gap: 0px; height: 503px; justify-content: flex-start; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-0tCBM.framer-v-16he6mz .framer-1sy1cd4 { gap: 0px; } .framer-0tCBM.framer-v-16he6mz .framer-1sy1cd4 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-0tCBM.framer-v-16he6mz .framer-1sy1cd4 > :first-child { margin-left: 0px; } .framer-0tCBM.framer-v-16he6mz .framer-1sy1cd4 > :last-child { margin-right: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-0tCBM.framer-v-696byc .framer-1sy1cd4 { gap: 0px; } .framer-0tCBM.framer-v-696byc .framer-1sy1cd4 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-0tCBM.framer-v-696byc .framer-1sy1cd4 > :first-child { margin-left: 0px; } .framer-0tCBM.framer-v-696byc .framer-1sy1cd4 > :last-child { margin-right: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-0tCBM.framer-v-gkvp2w .framer-1sy1cd4 { gap: 0px; } .framer-0tCBM.framer-v-gkvp2w .framer-1sy1cd4 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-0tCBM.framer-v-gkvp2w .framer-1sy1cd4 > :first-child { margin-left: 0px; } .framer-0tCBM.framer-v-gkvp2w .framer-1sy1cd4 > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 508\n * @framerIntrinsicWidth 564\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"fixed\"]},\"fVW5ASMGI\":{\"layout\":[\"auto\",\"fixed\"]},\"ZXNkh1FG_\":{\"layout\":[\"auto\",\"fixed\"]},\"QOEQua5IJ\":{\"layout\":[\"auto\",\"fixed\"]},\"VsJUs1twj\":{\"layout\":[\"fixed\",\"fixed\"]},\"hCCtcqfhu\":{\"layout\":[\"fixed\",\"fixed\"]},\"q5iTxKLvX\":{\"layout\":[\"fixed\",\"fixed\"]},\"OAWcSzHtA\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerX3I4W8vZx=withCSS(Component,css,\"framer-0tCBM\");export default FramerX3I4W8vZx;FramerX3I4W8vZx.displayName=\"Teams CR\";FramerX3I4W8vZx.defaultProps={height:508,width:564};addPropertyControls(FramerX3I4W8vZx,{variant:{options:[\"XxYNgbEd4\",\"fVW5ASMGI\",\"ZXNkh1FG_\",\"QOEQua5IJ\",\"VsJUs1twj\",\"hCCtcqfhu\",\"q5iTxKLvX\",\"OAWcSzHtA\"],optionTitles:[\"CR - Lucas\",\"CR - Simon\",\"CR - Maxime\",\"CR - Gil\",\"CR - Lucas mob\",\"CR - Simon mob\",\"CR - Maxime mob\",\"CR - Maxime mob\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerX3I4W8vZx,[{explicitInter:true,fonts:[{family:\"The Seasons Bold\",source:\"custom\",url:\"https://framerusercontent.com/assets/FWhwpuJj1yqQclznRb0vw150zrg.woff2\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerX3I4W8vZx\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"fVW5ASMGI\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"ZXNkh1FG_\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"QOEQua5IJ\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"VsJUs1twj\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"hCCtcqfhu\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"q5iTxKLvX\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"OAWcSzHtA\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"564\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"508\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./X3I4W8vZx.map", "// Generated by Framer (ab692b1)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,cx,Link,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const MotionAWithFX=withFX(motion.a);const enabledGestures={i36f7JHks:{hover:true}};const serializationHash=\"framer-U4eRJ\";const variantClassNames={i36f7JHks:\"framer-v-1c8lnox\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};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 getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"i36f7JHks\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);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:\"mailto:thomascabibel@yahoo.fr\",motionChild:true,nodeId:\"i36f7JHks\",scopeId:\"YK5RXL_WR\",children:/*#__PURE__*/_jsxs(MotionAWithFX,{...restProps,...gestureHandlers,__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:`${cx(scopingClassNames,\"framer-1c8lnox\",className,classNames)} framer-1hbj1ty`,\"data-border\":true,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"i36f7JHks\",ref:refBinding,style:{\"--border-bottom-width\":\"2px\",\"--border-color\":\"rgb(0, 0, 0)\",\"--border-left-width\":\"2px\",\"--border-right-width\":\"2px\",\"--border-style\":\"solid\",\"--border-top-width\":\"2px\",backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,...style},variants:{\"i36f7JHks-hover\":{backgroundColor:\"rgb(255, 255, 255)\"}},...addPropertyOverrides({\"i36f7JHks-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1tvjsxl\",\"data-framer-name\":\"Communication / Mail\",layoutDependency:layoutDependency,layoutId:\"ZbIhuJmgV\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1i37do5\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:17,intrinsicWidth:20,layoutDependency:layoutDependency,layoutId:\"WwYtvAnk3\",svg:'<svg width=\"20\" height=\"17\" viewBox=\"-1 -1 20 17\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M1 1.37207L7.10764 5.98434L7.10967 5.98603C7.78785 6.48335 8.12714 6.73217 8.49876 6.82829C8.82723 6.91324 9.17251 6.91324 9.50098 6.82829C9.87293 6.73208 10.2132 6.48254 10.8926 5.98434C10.8926 5.98434 14.8101 2.97801 17 1.37207M0 11.1723V3.57227C0 2.45216 0 1.89169 0.217987 1.46387C0.409734 1.08754 0.715473 0.781804 1.0918 0.590057C1.51962 0.37207 2.08009 0.37207 3.2002 0.37207H14.8002C15.9203 0.37207 16.4796 0.37207 16.9074 0.590057C17.2837 0.781804 17.5905 1.08754 17.7822 1.46387C18 1.89127 18 2.45106 18 3.56898V11.1756C18 12.2936 18 12.8525 17.7822 13.28C17.5905 13.6563 17.2837 13.9626 16.9074 14.1543C16.48 14.3721 15.921 14.3721 14.8031 14.3721H3.19691C2.07899 14.3721 1.5192 14.3721 1.0918 14.1543C0.715473 13.9626 0.409734 13.6563 0.217987 13.28C0 12.8521 0 12.2924 0 11.1723Z\" stroke=\"black\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"center\"},children:\"Contactez-nous\"})}),className:\"framer-1ahwsju\",\"data-framer-name\":\"Contactez-nous\",fonts:[\"CUSTOM;Diamond Grotesk Variable\"],layoutDependency:layoutDependency,layoutId:\"laa8AhDNG\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-U4eRJ.framer-1hbj1ty, .framer-U4eRJ .framer-1hbj1ty { display: block; }\",\".framer-U4eRJ.framer-1c8lnox { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: visible; padding: 16px; position: relative; text-decoration: none; width: min-content; }\",\".framer-U4eRJ .framer-1tvjsxl { flex: none; height: 24px; overflow: hidden; position: relative; width: 24px; }\",\".framer-U4eRJ .framer-1i37do5 { bottom: 7px; flex: none; left: 0px; position: absolute; right: 7px; top: 4px; }\",\".framer-U4eRJ .framer-1ahwsju { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-U4eRJ.framer-1c8lnox { gap: 0px; } .framer-U4eRJ.framer-1c8lnox > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-U4eRJ.framer-1c8lnox > :first-child { margin-left: 0px; } .framer-U4eRJ.framer-1c8lnox > :last-child { margin-right: 0px; } }\",'.framer-U4eRJ[data-border=\"true\"]::after, .framer-U4eRJ [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 64\n * @framerIntrinsicWidth 241\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"YpAnydkdD\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerYK5RXL_WR=withCSS(Component,css,\"framer-U4eRJ\");export default FramerYK5RXL_WR;FramerYK5RXL_WR.displayName=\"cta\";FramerYK5RXL_WR.defaultProps={height:64,width:241};const variationAxes=[{defaultValue:0,maxValue:1,minValue:0,name:\"Italic\",tag:\"ital\"}];addFonts(FramerYK5RXL_WR,[{explicitInter:true,fonts:[{family:\"Diamond Grotesk Variable\",source:\"custom\",url:\"https://framerusercontent.com/assets/UShQhpAkw2W94XvxwIzr9ESf30.woff2\",variationAxes}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerYK5RXL_WR\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"241\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"YpAnydkdD\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"64\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./YK5RXL_WR.map", "// Generated by Framer (f030ee3)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,PropertyOverrides,RichText,SVG,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useRouteElementId,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import GoogleMaps from\"https://framerusercontent.com/modules/Hbc0lxqGSRzFG6uMT9yO/jZfB18ggDrqER5ihmIsa/GoogleMaps.js\";import Nav from\"#framer/local/canvasComponent/kP0xwOIxw/kP0xwOIxw.js\";import TeamsFR from\"#framer/local/canvasComponent/ntliq2kxN/ntliq2kxN.js\";import CardLocalisation from\"#framer/local/canvasComponent/r05zAyMt7/r05zAyMt7.js\";import TeamsCR from\"#framer/local/canvasComponent/X3I4W8vZx/X3I4W8vZx.js\";import Cta from\"#framer/local/canvasComponent/YK5RXL_WR/YK5RXL_WR.js\";import*as sharedStyle from\"#framer/local/css/sJ2QEITYH/sJ2QEITYH.js\";import metadataProvider from\"#framer/local/webPageMetadata/augiA20Il/augiA20Il.js\";const NavFonts=getFonts(Nav);const ContainerWithOptimizedAppearEffect=withOptimizedAppearEffect(Container);const RichTextWithOptimizedAppearEffect=withOptimizedAppearEffect(RichText);const CardLocalisationFonts=getFonts(CardLocalisation);const MotionDivWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(motion.div));const ContainerWithFX=withFX(Container);const TeamsCRFonts=getFonts(TeamsCR);const TeamsFRFonts=getFonts(TeamsFR);const MotionDivWithFX=withFX(motion.div);const RichTextWithFX=withFX(RichText);const CtaFonts=getFonts(Cta);const GoogleMapsFonts=getFonts(GoogleMaps);const breakpoints={wj2JxxgiC:\"(max-width: 1059px)\",WQLkyLRf1:\"(min-width: 1440px)\",Zus1HOcgT:\"(min-width: 1060px) and (max-width: 1439px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-Npo1R\";const variantClassNames={wj2JxxgiC:\"framer-v-xg6g9s\",WQLkyLRf1:\"framer-v-72rtr7\",Zus1HOcgT:\"framer-v-8ciauz\"};const transition1={bounce:.2,delay:1.25,duration:.4,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,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 transition2={damping:28,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation3={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:75};const transition3={damping:28,delay:.25,mass:1,stiffness:400,type:\"spring\"};const animation4={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:0};const transition4={damping:28,delay:.5,mass:1,stiffness:400,type:\"spring\"};const animation5={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4,x:0,y:0};const transition5={bounce:.2,delay:.75,duration:1,type:\"spring\"};const animation6={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition5,x:0,y:0};const transition6={bounce:.2,delay:1,duration:1,type:\"spring\"};const animation7={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition6,x:0,y:0};const transition7={bounce:0,delay:0,duration:10,type:\"spring\"};const animation8={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-1309,y:0};const transition8={bounce:.2,delay:1.3,duration:1,type:\"spring\"};const animation9={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition8,x:0,y:0};const animation10={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const animation11={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-820,y:0};const animation12={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-80};const transition9={bounce:.2,delay:0,duration:1,type:\"spring\"};const animation13={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition9,x:0,y:-80};const animation14={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transition10={bounce:.2,delay:0,duration:.4,type:\"spring\"};const animation15={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition10,x:0,y:0};const transition11={bounce:.2,delay:.3,duration:1,type:\"spring\"};const animation16={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition11,x:0,y:-80};const transition12={bounce:.2,delay:.6,duration:1,type:\"spring\"};const animation17={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition12,x:0,y:-80};const animation18={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-150};const animation19={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition10,x:0,y:-150};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"WQLkyLRf1\",Phone:\"wj2JxxgiC\",Tablet:\"Zus1HOcgT\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"WQLkyLRf1\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const elementId=useRouteElementId(\"dp7Em6m1a\");const ref1=React.useRef(null);const elementId1=useRouteElementId(\"BRSNGqsEO\");const ref2=React.useRef(null);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"Zus1HOcgT\")return true;return false;};const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"Zus1HOcgT\")return false;return true;};const elementId2=useRouteElementId(\"Dm3dWAJbg\");const ref3=React.useRef(null);const elementId3=useRouteElementId(\"nGWvXhduw\");const ref4=React.useRef(null);const elementId4=useRouteElementId(\"dvjn9eMfM\");const ref5=React.useRef(null);const elementId5=useRouteElementId(\"fgLqBi5mg\");const ref6=React.useRef(null);const isDisplayed2=()=>{if(!isBrowser())return true;if([\"wj2JxxgiC\",\"Zus1HOcgT\"].includes(baseVariant))return true;return false;};const elementId6=useRouteElementId(\"lnqVR7TOG\");const ref7=React.useRef(null);useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"WQLkyLRf1\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(230, 223, 208); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-72rtr7\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wj2JxxgiC:{width:componentViewport?.width||\"100vw\",y:0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:98,width:`calc(${componentViewport?.width||\"100vw\"} - 115px)`,y:20,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wj2JxxgiC:{animate:undefined,initial:undefined,optimized:undefined}},children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation,className:\"framer-x3sfp4-container\",\"data-framer-appear-id\":\"x3sfp4\",initial:animation1,layoutScroll:true,nodeId:\"FYdYVRha7\",optimized:true,rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wj2JxxgiC:{variant:\"fOfQro4Rs\"}},children:/*#__PURE__*/_jsx(Nav,{height:\"100%\",id:\"FYdYVRha7\",layoutId:\"FYdYVRha7\",style:{width:\"100%\"},variant:\"SoMc1RAwo\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsxs(\"main\",{className:\"framer-1a2jvot\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wj2JxxgiC:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0),positionX:\"39%\",positionY:\"30.9%\",sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/zSRIQqYr0nY91Wrq8xgtpjgk4UQ.png\",srcSet:\"https://framerusercontent.com/images/zSRIQqYr0nY91Wrq8xgtpjgk4UQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/zSRIQqYr0nY91Wrq8xgtpjgk4UQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/zSRIQqYr0nY91Wrq8xgtpjgk4UQ.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/zSRIQqYr0nY91Wrq8xgtpjgk4UQ.png 2882w\"}},Zus1HOcgT:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0),positionX:\"39%\",positionY:\"30.9%\",sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/zSRIQqYr0nY91Wrq8xgtpjgk4UQ.png\",srcSet:\"https://framerusercontent.com/images/zSRIQqYr0nY91Wrq8xgtpjgk4UQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/zSRIQqYr0nY91Wrq8xgtpjgk4UQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/zSRIQqYr0nY91Wrq8xgtpjgk4UQ.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/zSRIQqYr0nY91Wrq8xgtpjgk4UQ.png 2882w\"}}},children:/*#__PURE__*/_jsxs(Image,{as:\"header\",background:{alt:\"\",fit:\"fill\",positionX:\"39%\",positionY:\"30.9%\",sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/zSRIQqYr0nY91Wrq8xgtpjgk4UQ.png\",srcSet:\"https://framerusercontent.com/images/zSRIQqYr0nY91Wrq8xgtpjgk4UQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/zSRIQqYr0nY91Wrq8xgtpjgk4UQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/zSRIQqYr0nY91Wrq8xgtpjgk4UQ.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/zSRIQqYr0nY91Wrq8xgtpjgk4UQ.png 2882w\"},className:\"framer-7swut1\",\"data-framer-name\":\"hero\",id:elementId,ref:ref1,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-19minm7\",\"data-framer-name\":\"text\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1r0zk9a\",\"data-framer-name\":\"Frame 3\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wj2JxxgiC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBTZWFzb25zIEJvbGQ=\",\"--framer-font-family\":'\"The Seasons Bold\", \"The Seasons Bold Placeholder\", sans-serif',\"--framer-font-size\":\"42px\",\"--framer-line-height\":\"64px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(59, 64, 44)\"},children:\"Style aff\\xfbt\\xe9, esprit raffin\\xe9.\"})})}},children:/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation2,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBTZWFzb25zIEJvbGQ=\",\"--framer-font-family\":'\"The Seasons Bold\", \"The Seasons Bold Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-line-height\":\"64px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(59, 64, 44)\"},children:\"Style aff\\xfbt\\xe9, esprit raffin\\xe9.\"})}),className:\"framer-hgf56s\",\"data-framer-appear-id\":\"hgf56s\",\"data-framer-name\":\"Style aff\\xfbt\\xe9, esprit raffin\\xe9.\",fonts:[\"CUSTOM;The Seasons Bold\"],initial:animation3,optimized:true,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Zus1HOcgT:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(91, 98, 71)\"},children:\"Chaque coupe est un art, chaque barbe une signature. \"})})}},children:/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation4,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(91, 98, 71)\"},children:\"Chaque coupe est un art, chaque barbe une signature. \"})}),className:\"framer-1m66480\",\"data-framer-appear-id\":\"1m66480\",\"data-framer-name\":\"Chaque coupe est un art, chaque barbe une signature.\",fonts:[\"CUSTOM;Diamond Grotesk Variable\"],initial:animation3,optimized:true,verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wj2JxxgiC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"21px\",\"--framer-text-alignment\":\"center\"},children:\"Parce qu\u2019un homme confiant commence par une allure impeccable, laissez-nous sculpter votre style avec pr\\xe9cision et exigence. \"})})},Zus1HOcgT:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"21px\",\"--framer-text-alignment\":\"center\"},children:\"Parce qu\u2019un homme confiant commence par une allure impeccable, laissez-nous sculpter votre style avec pr\\xe9cision et exigence. \"})})}},children:/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation5,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"center\"},children:\"Parce qu\u2019un homme confiant commence par une allure impeccable,\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"center\"},children:\"laissez-nous sculpter votre style avec pr\\xe9cision et exigence. \"})]}),className:\"framer-3r5ezl\",\"data-framer-appear-id\":\"3r5ezl\",\"data-framer-name\":\"Parce qu\u2019un homme confiant commence par une allure impeccable, laissez-nous sculpter votre style avec pr\\xe9cision et exigence.\",fonts:[\"CUSTOM;Diamond Grotesk Variable\"],initial:animation3,optimized:true,verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1xgdfxr\",\"data-framer-name\":\"localisation\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wj2JxxgiC:{width:`calc(${componentViewport?.width||\"100vw\"} * 0.95)`,y:(componentViewport?.y||0)+0+0+0+0+180+297.5+0+0},Zus1HOcgT:{width:`calc(${componentViewport?.width||\"100vw\"} * 0.95)`,y:(componentViewport?.y||0)+0+0+0+0+180+297.5+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:161,width:\"330px\",children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation6,className:\"framer-ke6f4w-container\",\"data-framer-appear-id\":\"ke6f4w\",initial:animation3,nodeId:\"dgPsIfilz\",optimized:true,rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(CardLocalisation,{aFdhbPN51:\"rgb(60, 64, 45)\",height:\"100%\",id:\"dgPsIfilz\",layoutId:\"dgPsIfilz\",style:{width:\"100%\"},variant:\"e4fQoN2mU\",width:\"100%\",zwgxIch3T:{damping:26,delay:0,mass:1.2,stiffness:598,type:\"spring\"}})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wj2JxxgiC:{width:`calc(${componentViewport?.width||\"100vw\"} * 0.95)`,y:(componentViewport?.y||0)+0+0+0+0+180+297.5+0+185},Zus1HOcgT:{width:`calc(${componentViewport?.width||\"100vw\"} * 0.95)`,y:(componentViewport?.y||0)+0+0+0+0+180+297.5+0+185}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:161,width:\"330px\",children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation7,className:\"framer-12spxc9-container\",\"data-framer-appear-id\":\"12spxc9\",initial:animation3,nodeId:\"zqPsNmJ80\",optimized:true,rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(CardLocalisation,{aFdhbPN51:\"rgb(60, 64, 45)\",height:\"100%\",id:\"zqPsNmJ80\",layoutId:\"zqPsNmJ80\",style:{width:\"100%\"},variant:\"CtrlUcd63\",width:\"100%\",zwgxIch3T:{damping:26,delay:0,mass:1.2,stiffness:598,type:\"spring\"}})})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wj2JxxgiC:{__framer__loop:animation11,__framer__loopPauseOffscreen:false}},children:/*#__PURE__*/_jsxs(MotionDivWithFXWithOptimizedAppearEffect,{__framer__loop:animation8,__framer__loopEffectEnabled:true,__framer__loopPauseOffscreen:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition7,__perspectiveFX:false,__targetOpacity:1,animate:animation9,className:\"framer-1g8tk4z\",\"data-framer-appear-id\":\"1g8tk4z\",\"data-framer-name\":\"Frame 4\",initial:animation10,optimized:true,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wj2JxxgiC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"85px\",\"--framer-line-height\":\"104px\",\"--framer-text-color\":\"rgb(91, 98, 71)\"},children:\"Le 20 Barber Shop \\xa9\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"144px\",\"--framer-line-height\":\"104px\",\"--framer-text-color\":\"rgb(91, 98, 71)\"},children:\"Le 20 Barber Shop \\xa9\"})}),className:\"framer-1v4k1x8\",\"data-framer-name\":\"Le 20 Barber Shop \\xa9\",fonts:[\"CUSTOM;Diamond Grotesk Variable\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wj2JxxgiC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"85px\",\"--framer-line-height\":\"104px\",\"--framer-text-color\":\"rgb(91, 98, 71)\"},children:\"Le 20 Barber Shop \\xa9\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"144px\",\"--framer-line-height\":\"104px\",\"--framer-text-color\":\"rgb(91, 98, 71)\"},children:\"Le 20 Barber Shop \\xa9\"})}),className:\"framer-xd3vtb\",\"data-framer-name\":\"Le 20 Barber Shop \\xa9\",fonts:[\"CUSTOM;Diamond Grotesk Variable\"],verticalAlignment:\"top\",withExternalLayout:true})})]})})]})}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-1l3trjz\",\"data-framer-name\":\"Croix Rousse\",id:elementId1,ref:ref2,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-3fyyyp\",\"data-framer-name\":\"left\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wj2JxxgiC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBTZWFzb25zIEJvbGQ=\",\"--framer-font-family\":'\"The Seasons Bold\", \"The Seasons Bold Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-line-height\":\"56px\",\"--framer-text-alignment\":\"center\"},children:\"\\xc0 propos de nous\"})})},Zus1HOcgT:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBTZWFzb25zIEJvbGQ=\",\"--framer-font-family\":'\"The Seasons Bold\", \"The Seasons Bold Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-line-height\":\"56px\",\"--framer-text-alignment\":\"center\"},children:\"\\xc0 propos de nous\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBTZWFzb25zIEJvbGQ=\",\"--framer-font-family\":'\"The Seasons Bold\", \"The Seasons Bold Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-line-height\":\"56px\"},children:\"\\xc0 propos de nous\"})}),className:\"framer-1jclii9\",\"data-framer-name\":\"\\xc0 propos de nous\",fonts:[\"CUSTOM;The Seasons Bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-a2fqvp\",\"data-framer-name\":\"croix-rousse\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wj2JxxgiC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBTZWFzb25zIEJvbGQ=\",\"--framer-font-family\":'\"The Seasons Bold\", \"The Seasons Bold Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-line-height\":\"32px\",\"--framer-text-color\":\"rgb(91, 98, 71)\"},children:[\"Croix\",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"Qkk7QkRPIEdyb3Rlc2svdmFyaWFibGUvdjA=\",\"--framer-font-family\":'\"BDO Grotesk Variable\", sans-serif',\"--framer-font-weight\":\"1000\"},children:\" \"}),\"Rousse\"]})}),fonts:[\"CUSTOM;The Seasons Bold\",\"BI;BDO Grotesk/variable/v0\"]},Zus1HOcgT:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBTZWFzb25zIEJvbGQ=\",\"--framer-font-family\":'\"The Seasons Bold\", \"The Seasons Bold Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-line-height\":\"32px\",\"--framer-text-color\":\"rgb(91, 98, 71)\"},children:[\"Croix\",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"Qkk7QkRPIEdyb3Rlc2svdmFyaWFibGUvdjA=\",\"--framer-font-family\":'\"BDO Grotesk Variable\", sans-serif',\"--framer-font-weight\":\"1000\"},children:\" \"}),\"Rousse\"]})}),fonts:[\"CUSTOM;The Seasons Bold\",\"BI;BDO Grotesk/variable/v0\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBTZWFzb25zIEJvbGQ=\",\"--framer-font-family\":'\"The Seasons Bold\", \"The Seasons Bold Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"32px\",\"--framer-text-color\":\"rgb(91, 98, 71)\"},children:\"Croix Rousse\"})}),className:\"framer-ykqj94\",\"data-framer-name\":\"Croix-Rousse\",fonts:[\"CUSTOM;The Seasons Bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wj2JxxgiC:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1112+0+0+0+88+0+56),sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.9)`,src:\"https://framerusercontent.com/images/0jqxW1x4a4dfNaXckQmSUuRb84.jpg\",srcSet:\"https://framerusercontent.com/images/0jqxW1x4a4dfNaXckQmSUuRb84.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/0jqxW1x4a4dfNaXckQmSUuRb84.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/0jqxW1x4a4dfNaXckQmSUuRb84.jpg 2000w\"}},Zus1HOcgT:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1056+0+0+0+88+0+56),sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.9)`,src:\"https://framerusercontent.com/images/0jqxW1x4a4dfNaXckQmSUuRb84.jpg\",srcSet:\"https://framerusercontent.com/images/0jqxW1x4a4dfNaXckQmSUuRb84.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/0jqxW1x4a4dfNaXckQmSUuRb84.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/0jqxW1x4a4dfNaXckQmSUuRb84.jpg 2000w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",src:\"https://framerusercontent.com/images/0jqxW1x4a4dfNaXckQmSUuRb84.jpg\",srcSet:\"https://framerusercontent.com/images/0jqxW1x4a4dfNaXckQmSUuRb84.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/0jqxW1x4a4dfNaXckQmSUuRb84.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/0jqxW1x4a4dfNaXckQmSUuRb84.jpg 2000w\"},className:\"framer-1k68tu\",\"data-framer-name\":\"Le20XRousse-02\"})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wj2JxxgiC:{width:`calc(${componentViewport?.width||\"100vw\"} * 0.9)`,y:(componentViewport?.y||0)+0+0+0+1112+0+0+0+395.945},Zus1HOcgT:{width:`calc(${componentViewport?.width||\"100vw\"} * 0.9)`,y:(componentViewport?.y||0)+0+0+0+1056+0+0+0+395.945}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:161,width:\"330px\",children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition9},__framer__animateOnce:true,__framer__enter:animation12,__framer__exit:animation13,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-ltttke-container\",nodeId:\"p03NrYu90\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(CardLocalisation,{aFdhbPN51:\"rgb(60, 64, 45)\",height:\"100%\",id:\"p03NrYu90\",layoutId:\"p03NrYu90\",style:{width:\"100%\"},variant:\"e4fQoN2mU\",width:\"100%\",zwgxIch3T:{damping:26,delay:0,mass:1.2,stiffness:598,type:\"spring\"}})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-y7irtf\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wj2JxxgiC:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"21px\"},children:\"Notre \\xe9quipe de barbiers talentueux est passionn\\xe9e par l\u2019art de la coupe, en veillant \\xe0 ce qu\u2019elle soit non seulement impeccable, mais aussi parfaitement adapt\\xe9e \\xe0 votre style personnel.\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RGlhbW9uZCBHcm90ZXNrLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Diamond Grotesk\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"21px\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"21px\"},children:\"Que vous recherchiez un look audacieux ou classique, nous prenons toujours le temps de le r\\xe9aliser avec pr\\xe9cision.\"})]})},Zus1HOcgT:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-line-height\":\"21px\"},children:\"Notre \\xe9quipe de barbiers talentueux est passionn\\xe9e par l\u2019art de la coupe, en veillant \\xe0 ce qu\u2019elle soit non seulement impeccable, mais aussi parfaitement adapt\\xe9e \\xe0 votre style personnel.\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RGlhbW9uZCBHcm90ZXNrLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Diamond Grotesk\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"21px\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-line-height\":\"21px\"},children:\"Que vous recherchiez un look audacieux ou classique, nous prenons toujours le temps de le r\\xe9aliser avec pr\\xe9cision.\"})]})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"32px\"},children:\"Notre \\xe9quipe de barbiers talentueux est passionn\\xe9e par l\u2019art de la coupe, en veillant \\xe0 ce qu\u2019elle soit non seulement impeccable, mais aussi parfaitement adapt\\xe9e \\xe0 votre style personnel.\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RGlhbW9uZCBHcm90ZXNrLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Diamond Grotesk\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"32px\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"32px\"},children:\"Que vous recherchiez un look audacieux ou classique, nous prenons toujours le temps de le r\\xe9aliser avec pr\\xe9cision.\"})]}),className:\"framer-1aho1xv\",\"data-framer-name\":\"Notre \\xe9quipe de barbiers talentueux est passionn\\xe9e par l\u2019art de la coupe, en veillant \\xe0 ce qu\u2019elle soit non seulement impeccable, mais aussi parfaitement adapt\\xe9e \\xe0 votre style personnel. Que vous recherchiez un look audacieux ou classique, nous prenons toujours le temps de le r\\xe9aliser avec pr\\xe9cision.\",fonts:[\"CUSTOM;Diamond Grotesk Variable\",\"GF;Diamond Grotesk-regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Zus1HOcgT:{height:508,width:`calc(${componentViewport?.width||\"100vw\"} * 0.9)`,y:(componentViewport?.y||0)+0+0+0+1056+0+588.945+0+339}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1em20d1-container hidden-72rtr7 hidden-xg6g9s\",nodeId:\"l6v1fqxfI\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(TeamsCR,{height:\"100%\",id:\"l6v1fqxfI\",layoutId:\"l6v1fqxfI\",style:{height:\"100%\",width:\"100%\"},variant:\"VsJUs1twj\",width:\"100%\"})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wj2JxxgiC:{width:`calc(${componentViewport?.width||\"100vw\"} * 0.9)`,y:(componentViewport?.y||0)+0+0+0+1112+0+588.945+0+339}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:508,width:\"566px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-55rmen-container hidden-8ciauz\",nodeId:\"XSy0dmF31\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wj2JxxgiC:{variant:\"VsJUs1twj\"}},children:/*#__PURE__*/_jsx(TeamsCR,{height:\"100%\",id:\"XSy0dmF31\",layoutId:\"XSy0dmF31\",style:{height:\"100%\",width:\"100%\"},variant:\"XxYNgbEd4\",width:\"100%\"})})})})})]})]}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-1s1ucpb\",\"data-framer-name\":\"Franklin Roselvelt\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-19n7aoo\",\"data-framer-name\":\"left\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wj2JxxgiC:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"21px\"},children:\"Nous vous accueillons dans un cadre \\xe9l\\xe9gant au charme vintage, o\\xf9 votre confort et votre bien-\\xeatre sont notre priorit\\xe9 absolue. Profitez d\u2019une exp\\xe9rience unique, o\\xf9 chaque d\\xe9tail est pens\\xe9 pour vous offrir un service de qualit\\xe9.\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RGlhbW9uZCBHcm90ZXNrLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Diamond Grotesk\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"21px\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"21px\"},children:\"Tout ce dont vous avez besoin, nous faisons tout et nous le faisons bien.\"})]})},Zus1HOcgT:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"21px\"},children:\"Nous vous accueillons dans un cadre \\xe9l\\xe9gant au charme vintage, o\\xf9 votre confort et votre bien-\\xeatre sont notre priorit\\xe9 absolue. Profitez d\u2019une exp\\xe9rience unique, o\\xf9 chaque d\\xe9tail est pens\\xe9 pour vous offrir un service de qualit\\xe9.\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RGlhbW9uZCBHcm90ZXNrLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Diamond Grotesk\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"21px\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"21px\"},children:\"Tout ce dont vous avez besoin, nous faisons tout et nous le faisons bien.\"})]})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"32px\"},children:\"Nous vous accueillons dans un cadre \\xe9l\\xe9gant au charme vintage, o\\xf9 votre confort et votre bien-\\xeatre sont notre priorit\\xe9 absolue. Profitez d\u2019une exp\\xe9rience unique, o\\xf9 chaque d\\xe9tail est pens\\xe9 pour vous offrir un service de qualit\\xe9.\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RGlhbW9uZCBHcm90ZXNrLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Diamond Grotesk\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"32px\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"32px\"},children:\"Tout ce dont vous avez besoin, nous faisons tout et nous le faisons bien.\"})]}),className:\"framer-2a57ch\",\"data-framer-name\":\"Nous vous accueillons dans un cadre \\xe9l\\xe9gant au charme vintage, o\\xf9 votre confort et votre bien-\\xeatre sont notre priorit\\xe9 absolue. Profitez d\u2019une exp\\xe9rience unique, o\\xf9 chaque d\\xe9tail est pens\\xe9 pour vous offrir un service de qualit\\xe9. Tout ce dont vous avez besoin, nous faisons tout et nous le faisons bien.\",fonts:[\"CUSTOM;Diamond Grotesk Variable\",\"GF;Diamond Grotesk-regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed1()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wj2JxxgiC:{width:`calc(${componentViewport?.width||\"100vw\"} * 0.9)`,y:(componentViewport?.y||0)+0+0+0+2659.945+0+541+0+339}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:509.4372,width:\"566px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1icvaqm-container hidden-8ciauz\",nodeId:\"ikGKQyUKV\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wj2JxxgiC:{variant:\"HszgpkAR4\"}},children:/*#__PURE__*/_jsx(TeamsFR,{height:\"100%\",id:\"ikGKQyUKV\",layoutId:\"ikGKQyUKV\",style:{height:\"100%\",width:\"100%\"},variant:\"MigaKtYhr\",width:\"100%\"})})})})}),isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Zus1HOcgT:{height:509.4372,width:`calc(${componentViewport?.width||\"100vw\"} * 0.9)`,y:(componentViewport?.y||0)+0+0+0+2547.945+0+525+0+339}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-8calcw-container hidden-72rtr7 hidden-xg6g9s\",nodeId:\"u9OgTFpWE\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(TeamsFR,{height:\"100%\",id:\"u9OgTFpWE\",layoutId:\"u9OgTFpWE\",style:{height:\"100%\",width:\"100%\"},variant:\"HszgpkAR4\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-r3fmes\",\"data-framer-name\":\"right\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-fh3db4\",\"data-framer-name\":\"frosevelt\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wj2JxxgiC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBTZWFzb25zIEJvbGQ=\",\"--framer-font-family\":'\"The Seasons Bold\", \"The Seasons Bold Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"rgb(140, 52, 0)\"},children:\"Franklin Roosevelt\"})})},Zus1HOcgT:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBTZWFzb25zIEJvbGQ=\",\"--framer-font-family\":'\"The Seasons Bold\", \"The Seasons Bold Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"rgb(140, 52, 0)\"},children:\"Franklin Roosevelt\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBTZWFzb25zIEJvbGQ=\",\"--framer-font-family\":'\"The Seasons Bold\", \"The Seasons Bold Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"rgb(140, 52, 0)\"},children:\"Franklin Roosevelt\"})}),className:\"framer-1mtqh1x\",\"data-framer-name\":\"Franklin Rosevelt\",fonts:[\"CUSTOM;The Seasons Bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wj2JxxgiC:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+2659.945+0+0+0+0+0+56),sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.9)`,src:\"https://framerusercontent.com/images/Ds4fWGpbo9bSrOaSmjIIDmtPFk.jpg\",srcSet:\"https://framerusercontent.com/images/Ds4fWGpbo9bSrOaSmjIIDmtPFk.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/Ds4fWGpbo9bSrOaSmjIIDmtPFk.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/Ds4fWGpbo9bSrOaSmjIIDmtPFk.jpg 2000w\"}},Zus1HOcgT:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+2547.945+0+0+0+0+0+56),sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.9)`,src:\"https://framerusercontent.com/images/Ds4fWGpbo9bSrOaSmjIIDmtPFk.jpg\",srcSet:\"https://framerusercontent.com/images/Ds4fWGpbo9bSrOaSmjIIDmtPFk.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/Ds4fWGpbo9bSrOaSmjIIDmtPFk.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/Ds4fWGpbo9bSrOaSmjIIDmtPFk.jpg 2000w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"330px\",src:\"https://framerusercontent.com/images/Ds4fWGpbo9bSrOaSmjIIDmtPFk.jpg\",srcSet:\"https://framerusercontent.com/images/Ds4fWGpbo9bSrOaSmjIIDmtPFk.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/Ds4fWGpbo9bSrOaSmjIIDmtPFk.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/Ds4fWGpbo9bSrOaSmjIIDmtPFk.jpg 2000w\"},className:\"framer-8qg7hp\",\"data-framer-name\":\"Le20-6e\u0300me-01\"})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wj2JxxgiC:{width:`calc(${componentViewport?.width||\"100vw\"} * 0.9)`,y:(componentViewport?.y||0)+0+0+0+2659.945+0+0+0+332},Zus1HOcgT:{width:`calc(${componentViewport?.width||\"100vw\"} * 0.9)`,y:(componentViewport?.y||0)+0+0+0+2547.945+0+0+0+332}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:161,width:\"330px\",children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition9},__framer__animateOnce:true,__framer__enter:animation12,__framer__exit:animation13,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-4r8s2c-container\",nodeId:\"nvZJA6d62\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(CardLocalisation,{aFdhbPN51:\"rgb(60, 64, 45)\",height:\"100%\",id:\"nvZJA6d62\",layoutId:\"nvZJA6d62\",style:{width:\"100%\"},variant:\"CtrlUcd63\",width:\"100%\",zwgxIch3T:{damping:26,delay:0,mass:1.2,stiffness:598,type:\"spring\"}})})})})]})]}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1ub8gns\",\"data-framer-name\":\"separator\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:3,intrinsicWidth:1439,svg:'<svg width=\"1439\" height=\"3\" viewBox=\"-1 -1 1439 3\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<line x1=\"0.505188\" y1=\"0.5\" x2=\"1436.49\" y2=\"0.5\" stroke=\"black\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-4vhy\",\"data-framer-name\":\"Prestation\",id:elementId2,ref:ref3,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wj2JxxgiC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBTZWFzb25zIEJvbGQ=\",\"--framer-font-family\":'\"The Seasons Bold\", \"The Seasons Bold Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-line-height\":\"56px\",\"--framer-text-alignment\":\"center\"},children:\"Prestations\"})})},Zus1HOcgT:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBTZWFzb25zIEJvbGQ=\",\"--framer-font-family\":'\"The Seasons Bold\", \"The Seasons Bold Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-line-height\":\"56px\",\"--framer-text-alignment\":\"center\"},children:\"Prestations\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBTZWFzb25zIEJvbGQ=\",\"--framer-font-family\":'\"The Seasons Bold\", \"The Seasons Bold Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-line-height\":\"56px\"},children:\"Prestations\"})}),className:\"framer-1o6ut2x\",\"data-framer-name\":\"Prestations\",fonts:[\"CUSTOM;The Seasons Bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wj2JxxgiC:{__framer__styleAppearEffectEnabled:undefined}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition10},__framer__animateOnce:false,__framer__enter:animation14,__framer__exit:animation15,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1c9ukrr\",\"data-framer-name\":\"List\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-anawo9\",\"data-framer-name\":\"items\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-d4hu1q\",\"data-framer-name\":\"coupe homme\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wj2JxxgiC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"32px\"},children:\"Coupe Homme\"})})},Zus1HOcgT:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"32px\"},children:\"Coupe Homme\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"32px\"},children:\"Coupe Homme\"})}),className:\"framer-1d13oba\",\"data-framer-name\":\"Coupe Homme\",fonts:[\"CUSTOM;Diamond Grotesk Variable\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wj2JxxgiC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"32px\"},children:\"31 \u20AC\"})})},Zus1HOcgT:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"32px\"},children:\"31 \u20AC\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"32px\"},children:\"31 \u20AC\"})}),className:\"framer-lgs4ci\",\"data-framer-name\":\"31 \u20AC\",fonts:[\"CUSTOM;Diamond Grotesk Variable\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ouj2uz\",\"data-framer-name\":\"coupe \\xe9tudiant\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wj2JxxgiC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"32px\"},children:\"Coupe \\xc9tudiant\"})})},Zus1HOcgT:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"32px\"},children:\"Coupe \\xc9tudiant\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"32px\"},children:\"Coupe \\xc9tudiant\"})}),className:\"framer-1jsnpl6\",\"data-framer-name\":\"Coupe \\xc9tudiant\",fonts:[\"CUSTOM;Diamond Grotesk Variable\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wj2JxxgiC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"32px\"},children:\"26 \u20AC\"})})},Zus1HOcgT:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"32px\"},children:\"26 \u20AC\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"32px\"},children:\"26 \u20AC\"})}),className:\"framer-shk82l\",\"data-framer-name\":\"26 \u20AC\",fonts:[\"CUSTOM;Diamond Grotesk Variable\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-8z635p\",\"data-framer-name\":\"items\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1c0wb0f\",\"data-framer-name\":\"coupe + taille\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wj2JxxgiC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"32px\"},children:\"Coupe Homme + Taille de barbe\"})})},Zus1HOcgT:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"32px\"},children:\"Coupe Homme + Taille de barbe\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"32px\"},children:\"Coupe Homme + Taille de barbe\"})}),className:\"framer-1jenycl\",\"data-framer-name\":\"Coupe Homme + Taille de barbe\",fonts:[\"CUSTOM;Diamond Grotesk Variable\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wj2JxxgiC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"32px\"},children:\"43 \u20AC\"})})},Zus1HOcgT:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"32px\"},children:\"43 \u20AC\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"32px\"},children:\"43 \u20AC\"})}),className:\"framer-q0f49i\",\"data-framer-name\":\"43 \u20AC\",fonts:[\"CUSTOM;Diamond Grotesk Variable\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-29hne4\",\"data-framer-name\":\"coupe + taille + soin\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wj2JxxgiC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"32px\"},children:\"Coupe Homme + Taille de barbe + Soin\"})})},Zus1HOcgT:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"32px\"},children:\"Coupe Homme + Taille de barbe + Soin\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"32px\"},children:\"Coupe Homme + Taille de barbe + Soin\"})}),className:\"framer-w2ns9t\",\"data-framer-name\":\"Coupe Homme + Taille de barbe + Soin\",fonts:[\"CUSTOM;Diamond Grotesk Variable\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wj2JxxgiC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"32px\"},children:\"49 \u20AC\"})})},Zus1HOcgT:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"32px\"},children:\"49 \u20AC\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"32px\"},children:\"49 \u20AC\"})}),className:\"framer-1phb0bt\",\"data-framer-name\":\"49 \u20AC\",fonts:[\"CUSTOM;Diamond Grotesk Variable\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1eymi7j\",\"data-framer-name\":\"items\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-hizgoc\",\"data-framer-name\":\"taille\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wj2JxxgiC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"32px\"},children:\"Taille de barbe\"})})},Zus1HOcgT:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"32px\"},children:\"Taille de barbe\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"32px\"},children:\"Taille de barbe\"})}),className:\"framer-1gx9tdu\",\"data-framer-name\":\"Taille de barbe\",fonts:[\"CUSTOM;Diamond Grotesk Variable\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wj2JxxgiC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"32px\"},children:\"22 \u20AC\"})})},Zus1HOcgT:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"32px\"},children:\"22 \u20AC\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"32px\"},children:\"22 \u20AC\"})}),className:\"framer-ealgy5\",\"data-framer-name\":\"22 \u20AC\",fonts:[\"CUSTOM;Diamond Grotesk Variable\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1bgkxiq\",\"data-framer-name\":\"rasage\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wj2JxxgiC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"32px\"},children:\"Rasage\"})})},Zus1HOcgT:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"32px\"},children:\"Rasage\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"32px\"},children:\"Rasage\"})}),className:\"framer-fwkvkx\",\"data-framer-name\":\"Rasage\",fonts:[\"CUSTOM;Diamond Grotesk Variable\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wj2JxxgiC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"32px\"},children:\"29 \u20AC\"})})},Zus1HOcgT:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"32px\"},children:\"29 \u20AC\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"32px\"},children:\"29 \u20AC\"})}),className:\"framer-132xmg5\",\"data-framer-name\":\"29 \u20AC\",fonts:[\"CUSTOM;Diamond Grotesk Variable\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-cr21e9\",\"data-framer-name\":\"items\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1k4bmv0\",\"data-framer-name\":\"taille + soin\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wj2JxxgiC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"32px\"},children:\"Taille de barbe + Soin\"})})},Zus1HOcgT:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"32px\"},children:\"Taille de barbe + Soin\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"32px\"},children:\"Taille de barbe + Soin\"})}),className:\"framer-11suf9y\",\"data-framer-name\":\"Taille de barbe + Soin\",fonts:[\"CUSTOM;Diamond Grotesk Variable\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wj2JxxgiC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"32px\"},children:\"29 \u20AC\"})})},Zus1HOcgT:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"32px\"},children:\"29 \u20AC\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"32px\"},children:\"29 \u20AC\"})}),className:\"framer-n2q5a8\",\"data-framer-name\":\"29 \u20AC\",fonts:[\"CUSTOM;Diamond Grotesk Variable\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1g48p25\",\"data-framer-name\":\"rasage + soin\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wj2JxxgiC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"32px\"},children:\"Rasage + Soin\"})})},Zus1HOcgT:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"32px\"},children:\"Rasage + Soin\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"32px\"},children:\"Rasage + Soin\"})}),className:\"framer-py8nrf\",\"data-framer-name\":\"Rasage + Soin\",fonts:[\"CUSTOM;Diamond Grotesk Variable\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wj2JxxgiC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"32px\"},children:\"35 \u20AC\"})})},Zus1HOcgT:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"32px\"},children:\"35 \u20AC\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"32px\"},children:\"35 \u20AC\"})}),className:\"framer-2gvra8\",\"data-framer-name\":\"35 \u20AC\",fonts:[\"CUSTOM;Diamond Grotesk Variable\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-jo7gsg\",\"data-framer-name\":\"localisation\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wj2JxxgiC:{width:`min(${componentViewport?.width||\"100vw\"} * 0.9, 850px)`,y:(componentViewport?.y||0)+0+0+0+4276.3822+0+80+0+384+0+0},Zus1HOcgT:{width:`min(${componentViewport?.width||\"100vw\"} * 0.9, 850px)`,y:(componentViewport?.y||0)+0+0+0+4036.3822+0+80+0+384+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:161,width:`max((min(${componentViewport?.width||\"100vw\"} * 0.9, 850px) - 16px) / 2, 1px)`,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition11},__framer__animateOnce:true,__framer__enter:animation12,__framer__exit:animation16,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1408vny-container\",nodeId:\"syUpW2js6\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(CardLocalisation,{aFdhbPN51:\"rgb(60, 64, 45)\",height:\"100%\",id:\"syUpW2js6\",layoutId:\"syUpW2js6\",style:{width:\"100%\"},variant:\"e4fQoN2mU\",width:\"100%\",zwgxIch3T:{damping:26,delay:0,mass:1.2,stiffness:598,type:\"spring\"}})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wj2JxxgiC:{width:`min(${componentViewport?.width||\"100vw\"} * 0.9, 850px)`,y:(componentViewport?.y||0)+0+0+0+4276.3822+0+80+0+384+0+177},Zus1HOcgT:{width:`min(${componentViewport?.width||\"100vw\"} * 0.9, 850px)`,y:(componentViewport?.y||0)+0+0+0+4036.3822+0+80+0+384+0+177}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:161,width:`max((min(${componentViewport?.width||\"100vw\"} * 0.9, 850px) - 16px) / 2, 1px)`,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition12},__framer__animateOnce:true,__framer__enter:animation12,__framer__exit:animation17,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-r06kag-container\",nodeId:\"tP5vziDeX\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(CardLocalisation,{aFdhbPN51:\"rgb(60, 64, 45)\",height:\"100%\",id:\"tP5vziDeX\",layoutId:\"tP5vziDeX\",style:{width:\"100%\"},variant:\"CtrlUcd63\",width:\"100%\",zwgxIch3T:{damping:26,delay:0,mass:1.2,stiffness:598,type:\"spring\"}})})})})]})]})})]}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1ayk4bq\",\"data-framer-name\":\"separator\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:3,intrinsicWidth:1439,svg:'<svg width=\"1439\" height=\"3\" viewBox=\"-1 -1 1439 3\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<line x1=\"0.505188\" y1=\"0.5\" x2=\"1436.49\" y2=\"0.5\" stroke=\"black\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-lbpqyc\",\"data-framer-name\":\"Avis\",id:elementId3,ref:ref4,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBTZWFzb25zIEJvbGQ=\",\"--framer-font-family\":'\"The Seasons Bold\", \"The Seasons Bold Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-line-height\":\"56px\"},children:\"Avis clients\"})}),className:\"framer-5g72d3\",\"data-framer-name\":\"Avis clients\",fonts:[\"CUSTOM;The Seasons Bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-4c0c9m\",\"data-framer-name\":\"content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-xgerx1\",\"data-framer-name\":\"note\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1jqrrdh\",\"data-framer-name\":\"Avis\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-p5y0s8\",\"data-framer-name\":\"Frame 12\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"96px\",\"--framer-line-height\":\"64px\",\"--framer-text-color\":\"rgb(59, 64, 44)\"},children:\"4,9\"})}),className:\"framer-mrkznv\",\"data-framer-name\":\"4,9\",fonts:[\"CUSTOM;Diamond Grotesk Variable\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-line-height\":\"64px\",\"--framer-text-color\":\"rgb(102, 102, 102)\"},children:\"/5\"})}),className:\"framer-aq78c4\",\"data-framer-name\":\"/5\",fonts:[\"CUSTOM;Diamond Grotesk Variable\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1cwurfy\",\"data-framer-name\":\"Frame 13\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-zuk1oo\",\"data-framer-name\":\"Interface / Star\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1ww0jul\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:28,intrinsicWidth:29,svg:'<svg width=\"29\" height=\"28\" viewBox=\"-1 -1 29 28\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0.832763 10.4098C0.415097 10.0236 0.641974 9.3253 1.2069 9.25832L9.21167 8.30886C9.44191 8.28156 9.6419 8.13698 9.73901 7.92644L13.1153 0.606724C13.3536 0.0901426 14.088 0.0900434 14.3263 0.606625L17.7026 7.92629C17.7997 8.13682 17.9984 8.2818 18.2286 8.3091L26.2338 9.25832C26.7987 9.3253 27.025 10.0238 26.6073 10.41L20.6898 15.8833C20.5196 16.0407 20.4438 16.275 20.489 16.5025L22.0595 24.4087C22.1704 24.9667 21.5765 25.399 21.0801 25.1211L14.0463 21.1829C13.844 21.0697 13.5982 21.0702 13.3959 21.1834L6.3614 25.1201C5.86499 25.398 5.27007 24.9667 5.38094 24.4087L6.95167 16.503C6.99686 16.2755 6.92126 16.0407 6.75104 15.8833L0.832763 10.4098Z\" fill=\"#3B402C\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1xktroe\",\"data-framer-name\":\"Interface / Star\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-xhtoak\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:28,intrinsicWidth:29,svg:'<svg width=\"29\" height=\"28\" viewBox=\"-1 -1 29 28\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0.832763 10.4098C0.415097 10.0236 0.641974 9.3253 1.2069 9.25832L9.21167 8.30886C9.44191 8.28156 9.6419 8.13698 9.73901 7.92644L13.1153 0.606724C13.3536 0.0901426 14.088 0.0900434 14.3263 0.606625L17.7026 7.92629C17.7997 8.13682 17.9984 8.2818 18.2286 8.3091L26.2338 9.25832C26.7987 9.3253 27.025 10.0238 26.6073 10.41L20.6898 15.8833C20.5196 16.0407 20.4438 16.275 20.489 16.5025L22.0595 24.4087C22.1704 24.9667 21.5765 25.399 21.0801 25.1211L14.0463 21.1829C13.844 21.0697 13.5982 21.0702 13.3959 21.1834L6.3614 25.1201C5.86499 25.398 5.27007 24.9667 5.38094 24.4087L6.95167 16.503C6.99686 16.2755 6.92126 16.0407 6.75104 15.8833L0.832763 10.4098Z\" fill=\"#3B402C\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1b9p4ef\",\"data-framer-name\":\"Interface / Star\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1savrf5\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:28,intrinsicWidth:29,svg:'<svg width=\"29\" height=\"28\" viewBox=\"-1 -1 29 28\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0.832763 10.4098C0.415097 10.0236 0.641974 9.3253 1.2069 9.25832L9.21167 8.30886C9.44191 8.28156 9.6419 8.13698 9.73901 7.92644L13.1153 0.606724C13.3536 0.0901426 14.088 0.0900434 14.3263 0.606625L17.7026 7.92629C17.7997 8.13682 17.9984 8.2818 18.2286 8.3091L26.2338 9.25832C26.7987 9.3253 27.025 10.0238 26.6073 10.41L20.6898 15.8833C20.5196 16.0407 20.4438 16.275 20.489 16.5025L22.0595 24.4087C22.1704 24.9667 21.5765 25.399 21.0801 25.1211L14.0463 21.1829C13.844 21.0697 13.5982 21.0702 13.3959 21.1834L6.3614 25.1201C5.86499 25.398 5.27007 24.9667 5.38094 24.4087L6.95167 16.503C6.99686 16.2755 6.92126 16.0407 6.75104 15.8833L0.832763 10.4098Z\" fill=\"#3B402C\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1w183lo\",\"data-framer-name\":\"Interface / Star\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-13rz8dq\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:28,intrinsicWidth:29,svg:'<svg width=\"29\" height=\"28\" viewBox=\"-1 -1 29 28\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0.832763 10.4098C0.415097 10.0236 0.641974 9.3253 1.2069 9.25832L9.21167 8.30886C9.44191 8.28156 9.6419 8.13698 9.73901 7.92644L13.1153 0.606724C13.3536 0.0901426 14.088 0.0900434 14.3263 0.606625L17.7026 7.92629C17.7997 8.13682 17.9984 8.2818 18.2286 8.3091L26.2338 9.25832C26.7987 9.3253 27.025 10.0238 26.6073 10.41L20.6898 15.8833C20.5196 16.0407 20.4438 16.275 20.489 16.5025L22.0595 24.4087C22.1704 24.9667 21.5765 25.399 21.0801 25.1211L14.0463 21.1829C13.844 21.0697 13.5982 21.0702 13.3959 21.1834L6.3614 25.1201C5.86499 25.398 5.27007 24.9667 5.38094 24.4087L6.95167 16.503C6.99686 16.2755 6.92126 16.0407 6.75104 15.8833L0.832763 10.4098Z\" fill=\"#3B402C\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-8lboz0\",\"data-framer-name\":\"Interface / Star\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-6b2nlo\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:28,intrinsicWidth:29,svg:'<svg width=\"29\" height=\"28\" viewBox=\"-1 -1 29 28\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0.832763 10.4098C0.415097 10.0236 0.641974 9.3253 1.2069 9.25832L9.21167 8.30886C9.44191 8.28156 9.6419 8.13698 9.73901 7.92644L13.1153 0.606724C13.3536 0.0901426 14.088 0.0900434 14.3263 0.606625L17.7026 7.92629C17.7997 8.13682 17.9984 8.2818 18.2286 8.3091L26.2338 9.25832C26.7987 9.3253 27.025 10.0238 26.6073 10.41L20.6898 15.8833C20.5196 16.0407 20.4438 16.275 20.489 16.5025L22.0595 24.4087C22.1704 24.9667 21.5765 25.399 21.0801 25.1211L14.0463 21.1829C13.844 21.0697 13.5982 21.0702 13.3959 21.1834L6.3614 25.1201C5.86499 25.398 5.27007 24.9667 5.38094 24.4087L6.95167 16.503C6.99686 16.2755 6.92126 16.0407 6.75104 15.8833L0.832763 10.4098Z\" fill=\"#3B402C\"/>\\n</svg>\\n',withExternalLayout:true})})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(102, 102, 102)\"},children:\"+ 5000 avis\"})}),className:\"framer-yv625c\",\"data-framer-name\":\"+ 5000 avis\",fonts:[\"CUSTOM;Diamond Grotesk Variable\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wj2JxxgiC:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+5305.3822+0+80+0+0+0+184),sizes:\"186.0723px\",src:\"https://framerusercontent.com/images/UwWHHPs49YaOnhyCT2tqb9foKZ8.png\",srcSet:\"https://framerusercontent.com/images/UwWHHPs49YaOnhyCT2tqb9foKZ8.png?scale-down-to=512 512w,https://framerusercontent.com/images/UwWHHPs49YaOnhyCT2tqb9foKZ8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/UwWHHPs49YaOnhyCT2tqb9foKZ8.png 1920w\"}},Zus1HOcgT:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+4953.3822+0+56+0+0+0+184),sizes:\"186.0723px\",src:\"https://framerusercontent.com/images/UwWHHPs49YaOnhyCT2tqb9foKZ8.png\",srcSet:\"https://framerusercontent.com/images/UwWHHPs49YaOnhyCT2tqb9foKZ8.png?scale-down-to=512 512w,https://framerusercontent.com/images/UwWHHPs49YaOnhyCT2tqb9foKZ8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/UwWHHPs49YaOnhyCT2tqb9foKZ8.png 1920w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"186.0723px\",src:\"https://framerusercontent.com/images/UwWHHPs49YaOnhyCT2tqb9foKZ8.png\",srcSet:\"https://framerusercontent.com/images/UwWHHPs49YaOnhyCT2tqb9foKZ8.png?scale-down-to=512 512w,https://framerusercontent.com/images/UwWHHPs49YaOnhyCT2tqb9foKZ8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/UwWHHPs49YaOnhyCT2tqb9foKZ8.png 1920w\"},className:\"framer-5vnmp8\",\"data-framer-name\":\"53586 1\"})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ci0nhr\",\"data-framer-name\":\"center\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wj2JxxgiC:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+5305.3822+0+80+0+267.1167+0+0),positionX:\"center\",positionY:\"center\",sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.9)`,src:\"https://framerusercontent.com/images/yilsgNWehTuqmNTSCXQFbmESHjc.png\",srcSet:\"https://framerusercontent.com/images/yilsgNWehTuqmNTSCXQFbmESHjc.png?scale-down-to=512 512w,https://framerusercontent.com/images/yilsgNWehTuqmNTSCXQFbmESHjc.png 848w\"}},Zus1HOcgT:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+4953.3822+0+56+0+267.1167+0+0),positionX:\"center\",positionY:\"center\",sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.9)`,src:\"https://framerusercontent.com/images/yilsgNWehTuqmNTSCXQFbmESHjc.png\",srcSet:\"https://framerusercontent.com/images/yilsgNWehTuqmNTSCXQFbmESHjc.png?scale-down-to=512 512w,https://framerusercontent.com/images/yilsgNWehTuqmNTSCXQFbmESHjc.png 848w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",positionX:\"right\",positionY:\"top\",sizes:`max((${componentViewport?.width||\"100vw\"} * 0.9 - 48px) / 3, 1px)`,src:\"https://framerusercontent.com/images/yilsgNWehTuqmNTSCXQFbmESHjc.png\",srcSet:\"https://framerusercontent.com/images/yilsgNWehTuqmNTSCXQFbmESHjc.png?scale-down-to=512 512w,https://framerusercontent.com/images/yilsgNWehTuqmNTSCXQFbmESHjc.png 848w\"},className:\"framer-vqdypg\",\"data-framer-name\":\"Le20XRousse-55\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-5255ym\",\"data-framer-name\":\"text\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wj2JxxgiC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"24px\"},children:\"\u201CSt\\xe9phanie est toujours au top, merci pour son travail ainsi qu\u2019\\xe0 ses coll\\xe8gues.\u201D\"})})},Zus1HOcgT:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"24px\"},children:\"\u201CSt\\xe9phanie est toujours au top, merci pour son travail ainsi qu\u2019\\xe0 ses coll\\xe8gues.\u201D\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-line-height\":\"24px\"},children:\"\u201CSt\\xe9phanie est toujours au top, merci pour son travail ainsi qu\u2019\\xe0 ses coll\\xe8gues.\u201D\"})}),className:\"framer-sj33l9\",\"data-framer-name\":\"\u201CSt\\xe9phanie est toujours au top, merci pour son travail ainsi qu\u2019\\xe0 ses coll\\xe8gues.\u201D\",fonts:[\"CUSTOM;Diamond Grotesk Variable\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wj2JxxgiC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"24px\"},children:\"\u201CToujours au top et c\u2019est bien pour \\xe7a que j\u2019y vais depuis l\u2019ouverture !\u201D\"})})},Zus1HOcgT:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"24px\"},children:\"\u201CToujours au top et c\u2019est bien pour \\xe7a que j\u2019y vais depuis l\u2019ouverture !\u201D\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-line-height\":\"24px\"},children:\"\u201CToujours au top et c\u2019est bien pour \\xe7a que j\u2019y vais depuis l\u2019ouverture !\u201D\"})}),className:\"framer-1pg4oi0\",\"data-framer-name\":\"\u201CToujours au top et c\u2019est bien pour \\xe7a que j\u2019y vais depuis l\u2019ouverture !\u201D\",fonts:[\"CUSTOM;Diamond Grotesk Variable\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-qexlxf\",\"data-framer-name\":\"right\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1sr4yyn\",\"data-framer-name\":\"text\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wj2JxxgiC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"24px\"},children:\"\u201CBon accueil, coupe aux ciseaux impeccable et tr\\xe8s professionel.\u201D\"})})},Zus1HOcgT:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"24px\"},children:\"\u201CBon accueil, coupe aux ciseaux impeccable et tr\\xe8s professionel.\u201D\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-line-height\":\"24px\"},children:\"\u201CBon accueil, coupe aux ciseaux impeccable et tr\\xe8s professionel.\u201D\"})}),className:\"framer-1ue8mmk\",\"data-framer-name\":\"\u201CBon accueil, coupe aux ciseaux impeccable et tr\\xe8s professionel.\u201D\",fonts:[\"CUSTOM;Diamond Grotesk Variable\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wj2JxxgiC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"24px\"},children:\"\u201CComme toujours, \\xe9quipe au top. Pr\\xe9cis et efficace, la bonne humeur en plus.\u201D\"})})},Zus1HOcgT:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"24px\"},children:\"\u201CComme toujours, \\xe9quipe au top. Pr\\xe9cis et efficace, la bonne humeur en plus.\u201D\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-line-height\":\"24px\"},children:\"\u201CComme toujours, \\xe9quipe au top. Pr\\xe9cis et efficace, la bonne humeur en plus.\u201D\"})}),className:\"framer-eezvbc\",\"data-framer-name\":\"\u201CComme toujours, \\xe9quipe au top. Pr\\xe9cis et efficace, la bonne humeur en plus.\u201D\",fonts:[\"CUSTOM;Diamond Grotesk Variable\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wj2JxxgiC:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+5305.3822+0+80+0+773.4458+0+0),sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.9)`,src:\"https://framerusercontent.com/images/crcD5MIgrGytw5yJBATFBB1qMYY.jpg\",srcSet:\"https://framerusercontent.com/images/crcD5MIgrGytw5yJBATFBB1qMYY.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/crcD5MIgrGytw5yJBATFBB1qMYY.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/crcD5MIgrGytw5yJBATFBB1qMYY.jpg 2000w\"}},Zus1HOcgT:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+4953.3822+0+56+0+773.4458+0+0),sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.9)`,src:\"https://framerusercontent.com/images/crcD5MIgrGytw5yJBATFBB1qMYY.jpg\",srcSet:\"https://framerusercontent.com/images/crcD5MIgrGytw5yJBATFBB1qMYY.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/crcD5MIgrGytw5yJBATFBB1qMYY.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/crcD5MIgrGytw5yJBATFBB1qMYY.jpg 2000w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:`max((${componentViewport?.width||\"100vw\"} * 0.9 - 48px) / 3, 1px)`,src:\"https://framerusercontent.com/images/crcD5MIgrGytw5yJBATFBB1qMYY.jpg\",srcSet:\"https://framerusercontent.com/images/crcD5MIgrGytw5yJBATFBB1qMYY.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/crcD5MIgrGytw5yJBATFBB1qMYY.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/crcD5MIgrGytw5yJBATFBB1qMYY.jpg 2000w\"},className:\"framer-1pjap46\",\"data-framer-name\":\"Le20-6e\u0300me-36\"})})]})]})]}),/*#__PURE__*/_jsx(SVG,{className:\"framer-14e2wdi\",\"data-framer-name\":\"separator\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:3,intrinsicWidth:1439,svg:'<svg width=\"1439\" height=\"3\" viewBox=\"-1 -1 1439 3\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<line x1=\"0.505188\" y1=\"0.5\" x2=\"1436.49\" y2=\"0.5\" stroke=\"black\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-1t7x270\",\"data-framer-name\":\"FAQs\",id:elementId4,ref:ref5,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBTZWFzb25zIEJvbGQ=\",\"--framer-font-family\":'\"The Seasons Bold\", \"The Seasons Bold Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-line-height\":\"56px\"},children:\"Questions fr\\xe9quentes\"})}),className:\"framer-blwo6f\",\"data-framer-name\":\"Questions fr\\xe9quentes\",fonts:[\"CUSTOM;The Seasons Bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1p5hty4\",\"data-framer-name\":\"Questions\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-f6pgao\",\"data-framer-name\":\"Question 01\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-62rdp3\",\"data-framer-name\":\"Question\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Zus1HOcgT:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"32px\"},children:\"Est-ce que je peux venir sans rendez-vous ?\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"32px\"},children:\"Est-ce que je peux venir sans rendez-vous ?\"})}),className:\"framer-rv7mu3\",\"data-framer-name\":\"Est-ce que je peux venir sans rendez-vous ?\",fonts:[\"CUSTOM;Diamond Grotesk Variable\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wj2JxxgiC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"22px\"},children:\"Nous recommandons fortement de prendre un rendez-vous en ligne en amont, mais vous pouvez \\xe9galement venir prendre un rendez-vous en salon, notre \\xe9quipe se fera un plaisir de vous accueillir.\"})})},Zus1HOcgT:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"22px\"},children:\"Nous recommandons fortement de prendre un rendez-vous en ligne en amont, mais vous pouvez \\xe9galement venir prendre un rendez-vous en salon, notre \\xe9quipe se fera un plaisir de vous accueillir.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"32px\"},children:\"Nous recommandons fortement de prendre un rendez-vous en ligne en amont, mais vous pouvez \\xe9galement venir prendre un rendez-vous en salon, notre \\xe9quipe se fera un plaisir de vous accueillir.\"})}),className:\"framer-13daryf\",\"data-framer-name\":\"Nous recommandons fortement de prendre un rendez-vous en ligne en amont, mais vous pouvez \\xe9galement venir prendre un rendez-vous en salon, notre \\xe9quipe se fera un plaisir de vous accueillir.\",fonts:[\"CUSTOM;Diamond Grotesk Variable\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-kqd0wm\",\"data-framer-name\":\"Question 02\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-shzczl\",\"data-framer-name\":\"Question\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Zus1HOcgT:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"32px\"},children:\"Est-ce que je peux emmener mon enfant pour une coupe ?\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"32px\"},children:\"Est-ce que je peux emmener mon enfant pour une coupe ?\"})}),className:\"framer-ii5qz1\",\"data-framer-name\":\"Est-ce que je peux emmener mon enfant pour une coupe ?\",fonts:[\"CUSTOM;Diamond Grotesk Variable\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wj2JxxgiC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"22px\"},children:\"Vous pouvez totalement emmener votre enfant au salon, nous ferons notre maximum pour le mettre \\xe0 l\u2019aise et nous accordons la m\\xeame importance aux petits comme aux grands.\"})})},Zus1HOcgT:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"22px\"},children:\"Vous pouvez totalement emmener votre enfant au salon, nous ferons notre maximum pour le mettre \\xe0 l\u2019aise et nous accordons la m\\xeame importance aux petits comme aux grands.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"32px\"},children:\"Vous pouvez totalement emmener votre enfant au salon, nous ferons notre maximum pour le mettre \\xe0 l\u2019aise et nous accordons la m\\xeame importance aux petits comme aux grands.\"})}),className:\"framer-edy57f\",\"data-framer-name\":\"Vous pouvez totalement emmener votre enfant au salon, nous ferons notre maximum pour le mettre \\xe0 l\u2019aise et nous accordons la m\\xeame importance aux petits comme aux grands.\",fonts:[\"CUSTOM;Diamond Grotesk Variable\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-158fora\",\"data-framer-name\":\"Question 03\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1n58mvt\",\"data-framer-name\":\"Question\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Zus1HOcgT:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"32px\"},children:\"Combien de temps dure une coupe g\\xe9n\\xe9ralement ?\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"32px\"},children:\"Combien de temps dure une coupe g\\xe9n\\xe9ralement ?\"})}),className:\"framer-1r5a54d\",\"data-framer-name\":\"Combien de temps dure une coupe g\\xe9n\\xe9ralement ?\",fonts:[\"CUSTOM;Diamond Grotesk Variable\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wj2JxxgiC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"22px\"},children:\"La plupart de nos prestations durent entre 30 minutes et 1 heure.\"})})},Zus1HOcgT:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"22px\"},children:\"La plupart de nos prestations durent entre 30 minutes et 1 heure.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"32px\"},children:\"La plupart de nos prestations durent entre 30 minutes et 1 heure.\"})}),className:\"framer-1vns1ui\",\"data-framer-name\":\"La plupart de nos prestations durent entre 30 minutes et 1 heure.\",fonts:[\"CUSTOM;Diamond Grotesk Variable\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-54hvio\",\"data-framer-name\":\"Question 04\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-x5ro6w\",\"data-framer-name\":\"Question\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Zus1HOcgT:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"32px\"},children:\"Proposez-vous des conseils sur les coupes et la mani\\xe8re de se coiffer ?\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"32px\"},children:\"Proposez-vous des conseils sur les coupes et la mani\\xe8re de se coiffer ?\"})}),className:\"framer-19l8mog\",\"data-framer-name\":\"Proposez-vous des conseils sur les coupes et la mani\\xe8re de se coiffer ?\",fonts:[\"CUSTOM;Diamond Grotesk Variable\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wj2JxxgiC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"22px\"},children:\"Chaque membre de l\u2019\\xe9quipe est un professionnel et saura vous \\xe9couter, vous conseiller et vous accompagner dans vos choix de coupe de cheveux ou bien de barbes.\"})})},Zus1HOcgT:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"22px\"},children:\"Chaque membre de l\u2019\\xe9quipe est un professionnel et saura vous \\xe9couter, vous conseiller et vous accompagner dans vos choix de coupe de cheveux ou bien de barbes.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"32px\"},children:\"Chaque membre de l\u2019\\xe9quipe est un professionnel et saura vous \\xe9couter, vous conseiller et vous accompagner dans vos choix de coupe de cheveux ou bien de barbes.\"})}),className:\"framer-yqp8bn\",\"data-framer-name\":\"Chaque membre de l\u2019\\xe9quipe est un professionnel et saura vous \\xe9couter, vous conseiller et vous accompagner dans vos choix de coupe de cheveux ou bien de barbes.\",fonts:[\"CUSTOM;Diamond Grotesk Variable\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-4e7n3x\",\"data-framer-name\":\"Question 05\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-8lb2ra\",\"data-framer-name\":\"Question\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Zus1HOcgT:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"32px\"},children:\"Utilisez-vous des produits sp\\xe9cifiques pour les soins capillaires et de la barbe ?\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"32px\"},children:\"Utilisez-vous des produits sp\\xe9cifiques pour les soins capillaires et de la barbe ?\"})}),className:\"framer-162n1pv\",\"data-framer-name\":\"Utilisez-vous des produits sp\\xe9cifiques pour les soins capillaires et de la barbe ?\",fonts:[\"CUSTOM;Diamond Grotesk Variable\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wj2JxxgiC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"22px\"},children:\"Plus qu\u2019un travail de coupe, nous accordons \\xe9norm\\xe9ment d\u2019importance \\xe0 la rigueur, la pr\\xe9cision et le choix de nos produits de haute qualit\\xe9 lors de la prestation.\"})})},Zus1HOcgT:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"22px\"},children:\"Plus qu\u2019un travail de coupe, nous accordons \\xe9norm\\xe9ment d\u2019importance \\xe0 la rigueur, la pr\\xe9cision et le choix de nos produits de haute qualit\\xe9 lors de la prestation.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"32px\"},children:\"Plus qu\u2019un travail de coupe, nous accordons \\xe9norm\\xe9ment d\u2019importance \\xe0 la rigueur, la pr\\xe9cision et le choix de nos produits de haute qualit\\xe9 lors de la prestation.\"})}),className:\"framer-48k30m\",\"data-framer-name\":\"Plus qu\u2019un travail de coupe, nous accordons \\xe9norm\\xe9ment d\u2019importance \\xe0 la rigueur, la pr\\xe9cision et le choix de nos produits de haute qualit\\xe9 lors de la prestation.\",fonts:[\"CUSTOM;Diamond Grotesk Variable\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]})]}),/*#__PURE__*/_jsx(SVG,{className:\"framer-xe24eq\",\"data-framer-name\":\"separator\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:3,intrinsicWidth:1439,svg:'<svg width=\"1439\" height=\"3\" viewBox=\"-1 -1 1439 3\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<line x1=\"0.505188\" y1=\"0.5\" x2=\"1436.49\" y2=\"0.5\" stroke=\"black\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-bcm5yf\",\"data-framer-name\":\"RDV\",id:elementId5,ref:ref6,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-hemxi7\",\"data-framer-name\":\"left\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1h5pizs\",\"data-framer-name\":\"Text\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wj2JxxgiC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBTZWFzb25zIEJvbGQ=\",\"--framer-font-family\":'\"The Seasons Bold\", \"The Seasons Bold Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-line-height\":\"56px\"},children:\"Rendez vous\"})})},Zus1HOcgT:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBTZWFzb25zIEJvbGQ=\",\"--framer-font-family\":'\"The Seasons Bold\", \"The Seasons Bold Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-line-height\":\"56px\"},children:\"Rendez vous\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBTZWFzb25zIEJvbGQ=\",\"--framer-font-family\":'\"The Seasons Bold\", \"The Seasons Bold Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-line-height\":\"56px\"},children:\"Rendez-vous\"})}),className:\"framer-1pjs523\",\"data-framer-name\":\"Rendez-vous\",fonts:[\"CUSTOM;The Seasons Bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wj2JxxgiC:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-line-height\":\"22px\"},children:\"Vous cherchez votre prochaine coupe parfaite ? \"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-line-height\":\"22px\"},children:\"Prenez rendez-vous d\\xe8s maintenant et d\\xe9couvrez le m\\xe9lange id\\xe9al de savoir-faire et de style.\"})]})},Zus1HOcgT:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-line-height\":\"22px\"},children:\"Vous cherchez votre prochaine coupe parfaite ? \"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-line-height\":\"22px\"},children:\"Prenez rendez-vous d\\xe8s maintenant et d\\xe9couvrez le m\\xe9lange id\\xe9al de savoir-faire et de style.\"})]})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"32px\"},children:\"Vous cherchez votre prochaine coupe parfaite ? \"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"32px\"},children:\"Prenez rendez-vous d\\xe8s maintenant et d\\xe9couvrez le m\\xe9lange id\\xe9al de savoir-faire et de style.\"})]}),className:\"framer-evc9fg\",\"data-framer-name\":\"Vous cherchez votre prochaine coupe parfaite ? Prenez rendez-vous d\\xe8s maintenant et d\\xe9couvrez le m\\xe9lange id\\xe9al de savoir-faire et de style.\",fonts:[\"CUSTOM;Diamond Grotesk Variable\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-15pktux\",\"data-framer-name\":\"Localisation\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wj2JxxgiC:{width:`calc(${componentViewport?.width||\"100vw\"} * 0.9)`,y:(componentViewport?.y||0)+0+0+0+8864.2001+0+0+0+340+0+0},Zus1HOcgT:{width:`calc(${componentViewport?.width||\"100vw\"} * 0.9)`,y:(componentViewport?.y||0)+0+0+0+8264.2001+0+0+0+340+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:161,width:\"330px\",children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition9},__framer__animateOnce:true,__framer__enter:animation12,__framer__exit:animation13,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-20fhxb-container\",nodeId:\"EJRavI7gk\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(CardLocalisation,{aFdhbPN51:\"rgb(60, 64, 45)\",height:\"100%\",id:\"EJRavI7gk\",layoutId:\"EJRavI7gk\",style:{width:\"100%\"},variant:\"e4fQoN2mU\",width:\"100%\",zwgxIch3T:{damping:26,delay:0,mass:1.2,stiffness:598,type:\"spring\"}})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wj2JxxgiC:{width:`calc(${componentViewport?.width||\"100vw\"} * 0.9)`,y:(componentViewport?.y||0)+0+0+0+8864.2001+0+0+0+340+0+185},Zus1HOcgT:{width:`calc(${componentViewport?.width||\"100vw\"} * 0.9)`,y:(componentViewport?.y||0)+0+0+0+8264.2001+0+0+0+340+0+185}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:161,width:\"330px\",children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition11},__framer__animateOnce:true,__framer__enter:animation12,__framer__exit:animation16,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-wo2u6i-container\",nodeId:\"qQRwpjnbx\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(CardLocalisation,{aFdhbPN51:\"rgb(60, 64, 45)\",height:\"100%\",id:\"qQRwpjnbx\",layoutId:\"qQRwpjnbx\",style:{width:\"100%\"},variant:\"CtrlUcd63\",width:\"100%\",zwgxIch3T:{damping:26,delay:0,mass:1.2,stiffness:598,type:\"spring\"}})})})})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-wc97ci\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-3j455w\",\"data-framer-name\":\"right\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBTZWFzb25zIEJvbGQ=\",\"--framer-font-family\":'\"The Seasons Bold\", \"The Seasons Bold Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"32px\"},children:\"Horaires d\u2019ouverture\"})}),className:\"framer-nuuoe3\",\"data-framer-name\":\"Horaires d\u2019ouverture\",fonts:[\"CUSTOM;The Seasons Bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-6xcwbx\",children:[isDisplayed2()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wj2JxxgiC:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+8864.2001+0+718+0+0+64+182.5),sizes:`max(max(${componentViewport?.width||\"100vw\"} * 0.9, 1px) * 0.6 - 10px, 1px)`,src:\"https://framerusercontent.com/images/tNzBTmHqleqavE23jbQo2HXjlc.jpg\",srcSet:\"https://framerusercontent.com/images/tNzBTmHqleqavE23jbQo2HXjlc.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/tNzBTmHqleqavE23jbQo2HXjlc.jpg 1333w\"}},Zus1HOcgT:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+8264.2001+0+718+0+0+64+182.5),sizes:`max(max(${componentViewport?.width||\"100vw\"} * 0.9, 1px) * 0.6 - 10px, 1px)`,src:\"https://framerusercontent.com/images/tNzBTmHqleqavE23jbQo2HXjlc.jpg\",srcSet:\"https://framerusercontent.com/images/tNzBTmHqleqavE23jbQo2HXjlc.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/tNzBTmHqleqavE23jbQo2HXjlc.jpg 1333w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",src:\"https://framerusercontent.com/images/tNzBTmHqleqavE23jbQo2HXjlc.jpg\",srcSet:\"https://framerusercontent.com/images/tNzBTmHqleqavE23jbQo2HXjlc.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/tNzBTmHqleqavE23jbQo2HXjlc.jpg 1333w\"},className:\"framer-ixngga hidden-72rtr7\",\"data-framer-name\":\"Le20XRousse-45\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-5xxczi\",\"data-framer-name\":\"horaires\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wj2JxxgiC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(102, 102, 102)\",\"--framer-text-decoration\":\"line-through\"},children:\"LUN\"})})},Zus1HOcgT:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(102, 102, 102)\",\"--framer-text-decoration\":\"line-through\"},children:\"LUN\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"rgb(102, 102, 102)\",\"--framer-text-decoration\":\"line-through\"},children:\"LUN\"})}),className:\"framer-ppsc2l\",\"data-framer-name\":\"LUN\",fonts:[\"CUSTOM;Diamond Grotesk Variable\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-zzy9m\",\"data-framer-name\":\"mardi\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wj2JxxgiC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"right\"},children:\"MAR\"})})},Zus1HOcgT:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"right\"},children:\"MAR\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"right\"},children:\"MAR\"})}),className:\"framer-1020768\",\"data-framer-name\":\"MAR\",fonts:[\"CUSTOM;Diamond Grotesk Variable\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wj2JxxgiC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"32px\"},children:\"9 - 19\"})})},Zus1HOcgT:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"32px\"},children:\"9 - 19\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"32px\"},children:\"9 - 19\"})}),className:\"framer-1925n8s\",\"data-framer-name\":\"9 - 19\",fonts:[\"CUSTOM;Diamond Grotesk Variable\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ib6hud\",\"data-framer-name\":\"mercredi\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wj2JxxgiC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"right\"},children:\"MER\"})})},Zus1HOcgT:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"right\"},children:\"MER\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"right\"},children:\"MER\"})}),className:\"framer-1ofhdyr\",\"data-framer-name\":\"MER\",fonts:[\"CUSTOM;Diamond Grotesk Variable\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wj2JxxgiC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"32px\"},children:\"9 - 19\"})})},Zus1HOcgT:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"32px\"},children:\"9 - 19\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"32px\"},children:\"9 - 19\"})}),className:\"framer-rh50z\",\"data-framer-name\":\"9 - 19\",fonts:[\"CUSTOM;Diamond Grotesk Variable\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1j6lvvc\",\"data-framer-name\":\"jeudi\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wj2JxxgiC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"right\"},children:\"JEU\"})})},Zus1HOcgT:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"right\"},children:\"JEU\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"right\"},children:\"JEU\"})}),className:\"framer-1uzgs13\",\"data-framer-name\":\"JEU\",fonts:[\"CUSTOM;Diamond Grotesk Variable\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wj2JxxgiC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"32px\"},children:\"9 - 19\"})})},Zus1HOcgT:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"32px\"},children:\"9 - 19\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"32px\"},children:\"9 - 19\"})}),className:\"framer-11gx5pv\",\"data-framer-name\":\"9 - 19\",fonts:[\"CUSTOM;Diamond Grotesk Variable\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-9kh3io\",\"data-framer-name\":\"vendredi\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wj2JxxgiC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"right\"},children:\"VEN\"})})},Zus1HOcgT:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"right\"},children:\"VEN\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"right\"},children:\"VEN\"})}),className:\"framer-noocum\",\"data-framer-name\":\"VEN\",fonts:[\"CUSTOM;Diamond Grotesk Variable\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wj2JxxgiC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"32px\"},children:\"9 - 19\"})})},Zus1HOcgT:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"32px\"},children:\"9 - 19\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"32px\"},children:\"9 - 19\"})}),className:\"framer-14kf78k\",\"data-framer-name\":\"9 - 19\",fonts:[\"CUSTOM;Diamond Grotesk Variable\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-17kklkl\",\"data-framer-name\":\"samedi\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wj2JxxgiC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"right\"},children:\"SAM\"})})},Zus1HOcgT:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"right\"},children:\"SAM\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"right\"},children:\"SAM\"})}),className:\"framer-1g06zso\",\"data-framer-name\":\"SAM\",fonts:[\"CUSTOM;Diamond Grotesk Variable\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wj2JxxgiC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"32px\"},children:\"9 - 17\"})})},Zus1HOcgT:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"32px\"},children:\"9 - 17\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"32px\"},children:\"9 - 17\"})}),className:\"framer-wll82g\",\"data-framer-name\":\"9 - 17\",fonts:[\"CUSTOM;Diamond Grotesk Variable\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wj2JxxgiC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(102, 102, 102)\",\"--framer-text-decoration\":\"line-through\"},children:\"DIM\"})})},Zus1HOcgT:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(102, 102, 102)\",\"--framer-text-decoration\":\"line-through\"},children:\"DIM\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"rgb(102, 102, 102)\",\"--framer-text-decoration\":\"line-through\"},children:\"DIM\"})}),className:\"framer-pazcv8\",\"data-framer-name\":\"DIM\",fonts:[\"CUSTOM;Diamond Grotesk Variable\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]})]})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wj2JxxgiC:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+10334.2001),sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/ffz3pfyyrdDIQ0Pptk3sZbdraZM.png\",srcSet:\"https://framerusercontent.com/images/ffz3pfyyrdDIQ0Pptk3sZbdraZM.png?scale-down-to=512 512w,https://framerusercontent.com/images/ffz3pfyyrdDIQ0Pptk3sZbdraZM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/ffz3pfyyrdDIQ0Pptk3sZbdraZM.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/ffz3pfyyrdDIQ0Pptk3sZbdraZM.png 2880w\"}},Zus1HOcgT:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+9678.2001),sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/ffz3pfyyrdDIQ0Pptk3sZbdraZM.png\",srcSet:\"https://framerusercontent.com/images/ffz3pfyyrdDIQ0Pptk3sZbdraZM.png?scale-down-to=512 512w,https://framerusercontent.com/images/ffz3pfyyrdDIQ0Pptk3sZbdraZM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/ffz3pfyyrdDIQ0Pptk3sZbdraZM.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/ffz3pfyyrdDIQ0Pptk3sZbdraZM.png 2880w\"}}},children:/*#__PURE__*/_jsxs(Image,{as:\"section\",background:{alt:\"\",fit:\"fill\",sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/ffz3pfyyrdDIQ0Pptk3sZbdraZM.png\",srcSet:\"https://framerusercontent.com/images/ffz3pfyyrdDIQ0Pptk3sZbdraZM.png?scale-down-to=512 512w,https://framerusercontent.com/images/ffz3pfyyrdDIQ0Pptk3sZbdraZM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/ffz3pfyyrdDIQ0Pptk3sZbdraZM.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/ffz3pfyyrdDIQ0Pptk3sZbdraZM.png 2880w\"},className:\"framer-9hwzqa\",\"data-framer-name\":\"section_contact\",id:elementId6,ref:ref7,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-6jrebx\",\"data-framer-name\":\"text\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wj2JxxgiC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBTZWFzb25zIEJvbGQ=\",\"--framer-font-family\":'\"The Seasons Bold\", \"The Seasons Bold Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-line-height\":\"36px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(59, 64, 44)\"},children:\"Nous sommes \\xe0 un clic de votre style parfait\"})})},Zus1HOcgT:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBTZWFzb25zIEJvbGQ=\",\"--framer-font-family\":'\"The Seasons Bold\", \"The Seasons Bold Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-line-height\":\"36px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(59, 64, 44)\"},children:\"Nous sommes \\xe0 un clic de votre style parfait\"})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition10},__framer__animateOnce:true,__framer__enter:animation18,__framer__exit:animation19,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBTZWFzb25zIEJvbGQ=\",\"--framer-font-family\":'\"The Seasons Bold\", \"The Seasons Bold Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-line-height\":\"56px\",\"--framer-text-color\":\"rgb(59, 64, 44)\"},children:\"Nous sommes \\xe0 un clic de votre style parfait\"})}),className:\"framer-1hnrtye\",\"data-framer-name\":\"Nous sommes \\xe0 un clic de votre style parfait\",fonts:[\"CUSTOM;The Seasons Bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wj2JxxgiC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-line-height\":\"22px\",\"--framer-text-alignment\":\"center\"},children:\"La coiffure ne se r\\xe9sume pas aux tendances ; c\u2019est un art qui r\\xe9v\\xe8le votre individualit\\xe9. Chaque m\\xe8che est soigneusement entretenue, chaque coupe est r\\xe9alis\\xe9e avec pr\\xe9cision, chaque couleur est s\\xe9lectionn\\xe9e pour sublimer votre beaut\\xe9 naturelle.\"})})},Zus1HOcgT:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-line-height\":\"22px\",\"--framer-text-alignment\":\"center\"},children:\"La coiffure ne se r\\xe9sume pas aux tendances ; c\u2019est un art qui r\\xe9v\\xe8le votre individualit\\xe9. Chaque m\\xe8che est soigneusement entretenue, chaque coupe est r\\xe9alis\\xe9e avec pr\\xe9cision, chaque couleur est s\\xe9lectionn\\xe9e pour sublimer votre beaut\\xe9 naturelle.\"})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition10},__framer__animateOnce:true,__framer__enter:animation18,__framer__exit:animation19,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"center\"},children:\"La coiffure ne se r\\xe9sume pas aux tendances ; c\u2019est un art qui r\\xe9v\\xe8le votre individualit\\xe9. Chaque m\\xe8che est soigneusement entretenue, chaque coupe est r\\xe9alis\\xe9e avec pr\\xe9cision, chaque couleur est s\\xe9lectionn\\xe9e pour sublimer votre beaut\\xe9 naturelle.\"})}),className:\"framer-14sawz3\",\"data-framer-name\":\"La coiffure ne se r\\xe9sume pas aux tendances ; c\u2019est un art qui r\\xe9v\\xe8le votre individualit\\xe9. Chaque m\\xe8che est soigneusement entretenue, chaque coupe est r\\xe9alis\\xe9e avec pr\\xe9cision, chaque couleur est s\\xe9lectionn\\xe9e pour sublimer votre beaut\\xe9 naturelle.\",fonts:[\"CUSTOM;Diamond Grotesk Variable\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wj2JxxgiC:{y:(componentViewport?.y||0)+0+0+0+10334.2001+0+384},Zus1HOcgT:{y:(componentViewport?.y||0)+0+0+0+9678.2001+0+384}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:64,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1tg0iaa-container\",nodeId:\"mVKg2nCRw\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Cta,{height:\"100%\",id:\"mVKg2nCRw\",layoutId:\"mVKg2nCRw\",width:\"100%\"})})})})]})}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-nkx5z9\",\"data-framer-name\":\"Localisation\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1c2uf8v\",\"data-framer-name\":\"Frame 21\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wj2JxxgiC:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+11052.2001+0+0+0+0),sizes:\"155px\",src:\"https://framerusercontent.com/images/kqgKfwSbsCcltnX1YBTfTLKjxAc.png\",srcSet:\"https://framerusercontent.com/images/kqgKfwSbsCcltnX1YBTfTLKjxAc.png?scale-down-to=512 512w,https://framerusercontent.com/images/kqgKfwSbsCcltnX1YBTfTLKjxAc.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/kqgKfwSbsCcltnX1YBTfTLKjxAc.png 1186w\"}},Zus1HOcgT:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+10340.2001+0+0+0+0),sizes:\"155px\",src:\"https://framerusercontent.com/images/kqgKfwSbsCcltnX1YBTfTLKjxAc.png\",srcSet:\"https://framerusercontent.com/images/kqgKfwSbsCcltnX1YBTfTLKjxAc.png?scale-down-to=512 512w,https://framerusercontent.com/images/kqgKfwSbsCcltnX1YBTfTLKjxAc.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/kqgKfwSbsCcltnX1YBTfTLKjxAc.png 1186w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"155px\",src:\"https://framerusercontent.com/images/kqgKfwSbsCcltnX1YBTfTLKjxAc.png\",srcSet:\"https://framerusercontent.com/images/kqgKfwSbsCcltnX1YBTfTLKjxAc.png?scale-down-to=512 512w,https://framerusercontent.com/images/kqgKfwSbsCcltnX1YBTfTLKjxAc.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/kqgKfwSbsCcltnX1YBTfTLKjxAc.png 1186w\"},className:\"framer-bjpvrh\",\"data-framer-name\":\"Fichier 1-8 1\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RoZSBTZWFzb25zIEJvbGQ=\",\"--framer-font-family\":'\"The Seasons Bold\", \"The Seasons Bold Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"32px\"},children:\"Adresses\"})}),className:\"framer-faemzr\",\"data-framer-name\":\"Adresses\",fonts:[\"CUSTOM;The Seasons Bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-line-height\":\"24px\"},children:[\"38 Cours Franklin Roosevelt, Lyon 69006\",/*#__PURE__*/_jsx(\"br\",{}),\"20 Place de la Croix-Rousse, Lyon 69004\"]})}),className:\"framer-1iyckre\",\"data-framer-name\":\"38 Cours Franklin Roosevelt, Lyon 69006\\u202820 Place de la Croix-Rousse, Lyon 69004\",fonts:[\"CUSTOM;Diamond Grotesk Variable\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-xyb0s4-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"JTRGcknAk\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(GoogleMaps,{borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,coordinates:\"38 Cour Franklin Rooselvelt Lyon 69006\",height:\"100%\",id:\"JTRGcknAk\",isMixedBorderRadius:false,layoutId:\"JTRGcknAk\",style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,width:\"100%\",zoom:15})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-17ot6jb-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"L4ySxl3kc\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(GoogleMaps,{borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,coordinates:\"20 Place de la Croix-Rousse, Lyon 69004\",height:\"100%\",id:\"L4ySxl3kc\",isMixedBorderRadius:false,layoutId:\"L4ySxl3kc\",style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,width:\"100%\",zoom:15})})})]}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-z0b2t5\",\"data-framer-name\":\"footer\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-83so6o\",\"data-framer-name\":\"Line 10\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:4,intrinsicWidth:1439,svg:'<svg width=\"1439\" height=\"4\" viewBox=\"-1 -1 1439 4\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<line x1=\"0.5\" y1=\"0.87207\" x2=\"1436.49\" y2=\"0.87207\" stroke=\"black\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1tn2lek\",\"data-framer-name\":\"content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-18db581\",\"data-framer-name\":\"left\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"rgb(102, 102, 102)\"},children:[\"Cr\\xe9e par \",/*#__PURE__*/_jsx(Link,{href:\"www.marcquievreux.fr\",motionChild:true,nodeId:\"MoiCPXuAl\",openInNewTab:true,scopeId:\"augiA20Il\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1x5q87\",\"data-styles-preset\":\"sJ2QEITYH\",children:/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-decoration\":\"underline\"},children:\"Marc Quievreux\"})})}),\" - 2025 \\xa9 - \"]})}),className:\"framer-1w0hxt0\",\"data-framer-name\":\"Cr\\xe9e par Marc Quievreux - 2025 \\xa9 -\",fonts:[\"CUSTOM;Diamond Grotesk Variable\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0RpYW1vbmQgR3JvdGVzayBWYXJpYWJsZQ==\",\"--framer-font-family\":'\"Diamond Grotesk Variable\", \"Diamond Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"rgb(102, 102, 102)\",\"--framer-text-decoration\":\"underline\"},children:\"Mentions l\\xe9gales\"})}),className:\"framer-ken9dr\",\"data-framer-name\":\"Mentions l\\xe9gales\",fonts:[\"CUSTOM;Diamond Grotesk Variable\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ms9cep\",\"data-framer-name\":\"RS\",children:[/*#__PURE__*/_jsx(Link,{href:\"https://www.facebook.com/le20barbershop/?locale=fr_CA\",motionChild:true,nodeId:\"AsAvA5s9g\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-z902ho framer-lux5qc\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:25,intrinsicWidth:25,svg:'<svg width=\"25\" height=\"25\" viewBox=\"0 0 25 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M12.4555 0.37207C5.80375 0.37207 0.411377 5.76445 0.411377 12.4162C0.411377 18.0643 4.30017 22.8039 9.54609 24.1057V16.0968H7.0626V12.4162H9.54609V10.8302C9.54609 6.73086 11.4014 4.83079 15.426 4.83079C16.1891 4.83079 17.5058 4.98062 18.0444 5.12996V8.46617C17.7602 8.43631 17.2663 8.42137 16.6531 8.42137C14.6783 8.42137 13.9152 9.16955 13.9152 11.1144V12.4162H17.8493L17.1734 16.0968H13.9152V24.3721C19.8789 23.6518 24.5 18.574 24.5 12.4162C24.4995 5.76445 19.1072 0.37207 12.4555 0.37207Z\" fill=\"black\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ehu8t9\",\"data-framer-name\":\"Social Icons\",children:[/*#__PURE__*/_jsx(Link,{href:\"https://www.instagram.com/le20barbershop/?hl=fr\",motionChild:true,nodeId:\"I26:1779;17:239\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-36hsij framer-lux5qc\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:25,intrinsicWidth:25,svg:'<svg width=\"25\" height=\"25\" viewBox=\"0 0 25 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M12.5 2.53301C15.7063 2.53301 16.0859 2.54707 17.3469 2.60332C18.5188 2.65488 19.1516 2.85176 19.5734 3.01582C20.1313 3.23145 20.5344 3.49395 20.9516 3.91113C21.3734 4.33301 21.6313 4.73145 21.8469 5.28926C22.0109 5.71113 22.2078 6.34863 22.2594 7.51582C22.3156 8.78144 22.3297 9.16113 22.3297 12.3627C22.3297 15.5689 22.3156 15.9486 22.2594 17.2096C22.2078 18.3814 22.0109 19.0143 21.8469 19.4361C21.6313 19.9939 21.3687 20.3971 20.9516 20.8143C20.5297 21.2361 20.1313 21.4939 19.5734 21.7096C19.1516 21.8736 18.5141 22.0705 17.3469 22.1221C16.0813 22.1783 15.7016 22.1924 12.5 22.1924C9.29375 22.1924 8.91406 22.1783 7.65313 22.1221C6.48125 22.0705 5.84844 21.8736 5.42656 21.7096C4.86875 21.4939 4.46563 21.2314 4.04844 20.8143C3.62656 20.3924 3.36875 19.9939 3.15313 19.4361C2.98906 19.0143 2.79219 18.3768 2.74063 17.2096C2.68438 15.9439 2.67031 15.5643 2.67031 12.3627C2.67031 9.15645 2.68438 8.77676 2.74063 7.51582C2.79219 6.34395 2.98906 5.71113 3.15313 5.28926C3.36875 4.73145 3.63125 4.32832 4.04844 3.91113C4.47031 3.48926 4.86875 3.23145 5.42656 3.01582C5.84844 2.85176 6.48594 2.65488 7.65313 2.60332C8.91406 2.54707 9.29375 2.53301 12.5 2.53301ZM12.5 0.37207C9.24219 0.37207 8.83438 0.386133 7.55469 0.442383C6.27969 0.498633 5.40313 0.704883 4.64375 1.0002C3.85156 1.30957 3.18125 1.71738 2.51563 2.3877C1.84531 3.05332 1.4375 3.72363 1.12813 4.51113C0.832812 5.2752 0.626563 6.14707 0.570313 7.42207C0.514063 8.70644 0.5 9.11426 0.5 12.3721C0.5 15.6299 0.514063 16.0377 0.570313 17.3174C0.626563 18.5924 0.832812 19.4689 1.12813 20.2283C1.4375 21.0205 1.84531 21.6908 2.51563 22.3564C3.18125 23.0221 3.85156 23.4346 4.63906 23.7393C5.40313 24.0346 6.275 24.2408 7.55 24.2971C8.82969 24.3533 9.2375 24.3674 12.4953 24.3674C15.7531 24.3674 16.1609 24.3533 17.4406 24.2971C18.7156 24.2408 19.5922 24.0346 20.3516 23.7393C21.1391 23.4346 21.8094 23.0221 22.475 22.3564C23.1406 21.6908 23.5531 21.0205 23.8578 20.233C24.1531 19.4689 24.3594 18.5971 24.4156 17.3221C24.4719 16.0424 24.4859 15.6346 24.4859 12.3768C24.4859 9.11895 24.4719 8.71113 24.4156 7.43145C24.3594 6.15645 24.1531 5.27988 23.8578 4.52051C23.5625 3.72363 23.1547 3.05332 22.4844 2.3877C21.8188 1.72207 21.1484 1.30957 20.3609 1.00488C19.5969 0.70957 18.725 0.50332 17.45 0.44707C16.1656 0.386133 15.7578 0.37207 12.5 0.37207Z\" fill=\"black\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1wbwate\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:13,intrinsicWidth:13,svg:'<svg width=\"13\" height=\"13\" viewBox=\"0 0 13 13\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M6.5 0.208008C3.09688 0.208008 0.335938 2.96895 0.335938 6.37207C0.335938 9.7752 3.09688 12.5361 6.5 12.5361C9.90312 12.5361 12.6641 9.7752 12.6641 6.37207C12.6641 2.96895 9.90312 0.208008 6.5 0.208008ZM6.5 10.3705C4.29219 10.3705 2.50156 8.57988 2.50156 6.37207C2.50156 4.16426 4.29219 2.37363 6.5 2.37363C8.70781 2.37363 10.4984 4.16426 10.4984 6.37207C10.4984 8.57988 8.70781 10.3705 6.5 10.3705Z\" fill=\"black\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-22q7sn\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:4,intrinsicWidth:4,svg:'<svg width=\"4\" height=\"4\" viewBox=\"0 0 4 4\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M3.34687 1.96446C3.34687 2.76133 2.7 3.40352 1.90781 3.40352C1.11094 3.40352 0.46875 2.75664 0.46875 1.96446C0.46875 1.16758 1.11563 0.525391 1.90781 0.525391C2.7 0.525391 3.34687 1.17227 3.34687 1.96446Z\" fill=\"black\"/>\\n</svg>\\n',withExternalLayout:true})]})]})]})]})]})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Npo1R.framer-lux5qc, .framer-Npo1R .framer-lux5qc { display: block; }\",\".framer-Npo1R.framer-72rtr7 { align-content: center; align-items: center; background-color: #e6dfd0; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 340px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1440px; }\",\".framer-Npo1R .framer-x3sfp4-container { flex: none; height: auto; left: 58px; position: fixed; right: 57px; top: 20px; will-change: var(--framer-will-change-effect-override, transform); z-index: 10; }\",\".framer-Npo1R .framer-1a2jvot { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 112px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Npo1R .framer-7swut1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 130px; height: 100vh; justify-content: center; overflow: visible; padding: 220px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-Npo1R .framer-19minm7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Npo1R .framer-1r0zk9a, .framer-Npo1R .framer-1c2uf8v { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-Npo1R .framer-hgf56s, .framer-Npo1R .framer-1m66480 { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-Npo1R .framer-3r5ezl { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 1153px; will-change: var(--framer-will-change-effect-override, transform); word-break: break-word; word-wrap: break-word; }\",\".framer-Npo1R .framer-1xgdfxr { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-Npo1R .framer-ke6f4w-container, .framer-Npo1R .framer-12spxc9-container { flex: none; height: auto; position: relative; width: 330px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-Npo1R .framer-1g8tk4z { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-effect-override, transform); z-index: 1; }\",\".framer-Npo1R .framer-1v4k1x8, .framer-Npo1R .framer-xd3vtb { --framer-paragraph-spacing: 0px; flex: none; height: auto; opacity: 0.2; position: relative; white-space: pre; width: auto; z-index: 1; }\",\".framer-Npo1R .framer-1l3trjz, .framer-Npo1R .framer-bcm5yf { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 90%; }\",\".framer-Npo1R .framer-3fyyyp { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-Npo1R .framer-1jclii9, .framer-Npo1R .framer-1d13oba, .framer-Npo1R .framer-lgs4ci, .framer-Npo1R .framer-1jsnpl6, .framer-Npo1R .framer-shk82l, .framer-Npo1R .framer-1jenycl, .framer-Npo1R .framer-q0f49i, .framer-Npo1R .framer-w2ns9t, .framer-Npo1R .framer-1phb0bt, .framer-Npo1R .framer-1gx9tdu, .framer-Npo1R .framer-ealgy5, .framer-Npo1R .framer-fwkvkx, .framer-Npo1R .framer-132xmg5, .framer-Npo1R .framer-11suf9y, .framer-Npo1R .framer-n2q5a8, .framer-Npo1R .framer-py8nrf, .framer-Npo1R .framer-2gvra8, .framer-Npo1R .framer-5g72d3, .framer-Npo1R .framer-mrkznv, .framer-Npo1R .framer-blwo6f, .framer-Npo1R .framer-1020768, .framer-Npo1R .framer-1925n8s, .framer-Npo1R .framer-1ofhdyr, .framer-Npo1R .framer-rh50z, .framer-Npo1R .framer-1uzgs13, .framer-Npo1R .framer-11gx5pv, .framer-Npo1R .framer-noocum, .framer-Npo1R .framer-14kf78k, .framer-Npo1R .framer-1g06zso, .framer-Npo1R .framer-wll82g, .framer-Npo1R .framer-1hnrtye, .framer-Npo1R .framer-faemzr, .framer-Npo1R .framer-1iyckre { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-Npo1R .framer-a2fqvp { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-Npo1R .framer-ykqj94, .framer-Npo1R .framer-1mtqh1x, .framer-Npo1R .framer-1o6ut2x { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 330px; word-break: break-word; word-wrap: break-word; }\",\".framer-Npo1R .framer-1k68tu { aspect-ratio: 1.5003751478998482 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 220px); position: relative; width: 100%; }\",\".framer-Npo1R .framer-ltttke-container, .framer-Npo1R .framer-4r8s2c-container, .framer-Npo1R .framer-20fhxb-container, .framer-Npo1R .framer-wo2u6i-container { flex: none; height: auto; position: relative; width: 330px; }\",\".framer-Npo1R .framer-y7irtf { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 60%; }\",\".framer-Npo1R .framer-1aho1xv, .framer-Npo1R .framer-2a57ch, .framer-Npo1R .framer-sj33l9, .framer-Npo1R .framer-1pg4oi0, .framer-Npo1R .framer-13daryf, .framer-Npo1R .framer-edy57f, .framer-Npo1R .framer-1vns1ui, .framer-Npo1R .framer-yqp8bn, .framer-Npo1R .framer-48k30m, .framer-Npo1R .framer-14sawz3 { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-Npo1R .framer-1em20d1-container { flex: none; height: 508px; position: relative; width: 100%; }\",\".framer-Npo1R .framer-55rmen-container { flex: none; height: 508px; position: relative; width: 566px; }\",\".framer-Npo1R .framer-1s1ucpb { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 90%; }\",\".framer-Npo1R .framer-19n7aoo { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 60%; }\",\".framer-Npo1R .framer-1icvaqm-container { aspect-ratio: 1.111984282907662 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 509px); position: relative; width: 566px; }\",\".framer-Npo1R .framer-8calcw-container { flex: none; height: 509px; position: relative; width: 100%; }\",\".framer-Npo1R .framer-r3fmes { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 56px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-Npo1R .framer-fh3db4 { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; z-index: 1; }\",\".framer-Npo1R .framer-8qg7hp { aspect-ratio: 1.5003751478998482 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 220px); position: relative; width: 330px; }\",\".framer-Npo1R .framer-1ub8gns, .framer-Npo1R .framer-1ayk4bq, .framer-Npo1R .framer-14e2wdi, .framer-Npo1R .framer-xe24eq { flex: none; height: 3px; position: relative; width: 100%; }\",\".framer-Npo1R .framer-4vhy { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: 90%; }\",\".framer-Npo1R .framer-1c9ukrr { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 56px; height: min-content; justify-content: flex-end; max-width: 850px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-Npo1R .framer-anawo9, .framer-Npo1R .framer-8z635p, .framer-Npo1R .framer-1eymi7j, .framer-Npo1R .framer-cr21e9 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Npo1R .framer-d4hu1q, .framer-Npo1R .framer-ouj2uz, .framer-Npo1R .framer-1c0wb0f, .framer-Npo1R .framer-29hne4, .framer-Npo1R .framer-hizgoc, .framer-Npo1R .framer-1bgkxiq, .framer-Npo1R .framer-1k4bmv0, .framer-Npo1R .framer-1g48p25, .framer-Npo1R .framer-62rdp3, .framer-Npo1R .framer-shzczl, .framer-Npo1R .framer-1n58mvt, .framer-Npo1R .framer-x5ro6w, .framer-Npo1R .framer-8lb2ra { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Npo1R .framer-jo7gsg { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Npo1R .framer-1408vny-container, .framer-Npo1R .framer-r06kag-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-Npo1R .framer-lbpqyc { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: 90%; }\",\".framer-Npo1R .framer-4c0c9m { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-Npo1R .framer-xgerx1 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-Npo1R .framer-1jqrrdh { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 184px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-Npo1R .framer-p5y0s8 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 13px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 329px; }\",\".framer-Npo1R .framer-aq78c4 { --framer-paragraph-spacing: 0px; flex: none; height: 45px; position: relative; white-space: pre; width: auto; }\",\".framer-Npo1R .framer-1cwurfy { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 196px; }\",\".framer-Npo1R .framer-zuk1oo, .framer-Npo1R .framer-1xktroe, .framer-Npo1R .framer-1b9p4ef, .framer-Npo1R .framer-1w183lo, .framer-Npo1R .framer-8lboz0 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 32px); overflow: hidden; position: relative; width: 32px; }\",\".framer-Npo1R .framer-1ww0jul, .framer-Npo1R .framer-xhtoak, .framer-Npo1R .framer-1savrf5, .framer-Npo1R .framer-13rz8dq, .framer-Npo1R .framer-6b2nlo { bottom: 5px; flex: none; left: 2px; position: absolute; right: 4px; top: 2px; }\",\".framer-Npo1R .framer-yv625c { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 152px; word-break: break-word; word-wrap: break-word; }\",\".framer-Npo1R .framer-5vnmp8 { aspect-ratio: 3.1475410259201517 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 59px); position: relative; width: 186px; }\",\".framer-Npo1R .framer-ci0nhr { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-Npo1R .framer-vqdypg { flex: none; height: 196px; position: relative; width: 100%; }\",\".framer-Npo1R .framer-5255ym { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Npo1R .framer-qexlxf { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 34px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-Npo1R .framer-1sr4yyn { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Npo1R .framer-1ue8mmk, .framer-Npo1R .framer-162n1pv { --framer-paragraph-spacing: 0px; flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-Npo1R .framer-eezvbc { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 47%; word-break: break-word; word-wrap: break-word; }\",\".framer-Npo1R .framer-1pjap46 { aspect-ratio: 1.5003751341512346 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 277px); position: relative; width: 100%; }\",\".framer-Npo1R .framer-1t7x270 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 90%; }\",\".framer-Npo1R .framer-1p5hty4 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Npo1R .framer-f6pgao, .framer-Npo1R .framer-kqd0wm, .framer-Npo1R .framer-158fora, .framer-Npo1R .framer-54hvio, .framer-Npo1R .framer-4e7n3x { align-content: flex-start; align-items: flex-start; cursor: pointer; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Npo1R .framer-rv7mu3, .framer-Npo1R .framer-ii5qz1, .framer-Npo1R .framer-1r5a54d { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 684px; word-break: break-word; word-wrap: break-word; }\",\".framer-Npo1R .framer-19l8mog { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 793px; word-break: break-word; word-wrap: break-word; }\",\".framer-Npo1R .framer-hemxi7 { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-Npo1R .framer-1h5pizs { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 685px; }\",\".framer-Npo1R .framer-1pjs523, .framer-Npo1R .framer-evc9fg { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 685px; word-break: break-word; word-wrap: break-word; }\",\".framer-Npo1R .framer-15pktux { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 685px; }\",\".framer-Npo1R .framer-wc97ci { 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: flex-end; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-Npo1R .framer-3j455w { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-end; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-Npo1R .framer-nuuoe3 { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 226px; word-break: break-word; word-wrap: break-word; }\",\".framer-Npo1R .framer-6xcwbx { align-content: center; align-items: center; align-self: stretch; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: auto; }\",\".framer-Npo1R .framer-ixngga { aspect-ratio: 0.6664999846129482 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 300px); position: relative; width: 100%; }\",\".framer-Npo1R .framer-5xxczi { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 131px; }\",\".framer-Npo1R .framer-ppsc2l, .framer-Npo1R .framer-pazcv8 { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 131px; word-break: break-word; word-wrap: break-word; }\",\".framer-Npo1R .framer-zzy9m, .framer-Npo1R .framer-1ib6hud, .framer-Npo1R .framer-9kh3io, .framer-Npo1R .framer-17kklkl { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 25px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Npo1R .framer-1j6lvvc { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 25px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-Npo1R .framer-9hwzqa { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 56px; height: 606px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Npo1R .framer-6jrebx { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 75%; }\",\".framer-Npo1R .framer-1tg0iaa-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-Npo1R .framer-nkx5z9 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: 80%; }\",\".framer-Npo1R .framer-bjpvrh { aspect-ratio: 1.7861445595281107 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 87px); position: relative; width: 155px; }\",\".framer-Npo1R .framer-xyb0s4-container { flex: none; height: 400px; position: relative; width: 32%; }\",\".framer-Npo1R .framer-17ot6jb-container { flex: none; height: 400px; position: relative; width: 30%; }\",\".framer-Npo1R .framer-z0b2t5 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 10px 0px 10px 0px; position: relative; width: 100%; }\",\".framer-Npo1R .framer-83so6o { flex: none; height: 4px; position: relative; width: 100%; }\",\".framer-Npo1R .framer-1tn2lek { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px 32px 0px 32px; position: relative; width: 100%; }\",\".framer-Npo1R .framer-18db581 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 326px; }\",\".framer-Npo1R .framer-1w0hxt0 { --framer-paragraph-spacing: 0px; flex: none; height: 24px; position: relative; white-space: pre; width: auto; }\",\".framer-Npo1R .framer-ken9dr { --framer-paragraph-spacing: 0px; aspect-ratio: 4.5 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 24px); position: relative; white-space: pre-wrap; width: 108px; word-break: break-word; word-wrap: break-word; }\",\".framer-Npo1R .framer-ms9cep { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-Npo1R .framer-z902ho { flex: none; height: 25px; position: relative; text-decoration: none; width: 25px; }\",\".framer-Npo1R .framer-ehu8t9 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 24px); overflow: hidden; position: relative; width: 24px; }\",\".framer-Npo1R .framer-36hsij { bottom: 1px; flex: none; left: -1px; position: absolute; right: 1px; text-decoration: none; top: -1px; }\",\".framer-Npo1R .framer-1wbwate { bottom: 6px; flex: none; left: 6px; position: absolute; right: 6px; top: 6px; }\",\".framer-Npo1R .framer-22q7sn { bottom: 18px; flex: none; left: 16px; position: absolute; right: 5px; top: 4px; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-Npo1R.framer-72rtr7, .framer-Npo1R .framer-1a2jvot, .framer-Npo1R .framer-7swut1, .framer-Npo1R .framer-19minm7, .framer-Npo1R .framer-1r0zk9a, .framer-Npo1R .framer-1xgdfxr, .framer-Npo1R .framer-1g8tk4z, .framer-Npo1R .framer-3fyyyp, .framer-Npo1R .framer-a2fqvp, .framer-Npo1R .framer-y7irtf, .framer-Npo1R .framer-19n7aoo, .framer-Npo1R .framer-r3fmes, .framer-Npo1R .framer-fh3db4, .framer-Npo1R .framer-1c9ukrr, .framer-Npo1R .framer-anawo9, .framer-Npo1R .framer-8z635p, .framer-Npo1R .framer-1eymi7j, .framer-Npo1R .framer-cr21e9, .framer-Npo1R .framer-jo7gsg, .framer-Npo1R .framer-4c0c9m, .framer-Npo1R .framer-xgerx1, .framer-Npo1R .framer-1jqrrdh, .framer-Npo1R .framer-p5y0s8, .framer-Npo1R .framer-1cwurfy, .framer-Npo1R .framer-ci0nhr, .framer-Npo1R .framer-5255ym, .framer-Npo1R .framer-qexlxf, .framer-Npo1R .framer-1sr4yyn, .framer-Npo1R .framer-1t7x270, .framer-Npo1R .framer-1p5hty4, .framer-Npo1R .framer-f6pgao, .framer-Npo1R .framer-kqd0wm, .framer-Npo1R .framer-158fora, .framer-Npo1R .framer-54hvio, .framer-Npo1R .framer-4e7n3x, .framer-Npo1R .framer-hemxi7, .framer-Npo1R .framer-1h5pizs, .framer-Npo1R .framer-15pktux, .framer-Npo1R .framer-wc97ci, .framer-Npo1R .framer-3j455w, .framer-Npo1R .framer-6xcwbx, .framer-Npo1R .framer-5xxczi, .framer-Npo1R .framer-zzy9m, .framer-Npo1R .framer-1ib6hud, .framer-Npo1R .framer-1j6lvvc, .framer-Npo1R .framer-9kh3io, .framer-Npo1R .framer-17kklkl, .framer-Npo1R .framer-9hwzqa, .framer-Npo1R .framer-6jrebx, .framer-Npo1R .framer-1c2uf8v, .framer-Npo1R .framer-z0b2t5, .framer-Npo1R .framer-18db581, .framer-Npo1R .framer-ms9cep { gap: 0px; } .framer-Npo1R.framer-72rtr7 > * { margin: 0px; margin-bottom: calc(340px / 2); margin-top: calc(340px / 2); } .framer-Npo1R.framer-72rtr7 > :first-child, .framer-Npo1R .framer-1a2jvot > :first-child, .framer-Npo1R .framer-7swut1 > :first-child, .framer-Npo1R .framer-19minm7 > :first-child, .framer-Npo1R .framer-1r0zk9a > :first-child, .framer-Npo1R .framer-3fyyyp > :first-child, .framer-Npo1R .framer-a2fqvp > :first-child, .framer-Npo1R .framer-y7irtf > :first-child, .framer-Npo1R .framer-19n7aoo > :first-child, .framer-Npo1R .framer-r3fmes > :first-child, .framer-Npo1R .framer-fh3db4 > :first-child, .framer-Npo1R .framer-1c9ukrr > :first-child, .framer-Npo1R .framer-anawo9 > :first-child, .framer-Npo1R .framer-8z635p > :first-child, .framer-Npo1R .framer-1eymi7j > :first-child, .framer-Npo1R .framer-cr21e9 > :first-child, .framer-Npo1R .framer-xgerx1 > :first-child, .framer-Npo1R .framer-1jqrrdh > :first-child, .framer-Npo1R .framer-ci0nhr > :first-child, .framer-Npo1R .framer-5255ym > :first-child, .framer-Npo1R .framer-qexlxf > :first-child, .framer-Npo1R .framer-1t7x270 > :first-child, .framer-Npo1R .framer-1p5hty4 > :first-child, .framer-Npo1R .framer-f6pgao > :first-child, .framer-Npo1R .framer-kqd0wm > :first-child, .framer-Npo1R .framer-158fora > :first-child, .framer-Npo1R .framer-54hvio > :first-child, .framer-Npo1R .framer-4e7n3x > :first-child, .framer-Npo1R .framer-hemxi7 > :first-child, .framer-Npo1R .framer-1h5pizs > :first-child, .framer-Npo1R .framer-3j455w > :first-child, .framer-Npo1R .framer-6xcwbx > :first-child, .framer-Npo1R .framer-5xxczi > :first-child, .framer-Npo1R .framer-9hwzqa > :first-child, .framer-Npo1R .framer-6jrebx > :first-child, .framer-Npo1R .framer-1c2uf8v > :first-child, .framer-Npo1R .framer-z0b2t5 > :first-child { margin-top: 0px; } .framer-Npo1R.framer-72rtr7 > :last-child, .framer-Npo1R .framer-1a2jvot > :last-child, .framer-Npo1R .framer-7swut1 > :last-child, .framer-Npo1R .framer-19minm7 > :last-child, .framer-Npo1R .framer-1r0zk9a > :last-child, .framer-Npo1R .framer-3fyyyp > :last-child, .framer-Npo1R .framer-a2fqvp > :last-child, .framer-Npo1R .framer-y7irtf > :last-child, .framer-Npo1R .framer-19n7aoo > :last-child, .framer-Npo1R .framer-r3fmes > :last-child, .framer-Npo1R .framer-fh3db4 > :last-child, .framer-Npo1R .framer-1c9ukrr > :last-child, .framer-Npo1R .framer-anawo9 > :last-child, .framer-Npo1R .framer-8z635p > :last-child, .framer-Npo1R .framer-1eymi7j > :last-child, .framer-Npo1R .framer-cr21e9 > :last-child, .framer-Npo1R .framer-xgerx1 > :last-child, .framer-Npo1R .framer-1jqrrdh > :last-child, .framer-Npo1R .framer-ci0nhr > :last-child, .framer-Npo1R .framer-5255ym > :last-child, .framer-Npo1R .framer-qexlxf > :last-child, .framer-Npo1R .framer-1t7x270 > :last-child, .framer-Npo1R .framer-1p5hty4 > :last-child, .framer-Npo1R .framer-f6pgao > :last-child, .framer-Npo1R .framer-kqd0wm > :last-child, .framer-Npo1R .framer-158fora > :last-child, .framer-Npo1R .framer-54hvio > :last-child, .framer-Npo1R .framer-4e7n3x > :last-child, .framer-Npo1R .framer-hemxi7 > :last-child, .framer-Npo1R .framer-1h5pizs > :last-child, .framer-Npo1R .framer-3j455w > :last-child, .framer-Npo1R .framer-6xcwbx > :last-child, .framer-Npo1R .framer-5xxczi > :last-child, .framer-Npo1R .framer-9hwzqa > :last-child, .framer-Npo1R .framer-6jrebx > :last-child, .framer-Npo1R .framer-1c2uf8v > :last-child, .framer-Npo1R .framer-z0b2t5 > :last-child { margin-bottom: 0px; } .framer-Npo1R .framer-1a2jvot > * { margin: 0px; margin-bottom: calc(112px / 2); margin-top: calc(112px / 2); } .framer-Npo1R .framer-7swut1 > * { margin: 0px; margin-bottom: calc(130px / 2); margin-top: calc(130px / 2); } .framer-Npo1R .framer-19minm7 > *, .framer-Npo1R .framer-anawo9 > *, .framer-Npo1R .framer-8z635p > *, .framer-Npo1R .framer-1eymi7j > *, .framer-Npo1R .framer-cr21e9 > *, .framer-Npo1R .framer-5xxczi > *, .framer-Npo1R .framer-z0b2t5 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-Npo1R .framer-1r0zk9a > *, .framer-Npo1R .framer-1c2uf8v > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-Npo1R .framer-1xgdfxr > *, .framer-Npo1R .framer-4c0c9m > *, .framer-Npo1R .framer-1sr4yyn > *, .framer-Npo1R .framer-15pktux > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-Npo1R .framer-1xgdfxr > :first-child, .framer-Npo1R .framer-1g8tk4z > :first-child, .framer-Npo1R .framer-jo7gsg > :first-child, .framer-Npo1R .framer-4c0c9m > :first-child, .framer-Npo1R .framer-p5y0s8 > :first-child, .framer-Npo1R .framer-1cwurfy > :first-child, .framer-Npo1R .framer-1sr4yyn > :first-child, .framer-Npo1R .framer-15pktux > :first-child, .framer-Npo1R .framer-wc97ci > :first-child, .framer-Npo1R .framer-zzy9m > :first-child, .framer-Npo1R .framer-1ib6hud > :first-child, .framer-Npo1R .framer-1j6lvvc > :first-child, .framer-Npo1R .framer-9kh3io > :first-child, .framer-Npo1R .framer-17kklkl > :first-child, .framer-Npo1R .framer-18db581 > :first-child, .framer-Npo1R .framer-ms9cep > :first-child { margin-left: 0px; } .framer-Npo1R .framer-1xgdfxr > :last-child, .framer-Npo1R .framer-1g8tk4z > :last-child, .framer-Npo1R .framer-jo7gsg > :last-child, .framer-Npo1R .framer-4c0c9m > :last-child, .framer-Npo1R .framer-p5y0s8 > :last-child, .framer-Npo1R .framer-1cwurfy > :last-child, .framer-Npo1R .framer-1sr4yyn > :last-child, .framer-Npo1R .framer-15pktux > :last-child, .framer-Npo1R .framer-wc97ci > :last-child, .framer-Npo1R .framer-zzy9m > :last-child, .framer-Npo1R .framer-1ib6hud > :last-child, .framer-Npo1R .framer-1j6lvvc > :last-child, .framer-Npo1R .framer-9kh3io > :last-child, .framer-Npo1R .framer-17kklkl > :last-child, .framer-Npo1R .framer-18db581 > :last-child, .framer-Npo1R .framer-ms9cep > :last-child { margin-right: 0px; } .framer-Npo1R .framer-1g8tk4z > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-Npo1R .framer-3fyyyp > *, .framer-Npo1R .framer-xgerx1 > *, .framer-Npo1R .framer-5255ym > *, .framer-Npo1R .framer-3j455w > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-Npo1R .framer-a2fqvp > *, .framer-Npo1R .framer-fh3db4 > *, .framer-Npo1R .framer-1p5hty4 > *, .framer-Npo1R .framer-f6pgao > *, .framer-Npo1R .framer-kqd0wm > *, .framer-Npo1R .framer-158fora > *, .framer-Npo1R .framer-54hvio > *, .framer-Npo1R .framer-4e7n3x > *, .framer-Npo1R .framer-1h5pizs > *, .framer-Npo1R .framer-6jrebx > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-Npo1R .framer-y7irtf > *, .framer-Npo1R .framer-19n7aoo > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } .framer-Npo1R .framer-r3fmes > *, .framer-Npo1R .framer-1c9ukrr > *, .framer-Npo1R .framer-9hwzqa > * { margin: 0px; margin-bottom: calc(56px / 2); margin-top: calc(56px / 2); } .framer-Npo1R .framer-jo7gsg > *, .framer-Npo1R .framer-ms9cep > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-Npo1R .framer-1jqrrdh > *, .framer-Npo1R .framer-6xcwbx > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-Npo1R .framer-p5y0s8 > * { margin: 0px; margin-left: calc(13px / 2); margin-right: calc(13px / 2); } .framer-Npo1R .framer-1cwurfy > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-Npo1R .framer-ci0nhr > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-Npo1R .framer-qexlxf > * { margin: 0px; margin-bottom: calc(34px / 2); margin-top: calc(34px / 2); } .framer-Npo1R .framer-1t7x270 > *, .framer-Npo1R .framer-hemxi7 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-Npo1R .framer-wc97ci > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-Npo1R .framer-zzy9m > *, .framer-Npo1R .framer-1ib6hud > *, .framer-Npo1R .framer-1j6lvvc > *, .framer-Npo1R .framer-9kh3io > *, .framer-Npo1R .framer-17kklkl > * { margin: 0px; margin-left: calc(25px / 2); margin-right: calc(25px / 2); } .framer-Npo1R .framer-18db581 > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } }\",...sharedStyle.css,\"@media (max-width: 1059px) { .framer-Npo1R.framer-72rtr7 { gap: 156px; overflow: hidden; width: 810px; } .framer-Npo1R .framer-x3sfp4-container { left: 0px; right: 0px; top: 0px; will-change: unset; } .framer-Npo1R .framer-7swut1 { gap: 40px; padding: 180px 0px 0px 0px; } .framer-Npo1R .framer-19minm7, .framer-Npo1R .framer-6jrebx { width: 95%; } .framer-Npo1R .framer-1r0zk9a, .framer-Npo1R .framer-3r5ezl, .framer-Npo1R .framer-ke6f4w-container, .framer-Npo1R .framer-12spxc9-container, .framer-Npo1R .framer-3fyyyp, .framer-Npo1R .framer-ltttke-container, .framer-Npo1R .framer-55rmen-container, .framer-Npo1R .framer-fh3db4, .framer-Npo1R .framer-4r8s2c-container, .framer-Npo1R .framer-1o6ut2x, .framer-Npo1R .framer-eezvbc, .framer-Npo1R .framer-hemxi7, .framer-Npo1R .framer-1h5pizs, .framer-Npo1R .framer-1pjs523, .framer-Npo1R .framer-evc9fg, .framer-Npo1R .framer-20fhxb-container, .framer-Npo1R .framer-wo2u6i-container, .framer-Npo1R .framer-1c2uf8v, .framer-Npo1R .framer-xyb0s4-container, .framer-Npo1R .framer-17ot6jb-container { width: 100%; } .framer-Npo1R .framer-hgf56s, .framer-Npo1R .framer-1m66480, .framer-Npo1R .framer-1jclii9, .framer-Npo1R .framer-1hnrtye { white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; } .framer-Npo1R .framer-1xgdfxr { flex-direction: column; width: 95%; } .framer-Npo1R .framer-1g8tk4z { width: 810px; } .framer-Npo1R .framer-1v4k1x8, .framer-Npo1R .framer-ms9cep { order: 0; } .framer-Npo1R .framer-xd3vtb, .framer-Npo1R .framer-18db581 { order: 1; } .framer-Npo1R .framer-1l3trjz, .framer-Npo1R .framer-bcm5yf { flex-direction: column; gap: 32px; justify-content: flex-start; } .framer-Npo1R .framer-1k68tu { height: var(--framer-aspect-ratio-supported, 486px); } .framer-Npo1R .framer-y7irtf { gap: 24px; justify-content: flex-start; width: 100%; } .framer-Npo1R .framer-1s1ucpb { flex-direction: column; gap: 48px; justify-content: flex-start; } .framer-Npo1R .framer-19n7aoo { gap: 24px; order: 1; width: 100%; } .framer-Npo1R .framer-1icvaqm-container { aspect-ratio: unset; height: 509px; width: 100%; } .framer-Npo1R .framer-r3fmes { order: 0; width: 100%; } .framer-Npo1R .framer-8qg7hp { height: var(--framer-aspect-ratio-supported, 486px); width: 100%; } .framer-Npo1R .framer-4vhy { flex-direction: column; flex-wrap: nowrap; gap: 24px; justify-content: flex-start; } .framer-Npo1R .framer-1c9ukrr { flex: none; gap: 24px; width: 100%; } .framer-Npo1R .framer-anawo9, .framer-Npo1R .framer-8z635p, .framer-Npo1R .framer-1eymi7j, .framer-Npo1R .framer-cr21e9 { gap: 8px; } .framer-Npo1R .framer-jo7gsg, .framer-Npo1R .framer-4c0c9m { flex-direction: column; } .framer-Npo1R .framer-1408vny-container, .framer-Npo1R .framer-r06kag-container, .framer-Npo1R .framer-ci0nhr, .framer-Npo1R .framer-qexlxf, .framer-Npo1R .framer-1ue8mmk { flex: none; width: 100%; } .framer-Npo1R .framer-lbpqyc { align-content: center; align-items: center; gap: 24px; justify-content: flex-start; } .framer-Npo1R .framer-xgerx1 { flex: none; gap: 0px; width: 100%; } .framer-Npo1R .framer-aq78c4 { height: 43px; white-space: pre-wrap; width: 63px; word-break: break-word; word-wrap: break-word; } .framer-Npo1R .framer-5255ym { gap: 16px; } .framer-Npo1R .framer-1sr4yyn { flex-direction: column; gap: 16px; order: 1; } .framer-Npo1R .framer-1pjap46 { height: var(--framer-aspect-ratio-supported, 485px); order: 0; } .framer-Npo1R .framer-rv7mu3, .framer-Npo1R .framer-ii5qz1, .framer-Npo1R .framer-1r5a54d, .framer-Npo1R .framer-19l8mog { flex: 1 0 0px; width: 1px; } .framer-Npo1R .framer-15pktux { flex-direction: column; width: 100%; } .framer-Npo1R .framer-wc97ci { flex: none; justify-content: center; width: 100%; } .framer-Npo1R .framer-3j455w { align-content: flex-start; align-items: flex-start; flex: 1 0 0px; order: 0; width: 1px; } .framer-Npo1R .framer-6xcwbx { align-self: unset; flex-direction: row; justify-content: flex-start; width: 100%; } .framer-Npo1R .framer-ixngga { flex: 1 0 0px; height: var(--framer-aspect-ratio-supported, 642px); order: 1; width: 1px; } .framer-Npo1R .framer-5xxczi { align-content: flex-start; align-items: flex-start; order: 0; width: 40%; } .framer-Npo1R .framer-nkx5z9 { flex-direction: column; gap: 31px; justify-content: flex-start; width: 95%; } .framer-Npo1R .framer-1tn2lek { align-content: center; align-items: center; flex-direction: column; gap: 40px; justify-content: flex-start; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-Npo1R.framer-72rtr7, .framer-Npo1R .framer-7swut1, .framer-Npo1R .framer-1xgdfxr, .framer-Npo1R .framer-1l3trjz, .framer-Npo1R .framer-y7irtf, .framer-Npo1R .framer-1s1ucpb, .framer-Npo1R .framer-19n7aoo, .framer-Npo1R .framer-4vhy, .framer-Npo1R .framer-1c9ukrr, .framer-Npo1R .framer-anawo9, .framer-Npo1R .framer-8z635p, .framer-Npo1R .framer-1eymi7j, .framer-Npo1R .framer-cr21e9, .framer-Npo1R .framer-jo7gsg, .framer-Npo1R .framer-lbpqyc, .framer-Npo1R .framer-4c0c9m, .framer-Npo1R .framer-xgerx1, .framer-Npo1R .framer-5255ym, .framer-Npo1R .framer-1sr4yyn, .framer-Npo1R .framer-bcm5yf, .framer-Npo1R .framer-15pktux, .framer-Npo1R .framer-6xcwbx, .framer-Npo1R .framer-nkx5z9, .framer-Npo1R .framer-1tn2lek { gap: 0px; } .framer-Npo1R.framer-72rtr7 > * { margin: 0px; margin-bottom: calc(156px / 2); margin-top: calc(156px / 2); } .framer-Npo1R.framer-72rtr7 > :first-child, .framer-Npo1R .framer-7swut1 > :first-child, .framer-Npo1R .framer-1xgdfxr > :first-child, .framer-Npo1R .framer-1l3trjz > :first-child, .framer-Npo1R .framer-y7irtf > :first-child, .framer-Npo1R .framer-1s1ucpb > :first-child, .framer-Npo1R .framer-19n7aoo > :first-child, .framer-Npo1R .framer-4vhy > :first-child, .framer-Npo1R .framer-1c9ukrr > :first-child, .framer-Npo1R .framer-anawo9 > :first-child, .framer-Npo1R .framer-8z635p > :first-child, .framer-Npo1R .framer-1eymi7j > :first-child, .framer-Npo1R .framer-cr21e9 > :first-child, .framer-Npo1R .framer-jo7gsg > :first-child, .framer-Npo1R .framer-lbpqyc > :first-child, .framer-Npo1R .framer-4c0c9m > :first-child, .framer-Npo1R .framer-xgerx1 > :first-child, .framer-Npo1R .framer-5255ym > :first-child, .framer-Npo1R .framer-1sr4yyn > :first-child, .framer-Npo1R .framer-bcm5yf > :first-child, .framer-Npo1R .framer-15pktux > :first-child, .framer-Npo1R .framer-nkx5z9 > :first-child, .framer-Npo1R .framer-1tn2lek > :first-child { margin-top: 0px; } .framer-Npo1R.framer-72rtr7 > :last-child, .framer-Npo1R .framer-7swut1 > :last-child, .framer-Npo1R .framer-1xgdfxr > :last-child, .framer-Npo1R .framer-1l3trjz > :last-child, .framer-Npo1R .framer-y7irtf > :last-child, .framer-Npo1R .framer-1s1ucpb > :last-child, .framer-Npo1R .framer-19n7aoo > :last-child, .framer-Npo1R .framer-4vhy > :last-child, .framer-Npo1R .framer-1c9ukrr > :last-child, .framer-Npo1R .framer-anawo9 > :last-child, .framer-Npo1R .framer-8z635p > :last-child, .framer-Npo1R .framer-1eymi7j > :last-child, .framer-Npo1R .framer-cr21e9 > :last-child, .framer-Npo1R .framer-jo7gsg > :last-child, .framer-Npo1R .framer-lbpqyc > :last-child, .framer-Npo1R .framer-4c0c9m > :last-child, .framer-Npo1R .framer-xgerx1 > :last-child, .framer-Npo1R .framer-5255ym > :last-child, .framer-Npo1R .framer-1sr4yyn > :last-child, .framer-Npo1R .framer-bcm5yf > :last-child, .framer-Npo1R .framer-15pktux > :last-child, .framer-Npo1R .framer-nkx5z9 > :last-child, .framer-Npo1R .framer-1tn2lek > :last-child { margin-bottom: 0px; } .framer-Npo1R .framer-7swut1 > *, .framer-Npo1R .framer-1tn2lek > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-Npo1R .framer-1xgdfxr > *, .framer-Npo1R .framer-y7irtf > *, .framer-Npo1R .framer-19n7aoo > *, .framer-Npo1R .framer-4vhy > *, .framer-Npo1R .framer-1c9ukrr > *, .framer-Npo1R .framer-lbpqyc > *, .framer-Npo1R .framer-4c0c9m > *, .framer-Npo1R .framer-15pktux > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-Npo1R .framer-1l3trjz > *, .framer-Npo1R .framer-bcm5yf > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-Npo1R .framer-1s1ucpb > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-Npo1R .framer-anawo9 > *, .framer-Npo1R .framer-8z635p > *, .framer-Npo1R .framer-1eymi7j > *, .framer-Npo1R .framer-cr21e9 > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-Npo1R .framer-jo7gsg > *, .framer-Npo1R .framer-5255ym > *, .framer-Npo1R .framer-1sr4yyn > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-Npo1R .framer-xgerx1 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-Npo1R .framer-6xcwbx > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-Npo1R .framer-6xcwbx > :first-child { margin-left: 0px; } .framer-Npo1R .framer-6xcwbx > :last-child { margin-right: 0px; } .framer-Npo1R .framer-nkx5z9 > * { margin: 0px; margin-bottom: calc(31px / 2); margin-top: calc(31px / 2); } }}\",\"@media (min-width: 1060px) and (max-width: 1439px) { .framer-Npo1R.framer-72rtr7 { gap: 156px; overflow: hidden; width: 1060px; } .framer-Npo1R .framer-1a2jvot { gap: 56px; } .framer-Npo1R .framer-7swut1 { gap: 28px; padding: 180px 0px 0px 0px; } .framer-Npo1R .framer-19minm7 { order: 0; width: 95%; } .framer-Npo1R .framer-1r0zk9a, .framer-Npo1R .framer-3r5ezl, .framer-Npo1R .framer-ke6f4w-container, .framer-Npo1R .framer-12spxc9-container, .framer-Npo1R .framer-3fyyyp, .framer-Npo1R .framer-ltttke-container, .framer-Npo1R .framer-fh3db4, .framer-Npo1R .framer-4r8s2c-container, .framer-Npo1R .framer-1o6ut2x, .framer-Npo1R .framer-eezvbc, .framer-Npo1R .framer-hemxi7, .framer-Npo1R .framer-1h5pizs, .framer-Npo1R .framer-1pjs523, .framer-Npo1R .framer-evc9fg, .framer-Npo1R .framer-20fhxb-container, .framer-Npo1R .framer-wo2u6i-container, .framer-Npo1R .framer-1c2uf8v, .framer-Npo1R .framer-xyb0s4-container, .framer-Npo1R .framer-17ot6jb-container { width: 100%; } .framer-Npo1R .framer-hgf56s, .framer-Npo1R .framer-1m66480, .framer-Npo1R .framer-1jclii9, .framer-Npo1R .framer-1hnrtye { white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; } .framer-Npo1R .framer-1xgdfxr { flex-direction: column; order: 1; width: 95%; } .framer-Npo1R .framer-1g8tk4z { order: 2; width: 1060px; } .framer-Npo1R .framer-1v4k1x8, .framer-Npo1R .framer-ms9cep { order: 0; } .framer-Npo1R .framer-xd3vtb, .framer-Npo1R .framer-18db581 { order: 1; } .framer-Npo1R .framer-1l3trjz, .framer-Npo1R .framer-1s1ucpb, .framer-Npo1R .framer-bcm5yf { flex-direction: column; gap: 32px; justify-content: flex-start; } .framer-Npo1R .framer-1k68tu { height: var(--framer-aspect-ratio-supported, 636px); } .framer-Npo1R .framer-y7irtf { gap: 24px; justify-content: flex-start; width: 100%; } .framer-Npo1R .framer-19n7aoo { gap: 24px; order: 1; width: 100%; } .framer-Npo1R .framer-r3fmes { order: 0; width: 100%; } .framer-Npo1R .framer-8qg7hp { height: var(--framer-aspect-ratio-supported, 636px); width: 100%; } .framer-Npo1R .framer-4vhy { flex-direction: column; flex-wrap: nowrap; gap: 24px; justify-content: flex-start; } .framer-Npo1R .framer-1c9ukrr { flex: none; gap: 24px; width: 100%; } .framer-Npo1R .framer-anawo9, .framer-Npo1R .framer-8z635p, .framer-Npo1R .framer-1eymi7j, .framer-Npo1R .framer-cr21e9 { gap: 8px; } .framer-Npo1R .framer-jo7gsg, .framer-Npo1R .framer-4c0c9m { flex-direction: column; } .framer-Npo1R .framer-1408vny-container, .framer-Npo1R .framer-r06kag-container, .framer-Npo1R .framer-ci0nhr, .framer-Npo1R .framer-qexlxf, .framer-Npo1R .framer-1ue8mmk { flex: none; width: 100%; } .framer-Npo1R .framer-lbpqyc { align-content: center; align-items: center; } .framer-Npo1R .framer-xgerx1 { flex: none; gap: 0px; width: 100%; } .framer-Npo1R .framer-aq78c4 { height: 45px; white-space: pre-wrap; width: 32px; word-break: break-word; word-wrap: break-word; } .framer-Npo1R .framer-5255ym { gap: 16px; } .framer-Npo1R .framer-1sr4yyn { flex-direction: column; gap: 16px; order: 1; } .framer-Npo1R .framer-1pjap46 { height: var(--framer-aspect-ratio-supported, 635px); order: 0; } .framer-Npo1R .framer-rv7mu3, .framer-Npo1R .framer-ii5qz1, .framer-Npo1R .framer-1r5a54d, .framer-Npo1R .framer-19l8mog { flex: 1 0 0px; width: 1px; } .framer-Npo1R .framer-15pktux { flex-direction: column; width: 100%; } .framer-Npo1R .framer-wc97ci { flex: none; justify-content: center; width: 100%; } .framer-Npo1R .framer-3j455w { align-content: flex-start; align-items: flex-start; flex: 1 0 0px; order: 0; width: 1px; } .framer-Npo1R .framer-6xcwbx { align-self: unset; flex-direction: row; justify-content: flex-start; width: 100%; } .framer-Npo1R .framer-ixngga { flex: 1 0 0px; height: var(--framer-aspect-ratio-supported, 844px); order: 1; width: 1px; } .framer-Npo1R .framer-5xxczi { align-content: flex-start; align-items: flex-start; order: 0; width: 40%; } .framer-Npo1R .framer-6jrebx { width: 95%; } .framer-Npo1R .framer-nkx5z9 { flex-direction: column; gap: 31px; justify-content: flex-start; width: 95%; } .framer-Npo1R .framer-1tn2lek { align-content: center; align-items: center; flex-direction: column; gap: 40px; justify-content: flex-start; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-Npo1R.framer-72rtr7, .framer-Npo1R .framer-1a2jvot, .framer-Npo1R .framer-7swut1, .framer-Npo1R .framer-1xgdfxr, .framer-Npo1R .framer-1l3trjz, .framer-Npo1R .framer-y7irtf, .framer-Npo1R .framer-1s1ucpb, .framer-Npo1R .framer-19n7aoo, .framer-Npo1R .framer-4vhy, .framer-Npo1R .framer-1c9ukrr, .framer-Npo1R .framer-anawo9, .framer-Npo1R .framer-8z635p, .framer-Npo1R .framer-1eymi7j, .framer-Npo1R .framer-cr21e9, .framer-Npo1R .framer-jo7gsg, .framer-Npo1R .framer-4c0c9m, .framer-Npo1R .framer-xgerx1, .framer-Npo1R .framer-5255ym, .framer-Npo1R .framer-1sr4yyn, .framer-Npo1R .framer-bcm5yf, .framer-Npo1R .framer-15pktux, .framer-Npo1R .framer-6xcwbx, .framer-Npo1R .framer-nkx5z9, .framer-Npo1R .framer-1tn2lek { gap: 0px; } .framer-Npo1R.framer-72rtr7 > * { margin: 0px; margin-bottom: calc(156px / 2); margin-top: calc(156px / 2); } .framer-Npo1R.framer-72rtr7 > :first-child, .framer-Npo1R .framer-1a2jvot > :first-child, .framer-Npo1R .framer-7swut1 > :first-child, .framer-Npo1R .framer-1xgdfxr > :first-child, .framer-Npo1R .framer-1l3trjz > :first-child, .framer-Npo1R .framer-y7irtf > :first-child, .framer-Npo1R .framer-1s1ucpb > :first-child, .framer-Npo1R .framer-19n7aoo > :first-child, .framer-Npo1R .framer-4vhy > :first-child, .framer-Npo1R .framer-1c9ukrr > :first-child, .framer-Npo1R .framer-anawo9 > :first-child, .framer-Npo1R .framer-8z635p > :first-child, .framer-Npo1R .framer-1eymi7j > :first-child, .framer-Npo1R .framer-cr21e9 > :first-child, .framer-Npo1R .framer-jo7gsg > :first-child, .framer-Npo1R .framer-4c0c9m > :first-child, .framer-Npo1R .framer-xgerx1 > :first-child, .framer-Npo1R .framer-5255ym > :first-child, .framer-Npo1R .framer-1sr4yyn > :first-child, .framer-Npo1R .framer-bcm5yf > :first-child, .framer-Npo1R .framer-15pktux > :first-child, .framer-Npo1R .framer-nkx5z9 > :first-child, .framer-Npo1R .framer-1tn2lek > :first-child { margin-top: 0px; } .framer-Npo1R.framer-72rtr7 > :last-child, .framer-Npo1R .framer-1a2jvot > :last-child, .framer-Npo1R .framer-7swut1 > :last-child, .framer-Npo1R .framer-1xgdfxr > :last-child, .framer-Npo1R .framer-1l3trjz > :last-child, .framer-Npo1R .framer-y7irtf > :last-child, .framer-Npo1R .framer-1s1ucpb > :last-child, .framer-Npo1R .framer-19n7aoo > :last-child, .framer-Npo1R .framer-4vhy > :last-child, .framer-Npo1R .framer-1c9ukrr > :last-child, .framer-Npo1R .framer-anawo9 > :last-child, .framer-Npo1R .framer-8z635p > :last-child, .framer-Npo1R .framer-1eymi7j > :last-child, .framer-Npo1R .framer-cr21e9 > :last-child, .framer-Npo1R .framer-jo7gsg > :last-child, .framer-Npo1R .framer-4c0c9m > :last-child, .framer-Npo1R .framer-xgerx1 > :last-child, .framer-Npo1R .framer-5255ym > :last-child, .framer-Npo1R .framer-1sr4yyn > :last-child, .framer-Npo1R .framer-bcm5yf > :last-child, .framer-Npo1R .framer-15pktux > :last-child, .framer-Npo1R .framer-nkx5z9 > :last-child, .framer-Npo1R .framer-1tn2lek > :last-child { margin-bottom: 0px; } .framer-Npo1R .framer-1a2jvot > * { margin: 0px; margin-bottom: calc(56px / 2); margin-top: calc(56px / 2); } .framer-Npo1R .framer-7swut1 > * { margin: 0px; margin-bottom: calc(28px / 2); margin-top: calc(28px / 2); } .framer-Npo1R .framer-1xgdfxr > *, .framer-Npo1R .framer-y7irtf > *, .framer-Npo1R .framer-19n7aoo > *, .framer-Npo1R .framer-4vhy > *, .framer-Npo1R .framer-1c9ukrr > *, .framer-Npo1R .framer-4c0c9m > *, .framer-Npo1R .framer-15pktux > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-Npo1R .framer-1l3trjz > *, .framer-Npo1R .framer-1s1ucpb > *, .framer-Npo1R .framer-bcm5yf > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-Npo1R .framer-anawo9 > *, .framer-Npo1R .framer-8z635p > *, .framer-Npo1R .framer-1eymi7j > *, .framer-Npo1R .framer-cr21e9 > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-Npo1R .framer-jo7gsg > *, .framer-Npo1R .framer-5255ym > *, .framer-Npo1R .framer-1sr4yyn > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-Npo1R .framer-xgerx1 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-Npo1R .framer-6xcwbx > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-Npo1R .framer-6xcwbx > :first-child { margin-left: 0px; } .framer-Npo1R .framer-6xcwbx > :last-child { margin-right: 0px; } .framer-Npo1R .framer-nkx5z9 > * { margin: 0px; margin-bottom: calc(31px / 2); margin-top: calc(31px / 2); } .framer-Npo1R .framer-1tn2lek > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 7608\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"wj2JxxgiC\":{\"layout\":[\"fixed\",\"auto\"]},\"Zus1HOcgT\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"dp7Em6m1a\":{\"pattern\":\":dp7Em6m1a\",\"name\":\"hero\"},\"BRSNGqsEO\":{\"pattern\":\":BRSNGqsEO\",\"name\":\"about\"},\"Dm3dWAJbg\":{\"pattern\":\":Dm3dWAJbg\",\"name\":\"prestation\"},\"nGWvXhduw\":{\"pattern\":\":nGWvXhduw\",\"name\":\"avis\"},\"dvjn9eMfM\":{\"pattern\":\":dvjn9eMfM\",\"name\":\"faqs\"},\"fgLqBi5mg\":{\"pattern\":\":fgLqBi5mg\",\"name\":\"rdv\"},\"lnqVR7TOG\":{\"pattern\":\":lnqVR7TOG\",\"name\":\"contact\"}}\n * @framerResponsiveScreen\n */const FrameraugiA20Il=withCSS(Component,css,\"framer-Npo1R\");export default FrameraugiA20Il;FrameraugiA20Il.displayName=\"Home\";FrameraugiA20Il.defaultProps={height:7608,width:1440};const variationAxes=[{defaultValue:0,maxValue:1,minValue:0,name:\"Italic\",tag:\"ital\"}];const variationAxes1=[{defaultValue:400,maxValue:900,minValue:300,name:\"Weight\",tag:\"wght\"}];addFonts(FrameraugiA20Il,[{explicitInter:true,fonts:[{family:\"The Seasons Bold\",source:\"custom\",url:\"https://framerusercontent.com/assets/FWhwpuJj1yqQclznRb0vw150zrg.woff2\"},{family:\"Diamond Grotesk Variable\",source:\"custom\",url:\"https://framerusercontent.com/assets/UShQhpAkw2W94XvxwIzr9ESf30.woff2\",variationAxes},{family:\"BDO Grotesk\",source:\"builtIn\",style:\"normal\",url:\"https://framerusercontent.com/assets/FcybOZJ2ipUdK2dQmwN3gFVAvuk.woff2\",variationAxes:variationAxes1,weight:\"1000\"}]},...NavFonts,...CardLocalisationFonts,...TeamsCRFonts,...TeamsFRFonts,...CtaFonts,...GoogleMapsFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraugiA20Il\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"7608\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerResponsiveScreen\":\"\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerScrollSections\":\"{\\\"dp7Em6m1a\\\":{\\\"pattern\\\":\\\":dp7Em6m1a\\\",\\\"name\\\":\\\"hero\\\"},\\\"BRSNGqsEO\\\":{\\\"pattern\\\":\\\":BRSNGqsEO\\\",\\\"name\\\":\\\"about\\\"},\\\"Dm3dWAJbg\\\":{\\\"pattern\\\":\\\":Dm3dWAJbg\\\",\\\"name\\\":\\\"prestation\\\"},\\\"nGWvXhduw\\\":{\\\"pattern\\\":\\\":nGWvXhduw\\\",\\\"name\\\":\\\"avis\\\"},\\\"dvjn9eMfM\\\":{\\\"pattern\\\":\\\":dvjn9eMfM\\\",\\\"name\\\":\\\"faqs\\\"},\\\"fgLqBi5mg\\\":{\\\"pattern\\\":\\\":fgLqBi5mg\\\",\\\"name\\\":\\\"rdv\\\"},\\\"lnqVR7TOG\\\":{\\\"pattern\\\":\\\":lnqVR7TOG\\\",\\\"name\\\":\\\"contact\\\"}}\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"wj2JxxgiC\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Zus1HOcgT\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"1440\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["containerStyles", "emptyStateStyle", "defaultEvents", "ControlType", "fontSizeOptions", "fontControls", "font", "useRadius", "props", "borderRadius", "isMixedBorderRadius", "topLeftRadius", "topRightRadius", "bottomRightRadius", "bottomLeftRadius", "se", "borderRadiusControl", "ControlType", "paddingControl", "ControlType", "GoogleMaps", "coordinates", "zoom", "style", "props", "borderRadius", "useRadius", "p", "motion", "containerStyles", "addPropertyControls", "ControlType", "borderRadiusControl", "fontStore", "fonts", "css", "className", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "click", "height", "id", "label", "link", "smoothScroll", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "bPAgBoyyE", "kCvyAU7KM", "rPzXk5nFQ", "XCeMn2_oE", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap782pgk", "args", "scopingClassNames", "cx", "LayoutGroup", "RichText2", "Link", "css", "FramerUG4wtHK4n", "withCSS", "UG4wtHK4n_default", "addPropertyControls", "ControlType", "variationAxes", "addFonts", "getFontsFromSharedStyle", "fonts", "MenuItemFonts", "getFonts", "UG4wtHK4n_default", "MotionDivWithFX", "withFX", "motion", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "animation", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapeajyjo", "args", "onTap1re5kvc", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "isDisplayed4", "router", "useRouter", "LayoutGroup", "u", "SVG", "ResolveLinks", "resolvedLinks", "ComponentViewportProvider", "SmartComponentScopedContainer", "resolvedLinks1", "resolvedLinks2", "resolvedLinks3", "resolvedLinks4", "resolvedLinks5", "css", "FramerkP0xwOIxw", "withCSS", "kP0xwOIxw_default", "addPropertyControls", "ControlType", "addFonts", "ImageWithFX", "withFX", "Image2", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "animation", "transition2", "animation1", "animation2", "transition3", "animation3", "animation4", "transition4", "animation5", "animation6", "transition5", "animation7", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapeh0xzz", "args", "onTapfjqpbj", "onTappmdl1b", "onTap19bla5a", "onTap1ucr05l", "onTap12fmuvl", "onTapmouoer", "onTap1r6vff5", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "isDisplayed4", "isDisplayed5", "isDisplayed6", "isDisplayed7", "LayoutGroup", "u", "RichText2", "getLoadingLazyAtYPosition", "css", "Framerntliq2kxN", "withCSS", "ntliq2kxN_default", "addPropertyControls", "ControlType", "addFonts", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "green", "height", "id", "transitionCard", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "zwgxIch3T", "aFdhbPN51", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "LayoutGroup", "Link", "u", "SVG", "RichText2", "css", "Framerr05zAyMt7", "withCSS", "r05zAyMt7_default", "addPropertyControls", "ControlType", "addFonts", "ImageWithFX", "withFX", "Image2", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "animation", "transition2", "animation1", "animation2", "animation3", "animation4", "transition3", "animation5", "animation6", "transition4", "animation7", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1kls5y5", "args", "onTapg0avcm", "onTap10rpurl", "onTap8p6mso", "onTap1mb7jh", "onTap1kl4dc6", "onTap1svfstq", "onTapvtiui2", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "isDisplayed4", "isDisplayed5", "isDisplayed6", "isDisplayed7", "LayoutGroup", "u", "getLoadingLazyAtYPosition", "RichText2", "css", "FramerX3I4W8vZx", "withCSS", "X3I4W8vZx_default", "addPropertyControls", "ControlType", "addFonts", "MotionAWithFX", "withFX", "motion", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "animation", "transition1", "animation1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "Link", "u", "SVG", "RichText2", "css", "FramerYK5RXL_WR", "withCSS", "YK5RXL_WR_default", "variationAxes", "addFonts", "NavFonts", "getFonts", "kP0xwOIxw_default", "ContainerWithOptimizedAppearEffect", "withOptimizedAppearEffect", "Container", "RichTextWithOptimizedAppearEffect", "RichText2", "CardLocalisationFonts", "r05zAyMt7_default", "MotionDivWithFXWithOptimizedAppearEffect", "withFX", "motion", "ContainerWithFX", "TeamsCRFonts", "X3I4W8vZx_default", "TeamsFRFonts", "ntliq2kxN_default", "MotionDivWithFX", "RichTextWithFX", "CtaFonts", "YK5RXL_WR_default", "GoogleMapsFonts", "GoogleMaps", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transition1", "animation", "animation1", "transition2", "animation2", "animation3", "transition3", "animation4", "transition4", "animation5", "transition5", "animation6", "transition6", "animation7", "transition7", "animation8", "transition8", "animation9", "animation10", "animation11", "animation12", "transition9", "animation13", "animation14", "transition10", "animation15", "transition11", "animation16", "transition12", "animation17", "animation18", "animation19", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "scopingClassNames", "cx", "elementId", "useRouteElementId", "ref1", "elementId1", "ref2", "isDisplayed", "isDisplayed1", "elementId2", "ref3", "elementId3", "ref4", "elementId4", "ref5", "elementId5", "ref6", "isDisplayed2", "elementId6", "ref7", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "PropertyOverrides2", "ComponentViewportProvider", "getLoadingLazyAtYPosition", "Image2", "x", "SVG", "Link", "css", "FrameraugiA20Il", "withCSS", "augiA20Il_default", "variationAxes", "variationAxes1", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
