{"id":61,"date":"2026-02-24T22:47:09","date_gmt":"2026-02-24T22:47:09","guid":{"rendered":"https:\/\/netikia.fr\/?page_id=61"},"modified":"2026-02-25T00:04:20","modified_gmt":"2026-02-25T00:04:20","slug":"61-2","status":"publish","type":"page","link":"https:\/\/netikia.fr\/?page_id=61","title":{"rendered":"Qui sommes-nous ?"},"content":{"rendered":"\n\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>NETIKIA \u2014 Le bureau fondateur<\/title>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:ital,wght@0,700;1,400&#038;family=Nunito:wght@300;400;700;900&#038;display=swap\" rel=\"stylesheet\">\n<style>\n  :root {\n    --navy: #1B3A5C;\n    --teal: #2A8FA0;\n    --teal-light: #3DBDD4;\n    --warm: #F5F0E8;\n    --text: #2C2C2C;\n    --text-light: #666;\n    --accent: #E8A84C;\n  }\n\n  * { margin: 0; padding: 0; box-sizing: border-box; }\n\n  body {\n    font-family: 'Nunito', sans-serif;\n    background: var(--warm);\n    color: var(--text);\n    line-height: 1.7;\n  }\n\n  \/* HEADER *\/\n  header {\n    background: var(--navy);\n    padding: 60px 40px 50px;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n  }\n\n  header::before {\n    content: '';\n    position: absolute;\n    top: -80px; left: -80px;\n    width: 300px; height: 300px;\n    border-radius: 50%;\n    background: rgba(42,143,160,0.15);\n  }\n\n  header::after {\n    content: '';\n    position: absolute;\n    bottom: -60px; right: -40px;\n    width: 200px; height: 200px;\n    border-radius: 50%;\n    background: rgba(232,168,76,0.12);\n  }\n\n  .logo-compass {\n    font-size: 48px;\n    margin-bottom: 12px;\n    display: block;\n    opacity: 0;\n    animation: fadeUp 0.8s ease forwards 0.1s;\n  }\n\n  .site-title {\n    font-family: 'Playfair Display', serif;\n    font-size: 56px;\n    font-weight: 700;\n    color: #fff;\n    letter-spacing: 3px;\n    opacity: 0;\n    animation: fadeUp 0.8s ease forwards 0.2s;\n  }\n\n  .site-tagline {\n    font-size: 16px;\n    color: var(--teal-light);\n    letter-spacing: 4px;\n    text-transform: uppercase;\n    font-weight: 300;\n    margin-top: 10px;\n    opacity: 0;\n    animation: fadeUp 0.8s ease forwards 0.4s;\n  }\n\n  .header-stripe {\n    width: 60px;\n    height: 3px;\n    background: var(--accent);\n    margin: 20px auto 0;\n    opacity: 0;\n    animation: fadeUp 0.8s ease forwards 0.5s;\n  }\n\n  @keyframes fadeUp {\n    from { opacity: 0; transform: translateY(20px); }\n    to   { opacity: 1; transform: translateY(0); }\n  }\n\n  \/* MAIN *\/\n  main {\n    max-width: 860px;\n    margin: 0 auto;\n    padding: 60px 40px 80px;\n  }\n\n  .section-label {\n    font-size: 11px;\n    letter-spacing: 4px;\n    text-transform: uppercase;\n    color: var(--teal);\n    font-weight: 600;\n    margin-bottom: 14px;\n  }\n\n  .section-title {\n    font-family: 'Playfair Display', serif;\n    font-size: 34px;\n    color: var(--navy);\n    line-height: 1.25;\n    margin-bottom: 36px;\n  }\n\n  .section-title em {\n    font-style: italic;\n    color: var(--teal);\n  }\n\n  \/* PROFILS *\/\n  .profils {\n    display: flex;\n    flex-direction: column;\n    gap: 40px;\n  }\n\n  .profil-card {\n    background: white;\n    border-radius: 4px;\n    box-shadow: 0 2px 16px rgba(0,0,0,0.07);\n    overflow: hidden;\n    opacity: 0;\n    animation: fadeUp 0.8s ease forwards;\n  }\n\n  .profil-card:nth-child(1) { animation-delay: 0.3s; }\n  .profil-card:nth-child(2) { animation-delay: 0.5s; }\n  .profil-card:nth-child(3) { animation-delay: 0.7s; }\n\n  .profil-header {\n    display: flex;\n    align-items: center;\n    gap: 24px;\n    padding: 28px 32px;\n    border-bottom: 1px solid #EEE;\n    background: var(--navy);\n  }\n\n  .profil-card:nth-child(2) .profil-header { background: var(--teal); }\n  .profil-card:nth-child(3) .profil-header {\n    background: linear-gradient(135deg, var(--navy), #2A4A6C);\n  }\n\n  .profil-avatar {\n    width: 64px;\n    height: 64px;\n    border-radius: 50%;\n    background: rgba(255,255,255,0.15);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 28px;\n    flex-shrink: 0;\n    border: 2px solid rgba(255,255,255,0.3);\n  }\n\n  .profil-id { flex: 1; }\n\n  .profil-nom {\n    font-family: 'Playfair Display', serif;\n    font-size: 26px;\n    font-weight: 700;\n    color: white;\n  }\n\n  .profil-role {\n    font-size: 12px;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    color: rgba(255,255,255,0.65);\n    font-weight: 600;\n    margin-top: 4px;\n  }\n\n  .profil-body {\n    padding: 28px 32px;\n  }\n\n  .profil-body p {\n    font-size: 16px;\n    color: #444;\n    line-height: 1.8;\n    margin-bottom: 14px;\n  }\n\n  .profil-body p:last-child { margin-bottom: 0; }\n\n  .profil-body p:first-child {\n    font-size: 17px;\n    font-weight: 400;\n    color: var(--text);\n  }\n\n  \/* S\u00c9PARATEUR *\/\n  .separator {\n    display: flex;\n    align-items: center;\n    gap: 16px;\n    margin: 50px 0;\n  }\n  .separator::before, .separator::after {\n    content: '';\n    flex: 1;\n    height: 1px;\n    background: #D0D8E0;\n  }\n  .separator span { color: var(--teal); font-size: 20px; }\n\n  \/* FOOTER *\/\n  footer {\n    background: var(--navy);\n    color: rgba(255,255,255,0.5);\n    text-align: center;\n    padding: 28px 20px;\n    font-size: 13px;\n    letter-spacing: 1px;\n  }\n\n  footer strong { color: rgba(255,255,255,0.85); }\n\n  @media (max-width: 620px) {\n    .site-title { font-size: 38px; }\n    .section-title { font-size: 26px; }\n    main { padding: 20px 24px 20px; }\n    .profil-header { flex-direction: column; text-align: center; }\n  }\n<\/style>\n<\/head>\n<body>\n\n<main>\n\n  <p class=\"section-label\">Les personnes derri\u00e8re le projet<\/p>\n  <h2 class=\"section-title\">Le bureau <em>fondateur<\/em><\/h2>\n\n  <div class=\"profils\">\n\n    <!-- GILLES -->\n    <div class=\"profil-card\">\n      <div class=\"profil-header\">\n        <img decoding=\"async\" src=\"https:\/\/netikia.fr\/wp-content\/uploads\/2026\/02\/GILLES_BUREAU.png\" alt=\"Gilles\" style=\"height:80px; margin-bottom:12px; display:block; margin-left:auto; margin-right:auto; opacity:0; animation: fadeUp 0.8s ease forwards 0.1s;\">\n        <div class=\"profil-id\">\n          <div class=\"profil-nom\">Gilles<\/div>\n          <div class=\"profil-role\">Pr\u00e9sident fondateur<\/div>\n        <\/div>\n      <\/div>\n      <div class=\"profil-body\">\n        <p>Apr\u00e8s dix ans d&rsquo;enseignement et un dipl\u00f4me d&rsquo;ing\u00e9nieur en informatique, Gilles a consacr\u00e9 l&rsquo;essentiel de sa carri\u00e8re \u00e0 d\u00e9mocratiser l&rsquo;acc\u00e8s au num\u00e9rique pour tous les citoyens.<\/p>\n        <p>Pionnier du d\u00e9ploiement d&rsquo;internet dans les coll\u00e8ges et lyc\u00e9es de l&rsquo;acad\u00e9mie de Nancy dans les ann\u00e9es 1990, il a ensuite exerc\u00e9 en tant que charg\u00e9 de mission NTIC aupr\u00e8s du Pr\u00e9fet de Corse puis du Conseil d\u00e9partemental de la Gironde o\u00f9 il a r\u00e9dig\u00e9 le \u00ab livre blanc des services et usages num\u00e9riques \u00bb, puis de la Ville de Bordeaux et de Bordeaux M\u00e9tropole dont il a contribu\u00e9 \u00e0 cr\u00e9er et diriger le Centre \u00ab Inclusion Num\u00e9rique \u00bb.<\/p>\n        <p>C&rsquo;est fort de cette exp\u00e9rience de terrain, au plus pr\u00e8s des in\u00e9galit\u00e9s que le num\u00e9rique peut creuser comme r\u00e9duire, que Gilles a fond\u00e9 NETIKIA : la conviction que les citoyens m\u00e9ritent non seulement d&rsquo;acc\u00e9der aux technologies, mais d&rsquo;en comprendre les enjeux et d&rsquo;en questionner les usages.<\/p>\n      <\/div>\n    <\/div>\n\n    <!-- MARIE -->\n    <div class=\"profil-card\">\n      <div class=\"profil-header\">\n        <img decoding=\"async\" src=\"https:\/\/netikia.fr\/wp-content\/uploads\/2026\/02\/MARIE_BUREAU.png\" alt=\"Marie\" style=\"height:80px; margin-bottom:12px; display:block; margin-left:auto; margin-right:auto; opacity:0; animation: fadeUp 0.8s ease forwards 0.1s;\">\n        <div class=\"profil-id\">\n          <div class=\"profil-nom\">Marie<\/div>\n          <div class=\"profil-role\">Secr\u00e9taire<\/div>\n        <\/div>\n      <\/div>\n      <div class=\"profil-body\">\n        <p>Dipl\u00f4m\u00e9e d&rsquo;un double master dont un en design d&rsquo;illustration et un autre en direction artistique digitale (obtenu avec mention et major de promotion), Marie exerce au sein de l&rsquo;Association des Centres d&rsquo;Animation des Quartiers de Bordeaux (11 centres, 8000 adh\u00e9rents) o\u00f9 elle pilote la refonte compl\u00e8te du site web de l&rsquo;association avec une approche centr\u00e9e sur l&rsquo;exp\u00e9rience utilisateur.<\/p>\n        <p>Ancienne animatrice, elle conna\u00eet de l&rsquo;int\u00e9rieur les r\u00e9alit\u00e9s du secteur associatif et de l&rsquo;\u00e9ducation populaire. Elle apporte \u00e0 NETIKIA une expertise num\u00e9rique et une sensibilit\u00e9 visuelle qui ancrent la r\u00e9flexion \u00e9thique dans les usages concrets du quotidien.<\/p>\n      <\/div>\n    <\/div>\n\n    <!-- SIMONE -->\n    <div class=\"profil-card\">\n      <div class=\"profil-header\">\n        <img decoding=\"async\" src=\"https:\/\/netikia.fr\/wp-content\/uploads\/2026\/02\/SIMONE_BUREAU.png\" alt=\"Simone\" style=\"height:80px; margin-bottom:12px; display:block; margin-left:auto; margin-right:auto; opacity:0; animation: fadeUp 0.8s ease forwards 0.1s;\">\n        <div class=\"profil-id\">\n          <div class=\"profil-nom\">Simone<\/div>\n          <div class=\"profil-role\">Tr\u00e9sori\u00e8re<\/div>\n        <\/div>\n      <\/div>\n      <div class=\"profil-body\">\n        <p>Ancienne enseignante-chercheuse \u00e0 l&rsquo;Universit\u00e9 de Nice, o\u00f9 elle a enseign\u00e9 la danse et les techniques corporelles pendant de nombreuses ann\u00e9es, Simone apporte \u00e0 NETIKIA un regard \u00e0 la fois p\u00e9dagogique et critique sur les transformations num\u00e9riques.<\/p>\n        <p>Son parcours dans les savoirs du corps et de la transmission humaine nourrit une r\u00e9flexion essentielle : celle des formes d&rsquo;intelligence et d&rsquo;apprentissage que les algorithmes ne peuvent ni reproduire ni remplacer.<\/p>\n      <\/div>\n    <\/div>\n\n  <\/div>\n\n  <div class=\"separator\"><span>\u2726<\/span><\/div>\n\n  <p style=\"text-align:center; font-size:15px; color: var(--text-light); font-style:italic;\">\n    NETIKIA est une association loi 1901 fond\u00e9e \u00e0 L\u00e8ge-Cap-Ferret, en Gironde.<br>\n    Ses membres partagent la conviction que chaque citoyen m\u00e9rite de comprendre le monde num\u00e9rique qui l&rsquo;entoure.\n  <\/p>\n\n<\/main>\n\n<footer>\n  <strong>NETIKIA<\/strong> \u2014 Association loi 1901 &nbsp;\u00b7&nbsp; L\u00e8ge-Cap-Ferret, Gironde &nbsp;\u00b7&nbsp; <strong>netikia.fr<\/strong>\n<\/footer>\n\n<\/body>\n<\/html>\n\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>NETIKIA \u2014 Le bureau fondateur Les personnes derri\u00e8re le projet Le bureau fondateur Gilles Pr\u00e9sident fondateur Apr\u00e8s dix ans d&rsquo;enseignement [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-61","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/netikia.fr\/index.php?rest_route=\/wp\/v2\/pages\/61","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/netikia.fr\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/netikia.fr\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/netikia.fr\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/netikia.fr\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=61"}],"version-history":[{"count":5,"href":"https:\/\/netikia.fr\/index.php?rest_route=\/wp\/v2\/pages\/61\/revisions"}],"predecessor-version":[{"id":83,"href":"https:\/\/netikia.fr\/index.php?rest_route=\/wp\/v2\/pages\/61\/revisions\/83"}],"wp:attachment":[{"href":"https:\/\/netikia.fr\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=61"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}