{"id":22,"date":"2026-01-30T16:47:40","date_gmt":"2026-01-30T16:47:40","guid":{"rendered":"https:\/\/cool-goldberg.178-32-171-73.plesk.page\/?page_id=22"},"modified":"2026-01-31T12:48:34","modified_gmt":"2026-01-31T12:48:34","slug":"b","status":"publish","type":"page","link":"https:\/\/cool-goldberg.178-32-171-73.plesk.page\/?page_id=22","title":{"rendered":"B"},"content":{"rendered":"\n<style data-wp-block-html=\"css\">\n\/* ========================================\n   HERO SECTION - WORDPRESS OPTIMISE\n======================================== *\/\n\n\/* Container principal *\/\n.hero {\n  min-height: 90vh !important;\n  display: flex !important;\n  align-items: center !important;\n  background: linear-gradient(135deg, #0a1628, #1a2942) !important;\n  padding: 60px 40px !important;\n  position: relative !important;\n  overflow: hidden !important;\n  margin: 0 !important;\n}\n\n.hero__container {\n  max-width: 1400px !important;\n  margin: 0 auto !important;\n  display: grid !important;\n  grid-template-columns: 1.2fr 0.8fr !important;\n  gap: 80px !important;\n  align-items: center !important;\n  position: relative !important;\n  z-index: 2 !important;\n}\n\n\/* Contenu texte *\/\n.hero__content {\n  color: #ffffff !important;\n}\n\n.hero__label {\n  display: inline-block !important;\n  padding: 8px 20px !important;\n  background: rgba(197, 165, 114, 0.2) !important;\n  color: #c5a572 !important;\n  border-radius: 30px !important;\n  font-size: 0.85rem !important;\n  font-weight: 600 !important;\n  letter-spacing: 1px !important;\n  margin-bottom: 25px !important;\n  border: 1px solid rgba(197, 165, 114, 0.3) !important;\n}\n\n.hero__content h1 {\n  font-family: 'Playfair Display', serif !important;\n  font-size: clamp(2.5rem, 5vw, 4.2rem) !important;\n  font-weight: 700 !important;\n  margin-bottom: 20px !important;\n  line-height: 1.1 !important;\n  color: #ffffff !important;\n}\n\n.hero__content h2 {\n  font-size: clamp(1.2rem, 2.5vw, 1.6rem) !important;\n  font-weight: 400 !important;\n  color: rgba(255, 255, 255, 0.9) !important;\n  margin-bottom: 25px !important;\n  line-height: 1.3 !important;\n}\n\n.hero__content p {\n  font-size: 1.05rem !important;\n  line-height: 1.8 !important;\n  color: rgba(255, 255, 255, 0.8) !important;\n  max-width: 620px !important;\n  margin-bottom: 35px !important;\n}\n\n.hero__content p strong {\n  color: #c5a572 !important;\n  font-weight: 600 !important;\n}\n\n\/* Boutons CTA *\/\n.hero__cta {\n  display: flex !important;\n  gap: 20px !important;\n  flex-wrap: wrap !important;\n}\n\n.hero__cta .btn {\n  display: inline-block !important;\n  padding: 14px 28px !important;\n  font-size: 0.95rem !important;\n  font-weight: 500 !important;\n  border-radius: 6px !important;\n  text-decoration: none !important;\n  transition: all 0.3s ease !important;\n  cursor: pointer !important;\n  text-align: center !important;\n  text-shadow: 0 1px 2px rgba(0,0,0,0.2) !important;\n}\n\n\/* Bouton principal *\/\n.hero__cta .btn-primary {\n  background-color: #ffffff !important;\n  color: #1a73e8 !important;\n  border: 1px solid #ffffff !important;\n}\n\n.hero__cta .btn-primary:hover {\n  background-color: #f2f2f2 !important;\n  color: #1a73e8 !important;\n  transform: translateY(-2px) !important;\n  box-shadow: 0 8px 24px rgba(26, 115, 232, 0.3) !important;\n}\n\n\/* Bouton secondaire *\/\n.hero__cta .btn-secondary {\n  background-color: rgba(255, 255, 255, 0.2) !important;\n  color: #ffffff !important;\n  border: 1px solid rgba(255, 255, 255, 0.4) !important;\n}\n\n.hero__cta .btn-secondary:hover {\n  background-color: rgba(255, 255, 255, 0.3) !important;\n  color: #ffffff !important;\n  border-color: #ffffff !important;\n}\n\n\/* IMAGE HERO *\/\n.hero__image {\n  display: flex;\n  justify-content: center;\n  position: relative;\n}\n\n.hero__image-wrapper {\n  position: relative;\n  width: 100%;\n  max-width: 500px !important; \/* plus grande *\/\n  height: 0;\n  padding-bottom: 100%; \/* ratio carr\u00e9 *\/\n  overflow: hidden;\n  border-radius: 8px;\n}\n\n.hero__image-wrapper img {\n  position: absolute;\n  top: 50%;\n  left: 50%;\n  width: auto;\n  height: 100%;\n  transform: translate(-50%, -50%);\n  object-fit: cover !important;\n}\n\n\/* BADGE BARREAUX *\/\n.barreaux-badge {\n  position: absolute;\n  bottom: -20px;\n  right: -20px;\n  background-color: #ffffff;\n  color: #1a1a1a;\n  padding: 16px 20px;\n  border-radius: 6px;\n  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);\n  text-align: center;\n  z-index: 10;\n}\n\n.barreaux-badge .badge__title {\n  font-size: 1.1rem;\n  font-weight: 700;\n  margin-bottom: 4px;\n}\n\n.barreaux-badge .badge__list {\n  font-size: 0.85rem;\n  line-height: 1.4;\n  opacity: 0.85;\n}\n\n\/* RESPONSIVE *\/\n@media (max-width: 1024px) {\n  .hero__container {\n    grid-template-columns: 1fr !important;\n    gap: 60px !important;\n  }\n\n  .hero__content {\n    text-align: center !important;\n  }\n\n  .hero__cta {\n    justify-content: center !important;\n  }\n\n  .hero__image-wrapper {\n    max-width: 380px !important;\n  }\n\n  .barreaux-badge {\n    bottom: -16px !important;\n    right: 50% !important;\n    transform: translateX(50%) !important;\n  }\n}\n\n@media (max-width: 600px) {\n  .hero__image-wrapper {\n    max-width: 300px !important;\n  }\n\n  .hero__content h1 {\n    font-size: 2.4rem !important;\n  }\n\n  .hero__content h2 {\n    font-size: 1.2rem !important;\n  }\n\n  .barreaux-badge {\n    bottom: -12px !important;\n  }\n}\n\n<\/style>\n\n<section class=\"hero\">\n  <div class=\"hero__container\">\n    \n    <!-- Contenu texte -->\n    <div class=\"hero__content\">\n      <span class=\"hero__label\">Votre partenaire juridique international<\/span>\n      <h1>Ma\u00eetre David Halbwax<\/h1>\n      <h2>Droit des affaires &amp; commerce international<\/h2>\n      <p>\n        Inscrit aux barreaux de Paris, Bruxelles, Qu\u00e9bec et Isra\u00ebl, j&rsquo;accompagne les entreprises et entrepreneurs dans leurs op\u00e9rations transfrontali\u00e8res avec une expertise juridique multinationale unique. <strong>Fort de plus de 15 ans d&rsquo;exp\u00e9rience<\/strong>, je s\u00e9curise vos projets internationaux et veille \u00e0 la conformit\u00e9 juridique de vos op\u00e9rations.\n      <\/p>\n      <div class=\"hero__cta\">\n        <a href=\"mailto:contact@halbwax-avocat.com\" class=\"btn btn-primary\">\n          Prendre rendez-vous\n        <\/a>\n        <a href=\"#expertises\" class=\"btn btn-secondary\">\n          D\u00e9couvrir mes expertises\n        <\/a>\n      <\/div>\n    <\/div>\n    \n    <!-- Image + badge -->\n    <div class=\"hero__image\">\n      <div class=\"hero__image-wrapper\">\n        <img decoding=\"async\" src=\"https:\/\/cool-goldberg.178-32-171-73.plesk.page\/wp-content\/uploads\/2026\/01\/IMG-20260129-WA0005.jpg\" alt=\"Ma\u00eetre David Halbwax, avocat en droit des affaires international\" loading=\"lazy\" width=\"600\" height=\"600\">\n        <div class=\"barreaux-badge\">\n          <p class=\"badge__title\">4 Barreaux<\/p>\n          <p class=\"badge__list\">Paris \u2022 Bruxelles<br>Qu\u00e9bec \u2022 Tel-Aviv<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n    \n  <\/div>\n<\/section>\n\n\n\n<style data-wp-block-html=\"css\">\n\/* ========================================\n   EXPERTISES SECTION - WORDPRESS OPTIMISE\n======================================== *\/\n\n\/* Container principal *\/\n.expertises {\n  padding: 80px 20px !important;\n  background-color: #0a1628 !important;\n  color: #ffffff !important;\n}\n\n.expertises__container {\n  max-width: 1400px !important;\n  margin: 0 auto !important;\n  display: flex !important;\n  flex-direction: column !important;\n  align-items: center !important;\n  gap: 40px !important;\n}\n\n\/* Label et titre *\/\n.section__label {\n  font-size: 0.9rem !important;\n  font-weight: 600 !important;\n  color: #c5a572 !important;\n  letter-spacing: 1px !important;\n  text-transform: uppercase !important;\n  margin-bottom: 15px !important;\n}\n\n.section__title {\n  font-family: 'Playfair Display', serif !important;\n  font-size: clamp(2rem, 5vw, 3rem) !important;\n  font-weight: 700 !important;\n  margin-bottom: 50px !important;\n  text-align: center !important;\n  color: #ffffff !important;\n  line-height: 1.2 !important;\n}\n\n\/* Grille de cartes *\/\n.expertises__grid {\n  display: grid !important;\n  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;\n  gap: 30px !important;\n  width: 100% !important;\n}\n\n\/* Cartes individuelles *\/\n.expertise-card {\n  background-color: rgba(26, 41, 66, 0.8) !important;\n  padding: 30px 25px !important;\n  border-radius: 12px !important;\n  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4) !important;\n  transition: transform 0.3s ease, box-shadow 0.3s ease !important;\n  text-align: left !important;\n}\n\n.expertise-card:hover {\n  transform: translateY(-6px) !important;\n  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.6) !important;\n}\n\n\/* Titre carte *\/\n.expertise-card h3 {\n  font-size: 1.3rem !important;\n  font-weight: 700 !important;\n  color: #c5a572 !important;\n  margin-bottom: 15px !important;\n}\n\n\/* Description carte *\/\n.expertise-card p {\n  font-size: 1rem !important;\n  line-height: 1.7 !important;\n  color: rgba(255, 255, 255, 0.85) !important;\n}\n\n\/* Responsive *\/\n@media (max-width: 1024px) {\n  .expertises__grid {\n    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;\n    gap: 25px !important;\n  }\n\n  .expertises__container {\n    gap: 35px !important;\n  }\n}\n\n@media (max-width: 600px) {\n  .expertises__grid {\n    grid-template-columns: 1fr !important;\n    gap: 20px !important;\n  }\n\n  .expertises__container {\n    padding: 50px 15px !important;\n    gap: 25px !important;\n  }\n\n  .expertise-card {\n    padding: 25px 20px !important;\n  }\n}\n\n<\/style>\n\n\n<style data-wp-block-html=\"css\">\n\/* EXPERTISES SECTION *\/\n.expertises {\n  padding: 120px 40px;\n  background: var(--light);\n}\n\n.expertises__container {\n  max-width: 1400px;\n  margin: 0 auto;\n}\n\n.section__label {\n  display: block;\n  text-align: center;\n  color: var(--accent);\n  font-size: 0.85rem;\n  font-weight: 600;\n  letter-spacing: 2px;\n  text-transform: uppercase;\n  margin-bottom: 15px;\n}\n\n.section__title {\n  font-family: 'Playfair Display', serif;\n.expertise-card {\n  position: relative;\n  background-color: #fff;\n  padding: 2rem 2rem 2rem 2.25rem;\n  border-radius: 1rem;\n  box-shadow: 0 4px 15px rgba(0,0,0,0.08);\n  transition: transform 0.25s ease, box-shadow 0.25s ease;\n}\n\n.expertise-card::before {\n  content: \"\";\n  position: absolute;\n  left: 0;\n  top: 1.5rem;\n  bottom: 1.5rem;\n  width: 4px;\n  background-color: #1a73e8;\n  border-radius: 2px;\n}\n\n.expertise-card:hover {\n  transform: translateY(-4px);\n  box-shadow: 0 8px 22px rgba(0,0,0,0.12);\n}\n\n  font-size: clamp(2rem, 4vw, 3.2rem);\n  text-align: center;\n  color: var(--primary);\n  margin-bottom: 70px;\n  font-weight: 700;\n}\n\n.expertises__grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));\n  gap: 30px;\n}\n\n.expertise-card {\n  background: var(--white);\n  padding: 40px 35px;\n  border-radius: 16px;\n  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);\n  transition: all var(--transition);\n  border-left: 4px solid transparent;\n}\n\n.expertise-card:hover {\n  transform: translateY(-8px);\n  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);\n  border-left-color: var(--accent);\n}\n\n.expertise-card h3 {\n  font-family: 'Playfair Display', serif;\n  font-size: 1.5rem;\n  color: var(--primary);\n  margin-bottom: 15px;\n  font-weight: 600;\n}\n\n.expertise-card p {\n  color: var(--text-light);\n  line-height: 1.7;\n  font-size: 0.95rem;\n}\n\n\/* RESPONSIVE *\/\n@media (max-width: 768px) {\n  .expertises {\n    padding: 80px 30px;\n  }\n  \n  .expertises__grid {\n    grid-template-columns: 1fr;\n    gap: 25px;\n  }\n  \n  .section__title {\n    margin-bottom: 50px;\n  }\n}\n<\/style>\n\n<section id=\"expertises\" class=\"expertises\">\n  <div class=\"expertises__container\">\n    <span class=\"section__label\">Domaines d&rsquo;intervention<\/span>\n    <h2 class=\"section__title\">Une expertise juridique compl\u00e8te<\/h2>\n\n    <div class=\"expertises__grid\">\n      <div class=\"expertise-card\">\n        <h3>Droit des affaires<\/h3>\n        <p>Structuration juridique d&rsquo;entreprise, gouvernance, fusions-acquisitions, contrats strat\u00e9giques et accompagnement des dirigeants.<\/p>\n      <\/div>\n\n      <div class=\"expertise-card\">\n        <h3>Droit commercial international<\/h3>\n        <p>Transactions transfrontali\u00e8res, conformit\u00e9 r\u00e9glementaire, contrats internationaux et s\u00e9curisation de vos op\u00e9rations mondiales.<\/p>\n      <\/div>\n\n      <div class=\"expertise-card\">\n        <h3>Implantation internationale<\/h3>\n        <p>Accompagnement juridique pour votre expansion en France, Belgique, Canada ou Isra\u00ebl, de la cr\u00e9ation de filiale \u00e0 l\u2019optimisation fiscale.<\/p>\n      <\/div>\n\n      <div class=\"expertise-card\">\n        <h3>Contrats &amp; N\u00e9gociation<\/h3>\n        <p>R\u00e9daction et n\u00e9gociation de contrats complexes, baux commerciaux et partenariats strat\u00e9giques.<\/p>\n      <\/div>\n\n      <div class=\"expertise-card\">\n        <h3>Contentieux commercial<\/h3>\n        <p>D\u00e9fense de vos int\u00e9r\u00eats en cas de litiges, arbitrage international et r\u00e9solution de conflits transfrontaliers.<\/p>\n      <\/div>\n\n      <div class=\"expertise-card\">\n        <h3>Formation Pr\u00e9pa&rsquo;Alyah<\/h3>\n        <p>Programme complet pour les avocats francophones souhaitant int\u00e9grer le Barreau isra\u00e9lien.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n\n\n\n<style data-wp-block-html=\"css\">\n\/* ========================================\n   BOUTONS GLOBAUX\n======================================== *\/\n.btn {\n  display: inline-block;\n  padding: 14px 28px;\n  font-size: 0.95rem;\n  font-weight: 500;\n  border-radius: 6px;\n  text-decoration: none;\n  transition: all 0.3s ease;\n  cursor: pointer;\n  border: 1px solid transparent;\n  text-align: center;\n}\n\n\/* Bouton principal (blanc sur fond bleu) *\/\n.btn-primary {\n  background-color: #ffffff;\n  color: #1a73e8;\n  border-color: #ffffff;\n}\n\n.btn-primary:hover {\n  background-color: #f5f5f5;\n  transform: translateY(-2px);\n  box-shadow: 0 8px 24px rgba(26, 115, 232, 0.3);\n}\n\n.btn-primary:active {\n  transform: translateY(0);\n  box-shadow: 0 4px 12px rgba(26, 115, 232, 0.2);\n}\n\n\/* Bouton secondaire (transparent sur fond bleu) *\/\n.btn-secondary {\n  background-color: rgba(255, 255, 255, 0.15);\n  color: #ffffff;\n  border-color: rgba(255, 255, 255, 0.4);\n  backdrop-filter: blur(10px);\n}\n\n.btn-secondary:hover {\n  background-color: rgba(255, 255, 255, 0.25);\n  border-color: #ffffff;\n  box-shadow: 0 6px 20px rgba(255, 255, 255, 0.2);\n  transform: translateY(-2px);\n}\n\n.btn-secondary:active {\n  transform: translateY(0);\n  box-shadow: 0 3px 10px rgba(255, 255, 255, 0.15);\n}\n\n\/* ========================================\n   HERO CTA\n======================================== *\/\n.hero__cta {\n  display: flex;\n  gap: 20px;\n  flex-wrap: wrap;\n  margin-top: 35px;\n}\n\n\/* ========================================\n   RESPONSIVE\n======================================== *\/\n@media (max-width: 992px) {\n  .hero__cta {\n    justify-content: center;\n  }\n}\n\n@media (max-width: 576px) {\n  .hero__cta {\n    flex-direction: column;\n    width: 100%;\n    gap: 15px;\n  }\n  \n  .btn {\n    width: 100%;\n    padding: 16px 28px; \/* Un peu plus grand sur mobile *\/\n  }\n}\n\n\/* ========================================\n   \u00c9TATS FOCUS (Accessibilit\u00e9)\n======================================== *\/\n.btn:focus-visible {\n  outline: 2px solid #ffffff;\n  outline-offset: 3px;\n}\n\n.btn-primary:focus-visible {\n  outline-color: #1a73e8;\n}\n<\/style>\n\n\n<style data-wp-block-html=\"css\">\n\/* ========================================\n   HERO SECTION \u2013 CABINET INSTITUTIONNEL\n======================================== *\/\n\n.hero {\n  min-height: 80vh;\n  display: flex;\n  align-items: center;\n  background-color: #f9f9f9;\n  padding: 60px 40px;\n}\n\n.hero__container {\n  max-width: 1300px;\n  margin: 0 auto;\n  width: 100%;\n  display: grid;\n  grid-template-columns: 1.2fr 0.8fr;\n  gap: 80px;\n  align-items: center;\n}\n\n\/* ===== CONTENU TEXTE ===== *\/\n\n.hero__content {\n  z-index: 2;\n}\n\n.hero__label {\n  display: block;\n  font-size: 0.85rem;\n  font-weight: 500;\n  text-transform: uppercase;\n  letter-spacing: 0.08em;\n  color: #1a73e8;\n  margin-bottom: 0.75rem;\n}\n\n.hero__content h1 {\n  font-size: 2.6rem;\n  font-weight: 700;\n  color: #111;\n  margin-bottom: 0.5rem;\n}\n\n.hero__content h2 {\n  font-size: 1.6rem;\n  font-weight: 500;\n  color: #555;\n  margin-bottom: 1.5rem;\n}\n\n.hero__content p {\n  font-size: 1rem;\n  line-height: 1.7;\n  color: #333;\n  max-width: 580px;\n  margin-bottom: 2rem;\n}\n\n\/* ===== CTA ===== *\/\n\n.hero__cta {\n  display: flex;\n  gap: 1rem;\n  flex-wrap: wrap;\n}\n\n.hero__cta .btn {\n  padding: 0.75rem 1.6rem;\n  border-radius: 0.5rem;\n  font-weight: 500;\n  text-decoration: none;\n  transition: background-color 0.2s ease, transform 0.2s ease;\n}\n\n.btn-primary {\n  background-color: #1a73e8;\n  color: #fff;\n}\n\n.btn-primary:hover {\n  background-color: #155ab6;\n  transform: translateY(-2px);\n}\n\n.btn-secondary {\n  background-color: #e6e6e6;\n  color: #333;\n}\n\n.btn-secondary:hover {\n  background-color: #d0d0d0;\n  transform: translateY(-2px);\n}\n\n\/* ===== IMAGE ===== *\/\n\n.hero__image {\n  display: flex;\n  justify-content: flex-end;\n}\n\n.hero__image-wrapper {\n  position: relative;\n  max-width: 420px;\n  width: 100%;\n}\n\n.hero__image img {\n  width: 100%;\n  height: auto;\n  display: block;\n  border-radius: 1rem;\n  box-shadow: 0 10px 30px rgba(0,0,0,0.15);\n  opacity: 0.92;\n}\n\n\/* ===== BADGE BARREAUX ===== *\/\n\n.barreaux-badge {\n  position: absolute;\n  bottom: 1rem;\n  right: 1rem;\n  background-color: rgba(0,0,0,0.75);\n  color: #fff;\n  padding: 0.75rem 1rem;\n  border-radius: 0.75rem;\n  text-align: center;\n  font-size: 0.85rem;\n}\n\n.barreaux-badge .badge__title {\n  font-weight: 600;\n  margin-bottom: 0.25rem;\n}\n\n.barreaux-badge .badge__list {\n  line-height: 1.3;\n}\n\n\/* ===== RESPONSIVE ===== *\/\n\n@media (max-width: 900px) {\n  .hero {\n    padding: 50px 24px;\n  }\n\n  .hero__container {\n    grid-template-columns: 1fr;\n    gap: 50px;\n    text-align: center;\n  }\n\n  .hero__content p {\n    margin-left: auto;\n    margin-right: auto;\n  }\n\n  .hero__cta {\n    justify-content: center;\n  }\n\n  .hero__image {\n    justify-content: center;\n  }\n\n  .barreaux-badge {\n    right: 50%;\n    transform: translateX(50%);\n  }\n}\n\n\n\n\n<\/style>\n\n<section class=\"hero\">\n  <div class=\"hero__container\">\n    \n    <!-- Contenu texte -->\n    <div class=\"hero__content\">\n      <span class=\"hero__label\">Votre partenaire juridique international<\/span>\n      <h1>Ma\u00eetre David Halbwax<\/h1>\n      <h2>Droit des affaires &amp; commerce international<\/h2>\n      <p>\n        Inscrit aux barreaux de Paris, Bruxelles, Qu\u00e9bec et Isra\u00ebl, j&rsquo;accompagne les entreprises et entrepreneurs dans leurs op\u00e9rations transfrontali\u00e8res avec une expertise juridique multinationale unique. <strong>Fort de plus de 15 ans d&rsquo;exp\u00e9rience<\/strong>, je s\u00e9curise vos projets internationaux et veille \u00e0 la conformit\u00e9 juridique de vos op\u00e9rations.\n      <\/p>\n      <div class=\"hero__cta\">\n        <a href=\"mailto:contact@halbwax-avocat.com\" class=\"btn btn-primary\">\n          Prendre rendez-vous\n        <\/a>\n        <a href=\"#expertises\" class=\"btn btn-secondary\">\n          D\u00e9couvrir mes expertises\n        <\/a>\n      <\/div>\n    <\/div>\n    \n    <!-- Image + badge -->\n    <div class=\"hero__image\">\n      <div class=\"hero__image-wrapper\">\n        <img decoding=\"async\" src=\"https:\/\/cool-goldberg.178-32-171-73.plesk.page\/wp-content\/uploads\/2026\/01\/IMG-20260129-WA0005.jpg\" alt=\"Ma\u00eetre David Halbwax, avocat en droit des affaires international\" loading=\"lazy\" width=\"600\" height=\"600\">\n        <div class=\"barreaux-badge\">\n          <p class=\"badge__title\">4 Barreaux<\/p>\n          <p class=\"badge__list\">Paris \u2022 Bruxelles<br>Qu\u00e9bec \u2022 Tel-Aviv<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n    \n  <\/div>\n<\/section>\n\n\n\n\n<style data-wp-block-html=\"css\">\n\/* EXPERTISES SECTION *\/\n.expertises {\n  padding: 120px 40px;\n  background: var(--light);\n}\n\n.expertises__container {\n  max-width: 1400px;\n  margin: 0 auto;\n}\n\n.section__label {\n  display: block;\n  text-align: center;\n  color: var(--accent);\n  font-size: 0.85rem;\n  font-weight: 600;\n  letter-spacing: 2px;\n  text-transform: uppercase;\n  margin-bottom: 15px;\n}\n\n.section__title {\n  font-family: 'Playfair Display', serif;\n.expertise-card {\n  position: relative;\n  background-color: #fff;\n  padding: 2rem 2rem 2rem 2.25rem;\n  border-radius: 1rem;\n  box-shadow: 0 4px 15px rgba(0,0,0,0.08);\n  transition: transform 0.25s ease, box-shadow 0.25s ease;\n}\n\n.expertise-card::before {\n  content: \"\";\n  position: absolute;\n  left: 0;\n  top: 1.5rem;\n  bottom: 1.5rem;\n  width: 4px;\n  background-color: #1a73e8;\n  border-radius: 2px;\n}\n\n.expertise-card:hover {\n  transform: translateY(-4px);\n  box-shadow: 0 8px 22px rgba(0,0,0,0.12);\n}\n\n  font-size: clamp(2rem, 4vw, 3.2rem);\n  text-align: center;\n  color: var(--primary);\n  margin-bottom: 70px;\n  font-weight: 700;\n}\n\n.expertises__grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));\n  gap: 30px;\n}\n\n.expertise-card {\n  background: var(--white);\n  padding: 40px 35px;\n  border-radius: 16px;\n  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);\n  transition: all var(--transition);\n  border-left: 4px solid transparent;\n}\n\n.expertise-card:hover {\n  transform: translateY(-8px);\n  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);\n  border-left-color: var(--accent);\n}\n\n.expertise-card h3 {\n  font-family: 'Playfair Display', serif;\n  font-size: 1.5rem;\n  color: var(--primary);\n  margin-bottom: 15px;\n  font-weight: 600;\n}\n\n.expertise-card p {\n  color: var(--text-light);\n  line-height: 1.7;\n  font-size: 0.95rem;\n}\n\n\/* RESPONSIVE *\/\n@media (max-width: 768px) {\n  .expertises {\n    padding: 80px 30px;\n  }\n  \n  .expertises__grid {\n    grid-template-columns: 1fr;\n    gap: 25px;\n  }\n  \n  .section__title {\n    margin-bottom: 50px;\n  }\n}\n<\/style>\n\n<section id=\"expertises\" class=\"expertises\">\n  <div class=\"expertises__container\">\n    <span class=\"section__label\">Domaines d&rsquo;intervention<\/span>\n    <h2 class=\"section__title\">Une expertise juridique compl\u00e8te<\/h2>\n\n    <div class=\"expertises__grid\">\n      <div class=\"expertise-card\">\n        <h3>Droit des affaires<\/h3>\n        <p>Structuration juridique d&rsquo;entreprise, gouvernance, fusions-acquisitions, contrats strat\u00e9giques et accompagnement des dirigeants.<\/p>\n      <\/div>\n\n      <div class=\"expertise-card\">\n        <h3>Droit commercial international<\/h3>\n        <p>Transactions transfrontali\u00e8res, conformit\u00e9 r\u00e9glementaire, contrats internationaux et s\u00e9curisation de vos op\u00e9rations mondiales.<\/p>\n      <\/div>\n\n      <div class=\"expertise-card\">\n        <h3>Implantation internationale<\/h3>\n        <p>Accompagnement juridique pour votre expansion en France, Belgique, Canada ou Isra\u00ebl, de la cr\u00e9ation de filiale \u00e0 l\u2019optimisation fiscale.<\/p>\n      <\/div>\n\n      <div class=\"expertise-card\">\n        <h3>Contrats &amp; N\u00e9gociation<\/h3>\n        <p>R\u00e9daction et n\u00e9gociation de contrats complexes, baux commerciaux et partenariats strat\u00e9giques.<\/p>\n      <\/div>\n\n      <div class=\"expertise-card\">\n        <h3>Contentieux commercial<\/h3>\n        <p>D\u00e9fense de vos int\u00e9r\u00eats en cas de litiges, arbitrage international et r\u00e9solution de conflits transfrontaliers.<\/p>\n      <\/div>\n\n      <div class=\"expertise-card\">\n        <h3>Formation Pr\u00e9pa&rsquo;Alyah<\/h3>\n        <p>Programme complet pour les avocats francophones souhaitant int\u00e9grer le Barreau isra\u00e9lien.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n","protected":false},"excerpt":{"rendered":"<p>Votre partenaire juridique international Ma\u00eetre David Halbwax Droit des affaires &amp; commerce international Inscrit aux barreaux de Paris, Bruxelles, Qu\u00e9bec et Isra\u00ebl, j&rsquo;accompagne les entreprises et entrepreneurs dans leurs op\u00e9rations transfrontali\u00e8res avec une expertise juridique multinationale unique. Fort de plus de 15 ans d&rsquo;exp\u00e9rience, je s\u00e9curise vos projets internationaux et veille \u00e0 la conformit\u00e9 juridique [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","footnotes":""},"class_list":["post-22","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/cool-goldberg.178-32-171-73.plesk.page\/index.php?rest_route=\/wp\/v2\/pages\/22","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cool-goldberg.178-32-171-73.plesk.page\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/cool-goldberg.178-32-171-73.plesk.page\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/cool-goldberg.178-32-171-73.plesk.page\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/cool-goldberg.178-32-171-73.plesk.page\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=22"}],"version-history":[{"count":9,"href":"https:\/\/cool-goldberg.178-32-171-73.plesk.page\/index.php?rest_route=\/wp\/v2\/pages\/22\/revisions"}],"predecessor-version":[{"id":56,"href":"https:\/\/cool-goldberg.178-32-171-73.plesk.page\/index.php?rest_route=\/wp\/v2\/pages\/22\/revisions\/56"}],"wp:attachment":[{"href":"https:\/\/cool-goldberg.178-32-171-73.plesk.page\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=22"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}