{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/kBkaj3LmBqcSU2IkUsBC/kvFSr6fSU7VcYZyNyfaK/Download.js", "ssg:https://framerusercontent.com/modules/jXLF7h77SZIhXs4dAM3U/YoEsfCzLew35hxCB8XXk/RNWl8_IDK.js", "ssg:https://framerusercontent.com/modules/x47Td4LzpbOaA2Fg9rwm/jT4mxb3zjmPNpA10xZ5f/BeJILRJIw.js"],
  "sourcesContent": ["import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";import{motion}from\"framer-motion\";var IconType;(function(IconType){IconType[\"Default\"]=\"Default\";IconType[\"Custom\"]=\"Custom\";})(IconType||(IconType={}));var SrcType;(function(SrcType){SrcType[\"Upload\"]=\"Upload\";SrcType[\"URL\"]=\"URL\";})(SrcType||(SrcType={}));// Check for the Search Index Meta Tag\n// Currently the only way to differenciate between Preview & Publish\nconst metaTagSelector='meta[name=\"framer-search-index\"]';// We can hopefully remove this check when new Preview ships\nfunction isPublishedSiteOrSSG(){if(typeof document===\"undefined\")return true;const metaTag=document.querySelector(metaTagSelector);return!!metaTag;}/**\n *\n * DOWNLOAD\n * By Hunter\n *\n * @framerIntrinsicWidth 200\n * @framerIntrinsicHeight 100\n *\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth any\n * @framerSupportedLayoutHeight any\n */ export default function Download(props){const{styleOptions,hoverOptions,iconOptions}=props;const{backgroundColor,color,borderRadius,padding,paddingPerSide,paddingTop,paddingRight,paddingBottom,paddingLeft,gap}=styleOptions;const isInPublishedSiteOrSSG=isPublishedSiteOrSSG();let downloadURL=undefined;if(isInPublishedSiteOrSSG){if(props.srcType===SrcType.URL)downloadURL=props.srcURL;if(props.srcType===SrcType.Upload)downloadURL=props.srcFile;}const paddingValue=paddingPerSide?`${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px`:`${padding}px`;const getIcon=()=>{var ref,ref1;if(!iconOptions)return;const iconStyle={order:iconOptions.alignment===\"start\"?0:2,flexShrink:0};return iconOptions.type===IconType.Custom&&!!((ref=iconOptions.image)===null||ref===void 0?void 0:ref.src)?/*#__PURE__*/ _jsx(\"img\",{style:iconStyle,alt:((ref1=iconOptions.image)===null||ref1===void 0?void 0:ref1.alt)&&iconOptions.image.alt.length>0?iconOptions.image.alt:\"download icon\",src:iconOptions.image.src,width:iconOptions.size,height:iconOptions.size}):/*#__PURE__*/ _jsx(\"svg\",{style:iconStyle,xmlns:\"http://www.w3.org/2000/svg\",width:iconOptions.size,height:iconOptions.size,fill:iconOptions.color,viewBox:\"0 0 256 256\",children:/*#__PURE__*/ _jsx(\"path\",{d:\"M228 152v56a20 20 0 0 1-20 20H48a20 20 0 0 1-20-20v-56a12 12 0 0 1 24 0v52h152v-52a12 12 0 0 1 24 0Zm-108.49 8.49a12 12 0 0 0 17 0l40-40a12 12 0 0 0-17-17L140 123V40a12 12 0 0 0-24 0v83l-19.51-19.49a12 12 0 0 0-17 17Z\"})});};const getCursor=()=>{if(props.srcType===SrcType.URL&&props.srcURL)return\"pointer\";if(props.srcType===SrcType.Upload&&props.srcFile)return\"pointer\";return\"auto\";};const buttonTitle=isInPublishedSiteOrSSG?\"Download File\":\"Publish to Download\";return /*#__PURE__*/ _jsxs(motion.a,{target:\"_blank\",href:downloadURL,download:true,title:buttonTitle,style:{gap,fontSize:16,lineHeight:1,fontFamily:\"Inter\",fontWeight:500,width:\"max-content\",...props.style,...buttonStyles,...props.fontControl,padding:paddingValue,color:color,backgroundColor:backgroundColor,borderRadius:borderRadius,userSelect:\"none\",placeContent:flexAlignSwitch(props.fontControl),whiteSpace:\"nowrap\",cursor:getCursor()},whileHover:hoverOptions,transition:hoverOptions===null||hoverOptions===void 0?void 0:hoverOptions.transition,children:[getIcon(),props.text]});};Download.displayName=\"Download\";addPropertyControls(Download,{text:{title:\"Text\",type:ControlType.String,defaultValue:\"Download\"},srcType:{type:ControlType.Enum,displaySegmentedControl:true,title:\"Source\",options:[SrcType.Upload,SrcType.URL]},srcURL:{type:ControlType.String,title:\" \",placeholder:\"../example.pdf\",hidden:props=>props.srcType===SrcType.Upload},srcFile:{type:ControlType.File,title:\" \",allowedFileTypes:[],hidden:props=>props.srcType===SrcType.URL},fontControl:{// @ts-ignore - Internal\ntype:ControlType.Font,title:\"Font\",controls:\"extended\"},iconOptions:{type:ControlType.Object,optional:true,title:\"Icon\",buttonTitle:\"Size, Color\",controls:{type:{title:\"Type\",type:ControlType.Enum,options:Object.values(IconType),optionTitles:Object.values(IconType),displaySegmentedControl:true},color:{title:\"Color\",type:ControlType.Color,defaultValue:\"#FFF\",hidden:props=>props.type===IconType.Custom},image:{title:\"File\",type:ControlType.ResponsiveImage,allowedFileTypes:[\"jpg\",\"png\",\"svg\"],hidden:props=>props.type===IconType.Default},size:{type:ControlType.Number,displayStepper:true,min:5,defaultValue:16,max:250},alignment:{title:\"Align\",type:ControlType.Enum,displaySegmentedControl:true,options:[\"start\",\"end\"],optionTitles:[\"Start\",\"End\"]}}},styleOptions:{type:ControlType.Object,title:\"Styles\",buttonTitle:\"Button, Font\",controls:{backgroundColor:{type:ControlType.Color,title:\"Fill\",defaultValue:\"#111\"},color:{type:ControlType.Color,defaultValue:\"#FFF\"},borderRadius:{type:ControlType.Number,title:\"Radius\",displayStepper:true,defaultValue:50},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],defaultValue:10,valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\",],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},gap:{title:\"Gap\",type:ControlType.Number,displayStepper:true,defaultValue:5}}},hoverOptions:{type:ControlType.Object,title:\"Hover\",buttonTitle:\"Effect\",optional:true,controls:{scale:{type:ControlType.Number,title:\"Scale\",min:0,max:10,displayStepper:true,step:.01,defaultValue:1.1},backgroundColor:{type:ControlType.Color,title:\"Fill\",defaultValue:\"#333\",optional:true},color:{type:ControlType.Color,title:\"Color\",defaultValue:\"#FFF\",optional:true},transition:{type:ControlType.Transition,title:\"Transition\",defaultValue:{type:\"spring\",stiffness:400,damping:30}}}}});const buttonStyles={display:\"flex\",placeItems:\"center\",placeContent:\"center\",textDecoration:\"none\"};/* Match flex content alignment with text align */ const flexAlignSwitch=fontControlStyles=>{if(!(fontControlStyles===null||fontControlStyles===void 0?void 0:fontControlStyles.textAlign)){return\"left\";}if(fontControlStyles.textAlign===\"left\"){return\"flex-start\";}if(fontControlStyles.textAlign===\"right\"){return\"flex-end\";}return\"center\";};\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Download\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"100\",\"framerContractVersion\":\"1\",\"framerDisableUnlink\":\"*\",\"framerSupportedLayoutWidth\":\"any\",\"framerSupportedLayoutHeight\":\"any\",\"framerIntrinsicWidth\":\"200\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Download.map", "// Generated by Framer (101bcc7)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=['.framer-pKWtU .framer-styles-preset-qnu4tu:not(.rich-text-wrapper), .framer-pKWtU .framer-styles-preset-qnu4tu.rich-text-wrapper a { --framer-link-current-text-color: var(--token-1ad9df89-8b17-4d63-a8d9-fa477afc39a7, #ffffff) /* {\"name\":\"White\"} */; --framer-link-current-text-decoration: none; --framer-link-hover-text-color: var(--token-1ad9df89-8b17-4d63-a8d9-fa477afc39a7, #ffffff) /* {\"name\":\"White\"} */; --framer-link-hover-text-decoration: none; --framer-link-text-color: var(--token-1ad9df89-8b17-4d63-a8d9-fa477afc39a7, #ffffff); --framer-link-text-decoration: none; }'];export const className=\"framer-pKWtU\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (12ecc5e)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Link,RichText,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Download from\"https://framerusercontent.com/modules/kBkaj3LmBqcSU2IkUsBC/kvFSr6fSU7VcYZyNyfaK/Download.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/jXLF7h77SZIhXs4dAM3U/YoEsfCzLew35hxCB8XXk/RNWl8_IDK.js\";const DownloadFonts=getFonts(Download);const cycleOrder=[\"JrPfdooOj\",\"k3nqyR_os\",\"qevP2O0Ds\",\"RznetiuJZ\"];const serializationHash=\"framer-ALrvQ\";const variantClassNames={JrPfdooOj:\"framer-v-1ba751b\",k3nqyR_os:\"framer-v-1quaw9w\",qevP2O0Ds:\"framer-v-187trkj\",RznetiuJZ:\"framer-v-1x689yy\"};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={damping:40,delay:0,mass:1,stiffness:400,type:\"spring\"};const transition2={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.1,skewX:0,skewY:0,transition:transition2};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Phone Open\":\"RznetiuJZ\",Desktop:\"JrPfdooOj\",Phone:\"qevP2O0Ds\",Tablet:\"k3nqyR_os\"};const getProps=({height,id,sectionLink,sectionLink2,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,pXJQuy57G:sectionLink!==null&&sectionLink!==void 0?sectionLink:props.pXJQuy57G,RrYydNkDC:sectionLink2!==null&&sectionLink2!==void 0?sectionLink2:props.RrYydNkDC,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"JrPfdooOj\"};};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,pXJQuy57G,RrYydNkDC,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"JrPfdooOj\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapyy9gct=activeVariantCallback(async(...args)=>{setVariant(\"RznetiuJZ\");});const onTap4450u6=activeVariantCallback(async(...args)=>{setVariant(\"qevP2O0Ds\");});const ref1=React.useRef(null);const isDisplayed=()=>{if([\"qevP2O0Ds\",\"RznetiuJZ\"].includes(baseVariant))return true;return false;};const isDisplayed1=()=>{if(baseVariant===\"qevP2O0Ds\")return false;return true;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.nav,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1ba751b\",className,classNames),\"data-framer-name\":\"Desktop\",\"data-hide-scrollbars\":true,layoutDependency:layoutDependency,layoutId:\"JrPfdooOj\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"rgb(20, 20, 20)\",...style},...addPropertyOverrides({k3nqyR_os:{\"data-framer-name\":\"Tablet\"},qevP2O0Ds:{\"data-framer-name\":\"Phone\"},RznetiuJZ:{\"data-framer-name\":\"Phone Open\",\"data-hide-scrollbars\":undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1kbylg3\",\"data-framer-name\":\"Top\",layoutDependency:layoutDependency,layoutId:\"kwX2Ns3iQ\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-rzxlmi\",\"data-framer-name\":\"LogoPCE Red\",fill:\"black\",intrinsicHeight:280,intrinsicWidth:576,layoutDependency:layoutDependency,layoutId:\"v1Gnkxqiz\",svg:'<svg width=\"576\" height=\"280\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M157.692 120.621c13.856-.982 26.492 3.57 35.059 13.717 5.805 6.877 8.427 15.264 7.868 25.163-.527 9.35-3.716 17.136-9.567 23.358-4.709 5.009-10.777 8.451-16.925 11.109a1.066 1.066 0 0 0-.61 1.23c1.899 7.802 3.062 14.494 3.489 20.075 1.54 20.273-15.585 30.757-34.199 26.115-5.965-1.488-10.734-5.131-14.306-10.93-6.268-10.187-2.059-26.512 12.446-26.284 8.638.129 15.255 6.268 15.385 14.977.19 13.677-21.973 14.292-22.872 1.458-.08-1.138.186-2.139.799-3.006.4-.568.59-.506.57.189-.19 6.655 6.388 9.581 12.216 7.458 7.688-2.806 5.988-11.168.84-15.175-5.508-4.294-13.036-2.4-16.405 3.66-2.959 5.326-.96 12.279 2.689 16.921 5.259 6.695 11.687 8.044 19.744 7.419 6.558-.516 12.096-4.384 15.865-9.393 3.279-4.354 3.279-10.86 2.26-16.117a646.393 646.393 0 0 0-3.289-15.86c-.107-.502-.407-.678-.9-.526-4.312 1.296-8.881 2.044-13.706 2.242-6.591.271-12.383.05-17.374-.664-13.75-1.964-25.722-7.31-35.919-16.039-5.732-4.906-10.204-11.307-13.416-19.202-5.528-13.548-3.04-30.648 4.529-43.056 3.285-5.382 7.137-10.722 11.556-16.018a2265.122 2265.122 0 0 1 15.655-18.547c5.925-6.95 11.456-14.554 16.595-22.813a1.877 1.877 0 0 0 .21-1.607c-3.566-11.703-6.958-24.69-10.177-38.96-1.25-5.544-2.119-14.49 1.719-19.092 3.169-3.78 8.998-2.738 12.337.386 3.265 3.055 5.638 7.112 7.117 12.17 2.526 8.65 3.073 17.778 1.64 27.385-1.033 6.904-3.239 13.443-6.618 19.619-.179.33-.219.722-.11 1.09 1.819 6.3 3.079 12.706 4.908 18.975 3.406 11.664 6.552 24.158 9.437 37.482.167.787.654 1.15 1.46 1.091ZM142.917 16.834c-1.58-4.344-3.209-8.669-7.768-10.712a2.608 2.608 0 0 0-3.025.668 2.555 2.555 0 0 0-.524.959c-.313 1.038-.466 2.033-.46 2.985a82.234 82.234 0 0 0 1.66 16.356c1.869 9.204 3.569 18.389 6.018 27.424.133.496.31.51.53.04 2.026-4.39 3.649-9.386 4.868-14.987 1.733-8 1.3-15.578-1.299-22.733Zm8.167 146.396c.06.04.073.093.04.159-3.409 5.902-10.827 7.221-16.575 4.067-8.604-4.702-11.879-12.021-9.827-21.96 2.749-13.29 13.566-21.225 26.452-23.814.48-.093.666-.377.56-.853a1348.307 1348.307 0 0 0-13.376-51.615.25.25 0 0 0-.44-.08c-7.917 11.162-16.235 21.632-24.952 31.412-13.626 15.294-25.622 33.703-21.433 55.434.58 2.989 1.876 6.206 3.888 9.651 2.46 4.205 4.542 7.161 6.248 8.867 13.916 13.899 30.987 20.015 51.214 18.349 4.839-.397 9.408-1.27 13.706-2.619.256-.082.472-.254.608-.482.137-.229.184-.498.132-.757a1164.543 1164.543 0 0 0-14.426-63.627c-.099-.39-.349-.552-.749-.486-4.609.763-9.207 1.864-13.216 4.413-7.038 4.503-11.21 10.947-12.516 19.332-.88 5.666.883 10.51 5.288 14.53 3.499 3.187 7.304 4.599 11.417 4.235 2.939-.258 5.878-1.706 7.607-4.106.1-.132.217-.152.35-.06v.01Zm40.517-22.624c-7.027-12.586-19.134-16.871-33.179-16.286-.413.014-.567.222-.46.625a1386.948 1386.948 0 0 1 7.258 29.825c2.519 10.851 4.438 21.91 6.868 32.741a.714.714 0 0 0 .698.554.726.726 0 0 0 .311-.068c12.216-5.713 22.283-16.673 22.503-30.212.1-6.486-1.233-12.213-3.999-17.179ZM26.853 213.061c.713 0 .916-.321.61-.962a523.423 523.423 0 0 0-18.624-35.31 1.393 1.393 0 0 1-.161-.986c.07-.338.262-.64.54-.849 1.7-1.276 3.663-2.172 5.889-2.688 10.456-2.44 22.663.536 28.36 9.948 2.18 3.611 3.04 11.327-1.659 13.708a1.672 1.672 0 0 1-2.15-.566l-.339-.515c-.52-.787-.363-1.402.47-1.845 7.018-3.71 1.84-12.597-2.78-15.642-6.444-4.251-13.505-5.322-21.183-3.213-1.44.397-2.609 1.124-3.509 2.182a1.412 1.412 0 0 0-.13 1.656c2.893 4.728 5.399 9.139 7.518 13.232a5425.26 5425.26 0 0 0 12.606 24.181c2.526 4.807 2.493 9.449-.1 13.925-4.618 7.935-13.066 14.808-22.613 13.797-10.307-1.091-11.746-11.307-7.008-18.687 5.169-8.034 14.796-11.386 24.263-11.366Zm1.42 3.63.19-1.101a.254.254 0 0 0-.123-.263.242.242 0 0 0-.098-.034l-.72-.12a9.988 9.988 0 0 0-1.037-.117 6.251 6.251 0 0 0-.895.008c-.26.024-.468.069-.616.132-.146.063-.228.143-.24.235l-.03.209c-.018.091.035.193.154.299.119.107.302.216.539.322.237.106.522.207.84.296.32.089.664.165 1.016.223l.72.119a.26.26 0 0 0 .3-.208Z\" fill=\"#7A170E\"/><path d=\"M184.998 81.537c6.548 0 11.058-6.202 11.058-6.202-1.778 4.684-6.981 8.543-13.399 8.543-8.543 0-13.92-5.897-13.92-13.139 0-7.198 5.377-12.966 13.92-12.966 6.808 0 12.142 3.6 13.659 9.497.651 2.515-1.214 4.857-3.816 4.857h-16.695c.998 4.683 3.86 9.41 9.193 9.41Zm-4.639-21.596c-4.467 1.258-5.204 6.071-4.901 10.278h12.836c.911 0 1.605-.954 1.431-1.865-.737-4.944-4.25-9.8-9.366-8.413Zm35.543 17.172s.304 6.765-6.721 6.765c-1.995 0-4.423-.78-5.724-2.081-1.301-1.301-2.125-3.08-2.125-5.074V60.245h-4.076v-1.908c6.287 0 10.841-5.898 10.841-5.898v5.898h6.244c-1.344 1.431-3.209 1.908-5.204 1.908h-1.04v18.386c0 1.735 1.344 3.252 3.078 3.34 2.429.13 4.12-3.08 4.727-4.858Zm7.457-21.855c-1.995 0-3.643-1.648-3.643-3.642a3.637 3.637 0 0 1 3.643-3.643 3.61 3.61 0 0 1 3.643 3.643 3.637 3.637 0 0 1-3.643 3.642Zm-5.03 27.883c.477-.607 1.691-2.645 1.691-6.505V65.058c0-4.77-1.821-6.721-1.821-6.721h3.035c3.036 0 5.507 2.428 5.507 5.464v12.835c0 2.602.521 4.38 1.041 5.42l.043.131c.261.564.521.91.651 1.084l.087.087h-10.364l.13-.217Zm29.842-6.028s.303 6.765-6.722 6.765c-1.994 0-4.423-.78-5.724-2.081-1.3-1.301-2.124-3.08-2.124-5.074V60.245h-4.077v-1.908c6.288 0 10.841-5.898 10.841-5.898v5.898h6.245c-1.345 1.431-3.209 1.908-5.204 1.908h-1.041v18.386c0 1.735 1.345 3.252 3.079 3.34 2.429.13 4.12-3.08 4.727-4.858Zm-16.036 64.978c10.068 0 14.669 6.15 14.669 13.712 0 7.608-4.601 13.759-14.669 13.759-10.023 0-14.624-6.151-14.624-13.759 0-7.562 4.601-13.712 14.624-13.712Zm4.009 24.737c5.831-2.141 4.829-8.929 3.143-13.621-1.685-4.647-5.33-10.524-11.116-8.428-5.831 2.141-4.829 8.974-3.143 13.621 1.731 4.693 5.33 10.524 11.116 8.428Zm34.387 1.914c.501-.638 1.777-2.779 1.777-6.834V154.3c0-6.788-1.686-10.205-6.014-10.205-5.603 0-7.289 3.417-7.289 10.16l.046 7.653c0 2.733.547 4.601 1.048 5.695l.045.136c.319.593.592.957.729 1.139l.091.091h-10.933l.136-.227c.501-.638 1.777-2.779 1.777-6.834l-.046-12.164c0-2.323-.455-4.1-.956-5.284-.41-1.048-.82-1.595-.911-1.777 3.69 1.686 7.926 1.731 11.662.182 1.139-.501 3.052-.774 4.601-.774 9.203 0 12.483 6.15 12.483 13.712v6.105c0 2.733.547 4.601 1.048 5.695l.045.136c.319.593.593.957.729 1.139l.091.091h-10.296l.137-.227Zm25.621-15.763c6.469 1.002 12.301 2.506 12.301 8.428 0 5.786-6.469 8.109-12.756 8.109-4.146 0-9.385-1.458-11.39-4.601-.911-1.504.274-3.508 2.096-3.508h3.918c0 4.601 2.961 6.105 5.421 6.105 2.278 0 5.604-1.504 5.604-6.105 0-1.959-2.688-2.642-6.105-3.143-6.469-.957-11.662-2.962-11.662-8.246 0-5.558 7.106-7.745 12.027-7.927 3.69 0 9.567 1.549 11.389 5.603.638 1.504-.592 3.144-2.187 3.144h-4.146c0-5.194-3.189-6.743-4.965-6.743-2.05 0-5.057 1.549-5.057 5.923 0 1.868 3.052 2.596 5.512 2.961Zm32.491 14.077c6.879 0 11.617-6.515 11.617-6.515-1.868 4.921-7.335 8.975-14.077 8.975-8.975 0-14.624-6.196-14.624-13.804 0-7.562 5.649-13.621 14.624-13.621 7.152 0 12.756 3.781 14.35 9.977.684 2.642-1.275 5.102-4.009 5.102h-17.539c1.048 4.92 4.054 9.886 9.658 9.886Zm-4.875-22.687c-4.692 1.321-5.467 6.378-5.148 10.797h13.485c.957 0 1.686-1.003 1.504-1.959-.775-5.194-4.465-10.296-9.841-8.838Zm35.997-2.278c6.606 0 8.064 3.417 8.018 8.063a2.858 2.858 0 0 1-2.87 2.87h-4.191s3.462-8.929-.957-8.929c-5.558 0-7.244 3.417-7.244 10.16v7.653c0 2.733.593 4.601 1.094 5.695l.045.136c.319.593.593.957.729 1.139l.046.091h-10.888l.136-.227c.502-.638 1.777-2.779 1.777-6.834l-.045-12.164c0-2.323-.456-4.1-.957-5.284-.41-1.048-.82-1.595-.911-1.777 3.69 1.686 8.564 1.731 12.3.182 1.093-.501 2.415-.774 3.918-.774Zm38.491.592h6.013c-2.141 1.959-3.872 4.282-5.057 6.925l-8.747 19.361h-7.79l-8.701-19.361c-1.185-2.643-2.916-4.966-5.012-6.925h11.572a9.75 9.75 0 0 0 .638 5.695l8.246 18.131 8.2-18.131a9.766 9.766 0 0 0 .638-5.695Zm34.276 7.061v12.847c0 4.101 1.914 6.378 1.914 6.378h-4.92c-1.914 0-4.1-1.549-4.1-3.462-1.64 2.278-3.463 4.009-7.29 4.009-9.248 0-14.35-6.105-14.35-13.713 0-7.562 5.102-13.712 14.35-13.712 1.504 0 3.463.273 4.602.729a14.548 14.548 0 0 0 11.708-.137s-1.914 2.369-1.914 7.061Zm-14.396 17.768c5.558 0 7.29-7.29 7.29-11.709 0-6.742-1.732-11.708-7.29-11.708-4.373 0-7.289 4.966-7.289 11.708 0 6.788 2.916 11.709 7.289 11.709Zm38.002-5.103s.319 7.107-7.061 7.107c-2.096 0-4.647-.82-6.013-2.187-1.367-1.366-2.233-3.234-2.233-5.33v-17.311h-4.282v-2.005c6.606 0 11.389-6.196 11.389-6.196v6.196h6.56c-1.412 1.503-3.371 2.005-5.466 2.005h-1.094v19.316c0 1.822 1.412 3.416 3.235 3.508 2.551.136 4.328-3.235 4.965-5.103Zm17.128-20.318c10.068 0 14.669 6.15 14.669 13.712 0 7.608-4.601 13.759-14.669 13.759-10.023 0-14.624-6.151-14.624-13.759 0-7.562 4.601-13.712 14.624-13.712Zm4.009 24.737c5.831-2.141 4.829-8.929 3.143-13.621-1.685-4.647-5.33-10.524-11.115-8.428-5.832 2.141-4.829 8.974-3.144 13.621 1.731 4.693 5.33 10.524 11.116 8.428Zm19.308-27.379c-2.096 0-3.827-1.732-3.827-3.827a3.82 3.82 0 0 1 3.827-3.827 3.792 3.792 0 0 1 3.827 3.827 3.821 3.821 0 0 1-3.827 3.827Zm-5.285 29.293c.501-.638 1.777-2.779 1.777-6.834v-12.164c0-5.011-1.913-7.061-1.913-7.061h3.189c3.189 0 5.785 2.551 5.785 5.74v13.485c0 2.733.547 4.601 1.094 5.695l.045.136c.274.593.547.957.684 1.139l.091.091h-10.888l.136-.227Zm29.918-26.651c6.606 0 8.064 3.417 8.018 8.063a2.858 2.858 0 0 1-2.87 2.87h-4.191s3.462-8.929-.957-8.929c-5.558 0-7.244 3.417-7.244 10.16v7.653c0 2.733.593 4.601 1.094 5.695l.045.136c.319.593.593.957.729 1.139l.046.091h-10.888l.136-.227c.502-.638 1.777-2.779 1.777-6.834l-.045-12.164c0-2.323-.456-4.1-.957-5.284-.41-1.048-.82-1.595-.911-1.777 3.69 1.686 8.564 1.731 12.3.182 1.093-.501 2.415-.774 3.918-.774Zm27.648 24.965c6.879 0 11.617-6.515 11.617-6.515-1.868 4.921-7.335 8.975-14.077 8.975-8.975 0-14.624-6.196-14.624-13.804 0-7.562 5.649-13.621 14.624-13.621 7.152 0 12.756 3.781 14.35 9.977.684 2.642-1.275 5.102-4.009 5.102h-17.539c1.048 4.92 4.055 9.886 9.658 9.886Zm-4.875-22.687c-4.692 1.321-5.466 6.378-5.147 10.797h13.484c.957 0 1.686-1.003 1.504-1.959-.775-5.194-4.465-10.296-9.841-8.838Zm-343.484 82.408c6.045 2.511 11.352 5.358 9.944 11.111-1.376 5.619-8.212 6.338-14.318 4.844-4.027-.986-8.769-3.648-9.969-7.177-.528-1.677 1.099-3.343 2.869-2.909l3.806.931c-1.094 4.469 1.425 6.634 3.814 7.218 2.213.542 5.801-.128 6.895-4.597.465-1.903-1.983-3.206-5.183-4.505-6.056-2.467-10.624-5.649-9.368-10.782 1.322-5.398 8.745-5.833 13.567-4.84 3.585.877 8.925 3.779 9.731 8.151.262 1.611-1.323 2.912-2.872 2.533l-4.026-.986c1.234-5.044-1.495-7.307-3.221-7.729-1.991-.488-5.28.302-6.32 4.55-.444 1.814 2.348 3.248 4.651 4.187Zm29.955 17.04s-1.38 6.979-8.548 5.225c-2.036-.499-4.319-1.902-5.322-3.554-1.002-1.652-1.399-3.673-.901-5.708l4.116-16.815-4.16-1.018.477-1.947c6.416 1.57 12.535-3.311 12.535-3.311l-1.472 6.018 6.372 1.56c-1.73 1.124-3.751 1.145-5.787.647l-1.062-.26-4.592 18.763c-.433 1.77.559 3.654 2.308 4.176 2.445.739 4.972-2.113 6.036-3.776ZM60.27 233.132c6.734-1.411 10.036-8.758 10.036-8.758-.82 5.199-5.34 10.288-11.939 11.67-8.784 1.84-15.583-3.067-17.143-10.513-1.55-7.402 2.737-14.49 11.521-16.33 7-1.466 13.26 1.086 16.091 6.823 1.21 2.446-.203 5.256-2.878 5.816l-17.167 3.596c2.034 4.6 5.995 8.844 11.48 7.696Zm-9.421-21.207c-4.322 2.255-4.043 7.364-2.825 11.623l13.198-2.764c.936-.196 1.444-1.326 1.07-2.225-1.823-4.925-6.48-9.162-11.443-6.634Z\" fill=\"#fff\"/></svg>',withExternalLayout:true}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1dh9j23\",\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"L_UG3vgGK\",...addPropertyOverrides({qevP2O0Ds:{\"data-highlight\":true,onTap:onTapyy9gct},RznetiuJZ:{\"data-highlight\":true,onTap:onTap4450u6}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-18vg7k8\",\"data-framer-name\":\"Bottom\",layoutDependency:layoutDependency,layoutId:\"AIGSMsjDi\",style:{backgroundColor:\"rgb(153, 153, 153)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,rotate:0},variants:{RznetiuJZ:{rotate:-45}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-czlf4q\",\"data-framer-name\":\"Top\",layoutDependency:layoutDependency,layoutId:\"HVPX1lHpO\",style:{backgroundColor:\"rgb(153, 153, 153)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,rotate:0},variants:{RznetiuJZ:{rotate:45}}})]})]}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-17o9lcj\",\"data-framer-name\":\"Links\",layoutDependency:layoutDependency,layoutId:\"p36Dgh3r8\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7Q2xhc2ggRGlzcGxheS1tZWRpdW0=\",\"--framer-font-family\":'\"Clash Display\", \"Clash Display Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Conservatoire\"})}),className:\"framer-670pmf\",fonts:[\"FS;Clash Display-medium\"],layoutDependency:layoutDependency,layoutId:\"k8inDfc9X\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",whileHover:animation,withExternalLayout:true,...addPropertyOverrides({k3nqyR_os:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7Q2xhc2ggRGlzcGxheS1tZWRpdW0=\",\"--framer-font-family\":'\"Clash Display\", \"Clash Display Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Conservatoire\"})})},RznetiuJZ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7Q2xhc2ggRGlzcGxheS1tZWRpdW0=\",\"--framer-font-family\":'\"Clash Display\", \"Clash Display Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Conservatoire\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7Q2xhc2ggRGlzcGxheS1tZWRpdW0=\",\"--framer-font-family\":'\"Clash Display\", \"Clash Display Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:pXJQuy57G,openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-qnu4tu\",\"data-styles-preset\":\"RNWl8_IDK\",children:\"Disciplines\"})})})}),className:\"framer-qyvr08\",fonts:[\"FS;Clash Display-medium\"],layoutDependency:layoutDependency,layoutId:\"APcN3Vxfq\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",whileHover:animation,withExternalLayout:true,...addPropertyOverrides({k3nqyR_os:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7Q2xhc2ggRGlzcGxheS1tZWRpdW0=\",\"--framer-font-family\":'\"Clash Display\", \"Clash Display Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:pXJQuy57G,openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-qnu4tu\",\"data-styles-preset\":\"RNWl8_IDK\",children:\"Disciplines\"})})})})},RznetiuJZ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7Q2xhc2ggRGlzcGxheS1tZWRpdW0=\",\"--framer-font-family\":'\"Clash Display\", \"Clash Display Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:pXJQuy57G,openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-qnu4tu\",\"data-styles-preset\":\"RNWl8_IDK\",children:\"Disciplines\"})})})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7Q2xhc2ggRGlzcGxheS1tZWRpdW0=\",\"--framer-font-family\":'\"Clash Display\", \"Clash Display Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"hje5EStuX\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-qnu4tu\",\"data-styles-preset\":\"RNWl8_IDK\",children:\"\\xc9v\\xe8nements\"})})})}),className:\"framer-fo8x22\",fonts:[\"FS;Clash Display-medium\"],layoutDependency:layoutDependency,layoutId:\"B8Q5emlwX\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",whileHover:animation,withExternalLayout:true,...addPropertyOverrides({k3nqyR_os:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7Q2xhc2ggRGlzcGxheS1tZWRpdW0=\",\"--framer-font-family\":'\"Clash Display\", \"Clash Display Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"hje5EStuX\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-qnu4tu\",\"data-styles-preset\":\"RNWl8_IDK\",children:\"\\xc9v\\xe8nements\"})})})})},RznetiuJZ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7Q2xhc2ggRGlzcGxheS1tZWRpdW0=\",\"--framer-font-family\":'\"Clash Display\", \"Clash Display Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"hje5EStuX\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-qnu4tu\",\"data-styles-preset\":\"RNWl8_IDK\",children:\"\\xc9v\\xe8nements\"})})})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7Q2xhc2ggRGlzcGxheS1tZWRpdW0=\",\"--framer-font-family\":'\"Clash Display\", \"Clash Display Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:RrYydNkDC,openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-qnu4tu\",\"data-styles-preset\":\"RNWl8_IDK\",children:\"Infos pratiques\"})})})}),className:\"framer-7ey8u3\",fonts:[\"FS;Clash Display-medium\"],layoutDependency:layoutDependency,layoutId:\"CL0OlWuBX\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",whileHover:animation,withExternalLayout:true,...addPropertyOverrides({k3nqyR_os:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7Q2xhc2ggRGlzcGxheS1tZWRpdW0=\",\"--framer-font-family\":'\"Clash Display\", \"Clash Display Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:RrYydNkDC,openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-qnu4tu\",\"data-styles-preset\":\"RNWl8_IDK\",children:\"Infos pratiques\"})})})})},RznetiuJZ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7Q2xhc2ggRGlzcGxheS1tZWRpdW0=\",\"--framer-font-family\":'\"Clash Display\", \"Clash Display Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:RrYydNkDC,openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-qnu4tu\",\"data-styles-preset\":\"RNWl8_IDK\",children:\"Infos pratiques\"})})})})}},baseVariant,gestureVariant)})]}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1y0npp5-container\",layoutDependency:layoutDependency,layoutId:\"xhBbZQFMJ-container\",children:/*#__PURE__*/_jsx(Download,{fontControl:{fontFamily:'\"Clash Display\", \"Clash Display Placeholder\", sans-serif',fontSize:\"16px\",fontStyle:\"normal\",fontWeight:500,letterSpacing:\"0em\",lineHeight:\"1em\"},height:\"100%\",hoverOptions:{backgroundColor:\"var(--token-ea45b22a-44b9-4035-bbed-65765232e393, rgb(231, 231, 107))\",color:\"rgb(28, 28, 28)\",scale:1.12,transition:{damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"}},iconOptions:{alignment:\"end\",color:\"var(--token-1ad9df89-8b17-4d63-a8d9-fa477afc39a7, rgb(255, 255, 255))\",size:21,type:\"Default\"},id:\"xhBbZQFMJ\",layoutId:\"xhBbZQFMJ\",srcType:\"Upload\",srcURL:\"\",styleOptions:{backgroundColor:\"var(--token-480fa309-4432-4d6b-9e7a-5ecbdc7be201, rgb(122, 23, 14))\",borderRadius:0,color:\"var(--token-1ad9df89-8b17-4d63-a8d9-fa477afc39a7, rgb(255, 255, 255))\",gap:14,padding:11,paddingBottom:11,paddingLeft:20,paddingPerSide:true,paddingRight:20,paddingTop:11},text:\"Je m'inscris\",width:\"100%\",...addPropertyOverrides({k3nqyR_os:{fontControl:{fontFamily:'\"Clash Display\", \"Clash Display Placeholder\", sans-serif',fontSize:\"14px\",fontStyle:\"normal\",fontWeight:500,letterSpacing:\"0em\",lineHeight:\"100%\"},styleOptions:{backgroundColor:\"var(--token-480fa309-4432-4d6b-9e7a-5ecbdc7be201, rgb(122, 23, 14))\",borderRadius:0,color:\"var(--token-1ad9df89-8b17-4d63-a8d9-fa477afc39a7, rgb(255, 255, 255))\",gap:14,padding:11,paddingBottom:10,paddingLeft:20,paddingPerSide:true,paddingRight:20,paddingTop:10}}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1j4w93i\",\"data-framer-name\":\"Bottom Line\",layoutDependency:layoutDependency,layoutId:\"SJu1XSbiS\",style:{backgroundColor:\"rgba(255, 255, 255, 0.08)\"}})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-ALrvQ.framer-1dsa4l4, .framer-ALrvQ .framer-1dsa4l4 { display: block; }\",\".framer-ALrvQ.framer-1ba751b { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 20px 40px 20px 40px; position: relative; width: 1200px; }\",\".framer-ALrvQ .framer-1kbylg3 { 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: min-content; }\",\".framer-ALrvQ .framer-rzxlmi { aspect-ratio: 2.057142857142857 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 56px); position: relative; width: 115px; }\",\".framer-ALrvQ .framer-1dh9j23 { flex: none; height: 40px; overflow: hidden; position: relative; width: 40px; }\",\".framer-ALrvQ .framer-18vg7k8 { flex: none; height: 2px; left: calc(50.00000000000002% - 20px / 2); overflow: hidden; position: absolute; top: calc(62.50000000000002% - 2px / 2); width: 20px; will-change: var(--framer-will-change-override, transform); }\",\".framer-ALrvQ .framer-czlf4q { flex: none; height: 2px; left: calc(50.00000000000002% - 20px / 2); overflow: hidden; position: absolute; top: calc(37.50000000000002% - 2px / 2); width: 20px; will-change: var(--framer-will-change-override, transform); }\",\".framer-ALrvQ .framer-17o9lcj { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: wrap; gap: 35px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-ALrvQ .framer-670pmf, .framer-ALrvQ .framer-qyvr08, .framer-ALrvQ .framer-fo8x22, .framer-ALrvQ .framer-7ey8u3 { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-ALrvQ .framer-1y0npp5-container { flex: none; height: auto; position: relative; width: auto; z-index: 1; }\",\".framer-ALrvQ .framer-1j4w93i { bottom: 0px; flex: none; height: 1px; left: 0px; overflow: visible; position: absolute; right: 0px; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-ALrvQ .framer-17o9lcj { gap: 0px; } .framer-ALrvQ .framer-17o9lcj > * { margin: 0px; margin-left: calc(35px / 2); margin-right: calc(35px / 2); } .framer-ALrvQ .framer-17o9lcj > :first-child { margin-left: 0px; } .framer-ALrvQ .framer-17o9lcj > :last-child { margin-right: 0px; } }\",\".framer-ALrvQ.framer-v-1quaw9w.framer-1ba751b { padding: 20px; width: 768px; }\",\".framer-ALrvQ.framer-v-1quaw9w .framer-17o9lcj { gap: 25px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-ALrvQ.framer-v-1quaw9w .framer-17o9lcj { gap: 0px; } .framer-ALrvQ.framer-v-1quaw9w .framer-17o9lcj > * { margin: 0px; margin-left: calc(25px / 2); margin-right: calc(25px / 2); } .framer-ALrvQ.framer-v-1quaw9w .framer-17o9lcj > :first-child { margin-left: 0px; } .framer-ALrvQ.framer-v-1quaw9w .framer-17o9lcj > :last-child { margin-right: 0px; } }\",\".framer-ALrvQ.framer-v-187trkj.framer-1ba751b { padding: 10px 20px 10px 20px; width: 400px; }\",\".framer-ALrvQ.framer-v-187trkj .framer-1kbylg3 { flex: 1 0 0px; width: 1px; }\",\".framer-ALrvQ.framer-v-187trkj .framer-rzxlmi { order: 0; }\",\".framer-ALrvQ.framer-v-187trkj .framer-1dh9j23 { cursor: pointer; order: 1; }\",\".framer-ALrvQ.framer-v-1x689yy.framer-1ba751b { flex-direction: column; min-height: calc(var(--framer-viewport-height, 100vh) * 1); padding: 10px 20px 20px 20px; width: 390px; }\",\".framer-ALrvQ.framer-v-1x689yy .framer-1kbylg3 { order: 0; width: 100%; }\",\".framer-ALrvQ.framer-v-1x689yy .framer-1dh9j23 { cursor: pointer; }\",\".framer-ALrvQ.framer-v-1x689yy .framer-18vg7k8, .framer-ALrvQ.framer-v-1x689yy .framer-czlf4q { top: calc(50.00000000000002% - 2px / 2); }\",\".framer-ALrvQ.framer-v-1x689yy .framer-17o9lcj { flex: none; flex-direction: column; gap: 0px; height: 232px; order: 1; padding: 20px; width: 100%; }\",\".framer-ALrvQ.framer-v-1x689yy .framer-1y0npp5-container { order: 2; }\",\".framer-ALrvQ.framer-v-1x689yy .framer-1j4w93i { order: 3; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-ALrvQ.framer-v-1x689yy.framer-1ba751b, .framer-ALrvQ.framer-v-1x689yy .framer-17o9lcj { gap: 0px; } .framer-ALrvQ.framer-v-1x689yy.framer-1ba751b > *, .framer-ALrvQ.framer-v-1x689yy.framer-1ba751b > :first-child, .framer-ALrvQ.framer-v-1x689yy.framer-1ba751b > :last-child { margin: 0px; } .framer-ALrvQ.framer-v-1x689yy .framer-17o9lcj > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-ALrvQ.framer-v-1x689yy .framer-17o9lcj > :first-child { margin-top: 0px; } .framer-ALrvQ.framer-v-1x689yy .framer-17o9lcj > :last-child { margin-bottom: 0px; } }\",...sharedStyle.css,'.framer-ALrvQ[data-hide-scrollbars=\"true\"]::-webkit-scrollbar, .framer-ALrvQ [data-hide-scrollbars=\"true\"]::-webkit-scrollbar { width: 0px; height: 0px; }','.framer-ALrvQ[data-hide-scrollbars=\"true\"]::-webkit-scrollbar-thumb, .framer-ALrvQ [data-hide-scrollbars=\"true\"]::-webkit-scrollbar-thumb { background: transparent; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 96\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"k3nqyR_os\":{\"layout\":[\"fixed\",\"auto\"]},\"qevP2O0Ds\":{\"layout\":[\"fixed\",\"auto\"]},\"RznetiuJZ\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,null,\"100vh\",null]}}}\n * @framerVariables {\"pXJQuy57G\":\"sectionLink\",\"RrYydNkDC\":\"sectionLink2\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerBeJILRJIw=withCSS(Component,css,\"framer-ALrvQ\");export default FramerBeJILRJIw;FramerBeJILRJIw.displayName=\"Navigation Copy 2\";FramerBeJILRJIw.defaultProps={height:96,width:1200};addPropertyControls(FramerBeJILRJIw,{variant:{options:[\"JrPfdooOj\",\"k3nqyR_os\",\"qevP2O0Ds\",\"RznetiuJZ\"],optionTitles:[\"Desktop\",\"Tablet\",\"Phone\",\"Phone Open\"],title:\"Variant\",type:ControlType.Enum},pXJQuy57G:{title:\"Section Link\",type:ControlType.Link},RrYydNkDC:{title:\"Section Link 2\",type:ControlType.Link}});addFonts(FramerBeJILRJIw,[{explicitInter:true,fonts:[{family:\"Clash Display\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/2GQIT54GKQY3JRFTSHS4ARTRNRQISSAA/3CIP5EBHRRHE5FVQU3VFROPUERNDSTDF/JTSL5QESUXATU47LCPUNHZQBDDIWDOSW.woff2\",weight:\"500\"}]},...DownloadFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerBeJILRJIw\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"96\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"k3nqyR_os\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"qevP2O0Ds\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"RznetiuJZ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,null,\\\"100vh\\\",null]}}}\",\"framerIntrinsicWidth\":\"1200\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"pXJQuy57G\\\":\\\"sectionLink\\\",\\\"RrYydNkDC\\\":\\\"sectionLink2\\\"}\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./BeJILRJIw.map"],
  "mappings": "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",
  "names": ["IconType", "SrcType", "metaTagSelector", "isPublishedSiteOrSSG", "Download", "props", "styleOptions", "hoverOptions", "iconOptions", "backgroundColor", "color", "borderRadius", "padding", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "gap", "isInPublishedSiteOrSSG", "downloadURL", "paddingValue", "getIcon", "ref", "ref1", "iconStyle", "p", "getCursor", "buttonTitle", "u", "motion", "buttonStyles", "flexAlignSwitch", "addPropertyControls", "ControlType", "fontControlStyles", "fontStore", "fonts", "css", "className", "DownloadFonts", "getFonts", "Download", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "animation", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "sectionLink", "sectionLink2", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "pXJQuy57G", "RrYydNkDC", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapyy9gct", "args", "onTap4450u6", "ref1", "pe", "isDisplayed", "isDisplayed1", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "SVG", "RichText2", "Link", "ComponentViewportProvider", "css", "FramerBeJILRJIw", "withCSS", "BeJILRJIw_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts"]
}
