{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/VTUDdizacRHpwbkOamr7/AykinQJbgwl92LvMGZwu/constants.js", "ssg:https://framerusercontent.com/modules/D4TWeLfcxT6Tysr2BlYg/iZjmqdxVx1EOiM3k1FaW/useOnNavigationTargetChange.js", "ssg:https://framerusercontent.com/modules/eMBrwoqQK7h6mEeGQUH8/GuplvPJVjmxpk9zqOTcb/isBrowser.js", "ssg:https://framerusercontent.com/modules/afBE9Yx1W6bY5q32qPxe/m3q7puE2tbo1S2C0s0CT/useRenderTarget.js", "ssg:https://framerusercontent.com/modules/5SM58HxZHxjjv7aLMOgQ/WXz9i6mVki0bBCrKdqB3/propUtils.js", "ssg:https://framerusercontent.com/modules/o1PI5S8YtkA5bP5g4dFz/Xr8CO3Ul8Gb7lVfgMKTh/Embed.js", "ssg:https://framerusercontent.com/modules/rC0AC7D3QaLC5EA7NA3K/IFpaGA5WodznBA9GlsqR/fz5dG7ZMx.js", "ssg:https://framerusercontent.com/modules/ZBpwuCM9zQTrC2UB2Pt8/wBOZgxp2iqeAFhy7JMw0/hQzO8cA_f.js", "ssg:https://framerusercontent.com/modules/hH6TK4GzmmyMTvEnulq9/JcNLqUw9D1bYCFw8en5e/o_gHdFsQ5.js", "ssg:https://framerusercontent.com/modules/q6eomYHCJxaG3TjaZXAY/BFAeGTVijvJlqwTj6ckp/C1Am27vDh.js", "ssg:https://framerusercontent.com/modules/L5yfV2UbRjTrcKwfKDgR/v1T1xAzJxnMtWCwUPhBW/RNuHGY2eE.js", "ssg:https://framerusercontent.com/modules/WMfGQcAdFI8ChhfrvXv3/l7Uw3DzQrc2A1opW4Num/mbA62euOf.js", "ssg:https://framerusercontent.com/modules/qF2zWykgbjvNdFw49NJE/2tbVcAQb4yfL2KOPjq7s/gO4xvkFjt.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 { useIsInCurrentNavigationTarget } from \"framer\";\nimport { useEffect } from \"react\";\nexport function useOnEnter(onEnter, enabled) {\n    return useOnSpecificTargetChange(true, onEnter, enabled);\n}\nexport function useOnExit(onExit, enabled) {\n    return useOnSpecificTargetChange(false, onExit, enabled);\n}\nfunction useOnSpecificTargetChange(goal, callback, enabled = true) {\n    const isInTarget = useIsInCurrentNavigationTarget();\n    useEffect(()=>{\n        if (enabled && isInTarget === goal) callback();\n    }, [\n        isInTarget\n    ]);\n}\n\nexport const __FramerMetadata__ = {\"exports\":{\"useOnEnter\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useOnExit\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./useOnNavigationTargetChange.map", "import { useMemo } from \"react\";\nexport const isBrowserSafari = ()=>{\n    if (typeof navigator !== `undefined`) {\n        const userAgent = navigator.userAgent.toLowerCase();\n        const isSafari = (userAgent.indexOf(\"safari\") > -1 || userAgent.indexOf(\"framermobile\") > -1 || userAgent.indexOf(\"framerx\") > -1) && userAgent.indexOf(\"chrome\") < 0;\n        return isSafari;\n    } else return false;\n};\nexport const useIsBrowserSafari = ()=>useMemo(()=>isBrowserSafari()\n    , [])\n;\n\nexport const __FramerMetadata__ = {\"exports\":{\"useIsBrowserSafari\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"isBrowserSafari\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./isBrowser.map", "import { useMemo } from \"react\";\nimport { RenderTarget } from \"framer\";\nexport function useRenderTarget() {\n    const currentRenderTarget = useMemo(()=>RenderTarget.current()\n    , []);\n    return currentRenderTarget;\n}\nexport function useIsInPreview() {\n    const inPreview = useMemo(()=>RenderTarget.current() === RenderTarget.preview\n    , []);\n    return inPreview;\n}\nexport function useIsOnCanvas() {\n    const onCanvas = useMemo(()=>RenderTarget.current() === RenderTarget.canvas\n    , []);\n    return onCanvas;\n}\n\nexport const __FramerMetadata__ = {\"exports\":{\"useIsInPreview\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useRenderTarget\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useIsOnCanvas\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./useRenderTarget.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{useEffect,useRef,useState}from\"react\";import{addPropertyControls,ControlType}from\"framer\";import{useIsOnCanvas,emptyStateStyle,containerStyles}from\"https://framer.com/m/framer/default-utils.js\";/**\n * @framerIntrinsicWidth 600\n * @framerIntrinsicHeight 400\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight any-prefer-fixed\n *\n * @framerDisableUnlink\n */export default function Embed({type,url,html,style={}}){if(type===\"url\"&&url){return /*#__PURE__*/_jsx(EmbedUrl,{url:url,style:style});}if(type===\"html\"&&html){return /*#__PURE__*/_jsx(EmbedHtml,{html:html,style:style});}return /*#__PURE__*/_jsx(Instructions,{style:style});}addPropertyControls(Embed,{type:{type:ControlType.Enum,defaultValue:\"url\",displaySegmentedControl:true,options:[\"url\",\"html\"],optionTitles:[\"URL\",\"HTML\"]},url:{title:\"URL\",type:ControlType.String,description:\"Some websites don\u2019t support embedding.\",hidden(props){return props.type!==\"url\";}},html:{title:\"HTML\",type:ControlType.String,displayTextArea:true,hidden(props){return props.type!==\"html\";}}});function Instructions({style}){return /*#__PURE__*/_jsx(\"div\",{style:{minHeight:getMinHeight(style),...emptyStateStyle,overflow:\"hidden\",...style},children:/*#__PURE__*/_jsx(\"div\",{style:centerTextStyle,children:\"To embed a website or widget, add it to the properties\\xa0panel.\"})});}function EmbedUrl({url,style}){const hasAutoHeight=!style.height;// Add https:// if the URL does not have a protocol.\nif(!/[a-z]+:\\/\\//.test(url)){url=\"https://\"+url;}const onCanvas=useIsOnCanvas();// We need to check if the url is blocked inside an iframe by the X-Frame-Options\n// or Content-Security-Policy headers on the backend.\nconst[state,setState]=useState(onCanvas?undefined:false);useEffect(()=>{// We only want to check on the canvas.\n// On the website we want to avoid the additional delay.\nif(!onCanvas)return;// TODO: We could also use AbortController here.\nlet isLastEffect=true;setState(undefined);async function load(){const response=await fetch(\"https://api.framer.com/functions/check-iframe-url?url=\"+encodeURIComponent(url));if(response.status==200){const{isBlocked}=await response.json();if(isLastEffect){setState(isBlocked);}}else{const message=await response.text();console.error(message);const error=new Error(\"This site can\u2019t be reached.\");setState(error);}}load().catch(error=>{console.error(error);setState(error);});return()=>{isLastEffect=false;};},[url]);if(onCanvas&&hasAutoHeight){return /*#__PURE__*/_jsx(ErrorMessage,{message:\"URL embeds do not support auto height.\",style:style});}if(!url.startsWith(\"https://\")){return /*#__PURE__*/_jsx(ErrorMessage,{message:\"Unsupported protocol.\",style:style});}if(state===undefined){return /*#__PURE__*/_jsx(LoadingIndicator,{});}if(state instanceof Error){return /*#__PURE__*/_jsx(ErrorMessage,{message:state.message,style:style});}if(state===true){const message=`Can\u2019t embed ${url} due to its content security policy.`;return /*#__PURE__*/_jsx(ErrorMessage,{message:message,style:style});}return /*#__PURE__*/_jsx(\"iframe\",{src:url,style:{...iframeStyle,...style},loading:\"lazy\",// @ts-ignore\nfetchPriority:onCanvas?\"low\":\"auto\",referrerPolicy:\"no-referrer\",sandbox:getSandbox(onCanvas)});}const iframeStyle={width:\"100%\",height:\"100%\",border:\"none\"};function getSandbox(onCanvas){const result=[\"allow-same-origin\",\"allow-scripts\"];if(!onCanvas){result.push(\"allow-downloads\",\"allow-forms\",\"allow-modals\",\"allow-orientation-lock\",\"allow-pointer-lock\",\"allow-popups\",\"allow-popups-to-escape-sandbox\",\"allow-presentation\",\"allow-storage-access-by-user-activation\",\"allow-top-navigation-by-user-activation\");}return result.join(\" \");}function EmbedHtml({html,...props}){const hasScript=html.includes(\"</script>\");if(hasScript){const hasSplineViewer=html.includes(\"</spline-viewer>\");const hasComment=html.includes(\"<!-- framer-direct-embed -->\");if(hasSplineViewer||hasComment){return /*#__PURE__*/_jsx(EmbedHtmlWithScripts,{html:html,...props});}return /*#__PURE__*/_jsx(EmbedHtmlInsideIframe,{html:html,...props});}return /*#__PURE__*/_jsx(EmbedHtmlWithoutScripts,{html:html,...props});}function EmbedHtmlInsideIframe({html,style}){const ref=useRef();const[iframeHeight,setIframeHeight]=useState(0);// Handle auto sizing\nuseEffect(()=>{var _ref_current;const iframeWindow=(_ref_current=ref.current)===null||_ref_current===void 0?void 0:_ref_current.contentWindow;function handleMessage(event){if(event.source!==iframeWindow)return;const data=event.data;if(typeof data!==\"object\"||data===null)return;const height=data.embedHeight;if(typeof height!==\"number\")return;setIframeHeight(height);}window.addEventListener(\"message\",handleMessage);// After SSG the iframe loads before we attach the event handler,\n// therefore we need to request the latest height from the iframe.\niframeWindow===null||iframeWindow===void 0?void 0:iframeWindow.postMessage(\"getEmbedHeight\",\"*\");return()=>{window.removeEventListener(\"message\",handleMessage);};},[]);// The CSS is mainly copied from:\n// FramerStudio/src/app/vekter/src/renderer/setDefaultFont.ts\n// FramerStudio/src/app/vekter/src/export/globalStylesForExport.ts\nconst srcDoc=`\n<html>\n    <head>\n        <style>\n            html, body {\n                margin: 0;\n                padding: 0;\n            }\n\n            body {\n                display: flex;\n                justify-content: center;\n                align-items: center;\n                min-height: 100vh;\n            }\n\n            :root {\n                -webkit-font-smoothing: antialiased;\n                -moz-osx-font-smoothing: grayscale;\n            }\n\n            * {\n                box-sizing: border-box;\n                -webkit-font-smoothing: inherit;\n            }\n\n            h1, h2, h3, h4, h5, h6, p, figure {\n                margin: 0;\n            }\n\n            body, input, textarea, select, button {\n                font-size: 12px;\n                font-family: sans-serif;\n            }\n        </style>\n    </head>\n    <body>\n        ${html}\n        <script type=\"module\">\n            let height = 0\n\n            function sendEmbedHeight() {\n                window.parent.postMessage({\n                    embedHeight: height\n                }, \"*\")\n            }\n\n            const observer = new ResizeObserver((entries) => {\n                if (entries.length !== 1) return\n                const entry = entries[0]\n                if (entry.target !== document.body) return\n\n                height = entry.contentRect.height\n                sendEmbedHeight()\n            })\n\n            observer.observe(document.body)\n\n            window.addEventListener(\"message\", (event) => {\n                if (event.source !== window.parent) return\n                if (event.data !== \"getEmbedHeight\") return\n                sendEmbedHeight()\n            })\n        </script>\n    <body>\n</html>\n`;const currentStyle={...iframeStyle,...style};const hasAutoHeight=!style.height;if(hasAutoHeight){currentStyle.height=iframeHeight+\"px\";}return /*#__PURE__*/_jsx(\"iframe\",{ref:ref,style:currentStyle,srcDoc:srcDoc});}function EmbedHtmlWithScripts({html,style}){const ref=useRef();useEffect(()=>{const div=ref.current;if(!div)return;div.innerHTML=html;executeScripts(div);return()=>{div.innerHTML=\"\";};},[html]);return /*#__PURE__*/_jsx(\"div\",{ref:ref,style:{...htmlStyle,...style}});}function EmbedHtmlWithoutScripts({html,style}){return /*#__PURE__*/_jsx(\"div\",{style:{...htmlStyle,...style},dangerouslySetInnerHTML:{__html:html}});}const htmlStyle={width:\"100%\",height:\"100%\",display:\"flex\",flexDirection:\"column\",justifyContent:\"center\",alignItems:\"center\"};// This function replaces scripts with executable ones.\n// https://stackoverflow.com/questions/1197575/can-scripts-be-inserted-with-innerhtml\nfunction executeScripts(node){if(node instanceof Element&&node.tagName===\"SCRIPT\"){const script=document.createElement(\"script\");script.text=node.innerHTML;for(const{name,value}of node.attributes){script.setAttribute(name,value);}node.parentElement.replaceChild(script,node);}else{for(const child of node.childNodes){executeScripts(child);}}}// Generic components\nfunction LoadingIndicator(){return /*#__PURE__*/_jsx(\"div\",{className:\"framerInternalUI-componentPlaceholder\",style:{...containerStyles,overflow:\"hidden\"},children:/*#__PURE__*/_jsx(\"div\",{style:centerTextStyle,children:\"Loading\u2026\"})});}function ErrorMessage({message,style}){return /*#__PURE__*/_jsx(\"div\",{className:\"framerInternalUI-errorPlaceholder\",style:{minHeight:getMinHeight(style),...containerStyles,overflow:\"hidden\",...style},children:/*#__PURE__*/_jsx(\"div\",{style:centerTextStyle,children:message})});}const centerTextStyle={textAlign:\"center\",minWidth:140};// Returns a min-height if the component is using auto-height.\nfunction getMinHeight(style){const hasAutoHeight=!style.height;if(hasAutoHeight)return 200;}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Embed\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"400\",\"framerIntrinsicWidth\":\"600\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"any-prefer-fixed\",\"framerDisableUnlink\":\"\",\"framerSupportedLayoutWidth\":\"fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Embed.map", "// Generated by Framer (139b156)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={eKZ12KDlY:{hover:true},JL4XReUrH:{hover:true},lVgHbvVtu:{hover:true},raqR9q8UR:{hover:true},TN4IdxMxW:{hover:true}};const cycleOrder=[\"eKZ12KDlY\",\"raqR9q8UR\",\"JL4XReUrH\",\"TN4IdxMxW\",\"lVgHbvVtu\"];const serializationHash=\"framer-HnRjv\";const variantClassNames={eKZ12KDlY:\"framer-v-so5b9x\",JL4XReUrH:\"framer-v-jopz6e\",lVgHbvVtu:\"framer-v-1yarwr5\",raqR9q8UR:\"framer-v-1rr3rd7\",TN4IdxMxW:\"framer-v-fha3o2\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"eKZ12KDlY\",\"Variant 2\":\"raqR9q8UR\",\"Variant 3\":\"JL4XReUrH\",\"Variant 4\":\"TN4IdxMxW\",\"Variant 5\":\"lVgHbvVtu\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"eKZ12KDlY\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"eKZ12KDlY\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if([\"eKZ12KDlY-hover\",\"raqR9q8UR-hover\",\"JL4XReUrH-hover\",\"TN4IdxMxW-hover\",\"lVgHbvVtu-hover\"].includes(gestureVariant))return false;if([\"raqR9q8UR\",\"JL4XReUrH\",\"TN4IdxMxW\",\"lVgHbvVtu\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if(gestureVariant===\"raqR9q8UR-hover\")return false;if(baseVariant===\"raqR9q8UR\")return true;return false;};const isDisplayed2=()=>{if(gestureVariant===\"eKZ12KDlY-hover\")return true;return false;};const isDisplayed3=()=>{if(gestureVariant===\"raqR9q8UR-hover\")return true;return false;};const isDisplayed4=()=>{if(gestureVariant===\"JL4XReUrH-hover\")return false;if(baseVariant===\"JL4XReUrH\")return true;return false;};const isDisplayed5=()=>{if(gestureVariant===\"JL4XReUrH-hover\")return true;return false;};const isDisplayed6=()=>{if(gestureVariant===\"lVgHbvVtu-hover\")return false;if(baseVariant===\"lVgHbvVtu\")return true;return false;};const isDisplayed7=()=>{if(gestureVariant===\"lVgHbvVtu-hover\")return true;return false;};const isDisplayed8=()=>{if(gestureVariant===\"TN4IdxMxW-hover\")return false;if(baseVariant===\"TN4IdxMxW\")return true;return false;};const isDisplayed9=()=>{if(gestureVariant===\"TN4IdxMxW-hover\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-so5b9x\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"eKZ12KDlY\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({\"eKZ12KDlY-hover\":{\"data-framer-name\":undefined},\"JL4XReUrH-hover\":{\"data-framer-name\":undefined},\"lVgHbvVtu-hover\":{\"data-framer-name\":undefined},\"raqR9q8UR-hover\":{\"data-framer-name\":undefined},\"TN4IdxMxW-hover\":{\"data-framer-name\":undefined},JL4XReUrH:{\"data-framer-name\":\"Variant 3\"},lVgHbvVtu:{\"data-framer-name\":\"Variant 5\"},raqR9q8UR:{\"data-framer-name\":\"Variant 2\"},TN4IdxMxW:{\"data-framer-name\":\"Variant 4\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1wchhxh\",\"data-framer-name\":\"akar-icons:linkedin-box-fill\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:24,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"ZVJR3zcn9\",svg:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1 2.838C1 2.35053 1.19365 1.88303 1.53834 1.53834C1.88303 1.19365 2.35053 1 2.838 1H21.16C21.4016 0.999608 21.6409 1.04687 21.8641 1.13907C22.0874 1.23127 22.2903 1.36661 22.4612 1.53734C22.6322 1.70807 22.7677 1.91083 22.8602 2.13401C22.9526 2.3572 23.0001 2.59643 23 2.838V21.16C23.0003 21.4016 22.9529 21.6409 22.8606 21.8642C22.7683 22.0875 22.6328 22.2904 22.462 22.4613C22.2912 22.6322 22.0884 22.7678 21.8651 22.8602C21.6419 22.9526 21.4026 23.0001 21.161 23H2.838C2.59655 23 2.35746 22.9524 2.1344 22.86C1.91134 22.7676 1.70867 22.6321 1.53798 22.4613C1.3673 22.2905 1.23193 22.0878 1.13962 21.8647C1.04731 21.6416 0.999869 21.4025 1 21.161V2.838ZM9.708 9.388H12.687V10.884C13.117 10.024 14.217 9.25 15.87 9.25C19.039 9.25 19.79 10.963 19.79 14.106V19.928H16.583V14.822C16.583 13.032 16.153 12.022 15.061 12.022C13.546 12.022 12.916 13.111 12.916 14.822V19.928H9.708V9.388ZM4.208 19.791H7.416V9.25H4.208V19.79V19.791ZM7.875 5.812C7.88105 6.08667 7.83217 6.35979 7.73124 6.61532C7.63031 6.87084 7.47935 7.10364 7.28723 7.30003C7.09511 7.49643 6.8657 7.65248 6.61246 7.75901C6.35921 7.86554 6.08724 7.92042 5.8125 7.92042C5.53776 7.92042 5.26579 7.86554 5.01255 7.75901C4.7593 7.65248 4.52989 7.49643 4.33777 7.30003C4.14565 7.10364 3.99469 6.87084 3.89376 6.61532C3.79283 6.35979 3.74395 6.08667 3.75 5.812C3.76187 5.27286 3.98439 4.75979 4.36989 4.38269C4.75539 4.00558 5.27322 3.79442 5.8125 3.79442C6.35178 3.79442 6.86961 4.00558 7.25512 4.38269C7.64062 4.75979 7.86313 5.27286 7.875 5.812V5.812Z\" fill=\"#2A4054\"/>\\n</svg>\\n',withExternalLayout:true}),isDisplayed1()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-150u3yk\",\"data-framer-name\":\"bi:youtube\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"uFT0zt5OE\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 12.076 3.571 L 12.21 3.571 C 13.443 3.575 19.691 3.62 21.375 4.073 C 21.884 4.212 22.348 4.481 22.721 4.855 C 23.093 5.229 23.361 5.694 23.497 6.203 C 23.649 6.773 23.756 7.528 23.828 8.306 L 23.843 8.462 L 23.875 8.852 L 23.887 9.008 C 23.985 10.379 23.997 11.663 23.998 11.944 L 23.998 12.056 C 23.997 12.347 23.983 13.718 23.875 15.146 L 23.863 15.304 L 23.85 15.46 C 23.775 16.318 23.664 17.17 23.497 17.797 C 23.361 18.307 23.094 18.772 22.721 19.146 C 22.349 19.52 21.884 19.789 21.375 19.927 C 19.635 20.395 13.021 20.428 12.105 20.429 L 11.892 20.429 C 11.428 20.429 9.511 20.42 7.502 20.351 L 7.247 20.342 L 7.116 20.336 L 6.859 20.326 L 6.603 20.315 C 4.938 20.242 3.353 20.123 2.622 19.925 C 2.113 19.788 1.649 19.518 1.276 19.145 C 0.904 18.771 0.636 18.306 0.499 17.797 C 0.333 17.171 0.222 16.318 0.147 15.46 L 0.135 15.302 L 0.123 15.146 C 0.049 14.13 0.008 13.111 0 12.092 L 0 11.908 C 0.003 11.585 0.015 10.471 0.096 9.241 L 0.106 9.086 L 0.111 9.008 L 0.123 8.852 L 0.156 8.462 L 0.171 8.306 C 0.243 7.528 0.349 6.772 0.501 6.203 C 0.637 5.693 0.905 5.228 1.277 4.854 C 1.65 4.48 2.114 4.211 2.623 4.073 C 3.354 3.878 4.939 3.758 6.604 3.683 L 6.859 3.673 L 7.117 3.664 L 7.247 3.659 L 7.503 3.649 C 8.931 3.603 10.359 3.577 11.787 3.572 L 12.076 3.572 Z M 9.6 8.386 L 9.6 15.613 L 15.836 12.001 Z\" fill=\"rgb(42,64,84)\"></path></svg>',svgContentId:9337758362,withExternalLayout:true,...addPropertyOverrides({raqR9q8UR:{svgContentId:11645888486}},baseVariant,gestureVariant)}),isDisplayed2()&&/*#__PURE__*/_jsx(Link,{href:\"https://www.linkedin.com/company/mentorgoal/?originalSubdomain=fr\",nodeId:\"OjdfI58cc\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-12uha0x framer-10vfw5f\",\"data-framer-name\":\"akar-icons:linkedin-box-fill\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:24,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"OjdfI58cc\",svg:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1 2.838C1 2.35053 1.19365 1.88303 1.53834 1.53834C1.88303 1.19365 2.35053 1 2.838 1H21.16C21.4016 0.999608 21.6409 1.04687 21.8641 1.13907C22.0874 1.23127 22.2903 1.36661 22.4612 1.53734C22.6322 1.70807 22.7677 1.91083 22.8602 2.13401C22.9526 2.3572 23.0001 2.59643 23 2.838V21.16C23.0003 21.4016 22.9529 21.6409 22.8606 21.8642C22.7683 22.0875 22.6328 22.2904 22.462 22.4613C22.2912 22.6322 22.0884 22.7678 21.8651 22.8602C21.6419 22.9526 21.4026 23.0001 21.161 23H2.838C2.59655 23 2.35746 22.9524 2.1344 22.86C1.91134 22.7676 1.70867 22.6321 1.53798 22.4613C1.3673 22.2905 1.23193 22.0878 1.13962 21.8647C1.04731 21.6416 0.999869 21.4025 1 21.161V2.838ZM9.708 9.388H12.687V10.884C13.117 10.024 14.217 9.25 15.87 9.25C19.039 9.25 19.79 10.963 19.79 14.106V19.928H16.583V14.822C16.583 13.032 16.153 12.022 15.061 12.022C13.546 12.022 12.916 13.111 12.916 14.822V19.928H9.708V9.388ZM4.208 19.791H7.416V9.25H4.208V19.79V19.791ZM7.875 5.812C7.88105 6.08667 7.83217 6.35979 7.73124 6.61532C7.63031 6.87084 7.47935 7.10364 7.28723 7.30003C7.09511 7.49643 6.8657 7.65248 6.61246 7.75901C6.35921 7.86554 6.08724 7.92042 5.8125 7.92042C5.53776 7.92042 5.26579 7.86554 5.01255 7.75901C4.7593 7.65248 4.52989 7.49643 4.33777 7.30003C4.14565 7.10364 3.99469 6.87084 3.89376 6.61532C3.79283 6.35979 3.74395 6.08667 3.75 5.812C3.76187 5.27286 3.98439 4.75979 4.36989 4.38269C4.75539 4.00558 5.27322 3.79442 5.8125 3.79442C6.35178 3.79442 6.86961 4.00558 7.25512 4.38269C7.64062 4.75979 7.86313 5.27286 7.875 5.812V5.812Z\" fill=\"#466A8B\"/>\\n</svg>\\n',withExternalLayout:true})}),isDisplayed3()&&/*#__PURE__*/_jsx(Link,{href:\"https://www.youtube.com/@mentorgoal1142\",nodeId:\"rqjzkWf_O\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-1oa8l6y framer-10vfw5f\",\"data-framer-name\":\"bi:youtube\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:24,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"rqjzkWf_O\",svg:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M12.0765 3.5708H12.21C13.443 3.5753 19.6905 3.6203 21.375 4.0733C21.8842 4.21155 22.3483 4.48103 22.7207 4.85481C23.0932 5.22859 23.361 5.69358 23.4975 6.2033C23.649 6.7733 23.7555 7.5278 23.8275 8.3063L23.8425 8.4623L23.8755 8.8523L23.8875 9.0083C23.985 10.3793 23.997 11.6633 23.9985 11.9438V12.0563C23.997 12.3473 23.9835 13.7183 23.8755 15.1463L23.8635 15.3038L23.85 15.4598C23.775 16.3178 23.664 17.1698 23.4975 17.7968C23.3615 18.3067 23.0938 18.7719 22.7212 19.1458C22.3487 19.5196 21.8844 19.789 21.375 19.9268C19.635 20.3948 13.0215 20.4278 12.105 20.4293H11.892C11.4285 20.4293 9.5115 20.4203 7.5015 20.3513L7.2465 20.3423L7.116 20.3363L6.8595 20.3258L6.603 20.3153C4.938 20.2418 3.3525 20.1233 2.622 19.9253C2.11273 19.7876 1.6486 19.5185 1.27609 19.1449C0.903575 18.7713 0.63577 18.3065 0.4995 17.7968C0.333 17.1713 0.222 16.3178 0.147 15.4598L0.135 15.3023L0.123 15.1463C0.0489714 14.1299 0.0079498 13.1114 0 12.0923L0 11.9078C0.003 11.5853 0.015 10.4708 0.096 9.2408L0.1065 9.0863L0.111 9.0083L0.123 8.8523L0.156 8.4623L0.171 8.3063C0.243 7.5278 0.3495 6.7718 0.501 6.2033C0.63704 5.69337 0.904743 5.22817 1.27727 4.85432C1.6498 4.48048 2.11405 4.21114 2.6235 4.0733C3.354 3.8783 4.9395 3.7583 6.6045 3.6833L6.8595 3.6728L7.1175 3.6638L7.2465 3.6593L7.503 3.6488C8.93056 3.60286 10.3587 3.57736 11.787 3.5723H12.0765V3.5708ZM9.6 8.3858V15.6128L15.8355 12.0008L9.6 8.3858Z\" fill=\"#466A8B\"/>\\n</svg>\\n',withExternalLayout:true})}),isDisplayed4()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-goyb8u\",\"data-framer-name\":\"ant-design:instagram-filled\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:24,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"pznk3MfQY\",svg:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M11.9991 8.87579C10.2788 8.87579 8.87492 10.2797 8.87492 12C8.87492 13.7203 10.2788 15.1242 11.9991 15.1242C13.7194 15.1242 15.1234 13.7203 15.1234 12C15.1234 10.2797 13.7194 8.87579 11.9991 8.87579ZM21.3694 12C21.3694 10.7063 21.3812 9.42423 21.3085 8.13283C21.2359 6.63283 20.8937 5.30158 19.7968 4.2047C18.6976 3.10548 17.3687 2.76564 15.8687 2.69298C14.5749 2.62033 13.2929 2.63204 12.0015 2.63204C10.7077 2.63204 9.4257 2.62033 8.13429 2.69298C6.63429 2.76564 5.30304 3.10783 4.20617 4.2047C3.10695 5.30392 2.7671 6.63283 2.69445 8.13283C2.62179 9.42658 2.63351 10.7086 2.63351 12C2.63351 13.2914 2.62179 14.5758 2.69445 15.8672C2.7671 17.3672 3.10929 18.6985 4.20617 19.7953C5.30538 20.8945 6.63429 21.2344 8.13429 21.307C9.42804 21.3797 10.7101 21.368 12.0015 21.368C13.2952 21.368 14.5773 21.3797 15.8687 21.307C17.3687 21.2344 18.6999 20.8922 19.7968 19.7953C20.896 18.6961 21.2359 17.3672 21.3085 15.8672C21.3835 14.5758 21.3694 13.2938 21.3694 12V12ZM11.9991 16.807C9.33898 16.807 7.1921 14.6602 7.1921 12C7.1921 9.33986 9.33898 7.19298 11.9991 7.19298C14.6593 7.19298 16.8062 9.33986 16.8062 12C16.8062 14.6602 14.6593 16.807 11.9991 16.807ZM17.003 8.11876C16.3819 8.11876 15.8804 7.6172 15.8804 6.99611C15.8804 6.37501 16.3819 5.87345 17.003 5.87345C17.6241 5.87345 18.1257 6.37501 18.1257 6.99611C18.1259 7.14359 18.097 7.28966 18.0406 7.42595C17.9843 7.56224 17.9016 7.68607 17.7973 7.79036C17.693 7.89464 17.5692 7.97733 17.4329 8.03368C17.2966 8.09004 17.1505 8.11895 17.003 8.11876V8.11876Z\" fill=\"#2A4054\"/>\\n</svg>\\n',withExternalLayout:true}),isDisplayed5()&&/*#__PURE__*/_jsx(Link,{href:\"https://www.instagram.com/mentorgoalfr/\",nodeId:\"yaGcADcAY\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-1wk5mp6 framer-10vfw5f\",\"data-framer-name\":\"ant-design:instagram-filled\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:24,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"yaGcADcAY\",svg:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M11.9991 8.87579C10.2788 8.87579 8.87492 10.2797 8.87492 12C8.87492 13.7203 10.2788 15.1242 11.9991 15.1242C13.7194 15.1242 15.1234 13.7203 15.1234 12C15.1234 10.2797 13.7194 8.87579 11.9991 8.87579ZM21.3694 12C21.3694 10.7063 21.3812 9.42423 21.3085 8.13283C21.2359 6.63283 20.8937 5.30158 19.7968 4.2047C18.6976 3.10548 17.3687 2.76564 15.8687 2.69298C14.5749 2.62033 13.2929 2.63204 12.0015 2.63204C10.7077 2.63204 9.4257 2.62033 8.13429 2.69298C6.63429 2.76564 5.30304 3.10783 4.20617 4.2047C3.10695 5.30392 2.7671 6.63283 2.69445 8.13283C2.62179 9.42658 2.63351 10.7086 2.63351 12C2.63351 13.2914 2.62179 14.5758 2.69445 15.8672C2.7671 17.3672 3.10929 18.6985 4.20617 19.7953C5.30538 20.8945 6.63429 21.2344 8.13429 21.307C9.42804 21.3797 10.7101 21.368 12.0015 21.368C13.2952 21.368 14.5773 21.3797 15.8687 21.307C17.3687 21.2344 18.6999 20.8922 19.7968 19.7953C20.896 18.6961 21.2359 17.3672 21.3085 15.8672C21.3835 14.5758 21.3694 13.2938 21.3694 12V12ZM11.9991 16.807C9.33898 16.807 7.1921 14.6602 7.1921 12C7.1921 9.33986 9.33898 7.19298 11.9991 7.19298C14.6593 7.19298 16.8062 9.33986 16.8062 12C16.8062 14.6602 14.6593 16.807 11.9991 16.807ZM17.003 8.11876C16.3819 8.11876 15.8804 7.6172 15.8804 6.99611C15.8804 6.37501 16.3819 5.87345 17.003 5.87345C17.6241 5.87345 18.1257 6.37501 18.1257 6.99611C18.1259 7.14359 18.097 7.28966 18.0406 7.42595C17.9843 7.56224 17.9016 7.68607 17.7973 7.79036C17.693 7.89464 17.5692 7.97733 17.4329 8.03368C17.2966 8.09004 17.1505 8.11895 17.003 8.11876V8.11876Z\" fill=\"#466A8B\"/>\\n</svg>\\n',withExternalLayout:true})}),isDisplayed6()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-8w3d7v\",\"data-framer-name\":\"akar-icons:tiktok-fill\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:25,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"qy5vP9Gyt\",svg:'<svg width=\"24\" height=\"25\" viewBox=\"0 0 24 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_9544_15303)\">\\n<path d=\"M19.3199 6.4663C19.168 6.38774 19.0201 6.30163 18.8769 6.2083C18.4605 5.93302 18.0788 5.60869 17.7399 5.2423C16.8909 4.2713 16.5739 3.2863 16.4579 2.5973H16.4619C16.3649 2.0243 16.4049 1.6543 16.4119 1.6543H12.5469V16.5973C12.5469 16.7973 12.5469 16.9963 12.5389 17.1923C12.5389 17.2163 12.5359 17.2383 12.5349 17.2653C12.5349 17.2753 12.5349 17.2873 12.5319 17.2983V17.3073C12.4913 17.8433 12.3196 18.3611 12.0318 18.8152C11.7441 19.2693 11.3492 19.6457 10.8819 19.9113C10.3943 20.1887 9.84281 20.3341 9.28185 20.3333C7.48185 20.3333 6.02185 18.8653 6.02185 17.0523C6.02185 15.2383 7.48185 13.7703 9.28185 13.7703C9.62285 13.7703 9.96185 13.8243 10.2859 13.9303L10.2909 9.9943C9.30687 9.86735 8.30725 9.94576 7.35509 10.2246C6.40294 10.5034 5.51892 10.9766 4.75885 11.6143C4.09271 12.1928 3.53264 12.8832 3.10385 13.6543C2.94085 13.9353 2.32485 15.0663 2.25085 16.9003C2.20385 17.9403 2.51685 19.0203 2.66585 19.4653V19.4753C2.75885 19.7373 3.12285 20.6333 3.71485 21.3883C4.19225 21.9943 4.7563 22.5267 5.38885 22.9683V22.9583L5.39785 22.9683C7.26785 24.2383 9.34285 24.1553 9.34285 24.1553C9.70185 24.1403 10.9049 24.1553 12.2709 23.5083C13.7859 22.7903 14.6479 21.7213 14.6479 21.7213C15.199 21.0824 15.6372 20.3543 15.9439 19.5683C16.2939 18.6483 16.4099 17.5463 16.4099 17.1063V9.1773C16.4569 9.2053 17.0819 9.6183 17.0819 9.6183C17.0819 9.6183 17.9819 10.1953 19.3849 10.5703C20.3909 10.8373 21.7479 10.8943 21.7479 10.8943V7.0573C21.2729 7.1093 20.3079 6.9593 19.3189 6.4673L19.3199 6.4663Z\" fill=\"#2A4054\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_9544_15303\">\\n<rect width=\"24\" height=\"24\" fill=\"white\" transform=\"translate(0 0.904297)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),isDisplayed7()&&/*#__PURE__*/_jsx(Link,{href:\"https://www.tiktok.com/@mentorgoal?_t=8Wd780G5HE5&_r=1\",nodeId:\"ZTIzN9Ajb\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-71j74d framer-10vfw5f\",\"data-framer-name\":\"akar-icons:tiktok-fill\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:24,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"ZTIzN9Ajb\",svg:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M19.3199 5.562C19.168 5.48345 19.0201 5.39734 18.8769 5.304C18.4605 5.02872 18.0788 4.7044 17.7399 4.338C16.8909 3.367 16.5739 2.382 16.4579 1.693H16.4619C16.3649 1.12 16.4049 0.75 16.4119 0.75H12.5469V15.693C12.5469 15.893 12.5469 16.092 12.5389 16.288C12.5389 16.312 12.5359 16.334 12.5349 16.361C12.5349 16.371 12.5349 16.383 12.5319 16.394V16.403C12.4913 16.939 12.3196 17.4568 12.0318 17.9109C11.7441 18.365 11.3492 18.7414 10.8819 19.007C10.3943 19.2844 9.84281 19.4298 9.28185 19.429C7.48185 19.429 6.02185 17.961 6.02185 16.148C6.02185 14.334 7.48185 12.866 9.28185 12.866C9.62285 12.866 9.96185 12.92 10.2859 13.026L10.2909 9.09C9.30687 8.96305 8.30725 9.04147 7.35509 9.3203C6.40294 9.59913 5.51892 10.0723 4.75885 10.71C4.09271 11.2885 3.53264 11.9789 3.10385 12.75C2.94085 13.031 2.32485 14.162 2.25085 15.996C2.20385 17.036 2.51685 18.116 2.66585 18.561V18.571C2.75885 18.833 3.12285 19.729 3.71485 20.484C4.19225 21.09 4.7563 21.6224 5.38885 22.064V22.054L5.39785 22.064C7.26785 23.334 9.34285 23.251 9.34285 23.251C9.70185 23.236 10.9049 23.251 12.2709 22.604C13.7859 21.886 14.6479 20.817 14.6479 20.817C15.199 20.1781 15.6372 19.45 15.9439 18.664C16.2939 17.744 16.4099 16.642 16.4099 16.202V8.273C16.4569 8.301 17.0819 8.714 17.0819 8.714C17.0819 8.714 17.9819 9.291 19.3849 9.666C20.3909 9.933 21.7479 9.99 21.7479 9.99V6.153C21.2729 6.205 20.3079 6.055 19.3189 5.563L19.3199 5.562Z\" fill=\"#466A8B\"/>\\n</svg>\\n',withExternalLayout:true})}),isDisplayed8()&&/*#__PURE__*/_jsx(Link,{nodeId:\"Wv01mF6Js\",openInNewTab:true,children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-1hb5bvi framer-10vfw5f\",\"data-framer-name\":\"prime:twitter\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:24,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"Wv01mF6Js\",svg:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_9545_16536)\">\\n<mask id=\"mask0_9545_16536\" style=\"mask-type:luminance\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"0\" width=\"24\" height=\"24\">\\n<path d=\"M0 0H24V24H0V0Z\" fill=\"white\"/>\\n</mask>\\n<g mask=\"url(#mask0_9545_16536)\">\\n<path d=\"M18.9 1.12451H22.5806L14.5406 10.3371L24 22.8754H16.5943L10.7897 15.2725L4.15543 22.8754H0.471429L9.07029 13.0182L0 1.12623H7.59429L12.8331 8.07423L18.9 1.12451ZM17.6057 20.6674H19.6457L6.48 3.21765H4.29257L17.6057 20.6674Z\" fill=\"#2A4054\"/>\\n</g>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_9545_16536\">\\n<rect width=\"24\" height=\"24\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})}),isDisplayed9()&&/*#__PURE__*/_jsx(Link,{href:\"https://x.com/mentorgoalfr\",nodeId:\"ctUtyQu7L\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-7v2fnc framer-10vfw5f\",\"data-framer-name\":\"prime:twitter\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:24,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"ctUtyQu7L\",svg:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_9545_16543)\">\\n<mask id=\"mask0_9545_16543\" style=\"mask-type:luminance\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"0\" width=\"24\" height=\"24\">\\n<path d=\"M0 0H24V24H0V0Z\" fill=\"white\"/>\\n</mask>\\n<g mask=\"url(#mask0_9545_16543)\">\\n<path d=\"M18.9 1.12451H22.5806L14.5406 10.3371L24 22.8754H16.5943L10.7897 15.2725L4.15543 22.8754H0.471429L9.07029 13.0182L0 1.12623H7.59429L12.8331 8.07423L18.9 1.12451ZM17.6057 20.6674H19.6457L6.48 3.21765H4.29257L17.6057 20.6674Z\" fill=\"#466A8B\"/>\\n</g>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_9545_16543\">\\n<rect width=\"24\" height=\"24\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-HnRjv.framer-10vfw5f, .framer-HnRjv .framer-10vfw5f { display: block; }\",\".framer-HnRjv.framer-so5b9x { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-HnRjv .framer-1wchhxh, .framer-HnRjv .framer-150u3yk, .framer-HnRjv .framer-goyb8u { flex: none; height: 24px; position: relative; width: 24px; }\",\".framer-HnRjv .framer-12uha0x, .framer-HnRjv .framer-1oa8l6y, .framer-HnRjv .framer-1wk5mp6, .framer-HnRjv .framer-71j74d, .framer-HnRjv .framer-1hb5bvi, .framer-HnRjv .framer-7v2fnc { flex: none; height: 24px; position: relative; text-decoration: none; width: 24px; }\",\".framer-HnRjv .framer-8w3d7v { flex: none; height: 25px; position: relative; width: 24px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-HnRjv.framer-so5b9x { gap: 0px; } .framer-HnRjv.framer-so5b9x > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-HnRjv.framer-so5b9x > :first-child { margin-top: 0px; } .framer-HnRjv.framer-so5b9x > :last-child { margin-bottom: 0px; } }\",\".framer-HnRjv.framer-v-1rr3rd7.framer-so5b9x { height: 24px; }\",\".framer-HnRjv.framer-v-jopz6e.framer-so5b9x { gap: 10px; height: 24px; width: 24px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-HnRjv.framer-v-jopz6e.framer-so5b9x { gap: 0px; } .framer-HnRjv.framer-v-jopz6e.framer-so5b9x > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-HnRjv.framer-v-jopz6e.framer-so5b9x > :first-child { margin-top: 0px; } .framer-HnRjv.framer-v-jopz6e.framer-so5b9x > :last-child { margin-bottom: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 24\n * @framerIntrinsicWidth 24\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"raqR9q8UR\":{\"layout\":[\"auto\",\"fixed\"]},\"JL4XReUrH\":{\"layout\":[\"fixed\",\"fixed\"]},\"TN4IdxMxW\":{\"layout\":[\"auto\",\"auto\"]},\"lVgHbvVtu\":{\"layout\":[\"auto\",\"auto\"]},\"gcnikLXkd\":{\"layout\":[\"auto\",\"auto\"]},\"sC1e4JYD3\":{\"layout\":[\"auto\",\"fixed\"]},\"yjfwbAtHf\":{\"layout\":[\"fixed\",\"fixed\"]},\"dxxgGxmAt\":{\"layout\":[\"auto\",\"auto\"]},\"CDtEtKSz5\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerfz5dG7ZMx=withCSS(Component,css,\"framer-HnRjv\");export default Framerfz5dG7ZMx;Framerfz5dG7ZMx.displayName=\"Social Media\";Framerfz5dG7ZMx.defaultProps={height:24,width:24};addPropertyControls(Framerfz5dG7ZMx,{variant:{options:[\"eKZ12KDlY\",\"raqR9q8UR\",\"JL4XReUrH\",\"TN4IdxMxW\",\"lVgHbvVtu\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Variant 3\",\"Variant 4\",\"Variant 5\"],title:\"Variant\",type:ControlType.Enum}});addFonts(Framerfz5dG7ZMx,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerfz5dG7ZMx\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"24\",\"framerIntrinsicWidth\":\"24\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"raqR9q8UR\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"JL4XReUrH\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"TN4IdxMxW\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"lVgHbvVtu\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"gcnikLXkd\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"sC1e4JYD3\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"yjfwbAtHf\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"dxxgGxmAt\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"CDtEtKSz5\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./fz5dG7ZMx.map", "// Generated by Framer (6d82f59)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={djyWka7Gw:{hover:true,pressed:true},LCrPQGDWk:{hover:true,pressed:true},NxpnpSrfi:{hover:true,pressed:true}};const cycleOrder=[\"LCrPQGDWk\",\"NxpnpSrfi\",\"djyWka7Gw\"];const serializationHash=\"framer-bEaXB\";const variantClassNames={djyWka7Gw:\"framer-v-s0exb3\",LCrPQGDWk:\"framer-v-gyxrlw\",NxpnpSrfi:\"framer-v-8il5bw\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"LCrPQGDWk\",\"Variant 2\":\"NxpnpSrfi\",Mobile:\"djyWka7Gw\"};const getProps=({height,id,label,showArrowDownIcon,showArrowUpIcon,width,...props})=>{return{...props,i1lTtEswF:showArrowUpIcon??props.i1lTtEswF??true,pwu18PYVd:showArrowDownIcon??props.pwu18PYVd??true,sZbn50tHX:label??props.sZbn50tHX??\"Label\",variant:humanReadableVariantMap[props.variant]??props.variant??\"LCrPQGDWk\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,sZbn50tHX,pwu18PYVd,i1lTtEswF,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"LCrPQGDWk\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const isDisplayed=()=>{if([\"LCrPQGDWk-hover\",\"LCrPQGDWk-pressed\"].includes(gestureVariant))return true;return false;};const isDisplayed1=()=>{if([\"djyWka7Gw-hover\",\"djyWka7Gw-pressed\"].includes(gestureVariant))return true;if(baseVariant===\"djyWka7Gw\")return true;return false;};const isDisplayed2=value=>{if([\"djyWka7Gw-hover\",\"djyWka7Gw-pressed\"].includes(gestureVariant))return value;if(baseVariant===\"djyWka7Gw\")return value;return true;};const isDisplayed3=value=>{if([\"djyWka7Gw-hover\",\"djyWka7Gw-pressed\"].includes(gestureVariant))return value;if(baseVariant===\"djyWka7Gw\")return value;return false;};const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();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-gyxrlw\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"LCrPQGDWk\",ref:ref??ref1,style:{...style},...addPropertyOverrides({\"djyWka7Gw-hover\":{\"data-framer-name\":undefined},\"djyWka7Gw-pressed\":{\"data-framer-name\":undefined},\"LCrPQGDWk-hover\":{\"data-framer-name\":undefined},\"LCrPQGDWk-pressed\":{\"data-framer-name\":undefined},\"NxpnpSrfi-hover\":{\"data-framer-name\":undefined},\"NxpnpSrfi-pressed\":{\"data-framer-name\":undefined},djyWka7Gw:{\"data-framer-name\":\"Mobile\"},NxpnpSrfi:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-r2uejh\",layoutDependency:layoutDependency,layoutId:\"I9MJ78Jm7\",style:{backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0},variants:{\"djyWka7Gw-hover\":{backgroundColor:\"var(--token-08426bf5-c94c-451e-a265-718f933cc8e6, rgb(246, 248, 249))\"},\"djyWka7Gw-pressed\":{backgroundColor:\"var(--token-6a6890b0-9943-43e4-b9d0-668d7c1b8ec8, rgb(237, 240, 243))\"},\"LCrPQGDWk-hover\":{backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0},\"LCrPQGDWk-pressed\":{backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0},\"NxpnpSrfi-hover\":{backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0},\"NxpnpSrfi-pressed\":{backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0},djyWka7Gw:{backgroundColor:\"var(--token-30d61e98-115e-4802-a932-e822d489edc3, rgb(255, 255, 255))\",borderBottomLeftRadius:4,borderBottomRightRadius:4,borderTopLeftRadius:4,borderTopRightRadius:4}},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{style:{\"--font-selector\":\"R0Y7TXVsaXNoLTcwMA==\",\"--framer-font-family\":'\"Mulish\", \"Mulish Placeholder\", sans-serif',\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-1eung3n, rgb(42, 64, 84))\"},children:\"Label\"})}),className:\"framer-1aw0gdg\",\"data-framer-name\":\"Label\",fonts:[\"GF;Mulish-700\"],layoutDependency:layoutDependency,layoutId:\"TLlOV0GnA\",style:{\"--extracted-1eung3n\":\"rgb(42, 64, 84)\",\"--framer-paragraph-spacing\":\"0px\"},text:sZbn50tHX,variants:{\"LCrPQGDWk-pressed\":{\"--extracted-1eung3n\":\"rgb(70, 106, 139)\"},\"NxpnpSrfi-hover\":{\"--extracted-1eung3n\":\"var(--token-a4c4caea-19c9-4187-8435-a463c7f8da3d, rgb(70, 106, 139))\"},\"NxpnpSrfi-pressed\":{\"--extracted-1eung3n\":\"var(--token-d9b5a2b2-82e3-4745-8e18-2756376fe1d0, rgb(117, 144, 168))\"},NxpnpSrfi:{\"--extracted-1eung3n\":\"var(--token-638bbf98-7908-4976-8dcb-d8387f92c96c, rgb(42, 64, 84))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"LCrPQGDWk-pressed\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{style:{\"--font-selector\":\"R0Y7TXVsaXNoLTcwMA==\",\"--framer-font-family\":'\"Mulish\", \"Mulish Placeholder\", sans-serif',\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-1eung3n, rgb(70, 106, 139))\"},children:\"Label\"})})},\"NxpnpSrfi-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{style:{\"--font-selector\":\"R0Y7TXVsaXNoLTcwMA==\",\"--framer-font-family\":'\"Mulish\", \"Mulish Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"16px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-a4c4caea-19c9-4187-8435-a463c7f8da3d, rgb(70, 106, 139)))\"},children:\"Label\"})})},\"NxpnpSrfi-pressed\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{style:{\"--font-selector\":\"R0Y7TXVsaXNoLTcwMA==\",\"--framer-font-family\":'\"Mulish\", \"Mulish Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"16px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-d9b5a2b2-82e3-4745-8e18-2756376fe1d0, rgb(117, 144, 168)))\"},children:\"Label\"})})},djyWka7Gw:{verticalAlignment:\"center\"},NxpnpSrfi:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{style:{\"--font-selector\":\"R0Y7TXVsaXNoLTcwMA==\",\"--framer-font-family\":'\"Mulish\", \"Mulish Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"16px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-638bbf98-7908-4976-8dcb-d8387f92c96c, rgb(42, 64, 84)))\"},children:\"Label\"})})}},baseVariant,gestureVariant)}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-wys0s4\",\"data-framer-name\":\"Rectangle 622\",layoutDependency:layoutDependency,layoutId:\"SN1u7bOqR\",style:{backgroundColor:\"rgb(42, 64, 84)\",borderBottomLeftRadius:1,borderBottomRightRadius:1,borderTopLeftRadius:1,borderTopRightRadius:1},variants:{\"LCrPQGDWk-pressed\":{backgroundColor:\"rgb(70, 106, 139)\"}}}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-10kns9i\",layoutDependency:layoutDependency,layoutId:\"DLh8fWpI6\",children:[isDisplayed2(pwu18PYVd)&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-fdnna6\",\"data-framer-name\":\"icon / 24 / outline / chevron-down\",layoutDependency:layoutDependency,layoutId:\"ulEzKwavp\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-vb2i66\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:7,intrinsicWidth:11,layoutDependency:layoutDependency,layoutId:\"I8fbqeJYc\",svg:'<svg width=\"11\" height=\"7\" viewBox=\"0 0 11 7\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.00019 6.50019C4.86858 6.50095 4.73812 6.47572 4.61628 6.42596C4.49444 6.37619 4.38363 6.30287 4.29019 6.21019L0.290185 2.21019C0.196947 2.11695 0.122986 2.00626 0.072526 1.88443C0.0220656 1.76261 -0.00390625 1.63204 -0.00390625 1.50019C-0.00390625 1.36833 0.0220657 1.23776 0.072526 1.11594C0.122986 0.994113 0.196947 0.883424 0.290185 0.790185C0.383424 0.696946 0.494114 0.622985 0.615936 0.572525C0.737758 0.522065 0.868326 0.496094 1.00019 0.496094C1.13204 0.496094 1.26261 0.522065 1.38444 0.572525C1.50626 0.622985 1.61695 0.696946 1.71019 0.790185L5.00019 4.10019L8.30019 0.920185C8.39218 0.817895 8.50428 0.735687 8.6295 0.6787C8.75471 0.621714 8.89033 0.591177 9.02789 0.588998C9.16544 0.586819 9.30197 0.613044 9.42892 0.666035C9.55588 0.719026 9.67053 0.797643 9.76572 0.896967C9.8609 0.996291 9.93457 1.11419 9.98211 1.24328C10.0297 1.37238 10.0501 1.50989 10.042 1.64723C10.034 1.78456 9.99772 1.91877 9.93546 2.04144C9.8732 2.16412 9.7863 2.27263 9.68019 2.36018L5.68019 6.22019C5.49731 6.3965 5.25419 6.49661 5.00019 6.50019Z\" fill=\"#2A4054\"/>\\n</svg>\\n',withExternalLayout:true})}),isDisplayed3(i1lTtEswF)&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1e1adbo\",\"data-framer-name\":\"icon / 24 / outline / chevron-up\",layoutDependency:layoutDependency,layoutId:\"WmhVDiWc_\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-135hi76\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:7,intrinsicWidth:10,layoutDependency:layoutDependency,layoutId:\"nw72qSsBZ\",svg:'<svg width=\"10\" height=\"7\" viewBox=\"0 0 10 7\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M9.00189 6.49953C8.87029 6.50029 8.73982 6.47506 8.61799 6.4253C8.49615 6.37554 8.38533 6.30221 8.29189 6.20953L5.00189 2.89953L1.70189 6.07953C1.51453 6.26578 1.26108 6.37032 0.996892 6.37032C0.732706 6.37032 0.479254 6.26578 0.291892 6.07953C0.198164 5.98657 0.12377 5.87596 0.0730009 5.75411C0.0222322 5.63225 -0.00390625 5.50154 -0.00390625 5.36953C-0.00390625 5.23752 0.0222322 5.10681 0.0730009 4.98495C0.12377 4.86309 0.198164 4.75249 0.291892 4.65953L4.29189 0.799529C4.47882 0.616302 4.73014 0.513672 4.99189 0.513672C5.25364 0.513672 5.50496 0.616302 5.69189 0.799529L9.69189 4.79953C9.78562 4.89249 9.86002 5.00309 9.91078 5.12495C9.96155 5.24681 9.98769 5.37752 9.98769 5.50953C9.98769 5.64154 9.96155 5.77225 9.91078 5.89411C9.86002 6.01597 9.78562 6.12657 9.69189 6.21953C9.50652 6.39821 9.25936 6.4985 9.00189 6.49953V6.49953Z\" fill=\"#2A4054\"/>\\n</svg>\\n',withExternalLayout:true})})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-bEaXB.framer-65r01l, .framer-bEaXB .framer-65r01l { display: block; }\",\".framer-bEaXB.framer-gyxrlw { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; padding: 0px; position: relative; width: min-content; }\",\".framer-bEaXB .framer-r2uejh { 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: 2px 0px 2px 0px; position: relative; width: min-content; }\",\".framer-bEaXB .framer-1aw0gdg { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-bEaXB .framer-wys0s4 { flex: 1 0 0px; height: 2px; position: relative; width: 1px; }\",\".framer-bEaXB .framer-10kns9i { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-end; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-bEaXB .framer-fdnna6 { -webkit-user-select: none; flex: none; height: 24px; overflow: hidden; position: relative; user-select: none; width: 24px; }\",\".framer-bEaXB .framer-vb2i66 { bottom: 9px; flex: none; left: 7px; position: absolute; right: 7px; top: 9px; }\",\".framer-bEaXB .framer-1e1adbo { flex: none; height: 24px; overflow: hidden; position: relative; width: 24px; }\",\".framer-bEaXB .framer-135hi76 { bottom: 10px; flex: none; left: 7px; position: absolute; right: 7px; top: 8px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-bEaXB.framer-gyxrlw, .framer-bEaXB .framer-r2uejh, .framer-bEaXB .framer-10kns9i { gap: 0px; } .framer-bEaXB.framer-gyxrlw > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-bEaXB.framer-gyxrlw > :first-child, .framer-bEaXB .framer-r2uejh > :first-child, .framer-bEaXB .framer-10kns9i > :first-child { margin-left: 0px; } .framer-bEaXB.framer-gyxrlw > :last-child, .framer-bEaXB .framer-r2uejh > :last-child, .framer-bEaXB .framer-10kns9i > :last-child { margin-right: 0px; } .framer-bEaXB .framer-r2uejh > *, .framer-bEaXB .framer-10kns9i > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } }\",\".framer-bEaXB.framer-v-8il5bw.framer-gyxrlw { width: 79px; }\",\".framer-bEaXB.framer-v-8il5bw .framer-r2uejh { flex: 1 0 0px; padding: 0px; width: 1px; }\",\".framer-bEaXB.framer-v-8il5bw .framer-1aw0gdg { flex: 1 0 0px; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-bEaXB.framer-v-s0exb3.framer-gyxrlw { justify-content: flex-start; width: 186px; }\",\".framer-bEaXB.framer-v-s0exb3 .framer-r2uejh { flex: 1 0 0px; justify-content: flex-start; padding: 8px 16px 8px 16px; width: 1px; }\",\".framer-bEaXB.framer-v-s0exb3 .framer-1aw0gdg { align-self: stretch; flex: 1 0 0px; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-bEaXB.framer-v-s0exb3 .framer-fdnna6 { order: 0; }\",\".framer-bEaXB.framer-v-s0exb3 .framer-1e1adbo { order: 1; }\",\".framer-bEaXB.framer-v-gyxrlw.hover.framer-gyxrlw { justify-content: flex-start; }\",\".framer-bEaXB.framer-v-gyxrlw.hover .framer-r2uejh, .framer-bEaXB.framer-v-gyxrlw.pressed .framer-r2uejh { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 2px; justify-content: flex-start; order: 0; padding: 0px; }\",\".framer-bEaXB.framer-v-gyxrlw.hover .framer-wys0s4, .framer-bEaXB.framer-v-gyxrlw.pressed .framer-wys0s4 { align-self: stretch; flex: none; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-bEaXB.framer-v-gyxrlw.hover .framer-r2uejh { gap: 0px; } .framer-bEaXB.framer-v-gyxrlw.hover .framer-r2uejh > * { margin: 0px; margin-bottom: calc(2px / 2); margin-top: calc(2px / 2); } .framer-bEaXB.framer-v-gyxrlw.hover .framer-r2uejh > :first-child { margin-top: 0px; } .framer-bEaXB.framer-v-gyxrlw.hover .framer-r2uejh > :last-child { margin-bottom: 0px; } }\",\".framer-bEaXB.framer-v-gyxrlw.pressed.framer-gyxrlw { gap: 0px; justify-content: flex-start; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-bEaXB.framer-v-gyxrlw.pressed.framer-gyxrlw, .framer-bEaXB.framer-v-gyxrlw.pressed .framer-r2uejh { gap: 0px; } .framer-bEaXB.framer-v-gyxrlw.pressed.framer-gyxrlw > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-bEaXB.framer-v-gyxrlw.pressed.framer-gyxrlw > :first-child { margin-left: 0px; } .framer-bEaXB.framer-v-gyxrlw.pressed.framer-gyxrlw > :last-child { margin-right: 0px; } .framer-bEaXB.framer-v-gyxrlw.pressed .framer-r2uejh > * { margin: 0px; margin-bottom: calc(2px / 2); margin-top: calc(2px / 2); } .framer-bEaXB.framer-v-gyxrlw.pressed .framer-r2uejh > :first-child { margin-top: 0px; } .framer-bEaXB.framer-v-gyxrlw.pressed .framer-r2uejh > :last-child { margin-bottom: 0px; } }\",\".framer-bEaXB.framer-v-8il5bw.hover.framer-gyxrlw, .framer-bEaXB.framer-v-8il5bw.pressed.framer-gyxrlw { flex-direction: column; gap: 0px; }\",\".framer-bEaXB.framer-v-8il5bw.hover .framer-r2uejh, .framer-bEaXB.framer-v-8il5bw.pressed .framer-r2uejh { flex: none; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-bEaXB.framer-v-8il5bw.hover.framer-gyxrlw { gap: 0px; } .framer-bEaXB.framer-v-8il5bw.hover.framer-gyxrlw > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-bEaXB.framer-v-8il5bw.hover.framer-gyxrlw > :first-child { margin-top: 0px; } .framer-bEaXB.framer-v-8il5bw.hover.framer-gyxrlw > :last-child { margin-bottom: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-bEaXB.framer-v-8il5bw.pressed.framer-gyxrlw { gap: 0px; } .framer-bEaXB.framer-v-8il5bw.pressed.framer-gyxrlw > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-bEaXB.framer-v-8il5bw.pressed.framer-gyxrlw > :first-child { margin-top: 0px; } .framer-bEaXB.framer-v-8il5bw.pressed.framer-gyxrlw > :last-child { margin-bottom: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 24\n * @framerIntrinsicWidth 42\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"NxpnpSrfi\":{\"layout\":[\"fixed\",\"auto\"]},\"djyWka7Gw\":{\"layout\":[\"fixed\",\"auto\"]},\"oZOOJqAIV\":{\"layout\":[\"auto\",\"auto\"]},\"aRIOEjyw2\":{\"layout\":[\"auto\",\"auto\"]},\"xApx58u5D\":{\"layout\":[\"fixed\",\"auto\"]},\"xQEt7Uoq4\":{\"layout\":[\"fixed\",\"auto\"]},\"AoWxdJs9p\":{\"layout\":[\"fixed\",\"auto\"]},\"WEV7tMF8h\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"sZbn50tHX\":\"label\",\"pwu18PYVd\":\"showArrowDownIcon\",\"i1lTtEswF\":\"showArrowUpIcon\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerhQzO8cA_f=withCSS(Component,css,\"framer-bEaXB\");export default FramerhQzO8cA_f;FramerhQzO8cA_f.displayName=\"Inline button\";FramerhQzO8cA_f.defaultProps={height:24,width:42};addPropertyControls(FramerhQzO8cA_f,{variant:{options:[\"LCrPQGDWk\",\"NxpnpSrfi\",\"djyWka7Gw\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum},sZbn50tHX:{defaultValue:\"Label\",description:\"\",displayTextArea:false,placeholder:\"Label\",title:\"Label\",type:ControlType.String},pwu18PYVd:{defaultValue:true,title:\"Show arrow down icon\",type:ControlType.Boolean},i1lTtEswF:{defaultValue:true,title:\"Show arrow up icon\",type:ControlType.Boolean}});addFonts(FramerhQzO8cA_f,[{explicitInter:true,fonts:[{family:\"Mulish\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/mulish/v13/1Ptyg83HX_SGhgqO0yLcmjzUAuWexXRWwaWlGrw-PTY.woff2\",weight:\"700\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerhQzO8cA_f\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"NxpnpSrfi\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"djyWka7Gw\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"oZOOJqAIV\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"aRIOEjyw2\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"xApx58u5D\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"xQEt7Uoq4\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"AoWxdJs9p\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"WEV7tMF8h\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerVariables\":\"{\\\"sZbn50tHX\\\":\\\"label\\\",\\\"pwu18PYVd\\\":\\\"showArrowDownIcon\\\",\\\"i1lTtEswF\\\":\\\"showArrowUpIcon\\\"}\",\"framerIntrinsicWidth\":\"42\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"24\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./hQzO8cA_f.map", "// Generated by Framer (4d22d44)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={OjjXt_WvW:{hover:true,pressed:true}};const serializationHash=\"framer-7LBln\";const variantClassNames={OjjXt_WvW:\"framer-v-b3o4ge\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({click,height,id,label,width,...props})=>{var _ref;return{...props,QZwgII1th:(_ref=label!==null&&label!==void 0?label:props.QZwgII1th)!==null&&_ref!==void 0?_ref:\"Label\",Ur5HH7TeY:click!==null&&click!==void 0?click:props.Ur5HH7TeY};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,QZwgII1th,Ur5HH7TeY,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"OjjXt_WvW\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapj3wlzw=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(Ur5HH7TeY){const res=await Ur5HH7TeY(...args);if(res===false)return false;}});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-b3o4ge\",className,classNames),\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"OjjXt_WvW\",onTap:onTapj3wlzw,ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({\"OjjXt_WvW-hover\":{\"data-framer-name\":undefined},\"OjjXt_WvW-pressed\":{\"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\":\"R0Y7TXVsaXNoLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Mulish\", \"Mulish Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(42, 64, 84))\"},children:\"Pourquoi Mentor Goal ?\"})}),className:\"framer-169d2ph\",\"data-framer-name\":\"Label\",fonts:[\"GF;Mulish-regular\"],layoutDependency:layoutDependency,layoutId:\"K1zMAtAK_\",style:{\"--extracted-r6o4lv\":\"rgb(42, 64, 84)\",\"--framer-paragraph-spacing\":\"0px\"},text:QZwgII1th,variants:{\"OjjXt_WvW-hover\":{\"--extracted-r6o4lv\":\"rgb(70, 106, 139)\"},\"OjjXt_WvW-pressed\":{\"--extracted-r6o4lv\":\"rgb(117, 144, 168)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"OjjXt_WvW-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TXVsaXNoLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Mulish\", \"Mulish Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(70, 106, 139))\"},children:\"Label\"})})},\"OjjXt_WvW-pressed\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TXVsaXNoLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Mulish\", \"Mulish Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(117, 144, 168))\"},children:\"Pourquoi Mentor Goal ?\"})})}},baseVariant,gestureVariant)})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-7LBln.framer-etyfy9, .framer-7LBln .framer-etyfy9 { display: block; }\",\".framer-7LBln.framer-b3o4ge { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; padding: 0px; position: relative; width: min-content; }\",\".framer-7LBln .framer-169d2ph { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-7LBln.framer-b3o4ge { gap: 0px; } .framer-7LBln.framer-b3o4ge > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-7LBln.framer-b3o4ge > :first-child { margin-top: 0px; } .framer-7LBln.framer-b3o4ge > :last-child { margin-bottom: 0px; } }\",\".framer-7LBln.framer-v-b3o4ge.hover.framer-b3o4ge, .framer-7LBln.framer-v-b3o4ge.pressed.framer-b3o4ge { gap: 0px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-7LBln.framer-v-b3o4ge.hover.framer-b3o4ge { gap: 0px; } .framer-7LBln.framer-v-b3o4ge.hover.framer-b3o4ge > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-7LBln.framer-v-b3o4ge.hover.framer-b3o4ge > :first-child { margin-top: 0px; } .framer-7LBln.framer-v-b3o4ge.hover.framer-b3o4ge > :last-child { margin-bottom: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-7LBln.framer-v-b3o4ge.pressed.framer-b3o4ge { gap: 0px; } .framer-7LBln.framer-v-b3o4ge.pressed.framer-b3o4ge > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-7LBln.framer-v-b3o4ge.pressed.framer-b3o4ge > :first-child { margin-top: 0px; } .framer-7LBln.framer-v-b3o4ge.pressed.framer-b3o4ge > :last-child { margin-bottom: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 24\n * @framerIntrinsicWidth 40\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"olhjOrZ48\":{\"layout\":[\"auto\",\"auto\"]},\"zLzPAQSSM\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"QZwgII1th\":\"label\",\"Ur5HH7TeY\":\"click\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framero_gHdFsQ5=withCSS(Component,css,\"framer-7LBln\");export default Framero_gHdFsQ5;Framero_gHdFsQ5.displayName=\"Link\";Framero_gHdFsQ5.defaultProps={height:24,width:40};addPropertyControls(Framero_gHdFsQ5,{QZwgII1th:{defaultValue:\"Label\",displayTextArea:false,placeholder:\"Label\",title:\"Label\",type:ControlType.String},Ur5HH7TeY:{title:\"Click\",type:ControlType.EventHandler}});addFonts(Framero_gHdFsQ5,[{explicitInter:true,fonts:[{family:\"Mulish\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/mulish/v13/1Ptyg83HX_SGhgqO0yLcmjzUAuWexZNRwaWlGrw-PTY.woff2\",weight:\"400\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framero_gHdFsQ5\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"olhjOrZ48\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"zLzPAQSSM\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerVariables\":\"{\\\"QZwgII1th\\\":\\\"label\\\",\\\"Ur5HH7TeY\\\":\\\"click\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"40\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"24\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./o_gHdFsQ5.map", "// Generated by Framer (6d82f59)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Link as Link1,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Embed from\"https://framerusercontent.com/modules/o1PI5S8YtkA5bP5g4dFz/Xr8CO3Ul8Gb7lVfgMKTh/Embed.js\";import SocialMedia from\"https://framerusercontent.com/modules/rC0AC7D3QaLC5EA7NA3K/IFpaGA5WodznBA9GlsqR/fz5dG7ZMx.js\";import InlineButton from\"https://framerusercontent.com/modules/ZBpwuCM9zQTrC2UB2Pt8/wBOZgxp2iqeAFhy7JMw0/hQzO8cA_f.js\";import Link from\"https://framerusercontent.com/modules/hH6TK4GzmmyMTvEnulq9/JcNLqUw9D1bYCFw8en5e/o_gHdFsQ5.js\";const SocialMediaFonts=getFonts(SocialMedia);const EmbedFonts=getFonts(Embed);const LinkFonts=getFonts(Link);const InlineButtonFonts=getFonts(InlineButton);const cycleOrder=[\"PstSrDL3k\",\"aQx4cJw8v\"];const serializationHash=\"framer-M3mPG\";const variantClassNames={aQx4cJw8v:\"framer-v-hay1pv\",PstSrDL3k:\"framer-v-9tqbsy\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"PstSrDL3k\",Mobile:\"aQx4cJw8v\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"PstSrDL3k\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"PstSrDL3k\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"aQx4cJw8v\")return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"aQx4cJw8v\")return true;return false;};const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-9tqbsy\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"PstSrDL3k\",ref:ref??ref1,style:{backgroundColor:\"rgb(255, 255, 255)\",borderTopLeftRadius:24,borderTopRightRadius:24,...style},variants:{aQx4cJw8v:{borderTopLeftRadius:8,borderTopRightRadius:8}},...addPropertyOverrides({aQx4cJw8v:{\"data-framer-name\":\"Mobile\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1uhyibm\",\"data-framer-name\":\"Container top\",layoutDependency:layoutDependency,layoutId:\"OLPDtdVR4\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-y7zsoc\",\"data-framer-name\":\"Block logo\",layoutDependency:layoutDependency,layoutId:\"PZetzIS_0\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-mre9pi\",\"data-framer-name\":\"logo\",layoutDependency:layoutDependency,layoutId:\"MCWaI8kuN\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1mb0lx9\",\"data-framer-name\":\"LogoMG_initiales_NB_Fond_Transp_Blanc 1\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:43,intrinsicWidth:80,layoutDependency:layoutDependency,layoutId:\"QRQ5t9mPs\",svg:'<svg width=\"80\" height=\"43\" viewBox=\"0 0 80 43\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_9014_11983)\">\\n<path d=\"M34.1627 1.3377C34.3531 1.54879 34.4497 1.81064 34.4497 2.11955V40.3567C34.4497 40.6656 34.3531 40.9181 34.1627 41.1103C33.9725 41.3026 33.7415 41.4004 33.4733 41.4004H27.7993C27.5311 41.4004 27.3034 41.3056 27.1099 41.1103C26.9198 40.9181 26.8232 40.6656 26.8232 40.3567V17.4137C26.8232 17.0669 26.7452 16.8934 26.5952 16.8934C26.48 16.8934 26.3085 17.0292 26.0805 17.3001C25.4692 18.2272 24.4647 19.6743 23.0705 21.6447C21.676 23.6155 20.653 25.0437 20.0042 25.9328C19.6205 26.434 19.3054 26.7651 19.0591 26.9163C18.8096 27.0709 18.4009 27.1496 17.8271 27.1496H16.8537C16.1643 27.1496 15.6964 27.0928 15.45 26.9761C15.2004 26.8595 14.9228 26.6104 14.6202 26.2229L8.37223 17.3569C8.2194 17.01 8.04783 16.8369 7.85755 16.8369C7.70472 16.8369 7.62673 17.01 7.62673 17.3569V24.5422C7.62673 24.8511 7.53004 25.1035 7.33975 25.2958C7.14947 25.4881 6.91865 25.5859 6.65039 25.5859H1.03248C0.764244 25.5859 0.527149 25.4787 0.315046 25.2672C0.106051 25.0561 0 24.8134 0 24.5422V2.11955C0 1.81064 0.106051 1.54879 0.315046 1.3377C0.524041 1.12627 0.764244 1.01904 1.03248 1.01904H6.76579C6.8812 1.01904 7.02471 1.08862 7.19628 1.22106C7.36782 1.35652 7.49261 1.5014 7.56746 1.65602L16.2797 16.1969C16.3172 16.2756 16.4232 16.3892 16.5946 16.5435C16.7662 16.6981 16.9847 16.7768 17.2529 16.7768H17.309C17.5775 16.7768 17.7862 16.6823 17.9392 16.4867C18.0922 16.2944 18.1888 16.159 18.2263 16.08L26.8823 1.71283C26.9978 1.52056 27.113 1.35652 27.2254 1.22106C27.3409 1.08526 27.4936 1.01904 27.6841 1.01904H27.7401H33.4733C33.7415 1.01904 33.9695 1.12627 34.1627 1.3377Z\" fill=\"#2A4054\"/>\\n<path d=\"M49.5157 39.3638C46.2859 37.4982 43.7315 34.957 41.856 31.7442C39.9805 28.5311 39.043 25.0195 39.043 21.2097C39.043 17.3999 39.9805 13.8883 41.856 10.6755C43.7315 7.4624 46.2859 4.92458 49.5157 3.05566C52.7455 1.1901 56.2756 0.257324 60.1053 0.257324C60.9959 0.257324 61.8639 0.313795 62.7163 0.430098C63.0639 0.467746 63.3354 0.621696 63.5279 0.891614C63.7205 1.16187 63.7806 1.46977 63.7015 1.81498L62.7734 6.83719C62.6566 7.45299 62.2712 7.76056 61.6116 7.76056L60.1022 7.70409C57.6647 7.70409 55.4042 8.31048 53.3139 9.52259C51.2236 10.735 49.5724 12.3808 48.3539 14.4571C47.1349 16.533 46.5256 18.7852 46.5256 21.2097C46.5256 23.6346 47.1349 25.8833 48.3539 27.9627C49.5724 30.0417 51.227 31.6844 53.3139 32.8968C55.4008 34.1093 57.6647 34.7153 60.1022 34.7153C62.9247 34.7153 65.4004 33.9177 67.5282 32.319C69.6563 30.7234 71.2224 28.597 72.2265 25.9398H64.7404C64.4311 25.9398 64.1595 25.8235 63.9288 25.5943C63.6985 25.365 63.5816 25.0951 63.5816 24.7872V20.5754C63.5816 20.2675 63.6985 19.9973 63.9288 19.768C64.1626 19.5388 64.4311 19.4225 64.7404 19.4225H77.0981C78.0265 19.4225 78.7432 19.5764 79.2451 19.8843C79.747 20.1922 79.9996 20.6349 79.9996 21.2127C79.9996 25.0605 79.1472 28.5812 77.4453 31.7755C75.7437 34.9698 73.3724 37.4982 70.3382 39.3638C67.3009 41.2293 63.888 42.1621 60.0992 42.1621C56.2722 42.1621 52.7425 41.2293 49.5157 39.3638Z\" fill=\"#2A4054\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_9014_11983\">\\n<rect width=\"80\" height=\"41.9048\" fill=\"white\" transform=\"translate(0 0.257324)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TXVsaXNoLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Mulish\", \"Mulish Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(42, 64, 84))\"},children:\"Rendre l\u2019emploi accessible aux jeunes issus de tous horizons.\"})}),className:\"framer-pr18oo\",\"data-framer-name\":\"Rendre l\u2019emploi accessible aux jeune issus de tous horizons.\",fonts:[\"GF;Mulish-regular\"],layoutDependency:layoutDependency,layoutId:\"lN_xEtH6y\",style:{\"--extracted-r6o4lv\":\"rgb(42, 64, 84)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ifjek2\",layoutDependency:layoutDependency,layoutId:\"EzCMsUoEx\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-y3wq3a\",layoutDependency:layoutDependency,layoutId:\"x7wZ23mFr\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:25,width:\"24px\",y:(componentViewport?.y||0)+32+0+0+0+183+0+0+0,...addPropertyOverrides({aQx4cJw8v:{y:(componentViewport?.y||0)+24+0+0+896+0+183+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-12xl9sh-container\",layoutDependency:layoutDependency,layoutId:\"U8gqJ9CTo-container\",children:/*#__PURE__*/_jsx(SocialMedia,{height:\"100%\",id:\"U8gqJ9CTo\",layoutId:\"U8gqJ9CTo\",style:{height:\"100%\",width:\"100%\"},variant:\"eKZ12KDlY\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:21,width:\"24px\",y:(componentViewport?.y||0)+32+0+0+0+183+0+0+2,...addPropertyOverrides({aQx4cJw8v:{y:(componentViewport?.y||0)+24+0+0+896+0+183+0+0+2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-efxxj3-container\",layoutDependency:layoutDependency,layoutId:\"YK4mae68h-container\",children:/*#__PURE__*/_jsx(SocialMedia,{height:\"100%\",id:\"YK4mae68h\",layoutId:\"YK4mae68h\",style:{height:\"100%\",width:\"100%\"},variant:\"raqR9q8UR\",width:\"100%\"})})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-iym5lh\",layoutDependency:layoutDependency,layoutId:\"sudxUXukt\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-17dvlzc-container\",layoutDependency:layoutDependency,layoutId:\"qmRgjSchE-container\",children:/*#__PURE__*/_jsx(Embed,{height:\"100%\",html:'<a title=\"AI-Powered Talent and Workforce Data\" href=\"https://hrflow.ai/?utm_source=badge\"><img style=\"width:110px;height:41.43px\" src=\"https://s3.amazonaws.com/img.riminder.net/badges/20221018/hrflow-mono-badge.svg\" alt=\"HrFlow.ai | AI-Powered Talent and Workforce Data\" /></a>',id:\"qmRgjSchE\",layoutId:\"qmRgjSchE\",style:{height:\"100%\",width:\"100%\"},type:\"html\",url:\"\",width:\"100%\"})})})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-d04p9h\",\"data-framer-name\":\"Block 1 footer\",layoutDependency:layoutDependency,layoutId:\"PIv4JdAII\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TXVsaXNoLTcwMA==\",\"--framer-font-family\":'\"Mulish\", \"Mulish Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(42, 64, 84))\"},children:\"\\xc0 propos\"})}),className:\"framer-1234zkb\",\"data-framer-name\":\"\\xc0 propos\",fonts:[\"GF;Mulish-700\"],layoutDependency:layoutDependency,layoutId:\"Z7mlI1vcC\",style:{\"--extracted-r6o4lv\":\"rgb(42, 64, 84)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-16y1q3d\",\"data-framer-name\":\"content\",layoutDependency:layoutDependency,layoutId:\"cWCzNip_z\",children:[/*#__PURE__*/_jsx(Link1,{href:{webPageId:\"JaEr5lAN0\"},nodeId:\"qqzMwkoyL\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-oeeva4 framer-1couwna\",\"data-framer-name\":\"Component 9\",layoutDependency:layoutDependency,layoutId:\"qqzMwkoyL\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,y:(componentViewport?.y||0)+32+0+0+0+136+0+0+0,...addPropertyOverrides({aQx4cJw8v:{y:(componentViewport?.y||0)+24+0+0+0+0+136+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-j0pfob-container\",layoutDependency:layoutDependency,layoutId:\"sVCdo_ZcV-container\",children:/*#__PURE__*/_jsx(Link,{height:\"100%\",id:\"sVCdo_ZcV\",layoutId:\"sVCdo_ZcV\",QZwgII1th:\"Pourquoi Mentor Goal ?\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link1,{href:{webPageId:\"ftw8Z2Gc0\"},nodeId:\"fTPB6urJ6\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1x9tv4q framer-1couwna\",\"data-framer-name\":\"Component 7\",layoutDependency:layoutDependency,layoutId:\"fTPB6urJ6\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,y:(componentViewport?.y||0)+32+0+0+0+136+0+32+0,...addPropertyOverrides({aQx4cJw8v:{y:(componentViewport?.y||0)+24+0+0+0+0+136+0+32+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-sjtxtg-container\",layoutDependency:layoutDependency,layoutId:\"JhCo063nW-container\",children:/*#__PURE__*/_jsx(Link,{height:\"100%\",id:\"JhCo063nW\",layoutId:\"JhCo063nW\",QZwgII1th:\"Innover pour l'emploi\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link1,{href:{webPageId:\"Jeny32Z5N\"},nodeId:\"mEtOPyKvU\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-ktxmdv framer-1couwna\",\"data-framer-name\":\"Component 7\",layoutDependency:layoutDependency,layoutId:\"mEtOPyKvU\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,y:(componentViewport?.y||0)+32+0+0+0+136+0+64+0,...addPropertyOverrides({aQx4cJw8v:{y:(componentViewport?.y||0)+24+0+0+0+0+136+0+64+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1fyid76-container\",layoutDependency:layoutDependency,layoutId:\"CelBr5WY5-container\",children:/*#__PURE__*/_jsx(Link,{height:\"100%\",id:\"CelBr5WY5\",layoutId:\"CelBr5WY5\",QZwgII1th:\"Notre \\xe9quipe\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link1,{href:{webPageId:\"VduWutwfx\"},nodeId:\"GByN2krm1\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-11d2udj framer-1couwna\",\"data-framer-name\":\"Component 8\",layoutDependency:layoutDependency,layoutId:\"GByN2krm1\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,y:(componentViewport?.y||0)+32+0+0+0+136+0+96+0,...addPropertyOverrides({aQx4cJw8v:{y:(componentViewport?.y||0)+24+0+0+0+0+136+0+96+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-rb6iil-container\",layoutDependency:layoutDependency,layoutId:\"tJHV2Buj1-container\",children:/*#__PURE__*/_jsx(Link,{height:\"100%\",id:\"tJHV2Buj1\",layoutId:\"tJHV2Buj1\",QZwgII1th:\"Notre offre\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link1,{href:\"https://fr.trustpilot.com/review/mentorgoal.com\",nodeId:\"GBLjxrU1w\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1mipugs framer-1couwna\",\"data-framer-name\":\"Component 7\",layoutDependency:layoutDependency,layoutId:\"GBLjxrU1w\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,y:(componentViewport?.y||0)+32+0+0+0+136+0+128+0,...addPropertyOverrides({aQx4cJw8v:{y:(componentViewport?.y||0)+24+0+0+0+0+136+0+128+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ydq2gh-container\",layoutDependency:layoutDependency,layoutId:\"YhibHkFSF-container\",children:/*#__PURE__*/_jsx(Link,{height:\"100%\",id:\"YhibHkFSF\",layoutId:\"YhibHkFSF\",QZwgII1th:\"Nos avis Truspilot\",width:\"100%\"})})})})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-zzowm\",\"data-framer-name\":\"Block 2 footer\",layoutDependency:layoutDependency,layoutId:\"AKSXpGTzh\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TXVsaXNoLTcwMA==\",\"--framer-font-family\":'\"Mulish\", \"Mulish Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(42, 64, 84))\"},children:\"Solutions\"})}),className:\"framer-1ax9ct\",\"data-framer-name\":\"Solutions\",fonts:[\"GF;Mulish-700\"],layoutDependency:layoutDependency,layoutId:\"H0vh7MR29\",style:{\"--extracted-r6o4lv\":\"rgb(42, 64, 84)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-gd9ecn\",\"data-framer-name\":\"content\",layoutDependency:layoutDependency,layoutId:\"c1ZbfiV7Y\",children:[/*#__PURE__*/_jsx(Link1,{href:\"https://play.google.com/store/apps/details?id=com.mentorgoal.app\",nodeId:\"rEqZd8tNO\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-13hwhnt framer-1couwna\",\"data-framer-name\":\"Component 7\",layoutDependency:layoutDependency,layoutId:\"rEqZd8tNO\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,y:(componentViewport?.y||0)+32+0+0+0+136+0+0+0,...addPropertyOverrides({aQx4cJw8v:{y:(componentViewport?.y||0)+24+0+0+320+0+136+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-wte09c-container\",layoutDependency:layoutDependency,layoutId:\"r3w565IGL-container\",children:/*#__PURE__*/_jsx(Link,{height:\"100%\",id:\"r3w565IGL\",layoutId:\"r3w565IGL\",QZwgII1th:\"Application mobile\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link1,{href:{webPageId:\"aT0RrC_V2\"},nodeId:\"XvoEJzbbR\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1vb0rw framer-1couwna\",\"data-framer-name\":\"Component 7\",layoutDependency:layoutDependency,layoutId:\"XvoEJzbbR\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,y:(componentViewport?.y||0)+32+0+0+0+136+0+32+0,...addPropertyOverrides({aQx4cJw8v:{y:(componentViewport?.y||0)+24+0+0+320+0+136+0+32+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1pwdz7f-container\",layoutDependency:layoutDependency,layoutId:\"gBaa8TmKb-container\",children:/*#__PURE__*/_jsx(Link,{height:\"100%\",id:\"gBaa8TmKb\",layoutId:\"gBaa8TmKb\",QZwgII1th:\"Espace \\xe9cole\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link1,{href:{webPageId:\"KJrcFww8p\"},nodeId:\"IFaNXmvjj\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-bnihhp framer-1couwna\",\"data-framer-name\":\"Component 7\",layoutDependency:layoutDependency,layoutId:\"IFaNXmvjj\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,y:(componentViewport?.y||0)+32+0+0+0+136+0+64+0,...addPropertyOverrides({aQx4cJw8v:{y:(componentViewport?.y||0)+24+0+0+320+0+136+0+64+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-10buhtv-container\",layoutDependency:layoutDependency,layoutId:\"tnNqdg0Kr-container\",children:/*#__PURE__*/_jsx(Link,{height:\"100%\",id:\"tnNqdg0Kr\",layoutId:\"tnNqdg0Kr\",QZwgII1th:\"Espace \\xe9tudiant\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link1,{href:{webPageId:\"m2VwgIxn4\"},nodeId:\"IS6CljN06\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1uqjggh framer-1couwna\",\"data-framer-name\":\"Component 7\",layoutDependency:layoutDependency,layoutId:\"IS6CljN06\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,y:(componentViewport?.y||0)+32+0+0+0+136+0+96+0,...addPropertyOverrides({aQx4cJw8v:{y:(componentViewport?.y||0)+24+0+0+320+0+136+0+96+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-uh9i78-container\",layoutDependency:layoutDependency,layoutId:\"VJzyUeXJf-container\",children:/*#__PURE__*/_jsx(Link,{height:\"100%\",id:\"VJzyUeXJf\",layoutId:\"VJzyUeXJf\",QZwgII1th:\"Espace entreprise\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link1,{href:{webPageId:\"OTOSRRtRM\"},nodeId:\"Jv1hKgMu_\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-18zpcdj framer-1couwna\",\"data-framer-name\":\"Component 7\",layoutDependency:layoutDependency,layoutId:\"Jv1hKgMu_\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,y:(componentViewport?.y||0)+32+0+0+0+136+0+128+0,...addPropertyOverrides({aQx4cJw8v:{y:(componentViewport?.y||0)+24+0+0+320+0+136+0+128+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-12zz5ei-container\",layoutDependency:layoutDependency,layoutId:\"CbRfheN6E-container\",children:/*#__PURE__*/_jsx(Link,{height:\"100%\",id:\"CbRfheN6E\",layoutId:\"CbRfheN6E\",QZwgII1th:\"Coaching\",width:\"100%\"})})})})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-199o873\",\"data-framer-name\":\"Block 3 footer\",layoutDependency:layoutDependency,layoutId:\"EULkfzEOW\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TXVsaXNoLTcwMA==\",\"--framer-font-family\":'\"Mulish\", \"Mulish Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(42, 64, 84))\"},children:\"Contact\"})}),className:\"framer-12eray6\",\"data-framer-name\":\"Contact\",fonts:[\"GF;Mulish-700\"],layoutDependency:layoutDependency,layoutId:\"RiTRStimv\",style:{\"--extracted-r6o4lv\":\"rgb(42, 64, 84)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ex0wxv\",\"data-framer-name\":\"content\",layoutDependency:layoutDependency,layoutId:\"FK9_fAkf7\",children:[/*#__PURE__*/_jsx(Link1,{href:{webPageId:\"OBF0Yd8db\"},nodeId:\"IksWTuOed\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1jgkfsz framer-1couwna\",\"data-framer-name\":\"Component 7\",layoutDependency:layoutDependency,layoutId:\"IksWTuOed\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,y:(componentViewport?.y||0)+32+0+0+0+136+0+0+0,...addPropertyOverrides({aQx4cJw8v:{y:(componentViewport?.y||0)+24+0+0+640+0+136+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-7f6spv-container\",layoutDependency:layoutDependency,layoutId:\"ofBIS11_p-container\",children:/*#__PURE__*/_jsx(Link,{height:\"100%\",id:\"ofBIS11_p\",layoutId:\"ofBIS11_p\",QZwgII1th:\"Nous contacter\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link1,{href:{webPageId:\"OBF0Yd8db\"},nodeId:\"euhXdvvP8\",openInNewTab:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-w1zoeq framer-1couwna\",\"data-framer-name\":\"Component 7\",layoutDependency:layoutDependency,layoutId:\"euhXdvvP8\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,y:(componentViewport?.y||0)+32+0+0+0+136+0+32+0,...addPropertyOverrides({aQx4cJw8v:{y:(componentViewport?.y||0)+24+0+0+640+0+136+0+32+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-gxnpb4-container\",layoutDependency:layoutDependency,layoutId:\"xKdu1QZCo-container\",children:/*#__PURE__*/_jsx(Link,{height:\"100%\",id:\"xKdu1QZCo\",layoutId:\"xKdu1QZCo\",QZwgII1th:\"R\\xe9server une d\\xe9mo\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link1,{href:{webPageId:\"xGtMxZFp6\"},nodeId:\"qS8OKkZ6F\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-10k108b framer-1couwna\",\"data-framer-name\":\"Component 7\",layoutDependency:layoutDependency,layoutId:\"qS8OKkZ6F\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,y:(componentViewport?.y||0)+32+0+0+0+136+0+64+0,...addPropertyOverrides({aQx4cJw8v:{y:(componentViewport?.y||0)+24+0+0+640+0+136+0+64+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ebb1tw-container\",layoutDependency:layoutDependency,layoutId:\"O1JwTsmiB-container\",children:/*#__PURE__*/_jsx(Link,{height:\"100%\",id:\"O1JwTsmiB\",layoutId:\"O1JwTsmiB\",QZwgII1th:\"Espace presse\",width:\"100%\"})})})})})]})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-i3j9pp\",\"data-framer-name\":\"Frame 273\",layoutDependency:layoutDependency,layoutId:\"Ah8PlMyWZ\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-22214b\",\"data-framer-name\":\"Line 1\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:4,intrinsicWidth:1112,layoutDependency:layoutDependency,layoutId:\"qC2io1iGf\",svg:'<svg width=\"1112\" height=\"4\" viewBox=\"-1 -1 1112 4\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<line x1=\"1\" y1=\"0.757324\" x2=\"1109\" y2=\"0.757324\" stroke=\"#A3B5C5\" stroke-linecap=\"round\" stroke-dasharray=\"4 8\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1v9uxlj\",\"data-framer-name\":\"Container bottom\",layoutDependency:layoutDependency,layoutId:\"goZJ3Sjk3\",children:[/*#__PURE__*/_jsx(Link1,{href:{webPageId:\"FQSF_ZJgj\"},nodeId:\"S9RsqCequ\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-jg47c9 framer-1couwna\",\"data-framer-name\":\"Links\",layoutDependency:layoutDependency,layoutId:\"S9RsqCequ\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,width:\"194.5px\",y:(componentViewport?.y||0)+32+320+0+28+0+0,...addPropertyOverrides({aQx4cJw8v:{width:\"79px\",y:(componentViewport?.y||0)+24+1134+0+20+0+-12}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-ydxdel-container\",layoutDependency:layoutDependency,layoutId:\"m5AmwsX_x-container\",children:/*#__PURE__*/_jsx(InlineButton,{height:\"100%\",i1lTtEswF:true,id:\"m5AmwsX_x\",layoutId:\"m5AmwsX_x\",pwu18PYVd:true,style:{width:\"100%\"},sZbn50tHX:\"Mentions l\\xe9gales\",variant:\"NxpnpSrfi\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link1,{href:{webPageId:\"avse5N5iw\"},nodeId:\"bkEDWSLX1\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-4j2it8 framer-1couwna\",\"data-framer-name\":\"Links\",layoutDependency:layoutDependency,layoutId:\"bkEDWSLX1\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,width:\"194.5px\",y:(componentViewport?.y||0)+32+320+0+28+0+0,...addPropertyOverrides({aQx4cJw8v:{width:undefined,y:(componentViewport?.y||0)+24+1134+0+20+0+-12}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-4cqsrx-container\",layoutDependency:layoutDependency,layoutId:\"QCwcEX8dv-container\",children:/*#__PURE__*/_jsx(InlineButton,{height:\"100%\",i1lTtEswF:true,id:\"QCwcEX8dv\",layoutId:\"QCwcEX8dv\",pwu18PYVd:true,style:{width:\"100%\"},sZbn50tHX:\"CGU\",variant:\"NxpnpSrfi\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link1,{href:{webPageId:\"l9oe68OSV\"},nodeId:\"vcj_1wT0V\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1mm0wne framer-1couwna\",\"data-framer-name\":\"Links\",layoutDependency:layoutDependency,layoutId:\"vcj_1wT0V\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,width:\"203px\",y:(componentViewport?.y||0)+32+320+0+28+0+0,...addPropertyOverrides({aQx4cJw8v:{width:\"82px\",y:(componentViewport?.y||0)+24+1134+0+20+0+-12}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-19r97xl-container\",layoutDependency:layoutDependency,layoutId:\"rwAE5KaHS-container\",children:/*#__PURE__*/_jsx(InlineButton,{height:\"100%\",i1lTtEswF:true,id:\"rwAE5KaHS\",layoutId:\"rwAE5KaHS\",pwu18PYVd:true,style:{width:\"100%\"},sZbn50tHX:\"Politique de confidentialit\\xe9 (RGPD)\",variant:\"NxpnpSrfi\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link1,{href:{webPageId:\"NJXmRDpHT\"},nodeId:\"o3FYafFVq\",openInNewTab:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-15ogahq framer-1couwna\",\"data-framer-name\":\"Links\",layoutDependency:layoutDependency,layoutId:\"o3FYafFVq\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,width:`max((min(${componentViewport?.width||\"100vw\"} - 256px, 1110px) - 331px) / 4, 1px)`,y:(componentViewport?.y||0)+32+320+0+28+0+0,...addPropertyOverrides({aQx4cJw8v:{width:\"53px\",y:(componentViewport?.y||0)+24+1134+0+20+0+-12}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ajgyga-container\",layoutDependency:layoutDependency,layoutId:\"GtJjBGneg-container\",children:/*#__PURE__*/_jsx(InlineButton,{height:\"100%\",i1lTtEswF:true,id:\"GtJjBGneg\",layoutId:\"GtJjBGneg\",pwu18PYVd:true,style:{width:\"100%\"},sZbn50tHX:\"Cookies\",variant:\"NxpnpSrfi\",width:\"100%\"})})})})}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-o2avy\",\"data-framer-name\":\"Links\",layoutDependency:layoutDependency,layoutId:\"LbX2g6Z5U\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TXVsaXNoLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Mulish\", \"Mulish Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"16px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(42, 64, 84))\"},children:\"\\xa9 Copyright 2025\"})}),className:\"framer-17rmggx\",\"data-framer-name\":\"Label\",fonts:[\"GF;Mulish-regular\"],layoutDependency:layoutDependency,layoutId:\"I9014:12033;524:1298\",style:{\"--extracted-r6o4lv\":\"rgb(42, 64, 84)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})]})]}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-59gfib\",\"data-framer-name\":\"Links\",layoutDependency:layoutDependency,layoutId:\"Uwas9w8wH\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TXVsaXNoLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Mulish\", \"Mulish Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"16px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(42, 64, 84))\"},children:\"\\xa9 Copyright 2025\"})}),className:\"framer-1prkd5y\",\"data-framer-name\":\"Label\",fonts:[\"GF;Mulish-regular\"],layoutDependency:layoutDependency,layoutId:\"yLjtqOXWE\",style:{\"--extracted-r6o4lv\":\"rgb(42, 64, 84)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-M3mPG.framer-1couwna, .framer-M3mPG .framer-1couwna { display: block; }\",\".framer-M3mPG.framer-9tqbsy { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: visible; padding: 32px 128px 32px 128px; position: relative; width: 1280px; }\",\".framer-M3mPG .framer-1uhyibm { 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; max-width: 1120px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-M3mPG .framer-y7zsoc { align-content: flex-start; align-items: flex-start; align-self: stretch; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: auto; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 324px; }\",\".framer-M3mPG .framer-mre9pi { 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-M3mPG .framer-1mb0lx9 { flex: none; height: 43px; position: relative; width: 80px; }\",\".framer-M3mPG .framer-pr18oo { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-M3mPG .framer-ifjek2 { 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: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-M3mPG .framer-y3wq3a { 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-M3mPG .framer-12xl9sh-container { flex: none; height: 25px; position: relative; width: 24px; }\",\".framer-M3mPG .framer-efxxj3-container { flex: none; height: 21px; position: relative; width: 24px; }\",\".framer-M3mPG .framer-iym5lh { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-M3mPG .framer-17dvlzc-container { flex: none; height: 42px; position: relative; width: 110px; }\",\".framer-M3mPG .framer-d04p9h, .framer-M3mPG .framer-zzowm { 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: 229px; }\",\".framer-M3mPG .framer-1234zkb, .framer-M3mPG .framer-1ax9ct { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 229px; word-break: break-word; word-wrap: break-word; }\",\".framer-M3mPG .framer-16y1q3d, .framer-M3mPG .framer-gd9ecn { align-content: flex-start; align-items: flex-start; 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: 100%; }\",\".framer-M3mPG .framer-oeeva4, .framer-M3mPG .framer-1jgkfsz { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 24px; justify-content: center; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-M3mPG .framer-j0pfob-container, .framer-M3mPG .framer-sjtxtg-container, .framer-M3mPG .framer-1fyid76-container, .framer-M3mPG .framer-rb6iil-container, .framer-M3mPG .framer-1ydq2gh-container, .framer-M3mPG .framer-wte09c-container, .framer-M3mPG .framer-1pwdz7f-container, .framer-M3mPG .framer-10buhtv-container, .framer-M3mPG .framer-uh9i78-container, .framer-M3mPG .framer-12zz5ei-container, .framer-M3mPG .framer-7f6spv-container, .framer-M3mPG .framer-gxnpb4-container, .framer-M3mPG .framer-1ebb1tw-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-M3mPG .framer-1x9tv4q, .framer-M3mPG .framer-1mipugs, .framer-M3mPG .framer-10k108b { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: 100%; }\",\".framer-M3mPG .framer-ktxmdv, .framer-M3mPG .framer-11d2udj, .framer-M3mPG .framer-13hwhnt, .framer-M3mPG .framer-1vb0rw, .framer-M3mPG .framer-bnihhp, .framer-M3mPG .framer-1uqjggh, .framer-M3mPG .framer-18zpcdj, .framer-M3mPG .framer-w1zoeq { 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; text-decoration: none; width: min-content; }\",\".framer-M3mPG .framer-199o873 { 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: 164px; }\",\".framer-M3mPG .framer-12eray6 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 164px; word-break: break-word; word-wrap: break-word; }\",\".framer-M3mPG .framer-1ex0wxv { align-content: flex-start; align-items: flex-start; 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: 164px; }\",\".framer-M3mPG .framer-i3j9pp { 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; max-width: 1110px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-M3mPG .framer-22214b { flex: none; height: 4px; position: relative; width: 100%; }\",\".framer-M3mPG .framer-1v9uxlj { align-content: flex-start; align-items: flex-start; 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: 100%; }\",\".framer-M3mPG .framer-jg47c9, .framer-M3mPG .framer-4j2it8 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: 1px; }\",\".framer-M3mPG .framer-ydxdel-container, .framer-M3mPG .framer-4cqsrx-container { flex: none; height: auto; position: relative; width: 195px; }\",\".framer-M3mPG .framer-1mm0wne { 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; text-decoration: none; width: 203px; }\",\".framer-M3mPG .framer-19r97xl-container { flex: none; height: auto; position: relative; width: 203px; }\",\".framer-M3mPG .framer-15ogahq { flex: 1 0 0px; height: 16px; overflow: visible; position: relative; text-decoration: none; width: 1px; }\",\".framer-M3mPG .framer-1ajgyga-container { flex: none; height: auto; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-M3mPG .framer-o2avy { flex: 1 0 0px; height: 16px; overflow: visible; position: relative; width: 1px; }\",\".framer-M3mPG .framer-17rmggx { flex: none; height: 16px; left: 0px; position: absolute; right: 0px; top: 0px; white-space: pre-wrap; word-break: break-word; word-wrap: break-word; }\",\".framer-M3mPG .framer-59gfib { 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: 100%; }\",\".framer-M3mPG .framer-1prkd5y { flex: none; height: auto; min-width: 54px; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-M3mPG.framer-9tqbsy, .framer-M3mPG .framer-y7zsoc, .framer-M3mPG .framer-mre9pi, .framer-M3mPG .framer-ifjek2, .framer-M3mPG .framer-y3wq3a, .framer-M3mPG .framer-iym5lh, .framer-M3mPG .framer-d04p9h, .framer-M3mPG .framer-16y1q3d, .framer-M3mPG .framer-oeeva4, .framer-M3mPG .framer-1x9tv4q, .framer-M3mPG .framer-ktxmdv, .framer-M3mPG .framer-11d2udj, .framer-M3mPG .framer-1mipugs, .framer-M3mPG .framer-zzowm, .framer-M3mPG .framer-gd9ecn, .framer-M3mPG .framer-13hwhnt, .framer-M3mPG .framer-1vb0rw, .framer-M3mPG .framer-bnihhp, .framer-M3mPG .framer-1uqjggh, .framer-M3mPG .framer-18zpcdj, .framer-M3mPG .framer-199o873, .framer-M3mPG .framer-1ex0wxv, .framer-M3mPG .framer-1jgkfsz, .framer-M3mPG .framer-w1zoeq, .framer-M3mPG .framer-10k108b, .framer-M3mPG .framer-i3j9pp, .framer-M3mPG .framer-1v9uxlj, .framer-M3mPG .framer-jg47c9, .framer-M3mPG .framer-4j2it8, .framer-M3mPG .framer-1mm0wne, .framer-M3mPG .framer-59gfib { gap: 0px; } .framer-M3mPG.framer-9tqbsy > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-M3mPG.framer-9tqbsy > :first-child, .framer-M3mPG .framer-y7zsoc > :first-child, .framer-M3mPG .framer-mre9pi > :first-child, .framer-M3mPG .framer-ifjek2 > :first-child, .framer-M3mPG .framer-iym5lh > :first-child, .framer-M3mPG .framer-d04p9h > :first-child, .framer-M3mPG .framer-16y1q3d > :first-child, .framer-M3mPG .framer-zzowm > :first-child, .framer-M3mPG .framer-gd9ecn > :first-child, .framer-M3mPG .framer-199o873 > :first-child, .framer-M3mPG .framer-1ex0wxv > :first-child, .framer-M3mPG .framer-i3j9pp > :first-child { margin-top: 0px; } .framer-M3mPG.framer-9tqbsy > :last-child, .framer-M3mPG .framer-y7zsoc > :last-child, .framer-M3mPG .framer-mre9pi > :last-child, .framer-M3mPG .framer-ifjek2 > :last-child, .framer-M3mPG .framer-iym5lh > :last-child, .framer-M3mPG .framer-d04p9h > :last-child, .framer-M3mPG .framer-16y1q3d > :last-child, .framer-M3mPG .framer-zzowm > :last-child, .framer-M3mPG .framer-gd9ecn > :last-child, .framer-M3mPG .framer-199o873 > :last-child, .framer-M3mPG .framer-1ex0wxv > :last-child, .framer-M3mPG .framer-i3j9pp > :last-child { margin-bottom: 0px; } .framer-M3mPG .framer-y7zsoc > *, .framer-M3mPG .framer-i3j9pp > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-M3mPG .framer-mre9pi > *, .framer-M3mPG .framer-ifjek2 > *, .framer-M3mPG .framer-d04p9h > *, .framer-M3mPG .framer-zzowm > *, .framer-M3mPG .framer-199o873 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-M3mPG .framer-y3wq3a > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-M3mPG .framer-y3wq3a > :first-child, .framer-M3mPG .framer-oeeva4 > :first-child, .framer-M3mPG .framer-1x9tv4q > :first-child, .framer-M3mPG .framer-ktxmdv > :first-child, .framer-M3mPG .framer-11d2udj > :first-child, .framer-M3mPG .framer-1mipugs > :first-child, .framer-M3mPG .framer-13hwhnt > :first-child, .framer-M3mPG .framer-1vb0rw > :first-child, .framer-M3mPG .framer-bnihhp > :first-child, .framer-M3mPG .framer-1uqjggh > :first-child, .framer-M3mPG .framer-18zpcdj > :first-child, .framer-M3mPG .framer-1jgkfsz > :first-child, .framer-M3mPG .framer-w1zoeq > :first-child, .framer-M3mPG .framer-10k108b > :first-child, .framer-M3mPG .framer-1v9uxlj > :first-child, .framer-M3mPG .framer-jg47c9 > :first-child, .framer-M3mPG .framer-4j2it8 > :first-child, .framer-M3mPG .framer-1mm0wne > :first-child, .framer-M3mPG .framer-59gfib > :first-child { margin-left: 0px; } .framer-M3mPG .framer-y3wq3a > :last-child, .framer-M3mPG .framer-oeeva4 > :last-child, .framer-M3mPG .framer-1x9tv4q > :last-child, .framer-M3mPG .framer-ktxmdv > :last-child, .framer-M3mPG .framer-11d2udj > :last-child, .framer-M3mPG .framer-1mipugs > :last-child, .framer-M3mPG .framer-13hwhnt > :last-child, .framer-M3mPG .framer-1vb0rw > :last-child, .framer-M3mPG .framer-bnihhp > :last-child, .framer-M3mPG .framer-1uqjggh > :last-child, .framer-M3mPG .framer-18zpcdj > :last-child, .framer-M3mPG .framer-1jgkfsz > :last-child, .framer-M3mPG .framer-w1zoeq > :last-child, .framer-M3mPG .framer-10k108b > :last-child, .framer-M3mPG .framer-1v9uxlj > :last-child, .framer-M3mPG .framer-jg47c9 > :last-child, .framer-M3mPG .framer-4j2it8 > :last-child, .framer-M3mPG .framer-1mm0wne > :last-child, .framer-M3mPG .framer-59gfib > :last-child { margin-right: 0px; } .framer-M3mPG .framer-iym5lh > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-M3mPG .framer-16y1q3d > *, .framer-M3mPG .framer-gd9ecn > *, .framer-M3mPG .framer-1ex0wxv > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-M3mPG .framer-oeeva4 > *, .framer-M3mPG .framer-1x9tv4q > *, .framer-M3mPG .framer-ktxmdv > *, .framer-M3mPG .framer-11d2udj > *, .framer-M3mPG .framer-1mipugs > *, .framer-M3mPG .framer-13hwhnt > *, .framer-M3mPG .framer-1vb0rw > *, .framer-M3mPG .framer-bnihhp > *, .framer-M3mPG .framer-1uqjggh > *, .framer-M3mPG .framer-18zpcdj > *, .framer-M3mPG .framer-1jgkfsz > *, .framer-M3mPG .framer-w1zoeq > *, .framer-M3mPG .framer-10k108b > *, .framer-M3mPG .framer-jg47c9 > *, .framer-M3mPG .framer-4j2it8 > *, .framer-M3mPG .framer-1mm0wne > *, .framer-M3mPG .framer-59gfib > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-M3mPG .framer-1v9uxlj > * { margin: 0px; margin-left: calc(32px / 2); margin-right: calc(32px / 2); } }\",\".framer-M3mPG.framer-v-hay1pv.framer-9tqbsy { padding: 24px; width: 390px; }\",\".framer-M3mPG.framer-v-hay1pv .framer-1uhyibm { flex-direction: column; gap: 32px; justify-content: flex-start; }\",\".framer-M3mPG.framer-v-hay1pv .framer-y7zsoc { align-self: unset; height: 206px; order: 3; }\",\".framer-M3mPG.framer-v-hay1pv .framer-mre9pi, .framer-M3mPG.framer-v-hay1pv .framer-d04p9h { order: 0; }\",\".framer-M3mPG.framer-v-hay1pv .framer-ifjek2, .framer-M3mPG.framer-v-hay1pv .framer-zzowm { order: 1; }\",\".framer-M3mPG.framer-v-hay1pv .framer-199o873 { order: 2; }\",\".framer-M3mPG.framer-v-hay1pv .framer-i3j9pp { gap: 16px; }\",\".framer-M3mPG.framer-v-hay1pv .framer-1v9uxlj { align-content: center; align-items: center; gap: 16px; justify-content: center; }\",\".framer-M3mPG.framer-v-hay1pv .framer-jg47c9, .framer-M3mPG.framer-v-hay1pv .framer-4j2it8 { align-self: stretch; height: auto; }\",\".framer-M3mPG.framer-v-hay1pv .framer-ydxdel-container { width: 79px; }\",\".framer-M3mPG.framer-v-hay1pv .framer-4cqsrx-container { flex: 1 0 0px; width: 1px; }\",\".framer-M3mPG.framer-v-hay1pv .framer-1mm0wne { align-self: stretch; height: auto; width: min-content; }\",\".framer-M3mPG.framer-v-hay1pv .framer-19r97xl-container { width: 82px; }\",\".framer-M3mPG.framer-v-hay1pv .framer-15ogahq { align-content: center; align-items: center; align-self: stretch; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: auto; justify-content: center; padding: 0px; }\",\".framer-M3mPG.framer-v-hay1pv .framer-1ajgyga-container { left: unset; position: relative; right: unset; top: unset; width: 53px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-M3mPG.framer-v-hay1pv .framer-1uhyibm, .framer-M3mPG.framer-v-hay1pv .framer-i3j9pp, .framer-M3mPG.framer-v-hay1pv .framer-1v9uxlj, .framer-M3mPG.framer-v-hay1pv .framer-15ogahq { gap: 0px; } .framer-M3mPG.framer-v-hay1pv .framer-1uhyibm > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-M3mPG.framer-v-hay1pv .framer-1uhyibm > :first-child, .framer-M3mPG.framer-v-hay1pv .framer-i3j9pp > :first-child { margin-top: 0px; } .framer-M3mPG.framer-v-hay1pv .framer-1uhyibm > :last-child, .framer-M3mPG.framer-v-hay1pv .framer-i3j9pp > :last-child { margin-bottom: 0px; } .framer-M3mPG.framer-v-hay1pv .framer-i3j9pp > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-M3mPG.framer-v-hay1pv .framer-1v9uxlj > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-M3mPG.framer-v-hay1pv .framer-1v9uxlj > :first-child, .framer-M3mPG.framer-v-hay1pv .framer-15ogahq > :first-child { margin-left: 0px; } .framer-M3mPG.framer-v-hay1pv .framer-1v9uxlj > :last-child, .framer-M3mPG.framer-v-hay1pv .framer-15ogahq > :last-child { margin-right: 0px; } .framer-M3mPG.framer-v-hay1pv .framer-15ogahq > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 346\n * @framerIntrinsicWidth 1280\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"aQx4cJw8v\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerC1Am27vDh=withCSS(Component,css,\"framer-M3mPG\");export default FramerC1Am27vDh;FramerC1Am27vDh.displayName=\"Footer\";FramerC1Am27vDh.defaultProps={height:346,width:1280};addPropertyControls(FramerC1Am27vDh,{variant:{options:[\"PstSrDL3k\",\"aQx4cJw8v\"],optionTitles:[\"Variant 1\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerC1Am27vDh,[{explicitInter:true,fonts:[{family:\"Mulish\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/mulish/v13/1Ptyg83HX_SGhgqO0yLcmjzUAuWexZNRwaWlGrw-PTY.woff2\",weight:\"400\"},{family:\"Mulish\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/mulish/v13/1Ptyg83HX_SGhgqO0yLcmjzUAuWexXRWwaWlGrw-PTY.woff2\",weight:\"700\"}]},...SocialMediaFonts,...EmbedFonts,...LinkFonts,...InlineButtonFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerC1Am27vDh\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"346\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"aQx4cJw8v\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"1280\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./C1Am27vDh.map", "// Generated by Framer (4240133)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={Gzl5qqEmL:{hover:true},hLErCckeh:{hover:true},sPU2p4YsO:{hover:true,pressed:true},yetwVIaZU:{hover:true,pressed:true}};const cycleOrder=[\"hLErCckeh\",\"yetwVIaZU\",\"sPU2p4YsO\",\"Gzl5qqEmL\"];const serializationHash=\"framer-5tvFL\";const variantClassNames={Gzl5qqEmL:\"framer-v-1oto51z\",hLErCckeh:\"framer-v-1z90or\",sPU2p4YsO:\"framer-v-1hpe7fc\",yetwVIaZU:\"framer-v-1u9fh6n\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"hLErCckeh\",\"Variant 2\":\"yetwVIaZU\",\"Variant 3\":\"sPU2p4YsO\",\"Variant 4\":\"Gzl5qqEmL\"};const getProps=({height,id,label,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref,_ref1;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"hLErCckeh\",wMGrm9WNE:(_ref1=label!==null&&label!==void 0?label:props.wMGrm9WNE)!==null&&_ref1!==void 0?_ref1:\"Label\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,wMGrm9WNE,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"hLErCckeh\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if([\"yetwVIaZU-hover\",\"yetwVIaZU-pressed\"].includes(gestureVariant))return true;return false;};const isDisplayed1=()=>{if([\"yetwVIaZU-hover\",\"sPU2p4YsO-hover\",\"yetwVIaZU-pressed\",\"sPU2p4YsO-pressed\"].includes(gestureVariant))return true;if([\"yetwVIaZU\",\"sPU2p4YsO\"].includes(baseVariant))return true;return false;};const isDisplayed2=()=>{if(gestureVariant===\"Gzl5qqEmL-hover\")return true;if(baseVariant===\"Gzl5qqEmL\")return true;return false;};const isDisplayed3=()=>{if([\"yetwVIaZU-hover\",\"yetwVIaZU-pressed\"].includes(gestureVariant))return false;return true;};const isDisplayed4=()=>{if([\"sPU2p4YsO-hover\",\"sPU2p4YsO-pressed\"].includes(gestureVariant))return false;return true;};const isDisplayed5=()=>{if([\"sPU2p4YsO-hover\",\"sPU2p4YsO-pressed\"].includes(gestureVariant))return true;return false;};const isDisplayed6=()=>{if([\"sPU2p4YsO-hover\",\"sPU2p4YsO-pressed\",\"Gzl5qqEmL-hover\"].includes(gestureVariant))return false;if([\"yetwVIaZU\",\"sPU2p4YsO\",\"Gzl5qqEmL\"].includes(baseVariant))return false;return true;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1z90or\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"hLErCckeh\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({\"Gzl5qqEmL-hover\":{\"data-framer-name\":undefined},\"hLErCckeh-hover\":{\"data-framer-name\":undefined},\"sPU2p4YsO-hover\":{\"data-framer-name\":undefined},\"sPU2p4YsO-pressed\":{\"data-framer-name\":undefined},\"yetwVIaZU-hover\":{\"data-framer-name\":undefined},\"yetwVIaZU-pressed\":{\"data-framer-name\":undefined},Gzl5qqEmL:{\"data-framer-name\":\"Variant 4\"},sPU2p4YsO:{\"data-framer-name\":\"Variant 3\"},yetwVIaZU:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-9lte1g\",layoutDependency:layoutDependency,layoutId:\"G75HJn6GJ\",children:[isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TXVsaXNoLTcwMA==\",\"--framer-font-family\":'\"Mulish\", \"Mulish Placeholder\", sans-serif',\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(42, 64, 84))\",\"--framer-text-decoration\":\"underline\"},children:\"Lire l\u2019article\"})}),className:\"framer-1910mao\",\"data-framer-name\":\"Lire l\u2019article\",fonts:[\"GF;Mulish-700\"],layoutDependency:layoutDependency,layoutId:\"S5s9wpqey\",style:{\"--extracted-r6o4lv\":\"rgb(42, 64, 84)\",\"--framer-paragraph-spacing\":\"0px\"},variants:{\"yetwVIaZU-pressed\":{\"--extracted-r6o4lv\":\"rgb(244, 162, 97)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"yetwVIaZU-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TXVsaXNoLTYwMA==\",\"--framer-font-family\":'\"Mulish\", \"Mulish Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(42, 64, 84))\",\"--framer-text-decoration\":\"underline\"},children:\"Lire l\u2019article\"})}),fonts:[\"GF;Mulish-600\"],text:wMGrm9WNE},\"yetwVIaZU-pressed\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TXVsaXNoLTYwMA==\",\"--framer-font-family\":'\"Mulish\", \"Mulish Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(244, 162, 97))\",\"--framer-text-decoration\":\"underline\"},children:\"Lire l\u2019article\"})}),fonts:[\"GF;Mulish-600\"],text:wMGrm9WNE}},baseVariant,gestureVariant)}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-4wjb4s\",\"data-framer-name\":\"icon / 24 / outline / arrow-forward\",layoutDependency:layoutDependency,layoutId:\"KluZCifTu\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-18zw6kt\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:14,intrinsicWidth:16,layoutDependency:layoutDependency,layoutId:\"M5IgOWf8W\",svg:'<svg width=\"16\" height=\"14\" viewBox=\"0 0 16 14\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M1 8H12.86L9.23 12.36C9.14595 12.4611 9.08265 12.5778 9.0437 12.7034C9.00474 12.829 8.99091 12.961 9.00298 13.0919C9.02736 13.3564 9.15578 13.6003 9.36 13.77C9.56422 13.9397 9.8275 14.0214 10.0919 13.997C10.3564 13.9726 10.6003 13.8442 10.77 13.64L15.77 7.64C15.8036 7.59228 15.8337 7.54214 15.86 7.49C15.86 7.44 15.91 7.41 15.93 7.36C15.9753 7.24534 15.9991 7.12329 16 7C15.9991 6.87671 15.9753 6.75466 15.93 6.64C15.93 6.59 15.88 6.56 15.86 6.51C15.8337 6.45786 15.8036 6.40773 15.77 6.36L10.77 0.360002C10.676 0.247119 10.5582 0.156339 10.4252 0.0941181C10.2921 0.0318971 10.1469 -0.000236672 10 1.91036e-06C9.76635 -0.000454603 9.53991 0.0809208 9.36 0.230002C9.25874 0.313951 9.17504 0.417051 9.11369 0.533399C9.05234 0.649746 9.01454 0.777054 9.00246 0.908031C8.99039 1.03901 9.00427 1.17108 9.04331 1.29668C9.08236 1.42229 9.1458 1.53895 9.23 1.64L12.86 6H1C0.734784 6 0.48043 6.10536 0.292893 6.2929C0.105357 6.48043 0 6.73479 0 7C0 7.26522 0.105357 7.51957 0.292893 7.70711C0.48043 7.89464 0.734784 8 1 8Z\" fill=\"#F4A261\"/>\\n</svg>\\n',withExternalLayout:true})}),isDisplayed2()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-10u7mhc\",\"data-framer-name\":\"icon / 24 / outline / arrow-forward\",layoutDependency:layoutDependency,layoutId:\"gAJUe8Qci\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1x1h3mi\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:14,intrinsicWidth:16,layoutDependency:layoutDependency,layoutId:\"zTDcZXQds\",svg:'<svg width=\"16\" height=\"14\" viewBox=\"0 0 16 14\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M1 8H12.86L9.23 12.36C9.14595 12.4611 9.08265 12.5778 9.0437 12.7034C9.00474 12.829 8.99091 12.961 9.00298 13.0919C9.02736 13.3564 9.15578 13.6003 9.36 13.77C9.56422 13.9397 9.8275 14.0214 10.0919 13.997C10.3564 13.9726 10.6003 13.8442 10.77 13.64L15.77 7.64C15.8036 7.59228 15.8337 7.54214 15.86 7.49C15.86 7.44 15.91 7.41 15.93 7.36C15.9753 7.24534 15.9991 7.12329 16 7C15.9991 6.87671 15.9753 6.75466 15.93 6.64C15.93 6.59 15.88 6.56 15.86 6.51C15.8337 6.45786 15.8036 6.40773 15.77 6.36L10.77 0.360002C10.676 0.247119 10.5582 0.156339 10.4252 0.0941181C10.2921 0.0318971 10.1469 -0.000236672 10 1.91036e-06C9.76635 -0.000454603 9.53991 0.0809208 9.36 0.230002C9.25874 0.313951 9.17504 0.417051 9.11369 0.533399C9.05234 0.649746 9.01454 0.777054 9.00246 0.908031C8.99039 1.03901 9.00427 1.17108 9.04331 1.29668C9.08236 1.42229 9.1458 1.53895 9.23 1.64L12.86 6H1C0.734784 6 0.48043 6.10536 0.292893 6.2929C0.105357 6.48043 0 6.73479 0 7C0 7.26522 0.105357 7.51957 0.292893 7.70711C0.48043 7.89464 0.734784 8 1 8Z\" fill=\"#2A4054\"/>\\n</svg>\\n',withExternalLayout:true})}),isDisplayed3()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-pauc1o\",layoutDependency:layoutDependency,layoutId:\"hQjXYT5yq\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-pn87ii\",\"data-framer-name\":\"Know more\",layoutDependency:layoutDependency,layoutId:\"QASGL8VKi\",children:[isDisplayed4()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TXVsaXNoLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Mulish\", \"Mulish Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Lire le t\\xe9moignage\"})}),className:\"framer-m8rp6j\",\"data-framer-name\":\"Label\",fonts:[\"GF;Mulish-regular\"],layoutDependency:layoutDependency,layoutId:\"r3bfOm2p9\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},text:wMGrm9WNE,variants:{Gzl5qqEmL:{\"--extracted-r6o4lv\":\"var(--token-638bbf98-7908-4976-8dcb-d8387f92c96c, rgb(42, 64, 84))\"},yetwVIaZU:{\"--extracted-r6o4lv\":\"var(--token-638bbf98-7908-4976-8dcb-d8387f92c96c, rgb(42, 64, 84))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"Gzl5qqEmL-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TXVsaXNoLTYwMA==\",\"--framer-font-family\":'\"Mulish\", \"Mulish Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-638bbf98-7908-4976-8dcb-d8387f92c96c, rgb(42, 64, 84)))\",\"--framer-text-decoration\":\"underline\"},children:\"Lire l'article\"})}),fonts:[\"GF;Mulish-600\"]},\"hLErCckeh-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TXVsaXNoLTYwMA==\",\"--framer-font-family\":'\"Mulish\", \"Mulish Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\",\"--framer-text-decoration\":\"underline\"},children:\"Lire le t\\xe9moignage\"})}),fonts:[\"GF;Mulish-600\"]},Gzl5qqEmL:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TXVsaXNoLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Mulish\", \"Mulish Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-638bbf98-7908-4976-8dcb-d8387f92c96c, rgb(42, 64, 84)))\"},children:\"Lire l'article\"})})},sPU2p4YsO:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TXVsaXNoLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Mulish\", \"Mulish Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Voir le profil\"})})},yetwVIaZU:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TXVsaXNoLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Mulish\", \"Mulish Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-638bbf98-7908-4976-8dcb-d8387f92c96c, rgb(42, 64, 84)))\"},children:\"Lire l'article\"})})}},baseVariant,gestureVariant)}),isDisplayed5()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TXVsaXNoLTcwMA==\",\"--framer-font-family\":'\"Mulish\", \"Mulish Placeholder\", sans-serif',\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\",\"--framer-text-decoration\":\"underline\"},children:\"Voir le profil\"})}),className:\"framer-vlnsf4\",\"data-framer-name\":\"Lire l\u2019article\",fonts:[\"GF;Mulish-700\"],layoutDependency:layoutDependency,layoutId:\"IZwaCWH0O\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},variants:{\"sPU2p4YsO-pressed\":{\"--extracted-r6o4lv\":\"rgb(244, 162, 97)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"sPU2p4YsO-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TXVsaXNoLTYwMA==\",\"--framer-font-family\":'\"Mulish\", \"Mulish Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\",\"--framer-text-decoration\":\"underline\"},children:\"Voir le profil\"})}),fonts:[\"GF;Mulish-600\"],text:wMGrm9WNE},\"sPU2p4YsO-pressed\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TXVsaXNoLTYwMA==\",\"--framer-font-family\":'\"Mulish\", \"Mulish Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(244, 162, 97))\",\"--framer-text-decoration\":\"underline\"},children:\"Voir le profil\"})}),fonts:[\"GF;Mulish-600\"],text:wMGrm9WNE}},baseVariant,gestureVariant)})]}),isDisplayed6()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-465f3m\",\"data-framer-name\":\"icon / 24 / outline / arrow-forward\",layoutDependency:layoutDependency,layoutId:\"I9195:31187;3758:11934\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-12fwcxe\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:14,intrinsicWidth:17,layoutDependency:layoutDependency,layoutId:\"I9195:31187;3758:11934;2026:18\",svg:'<svg width=\"17\" height=\"14\" viewBox=\"0 0 17 14\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M1.5 8H13.36L9.73 12.36C9.64595 12.4611 9.58265 12.5778 9.5437 12.7034C9.50474 12.829 9.49091 12.961 9.50298 13.0919C9.52736 13.3564 9.65578 13.6003 9.86 13.77C10.0642 13.9397 10.3275 14.0214 10.5919 13.997C10.8564 13.9726 11.1003 13.8442 11.27 13.64L16.27 7.64C16.3036 7.59228 16.3337 7.54214 16.36 7.49C16.36 7.44 16.41 7.41 16.43 7.36C16.4753 7.24534 16.4991 7.12329 16.5 7C16.4991 6.87671 16.4753 6.75466 16.43 6.64C16.43 6.59 16.38 6.56 16.36 6.51C16.3337 6.45786 16.3036 6.40773 16.27 6.36L11.27 0.360002C11.176 0.247119 11.0582 0.156339 10.9252 0.0941181C10.7921 0.0318971 10.6469 -0.000236672 10.5 1.91036e-06C10.2663 -0.000454603 10.0399 0.0809208 9.86 0.230002C9.75874 0.313951 9.67504 0.417051 9.61369 0.533399C9.55234 0.649746 9.51454 0.777054 9.50246 0.908031C9.49039 1.03901 9.50427 1.17108 9.54331 1.29668C9.58236 1.42229 9.6458 1.53895 9.73 1.64L13.36 6H1.5C1.23478 6 0.98043 6.10536 0.792893 6.2929C0.605357 6.48043 0.5 6.73479 0.5 7C0.5 7.26522 0.605357 7.51957 0.792893 7.70711C0.98043 7.89464 1.23478 8 1.5 8Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-5tvFL.framer-ugejzb, .framer-5tvFL .framer-ugejzb { display: block; }\",\".framer-5tvFL.framer-1z90or { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 2px; position: relative; width: min-content; }\",\".framer-5tvFL .framer-9lte1g { 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-5tvFL .framer-1910mao, .framer-5tvFL .framer-m8rp6j, .framer-5tvFL .framer-vlnsf4 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-5tvFL .framer-4wjb4s, .framer-5tvFL .framer-10u7mhc, .framer-5tvFL .framer-465f3m { flex: none; height: 24px; overflow: hidden; position: relative; width: 24px; }\",\".framer-5tvFL .framer-18zw6kt, .framer-5tvFL .framer-1x1h3mi { bottom: 5px; flex: none; left: 4px; position: absolute; right: 4px; top: 5px; }\",\".framer-5tvFL .framer-pauc1o { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-5tvFL .framer-pn87ii { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 24px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 138px; }\",\".framer-5tvFL .framer-12fwcxe { bottom: 5px; flex: none; left: 4px; position: absolute; right: 5px; top: 5px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-5tvFL.framer-1z90or, .framer-5tvFL .framer-9lte1g, .framer-5tvFL .framer-pauc1o, .framer-5tvFL .framer-pn87ii { gap: 0px; } .framer-5tvFL.framer-1z90or > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-5tvFL.framer-1z90or > :first-child, .framer-5tvFL .framer-9lte1g > :first-child, .framer-5tvFL .framer-pauc1o > :first-child, .framer-5tvFL .framer-pn87ii > :first-child { margin-left: 0px; } .framer-5tvFL.framer-1z90or > :last-child, .framer-5tvFL .framer-9lte1g > :last-child, .framer-5tvFL .framer-pauc1o > :last-child, .framer-5tvFL .framer-pn87ii > :last-child { margin-right: 0px; } .framer-5tvFL .framer-9lte1g > *, .framer-5tvFL .framer-pn87ii > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-5tvFL .framer-pauc1o > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } }\",\".framer-5tvFL.framer-v-1u9fh6n.framer-1z90or, .framer-5tvFL.framer-v-1hpe7fc.framer-1z90or, .framer-5tvFL.framer-v-1oto51z.framer-1z90or { padding: 0px; }\",\".framer-5tvFL.framer-v-1u9fh6n .framer-9lte1g, .framer-5tvFL.framer-v-1hpe7fc .framer-9lte1g, .framer-5tvFL.framer-v-1oto51z .framer-9lte1g { gap: 4px; }\",\".framer-5tvFL.framer-v-1u9fh6n .framer-4wjb4s, .framer-5tvFL.framer-v-1hpe7fc .framer-4wjb4s { order: 3; }\",\".framer-5tvFL.framer-v-1u9fh6n .framer-pauc1o, .framer-5tvFL.framer-v-1hpe7fc .framer-pauc1o, .framer-5tvFL.framer-v-1oto51z .framer-pauc1o { order: 1; }\",\".framer-5tvFL.framer-v-1u9fh6n .framer-pn87ii, .framer-5tvFL.framer-v-1hpe7fc .framer-pn87ii, .framer-5tvFL.framer-v-1oto51z .framer-pn87ii { height: min-content; width: min-content; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-5tvFL.framer-v-1u9fh6n .framer-9lte1g { gap: 0px; } .framer-5tvFL.framer-v-1u9fh6n .framer-9lte1g > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-5tvFL.framer-v-1u9fh6n .framer-9lte1g > :first-child { margin-left: 0px; } .framer-5tvFL.framer-v-1u9fh6n .framer-9lte1g > :last-child { margin-right: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-5tvFL.framer-v-1hpe7fc .framer-9lte1g { gap: 0px; } .framer-5tvFL.framer-v-1hpe7fc .framer-9lte1g > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-5tvFL.framer-v-1hpe7fc .framer-9lte1g > :first-child { margin-left: 0px; } .framer-5tvFL.framer-v-1hpe7fc .framer-9lte1g > :last-child { margin-right: 0px; } }\",\".framer-5tvFL.framer-v-1oto51z .framer-10u7mhc { order: 2; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-5tvFL.framer-v-1oto51z .framer-9lte1g { gap: 0px; } .framer-5tvFL.framer-v-1oto51z .framer-9lte1g > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-5tvFL.framer-v-1oto51z .framer-9lte1g > :first-child { margin-left: 0px; } .framer-5tvFL.framer-v-1oto51z .framer-9lte1g > :last-child { margin-right: 0px; } }\",\".framer-5tvFL.framer-v-1z90or.hover.framer-1z90or { justify-content: flex-start; }\",\".framer-5tvFL.framer-v-1z90or.hover .framer-9lte1g { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-5tvFL.framer-v-1z90or.hover .framer-9lte1g { gap: 0px; } .framer-5tvFL.framer-v-1z90or.hover .framer-9lte1g > * { margin: 0px; margin-bottom: calc(1px / 2); margin-top: calc(1px / 2); } .framer-5tvFL.framer-v-1z90or.hover .framer-9lte1g > :first-child { margin-top: 0px; } .framer-5tvFL.framer-v-1z90or.hover .framer-9lte1g > :last-child { margin-bottom: 0px; } }\",\".framer-5tvFL.framer-v-1u9fh6n.hover .framer-9lte1g, .framer-5tvFL.framer-v-1u9fh6n.hover .framer-1910mao, .framer-5tvFL.framer-v-1u9fh6n.pressed .framer-9lte1g, .framer-5tvFL.framer-v-1u9fh6n.pressed .framer-1910mao { order: 0; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 28\n * @framerIntrinsicWidth 170\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"yetwVIaZU\":{\"layout\":[\"auto\",\"auto\"]},\"sPU2p4YsO\":{\"layout\":[\"auto\",\"auto\"]},\"Gzl5qqEmL\":{\"layout\":[\"auto\",\"auto\"]},\"Zi9GH6b_X\":{\"layout\":[\"auto\",\"auto\"]},\"GaLNX_I_C\":{\"layout\":[\"auto\",\"auto\"]},\"L4n0mf2vN\":{\"layout\":[\"auto\",\"auto\"]},\"oOGw0nC5B\":{\"layout\":[\"auto\",\"auto\"]},\"lQ3Khmc7y\":{\"layout\":[\"auto\",\"auto\"]},\"aOjYOIjJZ\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"wMGrm9WNE\":\"label\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerRNuHGY2eE=withCSS(Component,css,\"framer-5tvFL\");export default FramerRNuHGY2eE;FramerRNuHGY2eE.displayName=\"Know more\";FramerRNuHGY2eE.defaultProps={height:28,width:170};addPropertyControls(FramerRNuHGY2eE,{variant:{options:[\"hLErCckeh\",\"yetwVIaZU\",\"sPU2p4YsO\",\"Gzl5qqEmL\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Variant 3\",\"Variant 4\"],title:\"Variant\",type:ControlType.Enum},wMGrm9WNE:{defaultValue:\"Label\",displayTextArea:false,placeholder:\"Label\",title:\"Label\",type:ControlType.String}});addFonts(FramerRNuHGY2eE,[{explicitInter:true,fonts:[{family:\"Mulish\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/mulish/v13/1Ptyg83HX_SGhgqO0yLcmjzUAuWexXRWwaWlGrw-PTY.woff2\",weight:\"700\"},{family:\"Mulish\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/mulish/v13/1Ptyg83HX_SGhgqO0yLcmjzUAuWexU1WwaWlGrw-PTY.woff2\",weight:\"600\"},{family:\"Mulish\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/mulish/v13/1Ptyg83HX_SGhgqO0yLcmjzUAuWexZNRwaWlGrw-PTY.woff2\",weight:\"400\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerRNuHGY2eE\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"28\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"170\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"yetwVIaZU\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"sPU2p4YsO\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Gzl5qqEmL\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Zi9GH6b_X\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"GaLNX_I_C\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"L4n0mf2vN\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"oOGw0nC5B\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"lQ3Khmc7y\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"aOjYOIjJZ\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerVariables\":\"{\\\"wMGrm9WNE\\\":\\\"label\\\"}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./RNuHGY2eE.map", "// Generated by Framer (9f68555)\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\";const enabledGestures={dQQhtAW7H:{hover:true},otwdc2R53:{hover:true},pJVHA893H:{hover:true}};const cycleOrder=[\"otwdc2R53\",\"dQQhtAW7H\",\"pJVHA893H\"];const serializationHash=\"framer-cX5uH\";const variantClassNames={dQQhtAW7H:\"framer-v-1e26ic7\",otwdc2R53:\"framer-v-4rq347\",pJVHA893H:\"framer-v-107sq3g\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const transition2={delay:0,duration:.5,ease:[.44,0,.56,1],type:\"tween\"};const transition3={delay:0,duration:0,ease:[.44,0,.56,1],type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const transition4={delay:0,duration:.4,ease:[.44,0,.56,1],type:\"tween\"};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"otwdc2R53\",\"Variant 2\":\"dQQhtAW7H\",\"Variant 3\":\"pJVHA893H\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"otwdc2R53\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"otwdc2R53\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if([\"otwdc2R53-hover\",\"dQQhtAW7H-hover\",\"pJVHA893H-hover\"].includes(gestureVariant))return false;if(baseVariant===\"pJVHA893H\")return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"dQQhtAW7H\")return false;return true;};const isDisplayed2=()=>{if(baseVariant===\"dQQhtAW7H\")return true;return false;};const isDisplayed3=()=>{if(gestureVariant===\"pJVHA893H-hover\")return false;if(baseVariant===\"pJVHA893H\")return true;return false;};const isDisplayed4=()=>{if(gestureVariant===\"otwdc2R53-hover\")return true;return false;};const isDisplayed5=()=>{if(gestureVariant===\"dQQhtAW7H-hover\")return true;return false;};const isDisplayed6=()=>{if(gestureVariant===\"pJVHA893H-hover\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{nodeId:\"otwdc2R53\",...addPropertyOverrides({\"dQQhtAW7H-hover\":{href:{webPageId:\"KJrcFww8p\"}},\"otwdc2R53-hover\":{href:{webPageId:\"aT0RrC_V2\"}},\"pJVHA893H-hover\":{href:{webPageId:\"m2VwgIxn4\"}}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-4rq347\",className,classNames)} framer-1vrpwgg`,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"otwdc2R53\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24,...style},...addPropertyOverrides({\"dQQhtAW7H-hover\":{\"data-framer-name\":undefined},\"otwdc2R53-hover\":{\"data-framer-name\":undefined},\"pJVHA893H-hover\":{\"data-framer-name\":undefined},dQQhtAW7H:{\"data-framer-name\":\"Variant 2\"},pJVHA893H:{\"data-framer-name\":\"Variant 3\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-vzd6gj\",\"data-framer-name\":\"dropdownItems\",layoutDependency:layoutDependency,layoutId:\"jIhVFwwc7\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16},children:[isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-vo7gau\",\"data-framer-name\":\"icon\",layoutDependency:layoutDependency,layoutId:\"dBgGKinVO\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-endfr5\",\"data-framer-name\":\"icon / 48 / outline / briefcase\",layoutDependency:layoutDependency,layoutId:\"jxxKg4bfZ\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-134yov\",\"data-framer-name\":\"Group\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:36,intrinsicWidth:40,layoutDependency:layoutDependency,layoutId:\"YM1NwW3Il\",svg:'<svg width=\"40\" height=\"36\" viewBox=\"0 0 40 36\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.99609 8H11.9961V5C11.9961 3.67392 12.5229 2.40215 13.4606 1.46447C14.3982 0.526784 15.67 0 16.9961 0H22.9961C24.3222 0 25.5939 0.526784 26.5316 1.46447C27.4693 2.40215 27.9961 3.67392 27.9961 5V8H33.9961C35.5874 8 37.1135 8.63214 38.2387 9.75736C39.364 10.8826 39.9961 12.4087 39.9961 14V30C39.9961 31.5913 39.364 33.1174 38.2387 34.2426C37.1135 35.3679 35.5874 36 33.9961 36H5.99609C4.40479 36 2.87867 35.3679 1.75345 34.2426C0.628231 33.1174 -0.00391006 31.5913 -0.00391006 30V14C-0.00391006 12.4087 0.628231 10.8826 1.75345 9.75736C2.87867 8.63214 4.40479 8 5.99609 8ZM13.9961 12V32H25.9961V12H13.9961ZM23.9961 5C23.9961 4.73478 23.8907 4.48043 23.7032 4.29289C23.5157 4.10536 23.2613 4 22.9961 4H16.9961C16.7309 4 16.4765 4.10536 16.289 4.29289C16.1014 4.48043 15.9961 4.73478 15.9961 5V8H23.9961V5ZM35.9961 30V14C35.9961 13.4696 35.7854 12.9609 35.4103 12.5858C35.0352 12.2107 34.5265 12 33.9961 12H29.9961V32H33.9961C34.5265 32 35.0352 31.7893 35.4103 31.4142C35.7854 31.0391 35.9961 30.5304 35.9961 30ZM3.99609 30C3.99609 30.5304 4.2068 31.0391 4.58187 31.4142C4.95695 31.7893 5.46566 32 5.99609 32H9.99609V12H5.99609C5.46566 12 4.95695 12.2107 4.58187 12.5858C4.2068 12.9609 3.99609 13.4696 3.99609 14V30Z\" fill=\"#C5CAAA\"/>\\n</svg>\\n',withExternalLayout:true})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-ccu5r5\",\"data-framer-name\":\"contentContainer\",layoutDependency:layoutDependency,layoutId:\"VXK9GjK1s\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1cf7rq6\",\"data-framer-name\":\"contentContainer\",layoutDependency:layoutDependency,layoutId:\"v6zm_YUeV\",children:[isDisplayed1()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TXVsaXNoLTcwMA==\",\"--framer-font-family\":'\"Mulish\", \"Mulish Placeholder\", sans-serif',\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(42, 64, 84))\"},children:\"Espace \\xe9cole\"})}),className:\"framer-1af8u5x\",\"data-framer-name\":\"Espace \\xe9cole\",fonts:[\"GF;Mulish-700\"],layoutDependency:layoutDependency,layoutId:\"Mov6odQZW\",style:{\"--extracted-r6o4lv\":\"rgb(42, 64, 84)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed1()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TXVsaXNoLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Mulish\", \"Mulish Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(42, 64, 84))\"},children:\"Gestion de carri\\xe8re, relations entreprise, gestion administrative.\"})}),className:\"framer-b641kk\",\"data-framer-name\":\"Gestion de carri\\xe8re, relayions entreprise, gestion administrative.\",fonts:[\"GF;Mulish-regular\"],layoutDependency:layoutDependency,layoutId:\"uiiLqqnTs\",style:{\"--extracted-r6o4lv\":\"rgb(42, 64, 84)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed2()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TXVsaXNoLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Mulish\", \"Mulish Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(42, 64, 84))\"},children:\"Suivi des candidatures, offres entreprises et tableau de de bord.\"})}),className:\"framer-jvcarz\",\"data-framer-name\":\"Suivi des candidatures, offres entreprises et tableau de de bord.\",fonts:[\"GF;Mulish-regular\"],layoutDependency:layoutDependency,layoutId:\"r4KBFkvOx\",style:{\"--extracted-r6o4lv\":\"rgb(42, 64, 84)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed2()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TXVsaXNoLTcwMA==\",\"--framer-font-family\":'\"Mulish\", \"Mulish Placeholder\", sans-serif',\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(42, 64, 84))\"},children:\"Espace \\xe9tudiant\"})}),className:\"framer-1fkpjx5\",\"data-framer-name\":\"Espace \\xe9tudiant\",fonts:[\"GF;Mulish-700\"],layoutDependency:layoutDependency,layoutId:\"PgU5nT5IV\",style:{\"--extracted-r6o4lv\":\"rgb(42, 64, 84)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})}),isDisplayed2()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1qzql4x\",\"data-framer-name\":\"icon\",layoutDependency:layoutDependency,layoutId:\"QQuXUwq6a\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-j6f2ca\",\"data-framer-name\":\"icon / 24 / outline / book-open\",layoutDependency:layoutDependency,layoutId:\"us5UVjfKx\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-vm49st\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:32,intrinsicWidth:37,layoutDependency:layoutDependency,layoutId:\"m4FvybVqD\",svg:'<svg width=\"37\" height=\"32\" viewBox=\"0 0 37 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M35.9086 0.488386C35.6762 0.300717 35.4047 0.167426 35.114 0.0983113C34.8232 0.0291961 34.5207 0.0260141 34.2286 0.0889996L18.6686 3.58363L3.10857 0.049061C2.81182 -0.0178576 2.50369 -0.0162996 2.20764 0.0536154C1.91158 0.12353 1.6354 0.25996 1.40011 0.452521C1.16483 0.645082 0.97664 0.888699 0.849872 1.16483C0.723105 1.44096 0.661098 1.74233 0.668573 2.04599V26.4086C0.657273 26.8702 0.806542 27.3215 1.09097 27.6856C1.3754 28.0496 1.77741 28.3041 2.22857 28.4055L18.2286 32H19.1086L35.1086 28.4055C35.5597 28.3041 35.9617 28.0496 36.2462 27.6856C36.5306 27.3215 36.6799 26.8702 36.6686 26.4086V2.04599C36.6672 1.74604 36.5981 1.45026 36.4666 1.18061C36.335 0.91095 36.1443 0.674354 35.9086 0.488386ZM4.66857 4.54216L16.6686 7.23802V27.5069L4.66857 24.811V4.54216ZM32.6686 24.811L20.6686 27.5069V7.23802L32.6686 4.54216V24.811Z\" fill=\"#CAB6EB\"/>\\n</svg>\\n',withExternalLayout:true})})})]}),isDisplayed3()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-16mfu3v\",\"data-framer-name\":\"dropdownItems\",layoutDependency:layoutDependency,layoutId:\"YFs0jzuFK\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-18jzuud\",\"data-framer-name\":\"icon\",layoutDependency:layoutDependency,layoutId:\"iKzOjgXiC\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-8twuhp\",\"data-framer-name\":\"icon / 24 / outline / globe-2\",layoutDependency:layoutDependency,layoutId:\"YqQhOn2fD\",style:{borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-lq5cec\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:40,intrinsicWidth:41,layoutDependency:layoutDependency,layoutId:\"Ej9UOOlKR\",svg:'<svg width=\"41\" height=\"40\" viewBox=\"0 0 41 40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M20.332 0C16.3764 0 12.5096 1.17298 9.22064 3.37061C5.93165 5.56824 3.3682 8.69181 1.85445 12.3463C0.340697 16.0009 -0.0553698 20.0222 0.716335 23.9018C1.48804 27.7814 3.39285 31.3451 6.1899 34.1421C8.98695 36.9392 12.5506 38.844 16.4302 39.6157C20.3099 40.3874 24.3312 39.9913 27.9857 38.4776C31.6402 36.9638 34.7638 34.4004 36.9614 31.1114C39.1591 27.8224 40.332 23.9556 40.332 20C40.332 17.3736 39.8147 14.7728 38.8096 12.3463C37.8045 9.91982 36.3313 7.71504 34.4742 5.85786C32.617 4.00069 30.4122 2.5275 27.9857 1.52241C25.5592 0.517315 22.9585 0 20.332 0ZM20.332 4C21.5372 4.00787 22.7378 4.14873 23.912 4.42C23.5644 5.20479 23.0286 5.89173 22.352 6.42C21.912 6.76 21.432 7.04 20.952 7.34C19.4325 8.08816 18.1513 9.24469 17.252 10.68C16.2669 12.7331 15.8393 15.0093 16.012 17.28C16.012 20 16.012 21.6 14.112 23.02C11.372 25.16 7.19204 23.96 4.59204 22.88C4.42207 21.9293 4.33507 20.9657 4.33204 20C4.33204 15.7565 6.01775 11.6869 9.01833 8.68629C12.0189 5.68571 16.0886 4 20.332 4ZM6.33204 27.6C7.6389 27.9397 8.98188 28.121 10.332 28.14C12.5912 28.2021 14.8049 27.4972 16.612 26.14C20.032 23.46 20.032 20.02 20.032 17.26C19.8804 15.6626 20.1349 14.0527 20.772 12.58C21.3509 11.7918 22.1221 11.1652 23.012 10.76C23.6479 10.3884 24.2622 9.98109 24.852 9.54C26.0949 8.55825 27.0601 7.2691 27.652 5.8C30.4659 7.23972 32.7904 9.48063 34.332 12.24C31.472 12.64 27.412 13.58 26.612 17.3C26.4315 18.1888 26.3377 19.0931 26.332 20C26.3968 21.0137 26.1969 22.0268 25.752 22.94L25.552 23.28C24.252 25.44 22.792 27.9 24.772 31.28C25.012 31.7 25.272 32.1 25.532 32.5C26.0643 33.1149 26.4233 33.8604 26.572 34.66C24.605 35.527 22.4816 35.983 20.332 36C17.4593 35.9857 14.6434 35.1981 12.18 33.7201C9.71659 32.242 7.69658 30.128 6.33204 27.6ZM30.192 32.64C29.8461 31.8414 29.4241 31.0779 28.932 30.36C28.712 30.04 28.492 29.72 28.292 29.38C27.512 28.02 27.792 27.38 29.052 25.38L29.252 25.04C30.0359 23.5441 30.4085 21.867 30.332 20.18C30.33 19.5092 30.3903 18.8397 30.512 18.18C30.832 16.72 33.932 16.32 35.852 16.18C36.628 19.197 36.4995 22.3757 35.4824 25.3202C34.4654 28.2647 32.6047 30.8451 30.132 32.74L30.192 32.64Z\" fill=\"#E3BBAB\"/>\\n</svg>\\n',withExternalLayout:true})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-15lud2y\",\"data-framer-name\":\"containtContainer\",layoutDependency:layoutDependency,layoutId:\"XJiW8yXdd\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ni90ha\",\"data-framer-name\":\"containt\",layoutDependency:layoutDependency,layoutId:\"HHVNW_mHX\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TXVsaXNoLTcwMA==\",\"--framer-font-family\":'\"Mulish\", \"Mulish Placeholder\", sans-serif',\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(42, 64, 84))\"},children:\"Espace entreprise\"})}),className:\"framer-1cczgfh\",\"data-framer-name\":\"Espace entreprise\",fonts:[\"GF;Mulish-700\"],layoutDependency:layoutDependency,layoutId:\"XJWLFkzRl\",style:{\"--extracted-r6o4lv\":\"rgb(42, 64, 84)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TXVsaXNoLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Mulish\", \"Mulish Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(42, 64, 84))\"},children:\"D\\xe9p\\xf4t d\u2019offres, CVth\\xe8que et gestion de recrutement.\"})}),className:\"framer-1ors73n\",\"data-framer-name\":\"D\\xe9pot d\u2019offres, CVth\\xe8que et gestion de recrutement.\",fonts:[\"GF;Mulish-regular\"],layoutDependency:layoutDependency,layoutId:\"FtP9qhF4b\",style:{\"--extracted-r6o4lv\":\"rgb(42, 64, 84)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})})]}),isDisplayed4()&&/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-kd8bgb\",\"data-border\":true,\"data-framer-name\":\"dropdownItems\",layoutDependency:layoutDependency,layoutId:\"yCGdZutbn\",style:{\"--border-bottom-width\":\"4px\",\"--border-color\":\"rgb(197, 202, 170)\",\"--border-left-width\":\"4px\",\"--border-right-width\":\"4px\",\"--border-style\":\"solid\",\"--border-top-width\":\"4px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16},children:[/*#__PURE__*/_jsx(Transition,{value:transition3,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-cmidir\",\"data-framer-name\":\"icon\",layoutDependency:layoutDependency,layoutId:\"lmo45D0g6\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-gnvmj6\",\"data-framer-name\":\"icon / 24 / fill / briefcase\",layoutDependency:layoutDependency,layoutId:\"DCfebJUMj\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1r5gtxx\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:36,intrinsicWidth:40,layoutDependency:layoutDependency,layoutId:\"goX0oqYQl\",svg:'<svg width=\"40\" height=\"36\" viewBox=\"0 0 40 36\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M10.0039 36H30.0039V8H28.0039V5C28.0039 3.67392 27.4771 2.40215 26.5394 1.46447C25.6018 0.526784 24.33 0 23.0039 0H17.0039C15.6778 0 14.4061 0.526784 13.4684 1.46447C12.5307 2.40215 12.0039 3.67392 12.0039 5V8H10.0039V36ZM16.0039 5C16.0039 4.73478 16.1093 4.48043 16.2968 4.29289C16.4843 4.10536 16.7387 4 17.0039 4H23.0039C23.2691 4 23.5235 4.10536 23.711 4.29289C23.8986 4.48043 24.0039 4.73478 24.0039 5V8H16.0039V5ZM34.0039 8V36C35.5952 36 37.1213 35.3679 38.2466 34.2426C39.3718 33.1174 40.0039 31.5913 40.0039 30V14C40.0039 12.4087 39.3718 10.8826 38.2466 9.75736C37.1213 8.63214 35.5952 8 34.0039 8ZM6.00391 8C4.41261 8 2.88648 8.63214 1.76127 9.75736C0.636048 10.8826 0.00390625 12.4087 0.00390625 14V30C0.00390625 31.5913 0.636048 33.1174 1.76127 34.2426C2.88648 35.3679 4.41261 36 6.00391 36V8Z\" fill=\"#C5CAAA\"/>\\n</svg>\\n',withExternalLayout:true})})})}),/*#__PURE__*/_jsx(Transition,{value:transition3,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-o5ygyh\",\"data-framer-name\":\"contentContainer\",layoutDependency:layoutDependency,layoutId:\"uCNq6xuSt\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-bdgcwo\",\"data-framer-name\":\"contentContainer\",layoutDependency:layoutDependency,layoutId:\"TtmQh77Hb\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TXVsaXNoLTcwMA==\",\"--framer-font-family\":'\"Mulish\", \"Mulish Placeholder\", sans-serif',\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(42, 64, 84))\"},children:\"Espace \\xe9cole\"})}),className:\"framer-1hyvml3\",\"data-framer-name\":\"Espace \\xe9cole\",fonts:[\"GF;Mulish-700\"],layoutDependency:layoutDependency,layoutId:\"veLgaIrLS\",style:{\"--extracted-r6o4lv\":\"rgb(42, 64, 84)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TXVsaXNoLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Mulish\", \"Mulish Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(42, 64, 84))\"},children:\"Gestion de carri\\xe8re, relations entreprise, gestion administrative.\"})}),className:\"framer-ycvfq8\",\"data-framer-name\":\"Gestion de carri\\xe8re, relayions entreprise, gestion administrative.\",fonts:[\"GF;Mulish-regular\"],layoutDependency:layoutDependency,layoutId:\"HmrSduMK5\",style:{\"--extracted-r6o4lv\":\"rgb(42, 64, 84)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})})})]})}),isDisplayed5()&&/*#__PURE__*/_jsx(Transition,{value:transition4,children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-rplttf\",\"data-border\":true,\"data-framer-name\":\"dropdownItems\",layoutDependency:layoutDependency,layoutId:\"wnYk554du\",style:{\"--border-bottom-width\":\"4px\",\"--border-color\":\"rgb(201, 181, 234)\",\"--border-left-width\":\"4px\",\"--border-right-width\":\"4px\",\"--border-style\":\"solid\",\"--border-top-width\":\"4px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1pzk5qi\",\"data-framer-name\":\"icon\",layoutDependency:layoutDependency,layoutId:\"V4hwuYjKu\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-yi7sn7\",\"data-framer-name\":\"icon / 24 / fill / book-open\",layoutDependency:layoutDependency,layoutId:\"ndWL9pFEl\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-9juzv4\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:32,intrinsicWidth:39,layoutDependency:layoutDependency,layoutId:\"ATs7CGa_1\",svg:'<svg width=\"39\" height=\"32\" viewBox=\"0 0 39 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M37.6669 0.535119C37.3665 0.298111 37.015 0.133463 36.6398 0.0540936C36.2647 -0.0252758 35.8761 -0.0172076 35.5046 0.077665L21.6501 3.61796V32L36.7859 28.1415C37.3273 28.0038 37.8067 27.6901 38.1478 27.2504C38.4888 26.8106 38.6719 26.2701 38.6679 25.715V2.48427C38.6618 2.10505 38.5684 1.73225 38.3948 1.3944C38.2213 1.05656 37.9723 0.762634 37.6669 0.535119ZM17.6459 3.61796L3.75138 0.077665C3.38559 -0.00647817 3.00557 -0.00909712 2.63864 0.0699972C2.2717 0.149092 1.92696 0.307936 1.62916 0.535119C1.3257 0.770811 1.0811 1.07291 0.914419 1.41789C0.747733 1.76287 0.663457 2.14142 0.668155 2.52405V25.715C0.668577 26.2667 0.853727 26.8026 1.19445 27.2383C1.53517 27.674 2.01209 27.9848 2.55012 28.1216L17.6459 32V3.61796Z\" fill=\"#CAB6EB\"/>\\n</svg>\\n',withExternalLayout:true})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-13ke5cr\",\"data-framer-name\":\"contentContainer\",layoutDependency:layoutDependency,layoutId:\"qNAvdeiUS\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1n4x4si\",\"data-framer-name\":\"contentContainer\",layoutDependency:layoutDependency,layoutId:\"GUaVuwCk6\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TXVsaXNoLTcwMA==\",\"--framer-font-family\":'\"Mulish\", \"Mulish Placeholder\", sans-serif',\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(42, 64, 84))\"},children:\"Espace \\xe9tudiant\"})}),className:\"framer-18aekrc\",\"data-framer-name\":\"Espace \\xe9tudiant\",fonts:[\"GF;Mulish-700\"],layoutDependency:layoutDependency,layoutId:\"qEXStEAhQ\",style:{\"--extracted-r6o4lv\":\"rgb(42, 64, 84)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TXVsaXNoLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Mulish\", \"Mulish Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(42, 64, 84))\"},children:\"Suivi des candidatures, offres entreprises et tableau de de bord.\"})}),className:\"framer-1mbkjan\",\"data-framer-name\":\"Suivi des candidatures, offres entreprises et tableau de de bord.\",fonts:[\"GF;Mulish-regular\"],layoutDependency:layoutDependency,layoutId:\"iIYMGzsWC\",style:{\"--extracted-r6o4lv\":\"rgb(42, 64, 84)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})})]})}),isDisplayed6()&&/*#__PURE__*/_jsx(Transition,{value:transition4,children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ldgz4o\",\"data-border\":true,\"data-framer-name\":\"dropdownItems\",layoutDependency:layoutDependency,layoutId:\"YE4NLMjjB\",style:{\"--border-bottom-width\":\"4px\",\"--border-color\":\"rgb(226, 187, 171)\",\"--border-left-width\":\"4px\",\"--border-right-width\":\"4px\",\"--border-style\":\"solid\",\"--border-top-width\":\"4px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1e9ia1w\",\"data-framer-name\":\"icon\",layoutDependency:layoutDependency,layoutId:\"jiChUxROi\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1jxyh1f\",\"data-framer-name\":\"icon / 24 / fill / globe-3\",layoutDependency:layoutDependency,layoutId:\"HH6jm4G7t\",style:{borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1m47zll\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:40,intrinsicWidth:41,layoutDependency:layoutDependency,layoutId:\"TJEzj0qbR\",svg:'<svg width=\"41\" height=\"40\" viewBox=\"0 0 41 40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M20.332 0C16.3764 0 12.5096 1.17298 9.22064 3.37061C5.93165 5.56824 3.3682 8.69181 1.85445 12.3463C0.340697 16.0009 -0.0553698 20.0222 0.716335 23.9018C1.48804 27.7814 3.39285 31.3451 6.1899 34.1421C8.98695 36.9392 12.5506 38.844 16.4302 39.6157C20.3099 40.3874 24.3312 39.9913 27.9857 38.4776C31.6402 36.9638 34.7638 34.4004 36.9614 31.1114C39.1591 27.8224 40.332 23.9556 40.332 20C40.332 17.3736 39.8147 14.7728 38.8096 12.3463C37.8045 9.91982 36.3313 7.71504 34.4742 5.85786C32.617 4.00069 30.4122 2.5275 27.9857 1.52241C25.5592 0.517315 22.9585 0 20.332 0V0ZM6.33204 27.6C7.6389 27.9397 8.98188 28.121 10.332 28.14C12.5912 28.2021 14.8049 27.4972 16.612 26.14C20.032 23.46 20.032 20.02 20.032 17.26C19.8804 15.6626 20.1349 14.0527 20.772 12.58C21.3509 11.7918 22.1221 11.1652 23.012 10.76C23.6479 10.3884 24.2622 9.98109 24.852 9.54C26.0949 8.55825 27.0601 7.2691 27.652 5.8C30.4659 7.23972 32.7904 9.48063 34.332 12.24C31.472 12.64 27.412 13.58 26.612 17.3C26.4315 18.1888 26.3377 19.0931 26.332 20C26.3968 21.0137 26.1969 22.0268 25.752 22.94L25.552 23.28C24.252 25.44 22.792 27.9 24.772 31.28C25.012 31.7 25.272 32.1 25.532 32.5C26.0643 33.1149 26.4233 33.8604 26.572 34.66C24.605 35.527 22.4816 35.983 20.332 36C17.4593 35.9857 14.6434 35.1981 12.18 33.7201C9.71659 32.242 7.69658 30.128 6.33204 27.6V27.6Z\" fill=\"#E3BBAB\"/>\\n</svg>\\n',withExternalLayout:true})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-14rw1n2\",\"data-framer-name\":\"containtContainer\",layoutDependency:layoutDependency,layoutId:\"Lyx2x5CKL\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-gzrls3\",\"data-framer-name\":\"containt\",layoutDependency:layoutDependency,layoutId:\"xN0Uihk7Q\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TXVsaXNoLTcwMA==\",\"--framer-font-family\":'\"Mulish\", \"Mulish Placeholder\", sans-serif',\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(42, 64, 84))\"},children:\"Espace entreprise\"})}),className:\"framer-37ggc8\",\"data-framer-name\":\"Espace entreprise\",fonts:[\"GF;Mulish-700\"],layoutDependency:layoutDependency,layoutId:\"rDGoVe0Tv\",style:{\"--extracted-r6o4lv\":\"rgb(42, 64, 84)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TXVsaXNoLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Mulish\", \"Mulish Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(42, 64, 84))\"},children:\"D\\xe9p\\xf4t d\u2019offres, CVth\\xe8que et gestion de recrutement.\"})}),className:\"framer-bf63vb\",\"data-framer-name\":\"D\\xe9pot d\u2019offres, CVth\\xe8que et gestion de recrutement.\",fonts:[\"GF;Mulish-regular\"],layoutDependency:layoutDependency,layoutId:\"dOTInvtwR\",style:{\"--extracted-r6o4lv\":\"rgb(42, 64, 84)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})})]})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-cX5uH.framer-1vrpwgg, .framer-cX5uH .framer-1vrpwgg { display: block; }\",\".framer-cX5uH.framer-4rq347 { align-content: flex-start; align-items: flex-start; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-cX5uH .framer-vzd6gj, .framer-cX5uH .framer-16mfu3v { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: 104px; justify-content: flex-start; overflow: visible; padding: 8px 16px 8px 16px; position: relative; width: 320px; }\",\".framer-cX5uH .framer-vo7gau, .framer-cX5uH .framer-1qzql4x, .framer-cX5uH .framer-18jzuud, .framer-cX5uH .framer-cmidir, .framer-cX5uH .framer-1pzk5qi, .framer-cX5uH .framer-1e9ia1w { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: visible; padding: 8px; position: relative; width: min-content; }\",\".framer-cX5uH .framer-endfr5, .framer-cX5uH .framer-j6f2ca, .framer-cX5uH .framer-gnvmj6, .framer-cX5uH .framer-yi7sn7 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 48px); overflow: hidden; position: relative; width: 48px; }\",\".framer-cX5uH .framer-134yov { flex: none; height: 36px; left: 4px; position: absolute; top: 6px; width: 40px; }\",\".framer-cX5uH .framer-ccu5r5, .framer-cX5uH .framer-15lud2y { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: 100%; justify-content: flex-end; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-cX5uH .framer-1cf7rq6 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-cX5uH .framer-1af8u5x, .framer-cX5uH .framer-1fkpjx5, .framer-cX5uH .framer-1cczgfh, .framer-cX5uH .framer-1hyvml3, .framer-cX5uH .framer-18aekrc, .framer-cX5uH .framer-37ggc8 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-cX5uH .framer-b641kk, .framer-cX5uH .framer-jvcarz, .framer-cX5uH .framer-1ors73n, .framer-cX5uH .framer-ycvfq8, .framer-cX5uH .framer-1mbkjan, .framer-cX5uH .framer-bf63vb { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 208px; word-break: break-word; word-wrap: break-word; }\",\".framer-cX5uH .framer-vm49st { bottom: 8px; flex: none; left: 6px; position: absolute; right: 6px; top: 8px; }\",\".framer-cX5uH .framer-8twuhp, .framer-cX5uH .framer-1jxyh1f { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 48px); overflow: hidden; position: relative; width: 48px; will-change: var(--framer-will-change-override, transform); }\",\".framer-cX5uH .framer-lq5cec, .framer-cX5uH .framer-1m47zll { bottom: 4px; flex: none; left: 4px; position: absolute; right: 4px; top: 4px; }\",\".framer-cX5uH .framer-ni90ha { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: 100%; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-cX5uH .framer-kd8bgb, .framer-cX5uH .framer-rplttf, .framer-cX5uH .framer-ldgz4o { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: 104px; justify-content: flex-start; overflow: visible; padding: 8px 16px 8px 16px; position: relative; width: min-content; }\",\".framer-cX5uH .framer-1r5gtxx { bottom: 6px; flex: none; left: 4px; position: absolute; right: 4px; top: 6px; }\",\".framer-cX5uH .framer-o5ygyh, .framer-cX5uH .framer-13ke5cr, .framer-cX5uH .framer-14rw1n2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: 100%; justify-content: flex-end; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-cX5uH .framer-bdgcwo, .framer-cX5uH .framer-1n4x4si { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-cX5uH .framer-9juzv4 { bottom: 8px; flex: none; left: 5px; position: absolute; right: 6px; top: 8px; }\",\".framer-cX5uH .framer-gzrls3 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: 100%; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-cX5uH.framer-4rq347, .framer-cX5uH .framer-vzd6gj, .framer-cX5uH .framer-vo7gau, .framer-cX5uH .framer-ccu5r5, .framer-cX5uH .framer-1cf7rq6, .framer-cX5uH .framer-1qzql4x, .framer-cX5uH .framer-16mfu3v, .framer-cX5uH .framer-18jzuud, .framer-cX5uH .framer-15lud2y, .framer-cX5uH .framer-ni90ha, .framer-cX5uH .framer-kd8bgb, .framer-cX5uH .framer-cmidir, .framer-cX5uH .framer-o5ygyh, .framer-cX5uH .framer-bdgcwo, .framer-cX5uH .framer-rplttf, .framer-cX5uH .framer-1pzk5qi, .framer-cX5uH .framer-13ke5cr, .framer-cX5uH .framer-1n4x4si, .framer-cX5uH .framer-ldgz4o, .framer-cX5uH .framer-1e9ia1w, .framer-cX5uH .framer-14rw1n2, .framer-cX5uH .framer-gzrls3 { gap: 0px; } .framer-cX5uH.framer-4rq347 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-cX5uH.framer-4rq347 > :first-child, .framer-cX5uH .framer-1cf7rq6 > :first-child, .framer-cX5uH .framer-ni90ha > :first-child, .framer-cX5uH .framer-bdgcwo > :first-child, .framer-cX5uH .framer-1n4x4si > :first-child, .framer-cX5uH .framer-gzrls3 > :first-child { margin-top: 0px; } .framer-cX5uH.framer-4rq347 > :last-child, .framer-cX5uH .framer-1cf7rq6 > :last-child, .framer-cX5uH .framer-ni90ha > :last-child, .framer-cX5uH .framer-bdgcwo > :last-child, .framer-cX5uH .framer-1n4x4si > :last-child, .framer-cX5uH .framer-gzrls3 > :last-child { margin-bottom: 0px; } .framer-cX5uH .framer-vzd6gj > *, .framer-cX5uH .framer-16mfu3v > *, .framer-cX5uH .framer-kd8bgb > *, .framer-cX5uH .framer-rplttf > *, .framer-cX5uH .framer-ldgz4o > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-cX5uH .framer-vzd6gj > :first-child, .framer-cX5uH .framer-vo7gau > :first-child, .framer-cX5uH .framer-ccu5r5 > :first-child, .framer-cX5uH .framer-1qzql4x > :first-child, .framer-cX5uH .framer-16mfu3v > :first-child, .framer-cX5uH .framer-18jzuud > :first-child, .framer-cX5uH .framer-15lud2y > :first-child, .framer-cX5uH .framer-kd8bgb > :first-child, .framer-cX5uH .framer-cmidir > :first-child, .framer-cX5uH .framer-o5ygyh > :first-child, .framer-cX5uH .framer-rplttf > :first-child, .framer-cX5uH .framer-1pzk5qi > :first-child, .framer-cX5uH .framer-13ke5cr > :first-child, .framer-cX5uH .framer-ldgz4o > :first-child, .framer-cX5uH .framer-1e9ia1w > :first-child, .framer-cX5uH .framer-14rw1n2 > :first-child { margin-left: 0px; } .framer-cX5uH .framer-vzd6gj > :last-child, .framer-cX5uH .framer-vo7gau > :last-child, .framer-cX5uH .framer-ccu5r5 > :last-child, .framer-cX5uH .framer-1qzql4x > :last-child, .framer-cX5uH .framer-16mfu3v > :last-child, .framer-cX5uH .framer-18jzuud > :last-child, .framer-cX5uH .framer-15lud2y > :last-child, .framer-cX5uH .framer-kd8bgb > :last-child, .framer-cX5uH .framer-cmidir > :last-child, .framer-cX5uH .framer-o5ygyh > :last-child, .framer-cX5uH .framer-rplttf > :last-child, .framer-cX5uH .framer-1pzk5qi > :last-child, .framer-cX5uH .framer-13ke5cr > :last-child, .framer-cX5uH .framer-ldgz4o > :last-child, .framer-cX5uH .framer-1e9ia1w > :last-child, .framer-cX5uH .framer-14rw1n2 > :last-child { margin-right: 0px; } .framer-cX5uH .framer-vo7gau > *, .framer-cX5uH .framer-1qzql4x > *, .framer-cX5uH .framer-18jzuud > *, .framer-cX5uH .framer-cmidir > *, .framer-cX5uH .framer-1pzk5qi > *, .framer-cX5uH .framer-1e9ia1w > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-cX5uH .framer-ccu5r5 > *, .framer-cX5uH .framer-15lud2y > *, .framer-cX5uH .framer-o5ygyh > *, .framer-cX5uH .framer-13ke5cr > *, .framer-cX5uH .framer-14rw1n2 > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-cX5uH .framer-1cf7rq6 > *, .framer-cX5uH .framer-ni90ha > *, .framer-cX5uH .framer-bdgcwo > *, .framer-cX5uH .framer-1n4x4si > *, .framer-cX5uH .framer-gzrls3 > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } }\",\".framer-cX5uH.framer-v-1e26ic7 .framer-ccu5r5 { order: 2; }\",\".framer-cX5uH.framer-v-1e26ic7 .framer-jvcarz { order: 3; }\",\".framer-cX5uH.framer-v-1e26ic7 .framer-1fkpjx5, .framer-cX5uH.framer-v-1e26ic7 .framer-1qzql4x { order: 0; }\",\".framer-cX5uH.framer-v-4rq347.hover.framer-4rq347, .framer-cX5uH.framer-v-1e26ic7.hover.framer-4rq347, .framer-cX5uH.framer-v-107sq3g.hover.framer-4rq347 { text-decoration: none; }\",'.framer-cX5uH[data-border=\"true\"]::after, .framer-cX5uH [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 104\n * @framerIntrinsicWidth 320\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"dQQhtAW7H\":{\"layout\":[\"auto\",\"auto\"]},\"pJVHA893H\":{\"layout\":[\"auto\",\"auto\"]},\"zo8LQaMYn\":{\"layout\":[\"auto\",\"auto\"]},\"kzMeYSzIO\":{\"layout\":[\"auto\",\"auto\"]},\"r3s18Js1i\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramermbA62euOf=withCSS(Component,css,\"framer-cX5uH\");export default FramermbA62euOf;FramermbA62euOf.displayName=\"HeaderCompo\";FramermbA62euOf.defaultProps={height:104,width:320};addPropertyControls(FramermbA62euOf,{variant:{options:[\"otwdc2R53\",\"dQQhtAW7H\",\"pJVHA893H\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Variant 3\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramermbA62euOf,[{explicitInter:true,fonts:[{family:\"Mulish\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/mulish/v13/1Ptyg83HX_SGhgqO0yLcmjzUAuWexXRWwaWlGrw-PTY.woff2\",weight:\"700\"},{family:\"Mulish\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/mulish/v13/1Ptyg83HX_SGhgqO0yLcmjzUAuWexZNRwaWlGrw-PTY.woff2\",weight:\"400\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramermbA62euOf\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"dQQhtAW7H\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"pJVHA893H\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"zo8LQaMYn\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"kzMeYSzIO\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"r3s18Js1i\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"320\",\"framerIntrinsicHeight\":\"104\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./mbA62euOf.map", "// Generated by Framer (6d82f59)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Link,RichText,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import InlineButton from\"https://framerusercontent.com/modules/ZBpwuCM9zQTrC2UB2Pt8/wBOZgxp2iqeAFhy7JMw0/hQzO8cA_f.js\";import ButtonPrimaryOrange from\"https://framerusercontent.com/modules/Y0Fh1J1RisheJ9lyuITX/IGCm4jQIDHXp76u3I6ps/llPwFvo2j.js\";import HeaderCompo from\"https://framerusercontent.com/modules/WMfGQcAdFI8ChhfrvXv3/l7Uw3DzQrc2A1opW4Num/mbA62euOf.js\";import KnowMore from\"https://framerusercontent.com/modules/L5yfV2UbRjTrcKwfKDgR/v1T1xAzJxnMtWCwUPhBW/RNuHGY2eE.js\";import ButtonSecondaryOrange from\"https://framerusercontent.com/modules/sBX97vCrTTyz73z6cUAS/Xuvqop42oU29gUHdJ2Vw/vpsOkLuez.js\";const InlineButtonFonts=getFonts(InlineButton);const ButtonSecondaryOrangeFonts=getFonts(ButtonSecondaryOrange);const ButtonPrimaryOrangeFonts=getFonts(ButtonPrimaryOrange);const HeaderCompoFonts=getFonts(HeaderCompo);const KnowMoreFonts=getFonts(KnowMore);const MotionDivWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(motion.div));const cycleOrder=[\"K4uMtfX43\",\"b3i_ZqRtl\",\"yo6qGSsDu\",\"sWQvguOkS\",\"hCLsQ6xFL\"];const serializationHash=\"framer-He3Iq\";const variantClassNames={b3i_ZqRtl:\"framer-v-ovto44\",hCLsQ6xFL:\"framer-v-4uagpt\",K4uMtfX43:\"framer-v-1jr4ogu\",sWQvguOkS:\"framer-v-1n21hpo\",yo6qGSsDu:\"framer-v-4w5s1r\"};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 transition2={delay:0,duration:.5,ease:[.44,0,.56,1],type:\"tween\"};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 transformTemplate1=(_,t)=>`translateY(-50%) ${t}`;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 Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Mobile opened\":\"sWQvguOkS\",\"Mobile spaces opened\":\"hCLsQ6xFL\",Closed:\"K4uMtfX43\",Mobile:\"yo6qGSsDu\",Opened:\"b3i_ZqRtl\"};const getProps=({height,id,label,width,...props})=>{return{...props,ECYva4R3W:label??props.ECYva4R3W??\"Plateforme emploi\",variant:humanReadableVariantMap[props.variant]??props.variant??\"K4uMtfX43\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,ECYva4R3W,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"K4uMtfX43\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapzbpzha=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"K4uMtfX43\");});const onTap1wfvyh1=activeVariantCallback(async(...args)=>{setVariant(\"b3i_ZqRtl\");});const onTap1xhheo3=activeVariantCallback(async(...args)=>{setVariant(\"K4uMtfX43\");});const onTap1whxfl=activeVariantCallback(async(...args)=>{setVariant(\"sWQvguOkS\");});const onTaptr2b5l=activeVariantCallback(async(...args)=>{setVariant(\"yo6qGSsDu\");});const onTapu5v3xp=activeVariantCallback(async(...args)=>{setVariant(\"hCLsQ6xFL\");});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const isDisplayed=()=>{if([\"yo6qGSsDu\",\"sWQvguOkS\",\"hCLsQ6xFL\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if([\"yo6qGSsDu\",\"sWQvguOkS\",\"hCLsQ6xFL\"].includes(baseVariant))return true;return false;};const isDisplayed2=()=>{if([\"sWQvguOkS\",\"hCLsQ6xFL\"].includes(baseVariant))return false;return true;};const isDisplayed3=()=>{if(baseVariant===\"yo6qGSsDu\")return false;return true;};const isDisplayed4=()=>{if([\"sWQvguOkS\",\"hCLsQ6xFL\"].includes(baseVariant))return true;return false;};const isDisplayed5=()=>{if(baseVariant===\"sWQvguOkS\")return false;return true;};const isDisplayed6=()=>{if(baseVariant===\"b3i_ZqRtl\")return true;return false;};const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,...addPropertyOverrides({b3i_ZqRtl:{value:transition2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1jr4ogu\",className,classNames),\"data-framer-name\":\"Closed\",layoutDependency:layoutDependency,layoutId:\"K4uMtfX43\",ref:ref??ref1,style:{...style},...addPropertyOverrides({b3i_ZqRtl:{\"data-framer-name\":\"Opened\",\"data-highlight\":true,onTap:onTapzbpzha},hCLsQ6xFL:{\"data-framer-name\":\"Mobile spaces opened\"},sWQvguOkS:{\"data-framer-name\":\"Mobile opened\"},yo6qGSsDu:{\"data-framer-name\":\"Mobile\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1y10676\",\"data-framer-name\":\"StickyFrame\",layoutDependency:layoutDependency,layoutId:\"QrGDvTBSL\",children:[isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-lc916j\",\"data-framer-name\":\"navBar\",layoutDependency:layoutDependency,layoutId:\"Yn9WpEUih\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24,boxShadow:\"1px 2px 24px 0px rgba(42, 64, 84, 0.05999999865889549), 0px 0px 4px 0px rgba(14, 21, 28, 0.03999999910593033)\"},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1aeoc6l\",\"data-framer-name\":\"Primary navigation menu\",layoutDependency:layoutDependency,layoutId:\"CzcMpqOPd\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-4bv56x\",\"data-framer-name\":\"Menus\",layoutDependency:layoutDependency,layoutId:\"db1T1mt5R\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"eOr5mgYKK\"},nodeId:\"K58lFiwIK\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-b510or framer-1s32ivc\",\"data-framer-name\":\"LogoMG_baseline_Fond_Transp_Bleu 1\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:40,intrinsicWidth:64,layoutDependency:layoutDependency,layoutId:\"K58lFiwIK\",svg:'<svg width=\"64\" height=\"40\" viewBox=\"0 0 64 40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M30.3569 6.53195C30.4949 6.67043 30.5651 6.84193 30.5651 7.04447V32.1073C30.5651 32.3098 30.4949 32.4751 30.3569 32.6011C30.219 32.7272 30.0516 32.7913 29.857 32.7913H25.743C25.5485 32.7913 25.3833 32.7293 25.2432 32.6011C25.1051 32.4751 25.0349 32.3098 25.0349 32.1073V17.0691C25.0349 16.8418 24.9784 16.7283 24.87 16.7283C24.7861 16.7283 24.6617 16.817 24.4968 16.9948C24.0534 17.6023 23.325 18.5509 22.3141 19.8424C21.303 21.1341 20.5612 22.0702 20.0907 22.6529C19.8125 22.9814 19.584 23.1985 19.4054 23.2976C19.2245 23.3989 18.9281 23.4506 18.5121 23.4506H17.8062C17.3065 23.4506 16.9672 23.4135 16.7885 23.3368C16.6076 23.2605 16.4063 23.0972 16.1869 22.8431L11.6566 17.0319C11.5457 16.8046 11.4213 16.6911 11.2834 16.6911C11.1725 16.6911 11.116 16.8046 11.116 17.0319V21.7417C11.116 21.9441 11.0459 22.1094 10.9079 22.2355C10.7699 22.3616 10.6026 22.4256 10.408 22.4256H6.3346C6.14007 22.4256 5.96817 22.3554 5.81439 22.2168C5.66283 22.0784 5.58594 21.9193 5.58594 21.7417V7.04447C5.58594 6.84193 5.66283 6.67043 5.81439 6.53195C5.96592 6.3935 6.14007 6.32324 6.3346 6.32324H10.4917C10.5754 6.32324 10.6795 6.3687 10.8039 6.45549C10.9283 6.54436 11.0187 6.63942 11.073 6.74069L17.3902 16.2714C17.4173 16.3232 17.4942 16.3975 17.6186 16.4989C17.7431 16.6001 17.9012 16.6517 18.0958 16.6517H18.1366C18.3312 16.6517 18.4827 16.5897 18.5934 16.4615C18.7043 16.3355 18.7743 16.2468 18.8016 16.195L25.078 6.77787C25.1616 6.65182 25.2454 6.54436 25.3268 6.45549C25.4104 6.36665 25.5213 6.32324 25.6592 6.32324H25.7H29.857C30.0516 6.32324 30.2168 6.3935 30.3569 6.53195Z\" fill=\"#2A4054\"/>\\n<path d=\"M38.7279 31.6606C36.642 30.4168 34.9925 28.7227 33.7814 26.5804C32.5704 24.4384 31.9648 22.0973 31.9648 19.5571C31.9648 17.017 32.5704 14.6759 33.7814 12.5339C34.9925 10.3916 36.642 8.69954 38.7279 7.45367C40.8137 6.20981 43.0931 5.58789 45.5663 5.58789C46.1413 5.58789 46.702 5.62558 47.2525 5.70307C47.4767 5.72819 47.6521 5.8308 47.7765 6.01088C47.9009 6.19098 47.9396 6.39618 47.8886 6.62653L47.2891 9.97484C47.2137 10.3852 46.9649 10.5906 46.5389 10.5906L45.5642 10.5528C43.9901 10.5528 42.5304 10.957 41.1807 11.7654C39.8308 12.5735 38.7645 13.6708 37.9776 15.0551C37.1904 16.4391 36.797 17.9406 36.797 19.5571C36.797 21.1737 37.1904 22.6731 37.9776 24.0592C38.7645 25.4456 39.8328 26.5408 41.1807 27.3489C42.5283 28.1573 43.9901 28.5615 45.5642 28.5615C47.3869 28.5615 48.9854 28.0297 50.3597 26.9636C51.7339 25.8999 52.7451 24.4824 53.3935 22.7107H48.5593C48.3595 22.7107 48.1843 22.6332 48.0353 22.4805C47.8865 22.3275 47.8111 22.1474 47.8111 21.9422V19.1343C47.8111 18.9288 47.8865 18.7487 48.0353 18.596C48.1861 18.443 48.3595 18.3657 48.5593 18.3657H56.5396C57.1391 18.3657 57.6018 18.4683 57.926 18.6735C58.2502 18.8787 58.4133 19.1739 58.4133 19.5592C58.4133 22.1244 57.8629 24.4719 56.7638 26.6014C55.665 28.7311 54.1337 30.4168 52.1744 31.6606C50.2129 32.9045 48.0089 33.5264 45.5622 33.5264C43.0911 33.5264 40.8116 32.9045 38.7279 31.6606Z\" fill=\"#2A4054\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-jgahou\",\"data-framer-name\":\"Navigation menus\",layoutDependency:layoutDependency,layoutId:\"Y12e8oTOb\",children:[/*#__PURE__*/_jsx(Transition,{...addPropertyOverrides({b3i_ZqRtl:{value:transition2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-8kgg1x\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"UcMCAOUVM\",onTap:onTap1wfvyh1,...addPropertyOverrides({b3i_ZqRtl:{onTap:onTap1xhheo3}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-88)/2+0+0)+0+24+0+0+0+8+0,...addPropertyOverrides({b3i_ZqRtl:{y:(componentViewport?.y||0)+0+0+0+24+0+0+0+8+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1yhl5jr-container\",layoutDependency:layoutDependency,layoutId:\"Y3O49G5dI-container\",children:/*#__PURE__*/_jsx(InlineButton,{height:\"100%\",i1lTtEswF:true,id:\"Y3O49G5dI\",layoutId:\"Y3O49G5dI\",pwu18PYVd:true,sZbn50tHX:ECYva4R3W,variant:\"LCrPQGDWk\",width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-vm3y35\",\"data-framer-name\":\"icon / 16 / outline / arrow-down\",layoutDependency:layoutDependency,layoutId:\"I9080:12843;3684:12267\",style:{rotate:0},variants:{b3i_ZqRtl:{rotate:180}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1o0iiez\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:6,intrinsicWidth:8,layoutDependency:layoutDependency,layoutId:\"I9080:12843;3684:12267;510:509\",svg:'<svg width=\"8\" height=\"6\" viewBox=\"0 0 8 6\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M4 6C3.82984 5.99914 3.662 5.96041 3.50867 5.88661C3.35534 5.81281 3.22035 5.7058 3.11351 5.57333L0.307385 2.17333C0.143413 1.96865 0.040228 1.722 0.00958809 1.46151C-0.0210519 1.20102 0.0220858 0.937162 0.134086 0.7C0.224921 0.493884 0.373155 0.318276 0.561082 0.194148C0.74901 0.0700212 0.968688 0.00262204 1.19388 0H6.80612C7.03131 0.00262204 7.25099 0.0700212 7.43892 0.194148C7.62685 0.318276 7.77508 0.493884 7.86591 0.7C7.97791 0.937162 8.02105 1.20102 7.99041 1.46151C7.95977 1.722 7.85659 1.96865 7.69261 2.17333L4.88649 5.57333C4.77965 5.7058 4.64466 5.81281 4.49133 5.88661C4.338 5.96041 4.17016 5.99914 4 6ZM1.39384 1.33333L4 4.54667L6.66615 1.33333H1.39384Z\" fill=\"#2A4054\"/>\\n</svg>\\n',withExternalLayout:true})})]})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"OTOSRRtRM\"},nodeId:\"VlHDk9aT5\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-ngrf2z framer-1s32ivc\",layoutDependency:layoutDependency,layoutId:\"VlHDk9aT5\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-88)/2+0+0)+0+24+0+0+0+8+0,...addPropertyOverrides({b3i_ZqRtl:{y:(componentViewport?.y||0)+0+0+0+24+0+0+0+8+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-dl66vj-container\",layoutDependency:layoutDependency,layoutId:\"UQRtct_rk-container\",children:/*#__PURE__*/_jsx(InlineButton,{height:\"100%\",i1lTtEswF:true,id:\"UQRtct_rk\",layoutId:\"UQRtct_rk\",pwu18PYVd:true,sZbn50tHX:\"Coaching emploi\",variant:\"LCrPQGDWk\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Jeny32Z5N\"},nodeId:\"sVQncdVgC\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1jfplwo framer-1s32ivc\",layoutDependency:layoutDependency,layoutId:\"sVQncdVgC\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-88)/2+0+0)+0+24+0+0+0+8+0,...addPropertyOverrides({b3i_ZqRtl:{y:(componentViewport?.y||0)+0+0+0+24+0+0+0+8+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1c114yl-container\",layoutDependency:layoutDependency,layoutId:\"lpp5OjHcA-container\",children:/*#__PURE__*/_jsx(InlineButton,{height:\"100%\",i1lTtEswF:true,id:\"lpp5OjHcA\",layoutId:\"lpp5OjHcA\",pwu18PYVd:true,sZbn50tHX:\"Notre \\xe9quipe\",variant:\"LCrPQGDWk\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"HMmxppc0g\"},nodeId:\"RiknlHmBq\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-ai1ma2 framer-1s32ivc\",layoutDependency:layoutDependency,layoutId:\"RiknlHmBq\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-88)/2+0+0)+0+24+0+0+0+8+0,...addPropertyOverrides({b3i_ZqRtl:{y:(componentViewport?.y||0)+0+0+0+24+0+0+0+8+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-v0tz29-container\",layoutDependency:layoutDependency,layoutId:\"qmwdi2N1z-container\",children:/*#__PURE__*/_jsx(InlineButton,{height:\"100%\",i1lTtEswF:true,id:\"qmwdi2N1z\",layoutId:\"qmwdi2N1z\",pwu18PYVd:true,sZbn50tHX:\"Nos cas clients\",variant:\"LCrPQGDWk\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"VduWutwfx\"},nodeId:\"x8_P9cZQq\",openInNewTab:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-x3try1 framer-1s32ivc\",layoutDependency:layoutDependency,layoutId:\"x8_P9cZQq\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-88)/2+0+0)+0+24+0+0+0+8+0,...addPropertyOverrides({b3i_ZqRtl:{y:(componentViewport?.y||0)+0+0+0+24+0+0+0+8+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-mce2dl-container\",layoutDependency:layoutDependency,layoutId:\"a_qddZ0Dl-container\",children:/*#__PURE__*/_jsx(InlineButton,{height:\"100%\",i1lTtEswF:true,id:\"a_qddZ0Dl\",layoutId:\"a_qddZ0Dl\",pwu18PYVd:true,sZbn50tHX:\"Notre offre\",variant:\"LCrPQGDWk\",width:\"100%\"})})})})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-clq7t3\",\"data-framer-name\":\"content\",layoutDependency:layoutDependency,layoutId:\"JEHaMtAPQ\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"OBF0Yd8db\"},nodeId:\"ErFbcCVvq\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1qh618m framer-1s32ivc\",layoutDependency:layoutDependency,layoutId:\"ErFbcCVvq\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-88)/2+0+0)+0+24+0+0+0+0,...addPropertyOverrides({b3i_ZqRtl:{y:(componentViewport?.y||0)+0+0+0+24+0+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-iudu8n-container\",layoutDependency:layoutDependency,layoutId:\"dsDYGnISa-container\",children:/*#__PURE__*/_jsx(ButtonSecondaryOrange,{height:\"100%\",id:\"dsDYGnISa\",layoutId:\"dsDYGnISa\",variant:\"oLYt4MsSN\",VHLm4tBFK:\"Contact\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link,{href:\"https://login.mentorgoal.com\",nodeId:\"LRp2AU356\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-c4un7n framer-1s32ivc\",\"data-framer-name\":\"CTAs menu\",layoutDependency:layoutDependency,layoutId:\"LRp2AU356\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-88)/2+0+0)+0+24+0+0+0+0,...addPropertyOverrides({b3i_ZqRtl:{y:(componentViewport?.y||0)+0+0+0+24+0+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-yvx0bc-container\",layoutDependency:layoutDependency,layoutId:\"nYdTXqxC3-container\",children:/*#__PURE__*/_jsx(ButtonPrimaryOrange,{height:\"100%\",id:\"nYdTXqxC3\",layoutId:\"nYdTXqxC3\",mwCQ2k4Ak:\"Connexion\",width:\"100%\"})})})})})]})]})}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1w4hhal\",\"data-framer-name\":\"navBar\",layoutDependency:layoutDependency,layoutId:\"jxXZzkT42\",style:{backgroundColor:\"rgb(255, 255, 255)\",boxShadow:\"1px 2px 24px 0px rgba(42, 64, 84, 0.05999999865889549), 0px 0px 4px 0px rgba(14, 21, 28, 0.03999999910593033)\"},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1qn4cnj\",\"data-framer-name\":\"Frame 2042\",layoutDependency:layoutDependency,layoutId:\"vX2oBjXDm\",children:[isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1psn8qx\",layoutDependency:layoutDependency,layoutId:\"B3bz8bhwd\",children:/*#__PURE__*/_jsx(Link,{nodeId:\"Rl3QD7zkG\",...addPropertyOverrides({hCLsQ6xFL:{href:{webPageId:\"eOr5mgYKK\"}},sWQvguOkS:{href:{webPageId:\"eOr5mgYKK\"}},yo6qGSsDu:{href:{webPageId:\"eOr5mgYKK\"}}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SVG,{className:\"framer-ku6lqx framer-1s32ivc\",\"data-framer-name\":\"LogoMG_baseline_Fond_Transp_Bleu 1\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:30,intrinsicWidth:48,layoutDependency:layoutDependency,layoutId:\"Rl3QD7zkG\",svg:'<svg width=\"48\" height=\"30\" viewBox=\"0 0 48 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M22.7657 5.34322C22.8693 5.44589 22.9219 5.57305 22.9219 5.72321V24.3054C22.9219 24.4555 22.8693 24.5781 22.7657 24.6715C22.6623 24.765 22.5367 24.8125 22.3908 24.8125H19.3053C19.1594 24.8125 19.0355 24.7665 18.9304 24.6715C18.8269 24.5781 18.7742 24.4555 18.7742 24.3054V13.1557C18.7742 12.9872 18.7319 12.903 18.6505 12.903C18.5876 12.903 18.4943 12.9688 18.3706 13.1006C18.0381 13.5511 17.4918 14.2544 16.7336 15.2119C15.9753 16.1696 15.4189 16.8637 15.0661 17.2957C14.8574 17.5393 14.6861 17.7002 14.5521 17.7737C14.4164 17.8487 14.1941 17.8871 13.8821 17.8871H13.3527C12.9779 17.8871 12.7235 17.8596 12.5895 17.8028C12.4537 17.7461 12.3028 17.6251 12.1382 17.4367L8.74046 13.1282C8.65735 12.9596 8.56405 12.8755 8.46057 12.8755C8.37746 12.8755 8.33504 12.9596 8.33504 13.1282V16.6201C8.33504 16.7702 8.28245 16.8927 8.17898 16.9862C8.0755 17.0797 7.94998 17.1272 7.80408 17.1272H4.74899C4.6031 17.1272 4.47418 17.0751 4.35884 16.9723C4.24517 16.8697 4.1875 16.7518 4.1875 16.6201V5.72321C4.1875 5.57305 4.24517 5.44589 4.35884 5.34322C4.47249 5.24057 4.6031 5.18848 4.74899 5.18848H7.86685C7.92961 5.18848 8.00765 5.22218 8.10094 5.28653C8.19424 5.35241 8.2621 5.4229 8.30282 5.49798L13.0407 12.5643C13.061 12.6027 13.1187 12.6578 13.212 12.733C13.3054 12.808 13.424 12.8462 13.5699 12.8462H13.6005C13.7464 12.8462 13.86 12.8002 13.9431 12.7053C14.0263 12.6118 14.0788 12.546 14.0993 12.5077L18.8065 5.52555C18.8692 5.43209 18.9321 5.35241 18.9931 5.28653C19.0558 5.22066 19.1391 5.18848 19.2424 5.18848H19.273H22.3908C22.5367 5.18848 22.6606 5.24057 22.7657 5.34322Z\" fill=\"#2A4054\"/>\\n<path d=\"M29.0449 23.9735C27.4806 23.0513 26.2434 21.7953 25.335 20.2069C24.4268 18.6188 23.9727 16.883 23.9727 14.9997C23.9727 13.1164 24.4268 11.3807 25.335 9.7925C26.2434 8.20415 27.4806 6.94963 29.0449 6.02591C30.6093 5.10368 32.3189 4.64258 34.1737 4.64258C34.605 4.64258 35.0255 4.67052 35.4384 4.72797C35.6065 4.7466 35.7381 4.82268 35.8314 4.95619C35.9247 5.08972 35.9537 5.24186 35.9155 5.41265L35.4659 7.89517C35.4093 8.19942 35.2227 8.35171 34.9032 8.35171L34.1722 8.32365C32.9916 8.32365 31.8968 8.62334 30.8846 9.22271C29.8721 9.82191 29.0724 10.6354 28.4822 11.6618C27.8918 12.6879 27.5967 13.8011 27.5967 14.9997C27.5967 16.1983 27.8918 17.31 28.4822 18.3377C29.0724 19.3655 29.8737 20.1775 30.8846 20.7767C31.8953 21.3761 32.9916 21.6758 34.1722 21.6758C35.5392 21.6758 36.738 21.2814 37.7688 20.4911C38.7995 19.7024 39.5578 18.6514 40.0441 17.3379H36.4185C36.2687 17.3379 36.1373 17.2804 36.0255 17.1672C35.9139 17.0537 35.8574 16.9202 35.8574 16.7681V14.6862C35.8574 14.5339 35.9139 14.4004 36.0255 14.2871C36.1386 14.1737 36.2687 14.1164 36.4185 14.1164H42.4038C42.8533 14.1164 43.2004 14.1924 43.4435 14.3446C43.6867 14.4967 43.809 14.7156 43.809 15.0012C43.809 16.9031 43.3962 18.6436 42.5719 20.2225C41.7478 21.8015 40.5993 23.0513 39.1298 23.9735C37.6587 24.8958 36.0057 25.3569 34.1707 25.3569C32.3173 25.3569 30.6077 24.8958 29.0449 23.9735Z\" fill=\"#2A4054\"/>\\n</svg>\\n',withExternalLayout:true,...addPropertyOverrides({hCLsQ6xFL:{as:\"a\"},sWQvguOkS:{as:\"a\"},yo6qGSsDu:{as:\"a\"}},baseVariant,gestureVariant)})})}),isDisplayed2()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-xzpev1\",\"data-framer-name\":\"icon / 24 / outline / menu\",layoutDependency:layoutDependency,layoutId:\"IPTWRvrvr\",...addPropertyOverrides({yo6qGSsDu:{\"data-highlight\":true,onTap:onTap1whxfl}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1tqsk54\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:16,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"pzroC7LCN\",svg:'<svg width=\"24\" height=\"16\" viewBox=\"0 0 24 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M22.7333 6.66667H1.26667C0.567106 6.66667 0 7.23377 0 7.93333V8.06667C0 8.76623 0.567106 9.33333 1.26667 9.33333H22.7333C23.4329 9.33333 24 8.76623 24 8.06667V7.93333C24 7.23377 23.4329 6.66667 22.7333 6.66667Z\" fill=\"#2A4054\"/>\\n<path d=\"M22.7333 13.3333H1.26667C0.567106 13.3333 0 13.9004 0 14.6V14.7333C0 15.4329 0.567106 16 1.26667 16H22.7333C23.4329 16 24 15.4329 24 14.7333V14.6C24 13.9004 23.4329 13.3333 22.7333 13.3333Z\" fill=\"#2A4054\"/>\\n<path d=\"M22.7333 0H1.26667C0.567106 0 0 0.567106 0 1.26667V1.4C0 2.09956 0.567106 2.66667 1.26667 2.66667H22.7333C23.4329 2.66667 24 2.09956 24 1.4V1.26667C24 0.567106 23.4329 0 22.7333 0Z\" fill=\"#2A4054\"/>\\n</svg>\\n',withExternalLayout:true})}),isDisplayed3()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1fs4tj6\",\"data-framer-name\":\"icon / 24 / outline / close\",layoutDependency:layoutDependency,layoutId:\"X4nXtSxaF\",...addPropertyOverrides({hCLsQ6xFL:{\"data-highlight\":true,onTap:onTaptr2b5l},sWQvguOkS:{\"data-highlight\":true,onTap:onTaptr2b5l}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1htqho1\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:12,intrinsicWidth:12,layoutDependency:layoutDependency,layoutId:\"I9521:16092;478:1\",svg:'<svg width=\"12\" height=\"12\" viewBox=\"0 0 12 12\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M7.40969 5.99915L11.7062 1.71268C11.8943 1.52453 12 1.26935 12 1.00326C12 0.737183 11.8943 0.481998 11.7062 0.29385C11.518 0.105701 11.2628 0 10.9967 0C10.7307 0 10.4755 0.105701 10.2873 0.29385L6.00085 4.59031L1.71439 0.29385C1.52624 0.105701 1.27105 -1.98247e-09 1.00497 0C0.738888 1.98247e-09 0.483703 0.105701 0.295555 0.29385C0.107406 0.481998 0.0017052 0.737183 0.00170519 1.00326C0.00170519 1.26935 0.107406 1.52453 0.295555 1.71268L4.59201 5.99915L0.295555 10.2856C0.201903 10.3785 0.127571 10.489 0.0768438 10.6108C0.026117 10.7325 0 10.8631 0 10.995C0 11.1269 0.026117 11.2575 0.0768438 11.3793C0.127571 11.501 0.201903 11.6116 0.295555 11.7044C0.388441 11.7981 0.498951 11.8724 0.62071 11.9232C0.742469 11.9739 0.873067 12 1.00497 12C1.13687 12 1.26747 11.9739 1.38923 11.9232C1.51099 11.8724 1.6215 11.7981 1.71439 11.7044L6.00085 7.40799L10.2873 11.7044C10.3802 11.7981 10.4907 11.8724 10.6125 11.9232C10.7342 11.9739 10.8648 12 10.9967 12C11.1286 12 11.2592 11.9739 11.381 11.9232C11.5028 11.8724 11.6133 11.7981 11.7062 11.7044C11.7998 11.6116 11.8741 11.501 11.9249 11.3793C11.9756 11.2575 12.0017 11.1269 12.0017 10.995C12.0017 10.8631 11.9756 10.7325 11.9249 10.6108C11.8741 10.489 11.7998 10.3785 11.7062 10.2856L7.40969 5.99915Z\" fill=\"#2A4054\"/>\\n</svg>\\n',withExternalLayout:true})})]}),isDisplayed3()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-5jvdbu\",\"data-framer-name\":\"Navigation menus\",layoutDependency:layoutDependency,layoutId:\"U4ztLxQBW\",children:[isDisplayed4()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-6aoxxp\",layoutDependency:layoutDependency,layoutId:\"ZpECP012C\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-9yu4pj\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"epr_vknyn\",onTap:onTap1wfvyh1,...addPropertyOverrides({hCLsQ6xFL:{onTap:onTap1whxfl},sWQvguOkS:{onTap:onTapu5v3xp}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,...addPropertyOverrides({hCLsQ6xFL:{width:`max(${componentViewport?.width||\"100vw\"} - 16px, 1px)`,y:(componentViewport?.y||0)+0+0+0+16+46+0+0+0+0+0},sWQvguOkS:{width:`max(${componentViewport?.width||\"100vw\"} - 16px, 1px)`,y:(componentViewport?.y||0)+0+0+0+16+46+0+0+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-jmfmgz-container\",layoutDependency:layoutDependency,layoutId:\"ARtvNbv9K-container\",children:/*#__PURE__*/_jsx(InlineButton,{height:\"100%\",i1lTtEswF:true,id:\"ARtvNbv9K\",layoutId:\"ARtvNbv9K\",pwu18PYVd:true,sZbn50tHX:ECYva4R3W,variant:\"LCrPQGDWk\",width:\"100%\",...addPropertyOverrides({hCLsQ6xFL:{pwu18PYVd:false,style:{width:\"100%\"},variant:\"djyWka7Gw\"},sWQvguOkS:{i1lTtEswF:false,style:{width:\"100%\"},variant:\"djyWka7Gw\"}},baseVariant,gestureVariant)})})})}),isDisplayed5()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-6rehab\",layoutDependency:layoutDependency,layoutId:\"IyDiIm1ig\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"aT0RrC_V2\"},nodeId:\"fSCZcuVAk\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-7t6yun framer-1s32ivc\",layoutDependency:layoutDependency,layoutId:\"fSCZcuVAk\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TXVsaXNoLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Mulish\", \"Mulish Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(42, 64, 84))\"},children:\"Espace \\xe9cole\"})}),className:\"framer-q6fe4s\",\"data-framer-name\":\"Espace \\xe9cole\",fonts:[\"GF;Mulish-regular\"],layoutDependency:layoutDependency,layoutId:\"vRiD_dQ7n\",style:{\"--extracted-r6o4lv\":\"rgb(42, 64, 84)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"KJrcFww8p\"},nodeId:\"AQtw7imZU\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-aj9r9p framer-1s32ivc\",layoutDependency:layoutDependency,layoutId:\"AQtw7imZU\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TXVsaXNoLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Mulish\", \"Mulish Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(42, 64, 84))\"},children:\"Espace \\xe9tudiants\"})}),className:\"framer-1pcjtkj\",\"data-framer-name\":\"Espace \\xe9cole\",fonts:[\"GF;Mulish-regular\"],layoutDependency:layoutDependency,layoutId:\"ZhneY2w6u\",style:{\"--extracted-r6o4lv\":\"rgb(42, 64, 84)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"m2VwgIxn4\"},nodeId:\"eyrra8F2O\",openInNewTab:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-b7s1o9 framer-1s32ivc\",layoutDependency:layoutDependency,layoutId:\"eyrra8F2O\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TXVsaXNoLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Mulish\", \"Mulish Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(42, 64, 84))\"},children:\"Espace entreprises\"})}),className:\"framer-xe7lqv\",\"data-framer-name\":\"Espace \\xe9cole\",fonts:[\"GF;Mulish-regular\"],layoutDependency:layoutDependency,layoutId:\"OQeZMdXNE\",style:{\"--extracted-r6o4lv\":\"rgb(42, 64, 84)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})})]})]}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"OTOSRRtRM\"},nodeId:\"B9BrLER6T\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1ywtgsn framer-1s32ivc\",layoutDependency:layoutDependency,layoutId:\"B9BrLER6T\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,...addPropertyOverrides({hCLsQ6xFL:{width:`max(${componentViewport?.width||\"100vw\"} - 16px, 1px)`,y:(componentViewport?.y||0)+0+0+0+16+46+0+440+0},sWQvguOkS:{width:`max(${componentViewport?.width||\"100vw\"} - 16px, 1px)`,y:(componentViewport?.y||0)+0+0+0+16+46+0+40+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-ihfqw4-container\",layoutDependency:layoutDependency,layoutId:\"HNtCIWXUJ-container\",children:/*#__PURE__*/_jsx(InlineButton,{height:\"100%\",i1lTtEswF:true,id:\"HNtCIWXUJ\",layoutId:\"HNtCIWXUJ\",pwu18PYVd:true,sZbn50tHX:\"Coaching emploi\",variant:\"LCrPQGDWk\",width:\"100%\",...addPropertyOverrides({hCLsQ6xFL:{i1lTtEswF:false,pwu18PYVd:false,style:{width:\"100%\"},variant:\"djyWka7Gw\"},sWQvguOkS:{i1lTtEswF:false,pwu18PYVd:false,style:{width:\"100%\"},variant:\"djyWka7Gw\"}},baseVariant,gestureVariant)})})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Jeny32Z5N\"},nodeId:\"uWFSwq2P8\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-gmm4ns framer-1s32ivc\",layoutDependency:layoutDependency,layoutId:\"uWFSwq2P8\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,...addPropertyOverrides({hCLsQ6xFL:{width:`max(${componentViewport?.width||\"100vw\"} - 16px, 1px)`,y:(componentViewport?.y||0)+0+0+0+16+46+0+480+0},sWQvguOkS:{width:`max(${componentViewport?.width||\"100vw\"} - 16px, 1px)`,y:(componentViewport?.y||0)+0+0+0+16+46+0+80+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1l8q0ri-container\",layoutDependency:layoutDependency,layoutId:\"gJXF1Ah33-container\",children:/*#__PURE__*/_jsx(InlineButton,{height:\"100%\",i1lTtEswF:true,id:\"gJXF1Ah33\",layoutId:\"gJXF1Ah33\",pwu18PYVd:true,sZbn50tHX:\"Notre \\xe9quipe\",variant:\"LCrPQGDWk\",width:\"100%\",...addPropertyOverrides({hCLsQ6xFL:{i1lTtEswF:false,pwu18PYVd:false,style:{width:\"100%\"},variant:\"djyWka7Gw\"},sWQvguOkS:{i1lTtEswF:false,pwu18PYVd:false,style:{width:\"100%\"},variant:\"djyWka7Gw\"}},baseVariant,gestureVariant)})})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"HMmxppc0g\"},nodeId:\"HW6Oqv9yW\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-vadwm6 framer-1s32ivc\",layoutDependency:layoutDependency,layoutId:\"HW6Oqv9yW\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,...addPropertyOverrides({hCLsQ6xFL:{width:`max(${componentViewport?.width||\"100vw\"} - 16px, 1px)`,y:(componentViewport?.y||0)+0+0+0+16+46+0+520+0},sWQvguOkS:{width:`max(${componentViewport?.width||\"100vw\"} - 16px, 1px)`,y:(componentViewport?.y||0)+0+0+0+16+46+0+120+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1w5b871-container\",layoutDependency:layoutDependency,layoutId:\"Vb_AvKjw7-container\",children:/*#__PURE__*/_jsx(InlineButton,{height:\"100%\",i1lTtEswF:true,id:\"Vb_AvKjw7\",layoutId:\"Vb_AvKjw7\",pwu18PYVd:true,sZbn50tHX:\"Nos cas clients\",variant:\"LCrPQGDWk\",width:\"100%\",...addPropertyOverrides({hCLsQ6xFL:{i1lTtEswF:false,pwu18PYVd:false,style:{width:\"100%\"},variant:\"djyWka7Gw\"},sWQvguOkS:{i1lTtEswF:false,pwu18PYVd:false,style:{width:\"100%\"},variant:\"djyWka7Gw\"}},baseVariant,gestureVariant)})})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"VduWutwfx\"},nodeId:\"U8NMBMWk1\",openInNewTab:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1cqqfvl framer-1s32ivc\",layoutDependency:layoutDependency,layoutId:\"U8NMBMWk1\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,...addPropertyOverrides({hCLsQ6xFL:{width:`max(${componentViewport?.width||\"100vw\"} - 16px, 1px)`,y:(componentViewport?.y||0)+0+0+0+16+46+0+560+0},sWQvguOkS:{width:`max(${componentViewport?.width||\"100vw\"} - 16px, 1px)`,y:(componentViewport?.y||0)+0+0+0+16+46+0+160+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-54l2fk-container\",layoutDependency:layoutDependency,layoutId:\"My5fHqKz4-container\",children:/*#__PURE__*/_jsx(InlineButton,{height:\"100%\",i1lTtEswF:true,id:\"My5fHqKz4\",layoutId:\"My5fHqKz4\",pwu18PYVd:true,sZbn50tHX:\"Nos offres\",variant:\"LCrPQGDWk\",width:\"100%\",...addPropertyOverrides({hCLsQ6xFL:{i1lTtEswF:false,pwu18PYVd:false,style:{width:\"100%\"},sZbn50tHX:\"Notre offre\",variant:\"djyWka7Gw\"},sWQvguOkS:{i1lTtEswF:false,pwu18PYVd:false,style:{width:\"100%\"},sZbn50tHX:\"Notre offre\",variant:\"djyWka7Gw\"}},baseVariant,gestureVariant)})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-hklu6m\",\"data-framer-name\":\"Divider\",layoutDependency:layoutDependency,layoutId:\"WHExAcivX\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-bph7bb\",\"data-framer-name\":\"Separator\",layoutDependency:layoutDependency,layoutId:\"I9523:16074;3042:7682\",style:{backgroundColor:\"rgb(237, 240, 243)\"},transformTemplate:transformTemplate1,variants:{hCLsQ6xFL:{backgroundColor:\"var(--token-d9b5a2b2-82e3-4745-8e18-2756376fe1d0, rgb(117, 144, 168))\"},sWQvguOkS:{backgroundColor:\"var(--token-d9b5a2b2-82e3-4745-8e18-2756376fe1d0, rgb(117, 144, 168))\"}},...addPropertyOverrides({hCLsQ6xFL:{transformTemplate:undefined},sWQvguOkS:{transformTemplate:undefined}},baseVariant,gestureVariant)})}),isDisplayed4()&&/*#__PURE__*/_jsx(Link,{href:\"https://login.mentorgoal.com\",nodeId:\"KB41ZKpIW\",openInNewTab:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-djklep framer-1s32ivc\",layoutDependency:layoutDependency,layoutId:\"KB41ZKpIW\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,...addPropertyOverrides({hCLsQ6xFL:{width:`max(${componentViewport?.width||\"100vw\"} - 16px, 1px)`,y:(componentViewport?.y||0)+0+0+0+16+46+0+616+0},sWQvguOkS:{width:`max(${componentViewport?.width||\"100vw\"} - 16px, 1px)`,y:(componentViewport?.y||0)+0+0+0+16+46+0+216+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-149ojcp-container\",layoutDependency:layoutDependency,layoutId:\"o1nuaDAVg-container\",children:/*#__PURE__*/_jsx(InlineButton,{height:\"100%\",i1lTtEswF:true,id:\"o1nuaDAVg\",layoutId:\"o1nuaDAVg\",pwu18PYVd:true,sZbn50tHX:\"Se connecter\",variant:\"LCrPQGDWk\",width:\"100%\",...addPropertyOverrides({hCLsQ6xFL:{i1lTtEswF:false,pwu18PYVd:false,style:{width:\"100%\"},variant:\"djyWka7Gw\"},sWQvguOkS:{i1lTtEswF:false,pwu18PYVd:false,style:{width:\"100%\"},variant:\"djyWka7Gw\"}},baseVariant,gestureVariant)})})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"VduWutwfx\"},nodeId:\"bVmrel7AK\",openInNewTab:false,...addPropertyOverrides({hCLsQ6xFL:{href:{webPageId:\"OBF0Yd8db\"}},sWQvguOkS:{href:{webPageId:\"OBF0Yd8db\"}}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-9hkfkp framer-1s32ivc\",layoutDependency:layoutDependency,layoutId:\"bVmrel7AK\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,...addPropertyOverrides({hCLsQ6xFL:{width:`max(${componentViewport?.width||\"100vw\"} - 16px, 1px)`,y:(componentViewport?.y||0)+0+0+0+16+46+0+656+0},sWQvguOkS:{width:`max(${componentViewport?.width||\"100vw\"} - 16px, 1px)`,y:(componentViewport?.y||0)+0+0+0+16+46+0+256+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-it8nz4-container\",layoutDependency:layoutDependency,layoutId:\"Wst4BJOXJ-container\",children:/*#__PURE__*/_jsx(InlineButton,{height:\"100%\",i1lTtEswF:true,id:\"Wst4BJOXJ\",layoutId:\"Wst4BJOXJ\",pwu18PYVd:true,sZbn50tHX:\"Nos offres\",variant:\"LCrPQGDWk\",width:\"100%\",...addPropertyOverrides({hCLsQ6xFL:{i1lTtEswF:false,pwu18PYVd:false,style:{width:\"100%\"},sZbn50tHX:\"Nous contacter\",variant:\"djyWka7Gw\"},sWQvguOkS:{i1lTtEswF:false,pwu18PYVd:false,style:{width:\"100%\"},sZbn50tHX:\"Nous contacter\",variant:\"djyWka7Gw\"}},baseVariant,gestureVariant)})})})})})]})]})]}),isDisplayed6()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-wemgbf\",layoutDependency:layoutDependency,layoutId:\"yZjznNwHn\",children:isDisplayed6()&&/*#__PURE__*/_jsxs(MotionDivWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,className:\"framer-f6qrwd\",\"data-framer-appear-id\":\"f6qrwd\",\"data-framer-name\":\"menu hover\",initial:animation1,layoutDependency:layoutDependency,layoutId:\"M0q6ltoz3\",optimized:true,style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24,boxShadow:\"1px 2px 16px 0px rgba(42, 64, 84, 0.05999999865889549), 0px 0px 4px 0px rgba(14, 21, 28, 0.019999999552965164)\"},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1mbbeyr\",\"data-framer-name\":\"content\",layoutDependency:layoutDependency,layoutId:\"kJVpdsDwW\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:104,width:\"343.3333px\",...addPropertyOverrides({b3i_ZqRtl:{y:(componentViewport?.y||0)+0+96+0+16+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1c1bpxj-container\",layoutDependency:layoutDependency,layoutId:\"Ju9e6lJSm-container\",children:/*#__PURE__*/_jsx(HeaderCompo,{height:\"100%\",id:\"Ju9e6lJSm\",layoutId:\"Ju9e6lJSm\",style:{height:\"100%\",width:\"100%\"},variant:\"otwdc2R53\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:104,width:\"343.3333px\",...addPropertyOverrides({b3i_ZqRtl:{y:(componentViewport?.y||0)+0+96+0+16+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-khzvm0-container\",layoutDependency:layoutDependency,layoutId:\"tms1qIlsP-container\",children:/*#__PURE__*/_jsx(HeaderCompo,{height:\"100%\",id:\"tms1qIlsP\",layoutId:\"tms1qIlsP\",style:{height:\"100%\",width:\"100%\"},variant:\"dQQhtAW7H\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:104,width:\"343.3333px\",...addPropertyOverrides({b3i_ZqRtl:{y:(componentViewport?.y||0)+0+96+0+16+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1l317gl-container\",layoutDependency:layoutDependency,layoutId:\"bRrlBtaiF-container\",children:/*#__PURE__*/_jsx(HeaderCompo,{height:\"100%\",id:\"bRrlBtaiF\",layoutId:\"bRrlBtaiF\",style:{height:\"100%\",width:\"100%\"},variant:\"pJVHA893H\",width:\"100%\"})})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-3zr8fw\",\"data-border\":true,\"data-framer-name\":\"Frame 2035\",layoutDependency:layoutDependency,layoutId:\"LnWwVmdXt\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(200, 211, 220)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-9hqeq9\",\"data-framer-name\":\"content\",layoutDependency:layoutDependency,layoutId:\"eljF0qL3Z\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1tm26dw\",\"data-framer-name\":\"text\",layoutDependency:layoutDependency,layoutId:\"LegIA8ytr\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TXVsaXNoLTYwMA==\",\"--framer-font-family\":'\"Mulish\", \"Mulish Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(42, 64, 84))\"},children:\"Pourquoi travailler avec Mentor Goal ? \"})}),className:\"framer-1kyfxd6\",\"data-framer-name\":\"Pourquoi travailler avce Mentor Goal ?\",fonts:[\"GF;Mulish-600\"],layoutDependency:layoutDependency,layoutId:\"rsji2ByV9\",style:{\"--extracted-r6o4lv\":\"rgb(42, 64, 84)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TXVsaXNoLTYwMA==\",\"--framer-font-family\":'\"Mulish\", \"Mulish Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(117, 144, 168))\"},children:\"D\\xe9ploiement, s\\xe9curit\\xe9...\"})}),className:\"framer-2zxoku\",\"data-framer-name\":\"D\\xe9ploiement, s\\xe9curit\\xe9...\",fonts:[\"GF;Mulish-600\"],layoutDependency:layoutDependency,layoutId:\"kuLQvNKSm\",style:{\"--extracted-r6o4lv\":\"rgb(117, 144, 168)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"JaEr5lAN0\"},nodeId:\"hwkbm8XGw\",openInNewTab:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-i47yl3 framer-1s32ivc\",layoutDependency:layoutDependency,layoutId:\"hwkbm8XGw\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:28,...addPropertyOverrides({b3i_ZqRtl:{y:(componentViewport?.y||0)+0+96+0+16+128+16+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-k9jslw-container\",layoutDependency:layoutDependency,layoutId:\"sRjbQzXcb-container\",children:/*#__PURE__*/_jsx(KnowMore,{height:\"100%\",id:\"sRjbQzXcb\",layoutId:\"sRjbQzXcb\",variant:\"Gzl5qqEmL\",width:\"100%\",wMGrm9WNE:\"En savoir plus\"})})})})})]})})]})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-He3Iq.framer-1s32ivc, .framer-He3Iq .framer-1s32ivc { display: block; }\",\".framer-He3Iq.framer-1jr4ogu { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; min-width: 1024px; padding: 0px 128px 0px 128px; position: relative; width: min-content; }\",\".framer-He3Iq .framer-1y10676 { align-content: center; align-items: center; align-self: stretch; 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: auto; }\",\".framer-He3Iq .framer-lc916j { 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; max-width: 1110px; overflow: visible; padding: 24px; position: relative; width: min-content; }\",\".framer-He3Iq .framer-1aeoc6l { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: 40px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-He3Iq .framer-4bv56x { align-content: flex-start; align-items: flex-start; 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-He3Iq .framer-b510or { flex: none; height: 40px; position: relative; text-decoration: none; width: 64px; }\",\".framer-He3Iq .framer-jgahou { align-content: center; align-items: center; align-self: stretch; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: auto; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-He3Iq .framer-8kgg1x { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-He3Iq .framer-1yhl5jr-container, .framer-He3Iq .framer-dl66vj-container, .framer-He3Iq .framer-1c114yl-container, .framer-He3Iq .framer-v0tz29-container, .framer-He3Iq .framer-mce2dl-container, .framer-He3Iq .framer-iudu8n-container, .framer-He3Iq .framer-yvx0bc-container, .framer-He3Iq .framer-jmfmgz-container, .framer-He3Iq .framer-ihfqw4-container, .framer-He3Iq .framer-1l8q0ri-container, .framer-He3Iq .framer-1w5b871-container, .framer-He3Iq .framer-54l2fk-container, .framer-He3Iq .framer-149ojcp-container, .framer-He3Iq .framer-it8nz4-container, .framer-He3Iq .framer-k9jslw-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-He3Iq .framer-vm3y35 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 16px); overflow: hidden; position: relative; width: 16px; }\",\".framer-He3Iq .framer-1o0iiez { bottom: 5px; flex: none; left: 4px; position: absolute; right: 4px; top: 5px; }\",\".framer-He3Iq .framer-ngrf2z, .framer-He3Iq .framer-1jfplwo, .framer-He3Iq .framer-ai1ma2, .framer-He3Iq .framer-x3try1, .framer-He3Iq .framer-1ywtgsn, .framer-He3Iq .framer-gmm4ns, .framer-He3Iq .framer-vadwm6, .framer-He3Iq .framer-1cqqfvl { 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; text-decoration: none; width: min-content; }\",\".framer-He3Iq .framer-clq7t3 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: 100%; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-He3Iq .framer-1qh618m, .framer-He3Iq .framer-i47yl3 { 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; text-decoration: none; width: min-content; }\",\".framer-He3Iq .framer-c4un7n { 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; text-decoration: none; width: min-content; }\",\".framer-He3Iq .framer-1w4hhal { 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: 16px 24px 16px 24px; position: relative; width: 100%; }\",\".framer-He3Iq .framer-1qn4cnj { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-end; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-He3Iq .framer-1psn8qx { 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-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-He3Iq .framer-ku6lqx { flex: none; height: 30px; position: relative; width: 48px; }\",\".framer-He3Iq .framer-xzpev1 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 32px); overflow: hidden; position: relative; width: 32px; }\",\".framer-He3Iq .framer-1tqsk54 { bottom: 8px; flex: none; left: 4px; position: absolute; right: 4px; top: 8px; }\",\".framer-He3Iq .framer-1fs4tj6 { flex: none; height: 24px; overflow: hidden; position: relative; width: 24px; }\",\".framer-He3Iq .framer-1htqho1 { bottom: 6px; flex: none; left: 6px; position: absolute; right: 6px; top: 6px; }\",\".framer-He3Iq .framer-5jvdbu { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-He3Iq .framer-6aoxxp { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-He3Iq .framer-9yu4pj { align-content: center; align-items: center; cursor: pointer; 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: 100%; }\",\".framer-He3Iq .framer-6rehab { 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 24px 0px 24px; position: relative; width: 100%; }\",\".framer-He3Iq .framer-7t6yun, .framer-He3Iq .framer-aj9r9p, .framer-He3Iq .framer-b7s1o9 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: 100%; }\",\".framer-He3Iq .framer-q6fe4s, .framer-He3Iq .framer-1pcjtkj, .framer-He3Iq .framer-xe7lqv { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-He3Iq .framer-hklu6m { flex: none; height: 4px; overflow: visible; position: relative; width: 1152px; }\",\".framer-He3Iq .framer-bph7bb { aspect-ratio: 1152 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 1px); left: 0px; position: absolute; right: 0px; top: 38%; }\",\".framer-He3Iq .framer-djklep, .framer-He3Iq .framer-9hkfkp { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 8px 16px 8px 16px; position: relative; text-decoration: none; width: 1px; }\",\".framer-He3Iq .framer-wemgbf { align-content: center; align-items: center; align-self: stretch; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; min-height: 216px; overflow: visible; padding: 0px; position: relative; width: auto; }\",\".framer-He3Iq .framer-f6qrwd { 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: hidden; padding: 16px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-He3Iq .framer-1mbbeyr { 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: 1078px; }\",\".framer-He3Iq .framer-1c1bpxj-container, .framer-He3Iq .framer-khzvm0-container, .framer-He3Iq .framer-1l317gl-container { flex: 1 0 0px; height: 104px; position: relative; width: 1px; }\",\".framer-He3Iq .framer-3zr8fw { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 16px 24px 16px 24px; position: relative; width: 1078px; will-change: var(--framer-will-change-override, transform); }\",\".framer-He3Iq .framer-9hqeq9 { 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-He3Iq .framer-1tm26dw { 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-He3Iq .framer-1kyfxd6, .framer-He3Iq .framer-2zxoku { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-He3Iq.framer-1jr4ogu, .framer-He3Iq .framer-1y10676, .framer-He3Iq .framer-lc916j, .framer-He3Iq .framer-1aeoc6l, .framer-He3Iq .framer-4bv56x, .framer-He3Iq .framer-jgahou, .framer-He3Iq .framer-8kgg1x, .framer-He3Iq .framer-ngrf2z, .framer-He3Iq .framer-1jfplwo, .framer-He3Iq .framer-ai1ma2, .framer-He3Iq .framer-x3try1, .framer-He3Iq .framer-clq7t3, .framer-He3Iq .framer-1qh618m, .framer-He3Iq .framer-c4un7n, .framer-He3Iq .framer-1w4hhal, .framer-He3Iq .framer-1qn4cnj, .framer-He3Iq .framer-1psn8qx, .framer-He3Iq .framer-5jvdbu, .framer-He3Iq .framer-6aoxxp, .framer-He3Iq .framer-9yu4pj, .framer-He3Iq .framer-6rehab, .framer-He3Iq .framer-7t6yun, .framer-He3Iq .framer-aj9r9p, .framer-He3Iq .framer-b7s1o9, .framer-He3Iq .framer-1ywtgsn, .framer-He3Iq .framer-gmm4ns, .framer-He3Iq .framer-vadwm6, .framer-He3Iq .framer-1cqqfvl, .framer-He3Iq .framer-djklep, .framer-He3Iq .framer-9hkfkp, .framer-He3Iq .framer-wemgbf, .framer-He3Iq .framer-f6qrwd, .framer-He3Iq .framer-1mbbeyr, .framer-He3Iq .framer-3zr8fw, .framer-He3Iq .framer-1tm26dw, .framer-He3Iq .framer-i47yl3 { gap: 0px; } .framer-He3Iq.framer-1jr4ogu > *, .framer-He3Iq .framer-6aoxxp > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-He3Iq.framer-1jr4ogu > :first-child, .framer-He3Iq .framer-lc916j > :first-child, .framer-He3Iq .framer-6aoxxp > :first-child, .framer-He3Iq .framer-6rehab > :first-child, .framer-He3Iq .framer-f6qrwd > :first-child, .framer-He3Iq .framer-3zr8fw > :first-child { margin-top: 0px; } .framer-He3Iq.framer-1jr4ogu > :last-child, .framer-He3Iq .framer-lc916j > :last-child, .framer-He3Iq .framer-6aoxxp > :last-child, .framer-He3Iq .framer-6rehab > :last-child, .framer-He3Iq .framer-f6qrwd > :last-child, .framer-He3Iq .framer-3zr8fw > :last-child { margin-bottom: 0px; } .framer-He3Iq .framer-1y10676 > *, .framer-He3Iq .framer-1qh618m > *, .framer-He3Iq .framer-1psn8qx > *, .framer-He3Iq .framer-7t6yun > *, .framer-He3Iq .framer-aj9r9p > *, .framer-He3Iq .framer-b7s1o9 > *, .framer-He3Iq .framer-wemgbf > *, .framer-He3Iq .framer-i47yl3 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-He3Iq .framer-1y10676 > :first-child, .framer-He3Iq .framer-1aeoc6l > :first-child, .framer-He3Iq .framer-4bv56x > :first-child, .framer-He3Iq .framer-jgahou > :first-child, .framer-He3Iq .framer-8kgg1x > :first-child, .framer-He3Iq .framer-ngrf2z > :first-child, .framer-He3Iq .framer-1jfplwo > :first-child, .framer-He3Iq .framer-ai1ma2 > :first-child, .framer-He3Iq .framer-x3try1 > :first-child, .framer-He3Iq .framer-clq7t3 > :first-child, .framer-He3Iq .framer-1qh618m > :first-child, .framer-He3Iq .framer-c4un7n > :first-child, .framer-He3Iq .framer-1w4hhal > :first-child, .framer-He3Iq .framer-1qn4cnj > :first-child, .framer-He3Iq .framer-1psn8qx > :first-child, .framer-He3Iq .framer-5jvdbu > :first-child, .framer-He3Iq .framer-9yu4pj > :first-child, .framer-He3Iq .framer-7t6yun > :first-child, .framer-He3Iq .framer-aj9r9p > :first-child, .framer-He3Iq .framer-b7s1o9 > :first-child, .framer-He3Iq .framer-1ywtgsn > :first-child, .framer-He3Iq .framer-gmm4ns > :first-child, .framer-He3Iq .framer-vadwm6 > :first-child, .framer-He3Iq .framer-1cqqfvl > :first-child, .framer-He3Iq .framer-djklep > :first-child, .framer-He3Iq .framer-9hkfkp > :first-child, .framer-He3Iq .framer-wemgbf > :first-child, .framer-He3Iq .framer-1mbbeyr > :first-child, .framer-He3Iq .framer-1tm26dw > :first-child, .framer-He3Iq .framer-i47yl3 > :first-child { margin-left: 0px; } .framer-He3Iq .framer-1y10676 > :last-child, .framer-He3Iq .framer-1aeoc6l > :last-child, .framer-He3Iq .framer-4bv56x > :last-child, .framer-He3Iq .framer-jgahou > :last-child, .framer-He3Iq .framer-8kgg1x > :last-child, .framer-He3Iq .framer-ngrf2z > :last-child, .framer-He3Iq .framer-1jfplwo > :last-child, .framer-He3Iq .framer-ai1ma2 > :last-child, .framer-He3Iq .framer-x3try1 > :last-child, .framer-He3Iq .framer-clq7t3 > :last-child, .framer-He3Iq .framer-1qh618m > :last-child, .framer-He3Iq .framer-c4un7n > :last-child, .framer-He3Iq .framer-1w4hhal > :last-child, .framer-He3Iq .framer-1qn4cnj > :last-child, .framer-He3Iq .framer-1psn8qx > :last-child, .framer-He3Iq .framer-5jvdbu > :last-child, .framer-He3Iq .framer-9yu4pj > :last-child, .framer-He3Iq .framer-7t6yun > :last-child, .framer-He3Iq .framer-aj9r9p > :last-child, .framer-He3Iq .framer-b7s1o9 > :last-child, .framer-He3Iq .framer-1ywtgsn > :last-child, .framer-He3Iq .framer-gmm4ns > :last-child, .framer-He3Iq .framer-vadwm6 > :last-child, .framer-He3Iq .framer-1cqqfvl > :last-child, .framer-He3Iq .framer-djklep > :last-child, .framer-He3Iq .framer-9hkfkp > :last-child, .framer-He3Iq .framer-wemgbf > :last-child, .framer-He3Iq .framer-1mbbeyr > :last-child, .framer-He3Iq .framer-1tm26dw > :last-child, .framer-He3Iq .framer-i47yl3 > :last-child { margin-right: 0px; } .framer-He3Iq .framer-lc916j > *, .framer-He3Iq .framer-f6qrwd > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-He3Iq .framer-1aeoc6l > *, .framer-He3Iq .framer-1w4hhal > *, .framer-He3Iq .framer-1mbbeyr > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-He3Iq .framer-4bv56x > *, .framer-He3Iq .framer-clq7t3 > *, .framer-He3Iq .framer-c4un7n > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-He3Iq .framer-jgahou > *, .framer-He3Iq .framer-5jvdbu > * { margin: 0px; margin-left: calc(32px / 2); margin-right: calc(32px / 2); } .framer-He3Iq .framer-8kgg1x > *, .framer-He3Iq .framer-9yu4pj > *, .framer-He3Iq .framer-1tm26dw > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-He3Iq .framer-ngrf2z > *, .framer-He3Iq .framer-1jfplwo > *, .framer-He3Iq .framer-ai1ma2 > *, .framer-He3Iq .framer-x3try1 > *, .framer-He3Iq .framer-1qn4cnj > *, .framer-He3Iq .framer-1ywtgsn > *, .framer-He3Iq .framer-gmm4ns > *, .framer-He3Iq .framer-vadwm6 > *, .framer-He3Iq .framer-1cqqfvl > *, .framer-He3Iq .framer-djklep > *, .framer-He3Iq .framer-9hkfkp > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-He3Iq .framer-6rehab > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-He3Iq .framer-3zr8fw > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } }\",\".framer-He3Iq.framer-v-ovto44.framer-1jr4ogu { cursor: pointer; gap: 8px; height: 88px; justify-content: flex-start; }\",\".framer-He3Iq.framer-v-ovto44 .framer-wemgbf { min-height: unset; }\",\".framer-He3Iq.framer-v-ovto44 .framer-f6qrwd, .framer-He3Iq.framer-v-ovto44 .framer-1c1bpxj-container, .framer-He3Iq.framer-v-ovto44 .framer-1tm26dw, .framer-He3Iq.framer-v-4w5s1r .framer-1w4hhal { order: 0; }\",\".framer-He3Iq.framer-v-ovto44 .framer-khzvm0-container, .framer-He3Iq.framer-v-ovto44 .framer-i47yl3, .framer-He3Iq.framer-v-4uagpt .framer-9yu4pj { order: 1; }\",\".framer-He3Iq.framer-v-ovto44 .framer-1l317gl-container, .framer-He3Iq.framer-v-4uagpt .framer-6rehab { order: 2; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-He3Iq.framer-v-ovto44.framer-1jr4ogu { gap: 0px; } .framer-He3Iq.framer-v-ovto44.framer-1jr4ogu > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-He3Iq.framer-v-ovto44.framer-1jr4ogu > :first-child { margin-top: 0px; } .framer-He3Iq.framer-v-ovto44.framer-1jr4ogu > :last-child { margin-bottom: 0px; } }\",\".framer-He3Iq.framer-v-4w5s1r.framer-1jr4ogu { height: 64px; min-width: unset; padding: 0px; width: 390px; }\",\".framer-He3Iq.framer-v-4w5s1r .framer-1y10676 { align-self: unset; width: 100%; }\",\".framer-He3Iq.framer-v-4w5s1r .framer-1qn4cnj { justify-content: flex-start; }\",\".framer-He3Iq.framer-v-4w5s1r .framer-ku6lqx, .framer-He3Iq.framer-v-1n21hpo .framer-ku6lqx, .framer-He3Iq.framer-v-4uagpt .framer-ku6lqx { text-decoration: none; }\",\".framer-He3Iq.framer-v-4w5s1r .framer-xzpev1, .framer-He3Iq.framer-v-1n21hpo .framer-1fs4tj6, .framer-He3Iq.framer-v-4uagpt .framer-1fs4tj6 { cursor: pointer; }\",\".framer-He3Iq.framer-v-1n21hpo.framer-1jr4ogu, .framer-He3Iq.framer-v-4uagpt.framer-1jr4ogu { height: 64px; justify-content: flex-start; min-width: unset; padding: 0px; width: 390px; }\",\".framer-He3Iq.framer-v-1n21hpo .framer-1y10676, .framer-He3Iq.framer-v-4uagpt .framer-1y10676 { align-self: unset; gap: 0px; width: 100%; }\",\".framer-He3Iq.framer-v-1n21hpo .framer-1w4hhal, .framer-He3Iq.framer-v-4uagpt .framer-1w4hhal { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 16px; order: 0; padding: 16px 0px 16px 0px; }\",\".framer-He3Iq.framer-v-1n21hpo .framer-1qn4cnj, .framer-He3Iq.framer-v-4uagpt .framer-1qn4cnj { flex: none; justify-content: flex-start; order: 0; padding: 0px 24px 0px 24px; width: 100%; }\",\".framer-He3Iq.framer-v-1n21hpo .framer-5jvdbu, .framer-He3Iq.framer-v-4uagpt .framer-5jvdbu { align-content: flex-start; align-items: flex-start; flex: none; flex-direction: column; gap: 16px; order: 1; padding: 0px 8px 0px 8px; width: 100%; }\",\".framer-He3Iq.framer-v-1n21hpo .framer-6aoxxp { flex: none; width: 100%; }\",\".framer-He3Iq.framer-v-1n21hpo .framer-jmfmgz-container, .framer-He3Iq.framer-v-1n21hpo .framer-ihfqw4-container, .framer-He3Iq.framer-v-1n21hpo .framer-1l8q0ri-container, .framer-He3Iq.framer-v-1n21hpo .framer-1w5b871-container, .framer-He3Iq.framer-v-1n21hpo .framer-54l2fk-container, .framer-He3Iq.framer-v-1n21hpo .framer-149ojcp-container, .framer-He3Iq.framer-v-1n21hpo .framer-it8nz4-container, .framer-He3Iq.framer-v-4uagpt .framer-jmfmgz-container, .framer-He3Iq.framer-v-4uagpt .framer-ihfqw4-container, .framer-He3Iq.framer-v-4uagpt .framer-1l8q0ri-container, .framer-He3Iq.framer-v-4uagpt .framer-1w5b871-container, .framer-He3Iq.framer-v-4uagpt .framer-54l2fk-container, .framer-He3Iq.framer-v-4uagpt .framer-149ojcp-container, .framer-He3Iq.framer-v-4uagpt .framer-it8nz4-container { flex: 1 0 0px; width: 1px; }\",\".framer-He3Iq.framer-v-1n21hpo .framer-1ywtgsn, .framer-He3Iq.framer-v-1n21hpo .framer-gmm4ns, .framer-He3Iq.framer-v-1n21hpo .framer-vadwm6, .framer-He3Iq.framer-v-1n21hpo .framer-1cqqfvl, .framer-He3Iq.framer-v-4uagpt .framer-1ywtgsn, .framer-He3Iq.framer-v-4uagpt .framer-gmm4ns, .framer-He3Iq.framer-v-4uagpt .framer-vadwm6, .framer-He3Iq.framer-v-4uagpt .framer-1cqqfvl { justify-content: flex-start; width: 100%; }\",\".framer-He3Iq.framer-v-1n21hpo .framer-hklu6m, .framer-He3Iq.framer-v-4uagpt .framer-hklu6m { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; padding: 0px; width: 100%; }\",\".framer-He3Iq.framer-v-1n21hpo .framer-bph7bb, .framer-He3Iq.framer-v-4uagpt .framer-bph7bb { height: var(--framer-aspect-ratio-supported, 0px); left: unset; position: relative; right: unset; top: unset; width: 100%; }\",\".framer-He3Iq.framer-v-1n21hpo .framer-djklep, .framer-He3Iq.framer-v-1n21hpo .framer-9hkfkp, .framer-He3Iq.framer-v-4uagpt .framer-djklep, .framer-He3Iq.framer-v-4uagpt .framer-9hkfkp { flex: none; padding: 0px; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-He3Iq.framer-v-1n21hpo .framer-1y10676, .framer-He3Iq.framer-v-1n21hpo .framer-1w4hhal, .framer-He3Iq.framer-v-1n21hpo .framer-5jvdbu, .framer-He3Iq.framer-v-1n21hpo .framer-hklu6m { gap: 0px; } .framer-He3Iq.framer-v-1n21hpo .framer-1y10676 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-He3Iq.framer-v-1n21hpo .framer-1y10676 > :first-child { margin-left: 0px; } .framer-He3Iq.framer-v-1n21hpo .framer-1y10676 > :last-child { margin-right: 0px; } .framer-He3Iq.framer-v-1n21hpo .framer-1w4hhal > *, .framer-He3Iq.framer-v-1n21hpo .framer-5jvdbu > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-He3Iq.framer-v-1n21hpo .framer-1w4hhal > :first-child, .framer-He3Iq.framer-v-1n21hpo .framer-5jvdbu > :first-child, .framer-He3Iq.framer-v-1n21hpo .framer-hklu6m > :first-child { margin-top: 0px; } .framer-He3Iq.framer-v-1n21hpo .framer-1w4hhal > :last-child, .framer-He3Iq.framer-v-1n21hpo .framer-5jvdbu > :last-child, .framer-He3Iq.framer-v-1n21hpo .framer-hklu6m > :last-child { margin-bottom: 0px; } .framer-He3Iq.framer-v-1n21hpo .framer-hklu6m > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } }\",\".framer-He3Iq.framer-v-4uagpt .framer-6aoxxp { flex: none; gap: 8px; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-He3Iq.framer-v-4uagpt .framer-1y10676, .framer-He3Iq.framer-v-4uagpt .framer-1w4hhal, .framer-He3Iq.framer-v-4uagpt .framer-5jvdbu, .framer-He3Iq.framer-v-4uagpt .framer-6aoxxp, .framer-He3Iq.framer-v-4uagpt .framer-hklu6m { gap: 0px; } .framer-He3Iq.framer-v-4uagpt .framer-1y10676 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-He3Iq.framer-v-4uagpt .framer-1y10676 > :first-child { margin-left: 0px; } .framer-He3Iq.framer-v-4uagpt .framer-1y10676 > :last-child { margin-right: 0px; } .framer-He3Iq.framer-v-4uagpt .framer-1w4hhal > *, .framer-He3Iq.framer-v-4uagpt .framer-5jvdbu > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-He3Iq.framer-v-4uagpt .framer-1w4hhal > :first-child, .framer-He3Iq.framer-v-4uagpt .framer-5jvdbu > :first-child, .framer-He3Iq.framer-v-4uagpt .framer-6aoxxp > :first-child, .framer-He3Iq.framer-v-4uagpt .framer-hklu6m > :first-child { margin-top: 0px; } .framer-He3Iq.framer-v-4uagpt .framer-1w4hhal > :last-child, .framer-He3Iq.framer-v-4uagpt .framer-5jvdbu > :last-child, .framer-He3Iq.framer-v-4uagpt .framer-6aoxxp > :last-child, .framer-He3Iq.framer-v-4uagpt .framer-hklu6m > :last-child { margin-bottom: 0px; } .framer-He3Iq.framer-v-4uagpt .framer-6aoxxp > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-He3Iq.framer-v-4uagpt .framer-hklu6m > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } }\",'.framer-He3Iq[data-border=\"true\"]::after, .framer-He3Iq [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 88\n * @framerIntrinsicWidth 1366\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"],\"constraints\":[\"1024px\",null,null,null]},\"b3i_ZqRtl\":{\"layout\":[\"auto\",\"fixed\"],\"constraints\":[\"1024px\",null,null,null]},\"yo6qGSsDu\":{\"layout\":[\"fixed\",\"fixed\"]},\"sWQvguOkS\":{\"layout\":[\"fixed\",\"fixed\"]},\"hCLsQ6xFL\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"ECYva4R3W\":\"label\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramergO4xvkFjt=withCSS(Component,css,\"framer-He3Iq\");export default FramergO4xvkFjt;FramergO4xvkFjt.displayName=\"Header\";FramergO4xvkFjt.defaultProps={height:88,width:1366};addPropertyControls(FramergO4xvkFjt,{variant:{options:[\"K4uMtfX43\",\"b3i_ZqRtl\",\"yo6qGSsDu\",\"sWQvguOkS\",\"hCLsQ6xFL\"],optionTitles:[\"Closed\",\"Opened\",\"Mobile\",\"Mobile opened\",\"Mobile spaces opened\"],title:\"Variant\",type:ControlType.Enum},ECYva4R3W:{defaultValue:\"Plateforme emploi\",displayTextArea:false,placeholder:\"Label\",title:\"Label\",type:ControlType.String}});addFonts(FramergO4xvkFjt,[{explicitInter:true,fonts:[{family:\"Mulish\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/mulish/v13/1Ptyg83HX_SGhgqO0yLcmjzUAuWexZNRwaWlGrw-PTY.woff2\",weight:\"400\"},{family:\"Mulish\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/mulish/v13/1Ptyg83HX_SGhgqO0yLcmjzUAuWexU1WwaWlGrw-PTY.woff2\",weight:\"600\"}]},...InlineButtonFonts,...ButtonSecondaryOrangeFonts,...ButtonPrimaryOrangeFonts,...HeaderCompoFonts,...KnowMoreFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramergO4xvkFjt\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"ECYva4R3W\\\":\\\"label\\\"}\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"],\\\"constraints\\\":[\\\"1024px\\\",null,null,null]},\\\"b3i_ZqRtl\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"],\\\"constraints\\\":[\\\"1024px\\\",null,null,null]},\\\"yo6qGSsDu\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"sWQvguOkS\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"hCLsQ6xFL\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"88\",\"framerIntrinsicWidth\":\"1366\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["containerStyles", "emptyStateStyle", "defaultEvents", "ControlType", "fontSizeOptions", "fontControls", "font", "useOnEnter", "onEnter", "enabled", "useOnSpecificTargetChange", "useOnExit", "onExit", "goal", "callback", "isInTarget", "useIsInCurrentNavigationTarget", "ue", "isBrowserSafari", "navigator", "userAgent", "useIsBrowserSafari", "se", "useIsOnCanvas", "se", "RenderTarget", "useRadius", "props", "borderRadius", "isMixedBorderRadius", "topLeftRadius", "topRightRadius", "bottomRightRadius", "bottomLeftRadius", "se", "borderRadiusControl", "ControlType", "paddingControl", "ControlType", "Embed", "type", "url", "html", "style", "p", "EmbedUrl", "EmbedHtml", "Instructions", "addPropertyControls", "ControlType", "props", "getMinHeight", "emptyStateStyle", "centerTextStyle", "hasAutoHeight", "onCanvas", "useIsOnCanvas", "state", "setState", "ye", "ue", "isLastEffect", "load", "response", "isBlocked", "message", "error", "ErrorMessage", "LoadingIndicator", "iframeStyle", "getSandbox", "result", "hasSplineViewer", "hasComment", "EmbedHtmlWithScripts", "EmbedHtmlInsideIframe", "EmbedHtmlWithoutScripts", "ref", "pe", "iframeHeight", "setIframeHeight", "_ref_current", "iframeWindow", "handleMessage", "event", "data", "height", "window", "srcDoc", "currentStyle", "div", "executeScripts", "htmlStyle", "node", "script", "name", "value", "child", "containerStyles", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "isDisplayed4", "isDisplayed5", "isDisplayed6", "isDisplayed7", "isDisplayed8", "isDisplayed9", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "SVG", "Link", "css", "Framerfz5dG7ZMx", "withCSS", "fz5dG7ZMx_default", "addPropertyControls", "ControlType", "addFonts", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "label", "showArrowDownIcon", "showArrowUpIcon", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "sZbn50tHX", "pwu18PYVd", "i1lTtEswF", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "RichText2", "SVG", "css", "FramerhQzO8cA_f", "withCSS", "hQzO8cA_f_default", "addPropertyControls", "ControlType", "addFonts", "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", "width", "props", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "QZwgII1th", "Ur5HH7TeY", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapj3wlzw", "args", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "RichText2", "css", "Framero_gHdFsQ5", "withCSS", "o_gHdFsQ5_default", "addPropertyControls", "ControlType", "addFonts", "SocialMediaFonts", "getFonts", "fz5dG7ZMx_default", "EmbedFonts", "Embed", "LinkFonts", "o_gHdFsQ5_default", "InlineButtonFonts", "hQzO8cA_f_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "ref1", "pe", "isDisplayed", "isDisplayed1", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "SVG", "RichText2", "ComponentViewportProvider", "Link", "css", "FramerC1Am27vDh", "withCSS", "C1Am27vDh_default", "addPropertyControls", "ControlType", "addFonts", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "label", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "wMGrm9WNE", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "isDisplayed4", "isDisplayed5", "isDisplayed6", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "u", "RichText2", "SVG", "css", "FramerRNuHGY2eE", "withCSS", "RNuHGY2eE_default", "addPropertyControls", "ControlType", "addFonts", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "transition3", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "transition4", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "isDisplayed4", "isDisplayed5", "isDisplayed6", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "cx", "SVG", "RichText2", "css", "FramermbA62euOf", "withCSS", "mbA62euOf_default", "addPropertyControls", "ControlType", "addFonts", "InlineButtonFonts", "getFonts", "hQzO8cA_f_default", "ButtonSecondaryOrangeFonts", "vpsOkLuez_default", "ButtonPrimaryOrangeFonts", "llPwFvo2j_default", "HeaderCompoFonts", "mbA62euOf_default", "KnowMoreFonts", "RNuHGY2eE_default", "MotionDivWithFXWithOptimizedAppearEffect", "withOptimizedAppearEffect", "withFX", "motion", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "transformTemplate1", "_", "animation", "animation1", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "label", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "ECYva4R3W", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapzbpzha", "args", "onTap1wfvyh1", "onTap1xhheo3", "onTap1whxfl", "onTaptr2b5l", "onTapu5v3xp", "scopingClassNames", "cx", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "isDisplayed4", "isDisplayed5", "isDisplayed6", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "Link", "SVG", "ComponentViewportProvider", "RichText2", "css", "FramergO4xvkFjt", "withCSS", "gO4xvkFjt_default", "addPropertyControls", "ControlType", "addFonts"]
}
