{"id":708,"date":"2026-05-27T15:44:12","date_gmt":"2026-05-27T13:44:12","guid":{"rendered":"https:\/\/fripres.com\/?page_id=708"},"modified":"2026-06-02T11:48:59","modified_gmt":"2026-06-02T09:48:59","slug":"fripres-2026-journee-francophone-de-la-preservation-numerique","status":"publish","type":"page","link":"https:\/\/fripres.com\/","title":{"rendered":"FRiPRES 2026 \u2013 Journ\u00e9e francophone de la pr\u00e9servation num\u00e9rique"},"content":{"rendered":"\n<!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  <title>FRiPRES 2026 \u2013 Journ\u00e9e francophone de la pr\u00e9servation num\u00e9rique<\/title>\n  <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\" \/>\n  <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Barlow+Condensed:wght@400;600;700;800;900&#038;family=Barlow:wght@300;400;500;600&#038;display=swap\" rel=\"stylesheet\" \/>\n\n  <style>\n    :root {\n      --navy:     #0d1e38;\n      --blue:     #2b6cb0;\n      --blue-mid: #3182ce;\n      --blue-lt:  #bee3f8;\n      --blue-px:  #90cdf4;\n      --white:    #ffffff;\n      --off:      #f7f9fc;\n      --grey:     #4a5568;\n      --border:   #e2e8f0;\n      --font-head: 'Barlow Condensed', sans-serif;\n      --font-body: 'Barlow', sans-serif;\n    }\n\n    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n    html { scroll-behavior: smooth; }\n    body { font-family: var(--font-body); color: var(--navy); background: var(--white); overflow-x: hidden; }\n\n    \/* \u2550\u2550\u2550\u2550 HEADER \u2550\u2550\u2550\u2550 *\/\n    header {\n      position: fixed; top: 0; left: 0; right: 0; z-index: 100;\n      background: var(--navy); height: 64px;\n      display: flex; align-items: center; justify-content: space-between;\n      padding: 0 40px;\n      box-shadow: 0 2px 16px rgba(0,0,0,.35);\n      transition: height .3s;\n    }\n    .logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }\n    .logo-badge {\n      background: var(--blue-mid); color: var(--white);\n      font-family: var(--font-head); font-weight: 900; font-size: 1.35rem;\n      letter-spacing: .04em; padding: 4px 10px; line-height: 1;\n    }\n    .logo-badge .fr { color: var(--blue-lt); }\n    .logo-sub {\n      color: var(--blue-lt); font-family: var(--font-head); font-weight: 600;\n      font-size: .75rem; letter-spacing: .12em; text-transform: uppercase; line-height: 1.2;\n    }\n    nav { display: flex; align-items: center; gap: 6px; }\n    nav a {\n      color: rgba(255,255,255,.8); text-decoration: none;\n      font-family: var(--font-head); font-weight: 600; font-size: .88rem;\n      letter-spacing: .08em; text-transform: uppercase; padding: 6px 12px; transition: color .2s;\n    }\n    nav a:hover { color: var(--blue-lt); }\n    .btn-nav { background: var(--blue-mid); color: var(--white) !important; padding: 8px 18px !important; transition: background .2s !important; }\n    .btn-nav:hover { background: #2b6cb0 !important; }\n    .burger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; }\n    .burger span { display: block; width: 24px; height: 2px; background: var(--white); border-radius: 2px; transition: .3s; }\n\n    \/* \u2550\u2550\u2550\u2550 HERO \u2550\u2550\u2550\u2550 *\/\n    #accueil {\n      position: relative; min-height: 100vh; background: var(--navy);\n      display: flex; align-items: center; padding: 100px 40px 60px; overflow: hidden;\n    }\n    .skyline { position: absolute; bottom: 0; left: 0; right: 0; opacity: .07; pointer-events: none; }\n    .px-group { position: absolute; pointer-events: none; top: 7%; }\n    .px { position: absolute; background: var(--blue-lt); opacity: .18; }\n\n    .hero-inner {\n      position: relative; z-index: 2; max-width: 1100px; margin: 0 auto; width: 100%;\n      display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center;\n    }\n    .hero-title {\n      font-family: var(--font-head); font-weight: 900;\n      font-size: clamp(2.8rem, 6vw, 5.5rem); line-height: .95;\n      text-transform: uppercase; color: var(--white); letter-spacing: -.01em; margin-bottom: 10px;\n    }\n    .hero-title .fr-accent { color: var(--blue-mid); }\n    .hero-sub {\n      font-family: var(--font-head); font-weight: 400; font-size: 1.1rem;\n      color: rgba(255,255,255,.65); letter-spacing: .06em; text-transform: uppercase; margin-bottom: 36px;\n    }\n    .hero-card { display: inline-flex; align-items: stretch; border: 2px solid var(--white); margin-bottom: 32px; }\n    .hero-card-date { padding: 16px 24px; background: var(--white); color: var(--navy); }\n    .hero-card-date .day { font-family: var(--font-head); font-weight: 900; font-size: 2.2rem; line-height: 1; }\n    .hero-card-date .month { font-family: var(--font-head); font-weight: 600; font-size: .8rem; letter-spacing: .14em; text-transform: uppercase; color: var(--blue); }\n    .hero-card-time { padding: 16px 24px; color: var(--white); display: flex; flex-direction: column; justify-content: center; }\n    .hero-card-time .time { font-family: var(--font-head); font-weight: 800; font-size: 1.6rem; line-height: 1; }\n    .hero-card-time .loc { font-family: var(--font-head); font-weight: 400; font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; color: var(--blue-lt); margin-top: 4px; }\n    .btn-hero {\n      display: inline-flex; align-items: center; gap: 10px;\n      background: var(--blue-mid); color: var(--white);\n      font-family: var(--font-head); font-weight: 700; font-size: 1rem;\n      letter-spacing: .12em; text-transform: uppercase; padding: 14px 32px;\n      text-decoration: none; transition: background .2s, transform .15s;\n    }\n    .btn-hero:hover { background: var(--blue); transform: translateY(-2px); }\n    .btn-hero svg { width: 18px; height: 18px; }\n    .hero-right { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.12); padding: 36px; }\n    .info-row { border-bottom: 1px solid rgba(255,255,255,.1); padding: 18px 0; }\n    .info-row:first-child { padding-top: 0; }\n    .info-row:last-child { border-bottom: none; padding-bottom: 0; }\n    .info-label { font-family: var(--font-head); font-size: .72rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--blue-lt); margin-bottom: 6px; }\n    .info-val { font-family: var(--font-head); font-size: 1.25rem; font-weight: 800; color: var(--white); text-transform: uppercase; letter-spacing: .04em; }\n    .badge-deadline { display: inline-block; background: #fc8181; color: #fff; font-family: var(--font-head); font-size: .72rem; font-weight: 700; letter-spacing: .1em; padding: 3px 8px; margin-top: 6px; text-transform: uppercase; }\n\n    \/* \u2550\u2550\u2550\u2550 SECTIONS \u2550\u2550\u2550\u2550 *\/\n    section { position: relative; }\n    .section-inner { max-width: 1100px; margin: 0 auto; width: 100%; padding: 80px 40px; }\n    .section-tag { font-family: var(--font-head); font-weight: 700; font-size: .78rem; letter-spacing: .22em; text-transform: uppercase; color: var(--blue-mid); margin-bottom: 10px; }\n    .section-title { font-family: var(--font-head); font-weight: 900; font-size: clamp(2.2rem, 4vw, 3.5rem); text-transform: uppercase; line-height: .95; color: var(--navy); margin-bottom: 32px; }\n\n    \/* \u2550\u2550\u2550\u2550 \u00c0 PROPOS \u2550\u2550\u2550\u2550 *\/\n    #apropos { background: var(--white); }\n    .apropos-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }\n    .apropos-text p { font-size: 1.05rem; line-height: 1.75; color: var(--grey); margin-bottom: 18px; }\n    .apropos-text strong { color: var(--navy); }\n    .themes-list { list-style: none; }\n    .themes-list li { display: flex; align-items: flex-start; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--border); font-size: .95rem; color: var(--grey); line-height: 1.4; }\n    .themes-list li:last-child { border-bottom: none; }\n    .themes-list li::before { content: ''; flex-shrink: 0; width: 8px; height: 8px; background: var(--blue-mid); margin-top: 5px; }\n\n    \/* \u2550\u2550\u2550\u2550 AGENDA \u2550\u2550\u2550\u2550 *\/\n    #dates { background: var(--navy); overflow: hidden; }\n    #dates .section-title { color: var(--white); }\n    #dates .section-tag { color: var(--blue-lt); }\n\n    \/* Grille dates cl\u00e9s (call for papers etc.) *\/\n    .dates-cles {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 2px;\n      margin-bottom: 56px;\n    }\n    .dc-item {\n      background: rgba(255,255,255,.05);\n      padding: 28px 24px;\n      border-top: 3px solid transparent;\n    }\n    .dc-item.rouge { border-top-color: #fc8181; }\n    .dc-item.bleu  { border-top-color: var(--blue-mid); }\n    .dc-item.vert  { border-top-color: #68d391; }\n    .dc-label { font-family: var(--font-head); font-size: .72rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--blue-lt); margin-bottom: 8px; }\n    .dc-date  { font-family: var(--font-head); font-weight: 900; font-size: 1.5rem; color: var(--white); text-transform: uppercase; letter-spacing: .02em; margin-bottom: 6px; }\n    .dc-desc  { font-size: .88rem; color: rgba(255,255,255,.5); line-height: 1.5; }\n\n    \/* S\u00e9parateur *\/\n    .agenda-sep {\n      font-family: var(--font-head);\n      font-weight: 700;\n      font-size: .78rem;\n      letter-spacing: .22em;\n      text-transform: uppercase;\n      color: var(--blue-lt);\n      margin-bottom: 20px;\n      display: flex;\n      align-items: center;\n      gap: 16px;\n    }\n    .agenda-sep::after {\n      content: '';\n      flex: 1;\n      height: 1px;\n      background: rgba(255,255,255,.12);\n    }\n\n    \/* Timeline verticale du d\u00e9roulement *\/\n    .programme-timeline {\n      display: flex;\n      flex-direction: column;\n      gap: 0;\n    }\n    .pt-row {\n      display: grid;\n      grid-template-columns: 90px 1px 1fr;\n      gap: 0 24px;\n      position: relative;\n    }\n    .pt-heure {\n      font-family: var(--font-head);\n      font-weight: 900;\n      font-size: 1.6rem;\n      color: var(--blue-mid);\n      line-height: 1;\n      text-align: right;\n      padding: 20px 0;\n    }\n    .pt-line {\n      display: flex;\n      flex-direction: column;\n      align-items: center;\n    }\n    .pt-dot {\n      width: 12px;\n      height: 12px;\n      border-radius: 50%;\n      background: var(--blue-mid);\n      border: 2px solid var(--navy);\n      outline: 2px solid var(--blue-mid);\n      flex-shrink: 0;\n      margin-top: 24px;\n    }\n    .pt-trait {\n      width: 1px;\n      flex: 1;\n      background: rgba(255,255,255,.15);\n      min-height: 20px;\n    }\n    .pt-row:last-child .pt-trait { display: none; }\n    .pt-content {\n      padding: 16px 0 24px;\n    }\n    .pt-titre {\n      font-family: var(--font-head);\n      font-weight: 800;\n      font-size: 1.1rem;\n      text-transform: uppercase;\n      letter-spacing: .06em;\n      color: var(--white);\n      margin-bottom: 4px;\n    }\n    .pt-detail {\n      font-size: .88rem;\n      color: rgba(255,255,255,.5);\n      line-height: 1.5;\n    }\n\n    \/* \u2550\u2550\u2550\u2550 INSCRIPTION \u2550\u2550\u2550\u2550 *\/\n    #inscription { background: var(--white); }\n    .form-layout { display: grid; grid-template-columns: 1fr 1.2fr; gap: 72px; align-items: start; }\n    .form-info h3 { font-family: var(--font-head); font-weight: 800; font-size: 1.3rem; text-transform: uppercase; letter-spacing: .06em; color: var(--navy); margin-bottom: 16px; }\n    .form-info p { font-size: .95rem; color: var(--grey); line-height: 1.7; margin-bottom: 12px; }\n    .contact-link { display: inline-flex; align-items: center; gap: 8px; color: var(--blue-mid); font-weight: 600; text-decoration: none; font-size: .9rem; margin-top: 8px; }\n    .contact-link:hover { text-decoration: underline; }\n    .deadline-box { background: var(--navy); color: var(--white); padding: 20px 24px; margin-top: 28px; }\n    .deadline-box .dl-label { font-family: var(--font-head); font-size: .72rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--blue-lt); margin-bottom: 4px; }\n    .deadline-box .dl-date { font-family: var(--font-head); font-weight: 900; font-size: 1.6rem; text-transform: uppercase; }\n    .deadline-box .dl-info { font-size: .82rem; color: rgba(255,255,255,.55); margin-top: 4px; }\n    form { display: flex; flex-direction: column; gap: 18px; }\n    .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }\n    .field { display: flex; flex-direction: column; gap: 6px; }\n    label { font-family: var(--font-head); font-weight: 700; font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; color: var(--navy); }\n    label .required { color: var(--blue-mid); }\n    input[type=\"text\"], input[type=\"email\"], textarea {\n      width: 100%; border: 1px solid var(--border); border-bottom: 2px solid var(--navy);\n      padding: 12px 14px; font-family: var(--font-body); font-size: .95rem; color: var(--navy);\n      background: var(--off); outline: none; transition: border-color .2s, background .2s;\n      border-radius: 0; -webkit-appearance: none;\n    }\n    input[type=\"text\"]:focus, input[type=\"email\"]:focus, textarea:focus { border-color: var(--blue-mid); background: var(--white); }\n    textarea { resize: vertical; min-height: 120px; }\n    .file-zone {\n      border: 2px dashed var(--border); padding: 28px 20px; text-align: center;\n      cursor: pointer; transition: border-color .2s, background .2s; background: var(--off); position: relative;\n    }\n    .file-zone:hover, .file-zone.drag { border-color: var(--blue-mid); background: #ebf8ff; }\n    .file-zone input[type=\"file\"] { position: absolute; inset: 0; opacity: 0; cursor: pointer; width: 100%; height: 100%; }\n    .file-icon { font-size: 1.8rem; margin-bottom: 8px; }\n    .file-zone p { font-family: var(--font-head); font-size: .9rem; font-weight: 600; color: var(--grey); letter-spacing: .04em; }\n    .file-zone span { display: block; font-size: .78rem; color: #a0aec0; margin-top: 4px; }\n    #file-name { font-family: var(--font-head); font-size: .82rem; color: var(--blue-mid); font-weight: 600; margin-top: 6px; display: none; }\n    .btn-submit {\n      display: inline-flex; align-items: center; justify-content: center; gap: 10px;\n      background: var(--navy); color: var(--white); font-family: var(--font-head);\n      font-weight: 700; font-size: 1rem; letter-spacing: .14em; text-transform: uppercase;\n      border: none; padding: 16px 36px; cursor: pointer; transition: background .2s, transform .15s; width: 100%;\n    }\n    .btn-submit:hover { background: var(--blue-mid); transform: translateY(-2px); }\n    .form-note { font-size: .78rem; color: #a0aec0; text-align: center; line-height: 1.5; }\n    .success-msg { display: none; background: #c6f6d5; border-left: 4px solid #38a169; padding: 16px 20px; font-family: var(--font-head); font-weight: 700; font-size: 1rem; color: #276749; text-transform: uppercase; letter-spacing: .06em; }\n\n    \/* \u2550\u2550\u2550\u2550 RETOUR \u00c9DITION 2025 \u2550\u2550\u2550\u2550 *\/\n    #edition2025 { background: var(--off); overflow: hidden; }\n    .retour-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 72px; align-items: center; }\n    .retour-label { display: inline-block; font-family: var(--font-head); font-weight: 700; font-size: .78rem; letter-spacing: .22em; text-transform: uppercase; color: var(--white); background: var(--blue-mid); padding: 4px 12px; margin-bottom: 22px; }\n    .retour-visual { position: relative; }\n    .retour-big-year { font-family: var(--font-head); font-weight: 900; font-size: clamp(6rem, 14vw, 11rem); line-height: 1; color: var(--navy); opacity: .06; letter-spacing: -.04em; user-select: none; pointer-events: none; }\n    .retour-card { position: relative; background: var(--navy); color: var(--white); padding: 40px 36px; margin-top: -40px; }\n    .retour-card::before { content: ''; position: absolute; top: 0; left: 0; width: 4px; height: 100%; background: var(--blue-mid); }\n    .retour-card-tag { font-family: var(--font-head); font-weight: 700; font-size: .72rem; letter-spacing: .2em; text-transform: uppercase; color: var(--blue-lt); margin-bottom: 10px; }\n    .retour-card-title { font-family: var(--font-head); font-weight: 900; font-size: 1.8rem; text-transform: uppercase; letter-spacing: .02em; margin-bottom: 16px; line-height: 1.1; }\n    .retour-card p { font-size: .92rem; line-height: 1.7; color: rgba(255,255,255,.65); margin-bottom: 28px; }\n    .btn-retour { display: inline-flex; align-items: center; gap: 10px; background: #2b6cb0; color: var(--white); border: 1px solid rgba(255,255,255,.3); font-family: var(--font-head); font-weight: 700; font-size: .9rem; letter-spacing: .1em; text-transform: uppercase; padding: 12px 24px; text-decoration: none; transition: background .2s, border-color .2s; }\n    .btn-retour:hover { background: var(--blue-mid); border-color: var(--blue-mid); }\n    .retour-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; margin-top: 2px; }\n    .retour-stat { background: rgba(255,255,255,.05); padding: 20px 18px; text-align: center; }\n    .retour-stat-num { font-family: var(--font-head); font-weight: 900; font-size: 2rem; color: var(--blue-lt); line-height: 1; margin-bottom: 4px; }\n    .retour-stat-label { font-family: var(--font-head); font-size: .7rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.45); }\n    #edition2025 .px { background: var(--blue-mid); opacity: .08; }\n\n    \/* \u2550\u2550\u2550\u2550 FOOTER \u2550\u2550\u2550\u2550 *\/\n    footer { background: var(--navy); color: rgba(255,255,255,.6); overflow: hidden; position: relative; }\n    .footer-inner { max-width: 1100px; margin: 0 auto; padding: 56px 40px 32px; display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 48px; }\n    .footer-brand .logo-badge { display: inline-block; margin-bottom: 14px; }\n    .footer-brand p { font-size: .88rem; line-height: 1.65; margin-bottom: 8px; }\n    .footer-brand a { color: var(--blue-lt); text-decoration: none; }\n    .footer-brand a:hover { text-decoration: underline; }\n    .footer-links h4, .footer-dates h4 { font-family: var(--font-head); font-weight: 700; font-size: .78rem; letter-spacing: .18em; text-transform: uppercase; color: var(--white); margin-bottom: 16px; }\n    .footer-links ul { list-style: none; }\n    .footer-links ul li { margin-bottom: 8px; }\n    .footer-links ul li a { color: rgba(255,255,255,.6); text-decoration: none; font-size: .88rem; transition: color .2s; }\n    .footer-links ul li a:hover { color: var(--blue-lt); }\n    .footer-date-item { display: flex; gap: 12px; margin-bottom: 14px; align-items: flex-start; }\n    .fdi-dot { width: 8px; height: 8px; background: var(--blue-mid); border-radius: 50%; flex-shrink: 0; margin-top: 5px; }\n    .fdi-text { font-size: .82rem; line-height: 1.5; }\n    .fdi-text strong { display: block; color: var(--white); }\n    .footer-bottom { border-top: 1px solid rgba(255,255,255,.1); max-width: 1100px; margin: 0 auto; padding: 20px 40px; display: flex; justify-content: space-between; align-items: center; font-size: .78rem; }\n    .footer-bottom a { color: rgba(255,255,255,.4); text-decoration: none; transition: color .2s; }\n    .footer-bottom a:hover { color: var(--blue-lt); }\n\n    \/* \u2550\u2550\u2550\u2550 RESPONSIVE \u2550\u2550\u2550\u2550 *\/\n    @media (max-width: 900px) {\n      header { padding: 0 20px; }\n      nav { display: none; flex-direction: column; position: fixed; top: 64px; left: 0; right: 0; background: var(--navy); padding: 20px; gap: 4px; border-top: 1px solid rgba(255,255,255,.1); }\n      nav.open { display: flex; }\n      nav a { padding: 10px 14px; width: 100%; }\n      .burger { display: flex; }\n      .hero-inner, .apropos-grid, .form-layout, .retour-grid { grid-template-columns: 1fr; gap: 32px; }\n      .hero-right { display: none; }\n      .dates-cles { grid-template-columns: 1fr; }\n      .retour-stats { grid-template-columns: repeat(3,1fr); }\n      .form-row { grid-template-columns: 1fr; }\n      .footer-inner { grid-template-columns: 1fr; gap: 32px; }\n      .footer-bottom { flex-direction: column; gap: 8px; text-align: center; }\n      .section-inner { padding: 60px 20px; }\n      .retour-big-year { font-size: 5rem; }\n      .retour-card { margin-top: -20px; }\n      .pt-heure { font-size: 1.2rem; }\n    }\n  <\/style>\n<\/head>\n<body>\n\n  <!-- \u2550\u2550\u2550\u2550\u2550\u2550 HEADER \u2550\u2550\u2550\u2550\u2550\u2550 -->\n  <header>\n    <a href=\"#accueil\" class=\"logo\">\n      <div class=\"logo-badge\"><span class=\"fr\">FR<\/span>iPRES 2026<\/div>\n      <div class=\"logo-sub\">Journ\u00e9e francophone<br>pr\u00e9servation num\u00e9rique<\/div>\n    <\/a>\n    <nav id=\"main-nav\">\n      <a href=\"#accueil\">Accueil<\/a>\n      <a href=\"#apropos\">\u00c0 propos<\/a>\n      <a href=\"#dates\">Agenda<\/a>\n      <a href=\"#inscription\" class=\"btn-nav\">Soumettre \u2192<\/a>\n    <\/nav>\n    <div class=\"burger\" id=\"burger\" onclick=\"toggleNav()\" aria-label=\"Menu\">\n      <span><\/span><span><\/span><span><\/span>\n    <\/div>\n  <\/header>\n\n  <!-- \u2550\u2550\u2550\u2550\u2550\u2550 HERO \u2550\u2550\u2550\u2550\u2550\u2550 -->\n  <section id=\"accueil\">\n    <div class=\"px-group\">\n      <div class=\"px\" style=\"width:48px;height:48px;top:12%;right:8%\"><\/div>\n      <div class=\"px\" style=\"width:24px;height:24px;top:18%;right:14%\"><\/div>\n      <div class=\"px\" style=\"width:72px;height:72px;top:60%;right:3%\"><\/div>\n      <div class=\"px\" style=\"width:16px;height:16px;top:70%;right:22%\"><\/div>\n      <div class=\"px\" style=\"width:32px;height:32px;top:80%;left:5%\"><\/div>\n      <div class=\"px\" style=\"width:16px;height:16px;top:30%;left:2%\"><\/div>\n      <div class=\"px\" style=\"width:56px;height:56px;top:50%;left:8%;opacity:.08\"><\/div>\n    <\/div>\n    <svg class=\"skyline\" viewBox=\"0 0 1440 220\" fill=\"white\" preserveAspectRatio=\"xMidYMax slice\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n      <path d=\"M0,220 L0,160 L30,160 L30,120 L40,120 L40,80 L50,80 L50,120 L60,120 L60,100 L70,100 L70,60 L75,60 L75,100 L80,100 L80,120 L90,120 L90,160 L120,160 L120,140 L130,140 L130,100 L140,100 L140,80 L150,80 L150,90 L160,90 L160,50 L164,50 L164,40 L168,40 L168,50 L172,50 L172,90 L180,90 L180,100 L190,100 L190,140 L200,140 L200,160 L240,160 L240,130 L255,130 L255,110 L260,110 L260,70 L265,70 L265,40 L270,40 L270,70 L275,70 L275,110 L280,110 L280,130 L295,130 L295,160 L340,160 L340,140 L360,140 L360,100 L370,100 L370,80 L375,80 L375,60 L380,60 L380,80 L385,80 L385,100 L400,100 L400,140 L420,140 L420,160 L460,160 L460,120 L470,120 L470,80 L475,80 L475,40 L480,40 L480,20 L485,20 L485,40 L490,40 L490,80 L495,80 L495,120 L510,120 L510,160 L560,160 L560,140 L580,140 L580,110 L590,110 L590,80 L600,80 L600,110 L610,110 L610,140 L630,140 L630,160 L680,160 L680,130 L700,130 L700,90 L705,90 L705,60 L710,60 L710,30 L715,30 L715,10 L718,10 L718,30 L722,30 L722,60 L727,60 L727,90 L730,90 L730,130 L750,130 L750,160 L800,160 L800,140 L820,140 L820,110 L830,110 L830,80 L840,80 L840,110 L850,110 L850,140 L870,140 L870,160 L920,160 L920,120 L940,120 L940,90 L950,90 L950,70 L955,70 L955,50 L960,50 L960,70 L965,70 L965,90 L975,90 L975,120 L990,120 L990,160 L1040,160 L1040,130 L1060,130 L1060,100 L1070,100 L1070,70 L1078,70 L1078,50 L1082,50 L1082,70 L1090,70 L1090,100 L1100,100 L1100,130 L1120,130 L1120,160 L1170,160 L1170,140 L1190,140 L1190,110 L1200,110 L1200,80 L1210,80 L1210,110 L1220,110 L1220,140 L1240,140 L1240,160 L1290,160 L1290,120 L1310,120 L1310,90 L1320,90 L1320,60 L1328,60 L1328,40 L1332,40 L1332,60 L1340,60 L1340,90 L1350,90 L1350,120 L1370,120 L1370,160 L1440,160 L1440,220 Z\"\/>\n    <\/svg>\n\n    <div class=\"hero-inner\">\n      <div class=\"hero-left\">\n        <h1 class=\"hero-title\"><span class=\"fr-accent\">FR<\/span>iPRES<br>2026<\/h1>\n        <p class=\"hero-sub\">Journ\u00e9e francophone \u00b7 Pr\u00e9servation num\u00e9rique<\/p>\n        <div class=\"hero-card\">\n          <div class=\"hero-card-date\">\n            <div class=\"day\">21<\/div>\n            <div class=\"month\">Septembre 2026<\/div>\n          <\/div>\n          <div class=\"hero-card-time\">\n            <div class=\"time\">13h \u2013 17h<\/div>\n            <div class=\"loc\">Copenhague, Danemark<\/div>\n          <\/div>\n        <\/div>\n        <br>\n        <a href=\"#inscription\" class=\"btn-hero\">\n          <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"><path d=\"M5 12h14M12 5l7 7-7 7\"\/><\/svg>\n          Soumettre une contribution\n        <\/a>\n      <\/div>\n      <div class=\"hero-right\">\n        <div class=\"info-row\"><div class=\"info-label\">Date<\/div><div class=\"info-val\">21 Septembre 2026<\/div><\/div>\n        <div class=\"info-row\"><div class=\"info-label\">Horaires<\/div><div class=\"info-val\">13:00 \u2013 17:00<\/div><\/div>\n        <div class=\"info-row\"><div class=\"info-label\">Organisateur<\/div><div class=\"info-val\">Infotel<\/div><\/div>\n        <div class=\"info-row\">\n          <div class=\"info-label\">Call for papers<\/div>\n          <div class=\"info-val\" style=\"font-size:1.1rem\">Cl\u00f4ture le 31 juillet 2026<\/div>\n          <div class=\"badge-deadline\">\u26a0 Date limite<\/div>\n        <\/div>\n        <div class=\"info-row\"><div class=\"info-label\">Parall\u00e8le \u00e0<\/div><div class=\"info-val\" style=\"font-size:1rem\">iPRES 2026 \u00b7 Copenhague<\/div><\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- \u2550\u2550\u2550\u2550\u2550\u2550 \u00c0 PROPOS \u2550\u2550\u2550\u2550\u2550\u2550 -->\n  <section id=\"apropos\">\n    <div class=\"section-inner\">\n      <div class=\"apropos-grid\">\n        <div class=\"apropos-text\">\n          <div class=\"section-tag\">\u00c0 propos<\/div>\n          <h2 class=\"section-title\">FRiPRES,<br>c&rsquo;est quoi ?<\/h2>\n          <p><strong>FRiPRES 2026<\/strong> est la journ\u00e9e francophone d\u00e9di\u00e9e \u00e0 la pr\u00e9servation num\u00e9rique, organis\u00e9e en parall\u00e8le de la conf\u00e9rence internationale <strong>iPRES 2026<\/strong> (Copenhague, Danemark, 21-25 septembre 2026).<\/p>\n          <p>Organis\u00e9e et sponsoris\u00e9e par <strong>Infotel<\/strong>, cette journ\u00e9e offre aux professionnels, chercheurs et \u00e9tudiants francophones un espace pour partager leurs travaux, contribuer aux discussions internationales et \u00e9changer leurs id\u00e9es sans contrainte de d\u00e9placement.<\/p>\n          <p>Les soumissions peuvent \u00eatre bilingues Fran\u00e7ais \/ Anglais. Les pr\u00e9sentations devront \u00eatre r\u00e9alis\u00e9es en <strong>Fran\u00e7ais<\/strong>.<\/p>\n          <p style=\"font-size:.85rem;color:#a0aec0;margin-top:8px;\">Contact : <a href=\"mailto:contact@fripres.com\" style=\"color:var(--blue-mid)\">contact@fripres.com<\/a><\/p>\n        <\/div>\n        <div>\n          <div class=\"section-tag\">Th\u00e9matiques<\/div>\n          <h2 class=\"section-title\" style=\"font-size:2rem;margin-bottom:20px\">Les contributions peuvent porter <br>(entre autres) sur : <\/h2>\n          <ul class=\"themes-list\">\n            <li>L&rsquo;impact de l&rsquo;IA dans les solutions de pr\u00e9servation num\u00e9rique<\/li>\n            <li>IA, conformit\u00e9 et s\u00e9curit\u00e9 des donn\u00e9es sur le tr\u00e8s long terme<\/li>\n            <li>Intelligence artificielle et automatisation dans l&rsquo;archivage<\/li>\n            <li>Retours d&rsquo;exp\u00e9rience sur des projets de conservation \u00e0 long terme<\/li>\n            <li>Accessibilit\u00e9, multilinguisme et inclusion<\/li>\n            <li>Archivage \u00e9lectronique et conformit\u00e9 r\u00e9glementaire (eIDAS V2, NF461, ETSI 319 401)<\/li>\n            <li>Technologies et standards de la pr\u00e9servation num\u00e9rique<\/li>\n            <li>Cas d&rsquo;usage innovants dans les secteurs public et priv\u00e9<\/li>\n            <li>D\u00e9veloppement durable et archivage de demain<\/li>\n          <\/ul>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- \u2550\u2550\u2550\u2550\u2550\u2550 AGENDA \u2550\u2550\u2550\u2550\u2550\u2550 -->\n  <section id=\"dates\">\n    <div class=\"px-group\">\n      <div class=\"px\" style=\"width:64px;height:64px;top:10%;right:2%;opacity:.12\"><\/div>\n      <div class=\"px\" style=\"width:32px;height:32px;top:20%;right:8%;opacity:.1\"><\/div>\n      <div class=\"px\" style=\"width:16px;height:16px;bottom:15%;left:3%;opacity:.12\"><\/div>\n    <\/div>\n    <div class=\"section-inner\">\n      <div class=\"section-tag\">Agenda<\/div>\n      <h2 class=\"section-title\">Dates cl\u00e9s &#038;<br>D\u00e9roulement<\/h2>\n\n      <!-- Dates cl\u00e9s -->\n      <div class=\"dates-cles\">\n        <div class=\"dc-item rouge\">\n          <div class=\"dc-label\">Call for Papers \u2014 Cl\u00f4ture<\/div>\n          <div class=\"dc-date\">31 Juillet 2026<\/div>\n          <div class=\"dc-desc\">Date limite de soumission des contributions. Pass\u00e9 ce d\u00e9lai, aucune soumission ne pourra \u00eatre accept\u00e9e.<\/div>\n        <\/div>\n        <div class=\"dc-item bleu\">\n          <div class=\"dc-label\">Notification de la commission<\/div>\n          <div class=\"dc-date\">Ao\u00fbt 2026<\/div>\n          <div class=\"dc-desc\">La commission de s\u00e9lection examine les soumissions et notifie les auteurs de sa d\u00e9cision.<\/div>\n        <\/div>\n        <div class=\"dc-item vert\">\n          <div class=\"dc-label\">Journ\u00e9e FRiPRES 2026<\/div>\n          <div class=\"dc-date\">21 Sept. 2026<\/div>\n          <div class=\"dc-desc\">Journ\u00e9e francophone, 13h \u2013 17h. En parall\u00e8le de l&rsquo;ouverture d&rsquo;iPRES 2026 \u00e0 Copenhague.<\/div>\n        <\/div>\n      <\/div>\n\n      <!-- D\u00e9roulement de la journ\u00e9e -->\n      <div class=\"agenda-sep\">D\u00e9roulement de la journ\u00e9e \u00b7 21 septembre 2026<\/div>\n\n      <div class=\"programme-timeline\">\n\n        <div class=\"pt-row\">\n          <div class=\"pt-heure\">13h00<\/div>\n          <div class=\"pt-line\"><div class=\"pt-dot\"><\/div><div class=\"pt-trait\"><\/div><\/div>\n          <div class=\"pt-content\">\n            <div class=\"pt-titre\">Accueil et ouverture officielle<\/div>\n            <div class=\"pt-detail\">Ouverture des portes, accueil caf\u00e9 et installation des participants.<\/div>\n          <\/div>\n        <\/div>\n\n        <div class=\"pt-row\">\n          <div class=\"pt-heure\">13h30<\/div>\n          <div class=\"pt-line\"><div class=\"pt-dot\" style=\"background:#68d391;outline-color:#68d391\"><\/div><div class=\"pt-trait\"><\/div><\/div>\n          <div class=\"pt-content\">\n            <div class=\"pt-titre\">D\u00e9but des conf\u00e9rences<\/div>\n            <div class=\"pt-detail\">Chaque intervention dure 20 minutes, suivie d&rsquo;un temps d&rsquo;\u00e9change.<\/div>\n          <\/div>\n        <\/div>\n\n        <div class=\"pt-row\">\n          <div class=\"pt-heure\">17h00<\/div>\n          <div class=\"pt-line\"><div class=\"pt-dot\" style=\"background:#f6ad55;outline-color:#f6ad55\"><\/div><div class=\"pt-trait\"><\/div><\/div>\n          <div class=\"pt-content\">\n            <div class=\"pt-titre\">Cocktail networking<\/div>\n            <div class=\"pt-detail\">Moment convivial pour \u00e9changer avec les intervenants et les participants de la communaut\u00e9 francophone de la pr\u00e9servation num\u00e9rique.<\/div>\n          <\/div>\n        <\/div>\n\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- \u2550\u2550\u2550\u2550\u2550\u2550 INSCRIPTION \u2550\u2550\u2550\u2550\u2550\u2550 -->\n  <section id=\"inscription\">\n    <div class=\"section-inner\">\n      <div class=\"section-tag\">Soumissions<\/div>\n      <h2 class=\"section-title\">Soumettre une<br>contribution<\/h2>\n      <div class=\"form-layout\">\n        <div class=\"form-info\">\n          <h3>Participez \u00e0 FRiPRES 2026<\/h3>\n          <p>Partagez vos travaux avec la communaut\u00e9 francophone de la pr\u00e9servation num\u00e9rique. Soumettez votre contribution avant le <strong>31 juillet 2026<\/strong>.<\/p>\n          <p>Les soumissions accept\u00e9es seront notifi\u00e9es par la commission de s\u00e9lection. Toutes les pr\u00e9sentations sont \u00e0 r\u00e9aliser en fran\u00e7ais.<\/p>\n          <a href=\"mailto:contact@fripres.com\" class=\"contact-link\">\n            <svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><rect x=\"2\" y=\"4\" width=\"20\" height=\"16\" rx=\"2\"\/><path d=\"m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7\"\/><\/svg>\n            contact@fripres.com\n          <\/a>\n          <div class=\"deadline-box\">\n            <div class=\"dl-label\">Date limite Call for Papers<\/div>\n            <div class=\"dl-date\">31 Juillet 2026<\/div>\n            <div class=\"dl-info\">Toute soumission apr\u00e8s cette date ne pourra \u00eatre prise en compte.<\/div>\n          <\/div>\n        <\/div>\n        <div>\n          <div class=\"success-msg\" id=\"success-msg\">\u2713 Votre soumission a bien \u00e9t\u00e9 envoy\u00e9e. Merci !<\/div>\n          <form id=\"contact-form\" novalidate>\n            <div class=\"form-row\">\n              <div class=\"field\">\n                <label for=\"nom\">Nom <span class=\"required\">*<\/span><\/label>\n                <input type=\"text\" id=\"nom\" name=\"nom\" placeholder=\"Dupont\" required \/>\n              <\/div>\n              <div class=\"field\">\n                <label for=\"prenom\">Pr\u00e9nom <span class=\"required\">*<\/span><\/label>\n                <input type=\"text\" id=\"prenom\" name=\"prenom\" placeholder=\"Marie\" required \/>\n              <\/div>\n            <\/div>\n            <div class=\"field\">\n              <label for=\"email\">Adresse e-mail <span class=\"required\">*<\/span><\/label>\n              <input type=\"email\" id=\"email\" name=\"email\" placeholder=\"marie.dupont@organisation.fr\" required \/>\n            <\/div>\n            <div class=\"field\">\n              <label for=\"message\">Message \/ R\u00e9sum\u00e9 de contribution <span class=\"required\">*<\/span><\/label>\n              <textarea id=\"message\" name=\"message\" placeholder=\"D\u00e9crivez votre contribution, le format choisi, et les th\u00e9matiques abord\u00e9es\u2026\" required><\/textarea>\n            <\/div>\n            <div class=\"field\">\n              <label>Fichier joint <span style=\"font-weight:400;color:#a0aec0;\">(PDF, PPTX \u2014 10 Mo max)<\/span><\/label>\n              <div class=\"file-zone\" id=\"file-zone\">\n                <input type=\"file\" id=\"file-input\" name=\"fichier\" accept=\".pdf,.ppt,.pptx,.doc,.docx\" \/>\n                <div class=\"file-icon\">\ud83d\udcce<\/div>\n                <p>Glissez votre fichier ici ou <strong>cliquez pour parcourir<\/strong><\/p>\n                <span>PDF, PPT, PPTX, DOC \u2014 max 10 Mo<\/span>\n                <div id=\"file-name\"><\/div>\n              <\/div>\n            <\/div>\n            <button type=\"submit\" class=\"btn-submit\">\n              <svg width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"><line x1=\"22\" y1=\"2\" x2=\"11\" y2=\"13\"\/><polygon points=\"22 2 15 22 11 13 2 9 22 2\"\/><\/svg>\n              Envoyer ma soumission\n            <\/button>\n            <p class=\"form-note\">Les champs marqu\u00e9s d&rsquo;un <strong style=\"color:var(--blue-mid)\">*<\/strong> sont obligatoires. Vos donn\u00e9es sont utilis\u00e9es uniquement dans le cadre de FRiPRES 2026.<\/p>\n          <\/form>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- \u2550\u2550\u2550\u2550\u2550\u2550 RETOUR \u00c9DITION 2025 \u2550\u2550\u2550\u2550\u2550\u2550 -->\n  <section id=\"edition2025\">\n    <div class=\"px-group\">\n      <div class=\"px\" style=\"width:56px;height:56px;top:8%;left:2%\"><\/div>\n      <div class=\"px\" style=\"width:28px;height:28px;top:15%;left:10%\"><\/div>\n      <div class=\"px\" style=\"width:40px;height:40px;bottom:10%;right:5%\"><\/div>\n      <div class=\"px\" style=\"width:16px;height:16px;bottom:20%;right:15%\"><\/div>\n    <\/div>\n    <div class=\"section-inner\">\n      <div class=\"retour-grid\">\n        <div class=\"retour-visual\">\n          <div class=\"retour-big-year\">2025<\/div>\n          <div class=\"retour-card\">\n            <div class=\"retour-card-tag\">\u00c9dition pr\u00e9c\u00e9dente<\/div>\n            <div class=\"retour-card-title\">FRiPRES 2025<br>Wellington<\/div>\n            <p>4 novembre 2025 \u2014 Paris, Infotel<br>En parall\u00e8le d&rsquo;iPRES 2025, Nouvelle-Z\u00e9lande<\/p>\n            <div class=\"retour-stats\">\n              <div class=\"retour-stat\"><div class=\"retour-stat-num\">4<\/div><div class=\"retour-stat-label\">Speakers<\/div><\/div>\n              <div class=\"retour-stat\"><div class=\"retour-stat-num\">2e<\/div><div class=\"retour-stat-label\">\u00c9dition<\/div><\/div>\n              <div class=\"retour-stat\"><div class=\"retour-stat-num\">FR<\/div><div class=\"retour-stat-label\">Communaut\u00e9<\/div><\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n        <div>\n          <div class=\"retour-label\">Retour sur l&rsquo;\u00e9dition 2025<\/div>\n          <h2 class=\"section-title\">Une communaut\u00e9<br>qui grandit<\/h2>\n          <p style=\"font-size:1.05rem;line-height:1.75;color:var(--grey);margin-bottom:20px;\">La seconde \u00e9dition de <strong>FRiPRES<\/strong> s&rsquo;est tenue le <strong>4 novembre 2025<\/strong> et a confirm\u00e9 l&rsquo;ancrage de ce rendez-vous annuel francophone d\u00e9di\u00e9 \u00e0 la pr\u00e9servation num\u00e9rique.<\/p>\n          <p style=\"font-size:1.05rem;line-height:1.75;color:var(--grey);margin-bottom:20px;\">D\u00e9couvrez les interventions, les th\u00e9matiques abord\u00e9es et les temps forts de cette \u00e9dition qui a rassembl\u00e9 la communaut\u00e9 autour de projets ambitieux et inspirants de l&rsquo;archivage r\u00e9glementaire \u00e0 l&rsquo;intelligence artificielle appliqu\u00e9e \u00e0 la conservation num\u00e9rique.<\/p>\n          <p style=\"font-size:1.05rem;line-height:1.75;color:var(--grey);margin-bottom:36px;\">Toutes les pr\u00e9sentations ont \u00e9t\u00e9 pr\u00e9-enregistr\u00e9es \u00e0 Paris et diffus\u00e9es en parall\u00e8le de la conf\u00e9rence internationale iPRES 2025 \u00e0 Wellington, Nouvelle-Z\u00e9lande.<\/p>\n          <a href=\"https:\/\/fripres.com\/?page_id=556\" target=\"_blank\" class=\"btn-hero\" style=\"margin-bottom:14px;display:inline-flex;\">\n            <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"><path d=\"M5 12h14M12 5l7 7-7 7\"\/><\/svg>\n            Consulter FRiPRES 2025\n          <\/a>\n          <div>\n            <a href=\"https:\/\/fripres.com\/?page_id=5\" target=\"_blank\" class=\"btn-retour\" style=\"opacity:.6;font-size:.8rem;padding:8px 18px;\">\n              Voir aussi FRiPRES 2024 \u2197\n            <\/a>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- \u2550\u2550\u2550\u2550\u2550\u2550 FOOTER \u2550\u2550\u2550\u2550\u2550\u2550 -->\n  <footer>\n    <div class=\"px-group\">\n      <div class=\"px\" style=\"width:80px;height:80px;bottom:0;right:4%;opacity:.08\"><\/div>\n      <div class=\"px\" style=\"width:40px;height:40px;bottom:40px;right:12%;opacity:.1\"><\/div>\n      <div class=\"px\" style=\"width:24px;height:24px;top:20px;left:5%;opacity:.1\"><\/div>\n    <\/div>\n    <div class=\"footer-inner\">\n      <div class=\"footer-brand\">\n        <div class=\"logo-badge\"><span class=\"fr\">FR<\/span>iPRES 2026<\/div>\n        <div class=\"logo-sub\" style=\"margin-bottom:16px;display:block\">Journ\u00e9e francophone \u00b7 Pr\u00e9servation num\u00e9rique<\/div>\n        <p>\u00c9v\u00e9nement organis\u00e9 par <a href=\"https:\/\/infotel.com\" target=\"_blank\">Infotel<\/a> en parall\u00e8le de <a href=\"https:\/\/ipres2026.dk\" target=\"_blank\">iPRES 2026<\/a> \u00e0 Copenhague, Danemark.<\/p>\n        <p style=\"margin-top:10px\"><a href=\"mailto:contact@fripres.com\">contact@fripres.com<\/a><\/p>\n        <p style=\"margin-top:6px;font-size:.78rem;color:rgba(255,255,255,.3)\">Pour en savoir plus sur Arcsys : <a href=\"http:\/\/www.arcsys-software.fr\" target=\"_blank\" style=\"color:rgba(255,255,255,.4)\">arcsys-software.fr<\/a><\/p>\n      <\/div>\n      <div class=\"footer-links\">\n        <h4>Navigation<\/h4>\n        <ul>\n          <li><a href=\"#inscription\">Soumettre<\/a><\/li>\n          <li><a href=\"https:\/\/ipres2026.dk\" target=\"_blank\">iPRES 2026 \u2197<\/a><\/li>\n          <li><a href=\"https:\/\/fripres.com\/?page_id=556\" target=\"_blank\">FRiPRES 2025 \u2197<\/a><\/li>\n        <\/ul>\n      <\/div>\n      <div class=\"footer-dates\">\n        <h4>Dates importantes<\/h4>\n        <div class=\"footer-date-item\">\n          <div class=\"fdi-dot\" style=\"background:#fc8181\"><\/div>\n          <div class=\"fdi-text\"><strong>31 Juillet 2026<\/strong>Cl\u00f4ture du Call for Papers<\/div>\n        <\/div>\n        <div class=\"footer-date-item\">\n          <div class=\"fdi-dot\"><\/div>\n          <div class=\"fdi-text\"><strong>Ao\u00fbt 2026<\/strong>Notification de la commission<\/div>\n        <\/div>\n        <div class=\"footer-date-item\">\n          <div class=\"fdi-dot\" style=\"background:#68d391\"><\/div>\n          <div class=\"fdi-text\"><strong>21 Septembre 2026 \u00b7 13h\u201317h<\/strong>Journ\u00e9e FRiPRES \u2014 Copenhague<\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n    <div class=\"footer-bottom\">\n      <span>\u00a9 2026 FRiPRES \u2014 Infotel. Tous droits r\u00e9serv\u00e9s.<\/span>\n      <span>\n        <a href=\"https:\/\/ipres2026.dk\" target=\"_blank\">iPRES 2026 Copenhagen<\/a>\n        &nbsp;\u00b7&nbsp;\n        <a href=\"https:\/\/fripres.com\" target=\"_blank\">fripres.com<\/a>\n      <\/span>\n    <\/div>\n  <\/footer>\n\n  <script>\n    function toggleNav() {\n      document.getElementById('main-nav').classList.toggle('open');\n    }\n    document.querySelectorAll('#main-nav a').forEach(l => l.addEventListener('click', () => {\n      document.getElementById('main-nav').classList.remove('open');\n    }));\n\n    const fileInput = document.getElementById('file-input');\n    const fileZone  = document.getElementById('file-zone');\n    const fileName  = document.getElementById('file-name');\n    fileInput.addEventListener('change', () => {\n      if (fileInput.files.length) { fileName.textContent = '\ud83d\udcce ' + fileInput.files[0].name; fileName.style.display = 'block'; }\n    });\n    ['dragover','dragenter'].forEach(e => fileZone.addEventListener(e, ev => { ev.preventDefault(); fileZone.classList.add('drag'); }));\n    ['dragleave','drop'].forEach(e => fileZone.addEventListener(e, () => fileZone.classList.remove('drag')));\n    fileZone.addEventListener('drop', e => {\n      e.preventDefault();\n      if (e.dataTransfer.files.length) { fileInput.files = e.dataTransfer.files; fileName.textContent = '\ud83d\udcce ' + e.dataTransfer.files[0].name; fileName.style.display = 'block'; }\n    });\n\n    document.getElementById('contact-form').addEventListener('submit', function(e) {\n      e.preventDefault();\n      let valid = true;\n      this.querySelectorAll('[required]').forEach(f => {\n        if (!f.value.trim()) { f.style.borderBottomColor = '#fc8181'; valid = false; }\n        else f.style.borderBottomColor = '';\n      });\n      if (!valid) return;\n      const btn  = this.querySelector('.btn-submit');\n      const form = this;\n      btn.textContent = 'Envoi en cours\u2026';\n      btn.disabled = true;\n      const data = new FormData(form);\n      data.append('action', 'fripres_submit');\n      data.append('nonce',  fripres_ajax.nonce);\n      fetch(fripres_ajax.ajax_url, {\n        method: 'POST',\n        body: data,\n        credentials: 'same-origin'\n      })\n      .then(r => r.json())\n      .then(res => {\n        if (res.success) {\n          form.style.display = 'none';\n          document.getElementById('success-msg').style.display = 'block';\n        } else {\n          btn.textContent = 'Envoyer ma soumission';\n          btn.disabled = false;\n          alert('Une erreur est survenue : ' + (res.data || 'veuillez r\u00e9essayer.'));\n        }\n      })\n      .catch(() => {\n        btn.textContent = 'Envoyer ma soumission';\n        btn.disabled = false;\n        alert('Erreur r\u00e9seau. Veuillez r\u00e9essayer.');\n      });\n    });\n\n    window.addEventListener('scroll', () => {\n      document.querySelector('header').style.height = window.scrollY > 60 ? '54px' : '64px';\n    });\n  <\/script>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>FRiPRES 2026 \u2013 Journ\u00e9e francophone de la pr\u00e9servation num\u00e9rique FRiPRES 2026 Journ\u00e9e francophonepr\u00e9servation num\u00e9rique Accueil \u00c0 propos Agenda Soumettre \u2192 FRiPRES2026 Journ\u00e9e francophone \u00b7 Pr\u00e9servation num\u00e9rique 21 Septembre 2026 13h \u2013 17h Copenhague, Danemark Soumettre une contribution Date 21 Septembre 2026 Horaires 13:00 \u2013 17:00 Organisateur Infotel Call for papers Cl\u00f4ture le 31 juillet 2026&hellip;&nbsp;<a href=\"https:\/\/fripres.com\/\" rel=\"bookmark\">Lire la suite &raquo;<span class=\"screen-reader-text\">FRiPRES 2026 \u2013 Journ\u00e9e francophone de la pr\u00e9servation num\u00e9rique<\/span><\/a><\/p>\n","protected":false},"author":4,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"neve_meta_sidebar":"","neve_meta_container":"full-width","neve_meta_enable_content_width":"","neve_meta_content_width":0,"neve_meta_title_alignment":"","neve_meta_author_avatar":"","neve_post_elements_order":"","neve_meta_disable_header":"on","neve_meta_disable_footer":"on","neve_meta_disable_title":"on","_themeisle_gutenberg_block_has_review":false,"footnotes":""},"class_list":["post-708","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>FRiPRES 2026 \u2013 Journ\u00e9e francophone de la pr\u00e9servation num\u00e9rique - FRiPRES 2025<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/fripres.com\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"FRiPRES 2026 \u2013 Journ\u00e9e francophone de la pr\u00e9servation num\u00e9rique - FRiPRES 2025\" \/>\n<meta property=\"og:description\" content=\"FRiPRES 2026 \u2013 Journ\u00e9e francophone de la pr\u00e9servation num\u00e9rique FRiPRES 2026 Journ\u00e9e francophonepr\u00e9servation num\u00e9rique Accueil \u00c0 propos Agenda Soumettre \u2192 FRiPRES2026 Journ\u00e9e francophone \u00b7 Pr\u00e9servation num\u00e9rique 21 Septembre 2026 13h \u2013 17h Copenhague, Danemark Soumettre une contribution Date 21 Septembre 2026 Horaires 13:00 \u2013 17:00 Organisateur Infotel Call for papers Cl\u00f4ture le 31 juillet 2026&hellip;&nbsp;Lire la suite &raquo;FRiPRES 2026 \u2013 Journ\u00e9e francophone de la pr\u00e9servation num\u00e9rique\" \/>\n<meta property=\"og:url\" content=\"https:\/\/fripres.com\/\" \/>\n<meta property=\"og:site_name\" content=\"FRiPRES 2025\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-02T09:48:59+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Dur\u00e9e de lecture estim\u00e9e\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/fripres.com\\\/\",\"url\":\"https:\\\/\\\/fripres.com\\\/\",\"name\":\"FRiPRES 2026 \u2013 Journ\u00e9e francophone de la pr\u00e9servation num\u00e9rique - FRiPRES 2025\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/fripres.com\\\/#website\"},\"datePublished\":\"2026-05-27T13:44:12+00:00\",\"dateModified\":\"2026-06-02T09:48:59+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/fripres.com\\\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/fripres.com\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/fripres.com\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\\\/\\\/fripres.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"FRiPRES 2026 \u2013 Journ\u00e9e francophone de la pr\u00e9servation num\u00e9rique\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/fripres.com\\\/#website\",\"url\":\"https:\\\/\\\/fripres.com\\\/\",\"name\":\"FRiPRES 2025\",\"description\":\"FRiPRES 2025 est la seconde \u00e9dition de la journ\u00e9e francophone d\u00e9di\u00e9e \u00e0 la pr\u00e9servation num\u00e9rique\",\"publisher\":{\"@id\":\"https:\\\/\\\/fripres.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/fripres.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-FR\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/fripres.com\\\/#organization\",\"name\":\"FRiPRES 2025\",\"url\":\"https:\\\/\\\/fripres.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\\\/\\\/fripres.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/fripres.com\\\/wp-content\\\/uploads\\\/2024\\\/03\\\/logo.png\",\"contentUrl\":\"https:\\\/\\\/fripres.com\\\/wp-content\\\/uploads\\\/2024\\\/03\\\/logo.png\",\"width\":1024,\"height\":1024,\"caption\":\"FRiPRES 2025\"},\"image\":{\"@id\":\"https:\\\/\\\/fripres.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"FRiPRES 2026 \u2013 Journ\u00e9e francophone de la pr\u00e9servation num\u00e9rique - FRiPRES 2025","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/fripres.com\/","og_locale":"fr_FR","og_type":"article","og_title":"FRiPRES 2026 \u2013 Journ\u00e9e francophone de la pr\u00e9servation num\u00e9rique - FRiPRES 2025","og_description":"FRiPRES 2026 \u2013 Journ\u00e9e francophone de la pr\u00e9servation num\u00e9rique FRiPRES 2026 Journ\u00e9e francophonepr\u00e9servation num\u00e9rique Accueil \u00c0 propos Agenda Soumettre \u2192 FRiPRES2026 Journ\u00e9e francophone \u00b7 Pr\u00e9servation num\u00e9rique 21 Septembre 2026 13h \u2013 17h Copenhague, Danemark Soumettre une contribution Date 21 Septembre 2026 Horaires 13:00 \u2013 17:00 Organisateur Infotel Call for papers Cl\u00f4ture le 31 juillet 2026&hellip;&nbsp;Lire la suite &raquo;FRiPRES 2026 \u2013 Journ\u00e9e francophone de la pr\u00e9servation num\u00e9rique","og_url":"https:\/\/fripres.com\/","og_site_name":"FRiPRES 2025","article_modified_time":"2026-06-02T09:48:59+00:00","twitter_card":"summary_large_image","twitter_misc":{"Dur\u00e9e de lecture estim\u00e9e":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/fripres.com\/","url":"https:\/\/fripres.com\/","name":"FRiPRES 2026 \u2013 Journ\u00e9e francophone de la pr\u00e9servation num\u00e9rique - FRiPRES 2025","isPartOf":{"@id":"https:\/\/fripres.com\/#website"},"datePublished":"2026-05-27T13:44:12+00:00","dateModified":"2026-06-02T09:48:59+00:00","breadcrumb":{"@id":"https:\/\/fripres.com\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/fripres.com\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/fripres.com\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/fripres.com\/"},{"@type":"ListItem","position":2,"name":"FRiPRES 2026 \u2013 Journ\u00e9e francophone de la pr\u00e9servation num\u00e9rique"}]},{"@type":"WebSite","@id":"https:\/\/fripres.com\/#website","url":"https:\/\/fripres.com\/","name":"FRiPRES 2025","description":"FRiPRES 2025 est la seconde \u00e9dition de la journ\u00e9e francophone d\u00e9di\u00e9e \u00e0 la pr\u00e9servation num\u00e9rique","publisher":{"@id":"https:\/\/fripres.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/fripres.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-FR"},{"@type":"Organization","@id":"https:\/\/fripres.com\/#organization","name":"FRiPRES 2025","url":"https:\/\/fripres.com\/","logo":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/fripres.com\/#\/schema\/logo\/image\/","url":"https:\/\/fripres.com\/wp-content\/uploads\/2024\/03\/logo.png","contentUrl":"https:\/\/fripres.com\/wp-content\/uploads\/2024\/03\/logo.png","width":1024,"height":1024,"caption":"FRiPRES 2025"},"image":{"@id":"https:\/\/fripres.com\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/fripres.com\/index.php?rest_route=\/wp\/v2\/pages\/708","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fripres.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/fripres.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/fripres.com\/index.php?rest_route=\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/fripres.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=708"}],"version-history":[{"count":17,"href":"https:\/\/fripres.com\/index.php?rest_route=\/wp\/v2\/pages\/708\/revisions"}],"predecessor-version":[{"id":731,"href":"https:\/\/fripres.com\/index.php?rest_route=\/wp\/v2\/pages\/708\/revisions\/731"}],"wp:attachment":[{"href":"https:\/\/fripres.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=708"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}