{"id":28223,"date":"2025-08-18T09:42:15","date_gmt":"2025-08-18T08:42:15","guid":{"rendered":"http:\/\/web02.ms-entwicklung.de\/index.php\/spirometrie\/"},"modified":"2026-07-22T14:43:26","modified_gmt":"2026-07-22T13:43:26","slug":"spirometrie","status":"publish","type":"page","link":"https:\/\/www.customed.de\/fr\/spirometrie\/","title":{"rendered":"Spirom\u00e9trie"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"28223\" class=\"elementor elementor-28223 elementor-21\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-337add7 e-con-full e-flex e-con e-parent\" data-id=\"337add7\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-e8ae021 e-flex e-con-boxed e-con e-child\" data-id=\"e8ae021\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-c9d1b93 e-con-full e-flex e-con e-child\" data-id=\"c9d1b93\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-e54ff14 e-con-full e-flex e-con e-child\" data-id=\"e54ff14\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-cc44355 e-con-full e-flex e-con e-child\" data-id=\"cc44355\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-f9b8661 e-con-full e-flex e-con e-child\" data-id=\"f9b8661\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f3492cc elementor-widget elementor-widget-heading\" data-id=\"f3492cc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Solutions pour le diagnostic de la <\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-57270bf elementor-widget elementor-widget-heading\" data-id=\"57270bf\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Spirom\u00e9trie <\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1528c8e elementor-widget elementor-widget-heading\" data-id=\"1528c8e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Respirer au quotidien : avec le custo spiro mobile, pour un diagnostic de la fonction pulmonaire pr\u00e9cis, conform\u00e9ment aux directives, mobile et parfaitement int\u00e9gr\u00e9. En combinaison avec custo diagnostic vit, il forme une solution compl\u00e8te et performante pour le diagnostic, le contr\u00f4le de l\u2019\u00e9volution et la documentation. <\/h2>\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-b430912 e-flex e-con-boxed e-con e-child\" data-id=\"b430912\" 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-c1f4c37 elementor-widget__width-initial elementor-widget elementor-widget-video\" data-id=\"c1f4c37\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;video_type&quot;:&quot;hosted&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;play_on_mobile&quot;:&quot;yes&quot;,&quot;mute&quot;:&quot;yes&quot;}\" data-widget_type=\"video.default\">\n\t\t\t\t\t\t\t<div class=\"e-hosted-video elementor-wrapper elementor-open-inline\">\n\t\t\t\t\t<video class=\"elementor-video\" src=\"https:\/\/www.customed.de\/wp-content\/uploads\/2026\/05\/Rendering_spiroNEU_9-zu-16_final.mp4\" autoplay=\"\" muted=\"muted\" playsinline=\"\" controlsList=\"nodownload\"><\/video>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8611ffe elementor-widget elementor-widget-html\" data-id=\"8611ffe\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script>document.addEventListener('DOMContentLoaded', function () {\n  const video = document.querySelector('video');\n  const target = document.getElementById('next-section');\n  let hasScrolled = false;\n  let hasPlayedOnce = false;\n\n function smoothScrollTo(element, duration = 1500) {\n  const start = window.scrollY || document.documentElement.scrollTop;\n  const target = element.getBoundingClientRect().top + start;\n  const distance = target - start;\n  const startTime = performance.now();\n\n  function easeInOutCubic(t) {\n    return t < 0.5\n      ? 4 * t * t * t\n      : 1 - Math.pow(-2 * t + 2, 3) \/ 2;\n  }\n\n  function animation(currentTime) {\n    const elapsed = currentTime - startTime;\n    const progress = Math.min(elapsed \/ duration, 1);\n    const easedProgress = easeInOutCubic(progress);\n\n    window.scrollTo(0, start + distance * easedProgress);\n\n    if (elapsed < duration) {\n      requestAnimationFrame(animation);\n    }\n  }\n\n  requestAnimationFrame(animation);\n}\n\n  \/\/ Scroll nur beim ersten vollst\u00e4ndigen Abspielen\n  if (video && target) {\n    video.addEventListener('ended', function () {\n      if (!hasScrolled) {\n        hasScrolled = true;\n        hasPlayedOnce = true;\n        smoothScrollTo(target, 1500);\n      }\n    });\n  }\n\n  \/\/ Observer: Nur wenn Video vollst\u00e4ndig abgespielt wurde, darf es neu starten\n  const observer = new IntersectionObserver((entries) => {\n    entries.forEach(entry => {\n      if (entry.isIntersecting && hasPlayedOnce) {\n        \/\/ Video erneut starten, aber NICHT scrollen\n        video.currentTime = 3;\n        video.play();\n      }\n    });\n  }, {\n    threshold: 0.1\n  });\n\n  if (video) {\n    observer.observe(video);\n  }\n});\n<\/script>\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\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-fbe7628 e-con-full e-flex e-con e-child\" data-id=\"fbe7628\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-8492037 e-flex e-con-boxed e-con e-child\" data-id=\"8492037\" 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-e360896 elementor-widget elementor-widget-heading\" data-id=\"e360896\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Spirom\u00e9trie <\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-daa67ff elementor-widget elementor-widget-heading\" data-id=\"daa67ff\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Mesure et analyse r\u00e9unies de mani\u00e8re optimale<\/h1>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-cd9858d e-con-full e-flex e-con e-child\" data-id=\"cd9858d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6b61f0e elementor-arrows-position-outside elementor-pagination-type-bullets elementor-pagination-position-outside elementor-widget elementor-widget-loop-carousel\" data-id=\"6b61f0e\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;template_id&quot;:27502,&quot;slides_to_show&quot;:&quot;2&quot;,&quot;image_spacing_custom&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:16,&quot;sizes&quot;:[]},&quot;_skin&quot;:&quot;post&quot;,&quot;slides_to_show_tablet&quot;:&quot;2&quot;,&quot;slides_to_show_mobile&quot;:&quot;1&quot;,&quot;slides_to_scroll&quot;:&quot;1&quot;,&quot;edit_handle_selector&quot;:&quot;.elementor-loop-container&quot;,&quot;speed&quot;:500,&quot;arrows&quot;:&quot;yes&quot;,&quot;pagination&quot;:&quot;bullets&quot;,&quot;image_spacing_custom_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;image_spacing_custom_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"loop-carousel.post\">\n\t\t\t\t\t\t\t<div class=\"swiper elementor-loop-container elementor-grid\" role=\"list\" dir=\"ltr\">\n\t\t\t\t<div class=\"swiper-wrapper\" aria-live=\"polite\">\n\t\t<style id=\"loop-27502\">.elementor-27502 .elementor-element.elementor-element-6583c66d{--display:flex;}.elementor-27502 .elementor-element.elementor-element-6583c66d.e-con{--flex-grow:1;--flex-shrink:0;}.elementor-27502 .elementor-element.elementor-element-6c551b47{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:32px 32px;--row-gap:32px;--column-gap:32px;--padding-top:24px;--padding-bottom:24px;--padding-left:24px;--padding-right:24px;}.elementor-27502 .elementor-element.elementor-element-6c551b47:not(.elementor-motion-effects-element-type-background), .elementor-27502 .elementor-element.elementor-element-6c551b47 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-9cfc55e );}.elementor-27502 .elementor-element.elementor-element-6c551b47.e-con{--flex-grow:1;--flex-shrink:0;}.elementor-27502 .elementor-element.elementor-element-67615f45{--display:flex;--gap:32px 32px;--row-gap:32px;--column-gap:32px;}.elementor-27502 .elementor-element.elementor-element-67615f45.e-con{--flex-grow:1;--flex-shrink:0;}.elementor-27502 .elementor-element.elementor-element-6599cc91{--display:flex;--gap:32px 32px;--row-gap:32px;--column-gap:32px;}.elementor-27502 .elementor-element.elementor-element-39813e7d img{width:100%;height:280px;object-fit:contain;object-position:center center;}.elementor-27502 .elementor-element.elementor-element-620cc236{--display:flex;--gap:8px 8px;--row-gap:8px;--column-gap:8px;}.elementor-27502 .elementor-element.elementor-element-3370e5c{text-align:start;}.elementor-27502 .elementor-element.elementor-element-3370e5c .elementor-heading-title{font-family:var( --e-global-typography-4e2fa15-font-family ), Sans-serif;font-size:var( --e-global-typography-4e2fa15-font-size );font-weight:var( --e-global-typography-4e2fa15-font-weight );line-height:var( --e-global-typography-4e2fa15-line-height );letter-spacing:var( --e-global-typography-4e2fa15-letter-spacing );word-spacing:var( --e-global-typography-4e2fa15-word-spacing );color:var( --e-global-color-85db428 );}.elementor-27502 .elementor-element.elementor-element-5a893f99 .elementor-heading-title{font-family:var( --e-global-typography-06c054e-font-family ), Sans-serif;font-size:var( --e-global-typography-06c054e-font-size );font-weight:var( --e-global-typography-06c054e-font-weight );line-height:var( --e-global-typography-06c054e-line-height );letter-spacing:var( --e-global-typography-06c054e-letter-spacing );word-spacing:var( --e-global-typography-06c054e-word-spacing );color:var( --e-global-color-85db428 );}.elementor-27502 .elementor-element.elementor-element-7a95efef .elementor-heading-title{font-family:var( --e-global-typography-738428d-font-family ), Sans-serif;font-size:var( --e-global-typography-738428d-font-size );font-weight:var( --e-global-typography-738428d-font-weight );line-height:var( --e-global-typography-738428d-line-height );letter-spacing:var( --e-global-typography-738428d-letter-spacing );word-spacing:var( --e-global-typography-738428d-word-spacing );color:var( --e-global-color-e930203 );}.elementor-27502 .elementor-element.elementor-element-4ed48c23{--display:flex;--min-height:0px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-32px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-27502 .elementor-element.elementor-element-4ed48c23.e-con{--flex-grow:1;--flex-shrink:0;}.elementor-27502 .elementor-element.elementor-element-269d0087{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:flex-start;--gap:16px 16px;--row-gap:16px;--column-gap:16px;}.elementor-27502 .elementor-element.elementor-element-26321cc6 .elementor-button{font-family:var( --e-global-typography-856e5bd-font-family ), Sans-serif;font-size:var( --e-global-typography-856e5bd-font-size );line-height:var( --e-global-typography-856e5bd-line-height );letter-spacing:var( --e-global-typography-856e5bd-letter-spacing );word-spacing:var( --e-global-typography-856e5bd-word-spacing );background-color:var( --e-global-color-primary );}.elementor-27502 .elementor-element.elementor-element-3eb5f9c9 .elementor-button{fill:var( --e-global-color-29a836a );color:var( --e-global-color-29a836a );background-color:var( --e-global-color-text );}@media(max-width:1280px){.elementor-27502 .elementor-element.elementor-element-3370e5c .elementor-heading-title{font-size:var( --e-global-typography-4e2fa15-font-size );line-height:var( --e-global-typography-4e2fa15-line-height );letter-spacing:var( --e-global-typography-4e2fa15-letter-spacing );word-spacing:var( --e-global-typography-4e2fa15-word-spacing );}.elementor-27502 .elementor-element.elementor-element-5a893f99 .elementor-heading-title{font-size:var( --e-global-typography-06c054e-font-size );line-height:var( --e-global-typography-06c054e-line-height );letter-spacing:var( --e-global-typography-06c054e-letter-spacing );word-spacing:var( --e-global-typography-06c054e-word-spacing );}.elementor-27502 .elementor-element.elementor-element-7a95efef .elementor-heading-title{font-size:var( --e-global-typography-738428d-font-size );line-height:var( --e-global-typography-738428d-line-height );letter-spacing:var( --e-global-typography-738428d-letter-spacing );word-spacing:var( --e-global-typography-738428d-word-spacing );}.elementor-27502 .elementor-element.elementor-element-26321cc6 .elementor-button{font-size:var( --e-global-typography-856e5bd-font-size );line-height:var( --e-global-typography-856e5bd-line-height );letter-spacing:var( --e-global-typography-856e5bd-letter-spacing );word-spacing:var( --e-global-typography-856e5bd-word-spacing );}}@media(min-width:768px){.elementor-27502 .elementor-element.elementor-element-6c551b47{--width:100%;}}@media(max-width:767px){.elementor-27502 .elementor-element.elementor-element-6c551b47{--padding-top:32px;--padding-bottom:32px;--padding-left:32px;--padding-right:32px;}.elementor-27502 .elementor-element.elementor-element-3370e5c .elementor-heading-title{font-size:var( --e-global-typography-4e2fa15-font-size );line-height:var( --e-global-typography-4e2fa15-line-height );letter-spacing:var( --e-global-typography-4e2fa15-letter-spacing );word-spacing:var( --e-global-typography-4e2fa15-word-spacing );}.elementor-27502 .elementor-element.elementor-element-5a893f99 .elementor-heading-title{font-size:var( --e-global-typography-06c054e-font-size );line-height:var( --e-global-typography-06c054e-line-height );letter-spacing:var( --e-global-typography-06c054e-letter-spacing );word-spacing:var( --e-global-typography-06c054e-word-spacing );}.elementor-27502 .elementor-element.elementor-element-7a95efef .elementor-heading-title{font-size:var( --e-global-typography-738428d-font-size );line-height:var( --e-global-typography-738428d-line-height );letter-spacing:var( --e-global-typography-738428d-letter-spacing );word-spacing:var( --e-global-typography-738428d-word-spacing );}.elementor-27502 .elementor-element.elementor-element-26321cc6 .elementor-button{font-size:var( --e-global-typography-856e5bd-font-size );line-height:var( --e-global-typography-856e5bd-line-height );letter-spacing:var( --e-global-typography-856e5bd-letter-spacing );word-spacing:var( --e-global-typography-856e5bd-word-spacing );}}<\/style>\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"27502\" class=\"elementor elementor-27502 elementor-11818 elementor-11818 swiper-slide e-loop-item e-loop-item-28226 post-28226 product-card type-product-card status-publish hentry product-card-context-custo-spiro-mobile product-card-context-page-spiro-list\" data-elementor-post-type=\"elementor_library\" role=\"group\" aria-roledescription=\"slide\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-6583c66d e-con-full e-flex e-con e-parent\" data-id=\"6583c66d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-6c551b47 e-con-full shadow e-flex e-con e-child\" data-id=\"6c551b47\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-67615f45 e-con-full e-flex e-con e-child\" data-id=\"67615f45\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-6599cc91 e-con-full e-flex e-con e-child\" data-id=\"6599cc91\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-39813e7d no-select elementor-widget elementor-widget-image\" data-id=\"39813e7d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.customed.de\/fr\/custo-spiro-mobile\/\">\n\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"720\" height=\"720\" src=\"https:\/\/www.customed.de\/wp-content\/uploads\/2026\/03\/custo-spiro-mobile_Seite.png\" class=\"attachment-large size-large wp-image-28229\" alt=\"Vue de c\u00f4t\u00e9 du custo spiro mobile\" srcset=\"https:\/\/www.customed.de\/wp-content\/uploads\/2026\/03\/custo-spiro-mobile_Seite.png 720w, https:\/\/www.customed.de\/wp-content\/uploads\/2026\/03\/custo-spiro-mobile_Seite-300x300.png 300w, https:\/\/www.customed.de\/wp-content\/uploads\/2026\/03\/custo-spiro-mobile_Seite-150x150.png 150w\" sizes=\"(max-width: 720px) 100vw, 720px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-620cc236 e-con-full e-flex e-con e-child\" data-id=\"620cc236\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3370e5c elementor-widget elementor-widget-heading\" data-id=\"3370e5c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">custo spiro mobile<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5a893f99 elementor-widget elementor-widget-heading\" data-id=\"5a893f99\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Spirom\u00e8tre facile \u00e0 utiliser <\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7a95efef elementor-widget elementor-widget-heading\" data-id=\"7a95efef\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Spirom\u00e8tre moderne pour un diagnostic de la fonction pulmonaire pr\u00e9cis. Avec custo spiro mobile, tous les examens spirom\u00e9triques standard peuvent \u00eatre r\u00e9alis\u00e9s rapidement et conform\u00e9ment aux directives.  <\/p>\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-4ed48c23 e-con-full e-flex e-con e-child\" data-id=\"4ed48c23\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-269d0087 e-con-full e-flex e-con e-child\" data-id=\"269d0087\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-26321cc6 elementor-widget elementor-widget-button\" data-id=\"26321cc6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/www.customed.de\/fr\/custo-spiro-mobile\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">En savoir plus<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3eb5f9c9 elementor-widget elementor-widget-button\" data-id=\"3eb5f9c9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/www.customed.de\/fr\/trouver-un-magasin-specialise\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Offre<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\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\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"27502\" class=\"elementor elementor-27502 elementor-11818 elementor-11818 swiper-slide e-loop-item e-loop-item-28227 post-28227 product-card type-product-card status-publish hentry product-card-context-page-spiro-list\" data-elementor-post-type=\"elementor_library\" role=\"group\" aria-roledescription=\"slide\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-6583c66d e-con-full e-flex e-con e-parent\" data-id=\"6583c66d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-6c551b47 e-con-full shadow e-flex e-con e-child\" data-id=\"6c551b47\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-67615f45 e-con-full e-flex e-con e-child\" data-id=\"67615f45\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-6599cc91 e-con-full e-flex e-con e-child\" data-id=\"6599cc91\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-39813e7d no-select elementor-widget elementor-widget-image\" data-id=\"39813e7d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.customed.de\/fr\/custo-diagnostic-vit\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" width=\"800\" height=\"741\" src=\"https:\/\/www.customed.de\/wp-content\/uploads\/2025\/10\/Bildschirm-Uebersicht_Lungenfunktion-1024x948.png\" class=\"attachment-large size-large wp-image-28264\" alt=\"\u00c9cran affichant le module logiciel custo diagnostic vit pour la spirom\u00e9trie dans la version custo diagnostic client pour macOS.\" srcset=\"https:\/\/www.customed.de\/wp-content\/uploads\/2025\/10\/Bildschirm-Uebersicht_Lungenfunktion-1024x948.png 1024w, https:\/\/www.customed.de\/wp-content\/uploads\/2025\/10\/Bildschirm-Uebersicht_Lungenfunktion-300x278.png 300w, https:\/\/www.customed.de\/wp-content\/uploads\/2025\/10\/Bildschirm-Uebersicht_Lungenfunktion-768x711.png 768w, https:\/\/www.customed.de\/wp-content\/uploads\/2025\/10\/Bildschirm-Uebersicht_Lungenfunktion.png 1080w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-620cc236 e-con-full e-flex e-con e-child\" data-id=\"620cc236\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3370e5c elementor-widget elementor-widget-heading\" data-id=\"3370e5c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">custo diagnostic vit<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5a893f99 elementor-widget elementor-widget-heading\" data-id=\"5a893f99\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Logiciel de diagnostic spirom\u00e9trique (pour Windows et macOS)<\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7a95efef elementor-widget elementor-widget-heading\" data-id=\"7a95efef\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">custo diagnostic vit est le module logiciel performant pour l\u2019analyse, l\u2019\u00e9valuation et le compte rendu des examens spirom\u00e9triques. Il permet une interpr\u00e9tation et une repr\u00e9sentation pr\u00e9cises des mesures ainsi qu\u2019une int\u00e9gration fluide dans les syst\u00e8mes des cabinets ou des cliniques. <\/p>\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-4ed48c23 e-con-full e-flex e-con e-child\" data-id=\"4ed48c23\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-269d0087 e-con-full e-flex e-con e-child\" data-id=\"269d0087\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-26321cc6 elementor-widget elementor-widget-button\" data-id=\"26321cc6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/www.customed.de\/fr\/custo-diagnostic-vit\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">En savoir plus<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3eb5f9c9 elementor-widget elementor-widget-button\" data-id=\"3eb5f9c9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/www.customed.de\/fr\/trouver-un-magasin-specialise\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Offre<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\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\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-prev\" role=\"button\" tabindex=\"0\" aria-label=\"Pr\u00e9c\u00e9dent\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-chevron-left\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-next\" role=\"button\" tabindex=\"0\" aria-label=\"Suivant\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-chevron-right\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t\t\t\t<div class=\"swiper-pagination\"><\/div>\n\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-44effb9 e-con-full e-flex e-con e-child\" data-id=\"44effb9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-169ba7d e-con-full e-flex e-con e-child\" data-id=\"169ba7d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2b5a78d elementor-widget elementor-widget-heading\" data-id=\"2b5a78d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">spiro protect<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3f1ea0d elementor-widget elementor-widget-heading\" data-id=\"3f1ea0d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">S\u00e9curit\u00e9 de la fonction pulmonaire<\/h2>\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-fc86afa e-con-full e-flex e-con e-child\" data-id=\"fc86afa\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-c15817c e-flex e-con-boxed e-con e-child\" data-id=\"c15817c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e749f24 e-con-full e-flex e-con e-child\" data-id=\"e749f24\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-cd7b41a e-con-full e-flex e-con e-child\" data-id=\"cd7b41a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-223a701 elementor-widget elementor-widget-heading\" data-id=\"223a701\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Filtre antivirus et antibact\u00e9rien hautement efficace<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e959ca0 e-con-full e-flex e-con e-child\" data-id=\"e959ca0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3094d9f elementor-widget elementor-widget-heading\" data-id=\"3094d9f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Pour une utilisation hygi\u00e9nique et une longue dur\u00e9e de vie : en m\u00e9nageant aussi bien le custo spiro mobile que la personne examin\u00e9e.<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d339d70 e-con-full e-flex e-con e-child\" data-id=\"d339d70\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-da2d2a0 elementor-widget elementor-widget-button\" data-id=\"da2d2a0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/www.customed.de\/fr\/custo-spiro-mobile\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">En savoir plus<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\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-f05bd63 e-con-full e-flex e-con e-child\" data-id=\"f05bd63\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a3c69b1 elementor-widget elementor-widget-image\" data-id=\"a3c69b1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.customed.de\/fr\/custo-spiro-mobile\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" width=\"800\" height=\"450\" src=\"https:\/\/www.customed.de\/wp-content\/uploads\/2025\/10\/custo-Spiro-protec-web-1024x576.png\" class=\"attachment-large size-large wp-image-28221\" alt=\"Filtre antivirus et antibact\u00e9rien \u00ab custo spiro protect \u00bb de custo med\" srcset=\"https:\/\/www.customed.de\/wp-content\/uploads\/2025\/10\/custo-Spiro-protec-web-1024x576.png 1024w, https:\/\/www.customed.de\/wp-content\/uploads\/2025\/10\/custo-Spiro-protec-web-300x169.png 300w, https:\/\/www.customed.de\/wp-content\/uploads\/2025\/10\/custo-Spiro-protec-web-768x432.png 768w, https:\/\/www.customed.de\/wp-content\/uploads\/2025\/10\/custo-Spiro-protec-web.png 1152w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\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<div class=\"elementor-element elementor-element-dafaa51 e-con-full e-flex e-con e-child\" data-id=\"dafaa51\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-a49c8fb e-con-full e-flex e-con e-child\" data-id=\"a49c8fb\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-da26fed elementor-widget elementor-widget-heading\" data-id=\"da26fed\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Animation pour enfants<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4853246 elementor-widget elementor-widget-heading\" data-id=\"4853246\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Schnaufi le dragon<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-9c611f8 e-con-full shadow e-flex e-con e-child\" data-id=\"9c611f8\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-53f556f e-con-full e-flex e-con e-child\" data-id=\"53f556f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c5a6356 elementor-widget elementor-widget-image\" data-id=\"c5a6356\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"450\" src=\"https:\/\/www.customed.de\/wp-content\/uploads\/2025\/10\/webLungenfunktion_Kinder-1024x576.jpg\" class=\"attachment-large size-large wp-image-28222\" alt=\"Examen spirom\u00e9trique chez un enfant ; pour l&apos;aider, l&apos;animation pour enfants \u00ab Schnaufi le dragon \u00bb est diffus\u00e9e sur un \u00e9cran.\" srcset=\"https:\/\/www.customed.de\/wp-content\/uploads\/2025\/10\/webLungenfunktion_Kinder-1024x576.jpg 1024w, https:\/\/www.customed.de\/wp-content\/uploads\/2025\/10\/webLungenfunktion_Kinder-300x169.jpg 300w, https:\/\/www.customed.de\/wp-content\/uploads\/2025\/10\/webLungenfunktion_Kinder-768x432.jpg 768w, https:\/\/www.customed.de\/wp-content\/uploads\/2025\/10\/webLungenfunktion_Kinder-1536x864.jpg 1536w, https:\/\/www.customed.de\/wp-content\/uploads\/2025\/10\/webLungenfunktion_Kinder.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-46f06d0 e-con-full e-flex e-con e-child\" data-id=\"46f06d0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-71ddba0 elementor-widget elementor-widget-heading\" data-id=\"71ddba0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Pour la spirom\u00e9trie chez les enfants<\/p>\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2467f13 e-con-full e-flex e-con e-child\" data-id=\"2467f13\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b75a8a8 elementor-widget elementor-widget-heading\" data-id=\"b75a8a8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">L\u2019animation pour enfants dans custo diagnostic vit favorise la compr\u00e9hension et assure un diagnostic efficace et reproductible <\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8604fb8 elementor-widget elementor-widget-button\" data-id=\"8604fb8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/www.customed.de\/fr\/custo-diagnostic-vit\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">En savoir plus<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\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<div class=\"elementor-element elementor-element-e09f320 e-flex e-con-boxed e-con e-child\" data-id=\"e09f320\" 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-8be54ea elementor-widget elementor-widget-heading\" data-id=\"8be54ea\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Plus d\u2019informations<\/h2>\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-52db6e4 e-con-full e-flex e-con e-child\" data-id=\"52db6e4\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-618607b elementor-arrows-position-outside elementor-pagination-type-bullets elementor-pagination-position-outside elementor-widget elementor-widget-n-carousel\" data-id=\"618607b\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;carousel_items&quot;:[{&quot;slide_title&quot;:&quot;Slide 1&quot;,&quot;_id&quot;:&quot;c9523a5&quot;},{&quot;slide_title&quot;:&quot;Slide 1&quot;,&quot;_id&quot;:&quot;65a1bc0&quot;},{&quot;slide_title&quot;:&quot;Slide 1&quot;,&quot;_id&quot;:&quot;7cf9466&quot;}],&quot;image_spacing_custom&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:24,&quot;sizes&quot;:[]},&quot;slides_to_show_tablet&quot;:&quot;2&quot;,&quot;slides_to_show_mobile&quot;:&quot;1&quot;,&quot;speed&quot;:500,&quot;arrows&quot;:&quot;yes&quot;,&quot;pagination&quot;:&quot;bullets&quot;,&quot;image_spacing_custom_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;image_spacing_custom_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"nested-carousel.default\">\n\t\t\t\t\t\t\t<div class=\"e-n-carousel swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Karussell\" dir=\"ltr\">\n\t\t\t<div class=\"swiper-wrapper\" aria-live=\"polite\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"1\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 sur 3\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-febc659 e-flex e-con-boxed e-con e-child\" data-id=\"febc659\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-a8ac1ff e-con-full e-flex e-con e-child\" data-id=\"a8ac1ff\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-75ed79a elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"75ed79a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-eye\" viewBox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M288 144a110.94 110.94 0 0 0-31.24 5 55.4 55.4 0 0 1 7.24 27 56 56 0 0 1-56 56 55.4 55.4 0 0 1-27-7.24A111.71 111.71 0 1 0 288 144zm284.52 97.4C518.29 135.59 410.93 64 288 64S57.68 135.64 3.48 241.41a32.35 32.35 0 0 0 0 29.19C57.71 376.41 165.07 448 288 448s230.32-71.64 284.52-177.41a32.35 32.35 0 0 0 0-29.19zM288 400c-98.65 0-189.09-55-237.93-144C98.91 167 189.34 112 288 112s189.09 55 237.93 144C477.1 345 386.66 400 288 400z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-893e408 elementor-widget elementor-widget-heading\" data-id=\"893e408\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Vid\u00e9os custo med<\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0e7d5a1 elementor-widget elementor-widget-heading\" data-id=\"0e7d5a1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Nos vid\u00e9os consacr\u00e9es \u00e0 custo med offrent des aper\u00e7us pratiques de nos solutions destin\u00e9es au quotidien des soins et de la prise en charge des patients<\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a78d2f7 elementor-widget elementor-widget-text-editor\" data-id=\"a78d2f7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p><a href=\"https:\/\/www.customed.de\/fr\/videos\/\">Vid\u00e9os<\/a><\/p>\t\t\t\t\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\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"2\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 sur 3\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-cf42aa6 e-flex e-con-boxed e-con e-child\" data-id=\"cf42aa6\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-8fae3ee e-con-full e-flex e-con e-child\" data-id=\"8fae3ee\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-aad4e1e elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"aad4e1e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-download\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M216 0h80c13.3 0 24 10.7 24 24v168h87.7c17.8 0 26.7 21.5 14.1 34.1L269.7 378.3c-7.5 7.5-19.8 7.5-27.3 0L90.1 226.1c-12.6-12.6-3.7-34.1 14.1-34.1H192V24c0-13.3 10.7-24 24-24zm296 376v112c0 13.3-10.7 24-24 24H24c-13.3 0-24-10.7-24-24V376c0-13.3 10.7-24 24-24h146.7l49 49c20.1 20.1 52.5 20.1 72.6 0l49-49H488c13.3 0 24 10.7 24 24zm-124 88c0-11-9-20-20-20s-20 9-20 20 9 20 20 20 20-9 20-20zm64 0c0-11-9-20-20-20s-20 9-20 20 9 20 20 20 20-9 20-20z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-69f7132 elementor-widget elementor-widget-heading\" data-id=\"69f7132\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Brochures <\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c48e77a elementor-widget elementor-widget-heading\" data-id=\"c48e77a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Vous trouverez ici toutes les brochures, d\u00e9pliants et catalogues relatifs \u00e0 nos applications.<\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8f84917 elementor-widget elementor-widget-text-editor\" data-id=\"8f84917\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p><a href=\"https:\/\/www.customed.de\/fr\/telechargements\/#marketing\/brochures\">Brochures<\/a><\/p>\t\t\t\t\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\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"3\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"3 sur 3\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-3fdd331 e-flex e-con-boxed e-con e-child\" data-id=\"3fdd331\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-fc29276 e-con-full e-flex e-con e-child\" data-id=\"fc29276\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cc02cfe elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"cc02cfe\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-open\" viewBox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c84b840 elementor-widget elementor-widget-heading\" data-id=\"c84b840\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Documentation pour l\u2019utilisateur<\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f9349e0 elementor-widget elementor-widget-heading\" data-id=\"f9349e0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Vous trouverez ici des modes d\u2019emploi, des instructions succinctes et des fiches techniques sur le th\u00e8me de la spirom\u00e9trie<\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5df8e99 elementor-widget elementor-widget-text-editor\" data-id=\"5df8e99\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p><a href=\"https:\/\/www.customed.de\/fr\/telechargements\/#technical-documentation\/operating-manuals\/SPIROMETRY\">Documentation utilisateur<\/a><\/p>\t\t\t\t\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\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-prev\" role=\"button\" tabindex=\"0\" aria-label=\"Pr\u00e9c\u00e9dent\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-chevron-left\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-next\" role=\"button\" tabindex=\"0\" aria-label=\"Suivant\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-chevron-right\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t\t\t\t<div class=\"swiper-pagination\"><\/div>\n\t\t\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\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Solutions pour le diagnostic de la Spirom\u00e9trie Respirer au quotidien : avec le custo spiro mobile, pour un diagnostic de la fonction pulmonaire pr\u00e9cis, conform\u00e9ment aux directives, mobile et parfaitement int\u00e9gr\u00e9. En combinaison avec custo diagnostic vit, il forme une solution compl\u00e8te et performante pour le diagnostic, le contr\u00f4le de l\u2019\u00e9volution et la documentation. https:\/\/www.customed.de\/wp-content\/uploads\/2026\/05\/Rendering_spiroNEU_9-zu-16_final.mp4 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"class_list":["post-28223","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Diagnostic par spirom\u00e9trie \u2013 Solutions de custo med<\/title>\n<meta name=\"description\" content=\"Diagnostic spirom\u00e9trique moderne : mesure facile \u00e0 r\u00e9aliser avec le custo spiro mobile et analyse pr\u00e9cise avec le custo diagnostic vit\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.customed.de\/fr\/spirometrie\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Diagnostic par spirom\u00e9trie \u2013 Solutions de custo med\" \/>\n<meta property=\"og:description\" content=\"Diagnostic spirom\u00e9trique moderne : mesure facile \u00e0 r\u00e9aliser avec le custo spiro mobile et analyse pr\u00e9cise avec le custo diagnostic vit\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.customed.de\/fr\/spirometrie\/\" \/>\n<meta property=\"og:site_name\" content=\"customed\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-22T13:43:26+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.customed.de\/wp-content\/uploads\/2025\/10\/custo-Spiro-protec-web-1024x576.png\" \/>\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=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.customed.de\\\/fr\\\/spirometrie\\\/\",\"url\":\"https:\\\/\\\/www.customed.de\\\/fr\\\/spirometrie\\\/\",\"name\":\"Diagnostic par spirom\u00e9trie \u2013 Solutions de custo med\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.customed.de\\\/fr\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.customed.de\\\/fr\\\/spirometrie\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.customed.de\\\/fr\\\/spirometrie\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.customed.de\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/custo-Spiro-protec-web-1024x576.png\",\"datePublished\":\"2025-08-18T08:42:15+00:00\",\"dateModified\":\"2026-07-22T13:43:26+00:00\",\"description\":\"Diagnostic spirom\u00e9trique moderne : mesure facile \u00e0 r\u00e9aliser avec le custo spiro mobile et analyse pr\u00e9cise avec le custo diagnostic vit\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.customed.de\\\/fr\\\/spirometrie\\\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.customed.de\\\/fr\\\/spirometrie\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\\\/\\\/www.customed.de\\\/fr\\\/spirometrie\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.customed.de\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/custo-Spiro-protec-web-1024x576.png\",\"contentUrl\":\"https:\\\/\\\/www.customed.de\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/custo-Spiro-protec-web-1024x576.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.customed.de\\\/fr\\\/spirometrie\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.customed.de\\\/fr\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Spirom\u00e9trie\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.customed.de\\\/fr\\\/#website\",\"url\":\"https:\\\/\\\/www.customed.de\\\/fr\\\/\",\"name\":\"customed\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.customed.de\\\/fr\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.customed.de\\\/fr\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-FR\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.customed.de\\\/fr\\\/#organization\",\"name\":\"customed\",\"url\":\"https:\\\/\\\/www.customed.de\\\/fr\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\\\/\\\/www.customed.de\\\/fr\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.customed.de\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/custo-med-Logo-mit-Claim-EN-26-SB-1.png\",\"contentUrl\":\"https:\\\/\\\/www.customed.de\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/custo-med-Logo-mit-Claim-EN-26-SB-1.png\",\"width\":1543,\"height\":337,\"caption\":\"customed\"},\"image\":{\"@id\":\"https:\\\/\\\/www.customed.de\\\/fr\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Diagnostic par spirom\u00e9trie \u2013 Solutions de custo med","description":"Diagnostic spirom\u00e9trique moderne : mesure facile \u00e0 r\u00e9aliser avec le custo spiro mobile et analyse pr\u00e9cise avec le custo diagnostic vit","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:\/\/www.customed.de\/fr\/spirometrie\/","og_locale":"fr_FR","og_type":"article","og_title":"Diagnostic par spirom\u00e9trie \u2013 Solutions de custo med","og_description":"Diagnostic spirom\u00e9trique moderne : mesure facile \u00e0 r\u00e9aliser avec le custo spiro mobile et analyse pr\u00e9cise avec le custo diagnostic vit","og_url":"https:\/\/www.customed.de\/fr\/spirometrie\/","og_site_name":"customed","article_modified_time":"2026-07-22T13:43:26+00:00","og_image":[{"url":"https:\/\/www.customed.de\/wp-content\/uploads\/2025\/10\/custo-Spiro-protec-web-1024x576.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Dur\u00e9e de lecture estim\u00e9e":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.customed.de\/fr\/spirometrie\/","url":"https:\/\/www.customed.de\/fr\/spirometrie\/","name":"Diagnostic par spirom\u00e9trie \u2013 Solutions de custo med","isPartOf":{"@id":"https:\/\/www.customed.de\/fr\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.customed.de\/fr\/spirometrie\/#primaryimage"},"image":{"@id":"https:\/\/www.customed.de\/fr\/spirometrie\/#primaryimage"},"thumbnailUrl":"https:\/\/www.customed.de\/wp-content\/uploads\/2025\/10\/custo-Spiro-protec-web-1024x576.png","datePublished":"2025-08-18T08:42:15+00:00","dateModified":"2026-07-22T13:43:26+00:00","description":"Diagnostic spirom\u00e9trique moderne : mesure facile \u00e0 r\u00e9aliser avec le custo spiro mobile et analyse pr\u00e9cise avec le custo diagnostic vit","breadcrumb":{"@id":"https:\/\/www.customed.de\/fr\/spirometrie\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.customed.de\/fr\/spirometrie\/"]}]},{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/www.customed.de\/fr\/spirometrie\/#primaryimage","url":"https:\/\/www.customed.de\/wp-content\/uploads\/2025\/10\/custo-Spiro-protec-web-1024x576.png","contentUrl":"https:\/\/www.customed.de\/wp-content\/uploads\/2025\/10\/custo-Spiro-protec-web-1024x576.png"},{"@type":"BreadcrumbList","@id":"https:\/\/www.customed.de\/fr\/spirometrie\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.customed.de\/fr\/"},{"@type":"ListItem","position":2,"name":"Spirom\u00e9trie"}]},{"@type":"WebSite","@id":"https:\/\/www.customed.de\/fr\/#website","url":"https:\/\/www.customed.de\/fr\/","name":"customed","description":"","publisher":{"@id":"https:\/\/www.customed.de\/fr\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.customed.de\/fr\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-FR"},{"@type":"Organization","@id":"https:\/\/www.customed.de\/fr\/#organization","name":"customed","url":"https:\/\/www.customed.de\/fr\/","logo":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/www.customed.de\/fr\/#\/schema\/logo\/image\/","url":"https:\/\/www.customed.de\/wp-content\/uploads\/2026\/06\/custo-med-Logo-mit-Claim-EN-26-SB-1.png","contentUrl":"https:\/\/www.customed.de\/wp-content\/uploads\/2026\/06\/custo-med-Logo-mit-Claim-EN-26-SB-1.png","width":1543,"height":337,"caption":"customed"},"image":{"@id":"https:\/\/www.customed.de\/fr\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/www.customed.de\/fr\/wp-json\/wp\/v2\/pages\/28223","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.customed.de\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.customed.de\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.customed.de\/fr\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.customed.de\/fr\/wp-json\/wp\/v2\/comments?post=28223"}],"version-history":[{"count":7,"href":"https:\/\/www.customed.de\/fr\/wp-json\/wp\/v2\/pages\/28223\/revisions"}],"predecessor-version":[{"id":32952,"href":"https:\/\/www.customed.de\/fr\/wp-json\/wp\/v2\/pages\/28223\/revisions\/32952"}],"wp:attachment":[{"href":"https:\/\/www.customed.de\/fr\/wp-json\/wp\/v2\/media?parent=28223"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}