{"id":312,"date":"2025-07-10T08:50:30","date_gmt":"2025-07-10T08:50:30","guid":{"rendered":"https:\/\/laservie.com\/?p=312"},"modified":"2025-07-10T08:50:30","modified_gmt":"2025-07-10T08:50:30","slug":"312","status":"publish","type":"post","link":"https:\/\/laservie.com\/index.php\/2025\/07\/10\/312\/","title":{"rendered":""},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"fr\">\n<head>\n  <meta charset=\"UTF-8\" \/>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\/>\n  <title>Navbar Structur\u00e9e<\/title>\n  <style>\n    * {\n      margin: 0;\n      padding: 0;\n      box-sizing: border-box;\n    }\n\n    body {\n      font-family: Arial, sans-serif;\n      overflow-x: hidden;\n    }\n\n    .navbar-bg {\n      background-color: white;\n      width: 100%;\n    }\n\n    .navbar-container {\n      max-width: 1800px;\n      margin: 0 auto;\n      padding: 0 40px;\n    }\n\n    .navbar {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      padding: 20px 0;\n      flex-wrap: nowrap; \/* \u2705 Emp\u00eache le retour \u00e0 la ligne *\/\n    }\n\n    .nav-left, .nav-right {\n      display: flex;\n      align-items: center;\n      gap: 20px;\n      flex-wrap: nowrap; \/* \u2705 Emp\u00eache le retour \u00e0 la ligne *\/\n    }\n\n    .nav-left li {\n      list-style: none;\n      position: relative;\n    }\n\n    .nav-left li a {\n      color: #0cb8b6;\n      text-decoration: none;\n      font-weight: bold;\n      font-size: 18px;\n      padding: 12px 18px;\n      display: block;\n      transition: background 0.3s;\n      white-space: nowrap;\n    }\n\n    .nav-left li a:hover {\n      background-color: rgba(12, 184, 182, 0.1);\n      border-radius: 6px;\n    }\n\n    .dropdown-menu {\n      display: none;\n      position: absolute;\n      top: 100%;\n      left: 0;\n      background-color: white;\n      min-width: 220px;\n      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);\n      border-radius: 6px;\n      z-index: 1000;\n    }\n\n    .dropdown-menu li {\n      list-style: none;\n    }\n\n    .dropdown-menu li a {\n      color: #0cb8b6;\n      font-size: 15px;\n      padding: 12px 16px;\n      display: block;\n    }\n\n    .dropdown-menu li a:hover {\n      background-color: #f0f0f0;\n    }\n\n    .nav-left li:hover .dropdown-menu {\n      display: block;\n    }\n\n    .praticiens {\n      color: #0cb8b6;\n      font-size: 16px;\n      font-weight: bold;\n      white-space: nowrap;\n    }\n\n    .btn-outline,\n    .btn-filled {\n      padding: 10px 20px;\n      border-radius: 30px;\n      font-weight: bold;\n      text-decoration: none;\n      font-size: 14px;\n      cursor: pointer;\n      white-space: nowrap;\n    }\n\n    .btn-outline {\n      border: 2px solid #0cb8b6;\n      color: #0cb8b6;\n      background: transparent;\n    }\n\n    .btn-outline:hover {\n      background-color: #0cb8b6;\n      color: white;\n    }\n\n    .btn-filled {\n      background-color: #0cb8b6;\n      color: white;\n    }\n\n    .btn-filled:hover {\n      background-color: #0aa8a7;\n    }\n\n    input[type=\"date\"] {\n      opacity: 0;\n      position: absolute;\n      pointer-events: none;\n    }\n\n    \/* Responsive simplifi\u00e9 *\/\n    @media (max-width: 960px) {\n      .navbar {\n        flex-direction: column;\n        align-items: flex-start;\n        gap: 20px;\n      }\n\n      .nav-left, .nav-right {\n        flex-direction: column;\n        align-items: flex-start;\n        gap: 12px;\n        width: 100%;\n        flex-wrap: wrap;\n      }\n\n      .btn-outline,\n      .btn-filled {\n        width: 100%;\n        text-align: center;\n      }\n\n      .dropdown-menu {\n        position: static;\n        box-shadow: none;\n        background-color: #e6f8f8;\n      }\n\n      .dropdown-menu li a {\n        padding-left: 30px;\n      }\n    }\n  <\/style>\n<\/head>\n<body>\n\n  <div class=\"navbar-bg\">\n    <div class=\"navbar-container\">\n      <div class=\"navbar\">\n        <!-- Menu gauche -->\n        <ul class=\"nav-left\">\n          <li><a href=\"https:\/\/laservie.com\/\">Accueil<\/a><\/li>\n          <li><a href=\"#\">M\u00e9thode<\/a><\/li>\n          <li>\n            <a href=\"#\">Addictions \u25bc<\/a>\n            <ul class=\"dropdown-menu\">\n              <li><a href=\"#\">Sevrage tabac<\/a><\/li>\n              <li><a href=\"#\">Sevrage cannabis<\/a><\/li>\n              <li><a href=\"#\">Sevrage alcool<\/a><\/li>\n              <li><a href=\"#\">Sevrage sucre<\/a><\/li>\n            <\/ul>\n          <\/li>\n          <li>\n            <a href=\"#\">Bien-\u00eatre \u25bc<\/a>\n            <ul class=\"dropdown-menu\">\n              <li><a href=\"#\">Perte de poids<\/a><\/li>\n              <li><a href=\"#\">Gestion du stress<\/a><\/li>\n              <li><a href=\"#\">Sommeil<\/a><\/li>\n              <li><a href=\"#\">M\u00e9nopause<\/a><\/li>\n              <li><a href=\"#\">Acouph\u00e8ne<\/a><\/li>\n            <\/ul>\n          <\/li>\n          <li>\n            <a href=\"#\">Nos Centres \u25bc<\/a>\n            <ul class=\"dropdown-menu\">\n              <li><a href=\"#\">En Belgique<\/a><\/li>\n              <li><a href=\"#\">En France<\/a><\/li>\n              <li><a href=\"#\">Au Luxembourg<\/a><\/li>\n              <li><a href=\"#\">Au Maroc<\/a><\/li>\n            <\/ul>\n          <\/li>\n          <li>\n            <a href=\"#\">Infos \u25bc<\/a>\n            <ul class=\"dropdown-menu\">\n              <li><a href=\"#\">Avis<\/a><\/li>\n              <li><a href=\"#\">Blog<\/a><\/li>\n              <li><a href=\"#\">FAQ<\/a><\/li>\n              <li><a href=\"#\">Tarifs<\/a><\/li>\n              <li><a href=\"#\">Devenir franchis\u00e9<\/a><\/li>\n            <\/ul>\n          <\/li>\n          <li>\n            <a href=\"#\">\ud83c\uddeb\ud83c\uddf7 FR<\/a>\n            <ul class=\"dropdown-menu\">\n              <li><a href=\"#\">\ud83c\uddea\ud83c\uddf8 ES<\/a><\/li>\n              <li><a href=\"#\">\ud83c\uddf3\ud83c\uddf1 NL<\/a><\/li>\n              <li><a href=\"#\">\ud83c\uddec\ud83c\udde7 EN<\/a><\/li>\n            <\/ul>\n          <\/li>\n        <\/ul>\n\n        <!-- Zone droite -->\n        <div class=\"nav-right\">\n          <div class=\"praticiens\">\ud83d\udccd Nos Praticiens<\/div>\n          <button onclick=\"document.getElementById('rdv-date').showPicker()\" class=\"btn-outline\">\n            \ud83d\udcc5 Prendre rendez-vous\n          <\/button>\n          <input type=\"date\" id=\"rdv-date\" name=\"rdv-date\">\n          <a href=\"#compte\" class=\"btn-filled\">Mon compte<\/a>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n\n<\/body>\n<\/html>\n<!DOCTYPE html>\n<html lang=\"fr\">\n<head>\n  <meta charset=\"UTF-8\" \/>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\/>\n  <title>Reset Laser &#8211; Bloc principal<\/title>\n\n  <!-- Google Fonts -->\n  <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@500;600&#038;display=swap\" rel=\"stylesheet\">\n\n  <style>\n    body {\n      margin: 0;\n      font-family: 'Poppins', sans-serif;\n    }\n\n    .hero-laser {\n      background-color: #eaf4ff;\n      padding: 0;\n    }\n\n    .hero-container {\n      display: flex;\n      flex-wrap: wrap;\n      height: 100vh; \/* Pleine hauteur d\u2019\u00e9cran *\/\n    }\n\n    .hero-side {\n      background-color: #0cb8b6;\n      flex: 0 0 30%;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      padding: 20px;\n    }\n\n    .hero-side-text {\n      color: white;\n      font-size: 28px;\n      font-weight: 600;\n      text-align: center;\n    }\n\n    .hero-content {\n      flex: 1;\n      padding: 60px 40px;\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n      color: #333;\n    }\n\n    .hero-content h1 {\n      font-size: 32px;\n      color: #0cb8b6;\n      margin-bottom: 20px;\n    }\n\n    .hero-content p {\n      font-size: 16px;\n      margin-bottom: 15px;\n      line-height: 1.6;\n    }\n\n    .cta-button {\n      background-color: #0cb8b6; \/* Couleur modifi\u00e9e *\/\n      color: white; \/* Couleur du texte modifi\u00e9e *\/\n      padding: 12px 24px;\n      text-decoration: none;\n      font-weight: bold;\n      font-size: 14px;\n      border-radius: 6px;\n      display: inline-block;\n      margin-top: 10px;\n      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);\n    }\n\n    .cta-button:hover {\n      background-color: #0a9a9a; \/* Couleur de survol *\/\n    }\n\n    @media (max-width: 768px) {\n      .hero-container {\n        flex-direction: column;\n        height: auto;\n      }\n\n      .hero-side {\n        flex: 0 0 auto;\n        height: 80px;\n      }\n\n      .hero-side-text {\n        font-size: 20px;\n      }\n\n      .hero-content {\n        padding: 30px 20px;\n      }\n    }\n  <\/style>\n<\/head>\n\n<body>\n  <section class=\"hero-laser\">\n    <div class=\"hero-container\">\n      <div class=\"hero-side\">\n        <div class=\"hero-side-text\">Se lib\u00e9rer du tabac<\/div>\n      <\/div>\n      <div class=\"hero-content\">\n        <h1>Reset Laser : une solution pour en finir avec la d\u00e9pendance \u00e0 l\u2019alcool<\/h1>\n        <p>\n          Vous avez du mal \u00e0 r\u00e9duire ou arr\u00eater votre consommation d\u2019alcool malgr\u00e9 plusieurs tentatives infructueuses ? <br>\nLa m\u00e9thode Reset Laser peut vous aider. Gr\u00e2ce \u00e0 la stimulation auriculaire au laser \u2013 une approche douce, naturelle et non invasive \u2013 nous accompagnons nos clients d\u00e8s la premi\u00e8re s\u00e9ance pour mieux ma\u00eetriser leur consommation et amorcer un v\u00e9ritable changement.\n<\/p>\n        <p>\n          Gr\u00e2ce \u00e0 notre <strong style=\"color:#0cb8b6;\">m\u00e9thode de r\u00e9flexologie auriculaire au laser<\/strong>, dites adieu au alcol de mani\u00e8re simple, efficace et durable.\n        <\/p>\n        <a href=\"#contact\" class=\"cta-button\">\ud83d\udcc5 PRENEZ RENDEZ-VOUS<\/a>\n      <\/div>\n    <\/div>\n  <\/section>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Navbar Structur\u00e9e Accueil M\u00e9thode Addictions \u25bc Sevrage tabac Sevrage cannabis Sevrage alcool Sevrage sucre Bien-\u00eatre \u25bc Perte de poids Gestion du stress Sommeil M\u00e9nopause Acouph\u00e8ne Nos Centres \u25bc En Belgique En France Au Luxembourg Au Maroc Infos \u25bc Avis Blog FAQ Tarifs Devenir franchis\u00e9 \ud83c\uddeb\ud83c\uddf7 FR \ud83c\uddea\ud83c\uddf8 ES \ud83c\uddf3\ud83c\uddf1 NL \ud83c\uddec\ud83c\udde7 EN \ud83d\udccd Nos Praticiens [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-312","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/laservie.com\/index.php\/wp-json\/wp\/v2\/posts\/312","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/laservie.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/laservie.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"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=312"}],"version-history":[{"count":1,"href":"https:\/\/laservie.com\/index.php\/wp-json\/wp\/v2\/posts\/312\/revisions"}],"predecessor-version":[{"id":313,"href":"https:\/\/laservie.com\/index.php\/wp-json\/wp\/v2\/posts\/312\/revisions\/313"}],"wp:attachment":[{"href":"https:\/\/laservie.com\/index.php\/wp-json\/wp\/v2\/media?parent=312"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/laservie.com\/index.php\/wp-json\/wp\/v2\/categories?post=312"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/laservie.com\/index.php\/wp-json\/wp\/v2\/tags?post=312"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}