CINXE.COM

Coll茅giens, lyc茅ens, 茅tudiants, d茅couvrez le monde professionnel !

<!DOCTYPE html> <html> <head> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1" data-doc-meta="true" /> <script> window.myfuturePerformanceMonitoring = []; window.myfuturePerformanceMonitoring.push({name: "receivedHtml", elapsed: performance.now()}); </script> <link rel="stylesheet" type="text/css" class="__meteor-css__" href="/e60530ae8f7edee0c695931a5d88cbc8c0e3592a.css?meteor_css_resource=true"> <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" /> <link href="https://fonts.googleapis.com/css?family=Signika+Negative" /> <link href="https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i,800&display=swap" rel="stylesheet"> <link rel="preconnect" href="https://fonts.googleapis.com"> <link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap" rel="stylesheet"> <script>window.myfuturePerformanceMonitoring.push({name: "afterCss", elapsed: performance.now()})</script> <link rel="icon" href="/favicon.ico" /> <script>window.myfuturePerformanceMonitoring.push({name: "afterFavicon", elapsed: performance.now()})</script> <style type="text/css"> @font-face { font-family: "Celias"; src: url("/defaults/fonts/Celias_Bold.otf") format("opentype"), url("/defaults/fonts/Celias_Bold.woff") format("woff"), url("/defaults/fonts/Celias_Bold.ttf") format("truetype"); } .formationRow{ padding: 20px; margin-bottom: 10px; } .selectedFormation{ background-color: #FEFBED; } .unselectedFormation{ background-color:#EEF6F8; } .cmmButton{ background-color:#5DA5BF; border-color:#5DA5BF; color: white; } .onisepLink{ color: #5DA5BF !important; } .textAlignCenter{ text-align: center; } .zIndex11{ z-index: 11; } .ql-editor{ min-height: 150px; padding-top: 30px !important; } </style> <script>window.MYFUTURE_TENANT = 'occitanie'</script> <title>Coll茅giens, lyc茅ens, 茅tudiants, d茅couvrez le monde professionnel !</title> <meta name="description" content="Cette plateforme connecte les jeunes et les professionnels gr芒ce 脿 des offres de stage et des t茅moignages m茅tiers en live et replay." data-doc-meta="true" /> <script>window.myfuturePerformanceMonitoring.push({name: "beforeTenantCss", elapsed: performance.now()})</script> <link href="occitanie/index.css" rel="stylesheet"/> <meta property="og:image" content="undefined" /> <link href="/css/mainNational.css?v=5c91f56544a14d78f7cbed3b225a0417" rel="stylesheet" defer /> <noscript> <link href="/css/mainNational.css?v=5c91f56544a14d78f7cbed3b225a0417" rel="stylesheet"> </noscript> <script>window.myfuturePerformanceMonitoring.push({name: "afterTenantCss", elapsed: performance.now()})</script> <!-- TARTEAUCITRON --> <script type="text/javascript" src="/occitanie/js/tarteaucitron/tarteaucitron.js"></script> <script type="text/javascript"> tarteaucitron.init({ "privacyUrl": "/mentions-legales", /* Privacy policy url */ "hashtag": "#tarteaucitron", /* Open the panel with this hashtag */ "cookieName": "tarteaucitron", /* Cookie name */ "orientation": "bottom", /* Banner position (top - bottom) */ "showAlertSmall": true, /* Show the small banner on bottom right */ "cookieslist": false, /* Show the cookie list */ "showIcon": false, /* Show cookie icon to manage cookies */ "iconPosition": "BottomRight", /* BottomRight, BottomLeft, TopRight and TopLeft */ "adblocker": false, /* Show a Warning if an adblocker is detected */ "DenyAllCta": true, /* Show the deny all button */ "AcceptAllCta": true, /* Show the accept all button when highPrivacy on */ "highPrivacy": true, /* HIGHLY RECOMMANDED Disable auto consent */ "handleBrowserDNTRequest": false, /* If Do Not Track == 1, disallow all */ "removeCredit": true, /* Remove credit link */ "moreInfoLink": true, /* Show more info link */ "useExternalCss": false, /* If false, the tarteaucitron.css file will be loaded */ //"cookieDomain": ".my-multisite-domaine.fr", /* Shared cookie for multisite */ "readmoreLink": "/mentions-legales", /* Change the default readmore link */ "mandatory": true, /* Show a message about mandatory cookies */ }); </script> <script type="text/javascript"> tarteaucitron.user.domainHost = "//occitanie"; tarteaucitron.user.matomoTagManagerId = "f5b2567b-e3be-43a9-957e-490d64aa050e"; (tarteaucitron.job = tarteaucitron.job || []).push('matomotagmanager'); </script> <!-- END SERVICES --> </head> <body><script> window.myfuturePerformanceMonitoring.push({name: "beforeLoadingJs", elapsed: performance.now()}); function findGetParameterWhenNotInReactContext(parameterName) { /** @type {string} */ var result = null; /** @type {string} */ const location = window.location.search; location.substring(1) .split("&") .forEach(function (item) { const tmp = item.split("="); if (tmp[0] === parameterName){ result = decodeURIComponent(tmp[1]); } }); return result; } const mustDisconnectCurrentUserIfAny = findGetParameterWhenNotInReactContext("isSso"); const lastVisitSessionStorage = sessionStorage.getItem("lastVisit"); console.log("Current tenant", window.MYFUTURE_TENANT,"lastVisit in session storage", lastVisitSessionStorage); if((window.MYFUTURE_TENANT === "vienne" && !lastVisitSessionStorage) || mustDisconnectCurrentUserIfAny){ console.log("We clean all local storage auth stuff"); localStorage.removeItem("Meteor.userId"); localStorage.removeItem("Meteor.loginToken"); localStorage.removeItem("Meteor.loginTokenExpires"); localStorage.removeItem("applicationFormValues"); localStorage.removeItem("teacherFormValues"); localStorage.removeItem("MODAL_PENDING_APPLICATIONS"); } sessionStorage.setItem("lastVisit", (new Date()).toLocaleDateString("fr-FR")); </script> <script src="https://unpkg.com/move-js@0.5.0/move.min.js"></script> <script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCfrHXPnmeFbI_Dzy6M3p2G4CXObgcRCZg&libraries=places"></script> <script type="text/javascript">__meteor_runtime_config__ = JSON.parse(decodeURIComponent("%7B%22meteorRelease%22%3A%22METEOR%402.6.1%22%2C%22gitCommitHash%22%3A%227200075f35b5a7385bd91c4b52d46dafc90cc50a%22%2C%22meteorEnv%22%3A%7B%22NODE_ENV%22%3A%22production%22%2C%22TEST_METADATA%22%3A%22%7B%7D%22%7D%2C%22PUBLIC_SETTINGS%22%3A%7B%22facebook%22%3A%7B%22appId%22%3A%22250082335357418%22%2C%22secret%22%3A%224a89ec646352a294c1eacd3cac511bad%22%7D%2C%22twitter%22%3A%7B%22consumerKey%22%3A%22elK5zPtCiHTRGOAEL8StUIP9p%22%2C%22secret%22%3A%22sPJklUwKJgx3SqSy6f2p5PmLG0cZMq5eyLvKVVYvp9T1NDDzIG%22%7D%2C%22cas%22%3A%7B%22loginUrl%22%3A%22https%3A%2F%2Fapi-loiret.lelivrescolaire.fr%2Fcas%2Flogin%22%2C%22serviceParam%22%3A%22service%22%7D%2C%22environment%22%3A%22production%22%2C%22tenant%22%3A%22occitanie%22%2C%22filterBlogArticlesByStudentType%22%3Atrue%2C%22scanniUrl%22%3A%22https%3A%2F%2Fapi.scanii.com%2Fv2.2%22%2C%22showHandiWelcomingField%22%3Atrue%2C%22showInternationalField%22%3Afalse%2C%22showOccitanieAmbassadeurs%22%3Atrue%2C%22isNewDesigns%22%3Afalse%2C%22isE2eTesting%22%3Afalse%2C%22isFullAppTesting%22%3Afalse%2C%22showSearchBarEventTypeSelector%22%3Atrue%2C%22showSearchPublicStudentSelector%22%3Atrue%2C%22showMethodPerformance%22%3Afalse%2C%22docxToPdfConverterBaseUrl%22%3A%22https%3A%2F%2Fdocutils.myfutu.re%22%2C%22showSearchBarRadiusSelector%22%3A%22true%22%2C%22enablePublicOfferUrlSharing%22%3Atrue%2C%22showEnterpriseDirectContactUi%22%3A%22true%22%2C%22enablePerformanceDebugLogs%22%3Afalse%2C%22docxToPdfConverterApiKey%22%3A%221hmpTyILyyd4j48faR17g!*YLql4CUW2yIVI39VQFcp%22%2C%22projectRootPath%22%3Anull%2C%22enableRemoveAccountsNotToSyncOnBrevo%22%3Afalse%2C%22eventsMapAccessToken%22%3A%226uNupVjIusQ4EzVDQJYor6T3J2qV4hF7pw9hrdaPhEA6xfmdiHImW04KsU6YTF37%22%2C%22enableTuteurEventCreation%22%3Atrue%2C%22showSignupFormTuteurNewDesigns%22%3Afalse%2C%22showOpcommerceCreateEventPage%22%3Afalse%2C%22bypassDirectusEventsCache%22%3Afalse%2C%22showReplayEventPageNewDesigns%22%3Atrue%2C%22mongoRestorePort%22%3A3001%2C%22meteorRestoreHost%22%3A%22localhost%22%2C%22version%22%3A%222.6.3%22%7D%2C%22ROOT_URL%22%3A%22https%3A%2F%2Fidstages.laregion.fr%22%2C%22ROOT_URL_PATH_PREFIX%22%3A%22%22%2C%22reactFastRefreshEnabled%22%3Atrue%2C%22autoupdate%22%3A%7B%22versions%22%3A%7B%22web.browser%22%3A%7B%22version%22%3A%221f0d2d935358b941a35c25e77364ab3d45a835b7%22%2C%22versionRefreshable%22%3A%229e435f47bf24e747a01aba258c240b0e9b5d4a09%22%2C%22versionNonRefreshable%22%3A%22ef81f5782692aa10002a19d4e386aaf45bc6229c%22%2C%22versionReplaceable%22%3A%228f1116e914e64f0d747b870f753f23ef534a182c%22%7D%2C%22web.browser.legacy%22%3A%7B%22version%22%3A%225c12ccbb6a6795c89d082ef3d317e8a7cb3749c6%22%2C%22versionRefreshable%22%3A%229e435f47bf24e747a01aba258c240b0e9b5d4a09%22%2C%22versionNonRefreshable%22%3A%22fd7b3e45e9b018a1de2f90e7fdf04fc5ae7976c8%22%2C%22versionReplaceable%22%3A%228f1116e914e64f0d747b870f753f23ef534a182c%22%7D%7D%2C%22autoupdateVersion%22%3Anull%2C%22autoupdateVersionRefreshable%22%3Anull%2C%22autoupdateVersionCordova%22%3Anull%2C%22appId%22%3A%22t8a6ne14koqys7l8vsd%22%7D%2C%22appId%22%3A%22t8a6ne14koqys7l8vsd%22%2C%22accountsConfigCalled%22%3Atrue%2C%22isModern%22%3Afalse%7D"))</script> <script type="text/javascript" src="/0ee699b4530f7be0c29d435cc55500d236453cee.js?meteor_js_resource=true"></script> </body> </html>