{"id":391,"date":"2026-06-01T15:54:02","date_gmt":"2026-06-01T13:54:02","guid":{"rendered":"https:\/\/objectif-jeunesse.org\/?page_id=391"},"modified":"2026-06-01T15:59:11","modified_gmt":"2026-06-01T13:59:11","slug":"sejour-ski-entrepreneuriat-jeunes-entrepreneurs","status":"publish","type":"page","link":"https:\/\/objectif-jeunesse.org\/index.php\/sejour-ski-entrepreneuriat-jeunes-entrepreneurs\/","title":{"rendered":"S\u00e9jour Ski &amp; Entrepreneuriat \u2013 Jeunes &amp; Entrepreneurs"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"391\" class=\"elementor elementor-391\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d69ef53 e-flex e-con-boxed e-con e-parent\" data-id=\"d69ef53\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-090dd81 elementor-widget elementor-widget-html\" data-id=\"090dd81\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"fr\">\n<head>\n  <meta charset=\"UTF-8\"\/>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\/>\n  <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\"\/>\n  <title>S\u00e9jour Ski & Entrepreneuriat \u2013 Jeunes & Entrepreneurs<\/title>\n  <style>\n    @import url('https:\/\/fonts.googleapis.com\/css2?family=Bebas+Neue&family=Nunito:wght@400;600;700;800&display=swap');\n\n    :root {\n      --ice-light: #d6eef8;\n      --ice-mid:   #b8dff2;\n      --ice-dark:  #8ec8e8;\n      --ice-deep:  #1a6fa3;\n      --orange:    #E8622A;\n      --orange-dk: #cf5221;\n      --white:     #ffffff;\n      --snow-bg:   #eef7fc;\n    }\n\n    * { box-sizing: border-box; }\n\n    body {\n      margin: 0;\n      padding: 0;\n      font-family: 'Nunito', Arial, sans-serif;\n      background: linear-gradient(180deg, var(--ice-light) 0%, #e8f4fb 40%, #f0f8fd 100%);\n      min-height: 100vh;\n      position: relative;\n      overflow-x: hidden;\n    }\n\n    \/* \u2500\u2500 FLOCONS FOND GLOBAL \u2500\u2500 *\/\n    #snow-bg {\n      position: fixed;\n      inset: 0;\n      pointer-events: none;\n      z-index: 0;\n      overflow: hidden;\n    }\n    .flake {\n      position: absolute;\n      top: -60px;\n      color: rgba(255,255,255,0.85);\n      animation: fall linear infinite;\n    }\n    @keyframes fall {\n      0%   { transform: translateY(0) rotate(0deg);    opacity: 0; }\n      5%   { opacity: 1; }\n      90%  { opacity: 0.7; }\n      100% { transform: translateY(110vh) rotate(400deg); opacity: 0; }\n    }\n\n    \/* \u2500\u2500 WRAP \u2500\u2500 *\/\n    .rje-wrap {\n      position: relative;\n      z-index: 1;\n      max-width: 1000px;\n      margin: 0 auto;\n      padding: 32px 16px 48px;\n    }\n\n    .rje-card {\n      background: rgba(255,255,255,0.82);\n      backdrop-filter: blur(8px);\n      border-radius: 8px;\n      overflow: hidden;\n      box-shadow: 0 8px 40px rgba(26,111,163,0.18), 0 2px 8px rgba(26,111,163,0.10);\n      border: 1px solid rgba(142,200,232,0.4);\n    }\n\n    \/* \u2500\u2500 TOP BAR \u2500\u2500 *\/\n    .rje-topbar {\n      background: var(--orange);\n      padding: 10px 40px;\n      text-align: center;\n    }\n    .rje-topbar p {\n      font-size: 11px; font-weight: 800; letter-spacing: 3px;\n      text-transform: uppercase; color: #fff; margin: 0;\n    }\n\n    \/* \u2500\u2500 HERO GLACIER \u2500\u2500 *\/\n    .rje-hero {\n      position: relative;\n      background: linear-gradient(160deg, #c2e3f5 0%, #a4d4ee 40%, #c8e8f7 70%, #daf0fb 100%);\n      padding: 44px 40px 36px;\n      text-align: center;\n      overflow: hidden;\n    }\n\n    \/* montagnes SVG hero *\/\n    .rje-hero-mountains {\n      position: absolute;\n      bottom: 0; left: 0; right: 0;\n      pointer-events: none;\n    }\n\n    \/* flocons h\u00e9ro d\u00e9coratifs *\/\n    .rje-crystal {\n      position: absolute;\n      animation: spin linear infinite;\n      pointer-events: none;\n    }\n    @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }\n\n    .rje-logo-row {\n      display: flex; align-items: center; justify-content: center;\n      gap: 14px; margin-bottom: 22px; position: relative; z-index: 2;\n    }\n    .rje-logo-circle {\n      width: 52px; height: 52px; border-radius: 50%;\n      border: 2px solid #111;\n      display: flex; align-items: center; justify-content: center;\n      background: rgba(255,255,255,0.9);\n    }\n    .rje-logo-name {\n      font-family: 'Bebas Neue', Impact, sans-serif;\n      font-size: 22px; letter-spacing: 2px; color: #111;\n      line-height: 1; margin: 0; text-align: left;\n    }\n    .rje-logo-name span { color: var(--orange); }\n    .rje-logo-sub {\n      font-size: 10px; font-weight: 800; letter-spacing: 2px;\n      text-transform: uppercase; color: #555;\n      margin: 3px 0 0; text-align: left;\n    }\n\n    .rje-hero-divider {\n      width: 48px; height: 3px;\n      background: var(--orange);\n      margin: 0 auto 20px;\n      position: relative; z-index: 2;\n    }\n\n    .rje-hero-eyebrow {\n      font-size: 11px; font-weight: 800; letter-spacing: 3px;\n      text-transform: uppercase; color: var(--ice-deep);\n      margin: 0 0 10px; position: relative; z-index: 2;\n    }\n\n    .rje-hero-title {\n      font-family: 'Bebas Neue', Impact, sans-serif;\n      font-size: 52px; letter-spacing: 3px; color: #fff;\n      text-shadow: 0 2px 16px rgba(26,111,163,0.3);\n      line-height: 1; margin: 0 0 4px;\n      position: relative; z-index: 2;\n    }\n    .rje-hero-title-orange {\n      font-family: 'Bebas Neue', Impact, sans-serif;\n      font-size: 36px; letter-spacing: 3px; color: var(--orange);\n      text-shadow: 0 2px 16px rgba(232,98,42,0.25);\n      line-height: 1; margin: 0 0 22px;\n      position: relative; z-index: 2;\n    }\n\n    .rje-hero-badge {\n      display: inline-block;\n      background: rgba(255,255,255,0.88);\n      border: 1.5px solid rgba(26,111,163,0.25);\n      border-radius: 4px; padding: 9px 22px;\n      font-size: 12px; font-weight: 800;\n      letter-spacing: 1.5px; text-transform: uppercase;\n      color: var(--ice-deep); margin-bottom: 16px;\n      position: relative; z-index: 2;\n    }\n\n    .rje-hero-tagline {\n      font-size: 13px; font-weight: 700; letter-spacing: 0.5px;\n      color: rgba(255,255,255,0.95);\n      text-shadow: 0 1px 4px rgba(26,80,130,0.2);\n      margin: 0; position: relative; z-index: 2;\n    }\n\n    \/* \u2500\u2500 CORPS \u2500\u2500 *\/\n    .rje-body {\n      padding: 32px 40px 8px;\n      background: rgba(255,255,255,0.92);\n    }\n    .rje-body p {\n      font-size: 15px; color: #333; line-height: 1.75; margin: 0 0 18px;\n    }\n    .rje-body p:last-child { margin-bottom: 0; }\n    .rje-body strong { color: #111; }\n    .rje-accent { color: var(--orange); }\n\n    \/* \u2500\u2500 SECTIONS \u2500\u2500 *\/\n    .rje-section {\n      padding: 0 40px 28px;\n      background: rgba(255,255,255,0.92);\n    }\n    .rje-section-title {\n      font-family: 'Bebas Neue', Impact, sans-serif;\n      font-size: 18px; letter-spacing: 1.5px; color: #111; margin: 0 0 14px;\n    }\n\n    \/* \u2500\u2500 CARDS PROGRAMME \u2500\u2500 *\/\n    .rje-cards { display: flex; flex-direction: column; gap: 10px; }\n    .rje-prog-card {\n      background: linear-gradient(135deg, rgba(214,238,248,0.5) 0%, rgba(255,255,255,0.8) 100%);\n      border-left: 4px solid var(--orange);\n      border-radius: 3px; padding: 12px 16px;\n      border-top: 1px solid rgba(142,200,232,0.25);\n      border-right: 1px solid rgba(142,200,232,0.25);\n      border-bottom: 1px solid rgba(142,200,232,0.25);\n    }\n    .rje-prog-card-title {\n      font-size: 13px; font-weight: 800; color: #111;\n      text-transform: uppercase; letter-spacing: 1px; margin: 0 0 4px;\n    }\n    .rje-prog-card-desc {\n      font-size: 13px; color: #555; line-height: 1.6; margin: 0;\n    }\n\n    \/* \u2500\u2500 INFOS PRATIQUES \u2500\u2500 *\/\n    .rje-infos-box {\n      background: linear-gradient(135deg, rgba(184,223,242,0.3) 0%, rgba(255,255,255,0.85) 100%);\n      border-left: 4px solid var(--orange); border-radius: 3px; padding: 18px 22px;\n      border-top: 1px solid rgba(142,200,232,0.3);\n      border-right: 1px solid rgba(142,200,232,0.3);\n      border-bottom: 1px solid rgba(142,200,232,0.3);\n    }\n    .rje-info-row {\n      display: flex; align-items: flex-start; gap: 8px; margin-bottom: 14px;\n    }\n    .rje-info-row:last-child { margin-bottom: 0; }\n    .rje-info-icon { font-size: 16px; line-height: 1.4; flex-shrink: 0; }\n    .rje-info-text { font-size: 14px; color: #333; line-height: 1.5; }\n    .rje-info-text strong { color: #111; }\n    .rje-info-sub { font-size: 13px; color: #555; display: block; }\n    .rje-info-accent { font-size: 13px; color: var(--orange); display: block; }\n\n    \/* \u2500\u2500 ENCART DOUBLE PUBLIC \u2500\u2500 *\/\n    .rje-highlight-box {\n      background: linear-gradient(135deg, #1a3d5c 0%, #111 100%);\n      border-radius: 3px; padding: 20px 24px;\n      border: 1px solid rgba(142,200,232,0.2);\n    }\n    .rje-highlight-label {\n      font-size: 13px; font-weight: 800; letter-spacing: 2px;\n      text-transform: uppercase; color: var(--orange); margin: 0 0 10px;\n    }\n    .rje-highlight-box p {\n      font-size: 14px; color: #f0f0f0; line-height: 1.75; margin: 0 0 10px;\n    }\n    .rje-highlight-box p:last-child { margin-bottom: 0; }\n    .rje-highlight-box strong { color: #fff; }\n\n    \/* \u2500\u2500 CITATION \u2500\u2500 *\/\n    .rje-quote {\n      border-top: 1px solid rgba(142,200,232,0.4);\n      border-bottom: 1px solid rgba(142,200,232,0.4);\n      padding: 22px 0; text-align: center; margin: 0 40px 28px;\n      background: transparent;\n    }\n    .rje-quote-text {\n      font-family: 'Bebas Neue', Impact, sans-serif;\n      font-size: 20px; letter-spacing: 2px; color: var(--orange); margin: 0 0 6px;\n    }\n    .rje-quote-sub {\n      font-size: 13px; color: var(--ice-deep); letter-spacing: 1px;\n      text-transform: uppercase; margin: 0;\n    }\n\n    \/* \u2500\u2500 CTA \u2500\u2500 *\/\n    .rje-cta {\n      padding: 0 40px 40px; text-align: center;\n      background: rgba(255,255,255,0.92);\n    }\n    .rje-cta-text { font-size: 14px; color: #555; line-height: 1.7; margin: 0 0 22px; }\n    .rje-btn-row {\n      display: flex; justify-content: center; gap: 10px; flex-wrap: wrap;\n    }\n    .rje-btn-primary {\n      display: inline-block; background: var(--orange); color: #fff;\n      text-decoration: none; font-family: 'Nunito', Arial, sans-serif;\n      font-size: 13px; font-weight: 800; letter-spacing: 1.5px;\n      text-transform: uppercase; padding: 14px 32px; border-radius: 3px;\n      transition: background 0.2s, transform 0.15s, box-shadow 0.2s;\n    }\n    .rje-btn-primary:hover {\n      background: var(--orange-dk); transform: translateY(-2px);\n      box-shadow: 0 6px 20px rgba(232,98,42,0.35); color: #fff; text-decoration: none;\n    }\n    .rje-btn-secondary {\n      display: inline-block; background: #111; color: #fff;\n      text-decoration: none; font-family: 'Nunito', Arial, sans-serif;\n      font-size: 13px; font-weight: 800; letter-spacing: 1.5px;\n      text-transform: uppercase; padding: 14px 32px; border-radius: 3px;\n      transition: background 0.2s, transform 0.15s;\n    }\n    .rje-btn-secondary:hover {\n      background: #2a2a2a; transform: translateY(-2px);\n      color: #fff; text-decoration: none;\n    }\n\n    \/* \u2500\u2500 SEP \u2500\u2500 *\/\n    .rje-sep { height: 1px; background: rgba(142,200,232,0.4); margin: 0 40px; }\n\n    \/* \u2500\u2500 FOOTER \u2500\u2500 *\/\n    .rje-footer {\n      background: linear-gradient(135deg, #1a3d5c 0%, #111 100%);\n      padding: 26px 40px; text-align: center;\n    }\n    .rje-footer-name {\n      font-family: 'Bebas Neue', Impact, sans-serif;\n      font-size: 18px; letter-spacing: 2px; color: #fff; margin: 0 0 5px;\n    }\n    .rje-footer-name span { color: var(--orange); }\n    .rje-footer-tagline { font-size: 12px; color: rgba(255,255,255,0.5); letter-spacing: 1px; margin: 0 0 10px; }\n    .rje-footer-contact { font-size: 12px; margin: 0; }\n    .rje-footer-contact a { color: var(--orange); text-decoration: none; font-weight: 700; }\n    .rje-footer-sep { color: #444; margin: 0 8px; }\n    .rje-footer-handle { color: rgba(255,255,255,0.4); }\n\n    \/* \u2500\u2500 SECTION PADDING TOP \u2500\u2500 *\/\n    .rje-section-pt { padding-top: 28px; }\n\n    \/* \u2500\u2500 RESPONSIVE \u2500\u2500 *\/\n    @media (max-width: 600px) {\n      .rje-hero, .rje-body, .rje-section, .rje-cta, .rje-footer, .rje-topbar\n        { padding-left: 20px !important; padding-right: 20px !important; }\n      .rje-hero-title { font-size: 36px; }\n      .rje-hero-title-orange { font-size: 26px; }\n      .rje-sep, .rje-quote { margin-left: 20px; margin-right: 20px; }\n      .rje-btn-row { flex-direction: column; align-items: center; }\n      .rje-btn-primary, .rje-btn-secondary { width: 100%; max-width: 320px; text-align: center; }\n    }\n  <\/style>\n<\/head>\n<body>\n\n<!-- Flocons fond de page -->\n<div id=\"snow-bg\"><\/div>\n\n<div class=\"rje-wrap\">\n  <div class=\"rje-card\">\n\n    <!-- TOP BAR -->\n    <div class=\"rje-topbar\">\n      <p>Programme Jeunes &amp; Entrepreneurs &mdash; \u00c9dition sp\u00e9ciale<\/p>\n    <\/div>\n\n    <!-- HERO GLACIER -->\n    <div class=\"rje-hero\">\n\n      <!-- Flocons d\u00e9coratifs h\u00e9ro -->\n      <svg class=\"rje-crystal\" style=\"width:110px;height:110px;top:-15px;left:-15px;opacity:0.15;animation-duration:30s;\" viewBox=\"0 0 100 100\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n        <line x1=\"50\" y1=\"5\" x2=\"50\" y2=\"95\" stroke=\"#1a6fa3\" stroke-width=\"2\"\/>\n        <line x1=\"5\" y1=\"50\" x2=\"95\" y2=\"50\" stroke=\"#1a6fa3\" stroke-width=\"2\"\/>\n        <line x1=\"15\" y1=\"15\" x2=\"85\" y2=\"85\" stroke=\"#1a6fa3\" stroke-width=\"2\"\/>\n        <line x1=\"85\" y1=\"15\" x2=\"15\" y2=\"85\" stroke=\"#1a6fa3\" stroke-width=\"2\"\/>\n        <circle cx=\"50\" cy=\"50\" r=\"5\" fill=\"#1a6fa3\"\/>\n        <circle cx=\"50\" cy=\"5\" r=\"3\" fill=\"#1a6fa3\"\/><circle cx=\"50\" cy=\"95\" r=\"3\" fill=\"#1a6fa3\"\/>\n        <circle cx=\"5\" cy=\"50\" r=\"3\" fill=\"#1a6fa3\"\/><circle cx=\"95\" cy=\"50\" r=\"3\" fill=\"#1a6fa3\"\/>\n        <circle cx=\"15\" cy=\"15\" r=\"2.5\" fill=\"#1a6fa3\"\/><circle cx=\"85\" cy=\"85\" r=\"2.5\" fill=\"#1a6fa3\"\/>\n        <circle cx=\"85\" cy=\"15\" r=\"2.5\" fill=\"#1a6fa3\"\/><circle cx=\"15\" cy=\"85\" r=\"2.5\" fill=\"#1a6fa3\"\/>\n        <line x1=\"40\" y1=\"5\" x2=\"50\" y2=\"18\" stroke=\"#1a6fa3\" stroke-width=\"1.5\"\/>\n        <line x1=\"60\" y1=\"5\" x2=\"50\" y2=\"18\" stroke=\"#1a6fa3\" stroke-width=\"1.5\"\/>\n        <line x1=\"40\" y1=\"95\" x2=\"50\" y2=\"82\" stroke=\"#1a6fa3\" stroke-width=\"1.5\"\/>\n        <line x1=\"60\" y1=\"95\" x2=\"50\" y2=\"82\" stroke=\"#1a6fa3\" stroke-width=\"1.5\"\/>\n        <line x1=\"5\" y1=\"40\" x2=\"18\" y2=\"50\" stroke=\"#1a6fa3\" stroke-width=\"1.5\"\/>\n        <line x1=\"5\" y1=\"60\" x2=\"18\" y2=\"50\" stroke=\"#1a6fa3\" stroke-width=\"1.5\"\/>\n        <line x1=\"95\" y1=\"40\" x2=\"82\" y2=\"50\" stroke=\"#1a6fa3\" stroke-width=\"1.5\"\/>\n        <line x1=\"95\" y1=\"60\" x2=\"82\" y2=\"50\" stroke=\"#1a6fa3\" stroke-width=\"1.5\"\/>\n      <\/svg>\n\n      <svg class=\"rje-crystal\" style=\"width:80px;height:80px;top:20px;right:10px;opacity:0.18;animation-duration:22s;animation-direction:reverse;\" viewBox=\"0 0 100 100\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n        <line x1=\"50\" y1=\"5\" x2=\"50\" y2=\"95\" stroke=\"#E8622A\" stroke-width=\"2.5\"\/>\n        <line x1=\"5\" y1=\"50\" x2=\"95\" y2=\"50\" stroke=\"#E8622A\" stroke-width=\"2.5\"\/>\n        <line x1=\"15\" y1=\"15\" x2=\"85\" y2=\"85\" stroke=\"#E8622A\" stroke-width=\"2.5\"\/>\n        <line x1=\"85\" y1=\"15\" x2=\"15\" y2=\"85\" stroke=\"#E8622A\" stroke-width=\"2.5\"\/>\n        <circle cx=\"50\" cy=\"50\" r=\"6\" fill=\"#E8622A\"\/>\n        <circle cx=\"50\" cy=\"5\" r=\"3.5\" fill=\"#E8622A\"\/><circle cx=\"50\" cy=\"95\" r=\"3.5\" fill=\"#E8622A\"\/>\n        <circle cx=\"5\" cy=\"50\" r=\"3.5\" fill=\"#E8622A\"\/><circle cx=\"95\" cy=\"50\" r=\"3.5\" fill=\"#E8622A\"\/>\n      <\/svg>\n\n      <svg class=\"rje-crystal\" style=\"width:55px;height:55px;bottom:40px;left:25px;opacity:0.13;animation-duration:38s;\" viewBox=\"0 0 100 100\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n        <line x1=\"50\" y1=\"5\" x2=\"50\" y2=\"95\" stroke=\"#1a6fa3\" stroke-width=\"2\"\/>\n        <line x1=\"5\" y1=\"50\" x2=\"95\" y2=\"50\" stroke=\"#1a6fa3\" stroke-width=\"2\"\/>\n        <line x1=\"15\" y1=\"15\" x2=\"85\" y2=\"85\" stroke=\"#1a6fa3\" stroke-width=\"2\"\/>\n        <line x1=\"85\" y1=\"15\" x2=\"15\" y2=\"85\" stroke=\"#1a6fa3\" stroke-width=\"2\"\/>\n        <circle cx=\"50\" cy=\"50\" r=\"5\" fill=\"#1a6fa3\"\/>\n      <\/svg>\n\n      <svg class=\"rje-crystal\" style=\"width:45px;height:45px;bottom:55px;right:40px;opacity:0.14;animation-duration:28s;animation-direction:reverse;\" viewBox=\"0 0 100 100\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n        <line x1=\"50\" y1=\"5\" x2=\"50\" y2=\"95\" stroke=\"#1a6fa3\" stroke-width=\"2\"\/>\n        <line x1=\"5\" y1=\"50\" x2=\"95\" y2=\"50\" stroke=\"#1a6fa3\" stroke-width=\"2\"\/>\n        <line x1=\"15\" y1=\"15\" x2=\"85\" y2=\"85\" stroke=\"#1a6fa3\" stroke-width=\"2\"\/>\n        <line x1=\"85\" y1=\"15\" x2=\"15\" y2=\"85\" stroke=\"#1a6fa3\" stroke-width=\"2\"\/>\n        <circle cx=\"50\" cy=\"50\" r=\"4\" fill=\"#1a6fa3\"\/>\n        <circle cx=\"50\" cy=\"5\" r=\"2.5\" fill=\"#1a6fa3\"\/><circle cx=\"50\" cy=\"95\" r=\"2.5\" fill=\"#1a6fa3\"\/>\n        <circle cx=\"5\" cy=\"50\" r=\"2.5\" fill=\"#1a6fa3\"\/><circle cx=\"95\" cy=\"50\" r=\"2.5\" fill=\"#1a6fa3\"\/>\n      <\/svg>\n\n      <!-- Logo -->\n      <div class=\"rje-logo-row\">\n        <div class=\"\">\n              <img decoding=\"async\" src=\"https:\/\/objectif-jeunesse.org\/wp-content\/uploads\/2024\/03\/cropped-OBJ-Logo-white.png\" width=\"110\" alt=\"Objectif Jeunesse\">\n        <\/div>\n        <div>\n          <p class=\"rje-logo-name\">OBJECTIF <span>JEUNESSE<\/span><\/p>\n          <p class=\"rje-logo-sub\">Association &middot; Pantin<\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"rje-hero-divider\"><\/div>\n\n      <p class=\"rje-hero-eyebrow\">D\u00e9cembre 2026 &mdash; \u00c9v\u00e9nement exceptionnel \u2744\ufe0f<\/p>\n      <div class=\"rje-hero-title\">S\u00c9JOUR AU SKI<\/div>\n      <div class=\"rje-hero-title-orange\">JEUNES &amp; ENTREPRENEURS<\/div>\n      <div class=\"rje-hero-badge\">\u2744\ufe0f 19 \u2013 26 D\u00e9cembre 2026 \u00b7 Le Revard<\/div>\n      <p class=\"rje-hero-tagline\">Ski \u00b7 Ateliers \u00b7 D\u00e9veloppement de projet \u00b7 R\u00e9seau<\/p>\n\n      <!-- Montagnes -->\n      <svg class=\"rje-hero-mountains\" viewBox=\"0 0 700 120\" preserveAspectRatio=\"xMidYMax slice\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n        <polygon points=\"0,120 100,30 210,90 330,10 450,80 570,35 700,65 700,120\" fill=\"rgba(255,255,255,0.2)\"\/>\n        <polygon points=\"0,120 70,70 170,100 280,40 400,95 510,55 630,85 700,70 700,120\" fill=\"rgba(255,255,255,0.12)\"\/>\n        <polygon points=\"0,120 50,95 140,115 250,65 370,105 490,75 610,100 700,85 700,120\" fill=\"rgba(255,255,255,0.25)\"\/>\n      <\/svg>\n    <\/div>\n\n    <!-- CORPS -->\n    <div class=\"rje-body\">\n      <p>On a une grande annonce \u00e0 te faire. \ud83e\udde1 Pour cette fin d'ann\u00e9e, <strong>Objectif Jeunesse organise son tout premier s\u00e9jour au ski<\/strong> &mdash; une semaine compl\u00e8te au Revard, du 19 au 26 d\u00e9cembre 2026, pens\u00e9e de A \u00e0 Z pour les jeunes de 18 \u00e0 25 ans qui ont un projet \u00e0 d\u00e9velopper.<\/p>\n      <p>Ce n'est pas un voyage comme les autres. C'est la continuation de tout ce qu'on a construit ensemble lors des rencontres mensuelles&nbsp;: pitches, relances, r\u00e9seautage, cr\u00e9ation d'opportunit\u00e9s &mdash; <strong>mais cette fois, en immersion totale \u00e0 la montagne.<\/strong><\/p>\n      <p>Pistes le matin, ateliers et \u00e9changes dans la journ\u00e9e, soir\u00e9es en groupe le soir. <strong class=\"rje-accent\">Une semaine pour avancer sur ton projet, renforcer ton r\u00e9seau et cr\u00e9er des liens qui durent.<\/strong><\/p>\n    <\/div>\n\n    <!-- AU PROGRAMME -->\n    <div class=\"rje-section rje-section-pt\">\n      <p class=\"rje-section-title\">Ce qui t'attend \ud83c\udf1f<\/p>\n      <div class=\"rje-cards\">\n        <div class=\"rje-prog-card\">\n          <p class=\"rje-prog-card-title\">\u2744\ufe0f Du ski pour tout le monde<\/p>\n          <p class=\"rje-prog-card-desc\">D\u00e9butant ou confirm\u00e9, tu es le bienvenu. On sort du quotidien, on respire, on se ressource \u2014 et on prend de la hauteur, au sens propre comme au figur\u00e9.<\/p>\n        <\/div>\n        <div class=\"rje-prog-card\">\n          <p class=\"rje-prog-card-title\">\ud83d\udca1 Des ateliers th\u00e9matiques<\/p>\n          <p class=\"rje-prog-card-desc\">On continue \u00e0 avancer ensemble sur nos projets : nouvelles th\u00e9matiques entrepreneuriales, \u00e9changes informels, r\u00e9flexion collective dans un cadre diff\u00e9rent et stimulant.<\/p>\n        <\/div>\n        <div class=\"rje-prog-card\">\n          <p class=\"rje-prog-card-title\">\ud83e\udd1d Des connexions vraies<\/p>\n          <p class=\"rje-prog-card-desc\">La vie collective en immersion, c'est autre chose qu'un samedi matin en atelier. Les liens cr\u00e9\u00e9s ici deviennent des collaborations, des opportunit\u00e9s, des amiti\u00e9s qui durent.<\/p>\n        <\/div>\n        <div class=\"rje-prog-card\">\n          <p class=\"rje-prog-card-title\">\ud83d\ude80 Des actions concr\u00e8tes<\/p>\n          <p class=\"rje-prog-card-desc\">Tu repars avec un r\u00e9seau renforc\u00e9, de nouvelles id\u00e9es pour ton projet, et des actions concr\u00e8tes \u00e0 mettre en place d\u00e8s ton retour.<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <!-- INFOS PRATIQUES -->\n    <div class=\"rje-section\">\n      <p class=\"rje-section-title\">Infos pratiques<\/p>\n      <div class=\"rje-infos-box\">\n        <div class=\"rje-info-row\">\n          <span class=\"rje-info-icon\">\ud83d\udcc5<\/span>\n          <div class=\"rje-info-text\">\n            <strong>Du 19 au 26 d\u00e9cembre 2026<\/strong> &mdash; 1 semaine compl\u00e8te\n            <span class=\"rje-info-accent\">S\u00e9jour en immersion &mdash; programme d\u00e9taill\u00e9 \u00e0 venir<\/span>\n          <\/div>\n        <\/div>\n        <div class=\"rje-info-row\">\n          <span class=\"rje-info-icon\">\ud83c\udfd4\ufe0f<\/span>\n          <div class=\"rje-info-text\">\n            <strong>Le Revard<\/strong> &mdash; site mis \u00e0 disposition par la Ville de Pantin\n          <\/div>\n        <\/div>\n        <div class=\"rje-info-row\">\n          <span class=\"rje-info-icon\">\ud83d\udc65<\/span>\n          <div class=\"rje-info-text\">\n            <strong>18 \u00e0 25 ans<\/strong> &mdash; d\u00e9butants &amp; confirm\u00e9s sur les skis bienvenus\n            <span class=\"rje-info-sub\">Avoir un projet professionnel \u00e0 d\u00e9velopper<\/span>\n          <\/div>\n        <\/div>\n        <div class=\"rje-info-row\">\n          <span class=\"rje-info-icon\">\ud83d\udcb0<\/span>\n          <div class=\"rje-info-text\">\n            <strong>Participation financi\u00e8re<\/strong> &mdash; informations \u00e0 venir\n            <span class=\"rje-info-sub\">Contacte-nous pour en savoir plus<\/span>\n          <\/div>\n        <\/div>\n        <div class=\"rje-info-row\">\n          <span class=\"rje-info-icon\">\u2705<\/span>\n          <div class=\"rje-info-text\">\n            <strong style=\"color:#E8622A;\">Places limit\u00e9es &mdash; manifeste ton int\u00e9r\u00eat d\u00e8s maintenant<\/strong>\n            <span class=\"rje-info-sub\"><strong>contact@objectif-jeunesse.org<\/strong><\/span>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <!-- ENCART DOUBLE PUBLIC -->\n    <div class=\"rje-section\">\n      <div class=\"rje-highlight-box\">\n        <p class=\"rje-highlight-label\">\ud83d\udc4f&nbsp; Tu fais d\u00e9j\u00e0 partie de l'aventure ?<\/p>\n        <p>Si tu es venu \u00e0 l'une de nos rencontres mensuelles, ce s\u00e9jour est fait pour toi. C'est l'aboutissement de tout ce qu'on a construit cette ann\u00e9e \u2014 et la meilleure fa\u00e7on de <strong>c\u00e9l\u00e9brer tes avanc\u00e9es<\/strong> avec ceux qui les ont v\u00e9cues \u00e0 tes c\u00f4t\u00e9s.<\/p>\n        <p>Tu ne nous connais pas encore&nbsp;? <strong style=\"color:#E8622A;\">C'est le meilleur moment pour nous rejoindre.<\/strong> Ce s\u00e9jour est ouvert \u00e0 tous les jeunes de 18\u201325 ans motiv\u00e9s, projet ou pas encore formalis\u00e9 \u2014 l'essentiel, c'est l'envie d'avancer.<\/p>\n      <\/div>\n    <\/div>\n\n    <!-- CITATION -->\n    <div class=\"rje-quote\">\n      <p class=\"rje-quote-text\">\u00ab ON AVANCE MIEUX ENSEMBLE \u00bb<\/p>\n      <p class=\"rje-quote-sub\">Une semaine pour cr\u00e9er des connexions qui durent \ud83e\udde1<\/p>\n    <\/div>\n\n    <!-- CTA -->\n    <div class=\"rje-cta\">\n      <p class=\"rje-cta-text\">\n        Les places sont limit\u00e9es. Si tu es int\u00e9ress\u00e9(e), manifeste-toi d\u00e8s maintenant&nbsp;&mdash;<br\/>\n        les informations compl\u00e8tes (programme, tarif, logistique) seront communiqu\u00e9es tr\u00e8s prochainement.\n      <\/p>\n      <div class=\"rje-btn-row\">\n        <a href=\"mailto:contact@objectif-jeunesse.org?subject=S%C3%A9jour%20Ski%20%26%20Entrepreneuriat%20%E2%80%93%20Je%20suis%20int%C3%A9ress%C3%A9(e)&body=Bonjour%2C%0A%0AJe%20suis%20int%C3%A9ress%C3%A9(e)%20par%20le%20S%C3%A9jour%20Ski%20%26%20Entrepreneuriat%20du%2019%20au%2026%20d%C3%A9cembre%202026.%0A%0AMon%20pr%C3%A9nom%20%2F%20nom%20:%0AMon%20%C3%A2ge%20:%0AMon%20projet%20:%0A%0AJ%27attends%20vos%20informations%20avec%20impatience%20!%0A%0ACordialement%2C\" class=\"rje-btn-primary\">\n          \u2713&nbsp; Je suis int\u00e9ress\u00e9(e) !\n        <\/a>\n        <a href=\"mailto:contact@objectif-jeunesse.org?subject=S%C3%A9jour%20Ski%20%26%20Entrepreneuriat%20%E2%80%93%20Question&body=Bonjour%2C%0A%0AJ%27ai%20une%20question%20concernant%20le%20S%C3%A9jour%20Ski%20%26%20Entrepreneuriat%20%3A%0A%0A%5BVotre%20question%20ici%5D%0A%0ACordialement%2C\" class=\"rje-btn-secondary\">\n          Une question ?\n        <\/a>\n      <\/div>\n    <\/div>\n\n    <div class=\"rje-sep\"><\/div>\n\n    <!-- FOOTER -->\n    <div class=\"rje-footer\">\n      <p class=\"rje-footer-name\">OBJECTIF <span>JEUNESSE<\/span><\/p>\n      <p class=\"rje-footer-tagline\">\u00c9changer &middot; Apprendre &middot; Cr\u00e9er du r\u00e9seau<\/p>\n      <p class=\"rje-footer-contact\">\n        <a href=\"https:\/\/objectif-jeunesse.org\/\">Site web<\/a>\n      <a href=\"https:\/\/www.instagram.com\/objectifjeunesse\">Instagram<\/a>\n      <a href=\"https:\/\/www.youtube.com\/@objectif-jeunesse\">YouTube<\/a>\n      <a href=\"https:\/\/www.linkedin.com\/company\/objectif-jeunesse-obj\">LinkedIn<\/a>\n      <a href=\"https:\/\/www.helloasso.com\/associations\/objectif-jeunesse\">HelloAsso<\/a>\n      <\/p>\n    <\/div>\n\n  <\/div>\n<\/div>\n\n<script>\n(function(){\n  var layer = document.getElementById('snow-bg');\n  if(!layer) return;\n  var syms = ['\u2744','\u2745','\u2746','\u2726','\u00b7','\u2022','\u2217'];\n  for(var i=0;i<55;i++){\n    var el = document.createElement('span');\n    el.className = 'flake';\n    el.textContent = syms[Math.floor(Math.random()*syms.length)];\n    var size  = 10 + Math.random()*20;\n    var left  = Math.random()*100;\n    var delay = -(Math.random()*12);\n    var dur   = 7 + Math.random()*12;\n    var op    = 0.45 + Math.random()*0.45;\n    el.style.cssText = 'left:'+left+'%;font-size:'+size+'px;animation-duration:'+dur+'s;animation-delay:'+delay+'s;color:rgba(255,255,255,'+op+')';\n    layer.appendChild(el);\n  }\n})();\n<\/script>\n<\/body>\n<\/html>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>S\u00e9jour Ski &#038; Entrepreneuriat \u2013 Jeunes &#038; Entrepreneurs Programme Jeunes &amp; Entrepreneurs &mdash; \u00c9dition sp\u00e9ciale OBJECTIF JEUNESSE Association &middot; Pantin D\u00e9cembre 2026 &mdash; \u00c9v\u00e9nement exceptionnel &#x2744;&#xfe0f; S\u00c9JOUR AU SKI JEUNES &amp; ENTREPRENEURS &#x2744;&#xfe0f; 19 \u2013 26 D\u00e9cembre 2026 \u00b7 Le Revard Ski \u00b7 Ateliers \u00b7 D\u00e9veloppement de projet \u00b7 R\u00e9seau On a une grande annonce [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":392,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"class_list":["post-391","page","type-page","status-publish","has-post-thumbnail","hentry"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/objectif-jeunesse.org\/index.php\/wp-json\/wp\/v2\/pages\/391","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/objectif-jeunesse.org\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/objectif-jeunesse.org\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/objectif-jeunesse.org\/index.php\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/objectif-jeunesse.org\/index.php\/wp-json\/wp\/v2\/comments?post=391"}],"version-history":[{"count":7,"href":"https:\/\/objectif-jeunesse.org\/index.php\/wp-json\/wp\/v2\/pages\/391\/revisions"}],"predecessor-version":[{"id":400,"href":"https:\/\/objectif-jeunesse.org\/index.php\/wp-json\/wp\/v2\/pages\/391\/revisions\/400"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/objectif-jeunesse.org\/index.php\/wp-json\/wp\/v2\/media\/392"}],"wp:attachment":[{"href":"https:\/\/objectif-jeunesse.org\/index.php\/wp-json\/wp\/v2\/media?parent=391"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}