{"id":361,"date":"2025-11-10T14:44:35","date_gmt":"2025-11-10T13:44:35","guid":{"rendered":"https:\/\/www.chu-tours.fr\/neurochirurgie\/?page_id=361"},"modified":"2025-11-10T15:36:32","modified_gmt":"2025-11-10T14:36:32","slug":"les-sites-pour-sinformer","status":"publish","type":"page","link":"https:\/\/www.chu-tours.fr\/neurochirurgie\/les-sites-pour-sinformer\/","title":{"rendered":"Les sites pour s&#8217;informer"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"361\" class=\"elementor elementor-361\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3409196 e-con-full e-flex e-con e-parent\" data-id=\"3409196\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9ed761e elementor-widget elementor-widget-global elementor-global-220 elementor-widget-html\" data-id=\"9ed761e\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<!-- FIL D\u2019ARIANE DYNAMIQUE - CHRU TOURS (VERSION JAVASCRIPT\/CHEVRONS) -->\r\n<div id=\"breadcrumb-js\" class=\"breadcrumb\"><\/div>\r\n\r\n<style>\r\n    .breadcrumb {\r\n        font-size: 14px;\r\n        font-family: \"Segoe UI\", sans-serif;\r\n        margin-bottom: 20px;\r\n        color: #555;\r\n        display: flex;\r\n        flex-wrap: wrap;\r\n        gap: 0.5em;\r\n        align-items: center;\r\n        background: #f4f6f8;       \/* fond gris clair (modifiable ou \u00e0 supprimer) *\/\r\n        padding: 8px 12px;\r\n        border-radius: 4px;\r\n    }\r\n\r\n    .breadcrumb a {\r\n        text-decoration: none;\r\n        color: #008c9e;            \/* couleur des liens cliquables *\/\r\n        font-weight: 600;\r\n        text-transform: capitalize;\r\n    }\r\n\r\n    .breadcrumb span {\r\n        color: #0d3182;            \/* couleur du dernier \u00e9l\u00e9ment (page active) *\/\r\n        font-weight: 600;\r\n        text-transform: capitalize;\r\n    }\r\n\r\n    .breadcrumb .separator {\r\n        font-weight: normal;\r\n        color: #888;\r\n        margin: 0 4px;\r\n    }\r\n<\/style>\r\n\r\n<script>\r\n    document.addEventListener(\"DOMContentLoaded\", function () {\r\n        const path = window.location.pathname.split(\"\/\").filter(p => p);\r\n        if (path.length === 0) return;\r\n\r\n        let html = '';\r\n        let fullPath = \"\";\r\n\r\n        path.forEach((segment, index) => {\r\n            fullPath += \"\/\" + segment;\r\n            const label = decodeURIComponent(segment.replace(\/[-_]\/g, \" \"))\r\n            .toLowerCase()\r\n            .replace(\/^\\w\/, c => c.toUpperCase());\r\n\r\n            if (index < path.length - 1) {\r\n                html += `<span class=\"separator\">\u203a<\/span><a href=\"${fullPath}\">${label}<\/a>`;\r\n            } else {\r\n                html += `<span class=\"separator\">\u203a<\/span><span>${label}<\/span>`;\r\n            }\r\n        });\r\n\r\n        const container = document.getElementById(\"breadcrumb-js\");\r\n        if (container) container.innerHTML = html;\r\n    });\r\n\r\n    \/*\r\n\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\r\n\ud83c\udfa8 ASTUCES DE PERSONNALISATION (\u00e0 modifier au besoin)\r\n\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\r\n\r\n1. Modifier la couleur du dernier niveau (page courante) :\r\n\u2192 dans le CSS : change `color: #0d3182;` dans `.breadcrumb span`\r\n\r\n2. Modifier la couleur ou le style des liens :\r\n\u2192 dans `.breadcrumb a`, tu peux ajuster :\r\n- color (ex: #0073aa)\r\n- font-weight\r\n- text-transform\r\n\r\n3. Supprimer le fond gris clair :\r\n\u2192 supprime `background: #f4f6f8;` dans `.breadcrumb`\r\n\r\n4. Centrer le fil d\u2019Ariane :\r\n\u2192 ajoute `justify-content: center;` dans `.breadcrumb`\r\n\r\n5. Changer le s\u00e9parateur :\r\n\u2192 remplace `\u203a` dans le code HTML g\u00e9n\u00e9r\u00e9 (`.separator`)\r\nPar exemple : `&raquo;` (pour \u00bb) ou `\/`\r\n\r\n6. Supprimer \"Accueil\" du d\u00e9but :\r\n\u2192 commente ou supprime : `let html = '<a href=\"\/\">Accueil<\/a>';`\r\n\r\n7. Ajouter une classe sp\u00e9cifique au dernier segment :\r\n\u2192 tu peux remplacer `<span>` par `<span class=\"current\">` et styler `.current` comme tu veux\r\n\r\n8. Forcer un affichage responsive encore plus propre :\r\n\u2192 dans `.breadcrumb`, tu peux ajouter `flex-wrap: wrap;` et g\u00e9rer les `gap` ou marges\r\n\r\n\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\r\n*\/\r\n<\/script>\r\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-9d353d3 e-con-full e-flex e-con e-parent\" data-id=\"9d353d3\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c6ff247 elementor-widget__width-inherit elementor-widget elementor-widget-text-editor\" data-id=\"c6ff247\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\/*! elementor - v3.23.0 - 15-07-2024 *\/\n.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#69727d;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap{color:#69727d;border:3px solid;background-color:transparent}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap{margin-top:8px}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter{width:1em;height:1em}.elementor-widget-text-editor .elementor-drop-cap{float:left;text-align:center;line-height:1;font-size:50px}.elementor-widget-text-editor .elementor-drop-cap-letter{display:inline-block}<\/style>\t\t\t\t<h2 style=\"text-align: justify;\">La recherche m\u00e9dicale en neurochirurgie<\/h2><p style=\"text-align: justify;\"><strong>La recherche clinique et la recherche fondamentale est tr\u00e8s pr\u00e9sente dans le service de neurochirurgie par les liens avec l\u2019unit\u00e9 Inserm U1253 iBrain.<\/strong><\/p><p style=\"text-align: justify;\"><strong>L\u2019\u00e9quipe totalise plus de 300 publications scientifiques que ce soit dans les pathologies cr\u00e2niennes ou rachidiennes, de neurochirurgie adulte ou p\u00e9diatrique.<\/strong><\/p><p style=\"text-align: justify;\"><strong>Lors de votre hospitalisation, vous pourrez \u00eatre sollicit\u00e9 pour participer \u00e0 des \u00e9tudes.<\/strong><\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7199213 e-con-full e-flex e-con e-parent\" data-id=\"7199213\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f580f31 elementor-widget elementor-widget-heading\" data-id=\"f580f31\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\/*! elementor - v3.23.0 - 15-07-2024 *\/\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}<\/style><h2 class=\"elementor-heading-title elementor-size-default\">Liens utiles<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-763f50b elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"763f50b\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<link rel=\"stylesheet\" href=\"https:\/\/www.chu-tours.fr\/neurochirurgie\/wp-content\/plugins\/elementor\/assets\/css\/widget-icon-list.min.css\">\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.sfcr.fr\/espace-patients\" target=\"_blank\" class=\"broken_link\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-microscope\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M160 320h12v16c0 8.84 7.16 16 16 16h40c8.84 0 16-7.16 16-16v-16h12c17.67 0 32-14.33 32-32V64c0-17.67-14.33-32-32-32V16c0-8.84-7.16-16-16-16h-64c-8.84 0-16 7.16-16 16v16c-17.67 0-32 14.33-32 32v224c0 17.67 14.33 32 32 32zm304 128h-1.29C493.24 413.99 512 369.2 512 320c0-105.88-86.12-192-192-192v64c70.58 0 128 57.42 128 128s-57.42 128-128 128H48c-26.51 0-48 21.49-48 48 0 8.84 7.16 16 16 16h480c8.84 0 16-7.16 16-16 0-26.51-21.49-48-48-48zm-360-32h208c4.42 0 8-3.58 8-8v-16c0-4.42-3.58-8-8-8H104c-4.42 0-8 3.58-8 8v16c0 4.42 3.58 8 8 8z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Soci\u00e9t\u00e9 Fran\u00e7aise de Chirurgie Rachidienne (SFCR)<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/sfneurochirurgie.fr\/8-espace-patients\/fiches-patients\/\" target=\"_blank\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-microscope\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M160 320h12v16c0 8.84 7.16 16 16 16h40c8.84 0 16-7.16 16-16v-16h12c17.67 0 32-14.33 32-32V64c0-17.67-14.33-32-32-32V16c0-8.84-7.16-16-16-16h-64c-8.84 0-16 7.16-16 16v16c-17.67 0-32 14.33-32 32v224c0 17.67 14.33 32 32 32zm304 128h-1.29C493.24 413.99 512 369.2 512 320c0-105.88-86.12-192-192-192v64c70.58 0 128 57.42 128 128s-57.42 128-128 128H48c-26.51 0-48 21.49-48 48 0 8.84 7.16 16 16 16h480c8.84 0 16-7.16 16-16 0-26.51-21.49-48-48-48zm-360-32h208c4.42 0 8-3.58 8-8v-16c0-4.42-3.58-8-8-8H104c-4.42 0-8 3.58-8 8v16c0 4.42 3.58 8 8 8z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Soci\u00e9t\u00e9 Fran\u00e7aise de Neurochirurgie (SFNC)<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\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>La recherche m\u00e9dicale en neurochirurgie La recherche clinique et la recherche fondamentale est tr\u00e8s pr\u00e9sente dans le service de neurochirurgie par les liens avec l\u2019unit\u00e9 Inserm U1253 iBrain. L\u2019\u00e9quipe totalise plus de 300 publications scientifiques que ce soit dans les pathologies cr\u00e2niennes ou rachidiennes, de neurochirurgie adulte ou p\u00e9diatrique. Lors de votre hospitalisation, vous pourrez [&hellip;]<\/p>\n","protected":false},"author":4,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_seopress_robots_primary_cat":"","_seopress_titles_title":"","_seopress_titles_desc":"","_seopress_robots_index":"","_exactmetrics_skip_tracking":false,"_exactmetrics_sitenote_active":false,"_exactmetrics_sitenote_note":"","_exactmetrics_sitenote_category":0,"_genesis_hide_title":false,"_genesis_hide_breadcrumbs":false,"_genesis_hide_singular_image":false,"_genesis_hide_footer_widgets":false,"_genesis_custom_body_class":"","_genesis_custom_post_class":"","_genesis_layout":"","footnotes":""},"publishpress_future_action":{"enabled":false,"date":"2026-04-26 19:44:37","action":"change-status","newStatus":"draft","terms":[],"taxonomy":""},"_links":{"self":[{"href":"https:\/\/www.chu-tours.fr\/neurochirurgie\/wp-json\/wp\/v2\/pages\/361"}],"collection":[{"href":"https:\/\/www.chu-tours.fr\/neurochirurgie\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.chu-tours.fr\/neurochirurgie\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.chu-tours.fr\/neurochirurgie\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/www.chu-tours.fr\/neurochirurgie\/wp-json\/wp\/v2\/comments?post=361"}],"version-history":[{"count":8,"href":"https:\/\/www.chu-tours.fr\/neurochirurgie\/wp-json\/wp\/v2\/pages\/361\/revisions"}],"predecessor-version":[{"id":371,"href":"https:\/\/www.chu-tours.fr\/neurochirurgie\/wp-json\/wp\/v2\/pages\/361\/revisions\/371"}],"wp:attachment":[{"href":"https:\/\/www.chu-tours.fr\/neurochirurgie\/wp-json\/wp\/v2\/media?parent=361"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}