{"version":3,"sources":["webpack://gatsby-userushh2021/./src/components/cardarticle.js","webpack://gatsby-userushh2021/./src/components/iframelogin.js","webpack://gatsby-userushh2021/./src/pages/index.js","webpack://gatsby-userushh2021/./src/images/svg/bookhalf.inline.svg"],"names":["typeArticle","slugTypeArticle","titleArticle","ctaLinkArticle","srcImgArticle","className","G","image","localFile","childImageSharp","gatsbyImageData","alt","classCta","ctaLabel","ctaLink","extLink","href","aria-label","target","rel","title","name","width","height","src","scrolling","allowtransparency","marginheight","marginwidth","frameborder","class","data","dataPage","wpPage","dataLastArticle","lastArticle","edges","seo","description","metaDesc","acfPageLogin","titleMessageBox","dangerouslySetInnerHTML","__html","contentMessageBox","node","categories","nodes","slug","acfPostBlogNews","imageArticle","Link","to","React","BookhalfInline","props","createElement","defaultProps","module","exports","default"],"mappings":"wNAsCA,EAzBoB,SAAC,GAAoF,IAAjFA,EAAgF,EAAhFA,YAAaC,EAAmE,EAAnEA,gBAAiBC,EAAkD,EAAlDA,aAAcC,EAAoC,EAApCA,eAAgBC,EAAoB,EAApBA,cAGlF,OACE,+BAAKC,UAAU,+BACb,+BAAKA,UAAU,eACb,wBAAC,EAAAC,EAAD,CAAaC,MAAOH,EAAcI,UAAUC,gBAAgBC,gBAAiBC,IAAKT,IAClF,+BAAKG,UAAU,mBACb,6BAAGA,UAAU,gBAAgBL,GAC7B,kCAAKE,GACL,+BAAKG,UAAU,oBACb,wBAAC,IAAD,CACAO,SAAS,cACTC,SAAS,eACTC,QAAO,2BAA6Bb,EAA7B,IAAgDE,EAAhD,IACPY,SAda,OAkBnB,6BAAGC,KAAI,2BAA6Bf,EAA7B,IAAgDE,EAAhD,IAAmEE,UAAU,cAAcY,aAAW,eAAeC,OAAO,SAASC,IAAI,cAAa,gCAAMd,UAAU,iBAAhB,mBChBnK,EAPmB,WACjB,OACE,kCAAQe,MAAM,QAAQC,KAAK,QAAQC,MAAM,MAAMC,OAAO,MAAMC,IAAI,gEAAgEC,UAAU,KAAKC,kBAAkB,KAAKC,aAAa,IAAIC,YAAY,IAAIC,YAAY,IAAIC,MAAM,oB,gDC4FjO,EAtFkB,SAAC,GAAY,IAAXC,EAAU,EAAVA,KAEZC,EAAWD,EAAKE,OAChBC,EAAkBH,EAAKI,YAAYC,MAEzC,OACE,wBAAC,IAAD,KACE,wBAAC,IAAD,CACEhB,MAAOY,EAASK,IAAIjB,MACpBkB,YAAaN,EAASK,IAAIE,WAG5B,mCAASlC,UAAU,iBACjB,+BAAKA,UAAU,oBACb,+BAAKA,UAAU,aACb,+BAAKA,UAAU,eACb,+BAAKA,UAAU,qBAEb,wBAAC,IAAD,MACA,wBAAC,IAAD,CAAiBe,MAAOY,EAASQ,aAAaC,mBAEhD,+BAAKC,wBAAyB,CAACC,OAAOX,EAASQ,aAAaI,sBAE9D,+BAAKvC,UAAU,mBACb,wBAAC,EAAD,CACEL,YAAakC,EAAgB,GAAGW,KAAKC,WAAWC,MAAM,GAAG1B,KACzDpB,gBAAiBiC,EAAgB,GAAGW,KAAKC,WAAWC,MAAM,GAAGC,KAC7D9C,aAAcgC,EAAgB,GAAGW,KAAKzB,MACtCjB,eAAgB+B,EAAgB,GAAGW,KAAKG,KACxC5C,cAAe8B,EAAgB,GAAGW,KAAKI,gBAAgBC,iBAI7D,+BAAK7C,UAAU,aACb,+BAAKA,UAAU,+BACb,kCAAI,oCAAO2B,EAASZ,QACpB,wBAAC,EAAD,MACA,6BAAGf,UAAU,gBAAe,wBAAC,EAAA8C,KAAD,CAAMC,GAAG,mBAAT,iC,qBCtD1C,IAAIC,EAAQ,EAAQ,MAEpB,SAASC,EAAgBC,GACrB,OAAOF,EAAMG,cAAc,MAAMD,EAAMF,EAAMG,cAAc,OAAO,CAAC,EAAI,0fAG3EF,EAAeG,aAAe,CAAC,MAAQ,KAAK,OAAS,KAAK,KAAO,UAAU,UAAY,kBAAkB,QAAU,aAEnHC,EAAOC,QAAUL,EAEjBA,EAAeM,QAAUN","file":"component---src-pages-index-js-82715554ea525daec0cf.js","sourcesContent":["/**\n * Const with params element\n * Block top info component\n * Display a block of last blog or news or other info\n */\n/* Import section */\nimport { GatsbyImage } from \"gatsby-plugin-image\"\nimport React from \"react\"\nimport Ctabuttonwitharrow from \"../components/ctabuttonwitharrow\"\nimport \"../styles/components/cardarticle.scss\"\n\n\n/* Declaration function */\nconst Cardarticle = ( { typeArticle, slugTypeArticle, titleArticle, ctaLinkArticle, srcImgArticle} ) => {\n const extLinkArticle = true\n\n return (\n
\n
\n \n
\n

{typeArticle}

\n

{titleArticle}

\n
\n \n
\n
\n
\n Read Article\n
\n )\n}\n\n/* Export function */\nexport default Cardarticle\n\n","/**\n * Const element\n * Iframe Login component\n * Display the iframe of Login\n */\n/* Import section */\nimport React from \"react\"\n\n/* Declaration function */\nconst Iframelogin= () => {\n return (\n \n )\n}\n\n/* Export function */\nexport default Iframelogin\n","/**\n * Homepage page\n */\n/* Import section */\nimport { Link, graphql } from \"gatsby\"\n//import { StaticImage } from \"gatsby-plugin-image\"\nimport React from \"react\"\nimport Cardarticle from \"../components/cardarticle\"\nimport Iframelogin from \"../components/iframelogin\"\nimport Layout from \"../components/layout\"\nimport SEO from \"../components/seo\"\nimport Titledecorative from \"../components/titledecorative\"\nimport Bookhalf from \"../images/svg/bookhalf.inline.svg\"\n//import Warning from \"../images/svg/warning.inline.svg\"\nimport \"../styles/pages/home.scss\"\n\n/* Page function declaration */\nconst IndexPage = ({data}) => {\n\n const dataPage = data.wpPage\n const dataLastArticle = data.lastArticle.edges\n\n return (\n \n \n\n
\n
\n
\n
\n
\n {/**/}\n \n \n
\n
\n
\n
\n \n
\n
\n
\n
\n

