{"id":502,"date":"2025-07-14T09:22:54","date_gmt":"2025-07-14T09:22:54","guid":{"rendered":"https:\/\/laservie.com\/?page_id=502"},"modified":"2025-07-17T09:31:20","modified_gmt":"2025-07-17T09:31:20","slug":"elementor-502","status":"publish","type":"page","link":"https:\/\/laservie.com\/index.php\/elementor-502\/","title":{"rendered":"Elementor #502"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"502\" class=\"elementor elementor-502\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a6798e7 e-con-full e-flex e-con e-parent\" data-id=\"a6798e7\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e8b06b3 elementor-widget elementor-widget-html\" data-id=\"e8b06b3\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t\r\n\r\n\r\n<!DOCTYPE html>\r\n<html lang=\"fr\">\r\n<head>\r\n  <meta charset=\"UTF-8\" \/>\r\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\/>\r\n  <title>LaserVie - Rendez-vous<\/title>\r\n  <style>\r\n    * {\r\n      margin: 0;\r\n      padding: 0;\r\n      box-sizing: border-box;\r\n    }\r\n\r\n    body {\r\n      font-family: Arial, sans-serif;\r\n      overflow-x: hidden;\r\n    }\r\n\r\n    .navbar-bg {\r\n      background-color: white;\r\n      width: 100%;\r\n    }\r\n\r\n    .navbar-container {\r\n      max-width: 1800px;\r\n      margin: 0 auto;\r\n      padding-left: 10px;\r\n      padding-right: 40px;\r\n    }\r\n\r\n    .navbar {\r\n      display: flex;\r\n      justify-content: space-between;\r\n      align-items: center;\r\n      padding: 20px 0;\r\n      flex-wrap: wrap;\r\n    }\r\n\r\n    .logo img {\r\n      height: 70px;\r\n      width: auto;\r\n    }\r\n\r\n    .nav-left {\r\n      display: flex;\r\n      align-items: center;\r\n      gap: 15px;\r\n      flex-wrap: wrap;\r\n    }\r\n\r\n    .nav-left li {\r\n      list-style: none;\r\n      position: relative;\r\n    }\r\n\r\n    .nav-left li a {\r\n      color: #0cb8b6;\r\n      text-decoration: none;\r\n      font-weight: bold;\r\n      font-size: 18px;\r\n      padding: 10px 15px;\r\n      display: block;\r\n      transition: background 0.3s ease;\r\n      white-space: nowrap;\r\n    }\r\n\r\n    .nav-left li a:hover {\r\n      background-color: rgba(12, 184, 182, 0.1);\r\n      border-radius: 6px;\r\n    }\r\n\r\n    .dropdown-menu {\r\n      display: none;\r\n      position: absolute;\r\n      top: 100%;\r\n      left: 0;\r\n      background-color: white;\r\n      min-width: 220px;\r\n      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);\r\n      border-radius: 6px;\r\n      z-index: 1000;\r\n    }\r\n\r\n    .dropdown-menu li a {\r\n      font-size: 15px;\r\n      padding: 12px 16px;\r\n      display: block;\r\n      color: #0cb8b6;\r\n    }\r\n\r\n    .dropdown-menu li a:hover {\r\n      background-color: #f0f0f0;\r\n    }\r\n\r\n    .nav-left li:hover .dropdown-menu {\r\n      display: block;\r\n    }\r\n\r\n    .nav-right {\r\n      display: flex;\r\n      align-items: center;\r\n      gap: 20px;\r\n    }\r\n\r\n    .btn-outline,\r\n    .btn-filled {\r\n      padding: 10px 20px;\r\n      border-radius: 30px;\r\n      font-weight: bold;\r\n      text-decoration: none;\r\n      font-size: 14px;\r\n      cursor: pointer;\r\n      white-space: nowrap;\r\n    }\r\n\r\n    .btn-outline {\r\n      border: 2px solid #0cb8b6;\r\n      color: #0cb8b6;\r\n      background: transparent;\r\n    }\r\n\r\n    .btn-outline:hover {\r\n      background-color: #0cb8b6;\r\n      color: white;\r\n    }\r\n\r\n    .btn-filled {\r\n      background-color: #0cb8b6;\r\n      color: white;\r\n    }\r\n\r\n    .btn-filled:hover {\r\n      background-color: #099c9a;\r\n    }\r\n\r\n    .burger {\r\n      display: none;\r\n      flex-direction: column;\r\n      cursor: pointer;\r\n      gap: 5px;\r\n    }\r\n\r\n    .burger div {\r\n      width: 25px;\r\n      height: 3px;\r\n      background-color: #0cb8b6;\r\n      border-radius: 2px;\r\n    }\r\n\r\n    \/* Mobile Styles *\/\r\n    @media (max-width: 960px) {\r\n      .navbar {\r\n        flex-direction: column;\r\n        align-items: flex-start;\r\n        gap: 20px;\r\n      }\r\n\r\n      .navbar-top {\r\n        width: 100%;\r\n        display: flex;\r\n        justify-content: space-between;\r\n        align-items: center;\r\n      }\r\n\r\n      .nav-left,\r\n      .nav-right {\r\n        flex-direction: column;\r\n        align-items: flex-start;\r\n        gap: 12px;\r\n        width: 100%;\r\n        display: none;\r\n      }\r\n\r\n      .nav-left.active,\r\n      .nav-right.active {\r\n        display: flex;\r\n      }\r\n\r\n      .dropdown-menu {\r\n        position: static;\r\n        box-shadow: none;\r\n        background-color: #e6f8f8;\r\n      }\r\n\r\n      .dropdown-menu li a {\r\n        padding-left: 30px;\r\n      }\r\n\r\n      .btn-outline,\r\n      .btn-filled {\r\n        width: 100%;\r\n        text-align: center;\r\n      }\r\n\r\n      .burger {\r\n        display: flex;\r\n        margin-left: auto;\r\n      }\r\n\r\n      .logo img {\r\n        height: 60px;\r\n      }\r\n    }\r\n\r\n    \/* Formulaire *\/\r\n    .form-container {\r\n      max-width: 800px;\r\n      margin: 40px auto;\r\n      padding: 20px;\r\n      border-radius: 10px;\r\n      background-color: #f9f9f9;\r\n      box-shadow: 0 4px 12px rgba(0,0,0,0.1);\r\n      animation: zoomIn 0.6s ease;\r\n    }\r\n\r\n    .form-container h2 {\r\n      color: #0cb8b6;\r\n      text-align: center;\r\n      margin-bottom: 30px;\r\n    }\r\n\r\n    .form-container form {\r\n      display: flex;\r\n      flex-direction: column;\r\n      gap: 20px;\r\n    }\r\n\r\n    .form-container label {\r\n      font-weight: bold;\r\n    }\r\n\r\n    .form-container input,\r\n    .form-container textarea {\r\n      padding: 10px;\r\n      border: 1px solid #ccc;\r\n      border-radius: 5px;\r\n      width: 100%;\r\n    }\r\n\r\n    .form-container button {\r\n      background-color: #0cb8b6;\r\n      color: white;\r\n      padding: 12px;\r\n      border: none;\r\n      border-radius: 30px;\r\n      font-size: 16px;\r\n      font-weight: bold;\r\n      cursor: pointer;\r\n    }\r\n\r\n    .form-container button:hover {\r\n      background-color: #099c9a;\r\n    }\r\n\r\n    @keyframes zoomIn {\r\n      from {\r\n        transform: scale(0.9);\r\n        opacity: 0;\r\n      }\r\n      to {\r\n        transform: scale(1);\r\n        opacity: 1;\r\n      }\r\n    }\r\n  <\/style>\r\n<\/head>\r\n<body>\r\n\r\n  <!-- \ud83d\udd1d NAVBAR -->\r\n  <div class=\"navbar-bg\">\r\n    <div class=\"navbar-container\">\r\n      <div class=\"navbar\">\r\n\r\n        <!-- \u2705 Logo + Burger en mobile -->\r\n        <div class=\"navbar-top\">\r\n          <!-- Logo -->\r\n          <a href=\"https:\/\/laservie.com\/\" class=\"logo\">\r\n            <img decoding=\"async\" src=\"https:\/\/laservie.com\/wp-content\/uploads\/2025\/07\/WhatsApp-Image-2025-07-14-a-10.03.01_e9f8a5b8.png\" alt=\"Logo LaserVie\">\r\n          <\/a>\r\n\r\n          <!-- Burger menu -->\r\n          <div class=\"burger\" onclick=\"toggleMenu()\">\r\n            <div><\/div>\r\n            <div><\/div>\r\n            <div><\/div>\r\n          <\/div>\r\n        <\/div>\r\n\r\n        <!-- Menu gauche -->\r\n        <ul class=\"nav-left\" id=\"nav-left\">\r\n          <li><a href=\"https:\/\/laservie.com\/\">Accueil<\/a><\/li>\r\n          <li><a href=\"https:\/\/laservie.com\/index.php\/elementor-502\/\">M\u00e9thode<\/a><\/li>\r\n          <li>\r\n            <a href=\"#\">Addictions \u25bc<\/a>\r\n            <ul class=\"dropdown-menu\">\r\n              <li><a href=\"https:\/\/laservie.com\/index.php\/tabac\/\">Sevrage tabac<\/a><\/li>\r\n              <li><a href=\"https:\/\/laservie.com\/index.php\/elementor-894\/\">Sevrage cannabis<\/a><\/li>\r\n              <li><a href=\"https:\/\/laservie.com\/index.php\/2025\/07\/10\/alcol\/\">Sevrage alcool<\/a><\/li>\r\n              <li><a href=\"https:\/\/laservie.com\/index.php\/elementor-734\/\">Sevrage sucre<\/a><\/li>\r\n            <\/ul>\r\n          <\/li>\r\n          <li><a href=\"https:\/\/laservie.com\/index.php\/elementor-757\/\">Nos Centres<\/a><\/li>\r\n          <li>\r\n            <a href=\"#\">Infos \u25bc<\/a>\r\n            <ul class=\"dropdown-menu\">\r\n              <li><a href=\"https:\/\/laservie.com\/index.php\/elementor-751\/\">Avis<\/a><\/li>\r\n              <li><a href=\"https:\/\/laservie.com\/index.php\/elementor-434\/\">Devenir Franchis\u00e9<\/a><\/li>\r\n            <\/ul>\r\n          <\/li>\r\n        <\/ul>\r\n\r\n        <!-- Menu droit -->\r\n        <div class=\"nav-right\" id=\"nav-right\">\r\n          <a href=\"https:\/\/laservie.com\/?page_id=847&preview_id=847\/\" style=\"background-color: #0cb8b6; color: white; padding: 10px 20px; border-radius: 5px; display: inline-block; text-decoration: none; font-weight: bold;\">\r\n            \ud83d\udcc5 Prendre rendez-vous\r\n          <\/a>\r\n        <\/div>\r\n\r\n      <\/div>\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <script>\r\n    function toggleMenu() {\r\n      document.getElementById('nav-left').classList.toggle('active');\r\n      document.getElementById('nav-right').classList.toggle('active');\r\n    }\r\n  <\/script>\r\n\r\n<\/body>\r\n<\/html>\r\n<\/html>\r\n\r\n  \r\n\r\n<br><br>\r\n \r\n   \r\n\r\n     \r\n  \r\n    \r\n<!DOCTYPE html>\r\n<html lang=\"fr\">\r\n<head>\r\n  <meta charset=\"UTF-8\" \/>\r\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" \/>\r\n  <title>Notre M\u00e9thode<\/title>\r\n  <style>\r\n    * {\r\n      box-sizing: border-box;\r\n    }\r\n\r\n    body {\r\n      margin: 0;\r\n      font-family: 'Segoe UI', sans-serif;\r\n      background-color: #f8fefe;\r\n    }\r\n\r\n    .method-section {\r\n      display: flex;\r\n      flex-wrap: wrap;\r\n      width: 100vw; \/* \u00e9tend \u00e0 toute la largeur *\/\r\n    }\r\n\r\n    .left-block,\r\n    .right-block {\r\n      flex: 1;\r\n      padding: 4rem 5%;\r\n    }\r\n\r\n    .left-block {\r\n      background-color: #0cb8b6;\r\n      color: white;\r\n      display: flex;\r\n      justify-content: center;\r\n      align-items: center;\r\n    }\r\n\r\n    .left-block h1 {\r\n      font-size: 3.5rem;\r\n      font-weight: 300;\r\n      line-height: 1.2;\r\n      text-align: center;\r\n      margin: 0;\r\n    }\r\n\r\n    .right-block {\r\n      color: #0cb8b6;\r\n      display: flex;\r\n      flex-direction: column;\r\n      justify-content: center;\r\n    }\r\n\r\n    .right-block h2 {\r\n      font-size: 2.2rem;\r\n      font-weight: 500;\r\n      margin-bottom: 1rem;\r\n    }\r\n\r\n    .right-block p {\r\n      font-size: 1.15rem;\r\n      line-height: 1.7;\r\n      margin-bottom: 2rem;\r\n    }\r\n\r\n    .cta-button {\r\n      background-color: #0cb8b6;\r\n      color: white;\r\n      padding: 0.75rem 1.5rem;\r\n      border: none;\r\n      border-radius: 5px;\r\n      text-decoration: none;\r\n      font-weight: bold;\r\n      transition: background-color 0.3s ease;\r\n      width: fit-content;\r\n    }\r\n\r\n    .cta-button:hover {\r\n      background-color: #0aa7a5;\r\n    }\r\n\r\n    @media (max-width: 768px) {\r\n      .method-section {\r\n        flex-direction: column;\r\n      }\r\n\r\n      .left-block,\r\n      .right-block {\r\n        padding: 3rem 2rem;\r\n      }\r\n\r\n      .left-block h1 {\r\n        font-size: 2.5rem;\r\n      }\r\n\r\n      .right-block h2 {\r\n        font-size: 1.8rem;\r\n      }\r\n    }\r\n  <\/style>\r\n<\/head>\r\n<body>\r\n\r\n  <section class=\"method-section\">\r\n    <!-- Bloc gauche -->\r\n    <div class=\"left-block\">\r\n      <h1>NOTRE<br>M\u00c9THODE<\/h1>\r\n    <\/div>\r\n\r\n    <!-- Bloc droit -->\r\n    <div class=\"right-block\">\r\n      <h2>La m\u00e9thode de r\u00e9flexologie auriculaire Laser Vie pour surmonter les d\u00e9pendances<\/h2>\r\n      <p>\r\n        Notre m\u00e9thode repose sur la r\u00e9flexologie auriculaire au laser, une approche douce, non invasive et enti\u00e8rement naturelle. Elle stimule des zones pr\u00e9cises de l\u2019oreille reconnues pour leurs effets b\u00e9n\u00e9fiques sur l\u2019\u00e9quilibre \u00e9motionnel, le bien-\u00eatre global et la gestion des comportements addictifs.\r\n      <\/p>\r\n       <div class=\"nav-right\" id=\"nav-right\"> <a href=\"https:\/\/laservie.com\/?page_id=847&preview_id=847\/\" style=\"background-color: #0cb8b6; color: white; padding: 10px 20px; border-radius: 5px; display: inline-block; text-decoration: none; font-weight: bold;\">\r\n        \ud83d\udcc5 Prendre rendez-vous\r\n        <\/a>\r\n    <\/div>\r\n  <\/section>\r\n\r\n<\/body>\r\n<\/html>\r\n\r\n\r\n\r\n<!DOCTYPE html>\r\n<html lang=\"fr\">\r\n<head>\r\n  <meta charset=\"UTF-8\" \/>\r\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" \/>\r\n  <title>R\u00e9flexologie Auriculaire<\/title>\r\n  <style>\r\n    body {\r\n      margin: 0;\r\n      font-family: 'Segoe UI', sans-serif;\r\n      background-color: #f8fefe;\r\n      color: #333;\r\n    }\r\n\r\n    .reflexologie-section {\r\n      display: flex;\r\n      flex-wrap: wrap;\r\n      align-items: center;\r\n      justify-content: center;\r\n      max-width: 1200px;\r\n      margin: 0 auto;\r\n      padding: 4rem 2rem;\r\n      gap: 2rem;\r\n    }\r\n\r\n    .reflexologie-text {\r\n      flex: 1 1 500px;\r\n    }\r\n\r\n    .reflexologie-text h2 {\r\n      color: #0cb8b6;\r\n      font-size: 2.2rem;\r\n      font-weight: 600;\r\n      margin-bottom: 1rem;\r\n    }\r\n\r\n    .reflexologie-text p {\r\n      font-size: 1.1rem;\r\n      line-height: 1.7;\r\n      margin-bottom: 1.2rem;\r\n    }\r\n\r\n    .reflexologie-text p strong {\r\n      color: #0cb8b6;\r\n      font-weight: 600;\r\n    }\r\n\r\n    .reflexologie-image {\r\n      flex: 1 1 400px;\r\n      text-align: center;\r\n    }\r\n\r\n    .reflexologie-image img {\r\n      width: 100%;\r\n      max-width: 450px;\r\n      border-radius: 10px;\r\n      box-shadow: 0 4px 12px rgba(12, 184, 182, 0.2);\r\n    }\r\n\r\n    @media (max-width: 768px) {\r\n      .reflexologie-section {\r\n        flex-direction: column-reverse;\r\n        padding: 2rem 1rem;\r\n      }\r\n\r\n      .reflexologie-text h2 {\r\n        font-size: 1.8rem;\r\n        text-align: center;\r\n      }\r\n\r\n      .reflexologie-text {\r\n        text-align: justify;\r\n      }\r\n    }\r\n  <\/style>\r\n<\/head>\r\n<body>\r\n\r\n  <section class=\"reflexologie-section\">\r\n    <div class=\"reflexologie-text\">\r\n      <h2>Le principe de la r\u00e9flexologie auriculaire<\/h2>\r\n      <p>\r\n        <strong>Laser Vie<\/strong> repose sur une m\u00e9thode de r\u00e9flexologie auriculaire douce, \u00e9galement appel\u00e9e <strong>auriculoth\u00e9rapie<\/strong>, inspir\u00e9e des recherches du professeur Paul Nogier. Elle utilise la stimulation de points r\u00e9flexes situ\u00e9s sur l\u2019oreille, repr\u00e9sentatifs du corps humain.\r\n      <\/p>\r\n      <p>\r\n        Contrairement \u00e0 l\u2019acupuncture traditionnelle, cette stimulation se fait ici gr\u00e2ce \u00e0 un <strong>laser doux<\/strong>, non invasif et indolore. Cette approche favorise l\u2019\u00e9quilibre global du corps et contribue \u00e0 soulager divers troubles, notamment les <strong>d\u00e9pendances<\/strong>.\r\n      <\/p>\r\n      <p>\r\n        L\u2019<strong>Organisation mondiale de la sant\u00e9<\/strong> (OMS) reconna\u00eet l\u2019auriculoth\u00e9rapie comme un outil compl\u00e9mentaire dans le traitement des <strong>addictions<\/strong> telles que le tabac, l\u2019alcool ou d'autres substances.\r\n      <\/p>\r\n    <\/div>\r\n\r\n    <div class=\"reflexologie-image\">\r\n      <img decoding=\"async\" src=\"https:\/\/laservie.com\/wp-content\/uploads\/2025\/07\/belle-jeune-femme-medecin-regardant-la-camera-dans-le-bureau-scaled.jpg\" alt=\"Professionnelle en blouse blanche souriante\" \/>\r\n    <\/div>\r\n  <\/section>\r\n\r\n<\/body>\r\n<\/html>\r\n\r\n<!DOCTYPE html>\r\n<html lang=\"fr\">\r\n<head>\r\n  <meta charset=\"UTF-8\" \/>\r\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\/>\r\n  <title>M\u00e9thode  Laservie<\/title>\r\n  <style>\r\n    body {\r\n      margin: 0;\r\n      font-family: 'Segoe UI', sans-serif;\r\n      background-color: #f8fefe;\r\n      color: #333;\r\n    }\r\n\r\n    .section {\r\n      max-width: 1200px;\r\n      margin: auto;\r\n      padding: 4rem 2rem;\r\n    }\r\n\r\n    .fonctionnement {\r\n      display: flex;\r\n      flex-wrap: wrap;\r\n      align-items: center;\r\n      gap: 3rem;\r\n    }\r\n\r\n    .fonctionnement .image {\r\n      flex: 1 1 400px;\r\n      text-align: center;\r\n    }\r\n\r\n    .fonctionnement .image img {\r\n      max-width: 100%;\r\n      height: auto;\r\n    }\r\n\r\n    .fonctionnement .texte {\r\n      flex: 1 1 500px;\r\n    }\r\n\r\n    .fonctionnement .texte h2 {\r\n      font-size: 2.2rem;\r\n      color: #0cb8b6;\r\n      margin-bottom: 1rem;\r\n    }\r\n\r\n    .fonctionnement .texte h2 span {\r\n      color: #0cb8b6;\r\n    }\r\n\r\n    .fonctionnement .texte p {\r\n      font-size: 1.1rem;\r\n      line-height: 1.7;\r\n    }\r\n\r\n    .btn-turquoise {\r\n      background-color: #0cb8b6;\r\n      color: white;\r\n      border: none;\r\n      padding: 0.7rem 1.5rem;\r\n      font-size: 1rem;\r\n      margin-top: 1.5rem;\r\n      border-radius: 6px;\r\n      cursor: pointer;\r\n    }\r\n\r\n    \/* Bloc Addictions *\/\r\n    .addictions {\r\n      text-align: center;\r\n      margin-top: 4rem;\r\n    }\r\n\r\n    .addictions h2 {\r\n      font-size: 2rem;\r\n      color: #0cb8b6;\r\n      margin-bottom: 0.5rem;\r\n    }\r\n\r\n    .addictions p {\r\n      font-size: 1rem;\r\n      color: #444;\r\n      margin-bottom: 2rem;\r\n    }\r\n\r\n    .cards {\r\n      display: flex;\r\n      flex-wrap: wrap;\r\n      justify-content: center;\r\n      gap: 1.5rem;\r\n    }\r\n\r\n    .card {\r\n      background-color: #e6fafa;\r\n      border-radius: 10px;\r\n      padding: 2rem 1rem;\r\n      width: 200px;\r\n      box-shadow: 0 2px 8px rgba(0,0,0,0.05);\r\n      text-align: center;\r\n      transition: transform 0.2s ease;\r\n    }\r\n\r\n    .card:hover {\r\n      transform: translateY(-4px);\r\n    }\r\n\r\n    .card .icon {\r\n      font-size: 2.5rem;\r\n      color: #0cb8b6;\r\n      margin-bottom: 0.5rem;\r\n    }\r\n\r\n    .card h3 {\r\n      font-size: 1.2rem;\r\n      color: #0cb8b6;\r\n      margin: 1rem 0;\r\n    }\r\n\r\n    .card .btn {\r\n      display: inline-block;\r\n      margin-top: 0.5rem;\r\n      padding: 0.5rem 1.2rem;\r\n      background-color: #0cb8b6;\r\n      color: white;\r\n      border: none;\r\n      border-radius: 5px;\r\n      font-size: 0.9rem;\r\n      cursor: pointer;\r\n    }\r\n\r\n    @media (max-width: 768px) {\r\n      .fonctionnement {\r\n        flex-direction: column;\r\n      }\r\n    }\r\n  <\/style>\r\n<\/head>\r\n<body>\r\n\r\n  <!-- Bloc fonctionnement -->\r\n  <section class=\"section fonctionnement\">\r\n    <div class=\"image\">\r\n      <img decoding=\"async\" src=\"https:\/\/laservie.com\/wp-content\/uploads\/2025\/07\/illustration-neuron-network-blue.jpg\" alt=\"illustration neuronale\" \/>\r\n    <\/div>\r\n    <div class=\"texte\">\r\n      <h2>Comment fonctionne la <span>m\u00e9thode Laser Vie<\/span> contre vos d\u00e9pendances ?<\/h2>\r\n      <p>\r\n        Gr\u00e2ce \u00e0 la r\u00e9flexologie auriculaire au laser, nous appliquons une stimulation douce sur les points r\u00e9flexes de l\u2019oreille pour couper les sensations de manque.\r\n        Cette stimulation est con\u00e7ue pour favoriser une meilleure gestion de la d\u00e9pendance physique en soutenant le processus de sevrage.\r\n      <\/p>\r\n       <div class=\"nav-right\" id=\"nav-right\">   <div class=\"nav-right\" id=\"nav-right\"> <a href=\"https:\/\/laservie.com\/?page_id=847&preview_id=847\/\" style=\"background-color: #0cb8b6; color: white; padding: 10px 20px; border-radius: 5px; display: inline-block; text-decoration: none; font-weight: bold;\">\r\n        \ud83d\udcc5 Prendre rendez-vous\r\n        <\/a>\r\n    <\/div>\r\n  <\/section>\r\n\r\n  <!-- Bloc addictions -->\r\n  <section class=\"section addictions\">\r\n    <h2>Efficace contre diff\u00e9rentes addictions<\/h2>\r\n    <p>Notre technique est efficace pour diff\u00e9rents sevrages aux produits addictifs.<\/p>\r\n    <div class=\"cards\">\r\n      <div class=\"card\">\r\n        <div class=\"icon\">\ud83d\udeac<\/div>\r\n\r\n       \r\n        <h3 style=\"color: #0cb8b6; margin: 10px 0;\">Tabac<\/h3>\r\n        <a href=\"https:\/\/laservie.com\/index.php\/tabac\/\" style=\"background-color: #0cb8b6; color: white; padding: 10px 20px; border-radius: 5px; display: inline-block; text-decoration: none; font-weight: bold;\">\r\n          D\u00c9COUVRIR\r\n        <\/a>\r\n        \r\n      <\/div>\r\n      <div class=\"card\">\r\n         \r\n        <div class=\"icon\">\ud83c\udf3f<\/div>\r\n        <h3>Cannabis<\/h3>\r\n           <a href=\" https:\/\/laservie.com\/index.php\/elementor-894\/\" style=\"background-color: #0cb8b6; color: white; padding: 10px 20px; border-radius: 5px; display: inline-block; text-decoration: none; font-weight: bold;\">\r\n          D\u00c9COUVRIR\r\n        <\/a>\r\n        \r\n      <\/div>\r\n      <div class=\"card\">\r\n        <div class=\"icon\">\ud83c\udf77<\/div>\r\n        <h3>Alcool<\/h3>\r\n         <a href=\"https:\/\/laservie.com\/index.php\/2025\/07\/10\/alcol\/\" style=\"background-color: #0cb8b6; color: white; padding: 10px 20px; border-radius: 5px; display: inline-block; text-decoration: none; font-weight: bold;\">\r\n          D\u00c9COUVRIR\r\n        <\/a>\r\n        \r\n      <\/div>\r\n      <div class=\"card\">\r\n        <div class=\"icon\">\ud83c\udf6c<\/div>\r\n        <h3>Sucre<\/h3>\r\n         <a href=\"https:\/\/laservie.com\/index.php\/elementor-734\/\" style=\"background-color: #0cb8b6; color: white; padding: 10px 20px; border-radius: 5px; display: inline-block; text-decoration: none; font-weight: bold;\">\r\n          D\u00c9COUVRIR\r\n        <\/a>\r\n        \r\n      <\/div>\r\n    <\/div>\r\n  <\/section>\r\n\r\n<\/body>\r\n<\/html>\r\n<footer>\r\n  <style>\r\n    footer {\r\n      background-color: white;\r\n      color: #0cb8b6;\r\n      padding: 40px 20px;\r\n      font-family: Arial, sans-serif;\r\n      border-top: 2px solid #0cb8b6;\r\n    }\r\n\r\n    .footer-container {\r\n      max-width: 1400px;\r\n      margin: 0 auto;\r\n      display: flex;\r\n      justify-content: space-between;\r\n      flex-wrap: wrap;\r\n      align-items: center;\r\n    }\r\n\r\n    .footer-logo {\r\n      flex: 1;\r\n      text-align: center;\r\n    }\r\n\r\n    .footer-logo img {\r\n      max-height: 125px;\r\n    }\r\n\r\n    .footer-links {\r\n      flex: 2;\r\n      text-align: center;\r\n      margin-top: 10px;\r\n    }\r\n\r\n    .footer-links a {\r\n      color: #0cb8b6;\r\n      text-decoration: none;\r\n      margin: 0 10px;\r\n      font-size: 15px;\r\n      font-weight: 500;\r\n    }\r\n\r\n    .footer-links a:hover {\r\n      text-decoration: underline;\r\n    }\r\n\r\n    .footer-social {\r\n      flex: 1;\r\n      text-align: center;\r\n      margin-top: 10px;\r\n    }\r\n\r\n    .footer-social a {\r\n      margin: 0 5px;\r\n      color: #0cb8b6;\r\n      font-size: 20px;\r\n      display: inline-block;\r\n    }\r\n\r\n    .footer-bottom {\r\n      text-align: center;\r\n      margin-top: 25px;\r\n      font-size: 14px;\r\n      color: #0cb8b6;\r\n      opacity: 0.8;\r\n    }\r\n\r\n    @media (max-width: 768px) {\r\n      .footer-container {\r\n        flex-direction: column;\r\n        gap: 20px;\r\n      }\r\n\r\n      .footer-links,\r\n      .footer-logo,\r\n      .footer-social {\r\n        order: unset;\r\n        text-align: center;\r\n      }\r\n    }\r\n  <\/style>\r\n\r\n  <!-- Contenu du footer -->\r\n  <div class=\"footer-container\">\r\n    <div class=\"footer-logo\">\r\n      <img decoding=\"async\" src=\"https:\/\/laservie.com\/wp-content\/uploads\/2025\/07\/looogo.png\" alt=\"Logo Laservie\">\r\n    <\/div>\r\n\r\n    <div class=\"footer-links\">\r\n      <a href=\"https:\/\/laservie.com\/\">Accueil<\/a>\r\n      <a href=\"https:\/\/laservie.com\/index.php\/elementor-502\/\">M\u00e9thode<\/a>\r\n      <a href=\"https:\/\/laservie.com\/index.php\/elementor-757\/\">Nos centres<\/a>\r\n      <a href=\"https:\/\/laservie.com\/index.php\/elementor-1071\/\">Mentions l\u00e9gales<\/a>\r\n    <\/div>\r\n\r\n    <div class=\"footer-social\">\r\n      <a href=\"#\"><i class=\"fab fa-facebook-square\"><\/i><\/a>\r\n      <a href=\"#\"><i class=\"fab fa-instagram\"><\/i><\/a>\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <div class=\"footer-bottom\">\r\n    &copy; 2025 Laservie Institute \u2014 Tous droits r\u00e9serv\u00e9s\r\n  <\/div>\r\n\r\n  <!-- FontAwesome -->\r\n  <script src=\"https:\/\/kit.fontawesome.com\/a076d05399.js\" crossorigin=\"anonymous\"><\/script>\r\n<\/footer>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>LaserVie &#8211; Rendez-vous Accueil M\u00e9thode Addictions \u25bc Sevrage tabac Sevrage cannabis Sevrage alcool Sevrage sucre Nos Centres Infos \u25bc Avis Devenir Franchis\u00e9 \ud83d\udcc5 Prendre rendez-vous Notre M\u00e9thode NOTREM\u00c9THODE La m\u00e9thode de r\u00e9flexologie auriculaire Laser Vie pour surmonter les d\u00e9pendances Notre m\u00e9thode repose sur la r\u00e9flexologie auriculaire au laser, une approche douce, non invasive et enti\u00e8rement [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-502","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/laservie.com\/index.php\/wp-json\/wp\/v2\/pages\/502","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/laservie.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/laservie.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/laservie.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/laservie.com\/index.php\/wp-json\/wp\/v2\/comments?post=502"}],"version-history":[{"count":55,"href":"https:\/\/laservie.com\/index.php\/wp-json\/wp\/v2\/pages\/502\/revisions"}],"predecessor-version":[{"id":1088,"href":"https:\/\/laservie.com\/index.php\/wp-json\/wp\/v2\/pages\/502\/revisions\/1088"}],"wp:attachment":[{"href":"https:\/\/laservie.com\/index.php\/wp-json\/wp\/v2\/media?parent=502"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}