{"id":12,"date":"2026-04-22T15:53:01","date_gmt":"2026-04-22T15:53:01","guid":{"rendered":"https:\/\/lab.byfilling.com\/XSE2\/?page_id=12"},"modified":"2026-04-30T15:09:24","modified_gmt":"2026-04-30T15:09:24","slug":"accueil","status":"publish","type":"page","link":"https:\/\/lab.byfilling.com\/XSE2\/","title":{"rendered":"Accueil"},"content":{"rendered":"<div class=\"et_pb_section_0 et_pb_section et_section_regular et_block_section\">\n<div class=\"et_pb_row_0 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_0 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_2_5 et_flex_column_2_5_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_0 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h1>Moins d'\u00e9crans,<br \/>\n<span style=\"color: #8acd72\">plus d'avenir.<\/span><\/h1>\n<\/div><\/div>\n\n<div class=\"et_pb_text_1 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>Aidez votre enfant \u00e0 retrouver un \u00e9quilibre sain et \u00e0 s'\u00e9panouir pleinement, loin des \u00e9crans.<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_code_0 et_pb_code et_pb_module\"><div class=\"et_pb_code_inner\"><button class=\"hero-cta-btn\" onclick=\"handleHeartClick(event)\">\n    <span class=\"heart-1\">\u2661<\/span>\n    Je veux aider mon enfant\n<\/button>\n\n<style>\n  .hero-cta-btn {\n    background:#f75a00;\n    color: #ffffff;\n    border: 1px solid #f75a00;\n    border-radius: 8px;\n    padding: 10px 20px;\n    cursor: pointer;\n    font-weight: 700;\n    font-size: 18px;\n    transition: transform 0.3s ease;\n  }\n\n  .hero-cta-btn:hover {\n    transform: translateY(-5px);\n  }\n\n  .heart-1 {\n    display: inline-block;\n    transform: scaleX(1.4) scaley(1.3);\n  }\n  \n  .heart-2 {\n    text-shadow: 0px 0px 30px white;\n}\n  \n  .confetti-particle {\n    position: fixed;\n    width: 8px;\n    height: 8px;\n    border-radius: 2px;\n    pointer-events: none;\n    z-index: 9999;\n    animation: confetti-fall linear forwards;\n  }\n\n  @keyframes confetti-fall {\n    0%   { transform: translate(0, 0) rotate(0deg) scale(1); opacity: 1; }\n    100% { transform: translate(var(--dx), var(--dy)) rotate(var(--rot)) scale(0.3); opacity: 0; }\n  }\n<\/style>\n\n<script>\n  function handleHeartClick(event) {\n    const btn = event.currentTarget;\n\n    \/\/ 1. Swap le c\u0153ur\n    const heart = btn.querySelector('.heart-1');\n    if (heart) {\n      heart.className = 'heart-2';\n      heart.innerHTML = '\u2764';\n    }\n\n    \/\/ 2. Conteneur fixe pour les paillettes\n    const container = document.createElement('div');\n    container.style.cssText = `\n      position: fixed;\n      top: 0;\n      left: 0;\n      width: 100vw;\n      height: 100vh;\n      pointer-events: none;\n      z-index: 9999;\n      overflow: hidden;\n    `;\n    document.body.appendChild(container);\n\n    \/\/ 3. Explosion de paillettes\n    const rect = btn.getBoundingClientRect();\n    const originX = rect.left + rect.width \/ 2;\n    const originY = rect.top + rect.height \/ 2;\n\n    const colors = ['#FF6B6B','#FFD93D','#6BCB77','#4D96FF','#FF6BFF','#FF9F43','#A29BFE','#FD79A8'];\n    const shapes = ['circle', 'square', 'rect'];\n    let remaining = 60;\n\n    for (let i = 0; i < 200; i++) {\n      const el = document.createElement('div');\n      el.classList.add('confetti-particle');\n\n      const shape = shapes[Math.floor(Math.random() * shapes.length)];\n      if (shape === 'circle') el.style.borderRadius = '50%';\n      if (shape === 'rect')   el.style.width = '12px', el.style.height = '5px';\n\n      el.style.background = colors[Math.floor(Math.random() * colors.length)];\n      el.style.left = originX + 'px';\n      el.style.top  = originY + 'px';\n\n      const angle = Math.random() * 2 * Math.PI;\n      const distance = 80 + Math.random() * 160;\n      el.style.setProperty('--dx', Math.cos(angle) * distance + 'px');\n      el.style.setProperty('--dy', Math.sin(angle) * distance + 'px');\n      el.style.setProperty('--rot', (Math.random() * 720 - 360) + 'deg');\n\n      const duration = 0.6 + Math.random() * 0.6;\n      el.style.animationDuration = duration + 's';\n      el.style.animationDelay = (Math.random() * 0.15) + 's';\n\n      container.appendChild(el);\n\n      \/\/ Supprime le conteneur quand la derni\u00e8re particule est termin\u00e9e\n      el.addEventListener('animationend', () => {\n        el.remove();\n        remaining--;\n        if (remaining === 0) container.remove();\n      });\n    }\n    \/\/ 4. Scroll vers #solution apr\u00e8s un court d\u00e9lai\n    setTimeout(() => {\n      const target = document.querySelector('#contact');\n      if (target) {\n        target.scrollIntoView({ behavior: 'smooth', block: 'start' });\n      }\n    }, 600);\n  }\n<\/script><\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_1 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_3_5 et_flex_column_3_5_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_blurb_0 et_pb_blurb et_pb_bg_layout_light et_pb_blurb_position_left et_pb_module et_flex_module\"><div class=\"et_pb_blurb_content et_flex_module\"><div class=\"et_pb_main_blurb_image\"><span class=\"et_pb_image_wrap et_pb_only_image_mode_wrap\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/Gemini_Generated_Image_kcuay9kcuay9kcua-300x282.png\" width=\"300\" height=\"282\" srcset=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/Gemini_Generated_Image_kcuay9kcuay9kcua-300x282.png 300w\" class=\"wp-image-20\" title=\"Gemini_Generated_Image_kcuay9kcuay9kcua\" \/><\/span><\/div><div class=\"et_pb_blurb_container\"><div class=\"et_pb_blurb_description\"><p>Des solutions concr\u00e8tes pour des changements durables.<\/p>\n<\/div><\/div><\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_1 et_pb_section et_section_regular et_flex_section\" id=\"probleme\">\n<div class=\"et_pb_row_1 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_2 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_8_24 et_flex_column_8_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_group_0 et_pb_group et-last-child et_pb_module et_flex_group et_pb_css_mix_blend_mode_passthrough\">\n<div class=\"et_pb_group_1 et_pb_group et-last-child et_pb_module et_flex_group et_pb_css_mix_blend_mode_passthrough\">\n<div class=\"et_pb_icon_0 et_pb_icon et_pb_module et_flex_module\"><span class=\"et_pb_icon_wrap\"><span class=\"et-pb-icon\">{<\/span><\/span><\/div>\n\n<div class=\"et_pb_text_2 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p><span>C'est l'exposition pr\u00e9coce aux \u00e9crans avant 3 ans et excessive \u2014 en moyenne 30 minutes \u00e0 1 heure par jour \u2014 qui rend l'abus de l'\u00e9cran chez l'enfant nocif sur le plan psychomoteur.<\/span><span><\/span><\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_divider_0 et_pb_divider et_pb_space et_pb_divider_position_center et_pb_module\"><div class=\"et_pb_divider_internal\"><\/div><\/div>\n\n<div class=\"et_pb_text_3 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h4 style=\"padding: 0;\">Dr. Lamine Diouf<\/h4>\n<p>P\u00e9dopsychiatre \u00b7 Dakar<\/p>\n<\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_column_3 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_16_24 et_flex_column_16_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_4 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>Le probl\u00e8me<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_image_0 et_pb_image et_pb_module et_flex_module\"><span class=\"et_pb_image_wrap\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/1-1-300x300.png\" width=\"300\" height=\"300\" srcset=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/1-1-300x300.png 300w\" class=\"wp-image-428\" title=\"010\" \/><\/span><\/div>\n\n<div class=\"et_pb_text_5 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h2>Les \u00e9crans :<br \/>\nun d\u00e9fi pour nos enfants<\/h2>\n<\/div><\/div>\n\n<div class=\"et_pb_text_6 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>Entre le travail, la fatigue et les responsabilit\u00e9s, les parents font de leur mieux. Les \u00e9crans peuvent devenir une solution facile mais leurs effets sur les petits sont bien r\u00e9els.<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_blurb_1 et_pb_blurb et_pb_bg_layout_light et_pb_text_align_left et_pb_blurb_position_left et_pb_module et_flex_module avertissement\"><div class=\"et_pb_blurb_content et_flex_module\"><div class=\"et_pb_main_blurb_image\"><span class=\"et_pb_image_wrap et_pb_only_image_mode_wrap\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/1-2-300x300.png\" width=\"300\" height=\"300\" srcset=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/1-2-300x300.png 300w\" class=\"wp-image-439\" \/><\/span><\/div><div class=\"et_pb_blurb_container\"><div class=\"et_pb_blurb_description\"><p>Plus l'exposition augmente, plus les risques sur le d\u00e9veloppement sont \u00e9lev\u00e9s.<\/p>\n<\/div><\/div><\/div><\/div>\n\n<div class=\"et_pb_row_2 et_pb_row et_pb_row_nested et_flex_row\">\n<div class=\"et_pb_column_4 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_6_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_blurb_2 et_pb_blurb et_pb_bg_layout_light et_pb_blurb_position_top et_pb_module et_flex_module\"><div class=\"et_pb_blurb_content et_flex_module\"><div class=\"et_pb_main_blurb_image\"><span class=\"et_pb_image_wrap et_pb_only_image_mode_wrap\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/1-3-300x300.png\" width=\"300\" height=\"300\" srcset=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/1-3-300x300.png 300w\" class=\"wp-image-463\" title=\"1-3\" \/><\/span><\/div><div class=\"et_pb_blurb_container\"><h4 class=\"et_pb_module_header\">0 \u00e0 2 ans<\/h4><\/div><\/div><\/div>\n\n<div class=\"et_pb_divider_1 et_pb_divider et_pb_space et_pb_divider_position_center et_pb_module\"><div class=\"et_pb_divider_internal\"><\/div><\/div>\n\n<div class=\"et_pb_blurb_3 et_pb_blurb et_pb_bg_layout_light et_pb_text_align_left et_pb_blurb_position_left et_pb_module et_flex_module\"><div class=\"et_pb_blurb_content et_flex_module\"><div class=\"et_pb_main_blurb_image\"><span class=\"et_pb_image_wrap\"><span class=\"et-pb-icon\" title=\"1-3\">}<\/span><\/span><\/div><div class=\"et_pb_blurb_container\"><h4 class=\"et_pb_module_header\">1 heure<\/h4><div class=\"et_pb_blurb_description\"><p>par jour<\/p>\n<\/div><\/div><\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_5 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_6_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_blurb_4 et_pb_blurb et_pb_bg_layout_light et_pb_blurb_position_top et_pb_module et_flex_module\"><div class=\"et_pb_blurb_content et_flex_module\"><div class=\"et_pb_main_blurb_image\"><span class=\"et_pb_image_wrap et_pb_only_image_mode_wrap\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/1-4-300x300.png\" width=\"300\" height=\"300\" srcset=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/1-4-300x300.png 300w\" class=\"wp-image-480\" title=\"1-4\" \/><\/span><\/div><div class=\"et_pb_blurb_container\"><h4 class=\"et_pb_module_header\">2 \u00e0 5 ans<\/h4><\/div><\/div><\/div>\n\n<div class=\"et_pb_divider_2 et_pb_divider et_pb_space et_pb_divider_position_center et_pb_module\"><div class=\"et_pb_divider_internal\"><\/div><\/div>\n\n<div class=\"et_pb_blurb_5 et_pb_blurb et_pb_bg_layout_light et_pb_text_align_left et_pb_blurb_position_left et_pb_module et_flex_module\"><div class=\"et_pb_blurb_content et_flex_module\"><div class=\"et_pb_main_blurb_image\"><span class=\"et_pb_image_wrap\"><span class=\"et-pb-icon\" title=\"1-3\">}<\/span><\/span><\/div><div class=\"et_pb_blurb_container\"><h4 class=\"et_pb_module_header\">2 heures<\/h4><div class=\"et_pb_blurb_description\"><p>par jour<\/p>\n<\/div><\/div><\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_6 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_6_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_blurb_6 et_pb_blurb et_pb_bg_layout_light et_pb_blurb_position_top et_pb_module et_flex_module\"><div class=\"et_pb_blurb_content et_flex_module\"><div class=\"et_pb_main_blurb_image\"><span class=\"et_pb_image_wrap et_pb_only_image_mode_wrap\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/1-5-300x300.png\" width=\"300\" height=\"300\" srcset=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/1-5-300x300.png 300w\" class=\"wp-image-479\" title=\"1-5\" \/><\/span><\/div><div class=\"et_pb_blurb_container\"><h4 class=\"et_pb_module_header\">6 \u00e0 11 ans<\/h4><\/div><\/div><\/div>\n\n<div class=\"et_pb_divider_3 et_pb_divider et_pb_space et_pb_divider_position_center et_pb_module\"><div class=\"et_pb_divider_internal\"><\/div><\/div>\n\n<div class=\"et_pb_blurb_7 et_pb_blurb et_pb_bg_layout_light et_pb_text_align_left et_pb_blurb_position_left et_pb_module et_flex_module\"><div class=\"et_pb_blurb_content et_flex_module\"><div class=\"et_pb_main_blurb_image\"><span class=\"et_pb_image_wrap\"><span class=\"et-pb-icon\" title=\"1-3\">}<\/span><\/span><\/div><div class=\"et_pb_blurb_container\"><h4 class=\"et_pb_module_header\">Entre 2h30 et 3h30<\/h4><div class=\"et_pb_blurb_description\"><p>par jour<\/p>\n<\/div><\/div><\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_7 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_6_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_blurb_8 et_pb_blurb et_pb_bg_layout_light et_pb_blurb_position_top et_pb_module et_flex_module\"><div class=\"et_pb_blurb_content et_flex_module\"><div class=\"et_pb_main_blurb_image\"><span class=\"et_pb_image_wrap et_pb_only_image_mode_wrap\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/1-6-300x300.png\" width=\"300\" height=\"300\" srcset=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/1-6-300x300.png 300w\" class=\"wp-image-478\" title=\"1-6\" \/><\/span><\/div><div class=\"et_pb_blurb_container\"><h4 class=\"et_pb_module_header\">12 \u00e0 18 ans<\/h4><\/div><\/div><\/div>\n\n<div class=\"et_pb_divider_4 et_pb_divider et_pb_space et_pb_divider_position_center et_pb_module\"><div class=\"et_pb_divider_internal\"><\/div><\/div>\n\n<div class=\"et_pb_blurb_9 et_pb_blurb et_pb_bg_layout_light et_pb_text_align_left et_pb_blurb_position_left et_pb_module et_flex_module\"><div class=\"et_pb_blurb_content et_flex_module\"><div class=\"et_pb_main_blurb_image\"><span class=\"et_pb_image_wrap\"><span class=\"et-pb-icon\" title=\"1-3\">}<\/span><\/span><\/div><div class=\"et_pb_blurb_container\"><h4 class=\"et_pb_module_header\">Entre 7h30 \u00e0 9 heures<\/h4><div class=\"et_pb_blurb_description\"><p>par jour<\/p>\n<\/div><\/div><\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_2 et_pb_section et_section_regular et_flex_section\" id=\"risque\">\n<div class=\"et_pb_row_3 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_8 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_7 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>Les effets sur votre enfant<\/p>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_4 et_pb_row et_flex_row\" id=\"effets-sur-enfant\">\n<div class=\"et_pb_column_9 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_3_5 et_flex_column_3_5_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_image_1 et_pb_image et-interaction-target-je2c1k7zlo et_pb_module et_flex_module\" data-interaction-target=\"je2c1k7zlo\"><span class=\"et_pb_image_wrap\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/Communication_et_relations.jpg\" title=\"Communication_et_relations\" width=\"1000\" height=\"770\" srcset=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/Communication_et_relations.jpg 1000w, https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/Communication_et_relations-980x755.jpg 980w, https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/Communication_et_relations-480x370.jpg 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1000px, 100vw\" class=\"wp-image-561\" \/><\/span><\/div>\n\n<div class=\"et_pb_image_2 et_pb_image et-interaction-target-o6n71y5m7o et_pb_module et_flex_module\" data-interaction-target=\"o6n71y5m7o\"><span class=\"et_pb_image_wrap\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/Attention_et_comportement.jpg\" title=\"Attention_et_comportement\" width=\"1000\" height=\"770\" srcset=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/Attention_et_comportement.jpg 1000w, https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/Attention_et_comportement-980x755.jpg 980w, https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/Attention_et_comportement-480x370.jpg 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1000px, 100vw\" class=\"wp-image-564\" \/><\/span><\/div>\n\n<div class=\"et_pb_image_3 et_pb_image et-interaction-target-dqn90tz26w et_pb_module et_flex_module\" data-interaction-target=\"dqn90tz26w\"><span class=\"et_pb_image_wrap\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/Sommeil_et_fatigue.jpg\" title=\"Sommeil_et_fatigue\" width=\"1000\" height=\"770\" srcset=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/Sommeil_et_fatigue.jpg 1000w, https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/Sommeil_et_fatigue-980x755.jpg 980w, https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/Sommeil_et_fatigue-480x370.jpg 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1000px, 100vw\" class=\"wp-image-562\" \/><\/span><\/div>\n\n<div class=\"et_pb_image_4 et_pb_image et-interaction-target-y4ai0jwbsu et_pb_module et_flex_module\" data-interaction-target=\"y4ai0jwbsu\"><span class=\"et_pb_image_wrap\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/Developpement_physique.jpg\" title=\"Developpement_physique\" width=\"800\" height=\"616\" srcset=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/Developpement_physique.jpg 800w, https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/Developpement_physique-480x370.jpg 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 800px, 100vw\" class=\"wp-image-563\" \/><\/span><\/div>\n<\/div>\n\n<div class=\"et_pb_column_10 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_2_5 et_flex_column_2_5_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_module et_pb_button_module_wrapper et_pb_button_0_wrapper preset--group--divi-button--divi-interactions--dmh0jwykyq_wrapper\"><a class=\"et_pb_button_0 et_pb_button et_pb_bg_layout_light et_pb_module et_flex_module preset--group--divi-button--divi-interactions--dmh0jwykyq\" href=\"#\" data-interaction-trigger=\"219pxl5inq\"> \n<div class=\"et_pb_blurb_10 et_pb_blurb et_pb_bg_layout_light et_pb_text_align_left et_pb_blurb_position_left et_pb_module et_flex_module\"><div class=\"et_pb_blurb_content et_flex_module\"><div class=\"et_pb_main_blurb_image\"><span class=\"et_pb_image_wrap et_pb_only_image_mode_wrap\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/2-300x300.png\" width=\"300\" height=\"300\" srcset=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/2-300x300.png 300w\" class=\"wp-image-349\" \/><\/span><\/div><div class=\"et_pb_blurb_container\"><h4 class=\"et_pb_module_header\">Communication & relations<\/h4><div class=\"et_pb_blurb_description\"><p>Un temps d\u2019\u00e9cran \u00e9lev\u00e9 r\u00e9duit les \u00e9changes verbaux et les interactions r\u00e9elles.<br data-start=\"460\" data-end=\"463\" \/>Cela peut freiner le d\u00e9veloppement du langage, appauvrir le vocabulaire et favoriser l\u2019isolement social chez l\u2019enfant.<\/p>\n<\/div><\/div><\/div><\/div>\n<\/a><\/div>\n\n<div class=\"et_pb_module et_pb_button_module_wrapper et_pb_button_1_wrapper preset--group--divi-button--divi-interactions--9txn2yro8w_wrapper\"><a class=\"et_pb_button_1 et_pb_button et_pb_bg_layout_light et_pb_module et_flex_module preset--group--divi-button--divi-interactions--9txn2yro8w\" href=\"#\" data-interaction-trigger=\"2a8g8c68we\"> \n<div class=\"et_pb_blurb_11 et_pb_blurb et_pb_bg_layout_light et_pb_text_align_left et_pb_blurb_position_left et-interaction-target-0796c5dlu0 et_pb_module et_flex_module\" data-interaction-target=\"0796c5dlu0\"><div class=\"et_pb_blurb_content et_flex_module\"><div class=\"et_pb_main_blurb_image\"><span class=\"et_pb_image_wrap et_pb_only_image_mode_wrap\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/6-300x300.png\" width=\"300\" height=\"300\" srcset=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/6-300x300.png 300w\" class=\"wp-image-354\" \/><\/span><\/div><div class=\"et_pb_blurb_container\"><h4 class=\"et_pb_module_header\">Attention & comportement<\/h4><div class=\"et_pb_blurb_description\"><p>Un usage excessif des \u00e9crans peut diminuer la capacit\u00e9 de concentration et favoriser l\u2019agitation.<br data-start=\"815\" data-end=\"818\" \/>Il peut aussi entra\u00eener irritabilit\u00e9, frustration et difficult\u00e9s \u00e0 g\u00e9rer les \u00e9motions.<\/p>\n<\/div><\/div><\/div><\/div>\n<\/a><\/div>\n\n<div class=\"et_pb_module et_pb_button_module_wrapper et_pb_button_2_wrapper preset--group--divi-button--divi-interactions--o1ag5r8duu_wrapper\"><a class=\"et_pb_button_2 et_pb_button et_pb_bg_layout_light et_pb_module et_flex_module preset--group--divi-button--divi-interactions--o1ag5r8duu\" href=\"#\" data-interaction-trigger=\"s92sgcliwb\"> \n<div class=\"et_pb_blurb_12 et_pb_blurb et_pb_bg_layout_light et_pb_text_align_left et_pb_blurb_position_left et-interaction-target-8i57m47yub et_pb_module et_flex_module\" data-interaction-target=\"8i57m47yub\"><div class=\"et_pb_blurb_content et_flex_module\"><div class=\"et_pb_main_blurb_image\"><span class=\"et_pb_image_wrap et_pb_only_image_mode_wrap\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/5-300x300.png\" width=\"300\" height=\"300\" srcset=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/5-300x300.png 300w\" class=\"wp-image-355\" \/><\/span><\/div><div class=\"et_pb_blurb_container\"><h4 class=\"et_pb_module_header\">Sommeil & fatigue<\/h4><div class=\"et_pb_blurb_description\"><p>L\u2019exposition aux \u00e9crans, surtout le soir, perturbe l\u2019endormissement et d\u00e9grade la qualit\u00e9 du sommeil.<br data-start=\"1128\" data-end=\"1131\" \/>Elle peut \u00e9galement provoquer des maux de t\u00eate et une fatigue persistante.<\/p>\n<\/div><\/div><\/div><\/div>\n<\/a><\/div>\n\n<div class=\"et_pb_module et_pb_button_module_wrapper et_pb_button_3_wrapper preset--group--divi-button--divi-interactions--j14leo25on_wrapper\"><a class=\"et_pb_button_3 et_pb_button et_pb_bg_layout_light et_pb_module et_flex_module preset--group--divi-button--divi-interactions--j14leo25on\" href=\"#\" data-interaction-trigger=\"ibadfc9x3t\"> \n<div class=\"et_pb_blurb_13 et_pb_blurb et_pb_bg_layout_light et_pb_text_align_left et_pb_blurb_position_left et-interaction-target-7u9p2nqlio et_pb_module et_flex_module\" data-interaction-target=\"7u9p2nqlio\"><div class=\"et_pb_blurb_content et_flex_module\"><div class=\"et_pb_main_blurb_image\"><span class=\"et_pb_image_wrap et_pb_only_image_mode_wrap\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/9-300x300.png\" width=\"300\" height=\"300\" srcset=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/9-300x300.png 300w\" class=\"wp-image-351\" \/><\/span><\/div><div class=\"et_pb_blurb_container\"><h4 class=\"et_pb_module_header\">D\u00e9veloppement physique<\/h4><div class=\"et_pb_blurb_description\"><p data-start=\"1328\" data-end=\"1589\">Le temps d\u2019\u00e9cran r\u00e9duit l\u2019activit\u00e9 physique, ce qui peut ralentir le d\u00e9veloppement moteur et favoriser la s\u00e9dentarit\u00e9.<br data-start=\"1466\" data-end=\"1469\" \/>Une exposition prolong\u00e9e peut aussi entra\u00eener une fatigue visuelle et augmenter les risques de troubles comme la myopie.<\/p>\n<\/div><\/div><\/div><\/div>\n<\/a><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_5 et_pb_row et_flex_row\" id=\"risque_liste\">\n<div class=\"et_pb_column_11 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_group_carousel_0 et_pb_group_carousel et_pb_group et_pb_module et_pb_group_carousel_arrows_inside et_pb_group_carousel_dots_center et_pb_group_carousel_dots_below\"><div class=\"et_pb_group_carousel_container\"><div class=\"et_pb_group_carousel_track\"><div class=\"et_pb_group_carousel_slide\"><div class=\"et_pb_group_2 et_pb_group et_pb_module et_flex_group et_pb_css_mix_blend_mode_passthrough\">\n<div class=\"et_pb_image_5 et_pb_image et_pb_module et_flex_module\"><span class=\"et_pb_image_wrap\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/Communication_et_relations.jpg\" title=\"Communication_et_relations\" width=\"1000\" height=\"770\" srcset=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/Communication_et_relations.jpg 1000w, https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/Communication_et_relations-980x755.jpg 980w, https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/Communication_et_relations-480x370.jpg 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1000px, 100vw\" class=\"wp-image-561\" \/><\/span><\/div>\n\n<div class=\"et_pb_blurb_14 et_pb_blurb et_pb_bg_layout_light et_pb_text_align_left et_pb_blurb_position_left et-interaction-target-r1wk7r5lif et_pb_module et_flex_module\" data-interaction-target=\"r1wk7r5lif\"><div class=\"et_pb_blurb_content et_flex_module\"><div class=\"et_pb_main_blurb_image\"><span class=\"et_pb_image_wrap et_pb_only_image_mode_wrap\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/2-300x300.png\" width=\"300\" height=\"300\" srcset=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/2-300x300.png 300w\" class=\"wp-image-349\" \/><\/span><\/div><div class=\"et_pb_blurb_container\"><h4 class=\"et_pb_module_header\">Communication & relations<\/h4><div class=\"et_pb_blurb_description\"><p>Un temps d\u2019\u00e9cran \u00e9lev\u00e9 r\u00e9duit les \u00e9changes verbaux et les interactions r\u00e9elles.<br data-start=\"460\" data-end=\"463\" \/>Cela peut freiner le d\u00e9veloppement du langage, appauvrir le vocabulaire et favoriser l\u2019isolement social chez l\u2019enfant.<\/p>\n<\/div><\/div><\/div><\/div>\n<\/div><\/div><div class=\"et_pb_group_carousel_slide\"><div class=\"et_pb_group_3 et_pb_group et_pb_module et_flex_group et_pb_css_mix_blend_mode_passthrough\">\n<div class=\"et_pb_image_6 et_pb_image et_pb_module et_flex_module\"><span class=\"et_pb_image_wrap\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/Attention_et_comportement.jpg\" title=\"Attention_et_comportement\" width=\"1000\" height=\"770\" srcset=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/Attention_et_comportement.jpg 1000w, https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/Attention_et_comportement-980x755.jpg 980w, https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/Attention_et_comportement-480x370.jpg 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1000px, 100vw\" class=\"wp-image-564\" \/><\/span><\/div>\n\n<div class=\"et_pb_blurb_15 et_pb_blurb et_pb_bg_layout_light et_pb_text_align_left et_pb_blurb_position_left et_pb_module et_flex_module\"><div class=\"et_pb_blurb_content et_flex_module\"><div class=\"et_pb_main_blurb_image\"><span class=\"et_pb_image_wrap et_pb_only_image_mode_wrap\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/6-300x300.png\" width=\"300\" height=\"300\" srcset=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/6-300x300.png 300w\" class=\"wp-image-354\" \/><\/span><\/div><div class=\"et_pb_blurb_container\"><h4 class=\"et_pb_module_header\">Attention & comportement<\/h4><div class=\"et_pb_blurb_description\"><p>Un usage excessif des \u00e9crans peut diminuer la capacit\u00e9 de concentration et favoriser l\u2019agitation.<br data-start=\"815\" data-end=\"818\" \/>Il peut aussi entra\u00eener irritabilit\u00e9, frustration et difficult\u00e9s \u00e0 g\u00e9rer les \u00e9motions.<\/p>\n<\/div><\/div><\/div><\/div>\n<\/div><\/div><div class=\"et_pb_group_carousel_slide\"><div class=\"et_pb_group_4 et_pb_group et_pb_module et_flex_group et_pb_css_mix_blend_mode_passthrough\">\n<div class=\"et_pb_image_7 et_pb_image et_pb_module et_flex_module\"><span class=\"et_pb_image_wrap\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/Sommeil_et_fatigue.jpg\" title=\"Sommeil_et_fatigue\" width=\"1000\" height=\"770\" srcset=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/Sommeil_et_fatigue.jpg 1000w, https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/Sommeil_et_fatigue-980x755.jpg 980w, https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/Sommeil_et_fatigue-480x370.jpg 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1000px, 100vw\" class=\"wp-image-562\" \/><\/span><\/div>\n\n<div class=\"et_pb_blurb_16 et_pb_blurb et_pb_bg_layout_light et_pb_text_align_left et_pb_blurb_position_left et_pb_module et_flex_module\"><div class=\"et_pb_blurb_content et_flex_module\"><div class=\"et_pb_main_blurb_image\"><span class=\"et_pb_image_wrap et_pb_only_image_mode_wrap\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/5-300x300.png\" width=\"300\" height=\"300\" srcset=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/5-300x300.png 300w\" class=\"wp-image-355\" \/><\/span><\/div><div class=\"et_pb_blurb_container\"><h4 class=\"et_pb_module_header\">Sommeil & fatigue<\/h4><div class=\"et_pb_blurb_description\"><p>L\u2019exposition aux \u00e9crans, surtout le soir, perturbe l\u2019endormissement et d\u00e9grade la qualit\u00e9 du sommeil.<br data-start=\"1128\" data-end=\"1131\" \/>Elle peut \u00e9galement provoquer des maux de t\u00eate et une fatigue persistante.<\/p>\n<\/div><\/div><\/div><\/div>\n<\/div><\/div><div class=\"et_pb_group_carousel_slide\"><div class=\"et_pb_group_5 et_pb_group et-last-child et_pb_module et_flex_group et_pb_css_mix_blend_mode_passthrough\">\n<div class=\"et_pb_image_8 et_pb_image et_pb_module et_flex_module\"><span class=\"et_pb_image_wrap\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/Developpement_physique.jpg\" title=\"Developpement_physique\" width=\"800\" height=\"616\" srcset=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/Developpement_physique.jpg 800w, https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/Developpement_physique-480x370.jpg 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 800px, 100vw\" class=\"wp-image-563\" \/><\/span><\/div>\n\n<div class=\"et_pb_blurb_17 et_pb_blurb et_pb_bg_layout_light et_pb_text_align_left et_pb_blurb_position_left et_pb_module et_flex_module\"><div class=\"et_pb_blurb_content et_flex_module\"><div class=\"et_pb_main_blurb_image\"><span class=\"et_pb_image_wrap et_pb_only_image_mode_wrap\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/9-300x300.png\" width=\"300\" height=\"300\" srcset=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/9-300x300.png 300w\" class=\"wp-image-351\" \/><\/span><\/div><div class=\"et_pb_blurb_container\"><h4 class=\"et_pb_module_header\">D\u00e9veloppement physique<\/h4><div class=\"et_pb_blurb_description\"><p data-start=\"1328\" data-end=\"1589\">Le temps d\u2019\u00e9cran r\u00e9duit l\u2019activit\u00e9 physique, ce qui peut ralentir le d\u00e9veloppement moteur et favoriser la s\u00e9dentarit\u00e9.<br data-start=\"1466\" data-end=\"1469\" \/>Une exposition prolong\u00e9e peut aussi entra\u00eener une fatigue visuelle et augmenter les risques de troubles comme la myopie.<\/p>\n<\/div><\/div><\/div><\/div>\n<\/div><\/div><\/div><\/div><span class=\"et_pb_group_carousel_arrow et_pb_group_carousel_arrow_prev\" role=\"button\" tabindex=\"0\" aria-label=\"Previous slide\"><span class=\"et-pb-icon\">4<\/span><\/span><span class=\"et_pb_group_carousel_arrow et_pb_group_carousel_arrow_next\" role=\"button\" tabindex=\"0\" aria-label=\"Next slide\"><span class=\"et-pb-icon\">5<\/span><\/span><div class=\"et_pb_group_carousel_dots\"><\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_3 et_pb_section et_section_regular et_flex_section\" id=\"recommandation\">\n<div class=\"et_pb_row_6 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_12 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_3_5 et_flex_column_3_5_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_8 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>Recommandations par \u00e2ge<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_text_9 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h2>Ce que disent les p\u00e9diatres et l'OMS<\/h2>\n<\/div><\/div>\n\n<div class=\"et_pb_text_10 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>Entre le travail, la fatigue et les responsabilit\u00e9s, les parents font de leur mieux. Les \u00e9crans peuvent devenir une solution facilemais leurs effets sur les petits sont bien r\u00e9els.<\/p>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_7 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_13 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_8_24 et_flex_column_8_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_image_9 et_pb_image et_pb_module et_flex_module\"><span class=\"et_pb_image_wrap\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/0a2-300x300.png\" title=\"0a2\" width=\"300\" height=\"300\" srcset=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/0a2-300x300.png 300w\" class=\"wp-image-516\" \/><\/span><\/div>\n\n<div class=\"et_pb_code_1 et_pb_code et_pb_module\"><div class=\"et_pb_code_inner\"><style>\n  .reco-content {\n    display: grid;\n  }\n  \n  .age-range {\n    font-size: 2rem;\n    font-weight: 800;\n    text-align: center;\n}\n  \n  .badge-red {\n    background: #FEF2EF;\n    color: red;\n    border: 1px solid rgba(220, 50, 50, 0.4);\n}\n  \n  .badge-orange {\n    background: #FEF5EB;\n    color: orange;\n    border: 1px solid rgba(247, 90, 0, 0.4);\n}\n  \n  .badge-green {\n    background: #F2F8EE;\n    color: green;\n    border: 1px solid rgba(138, 205, 114, 0.4);\n}\n  \n.age-badge {\n    display: inline-block;\n    padding: 4px 12px;\n    border-radius: 50px;\n    font-family: 'Baloo 2', cursive;\n    font-weight: 800;\n    font-size: 14px;\n    letter-spacing: 0.06em;\n    text-transform: uppercase;\n    margin: 12px auto;\n}\n  \n  .barre-red {\n    border-top: 1px solid rgba(220, 50, 50, 0.2);\n    margin-bottom: 12px;\n  }\n  .barre-orange {\n    border-top: 1px solid rgba(247, 90, 0, 0.2);\n    margin-bottom: 12px;\n  }\n  .barre-green {\n    border-top: 1px solid rgba(138, 205, 114, 0.2);\n    margin-bottom: 12px;\n  }\n  \n  .age-text {\n    display: grid;\n    color: #4f3131;\n    text-align: center;\n  }\n  \n  .age-text .icone-titre {\n    font-weight: 800;\n    color: #4f3131;\n    display: flex;\n    justify-content: center;\n    margin: 5px;\n  }\n  \n  .age-text img.no {\n    height: 40px;\n  }\n  \n  .age-text img {\n    height: 35px;\n  }\n<\/style>\n  \n<div class=\"reco-content\">\n  <span class=\"age-range\">0 - 2 ans<\/span>\n<span class=\"age-badge badge-red\">\ud83d\udeab Interdit<\/span>\n  <div class=\"barre-red\"><\/div>\n  <p class=\"age-text\">\n  <span class=\"icone-titre\">\n    <img decoding=\"async\" class=\"no\" src=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/ChatGPT-Image-24-avr.-2026-18_10_13.png\">\n    <span style=\"margin: auto 0; padding: 0 12px;\">Aucun \u00e9cran<\/span>\n    <\/span>\n  \u00c0 cet \u00e2ge, le cerveau a besoin de manipuler et d'interagir avec le monde r\u00e9el. Uniquement les appels vid\u00e9o en famille avec un adulte.\n  <\/p>\n<\/div><\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_14 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_8_24 et_flex_column_8_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_image_10 et_pb_image et_pb_module et_flex_module\"><span class=\"et_pb_image_wrap\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/2a5-300x300.png\" title=\"2a5\" width=\"300\" height=\"300\" srcset=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/2a5-300x300.png 300w\" class=\"wp-image-515\" \/><\/span><\/div>\n\n<div class=\"et_pb_code_2 et_pb_code et_pb_module\"><div class=\"et_pb_code_inner\"><div class=\"reco-content\">\n  <span class=\"age-range\">2 - 5 ans<\/span>\n<span class=\"age-badge badge-orange\">\u26a0\ufe0f Limit\u00e9<\/span>\n  <div class=\"barre-orange\"><\/div>\n  <p class=\"age-text\">\n    <span class=\"icone-titre\">\n      <img decoding=\"async\" src=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/Gemini_Generated_Image_flvrvzflvrvzflvr.png\">\n    <span style=\"margin: auto 0; padding: 0 12px;\">Max 1h \/ jour<\/span>\n    <\/span>\n      Contenus \u00e9ducatifs ou calmes uniquement (ex: documentaires, histoires douces). Toujours \u00eatre accompagn\u00e9 d'un adulte pour interagir.<\/p>\n<\/div><\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_15 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_8_24 et_flex_column_8_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_image_11 et_pb_image et_pb_module et_flex_module\"><span class=\"et_pb_image_wrap\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/6a12-300x300.png\" title=\"6a12\" width=\"300\" height=\"300\" srcset=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/6a12-300x300.png 300w\" class=\"wp-image-517\" \/><\/span><\/div>\n\n<div class=\"et_pb_code_3 et_pb_code et_pb_module\"><div class=\"et_pb_code_inner\"><div class=\"reco-content\">\n  <span class=\"age-range\">6 - 12 ans<\/span>\n<span class=\"age-badge badge-green\">\u2705 Encadr\u00e9<\/span>\n  <div class=\"barre-green\"><\/div>\n  <p class=\"age-text\">\n    <span class=\"icone-titre\">\n      <img decoding=\"async\" src=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/Gemini_Generated_Image_981ykl981ykl981y.png\">\n    <span style=\"margin: auto 0; padding: 0 12px;\">Max 2h \/ jour<\/span>\n    <\/span>\n      Hors usage scolaire. Interdire les \u00e9crans pendant les repas et au moins 1h avant le coucher pour pr\u00e9server la qualit\u00e9 du sommeil.<\/p>\n<\/div><\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_16 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_group_6 et_pb_group et_pb_module et_flex_group et_pb_css_mix_blend_mode_passthrough\">\n<div class=\"et_pb_blurb_18 et_pb_blurb et_pb_bg_layout_light et_pb_text_align_center et_pb_blurb_position_left et_pb_module et_flex_module\"><div class=\"et_pb_blurb_content et_flex_module\"><div class=\"et_pb_main_blurb_image\"><span class=\"et_pb_image_wrap et_pb_only_image_mode_wrap\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/lampe-300x300.png\" width=\"300\" height=\"300\" srcset=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/lampe-300x300.png 300w\" class=\"wp-image-522\" title=\"lampe\" \/><\/span><\/div><div class=\"et_pb_blurb_container\"><h4 class=\"et_pb_module_header\">Rappel important<\/h4><\/div><\/div><\/div>\n\n<div class=\"et_pb_text_11 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>Chaque enfant est unique. Adaptez ces rep\u00e8res \u00e0 son rythme et \u00e0 vos valeurs familiales.<\/p>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_image_12 et_pb_image et_pb_module et_flex_module\"><span class=\"et_pb_image_wrap\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/feuille1-300x300.png\" title=\"feuille1\" width=\"300\" height=\"300\" srcset=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/feuille1-300x300.png 300w\" class=\"wp-image-533\" \/><\/span><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_4 et_pb_section et_section_regular et_flex_section\" id=\"solution\">\n<div class=\"et_pb_row_8 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_17 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_12 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>LES SOLUTIONS<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_text_13 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h2>Pourquoi agir maintenant ?<br \/>\nVotre guide pour un nouvel \u00e9quilibre.<\/h2>\n<\/div><\/div>\n\n<div class=\"et_pb_code_4 et_pb_code et_pb_module\"><div class=\"et_pb_code_inner\"><style>\n   .carte {\n      display: flex;\n      flex-direction: column;\n      gap: 16px;\n    }\n \n    \/* Liste des points avec ic\u00f4ne \u2713 *\/\n    .liste-point {\n      list-style: none;\n      display: flex;\n      flex-direction: column;\n      gap: 14px;\n      padding: 0 !important;\n    }\n \n    .liste-point li {\n      padding: 5px 0;\n      display: flex;\n      align-items: flex-start;\n      gap: 12px;\n      color: #2d2d2d;\n    }\n \n    .icone-check {\n      flex-shrink: 0;\n      width: 26px;\n      height: 26px;\n      border-radius: 50%;\n      border: 2px solid #4a7c4e;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      margin-top: 1px;\n    }\n \n    .icone-check svg {\n      width: 14px;\n      height: 14px;\n      stroke: #4a7c4e;\n      stroke-width: 2.5;\n      fill: none;\n    }\n    \n  <\/style>\n\n<div class=\"carte\">\n \n    <!-- Liste des deux points informatifs -->\n    <ul class=\"liste-point\">\n      <li>\n        <div class=\"icone-check\">\n          <svg viewBox=\"0 0 16 14\">\n            <polyline points=\"4,8 6.5,12 13,0\"\/>\n          <\/svg>\n        <\/div>\n        <span>Chaque jour sans \u00e9cran est une opportunit\u00e9 de stimuler le cerveau, le langage et la motricit\u00e9 de votre enfant.<\/span>\n      <\/li>\n      <li>\n        <div class=\"icone-check\">\n          <svg viewBox=\"0 0 16 14\">\n            <polyline points=\"4,8 6.5,12 13,0\"\/>\n          <\/svg>\n        <\/div>\n        <span>Votre ressource est un plan d'action bas\u00e9 sur l'expertise du service de p\u00e9dopsychiatrie de Fann pour vous aider \u00e0 transformer votre quotidien.<\/span>\n      <\/li>\n    <\/ul> \n  <\/div><\/div><\/div>\n\n<div class=\"et_pb_module et_pb_button_module_wrapper et_pb_button_4_wrapper\"><a class=\"et_pb_button_4 et_pb_button et_pb_bg_layout_light et_pb_module et_flex_module sg-popup-id-552\" href=\"\"> \n<div class=\"et_pb_blurb_19 et_pb_blurb et_pb_bg_layout_light et_pb_blurb_position_left et_pb_module et_flex_module\"><div class=\"et_pb_blurb_content et_flex_module\"><div class=\"et_pb_main_blurb_image\"><span class=\"et_pb_image_wrap\"><span class=\"et-pb-icon\">\uf019<\/span><\/span><\/div><div class=\"et_pb_blurb_container\"><div class=\"et_pb_blurb_description\"><p> T\u00e9l\u00e9charger mon guide d'accompagnement (GRATUIT)<\/p>\n<\/div><\/div><\/div><\/div>\n<\/a><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_9 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_18 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_group_7 et_pb_group et-last-child et_pb_module et_flex_group et_pb_css_mix_blend_mode_passthrough\">\n<div class=\"et_pb_blurb_20 et_pb_blurb et_pb_bg_layout_light et_pb_text_align_center et_pb_blurb_position_left et_pb_module et_flex_module\"><div class=\"et_pb_blurb_content et_flex_module\"><div class=\"et_pb_main_blurb_image\"><span class=\"et_pb_image_wrap et_pb_only_image_mode_wrap\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/lampe-300x300.png\" width=\"300\" height=\"300\" srcset=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/lampe-300x300.png 300w\" class=\"wp-image-522\" title=\"lampe\" \/><\/span><\/div><div class=\"et_pb_blurb_container\"><h4 class=\"et_pb_module_header\">Rappel important<\/h4><\/div><\/div><\/div>\n\n<div class=\"et_pb_text_14 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>Le parent n'est pas coupable, il est le premier acteur de la protection de son enfant. \u2764<\/p>\n<\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_5 et_pb_section et_section_regular et_flex_section\" id=\"contact\">\n<div class=\"et_pb_row_10 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_19 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_15 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>Annuaire de professionnels<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_text_16 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h2>Qui contacter <span style=\"color: #8acd72;\">?<\/span><\/h2>\n<\/div><\/div>\n\n<div class=\"et_pb_text_17 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>Consultez une liste de professionnels de sant\u00e9 pour vous aider dans vos d\u00e9marches<\/p>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_20 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_group_8 et_pb_group et-last-child et_pb_module et_flex_group et_pb_css_mix_blend_mode_passthrough\">\n<div class=\"et_pb_blurb_21 et_pb_blurb et_pb_bg_layout_light et_pb_text_align_center et_pb_blurb_position_left et_pb_module et_flex_module\"><div class=\"et_pb_blurb_content et_flex_module\"><div class=\"et_pb_main_blurb_image\"><span class=\"et_pb_image_wrap et_pb_only_image_mode_wrap\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/lampe-300x300.png\" width=\"300\" height=\"300\" srcset=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/lampe-300x300.png 300w\" class=\"wp-image-522\" title=\"lampe\" \/><\/span><\/div><div class=\"et_pb_blurb_container\"><h4 class=\"et_pb_module_header\">Rappel important<\/h4><\/div><\/div><\/div>\n\n<div class=\"et_pb_text_18 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>Les professionnels list\u00e9s sont fournis \u00e0 titre informatif. Xal\u00e9 Sans \u00c9cran ne garantit pas leurs services.<\/p>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_column_21 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_6_24 et_flex_column_8_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_blurb_22 et_pb_blurb et_pb_bg_layout_light et_pb_text_align_left et_pb_blurb_position_left et_pb_module et_flex_module type-contact\"><div class=\"et_pb_blurb_content et_flex_module\"><div class=\"et_pb_main_blurb_image\"><span class=\"et_pb_image_wrap et_pb_only_image_mode_wrap\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/Ophtalmologistes-300x300.png\" width=\"300\" height=\"300\" srcset=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/Ophtalmologistes-300x300.png 300w\" class=\"wp-image-646\" title=\"Ophtalmologistes\" \/><\/span><\/div><div class=\"et_pb_blurb_container\"><h4 class=\"et_pb_module_header\">Ophtalmologistes<\/h4><div class=\"et_pb_blurb_description\"><p>M\u00e9decins sp\u00e9cialistes de l'\u0153il<\/p>\n<\/div><\/div><\/div><\/div>\n\n<div class=\"et_pb_group_9 et_pb_group et-last-child et_pb_module et_flex_group et_pb_css_mix_blend_mode_passthrough\">\n<div class=\"et_pb_text_19 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module nbr-pro\"><div class=\"et_pb_text_inner\"><p><span><strong>5<\/strong> Professionnels<\/span><\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_module et_pb_button_module_wrapper et_pb_button_5_wrapper\"><a class=\"et_pb_button_5 et_pb_button et_pb_bg_layout_light et_pb_module et_flex_module\" href=\"#ophtalmologistes\">voir la liste<\/a><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_column_22 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_6_24 et_flex_column_8_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_blurb_23 et_pb_blurb et_pb_bg_layout_light et_pb_text_align_left et_pb_blurb_position_left et_pb_module et_flex_module type-contact\"><div class=\"et_pb_blurb_content et_flex_module\"><div class=\"et_pb_main_blurb_image\"><span class=\"et_pb_image_wrap et_pb_only_image_mode_wrap\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/ORL-300x300.png\" width=\"300\" height=\"300\" srcset=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/ORL-300x300.png 300w\" class=\"wp-image-645\" title=\"ORL\" \/><\/span><\/div><div class=\"et_pb_blurb_container\"><h4 class=\"et_pb_module_header\">ORL<\/h4><div class=\"et_pb_blurb_description\"><p>Sp\u00e9cialistes des oreilles, de nez et de la gorge.<\/p>\n<\/div><\/div><\/div><\/div>\n\n<div class=\"et_pb_group_10 et_pb_group et-last-child et_pb_module et_flex_group et_pb_css_mix_blend_mode_passthrough\">\n<div class=\"et_pb_text_20 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module nbr-pro\"><div class=\"et_pb_text_inner\"><p><span><strong>2<\/strong> Professionnels<\/span><\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_module et_pb_button_module_wrapper et_pb_button_6_wrapper\"><a class=\"et_pb_button_6 et_pb_button et_pb_bg_layout_light et_pb_module et_flex_module\" href=\"#orl\">voir la liste<\/a><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_column_23 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_6_24 et_flex_column_8_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_blurb_24 et_pb_blurb et_pb_bg_layout_light et_pb_text_align_left et_pb_blurb_position_left et_pb_module et_flex_module type-contact\"><div class=\"et_pb_blurb_content et_flex_module\"><div class=\"et_pb_main_blurb_image\"><span class=\"et_pb_image_wrap et_pb_only_image_mode_wrap\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/Orthophonistes-300x300.png\" width=\"300\" height=\"300\" srcset=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/Orthophonistes-300x300.png 300w\" class=\"wp-image-663\" title=\"Orthophonistes\" \/><\/span><\/div><div class=\"et_pb_blurb_container\"><h4 class=\"et_pb_module_header\">Orthophonistes<\/h4><div class=\"et_pb_blurb_description\"><p>Sp\u00e9cialistes du langage, de la parole et de la voix.<\/p>\n<\/div><\/div><\/div><\/div>\n\n<div class=\"et_pb_group_11 et_pb_group et-last-child et_pb_module et_flex_group et_pb_css_mix_blend_mode_passthrough\">\n<div class=\"et_pb_text_21 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module nbr-pro\"><div class=\"et_pb_text_inner\"><p><span><strong>6<\/strong> Professionnels<\/span><\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_module et_pb_button_module_wrapper et_pb_button_7_wrapper\"><a class=\"et_pb_button_7 et_pb_button et_pb_bg_layout_light et_pb_module et_flex_module\" href=\"#orthophonistes\">voir la liste<\/a><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_column_24 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_6_24 et_flex_column_8_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_blurb_25 et_pb_blurb et_pb_bg_layout_light et_pb_text_align_left et_pb_blurb_position_left et_pb_module et_flex_module type-contact\"><div class=\"et_pb_blurb_content et_flex_module\"><div class=\"et_pb_main_blurb_image\"><span class=\"et_pb_image_wrap et_pb_only_image_mode_wrap\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/Orthoptistes-300x300.png\" width=\"300\" height=\"300\" srcset=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/Orthoptistes-300x300.png 300w\" class=\"wp-image-664\" title=\"Orthoptistes\" \/><\/span><\/div><div class=\"et_pb_blurb_container\"><h4 class=\"et_pb_module_header\">Orthoptistes<\/h4><div class=\"et_pb_blurb_description\"><p>Sp\u00e9cialistes de la vision et de la r\u00e9\u00e9ducation visuelle.<\/p>\n<\/div><\/div><\/div><\/div>\n\n<div class=\"et_pb_group_12 et_pb_group et-last-child et_pb_module et_flex_group et_pb_css_mix_blend_mode_passthrough\">\n<div class=\"et_pb_text_22 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module nbr-pro\"><div class=\"et_pb_text_inner\"><p><span><strong>3<\/strong> Professionnels<\/span><\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_module et_pb_button_module_wrapper et_pb_button_8_wrapper\"><a class=\"et_pb_button_8 et_pb_button et_pb_bg_layout_light et_pb_module et_flex_module\" href=\"#orthoptistes\">voir la liste<\/a><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_column_25 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_6_24 et_flex_column_8_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_blurb_26 et_pb_blurb et_pb_bg_layout_light et_pb_text_align_left et_pb_blurb_position_left et_pb_module et_flex_module type-contact\"><div class=\"et_pb_blurb_content et_flex_module\"><div class=\"et_pb_main_blurb_image\"><span class=\"et_pb_image_wrap et_pb_only_image_mode_wrap\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/Pediatres-300x300.png\" width=\"300\" height=\"300\" srcset=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/Pediatres-300x300.png 300w\" class=\"wp-image-665\" title=\"Pediatres\" \/><\/span><\/div><div class=\"et_pb_blurb_container\"><h4 class=\"et_pb_module_header\">P\u00e9diatres<\/h4><div class=\"et_pb_blurb_description\"><p>M\u00e9decins sp\u00e9cialistes des soins aux enfants.<\/p>\n<\/div><\/div><\/div><\/div>\n\n<div class=\"et_pb_group_13 et_pb_group et-last-child et_pb_module et_flex_group et_pb_css_mix_blend_mode_passthrough\">\n<div class=\"et_pb_text_23 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module nbr-pro\"><div class=\"et_pb_text_inner\"><p><span><strong>4<\/strong> Professionnels<\/span><\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_module et_pb_button_module_wrapper et_pb_button_9_wrapper\"><a class=\"et_pb_button_9 et_pb_button et_pb_bg_layout_light et_pb_module et_flex_module\" href=\"#pediatres\">voir la liste<\/a><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_column_26 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_6_24 et_flex_column_8_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_blurb_27 et_pb_blurb et_pb_bg_layout_light et_pb_text_align_left et_pb_blurb_position_left et_pb_module et_flex_module type-contact\"><div class=\"et_pb_blurb_content et_flex_module\"><div class=\"et_pb_main_blurb_image\"><span class=\"et_pb_image_wrap et_pb_only_image_mode_wrap\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/Pedopsychiatres-300x300.png\" width=\"300\" height=\"300\" srcset=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/Pedopsychiatres-300x300.png 300w\" class=\"wp-image-666\" title=\"Pedopsychiatres\" \/><\/span><\/div><div class=\"et_pb_blurb_container\"><h4 class=\"et_pb_module_header\">P\u00e9dopsychiatres<\/h4><div class=\"et_pb_blurb_description\"><p>Sp\u00e9cialistes de la sant\u00e9 mentale des enfants et adolescents.<\/p>\n<\/div><\/div><\/div><\/div>\n\n<div class=\"et_pb_group_14 et_pb_group et-last-child et_pb_module et_flex_group et_pb_css_mix_blend_mode_passthrough\">\n<div class=\"et_pb_text_24 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module nbr-pro\"><div class=\"et_pb_text_inner\"><p><span><strong>4<\/strong> Professionnels<\/span><\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_module et_pb_button_module_wrapper et_pb_button_10_wrapper\"><a class=\"et_pb_button_10 et_pb_button et_pb_bg_layout_light et_pb_module et_flex_module\" href=\"#pedopsychiatres\">voir la liste<\/a><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_column_27 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_6_24 et_flex_column_8_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_blurb_28 et_pb_blurb et_pb_bg_layout_light et_pb_text_align_left et_pb_blurb_position_left et_pb_module et_flex_module type-contact\"><div class=\"et_pb_blurb_content et_flex_module\"><div class=\"et_pb_main_blurb_image\"><span class=\"et_pb_image_wrap et_pb_only_image_mode_wrap\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/Psychologues-300x300.png\" width=\"300\" height=\"300\" srcset=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/Psychologues-300x300.png 300w\" class=\"wp-image-667\" title=\"Psychologues\" \/><\/span><\/div><div class=\"et_pb_blurb_container\"><h4 class=\"et_pb_module_header\">Psychologues<\/h4><div class=\"et_pb_blurb_description\"><p>Accompagnement psychologique pour enfants, adolescents et familles.<\/p>\n<\/div><\/div><\/div><\/div>\n\n<div class=\"et_pb_group_15 et_pb_group et-last-child et_pb_module et_flex_group et_pb_css_mix_blend_mode_passthrough\">\n<div class=\"et_pb_text_25 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module nbr-pro\"><div class=\"et_pb_text_inner\"><p><span><strong>5<\/strong> Professionnels<\/span><\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_module et_pb_button_module_wrapper et_pb_button_11_wrapper\"><a class=\"et_pb_button_11 et_pb_button et_pb_bg_layout_light et_pb_module et_flex_module\" href=\"#psychologues\">voir la liste<\/a><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_column_28 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_6_24 et_flex_column_8_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_blurb_29 et_pb_blurb et_pb_bg_layout_light et_pb_text_align_left et_pb_blurb_position_left et_pb_module et_flex_module type-contact\"><div class=\"et_pb_blurb_content et_flex_module\"><div class=\"et_pb_main_blurb_image\"><span class=\"et_pb_image_wrap et_pb_only_image_mode_wrap\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/Psychomotricienne-300x300.png\" width=\"300\" height=\"300\" srcset=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/Psychomotricienne-300x300.png 300w\" class=\"wp-image-668\" title=\"Psychomotricienne\" \/><\/span><\/div><div class=\"et_pb_blurb_container\"><h4 class=\"et_pb_module_header\">Psychomotricienne<\/h4><div class=\"et_pb_blurb_description\"><p>R\u00e9\u00e9ducation des troubles psychomoteurs chez l'enfant.<\/p>\n<\/div><\/div><\/div><\/div>\n\n<div class=\"et_pb_group_16 et_pb_group et-last-child et_pb_module et_flex_group et_pb_css_mix_blend_mode_passthrough\">\n<div class=\"et_pb_text_26 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module nbr-pro\"><div class=\"et_pb_text_inner\"><p><span><strong>1<\/strong> Professionnels<\/span><\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_module et_pb_button_module_wrapper et_pb_button_12_wrapper\"><a class=\"et_pb_button_12 et_pb_button et_pb_bg_layout_light et_pb_module et_flex_module\" href=\"#psychomotricienne\">voir la liste<\/a><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_column_29 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_group_17 et_pb_group et-last-child et_pb_module et_flex_group et_pb_css_mix_blend_mode_passthrough\">\n<div class=\"et_pb_blurb_30 et_pb_blurb et_pb_bg_layout_light et_pb_text_align_center et_pb_blurb_position_left et_pb_module et_flex_module\"><div class=\"et_pb_blurb_content et_flex_module\"><div class=\"et_pb_main_blurb_image\"><span class=\"et_pb_image_wrap et_pb_only_image_mode_wrap\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/soutien-emotionnel-300x300.jpg\" width=\"300\" height=\"300\" srcset=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/soutien-emotionnel-300x300.jpg 300w\" class=\"wp-image-700\" title=\"soutien-emotionnel\" \/><\/span><\/div><div class=\"et_pb_blurb_container\"><h4 class=\"et_pb_module_header\">Un bon accompagnement peut faire la diff\u00e9rence.<\/h4><\/div><\/div><\/div>\n\n<div class=\"et_pb_text_27 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>En cas de doute ou de difficult\u00e9, vous pouvez consulter un professionnel de sant\u00e9.<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_image_13 et_pb_image et_pb_module et_flex_module\"><span class=\"et_pb_image_wrap\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/flower-300x232.png\" title=\"flower\" width=\"300\" height=\"232\" srcset=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/flower-300x232.png 300w\" class=\"wp-image-699\" \/><\/span><\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_6 et_pb_section et_section_regular et_flex_section popup single\" id=\"ophtalmologistes\">\n<div class=\"et_pb_row_11 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_30 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_blurb_31 et_pb_blurb et_pb_bg_layout_light et_pb_text_align_left et_pb_blurb_position_left et_pb_module et_flex_module type-contact\"><div class=\"et_pb_blurb_content et_flex_module\"><div class=\"et_pb_main_blurb_image\"><span class=\"et_pb_image_wrap et_pb_only_image_mode_wrap\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/Ophtalmologistes-300x300.png\" width=\"300\" height=\"300\" srcset=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/Ophtalmologistes-300x300.png 300w\" class=\"wp-image-646\" title=\"Ophtalmologistes\"><\/span><\/div><div class=\"et_pb_blurb_container\"><h4 class=\"et_pb_module_header\">Ophtalmologistes<\/h4><div class=\"et_pb_blurb_description\"><p>M\u00e9decins sp\u00e9cialistes de l'\u0153il<\/p>\n<\/div><\/div><\/div><\/div>\n\n<div class=\"et_pb_text_28 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module nbr-pro\"><div class=\"et_pb_text_inner\"><p><span><strong>5<\/strong> Professionnels<\/span><\/p>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_12 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_31 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_row_13 et_pb_row et_pb_row_nested et_flex_row\">\n<div class=\"et_pb_column_32 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_10_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_29 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>01<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_text_30 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>Docteur Awa Thiaw NDIAYE<\/p>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_33 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_5_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_icon_1 et_pb_icon et_pb_module et_flex_module\"><span class=\"et_pb_icon_wrap\"><span class=\"et-pb-icon\">\ue081<\/span><\/span><\/div>\n\n<div class=\"et_pb_text_31 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>5 avenue Georges Pompidou Dakar<\/p>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_34 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_9_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_icon_2 et_pb_icon et_pb_module et_flex_module\"><span class=\"et_pb_icon_wrap\"><span class=\"et-pb-icon\">\ue090<\/span><\/span>\n<div class=\"et_pb_text_32 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>+221 33 848 39 60<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_module et_pb_button_module_wrapper et_pb_button_13_wrapper\"><a class=\"et_pb_button_13 et_pb_button et_pb_bg_layout_light et_pb_module et_flex_module\" href=\"\">Appeler<\/a><\/div>\n<\/div>\n\n<div class=\"et_pb_icon_3 et_pb_icon et_pb_module et_flex_module\"><span class=\"et_pb_icon_wrap\"><span class=\"et-pb-icon\">\ue090<\/span><\/span>\n<div class=\"et_pb_text_33 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>+221 77 305 80 80<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_module et_pb_button_module_wrapper et_pb_button_14_wrapper\"><a class=\"et_pb_button_14 et_pb_button et_pb_bg_layout_light et_pb_module et_flex_module\" href=\"\">Appeler<\/a><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_14 et_pb_row et_pb_row_nested et_flex_row\">\n<div class=\"et_pb_column_35 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_10_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_34 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>02<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_text_35 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>Dr Mar Ndiaye<\/p>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_36 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_5_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_icon_4 et_pb_icon et_pb_module et_flex_module\"><span class=\"et_pb_icon_wrap\"><span class=\"et-pb-icon\">\ue081<\/span><\/span><\/div>\n\n<div class=\"et_pb_text_36 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>33 rue D x avenue Aim\u00e9 C\u00e9saire, fann r\u00e9sidence - Dakar<\/p>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_37 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_9_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_icon_5 et_pb_icon et_pb_module et_flex_module\"><span class=\"et_pb_icon_wrap\"><span class=\"et-pb-icon\">\ue090<\/span><\/span>\n<div class=\"et_pb_text_37 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>+221 33 824 24 24<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_module et_pb_button_module_wrapper et_pb_button_15_wrapper\"><a class=\"et_pb_button_15 et_pb_button et_pb_bg_layout_light et_pb_module et_flex_module\" href=\"\">Appeler<\/a><\/div>\n<\/div>\n\n<div class=\"et_pb_icon_6 et_pb_icon et_pb_module et_flex_module\"><span class=\"et_pb_icon_wrap\"><span class=\"et-pb-icon\">\ue090<\/span><\/span>\n<div class=\"et_pb_text_38 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>+221 33 825 80 58<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_module et_pb_button_module_wrapper et_pb_button_16_wrapper\"><a class=\"et_pb_button_16 et_pb_button et_pb_bg_layout_light et_pb_module et_flex_module\" href=\"\">Appeler<\/a><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_15 et_pb_row et_pb_row_nested et_flex_row\">\n<div class=\"et_pb_column_38 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_10_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_39 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>03<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_text_40 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>Dr. Roth Eric<\/p>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_39 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_5_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_icon_7 et_pb_icon et_pb_module et_flex_module\"><span class=\"et_pb_icon_wrap\"><span class=\"et-pb-icon\">\ue081<\/span><\/span><\/div>\n\n<div class=\"et_pb_text_41 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>Clinique du Cap<\/p>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_40 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_9_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_icon_8 et_pb_icon et_pb_module et_flex_module\"><span class=\"et_pb_icon_wrap\"><span class=\"et-pb-icon\">\ue090<\/span><\/span>\n<div class=\"et_pb_text_42 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>+221 33 823 93 65<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_module et_pb_button_module_wrapper et_pb_button_17_wrapper\"><a class=\"et_pb_button_17 et_pb_button et_pb_bg_layout_light et_pb_module et_flex_module\" href=\"\">Appeler<\/a><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_16 et_pb_row et_pb_row_nested et_flex_row\">\n<div class=\"et_pb_column_41 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_10_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_43 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>04<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_text_44 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>Dr. Jouni Hassan<\/p>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_42 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_5_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_icon_9 et_pb_icon et_pb_module et_flex_module\"><span class=\"et_pb_icon_wrap\"><span class=\"et-pb-icon\">\ue081<\/span><\/span><\/div>\n\n<div class=\"et_pb_text_45 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>144, rue Gomis Plateau<\/p>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_43 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_9_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_icon_10 et_pb_icon et_pb_module et_flex_module\"><span class=\"et_pb_icon_wrap\"><span class=\"et-pb-icon\">\ue090<\/span><\/span>\n<div class=\"et_pb_text_46 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>+221 33 821 50 51<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_module et_pb_button_module_wrapper et_pb_button_18_wrapper\"><a class=\"et_pb_button_18 et_pb_button et_pb_bg_layout_light et_pb_module et_flex_module\" href=\"\">Appeler<\/a><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_17 et_pb_row et_pb_row_nested et_flex_row\">\n<div class=\"et_pb_column_44 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_10_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_47 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>05<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_text_48 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>Dr. Hoballah<\/p>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_45 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_5_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_icon_11 et_pb_icon et_pb_module et_flex_module\"><span class=\"et_pb_icon_wrap\"><span class=\"et-pb-icon\">\ue081<\/span><\/span><\/div>\n\n<div class=\"et_pb_text_49 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>Plateau m\u00e9dical de Ouakam<\/p>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_46 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_9_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_icon_12 et_pb_icon et_pb_module et_flex_module\"><span class=\"et_pb_icon_wrap\"><span class=\"et-pb-icon\">\ue090<\/span><\/span>\n<div class=\"et_pb_text_50 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>+221 33 860 60 60<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_module et_pb_button_module_wrapper et_pb_button_19_wrapper\"><a class=\"et_pb_button_19 et_pb_button et_pb_bg_layout_light et_pb_module et_flex_module\" href=\"\">Appeler<\/a><\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_18 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_47 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_group_18 et_pb_group et-last-child et_pb_module et_flex_group et_pb_css_mix_blend_mode_passthrough\">\n<div class=\"et_pb_blurb_32 et_pb_blurb et_pb_bg_layout_light et_pb_text_align_center et_pb_blurb_position_left et_pb_module et_flex_module\"><div class=\"et_pb_blurb_content et_flex_module\"><div class=\"et_pb_main_blurb_image\"><span class=\"et_pb_image_wrap et_pb_only_image_mode_wrap\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/soutien-emotionnel-300x300.jpg\" width=\"300\" height=\"300\" srcset=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/soutien-emotionnel-300x300.jpg 300w\" class=\"wp-image-700\" title=\"soutien-emotionnel\"><\/span><\/div><div class=\"et_pb_blurb_container\"><h4 class=\"et_pb_module_header\">Nous mettons \u00e0 votre disposition des informations pour vous guider.<\/h4><\/div><\/div><\/div>\n\n<div class=\"et_pb_image_14 et_pb_image et_pb_module et_flex_module\"><span class=\"et_pb_image_wrap\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/flower-300x232.png\" title=\"flower\" width=\"300\" height=\"232\" srcset=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/flower-300x232.png 300w\" class=\"wp-image-699\"><\/span><\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_7 et_pb_section et_section_regular et_flex_section popup single\" id=\"orl\">\n<div class=\"et_pb_row_19 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_48 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_blurb_33 et_pb_blurb et_pb_bg_layout_light et_pb_text_align_left et_pb_blurb_position_left et_pb_module et_flex_module type-contact\"><div class=\"et_pb_blurb_content et_flex_module\"><div class=\"et_pb_main_blurb_image\"><span class=\"et_pb_image_wrap et_pb_only_image_mode_wrap\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/ORL-300x300.png\" width=\"300\" height=\"300\" srcset=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/ORL-300x300.png 300w\" class=\"wp-image-645\" title=\"ORL\"><\/span><\/div><div class=\"et_pb_blurb_container\"><h4 class=\"et_pb_module_header\">ORL<\/h4><div class=\"et_pb_blurb_description\"><p>Sp\u00e9cialistes des oreilles, de nez et de la gorge.<\/p>\n<\/div><\/div><\/div><\/div>\n\n<div class=\"et_pb_text_51 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module nbr-pro\"><div class=\"et_pb_text_inner\"><p><span><strong>2<\/strong> Professionnels<\/span><\/p>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_20 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_49 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_row_21 et_pb_row et_pb_row_nested et_flex_row\">\n<div class=\"et_pb_column_50 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_10_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_52 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>01<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_text_53 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>Dr. Chauvin JL<\/p>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_51 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_5_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_icon_13 et_pb_icon et_pb_module et_flex_module\"><span class=\"et_pb_icon_wrap\"><span class=\"et-pb-icon\">\ue081<\/span><\/span><\/div>\n\n<div class=\"et_pb_text_54 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>Cinique de la Madeleine<\/p>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_52 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_9_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_icon_14 et_pb_icon et_pb_module et_flex_module\"><span class=\"et_pb_icon_wrap\"><span class=\"et-pb-icon\">\ue090<\/span><\/span>\n<div class=\"et_pb_text_55 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>+221 33 889 94 50<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_module et_pb_button_module_wrapper et_pb_button_20_wrapper\"><a class=\"et_pb_button_20 et_pb_button et_pb_bg_layout_light et_pb_module et_flex_module\" href=\"\">Appeler<\/a><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_22 et_pb_row et_pb_row_nested et_flex_row\">\n<div class=\"et_pb_column_53 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_10_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_56 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>02<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_text_57 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>Dr. Attye I<\/p>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_54 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_5_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_icon_15 et_pb_icon et_pb_module et_flex_module\"><span class=\"et_pb_icon_wrap\"><span class=\"et-pb-icon\">\ue081<\/span><\/span><\/div>\n\n<div class=\"et_pb_text_58 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>85 bis rue Hassan N'Doye<\/p>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_55 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_9_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_icon_16 et_pb_icon et_pb_module et_flex_module\"><span class=\"et_pb_icon_wrap\"><span class=\"et-pb-icon\">\ue090<\/span><\/span>\n<div class=\"et_pb_text_59 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>+221 33 821 77 99<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_module et_pb_button_module_wrapper et_pb_button_21_wrapper\"><a class=\"et_pb_button_21 et_pb_button et_pb_bg_layout_light et_pb_module et_flex_module\" href=\"\">Appeler<\/a><\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_23 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_56 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_group_19 et_pb_group et-last-child et_pb_module et_flex_group et_pb_css_mix_blend_mode_passthrough\">\n<div class=\"et_pb_blurb_34 et_pb_blurb et_pb_bg_layout_light et_pb_text_align_center et_pb_blurb_position_left et_pb_module et_flex_module\"><div class=\"et_pb_blurb_content et_flex_module\"><div class=\"et_pb_main_blurb_image\"><span class=\"et_pb_image_wrap et_pb_only_image_mode_wrap\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/soutien-emotionnel-300x300.jpg\" width=\"300\" height=\"300\" srcset=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/soutien-emotionnel-300x300.jpg 300w\" class=\"wp-image-700\" title=\"soutien-emotionnel\"><\/span><\/div><div class=\"et_pb_blurb_container\"><h4 class=\"et_pb_module_header\">Nous mettons \u00e0 votre disposition des informations pour vous guider.<\/h4><\/div><\/div><\/div>\n\n<div class=\"et_pb_image_15 et_pb_image et_pb_module et_flex_module\"><span class=\"et_pb_image_wrap\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/flower-300x232.png\" title=\"flower\" width=\"300\" height=\"232\" srcset=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/flower-300x232.png 300w\" class=\"wp-image-699\"><\/span><\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_8 et_pb_section et_section_regular et_flex_section popup single\" id=\"orthophonistes\">\n<div class=\"et_pb_row_24 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_57 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_blurb_35 et_pb_blurb et_pb_bg_layout_light et_pb_text_align_left et_pb_blurb_position_left et_pb_module et_flex_module type-contact\"><div class=\"et_pb_blurb_content et_flex_module\"><div class=\"et_pb_main_blurb_image\"><span class=\"et_pb_image_wrap et_pb_only_image_mode_wrap\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/Orthophonistes-300x300.png\" width=\"300\" height=\"300\" srcset=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/Orthophonistes-300x300.png 300w\" class=\"wp-image-663\" title=\"Orthophonistes\"><\/span><\/div><div class=\"et_pb_blurb_container\"><h4 class=\"et_pb_module_header\">Orthophonistes<\/h4><div class=\"et_pb_blurb_description\"><p>Sp\u00e9cialistes du langage, de la parole et de la voix.<\/p>\n<\/div><\/div><\/div><\/div>\n\n<div class=\"et_pb_text_60 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module nbr-pro\"><div class=\"et_pb_text_inner\"><p><span><strong>6<\/strong> Professionnels<\/span><\/p>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_25 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_58 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_row_26 et_pb_row et_pb_row_nested et_flex_row\">\n<div class=\"et_pb_column_59 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_10_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_61 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>01<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_text_62 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>Mme Julie Vautier<\/p>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_60 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_5_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_icon_17 et_pb_icon et_pb_module et_flex_module\"><span class=\"et_pb_icon_wrap\"><span class=\"et-pb-icon\">\ue081<\/span><\/span><\/div>\n\n<div class=\"et_pb_text_63 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>29, rue Emile Zola au Plateau<\/p>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_61 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_9_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_icon_18 et_pb_icon et_pb_module et_flex_module\"><span class=\"et_pb_icon_wrap\"><span class=\"et-pb-icon\">\ue090<\/span><\/span>\n<div class=\"et_pb_text_64 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>+221 77 350 82 77<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_module et_pb_button_module_wrapper et_pb_button_22_wrapper\"><a class=\"et_pb_button_22 et_pb_button et_pb_bg_layout_light et_pb_module et_flex_module\" href=\"\">Appeler<\/a><\/div>\n<\/div>\n\n<div class=\"et_pb_icon_19 et_pb_icon et_pb_module et_flex_module\"><span class=\"et_pb_icon_wrap\"><span class=\"et-pb-icon\">\ue076<\/span><\/span>\n<div class=\"et_pb_text_65 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module et_flex_column_2_5 et_flex_column_2_5_tablet et_flex_column_2_5_phone\"><div class=\"et_pb_text_inner\"><p>julie.vautier@yahoo.fr<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_module et_pb_button_module_wrapper et_pb_button_23_wrapper\"><a class=\"et_pb_button_23 et_pb_button et_pb_bg_layout_light et_pb_module et_flex_module\" href=\"\">Contacter <\/a><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_27 et_pb_row et_pb_row_nested et_flex_row\">\n<div class=\"et_pb_column_62 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_10_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_66 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>02<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_text_67 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>Mme Zeynab Ayoub<\/p>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_63 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_5_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_icon_20 et_pb_icon et_pb_module et_flex_module\"><span class=\"et_pb_icon_wrap\"><span class=\"et-pb-icon\">\ue081<\/span><\/span><\/div>\n\n<div class=\"et_pb_text_68 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>rue Kleber au Plateau<\/p>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_64 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_9_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_icon_21 et_pb_icon et_pb_module et_flex_module\"><span class=\"et_pb_icon_wrap\"><span class=\"et-pb-icon\">\ue090<\/span><\/span>\n<div class=\"et_pb_text_69 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>+221 78 152 92 92<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_module et_pb_button_module_wrapper et_pb_button_24_wrapper\"><a class=\"et_pb_button_24 et_pb_button et_pb_bg_layout_light et_pb_module et_flex_module\" href=\"\">Appeler<\/a><\/div>\n<\/div>\n\n<div class=\"et_pb_icon_22 et_pb_icon et_pb_module et_flex_module\"><span class=\"et_pb_icon_wrap\"><span class=\"et-pb-icon\">\ue090<\/span><\/span>\n<div class=\"et_pb_text_70 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>+221 33 821 34 21<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_module et_pb_button_module_wrapper et_pb_button_25_wrapper\"><a class=\"et_pb_button_25 et_pb_button et_pb_bg_layout_light et_pb_module et_flex_module\" href=\"\">Appeler<\/a><\/div>\n<\/div>\n\n<div class=\"et_pb_icon_23 et_pb_icon et_pb_module et_flex_module\"><span class=\"et_pb_icon_wrap\"><span class=\"et-pb-icon\">\ue076<\/span><\/span>\n<div class=\"et_pb_text_71 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module et_flex_column_2_5 et_flex_column_2_5_tablet et_flex_column_2_5_phone\"><div class=\"et_pb_text_inner\"><p>zeynab_ayoub@hotmail.fr<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_module et_pb_button_module_wrapper et_pb_button_26_wrapper\"><a class=\"et_pb_button_26 et_pb_button et_pb_bg_layout_light et_pb_module et_flex_module\" href=\"\">Contacter <\/a><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_28 et_pb_row et_pb_row_nested et_flex_row\">\n<div class=\"et_pb_column_65 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_10_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_72 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>03<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_text_73 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>Mme Dessens Estelle<\/p>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_66 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_5_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_icon_24 et_pb_icon et_pb_module et_flex_module\"><span class=\"et_pb_icon_wrap\"><span class=\"et-pb-icon\">\ue081<\/span><\/span><\/div>\n\n<div class=\"et_pb_text_74 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>Plateau m\u00e9dical de Ouakam<\/p>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_67 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_9_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_icon_25 et_pb_icon et_pb_module et_flex_module\"><span class=\"et_pb_icon_wrap\"><span class=\"et-pb-icon\">\ue090<\/span><\/span>\n<div class=\"et_pb_text_75 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>+221 77 100 66 21<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_module et_pb_button_module_wrapper et_pb_button_27_wrapper\"><a class=\"et_pb_button_27 et_pb_button et_pb_bg_layout_light et_pb_module et_flex_module\" href=\"\">Appeler<\/a><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_29 et_pb_row et_pb_row_nested et_flex_row\">\n<div class=\"et_pb_column_68 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_10_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_76 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>04<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_text_77 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>Mme Isabelle Malejac<\/p>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_69 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_5_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_icon_26 et_pb_icon et_pb_module et_flex_module\"><span class=\"et_pb_icon_wrap\"><span class=\"et-pb-icon\">\ue081<\/span><\/span><\/div>\n\n<div class=\"et_pb_text_78 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>Rue Kleber Plateau<\/p>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_70 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_9_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_icon_27 et_pb_icon et_pb_module et_flex_module\"><span class=\"et_pb_icon_wrap\"><span class=\"et-pb-icon\">\ue090<\/span><\/span>\n<div class=\"et_pb_text_79 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>+221 77 152 21 36<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_module et_pb_button_module_wrapper et_pb_button_28_wrapper\"><a class=\"et_pb_button_28 et_pb_button et_pb_bg_layout_light et_pb_module et_flex_module\" href=\"\">Appeler<\/a><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_30 et_pb_row et_pb_row_nested et_flex_row\">\n<div class=\"et_pb_column_71 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_10_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_80 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>05<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_text_81 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>M. Thierry Brito<\/p>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_72 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_5_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_icon_28 et_pb_icon et_pb_module et_flex_module\"><span class=\"et_pb_icon_wrap\"><span class=\"et-pb-icon\">\ue081<\/span><\/span><\/div>\n\n<div class=\"et_pb_text_82 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>5, Avenue Georges Pompidou Plateau<\/p>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_73 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_9_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_icon_29 et_pb_icon et_pb_module et_flex_module\"><span class=\"et_pb_icon_wrap\"><span class=\"et-pb-icon\">\ue090<\/span><\/span>\n<div class=\"et_pb_text_83 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>+221 33 823 65 55<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_module et_pb_button_module_wrapper et_pb_button_29_wrapper\"><a class=\"et_pb_button_29 et_pb_button et_pb_bg_layout_light et_pb_module et_flex_module\" href=\"\">Appeler<\/a><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_31 et_pb_row et_pb_row_nested et_flex_row\">\n<div class=\"et_pb_column_74 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_15_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_84 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>06<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_text_85 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>M. Alioune Gueye<\/p>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_75 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_9_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_icon_30 et_pb_icon et_pb_module et_flex_module\"><span class=\"et_pb_icon_wrap\"><span class=\"et-pb-icon\">\ue090<\/span><\/span>\n<div class=\"et_pb_text_86 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>+221 76 485 60 91<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_module et_pb_button_module_wrapper et_pb_button_30_wrapper\"><a class=\"et_pb_button_30 et_pb_button et_pb_bg_layout_light et_pb_module et_flex_module\" href=\"\">Appeler<\/a><\/div>\n<\/div>\n\n<div class=\"et_pb_icon_31 et_pb_icon et_pb_module et_flex_module\"><span class=\"et_pb_icon_wrap\"><span class=\"et-pb-icon\">\ue090<\/span><\/span>\n<div class=\"et_pb_text_87 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>+221 33 855 21 17<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_module et_pb_button_module_wrapper et_pb_button_31_wrapper\"><a class=\"et_pb_button_31 et_pb_button et_pb_bg_layout_light et_pb_module et_flex_module\" href=\"\">Appeler<\/a><\/div>\n<\/div>\n\n<div class=\"et_pb_icon_32 et_pb_icon et_pb_module et_flex_module\"><span class=\"et_pb_icon_wrap\"><span class=\"et-pb-icon\">\ue076<\/span><\/span>\n<div class=\"et_pb_text_88 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module et_flex_column_2_5 et_flex_column_2_5_tablet et_flex_column_2_5_phone\"><div class=\"et_pb_text_inner\"><p>orthoalioune@hotmail.fr<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_module et_pb_button_module_wrapper et_pb_button_32_wrapper\"><a class=\"et_pb_button_32 et_pb_button et_pb_bg_layout_light et_pb_module et_flex_module\" href=\"\">Contacter <\/a><\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_32 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_76 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_group_20 et_pb_group et-last-child et_pb_module et_flex_group et_pb_css_mix_blend_mode_passthrough\">\n<div class=\"et_pb_blurb_36 et_pb_blurb et_pb_bg_layout_light et_pb_text_align_center et_pb_blurb_position_left et_pb_module et_flex_module\"><div class=\"et_pb_blurb_content et_flex_module\"><div class=\"et_pb_main_blurb_image\"><span class=\"et_pb_image_wrap et_pb_only_image_mode_wrap\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/soutien-emotionnel-300x300.jpg\" width=\"300\" height=\"300\" srcset=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/soutien-emotionnel-300x300.jpg 300w\" class=\"wp-image-700\" title=\"soutien-emotionnel\"><\/span><\/div><div class=\"et_pb_blurb_container\"><h4 class=\"et_pb_module_header\">Nous mettons \u00e0 votre disposition des informations pour vous guider.<\/h4><\/div><\/div><\/div>\n\n<div class=\"et_pb_image_16 et_pb_image et_pb_module et_flex_module\"><span class=\"et_pb_image_wrap\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/flower-300x232.png\" title=\"flower\" width=\"300\" height=\"232\" srcset=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/flower-300x232.png 300w\" class=\"wp-image-699\"><\/span><\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_9 et_pb_section et_section_regular et_flex_section popup single\" id=\"orthoptistes\">\n<div class=\"et_pb_row_33 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_77 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_blurb_37 et_pb_blurb et_pb_bg_layout_light et_pb_text_align_left et_pb_blurb_position_left et_pb_module et_flex_module type-contact\"><div class=\"et_pb_blurb_content et_flex_module\"><div class=\"et_pb_main_blurb_image\"><span class=\"et_pb_image_wrap et_pb_only_image_mode_wrap\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/Orthoptistes-300x300.png\" width=\"300\" height=\"300\" srcset=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/Orthoptistes-300x300.png 300w\" class=\"wp-image-664\" title=\"Orthoptistes\"><\/span><\/div><div class=\"et_pb_blurb_container\"><h4 class=\"et_pb_module_header\">Orthoptistes<\/h4><div class=\"et_pb_blurb_description\"><p>Sp\u00e9cialistes de la vision et de la r\u00e9\u00e9ducation visuelle.<\/p>\n<\/div><\/div><\/div><\/div>\n\n<div class=\"et_pb_text_89 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module nbr-pro\"><div class=\"et_pb_text_inner\"><p><span><strong>3<\/strong> Professionnels<\/span><\/p>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_34 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_78 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_row_35 et_pb_row et_pb_row_nested et_flex_row\">\n<div class=\"et_pb_column_79 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_10_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_90 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>01<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_text_91 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>Mme Cuffel<\/p>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_80 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_5_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_icon_33 et_pb_icon et_pb_module et_flex_module\"><span class=\"et_pb_icon_wrap\"><span class=\"et-pb-icon\">\ue081<\/span><\/span><\/div>\n\n<div class=\"et_pb_text_92 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>Avenue Georges Pompidou<\/p>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_81 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_9_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_icon_34 et_pb_icon et_pb_module et_flex_module\"><span class=\"et_pb_icon_wrap\"><span class=\"et-pb-icon\">\ue090<\/span><\/span>\n<div class=\"et_pb_text_93 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>+221 33 823 65 55<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_module et_pb_button_module_wrapper et_pb_button_33_wrapper\"><a class=\"et_pb_button_33 et_pb_button et_pb_bg_layout_light et_pb_module et_flex_module\" href=\"\">Appeler<\/a><\/div>\n<\/div>\n\n<div class=\"et_pb_icon_35 et_pb_icon et_pb_module et_flex_module\"><span class=\"et_pb_icon_wrap\"><span class=\"et-pb-icon\">\ue090<\/span><\/span>\n<div class=\"et_pb_text_94 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>+221 33 821 82 66<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_module et_pb_button_module_wrapper et_pb_button_34_wrapper\"><a class=\"et_pb_button_34 et_pb_button et_pb_bg_layout_light et_pb_module et_flex_module\" href=\"\">Appeler<\/a><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_36 et_pb_row et_pb_row_nested et_flex_row\">\n<div class=\"et_pb_column_82 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_10_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_95 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>02<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_text_96 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>Mme Jaouhar<\/p>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_83 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_5_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_icon_36 et_pb_icon et_pb_module et_flex_module\"><span class=\"et_pb_icon_wrap\"><span class=\"et-pb-icon\">\ue081<\/span><\/span><\/div>\n\n<div class=\"et_pb_text_97 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>35, rue Jules Ferry Plateau<\/p>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_84 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_9_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_icon_37 et_pb_icon et_pb_module et_flex_module\"><span class=\"et_pb_icon_wrap\"><span class=\"et-pb-icon\">\ue090<\/span><\/span>\n<div class=\"et_pb_text_98 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>+221 77 550 33 99<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_module et_pb_button_module_wrapper et_pb_button_35_wrapper\"><a class=\"et_pb_button_35 et_pb_button et_pb_bg_layout_light et_pb_module et_flex_module\" href=\"\">Appeler<\/a><\/div>\n<\/div>\n\n<div class=\"et_pb_icon_38 et_pb_icon et_pb_module et_flex_module\"><span class=\"et_pb_icon_wrap\"><span class=\"et-pb-icon\">\ue090<\/span><\/span>\n<div class=\"et_pb_text_99 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>+221 33 821 05 86<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_module et_pb_button_module_wrapper et_pb_button_36_wrapper\"><a class=\"et_pb_button_36 et_pb_button et_pb_bg_layout_light et_pb_module et_flex_module\" href=\"\">Appeler<\/a><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_37 et_pb_row et_pb_row_nested et_flex_row\">\n<div class=\"et_pb_column_85 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_10_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_100 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>03<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_text_101 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>Mme Cottrant<\/p>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_86 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_5_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_icon_39 et_pb_icon et_pb_module et_flex_module\"><span class=\"et_pb_icon_wrap\"><span class=\"et-pb-icon\">\ue081<\/span><\/span><\/div>\n\n<div class=\"et_pb_text_102 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>Plateau m\u00e9dical de Ouakam<\/p>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_87 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_9_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_icon_40 et_pb_icon et_pb_module et_flex_module\"><span class=\"et_pb_icon_wrap\"><span class=\"et-pb-icon\">\ue090<\/span><\/span>\n<div class=\"et_pb_text_103 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>+221 33 860 60 60<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_module et_pb_button_module_wrapper et_pb_button_37_wrapper\"><a class=\"et_pb_button_37 et_pb_button et_pb_bg_layout_light et_pb_module et_flex_module\" href=\"\">Appeler<\/a><\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_38 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_88 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_group_21 et_pb_group et-last-child et_pb_module et_flex_group et_pb_css_mix_blend_mode_passthrough\">\n<div class=\"et_pb_blurb_38 et_pb_blurb et_pb_bg_layout_light et_pb_text_align_center et_pb_blurb_position_left et_pb_module et_flex_module\"><div class=\"et_pb_blurb_content et_flex_module\"><div class=\"et_pb_main_blurb_image\"><span class=\"et_pb_image_wrap et_pb_only_image_mode_wrap\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/soutien-emotionnel-300x300.jpg\" width=\"300\" height=\"300\" srcset=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/soutien-emotionnel-300x300.jpg 300w\" class=\"wp-image-700\" title=\"soutien-emotionnel\"><\/span><\/div><div class=\"et_pb_blurb_container\"><h4 class=\"et_pb_module_header\">Nous mettons \u00e0 votre disposition des informations pour vous guider.<\/h4><\/div><\/div><\/div>\n\n<div class=\"et_pb_image_17 et_pb_image et_pb_module et_flex_module\"><span class=\"et_pb_image_wrap\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/flower-300x232.png\" title=\"flower\" width=\"300\" height=\"232\" srcset=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/flower-300x232.png 300w\" class=\"wp-image-699\"><\/span><\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_10 et_pb_section et_section_regular et_flex_section popup single\" id=\"pediatres\">\n<div class=\"et_pb_row_39 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_89 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_blurb_39 et_pb_blurb et_pb_bg_layout_light et_pb_text_align_left et_pb_blurb_position_left et_pb_module et_flex_module type-contact\"><div class=\"et_pb_blurb_content et_flex_module\"><div class=\"et_pb_main_blurb_image\"><span class=\"et_pb_image_wrap et_pb_only_image_mode_wrap\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/Pediatres-300x300.png\" width=\"300\" height=\"300\" srcset=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/Pediatres-300x300.png 300w\" class=\"wp-image-665\" title=\"Pediatres\"><\/span><\/div><div class=\"et_pb_blurb_container\"><h4 class=\"et_pb_module_header\">P\u00e9diatres<\/h4><div class=\"et_pb_blurb_description\"><p>M\u00e9decins sp\u00e9cialistes des soins aux enfants.<\/p>\n<\/div><\/div><\/div><\/div>\n\n<div class=\"et_pb_text_104 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module nbr-pro\"><div class=\"et_pb_text_inner\"><p><span><strong>4<\/strong> Professionnels<\/span><\/p>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_40 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_90 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_row_41 et_pb_row et_pb_row_nested et_flex_row\">\n<div class=\"et_pb_column_91 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_15_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_105 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>01<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_text_106 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>Dr Aissatou Bacar Gueye<\/p>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_92 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_9_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_icon_41 et_pb_icon et_pb_module et_flex_module\"><span class=\"et_pb_icon_wrap\"><span class=\"et-pb-icon\">\ue090<\/span><\/span>\n<div class=\"et_pb_text_107 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>+221 77 571 44 48<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_module et_pb_button_module_wrapper et_pb_button_38_wrapper\"><a class=\"et_pb_button_38 et_pb_button et_pb_bg_layout_light et_pb_module et_flex_module\" href=\"\">Appeler<\/a><\/div>\n<\/div>\n\n<div class=\"et_pb_icon_42 et_pb_icon et_pb_module et_flex_module\"><span class=\"et_pb_icon_wrap\"><span class=\"et-pb-icon\">\ue076<\/span><\/span>\n<div class=\"et_pb_text_108 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module et_flex_column_2_5 et_flex_column_2_5_tablet et_flex_column_2_5_phone\"><div class=\"et_pb_text_inner\"><p>cabkidscare11@gmail.com<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_module et_pb_button_module_wrapper et_pb_button_39_wrapper\"><a class=\"et_pb_button_39 et_pb_button et_pb_bg_layout_light et_pb_module et_flex_module\" href=\"\">Contacter <\/a><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_42 et_pb_row et_pb_row_nested et_flex_row\">\n<div class=\"et_pb_column_93 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_10_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_109 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>02<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_text_110 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>Pr Martin L\u00e9andre<\/p>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_94 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_5_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_icon_43 et_pb_icon et_pb_module et_flex_module\"><span class=\"et_pb_icon_wrap\"><span class=\"et-pb-icon\">\ue081<\/span><\/span><\/div>\n\n<div class=\"et_pb_text_111 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>Plateau M\u00e9dical 144, rue Joseph Gomis<\/p>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_95 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_9_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_icon_44 et_pb_icon et_pb_module et_flex_module\"><span class=\"et_pb_icon_wrap\"><span class=\"et-pb-icon\">\ue090<\/span><\/span>\n<div class=\"et_pb_text_112 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>+221 33 842 88 00<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_module et_pb_button_module_wrapper et_pb_button_40_wrapper\"><a class=\"et_pb_button_40 et_pb_button et_pb_bg_layout_light et_pb_module et_flex_module\" href=\"\">Appeler<\/a><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_43 et_pb_row et_pb_row_nested et_flex_row\">\n<div class=\"et_pb_column_96 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_10_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_113 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>03<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_text_114 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>Dr. Diallo-Chauvin<\/p>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_97 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_5_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_icon_45 et_pb_icon et_pb_module et_flex_module\"><span class=\"et_pb_icon_wrap\"><span class=\"et-pb-icon\">\ue081<\/span><\/span><\/div>\n\n<div class=\"et_pb_text_115 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>32, rue W. Diouf Plateau<\/p>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_98 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_9_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_icon_46 et_pb_icon et_pb_module et_flex_module\"><span class=\"et_pb_icon_wrap\"><span class=\"et-pb-icon\">\ue090<\/span><\/span>\n<div class=\"et_pb_text_116 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>+221 33 860 60 60<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_module et_pb_button_module_wrapper et_pb_button_41_wrapper\"><a class=\"et_pb_button_41 et_pb_button et_pb_bg_layout_light et_pb_module et_flex_module\" href=\"\">Appeler<\/a><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_44 et_pb_row et_pb_row_nested et_flex_row\">\n<div class=\"et_pb_column_99 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_10_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_117 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>04<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_text_118 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>Dr. Yasser El Makki<\/p>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_100 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_5_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_icon_47 et_pb_icon et_pb_module et_flex_module\"><span class=\"et_pb_icon_wrap\"><span class=\"et-pb-icon\">\ue081<\/span><\/span><\/div>\n\n<div class=\"et_pb_text_119 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>70, Rue Amadou Assane Ndoye\u00a0Dakar S\u00e9n\u00e9gal<\/p>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_101 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_9_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_icon_48 et_pb_icon et_pb_module et_flex_module\"><span class=\"et_pb_icon_wrap\"><span class=\"et-pb-icon\">\ue090<\/span><\/span>\n<div class=\"et_pb_text_120 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>+221 33 842 34 04<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_module et_pb_button_module_wrapper et_pb_button_42_wrapper\"><a class=\"et_pb_button_42 et_pb_button et_pb_bg_layout_light et_pb_module et_flex_module\" href=\"\">Appeler<\/a><\/div>\n<\/div>\n\n<div class=\"et_pb_icon_49 et_pb_icon et_pb_module et_flex_module\"><span class=\"et_pb_icon_wrap\"><span class=\"et-pb-icon\">\ue090<\/span><\/span>\n<div class=\"et_pb_text_121 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>+221 77 152 23 10<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_module et_pb_button_module_wrapper et_pb_button_43_wrapper\"><a class=\"et_pb_button_43 et_pb_button et_pb_bg_layout_light et_pb_module et_flex_module\" href=\"\">Appeler<\/a><\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_45 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_102 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_group_22 et_pb_group et-last-child et_pb_module et_flex_group et_pb_css_mix_blend_mode_passthrough\">\n<div class=\"et_pb_blurb_40 et_pb_blurb et_pb_bg_layout_light et_pb_text_align_center et_pb_blurb_position_left et_pb_module et_flex_module\"><div class=\"et_pb_blurb_content et_flex_module\"><div class=\"et_pb_main_blurb_image\"><span class=\"et_pb_image_wrap et_pb_only_image_mode_wrap\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/soutien-emotionnel-300x300.jpg\" width=\"300\" height=\"300\" srcset=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/soutien-emotionnel-300x300.jpg 300w\" class=\"wp-image-700\" title=\"soutien-emotionnel\"><\/span><\/div><div class=\"et_pb_blurb_container\"><h4 class=\"et_pb_module_header\">Nous mettons \u00e0 votre disposition des informations pour vous guider.<\/h4><\/div><\/div><\/div>\n\n<div class=\"et_pb_image_18 et_pb_image et_pb_module et_flex_module\"><span class=\"et_pb_image_wrap\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/flower-300x232.png\" title=\"flower\" width=\"300\" height=\"232\" srcset=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/flower-300x232.png 300w\" class=\"wp-image-699\"><\/span><\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_11 et_pb_section et_section_regular et_flex_section popup single\" id=\"pedopsychiatres\">\n<div class=\"et_pb_row_46 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_103 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_blurb_41 et_pb_blurb et_pb_bg_layout_light et_pb_text_align_left et_pb_blurb_position_left et_pb_module et_flex_module type-contact\"><div class=\"et_pb_blurb_content et_flex_module\"><div class=\"et_pb_main_blurb_image\"><span class=\"et_pb_image_wrap et_pb_only_image_mode_wrap\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/Pedopsychiatres-300x300.png\" width=\"300\" height=\"300\" srcset=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/Pedopsychiatres-300x300.png 300w\" class=\"wp-image-666\" title=\"Pedopsychiatres\"><\/span><\/div><div class=\"et_pb_blurb_container\"><h4 class=\"et_pb_module_header\">P\u00e9dopsychiatres<\/h4><div class=\"et_pb_blurb_description\"><p>Sp\u00e9cialistes de la sant\u00e9 mentale des enfants et adolescents.<\/p>\n<\/div><\/div><\/div><\/div>\n\n<div class=\"et_pb_text_122 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module nbr-pro\"><div class=\"et_pb_text_inner\"><p><span><strong>4<\/strong> Professionnels<\/span><\/p>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_47 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_104 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_row_48 et_pb_row et_pb_row_nested et_flex_row\">\n<div class=\"et_pb_column_105 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_10_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_123 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>01<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_text_124 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>Dr. A. Thiam<\/p>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_106 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_5_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_icon_50 et_pb_icon et_pb_module et_flex_module\"><span class=\"et_pb_icon_wrap\"><span class=\"et-pb-icon\">\ue081<\/span><\/span><\/div>\n\n<div class=\"et_pb_text_125 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>Clinique des Mamelles<\/p>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_107 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_9_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_icon_51 et_pb_icon et_pb_module et_flex_module\"><span class=\"et_pb_icon_wrap\"><span class=\"et-pb-icon\">\ue090<\/span><\/span>\n<div class=\"et_pb_text_126 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>+221 77 639 44 41<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_module et_pb_button_module_wrapper et_pb_button_44_wrapper\"><a class=\"et_pb_button_44 et_pb_button et_pb_bg_layout_light et_pb_module et_flex_module\" href=\"\">Appeler<\/a><\/div>\n<\/div>\n\n<div class=\"et_pb_icon_52 et_pb_icon et_pb_module et_flex_module\"><span class=\"et_pb_icon_wrap\"><span class=\"et-pb-icon\">\ue090<\/span><\/span>\n<div class=\"et_pb_text_127 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>+221 33 869 13 13<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_module et_pb_button_module_wrapper et_pb_button_45_wrapper\"><a class=\"et_pb_button_45 et_pb_button et_pb_bg_layout_light et_pb_module et_flex_module\" href=\"\">Appeler<\/a><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_49 et_pb_row et_pb_row_nested et_flex_row\">\n<div class=\"et_pb_column_108 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_10_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_128 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>02<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_text_129 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>Dr. Seck<\/p>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_109 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_5_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_icon_53 et_pb_icon et_pb_module et_flex_module\"><span class=\"et_pb_icon_wrap\"><span class=\"et-pb-icon\">\ue081<\/span><\/span><\/div>\n\n<div class=\"et_pb_text_130 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>CHU de Fann<\/p>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_110 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_9_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_icon_54 et_pb_icon et_pb_module et_flex_module\"><span class=\"et_pb_icon_wrap\"><span class=\"et-pb-icon\">\ue090<\/span><\/span>\n<div class=\"et_pb_text_131 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>+221 33 869 18 34<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_module et_pb_button_module_wrapper et_pb_button_46_wrapper\"><a class=\"et_pb_button_46 et_pb_button et_pb_bg_layout_light et_pb_module et_flex_module\" href=\"\">Appeler<\/a><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_50 et_pb_row et_pb_row_nested et_flex_row\">\n<div class=\"et_pb_column_111 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_10_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_132 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>03<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_text_133 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>Dr. Sylla<\/p>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_112 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_5_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_icon_55 et_pb_icon et_pb_module et_flex_module\"><span class=\"et_pb_icon_wrap\"><span class=\"et-pb-icon\">\ue081<\/span><\/span><\/div>\n\n<div class=\"et_pb_text_134 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>Hopital principal de Dakar<\/p>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_113 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_9_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_icon_56 et_pb_icon et_pb_module et_flex_module\"><span class=\"et_pb_icon_wrap\"><span class=\"et-pb-icon\">\ue090<\/span><\/span>\n<div class=\"et_pb_text_135 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>+221 33 839 50 50<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_module et_pb_button_module_wrapper et_pb_button_47_wrapper\"><a class=\"et_pb_button_47 et_pb_button et_pb_bg_layout_light et_pb_module et_flex_module\" href=\"\">Appeler<\/a><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_51 et_pb_row et_pb_row_nested et_flex_row\">\n<div class=\"et_pb_column_114 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_10_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_136 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>04<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_text_137 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>Dr. Lamine Fall<\/p>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_115 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_5_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_icon_57 et_pb_icon et_pb_module et_flex_module\"><span class=\"et_pb_icon_wrap\"><span class=\"et-pb-icon\">\ue081<\/span><\/span><\/div>\n\n<div class=\"et_pb_text_138 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>Clinique des Mamelles<\/p>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_116 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_9_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_icon_58 et_pb_icon et_pb_module et_flex_module\"><span class=\"et_pb_icon_wrap\"><span class=\"et-pb-icon\">\ue090<\/span><\/span>\n<div class=\"et_pb_text_139 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>+221 77 553 29 33<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_module et_pb_button_module_wrapper et_pb_button_48_wrapper\"><a class=\"et_pb_button_48 et_pb_button et_pb_bg_layout_light et_pb_module et_flex_module\" href=\"\">Appeler<\/a><\/div>\n<\/div>\n\n<div class=\"et_pb_icon_59 et_pb_icon et_pb_module et_flex_module\"><span class=\"et_pb_icon_wrap\"><span class=\"et-pb-icon\">\ue090<\/span><\/span>\n<div class=\"et_pb_text_140 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>+221 33 869 13 13<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_module et_pb_button_module_wrapper et_pb_button_49_wrapper\"><a class=\"et_pb_button_49 et_pb_button et_pb_bg_layout_light et_pb_module et_flex_module\" href=\"\">Appeler<\/a><\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_52 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_117 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_group_23 et_pb_group et-last-child et_pb_module et_flex_group et_pb_css_mix_blend_mode_passthrough\">\n<div class=\"et_pb_blurb_42 et_pb_blurb et_pb_bg_layout_light et_pb_text_align_center et_pb_blurb_position_left et_pb_module et_flex_module\"><div class=\"et_pb_blurb_content et_flex_module\"><div class=\"et_pb_main_blurb_image\"><span class=\"et_pb_image_wrap et_pb_only_image_mode_wrap\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/soutien-emotionnel-300x300.jpg\" width=\"300\" height=\"300\" srcset=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/soutien-emotionnel-300x300.jpg 300w\" class=\"wp-image-700\" title=\"soutien-emotionnel\"><\/span><\/div><div class=\"et_pb_blurb_container\"><h4 class=\"et_pb_module_header\">Nous mettons \u00e0 votre disposition des informations pour vous guider.<\/h4><\/div><\/div><\/div>\n\n<div class=\"et_pb_image_19 et_pb_image et_pb_module et_flex_module\"><span class=\"et_pb_image_wrap\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/flower-300x232.png\" title=\"flower\" width=\"300\" height=\"232\" srcset=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/flower-300x232.png 300w\" class=\"wp-image-699\"><\/span><\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_12 et_pb_section et_section_regular et_flex_section popup single\" id=\"psychologues\">\n<div class=\"et_pb_row_53 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_118 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_blurb_43 et_pb_blurb et_pb_bg_layout_light et_pb_text_align_left et_pb_blurb_position_left et_pb_module et_flex_module type-contact\"><div class=\"et_pb_blurb_content et_flex_module\"><div class=\"et_pb_main_blurb_image\"><span class=\"et_pb_image_wrap et_pb_only_image_mode_wrap\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/Psychologues-300x300.png\" width=\"300\" height=\"300\" srcset=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/Psychologues-300x300.png 300w\" class=\"wp-image-667\" title=\"Psychologues\"><\/span><\/div><div class=\"et_pb_blurb_container\"><h4 class=\"et_pb_module_header\">Psychologues<\/h4><div class=\"et_pb_blurb_description\"><p>Accompagnement psychologique pour enfants, adolescents et familles.<\/p>\n<\/div><\/div><\/div><\/div>\n\n<div class=\"et_pb_text_141 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module nbr-pro\"><div class=\"et_pb_text_inner\"><p><span><strong>5<\/strong> Professionnels<\/span><\/p>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_54 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_119 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_row_55 et_pb_row et_pb_row_nested et_flex_row\">\n<div class=\"et_pb_column_120 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_10_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_142 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>01<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_text_143 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>Mme Diop Soukeyna<\/p>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_121 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_5_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_icon_60 et_pb_icon et_pb_module et_flex_module\"><span class=\"et_pb_icon_wrap\"><span class=\"et-pb-icon\">\ue081<\/span><\/span><\/div>\n\n<div class=\"et_pb_text_144 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>Clinique des Mamelles<\/p>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_122 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_9_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_icon_61 et_pb_icon et_pb_module et_flex_module\"><span class=\"et_pb_icon_wrap\"><span class=\"et-pb-icon\">\ue090<\/span><\/span>\n<div class=\"et_pb_text_145 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>+221 77 268 92 54<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_module et_pb_button_module_wrapper et_pb_button_50_wrapper\"><a class=\"et_pb_button_50 et_pb_button et_pb_bg_layout_light et_pb_module et_flex_module\" href=\"\">Appeler<\/a><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_56 et_pb_row et_pb_row_nested et_flex_row\">\n<div class=\"et_pb_column_123 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_10_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_146 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>02<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_text_147 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>Mme Ly-Kane<\/p>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_124 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_5_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_icon_62 et_pb_icon et_pb_module et_flex_module\"><span class=\"et_pb_icon_wrap\"><span class=\"et-pb-icon\">\ue081<\/span><\/span><\/div>\n\n<div class=\"et_pb_text_148 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>H\u00f4pital de Fann<\/p>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_125 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_9_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_icon_63 et_pb_icon et_pb_module et_flex_module\"><span class=\"et_pb_icon_wrap\"><span class=\"et-pb-icon\">\ue090<\/span><\/span>\n<div class=\"et_pb_text_149 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>+221 77 540 81 67<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_module et_pb_button_module_wrapper et_pb_button_51_wrapper\"><a class=\"et_pb_button_51 et_pb_button et_pb_bg_layout_light et_pb_module et_flex_module\" href=\"\">Appeler<\/a><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_57 et_pb_row et_pb_row_nested et_flex_row\">\n<div class=\"et_pb_column_126 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_10_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_150 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>03<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_text_151 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>M. Thomas Tine<\/p>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_127 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_5_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_icon_64 et_pb_icon et_pb_module et_flex_module\"><span class=\"et_pb_icon_wrap\"><span class=\"et-pb-icon\">\ue081<\/span><\/span><\/div>\n\n<div class=\"et_pb_text_152 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>rue de Ziguinchor Point E<\/p>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_128 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_9_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_icon_65 et_pb_icon et_pb_module et_flex_module\"><span class=\"et_pb_icon_wrap\"><span class=\"et-pb-icon\">\ue090<\/span><\/span>\n<div class=\"et_pb_text_153 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>+221 77 509 56 37<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_module et_pb_button_module_wrapper et_pb_button_52_wrapper\"><a class=\"et_pb_button_52 et_pb_button et_pb_bg_layout_light et_pb_module et_flex_module\" href=\"\">Appeler<\/a><\/div>\n<\/div>\n\n<div class=\"et_pb_icon_66 et_pb_icon et_pb_module et_flex_module\"><span class=\"et_pb_icon_wrap\"><span class=\"et-pb-icon\">\ue090<\/span><\/span>\n<div class=\"et_pb_text_154 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>+221 77 617 36 00<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_module et_pb_button_module_wrapper et_pb_button_53_wrapper\"><a class=\"et_pb_button_53 et_pb_button et_pb_bg_layout_light et_pb_module et_flex_module\" href=\"\">Appeler<\/a><\/div>\n<\/div>\n\n<div class=\"et_pb_icon_67 et_pb_icon et_pb_module et_flex_module\"><span class=\"et_pb_icon_wrap\"><span class=\"et-pb-icon\">\ue076<\/span><\/span>\n<div class=\"et_pb_text_155 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module et_flex_column_2_5 et_flex_column_2_5_tablet et_flex_column_2_5_phone\"><div class=\"et_pb_text_inner\"><p>thomastine@psychologieetconseil.com<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_module et_pb_button_module_wrapper et_pb_button_54_wrapper\"><a class=\"et_pb_button_54 et_pb_button et_pb_bg_layout_light et_pb_module et_flex_module\" href=\"\">Contacter <\/a><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_58 et_pb_row et_pb_row_nested et_flex_row\">\n<div class=\"et_pb_column_129 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_10_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_156 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>04<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_text_157 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>Mme Limandas Laurence<\/p>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_130 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_5_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_icon_68 et_pb_icon et_pb_module et_flex_module\"><span class=\"et_pb_icon_wrap\"><span class=\"et-pb-icon\">\ue081<\/span><\/span><\/div>\n\n<div class=\"et_pb_text_158 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>Libert\u00e9 1 Villa 1060 l'Eveil<\/p>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_131 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_9_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_icon_69 et_pb_icon et_pb_module et_flex_module\"><span class=\"et_pb_icon_wrap\"><span class=\"et-pb-icon\">\ue090<\/span><\/span>\n<div class=\"et_pb_text_159 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>+221 77 456 37 71<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_module et_pb_button_module_wrapper et_pb_button_55_wrapper\"><a class=\"et_pb_button_55 et_pb_button et_pb_bg_layout_light et_pb_module et_flex_module\" href=\"\">Appeler<\/a><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_59 et_pb_row et_pb_row_nested et_flex_row\">\n<div class=\"et_pb_column_132 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_10_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_160 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>05<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_text_161 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>M. Mamadou Mbodji<\/p>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_133 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_5_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_icon_70 et_pb_icon et_pb_module et_flex_module\"><span class=\"et_pb_icon_wrap\"><span class=\"et-pb-icon\">\ue081<\/span><\/span><\/div>\n\n<div class=\"et_pb_text_162 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>16, Avenue Pasteur<\/p>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_134 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_9_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_icon_71 et_pb_icon et_pb_module et_flex_module\"><span class=\"et_pb_icon_wrap\"><span class=\"et-pb-icon\">\ue090<\/span><\/span>\n<div class=\"et_pb_text_163 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>+221 33 821 79 15<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_module et_pb_button_module_wrapper et_pb_button_56_wrapper\"><a class=\"et_pb_button_56 et_pb_button et_pb_bg_layout_light et_pb_module et_flex_module\" href=\"\">Appeler<\/a><\/div>\n<\/div>\n\n<div class=\"et_pb_icon_72 et_pb_icon et_pb_module et_flex_module\"><span class=\"et_pb_icon_wrap\"><span class=\"et-pb-icon\">\ue090<\/span><\/span>\n<div class=\"et_pb_text_164 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>+221 33 822 52 12<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_module et_pb_button_module_wrapper et_pb_button_57_wrapper\"><a class=\"et_pb_button_57 et_pb_button et_pb_bg_layout_light et_pb_module et_flex_module\" href=\"\">Appeler<\/a><\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_60 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_135 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_group_24 et_pb_group et-last-child et_pb_module et_flex_group et_pb_css_mix_blend_mode_passthrough\">\n<div class=\"et_pb_blurb_44 et_pb_blurb et_pb_bg_layout_light et_pb_text_align_center et_pb_blurb_position_left et_pb_module et_flex_module\"><div class=\"et_pb_blurb_content et_flex_module\"><div class=\"et_pb_main_blurb_image\"><span class=\"et_pb_image_wrap et_pb_only_image_mode_wrap\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/soutien-emotionnel-300x300.jpg\" width=\"300\" height=\"300\" srcset=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/soutien-emotionnel-300x300.jpg 300w\" class=\"wp-image-700\" title=\"soutien-emotionnel\"><\/span><\/div><div class=\"et_pb_blurb_container\"><h4 class=\"et_pb_module_header\">Nous mettons \u00e0 votre disposition des informations pour vous guider.<\/h4><\/div><\/div><\/div>\n\n<div class=\"et_pb_image_20 et_pb_image et_pb_module et_flex_module\"><span class=\"et_pb_image_wrap\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/flower-300x232.png\" title=\"flower\" width=\"300\" height=\"232\" srcset=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/flower-300x232.png 300w\" class=\"wp-image-699\"><\/span><\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_13 et_pb_section et_section_regular et_flex_section popup single\" id=\"psychomotricienne\">\n<div class=\"et_pb_row_61 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_136 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_blurb_45 et_pb_blurb et_pb_bg_layout_light et_pb_text_align_left et_pb_blurb_position_left et_pb_module et_flex_module type-contact\"><div class=\"et_pb_blurb_content et_flex_module\"><div class=\"et_pb_main_blurb_image\"><span class=\"et_pb_image_wrap et_pb_only_image_mode_wrap\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/Psychomotricienne-300x300.png\" width=\"300\" height=\"300\" srcset=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/Psychomotricienne-300x300.png 300w\" class=\"wp-image-668\" title=\"Psychomotricienne\"><\/span><\/div><div class=\"et_pb_blurb_container\"><h4 class=\"et_pb_module_header\">Psychomotricienne<\/h4><div class=\"et_pb_blurb_description\"><p>R\u00e9\u00e9ducation des troubles psychomoteurs chez l'enfant.<\/p>\n<\/div><\/div><\/div><\/div>\n\n<div class=\"et_pb_text_165 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module nbr-pro\"><div class=\"et_pb_text_inner\"><p><span><strong>1<\/strong> Professionnels<\/span><\/p>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_62 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_137 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_row_63 et_pb_row et_pb_row_nested et_flex_row\">\n<div class=\"et_pb_column_138 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_15_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_166 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>01<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_text_167 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>Mme Coralie Di Cataldo<\/p>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_139 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_9_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_icon_73 et_pb_icon et_pb_module et_flex_module\"><span class=\"et_pb_icon_wrap\"><span class=\"et-pb-icon\">\ue090<\/span><\/span>\n<div class=\"et_pb_text_168 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>+221 77 855 01 77<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_module et_pb_button_module_wrapper et_pb_button_58_wrapper\"><a class=\"et_pb_button_58 et_pb_button et_pb_bg_layout_light et_pb_module et_flex_module\" href=\"\">Appeler<\/a><\/div>\n<\/div>\n\n<div class=\"et_pb_icon_74 et_pb_icon et_pb_module et_flex_module\"><span class=\"et_pb_icon_wrap\"><span class=\"et-pb-icon\">\ue076<\/span><\/span>\n<div class=\"et_pb_text_169 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module et_flex_column_2_5 et_flex_column_2_5_tablet et_flex_column_2_5_phone\"><div class=\"et_pb_text_inner\"><p>coraliedicataldo@hotmail.fr<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_module et_pb_button_module_wrapper et_pb_button_59_wrapper\"><a class=\"et_pb_button_59 et_pb_button et_pb_bg_layout_light et_pb_module et_flex_module\" href=\"\">Contacter <\/a><\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_64 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_140 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_group_25 et_pb_group et-last-child et_pb_module et_flex_group et_pb_css_mix_blend_mode_passthrough\">\n<div class=\"et_pb_blurb_46 et_pb_blurb et_pb_bg_layout_light et_pb_text_align_center et_pb_blurb_position_left et_pb_module et_flex_module\"><div class=\"et_pb_blurb_content et_flex_module\"><div class=\"et_pb_main_blurb_image\"><span class=\"et_pb_image_wrap et_pb_only_image_mode_wrap\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/soutien-emotionnel-300x300.jpg\" width=\"300\" height=\"300\" srcset=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/soutien-emotionnel-300x300.jpg 300w\" class=\"wp-image-700\" title=\"soutien-emotionnel\"><\/span><\/div><div class=\"et_pb_blurb_container\"><h4 class=\"et_pb_module_header\">Nous mettons \u00e0 votre disposition des informations pour vous guider.<\/h4><\/div><\/div><\/div>\n\n<div class=\"et_pb_image_21 et_pb_image et_pb_module et_flex_module\"><span class=\"et_pb_image_wrap\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/flower-300x232.png\" title=\"flower\" width=\"300\" height=\"232\" srcset=\"https:\/\/lab.byfilling.com\/XSE2\/wp-content\/uploads\/2026\/04\/flower-300x232.png 300w\" class=\"wp-image-699\"><\/span><\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"","protected":false},"author":4,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-12","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/lab.byfilling.com\/XSE2\/wp-json\/wp\/v2\/pages\/12","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lab.byfilling.com\/XSE2\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/lab.byfilling.com\/XSE2\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/lab.byfilling.com\/XSE2\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/lab.byfilling.com\/XSE2\/wp-json\/wp\/v2\/comments?post=12"}],"version-history":[{"count":392,"href":"https:\/\/lab.byfilling.com\/XSE2\/wp-json\/wp\/v2\/pages\/12\/revisions"}],"predecessor-version":[{"id":927,"href":"https:\/\/lab.byfilling.com\/XSE2\/wp-json\/wp\/v2\/pages\/12\/revisions\/927"}],"wp:attachment":[{"href":"https:\/\/lab.byfilling.com\/XSE2\/wp-json\/wp\/v2\/media?parent=12"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}