{"id":1071,"date":"2025-07-17T09:23:12","date_gmt":"2025-07-17T09:23:12","guid":{"rendered":"https:\/\/laservie.com\/?page_id=1071"},"modified":"2025-07-17T09:44:56","modified_gmt":"2025-07-17T09:44:56","slug":"elementor-1071","status":"publish","type":"page","link":"https:\/\/laservie.com\/index.php\/elementor-1071\/","title":{"rendered":"Elementor #1071"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"1071\" class=\"elementor elementor-1071\">\n\t\t\t\t<div class=\"elementor-element elementor-element-da5d4e1 e-flex e-con-boxed e-con e-parent\" data-id=\"da5d4e1\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-af45516 elementor-widget elementor-widget-html\" data-id=\"af45516\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!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>LaserVie - Rendez-vous<\/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-left: 10px;\n      padding-right: 40px;\n    }\n\n    .navbar {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      padding: 20px 0;\n      flex-wrap: wrap;\n    }\n\n    .logo img {\n      height: 70px;\n      width: auto;\n    }\n\n    .nav-left {\n      display: flex;\n      align-items: center;\n      gap: 15px;\n      flex-wrap: wrap;\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: 10px 15px;\n      display: block;\n      transition: background 0.3s ease;\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 a {\n      font-size: 15px;\n      padding: 12px 16px;\n      display: block;\n      color: #0cb8b6;\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    .nav-right {\n      display: flex;\n      align-items: center;\n      gap: 20px;\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: #099c9a;\n    }\n\n    .burger {\n      display: none;\n      flex-direction: column;\n      cursor: pointer;\n      gap: 5px;\n    }\n\n    .burger div {\n      width: 25px;\n      height: 3px;\n      background-color: #0cb8b6;\n      border-radius: 2px;\n    }\n\n    \/* Mobile Styles *\/\n    @media (max-width: 960px) {\n      .navbar {\n        flex-direction: column;\n        align-items: flex-start;\n        gap: 20px;\n      }\n\n      .navbar-top {\n        width: 100%;\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n      }\n\n      .nav-left,\n      .nav-right {\n        flex-direction: column;\n        align-items: flex-start;\n        gap: 12px;\n        width: 100%;\n        display: none;\n      }\n\n      .nav-left.active,\n      .nav-right.active {\n        display: flex;\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      .btn-outline,\n      .btn-filled {\n        width: 100%;\n        text-align: center;\n      }\n\n      .burger {\n        display: flex;\n        margin-left: auto;\n      }\n\n      .logo img {\n        height: 60px;\n      }\n    }\n\n    \/* Formulaire *\/\n    .form-container {\n      max-width: 800px;\n      margin: 40px auto;\n      padding: 20px;\n      border-radius: 10px;\n      background-color: #f9f9f9;\n      box-shadow: 0 4px 12px rgba(0,0,0,0.1);\n      animation: zoomIn 0.6s ease;\n    }\n\n    .form-container h2 {\n      color: #0cb8b6;\n      text-align: center;\n      margin-bottom: 30px;\n    }\n\n    .form-container form {\n      display: flex;\n      flex-direction: column;\n      gap: 20px;\n    }\n\n    .form-container label {\n      font-weight: bold;\n    }\n\n    .form-container input,\n    .form-container textarea {\n      padding: 10px;\n      border: 1px solid #ccc;\n      border-radius: 5px;\n      width: 100%;\n    }\n\n    .form-container button {\n      background-color: #0cb8b6;\n      color: white;\n      padding: 12px;\n      border: none;\n      border-radius: 30px;\n      font-size: 16px;\n      font-weight: bold;\n      cursor: pointer;\n    }\n\n    .form-container button:hover {\n      background-color: #099c9a;\n    }\n\n    @keyframes zoomIn {\n      from {\n        transform: scale(0.9);\n        opacity: 0;\n      }\n      to {\n        transform: scale(1);\n        opacity: 1;\n      }\n    }\n  <\/style>\n<\/head>\n<body>\n\n  <!-- \ud83d\udd1d NAVBAR -->\n  <div class=\"navbar-bg\">\n    <div class=\"navbar-container\">\n      <div class=\"navbar\">\n\n        <!-- \u2705 Logo + Burger en mobile -->\n        <div class=\"navbar-top\">\n          <!-- Logo -->\n          <a href=\"https:\/\/laservie.com\/\" class=\"logo\">\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\">\n          <\/a>\n\n          <!-- Burger menu -->\n          <div class=\"burger\" onclick=\"toggleMenu()\">\n            <div><\/div>\n            <div><\/div>\n            <div><\/div>\n          <\/div>\n        <\/div>\n\n        <!-- Menu gauche -->\n        <ul class=\"nav-left\" id=\"nav-left\">\n          <li><a href=\"https:\/\/laservie.com\/\">Accueil<\/a><\/li>\n          <li><a href=\"https:\/\/laservie.com\/index.php\/elementor-502\/\">M\u00e9thode<\/a><\/li>\n          <li>\n            <a href=\"#\">Addictions \u25bc<\/a>\n            <ul class=\"dropdown-menu\">\n              <li><a href=\"https:\/\/laservie.com\/index.php\/tabac\/\">Sevrage tabac<\/a><\/li>\n              <li><a href=\"https:\/\/laservie.com\/index.php\/elementor-894\/\">Sevrage cannabis<\/a><\/li>\n              <li><a href=\"https:\/\/laservie.com\/index.php\/2025\/07\/10\/alcol\/\">Sevrage alcool<\/a><\/li>\n              <li><a href=\"https:\/\/laservie.com\/index.php\/elementor-734\/\">Sevrage sucre<\/a><\/li>\n            <\/ul>\n          <\/li>\n          <li><a href=\"https:\/\/laservie.com\/index.php\/elementor-757\/\">Nos Centres<\/a><\/li>\n          <li>\n            <a href=\"#\">Infos \u25bc<\/a>\n            <ul class=\"dropdown-menu\">\n              <li><a href=\"https:\/\/laservie.com\/index.php\/elementor-751\/\">Avis<\/a><\/li>\n              <li><a href=\"https:\/\/laservie.com\/index.php\/elementor-434\/\">Devenir Franchis\u00e9<\/a><\/li>\n            <\/ul>\n          <\/li>\n        <\/ul>\n\n        <!-- Menu droit -->\n        <div class=\"nav-right\" id=\"nav-right\">\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;\">\n            \ud83d\udcc5 Prendre rendez-vous\n          <\/a>\n        <\/div>\n\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <script>\n    function toggleMenu() {\n      document.getElementById('nav-left').classList.toggle('active');\n      document.getElementById('nav-right').classList.toggle('active');\n    }\n  <\/script>\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\">\n  <title>Mentions L\u00e9gales - LaserVie<\/title>\n  <style>\n    body {\n      font-family: Arial, sans-serif;\n      background-color: #ffffff;\n      color: #333;\n      margin: 0;\n      padding: 0;\n    }\n\n    header {\n      background-color: #0cb8b6;\n      color: white;\n      padding: 30px 20px;\n      text-align: center;\n    }\n\n    h1 {\n      margin: 0;\n      font-size: 28px;\n    }\n\n    main {\n      max-width: 1000px;\n      margin: 40px auto;\n      padding: 0 20px;\n    }\n\n    section {\n      margin-bottom: 40px;\n    }\n\n    h2 {\n      color: #0cb8b6;\n      font-size: 22px;\n      margin-bottom: 15px;\n    }\n\n    p {\n      line-height: 1.6;\n      font-size: 16px;\n    }\n\n    footer {\n      background-color: #f4f4f4;\n      color: #777;\n      text-align: center;\n      padding: 20px;\n      font-size: 14px;\n    }\n\n    a {\n      color: #0cb8b6;\n      text-decoration: none;\n    }\n\n    a:hover {\n      text-decoration: underline;\n    }\n  <\/style>\n<\/head>\n<body>\n\n  <header>\n    <h1>Mentions L\u00e9gales<\/h1>\n  <\/header>\n\n  <main>\n    <section>\n      <h2>\u00c9diteur du site<\/h2>\n      <p>\n        <strong>LaserVie<\/strong><br>\n        Repr\u00e9sentant l\u00e9gal : <strong>Dr Mohamed Ben Bahri<\/strong><br>\n        \u00c9tablissement : <strong>ELYS\u00c9E MEDICAL<\/strong><br>\n        Adresse : <a href=\"https:\/\/g.co\/kgs\/b4zZYdJ\" target=\"_blank\">Voir sur Google Maps<\/a><br>\n        T\u00e9l\u00e9phone : <a href=\"tel:+21698753422\">+216 98 753 422<\/a><br>\n        Email : contact@laservie.com\n      <\/p>\n    <\/section>\n\n    <section>\n      <h2>H\u00e9bergement<\/h2>\n      <p>\n        Le site est h\u00e9berg\u00e9 par :wordpress<br>\n\n      <\/p>\n    <\/section>\n\n    <section>\n      <h2>Propri\u00e9t\u00e9 intellectuelle<\/h2>\n      <p>\n        Tous les contenus du site www.laservie.com sont la propri\u00e9t\u00e9 exclusive de LaserVie ou de ses partenaires. Toute reproduction ou exploitation sans autorisation est interdite.\n      <\/p>\n    <\/section>\n\n    <section>\n      <h2>Protection des donn\u00e9es<\/h2>\n      <p>\n        Les informations collect\u00e9es via nos formulaires sont utilis\u00e9es uniquement dans le cadre de nos \u00e9changes avec vous. Conform\u00e9ment \u00e0 la loi, vous pouvez acc\u00e9der \u00e0 vos donn\u00e9es, les modifier ou demander leur suppression \u00e0 l\u2019adresse : contact@laservie.com.\n      <\/p>\n    <\/section>\n\n    <section>\n      <h2>Cookies<\/h2>\n      <p>\n        Ce site utilise des cookies pour assurer un bon fonctionnement et analyser le trafic. Vous pouvez g\u00e9rer les cookies via les param\u00e8tres de votre navigateur.\n      <\/p>\n    <\/section>\n\n    <section>\n      <h2>Responsabilit\u00e9<\/h2>\n      <p>\n        Les liens vers d'autres sites sont propos\u00e9s \u00e0 titre informatif. LaserVie ne peut \u00eatre tenu responsable de leur contenu.\n      <\/p>\n    <\/section>\n\n    <section>\n      <h2>Droit applicable<\/h2>\n      <p>\n        Ce site est soumis \u00e0 la l\u00e9gislation tunisienne. En cas de litige, les tribunaux tunisiens seront seuls comp\u00e9tents.\n      <\/p>\n    <\/section>\n  <\/main>\n\n  <footer>\n    &copy; 2025 LaserVie \u2013 Dr Mohamed Ben Bahri. Tous droits r\u00e9serv\u00e9s.\n  <\/footer>\n\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","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 Mentions L\u00e9gales &#8211; LaserVie Mentions L\u00e9gales \u00c9diteur du site LaserVie Repr\u00e9sentant l\u00e9gal : Dr Mohamed Ben Bahri \u00c9tablissement : ELYS\u00c9E MEDICAL Adresse : Voir sur Google Maps T\u00e9l\u00e9phone : +216 [&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-1071","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/laservie.com\/index.php\/wp-json\/wp\/v2\/pages\/1071","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=1071"}],"version-history":[{"count":13,"href":"https:\/\/laservie.com\/index.php\/wp-json\/wp\/v2\/pages\/1071\/revisions"}],"predecessor-version":[{"id":1117,"href":"https:\/\/laservie.com\/index.php\/wp-json\/wp\/v2\/pages\/1071\/revisions\/1117"}],"wp:attachment":[{"href":"https:\/\/laservie.com\/index.php\/wp-json\/wp\/v2\/media?parent=1071"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}