{"id":2646,"date":"2026-04-24T13:26:48","date_gmt":"2026-04-24T13:26:48","guid":{"rendered":"https:\/\/lcimtc.com\/%e9%a6%96%e9%a1%b5\/"},"modified":"2026-07-16T23:25:43","modified_gmt":"2026-07-16T23:25:43","slug":"%e9%a6%96%e9%a1%b5","status":"publish","type":"page","link":"https:\/\/lcimtc.com\/zh-hans\/","title":{"rendered":"\u9996\u9875"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"2646\" class=\"elementor elementor-2646 elementor-100\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7554d60 e-flex e-con-boxed e-con e-parent\" data-id=\"7554d60\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ffc25c9 elementor-widget elementor-widget-html\" data-id=\"ffc25c9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- ============================================================\n     LCI-MTC \u2014 FOND ANIM\u00c9 : WAVE FLUIDE (style PlayStation)\n     3 rubans dor\u00e9s qui ondulent r\u00e9ellement, \u00e9paisseur variable,\n     formes distinctes qui s'entrelacent.\n     Position fixe, derri\u00e8re tout le contenu, sur toutes les pages.\n\n     >>> INSTALLATION (WPCode, toutes les pages) <<<\n     1. WPCode \u2192 Ajouter un snippet \u2192 Snippet vierge\n     2. Type : HTML Snippet\n     3. Coller ce code\n     4. Emplacement : \"Pied de page \u00e0 l'\u00e9chelle du site\" (Site Wide Footer)\n     5. Activer + Enregistrer \u2192 purge LiteSpeed\n\n     >>> R\u00c9GLAGES (dans le script, tableau LCI_WAVES) <<<\n     - amp : amplitude de l'ondulation\n     - freq : nombre d'ondulations\n     - speed : vitesse (n\u00e9gatif = sens inverse)\n     - thick0 \/ thick1 : \u00e9paisseur d\u00e9but \/ fin\n     - baseY : hauteur verticale de la vague\n     - Opacit\u00e9 globale : .lci-wave-bg svg { opacity: .42 }\n     ============================================================ -->\n\n<div class=\"lci-wave-bg\" aria-hidden=\"true\">\n  <svg id=\"lciWaveSvg\" viewbox=\"0 0 1440 900\" preserveaspectratio=\"xMidYMid slice\">\n    <defs>\n      <lineargradient id=\"lciwg1\" x1=\"0\" y1=\"0\" x2=\"1\" y2=\"0\">\n        <stop offset=\"0%\" stop-color=\"rgba(184,151,58,0)\"><\/stop>\n        <stop offset=\"50%\" stop-color=\"rgba(184,151,58,0.6)\"><\/stop>\n        <stop offset=\"100%\" stop-color=\"rgba(184,151,58,0)\"><\/stop>\n      <\/lineargradient>\n      <lineargradient id=\"lciwg2\" x1=\"0\" y1=\"0\" x2=\"1\" y2=\"0\">\n        <stop offset=\"0%\" stop-color=\"rgba(212,184,120,0)\"><\/stop>\n        <stop offset=\"50%\" stop-color=\"rgba(212,184,120,0.5)\"><\/stop>\n        <stop offset=\"100%\" stop-color=\"rgba(212,184,120,0)\"><\/stop>\n      <\/lineargradient>\n      <lineargradient id=\"lciwg3\" x1=\"0\" y1=\"0\" x2=\"1\" y2=\"0\">\n        <stop offset=\"0%\" stop-color=\"rgba(160,130,50,0)\"><\/stop>\n        <stop offset=\"50%\" stop-color=\"rgba(160,130,50,0.45)\"><\/stop>\n        <stop offset=\"100%\" stop-color=\"rgba(160,130,50,0)\"><\/stop>\n      <\/lineargradient>\n    <\/defs>\n    <path id=\"lciWave1\" fill=\"url(#lciwg1)\"><\/path>\n    <path id=\"lciWave2\" fill=\"url(#lciwg2)\"><\/path>\n    <path id=\"lciWave3\" fill=\"url(#lciwg3)\"><\/path>\n  <\/svg>\n<\/div>\n\n<style>\n  .lci-wave-bg {\n    position: fixed;\n    inset: 0;\n    width: 100vw;\n    height: 100vh;\n    z-index: 0;\n    pointer-events: none;\n    overflow: hidden;\n  }\n  .lci-wave-bg svg {\n    width: 100%;\n    height: 100%;\n    display: block;\n    opacity: 0.3;   \/* discr\u00e9tion du fond \u2014 ajuster ici *\/\n  }\n  @media (prefers-reduced-motion: reduce) {\n    .lci-wave-bg { display: none; }\n  }\n<\/style>\n\n<script>\n(function(){\n  \/\/ Respecte la pr\u00e9f\u00e9rence \"r\u00e9duire les animations\"\n  if (window.matchMedia && window.matchMedia('(prefers-reduced-motion: reduce)').matches) return;\n\n  var svg = document.getElementById('lciWaveSvg');\n  if(!svg) return;\n\n  var W = 1440, H = 900, STEPS = 60;\n\n  var LCI_WAVES = [\n    { el:document.getElementById('lciWave1'), baseY:430, amp:80,  freq:1.3, speed:0.55, thick0:90, thick1:18, phase:0 },\n    { el:document.getElementById('lciWave2'), baseY:460, amp:55,  freq:2.4, speed:-0.85, thick0:20, thick1:78, phase:2 },\n    { el:document.getElementById('lciWave3'), baseY:480, amp:110, freq:0.9, speed:0.42, thick0:70, thick1:36, phase:4 }\n  ];\n\n  function buildPath(w, t){\n    var top = [], bot = [];\n    for(var i=0;i<=STEPS;i++){\n      var p = i\/STEPS;\n      var x = p * (W+200) - 100;\n      var y = w.baseY\n        + Math.sin(p*Math.PI*2*w.freq + t*w.speed + w.phase) * w.amp\n        + Math.sin(p*Math.PI*4*w.freq + t*w.speed*0.6) * (w.amp*0.25);\n      var th = w.thick0 + (w.thick1 - w.thick0) * p;\n      th *= 0.85 + 0.15*Math.sin(p*Math.PI*2 + t*0.8);\n      top.push([x, y - th\/2]);\n      bot.push([x, y + th\/2]);\n    }\n    var d = \"M\"+top[0][0].toFixed(1)+\",\"+top[0][1].toFixed(1);\n    for(var a=1;a<top.length;a++) d += \" L\"+top[a][0].toFixed(1)+\",\"+top[a][1].toFixed(1);\n    for(var b=bot.length-1;b>=0;b--) d += \" L\"+bot[b][0].toFixed(1)+\",\"+bot[b][1].toFixed(1);\n    d += \" Z\";\n    return d;\n  }\n\n  var t = 0, running = true;\n  function frame(){\n    if(running){\n      t += 0.016;\n      for(var k=0;k<LCI_WAVES.length;k++){\n        LCI_WAVES[k].el.setAttribute('d', buildPath(LCI_WAVES[k], t));\n      }\n    }\n    requestAnimationFrame(frame);\n  }\n  \/\/ Pause quand l'onglet n'est pas visible (\u00e9conomie de ressources)\n  document.addEventListener('visibilitychange', function(){\n    running = !document.hidden;\n  });\n  frame();\n})();\n<\/script>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c1f6312 e-flex e-con-boxed e-con e-parent\" data-id=\"c1f6312\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c1ed3f0 elementor-widget elementor-widget-html\" data-id=\"c1ed3f0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"zh-hans\">\n<head>\n  <meta charset=\"UTF-8\" \/>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" \/>\n  <title>LCI-MTC Group<\/title>\n\n  <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\" \/>\n  <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin \/>\n  <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300;1,400&family=Jost:wght@200;300;400;500&display=swap\" rel=\"stylesheet\" \/>\n\n  <style>\n    *, *::before, *::after {\n      box-sizing: border-box;\n      margin: 0;\n      padding: 0;\n    }\n\n    :root {\n      --gold:       #B8973A;\n      --gold-light: #D4B96A;\n      --gold-pale:  #F0E6C8;\n      --white:      #FFFFFF;\n      --off-white:  #FAFAF8;\n      --ink:        #1C1B18;\n      --ink-mid:    #4A4840;\n      --ink-muted:  #9A9690;\n      --red:        #B8121A;\n      --nav-h:      96px;\n      --serif:      'Cormorant Garamond', Georgia, serif;\n      --sans:       'Jost', sans-serif;\n      --expo:       cubic-bezier(0.16, 1, 0.3, 1);\n    }\n\n    html {\n      scroll-behavior: smooth;\n    }\n\n    body {\n      font-family: var(--sans);\n      background: var(--white);\n      color: var(--ink);\n      overflow-x: hidden;\n    }\n\n    \/* Supprime les highlights natifs sur les \u00e9l\u00e9ments cliquables de la nav *\/\n    .nav a,\n    .nav button,\n    .nav a:focus,\n    .nav a:active,\n    .nav a:hover,\n    .nav a:visited,\n    .nav a:focus-visible,\n    .nav button:focus,\n    .nav button:active,\n    .nav button:hover,\n    .nav button:focus-visible,\n    .nav__drawer a,\n    .nav__drawer a:focus,\n    .nav__drawer a:active,\n    .nav__drawer a:hover,\n    .nav__drawer a:visited,\n    .nav__drawer a:focus-visible {\n      outline: none !important;\n      box-shadow: none !important;\n      border: none !important;\n      -webkit-tap-highlight-color: transparent !important;\n    }\n\n    \/* NAVIGATION *\/\n    .nav {\n      position: fixed;\n      inset: 0 0 auto;\n      z-index: 200;\n      height: var(--nav-h);\n      display: grid;\n      grid-template-columns: auto 1fr auto;\n      align-items: center;\n      gap: 0 40px;\n      padding: 0 40px;\n      background: #fff;\n      box-shadow: 0 2px 20px rgba(0, 0, 0, 0.07);\n      opacity: 0;\n      transform: translateY(-12px);\n      transition: opacity 0.6s ease, transform 0.6s var(--expo);\n    }\n\n    .nav.visible {\n      opacity: 1;\n      transform: translateY(0);\n    }\n\n    .nav__logo {\n      display: flex;\n      align-items: center;\n      text-decoration: none;\n      background: transparent !important;\n    }\n\n    .nav__logo img {\n      display: block;\n      width: auto;\n      height: 62px;\n      object-fit: contain;\n      border: 0;\n    }\n\n    .nav__links {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      gap: 36px;\n      list-style: none;\n    }\n\n    .nav__links li {\n      list-style: none;\n    }\n\n    .nav__links a {\n      position: relative;\n      display: inline-block;\n      padding-bottom: 6px;\n      font-size: 10px;\n      font-weight: 400;\n      letter-spacing: 0.22em;\n      text-transform: uppercase;\n      text-decoration: none;\n      color: var(--ink-mid);\n      background: transparent !important;\n      transition: color 0.25s ease;\n    }\n\n    .nav__links a::after {\n      content: \"\";\n      position: absolute;\n      left: 0;\n      bottom: 2px;\n      width: 100%;\n      height: 1px;\n      background: var(--gold);\n      transform: scaleX(0);\n      transform-origin: left center;\n      transition: transform 0.45s var(--expo);\n      will-change: transform;\n      pointer-events: none;\n    }\n\n    .nav__links a:hover,\n    .nav__links a.active {\n      color: var(--gold);\n      background: transparent !important;\n    }\n\n    .nav__links a:hover::after,\n    .nav__links a.active::after {\n      transform: scaleX(1);\n    }\n\n    .nav__cta-wrap {\n      display: flex;\n      align-items: center;\n      justify-content: flex-end;\n      gap: 16px;\n    }\n\n    .nav__cta {\n      display: inline-block;\n      padding: 15px 28px;\n      border: none !important;\n      white-space: nowrap;\n      cursor: pointer;\n      text-decoration: none;\n      font-family: var(--sans);\n      font-size: 10px;\n      font-weight: 500;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--white);\n      background: var(--red);\n      transition: background 0.3s ease;\n      appearance: none;\n      -webkit-appearance: none;\n      border-radius: 0;\n    }\n\n    .nav__cta:hover,\n    .nav__cta:focus,\n    .nav__cta:active,\n    .nav__cta:focus-visible,\n    .nav__cta:visited {\n      color: var(--white);\n      background: var(--red);\n      outline: none !important;\n      box-shadow: none !important;\n      border: none !important;\n    }\n\n    .nav__cta:hover {\n      background: #8a0d13;\n    }\n\n    \/* ============================================\n       S\u00c9LECTEUR DE LANGUE \u2014 verre \/ miroir\n       ============================================ *\/\n    .lang {\n      position: relative;\n    }\n\n    .nav .lang__btn {\n      position: relative;\n      display: flex;\n      align-items: center;\n      gap: 8px;\n      padding: 7px 12px 7px 8px;\n      cursor: pointer;\n      overflow: hidden;\n      font-family: var(--sans);\n      font-size: 10px;\n      font-weight: 500;\n      letter-spacing: 0.18em;\n      color: var(--ink-mid);\n      background: rgba(255, 255, 255, 0.55);\n      backdrop-filter: blur(14px) saturate(1.15);\n      -webkit-backdrop-filter: blur(14px) saturate(1.15);\n      border: 1px solid rgba(184, 151, 58, 0.45) !important;\n      transition: border-color 0.3s ease, color 0.3s ease;\n      appearance: none;\n      -webkit-appearance: none;\n      border-radius: 0;\n    }\n\n    \/* Reflet miroir diagonal *\/\n    .nav .lang__btn::before {\n      content: \"\";\n      position: absolute;\n      top: -60%;\n      left: -30%;\n      width: 55%;\n      height: 220%;\n      background: linear-gradient(105deg,\n        rgba(255, 255, 255, 0) 0%,\n        rgba(255, 255, 255, 0.65) 50%,\n        rgba(255, 255, 255, 0) 100%);\n      transform: rotate(8deg) translateX(0);\n      transition: transform 0.9s var(--expo);\n      pointer-events: none;\n    }\n\n    .nav .lang__btn:hover {\n      color: var(--gold);\n      border-color: var(--gold) !important;\n    }\n\n    .nav .lang__btn:hover::before {\n      transform: rotate(8deg) translateX(320%);\n    }\n\n    .lang__flag {\n      position: relative;\n      flex: none;\n      width: 26px;\n      height: 26px;\n      border-radius: 50%;\n      overflow: hidden;\n      box-shadow: inset 0 0 0 1px rgba(28, 27, 24, 0.12),\n                  0 1px 4px rgba(28, 27, 24, 0.15);\n    }\n\n    .lang__flag svg {\n      display: block;\n      width: 100%;\n      height: 100%;\n    }\n\n    \/* Effet bille de verre sur chaque drapeau :\n       point de lumi\u00e8re en haut + liser\u00e9 lumineux en bas *\/\n    .lang__flag::after {\n      content: \"\";\n      position: absolute;\n      inset: 0;\n      border-radius: 50%;\n      background:\n        radial-gradient(circle at 30% 25%,\n          rgba(255, 255, 255, 0.75) 0%,\n          rgba(255, 255, 255, 0.25) 28%,\n          rgba(255, 255, 255, 0) 55%),\n        linear-gradient(160deg,\n          rgba(255, 255, 255, 0) 60%,\n          rgba(255, 255, 255, 0.3) 100%);\n      pointer-events: none;\n    }\n\n    .lang__chev {\n      width: 9px;\n      height: 9px;\n      flex: none;\n      transition: transform 0.35s var(--expo);\n    }\n\n    .lang.open .lang__chev {\n      transform: rotate(180deg);\n    }\n\n    .lang__panel {\n      position: absolute;\n      top: calc(100% + 14px);\n      right: 0;\n      z-index: 300;\n      min-width: 200px;\n      padding: 8px;\n      background: rgba(255, 255, 255, 0.62);\n      backdrop-filter: blur(18px) saturate(1.2);\n      -webkit-backdrop-filter: blur(18px) saturate(1.2);\n      border: 1px solid rgba(184, 151, 58, 0.5);\n      box-shadow: 0 18px 50px rgba(28, 27, 24, 0.18);\n      opacity: 0;\n      visibility: hidden;\n      transform: translateY(-8px);\n      transition: opacity 0.35s ease, transform 0.45s var(--expo), visibility 0s linear 0.35s;\n    }\n\n    \/* Liser\u00e9 or en t\u00eate du panneau *\/\n    .lang__panel::before {\n      content: \"\";\n      position: absolute;\n      top: 0;\n      left: 0;\n      right: 0;\n      height: 1px;\n      background: linear-gradient(90deg, transparent, var(--gold-light), transparent);\n    }\n\n    .lang.open .lang__panel {\n      opacity: 1;\n      visibility: visible;\n      transform: translateY(0);\n      transition: opacity 0.35s ease, transform 0.45s var(--expo), visibility 0s;\n    }\n\n    .nav .lang__item {\n      display: flex;\n      align-items: center;\n      gap: 10px;\n      padding: 8px 10px;\n      text-decoration: none;\n      font-size: 10px;\n      font-weight: 500;\n      letter-spacing: 0.18em;\n      text-transform: uppercase;\n      color: var(--ink-mid);\n      background: transparent !important;\n      transition: color 0.25s ease, background 0.25s ease;\n    }\n\n    .nav .lang__item:hover {\n      color: var(--gold);\n      background: rgba(184, 151, 58, 0.1) !important;\n    }\n\n    .nav .lang__item.active {\n      color: var(--gold);\n    }\n\n    .lang__name {\n      margin-left: auto;\n      font-family: var(--serif);\n      font-style: italic;\n      font-size: 12px;\n      letter-spacing: 0.03em;\n      text-transform: none;\n      color: var(--ink-muted);\n    }\n\n    .nav .lang__item:hover .lang__name,\n    .nav .lang__item.active .lang__name {\n      color: var(--gold);\n    }\n\n    \/* BURGER *\/\n    .nav__burger {\n      display: none;\n      flex-direction: column;\n      justify-content: center;\n      gap: 5px;\n      width: 36px;\n      height: 36px;\n      padding: 4px;\n      border: none !important;\n      background: none;\n      cursor: pointer;\n      z-index: 300;\n      appearance: none;\n      -webkit-appearance: none;\n      border-radius: 0;\n    }\n\n    .nav__burger span {\n      display: block;\n      height: 1.5px;\n      background: var(--ink);\n      border-radius: 2px;\n      transform-origin: center;\n      transition: transform 0.35s var(--expo), opacity 0.25s ease, width 0.3s ease;\n    }\n\n    .nav__burger span:nth-child(2) {\n      width: 65%;\n    }\n\n    .nav__burger.open span:nth-child(1) {\n      transform: translateY(6.5px) rotate(45deg);\n    }\n\n    .nav__burger.open span:nth-child(2) {\n      opacity: 0;\n      width: 0;\n    }\n\n    .nav__burger.open span:nth-child(3) {\n      transform: translateY(-6.5px) rotate(-45deg);\n    }\n\n    \/* DRAWER MOBILE *\/\n    .nav__drawer {\n      position: fixed;\n      top: var(--nav-h);\n      left: 0;\n      right: 0;\n      z-index: 199;\n      display: flex;\n      flex-direction: column;\n      align-items: center;\n      padding: 0;\n      overflow: hidden;\n      max-height: 0;\n      background: #fff;\n      box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);\n      transition: max-height 0.5s var(--expo), padding 0.4s ease;\n    }\n\n    .nav__drawer.open {\n      max-height: 560px;\n      padding: 24px 0 32px;\n    }\n\n    .nav__drawer li {\n      width: 100%;\n      list-style: none;\n      text-align: center;\n    }\n\n    .nav__drawer a {\n      display: block;\n      padding: 14px 24px;\n      font-size: 11px;\n      font-weight: 400;\n      letter-spacing: 0.25em;\n      text-transform: uppercase;\n      text-decoration: none;\n      color: var(--ink-mid);\n      background: transparent !important;\n      transition: color 0.25s ease, background 0.25s ease;\n    }\n\n    .nav__drawer a:hover,\n    .nav__drawer a.active,\n    .nav__drawer a:focus,\n    .nav__drawer a:active,\n    .nav__drawer a:focus-visible {\n      color: var(--gold);\n      background: transparent !important;\n      outline: none !important;\n      box-shadow: none !important;\n      border: none !important;\n    }\n\n    \/* Langues dans le drawer mobile : rang\u00e9e de pastilles *\/\n    .nav__drawer .drawer-langs {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      flex-wrap: wrap;\n      gap: 14px;\n      width: 100%;\n      margin-top: 10px;\n      padding: 14px 24px 0;\n      border-top: 1px solid rgba(184, 151, 58, 0.25);\n    }\n\n    .nav__drawer .drawer-langs a {\n      position: relative;\n      display: block;\n      width: 32px;\n      height: 32px;\n      padding: 0;\n      border-radius: 50%;\n      overflow: hidden;\n      opacity: 0.75;\n      box-shadow: inset 0 0 0 1px rgba(28, 27, 24, 0.12),\n                  0 1px 4px rgba(28, 27, 24, 0.15);\n      transition: opacity 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;\n    }\n\n    .nav__drawer .drawer-langs a::after {\n      content: \"\";\n      position: absolute;\n      inset: 0;\n      border-radius: 50%;\n      background:\n        radial-gradient(circle at 30% 25%,\n          rgba(255, 255, 255, 0.75) 0%,\n          rgba(255, 255, 255, 0.25) 28%,\n          rgba(255, 255, 255, 0) 55%),\n        linear-gradient(160deg,\n          rgba(255, 255, 255, 0) 60%,\n          rgba(255, 255, 255, 0.3) 100%);\n      pointer-events: none;\n    }\n\n    .nav__drawer .drawer-langs a svg {\n      display: block;\n      width: 100%;\n      height: 100%;\n    }\n\n    .nav__drawer .drawer-langs a.active,\n    .nav__drawer .drawer-langs a:hover {\n      opacity: 1;\n      transform: scale(1.08);\n      box-shadow: 0 0 0 2px var(--gold),\n                  0 2px 8px rgba(28, 27, 24, 0.2) !important;\n    }\n\n    .nav__drawer .drawer-cta {\n      width: 100%;\n      margin-top: 16px;\n      padding: 0 24px;\n    }\n\n    .nav__drawer .drawer-cta a {\n      display: block;\n      padding: 14px 0;\n      text-align: center;\n      text-decoration: none;\n      font-size: 10px;\n      font-weight: 500;\n      letter-spacing: 0.2em;\n      color: #fff !important;\n      background: var(--red) !important;\n      transition: background 0.3s ease;\n    }\n\n    .nav__drawer .drawer-cta a:hover,\n    .nav__drawer .drawer-cta a:focus,\n    .nav__drawer .drawer-cta a:active,\n    .nav__drawer .drawer-cta a:focus-visible {\n      background: #8a0d13 !important;\n      color: #fff !important;\n    }\n\n    \/* RESPONSIVE *\/\n    @media (max-width: 900px) {\n      .nav {\n        grid-template-columns: auto 1fr auto;\n        padding: 0 20px;\n      }\n\n      .nav__links {\n        display: none;\n      }\n\n      .nav__cta-wrap .nav__cta {\n        display: none;\n      }\n\n      .nav__cta-wrap .lang {\n        display: none;\n      }\n\n      .nav__burger {\n        display: flex;\n      }\n    }\n\n    @media (prefers-reduced-motion: reduce) {\n      .nav .lang__btn::before,\n      .lang__panel,\n      .lang__chev {\n        transition: none;\n      }\n    }\n  <\/style>\n\n  <script>\n    (function () {\n      var isHomepage = true;\n      var visited = sessionStorage.getItem('lci_visited');\n\n      if (!isHomepage || visited) {\n        var s = document.createElement('style');\n        s.textContent = '.nav{opacity:1!important;transform:none!important;transition:none!important}';\n        document.head.appendChild(s);\n      }\n\n      sessionStorage.setItem('lci_visited', '1');\n    })();\n  <\/script>\n<\/head>\n<body>\n\n  \n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n     STYLES \u2014 ANIMATION D'INTRO\n\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<style>\n  \/* \u2500\u2500\u2500 Overlay plein \u00e9cran \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n  #site-intro {\n    position: fixed;\n    inset: 0;\n    z-index: 99999;\n    background: #fff;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    pointer-events: none;\n    overflow: hidden;\n  }\n  #site-intro.fade-out {\n    opacity: 0;\n    transition: opacity 0.8s ease;\n  }\n  #site-intro.gone {\n    display: none;\n  }\n\n  \/* \u2500\u2500\u2500 Conteneur du logo assembl\u00e9 \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n  #logo-assembly {\n    position: relative;\n    width: 320px;\n    height: 320px;\n    will-change: transform;\n  }\n\n  \/* \u00c9tape finale : zoom du logo entier vers l'infini *\/\n  #logo-assembly.zoom-in {\n    transform: scale(20);\n    opacity: 0;\n    transition: transform 1.5s cubic-bezier(0.55, 0, 1, 0.45),\n                opacity   0.5s ease 1s;\n  }\n\n  \/* \u2500\u2500\u2500 Pi\u00e8ces individuelles (L, C, i) \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n  .piece {\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 320px;\n    height: 320px;\n    object-fit: contain;\n  }\n\n  \/* L \u2014 arrive depuis la gauche *\/\n  #piece-L {\n    transform: translateX(-120vw);\n    transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1);\n  }\n  #piece-L.arrive {\n    transform: translateX(0);\n  }\n\n  \/* C \u2014 descend depuis le haut (avec un l\u00e9ger d\u00e9lai) *\/\n  #piece-C {\n    transform: translateY(-120vh);\n    transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1) 0.08s;\n  }\n  #piece-C.arrive {\n    transform: translateY(0);\n  }\n\n  \/* i \u2014 arrive depuis la droite (avec un l\u00e9ger d\u00e9lai) *\/\n  #piece-i {\n    transform: translateX(120vw);\n    transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1) 0.04s;\n  }\n  #piece-i.arrive {\n    transform: translateX(0);\n  }\n\n  \/* \u2500\u2500\u2500 Responsive : taille r\u00e9duite sur mobile \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n  @media (max-width: 900px) {\n    #logo-assembly {\n      width: 220px;\n      height: 220px;\n    }\n    .piece {\n      width: 220px;\n      height: 220px;\n    }\n  }\n<\/style>\n\n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n     HTML \u2014 OVERLAY D'INTRO\n\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<div id=\"site-intro\">\n  <div id=\"logo-assembly\">\n    <img decoding=\"async\"\n         id=\"piece-L\"\n         class=\"piece\"\n         src=\"https:\/\/lcimtctest.com\/wp-content\/uploads\/2026\/04\/L.png\"\n         alt=\"L\" \/>\n    <img decoding=\"async\"\n         id=\"piece-C\"\n         class=\"piece\"\n         src=\"https:\/\/lcimtctest.com\/wp-content\/uploads\/2026\/04\/C.png\"\n         alt=\"C\" \/>\n    <img decoding=\"async\"\n         id=\"piece-i\"\n         class=\"piece\"\n         src=\"https:\/\/lcimtctest.com\/wp-content\/uploads\/2026\/04\/I.png\"\n         alt=\"i\" \/>\n  <\/div>\n<\/div>\n\n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n     SCRIPT \u2014 S\u00c9QUENCE D'ANIMATION\n     Une seule fois par session (sessionStorage)\n\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<script>\n(function () {\n  var STORAGE_KEY = 'lci_intro_seen';\n  var intro    = document.getElementById('site-intro');\n  var assembly = document.getElementById('logo-assembly');\n  var pL       = document.getElementById('piece-L');\n  var pC       = document.getElementById('piece-C');\n  var pi       = document.getElementById('piece-i');\n\n  \/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n     FONCTION \u2014 r\u00e9v\u00e8le le header \/ la nav apr\u00e8s l'animation\n     \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\n  function revealHeader() {\n    \/\/ 1) On ajoute la classe .visible sur tous les \u00e9l\u00e9ments nav possibles\n    var navTargets = [\n      document.getElementById('nav'),\n      document.querySelector('.nav'),\n      document.querySelector('header'),\n      document.querySelector('#site-header'),\n      document.querySelector('#masthead')\n    ];\n    navTargets.forEach(function(el) {\n      if (el) el.classList.add('visible');\n    });\n\n    \/\/ 2) On force tous les \u00e9l\u00e9ments header \u00e0 devenir visibles (au cas o\u00f9)\n    document.querySelectorAll('.nav, header, #site-header, #masthead, .hfe-site-header').forEach(function(el) {\n      el.style.opacity = '1';\n      el.style.transform = 'none';\n      el.style.visibility = 'visible';\n    });\n  }\n\n  \/* \u2500\u2500 Si l'animation a d\u00e9j\u00e0 \u00e9t\u00e9 vue dans cette session, on skip \u2500\u2500\u2500\u2500\u2500 *\/\n  if (sessionStorage.getItem(STORAGE_KEY)) {\n    intro.classList.add('gone');\n    revealHeader();   \/\/ on r\u00e9v\u00e8le quand m\u00eame le header\n    return;\n  }\n\n  \/* \u2500\u2500 Premi\u00e8re visite \u2192 on joue l'animation \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n  sessionStorage.setItem(STORAGE_KEY, '1');\n\n  \/* \u00c9TAPE 1 \u2014 Les 3 pi\u00e8ces glissent vers le centre (\u00e0 0.4s) *\/\n  setTimeout(function () {\n    pL.classList.add('arrive');\n    pC.classList.add('arrive');\n    pi.classList.add('arrive');\n  }, 400);\n\n  \/* \u00c9TAPE 2 \u2014 L'ensemble du logo zoom vers l'infini (\u00e0 2.0s) *\/\n  setTimeout(function () {\n    assembly.classList.add('zoom-in');\n  }, 2000);\n\n  \/* \u00c9TAPE 3 \u2014 Fade-out de l'\u00e9cran blanc (\u00e0 2.95s) *\/\n  setTimeout(function () {\n    intro.classList.add('fade-out');\n  }, 2950);\n\n  \/* \u00c9TAPE 4 \u2014 Disparition compl\u00e8te + r\u00e9v\u00e9lation du header (\u00e0 3.8s) *\/\n  setTimeout(function () {\n    intro.classList.add('gone');\n    revealHeader();\n  }, 3800);\n})();\n<\/script>\n\n<nav class=\"nav\" id=\"nav\">\n  <!-- lci-header v2.4 -->\n  <a href=\"https:\/\/lcimtc.com\/zh-hans\/\" class=\"nav__logo\">\n    <img decoding=\"async\"\n      src=\"https:\/\/lcimtc.com\/wp-content\/uploads\/2026\/04\/logo-nouveau.png\"\n      alt=\"LCI-MTC Group\"\n    \/>\n  <\/a>\n\n  <ul class=\"nav__links\">\n          <li>\n        <a\n          href=\"https:\/\/lcimtc.com\/zh-hans\/about-us\/\"\n          class=\"\"\n        >\n          \u5173\u4e8e\u6211\u4eec        <\/a>\n      <\/li>\n          <li>\n        <a\n          href=\"https:\/\/lcimtc.com\/zh-hans\/blog\/\"\n          class=\"\"\n        >\n          \u535a\u5ba2        <\/a>\n      <\/li>\n          <li>\n        <a\n          href=\"https:\/\/lcimtc.com\/zh-hans\/destinations\/\"\n          class=\"\"\n        >\n          \u76ee\u7684\u5730        <\/a>\n      <\/li>\n          <li>\n        <a\n          href=\"https:\/\/lcimtc.com\/zh-hans\/services\/\"\n          class=\"\"\n        >\n          \u670d\u52a1        <\/a>\n      <\/li>\n          <li>\n        <a\n          href=\"https:\/\/lcimtc.com\/zh-hans\/contact-us\/\"\n          class=\"\"\n        >\n          \u8054\u7cfb\u6211\u4eec        <\/a>\n      <\/li>\n      <\/ul>\n\n  <div class=\"nav__cta-wrap\">\n\n    <!-- S\u00c9LECTEUR DE LANGUE -->\n    <div class=\"lang\" id=\"lang-switch\">\n      <button class=\"lang__btn\" type=\"button\" aria-haspopup=\"true\" aria-expanded=\"false\" aria-label=\"Choose language\">\n        <span class=\"lang__flag\"><svg viewBox=\"0 0 32 32\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-hidden=\"true\"><rect width=\"32\" height=\"32\" fill=\"#DE2910\"\/><path d=\"M0,-1 L0.588,0.809 L-0.951,-0.309 L0.951,-0.309 L-0.588,0.809 Z\" fill=\"#FFDE00\" transform=\"translate(10 12) scale(6)\"\/><path d=\"M0,-1 L0.588,0.809 L-0.951,-0.309 L0.951,-0.309 L-0.588,0.809 Z\" fill=\"#FFDE00\" transform=\"translate(20 5) scale(2) rotate(23)\"\/><path d=\"M0,-1 L0.588,0.809 L-0.951,-0.309 L0.951,-0.309 L-0.588,0.809 Z\" fill=\"#FFDE00\" transform=\"translate(24 9) scale(2) rotate(46)\"\/><path d=\"M0,-1 L0.588,0.809 L-0.951,-0.309 L0.951,-0.309 L-0.588,0.809 Z\" fill=\"#FFDE00\" transform=\"translate(24 15) scale(2) rotate(70)\"\/><path d=\"M0,-1 L0.588,0.809 L-0.951,-0.309 L0.951,-0.309 L-0.588,0.809 Z\" fill=\"#FFDE00\" transform=\"translate(20 19) scale(2) rotate(20)\"\/><\/svg><\/span>\n        <span class=\"lang__code\">ZH<\/span>\n        <svg class=\"lang__chev\" viewBox=\"0 0 10 6\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-hidden=\"true\">\n          <path d=\"M1 1 L5 5 L9 1\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.4\" stroke-linecap=\"round\"\/>\n        <\/svg>\n      <\/button>\n\n      <div class=\"lang__panel\" role=\"menu\">\n                  <a\n            href=\"https:\/\/lcimtc.com\/ar\/\"\n            class=\"lang__item\"\n            role=\"menuitem\"\n            data-lang=\"ar\"\n          >\n            <span class=\"lang__flag\"><svg viewBox=\"0 0 32 32\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-hidden=\"true\"><rect width=\"32\" height=\"11\" fill=\"#00843D\"\/><rect y=\"11\" width=\"32\" height=\"10\" fill=\"#FFFFFF\"\/><rect y=\"21\" width=\"32\" height=\"11\" fill=\"#000000\"\/><rect width=\"10\" height=\"32\" fill=\"#EF3340\"\/><\/svg><\/span>\n            <span>AR<\/span>\n            <span class=\"lang__name\">\u0627\u0644\u0639\u0631\u0628\u064a\u0629<\/span>\n          <\/a>\n                  <a\n            href=\"https:\/\/lcimtc.com\/zh-hans\/\"\n            class=\"lang__item active\"\n            role=\"menuitem\"\n            data-lang=\"zh-hans\"\n          >\n            <span class=\"lang__flag\"><svg viewBox=\"0 0 32 32\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-hidden=\"true\"><rect width=\"32\" height=\"32\" fill=\"#DE2910\"\/><path d=\"M0,-1 L0.588,0.809 L-0.951,-0.309 L0.951,-0.309 L-0.588,0.809 Z\" fill=\"#FFDE00\" transform=\"translate(10 12) scale(6)\"\/><path d=\"M0,-1 L0.588,0.809 L-0.951,-0.309 L0.951,-0.309 L-0.588,0.809 Z\" fill=\"#FFDE00\" transform=\"translate(20 5) scale(2) rotate(23)\"\/><path d=\"M0,-1 L0.588,0.809 L-0.951,-0.309 L0.951,-0.309 L-0.588,0.809 Z\" fill=\"#FFDE00\" transform=\"translate(24 9) scale(2) rotate(46)\"\/><path d=\"M0,-1 L0.588,0.809 L-0.951,-0.309 L0.951,-0.309 L-0.588,0.809 Z\" fill=\"#FFDE00\" transform=\"translate(24 15) scale(2) rotate(70)\"\/><path d=\"M0,-1 L0.588,0.809 L-0.951,-0.309 L0.951,-0.309 L-0.588,0.809 Z\" fill=\"#FFDE00\" transform=\"translate(20 19) scale(2) rotate(20)\"\/><\/svg><\/span>\n            <span>ZH<\/span>\n            <span class=\"lang__name\">\u4e2d\u6587<\/span>\n          <\/a>\n                  <a\n            href=\"https:\/\/lcimtc.com\/en\/\"\n            class=\"lang__item\"\n            role=\"menuitem\"\n            data-lang=\"en\"\n          >\n            <span class=\"lang__flag\"><svg viewBox=\"0 0 32 32\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-hidden=\"true\"><rect width=\"32\" height=\"32\" fill=\"#012169\"\/><path d=\"M0,0 L32,32 M32,0 L0,32\" stroke=\"#FFFFFF\" stroke-width=\"6\"\/><path d=\"M0,0 L32,32 M32,0 L0,32\" stroke=\"#C8102E\" stroke-width=\"2.4\"\/><path d=\"M16,0 V32 M0,16 H32\" stroke=\"#FFFFFF\" stroke-width=\"10\"\/><path d=\"M16,0 V32 M0,16 H32\" stroke=\"#C8102E\" stroke-width=\"6\"\/><\/svg><\/span>\n            <span>EN<\/span>\n            <span class=\"lang__name\">English<\/span>\n          <\/a>\n                  <a\n            href=\"https:\/\/lcimtc.com\/\"\n            class=\"lang__item\"\n            role=\"menuitem\"\n            data-lang=\"fr\"\n          >\n            <span class=\"lang__flag\"><svg viewBox=\"0 0 32 32\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-hidden=\"true\"><rect width=\"32\" height=\"32\" fill=\"#FFFFFF\"\/><rect width=\"11\" height=\"32\" fill=\"#0055A4\"\/><rect x=\"21\" width=\"11\" height=\"32\" fill=\"#EF4135\"\/><\/svg><\/span>\n            <span>FR<\/span>\n            <span class=\"lang__name\">Fran\u00e7ais<\/span>\n          <\/a>\n                  <a\n            href=\"https:\/\/lcimtc.com\/pt-br\/\"\n            class=\"lang__item\"\n            role=\"menuitem\"\n            data-lang=\"pt-br\"\n          >\n            <span class=\"lang__flag\"><svg viewBox=\"0 0 32 32\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-hidden=\"true\"><rect width=\"32\" height=\"32\" fill=\"#009C3B\"\/><polygon points=\"16,4.5 28,16 16,27.5 4,16\" fill=\"#FFDF00\"\/><circle cx=\"16\" cy=\"16\" r=\"5.6\" fill=\"#002776\"\/><\/svg><\/span>\n            <span>PT<\/span>\n            <span class=\"lang__name\">Portugu\u00eas<\/span>\n          <\/a>\n                  <a\n            href=\"https:\/\/lcimtc.com\/ru\/\"\n            class=\"lang__item\"\n            role=\"menuitem\"\n            data-lang=\"ru\"\n          >\n            <span class=\"lang__flag\"><svg viewBox=\"0 0 32 32\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-hidden=\"true\"><rect width=\"32\" height=\"32\" fill=\"#0072CE\"\/><g stroke=\"#FFFFFF\" stroke-width=\"2\" stroke-linecap=\"round\" fill=\"none\"><path d=\"M6.5 24 Q6.5 14 11 9.5\"\/><path d=\"M10.5 25 Q10.5 15.5 13.5 12\"\/><path d=\"M14.5 26 V13\"\/><path d=\"M17.5 26 V13\"\/><path d=\"M21.5 25 Q21.5 15.5 18.5 12\"\/><path d=\"M25.5 24 Q25.5 14 21 9.5\"\/><\/g><circle cx=\"16\" cy=\"9.5\" r=\"3.4\" fill=\"#FFCE00\"\/><\/svg><\/span>\n            <span>RU<\/span>\n            <span class=\"lang__name\">\u0420\u0443\u0441\u0441\u043a\u0438\u0439<\/span>\n          <\/a>\n                  <a\n            href=\"https:\/\/lcimtc.com\/es\/\"\n            class=\"lang__item\"\n            role=\"menuitem\"\n            data-lang=\"es\"\n          >\n            <span class=\"lang__flag\"><svg viewBox=\"0 0 32 32\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-hidden=\"true\"><rect width=\"32\" height=\"32\" fill=\"#F1BF00\"\/><rect width=\"32\" height=\"9\" fill=\"#AA151B\"\/><rect y=\"23\" width=\"32\" height=\"9\" fill=\"#AA151B\"\/><\/svg><\/span>\n            <span>ES<\/span>\n            <span class=\"lang__name\">Espa\u00f1ol<\/span>\n          <\/a>\n              <\/div>\n    <\/div>\n\n    <a\n      href=\"https:\/\/www.lci-usa.com\/login\/\"\n      target=\"_blank\"\n      rel=\"noopener noreferrer\"\n      class=\"nav__cta\"\n    >\n      \u9884\u8ba2\u95e8\u6237    <\/a>\n\n    <button class=\"nav__burger\" id=\"nav-burger\" aria-label=\"Menu\" aria-expanded=\"false\" type=\"button\">\n      <span><\/span><span><\/span><span><\/span>\n    <\/button>\n  <\/div>\n<\/nav>\n\n<div class=\"nav__drawer\" id=\"nav-drawer\" aria-hidden=\"true\">\n      <li>\n      <a\n        href=\"https:\/\/lcimtc.com\/zh-hans\/about-us\/\"\n        class=\"\"\n      >\n        \u5173\u4e8e\u6211\u4eec      <\/a>\n    <\/li>\n      <li>\n      <a\n        href=\"https:\/\/lcimtc.com\/zh-hans\/blog\/\"\n        class=\"\"\n      >\n        \u535a\u5ba2      <\/a>\n    <\/li>\n      <li>\n      <a\n        href=\"https:\/\/lcimtc.com\/zh-hans\/destinations\/\"\n        class=\"\"\n      >\n        \u76ee\u7684\u5730      <\/a>\n    <\/li>\n      <li>\n      <a\n        href=\"https:\/\/lcimtc.com\/zh-hans\/services\/\"\n        class=\"\"\n      >\n        \u670d\u52a1      <\/a>\n    <\/li>\n      <li>\n      <a\n        href=\"https:\/\/lcimtc.com\/zh-hans\/contact-us\/\"\n        class=\"\"\n      >\n        \u8054\u7cfb\u6211\u4eec      <\/a>\n    <\/li>\n  \n  <!-- LANGUES (mobile) -->\n  <div class=\"drawer-langs\">\n          <a\n        href=\"https:\/\/lcimtc.com\/ar\/\"\n        class=\"\"\n        data-lang=\"ar\"\n        aria-label=\"\u0627\u0644\u0639\u0631\u0628\u064a\u0629\"\n      >\n        <svg viewBox=\"0 0 32 32\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-hidden=\"true\"><rect width=\"32\" height=\"11\" fill=\"#00843D\"\/><rect y=\"11\" width=\"32\" height=\"10\" fill=\"#FFFFFF\"\/><rect y=\"21\" width=\"32\" height=\"11\" fill=\"#000000\"\/><rect width=\"10\" height=\"32\" fill=\"#EF3340\"\/><\/svg>      <\/a>\n          <a\n        href=\"https:\/\/lcimtc.com\/zh-hans\/\"\n        class=\"active\"\n        data-lang=\"zh-hans\"\n        aria-label=\"\u4e2d\u6587\"\n      >\n        <svg viewBox=\"0 0 32 32\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-hidden=\"true\"><rect width=\"32\" height=\"32\" fill=\"#DE2910\"\/><path d=\"M0,-1 L0.588,0.809 L-0.951,-0.309 L0.951,-0.309 L-0.588,0.809 Z\" fill=\"#FFDE00\" transform=\"translate(10 12) scale(6)\"\/><path d=\"M0,-1 L0.588,0.809 L-0.951,-0.309 L0.951,-0.309 L-0.588,0.809 Z\" fill=\"#FFDE00\" transform=\"translate(20 5) scale(2) rotate(23)\"\/><path d=\"M0,-1 L0.588,0.809 L-0.951,-0.309 L0.951,-0.309 L-0.588,0.809 Z\" fill=\"#FFDE00\" transform=\"translate(24 9) scale(2) rotate(46)\"\/><path d=\"M0,-1 L0.588,0.809 L-0.951,-0.309 L0.951,-0.309 L-0.588,0.809 Z\" fill=\"#FFDE00\" transform=\"translate(24 15) scale(2) rotate(70)\"\/><path d=\"M0,-1 L0.588,0.809 L-0.951,-0.309 L0.951,-0.309 L-0.588,0.809 Z\" fill=\"#FFDE00\" transform=\"translate(20 19) scale(2) rotate(20)\"\/><\/svg>      <\/a>\n          <a\n        href=\"https:\/\/lcimtc.com\/en\/\"\n        class=\"\"\n        data-lang=\"en\"\n        aria-label=\"English\"\n      >\n        <svg viewBox=\"0 0 32 32\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-hidden=\"true\"><rect width=\"32\" height=\"32\" fill=\"#012169\"\/><path d=\"M0,0 L32,32 M32,0 L0,32\" stroke=\"#FFFFFF\" stroke-width=\"6\"\/><path d=\"M0,0 L32,32 M32,0 L0,32\" stroke=\"#C8102E\" stroke-width=\"2.4\"\/><path d=\"M16,0 V32 M0,16 H32\" stroke=\"#FFFFFF\" stroke-width=\"10\"\/><path d=\"M16,0 V32 M0,16 H32\" stroke=\"#C8102E\" stroke-width=\"6\"\/><\/svg>      <\/a>\n          <a\n        href=\"https:\/\/lcimtc.com\/\"\n        class=\"\"\n        data-lang=\"fr\"\n        aria-label=\"Fran\u00e7ais\"\n      >\n        <svg viewBox=\"0 0 32 32\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-hidden=\"true\"><rect width=\"32\" height=\"32\" fill=\"#FFFFFF\"\/><rect width=\"11\" height=\"32\" fill=\"#0055A4\"\/><rect x=\"21\" width=\"11\" height=\"32\" fill=\"#EF4135\"\/><\/svg>      <\/a>\n          <a\n        href=\"https:\/\/lcimtc.com\/pt-br\/\"\n        class=\"\"\n        data-lang=\"pt-br\"\n        aria-label=\"Portugu\u00eas\"\n      >\n        <svg viewBox=\"0 0 32 32\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-hidden=\"true\"><rect width=\"32\" height=\"32\" fill=\"#009C3B\"\/><polygon points=\"16,4.5 28,16 16,27.5 4,16\" fill=\"#FFDF00\"\/><circle cx=\"16\" cy=\"16\" r=\"5.6\" fill=\"#002776\"\/><\/svg>      <\/a>\n          <a\n        href=\"https:\/\/lcimtc.com\/ru\/\"\n        class=\"\"\n        data-lang=\"ru\"\n        aria-label=\"\u0420\u0443\u0441\u0441\u043a\u0438\u0439\"\n      >\n        <svg viewBox=\"0 0 32 32\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-hidden=\"true\"><rect width=\"32\" height=\"32\" fill=\"#0072CE\"\/><g stroke=\"#FFFFFF\" stroke-width=\"2\" stroke-linecap=\"round\" fill=\"none\"><path d=\"M6.5 24 Q6.5 14 11 9.5\"\/><path d=\"M10.5 25 Q10.5 15.5 13.5 12\"\/><path d=\"M14.5 26 V13\"\/><path d=\"M17.5 26 V13\"\/><path d=\"M21.5 25 Q21.5 15.5 18.5 12\"\/><path d=\"M25.5 24 Q25.5 14 21 9.5\"\/><\/g><circle cx=\"16\" cy=\"9.5\" r=\"3.4\" fill=\"#FFCE00\"\/><\/svg>      <\/a>\n          <a\n        href=\"https:\/\/lcimtc.com\/es\/\"\n        class=\"\"\n        data-lang=\"es\"\n        aria-label=\"Espa\u00f1ol\"\n      >\n        <svg viewBox=\"0 0 32 32\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-hidden=\"true\"><rect width=\"32\" height=\"32\" fill=\"#F1BF00\"\/><rect width=\"32\" height=\"9\" fill=\"#AA151B\"\/><rect y=\"23\" width=\"32\" height=\"9\" fill=\"#AA151B\"\/><\/svg>      <\/a>\n      <\/div>\n\n  <div class=\"drawer-cta\">\n    <a href=\"https:\/\/www.lci-usa.com\/login\/\" target=\"_blank\" rel=\"noopener noreferrer\">\n      \u9884\u8ba2\u95e8\u6237    <\/a>\n  <\/div>\n<\/div>\n\n<script>\n(function () {\n  var burger = document.getElementById('nav-burger');\n  var drawer = document.getElementById('nav-drawer');\n\n  if (!burger || !drawer) return;\n\n  function openMenu() {\n    drawer.classList.add('open');\n    burger.classList.add('open');\n    burger.setAttribute('aria-expanded', 'true');\n    drawer.setAttribute('aria-hidden', 'false');\n  }\n\n  function closeMenu() {\n    drawer.classList.remove('open');\n    burger.classList.remove('open');\n    burger.setAttribute('aria-expanded', 'false');\n    drawer.setAttribute('aria-hidden', 'true');\n  }\n\n  burger.addEventListener('click', function () {\n    drawer.classList.contains('open') ? closeMenu() : openMenu();\n  });\n\n  drawer.querySelectorAll('a').forEach(function (link) {\n    link.addEventListener('click', closeMenu);\n  });\n\n  document.addEventListener('click', function (e) {\n    if (!drawer.contains(e.target) && !burger.contains(e.target)) {\n      closeMenu();\n    }\n  });\n})();\n<\/script>\n\n<script>\n\/* S\u00e9lecteur de langue : dropdown + m\u00e9morisation du choix (cookie lci_lang) *\/\n(function () {\n  var lang = document.getElementById('lang-switch');\n\n  if (lang) {\n    var btn = lang.querySelector('.lang__btn');\n\n    btn.addEventListener('click', function (e) {\n      e.stopPropagation();\n      var isOpen = lang.classList.toggle('open');\n      btn.setAttribute('aria-expanded', isOpen ? 'true' : 'false');\n    });\n\n    document.addEventListener('click', function (e) {\n      if (!lang.contains(e.target)) {\n        lang.classList.remove('open');\n        btn.setAttribute('aria-expanded', 'false');\n      }\n    });\n\n    document.addEventListener('keydown', function (e) {\n      if (e.key === 'Escape') {\n        lang.classList.remove('open');\n        btn.setAttribute('aria-expanded', 'false');\n      }\n    });\n  }\n\n  \/* Au clic sur une langue (desktop OU mobile), on m\u00e9morise le choix :\n     le snippet de redirection racine \u2192 \/en\/ respectera ce cookie. *\/\n  document.querySelectorAll('[data-lang]').forEach(function (link) {\n    link.addEventListener('click', function () {\n      document.cookie = 'lci_lang=' + link.getAttribute('data-lang') +\n        ';path=\/;max-age=31536000;secure';\n    });\n  });\n\n  \/* FILET DE S\u00c9CURIT\u00c9 v2.4 : si un lien de langue pointe vers la page\n     courante (repli WPML d\u00e9faillant), on reconstruit l'URL nous-m\u00eames\n     en \u00e9changeant le r\u00e9pertoire de langue dans le chemin. *\/\n  (function () {\n    var codes = ['en', 'ar', 'zh-hans', 'es', 'pt-br', 'ru'];\n    var path = window.location.pathname;\n\n    \/\/ Langue courante d'apr\u00e8s l'URL (fr = pas de pr\u00e9fixe)\n    var curLang = 'fr';\n    for (var i = 0; i < codes.length; i++) {\n      if (path.indexOf('\/' + codes[i] + '\/') === 0) { curLang = codes[i]; break; }\n    }\n\n    \/\/ Chemin sans pr\u00e9fixe de langue\n    var basePath = (curLang === 'fr') ? path : path.substring(curLang.length + 1);\n\n    var hereUrl = (window.location.origin + path).replace(\/\\\/+$\/, '');\n\n    document.querySelectorAll('[data-lang]').forEach(function (link) {\n      var code = link.getAttribute('data-lang');\n      var href = (link.getAttribute('href') || '').replace(\/\\\/+$\/, '');\n\n      \/\/ Le lien pointe vers la page courante alors que c'est une AUTRE langue \u2192 on r\u00e9pare\n      if (code !== curLang && href === hereUrl) {\n        var newPath = (code === 'fr') ? basePath : '\/' + code + basePath;\n        link.setAttribute('href', window.location.origin + newPath);\n      }\n    });\n  })();\n})();\n<\/script>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d718def e-con-full e-flex e-con e-parent\" data-id=\"d718def\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2c0d7a2 e-flex e-con-boxed e-con e-parent\" data-id=\"2c0d7a2\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f6c79a5 elementor-widget elementor-widget-shortcode\" data-id=\"f6c79a5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\r\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\r\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:wght@300;400;500;600&family=Inter:wght@300;400;500&display=swap\" rel=\"stylesheet\">\r\n\r\n<style>\r\n  .lcimtc-hero-video * { box-sizing: border-box; }\r\n\r\n  .lcimtc-hero-video {\r\n    position: relative;\r\n    width: 100vw;\r\n    margin-left: calc(-50vw + 50%);\r\n    height: 90vh;\r\n    min-height: 600px;\r\n    max-height: 900px;\r\n    overflow: hidden;\r\n    background: #0a0a0a;\r\n    font-family: 'Inter', sans-serif;\r\n  }\r\n\/* Fix RTL : en arabe, le d\u00e9calage pleine largeur s'inverse *\/\r\n  [dir=\"rtl\"] .lcimtc-hero-video {\r\n    margin-left: 0;\r\n    margin-right: calc(-50vw + 50%);\r\n  }\r\n  .lcimtc-hero-video video {\r\n    position: absolute;\r\n    top: 50%;\r\n    left: 50%;\r\n    width: 100%;\r\n    height: 100%;\r\n    transform: translate(-50%, -50%);\r\n    object-fit: cover;\r\n    object-position: center;\r\n    z-index: 1;\r\n  }\r\n\r\n  .lcimtc-hero-video::after {\r\n    content: '';\r\n    position: absolute;\r\n    top: 0;\r\n    left: 0;\r\n    width: 100%;\r\n    height: 100%;\r\n    background: linear-gradient(\r\n      to bottom,\r\n      rgba(0,0,0,0.25) 0%,\r\n      rgba(0,0,0,0.4) 50%,\r\n      rgba(0,0,0,0.7) 100%\r\n    );\r\n    z-index: 2;\r\n    pointer-events: none;\r\n  }\r\n\r\n  .lcimtc-hero-video .hero-content {\r\n    position: absolute;\r\n    bottom: 18%;\r\n    left: 0;\r\n    width: 100%;\r\n    padding: 0 8%;\r\n    z-index: 3;\r\n    color: #fff;\r\n    max-width: 900px;\r\n    opacity: 0;\r\n    animation: heroFadeIn 1.5s ease-out 0.3s forwards;\r\n  }\r\n\r\n  @keyframes heroFadeIn {\r\n    from { opacity: 0; transform: translateY(40px); }\r\n    to { opacity: 1; transform: translateY(0); }\r\n  }\r\n\r\n  .lcimtc-hero-video .hero-eyebrow {\r\n    display: inline-block;\r\n    font-family: 'Inter', sans-serif;\r\n    font-size: 0.75rem;\r\n    font-weight: 400;\r\n    letter-spacing: 0.4em;\r\n    text-transform: uppercase;\r\n    color: rgba(255,255,255,0.85);\r\n    margin-bottom: 1.5rem;\r\n    padding-left: 60px;\r\n    position: relative;\r\n  }\r\n\r\n  .lcimtc-hero-video .hero-eyebrow::before {\r\n    content: '';\r\n    position: absolute;\r\n    left: 0;\r\n    top: 50%;\r\n    width: 45px;\r\n    height: 1px;\r\n    background: rgba(255,255,255,0.6);\r\n  }\r\n\r\n  .lcimtc-hero-video .hero-title {\r\n    font-family: 'Cormorant Garamond', serif;\r\n    font-size: clamp(2.5rem, 6vw, 5.5rem);\r\n    font-weight: 400;\r\n    line-height: 1.05;\r\n    letter-spacing: -0.01em;\r\n    color: #fff;\r\n    margin: 0 0 1.5rem 0;\r\n  }\r\n\r\n  .lcimtc-hero-video .hero-subtitle {\r\n    font-family: 'Inter', sans-serif;\r\n    font-size: clamp(1rem, 1.3vw, 1.15rem);\r\n    font-weight: 300;\r\n    line-height: 1.7;\r\n    max-width: 560px;\r\n    color: rgba(255,255,255,0.92);\r\n    margin: 0 0 2.5rem 0;\r\n  }\r\n\r\n  .lcimtc-hero-video .hero-button {\r\n    display: inline-flex;\r\n    align-items: center;\r\n    gap: 14px;\r\n    font-family: 'Inter', sans-serif;\r\n    font-size: 0.8rem;\r\n    font-weight: 500;\r\n    letter-spacing: 0.25em;\r\n    text-transform: uppercase;\r\n    color: #fff;\r\n    text-decoration: none;\r\n    padding: 18px 36px;\r\n    border: 1px solid rgba(255,255,255,0.7);\r\n    background: transparent;\r\n    transition: all 0.4s ease;\r\n    cursor: pointer;\r\n  }\r\n\r\n  .lcimtc-hero-video .hero-button:hover {\r\n    background: #fff;\r\n    color: #0a0a0a;\r\n    border-color: #fff;\r\n  }\r\n\r\n  .lcimtc-hero-video .hero-button .arrow {\r\n    display: inline-block;\r\n    transition: transform 0.4s ease;\r\n  }\r\n\r\n  .lcimtc-hero-video .hero-button:hover .arrow {\r\n    transform: translateX(6px);\r\n  }\r\n\r\n  .lcimtc-hero-video .scroll-indicator {\r\n    position: absolute;\r\n    bottom: 5%;\r\n    left: 50%;\r\n    transform: translateX(-50%);\r\n    z-index: 3;\r\n    color: rgba(255,255,255,0.7);\r\n    font-family: 'Inter', sans-serif;\r\n    font-size: 0.7rem;\r\n    letter-spacing: 0.3em;\r\n    text-transform: uppercase;\r\n    display: flex;\r\n    flex-direction: column;\r\n    align-items: center;\r\n    gap: 12px;\r\n    animation: heroFadeIn 1.5s ease-out 1s forwards;\r\n    opacity: 0;\r\n  }\r\n\r\n  .lcimtc-hero-video .scroll-indicator .line {\r\n    width: 1px;\r\n    height: 40px;\r\n    background: rgba(255,255,255,0.5);\r\n    position: relative;\r\n    overflow: hidden;\r\n  }\r\n\r\n  .lcimtc-hero-video .scroll-indicator .line::after {\r\n    content: '';\r\n    position: absolute;\r\n    top: -100%;\r\n    left: 0;\r\n    width: 100%;\r\n    height: 100%;\r\n    background: #fff;\r\n    animation: scrollLine 2.5s ease-in-out infinite;\r\n  }\r\n\r\n  @keyframes scrollLine {\r\n    0% { top: -100%; }\r\n    100% { top: 100%; }\r\n  }\r\n\r\n  @media (max-width: 1024px) {\r\n    .lcimtc-hero-video {\r\n      height: 80vh;\r\n      min-height: 500px;\r\n    }\r\n    .lcimtc-hero-video .hero-content {\r\n      padding: 0 6%;\r\n      bottom: 22%;\r\n    }\r\n  }\r\n\r\n  @media (max-width: 640px) {\r\n    .lcimtc-hero-video {\r\n      height: 90vh;\r\n      min-height: 500px;\r\n    }\r\n    .lcimtc-hero-video .hero-content {\r\n      padding: 0 24px;\r\n      bottom: 22%;\r\n      max-width: 100%;\r\n    }\r\n    .lcimtc-hero-video .hero-eyebrow {\r\n      font-size: 0.65rem;\r\n      padding-left: 40px;\r\n      margin-bottom: 1rem;\r\n    }\r\n    .lcimtc-hero-video .hero-eyebrow::before {\r\n      width: 28px;\r\n    }\r\n    .lcimtc-hero-video .hero-title {\r\n      font-size: 2.5rem;\r\n      margin-bottom: 1rem;\r\n    }\r\n    .lcimtc-hero-video .hero-subtitle {\r\n      font-size: 0.95rem;\r\n      margin-bottom: 1.75rem;\r\n    }\r\n    .lcimtc-hero-video .hero-button {\r\n      padding: 14px 26px;\r\n      font-size: 0.7rem;\r\n    }\r\n    .lcimtc-hero-video .scroll-indicator {\r\n      display: none;\r\n    }\r\n  }\r\n<\/style>\r\n\r\n<section class=\"lcimtc-hero-video\">\r\n  <video\r\n    autoplay\r\n    muted\r\n    loop\r\n    playsinline\r\n    preload=\"auto\">\r\n    <source src=\"https:\/\/lcimtc.com\/wp-content\/uploads\/2026\/04\/home.mp4\" type=\"video\/mp4\">\r\n    \u60a8\u7684\u6d4f\u89c8\u5668\u4e0d\u652f\u6301 HTML5 \u89c6\u9891\u3002\r\n  <\/video>\r\n\r\n  <div class=\"hero-content\">\r\n    <span class=\"hero-eyebrow\">\u975e\u51e1\u4e4b\u65c5<\/span>\r\n    <h1 class=\"hero-title\">\u4e0e\u4f17\u4e0d\u540c\u7684<br>\u65c5\u884c\u827a\u672f<\/h1>\r\n    <p class=\"hero-subtitle\">\u4e3a\u8ffd\u6c42\u8fdc\u4e0d\u6b62\u76ee\u7684\u5730\u7684\u65c5\u884c\u8005\u91cf\u8eab\u6253\u9020\u7684\u4e13\u5c5e\u884c\u7a0b\u3002\u4f53\u9a8c\u4e00\u573a\u5982\u827a\u672f\u54c1\u822c\u7cbe\u5fc3\u8bbe\u8ba1\u7684\u65c5\u7a0b\u3002<\/p>\r\n    <a href=\"https:\/\/lcimtc.com\/zh-hans\/destinations\/\" class=\"hero-button\">\r\n      \u63a2\u7d22\u6211\u4eec\u7684\u65c5\u7a0b\r\n      <span class=\"arrow\">\u2192<\/span>\r\n    <\/a>\r\n  <\/div>\r\n\r\n  <div class=\"scroll-indicator\">\r\n    <span>\u6eda\u52a8<\/span>\r\n    <span class=\"line\"><\/span>\r\n  <\/div>\r\n<\/section><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d1cb1ca e-flex e-con-boxed e-con e-parent\" data-id=\"d1cb1ca\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-82f916a elementor-widget elementor-widget-shortcode\" data-id=\"82f916a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><style>\r\n\t\t.lci-sec, .lci-sec *, .lci-sec *::before, .lci-sec *::after { box-sizing:border-box; margin:0; padding:0; }\r\n\t\t.lci-sec { --gold:#B8973A; --ink:#1C1B18; --serif:'Cormorant Garamond', Georgia, serif; --sans:'Jost', -apple-system, sans-serif;\r\n\t\t\twidth:100%; max-width:1200px; margin:0 auto; padding:64px 24px 8px; text-align:center; }\r\n\t\t.lci-sec-eyebrow { display:block; font-family:var(--sans); font-size:12px; font-weight:500;\r\n\t\t\tletter-spacing:0.35em; text-transform:uppercase; color:var(--gold); margin-bottom:12px; }\r\n\t\t.lci-sec-title { font-family:var(--serif); font-weight:500; font-size:clamp(30px,4vw,46px); line-height:1.05; color:var(--ink); }\r\n\t\t.lci-sec-rule { display:block; width:54px; height:2px; background:var(--gold); margin:20px auto 0; }\r\n\t\t<\/style><div class=\"lci-sec\"><span class=\"lci-sec-eyebrow\">\u7cbe\u9009<\/span><h2 class=\"lci-sec-title\">\u6211\u4eec\u7684\u63a8\u8350<\/h2><span class=\"lci-sec-rule\"><\/span><\/div><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-62ee0e2 elementor-widget elementor-widget-shortcode\" data-id=\"62ee0e2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">        <section class=\"hotel-showcase\" data-hotel-slider=\"false\">\n            <div class=\"hotel-track\">\n                                    <article class=\"hotel-card\">\n                        <div class=\"hotel-card-media\" data-gallery>\n                                                            <div class=\"hotel-media-slides\">\n                                                                            <div class=\"hotel-media-slide is-active\" role=\"group\" aria-label=\"Image 1 sur 13\">\n                                            <img decoding=\"async\" src=\"https:\/\/lcimtc.com\/wp-content\/uploads\/2026\/04\/01-Four-1024x576.jpg\" alt=\"Four Seasons Hotel Milano\" loading=\"lazy\">\n                                        <\/div>\n                                                                            <div class=\"hotel-media-slide\" role=\"group\" aria-label=\"Image 2 sur 13\">\n                                            <img decoding=\"async\" src=\"https:\/\/lcimtc.com\/wp-content\/uploads\/2026\/05\/MIL_2802_original-1024x576.jpg\" alt=\"Four Seasons Hotel Milano\" loading=\"lazy\">\n                                        <\/div>\n                                                                            <div class=\"hotel-media-slide\" role=\"group\" aria-label=\"Image 3 sur 13\">\n                                            <img decoding=\"async\" src=\"https:\/\/lcimtc.com\/wp-content\/uploads\/2026\/05\/FS-Milano-12-1024x576.jpg\" alt=\"Four Seasons Hotel Milano\" loading=\"lazy\">\n                                        <\/div>\n                                                                            <div class=\"hotel-media-slide\" role=\"group\" aria-label=\"Image 4 sur 13\">\n                                            <img decoding=\"async\" src=\"https:\/\/lcimtc.com\/wp-content\/uploads\/2026\/05\/FS-Milano-11-1024x576.jpg\" alt=\"Four Seasons Hotel Milano\" loading=\"lazy\">\n                                        <\/div>\n                                                                            <div class=\"hotel-media-slide\" role=\"group\" aria-label=\"Image 5 sur 13\">\n                                            <img decoding=\"async\" src=\"https:\/\/lcimtc.com\/wp-content\/uploads\/2026\/05\/FS-Milano-10-1024x576.jpg\" alt=\"Four Seasons Hotel Milano\" loading=\"lazy\">\n                                        <\/div>\n                                                                            <div class=\"hotel-media-slide\" role=\"group\" aria-label=\"Image 6 sur 13\">\n                                            <img decoding=\"async\" src=\"https:\/\/lcimtc.com\/wp-content\/uploads\/2026\/05\/FS-Milano-9-1024x576.jpg\" alt=\"Four Seasons Hotel Milano\" loading=\"lazy\">\n                                        <\/div>\n                                                                            <div class=\"hotel-media-slide\" role=\"group\" aria-label=\"Image 7 sur 13\">\n                                            <img decoding=\"async\" src=\"https:\/\/lcimtc.com\/wp-content\/uploads\/2026\/05\/FS-Milano-1-1024x576.jpg\" alt=\"Four Seasons Hotel Milano\" loading=\"lazy\">\n                                        <\/div>\n                                                                            <div class=\"hotel-media-slide\" role=\"group\" aria-label=\"Image 8 sur 13\">\n                                            <img decoding=\"async\" src=\"https:\/\/lcimtc.com\/wp-content\/uploads\/2026\/05\/FS-Milano-3-1024x576.jpg\" alt=\"Four Seasons Hotel Milano\" loading=\"lazy\">\n                                        <\/div>\n                                                                            <div class=\"hotel-media-slide\" role=\"group\" aria-label=\"Image 9 sur 13\">\n                                            <img decoding=\"async\" src=\"https:\/\/lcimtc.com\/wp-content\/uploads\/2026\/05\/FS-Milano-4-1024x576.jpg\" alt=\"Four Seasons Hotel Milano\" loading=\"lazy\">\n                                        <\/div>\n                                                                            <div class=\"hotel-media-slide\" role=\"group\" aria-label=\"Image 10 sur 13\">\n                                            <img decoding=\"async\" src=\"https:\/\/lcimtc.com\/wp-content\/uploads\/2026\/05\/FS-Milano-5-1024x576.jpg\" alt=\"Four Seasons Hotel Milano\" loading=\"lazy\">\n                                        <\/div>\n                                                                            <div class=\"hotel-media-slide\" role=\"group\" aria-label=\"Image 11 sur 13\">\n                                            <img decoding=\"async\" src=\"https:\/\/lcimtc.com\/wp-content\/uploads\/2026\/05\/FS-Milano-7-1024x576.jpg\" alt=\"Four Seasons Hotel Milano\" loading=\"lazy\">\n                                        <\/div>\n                                                                            <div class=\"hotel-media-slide\" role=\"group\" aria-label=\"Image 12 sur 13\">\n                                            <img decoding=\"async\" src=\"https:\/\/lcimtc.com\/wp-content\/uploads\/2026\/05\/FS-Milano-8-1024x576.jpg\" alt=\"Four Seasons Hotel Milano\" loading=\"lazy\">\n                                        <\/div>\n                                                                            <div class=\"hotel-media-slide\" role=\"group\" aria-label=\"Image 13 sur 13\">\n                                            <img decoding=\"async\" src=\"https:\/\/lcimtc.com\/wp-content\/uploads\/2026\/05\/FS-Milano-6-1024x576.jpg\" alt=\"Four Seasons Hotel Milano\" loading=\"lazy\">\n                                        <\/div>\n                                                                    <\/div>\n                                                                    <div class=\"hotel-media-dots\">\n                                                                                    <button class=\"hotel-dot is-active\" type=\"button\" aria-label=\"Aller \u00e0 l\u2019image 1\"><\/button>\n                                                                                    <button class=\"hotel-dot\" type=\"button\" aria-label=\"Aller \u00e0 l\u2019image 2\"><\/button>\n                                                                                    <button class=\"hotel-dot\" type=\"button\" aria-label=\"Aller \u00e0 l\u2019image 3\"><\/button>\n                                                                                    <button class=\"hotel-dot\" type=\"button\" aria-label=\"Aller \u00e0 l\u2019image 4\"><\/button>\n                                                                                    <button class=\"hotel-dot\" type=\"button\" aria-label=\"Aller \u00e0 l\u2019image 5\"><\/button>\n                                                                                    <button class=\"hotel-dot\" type=\"button\" aria-label=\"Aller \u00e0 l\u2019image 6\"><\/button>\n                                                                                    <button class=\"hotel-dot\" type=\"button\" aria-label=\"Aller \u00e0 l\u2019image 7\"><\/button>\n                                                                                    <button class=\"hotel-dot\" type=\"button\" aria-label=\"Aller \u00e0 l\u2019image 8\"><\/button>\n                                                                                    <button class=\"hotel-dot\" type=\"button\" aria-label=\"Aller \u00e0 l\u2019image 9\"><\/button>\n                                                                                    <button class=\"hotel-dot\" type=\"button\" aria-label=\"Aller \u00e0 l\u2019image 10\"><\/button>\n                                                                                    <button class=\"hotel-dot\" type=\"button\" aria-label=\"Aller \u00e0 l\u2019image 11\"><\/button>\n                                                                                    <button class=\"hotel-dot\" type=\"button\" aria-label=\"Aller \u00e0 l\u2019image 12\"><\/button>\n                                                                                    <button class=\"hotel-dot\" type=\"button\" aria-label=\"Aller \u00e0 l\u2019image 13\"><\/button>\n                                                                            <\/div>\n                                                                                    <\/div>\n                        <div class=\"hotel-card-body\">\n                            <div class=\"hotel-stars\" aria-label=\"5 \u00e9toiles\"><span class=\"hotel-star is-filled\">\u2605<\/span><span class=\"hotel-star is-filled\">\u2605<\/span><span class=\"hotel-star is-filled\">\u2605<\/span><span class=\"hotel-star is-filled\">\u2605<\/span><span class=\"hotel-star is-filled\">\u2605<\/span><\/div>                            <h3 class=\"hotel-card-title\">Four Seasons Hotel Milano<\/h3>\n                            <div class=\"hotel-card-location-row\">\n                                <span class=\"hotel-card-city\">\u7c73\u5170<\/span>                                <span class=\"hotel-card-country\">ITALIE<\/span>                            <\/div>\n                            <p class=\"hotel-card-text\">\u7c73\u5170\u65f6\u5c1a\u4e2d\u5fc3\u7684\u5b81\u9759\u6e2f\u6e7e<\/p>\n                                                            <a class=\"hotel-btn\" href=\"https:\/\/lcimtc.com\/sejours\/italie\/lombardie\/milan\/four-seasons-hotel-milano\/\" target=\"_blank\" rel=\"noopener noreferrer\">\u4e86\u89e3\u66f4\u591a\u2026<\/a>\n                                                    <\/div>\n                    <\/article>\n                                    <article class=\"hotel-card\">\n                        <div class=\"hotel-card-media\" data-gallery>\n                                                            <div class=\"hotel-media-slides\">\n                                                                            <div class=\"hotel-media-slide is-active\" role=\"group\" aria-label=\"Image 1 sur 10\">\n                                            <img decoding=\"async\" src=\"https:\/\/lcimtc.com\/wp-content\/uploads\/2026\/04\/image-1024x768.webp\" alt=\"George V Paris\" loading=\"lazy\">\n                                        <\/div>\n                                                                            <div class=\"hotel-media-slide\" role=\"group\" aria-label=\"Image 2 sur 10\">\n                                            <img decoding=\"async\" src=\"https:\/\/lcimtc.com\/wp-content\/uploads\/2026\/05\/george-5-7-1024x576.jpg\" alt=\"George V Paris\" loading=\"lazy\">\n                                        <\/div>\n                                                                            <div class=\"hotel-media-slide\" role=\"group\" aria-label=\"Image 3 sur 10\">\n                                            <img decoding=\"async\" src=\"https:\/\/lcimtc.com\/wp-content\/uploads\/2026\/05\/george-5-6-1024x576.jpg\" alt=\"George V Paris\" loading=\"lazy\">\n                                        <\/div>\n                                                                            <div class=\"hotel-media-slide\" role=\"group\" aria-label=\"Image 4 sur 10\">\n                                            <img decoding=\"async\" src=\"https:\/\/lcimtc.com\/wp-content\/uploads\/2026\/05\/george-5-5-1024x576.jpg\" alt=\"George V Paris\" loading=\"lazy\">\n                                        <\/div>\n                                                                            <div class=\"hotel-media-slide\" role=\"group\" aria-label=\"Image 5 sur 10\">\n                                            <img decoding=\"async\" src=\"https:\/\/lcimtc.com\/wp-content\/uploads\/2026\/05\/george-5-8-1024x576.jpg\" alt=\"George V Paris\" loading=\"lazy\">\n                                        <\/div>\n                                                                            <div class=\"hotel-media-slide\" role=\"group\" aria-label=\"Image 6 sur 10\">\n                                            <img decoding=\"async\" src=\"https:\/\/lcimtc.com\/wp-content\/uploads\/2026\/05\/george-5-9-1024x576.jpg\" alt=\"George V Paris\" loading=\"lazy\">\n                                        <\/div>\n                                                                            <div class=\"hotel-media-slide\" role=\"group\" aria-label=\"Image 7 sur 10\">\n                                            <img decoding=\"async\" src=\"https:\/\/lcimtc.com\/wp-content\/uploads\/2026\/05\/george-5-4-1024x576.jpg\" alt=\"George V Paris\" loading=\"lazy\">\n                                        <\/div>\n                                                                            <div class=\"hotel-media-slide\" role=\"group\" aria-label=\"Image 8 sur 10\">\n                                            <img decoding=\"async\" src=\"https:\/\/lcimtc.com\/wp-content\/uploads\/2026\/05\/george-5-3-1024x576.jpg\" alt=\"George V Paris\" loading=\"lazy\">\n                                        <\/div>\n                                                                            <div class=\"hotel-media-slide\" role=\"group\" aria-label=\"Image 9 sur 10\">\n                                            <img decoding=\"async\" src=\"https:\/\/lcimtc.com\/wp-content\/uploads\/2026\/05\/george-5-2-1024x576.jpg\" alt=\"George V Paris\" loading=\"lazy\">\n                                        <\/div>\n                                                                            <div class=\"hotel-media-slide\" role=\"group\" aria-label=\"Image 10 sur 10\">\n                                            <img decoding=\"async\" src=\"https:\/\/lcimtc.com\/wp-content\/uploads\/2026\/05\/george-5-1-1024x576.jpg\" alt=\"George V Paris\" loading=\"lazy\">\n                                        <\/div>\n                                                                    <\/div>\n                                                                    <div class=\"hotel-media-dots\">\n                                                                                    <button class=\"hotel-dot is-active\" type=\"button\" aria-label=\"Aller \u00e0 l\u2019image 1\"><\/button>\n                                                                                    <button class=\"hotel-dot\" type=\"button\" aria-label=\"Aller \u00e0 l\u2019image 2\"><\/button>\n                                                                                    <button class=\"hotel-dot\" type=\"button\" aria-label=\"Aller \u00e0 l\u2019image 3\"><\/button>\n                                                                                    <button class=\"hotel-dot\" type=\"button\" aria-label=\"Aller \u00e0 l\u2019image 4\"><\/button>\n                                                                                    <button class=\"hotel-dot\" type=\"button\" aria-label=\"Aller \u00e0 l\u2019image 5\"><\/button>\n                                                                                    <button class=\"hotel-dot\" type=\"button\" aria-label=\"Aller \u00e0 l\u2019image 6\"><\/button>\n                                                                                    <button class=\"hotel-dot\" type=\"button\" aria-label=\"Aller \u00e0 l\u2019image 7\"><\/button>\n                                                                                    <button class=\"hotel-dot\" type=\"button\" aria-label=\"Aller \u00e0 l\u2019image 8\"><\/button>\n                                                                                    <button class=\"hotel-dot\" type=\"button\" aria-label=\"Aller \u00e0 l\u2019image 9\"><\/button>\n                                                                                    <button class=\"hotel-dot\" type=\"button\" aria-label=\"Aller \u00e0 l\u2019image 10\"><\/button>\n                                                                            <\/div>\n                                                                                    <\/div>\n                        <div class=\"hotel-card-body\">\n                            <div class=\"hotel-stars\" aria-label=\"5 \u00e9toiles\"><span class=\"hotel-star is-filled\">\u2605<\/span><span class=\"hotel-star is-filled\">\u2605<\/span><span class=\"hotel-star is-filled\">\u2605<\/span><span class=\"hotel-star is-filled\">\u2605<\/span><span class=\"hotel-star is-filled\">\u2605<\/span><\/div>                            <h3 class=\"hotel-card-title\">George V Paris<\/h3>\n                            <div class=\"hotel-card-location-row\">\n                                <span class=\"hotel-card-city\">PARIS<\/span>                                <span class=\"hotel-card-country\">\u6cd5\u56fd<\/span>                            <\/div>\n                            <p class=\"hotel-card-text\">\u4f4d\u4e8e\u5962\u534e\u4e0e\u7cbe\u81f4\u4e2d\u5fc3\u7684\u4f20\u5947\u5df4\u9ece\u5bab\u6bbf\u7ea7\u9152\u5e97<\/p>\n                                                            <a class=\"hotel-btn\" href=\"https:\/\/lcimtc.com\/sejours\/france\/paris-region-parisienne\/four-seasons-hotel-george-v-paris\/\" target=\"_blank\" rel=\"noopener noreferrer\">\u4e86\u89e3\u66f4\u591a\u2026<\/a>\n                                                    <\/div>\n                    <\/article>\n                                    <article class=\"hotel-card\">\n                        <div class=\"hotel-card-media\" data-gallery>\n                                                            <div class=\"hotel-media-slides\">\n                                                                            <div class=\"hotel-media-slide is-active\" role=\"group\" aria-label=\"Image 1 sur 15\">\n                                            <img decoding=\"async\" src=\"https:\/\/lcimtc.com\/wp-content\/uploads\/2026\/04\/Monte-Carlo2-1024x459.jpg\" alt=\"Hotel de Paris\" loading=\"lazy\">\n                                        <\/div>\n                                                                            <div class=\"hotel-media-slide\" role=\"group\" aria-label=\"Image 2 sur 15\">\n                                            <img decoding=\"async\" src=\"https:\/\/lcimtc.com\/wp-content\/uploads\/2026\/05\/hotel-de-paris-11-1024x576.webp\" alt=\"Hotel de Paris\" loading=\"lazy\">\n                                        <\/div>\n                                                                            <div class=\"hotel-media-slide\" role=\"group\" aria-label=\"Image 3 sur 15\">\n                                            <img decoding=\"async\" src=\"https:\/\/lcimtc.com\/wp-content\/uploads\/2026\/05\/hotel-de-paris-12-1024x576.webp\" alt=\"Hotel de Paris\" loading=\"lazy\">\n                                        <\/div>\n                                                                            <div class=\"hotel-media-slide\" role=\"group\" aria-label=\"Image 4 sur 15\">\n                                            <img decoding=\"async\" src=\"https:\/\/lcimtc.com\/wp-content\/uploads\/2026\/05\/hotel-de-paris-13-1024x576.webp\" alt=\"Hotel de Paris\" loading=\"lazy\">\n                                        <\/div>\n                                                                            <div class=\"hotel-media-slide\" role=\"group\" aria-label=\"Image 5 sur 15\">\n                                            <img decoding=\"async\" src=\"https:\/\/lcimtc.com\/wp-content\/uploads\/2026\/05\/hotel_de_paris_3x2-1024x683.webp\" alt=\"Hotel de Paris\" loading=\"lazy\">\n                                        <\/div>\n                                                                            <div class=\"hotel-media-slide\" role=\"group\" aria-label=\"Image 6 sur 15\">\n                                            <img decoding=\"async\" src=\"https:\/\/lcimtc.com\/wp-content\/uploads\/2026\/05\/hotel-de-paris-10-1024x576.webp\" alt=\"Hotel de Paris\" loading=\"lazy\">\n                                        <\/div>\n                                                                            <div class=\"hotel-media-slide\" role=\"group\" aria-label=\"Image 7 sur 15\">\n                                            <img decoding=\"async\" src=\"https:\/\/lcimtc.com\/wp-content\/uploads\/2026\/05\/hotel-de-paris-9-1024x576.webp\" alt=\"Hotel de Paris\" loading=\"lazy\">\n                                        <\/div>\n                                                                            <div class=\"hotel-media-slide\" role=\"group\" aria-label=\"Image 8 sur 15\">\n                                            <img decoding=\"async\" src=\"https:\/\/lcimtc.com\/wp-content\/uploads\/2026\/05\/hotel-de-paris-8-1024x576.webp\" alt=\"Hotel de Paris\" loading=\"lazy\">\n                                        <\/div>\n                                                                            <div class=\"hotel-media-slide\" role=\"group\" aria-label=\"Image 9 sur 15\">\n                                            <img decoding=\"async\" src=\"https:\/\/lcimtc.com\/wp-content\/uploads\/2026\/05\/hotel-de-paris-7-1024x576.webp\" alt=\"Hotel de Paris\" loading=\"lazy\">\n                                        <\/div>\n                                                                            <div class=\"hotel-media-slide\" role=\"group\" aria-label=\"Image 10 sur 15\">\n                                            <img decoding=\"async\" src=\"https:\/\/lcimtc.com\/wp-content\/uploads\/2026\/05\/hotel-de-paris-6-1024x576.webp\" alt=\"Hotel de Paris\" loading=\"lazy\">\n                                        <\/div>\n                                                                            <div class=\"hotel-media-slide\" role=\"group\" aria-label=\"Image 11 sur 15\">\n                                            <img decoding=\"async\" src=\"https:\/\/lcimtc.com\/wp-content\/uploads\/2026\/05\/hotel-de-paris-5-1024x576.webp\" alt=\"Hotel de Paris\" loading=\"lazy\">\n                                        <\/div>\n                                                                            <div class=\"hotel-media-slide\" role=\"group\" aria-label=\"Image 12 sur 15\">\n                                            <img decoding=\"async\" src=\"https:\/\/lcimtc.com\/wp-content\/uploads\/2026\/05\/hotel-de-paris-4-1024x576.webp\" alt=\"Hotel de Paris\" loading=\"lazy\">\n                                        <\/div>\n                                                                            <div class=\"hotel-media-slide\" role=\"group\" aria-label=\"Image 13 sur 15\">\n                                            <img decoding=\"async\" src=\"https:\/\/lcimtc.com\/wp-content\/uploads\/2026\/05\/hotel-de-paris-3-1024x576.webp\" alt=\"Hotel de Paris\" loading=\"lazy\">\n                                        <\/div>\n                                                                            <div class=\"hotel-media-slide\" role=\"group\" aria-label=\"Image 14 sur 15\">\n                                            <img decoding=\"async\" src=\"https:\/\/lcimtc.com\/wp-content\/uploads\/2026\/05\/hotel-de-paris-2-1024x576.webp\" alt=\"Hotel de Paris\" loading=\"lazy\">\n                                        <\/div>\n                                                                            <div class=\"hotel-media-slide\" role=\"group\" aria-label=\"Image 15 sur 15\">\n                                            <img decoding=\"async\" src=\"https:\/\/lcimtc.com\/wp-content\/uploads\/2026\/05\/hotel-de-paris-1-1024x576.webp\" alt=\"Hotel de Paris\" loading=\"lazy\">\n                                        <\/div>\n                                                                    <\/div>\n                                                                    <div class=\"hotel-media-dots\">\n                                                                                    <button class=\"hotel-dot is-active\" type=\"button\" aria-label=\"Aller \u00e0 l\u2019image 1\"><\/button>\n                                                                                    <button class=\"hotel-dot\" type=\"button\" aria-label=\"Aller \u00e0 l\u2019image 2\"><\/button>\n                                                                                    <button class=\"hotel-dot\" type=\"button\" aria-label=\"Aller \u00e0 l\u2019image 3\"><\/button>\n                                                                                    <button class=\"hotel-dot\" type=\"button\" aria-label=\"Aller \u00e0 l\u2019image 4\"><\/button>\n                                                                                    <button class=\"hotel-dot\" type=\"button\" aria-label=\"Aller \u00e0 l\u2019image 5\"><\/button>\n                                                                                    <button class=\"hotel-dot\" type=\"button\" aria-label=\"Aller \u00e0 l\u2019image 6\"><\/button>\n                                                                                    <button class=\"hotel-dot\" type=\"button\" aria-label=\"Aller \u00e0 l\u2019image 7\"><\/button>\n                                                                                    <button class=\"hotel-dot\" type=\"button\" aria-label=\"Aller \u00e0 l\u2019image 8\"><\/button>\n                                                                                    <button class=\"hotel-dot\" type=\"button\" aria-label=\"Aller \u00e0 l\u2019image 9\"><\/button>\n                                                                                    <button class=\"hotel-dot\" type=\"button\" aria-label=\"Aller \u00e0 l\u2019image 10\"><\/button>\n                                                                                    <button class=\"hotel-dot\" type=\"button\" aria-label=\"Aller \u00e0 l\u2019image 11\"><\/button>\n                                                                                    <button class=\"hotel-dot\" type=\"button\" aria-label=\"Aller \u00e0 l\u2019image 12\"><\/button>\n                                                                                    <button class=\"hotel-dot\" type=\"button\" aria-label=\"Aller \u00e0 l\u2019image 13\"><\/button>\n                                                                                    <button class=\"hotel-dot\" type=\"button\" aria-label=\"Aller \u00e0 l\u2019image 14\"><\/button>\n                                                                                    <button class=\"hotel-dot\" type=\"button\" aria-label=\"Aller \u00e0 l\u2019image 15\"><\/button>\n                                                                            <\/div>\n                                                                                    <\/div>\n                        <div class=\"hotel-card-body\">\n                            <div class=\"hotel-stars\" aria-label=\"5 \u00e9toiles\"><span class=\"hotel-star is-filled\">\u2605<\/span><span class=\"hotel-star is-filled\">\u2605<\/span><span class=\"hotel-star is-filled\">\u2605<\/span><span class=\"hotel-star is-filled\">\u2605<\/span><span class=\"hotel-star is-filled\">\u2605<\/span><\/div>                            <h3 class=\"hotel-card-title\">Hotel de Paris<\/h3>\n                            <div class=\"hotel-card-location-row\">\n                                <span class=\"hotel-card-city\">\u6469\u7eb3\u54e5<\/span>                                <span class=\"hotel-card-country\">\u6cd5\u56fd<\/span>                            <\/div>\n                            <p class=\"hotel-card-text\">\u6469\u7eb3\u54e5\u6838\u5fc3\u5730\u5e26\u7684\u81f3\u5c0a\u5962\u534e<\/p>\n                                                            <a class=\"hotel-btn\" href=\"https:\/\/lcimtc.com\/sejours\/france\/cote-dazur\/monaco\/hotel-de-paris-monte-carlo\/\" target=\"_blank\" rel=\"noopener noreferrer\">\u4e86\u89e3\u66f4\u591a\u2026<\/a>\n                                                    <\/div>\n                    <\/article>\n                                    <article class=\"hotel-card\">\n                        <div class=\"hotel-card-media\" data-gallery>\n                                                            <div class=\"hotel-media-slides\">\n                                                                            <div class=\"hotel-media-slide is-active\" role=\"group\" aria-label=\"Image 1 sur 12\">\n                                            <img decoding=\"async\" src=\"https:\/\/lcimtc.com\/wp-content\/uploads\/2026\/04\/BIQUB-P0360-Exterior.16x9-1024x576.webp\" alt=\"H\u00f4tel du Palais Biarritz\" loading=\"lazy\">\n                                        <\/div>\n                                                                            <div class=\"hotel-media-slide\" role=\"group\" aria-label=\"Image 2 sur 12\">\n                                            <img decoding=\"async\" src=\"https:\/\/lcimtc.com\/wp-content\/uploads\/2026\/05\/du-palais-10-1024x576.webp\" alt=\"H\u00f4tel du Palais Biarritz\" loading=\"lazy\">\n                                        <\/div>\n                                                                            <div class=\"hotel-media-slide\" role=\"group\" aria-label=\"Image 3 sur 12\">\n                                            <img decoding=\"async\" src=\"https:\/\/lcimtc.com\/wp-content\/uploads\/2026\/05\/du-palais-9-1024x576.webp\" alt=\"H\u00f4tel du Palais Biarritz\" loading=\"lazy\">\n                                        <\/div>\n                                                                            <div class=\"hotel-media-slide\" role=\"group\" aria-label=\"Image 4 sur 12\">\n                                            <img decoding=\"async\" src=\"https:\/\/lcimtc.com\/wp-content\/uploads\/2026\/05\/du-palais-8-1024x576.webp\" alt=\"H\u00f4tel du Palais Biarritz\" loading=\"lazy\">\n                                        <\/div>\n                                                                            <div class=\"hotel-media-slide\" role=\"group\" aria-label=\"Image 5 sur 12\">\n                                            <img decoding=\"async\" src=\"https:\/\/lcimtc.com\/wp-content\/uploads\/2026\/05\/du-palais-7-1024x576.webp\" alt=\"H\u00f4tel du Palais Biarritz\" loading=\"lazy\">\n                                        <\/div>\n                                                                            <div class=\"hotel-media-slide\" role=\"group\" aria-label=\"Image 6 sur 12\">\n                                            <img decoding=\"async\" src=\"https:\/\/lcimtc.com\/wp-content\/uploads\/2026\/05\/du-palais-2-1024x576.webp\" alt=\"H\u00f4tel du Palais Biarritz\" loading=\"lazy\">\n                                        <\/div>\n                                                                            <div class=\"hotel-media-slide\" role=\"group\" aria-label=\"Image 7 sur 12\">\n                                            <img decoding=\"async\" src=\"https:\/\/lcimtc.com\/wp-content\/uploads\/2026\/05\/du-palais-3-1024x576.webp\" alt=\"H\u00f4tel du Palais Biarritz\" loading=\"lazy\">\n                                        <\/div>\n                                                                            <div class=\"hotel-media-slide\" role=\"group\" aria-label=\"Image 8 sur 12\">\n                                            <img decoding=\"async\" src=\"https:\/\/lcimtc.com\/wp-content\/uploads\/2026\/05\/du-palais-4-1024x576.webp\" alt=\"H\u00f4tel du Palais Biarritz\" loading=\"lazy\">\n                                        <\/div>\n                                                                            <div class=\"hotel-media-slide\" role=\"group\" aria-label=\"Image 9 sur 12\">\n                                            <img decoding=\"async\" src=\"https:\/\/lcimtc.com\/wp-content\/uploads\/2026\/05\/du-palais-5-1024x576.webp\" alt=\"H\u00f4tel du Palais Biarritz\" loading=\"lazy\">\n                                        <\/div>\n                                                                            <div class=\"hotel-media-slide\" role=\"group\" aria-label=\"Image 10 sur 12\">\n                                            <img decoding=\"async\" src=\"https:\/\/lcimtc.com\/wp-content\/uploads\/2026\/05\/du-palais-6-1024x576.webp\" alt=\"H\u00f4tel du Palais Biarritz\" loading=\"lazy\">\n                                        <\/div>\n                                                                            <div class=\"hotel-media-slide\" role=\"group\" aria-label=\"Image 11 sur 12\">\n                                            <img decoding=\"async\" src=\"https:\/\/lcimtc.com\/wp-content\/uploads\/2026\/05\/du-palais-1-1024x576.webp\" alt=\"H\u00f4tel du Palais Biarritz\" loading=\"lazy\">\n                                        <\/div>\n                                                                            <div class=\"hotel-media-slide\" role=\"group\" aria-label=\"Image 12 sur 12\">\n                                            <img decoding=\"async\" src=\"https:\/\/lcimtc.com\/wp-content\/uploads\/2026\/05\/biarritz-7.jpg\" alt=\"H\u00f4tel du Palais Biarritz\" loading=\"lazy\">\n                                        <\/div>\n                                                                    <\/div>\n                                                                    <div class=\"hotel-media-dots\">\n                                                                                    <button class=\"hotel-dot is-active\" type=\"button\" aria-label=\"Aller \u00e0 l\u2019image 1\"><\/button>\n                                                                                    <button class=\"hotel-dot\" type=\"button\" aria-label=\"Aller \u00e0 l\u2019image 2\"><\/button>\n                                                                                    <button class=\"hotel-dot\" type=\"button\" aria-label=\"Aller \u00e0 l\u2019image 3\"><\/button>\n                                                                                    <button class=\"hotel-dot\" type=\"button\" aria-label=\"Aller \u00e0 l\u2019image 4\"><\/button>\n                                                                                    <button class=\"hotel-dot\" type=\"button\" aria-label=\"Aller \u00e0 l\u2019image 5\"><\/button>\n                                                                                    <button class=\"hotel-dot\" type=\"button\" aria-label=\"Aller \u00e0 l\u2019image 6\"><\/button>\n                                                                                    <button class=\"hotel-dot\" type=\"button\" aria-label=\"Aller \u00e0 l\u2019image 7\"><\/button>\n                                                                                    <button class=\"hotel-dot\" type=\"button\" aria-label=\"Aller \u00e0 l\u2019image 8\"><\/button>\n                                                                                    <button class=\"hotel-dot\" type=\"button\" aria-label=\"Aller \u00e0 l\u2019image 9\"><\/button>\n                                                                                    <button class=\"hotel-dot\" type=\"button\" aria-label=\"Aller \u00e0 l\u2019image 10\"><\/button>\n                                                                                    <button class=\"hotel-dot\" type=\"button\" aria-label=\"Aller \u00e0 l\u2019image 11\"><\/button>\n                                                                                    <button class=\"hotel-dot\" type=\"button\" aria-label=\"Aller \u00e0 l\u2019image 12\"><\/button>\n                                                                            <\/div>\n                                                                                    <\/div>\n                        <div class=\"hotel-card-body\">\n                            <div class=\"hotel-stars\" aria-label=\"5 \u00e9toiles\"><span class=\"hotel-star is-filled\">\u2605<\/span><span class=\"hotel-star is-filled\">\u2605<\/span><span class=\"hotel-star is-filled\">\u2605<\/span><span class=\"hotel-star is-filled\">\u2605<\/span><span class=\"hotel-star is-filled\">\u2605<\/span><\/div>                            <h3 class=\"hotel-card-title\">H\u00f4tel du Palais Biarritz<\/h3>\n                            <div class=\"hotel-card-location-row\">\n                                <span class=\"hotel-card-city\">BIARRITZ<\/span>                                <span class=\"hotel-card-country\">\u6cd5\u56fd<\/span>                            <\/div>\n                            <p class=\"hotel-card-text\">\u5750\u843d\u4e8e\u5927\u897f\u6d0b\u4f20\u5947\u6d77\u6d6a\u524d\u7684\u6614\u65e5\u7687\u5bb6\u5e9c\u90b8<\/p>\n                                                            <a class=\"hotel-btn\" href=\"https:\/\/lcimtc.com\/sejours\/france\/nouvelle-aquitaine\/biarritz\/hotel-du-palais-biarritz-the-unbound-collection-by-hyatt\/\" target=\"_blank\" rel=\"noopener noreferrer\">\u4e86\u89e3\u66f4\u591a\u2026<\/a>\n                                                    <\/div>\n                    <\/article>\n                                    <article class=\"hotel-card\">\n                        <div class=\"hotel-card-media\" data-gallery>\n                                                            <div class=\"hotel-media-slides\">\n                                                                            <div class=\"hotel-media-slide is-active\" role=\"group\" aria-label=\"Image 1 sur 8\">\n                                            <img decoding=\"async\" src=\"https:\/\/lcimtc.com\/wp-content\/uploads\/2026\/04\/b130524008___banner-size_1920_940-1024x501.jpg\" alt=\"Peninsula Hotel Hong Kong\" loading=\"lazy\">\n                                        <\/div>\n                                                                            <div class=\"hotel-media-slide\" role=\"group\" aria-label=\"Image 2 sur 8\">\n                                            <img decoding=\"async\" src=\"https:\/\/lcimtc.com\/wp-content\/uploads\/2026\/05\/peninsulahk-14-1024x683.jpg\" alt=\"Peninsula Hotel Hong Kong\" loading=\"lazy\">\n                                        <\/div>\n                                                                            <div class=\"hotel-media-slide\" role=\"group\" aria-label=\"Image 3 sur 8\">\n                                            <img decoding=\"async\" src=\"https:\/\/lcimtc.com\/wp-content\/uploads\/2026\/05\/peninsulahk-13-1024x765.jpg\" alt=\"Peninsula Hotel Hong Kong\" loading=\"lazy\">\n                                        <\/div>\n                                                                            <div class=\"hotel-media-slide\" role=\"group\" aria-label=\"Image 4 sur 8\">\n                                            <img decoding=\"async\" src=\"https:\/\/lcimtc.com\/wp-content\/uploads\/2026\/05\/peninsulahk-12-1024x683.jpg\" alt=\"Peninsula Hotel Hong Kong\" loading=\"lazy\">\n                                        <\/div>\n                                                                            <div class=\"hotel-media-slide\" role=\"group\" aria-label=\"Image 5 sur 8\">\n                                            <img decoding=\"async\" src=\"https:\/\/lcimtc.com\/wp-content\/uploads\/2026\/05\/peninsulahk-11-1024x683.jpg\" alt=\"Peninsula Hotel Hong Kong\" loading=\"lazy\">\n                                        <\/div>\n                                                                            <div class=\"hotel-media-slide\" role=\"group\" aria-label=\"Image 6 sur 8\">\n                                            <img decoding=\"async\" src=\"https:\/\/lcimtc.com\/wp-content\/uploads\/2026\/05\/peninsulahk-8-1024x811.jpg\" alt=\"Peninsula Hotel Hong Kong\" loading=\"lazy\">\n                                        <\/div>\n                                                                            <div class=\"hotel-media-slide\" role=\"group\" aria-label=\"Image 7 sur 8\">\n                                            <img decoding=\"async\" src=\"https:\/\/lcimtc.com\/wp-content\/uploads\/2026\/05\/peninsulahk-4-1024x683.jpg\" alt=\"Peninsula Hotel Hong Kong\" loading=\"lazy\">\n                                        <\/div>\n                                                                            <div class=\"hotel-media-slide\" role=\"group\" aria-label=\"Image 8 sur 8\">\n                                            <img decoding=\"async\" src=\"https:\/\/lcimtc.com\/wp-content\/uploads\/2026\/05\/peninsulahk-2-1024x657.jpg\" alt=\"Peninsula Hotel Hong Kong\" loading=\"lazy\">\n                                        <\/div>\n                                                                    <\/div>\n                                                                    <div class=\"hotel-media-dots\">\n                                                                                    <button class=\"hotel-dot is-active\" type=\"button\" aria-label=\"Aller \u00e0 l\u2019image 1\"><\/button>\n                                                                                    <button class=\"hotel-dot\" type=\"button\" aria-label=\"Aller \u00e0 l\u2019image 2\"><\/button>\n                                                                                    <button class=\"hotel-dot\" type=\"button\" aria-label=\"Aller \u00e0 l\u2019image 3\"><\/button>\n                                                                                    <button class=\"hotel-dot\" type=\"button\" aria-label=\"Aller \u00e0 l\u2019image 4\"><\/button>\n                                                                                    <button class=\"hotel-dot\" type=\"button\" aria-label=\"Aller \u00e0 l\u2019image 5\"><\/button>\n                                                                                    <button class=\"hotel-dot\" type=\"button\" aria-label=\"Aller \u00e0 l\u2019image 6\"><\/button>\n                                                                                    <button class=\"hotel-dot\" type=\"button\" aria-label=\"Aller \u00e0 l\u2019image 7\"><\/button>\n                                                                                    <button class=\"hotel-dot\" type=\"button\" aria-label=\"Aller \u00e0 l\u2019image 8\"><\/button>\n                                                                            <\/div>\n                                                                                    <\/div>\n                        <div class=\"hotel-card-body\">\n                            <div class=\"hotel-stars\" aria-label=\"5 \u00e9toiles\"><span class=\"hotel-star is-filled\">\u2605<\/span><span class=\"hotel-star is-filled\">\u2605<\/span><span class=\"hotel-star is-filled\">\u2605<\/span><span class=\"hotel-star is-filled\">\u2605<\/span><span class=\"hotel-star is-filled\">\u2605<\/span><\/div>                            <h3 class=\"hotel-card-title\">Peninsula Hotel Hong Kong<\/h3>\n                            <div class=\"hotel-card-location-row\">\n                                <span class=\"hotel-card-city\">\u9999\u6e2f<\/span>                                <span class=\"hotel-card-country\">\u4e2d\u56fd<\/span>                            <\/div>\n                            <p class=\"hotel-card-text\">\u4e9a\u6d32\u5962\u534e\u4f20\u5947<\/p>\n                                                            <a class=\"hotel-btn\" href=\"https:\/\/lcimtc.com\/sejours\/chine\/hong-kong\/the-peninsula-hong-kong\/\" target=\"_blank\" rel=\"noopener noreferrer\">\u4e86\u89e3\u66f4\u591a\u2026<\/a>\n                                                    <\/div>\n                    <\/article>\n                                    <article class=\"hotel-card\">\n                        <div class=\"hotel-card-media\" data-gallery>\n                                                            <div class=\"hotel-media-slides\">\n                                                                            <div class=\"hotel-media-slide is-active\" role=\"group\" aria-label=\"Image 1 sur 11\">\n                                            <img decoding=\"async\" src=\"https:\/\/lcimtc.com\/wp-content\/uploads\/2026\/04\/JCAGH-P1819-La-Plage-du-Martinez-Overview.16x9-1-1024x576.jpg\" alt=\"Hotel Martinez Cannes\" loading=\"lazy\">\n                                        <\/div>\n                                                                            <div class=\"hotel-media-slide\" role=\"group\" aria-label=\"Image 2 sur 11\">\n                                            <img decoding=\"async\" src=\"https:\/\/lcimtc.com\/wp-content\/uploads\/2026\/04\/Hotel-Martinez-P1315-Suite-Penthouse-Actress-Terrace.16x9-1-1024x576.jpg\" alt=\"Hotel Martinez Cannes\" loading=\"lazy\">\n                                        <\/div>\n                                                                            <div class=\"hotel-media-slide\" role=\"group\" aria-label=\"Image 3 sur 11\">\n                                            <img decoding=\"async\" src=\"https:\/\/lcimtc.com\/wp-content\/uploads\/2026\/04\/Grand-Hyatt-Cannes-Hotel-Martinez-P755-Premium-Room-Yellow-King.16x9-1-1024x576.jpg\" alt=\"Hotel Martinez Cannes\" loading=\"lazy\">\n                                        <\/div>\n                                                                            <div class=\"hotel-media-slide\" role=\"group\" aria-label=\"Image 4 sur 11\">\n                                            <img decoding=\"async\" src=\"https:\/\/lcimtc.com\/wp-content\/uploads\/2026\/04\/Hotel-Martinez-P836-Room-Premium-Sea-View.16x9-1-1024x576.jpg\" alt=\"Hotel Martinez Cannes\" loading=\"lazy\">\n                                        <\/div>\n                                                                            <div class=\"hotel-media-slide\" role=\"group\" aria-label=\"Image 5 sur 11\">\n                                            <img decoding=\"async\" src=\"https:\/\/lcimtc.com\/wp-content\/uploads\/2026\/04\/JCAGH-P1590-Premium-Vue-Mer-Twin-Front.16x9-1-1-1024x576.jpg\" alt=\"Hotel Martinez Cannes\" loading=\"lazy\">\n                                        <\/div>\n                                                                            <div class=\"hotel-media-slide\" role=\"group\" aria-label=\"Image 6 sur 11\">\n                                            <img decoding=\"async\" src=\"https:\/\/lcimtc.com\/wp-content\/uploads\/2026\/04\/Grand-Hyatt-Cannes-Hotel-Martinez-P751-Premium-Room-Blue-Twin.16x9-1-1024x576.jpg\" alt=\"Hotel Martinez Cannes\" loading=\"lazy\">\n                                        <\/div>\n                                                                            <div class=\"hotel-media-slide\" role=\"group\" aria-label=\"Image 7 sur 11\">\n                                            <img decoding=\"async\" src=\"https:\/\/lcimtc.com\/wp-content\/uploads\/2026\/04\/Grand-Hyatt-Cannes-Hotel-Martinez-P752-Premium-Room-Blue.16x9-2-1024x576.jpg\" alt=\"Hotel Martinez Cannes\" loading=\"lazy\">\n                                        <\/div>\n                                                                            <div class=\"hotel-media-slide\" role=\"group\" aria-label=\"Image 8 sur 11\">\n                                            <img decoding=\"async\" src=\"https:\/\/lcimtc.com\/wp-content\/uploads\/2026\/04\/JCAGH-P1802-Premium-Sea-View-Room-Bed.16x9-1-1024x576.jpg\" alt=\"Hotel Martinez Cannes\" loading=\"lazy\">\n                                        <\/div>\n                                                                            <div class=\"hotel-media-slide\" role=\"group\" aria-label=\"Image 9 sur 11\">\n                                            <img decoding=\"async\" src=\"https:\/\/lcimtc.com\/wp-content\/uploads\/2026\/04\/JCAGH-P1567-Deluxe-Room-Twin-View.16x9-1-1024x576.jpg\" alt=\"Hotel Martinez Cannes\" loading=\"lazy\">\n                                        <\/div>\n                                                                            <div class=\"hotel-media-slide\" role=\"group\" aria-label=\"Image 10 sur 11\">\n                                            <img decoding=\"async\" src=\"https:\/\/lcimtc.com\/wp-content\/uploads\/2026\/04\/JCAGH-P2273-Hall-Lobby-Shop.16x9-1-1024x576.jpg\" alt=\"Hotel Martinez Cannes\" loading=\"lazy\">\n                                        <\/div>\n                                                                            <div class=\"hotel-media-slide\" role=\"group\" aria-label=\"Image 11 sur 11\">\n                                            <img decoding=\"async\" src=\"https:\/\/lcimtc.com\/wp-content\/uploads\/2026\/04\/JCAGH-P1769-Hotel-Exterior-Daytime-Balconies.16x9-1-1024x576.jpg\" alt=\"Hotel Martinez Cannes\" loading=\"lazy\">\n                                        <\/div>\n                                                                    <\/div>\n                                                                    <div class=\"hotel-media-dots\">\n                                                                                    <button class=\"hotel-dot is-active\" type=\"button\" aria-label=\"Aller \u00e0 l\u2019image 1\"><\/button>\n                                                                                    <button class=\"hotel-dot\" type=\"button\" aria-label=\"Aller \u00e0 l\u2019image 2\"><\/button>\n                                                                                    <button class=\"hotel-dot\" type=\"button\" aria-label=\"Aller \u00e0 l\u2019image 3\"><\/button>\n                                                                                    <button class=\"hotel-dot\" type=\"button\" aria-label=\"Aller \u00e0 l\u2019image 4\"><\/button>\n                                                                                    <button class=\"hotel-dot\" type=\"button\" aria-label=\"Aller \u00e0 l\u2019image 5\"><\/button>\n                                                                                    <button class=\"hotel-dot\" type=\"button\" aria-label=\"Aller \u00e0 l\u2019image 6\"><\/button>\n                                                                                    <button class=\"hotel-dot\" type=\"button\" aria-label=\"Aller \u00e0 l\u2019image 7\"><\/button>\n                                                                                    <button class=\"hotel-dot\" type=\"button\" aria-label=\"Aller \u00e0 l\u2019image 8\"><\/button>\n                                                                                    <button class=\"hotel-dot\" type=\"button\" aria-label=\"Aller \u00e0 l\u2019image 9\"><\/button>\n                                                                                    <button class=\"hotel-dot\" type=\"button\" aria-label=\"Aller \u00e0 l\u2019image 10\"><\/button>\n                                                                                    <button class=\"hotel-dot\" type=\"button\" aria-label=\"Aller \u00e0 l\u2019image 11\"><\/button>\n                                                                            <\/div>\n                                                                                    <\/div>\n                        <div class=\"hotel-card-body\">\n                            <div class=\"hotel-stars\" aria-label=\"5 \u00e9toiles\"><span class=\"hotel-star is-filled\">\u2605<\/span><span class=\"hotel-star is-filled\">\u2605<\/span><span class=\"hotel-star is-filled\">\u2605<\/span><span class=\"hotel-star is-filled\">\u2605<\/span><span class=\"hotel-star is-filled\">\u2605<\/span><\/div>                            <h3 class=\"hotel-card-title\">Hotel Martinez Cannes<\/h3>\n                            <div class=\"hotel-card-location-row\">\n                                <span class=\"hotel-card-city\">\u621b\u7eb3<\/span>                                <span class=\"hotel-card-country\">\u6cd5\u56fd<\/span>                            <\/div>\n                            <p class=\"hotel-card-text\">\u514b\u9c81\u74e6\u585e\u7279\u5927\u9053\u7684\u6807\u5fd7\uff0c\u4f20\u627f\u4f18\u96c5<\/p>\n                                                            <a class=\"hotel-btn\" href=\"https:\/\/lcimtc.com\/sejours\/france\/cote-dazur\/cannes\/hotel-martinez-the-unbound-collection-by-hyatt\/\" target=\"_blank\" rel=\"noopener noreferrer\">\u4e86\u89e3\u66f4\u591a\u2026<\/a>\n                                                    <\/div>\n                    <\/article>\n                            <\/div>\n                    <\/section>\n        <\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-cf46154 e-flex e-con-boxed e-con e-parent\" data-id=\"cf46154\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-eaf73dd elementor-widget elementor-widget-shortcode\" data-id=\"eaf73dd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><style>\r\n\t\t.lci-news, .lci-news *, .lci-news *::before, .lci-news *::after { box-sizing:border-box; margin:0; padding:0; }\r\n\t\t.lci-news { --gold:#B8973A; --red:#B8121A; --ink:#1C1B18; --ink-soft:#4a4640; --beige:#F4F0E7;\r\n\t\t\t--line:rgba(28,27,24,.12); --serif:'Cormorant Garamond', Georgia, serif; --sans:'Jost', -apple-system, sans-serif;\r\n\t\t\twidth:100%; max-width:1200px; margin:0 auto; padding:70px 24px; font-family:var(--sans); color:var(--ink); }\r\n\t\t.lci-news-head { text-align:center; margin-bottom:48px; }\r\n\t\t.lci-news-eyebrow { display:block; font-family:var(--sans); font-size:12px; font-weight:500;\r\n\t\t\tletter-spacing:0.35em; text-transform:uppercase; color:var(--gold); margin-bottom:12px; }\r\n\t\t.lci-news-title { font-family:var(--serif); font-weight:500; font-size:clamp(30px,4vw,46px); line-height:1.05; color:var(--ink); }\r\n\t\t.lci-news-rule { display:block; width:54px; height:2px; background:var(--gold); margin:20px auto 0; }\r\n\t\t.lci-news-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:32px; }\r\n\t\t.lci-news-loading { grid-column:1\/-1; text-align:center; color:var(--ink-soft); font-style:italic;\r\n\t\t\tpadding:40px 0; font-family:var(--serif); font-size:20px; }\r\n\t\t.lci-card { display:flex; flex-direction:column; background:#fff; border:1px solid var(--line);\r\n\t\t\toverflow:hidden; text-decoration:none; color:inherit; transition:transform .35s ease, box-shadow .35s ease; }\r\n\t\t.lci-card:hover { transform:translateY(-6px); box-shadow:0 18px 40px rgba(28,27,24,.16); }\r\n\t\t.lci-card-imgwrap { position:relative; aspect-ratio:3\/2; overflow:hidden; background:var(--beige); }\r\n\t\t.lci-card-img { width:100%; height:100%; object-fit:cover; display:block; transition:transform .6s ease; }\r\n\t\t.lci-card:hover .lci-card-img { transform:scale(1.05); }\r\n\t\t.lci-card-imgwrap.noimg::after { content:\"LCI-MTC\"; position:absolute; inset:0; display:flex;\r\n\t\t\talign-items:center; justify-content:center; font-family:var(--serif); font-size:28px; color:var(--gold);\r\n\t\t\tletter-spacing:.1em; opacity:.5; }\r\n\t\t.lci-card-body { padding:24px 24px 28px; display:flex; flex-direction:column; flex:1; }\r\n\t\t.lci-card-date { font-family:var(--sans); font-size:11px; font-weight:500; letter-spacing:0.18em;\r\n\t\t\ttext-transform:uppercase; color:var(--gold); margin-bottom:12px; }\r\n\t\t.lci-card-title { font-family:var(--serif); font-weight:600; font-size:23px; line-height:1.2;\r\n\t\t\tcolor:var(--ink); margin-bottom:12px; }\r\n\t\t.lci-card-excerpt { font-family:var(--sans); font-weight:300; font-size:14px; line-height:1.65;\r\n\t\t\tcolor:var(--ink-soft); margin-bottom:20px; }\r\n\t\t.lci-card-more { margin-top:auto; font-family:var(--sans); font-size:12px; font-weight:500;\r\n\t\t\tletter-spacing:0.18em; text-transform:uppercase; color:var(--red); display:inline-flex;\r\n\t\t\talign-items:center; gap:8px; transition:gap .25s ease; }\r\n\t\t.lci-card:hover .lci-card-more { gap:14px; }\r\n\t\t.lci-card-more::after { content:\"\\2192\"; font-size:15px; }\r\n\t\t.lci-news-foot { text-align:center; margin-top:50px; }\r\n\t\t.lci-news-all { display:inline-block; font-family:var(--sans); font-size:12px; font-weight:500;\r\n\t\t\tletter-spacing:0.25em; text-transform:uppercase; color:var(--ink); text-decoration:none;\r\n\t\t\tpadding:15px 40px; border:1px solid var(--gold); transition:all .35s ease; }\r\n\t\t.lci-news-all:hover { background:var(--gold); color:#fff; letter-spacing:0.3em; }\r\n\t\t@media (max-width:900px) {\r\n\t\t\t.lci-news-grid { grid-template-columns:1fr; gap:26px; max-width:480px; margin:0 auto; }\r\n\t\t}\r\n\t\t<\/style><div class=\"lci-news\"><div class=\"lci-news-head\"><span class=\"lci-news-eyebrow\">\u65c5\u884c\u5fd7<\/span><h2 class=\"lci-news-title\">\u6700\u65b0\u52a8\u6001<\/h2><span class=\"lci-news-rule\"><\/span><\/div><div class=\"lci-news-grid\"><a class=\"lci-card\" href=\"https:\/\/lcimtc.com\/zh-hans\/%e4%bc%8a%e6%96%af%e5%9d%a6%e5%b8%83%e5%b0%94%ef%bc%9a%e4%b8%96%e7%95%8c%e4%ba%a4%e6%b1%87%e4%b9%8b%e5%9f%8e%ef%bc%8c%e4%bb%8b%e4%ba%8e%e5%b8%9d%e5%9b%bd%e9%81%97%e4%ba%a7%e4%b8%8e%e7%94%9f%e6%b4%bb\/\"><div class=\"lci-card-imgwrap\"><img decoding=\"async\" class=\"lci-card-img\" src=\"https:\/\/lcimtc.com\/wp-content\/uploads\/2026\/06\/istanbul-9-768x512.jpg\" alt=\"\u4f0a\u65af\u5766\u5e03\u5c14\uff1a\u4e16\u754c\u4ea4\u6c47\u4e4b\u57ce\uff0c\u4ecb\u4e8e\u5e1d\u56fd\u9057\u4ea7\u4e0e\u751f\u6d3b\u827a\u672f\u4e4b\u95f4\" loading=\"lazy\"><\/div><div class=\"lci-card-body\"><span class=\"lci-card-date\">15 6 \u6708 2026<\/span><h3 class=\"lci-card-title\">\u4f0a\u65af\u5766\u5e03\u5c14\uff1a\u4e16\u754c\u4ea4\u6c47\u4e4b\u57ce\uff0c\u4ecb\u4e8e\u5e1d\u56fd\u9057\u4ea7\u4e0e\u751f\u6d3b\u827a\u672f\u4e4b\u95f4<\/h3><p class=\"lci-card-excerpt\">\u6b27\u4e9a\u4e4b\u95f4 \u00b7 \u535a\u65af\u666e\u9c81\u65af\u6d77\u5ce1\u4e24\u5cb8 2026 \u2026<\/p><span class=\"lci-card-more\">\u9605\u8bfb\u6587\u7ae0<\/span><\/div><\/a><a class=\"lci-card\" href=\"https:\/\/lcimtc.com\/zh-hans\/%e7%ba%bd%e7%ba%a6%ef%bc%9a%e4%b9%a0%e6%83%af%e4%b8%8e%e7%a7%98%e5%af%86\/\"><div class=\"lci-card-imgwrap\"><img decoding=\"async\" class=\"lci-card-img\" src=\"https:\/\/lcimtc.com\/wp-content\/uploads\/2026\/05\/new-york-city-7-768x512.jpg\" alt=\"\u7ebd\u7ea6\uff1a\u4e60\u60ef\u4e0e\u79d8\u5bc6\" loading=\"lazy\"><\/div><div class=\"lci-card-body\"><span class=\"lci-card-date\">28 5 \u6708 2026<\/span><h3 class=\"lci-card-title\">\u7ebd\u7ea6\uff1a\u4e60\u60ef\u4e0e\u79d8\u5bc6<\/h3><p class=\"lci-card-excerpt\">2026 \u5e74 5 \u6708 28 \u65e5 \u00b7 LCI-\u2026<\/p><span class=\"lci-card-more\">\u9605\u8bfb\u6587\u7ae0<\/span><\/div><\/a><a class=\"lci-card\" href=\"https:\/\/lcimtc.com\/zh-hans\/%e7%b4%a2%e4%bc%a6%e6%89%98%ef%bc%9a%e5%a4%a7%e6%b5%b7%e3%80%81%e4%bc%a0%e7%bb%9f%e4%b8%8e%e7%94%9f%e6%b4%bb%e8%89%ba%e6%9c%af%e4%ba%a4%e7%bb%87%e7%9a%84%e6%84%8f%e5%bc%8f%e4%bc%98%e9%9b%85\/\"><div class=\"lci-card-imgwrap\"><img decoding=\"async\" class=\"lci-card-img\" src=\"https:\/\/lcimtc.com\/wp-content\/uploads\/2026\/05\/Sorrente-visit-4-768x432.jpg\" alt=\"\u7d22\u4f26\u6258\uff1a\u5927\u6d77\u3001\u4f20\u7edf\u4e0e\u751f\u6d3b\u827a\u672f\u4ea4\u7ec7\u7684\u610f\u5f0f\u4f18\u96c5\" loading=\"lazy\"><\/div><div class=\"lci-card-body\"><span class=\"lci-card-date\">13 5 \u6708 2026<\/span><h3 class=\"lci-card-title\">\u7d22\u4f26\u6258\uff1a\u5927\u6d77\u3001\u4f20\u7edf\u4e0e\u751f\u6d3b\u827a\u672f\u4ea4\u7ec7\u7684\u610f\u5f0f\u4f18\u96c5<\/h3><p class=\"lci-card-excerpt\">\u5357\u610f\u5927\u5229 \u00b7 \u963f\u9a6c\u5c14\u83f2\u6d77\u5cb8 2026\u5e745\u67081\u2026<\/p><span class=\"lci-card-more\">\u9605\u8bfb\u6587\u7ae0<\/span><\/div><\/a><\/div><div class=\"lci-news-foot\"><a class=\"lci-news-all\" href=\"https:\/\/lcimtc.com\/zh-hans\/blog\/\">\u67e5\u770b\u5168\u90e8\u52a8\u6001<\/a><\/div><\/div><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-58cc1c8 elementor-widget elementor-widget-shortcode\" data-id=\"58cc1c8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">\n<style>\n  .lci-footer {\n    --f-gold:      #B8973A;\n    --f-white:     #FFFFFF;\n    --f-ink:       #1C1B18;\n    --f-ink-mid:   #4A4840;\n    --f-ink-muted: #9A9690;\n    --f-red:       #B8121A;\n    --f-sans:      'Jost', sans-serif;\n    --f-kt-orange: #FF4500;\n    --f-kt-black:  #1C1B18;\n\n    background: var(--f-white);\n    border-top: 1px solid rgba(28, 27, 24, 0.08);\n    padding: 28px 0 0 0;\n    font-family: var(--f-sans);\n    color: var(--f-ink-mid);\n    margin-top: 80px;\n    box-sizing: border-box;\n    width: 100%;\n  }\n  .lci-footer *, .lci-footer *::before, .lci-footer *::after {\n    box-sizing: border-box;\n  }\n\n  \/* \u2500\u2500\u2500 LAYOUT FLEX : logo s\u00e9par\u00e9 du reste \u2500\u2500\u2500 *\/\n  .lci-footer__main {\n    display: flex;\n    align-items: center;\n    width: 100%;\n    gap: 0;\n  }\n\n  \/* \u2500\u2500\u2500 COL 1 : Logo COLL\u00c9 au bord gauche \u2500\u2500\u2500 *\/\n  .lci-footer__brand {\n    flex: 0 0 auto;\n    display: flex;\n    align-items: center;\n    margin: 0;\n    padding: 0;\n  }\n  .lci-footer__logo {\n    display: block;\n    margin: 0;\n    padding: 0;\n    line-height: 0;\n  }\n  .lci-footer__logo img {\n    height: 110px;\n    width: auto;\n    display: block;\n    object-fit: contain;\n    margin: 0;\n    padding: 0;\n  }\n\n  \/* \u2500\u2500\u2500 COLONNES DE DROITE \u2500\u2500\u2500 *\/\n  .lci-footer__columns {\n    flex: 1;\n    display: grid;\n    grid-template-columns: 1fr 1.2fr 1fr;\n    gap: 40px;\n    padding: 0 60px 0 60px;\n    align-items: center;\n  }\n\n  .lci-footer__title {\n    font-family: var(--f-sans);\n    font-size: 11px;\n    font-weight: 500;\n    letter-spacing: 0.22em;\n    text-transform: uppercase;\n    color: var(--f-ink);\n    margin-bottom: 12px;\n  }\n\n  .lci-footer__links {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n    display: flex;\n    flex-direction: column;\n    gap: 6px;\n  }\n  .lci-footer__links a {\n    font-size: 12px;\n    color: var(--f-ink-mid);\n    text-decoration: none;\n    letter-spacing: 0.04em;\n    transition: color 0.25s;\n  }\n  .lci-footer__links a:hover {\n    color: var(--f-red);\n  }\n\n  .lci-footer__contacts {\n    display: flex;\n    flex-direction: column;\n    gap: 6px;\n    font-size: 12px;\n    line-height: 1.55;\n  }\n  .lci-footer__contacts a {\n    color: var(--f-ink-mid);\n    text-decoration: none;\n    transition: color 0.25s;\n  }\n  .lci-footer__contacts a:hover {\n    color: var(--f-red);\n  }\n  .lci-footer__contacts .lci-label {\n    font-size: 9px;\n    letter-spacing: 0.18em;\n    text-transform: uppercase;\n    color: var(--f-ink-muted);\n    margin-top: 4px;\n  }\n\n  .lci-footer__col-right {\n    display: flex;\n    flex-direction: column;\n    gap: 14px;\n  }\n  .lci-footer__social {\n    display: flex;\n    gap: 10px;\n  }\n  .lci-footer__social a {\n    width: 32px;\n    height: 32px;\n    border: 1px solid rgba(28, 27, 24, 0.12);\n    border-radius: 50%;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    color: var(--f-ink-mid);\n    text-decoration: none;\n    transition: all 0.3s ease;\n  }\n  .lci-footer__social a:hover {\n    background: var(--f-red);\n    border-color: var(--f-red);\n    color: var(--f-white);\n    transform: translateY(-2px);\n  }\n  .lci-footer__social svg {\n    width: 13px;\n    height: 13px;\n    fill: currentColor;\n  }\n  .lci-footer__badges {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    flex-wrap: wrap;\n  }\n  .lci-footer__badges img {\n    height: 36px;\n    width: auto;\n    opacity: 0.9;\n    transition: opacity 0.3s ease;\n  }\n  .lci-footer__badges img:hover {\n    opacity: 1;\n  }\n  .lci-footer__iata {\n    font-size: 10px;\n    letter-spacing: 0.1em;\n    color: var(--f-ink-muted);\n    margin-top: 4px;\n  }\n\n  \/* \u2500\u2500\u2500 BAS DU FOOTER \u2500\u2500\u2500 *\/\n  .lci-footer__bottom {\n    margin-top: 24px;\n    padding: 14px 60px 12px;\n    border-top: 1px solid rgba(28, 27, 24, 0.06);\n    text-align: center;\n    display: flex;\n    flex-direction: column;\n    gap: 4px;\n    align-items: center;\n  }\n  .lci-footer__copy {\n    font-size: 11px;\n    color: var(--f-ink-muted);\n    letter-spacing: 0.08em;\n  }\n  .lci-footer__credit {\n    font-size: 10px;\n    letter-spacing: 0.18em;\n    text-transform: uppercase;\n    color: var(--f-ink-muted);\n  }\n\n  \/* \u2500\u2500\u2500 LIEN KILLERTECH : Killer orange + Tech noir \u2500\u2500\u2500 *\/\n  \/* Technique : 2 spans s\u00e9par\u00e9s au lieu d'un d\u00e9grad\u00e9 *\/\n  .lci-footer__credit a {\n    text-decoration: none;\n    font-weight: 700;\n    letter-spacing: 0.22em;\n    transition: letter-spacing 0.4s ease;\n    display: inline-block;\n  }\n  .lci-footer__credit a .kt-killer {\n    color: var(--f-kt-orange);\n    transition: color 0.4s ease;\n  }\n  .lci-footer__credit a .kt-tech {\n    color: var(--f-kt-black);\n    transition: color 0.4s ease;\n  }\n  .lci-footer__credit a:hover {\n    letter-spacing: 0.3em;\n  }\n  .lci-footer__credit a:hover .kt-killer {\n    color: #FF6600;\n  }\n  .lci-footer__credit a:hover .kt-tech {\n    color: var(--f-kt-orange);\n  }\n\n  \/* \u2500\u2500\u2500 RESPONSIVE \u2500\u2500\u2500 *\/\n  @media (max-width: 900px) {\n    .lci-footer {\n      padding: 24px 0 0 0;\n      margin-top: 50px;\n    }\n    .lci-footer__main {\n      flex-direction: column;\n      align-items: stretch;\n      gap: 24px;\n    }\n    .lci-footer__brand {\n      padding-left: 20px;\n    }\n    .lci-footer__columns {\n      grid-template-columns: 1fr 1fr;\n      gap: 24px;\n      padding: 0 20px;\n      align-items: start;\n    }\n    .lci-footer__bottom {\n      padding: 14px 20px 12px;\n    }\n    .lci-footer__logo img {\n      height: 80px;\n    }\n  }\n  @media (max-width: 560px) {\n    .lci-footer__columns {\n      grid-template-columns: 1fr;\n      gap: 20px;\n    }\n  }\n<\/style>\n\n<footer class=\"lci-footer\">\n\n  <div class=\"lci-footer__main\">\n\n    <!-- \u2500\u2500\u2500 COL 1 : Logo coll\u00e9 bord gauche \u2500\u2500\u2500 -->\n    <div class=\"lci-footer__brand\">\n      <a href=\"https:\/\/lcimtc.com\/zh-hans\/\" class=\"lci-footer__logo\">\n        <img decoding=\"async\" src=\"https:\/\/lcimtc.com\/wp-content\/uploads\/2026\/04\/logo-nouveau.png\"\n             alt=\"LCI-MTC Group\" \/>\n      <\/a>\n    <\/div>\n\n    <!-- \u2500\u2500\u2500 COLONNES DE DROITE \u2500\u2500\u2500 -->\n    <div class=\"lci-footer__columns\">\n\n      <!-- COL 2 : Liens -->\n      <div>\n        <div class=\"lci-footer__title\">\u5173\u4e8e<\/div>\n        <ul class=\"lci-footer__links\">\n                      <li>\n              <a href=\"https:\/\/lcimtc.com\/zh-hans\/about-us\/\">\u5173\u4e8e\u6211\u4eec<\/a>\n            <\/li>\n                      <li>\n              <a href=\"https:\/\/lcimtc.com\/zh-hans\/blog\/\">\u535a\u5ba2<\/a>\n            <\/li>\n                      <li>\n              <a href=\"https:\/\/lcimtc.com\/zh-hans\/destinations\/\">\u76ee\u7684\u5730<\/a>\n            <\/li>\n                      <li>\n              <a href=\"https:\/\/lcimtc.com\/zh-hans\/services\/\">\u670d\u52a1<\/a>\n            <\/li>\n                      <li>\n              <a href=\"https:\/\/lcimtc.com\/zh-hans\/contact-us\/\">\u8054\u7cfb\u6211\u4eec<\/a>\n            <\/li>\n                  <\/ul>\n      <\/div>\n\n      <!-- COL 3 : Contacts -->\n      <div>\n        <div class=\"lci-footer__title\">\u8054\u7cfb\u65b9\u5f0f<\/div>\n        <div class=\"lci-footer__contacts\">\n          <div class=\"lci-label\">\u7535\u5b50\u90ae\u4ef6<\/div>\n          <a href=\"mailto:info@lci-mtc.com\">info@lci-mtc.com<\/a>\n\n          <div class=\"lci-label\">\u5730\u5740<\/div>\n          <span>20, Route de Beaumont<br \/>Fribourg, Switzerland<\/span>\n        <\/div>\n      <\/div>\n\n      <!-- COL 4 : Social + Badges -->\n      <div class=\"lci-footer__col-right\">\n        <div>\n          <div class=\"lci-footer__title\">\u5173\u6ce8\u6211\u4eec<\/div>\n          <div class=\"lci-footer__social\">\n            <a href=\"https:\/\/www.linkedin.com\/company\/lcimtcgroup\" target=\"_blank\" rel=\"noopener\" aria-label=\"LinkedIn\">\n              <svg viewBox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                <path d=\"M19 0h-14c-2.761 0-5 2.239-5 5v14c0 2.761 2.239 5 5 5h14c2.762 0 5-2.239 5-5v-14c0-2.761-2.238-5-5-5zm-11 19h-3v-11h3v11zm-1.5-12.268c-.966 0-1.75-.79-1.75-1.764s.784-1.764 1.75-1.764 1.75.79 1.75 1.764-.783 1.764-1.75 1.764zm13.5 12.268h-3v-5.604c0-3.368-4-3.113-4 0v5.604h-3v-11h3v1.765c1.396-2.586 7-2.777 7 2.476v6.759z\"\/>\n              <\/svg>\n            <\/a>\n            <a href=\"https:\/\/www.instagram.com\/lcimtcgroup_latam\/\" target=\"_blank\" rel=\"noopener\" aria-label=\"Instagram\">\n              <svg viewBox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                <path d=\"M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zm0-2.163c-3.259 0-3.667.014-4.947.072-4.358.2-6.78 2.618-6.98 6.98-.059 1.281-.073 1.689-.073 4.948 0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98 1.281.058 1.689.072 4.948.072 3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98-1.281-.059-1.69-.073-4.949-.073zm0 5.838c-3.403 0-6.162 2.759-6.162 6.162s2.759 6.163 6.162 6.163 6.162-2.759 6.162-6.163c0-3.403-2.759-6.162-6.162-6.162zm0 10.162c-2.209 0-4-1.79-4-4 0-2.209 1.791-4 4-4s4 1.791 4 4c0 2.21-1.791 4-4 4zm6.406-11.845c-.796 0-1.441.645-1.441 1.44s.645 1.44 1.441 1.44c.795 0 1.439-.645 1.439-1.44s-.644-1.44-1.439-1.44z\"\/>\n              <\/svg>\n            <\/a>\n            <a href=\"https:\/\/www.facebook.com\/LCItravelsolutions\" target=\"_blank\" rel=\"noopener\" aria-label=\"Facebook\">\n              <svg viewBox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                <path d=\"M9 8h-3v4h3v12h5v-12h3.642l.358-4h-4v-1.667c0-.955.192-1.333 1.115-1.333h2.885v-5h-3.808c-3.596 0-5.192 1.583-5.192 4.615v3.385z\"\/>\n              <\/svg>\n            <\/a>\n          <\/div>\n        <\/div>\n\n        <div>\n          <div class=\"lci-footer__title\">\u4f1a\u5458<\/div>\n          <div class=\"lci-footer__badges\">\n            <img decoding=\"async\" src=\"https:\/\/lcimtc.com\/wp-content\/uploads\/2026\/05\/Untitled-design-2.png\"\n                 alt=\"U.S. Travel Association\" \/>\n            <img decoding=\"async\" src=\"https:\/\/lcimtc.com\/wp-content\/uploads\/2026\/05\/Untitled-design-1.png\"\n                 alt=\"IATA\" \/>\n          <\/div>\n          <div class=\"lci-footer__iata\">IATA : 96154752<\/div>\n        <\/div>\n      <\/div>\n\n    <\/div>\n\n  <\/div>\n\n  <!-- \u2500\u2500\u2500 BAS DU FOOTER : Copyright + KillerTech -->\n  <div class=\"lci-footer__bottom\">\n    <div class=\"lci-footer__copy\">\u00a9 2026 LCI-MTC Group SA<\/div>\n    <div class=\"lci-footer__credit\">\n      \u7f51\u7ad9\u5f00\u53d1\uff1a      <a href=\"https:\/\/www.killertechweb.com\" target=\"_blank\" rel=\"noopener noreferrer\"><span class=\"kt-killer\">Killer<\/span><span class=\"kt-tech\">Tech<\/span><\/a>\n    <\/div>\n  <\/div>\n\n<\/footer>\n<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1d9d16b e-flex e-con-boxed e-con e-parent\" data-id=\"1d9d16b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\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":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"footnotes":""},"class_list":["post-2646","page","type-page","status-publish","hentry","entry"],"_hostinger_reach_plugin_has_subscription_block":false,"_hostinger_reach_plugin_is_elementor":false,"_links":{"self":[{"href":"https:\/\/lcimtc.com\/zh-hans\/wp-json\/wp\/v2\/pages\/2646","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lcimtc.com\/zh-hans\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/lcimtc.com\/zh-hans\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/lcimtc.com\/zh-hans\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/lcimtc.com\/zh-hans\/wp-json\/wp\/v2\/comments?post=2646"}],"version-history":[{"count":7,"href":"https:\/\/lcimtc.com\/zh-hans\/wp-json\/wp\/v2\/pages\/2646\/revisions"}],"predecessor-version":[{"id":6692,"href":"https:\/\/lcimtc.com\/zh-hans\/wp-json\/wp\/v2\/pages\/2646\/revisions\/6692"}],"wp:attachment":[{"href":"https:\/\/lcimtc.com\/zh-hans\/wp-json\/wp\/v2\/media?parent=2646"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}