{dataPage.title}

\n \n

Forgot Your Password?

\n
\n
\n
\n
\n
\n )\n}\n\n/* Query page */\nexport const query = graphql`\n query {\n wpPage(slug: {eq: \"login\"}) {\n title\n acfPageLogin {\n titleMessageBox\n contentMessageBox\n }\n seo {\n title\n metaDesc\n }\n }\n lastArticle: allWpPost(limit: 1, sort: {fields: [date], order:DESC}) {\n edges {\n node {\n title\n slug\n acfPostBlogNews {\n imageArticle {\n localFile {\n childImageSharp {\n gatsbyImageData (layout: CONSTRAINED, width: 1000, formats: [AUTO], aspectRatio: 1.5)\n }\n }\n }\n }\n categories {\n nodes {\n name\n slug\n }\n }\n }\n }\n }\n }\n`\n/* Export page informations */\nexport default IndexPage\n","var React = require('react');\n\nfunction BookhalfInline (props) {\n return React.createElement(\"svg\",props,React.createElement(\"path\",{\"d\":\"M8.5 2.687c.654-.689 1.782-.886 3.112-.752 1.234.124 2.503.523 3.388.893v9.923c-.918-.35-2.107-.692-3.287-.81-1.094-.111-2.278-.039-3.213.492V2.687zM8 1.783C7.015.936 5.587.81 4.287.94c-1.514.153-3.042.672-3.994 1.105A.5.5 0 0 0 0 2.5v11a.5.5 0 0 0 .707.455c.882-.4 2.303-.881 3.68-1.02 1.409-.142 2.59.087 3.223.877a.5.5 0 0 0 .78 0c.633-.79 1.814-1.019 3.222-.877 1.378.139 2.8.62 3.681 1.02A.5.5 0 0 0 16 13.5v-11a.5.5 0 0 0-.293-.455c-.952-.433-2.48-.952-3.994-1.105C10.413.809 8.985.936 8 1.783z\"}));\n}\n\nBookhalfInline.defaultProps = {\"width\":\"16\",\"height\":\"16\",\"fill\":\"#ffffff\",\"className\":\"bi bi-book-half\",\"viewBox\":\"0 0 16 16\"};\n\nmodule.exports = BookhalfInline;\n\nBookhalfInline.default = BookhalfInline;\n"],"sourceRoot":""}