{"id":241266,"date":"2024-10-29T00:44:08","date_gmt":"2024-10-29T00:44:08","guid":{"rendered":"https:\/\/greffecheveuxdhd.ca\/before-after\/"},"modified":"2026-08-17T22:10:50","modified_gmt":"2026-08-17T22:10:50","slug":"before-after","status":"publish","type":"page","link":"https:\/\/greffecheveuxdhd.ca\/en\/before-after\/","title":{"rendered":"Before \/ after"},"content":{"rendered":"<div class=\"et_pb_section_0 et_pb_section et_section_regular et_flex_section\"><span class=\"et-pb-background-video et-pb-background-video--empty\"><\/span>\n<div class=\"et_pb_row_0 et_pb_row et_flex_row preset--group--divi-row--divi-sizing--h1k452m--skkivjnd7x\">\n<div class=\"et_pb_column_0 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_0 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module preset--group--divi-text--divi-font-header--h1y3ko5--bsh0yahnks\"><div class=\"et_pb_text_inner\"><h1>Clinique de greffe de cheveux Montr\u00e9al<\/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 et_flex_column_8_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone aww-clip-text preset--group--divi-text--divi-font-header--h1y3ko5--bsh0yahnks\"><div class=\"et_pb_text_inner\"><h2>R\u00e9sultats Avant \/ Apr\u00e8s<\/h2>\n<\/div><\/div>\n\n<div class=\"et_pb_code_0 et_pb_code et_pb_module\"><div class=\"et_pb_code_inner\"><style>\n\/* 1. UNSELECTED STATE (Applies to all, including \"All\" filter) *\/\n.wb-filter {\n  cursor: pointer;\n  background: var(--couleur-texte-principal) !important;\n  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);\n}\n\n\/* Force unselected text and SVGs (fill AND stroke) *\/\n.wb-filter, \n.wb-filter *, \n.wb-filter[data-filter=\"all\"], \n.wb-filter[data-filter=\"all\"] * {\n  color: var(--couleur-de-fond-principale) !important;\n  fill: var(--couleur-de-fond-principale) !important;\n  stroke: var(--couleur-de-fond-principale) !important;\n  transition: color 0.4s ease, fill 0.4s ease, stroke 0.4s ease;\n}\n\n\/* 2. SELECTED (.wb-active) & HOVER STATE *\/\n.wb-filter:hover,\n.wb-filter.wb-active,\n.wb-filter[data-filter=\"all\"]:hover,\n.wb-filter[data-filter=\"all\"].wb-active {\n  background: var(--couleur-de-fond-principale) !important;\n}\n\n\/* Force the selected text and SVGs to update on hover\/selection *\/\n.wb-filter:hover, \n.wb-filter:hover *,\n.wb-filter.wb-active, \n.wb-filter.wb-active *,\n.wb-filter[data-filter=\"all\"].wb-active,\n.wb-filter[data-filter=\"all\"].wb-active * {\n  color: var(--couleur-texte-des-titres) !important;\n  fill: var(--couleur-texte-des-titres) !important;\n  stroke: var(--couleur-texte-des-titres) !important;\n}\n\n\/* PROJECT TILES (Smooth Dimensional Collapse Animation) *\/\n.wb-project {\n  opacity: 1;\n  transform: scale(1);\n  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);\n  overflow: hidden; \n  \n  max-width: 1500px;\n  max-height: 1500px; \n}\n\n.wb-project.fading-out {\n  opacity: 0;\n  transform: scale(0.5); \n  \n  max-width: 0;\n  max-height: 0;\n  margin: 0 !important;\n  padding: 0 !important;\n  border-width: 0 !important;\n}\n\n.wb-project.display-none {\n  display: none !important;\n}\n<\/style>\n\n<script>\ndocument.addEventListener(\"DOMContentLoaded\", function () {\n  const filters = document.querySelectorAll(\".wb-filter\");\n  const projects = document.querySelectorAll(\".wb-project\");\n  let activeFilter = \"all\"; \/\/ Tracks only one active filter\n\n  function showProject(project) {\n    project.classList.remove(\"display-none\");\n    requestAnimationFrame(() => {\n      requestAnimationFrame(() => {\n        project.classList.remove(\"fading-out\");\n      });\n    });\n  }\n\n  function hideProject(project) {\n    project.classList.add(\"fading-out\");\n    setTimeout(() => {\n      if (project.classList.contains(\"fading-out\")) {\n        project.classList.add(\"display-none\");\n      }\n    }, 500); \n  }\n\n  \/\/ Helper function to safely reset everything to \"Tout les projets\"\n  function resetToAll() {\n    activeFilter = \"all\";\n    \n    \/\/ Strip active class from everything\n    filters.forEach(f => f.classList.remove(\"wb-active\"));\n    \n    \/\/ Explicitly add active class to the \"All\" button\n    const allBtn = document.querySelector('.wb-filter[data-filter=\"all\"]');\n    if (allBtn) {\n      allBtn.classList.add(\"wb-active\");\n    }\n    \n    \/\/ Show all projects\n    projects.forEach(showProject);\n  }\n\n  \/\/ 1. RUN ON PAGE LOAD\n  resetToAll();\n\n  filters.forEach(filter => {\n    filter.addEventListener(\"click\", function () {\n      const filterValue = this.getAttribute(\"data-filter\");\n\n      \/\/ 2. If user clicks \"All\" OR clicks the currently active filter to turn it off\n      if (filterValue === \"all\" || activeFilter === filterValue) {\n        resetToAll(); \/\/ Instantly falls back to selecting the \"All\" button\n        return;\n      }\n\n      \/\/ 3. Otherwise, apply the new single selection\n      filters.forEach(f => f.classList.remove(\"wb-active\")); \/\/ clear others\n      activeFilter = filterValue;\n      this.classList.add(\"wb-active\");\n\n      \/\/ 4. Apply filter logic\n      projects.forEach(project => {\n        const categories = (project.getAttribute(\"data-category\") || \"\").split(\",\").map(c => c.trim());\n        \n        if (categories.includes(activeFilter)) {\n          showProject(project);\n        } else {\n          hideProject(project);\n        }\n      });\n    });\n  });\n});\n<\/script><\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_1 et_pb_row et_flex_row preset--group--divi-row--divi-sizing--h1k452m--skkivjnd7x\">\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_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_2 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module wb-filter preset--group--divi-text--divi-font-body--h1yjkjr--1h1l5hs2un\" data-filter=\"all\"><div class=\"et_pb_text_inner\"><p>Tous les cas patients<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_text_3 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module wb-filter preset--group--divi-text--divi-font-body--h1yjkjr--1h1l5hs2un\" data-filter=\"tc\"><div class=\"et_pb_text_inner\"><p>Transplantation capillaire<\/p>\n<\/div>\n<div class=\"et_pb_svg_0 et_pb_svg et_pb_module et_flex_module\"><div class=\"et_pb_svg_inner\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"500\" height=\"500\" viewbox=\"0 0 500 500\" fill=\"none\"><path d=\"M231.5 392C231.5 394.761 233.739 397 236.5 397C239.261 397 241.5 394.761 241.5 392H236.5H231.5ZM271.183 337.856C273.312 336.098 273.614 332.947 271.856 330.817C270.098 328.687 266.947 328.386 264.817 330.144L268 334L271.183 337.856ZM228 367.016V372.016H229.797L231.183 370.872L228 367.016ZM151 298.5H156V293.5H151V298.5ZM347 392C347 394.761 349.239 397 352 397C354.761 397 357 394.761 357 392H352H347ZM300.656 285.622C298.515 283.879 295.365 284.202 293.622 286.344C291.879 288.485 292.202 291.635 294.344 293.378L297.5 289.5L300.656 285.622ZM261 229.218L257.206 232.474L266 242.722V229.218H261ZM268 186L265.504 181.668L268 186ZM236.5 392H241.5V360H236.5H231.5V392H236.5ZM236.5 360L239.683 363.856L271.183 337.856L268 334L264.817 330.144L233.317 356.144L236.5 360ZM228 367.016L231.183 370.872L239.683 363.856L236.5 360L233.317 356.144L224.817 363.16L228 367.016ZM228 367.016V362.016H175V367.016V372.016H228V367.016ZM151 343.016H156V298.5H151H146V343.016H151ZM151 298.5V293.5H133.517V298.5V303.5H151V298.5ZM122.258 279L126.588 281.5L151.03 239.166L146.7 236.666L142.37 234.166L117.928 276.5L122.258 279ZM382.827 247.297L378.18 245.453L347.352 323.156L352 325L356.648 326.844L387.475 249.141L382.827 247.297ZM352 325H347V392H352H357V325H352ZM352 325L352.217 320.005C352.265 320.007 351.268 319.869 348.724 318.746C346.373 317.708 343.1 316.012 338.802 313.41C330.21 308.21 317.736 299.524 300.656 285.622L297.5 289.5L294.344 293.378C311.664 307.476 324.523 316.457 333.623 321.965C338.17 324.717 341.833 326.635 344.685 327.894C347.344 329.068 349.818 329.91 351.783 329.995L352 325ZM261 229.218L264.794 225.962C261.517 222.143 258.048 215.789 257.835 209.268C257.638 203.273 260.141 196.299 270.496 190.332L268 186L265.504 181.668C252.259 189.301 247.512 199.566 247.84 209.595C248.152 219.098 252.983 227.554 257.206 232.474L261 229.218ZM263.618 108V113H287.5V108V103H263.618V108ZM268 186L270.496 190.332C277.699 186.181 284.837 182.284 290.693 178.088C296.61 173.849 301.77 168.939 304.788 162.411C310.93 149.13 307.122 131.822 291.823 105.488L287.5 108L283.177 110.512C298.378 136.678 299.57 149.87 295.712 158.214C293.73 162.498 290.14 166.182 284.869 169.959C279.538 173.779 273.051 177.319 265.504 181.668L268 186ZM277.218 213V218H285V213V208H277.218V213ZM309 237H304V254H309H314V237H309ZM285 278V273H276V278V283H285V278ZM199 189.5H194C194 188.119 195.119 187 196.5 187V192V197C200.642 197 204 193.642 204 189.5H199ZM196.5 192V187C197.881 187 199 188.119 199 189.5H194H189C189 193.642 192.358 197 196.5 197V192ZM194 189.5H199C199 190.881 197.881 192 196.5 192V187V182C192.358 182 189 185.358 189 189.5H194ZM196.5 187V192C195.119 192 194 190.881 194 189.5H199H204C204 185.358 200.642 182 196.5 182V187ZM228 203.5H223C223 202.119 224.119 201 225.5 201V206V211C229.642 211 233 207.642 233 203.5H228ZM225.5 206V201C226.881 201 228 202.119 228 203.5H223H218C218 207.642 221.358 211 225.5 211V206ZM223 203.5H228C228 204.881 226.881 206 225.5 206V201V196C221.358 196 218 199.358 218 203.5H223ZM225.5 201V206C224.119 206 223 204.881 223 203.5H228H233C233 199.358 229.642 196 225.5 196V201ZM225.5 175.5H220.5C220.5 174.119 221.619 173 223 173V178V183C227.142 183 230.5 179.642 230.5 175.5H225.5ZM223 178V173C224.381 173 225.5 174.119 225.5 175.5H220.5H215.5C215.5 179.642 218.858 183 223 183V178ZM220.5 175.5H225.5C225.5 176.881 224.381 178 223 178V173V168C218.858 168 215.5 171.358 215.5 175.5H220.5ZM223 173V178C221.619 178 220.5 176.881 220.5 175.5H225.5H230.5C230.5 171.358 227.142 168 223 168V173ZM199 161H194C194 159.619 195.119 158.5 196.5 158.5V163.5V168.5C200.642 168.5 204 165.142 204 161H199ZM196.5 163.5V158.5C197.881 158.5 199 159.619 199 161H194H189C189 165.142 192.358 168.5 196.5 168.5V163.5ZM194 161H199C199 162.381 197.881 163.5 196.5 163.5V158.5V153.5C192.358 153.5 189 156.858 189 161H194ZM196.5 158.5V163.5C195.119 163.5 194 162.381 194 161H199H204C204 156.858 200.642 153.5 196.5 153.5V158.5ZM226 147.5H221C221 146.119 222.119 145 223.5 145V150V155C227.642 155 231 151.642 231 147.5H226ZM223.5 150V145C224.881 145 226 146.119 226 147.5H221H216C216 151.642 219.358 155 223.5 155V150ZM221 147.5H226C226 148.881 224.881 150 223.5 150V145V140C219.358 140 216 143.358 216 147.5H221ZM223.5 145V150C222.119 150 221 148.881 221 147.5H226H231C231 143.358 227.642 140 223.5 140V145ZM255 161H250C250 159.619 251.119 158.5 252.5 158.5V163.5V168.5C256.642 168.5 260 165.142 260 161H255ZM252.5 163.5V158.5C253.881 158.5 255 159.619 255 161H250H245C245 165.142 248.358 168.5 252.5 168.5V163.5ZM250 161H255C255 162.381 253.881 163.5 252.5 163.5V158.5V153.5C248.358 153.5 245 156.858 245 161H250ZM252.5 158.5V163.5C251.119 163.5 250 162.381 250 161H255H260C260 156.858 256.642 153.5 252.5 153.5V158.5ZM282.5 147H277.5C277.5 145.619 278.619 144.5 280 144.5V149.5V154.5C284.142 154.5 287.5 151.142 287.5 147H282.5ZM280 149.5V144.5C281.381 144.5 282.5 145.619 282.5 147H277.5H272.5C272.5 151.142 275.858 154.5 280 154.5V149.5ZM277.5 147H282.5C282.5 148.381 281.381 149.5 280 149.5V144.5V139.5C275.858 139.5 272.5 142.858 272.5 147H277.5ZM280 144.5V149.5C278.619 149.5 277.5 148.381 277.5 147H282.5H287.5C287.5 142.858 284.142 139.5 280 139.5V144.5ZM254 135.5H249C249 134.119 250.119 133 251.5 133V138V143C255.642 143 259 139.642 259 135.5H254ZM251.5 138V133C252.881 133 254 134.119 254 135.5H249H244C244 139.642 247.358 143 251.5 143V138ZM249 135.5H254C254 136.881 252.881 138 251.5 138V133V128C247.358 128 244 131.358 244 135.5H249ZM251.5 133V138C250.119 138 249 136.881 249 135.5H254H259C259 131.358 255.642 128 251.5 128V133ZM390 209.768H385C385 221.987 382.686 234.095 378.18 245.453L382.827 247.297L387.475 249.141C392.447 236.609 395 223.25 395 209.768H390ZM309 254H304C304 264.493 295.493 273 285 273V278V283C301.016 283 314 270.016 314 254H309ZM151 220.618H156C156 161.182 204.182 113 263.618 113V108V103C198.659 103 146 155.659 146 220.618H151ZM285 213V218C295.493 218 304 226.507 304 237H309H314C314 220.984 301.016 208 285 208V213ZM146.7 236.666L151.03 239.166C154.286 233.527 156 227.13 156 220.618H151H146C146 225.374 144.748 230.047 142.37 234.166L146.7 236.666ZM261 229.218H266C266 223.022 271.022 218 277.218 218V213V208C265.5 208 256 217.5 256 229.218H261ZM133.517 298.5V293.5C127.358 293.5 123.509 286.833 126.588 281.5L122.258 279L117.928 276.5C111 288.5 119.66 303.5 133.517 303.5V298.5ZM276 278V273C270.477 273 266 268.523 266 263H261H256C256 274.046 264.954 283 276 283V278ZM390 209.768H395C395 150.755 346.42 103 287.5 103V108V113C340.99 113 385 156.371 385 209.768H390ZM175 367.016V362.016C164.507 362.016 156 353.509 156 343.016H151H146C146 359.032 158.984 372.016 175 372.016V367.016Z\" fill=\"white\"\/><\/svg><\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_text_4 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module wb-filter preset--group--divi-text--divi-font-body--h1yjkjr--1h1l5hs2un\" data-filter=\"tb\"><div class=\"et_pb_text_inner\"><p>Transplantation de barbe<\/p>\n<\/div>\n<div class=\"et_pb_svg_1 et_pb_svg et_pb_module et_flex_module\"><div class=\"et_pb_svg_inner\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"500\" height=\"500\" viewbox=\"0 0 500 500\" fill=\"none\"><path d=\"M231.5 392C231.5 394.761 233.739 397 236.5 397C239.261 397 241.5 394.761 241.5 392H236.5H231.5ZM271.183 337.856C273.312 336.098 273.614 332.947 271.856 330.817C270.098 328.688 266.947 328.386 264.817 330.144L268 334L271.183 337.856ZM228 367.016V372.016H229.797L231.183 370.872L228 367.016ZM151 298.5H156V293.5H151V298.5ZM347 392C347 394.761 349.239 397 352 397C354.761 397 357 394.761 357 392H352H347ZM300.656 285.622C298.515 283.879 295.365 284.202 293.622 286.344C291.879 288.485 292.202 291.635 294.344 293.378L297.5 289.5L300.656 285.622ZM261 229.218L257.206 232.474L266 242.722V229.218H261ZM268 186L265.504 181.668L268 186ZM146.7 236.666L142.37 234.166L146.7 236.666ZM236.5 392H241.5V360H236.5H231.5V392H236.5ZM236.5 360L239.683 363.856L271.183 337.856L268 334L264.817 330.144L233.317 356.144L236.5 360ZM228 367.016L231.183 370.872L239.683 363.856L236.5 360L233.317 356.144L224.817 363.16L228 367.016ZM228 367.016V362.016H175V367.016V372.016H228V367.016ZM151 343.016H156V298.5H151H146V343.016H151ZM151 298.5V293.5H133.517V298.5V303.5H151V298.5ZM122.258 279L126.588 281.5L151.03 239.166L146.7 236.666L142.37 234.166L117.928 276.5L122.258 279ZM382.827 247.297L378.18 245.453L347.352 323.156L352 325L356.648 326.844L387.475 249.141L382.827 247.297ZM352 325H347V392H352H357V325H352ZM352 325L352.217 320.005C352.265 320.007 351.268 319.869 348.724 318.746C346.373 317.708 343.1 316.012 338.802 313.41C330.21 308.21 317.736 299.524 300.656 285.622L297.5 289.5L294.344 293.378C311.664 307.476 324.523 316.457 333.623 321.965C338.17 324.717 341.833 326.635 344.685 327.894C347.344 329.068 349.818 329.91 351.783 329.995L352 325ZM261 229.218L264.794 225.962C261.517 222.143 258.048 215.789 257.835 209.268C257.638 203.273 260.141 196.299 270.496 190.332L268 186L265.504 181.668C252.259 189.301 247.512 199.566 247.84 209.595C248.152 219.098 252.983 227.554 257.206 232.474L261 229.218ZM263.618 108V113H287.5V108V103H263.618V108ZM268 186L270.496 190.332C277.699 186.181 284.837 182.284 290.693 178.088C296.61 173.849 301.77 168.939 304.788 162.411C310.93 149.13 307.122 131.822 291.823 105.488L287.5 108L283.177 110.512C298.378 136.678 299.57 149.87 295.712 158.214C293.73 162.498 290.14 166.182 284.869 169.959C279.538 173.779 273.051 177.319 265.504 181.668L268 186ZM277.218 213V218H285V213V208H277.218V213ZM309 237H304V254H309H314V237H309ZM285 278V273H276V278V283H285V278ZM210.684 308.163L207.693 304.157C208.799 303.331 210.366 303.558 211.192 304.665L207.185 307.655L203.178 310.646C205.656 313.966 210.355 314.648 213.674 312.17L210.684 308.163ZM207.185 307.655L211.192 304.665C212.018 305.771 211.79 307.338 210.684 308.163L207.693 304.157L204.702 300.15C201.383 302.627 200.7 307.327 203.178 310.646L207.185 307.655ZM207.693 304.157L210.684 308.163C209.577 308.989 208.011 308.762 207.185 307.655L211.192 304.665L215.199 301.674C212.721 298.355 208.022 297.672 204.702 300.15L207.693 304.157ZM211.192 304.665L207.185 307.655C206.359 306.549 206.586 304.982 207.693 304.157L210.684 308.163L213.674 312.17C216.994 309.693 217.676 304.993 215.199 301.674L211.192 304.665ZM216.81 339.778L213.82 335.771C214.926 334.945 216.493 335.172 217.319 336.279L213.312 339.27L209.305 342.26C211.782 345.58 216.482 346.262 219.801 343.785L216.81 339.778ZM213.312 339.27L217.319 336.279C218.144 337.385 217.917 338.952 216.81 339.778L213.82 335.771L210.829 331.764C207.51 334.241 206.827 338.941 209.305 342.26L213.312 339.27ZM213.82 335.771L216.81 339.778C215.704 340.604 214.137 340.376 213.312 339.27L217.319 336.279L221.325 333.288C218.848 329.969 214.148 329.286 210.829 331.764L213.82 335.771ZM217.319 336.279L213.312 339.27C212.486 338.163 212.713 336.597 213.82 335.771L216.81 339.778L219.801 343.785C223.121 341.307 223.803 336.608 221.325 333.288L217.319 336.279ZM237.754 321.026L234.763 317.019C235.87 316.193 237.436 316.421 238.262 317.527L234.255 320.518L230.248 323.509C232.726 326.828 237.425 327.511 240.745 325.033L237.754 321.026ZM234.255 320.518L238.262 317.527C239.088 318.634 238.86 320.2 237.754 321.026L234.763 317.019L231.772 313.012C228.453 315.49 227.771 320.189 230.248 323.509L234.255 320.518ZM234.763 317.019L237.754 321.026C236.647 321.852 235.081 321.625 234.255 320.518L238.262 317.527L242.269 314.537C239.791 311.217 235.092 310.535 231.772 313.012L234.763 317.019ZM238.262 317.527L234.255 320.518C233.429 319.412 233.657 317.845 234.763 317.019L237.754 321.026L240.745 325.033C244.064 322.556 244.747 317.856 242.269 314.537L238.262 317.527ZM233.523 291.116L230.533 287.109C231.639 286.284 233.206 286.511 234.031 287.618L230.024 290.608L226.017 293.599C228.495 296.918 233.194 297.601 236.514 295.123L233.523 291.116ZM230.024 290.608L234.031 287.618C234.857 288.724 234.63 290.291 233.523 291.116L230.533 287.109L227.542 283.102C224.222 285.58 223.54 290.279 226.017 293.599L230.024 290.608ZM230.533 287.109L233.523 291.116C232.417 291.942 230.85 291.715 230.024 290.608L234.031 287.618L238.038 284.627C235.561 281.307 230.861 280.625 227.542 283.102L230.533 287.109ZM234.031 287.618L230.024 290.608C229.199 289.502 229.426 287.935 230.533 287.109L233.523 291.116L236.514 295.123C239.834 292.646 240.516 287.946 238.038 284.627L234.031 287.618ZM260.492 304.679L257.501 300.672C258.608 299.846 260.174 300.074 261 301.18L256.993 304.171L252.986 307.162C255.464 310.481 260.163 311.163 263.483 308.686L260.492 304.679ZM256.993 304.171L261 301.18C261.826 302.287 261.598 303.853 260.492 304.679L257.501 300.672L254.51 296.665C251.191 299.143 250.508 303.842 252.986 307.162L256.993 304.171ZM257.501 300.672L260.492 304.679C259.385 305.505 257.819 305.277 256.993 304.171L261 301.18L265.007 298.189C262.529 294.87 257.83 294.187 254.51 296.665L257.501 300.672ZM261 301.18L256.993 304.171C256.167 303.064 256.395 301.498 257.501 300.672L260.492 304.679L263.483 308.686C266.802 306.208 267.485 301.509 265.007 298.189L261 301.18ZM176 317.019L173.984 312.444C175.248 311.887 176.723 312.46 177.28 313.724L172.704 315.739L168.129 317.755C169.798 321.546 174.225 323.265 178.016 321.595L176 317.019ZM172.704 315.739L177.28 313.724C177.837 314.987 177.264 316.463 176 317.019L173.984 312.444L171.969 307.868C168.178 309.538 166.459 313.964 168.129 317.755L172.704 315.739ZM173.984 312.444L176 317.019C174.736 317.576 173.261 317.003 172.704 315.739L177.28 313.724L181.856 311.708C180.186 307.917 175.759 306.198 171.969 307.868L173.984 312.444ZM177.28 313.724L172.704 315.739C172.148 314.476 172.721 313 173.984 312.444L176 317.019L178.016 321.595C181.806 319.925 183.526 315.499 181.856 311.708L177.28 313.724ZM190.146 333.575L188.131 328.999C189.394 328.442 190.87 329.015 191.426 330.279L186.851 332.295L182.275 334.31C183.945 338.101 188.371 339.82 192.162 338.15L190.146 333.575ZM186.851 332.295L191.426 330.279C191.983 331.543 191.41 333.018 190.146 333.575L188.131 328.999L186.115 324.423C182.324 326.093 180.605 330.52 182.275 334.31L186.851 332.295ZM188.131 328.999L190.146 333.575C188.883 334.131 187.407 333.558 186.851 332.295L191.426 330.279L196.002 328.263C194.332 324.473 189.906 322.753 186.115 324.423L188.131 328.999ZM191.426 330.279L186.851 332.295C186.294 331.031 186.867 329.556 188.131 328.999L190.146 333.575L192.162 338.15C195.953 336.481 197.672 332.054 196.002 328.263L191.426 330.279ZM189.181 302.857L187.166 298.281C188.429 297.725 189.905 298.298 190.461 299.561L185.886 301.577L181.31 303.593C182.98 307.383 187.406 309.103 191.197 307.433L189.181 302.857ZM185.886 301.577L190.461 299.561C191.018 300.825 190.445 302.301 189.181 302.857L187.166 298.281L185.15 293.706C181.359 295.376 179.64 299.802 181.31 303.593L185.886 301.577ZM187.166 298.281L189.181 302.857C187.918 303.414 186.442 302.841 185.886 301.577L190.461 299.561L195.037 297.546C193.367 293.755 188.941 292.036 185.15 293.706L187.166 298.281ZM190.461 299.561L185.886 301.577C185.329 300.314 185.902 298.838 187.166 298.281L189.181 302.857L191.197 307.433C194.988 305.763 196.707 301.336 195.037 297.546L190.461 299.561ZM390 209.768H385C385 221.987 382.686 234.095 378.18 245.453L382.827 247.297L387.475 249.141C392.447 236.609 395 223.25 395 209.768H390ZM309 254H304C304 264.493 295.493 273 285 273V278V283C301.016 283 314 270.016 314 254H309ZM151 220.618H156C156 161.182 204.182 113 263.618 113V108V103C198.659 103 146 155.659 146 220.618H151ZM285 213V218C295.493 218 304 226.507 304 237H309H314C314 220.984 301.016 208 285 208V213ZM146.7 236.666L151.03 239.166C154.286 233.527 156 227.13 156 220.618H151H146C146 225.374 144.748 230.047 142.37 234.166L146.7 236.666ZM261 229.218H266C266 223.022 271.022 218 277.218 218V213V208C265.5 208 256 217.5 256 229.218H261ZM133.517 298.5V293.5C127.358 293.5 123.509 286.833 126.588 281.5L122.258 279L117.928 276.5C111 288.5 119.66 303.5 133.517 303.5V298.5ZM276 278V273C270.477 273 266 268.523 266 263H261H256C256 274.046 264.954 283 276 283V278ZM390 209.768H395C395 150.755 346.42 103 287.5 103V108V113C340.99 113 385 156.371 385 209.768H390ZM175 367.016V362.016C164.507 362.016 156 353.509 156 343.016H151H146C146 359.032 158.984 372.016 175 372.016V367.016Z\" fill=\"white\"\/><\/svg><\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_text_5 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module wb-filter preset--group--divi-text--divi-font-body--h1yjkjr--1h1l5hs2un\" data-filter=\"ts\"><div class=\"et_pb_text_inner\"><p>Transplantation de sourcils<\/p>\n<\/div>\n<div class=\"et_pb_svg_2 et_pb_svg et_pb_module et_flex_module\"><div class=\"et_pb_svg_inner\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"500\" height=\"500\" viewbox=\"0 0 500 500\" fill=\"none\"><path d=\"M251.68 182.051C247.206 186.522 246.038 193.328 248.764 199.036L263.998 230.921L389.419 356.269L426 319.71L300.579 194.362L268.671 179.135C262.961 176.411 256.155 177.578 251.68 182.051ZM300.579 194.362L282.288 212.642L263.998 230.921M251.68 182.051L219.578 149.968M103.489 269.347C109.586 245.595 143.877 202.345 232.269 219.357M215.099 309.106C207.404 310.248 200.061 310.92 193.075 311.194C185.448 311.493 178.247 311.316 171.484 310.756C163.658 310.108 156.417 308.948 149.775 307.417C142.753 305.798 136.401 303.765 130.738 301.488C118.238 296.461 109.09 290.24 103.489 284.642M292.74 284.642C284.145 288.676 275.806 292.177 267.731 295.194M130.738 301.488C130.738 305.945 127.827 317.844 116.18 329.782M149.775 307.417C149.153 315.245 145.968 333.587 138.204 344.332M171.484 310.756C173.704 319.585 174.859 340.825 161.72 355.15M193.075 311.194C196.808 321.618 200.839 345.824 187.103 359.254M215.099 309.106C212.983 319.853 211.366 345.078 221.818 360M215.099 309.106C220.407 308.318 225.883 307.306 231.523 306.047M231.523 306.047C231.772 317.814 235.554 344.108 248.694 355.15M267.731 295.194C260.818 297.776 254.098 300.005 247.574 301.909C242.084 303.511 236.733 304.885 231.523 306.047M247.574 301.909C247.574 312.319 253.248 335.751 275.943 346.197M267.731 295.194C267.731 303.241 273.554 321.276 296.846 329.036M317.75 168.621C252.303 116.793 142.948 148.892 86.1231 175.945C79.2398 179.222 76.5533 187.464 79.8057 194.359C83.3322 201.835 92.4611 204.74 99.8228 200.98C204.619 147.466 288.153 156.693 317.75 168.621Z\" stroke=\"white\" stroke-width=\"10\" stroke-linecap=\"round\"\/><\/svg><\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_1 et_pb_section et_section_regular et_flex_section\">\n<div class=\"et_pb_row_2 et_pb_row et_flex_row wb-projects-wrapper preset--group--divi-row--divi-sizing--h1k452m--skkivjnd7x\">\n<div class=\"et_pb_column_2 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 wb-project\" data-category=\"tc\">\n<div class=\"et_pb_text_6 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module preset--group--divi-text--divi-font-header--h1y3ko5--vykrqra1m2\"><div class=\"et_pb_text_inner\"><h3>Avant et apr\u00e8s une greffe de cheveux FUE avec 2400 unit\u00e9s folliculaires (UF)<\/h3>\n<\/div><\/div>\n\n<div class=\"et_pb_code_1 et_pb_code et_pb_module\"><div class=\"et_pb_code_inner\"><link rel=\"stylesheet\" href=\"https:\/\/cdn.jsdelivr.net\/npm\/swiper@11\/swiper-bundle.min.css\" \/>\n\n<div class=\"swiper mySwiper\">\n  <div class=\"swiper-wrapper\">\n    <div class=\"swiper-slide\">\n      <img decoding=\"async\" src=\"https:\/\/refonte.greffecheveuxdhd.ca\/wp-content\/uploads\/2026\/06\/avant-apres-1-1_result.webp\" alt=\"Avant Apr\u00e8s 1\">\n    <\/div>\n    <div class=\"swiper-slide\">\n      <img decoding=\"async\" src=\"https:\/\/refonte.greffecheveuxdhd.ca\/wp-content\/uploads\/2026\/06\/avant-apres-1-2_result.webp\" alt=\"Avant Apr\u00e8s 2\">\n    <\/div>\n    <div class=\"swiper-slide\">\n      <img decoding=\"async\" src=\"https:\/\/refonte.greffecheveuxdhd.ca\/wp-content\/uploads\/2026\/06\/avant-apres-1-3_result.webp\" alt=\"Avant Apr\u00e8s 3\">\n    <\/div>\n    <div class=\"swiper-slide\">\n      <img decoding=\"async\" src=\"https:\/\/refonte.greffecheveuxdhd.ca\/wp-content\/uploads\/2026\/06\/avant-apres-1-4_result.webp\" alt=\"Avant Apr\u00e8s 4\">\n    <\/div>\n  <\/div>\n  \n  <div class=\"swiper-button-next\"><\/div>\n  <div class=\"swiper-button-prev\"><\/div>\n<\/div>\n\n<script src=\"https:\/\/cdn.jsdelivr.net\/npm\/swiper@11\/swiper-bundle.min.js\"><\/script>\n\n<style>\n\/* Container settings: Takes 100% of the parent column *\/\n.mySwiper {\n  width: 100%;\n  height: auto;\n  overflow: hidden;\n  position: relative;\n}\n\n\/* Image scaling: No max constraints, natural height dictated by 100% width *\/\n.swiper-slide img {\n  display: block;\n  width: 100%;\n  height: auto;\n  object-fit: cover;\n}\n\n\/* --- Modern Glassmorphism Arrows --- *\/\n.swiper-button-next,\n.swiper-button-prev {\n  width: 44px !important;\n  height: 44px !important;\n  background: rgba(255, 255, 255, 0.15); \/* Semi-transparent background *\/\n  backdrop-filter: blur(10px); \/* The blur effect *\/\n  -webkit-backdrop-filter: blur(10px); \/* For Safari compatibility *\/\n  border: 1px solid rgba(255, 255, 255, 0.3); \/* Subtle light border *\/\n  border-radius: 50%; \/* Makes the background a perfect circle *\/\n  color: #ffffff !important; \/* White arrow color *\/\n  transition: all 0.3s ease;\n}\n\n\/* Hover effect *\/\n.swiper-button-next:hover,\n.swiper-button-prev:hover {\n  background: rgba(255, 255, 255, 0.3);\n  transform: scale(1.05);\n}\n\n\/* Shrink and style the default Swiper arrow icon *\/\n.swiper-button-next::after,\n.swiper-button-prev::after {\n  font-size: 16px !important; \/* Smaller arrow size *\/\n  font-weight: 900;\n}\n<\/style>\n\n<script>\ndocument.addEventListener(\"DOMContentLoaded\", function() {\n  const swiper = new Swiper(\".mySwiper\", {\n    slidesPerView: 1,      \/\/ Forces one image per slide\n    spaceBetween: 0,       \/\/ No gaps between slides\n    loop: true,            \/\/ Allows infinite swiping\n    grabCursor: true,      \/\/ Enables drag-to-swipe with mouse and finger\n    \n    \/\/ Configures the navigation arrows\n    navigation: {\n      nextEl: \".swiper-button-next\",\n      prevEl: \".swiper-button-prev\",\n    },\n  });\n});\n<\/script><\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_3 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 wb-project\" data-category=\"tc\">\n<div class=\"et_pb_text_7 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module preset--group--divi-text--divi-font-header--h1y3ko5--vykrqra1m2\"><div class=\"et_pb_text_inner\"><h3>Avant et 6 mois apr\u00e8s une greffe de cheveux FUE utilisant 2000 UF de barbe et 600 UF de cuir chevelu<\/h3>\n<\/div><\/div>\n\n<div class=\"et_pb_code_2 et_pb_code et_pb_module\"><div class=\"et_pb_code_inner\"><link rel=\"stylesheet\" href=\"https:\/\/cdn.jsdelivr.net\/npm\/swiper@11\/swiper-bundle.min.css\" \/>\n\n<div class=\"swiper mySwiper\">\n  <div class=\"swiper-wrapper\">\n    <div class=\"swiper-slide\">\n      <img decoding=\"async\" src=\"https:\/\/refonte.greffecheveuxdhd.ca\/wp-content\/uploads\/2026\/06\/avant-apres-2-1_result.webp\" alt=\"Avant Apr\u00e8s 1\">\n    <\/div>\n    <div class=\"swiper-slide\">\n      <img decoding=\"async\" src=\"https:\/\/refonte.greffecheveuxdhd.ca\/wp-content\/uploads\/2026\/06\/avant-apres-2-2_result.webp\" alt=\"Avant Apr\u00e8s 2\">\n    <\/div>\n    <div class=\"swiper-slide\">\n      <img decoding=\"async\" src=\"https:\/\/refonte.greffecheveuxdhd.ca\/wp-content\/uploads\/2026\/06\/avant-apres-2-3_result.webp\" alt=\"Avant Apr\u00e8s 3\">\n    <\/div>\n    <div class=\"swiper-slide\">\n      <img decoding=\"async\" src=\"https:\/\/refonte.greffecheveuxdhd.ca\/wp-content\/uploads\/2026\/06\/avant-apres-2-4_result.webp\" alt=\"Avant Apr\u00e8s 4\">\n    <\/div>\n  <\/div>\n  \n  <div class=\"swiper-button-next\"><\/div>\n  <div class=\"swiper-button-prev\"><\/div>\n<\/div>\n\n<script src=\"https:\/\/cdn.jsdelivr.net\/npm\/swiper@11\/swiper-bundle.min.js\"><\/script>\n\n<style>\n\/* Container settings: Takes 100% of the parent column *\/\n.mySwiper {\n  width: 100%;\n  height: auto;\n  overflow: hidden;\n  position: relative;\n}\n\n\/* Image scaling: No max constraints, natural height dictated by 100% width *\/\n.swiper-slide img {\n  display: block;\n  width: 100%;\n  height: auto;\n  object-fit: cover;\n}\n\n\/* --- Modern Glassmorphism Arrows --- *\/\n.swiper-button-next,\n.swiper-button-prev {\n  width: 44px !important;\n  height: 44px !important;\n  background: rgba(255, 255, 255, 0.15); \/* Semi-transparent background *\/\n  backdrop-filter: blur(10px); \/* The blur effect *\/\n  -webkit-backdrop-filter: blur(10px); \/* For Safari compatibility *\/\n  border: 1px solid rgba(255, 255, 255, 0.3); \/* Subtle light border *\/\n  border-radius: 50%; \/* Makes the background a perfect circle *\/\n  color: #ffffff !important; \/* White arrow color *\/\n  transition: all 0.3s ease;\n}\n\n\/* Hover effect *\/\n.swiper-button-next:hover,\n.swiper-button-prev:hover {\n  background: rgba(255, 255, 255, 0.3);\n  transform: scale(1.05);\n}\n\n\/* Shrink and style the default Swiper arrow icon *\/\n.swiper-button-next::after,\n.swiper-button-prev::after {\n  font-size: 16px !important; \/* Smaller arrow size *\/\n  font-weight: 900;\n}\n<\/style>\n\n<script>\ndocument.addEventListener(\"DOMContentLoaded\", function() {\n  const swiper = new Swiper(\".mySwiper\", {\n    slidesPerView: 1,      \/\/ Forces one image per slide\n    spaceBetween: 0,       \/\/ No gaps between slides\n    loop: true,            \/\/ Allows infinite swiping\n    grabCursor: true,      \/\/ Enables drag-to-swipe with mouse and finger\n    \n    \/\/ Configures the navigation arrows\n    navigation: {\n      nextEl: \".swiper-button-next\",\n      prevEl: \".swiper-button-prev\",\n    },\n  });\n});\n<\/script><\/div><\/div>\n<\/div>\n\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 wb-project\" data-category=\"tc\">\n<div class=\"et_pb_text_8 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module preset--group--divi-text--divi-font-header--h1y3ko5--vykrqra1m2\"><div class=\"et_pb_text_inner\"><h3>Avant et 6 mois apr\u00e8s une greffe de cheveux FUE avec 4000 unit\u00e9s folliculaires (UF)<\/h3>\n<\/div><\/div>\n\n<div class=\"et_pb_code_3 et_pb_code et_pb_module\"><div class=\"et_pb_code_inner\"><link rel=\"stylesheet\" href=\"https:\/\/cdn.jsdelivr.net\/npm\/swiper@11\/swiper-bundle.min.css\" \/>\n\n<div class=\"swiper mySwiper\">\n  <div class=\"swiper-wrapper\">\n    <div class=\"swiper-slide\">\n      <img decoding=\"async\" src=\"https:\/\/refonte.greffecheveuxdhd.ca\/wp-content\/uploads\/2026\/06\/avant-apres-3-1_result.webp\" alt=\"Avant Apr\u00e8s 1\">\n    <\/div>\n    <div class=\"swiper-slide\">\n      <img decoding=\"async\" src=\"https:\/\/refonte.greffecheveuxdhd.ca\/wp-content\/uploads\/2026\/06\/avant-apres-3-2_result.webp\" alt=\"Avant Apr\u00e8s 2\">\n    <\/div>\n    <div class=\"swiper-slide\">\n      <img decoding=\"async\" src=\"https:\/\/refonte.greffecheveuxdhd.ca\/wp-content\/uploads\/2026\/06\/avant-apres-3-3_result.webp\" alt=\"Avant Apr\u00e8s 3\">\n    <\/div>\n    <div class=\"swiper-slide\">\n      <img decoding=\"async\" src=\"https:\/\/refonte.greffecheveuxdhd.ca\/wp-content\/uploads\/2026\/06\/avant-apres-3-4_result.webp\" alt=\"Avant Apr\u00e8s 4\">\n    <\/div>\n  <\/div>\n  \n  <div class=\"swiper-button-next\"><\/div>\n  <div class=\"swiper-button-prev\"><\/div>\n<\/div>\n\n<script src=\"https:\/\/cdn.jsdelivr.net\/npm\/swiper@11\/swiper-bundle.min.js\"><\/script>\n\n<style>\n\/* Container settings: Takes 100% of the parent column *\/\n.mySwiper {\n  width: 100%;\n  height: auto;\n  overflow: hidden;\n  position: relative;\n}\n\n\/* Image scaling: No max constraints, natural height dictated by 100% width *\/\n.swiper-slide img {\n  display: block;\n  width: 100%;\n  height: auto;\n  object-fit: cover;\n}\n\n\/* --- Modern Glassmorphism Arrows --- *\/\n.swiper-button-next,\n.swiper-button-prev {\n  width: 44px !important;\n  height: 44px !important;\n  background: rgba(255, 255, 255, 0.15); \/* Semi-transparent background *\/\n  backdrop-filter: blur(10px); \/* The blur effect *\/\n  -webkit-backdrop-filter: blur(10px); \/* For Safari compatibility *\/\n  border: 1px solid rgba(255, 255, 255, 0.3); \/* Subtle light border *\/\n  border-radius: 50%; \/* Makes the background a perfect circle *\/\n  color: #ffffff !important; \/* White arrow color *\/\n  transition: all 0.3s ease;\n}\n\n\/* Hover effect *\/\n.swiper-button-next:hover,\n.swiper-button-prev:hover {\n  background: rgba(255, 255, 255, 0.3);\n  transform: scale(1.05);\n}\n\n\/* Shrink and style the default Swiper arrow icon *\/\n.swiper-button-next::after,\n.swiper-button-prev::after {\n  font-size: 16px !important; \/* Smaller arrow size *\/\n  font-weight: 900;\n}\n<\/style>\n\n<script>\ndocument.addEventListener(\"DOMContentLoaded\", function() {\n  const swiper = new Swiper(\".mySwiper\", {\n    slidesPerView: 1,      \/\/ Forces one image per slide\n    spaceBetween: 0,       \/\/ No gaps between slides\n    loop: true,            \/\/ Allows infinite swiping\n    grabCursor: true,      \/\/ Enables drag-to-swipe with mouse and finger\n    \n    \/\/ Configures the navigation arrows\n    navigation: {\n      nextEl: \".swiper-button-next\",\n      prevEl: \".swiper-button-prev\",\n    },\n  });\n});\n<\/script><\/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 wb-project\" data-category=\"tc\">\n<div class=\"et_pb_text_9 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module preset--group--divi-text--divi-font-header--h1y3ko5--vykrqra1m2\"><div class=\"et_pb_text_inner\"><h3>Avant et 6 mois apr\u00e8s une greffe de cheveux FUE avec plus de 2300 unit\u00e9s folliculaires (UF)<\/h3>\n<\/div><\/div>\n\n<div class=\"et_pb_code_4 et_pb_code et_pb_module\"><div class=\"et_pb_code_inner\"><!-- Swiper CSS -->\n<link rel=\"stylesheet\" href=\"https:\/\/cdn.jsdelivr.net\/npm\/swiper@11\/swiper-bundle.min.css\" \/>\n\n<!-- Carousel Container -->\n<div class=\"swiper mySwiper\">\n  <div class=\"swiper-wrapper\">\n    <!-- Slides -->\n    <div class=\"swiper-slide\">\n      <img decoding=\"async\" src=\"https:\/\/refonte.greffecheveuxdhd.ca\/wp-content\/uploads\/2026\/06\/avant-apres-4-1_result.webp\" alt=\"Avant Apr\u00e8s 1\">\n    <\/div>\n    <div class=\"swiper-slide\">\n      <img decoding=\"async\" src=\"https:\/\/refonte.greffecheveuxdhd.ca\/wp-content\/uploads\/2026\/06\/avant-apres-4-2_result.webp\" alt=\"Avant Apr\u00e8s 2\">\n    <\/div>\n    <div class=\"swiper-slide\">\n      <img decoding=\"async\" src=\"https:\/\/refonte.greffecheveuxdhd.ca\/wp-content\/uploads\/2026\/06\/avant-apres-4-3_result.webp\" alt=\"Avant Apr\u00e8s 3\">\n    <\/div>\n    <div class=\"swiper-slide\">\n      <img decoding=\"async\" src=\"https:\/\/refonte.greffecheveuxdhd.ca\/wp-content\/uploads\/2026\/06\/avant-apres-4-4_result.webp\" alt=\"Avant Apr\u00e8s 4\">\n    <\/div>\n  <\/div>\n  \n  <!-- Navigation Arrows -->\n  <div class=\"swiper-button-next\"><\/div>\n  <div class=\"swiper-button-prev\"><\/div>\n<\/div>\n\n<!-- Swiper JS -->\n<script src=\"https:\/\/cdn.jsdelivr.net\/npm\/swiper@11\/swiper-bundle.min.js\"><\/script>\n\n<style>\n\/* Container settings: Takes 100% of the parent column *\/\n.mySwiper {\n  width: 100%;\n  height: auto;\n  overflow: hidden;\n  position: relative;\n}\n\n\/* Image scaling: No max constraints, natural height dictated by 100% width *\/\n.swiper-slide img {\n  display: block;\n  width: 100%;\n  height: auto;\n  object-fit: cover;\n}\n\n\/* --- Modern Glassmorphism Arrows --- *\/\n.swiper-button-next,\n.swiper-button-prev {\n  width: 44px !important;\n  height: 44px !important;\n  background: rgba(255, 255, 255, 0.15); \/* Semi-transparent background *\/\n  backdrop-filter: blur(10px); \/* The blur effect *\/\n  -webkit-backdrop-filter: blur(10px); \/* For Safari compatibility *\/\n  border: 1px solid rgba(255, 255, 255, 0.3); \/* Subtle light border *\/\n  border-radius: 50%; \/* Makes the background a perfect circle *\/\n  color: #ffffff !important; \/* White arrow color *\/\n  transition: all 0.3s ease;\n}\n\n\/* Hover effect *\/\n.swiper-button-next:hover,\n.swiper-button-prev:hover {\n  background: rgba(255, 255, 255, 0.3);\n  transform: scale(1.05);\n}\n\n\/* Shrink and style the default Swiper arrow icon *\/\n.swiper-button-next::after,\n.swiper-button-prev::after {\n  font-size: 16px !important; \/* Smaller arrow size *\/\n  font-weight: 900;\n}\n<\/style>\n\n<script>\ndocument.addEventListener(\"DOMContentLoaded\", function() {\n  const swiper = new Swiper(\".mySwiper\", {\n    slidesPerView: 1,      \/\/ Forces one image per slide\n    spaceBetween: 0,       \/\/ No gaps between slides\n    loop: true,            \/\/ Allows infinite swiping\n    grabCursor: true,      \/\/ Enables drag-to-swipe with mouse and finger\n    \n    \/\/ Configures the navigation arrows\n    navigation: {\n      nextEl: \".swiper-button-next\",\n      prevEl: \".swiper-button-prev\",\n    },\n  });\n});\n<\/script><\/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 wb-project\" data-category=\"tc\">\n<div class=\"et_pb_text_10 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module preset--group--divi-text--divi-font-header--h1y3ko5--vykrqra1m2\"><div class=\"et_pb_text_inner\"><h3>Avant et 6 mois apr\u00e8s une greffe de cheveux FUE avec 2000 unit\u00e9s folliculaires (UF)<\/h3>\n<\/div><\/div>\n\n<div class=\"et_pb_code_5 et_pb_code et_pb_module\"><div class=\"et_pb_code_inner\"><link rel=\"stylesheet\" href=\"https:\/\/cdn.jsdelivr.net\/npm\/swiper@11\/swiper-bundle.min.css\" \/>\n\n<div class=\"swiper mySwiper\">\n  <div class=\"swiper-wrapper\">\n    <div class=\"swiper-slide\">\n      <img decoding=\"async\" src=\"https:\/\/refonte.greffecheveuxdhd.ca\/wp-content\/uploads\/2026\/06\/avant-apres-5-1_result.webp\" alt=\"Avant Apr\u00e8s 1\">\n    <\/div>\n    <div class=\"swiper-slide\">\n      <img decoding=\"async\" src=\"https:\/\/refonte.greffecheveuxdhd.ca\/wp-content\/uploads\/2026\/06\/avant-apres-5-2_result.webp\" alt=\"Avant Apr\u00e8s 2\">\n    <\/div>\n    <div class=\"swiper-slide\">\n      <img decoding=\"async\" src=\"https:\/\/refonte.greffecheveuxdhd.ca\/wp-content\/uploads\/2026\/06\/avant-apres-5-3_result.webp\" alt=\"Avant Apr\u00e8s 3\">\n    <\/div>\n    <div class=\"swiper-slide\">\n      <img decoding=\"async\" src=\"https:\/\/refonte.greffecheveuxdhd.ca\/wp-content\/uploads\/2026\/06\/avant-apres-5-4_result.webp\" alt=\"Avant Apr\u00e8s 4\">\n    <\/div>\n  <\/div>\n  \n  <div class=\"swiper-button-next\"><\/div>\n  <div class=\"swiper-button-prev\"><\/div>\n<\/div>\n\n<script src=\"https:\/\/cdn.jsdelivr.net\/npm\/swiper@11\/swiper-bundle.min.js\"><\/script>\n\n<style>\n\/* Container settings: Takes 100% of the parent column *\/\n.mySwiper {\n  width: 100%;\n  height: auto;\n  overflow: hidden;\n  position: relative;\n}\n\n\/* Image scaling: No max constraints, natural height dictated by 100% width *\/\n.swiper-slide img {\n  display: block;\n  width: 100%;\n  height: auto;\n  object-fit: cover;\n}\n\n\/* --- Modern Glassmorphism Arrows --- *\/\n.swiper-button-next,\n.swiper-button-prev {\n  width: 44px !important;\n  height: 44px !important;\n  background: rgba(255, 255, 255, 0.15); \/* Semi-transparent background *\/\n  backdrop-filter: blur(10px); \/* The blur effect *\/\n  -webkit-backdrop-filter: blur(10px); \/* For Safari compatibility *\/\n  border: 1px solid rgba(255, 255, 255, 0.3); \/* Subtle light border *\/\n  border-radius: 50%; \/* Makes the background a perfect circle *\/\n  color: #ffffff !important; \/* White arrow color *\/\n  transition: all 0.3s ease;\n}\n\n\/* Hover effect *\/\n.swiper-button-next:hover,\n.swiper-button-prev:hover {\n  background: rgba(255, 255, 255, 0.3);\n  transform: scale(1.05);\n}\n\n\/* Shrink and style the default Swiper arrow icon *\/\n.swiper-button-next::after,\n.swiper-button-prev::after {\n  font-size: 16px !important; \/* Smaller arrow size *\/\n  font-weight: 900;\n}\n<\/style>\n\n<script>\ndocument.addEventListener(\"DOMContentLoaded\", function() {\n  const swiper = new Swiper(\".mySwiper\", {\n    slidesPerView: 1,      \/\/ Forces one image per slide\n    spaceBetween: 0,       \/\/ No gaps between slides\n    loop: true,            \/\/ Allows infinite swiping\n    grabCursor: true,      \/\/ Enables drag-to-swipe with mouse and finger\n    \n    \/\/ Configures the navigation arrows\n    navigation: {\n      nextEl: \".swiper-button-next\",\n      prevEl: \".swiper-button-prev\",\n    },\n  });\n});\n<\/script><\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_7 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 wb-project\" data-category=\"tb\">\n<div class=\"et_pb_text_11 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module preset--group--divi-text--divi-font-header--h1y3ko5--vykrqra1m2\"><div class=\"et_pb_text_inner\"><h3>Transplantation de barbe<\/h3>\n<\/div><\/div>\n\n<div class=\"et_pb_code_6 et_pb_code et_pb_module\"><div class=\"et_pb_code_inner\"><!-- Swiper CSS -->\n<link rel=\"stylesheet\" href=\"https:\/\/cdn.jsdelivr.net\/npm\/swiper@11\/swiper-bundle.min.css\" \/>\n\n<!-- Carousel Container -->\n<div class=\"swiper mySwiper\">\n  <div class=\"swiper-wrapper\">\n    <!-- Slides -->\n    <div class=\"swiper-slide\">\n      <img decoding=\"async\" src=\"https:\/\/refonte.greffecheveuxdhd.ca\/wp-content\/uploads\/2026\/06\/avant-apres-6-1_result.webp\" alt=\"Avant Apr\u00e8s 1\">\n    <\/div>\n    <div class=\"swiper-slide\">\n      <img decoding=\"async\" src=\"https:\/\/refonte.greffecheveuxdhd.ca\/wp-content\/uploads\/2026\/06\/avant-apres-6-2_result.webp\" alt=\"Avant Apr\u00e8s 2\">\n    <\/div>\n    <div class=\"swiper-slide\">\n      <img decoding=\"async\" src=\"https:\/\/refonte.greffecheveuxdhd.ca\/wp-content\/uploads\/2026\/06\/avant-apres-6-3_result.webp\" alt=\"Avant Apr\u00e8s 3\">\n    <\/div>\n    <div class=\"swiper-slide\">\n      <img decoding=\"async\" src=\"https:\/\/refonte.greffecheveuxdhd.ca\/wp-content\/uploads\/2026\/06\/avant-apres-6-4_result.webp\" alt=\"Avant Apr\u00e8s 4\">\n    <\/div>\n  <\/div>\n  \n  <!-- Navigation Arrows -->\n  <div class=\"swiper-button-next\"><\/div>\n  <div class=\"swiper-button-prev\"><\/div>\n<\/div>\n\n<!-- Swiper JS -->\n<script src=\"https:\/\/cdn.jsdelivr.net\/npm\/swiper@11\/swiper-bundle.min.js\"><\/script>\n\n<style>\n\/* Container settings: Takes 100% of the parent column *\/\n.mySwiper {\n  width: 100%;\n  height: auto;\n  overflow: hidden;\n  position: relative;\n}\n\n\/* Image scaling: No max constraints, natural height dictated by 100% width *\/\n.swiper-slide img {\n  display: block;\n  width: 100%;\n  height: auto;\n  object-fit: cover;\n}\n\n\/* --- Modern Glassmorphism Arrows --- *\/\n.swiper-button-next,\n.swiper-button-prev {\n  width: 44px !important;\n  height: 44px !important;\n  background: rgba(255, 255, 255, 0.15); \/* Semi-transparent background *\/\n  backdrop-filter: blur(10px); \/* The blur effect *\/\n  -webkit-backdrop-filter: blur(10px); \/* For Safari compatibility *\/\n  border: 1px solid rgba(255, 255, 255, 0.3); \/* Subtle light border *\/\n  border-radius: 50%; \/* Makes the background a perfect circle *\/\n  color: #ffffff !important; \/* White arrow color *\/\n  transition: all 0.3s ease;\n}\n\n\/* Hover effect *\/\n.swiper-button-next:hover,\n.swiper-button-prev:hover {\n  background: rgba(255, 255, 255, 0.3);\n  transform: scale(1.05);\n}\n\n\/* Shrink and style the default Swiper arrow icon *\/\n.swiper-button-next::after,\n.swiper-button-prev::after {\n  font-size: 16px !important; \/* Smaller arrow size *\/\n  font-weight: 900;\n}\n<\/style>\n\n<script>\ndocument.addEventListener(\"DOMContentLoaded\", function() {\n  const swiper = new Swiper(\".mySwiper\", {\n    slidesPerView: 1,      \/\/ Forces one image per slide\n    spaceBetween: 0,       \/\/ No gaps between slides\n    loop: true,            \/\/ Allows infinite swiping\n    grabCursor: true,      \/\/ Enables drag-to-swipe with mouse and finger\n    \n    \/\/ Configures the navigation arrows\n    navigation: {\n      nextEl: \".swiper-button-next\",\n      prevEl: \".swiper-button-prev\",\n    },\n  });\n});\n<\/script><\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_8 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 wb-project\" data-category=\"tb\">\n<div class=\"et_pb_text_12 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module preset--group--divi-text--divi-font-header--h1y3ko5--vykrqra1m2\"><div class=\"et_pb_text_inner\"><h3>Transplantation de barbe<\/h3>\n<\/div><\/div>\n\n<div class=\"et_pb_code_7 et_pb_code et_pb_module\"><div class=\"et_pb_code_inner\"><link rel=\"stylesheet\" href=\"https:\/\/cdn.jsdelivr.net\/npm\/swiper@11\/swiper-bundle.min.css\" \/>\n\n<div class=\"swiper mySwiper\">\n  <div class=\"swiper-wrapper\">\n    <div class=\"swiper-slide\">\n      <img decoding=\"async\" src=\"https:\/\/refonte.greffecheveuxdhd.ca\/wp-content\/uploads\/2026\/06\/avant-apres-7-1_result.webp\" alt=\"Avant Apr\u00e8s 1\">\n    <\/div>\n    <div class=\"swiper-slide\">\n      <img decoding=\"async\" src=\"https:\/\/refonte.greffecheveuxdhd.ca\/wp-content\/uploads\/2026\/06\/avant-apres-7-2_result.webp\" alt=\"Avant Apr\u00e8s 2\">\n    <\/div>\n    <div class=\"swiper-slide\">\n      <img decoding=\"async\" src=\"https:\/\/refonte.greffecheveuxdhd.ca\/wp-content\/uploads\/2026\/06\/avant-apres-7-3_result.webp\" alt=\"Avant Apr\u00e8s 3\">\n    <\/div>\n    <div class=\"swiper-slide\">\n      <img decoding=\"async\" src=\"https:\/\/refonte.greffecheveuxdhd.ca\/wp-content\/uploads\/2026\/06\/avant-apres-7-4_result.webp\" alt=\"Avant Apr\u00e8s 4\">\n    <\/div>\n  <\/div>\n  \n  <div class=\"swiper-button-next\"><\/div>\n  <div class=\"swiper-button-prev\"><\/div>\n<\/div>\n\n<script src=\"https:\/\/cdn.jsdelivr.net\/npm\/swiper@11\/swiper-bundle.min.js\"><\/script>\n\n<style>\n\/* Container settings: Takes 100% of the parent column *\/\n.mySwiper {\n  width: 100%;\n  height: auto;\n  overflow: hidden;\n  position: relative;\n}\n\n\/* Image scaling: No max constraints, natural height dictated by 100% width *\/\n.swiper-slide img {\n  display: block;\n  width: 100%;\n  height: auto;\n  object-fit: cover;\n}\n\n\/* --- Modern Glassmorphism Arrows --- *\/\n.swiper-button-next,\n.swiper-button-prev {\n  width: 44px !important;\n  height: 44px !important;\n  background: rgba(255, 255, 255, 0.15); \/* Semi-transparent background *\/\n  backdrop-filter: blur(10px); \/* The blur effect *\/\n  -webkit-backdrop-filter: blur(10px); \/* For Safari compatibility *\/\n  border: 1px solid rgba(255, 255, 255, 0.3); \/* Subtle light border *\/\n  border-radius: 50%; \/* Makes the background a perfect circle *\/\n  color: #ffffff !important; \/* White arrow color *\/\n  transition: all 0.3s ease;\n}\n\n\/* Hover effect *\/\n.swiper-button-next:hover,\n.swiper-button-prev:hover {\n  background: rgba(255, 255, 255, 0.3);\n  transform: scale(1.05);\n}\n\n\/* Shrink and style the default Swiper arrow icon *\/\n.swiper-button-next::after,\n.swiper-button-prev::after {\n  font-size: 16px !important; \/* Smaller arrow size *\/\n  font-weight: 900;\n}\n<\/style>\n\n<script>\ndocument.addEventListener(\"DOMContentLoaded\", function() {\n  const swiper = new Swiper(\".mySwiper\", {\n    slidesPerView: 1,      \/\/ Forces one image per slide\n    spaceBetween: 0,       \/\/ No gaps between slides\n    loop: true,            \/\/ Allows infinite swiping\n    grabCursor: true,      \/\/ Enables drag-to-swipe with mouse and finger\n    \n    \/\/ Configures the navigation arrows\n    navigation: {\n      nextEl: \".swiper-button-next\",\n      prevEl: \".swiper-button-prev\",\n    },\n  });\n});\n<\/script><\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_9 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 wb-project\" data-category=\"ts\">\n<div class=\"et_pb_text_13 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module preset--group--divi-text--divi-font-header--h1y3ko5--vykrqra1m2\"><div class=\"et_pb_text_inner\"><h3>Transplantation de sourcils<\/h3>\n<\/div><\/div>\n\n<div class=\"et_pb_code_8 et_pb_code et_pb_module\"><div class=\"et_pb_code_inner\"><!-- Swiper CSS -->\n<link rel=\"stylesheet\" href=\"https:\/\/cdn.jsdelivr.net\/npm\/swiper@11\/swiper-bundle.min.css\" \/>\n\n<!-- Carousel Container -->\n<div class=\"swiper mySwiper\">\n  <div class=\"swiper-wrapper\">\n    <!-- Slides -->\n    <div class=\"swiper-slide\">\n      <img decoding=\"async\" src=\"https:\/\/refonte.greffecheveuxdhd.ca\/wp-content\/uploads\/2026\/06\/avant-apres-8-1_result.webp\" alt=\"Avant Apr\u00e8s 1\">\n    <\/div>\n    <div class=\"swiper-slide\">\n      <img decoding=\"async\" src=\"https:\/\/refonte.greffecheveuxdhd.ca\/wp-content\/uploads\/2026\/06\/avant-apres-8-2_result.webp\" alt=\"Avant Apr\u00e8s 2\">\n    <\/div>\n    <div class=\"swiper-slide\">\n      <img decoding=\"async\" src=\"https:\/\/refonte.greffecheveuxdhd.ca\/wp-content\/uploads\/2026\/06\/avant-apres-8-3_result.webp\" alt=\"Avant Apr\u00e8s 3\">\n    <\/div>\n  <\/div>\n  \n  <!-- Navigation Arrows -->\n  <div class=\"swiper-button-next\"><\/div>\n  <div class=\"swiper-button-prev\"><\/div>\n<\/div>\n\n<!-- Swiper JS -->\n<script src=\"https:\/\/cdn.jsdelivr.net\/npm\/swiper@11\/swiper-bundle.min.js\"><\/script>\n\n<style>\n\/* Container settings: Takes 100% of the parent column *\/\n.mySwiper {\n  width: 100%;\n  height: auto;\n  overflow: hidden;\n  position: relative;\n}\n\n\/* Image scaling: No max constraints, natural height dictated by 100% width *\/\n.swiper-slide img {\n  display: block;\n  width: 100%;\n  height: auto;\n  object-fit: cover;\n}\n\n\/* --- Modern Glassmorphism Arrows --- *\/\n.swiper-button-next,\n.swiper-button-prev {\n  width: 44px !important;\n  height: 44px !important;\n  background: rgba(255, 255, 255, 0.15); \/* Semi-transparent background *\/\n  backdrop-filter: blur(10px); \/* The blur effect *\/\n  -webkit-backdrop-filter: blur(10px); \/* For Safari compatibility *\/\n  border: 1px solid rgba(255, 255, 255, 0.3); \/* Subtle light border *\/\n  border-radius: 50%; \/* Makes the background a perfect circle *\/\n  color: #ffffff !important; \/* White arrow color *\/\n  transition: all 0.3s ease;\n}\n\n\/* Hover effect *\/\n.swiper-button-next:hover,\n.swiper-button-prev:hover {\n  background: rgba(255, 255, 255, 0.3);\n  transform: scale(1.05);\n}\n\n\/* Shrink and style the default Swiper arrow icon *\/\n.swiper-button-next::after,\n.swiper-button-prev::after {\n  font-size: 16px !important; \/* Smaller arrow size *\/\n  font-weight: 900;\n}\n<\/style>\n\n<script>\ndocument.addEventListener(\"DOMContentLoaded\", function() {\n  const swiper = new Swiper(\".mySwiper\", {\n    slidesPerView: 1,      \/\/ Forces one image per slide\n    spaceBetween: 0,       \/\/ No gaps between slides\n    loop: true,            \/\/ Allows infinite swiping\n    grabCursor: true,      \/\/ Enables drag-to-swipe with mouse and finger\n    \n    \/\/ Configures the navigation arrows\n    navigation: {\n      nextEl: \".swiper-button-next\",\n      prevEl: \".swiper-button-prev\",\n    },\n  });\n});\n<\/script><\/div><\/div>\n<\/div>\n<\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"_seopress_titles_title":"Before \/ after %%sep%% %%sitename%%","_seopress_titles_desc":"Before and after %%sep%% Our results speak for themselves. Discover the hair transformations achieved thanks to our clinic&#039;s treatments.","_seopress_robots_index":"","_seopress_robots_follow":"","_seopress_robots_imageindex":"","_seopress_robots_snippet":"","_seopress_robots_primary_cat":"","_seopress_robots_breadcrumbs":"","_seopress_robots_freeze_modified_date":"","_seopress_robots_custom_modified_date":"","_seopress_robots_canonical":"","_seopress_social_fb_title":"","_seopress_social_fb_desc":"","_seopress_social_fb_img":"","_seopress_social_fb_img_attachment_id":0,"_seopress_social_fb_img_width":0,"_seopress_social_fb_img_height":0,"_seopress_social_twitter_title":"","_seopress_social_twitter_desc":"","_seopress_social_twitter_img":"","_seopress_social_twitter_img_attachment_id":0,"_seopress_social_twitter_img_width":0,"_seopress_social_twitter_img_height":0,"_seopress_redirections_value":"","_seopress_redirections_enabled":"","_seopress_redirections_enabled_regex":"","_seopress_redirections_logged_status":"","_seopress_redirections_param":"","_seopress_redirections_type":0,"_seopress_analysis_target_kw":"Before \/ after","footnotes":""},"seo":[],"class_list":["post-241266","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/greffecheveuxdhd.ca\/en\/wp-json\/wp\/v2\/pages\/241266","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/greffecheveuxdhd.ca\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/greffecheveuxdhd.ca\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/greffecheveuxdhd.ca\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/greffecheveuxdhd.ca\/en\/wp-json\/wp\/v2\/comments?post=241266"}],"version-history":[{"count":4,"href":"https:\/\/greffecheveuxdhd.ca\/en\/wp-json\/wp\/v2\/pages\/241266\/revisions"}],"predecessor-version":[{"id":242505,"href":"https:\/\/greffecheveuxdhd.ca\/en\/wp-json\/wp\/v2\/pages\/241266\/revisions\/242505"}],"wp:attachment":[{"href":"https:\/\/greffecheveuxdhd.ca\/en\/wp-json\/wp\/v2\/media?parent=241266"}],"wp:term":[{"taxonomy":"seo","embeddable":true,"href":"https:\/\/greffecheveuxdhd.ca\/en\/wp-json\/wp\/v2\/seo?post=241266"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}