{"id":57017,"date":"2026-05-13T10:03:58","date_gmt":"2026-05-13T10:03:58","guid":{"rendered":"https:\/\/www.cagi.ch\/?page_id=57017"},"modified":"2026-06-14T13:12:25","modified_gmt":"2026-06-14T13:12:25","slug":"test-chatbot","status":"publish","type":"page","link":"https:\/\/www.cagi.ch\/fr\/test-chatbot\/","title":{"rendered":"Test-chatbot"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"57017\" class=\"elementor elementor-57017\" data-elementor-settings=\"{&quot;ha_cmc_init_switcher&quot;:&quot;no&quot;}\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-b1efa1d elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"b1efa1d\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-ffe199a\" data-id=\"ffe199a\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-c3c7b57 elementor-widget elementor-widget-html\" data-id=\"c3c7b57\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!-- \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\r\n     CAGI Assistant Widget\r\n     Coller dans un bloc \"Custom HTML\" WordPress (dans <body>).\r\n     CSS scop\u00e9 \u00e0 #cagi-widget \u2014 aucun impact sur le site parent.\r\n     Le bouton FAB est en position:fixed \u2192 il reste visible au scroll.\r\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 -->\r\n<meta charset=\"UTF-8\">\r\n\r\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\r\n<link rel=\"stylesheet\" href=\"https:\/\/fonts.googleapis.com\/css2?family=DM+Sans:wght@300;400;500;600&display=swap\">\r\n\r\n<style>\r\n\/* Variables sur :root pour qu'elles restent accessibles apr\u00e8s d\u00e9placement vers <body> *\/\r\n:root {\r\n  --cw-blue:   #004a93;\r\n  --cw-blue-h: #00366b;\r\n  --cw-dark:   #1a1a2e;\r\n}\r\n#cagi-widget {\r\n  font-family: 'DM Sans', sans-serif;\r\n}\r\n#cagi-widget *, #cagi-widget *::before, #cagi-widget *::after {\r\n  box-sizing: border-box; margin: 0; padding: 0;\r\n}\r\n\/* Reset appliqu\u00e9 aux \u00e9l\u00e9ments d\u00e9plac\u00e9s sous <body> par JS *\/\r\n#cagi-fab, #cw-panel, #cw-session-box, #cw-lang-selector {\r\n  font-family: 'DM Sans', sans-serif;\r\n}\r\n#cagi-fab *, #cagi-fab *::before, #cagi-fab *::after,\r\n#cw-panel *, #cw-panel *::before, #cw-panel *::after,\r\n#cw-session-box *, #cw-session-box *::before, #cw-session-box *::after,\r\n#cw-lang-selector *, #cw-lang-selector *::before, #cw-lang-selector *::after {\r\n  box-sizing: border-box; margin: 0; padding: 0;\r\n}\r\n\r\n\/* \u2500\u2500 FAB \u2014 position:fixed \u2192 reste visible en scrollant \u2500\u2500 *\/\r\n#cagi-fab {\r\n  position: fixed; bottom: 28px; right: 28px; z-index: 9000;\r\n  width: 64px; height: 64px; border-radius: 50%;\r\n  background: var(--cw-blue); border: none; cursor: pointer;\r\n  display: flex; align-items: center; justify-content: center;\r\n  box-shadow: 0 8px 32px rgba(0,74,147,.45), 0 2px 8px rgba(0,0,0,.3);\r\n  transition: transform .25s cubic-bezier(.34,1.56,.64,1), box-shadow .25s;\r\n  overflow: hidden;\r\n}\r\n#cagi-fab:hover { transform: scale(1.08); box-shadow: 0 12px 40px rgba(0,74,147,.55); }\r\n#cagi-fab .fab-logo {\r\n  width: 44px; height: 44px; border-radius: 6px; object-fit: cover;\r\n  transition: opacity .3s, transform .3s;\r\n}\r\n#cagi-fab .cw-x {\r\n  position: absolute; opacity: 0;\r\n  transform: rotate(-90deg) scale(.5);\r\n  transition: opacity .3s, transform .3s;\r\n}\r\n#cagi-fab.open .fab-logo { opacity: 0; transform: rotate(90deg) scale(.5); }\r\n#cagi-fab.open .cw-x    { opacity: 1; transform: rotate(0deg) scale(1); }\r\n#cagi-fab::before {\r\n  content: ''; position: absolute; inset: -4px; border-radius: 50%;\r\n  border: 2px solid var(--cw-blue); opacity: 0; transition: opacity .3s;\r\n}\r\n#cagi-fab.open::before { opacity: .35; animation: cw-pulse 1.8s ease-out infinite; }\r\n@keyframes cw-pulse {\r\n  0%   { transform: scale(1);   opacity: .35; }\r\n  70%  { transform: scale(1.3); opacity: 0; }\r\n  100% { transform: scale(1.3); opacity: 0; }\r\n}\r\n\r\n\/* \u2500\u2500 Choice panel \u2500\u2500 *\/\r\n#cw-panel {\r\n  position: fixed; bottom: 104px; right: 28px; z-index: 8999;\r\n  display: flex; flex-direction: column; gap: 12px;\r\n  opacity: 0; pointer-events: none;\r\n  transform: translateY(16px) scale(.95); transform-origin: bottom right;\r\n  transition: opacity .28s, transform .28s cubic-bezier(.34,1.56,.64,1);\r\n}\r\n#cw-panel.show { opacity: 1; pointer-events: all; transform: translateY(0) scale(1); }\r\n\r\n.cw-card {\r\n  display: flex; align-items: center; gap: 14px;\r\n  background: #fff; border-radius: 16px; padding: 14px 20px 14px 16px;\r\n  cursor: pointer; border: 1.5px solid #eee; min-width: 220px;\r\n  box-shadow: 0 4px 24px rgba(0,0,0,.10); user-select: none;\r\n  transition: transform .2s cubic-bezier(.34,1.56,.64,1), border-color .2s, box-shadow .2s;\r\n}\r\n.cw-card:hover {\r\n  transform: translateX(-4px) scale(1.02);\r\n  border-color: var(--cw-blue);\r\n  box-shadow: 0 8px 32px rgba(0,0,0,.13);\r\n}\r\n\/* Vignette ic\u00f4ne avec logo maison CAGI *\/\r\n.cw-icon {\r\n  width: 48px; height: 48px; border-radius: 12px;\r\n  display: flex; align-items: center; justify-content: center;\r\n  flex-shrink: 0; overflow: hidden; position: relative;\r\n}\r\n.cw-icon.v { background: linear-gradient(135deg,#004a93,#006bb0); }\r\n.cw-icon.t { background: linear-gradient(135deg,#1a1a2e,#2d3561); }\r\n.cagi-logo-sm {\r\n  width: 32px; height: 32px; display: block;\r\n}\r\n\/* Badge mode (micro \/ bulle) en coin bas-droit de la vignette *\/\r\n.cw-icon-badge {\r\n  position: absolute; bottom: 3px; right: 3px;\r\n  width: 14px; height: 14px;\r\n  background: rgba(255,255,255,0.9); border-radius: 50%;\r\n  display: flex; align-items: center; justify-content: center;\r\n}\r\n.cw-icon-badge svg { display: block; }\r\n\r\n.cw-label { font-weight: 500; font-size: 14px; color: #111; }\r\n.cw-sub   { font-size: 11.5px; color: #888; margin-top: 2px; }\r\n\r\n\/* \u2500\u2500 Session box \u2500\u2500 *\/\r\n#cw-session-box {\r\n  position: fixed; bottom: 104px; right: 28px; z-index: 9100;\r\n  width: 300px; background: #fff; border-radius: 20px;\r\n  box-shadow: 0 8px 40px rgba(0,0,0,.15), 0 2px 8px rgba(0,0,0,.08);\r\n  overflow: hidden; display: none; flex-direction: column;\r\n  border: 1.5px solid #eee;\r\n}\r\n#cw-session-box.show { display: flex; animation: cw-slideUp .3s cubic-bezier(.34,1.56,.64,1); }\r\n@keyframes cw-slideUp { from { opacity:0; transform:translateY(16px); } to { opacity:1; transform:translateY(0); } }\r\n#cw-session-box.expanded {\r\n  width: min(820px, 92vw); height: min(680px, 88vh);\r\n  bottom: 50%; right: 50%; transform: translate(50%, 50%);\r\n  border-radius: 24px;\r\n  box-shadow: 0 24px 80px rgba(0,0,0,.22), 0 4px 16px rgba(0,0,0,.12);\r\n}\r\n#cw-session-box.expanded #cw-transcript { max-height: none; flex: 1; }\r\n#cw-session-box.expanded #cw-voice-area { flex: 1; min-height: unset; }\r\n\r\n.cw-sbox-header {\r\n  display: flex; align-items: center; gap: 12px;\r\n  padding: 16px 18px; border-bottom: 1px solid #f0f0f0; background: #fafafa;\r\n}\r\n.cw-sbox-avatar {\r\n  width: 36px; height: 36px; border-radius: 10px; overflow: hidden; flex-shrink: 0;\r\n  background: #fff; display: flex; align-items: center; justify-content: center;\r\n  padding: 3px; border: 1px solid #e8e8e8;\r\n}\r\n.cw-sbox-avatar img, .cagi-logo { width: 100%; height: 100%; object-fit: contain; border-radius: 6px; display: block; }\r\n.cagi-logo-svg { display: block; }\r\n.cw-sbox-info { flex: 1; }\r\n.cw-sbox-name   { font-weight: 500; font-size: 13px; color: #111; }\r\n.cw-sbox-status { font-size: 11px; color: #888; margin-top: 1px; display: flex; align-items: center; gap: 5px; }\r\n.cw-status-dot  { width: 7px; height: 7px; border-radius: 50%; background: #22c55e; animation: cw-blink 1.4s infinite; flex-shrink: 0; }\r\n.cw-status-dot.red    { background: #ef4444; animation: none; }\r\n.cw-status-dot.orange { background: #f97316; animation: none; }\r\n@keyframes cw-blink { 0%,100% { opacity:1; } 50% { opacity:.2; } }\r\n.cw-sbox-btn {\r\n  width: 28px; height: 28px; border-radius: 50%; border: 1.5px solid #eee;\r\n  background: #fff; cursor: pointer; display: flex; align-items: center; justify-content: center;\r\n  transition: background .2s; flex-shrink: 0;\r\n}\r\n.cw-sbox-btn:hover       { background: #e8f0fb; }\r\n.cw-sbox-btn.close:hover { background: #ffeaed; }\r\n\r\n\/* Voice area *\/\r\n#cw-voice-area {\r\n  display: none; flex-direction: column;\r\n  align-items: center; justify-content: center; padding: 32px 20px 28px;\r\n  min-height: 180px;\r\n}\r\n#cw-voice-area.show { display: flex; }\r\n#cw-orb {\r\n  width: 80px; height: 80px; border-radius: 50%;\r\n  background: radial-gradient(circle at 35% 35%, #006bb0, #004a93);\r\n  box-shadow: 0 4px 20px rgba(0,74,147,.35);\r\n  margin-bottom: 16px; transition: transform .15s;\r\n}\r\n#cw-orb.listening { animation: cw-orbPulse 1.2s infinite; }\r\n#cw-orb.speaking  { animation: cw-orbSpeak .5s infinite alternate; }\r\n@keyframes cw-orbPulse { 0% { box-shadow:0 0 0 0 rgba(0,74,147,.4); } 70% { box-shadow:0 0 0 20px rgba(0,74,147,0); } 100% { box-shadow:0 0 0 0 rgba(0,74,147,0); } }\r\n@keyframes cw-orbSpeak  { from { transform:scale(1); } to { transform:scale(1.14); } }\r\n#cw-voice-label { font-size: 13px; color: #666; text-align: center; line-height: 1.4; }\r\n\r\n\/* Transcript *\/\r\n#cw-transcript {\r\n  flex: 1; padding: 20px 24px; max-height: 300px; overflow-y: auto;\r\n  display: none; flex-direction: column; gap: 16px;\r\n}\r\n#cw-transcript.show { display: flex; }\r\n.cw-msg { max-width: 85%; padding: 12px 16px; border-radius: 16px; font-size: 14px; line-height: 1.5; word-break: break-word; }\r\n.cw-msg a { text-decoration: underline; font-weight: 500; }\r\n.cw-msg.agent  { background: #f3f4f6; color: #111; align-self: flex-start; border-bottom-left-radius: 4px; }\r\n.cw-msg.agent a { color: var(--cw-blue); }\r\n.cw-msg.user   { background: var(--cw-blue); color: #fff; align-self: flex-end; border-bottom-right-radius: 4px; }\r\n.cw-msg.user a { color: #fff; }\r\n.cw-msg.system { background: #fffbe6; color: #888; align-self: center; font-size: 12px; border-radius: 8px; padding: 6px 10px; text-align: center; }\r\n.cw-typing span { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: #aaa; margin: 0 2px; animation: cw-bounce .9s infinite; }\r\n.cw-typing span:nth-child(2) { animation-delay: .15s; }\r\n.cw-typing span:nth-child(3) { animation-delay: .30s; }\r\n@keyframes cw-bounce { 0%,60%,100% { transform:translateY(0); } 30% { transform:translateY(-6px); } }\r\n.cw-voice-chat #cw-voice-area { min-height: 130px; padding: 14px 16px 10px; }\r\n.cw-voice-chat #cw-transcript { max-height: 160px; border-top: 1px solid #f0f0f0; }\r\n\r\n\/* Text input *\/\r\n#cw-text-input-area {\r\n  display: none; gap: 12px; padding: 16px 24px;\r\n  border-top: 1px solid #f0f0f0; background: #fafafa; align-items: flex-end;\r\n}\r\n#cw-text-input-area.show { display: flex; }\r\n#cw-text-input {\r\n  flex: 1; border: 1.5px solid #e5e5e5; border-radius: 14px;\r\n  padding: 12px 16px; font-size: 14px; font-family: 'DM Sans', sans-serif; outline: none;\r\n  transition: border-color .2s; resize: none; max-height: 100px; min-height: 44px; line-height: 1.5;\r\n  background: #fff; color: #111;\r\n}\r\n#cw-text-input:focus { border-color: var(--cw-blue); }\r\n#cw-send-btn {\r\n  width: 44px; height: 44px; min-width: 44px; border-radius: 14px; border: none;\r\n  background: var(--cw-blue); cursor: pointer; display: flex; align-items: center; justify-content: center;\r\n  transition: background .2s, transform .15s;\r\n}\r\n#cw-send-btn:hover    { background: var(--cw-blue-h); transform: scale(1.05); }\r\n#cw-send-btn:disabled { background: #ddd; cursor: default; transform: none; }\r\n\r\n\/* \u2500\u2500 S\u00e9lecteur de langue \u2500\u2500 *\/\r\n#cw-lang-selector {\r\n  position: fixed; bottom: 104px; right: 28px; z-index: 8998;\r\n  display: flex; flex-direction: column; align-items: flex-end; gap: 8px;\r\n}\r\n#cw-lang-trigger {\r\n  display: flex; align-items: center; gap: 7px;\r\n  background: #fff;\r\n  border: 1.5px solid rgba(0,74,147,0.18); border-radius: 50px;\r\n  padding: 6px 12px 6px 8px; cursor: pointer;\r\n  box-shadow: 0 2px 12px rgba(0,74,147,0.12), 0 1px 4px rgba(0,0,0,0.08);\r\n  transition: all 0.22s cubic-bezier(.34,1.56,.64,1);\r\n  font-family: 'DM Sans', sans-serif; user-select: none;\r\n}\r\n#cw-lang-trigger:hover {\r\n  background: #f0f5fc; border-color: rgba(0,74,147,0.35);\r\n  box-shadow: 0 4px 20px rgba(0,74,147,0.2), 0 1px 4px rgba(0,0,0,0.1);\r\n  transform: translateY(-1px);\r\n}\r\n#cw-lang-trigger .cw-flag-img { display: block; border-radius: 2px; object-fit: cover; }\r\n#cw-lang-trigger .cw-lang-label {\r\n  font-size: 12px; font-weight: 600; color: #004a93; letter-spacing: 0.5px;\r\n}\r\n#cw-lang-trigger .cw-lang-caret {\r\n  width: 14px; height: 14px; display: flex; align-items: center; justify-content: center;\r\n  transition: transform 0.22s ease;\r\n}\r\n#cw-lang-trigger.open .cw-lang-caret { transform: rotate(180deg); }\r\n\r\n#cw-lang-dropdown {\r\n  display: flex; flex-direction: column; gap: 4px;\r\n  background: #fff;\r\n  border: 1.5px solid rgba(0,74,147,0.12); border-radius: 16px; padding: 8px;\r\n  box-shadow: 0 8px 32px rgba(0,74,147,0.14), 0 2px 8px rgba(0,0,0,0.08);\r\n  opacity: 0; pointer-events: none;\r\n  transform: translateY(8px) scale(0.96); transform-origin: bottom right;\r\n  transition: opacity 0.22s, transform 0.22s cubic-bezier(.34,1.56,.64,1);\r\n  min-width: 170px;\r\n}\r\n#cw-lang-dropdown.open { opacity: 1; pointer-events: all; transform: translateY(0) scale(1); }\r\n\r\n.cw-lang-option {\r\n  display: flex; align-items: center; gap: 10px;\r\n  padding: 8px 12px; border-radius: 10px; cursor: pointer;\r\n  transition: background 0.15s; font-family: 'DM Sans', sans-serif;\r\n}\r\n.cw-lang-option:hover  { background: rgba(0,74,147,0.07); }\r\n.cw-lang-option.active { background: rgba(0,74,147,0.10); }\r\n.cw-lo-flag { display: block; border-radius: 2px; flex-shrink: 0; }\r\n.cw-lo-info { display: flex; flex-direction: column; }\r\n.cw-lo-name   { font-size: 13px; font-weight: 600; color: #111; }\r\n.cw-lo-native { font-size: 11px; color: #888; margin-top: 1px; }\r\n.cw-lo-check  { margin-left: auto; width: 16px; height: 16px; opacity: 0; transition: opacity 0.15s; flex-shrink: 0; }\r\n.cw-lang-option.active .cw-lo-check { opacity: 1; }\r\n\r\n\/* \u2500\u2500 Interactions tactiles \u2500\u2500 *\/\r\n#cagi-fab, .cw-card, .cw-sbox-btn, #cw-send-btn, #cw-lang-trigger, .cw-lang-option {\r\n  touch-action: manipulation;\r\n  -webkit-tap-highlight-color: transparent;\r\n}\r\n\r\n\/* \u2500\u2500 Mobile : petit \u00e9cran \u2500\u2500 *\/\r\n@media (max-width: 540px) {\r\n  #cagi-fab      { bottom: 20px !important; right: 16px !important; }\r\n  #cw-panel      { right: 16px !important; bottom: 96px !important; }\r\n  #cw-lang-selector { right: 16px !important; bottom: 96px !important; }\r\n  #cw-session-box {\r\n    width: calc(100vw - 32px) !important;\r\n    right: 16px !important;\r\n    bottom: 92px !important;\r\n  }\r\n  #cw-session-box.expanded {\r\n    width: 100vw !important; height: 100dvh !important;\r\n    right: 0 !important; bottom: 0 !important;\r\n    border-radius: 0 !important;\r\n    transform: none !important;\r\n  }\r\n  .cw-card { min-width: 0; }\r\n}\r\n\r\n\/* \u2500\u2500 iOS : emp\u00eacher le zoom automatique sur l'input \u2500\u2500 *\/\r\n@media (hover: none) and (pointer: coarse) {\r\n  #cw-text-input { font-size: 16px; }\r\n}\r\n\r\n\/* \u2500\u2500 Barre de navigation iOS (safe area) \u2500\u2500 *\/\r\n#cagi-fab {\r\n  bottom: calc(28px + env(safe-area-inset-bottom, 0px));\r\n}\r\n#cw-panel, #cw-lang-selector {\r\n  bottom: calc(104px + env(safe-area-inset-bottom, 0px));\r\n}\r\n#cw-session-box {\r\n  bottom: calc(104px + env(safe-area-inset-bottom, 0px));\r\n}\r\n<\/style>\r\n\r\n<div id=\"cagi-widget\">\r\n\r\n<!-- SVG symbol for CAGI logo \u2014 defined once, reused via <use> -->\r\n<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"display:none\">\r\n\r\n  <!-- White version: CAGI text + building outline in white (for blue\/dark backgrounds) -->\r\n  <symbol id=\"cagi-icon-white\" viewBox=\"0 0 100 100\">\r\n    <text x=\"50\" y=\"20\" text-anchor=\"middle\" font-family=\"Arial Black,Arial,sans-serif\"\r\n          font-weight=\"900\" font-size=\"19\" fill=\"white\" letter-spacing=\"1.5\">CAGI<\/text>\r\n    <!-- Pediment -->\r\n    <polyline points=\"7,39 50,25 93,39\" fill=\"none\" stroke=\"white\" stroke-width=\"2\" stroke-linejoin=\"round\"\/>\r\n    <!-- Cornice -->\r\n    <line x1=\"5\" y1=\"39\" x2=\"95\" y2=\"39\" stroke=\"white\" stroke-width=\"1.5\"\/>\r\n    <!-- Outer walls -->\r\n    <rect x=\"7\" y=\"39\" width=\"86\" height=\"55\" fill=\"none\" stroke=\"white\" stroke-width=\"1.5\"\/>\r\n    <!-- Mid floor line -->\r\n    <line x1=\"7\" y1=\"61\" x2=\"93\" y2=\"61\" stroke=\"white\" stroke-width=\"1\"\/>\r\n    <!-- Upper windows (6 total) -->\r\n    <rect x=\"11\" y=\"43\" width=\"10\" height=\"13\" fill=\"none\" stroke=\"white\" stroke-width=\"1.2\"\/>\r\n    <rect x=\"24\" y=\"43\" width=\"10\" height=\"13\" fill=\"none\" stroke=\"white\" stroke-width=\"1.2\"\/>\r\n    <rect x=\"37\" y=\"43\" width=\"10\" height=\"13\" fill=\"none\" stroke=\"white\" stroke-width=\"1.2\"\/>\r\n    <rect x=\"53\" y=\"43\" width=\"10\" height=\"13\" fill=\"none\" stroke=\"white\" stroke-width=\"1.2\"\/>\r\n    <rect x=\"66\" y=\"43\" width=\"10\" height=\"13\" fill=\"none\" stroke=\"white\" stroke-width=\"1.2\"\/>\r\n    <rect x=\"79\" y=\"43\" width=\"10\" height=\"13\" fill=\"none\" stroke=\"white\" stroke-width=\"1.2\"\/>\r\n    <!-- Ground floor: left 2 arched windows -->\r\n    <path d=\"M11,94 V74 Q16,66 21,74 V94\" fill=\"none\" stroke=\"white\" stroke-width=\"1.2\"\/>\r\n    <path d=\"M26,94 V74 Q31,66 36,74 V94\" fill=\"none\" stroke=\"white\" stroke-width=\"1.2\"\/>\r\n    <!-- Central arched door -->\r\n    <path d=\"M42,94 V72 Q50,63 58,72 V94\" fill=\"none\" stroke=\"white\" stroke-width=\"1.5\"\/>\r\n    <!-- Ground floor: right 2 arched windows -->\r\n    <path d=\"M64,94 V74 Q69,66 74,74 V94\" fill=\"none\" stroke=\"white\" stroke-width=\"1.2\"\/>\r\n    <path d=\"M79,94 V74 Q84,66 89,74 V94\" fill=\"none\" stroke=\"white\" stroke-width=\"1.2\"\/>\r\n  <\/symbol>\r\n\r\n  <!-- Blue version: full logo with blue background (for white\/light backgrounds) -->\r\n  <symbol id=\"cagi-icon-blue\" viewBox=\"0 0 100 100\">\r\n    <rect width=\"100\" height=\"100\" rx=\"10\" fill=\"#004a93\"\/>\r\n    <text x=\"50\" y=\"20\" text-anchor=\"middle\" font-family=\"Arial Black,Arial,sans-serif\"\r\n          font-weight=\"900\" font-size=\"19\" fill=\"white\" letter-spacing=\"1.5\">CAGI<\/text>\r\n    <polyline points=\"7,39 50,25 93,39\" fill=\"none\" stroke=\"white\" stroke-width=\"2\" stroke-linejoin=\"round\"\/>\r\n    <line x1=\"5\" y1=\"39\" x2=\"95\" y2=\"39\" stroke=\"white\" stroke-width=\"1.5\"\/>\r\n    <rect x=\"7\" y=\"39\" width=\"86\" height=\"55\" fill=\"none\" stroke=\"white\" stroke-width=\"1.5\"\/>\r\n    <line x1=\"7\" y1=\"61\" x2=\"93\" y2=\"61\" stroke=\"white\" stroke-width=\"1\"\/>\r\n    <rect x=\"11\" y=\"43\" width=\"10\" height=\"13\" fill=\"none\" stroke=\"white\" stroke-width=\"1.2\"\/>\r\n    <rect x=\"24\" y=\"43\" width=\"10\" height=\"13\" fill=\"none\" stroke=\"white\" stroke-width=\"1.2\"\/>\r\n    <rect x=\"37\" y=\"43\" width=\"10\" height=\"13\" fill=\"none\" stroke=\"white\" stroke-width=\"1.2\"\/>\r\n    <rect x=\"53\" y=\"43\" width=\"10\" height=\"13\" fill=\"none\" stroke=\"white\" stroke-width=\"1.2\"\/>\r\n    <rect x=\"66\" y=\"43\" width=\"10\" height=\"13\" fill=\"none\" stroke=\"white\" stroke-width=\"1.2\"\/>\r\n    <rect x=\"79\" y=\"43\" width=\"10\" height=\"13\" fill=\"none\" stroke=\"white\" stroke-width=\"1.2\"\/>\r\n    <path d=\"M11,94 V74 Q16,66 21,74 V94\" fill=\"none\" stroke=\"white\" stroke-width=\"1.2\"\/>\r\n    <path d=\"M26,94 V74 Q31,66 36,74 V94\" fill=\"none\" stroke=\"white\" stroke-width=\"1.2\"\/>\r\n    <path d=\"M42,94 V72 Q50,63 58,72 V94\" fill=\"none\" stroke=\"white\" stroke-width=\"1.5\"\/>\r\n    <path d=\"M64,94 V74 Q69,66 74,74 V94\" fill=\"none\" stroke=\"white\" stroke-width=\"1.2\"\/>\r\n    <path d=\"M79,94 V74 Q84,66 89,74 V94\" fill=\"none\" stroke=\"white\" stroke-width=\"1.2\"\/>\r\n  <\/symbol>\r\n\r\n<\/svg>\r\n\r\n<!-- S\u00e9lecteur de langue -->\r\n<div id=\"cw-lang-selector\">\r\n  <div id=\"cw-lang-dropdown\">\r\n\r\n    <div class=\"cw-lang-option active\" data-lang=\"fr\" data-flagcode=\"fr\" data-name=\"Fran\u00e7ais\" data-native=\"French\">\r\n      <img decoding=\"async\" class=\"cw-lo-flag\" src=\"https:\/\/flagcdn.com\/24x18\/fr.png\" alt=\"FR\" width=\"24\" height=\"18\">\r\n      <div class=\"cw-lo-info\"><span class=\"cw-lo-name\">Fran\u00e7ais<\/span><span class=\"cw-lo-native\">French<\/span><\/div>\r\n      <svg class=\"cw-lo-check\" viewBox=\"0 0 16 16\" fill=\"none\"><path d=\"M3 8l3.5 3.5L13 5\" stroke=\"#004a93\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\r\n    <\/div>\r\n\r\n    <div class=\"cw-lang-option\" data-lang=\"en\" data-flagcode=\"gb\" data-name=\"English\" data-native=\"Anglais\">\r\n      <img decoding=\"async\" class=\"cw-lo-flag\" src=\"https:\/\/flagcdn.com\/24x18\/gb.png\" alt=\"EN\" width=\"24\" height=\"18\">\r\n      <div class=\"cw-lo-info\"><span class=\"cw-lo-name\">English<\/span><span class=\"cw-lo-native\">Anglais<\/span><\/div>\r\n      <svg class=\"cw-lo-check\" viewBox=\"0 0 16 16\" fill=\"none\"><path d=\"M3 8l3.5 3.5L13 5\" stroke=\"#004a93\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\r\n    <\/div>\r\n\r\n    <div class=\"cw-lang-option\" data-lang=\"de\" data-flagcode=\"de\" data-name=\"Deutsch\" data-native=\"Allemand\">\r\n      <img decoding=\"async\" class=\"cw-lo-flag\" src=\"https:\/\/flagcdn.com\/24x18\/de.png\" alt=\"DE\" width=\"24\" height=\"18\">\r\n      <div class=\"cw-lo-info\"><span class=\"cw-lo-name\">Deutsch<\/span><span class=\"cw-lo-native\">Allemand<\/span><\/div>\r\n      <svg class=\"cw-lo-check\" viewBox=\"0 0 16 16\" fill=\"none\"><path d=\"M3 8l3.5 3.5L13 5\" stroke=\"#004a93\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\r\n    <\/div>\r\n\r\n    <div class=\"cw-lang-option\" data-lang=\"it\" data-flagcode=\"it\" data-name=\"Italiano\" data-native=\"Italien\">\r\n      <img loading=\"lazy\" decoding=\"async\" class=\"cw-lo-flag\" src=\"https:\/\/flagcdn.com\/24x18\/it.png\" alt=\"IT\" width=\"24\" height=\"18\">\r\n      <div class=\"cw-lo-info\"><span class=\"cw-lo-name\">Italiano<\/span><span class=\"cw-lo-native\">Italien<\/span><\/div>\r\n      <svg class=\"cw-lo-check\" viewBox=\"0 0 16 16\" fill=\"none\"><path d=\"M3 8l3.5 3.5L13 5\" stroke=\"#004a93\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\r\n    <\/div>\r\n\r\n    <div class=\"cw-lang-option\" data-lang=\"pt\" data-flagcode=\"pt\" data-name=\"Portugu\u00eas\" data-native=\"Portugais\">\r\n      <img loading=\"lazy\" decoding=\"async\" class=\"cw-lo-flag\" src=\"https:\/\/flagcdn.com\/24x18\/pt.png\" alt=\"PT\" width=\"24\" height=\"18\">\r\n      <div class=\"cw-lo-info\"><span class=\"cw-lo-name\">Portugu\u00eas<\/span><span class=\"cw-lo-native\">Portugais<\/span><\/div>\r\n      <svg class=\"cw-lo-check\" viewBox=\"0 0 16 16\" fill=\"none\"><path d=\"M3 8l3.5 3.5L13 5\" stroke=\"#004a93\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\r\n    <\/div>\r\n\r\n    <div class=\"cw-lang-option\" data-lang=\"es\" data-flagcode=\"es\" data-name=\"Espa\u00f1ol\" data-native=\"Espagnol\">\r\n      <img loading=\"lazy\" decoding=\"async\" class=\"cw-lo-flag\" src=\"https:\/\/flagcdn.com\/24x18\/es.png\" alt=\"ES\" width=\"24\" height=\"18\">\r\n      <div class=\"cw-lo-info\"><span class=\"cw-lo-name\">Espa\u00f1ol<\/span><span class=\"cw-lo-native\">Espagnol<\/span><\/div>\r\n      <svg class=\"cw-lo-check\" viewBox=\"0 0 16 16\" fill=\"none\"><path d=\"M3 8l3.5 3.5L13 5\" stroke=\"#004a93\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\r\n    <\/div>\r\n\r\n    <div class=\"cw-lang-option\" data-lang=\"ar\" data-flagcode=\"sa\" data-name=\"\u0627\u0644\u0639\u0631\u0628\u064a\u0629\" data-native=\"Arabe\">\r\n      <img loading=\"lazy\" decoding=\"async\" class=\"cw-lo-flag\" src=\"https:\/\/flagcdn.com\/24x18\/sa.png\" alt=\"AR\" width=\"24\" height=\"18\">\r\n      <div class=\"cw-lo-info\"><span class=\"cw-lo-name\">\u0627\u0644\u0639\u0631\u0628\u064a\u0629<\/span><span class=\"cw-lo-native\">Arabe<\/span><\/div>\r\n      <svg class=\"cw-lo-check\" viewBox=\"0 0 16 16\" fill=\"none\"><path d=\"M3 8l3.5 3.5L13 5\" stroke=\"#004a93\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\r\n    <\/div>\r\n\r\n  <\/div>\r\n  <div id=\"cw-lang-trigger\">\r\n    <img loading=\"lazy\" decoding=\"async\" class=\"cw-flag-img\" id=\"cw-lang-flag-display\" src=\"https:\/\/flagcdn.com\/20x15\/fr.png\" alt=\"FR\" width=\"20\" height=\"15\">\r\n    <span class=\"cw-lang-label\" id=\"cw-lang-label-display\">FR<\/span>\r\n    <div class=\"cw-lang-caret\">\r\n      <svg width=\"10\" height=\"6\" viewBox=\"0 0 10 6\" fill=\"none\">\r\n        <path d=\"M1 1l4 4 4-4\" stroke=\"#004a93\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n      <\/svg>\r\n    <\/div>\r\n  <\/div>\r\n<\/div>\r\n\r\n<!-- Panneau de choix -->\r\n<div id=\"cw-panel\">\r\n\r\n  <!-- Vignette maison CAGI + badge micro -->\r\n  <div class=\"cw-card\" id=\"cw-btn-vocal\">\r\n    <div class=\"cw-icon v\">\r\n      <svg class=\"cagi-logo-sm\" aria-label=\"CAGI\"><use href=\"#cagi-icon-white\"\/><\/svg>\r\n      <div class=\"cw-icon-badge\">\r\n        <svg width=\"8\" height=\"8\" viewBox=\"0 0 24 24\" fill=\"none\">\r\n          <path d=\"M12 2a4 4 0 0 1 4 4v6a4 4 0 0 1-8 0V6a4 4 0 0 1 4-4zm0 16c4 0 7-2.7 7-6h-2c0 2.8-2.2 4-5 4s-5-1.2-5-4H5c0 3.3 3 6 7 6zm-1 2h2v2h-2v-2z\" fill=\"#004a93\"\/>\r\n        <\/svg>\r\n      <\/div>\r\n    <\/div>\r\n    <div>\r\n      <div class=\"cw-label\" id=\"cw-card-vocal-label\">Appel vocal<\/div>\r\n      <div class=\"cw-sub\"   id=\"cw-card-vocal-sub\">Parler \u00e0 l'assistant CAGI<\/div>\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <!-- Vignette maison CAGI + badge bulle -->\r\n  <div class=\"cw-card\" id=\"cw-btn-text\">\r\n    <div class=\"cw-icon t\">\r\n      <svg class=\"cagi-logo-sm\" aria-label=\"CAGI\"><use href=\"#cagi-icon-white\"\/><\/svg>\r\n      <div class=\"cw-icon-badge\">\r\n        <svg width=\"8\" height=\"8\" viewBox=\"0 0 24 24\" fill=\"none\">\r\n          <path d=\"M20 2H4c-1.1 0-2 .9-2 2v18l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2z\" fill=\"#1a1a2e\"\/>\r\n        <\/svg>\r\n      <\/div>\r\n    <\/div>\r\n    <div>\r\n      <div class=\"cw-label\" id=\"cw-card-text-label\">Message texte<\/div>\r\n      <div class=\"cw-sub\"   id=\"cw-card-text-sub\">\u00c9crire \u00e0 l'assistant CAGI<\/div>\r\n    <\/div>\r\n  <\/div>\r\n\r\n<\/div>\r\n\r\n<!-- Bo\u00eete de session -->\r\n<div id=\"cw-session-box\">\r\n  <div class=\"cw-sbox-header\">\r\n    <div class=\"cw-sbox-avatar\">\r\n      <svg class=\"cagi-logo cagi-logo-svg\" aria-label=\"CAGI\" viewBox=\"0 0 40 40\" style=\"width:100%;height:100%\"><use href=\"#cagi-icon-blue\"\/><\/svg>\r\n    <\/div>\r\n    <div class=\"cw-sbox-info\">\r\n      <div class=\"cw-sbox-name\">Assistant CAGI<\/div>\r\n      <div class=\"cw-sbox-status\">\r\n        <span class=\"cw-status-dot\" id=\"cw-status-dot\"><\/span>\r\n        <span id=\"cw-status-text\">Connexion...<\/span>\r\n      <\/div>\r\n    <\/div>\r\n    <button class=\"cw-sbox-btn\" id=\"cw-expand-session\" title=\"Agrandir\">\r\n      <svg id=\"cw-icon-expand\" width=\"12\" height=\"12\" viewBox=\"0 0 12 12\" fill=\"none\">\r\n        <path d=\"M1 4.5V1h3.5M7.5 1H11v3.5M11 7.5V11H7.5M4.5 11H1V7.5\" stroke=\"#555\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n      <\/svg>\r\n      <svg id=\"cw-icon-collapse\" width=\"12\" height=\"12\" viewBox=\"0 0 12 12\" fill=\"none\" style=\"display:none\">\r\n        <path d=\"M4.5 1v3.5H1M11 4.5H7.5V1M7.5 11V7.5H11M1 7.5h3.5V11\" stroke=\"#555\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n      <\/svg>\r\n    <\/button>\r\n    <button class=\"cw-sbox-btn close\" id=\"cw-close-session\">\r\n      <svg width=\"10\" height=\"10\" viewBox=\"0 0 10 10\">\r\n        <line x1=\"1\" y1=\"1\" x2=\"9\" y2=\"9\" stroke=\"#555\" stroke-width=\"1.8\" stroke-linecap=\"round\"\/>\r\n        <line x1=\"9\" y1=\"1\" x2=\"1\" y2=\"9\" stroke=\"#555\" stroke-width=\"1.8\" stroke-linecap=\"round\"\/>\r\n      <\/svg>\r\n    <\/button>\r\n  <\/div>\r\n\r\n  <div id=\"cw-voice-area\">\r\n    <div id=\"cw-orb\"><\/div>\r\n    <div id=\"cw-voice-label\">Connexion en cours...<\/div>\r\n  <\/div>\r\n\r\n  <div id=\"cw-transcript\"><\/div>\r\n\r\n  <div id=\"cw-text-input-area\">\r\n    <textarea id=\"cw-text-input\" placeholder=\"\u00c9crivez votre message...\" rows=\"1\"><\/textarea>\r\n    <button id=\"cw-send-btn\" disabled>\r\n      <svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"white\"><path d=\"M2 21l21-9L2 3v7l15 2-15 2v7z\"\/><\/svg>\r\n    <\/button>\r\n  <\/div>\r\n<\/div>\r\n\r\n<!-- FAB flottant (position:fixed \u2192 reste en place au scroll) -->\r\n<button id=\"cagi-fab\" aria-label=\"Assistant CAGI\">\r\n  <svg class=\"fab-logo cagi-logo-svg\" aria-hidden=\"true\" viewBox=\"0 0 40 40\" width=\"44\" height=\"44\"><use href=\"#cagi-icon-white\"\/><\/svg>\r\n  <svg class=\"cw-x\" width=\"22\" height=\"22\" viewBox=\"0 0 24 24\">\r\n    <line x1=\"4\" y1=\"4\" x2=\"20\" y2=\"20\" stroke=\"white\" stroke-width=\"2.5\" stroke-linecap=\"round\"\/>\r\n    <line x1=\"20\" y1=\"4\" x2=\"4\" y2=\"20\" stroke=\"white\" stroke-width=\"2.5\" stroke-linecap=\"round\"\/>\r\n  <\/svg>\r\n<\/button>\r\n\r\n<\/div><!-- \/#cagi-widget -->\r\n\r\n<script type=\"module\">\r\nimport { Conversation } from 'https:\/\/esm.sh\/@elevenlabs\/client';\r\n\r\nconst AGENT_VOCAL = 'agent_2301kmg0r4ebfyxa5vzv76wnwmqt';\r\nconst AGENT_TEXT  = 'agent_8601khbqvcrjexz9e83hpct1ztyv';\r\n\r\nconst fab           = document.getElementById('cagi-fab');\r\nconst panel         = document.getElementById('cw-panel');\r\nconst btnVocal      = document.getElementById('cw-btn-vocal');\r\nconst btnText       = document.getElementById('cw-btn-text');\r\nconst sessionBox    = document.getElementById('cw-session-box');\r\nconst closeBtn      = document.getElementById('cw-close-session');\r\nconst expandBtn     = document.getElementById('cw-expand-session');\r\nconst iconExpand    = document.getElementById('cw-icon-expand');\r\nconst iconCollapse  = document.getElementById('cw-icon-collapse');\r\nconst statusDot     = document.getElementById('cw-status-dot');\r\nconst statusText    = document.getElementById('cw-status-text');\r\nconst voiceArea     = document.getElementById('cw-voice-area');\r\nconst orb           = document.getElementById('cw-orb');\r\nconst voiceLabel    = document.getElementById('cw-voice-label');\r\nconst transcript    = document.getElementById('cw-transcript');\r\nconst textInputArea = document.getElementById('cw-text-input-area');\r\nconst textInput     = document.getElementById('cw-text-input');\r\nconst sendBtn       = document.getElementById('cw-send-btn');\r\n\r\nlet panelOpen  = false;\r\nlet conv       = null;\r\nlet mode       = null;\r\nlet selectedLang = 'fr';\r\nlet skipFirstAgentMsg = false;\r\n\r\nconst LANGS = {\r\n  fr: { flagCode:'fr', code:'FR', name:'Fran\u00e7ais',\r\n    firstMessage: 'Bonjour\u00a0! Je suis l\\'Assistant CAGI. Je suis \u00e0 votre disposition pour r\u00e9pondre \u00e0 vos questions sur la Gen\u00e8ve internationale. Comment puis-je vous aider\u00a0?',\r\n    ui: { vocal:'Appel vocal', vocalSub:'Parler \u00e0 l\\'assistant CAGI', text:'Message texte', textSub:'\u00c9crire \u00e0 l\\'assistant CAGI', connecting:'Connexion en cours...', listening:'Je vous \u00e9coute...', speaking:'L\\'assistant r\u00e9pond...', waiting:'En attente...', connected_vocal:'Vocal actif', connected_text:'Chat actif', disconnected:'D\u00e9connect\u00e9', error:'Erreur', reconnecting:'Reconnexion...', session_ended:'Session termin\u00e9e.', conn_error:'Erreur de connexion. Veuillez r\u00e9essayer.', conn_error_text:'Erreur de connexion. Veuillez fermer et r\u00e9essayer.', impossible:'Connexion impossible. V\u00e9rifiez votre microphone et r\u00e9essayez.', impossible_text:'Impossible de d\u00e9marrer la session. Veuillez r\u00e9essayer.', placeholder:'\u00c9crivez votre message...' }\r\n  },\r\n  en: { flagCode:'gb', code:'EN', name:'English',\r\n    firstMessage: 'Hello! I\\'m the CAGI Assistant. I\\'m here to help you with any questions about international Geneva. How can I help you?',\r\n    ui: { vocal:'Voice call', vocalSub:'Talk to CAGI assistant', text:'Text message', textSub:'Write to CAGI assistant', connecting:'Connecting...', listening:'Listening...', speaking:'Assistant is responding...', waiting:'Waiting...', connected_vocal:'Voice active', connected_text:'Chat active', disconnected:'Disconnected', error:'Error', reconnecting:'Reconnecting...', session_ended:'Session ended.', conn_error:'Connection error. Please try again.', conn_error_text:'Connection error. Please close and try again.', impossible:'Cannot connect. Check your microphone and try again.', impossible_text:'Unable to start session. Please try again.', placeholder:'Type your message...' }\r\n  },\r\n  de: { flagCode:'de', code:'DE', name:'Deutsch',\r\n    firstMessage: 'Guten Tag! Ich bin der CAGI-Assistent. Ich stehe Ihnen f\u00fcr Fragen rund um das internationale Genf zur Verf\u00fcgung. Wie kann ich Ihnen helfen?',\r\n    ui: { vocal:'Sprachanruf', vocalSub:'Mit dem CAGI-Assistenten sprechen', text:'Textnachricht', textSub:'An den CAGI-Assistenten schreiben', connecting:'Verbindung...', listening:'Ich h\u00f6re zu...', speaking:'Assistent antwortet...', waiting:'Warten...', connected_vocal:'Sprache aktiv', connected_text:'Chat aktiv', disconnected:'Getrennt', error:'Fehler', reconnecting:'Erneut verbinden...', session_ended:'Sitzung beendet.', conn_error:'Verbindungsfehler. Bitte erneut versuchen.', conn_error_text:'Verbindungsfehler. Bitte schlie\u00dfen und erneut versuchen.', impossible:'Verbindung nicht m\u00f6glich. Mikrofon pr\u00fcfen.', impossible_text:'Sitzung konnte nicht gestartet werden.', placeholder:'Ihre Nachricht...' }\r\n  },\r\n  it: { flagCode:'it', code:'IT', name:'Italiano',\r\n    firstMessage: 'Buongiorno! Sono l\\'Assistente CAGI. Sono a sua disposizione per rispondere alle sue domande sulla Ginevra internazionale. Come posso aiutarla?',\r\n    ui: { vocal:'Chiamata vocale', vocalSub:'Parla con l\\'assistente CAGI', text:'Messaggio testuale', textSub:'Scrivi all\\'assistente CAGI', connecting:'Connessione...', listening:'Ti ascolto...', speaking:'L\\'assistente risponde...', waiting:'In attesa...', connected_vocal:'Voce attiva', connected_text:'Chat attiva', disconnected:'Disconnesso', error:'Errore', reconnecting:'Riconnessione...', session_ended:'Sessione terminata.', conn_error:'Errore di connessione. Riprova.', conn_error_text:'Errore di connessione. Chiudi e riprova.', impossible:'Impossibile connettersi. Controlla il microfono.', impossible_text:'Impossibile avviare la sessione.', placeholder:'Scrivi il tuo messaggio...' }\r\n  },\r\n  pt: { flagCode:'pt', code:'PT', name:'Portugu\u00eas',\r\n    firstMessage: 'Ol\u00e1! Sou o Assistente CAGI. Estou dispon\u00edvel para responder \u00e0s suas perguntas sobre a Genebra internacional. Como posso ajud\u00e1-lo?',\r\n    ui: { vocal:'Chamada de voz', vocalSub:'Falar com o assistente CAGI', text:'Mensagem de texto', textSub:'Escrever ao assistente CAGI', connecting:'A ligar...', listening:'A ouvir...', speaking:'O assistente est\u00e1 a responder...', waiting:'A aguardar...', connected_vocal:'Voz ativa', connected_text:'Chat ativo', disconnected:'Desligado', error:'Erro', reconnecting:'A religar...', session_ended:'Sess\u00e3o terminada.', conn_error:'Erro de liga\u00e7\u00e3o. Tente novamente.', conn_error_text:'Erro de liga\u00e7\u00e3o. Feche e tente novamente.', impossible:'N\u00e3o \u00e9 poss\u00edvel ligar. Verifique o microfone.', impossible_text:'Imposs\u00edvel iniciar a sess\u00e3o.', placeholder:'Escreva a sua mensagem...' }\r\n  },\r\n  es: { flagCode:'es', code:'ES', name:'Espa\u00f1ol',\r\n    firstMessage: '\u00a1Hola! Soy el Asistente CAGI. Estoy disponible para responder a sus preguntas sobre la Ginebra internacional. \u00bfEn qu\u00e9 puedo ayudarle?',\r\n    ui: { vocal:'Llamada de voz', vocalSub:'Hablar con el asistente CAGI', text:'Mensaje de texto', textSub:'Escribir al asistente CAGI', connecting:'Conectando...', listening:'Te escucho...', speaking:'El asistente responde...', waiting:'Esperando...', connected_vocal:'Voz activa', connected_text:'Chat activo', disconnected:'Desconectado', error:'Error', reconnecting:'Reconectando...', session_ended:'Sesi\u00f3n terminada.', conn_error:'Error de conexi\u00f3n. Int\u00e9ntalo de nuevo.', conn_error_text:'Error de conexi\u00f3n. Cierra e int\u00e9ntalo de nuevo.', impossible:'No se puede conectar. Comprueba el micr\u00f3fono.', impossible_text:'No se puede iniciar la sesi\u00f3n.', placeholder:'Escribe tu mensaje...' }\r\n  },\r\n  ar: { flagCode:'sa', code:'AR', name:'\u0627\u0644\u0639\u0631\u0628\u064a\u0629',\r\n    firstMessage: '\u0645\u0631\u062d\u0628\u0627\u064b! \u0623\u0646\u0627 \u0645\u0633\u0627\u0639\u062f CAGI. \u0623\u0646\u0627 \u0647\u0646\u0627 \u0644\u0644\u0625\u062c\u0627\u0628\u0629 \u0639\u0644\u0649 \u0623\u0633\u0626\u0644\u062a\u0643\u0645 \u062d\u0648\u0644 \u062c\u0646\u064a\u0641 \u0627\u0644\u062f\u0648\u0644\u064a\u0629. \u0643\u064a\u0641 \u064a\u0645\u0643\u0646\u0646\u064a \u0645\u0633\u0627\u0639\u062f\u062a\u0643\u0645\u061f',\r\n    ui: { vocal:'\u0645\u0643\u0627\u0644\u0645\u0629 \u0635\u0648\u062a\u064a\u0629', vocalSub:'\u0627\u0644\u062a\u062d\u062f\u062b \u0645\u0639 \u0645\u0633\u0627\u0639\u062f CAGI', text:'\u0631\u0633\u0627\u0644\u0629 \u0646\u0635\u064a\u0629', textSub:'\u0627\u0644\u0643\u062a\u0627\u0628\u0629 \u0625\u0644\u0649 \u0645\u0633\u0627\u0639\u062f CAGI', connecting:'\u062c\u0627\u0631\u064d \u0627\u0644\u0627\u062a\u0635\u0627\u0644...', listening:'\u0623\u0633\u062a\u0645\u0639 \u0625\u0644\u064a\u0643...', speaking:'\u0627\u0644\u0645\u0633\u0627\u0639\u062f \u064a\u0631\u062f...', waiting:'\u0641\u064a \u0627\u0644\u0627\u0646\u062a\u0638\u0627\u0631...', connected_vocal:'\u0627\u0644\u0635\u0648\u062a \u0646\u0634\u0637', connected_text:'\u0627\u0644\u062f\u0631\u062f\u0634\u0629 \u0646\u0634\u0637\u0629', disconnected:'\u0645\u0646\u0642\u0637\u0639', error:'\u062e\u0637\u0623', reconnecting:'\u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u0627\u062a\u0635\u0627\u0644...', session_ended:'\u0627\u0646\u062a\u0647\u062a \u0627\u0644\u062c\u0644\u0633\u0629.', conn_error:'\u062e\u0637\u0623 \u0641\u064a \u0627\u0644\u0627\u062a\u0635\u0627\u0644. \u062d\u0627\u0648\u0644 \u0645\u0631\u0629 \u0623\u062e\u0631\u0649.', conn_error_text:'\u062e\u0637\u0623 \u0641\u064a \u0627\u0644\u0627\u062a\u0635\u0627\u0644. \u0623\u063a\u0644\u0642 \u0648\u062d\u0627\u0648\u0644 \u0645\u0631\u0629 \u0623\u062e\u0631\u0649.', impossible:'\u062a\u0639\u0630\u0651\u0631 \u0627\u0644\u0627\u062a\u0635\u0627\u0644. \u062a\u062d\u0642\u0642 \u0645\u0646 \u0627\u0644\u0645\u064a\u0643\u0631\u0648\u0641\u0648\u0646.', impossible_text:'\u062a\u0639\u0630\u0651\u0631 \u0628\u062f\u0621 \u0627\u0644\u062c\u0644\u0633\u0629.', placeholder:'\u0627\u0643\u062a\u0628 \u0631\u0633\u0627\u0644\u062a\u0643...' }\r\n  }\r\n};\r\n\r\nfunction getLang() { return LANGS[selectedLang] || LANGS['fr']; }\r\n\r\nfunction getLangOverrides() {\r\n  const lang = getLang();\r\n  if (selectedLang === 'en') return {};\r\n  return { overrides: { agent: { first_message: lang.firstMessage, language: selectedLang } } };\r\n}\r\n\r\nfunction applyLangUI() {\r\n  const l = getLang().ui;\r\n  document.getElementById('cw-card-vocal-label').textContent = l.vocal;\r\n  document.getElementById('cw-card-vocal-sub').textContent   = l.vocalSub;\r\n  document.getElementById('cw-card-text-label').textContent  = l.text;\r\n  document.getElementById('cw-card-text-sub').textContent    = l.textSub;\r\n  textInput.placeholder = l.placeholder;\r\n}\r\n\r\nfunction setStatus(label, color) {\r\n  statusText.textContent = label;\r\n  statusDot.className = 'cw-status-dot' + (color ? ' ' + color : '');\r\n}\r\n\r\nfunction formatLinks(text) {\r\n  if (!text) return '';\r\n  const div = document.createElement('div');\r\n  div.textContent = text;\r\n  let html = div.innerHTML;\r\n  html = html.replace(\/\\n\/g, '<br>');\r\n  html = html.replace(\/---\/g, '<hr style=\"border:0;border-top:1px solid #eee;margin:10px 0;\">');\r\n  const placeholders = [];\r\n  html = html.replace(\/\\[([^\\]]+)\\]\\(([^)]+)\\)\/g, (m, name, url) => {\r\n    let fullUrl = url.trim();\r\n    if (!\/^https?:\\\/\\\/\/i.test(fullUrl)) fullUrl = 'https:\/\/' + fullUrl;\r\n    const ph = `\\x01PH_${placeholders.length}\\x01`;\r\n    placeholders.push(`<a href=\"${fullUrl}\" target=\"_blank\" style=\"color:#1a6bcc;text-decoration:underline;\">${name}<\/a>`);\r\n    return ph;\r\n  });\r\n  html = html.replace(\/(https?:\\\/\\\/[^\\s<]+[^<.,:;\"')\\]\\s])\/g, url => {\r\n    const ph = `\\x01PH_${placeholders.length}\\x01`;\r\n    const disp = url.replace(\/^https?:\\\/\\\/(www\\.)?\/, '');\r\n    placeholders.push(`<a href=\"${url}\" target=\"_blank\" style=\"color:#1a6bcc;text-decoration:underline;\">${disp}<\/a>`);\r\n    return ph;\r\n  });\r\n  html = html.replace(\/\\[([^\\]]+)\\]\/g, '<strong>$1<\/strong>');\r\n  html = html.replace(\/(?:^|<br>| )(\\d+\\.\\s)\/g, (m, num) => (html.indexOf(m) === 0 ? '' : '<br>') + '<strong>' + num.trim() + '<\/strong> ');\r\n  html = html.replace(\/(?:^|<br>| )(-\\s)\/g, (m) => (html.indexOf(m) === 0 ? '' : '<br>') + '- ');\r\n  html = html.replace(\/(<br>\\s*){2,}\/g, '<br>');\r\n  placeholders.forEach((c, i) => { html = html.replace(`\\x01PH_${i}\\x01`, c); });\r\n  return html;\r\n}\r\n\r\nfunction addMsg(text, role) {\r\n  const typing = transcript.querySelector('.cw-typing');\r\n  if (typing) typing.remove();\r\n  const d = document.createElement('div');\r\n  d.className = `cw-msg ${role}`;\r\n  d.innerHTML = formatLinks(text);\r\n  transcript.appendChild(d);\r\n  transcript.scrollTop = transcript.scrollHeight;\r\n}\r\n\r\nfunction showTyping() {\r\n  const d = document.createElement('div');\r\n  d.className = 'cw-msg agent cw-typing';\r\n  d.innerHTML = '<span><\/span><span><\/span><span><\/span>';\r\n  transcript.appendChild(d);\r\n  transcript.scrollTop = transcript.scrollHeight;\r\n}\r\n\r\nfunction togglePanel() {\r\n  panelOpen = !panelOpen;\r\n  panel.classList.toggle('show', panelOpen);\r\n  fab.classList.toggle('open', panelOpen);\r\n}\r\nfunction closePanel() {\r\n  panelOpen = false;\r\n  panel.classList.remove('show');\r\n  fab.classList.remove('open');\r\n}\r\n\r\nfab.addEventListener('click', () => {\r\n  if (conv || sessionBox.classList.contains('show')) { endSession(); return; }\r\n  togglePanel();\r\n});\r\ndocument.addEventListener('click', e => {\r\n  if (panelOpen && !panel.contains(e.target) && !fab.contains(e.target)) closePanel();\r\n});\r\n\r\nconst MAX_RETRIES = 2;\r\n\r\nasync function startSession(type, attempt = 1) {\r\n  if (conv) { try { await conv.endSession(); } catch(e) {} conv = null; }\r\n  closePanel();\r\n  mode = type;\r\n  fab.classList.add('open');\r\n  sessionBox.classList.add('show');\r\n  const ui = getLang().ui;\r\n  setStatus(ui.connecting, 'orange');\r\n\r\n  if (type === 'vocal') {\r\n    voiceArea.classList.add('show');\r\n    transcript.classList.add('show');\r\n    sessionBox.classList.add('cw-voice-chat');\r\n    textInputArea.classList.remove('show');\r\n    voiceLabel.textContent = attempt > 1 ? `${ui.reconnecting} (${attempt}\/${MAX_RETRIES})` : ui.connecting;\r\n    orb.className = '';\r\n  } else {\r\n    voiceArea.classList.remove('show');\r\n    transcript.classList.add('show');\r\n    textInputArea.classList.add('show');\r\n    sendBtn.disabled = true;\r\n    addMsg(ui.connecting, 'system');\r\n  }\r\n\r\n  try {\r\n    const langUi = getLang().ui;\r\n    conv = await Conversation.startSession({\r\n      agentId: type === 'vocal' ? AGENT_VOCAL : AGENT_TEXT,\r\n      textOnly: type === 'text',\r\n      ...getLangOverrides(),\r\n      onConnect: () => {\r\n        setStatus(type === 'vocal' ? langUi.connected_vocal : langUi.connected_text);\r\n        if (type === 'vocal') { orb.className = 'listening'; voiceLabel.textContent = langUi.listening; }\r\n        else {\r\n          transcript.innerHTML = '';\r\n          sendBtn.disabled = false;\r\n          addMsg(getLang().firstMessage, 'agent');\r\n          skipFirstAgentMsg = true;\r\n        }\r\n      },\r\n      onDisconnect: () => {\r\n        setStatus(langUi.disconnected, 'red');\r\n        if (type === 'vocal') { orb.className = ''; voiceLabel.textContent = langUi.session_ended; }\r\n        else addMsg(langUi.session_ended, 'system');\r\n        conv = null;\r\n      },\r\n      onError: err => {\r\n        console.error('ElevenLabs error:', err);\r\n        setStatus(langUi.error, 'red');\r\n        if (type === 'vocal') { orb.className = ''; voiceLabel.textContent = langUi.conn_error; }\r\n        else { transcript.innerHTML = ''; addMsg(langUi.conn_error_text, 'system'); }\r\n        conv = null;\r\n      },\r\n      onModeChange: ({ mode: m }) => {\r\n        if (type !== 'vocal') return;\r\n        if (m === 'listening') { orb.className = 'listening'; voiceLabel.textContent = langUi.listening; }\r\n        else if (m === 'speaking') { orb.className = 'speaking'; voiceLabel.textContent = langUi.speaking; }\r\n        else { orb.className = ''; voiceLabel.textContent = langUi.waiting; }\r\n      },\r\n      onMessage: ({ message, source }) => {\r\n        if (source === 'ai' && skipFirstAgentMsg) { skipFirstAgentMsg = false; return; }\r\n        const typing = transcript.querySelector('.cw-typing');\r\n        if (typing) typing.remove();\r\n        addMsg(message, source === 'ai' ? 'agent' : 'user');\r\n      },\r\n    });\r\n  } catch(e) {\r\n    console.error(`startSession failed (attempt ${attempt}):`, e);\r\n    conv = null;\r\n    const langUi = getLang().ui;\r\n    const isConnErr = e?.message?.toLowerCase().includes('connection') || e?.name === 'ConnectionError';\r\n    if (type === 'vocal' && isConnErr && attempt < MAX_RETRIES) {\r\n      const delay = attempt * 1500;\r\n      voiceLabel.textContent = `${langUi.reconnecting} ${delay\/1000}s\u2026`;\r\n      setStatus(langUi.reconnecting, 'orange');\r\n      setTimeout(() => startSession(type, attempt + 1), delay);\r\n      return;\r\n    }\r\n    setStatus(langUi.error, 'red');\r\n    if (type === 'vocal') { orb.className = ''; voiceLabel.textContent = langUi.impossible; }\r\n    else { transcript.innerHTML = ''; addMsg(langUi.impossible_text, 'system'); }\r\n  }\r\n}\r\n\r\nfunction setExpanded(on) {\r\n  sessionBox.classList.toggle('expanded', on);\r\n  iconExpand.style.display   = on ? 'none' : '';\r\n  iconCollapse.style.display = on ? ''     : 'none';\r\n  transcript.scrollTop = transcript.scrollHeight;\r\n}\r\n\r\nfunction endSession() {\r\n  if (conv) { try { conv.endSession(); } catch(e) {} conv = null; }\r\n  sessionBox.classList.remove('show', 'cw-voice-chat');\r\n  voiceArea.classList.remove('show');\r\n  transcript.classList.remove('show');\r\n  textInputArea.classList.remove('show');\r\n  transcript.innerHTML = '';\r\n  fab.classList.remove('open');\r\n  orb.className = '';\r\n  mode = null;\r\n  setExpanded(false);\r\n}\r\n\r\nfunction sendText() {\r\n  const text = textInput.value.trim();\r\n  if (!text || !conv) return;\r\n  addMsg(text, 'user');\r\n  textInput.value = '';\r\n  textInput.style.height = 'auto';\r\n  showTyping();\r\n  try { conv.sendUserMessage(text); } catch(e) { console.error(e); }\r\n}\r\n\r\nbtnVocal.addEventListener('click', () => startSession('vocal'));\r\nbtnText.addEventListener('click',  () => startSession('text'));\r\ncloseBtn.addEventListener('click', () => endSession());\r\nexpandBtn.addEventListener('click', () => setExpanded(!sessionBox.classList.contains('expanded')));\r\nsendBtn.addEventListener('click', sendText);\r\ntextInput.addEventListener('keydown', e => { if (e.key === 'Enter' && !e.shiftKey) { e.preventDefault(); sendText(); } });\r\ntextInput.addEventListener('input', () => {\r\n  textInput.style.height = 'auto';\r\n  textInput.style.height = Math.min(textInput.scrollHeight, 80) + 'px';\r\n});\r\n\r\n\/* \u2500\u2500 S\u00e9lecteur de langue \u2500\u2500 *\/\r\nconst langTrigger   = document.getElementById('cw-lang-trigger');\r\nconst langDropdown  = document.getElementById('cw-lang-dropdown');\r\nconst langFlagDisp  = document.getElementById('cw-lang-flag-display');\r\nconst langLabelDisp = document.getElementById('cw-lang-label-display');\r\nconst langOptions   = document.querySelectorAll('.cw-lang-option');\r\nlet langDropOpen = false;\r\n\r\nfunction toggleLangDrop() {\r\n  langDropOpen = !langDropOpen;\r\n  langDropdown.classList.toggle('open', langDropOpen);\r\n  langTrigger.classList.toggle('open', langDropOpen);\r\n}\r\nfunction closeLangDrop() {\r\n  langDropOpen = false;\r\n  langDropdown.classList.remove('open');\r\n  langTrigger.classList.remove('open');\r\n}\r\n\r\nlangTrigger.addEventListener('click', e => {\r\n  e.stopPropagation();\r\n  if (conv || sessionBox.classList.contains('show')) return;\r\n  toggleLangDrop();\r\n});\r\ndocument.addEventListener('click', e => {\r\n  if (langDropOpen && !document.getElementById('cw-lang-selector').contains(e.target)) closeLangDrop();\r\n});\r\n\r\nlangOptions.forEach(opt => {\r\n  opt.addEventListener('click', () => {\r\n    const code     = opt.dataset.lang;\r\n    const flagCode = opt.dataset.flagcode;\r\n    selectedLang = code;\r\n    langOptions.forEach(o => o.classList.remove('active'));\r\n    opt.classList.add('active');\r\n    langFlagDisp.src = `https:\/\/flagcdn.com\/20x15\/${flagCode}.png`;\r\n    langFlagDisp.alt = code.toUpperCase();\r\n    langLabelDisp.textContent = code.toUpperCase();\r\n    applyLangUI();\r\n    closeLangDrop();\r\n  });\r\n});\r\n\r\n\/* If WordPress provides a logo URL, swap SVG placeholders for real <img> *\/\r\n(function() {\r\n  const wpLogo = window.cagiLogoUrl;\r\n  if (!wpLogo) return;\r\n  document.querySelectorAll('.cagi-logo-svg').forEach(svg => {\r\n    const img = document.createElement('img');\r\n    img.src = wpLogo;\r\n    img.alt = 'CAGI';\r\n    img.style.cssText = svg.style.cssText;\r\n    img.className = svg.className.replace('cagi-logo-svg', 'cagi-logo');\r\n    img.style.width = '100%'; img.style.height = '100%';\r\n    img.style.objectFit = 'contain'; img.style.borderRadius = '6px';\r\n    svg.replaceWith(img);\r\n  });\r\n})();\r\n\r\napplyLangUI();\r\n\r\n\/* D\u00e9place les \u00e9l\u00e9ments fixed directement sous <body> pour \u00e9viter que les\r\n   transform CSS des th\u00e8mes WordPress cassent position:fixed *\/\r\n['cagi-fab', 'cw-panel', 'cw-session-box', 'cw-lang-selector'].forEach(id => {\r\n  const el = document.getElementById(id);\r\n  if (el && el.parentElement !== document.body) document.body.appendChild(el);\r\n});\r\n<\/script>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-0065edd elementor-section-full_width elementor-section-height-min-height elementor-section-height-default elementor-section-items-middle\" data-id=\"0065edd\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;0ca63ea&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:&quot;1&quot;,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}],&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-ec9fb73\" data-id=\"ec9fb73\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-5ae0463 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"5ae0463\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;f8712f6&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:&quot;1&quot;,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}],&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-cd4702c\" data-id=\"cd4702c\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-4d25723 elementor-widget elementor-widget-heading\" data-id=\"4d25723\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Mission du CAGI<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e138074 elementor-widget elementor-widget-text-editor\" data-id=\"e138074\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Le CAGI a \u00e9t\u00e9 fond\u00e9 en 1996 par la Conf\u00e9d\u00e9ration et la R\u00e9publique et canton de Gen\u00e8ve et est soutenu par plus de 30 entit\u00e9s nationales et locales, publiques et priv\u00e9es.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6e9d2dc elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"6e9d2dc\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;5b0db10&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:&quot;1&quot;,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}],&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8a014ed\" data-id=\"8a014ed\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-54a4c58 elementor-icon-list--layout-inline elementor-align-start breadcrumbs elementor-hidden-mobile elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"54a4c58\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items elementor-inline-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-inline-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.cagi.ch\/\">\n\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Accueil<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-inline-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-chevron-right\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Test-chatbot<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-03418eb elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"03418eb\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;7af793c&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:&quot;1&quot;,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}],&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-08b0874\" data-id=\"08b0874\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-4a04a15 elementor-widget elementor-widget-text-editor\" data-id=\"4a04a15\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Les missions du CAGI\u00a0 :<\/p><ol><li><strong>Faciliter l&rsquo;installation et l&rsquo;int\u00e9gration<\/strong> des nouveaux arrivants internationaux et de leurs familles \u00e0 Gen\u00e8ve.<\/li><li><strong>Offrir une assistance et des conseils aux ONG<\/strong> et d&rsquo;instruire, en collaboration avec les autorit\u00e9s comp\u00e9tentes, les ONG d\u00e9sireuses de s&rsquo;\u00e9tablir dans la r\u00e9gion l\u00e9manique.<\/li><li><strong>Soutenir l&rsquo;h\u00e9bergement des d\u00e9l\u00e9gu\u00e9s<\/strong> provenant de pays en voie de d\u00e9veloppement durant leur participation \u00e0 des conf\u00e9rences, des formations ou des r\u00e9unions de travail.<\/li><li>Contribuer au <strong>rapprochement entre la Gen\u00e8ve internationale et la Gen\u00e8ve locale<\/strong> au travers d&rsquo;\u00e9v\u00e9nements et de la promotion d&rsquo;activit\u00e9s culturelles et de loisirs.<\/li><\/ol>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-04d0a18\" data-id=\"04d0a18\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-5e744ac elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"5e744ac\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;65cf372&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:&quot;1&quot;,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}],&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-116cfd8\" data-id=\"116cfd8\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-a5474ee uael-aspect-ratio-1_1 uael-youtube-subscribe-no elementor-widget elementor-widget-uael-video\" data-id=\"a5474ee\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"uael-video.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"uael-video__outer-wrap  uael-video-type-youtube uael-video-play-lightbox\" data-device=\"false\" data-vsticky=\"no\" data-hidedesktop=\"\" data-hidetablet=\"\" data-hidemobile=\"\" data-vsticky-viewport=\"0\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox=\"{&quot;type&quot;:&quot;video&quot;,&quot;videoType&quot;:&quot;youtube&quot;,&quot;url&quot;:&quot;https:\\\/\\\/www.youtube.com\\\/embed\\\/TaPJmODid7Y?rel=0&amp;start&amp;end&amp;controls=1&amp;mute=0&amp;modestbranding=0&amp;&quot;,&quot;modalOptions&quot;:{&quot;id&quot;:&quot;elementor-lightbox-a5474ee&quot;,&quot;entranceAnimation&quot;:&quot;&quot;,&quot;entranceAnimation_tablet&quot;:&quot;&quot;,&quot;entranceAnimation_mobile&quot;:&quot;&quot;,&quot;videoAspectRatio&quot;:&quot;169&quot;}}\">\n\t\t\t\t\t\t<div class=\"uael-video-inner-wrap\">\n\t\t\t\t<div class=\"uael-video__play\" data-src=\"https:\/\/www.youtube.com\/embed\/TaPJmODid7Y?rel=0&amp;start&amp;end&amp;controls=1&amp;mute=0&amp;modestbranding=0&amp;\">\n\t\t\t\t\t<img decoding=\"async\" class=\"uael-video__thumb\" src=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/Welcome_video-300x300.jpg\" alt=\"Welcome_video\"><\/img>\n\t\t\t\t\t<div class=\"uael-video__play-icon uael-animation-\">\n\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"144\" height=\"145\" viewBox=\"0 0 144 145\"><g id=\"Groupe_115\" data-name=\"Groupe 115\" transform=\"translate(-0.295 -0.066)\"><ellipse id=\"Ellipse_14\" data-name=\"Ellipse 14\" cx=\"72\" cy=\"72.5\" rx=\"72\" ry=\"72.5\" transform=\"translate(0.295 0.066)\" fill=\"#194993\"><\/ellipse><path id=\"Polygone_1\" data-name=\"Polygone 1\" d=\"M22.377,0,44.754,39.016H0Z\" transform=\"translate(101.557 48.77) rotate(90)\" fill=\"#fff\"><\/path><\/g><\/svg>\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-57dd706 elementor-widget elementor-widget-text-editor\" data-id=\"57dd706\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p style=\"text-align: center;\"><strong>D\u00e9couvrez en vid\u00e9o les prestations du CAGI.<\/strong><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-dbec884 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"dbec884\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-c2798b1\" data-id=\"c2798b1\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-68c3b9b pa-icon-pos-before premium-lq__none elementor-widget elementor-widget-premium-addon-button\" data-id=\"68c3b9b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"premium-addon-button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\n\t\t<a class=\"premium-button premium-button-none premium-btn-lg premium-button-none\" href=\"https:\/\/www.cagi.ch\/prestations\/\" target=\"_blank\">\n\t\t\t<div class=\"premium-button-text-icon-wrapper\">\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"Calque_1\" data-name=\"Calque 1\" width=\"64\" height=\"64.00005\" viewBox=\"0 0 64 64.00005\"><circle id=\"Ellipse_1\" data-name=\"Ellipse 1\" cx=\"32\" cy=\"32\" r=\"32\" style=\"fill:#194993\"><\/circle><g id=\"Groupe_203\" data-name=\"Groupe 203\"><path id=\"Trac&#xE9;_1426\" data-name=\"Trac&#xE9; 1426\" d=\"M34.042,21.92209l10.078,10.079-10.078,10.078\" style=\"fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px\"><\/path><line id=\"Ligne_897\" data-name=\"Ligne 897\" x1=\"44.12003\" y1=\"32.00006\" x2=\"19.87903\" y2=\"32.00006\" style=\"fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px\"><\/line><\/g><\/svg>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<span >\n\t\t\t\t\t\tNos prestations\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t<\/a>\n\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-46c37d3\" data-id=\"46c37d3\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-6115c70 pa-icon-pos-before premium-lq__none elementor-widget elementor-widget-premium-addon-button\" data-id=\"6115c70\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"premium-addon-button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\n\t\t<a class=\"premium-button premium-button-none premium-btn-lg premium-button-none\" href=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/Statuts_CAGI_052025.pdf\" target=\"_blank\">\n\t\t\t<div class=\"premium-button-text-icon-wrapper\">\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\"><g id=\"Groupe_16\" data-name=\"Groupe 16\" transform=\"translate(-260 -3138)\"><circle id=\"Ellipse_1\" data-name=\"Ellipse 1\" cx=\"32\" cy=\"32\" r=\"32\" transform=\"translate(260 3138)\" fill=\"#194993\"><\/circle><path id=\"Icon_simple-adobeacrobatreader\" data-name=\"Icon simple-adobeacrobatreader\" d=\"M35.4,23.052c-1.065-1.14-3.246-1.8-6.336-1.8a30.868,30.868,0,0,0-5.64.555,30.4,30.4,0,0,1-3.461-4.08A35.154,35.154,0,0,1,17.83,14.3a32.056,32.056,0,0,0,1.809-9.15c0-2.508-.9-5.124-3.51-5.124a2.449,2.449,0,0,0-2.025,1.2c-1.174,2.112-.645,6.74,1.375,11.31-.755,2.28-1.552,4.46-2.55,6.908-.867,2.064-1.866,4.191-2.884,6.144C4.189,27.96.4,30.735.045,32.91a2.415,2.415,0,0,0,.686,2.175,3.362,3.362,0,0,0,2.22.818c3.885,0,7.98-6.42,10.06-10.29,1.6-.54,3.195-1.031,4.789-1.522,1.752-.485,3.51-.875,5.108-1.147,4.1,3.756,7.719,4.35,9.537,4.35,2.238,0,3.036-.926,3.3-1.683A2.6,2.6,0,0,0,35.372,23l.03.06Zm-2.077,1.581a1.909,1.909,0,0,1-2.079,1.359,5.37,5.37,0,0,1-.9-.108,13.906,13.906,0,0,1-5.854-3.159,26.581,26.581,0,0,1,4.47-.375,11.954,11.954,0,0,1,2.715.216c.735.159,1.905.653,1.642,2.07h.03Zm-11.285-2.56c-1.38.285-2.871.621-4.416,1.039-1.224.334-2.5.711-3.78,1.155.694-1.353,1.281-2.661,1.812-3.9.642-1.53,1.17-3.1,1.7-4.569.525.915,1.11,1.845,1.695,2.67a41.366,41.366,0,0,0,2.97,3.63v-.03ZM15.06,1.845a1.165,1.165,0,0,1,1.017-.654c1.118,0,1.33,1.3,1.33,2.34a29.128,29.128,0,0,1-1.44,7.45c-1.593-4.23-1.7-7.77-.9-9.135ZM9.207,27.191c-2.715,4.564-5.322,7.4-6.919,7.4a1.3,1.3,0,0,1-.8-.275,1.168,1.168,0,0,1-.372-1.14c.319-1.635,3.354-3.92,8.088-5.985Z\" transform=\"translate(274.027 3152.038)\" fill=\"#fff\"><\/path><\/g><\/svg>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<span >\n\t\t\t\t\t\tNOS STATUTS\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t<\/a>\n\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<div class=\"elementor-element elementor-element-beb9fd3 elementor-widget elementor-widget-heading\" data-id=\"beb9fd3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Rapports d'activit\u00e9s<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1322c76 elementor-widget elementor-widget-premium-img-gallery\" data-id=\"1322c76\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;premium_gallery_img_content&quot;:[{&quot;premium_gallery_img&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/www.cagi.ch\\\/wp-content\\\/uploads\\\/RA2025.jpg&quot;,&quot;id&quot;:56298,&quot;size&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;source&quot;:&quot;library&quot;},&quot;premium_gallery_img_link&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/www.cagi.ch\\\/wp-content\\\/uploads\\\/CAGI_RA25.pdf&quot;,&quot;is_external&quot;:&quot;on&quot;,&quot;nofollow&quot;:&quot;&quot;,&quot;custom_attributes&quot;:&quot;&quot;},&quot;premium_gallery_link_whole&quot;:&quot;yes&quot;,&quot;_id&quot;:&quot;6157317&quot;,&quot;premium_gallery_image_cell&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:4,&quot;sizes&quot;:[]},&quot;premium_gallery_image_cell_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;premium_gallery_image_cell_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;premium_gallery_image_vcell&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:4,&quot;sizes&quot;:[]},&quot;premium_gallery_image_vcell_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;premium_gallery_image_vcell_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;premium_gallery_video&quot;:&quot;&quot;,&quot;premium_gallery_video_type&quot;:null,&quot;premium_gallery_video_url&quot;:null,&quot;premium_gallery_video_self&quot;:null,&quot;premium_gallery_video_self_url&quot;:null,&quot;premium_gallery_video_controls&quot;:null,&quot;premium_gallery_video_mute&quot;:null,&quot;premium_gallery_video_loop&quot;:null,&quot;download_button&quot;:null,&quot;privacy_mode&quot;:null,&quot;premmium_gallery_img_info&quot;:&quot;&quot;,&quot;premium_gallery_img_name&quot;:&quot;&quot;,&quot;premium_gallery_img_desc&quot;:&quot;&quot;,&quot;premium_gallery_img_category&quot;:&quot;&quot;,&quot;premium_gallery_img_link_type&quot;:&quot;url&quot;,&quot;premium_gallery_img_existing&quot;:null,&quot;premium_gallery_lightbox_whole&quot;:&quot;&quot;},{&quot;premium_gallery_img&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/www.cagi.ch\\\/wp-content\\\/uploads\\\/RA2024.jpg&quot;,&quot;id&quot;:49013,&quot;size&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;source&quot;:&quot;library&quot;},&quot;premium_gallery_img_link&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/www.cagi.ch\\\/wp-content\\\/uploads\\\/CAGI_RA24.pdf&quot;,&quot;is_external&quot;:&quot;on&quot;,&quot;nofollow&quot;:&quot;&quot;,&quot;custom_attributes&quot;:&quot;&quot;},&quot;premium_gallery_link_whole&quot;:&quot;yes&quot;,&quot;_id&quot;:&quot;4a34207&quot;,&quot;premium_gallery_image_cell&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:4,&quot;sizes&quot;:[]},&quot;premium_gallery_image_cell_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;premium_gallery_image_cell_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;premium_gallery_image_vcell&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:4,&quot;sizes&quot;:[]},&quot;premium_gallery_image_vcell_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;premium_gallery_image_vcell_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;premium_gallery_video&quot;:&quot;&quot;,&quot;premium_gallery_video_type&quot;:null,&quot;premium_gallery_video_url&quot;:null,&quot;premium_gallery_video_self&quot;:null,&quot;premium_gallery_video_self_url&quot;:null,&quot;premium_gallery_video_controls&quot;:null,&quot;premium_gallery_video_mute&quot;:null,&quot;premium_gallery_video_loop&quot;:null,&quot;download_button&quot;:null,&quot;privacy_mode&quot;:null,&quot;premmium_gallery_img_info&quot;:&quot;&quot;,&quot;premium_gallery_img_name&quot;:&quot;&quot;,&quot;premium_gallery_img_desc&quot;:&quot;&quot;,&quot;premium_gallery_img_category&quot;:&quot;&quot;,&quot;premium_gallery_img_link_type&quot;:&quot;url&quot;,&quot;premium_gallery_img_existing&quot;:null,&quot;premium_gallery_lightbox_whole&quot;:&quot;&quot;},{&quot;_id&quot;:&quot;7dac0a9&quot;,&quot;premium_gallery_img&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/www.cagi.ch\\\/wp-content\\\/uploads\\\/CAGI_RA23.jpg&quot;,&quot;id&quot;:40382,&quot;size&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;source&quot;:&quot;library&quot;},&quot;premium_gallery_img_link&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/www.cagi.ch\\\/wp-content\\\/uploads\\\/CAGI_RA23.pdf&quot;,&quot;is_external&quot;:&quot;on&quot;,&quot;nofollow&quot;:&quot;&quot;,&quot;custom_attributes&quot;:&quot;&quot;},&quot;premium_gallery_link_whole&quot;:&quot;yes&quot;,&quot;premium_gallery_image_cell&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:4,&quot;sizes&quot;:[]},&quot;premium_gallery_image_cell_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;premium_gallery_image_cell_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;premium_gallery_image_vcell&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:4,&quot;sizes&quot;:[]},&quot;premium_gallery_image_vcell_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;premium_gallery_image_vcell_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;premium_gallery_video&quot;:&quot;&quot;,&quot;premium_gallery_video_type&quot;:null,&quot;premium_gallery_video_url&quot;:null,&quot;premium_gallery_video_self&quot;:null,&quot;premium_gallery_video_self_url&quot;:null,&quot;premium_gallery_video_controls&quot;:null,&quot;premium_gallery_video_mute&quot;:null,&quot;premium_gallery_video_loop&quot;:null,&quot;download_button&quot;:null,&quot;privacy_mode&quot;:null,&quot;premmium_gallery_img_info&quot;:&quot;&quot;,&quot;premium_gallery_img_name&quot;:&quot;&quot;,&quot;premium_gallery_img_desc&quot;:&quot;&quot;,&quot;premium_gallery_img_category&quot;:&quot;&quot;,&quot;premium_gallery_img_link_type&quot;:&quot;url&quot;,&quot;premium_gallery_img_existing&quot;:null,&quot;premium_gallery_lightbox_whole&quot;:&quot;&quot;}]}\" data-widget_type=\"premium-img-gallery.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t<div class=\"premium-img-gallery-no-lightbox elementor-invisible premium-img-gallery premium-img-gallery-fitRows zoomin premium-gallery-icon-show\" id=\"premium-img-gallery-1322c76\">\n\t\t\n\t\t<div class=\"premium-gallery-container\" data-settings=\"{&quot;img_size&quot;:&quot;fitRows&quot;,&quot;filter&quot;:&quot;&quot;,&quot;theme&quot;:null,&quot;active_cat&quot;:&quot;*&quot;,&quot;ltr_mode&quot;:true,&quot;shuffle&quot;:false,&quot;sort_by&quot;:&quot;original-order&quot;,&quot;skin&quot;:&quot;style3&quot;}\">\n\n\t\t\t\t\t\t\t<div class=\"premium-gallery-item elementor-repeater-item-6157317 \">\n\t\t\t\t<div class=\"pa-gallery-img style3\" onclick=\"\">\n\t\t\t\t\t<div class=\"pa-gallery-img-container\">\n\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/elementor\/thumbs\/RA2025-rmm3axrpgne4j8hqx0563ig7exo2hj8jqa0btrohq0.jpg\" title=\"RA2025\" alt=\"RA2025\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t<div class=\"pa-gallery-icons-wrapper\">\n\t\t\t\t\t\t\t\t<div class=\"pa-gallery-icons-inner-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"pa-gallery-whole-link\" href=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/CAGI_RA25.pdf\" target=\"_blank\">\n\t\t\t\t\t\t\t\t<span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"premium-gallery-item elementor-repeater-item-4a34207 \">\n\t\t\t\t<div class=\"pa-gallery-img style3\" onclick=\"\">\n\t\t\t\t\t<div class=\"pa-gallery-img-container\">\n\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/elementor\/thumbs\/RA2024-r5gjjfzinvhgwe2lsminxwlft6vn2c1l1rx9eyyfug.jpg\" title=\"RA2024\" alt=\"RA2024\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t<div class=\"pa-gallery-icons-wrapper\">\n\t\t\t\t\t\t\t\t<div class=\"pa-gallery-icons-inner-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"pa-gallery-whole-link\" href=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/CAGI_RA24.pdf\" target=\"_blank\">\n\t\t\t\t\t\t\t\t<span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"premium-gallery-item elementor-repeater-item-7dac0a9 \">\n\t\t\t\t<div class=\"pa-gallery-img style3\" onclick=\"\">\n\t\t\t\t\t<div class=\"pa-gallery-img-container\">\n\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/elementor\/thumbs\/CAGI_RA23-qntaj2l5yx8txwk2afcdluke2mra9g5jygv5g2wgqg.jpg\" title=\"CAGI_RA23\" alt=\"CAGI_RA23\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t<div class=\"pa-gallery-icons-wrapper\">\n\t\t\t\t\t\t\t\t<div class=\"pa-gallery-icons-inner-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"pa-gallery-whole-link\" href=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/CAGI_RA23.pdf\" target=\"_blank\">\n\t\t\t\t\t\t\t\t<span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t<\/div>\n\n\t\t\n\t<\/div>\n\n\t\t\n\t\t\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-426e83e elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"426e83e\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;dc21bc4&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:&quot;1&quot;,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}],&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-34c4d4a\" data-id=\"34c4d4a\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-41313c5 elementor-widget elementor-widget-heading\" data-id=\"41313c5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Organisation<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-17278de ha-toggle--icon-right elementor-widget elementor-widget-ha-toggle happy-addon ha-toggle happy-addon-pro\" data-id=\"17278de\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ha-toggle.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"ha-toggle__wrapper\" role=\"tablist\">\n\t\t\t\t\t\t\t<div class=\"ha-toggle__item\">\n\t\t\t\t\t<div id=\"ha-toggle__item-title-2421\" class=\"ha-toggle__item-title\" data-tab=\"1\" role=\"tab\" aria-controls=\"ha-toggle__item-content-2421\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"ha-toggle__item-icon ha-toggle__icon\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"ha-toggle__icon--closed\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"43\" height=\"43\" viewBox=\"0 0 43 43\"><g id=\"Groupe_201\" data-name=\"Groupe 201\" transform=\"translate(-1591.5 -1166.5)\"><g id=\"Groupe_88\" data-name=\"Groupe 88\" transform=\"translate(-25.5 -74.5)\"><line id=\"Ligne_93\" data-name=\"Ligne 93\" y2=\"40\" transform=\"translate(1638.5 1242.5)\" fill=\"none\" stroke=\"#707070\" stroke-linecap=\"round\" stroke-width=\"3\"><\/line><line id=\"Ligne_94\" data-name=\"Ligne 94\" x1=\"40\" transform=\"translate(1618.5 1262.5)\" fill=\"none\" stroke=\"#707070\" stroke-linecap=\"round\" stroke-width=\"3\"><\/line><\/g><\/g><\/svg><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"ha-toggle__icon--opened\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"43\" height=\"3\" viewBox=\"0 0 43 3\"><line id=\"Ligne_896\" data-name=\"Ligne 896\" x1=\"40\" transform=\"translate(1.5 1.5)\" fill=\"none\" stroke=\"#707070\" stroke-linecap=\"round\" stroke-width=\"3\"><\/line><\/svg><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"ha-toggle__item-title-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"ha-toggle__item-title-text\">Equipe<\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div id=\"ha-toggle__item-content-2421\" class=\"ha-toggle__item-content\" data-tab=\"1\" role=\"tabpanel\" aria-labelledby=\"ha-toggle__item-title-2421\">\n\t\t\t\t\t\t\t\t<div data-elementor-type=\"section\" data-elementor-id=\"734\" class=\"elementor elementor-734\" data-elementor-settings=\"{&quot;ha_cmc_init_switcher&quot;:&quot;no&quot;}\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-23c5e2f elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"23c5e2f\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;2306156&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:&quot;1&quot;,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}],&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-7f2e485e\" data-id=\"7f2e485e\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-36d2446 elementor-widget elementor-widget-image\" data-id=\"36d2446\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/OrganigrammeCAGI26-scaled.png\" target=\"_blank\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"611\" src=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/OrganigrammeCAGI26-1024x611.png\" class=\"attachment-large size-large wp-image-56900\" alt=\"\" srcset=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/OrganigrammeCAGI26-1024x611.png 1024w, https:\/\/www.cagi.ch\/wp-content\/uploads\/OrganigrammeCAGI26-300x179.png 300w, https:\/\/www.cagi.ch\/wp-content\/uploads\/OrganigrammeCAGI26-768x458.png 768w, https:\/\/www.cagi.ch\/wp-content\/uploads\/OrganigrammeCAGI26-1536x916.png 1536w, https:\/\/www.cagi.ch\/wp-content\/uploads\/OrganigrammeCAGI26-2048x1221.png 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-37be7eb2 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"37be7eb2\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;c6d1039&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:&quot;1&quot;,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}],&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-23d7aa13\" data-id=\"23d7aa13\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-8682712 elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"8682712\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img loading=\"lazy\" decoding=\"async\" width=\"337\" height=\"337\" src=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/ASalem.jpg\" class=\"attachment-full size-full wp-image-43526\" alt=\"\" srcset=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/ASalem.jpg 337w, https:\/\/www.cagi.ch\/wp-content\/uploads\/ASalem-300x300.jpg 300w, https:\/\/www.cagi.ch\/wp-content\/uploads\/ASalem-150x150.jpg 150w\" sizes=\"(max-width: 337px) 100vw, 337px\" \/><\/figure><div class=\"elementor-image-box-content\"><h4 class=\"elementor-image-box-title\">Andr\u00e9 SALEM<\/h4><p class=\"elementor-image-box-description\">Responsable adjoint du Service promotion culturelle (Kiosques ONU Gen\u00e8ve\/CERN) et Delegates Information Desk<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-616eda3b\" data-id=\"616eda3b\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-7cd0568a elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"7cd0568a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img loading=\"lazy\" decoding=\"async\" width=\"337\" height=\"337\" src=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/equipe-carmen-herrero.jpg\" class=\"attachment-full size-full wp-image-548\" alt=\"\" srcset=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/equipe-carmen-herrero.jpg 337w, https:\/\/www.cagi.ch\/wp-content\/uploads\/equipe-carmen-herrero-300x300.jpg 300w, https:\/\/www.cagi.ch\/wp-content\/uploads\/equipe-carmen-herrero-150x150.jpg 150w\" sizes=\"(max-width: 337px) 100vw, 337px\" \/><\/figure><div class=\"elementor-image-box-content\"><h4 class=\"elementor-image-box-title\">Carmen HERRERO <\/h4><p class=\"elementor-image-box-description\">Responsable adjointe du Service Soci\u00e9t\u00e9 Civile, sp\u00e9cialiste de l'h\u00e9bergement des d\u00e9l\u00e9gu\u00e9s<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-723634c\" data-id=\"723634c\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-467d7c36 elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"467d7c36\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img loading=\"lazy\" decoding=\"async\" width=\"337\" height=\"337\" src=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/Elin.jpg\" class=\"attachment-full size-full wp-image-48739\" alt=\"\" srcset=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/Elin.jpg 337w, https:\/\/www.cagi.ch\/wp-content\/uploads\/Elin-300x300.jpg 300w, https:\/\/www.cagi.ch\/wp-content\/uploads\/Elin-150x150.jpg 150w\" sizes=\"(max-width: 337px) 100vw, 337px\" \/><\/figure><div class=\"elementor-image-box-content\"><h4 class=\"elementor-image-box-title\">Elin NIKOLOV<\/h4><p class=\"elementor-image-box-description\">R\u00e9ceptionniste \/ Gestionnaire administratif en charge de l'intendance<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-19c0816f\" data-id=\"19c0816f\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-86888d1 elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"86888d1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img loading=\"lazy\" decoding=\"async\" width=\"337\" height=\"337\" src=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/Droz.jpg\" class=\"attachment-full size-full wp-image-53137\" alt=\"\" srcset=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/Droz.jpg 337w, https:\/\/www.cagi.ch\/wp-content\/uploads\/Droz-300x300.jpg 300w, https:\/\/www.cagi.ch\/wp-content\/uploads\/Droz-150x150.jpg 150w\" sizes=\"(max-width: 337px) 100vw, 337px\" \/><\/figure><div class=\"elementor-image-box-content\"><h4 class=\"elementor-image-box-title\">Eric DROZ<\/h4><p class=\"elementor-image-box-description\">Responsable adjoint du Service Communication et promotion culturelle\nSp\u00e9cialiste en communication digitale<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-c9dca17 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"c9dca17\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;07b7baa&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:&quot;1&quot;,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}],&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-a0591f4\" data-id=\"a0591f4\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-44c36bc elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"44c36bc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img loading=\"lazy\" decoding=\"async\" width=\"337\" height=\"337\" src=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/Bourgeois-Prieur.jpg\" class=\"attachment-full size-full wp-image-53132\" alt=\"\" srcset=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/Bourgeois-Prieur.jpg 337w, https:\/\/www.cagi.ch\/wp-content\/uploads\/Bourgeois-Prieur-300x300.jpg 300w, https:\/\/www.cagi.ch\/wp-content\/uploads\/Bourgeois-Prieur-150x150.jpg 150w\" sizes=\"(max-width: 337px) 100vw, 337px\" \/><\/figure><div class=\"elementor-image-box-content\"><h4 class=\"elementor-image-box-title\">Flore-Anne BOURGEOIS PRIEUR<\/h4><p class=\"elementor-image-box-description\">Responsable du Service Soci\u00e9t\u00e9 Civile<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-5534fd6\" data-id=\"5534fd6\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-39513e3 elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"39513e3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img loading=\"lazy\" decoding=\"async\" width=\"337\" height=\"337\" src=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/equipe-gregory-bozzetti.jpg\" class=\"attachment-full size-full wp-image-554\" alt=\"\" srcset=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/equipe-gregory-bozzetti.jpg 337w, https:\/\/www.cagi.ch\/wp-content\/uploads\/equipe-gregory-bozzetti-300x300.jpg 300w, https:\/\/www.cagi.ch\/wp-content\/uploads\/equipe-gregory-bozzetti-150x150.jpg 150w\" sizes=\"(max-width: 337px) 100vw, 337px\" \/><\/figure><div class=\"elementor-image-box-content\"><h4 class=\"elementor-image-box-title\">Gregory BOZZETTI<\/h4><p class=\"elementor-image-box-description\">Co-Directeur ad interim\nResponsable du Service Bienvenue, et des Ressources Humaines du CAGI <\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-3161b1bd\" data-id=\"3161b1bd\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-7907b905 elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"7907b905\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img loading=\"lazy\" decoding=\"async\" width=\"337\" height=\"337\" src=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/J_Thrall.jpg\" class=\"attachment-full size-full wp-image-53134\" alt=\"\" srcset=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/J_Thrall.jpg 337w, https:\/\/www.cagi.ch\/wp-content\/uploads\/J_Thrall-300x300.jpg 300w, https:\/\/www.cagi.ch\/wp-content\/uploads\/J_Thrall-150x150.jpg 150w\" sizes=\"(max-width: 337px) 100vw, 337px\" \/><\/figure><div class=\"elementor-image-box-content\"><h4 class=\"elementor-image-box-title\">Jonathan THRALL<\/h4><p class=\"elementor-image-box-description\">Charg\u00e9 de projets du Service Soci\u00e9t\u00e9 Civile et Visites de la Gen\u00e8ve Internationale<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-87c058f\" data-id=\"87c058f\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-45e3c7d elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"45e3c7d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img loading=\"lazy\" decoding=\"async\" width=\"337\" height=\"337\" src=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/Katia.jpg\" class=\"attachment-full size-full wp-image-51978\" alt=\"\" srcset=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/Katia.jpg 337w, https:\/\/www.cagi.ch\/wp-content\/uploads\/Katia-300x300.jpg 300w, https:\/\/www.cagi.ch\/wp-content\/uploads\/Katia-150x150.jpg 150w\" sizes=\"(max-width: 337px) 100vw, 337px\" \/><\/figure><div class=\"elementor-image-box-content\"><h4 class=\"elementor-image-box-title\">Katia DONINELLI<\/h4><p class=\"elementor-image-box-description\">Gestionnaire administrative senior, sp\u00e9cialiste de l'h\u00e9bergement des d\u00e9l\u00e9gu\u00e9s<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-42bca5a elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"42bca5a\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;676c110&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:&quot;1&quot;,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}],&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-12037c33\" data-id=\"12037c33\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-52b11a7 elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"52b11a7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img loading=\"lazy\" decoding=\"async\" width=\"337\" height=\"337\" src=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/Equipe-Katrien_DeMoor.jpg\" class=\"attachment-full size-full wp-image-42618\" alt=\"\" srcset=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/Equipe-Katrien_DeMoor.jpg 337w, https:\/\/www.cagi.ch\/wp-content\/uploads\/Equipe-Katrien_DeMoor-300x300.jpg 300w, https:\/\/www.cagi.ch\/wp-content\/uploads\/Equipe-Katrien_DeMoor-150x150.jpg 150w\" sizes=\"(max-width: 337px) 100vw, 337px\" \/><\/figure><div class=\"elementor-image-box-content\"><h4 class=\"elementor-image-box-title\">Katrien DE MOOR<\/h4><p class=\"elementor-image-box-description\">Assistante de direction<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-8d2180c\" data-id=\"8d2180c\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-d9d908f elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"d9d908f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img loading=\"lazy\" decoding=\"async\" width=\"337\" height=\"337\" src=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/MarkBUCKMASTER.jpg\" class=\"attachment-full size-full wp-image-53153\" alt=\"\" srcset=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/MarkBUCKMASTER.jpg 337w, https:\/\/www.cagi.ch\/wp-content\/uploads\/MarkBUCKMASTER-300x300.jpg 300w, https:\/\/www.cagi.ch\/wp-content\/uploads\/MarkBUCKMASTER-150x150.jpg 150w\" sizes=\"(max-width: 337px) 100vw, 337px\" \/><\/figure><div class=\"elementor-image-box-content\"><h4 class=\"elementor-image-box-title\">Mark BUCKMASTER<\/h4><p class=\"elementor-image-box-description\">Responsable adjoint du Service Bienvenue, sp\u00e9cialiste logement<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-c255b95\" data-id=\"c255b95\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-24c36c7f elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"24c36c7f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img loading=\"lazy\" decoding=\"async\" width=\"337\" height=\"337\" src=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/equipe-michael-cochet.jpg\" class=\"attachment-full size-full wp-image-558\" alt=\"\" srcset=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/equipe-michael-cochet.jpg 337w, https:\/\/www.cagi.ch\/wp-content\/uploads\/equipe-michael-cochet-300x300.jpg 300w, https:\/\/www.cagi.ch\/wp-content\/uploads\/equipe-michael-cochet-150x150.jpg 150w\" sizes=\"(max-width: 337px) 100vw, 337px\" \/><\/figure><div class=\"elementor-image-box-content\"><h4 class=\"elementor-image-box-title\">Michael COCHET<\/h4><p class=\"elementor-image-box-description\">Co-Directeur ad interim\nResponsable du Service Communication et promotion culturelle (Kiosques ONU Gen\u00e8ve\/CERN) et du Delegates Information Desk<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-317394b0\" data-id=\"317394b0\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-3d5e107 elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"3d5e107\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img loading=\"lazy\" decoding=\"async\" width=\"337\" height=\"337\" src=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/equipe-mounia-ouldaissa.jpg\" class=\"attachment-full size-full wp-image-562\" alt=\"\" srcset=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/equipe-mounia-ouldaissa.jpg 337w, https:\/\/www.cagi.ch\/wp-content\/uploads\/equipe-mounia-ouldaissa-300x300.jpg 300w, https:\/\/www.cagi.ch\/wp-content\/uploads\/equipe-mounia-ouldaissa-150x150.jpg 150w\" sizes=\"(max-width: 337px) 100vw, 337px\" \/><\/figure><div class=\"elementor-image-box-content\"><h4 class=\"elementor-image-box-title\">Mounia OULDAISSA<\/h4><p class=\"elementor-image-box-description\">Assistante du Service Bienvenue, sp\u00e9cialiste de la Bourse d'Echanges Linguistiques<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-5b2be1b elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"5b2be1b\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;676c110&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:&quot;1&quot;,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}],&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-635c5ad\" data-id=\"635c5ad\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-5384f0d elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"5384f0d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img loading=\"lazy\" decoding=\"async\" width=\"337\" height=\"337\" src=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/equipe-sonia-tancic.jpg\" class=\"attachment-full size-full wp-image-566\" alt=\"\" srcset=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/equipe-sonia-tancic.jpg 337w, https:\/\/www.cagi.ch\/wp-content\/uploads\/equipe-sonia-tancic-300x300.jpg 300w, https:\/\/www.cagi.ch\/wp-content\/uploads\/equipe-sonia-tancic-150x150.jpg 150w\" sizes=\"(max-width: 337px) 100vw, 337px\" \/><\/figure><div class=\"elementor-image-box-content\"><h4 class=\"elementor-image-box-title\">Sonia TANCIC PEREZ<\/h4><p class=\"elementor-image-box-description\">Responsable adjointe du Service Soci\u00e9t\u00e9 Civile, sp\u00e9cialiste ONG<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-e1eacfa\" data-id=\"e1eacfa\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-0c430b7 elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"0c430b7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img loading=\"lazy\" decoding=\"async\" width=\"337\" height=\"337\" src=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/equipe-veronica-eggly.jpg\" class=\"attachment-full size-full wp-image-570\" alt=\"\" srcset=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/equipe-veronica-eggly.jpg 337w, https:\/\/www.cagi.ch\/wp-content\/uploads\/equipe-veronica-eggly-300x300.jpg 300w, https:\/\/www.cagi.ch\/wp-content\/uploads\/equipe-veronica-eggly-150x150.jpg 150w\" sizes=\"(max-width: 337px) 100vw, 337px\" \/><\/figure><div class=\"elementor-image-box-content\"><h4 class=\"elementor-image-box-title\">Veronica EGGLY<\/h4><p class=\"elementor-image-box-description\">Responsable adjointe du Service Bienvenue, sp\u00e9cialiste du Programme d'Accueil<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-0f8381c\" data-id=\"0f8381c\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-e1c18c9\" data-id=\"e1c18c9\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"ha-toggle__item\">\n\t\t\t\t\t<div id=\"ha-toggle__item-title-2422\" class=\"ha-toggle__item-title\" data-tab=\"2\" role=\"tab\" aria-controls=\"ha-toggle__item-content-2422\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"ha-toggle__item-icon ha-toggle__icon\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"ha-toggle__icon--closed\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"43\" height=\"43\" viewBox=\"0 0 43 43\"><g id=\"Groupe_201\" data-name=\"Groupe 201\" transform=\"translate(-1591.5 -1166.5)\"><g id=\"Groupe_88\" data-name=\"Groupe 88\" transform=\"translate(-25.5 -74.5)\"><line id=\"Ligne_93\" data-name=\"Ligne 93\" y2=\"40\" transform=\"translate(1638.5 1242.5)\" fill=\"none\" stroke=\"#707070\" stroke-linecap=\"round\" stroke-width=\"3\"><\/line><line id=\"Ligne_94\" data-name=\"Ligne 94\" x1=\"40\" transform=\"translate(1618.5 1262.5)\" fill=\"none\" stroke=\"#707070\" stroke-linecap=\"round\" stroke-width=\"3\"><\/line><\/g><\/g><\/svg><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"ha-toggle__icon--opened\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"43\" height=\"3\" viewBox=\"0 0 43 3\"><line id=\"Ligne_896\" data-name=\"Ligne 896\" x1=\"40\" transform=\"translate(1.5 1.5)\" fill=\"none\" stroke=\"#707070\" stroke-linecap=\"round\" stroke-width=\"3\"><\/line><\/svg><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"ha-toggle__item-title-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"ha-toggle__item-title-text\">Membres<\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div id=\"ha-toggle__item-content-2422\" class=\"ha-toggle__item-content\" data-tab=\"2\" role=\"tabpanel\" aria-labelledby=\"ha-toggle__item-title-2422\">\n\t\t\t\t\t\t\t\t<div data-elementor-type=\"section\" data-elementor-id=\"731\" class=\"elementor elementor-731\" data-elementor-settings=\"{&quot;ha_cmc_init_switcher&quot;:&quot;no&quot;}\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-4c8fb9cd elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"4c8fb9cd\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;62af6a1&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:&quot;1&quot;,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}],&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-2430ec87\" data-id=\"2430ec87\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-3036be64 elementor-widget elementor-widget-heading\" data-id=\"3036be64\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Founding members<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-27e7ccf2 ha-logo-grid--border ha-logo-grid--col-5 ha-logo-grid--col--tablet3 ha-logo-grid--col--mobile2 elementor-widget elementor-widget-ha-logo-grid happy-addon ha-logo-grid\" data-id=\"27e7ccf2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ha-logo-grid.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n        <div class=\"ha-logo-grid-wrapper\">\n                            <a class=\"ha-logo-grid-item ha-logo-grid-link\" href=\"https:\/\/www.admin.ch\/gov\/fr\/accueil.html\" target=\"_blank\" rel=\"nofollow\">\n                    <figure class=\"ha-logo-grid-figure\">\n                    <img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"500\" src=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/conf_suisse.png\" class=\"ha-logo-grid-img elementor-animation-grow\" alt=\"\" srcset=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/conf_suisse.png 500w, https:\/\/www.cagi.ch\/wp-content\/uploads\/conf_suisse-300x300.png 300w, https:\/\/www.cagi.ch\/wp-content\/uploads\/conf_suisse-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" \/>                    <\/figure>\n                <\/a>\n                            <a class=\"ha-logo-grid-item ha-logo-grid-link\" href=\"https:\/\/www.ge.ch\/\" target=\"_blank\" rel=\"nofollow\">\n                    <figure class=\"ha-logo-grid-figure\">\n                    <img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"500\" src=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/rep-canton-geneve.png\" class=\"ha-logo-grid-img elementor-animation-grow\" alt=\"\" srcset=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/rep-canton-geneve.png 500w, https:\/\/www.cagi.ch\/wp-content\/uploads\/rep-canton-geneve-300x300.png 300w, https:\/\/www.cagi.ch\/wp-content\/uploads\/rep-canton-geneve-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" \/>                    <\/figure>\n                <\/a>\n                    <\/div>\n\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2b592cb3 elementor-widget elementor-widget-heading\" data-id=\"2b592cb3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Associate members<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6ff82f02 ha-logo-grid--border ha-logo-grid--col-5 ha-logo-grid--col--tablet3 ha-logo-grid--col--mobile2 elementor-widget elementor-widget-ha-logo-grid happy-addon ha-logo-grid\" data-id=\"6ff82f02\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ha-logo-grid.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n        <div class=\"ha-logo-grid-wrapper\">\n                            <div class=\"ha-logo-grid-item\">\n                    <figure class=\"ha-logo-grid-figure\">\n                    <img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"500\" src=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/associations-amis-fdg.png\" class=\"ha-logo-grid-img elementor-animation-grow\" alt=\"\" srcset=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/associations-amis-fdg.png 500w, https:\/\/www.cagi.ch\/wp-content\/uploads\/associations-amis-fdg-300x300.png 300w, https:\/\/www.cagi.ch\/wp-content\/uploads\/associations-amis-fdg-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" \/>                    <\/figure>\n                <\/div>\n                            <a class=\"ha-logo-grid-item ha-logo-grid-link\" href=\"https:\/\/www.bcge.ch\/\" target=\"_blank\" rel=\"nofollow\">\n                    <figure class=\"ha-logo-grid-figure\">\n                    <img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"500\" src=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/05-bcge.png\" class=\"ha-logo-grid-img elementor-animation-grow\" alt=\"\" srcset=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/05-bcge.png 500w, https:\/\/www.cagi.ch\/wp-content\/uploads\/05-bcge-300x300.png 300w, https:\/\/www.cagi.ch\/wp-content\/uploads\/05-bcge-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" \/>                    <\/figure>\n                <\/a>\n                            <a class=\"ha-logo-grid-item ha-logo-grid-link\" href=\"https:\/\/www.ccig.ch\/\" target=\"_blank\" rel=\"nofollow\">\n                    <figure class=\"ha-logo-grid-figure\">\n                    <img loading=\"lazy\" decoding=\"async\" width=\"1070\" height=\"432\" src=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/2-CCIG-1.jpg\" class=\"ha-logo-grid-img elementor-animation-grow\" alt=\"\" srcset=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/2-CCIG-1.jpg 1070w, https:\/\/www.cagi.ch\/wp-content\/uploads\/2-CCIG-1-300x121.jpg 300w, https:\/\/www.cagi.ch\/wp-content\/uploads\/2-CCIG-1-1024x413.jpg 1024w, https:\/\/www.cagi.ch\/wp-content\/uploads\/2-CCIG-1-768x310.jpg 768w\" sizes=\"(max-width: 1070px) 100vw, 1070px\" \/>                    <\/figure>\n                <\/a>\n                            <a class=\"ha-logo-grid-item ha-logo-grid-link\" href=\"https:\/\/www.vd.ch\/\" target=\"_blank\" rel=\"nofollow\">\n                    <figure class=\"ha-logo-grid-figure\">\n                    <img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"500\" src=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/canton-vaud.png\" class=\"ha-logo-grid-img elementor-animation-grow\" alt=\"\" srcset=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/canton-vaud.png 500w, https:\/\/www.cagi.ch\/wp-content\/uploads\/canton-vaud-300x300.png 300w, https:\/\/www.cagi.ch\/wp-content\/uploads\/canton-vaud-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" \/>                    <\/figure>\n                <\/a>\n                            <a class=\"ha-logo-grid-item ha-logo-grid-link\" href=\"https:\/\/www.fer-ge.ch\/\" target=\"_blank\" rel=\"nofollow\">\n                    <figure class=\"ha-logo-grid-figure\">\n                    <img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"500\" src=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/ferg.png\" class=\"ha-logo-grid-img elementor-animation-grow\" alt=\"\" srcset=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/ferg.png 500w, https:\/\/www.cagi.ch\/wp-content\/uploads\/ferg-300x300.png 300w, https:\/\/www.cagi.ch\/wp-content\/uploads\/ferg-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" \/>                    <\/figure>\n                <\/a>\n                            <a class=\"ha-logo-grid-item ha-logo-grid-link\" href=\"https:\/\/www.fipoi.ch\/\" target=\"_blank\" rel=\"nofollow\">\n                    <figure class=\"ha-logo-grid-figure\">\n                    <img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"800\" src=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/FIPOI_2.png\" class=\"ha-logo-grid-img elementor-animation-grow\" alt=\"\" srcset=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/FIPOI_2.png 800w, https:\/\/www.cagi.ch\/wp-content\/uploads\/FIPOI_2-300x300.png 300w, https:\/\/www.cagi.ch\/wp-content\/uploads\/FIPOI_2-150x150.png 150w, https:\/\/www.cagi.ch\/wp-content\/uploads\/FIPOI_2-768x768.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>                    <\/figure>\n                <\/a>\n                            <a class=\"ha-logo-grid-item ha-logo-grid-link\" href=\"https:\/\/www.fondationpourgeneve.ch\/fr\/\" target=\"_blank\" rel=\"nofollow\">\n                    <figure class=\"ha-logo-grid-figure\">\n                    <img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"800\" src=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/FpG_22.png\" class=\"ha-logo-grid-img elementor-animation-grow\" alt=\"\" srcset=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/FpG_22.png 800w, https:\/\/www.cagi.ch\/wp-content\/uploads\/FpG_22-300x300.png 300w, https:\/\/www.cagi.ch\/wp-content\/uploads\/FpG_22-150x150.png 150w, https:\/\/www.cagi.ch\/wp-content\/uploads\/FpG_22-768x768.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>                    <\/figure>\n                <\/a>\n                            <a class=\"ha-logo-grid-item ha-logo-grid-link\" href=\"https:\/\/gva.ch\" target=\"_blank\" rel=\"nofollow\">\n                    <figure class=\"ha-logo-grid-figure\">\n                    <img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"500\" src=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/geneve-aeroport-1.png\" class=\"ha-logo-grid-img elementor-animation-grow\" alt=\"\" srcset=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/geneve-aeroport-1.png 500w, https:\/\/www.cagi.ch\/wp-content\/uploads\/geneve-aeroport-1-300x300.png 300w, https:\/\/www.cagi.ch\/wp-content\/uploads\/geneve-aeroport-1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" \/>                    <\/figure>\n                <\/a>\n                            <a class=\"ha-logo-grid-item ha-logo-grid-link\" href=\"https:\/\/www.geneve.com\/fr\/\" target=\"_blank\" rel=\"nofollow\">\n                    <figure class=\"ha-logo-grid-figure\">\n                    <img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"800\" src=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/GENEVA-TOURISM-1.png\" class=\"ha-logo-grid-img elementor-animation-grow\" alt=\"\" srcset=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/GENEVA-TOURISM-1.png 800w, https:\/\/www.cagi.ch\/wp-content\/uploads\/GENEVA-TOURISM-1-300x300.png 300w, https:\/\/www.cagi.ch\/wp-content\/uploads\/GENEVA-TOURISM-1-150x150.png 150w, https:\/\/www.cagi.ch\/wp-content\/uploads\/GENEVA-TOURISM-1-768x768.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>                    <\/figure>\n                <\/a>\n                            <a class=\"ha-logo-grid-item ha-logo-grid-link\" href=\"https:\/\/www.hug.ch\/\" target=\"_blank\" rel=\"nofollow\">\n                    <figure class=\"ha-logo-grid-figure\">\n                    <img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"500\" src=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/hug.png\" class=\"ha-logo-grid-img elementor-animation-grow\" alt=\"\" srcset=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/hug.png 500w, https:\/\/www.cagi.ch\/wp-content\/uploads\/hug-300x300.png 300w, https:\/\/www.cagi.ch\/wp-content\/uploads\/hug-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" \/>                    <\/figure>\n                <\/a>\n                            <a class=\"ha-logo-grid-item ha-logo-grid-link\" href=\"https:\/\/ww2.sig-ge.ch\/\" target=\"_blank\" rel=\"nofollow\">\n                    <figure class=\"ha-logo-grid-figure\">\n                    <img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"500\" src=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/sig-1.png\" class=\"ha-logo-grid-img elementor-animation-grow\" alt=\"\" srcset=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/sig-1.png 500w, https:\/\/www.cagi.ch\/wp-content\/uploads\/sig-1-300x300.png 300w, https:\/\/www.cagi.ch\/wp-content\/uploads\/sig-1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" \/>                    <\/figure>\n                <\/a>\n                            <a class=\"ha-logo-grid-item ha-logo-grid-link\" href=\"https:\/\/unige.ch\/\" target=\"_blank\" rel=\"nofollow\">\n                    <figure class=\"ha-logo-grid-figure\">\n                    <img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"500\" src=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/unige.png\" class=\"ha-logo-grid-img elementor-animation-grow\" alt=\"\" srcset=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/unige.png 500w, https:\/\/www.cagi.ch\/wp-content\/uploads\/unige-300x300.png 300w, https:\/\/www.cagi.ch\/wp-content\/uploads\/unige-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" \/>                    <\/figure>\n                <\/a>\n                            <a class=\"ha-logo-grid-item ha-logo-grid-link\" href=\"https:\/\/www.geneve.ch\/fr\" target=\"_blank\" rel=\"nofollow\">\n                    <figure class=\"ha-logo-grid-figure\">\n                    <img loading=\"lazy\" decoding=\"async\" width=\"1063\" height=\"709\" src=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/13-Ville-de-Geneve.jpg\" class=\"ha-logo-grid-img elementor-animation-grow\" alt=\"\" srcset=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/13-Ville-de-Geneve.jpg 1063w, https:\/\/www.cagi.ch\/wp-content\/uploads\/13-Ville-de-Geneve-300x200.jpg 300w, https:\/\/www.cagi.ch\/wp-content\/uploads\/13-Ville-de-Geneve-1024x683.jpg 1024w, https:\/\/www.cagi.ch\/wp-content\/uploads\/13-Ville-de-Geneve-768x512.jpg 768w\" sizes=\"(max-width: 1063px) 100vw, 1063px\" \/>                    <\/figure>\n                <\/a>\n                    <\/div>\n\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6a189258 elementor-widget elementor-widget-heading\" data-id=\"6a189258\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Supporting members<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-22b0b34e ha-logo-grid--border ha-logo-grid--col-5 ha-logo-grid--col--tablet3 ha-logo-grid--col--mobile2 elementor-widget elementor-widget-ha-logo-grid happy-addon ha-logo-grid\" data-id=\"22b0b34e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ha-logo-grid.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n        <div class=\"ha-logo-grid-wrapper\">\n                            <a class=\"ha-logo-grid-item ha-logo-grid-link\" href=\"https:\/\/www.aeliadutyfree.ch\/geneva\/fr\/\" target=\"_blank\" rel=\"nofollow\">\n                    <figure class=\"ha-logo-grid-figure\">\n                    <img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"500\" src=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/01-aelia.png\" class=\"ha-logo-grid-img elementor-animation-grow\" alt=\"\" srcset=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/01-aelia.png 500w, https:\/\/www.cagi.ch\/wp-content\/uploads\/01-aelia-300x300.png 300w, https:\/\/www.cagi.ch\/wp-content\/uploads\/01-aelia-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" \/>                    <\/figure>\n                <\/a>\n                            <a class=\"ha-logo-grid-item ha-logo-grid-link\" href=\"https:\/\/www.geneve-cliniques.ch\/\" target=\"_blank\" rel=\"nofollow\">\n                    <figure class=\"ha-logo-grid-figure\">\n                    <img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"500\" src=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/02-geneve_cliniques.png\" class=\"ha-logo-grid-img elementor-animation-grow\" alt=\"\" srcset=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/02-geneve_cliniques.png 500w, https:\/\/www.cagi.ch\/wp-content\/uploads\/02-geneve_cliniques-300x300.png 300w, https:\/\/www.cagi.ch\/wp-content\/uploads\/02-geneve_cliniques-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" \/>                    <\/figure>\n                <\/a>\n                            <a class=\"ha-logo-grid-item ha-logo-grid-link\" href=\"https:\/\/www.acg.ch\/\" target=\"_blank\" rel=\"nofollow\">\n                    <figure class=\"ha-logo-grid-figure\">\n                    <img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"800\" src=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/ACG_22.jpg\" class=\"ha-logo-grid-img elementor-animation-grow\" alt=\"\" srcset=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/ACG_22.jpg 800w, https:\/\/www.cagi.ch\/wp-content\/uploads\/ACG_22-300x300.jpg 300w, https:\/\/www.cagi.ch\/wp-content\/uploads\/ACG_22-150x150.jpg 150w, https:\/\/www.cagi.ch\/wp-content\/uploads\/ACG_22-768x768.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>                    <\/figure>\n                <\/a>\n                            <a class=\"ha-logo-grid-item ha-logo-grid-link\" href=\"https:\/\/www.agep.ch\/\" target=\"_blank\" rel=\"nofollow\">\n                    <figure class=\"ha-logo-grid-figure\">\n                    <img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"500\" src=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/04-agep.png\" class=\"ha-logo-grid-img elementor-animation-grow\" alt=\"\" srcset=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/04-agep.png 500w, https:\/\/www.cagi.ch\/wp-content\/uploads\/04-agep-300x300.png 300w, https:\/\/www.cagi.ch\/wp-content\/uploads\/04-agep-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" \/>                    <\/figure>\n                <\/a>\n                            <a class=\"ha-logo-grid-item ha-logo-grid-link\" href=\"https:\/\/www.axa.ch\/fr\/aproposdaxa\/endroits\/agenturen\/vernier_50002386.html\" target=\"_blank\" rel=\"nofollow\">\n                    <figure class=\"ha-logo-grid-figure\">\n                    <img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"800\" src=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/AxaVernier.png\" class=\"ha-logo-grid-img elementor-animation-grow\" alt=\"\" srcset=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/AxaVernier.png 800w, https:\/\/www.cagi.ch\/wp-content\/uploads\/AxaVernier-300x300.png 300w, https:\/\/www.cagi.ch\/wp-content\/uploads\/AxaVernier-150x150.png 150w, https:\/\/www.cagi.ch\/wp-content\/uploads\/AxaVernier-768x768.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>                    <\/figure>\n                <\/a>\n                            <a class=\"ha-logo-grid-item ha-logo-grid-link\" href=\"https:\/\/balexert.ch\/\" target=\"_blank\" rel=\"nofollow\">\n                    <figure class=\"ha-logo-grid-figure\">\n                    <img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"800\" src=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/LOGO-Balexert.jpg\" class=\"ha-logo-grid-img elementor-animation-grow\" alt=\"\" srcset=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/LOGO-Balexert.jpg 800w, https:\/\/www.cagi.ch\/wp-content\/uploads\/LOGO-Balexert-300x300.jpg 300w, https:\/\/www.cagi.ch\/wp-content\/uploads\/LOGO-Balexert-150x150.jpg 150w, https:\/\/www.cagi.ch\/wp-content\/uploads\/LOGO-Balexert-768x768.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>                    <\/figure>\n                <\/a>\n                            <a class=\"ha-logo-grid-item ha-logo-grid-link\" href=\"https:\/\/bubbles-creches.ch\/\" target=\"_blank\" rel=\"nofollow\">\n                    <figure class=\"ha-logo-grid-figure\">\n                    <img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"800\" src=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/Bubbles_creches.png\" class=\"ha-logo-grid-img elementor-animation-grow\" alt=\"\" srcset=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/Bubbles_creches.png 800w, https:\/\/www.cagi.ch\/wp-content\/uploads\/Bubbles_creches-300x300.png 300w, https:\/\/www.cagi.ch\/wp-content\/uploads\/Bubbles_creches-150x150.png 150w, https:\/\/www.cagi.ch\/wp-content\/uploads\/Bubbles_creches-768x768.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>                    <\/figure>\n                <\/a>\n                            <a class=\"ha-logo-grid-item ha-logo-grid-link\" href=\"https:\/\/home.cern\/fr\" target=\"_blank\" rel=\"nofollow\">\n                    <figure class=\"ha-logo-grid-figure\">\n                    <img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"800\" src=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/LOGO-CERN.jpg\" class=\"ha-logo-grid-img elementor-animation-grow\" alt=\"\" srcset=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/LOGO-CERN.jpg 800w, https:\/\/www.cagi.ch\/wp-content\/uploads\/LOGO-CERN-300x300.jpg 300w, https:\/\/www.cagi.ch\/wp-content\/uploads\/LOGO-CERN-150x150.jpg 150w, https:\/\/www.cagi.ch\/wp-content\/uploads\/LOGO-CERN-768x768.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>                    <\/figure>\n                <\/a>\n                            <a class=\"ha-logo-grid-item ha-logo-grid-link\" href=\"https:\/\/fr.cignaglobal.com\/igo-ngo-government\/our-plans\" target=\"_blank\" rel=\"nofollow\">\n                    <figure class=\"ha-logo-grid-figure\">\n                    <img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"800\" src=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/Cigna.png\" class=\"ha-logo-grid-img elementor-animation-grow\" alt=\"\" srcset=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/Cigna.png 800w, https:\/\/www.cagi.ch\/wp-content\/uploads\/Cigna-300x300.png 300w, https:\/\/www.cagi.ch\/wp-content\/uploads\/Cigna-150x150.png 150w, https:\/\/www.cagi.ch\/wp-content\/uploads\/Cigna-768x768.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>                    <\/figure>\n                <\/a>\n                            <a class=\"ha-logo-grid-item ha-logo-grid-link\" href=\"https:\/\/pressclub.ch\/\" target=\"_blank\" rel=\"nofollow\">\n                    <figure class=\"ha-logo-grid-figure\">\n                    <img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"500\" src=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/06-club_suisse_presse.png\" class=\"ha-logo-grid-img elementor-animation-grow\" alt=\"\" srcset=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/06-club_suisse_presse.png 500w, https:\/\/www.cagi.ch\/wp-content\/uploads\/06-club_suisse_presse-300x300.png 300w, https:\/\/www.cagi.ch\/wp-content\/uploads\/06-club_suisse_presse-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" \/>                    <\/figure>\n                <\/a>\n                            <a class=\"ha-logo-grid-item ha-logo-grid-link\" href=\"https:\/\/www.divonnelesbains.com\/\" target=\"_blank\" rel=\"nofollow\">\n                    <figure class=\"ha-logo-grid-figure\">\n                    <img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"800\" src=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/Divonne.png\" class=\"ha-logo-grid-img elementor-animation-grow\" alt=\"\" srcset=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/Divonne.png 800w, https:\/\/www.cagi.ch\/wp-content\/uploads\/Divonne-300x300.png 300w, https:\/\/www.cagi.ch\/wp-content\/uploads\/Divonne-150x150.png 150w, https:\/\/www.cagi.ch\/wp-content\/uploads\/Divonne-768x768.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>                    <\/figure>\n                <\/a>\n                            <a class=\"ha-logo-grid-item ha-logo-grid-link\" href=\"https:\/\/www.duperrex-international.com\/fr\/fr-partenariat-cagi-geneve\/\" target=\"_blank\" rel=\"nofollow\">\n                    <figure class=\"ha-logo-grid-figure\">\n                    <img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"800\" src=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/Duperrex.png\" class=\"ha-logo-grid-img elementor-animation-grow\" alt=\"\" srcset=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/Duperrex.png 800w, https:\/\/www.cagi.ch\/wp-content\/uploads\/Duperrex-300x300.png 300w, https:\/\/www.cagi.ch\/wp-content\/uploads\/Duperrex-150x150.png 150w, https:\/\/www.cagi.ch\/wp-content\/uploads\/Duperrex-768x768.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>                    <\/figure>\n                <\/a>\n                            <a class=\"ha-logo-grid-item ha-logo-grid-link\" href=\"https:\/\/www.geneve-finance.ch\/fr-ch\" target=\"_blank\" rel=\"nofollow\">\n                    <figure class=\"ha-logo-grid-figure\">\n                    <img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"500\" src=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/07-fgpf.png\" class=\"ha-logo-grid-img elementor-animation-grow\" alt=\"\" srcset=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/07-fgpf.png 500w, https:\/\/www.cagi.ch\/wp-content\/uploads\/07-fgpf-300x300.png 300w, https:\/\/www.cagi.ch\/wp-content\/uploads\/07-fgpf-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" \/>                    <\/figure>\n                <\/a>\n                            <a class=\"ha-logo-grid-item ha-logo-grid-link\" href=\"https:\/\/fondation-terracasa.ch\/\" target=\"_blank\" rel=\"nofollow\">\n                    <figure class=\"ha-logo-grid-figure\">\n                    <img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"800\" src=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/Terra_Casa.png\" class=\"ha-logo-grid-img elementor-animation-grow\" alt=\"\" srcset=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/Terra_Casa.png 800w, https:\/\/www.cagi.ch\/wp-content\/uploads\/Terra_Casa-300x300.png 300w, https:\/\/www.cagi.ch\/wp-content\/uploads\/Terra_Casa-150x150.png 150w, https:\/\/www.cagi.ch\/wp-content\/uploads\/Terra_Casa-768x768.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>                    <\/figure>\n                <\/a>\n                            <a class=\"ha-logo-grid-item ha-logo-grid-link\" href=\"https:\/\/www.gemonline.ch\/\" target=\"_blank\" rel=\"nofollow\">\n                    <figure class=\"ha-logo-grid-figure\">\n                    <img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"800\" src=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/GEM25_Logo.png\" class=\"ha-logo-grid-img elementor-animation-grow\" alt=\"\" srcset=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/GEM25_Logo.png 800w, https:\/\/www.cagi.ch\/wp-content\/uploads\/GEM25_Logo-300x300.png 300w, https:\/\/www.cagi.ch\/wp-content\/uploads\/GEM25_Logo-150x150.png 150w, https:\/\/www.cagi.ch\/wp-content\/uploads\/GEM25_Logo-768x768.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>                    <\/figure>\n                <\/a>\n                            <a class=\"ha-logo-grid-item ha-logo-grid-link\" href=\"https:\/\/www.geneveterroir.ch\/\" target=\"_blank\" rel=\"nofollow\">\n                    <figure class=\"ha-logo-grid-figure\">\n                    <img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"500\" src=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/11-ge-terroir.png\" class=\"ha-logo-grid-img elementor-animation-grow\" alt=\"\" srcset=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/11-ge-terroir.png 500w, https:\/\/www.cagi.ch\/wp-content\/uploads\/11-ge-terroir-300x300.png 300w, https:\/\/www.cagi.ch\/wp-content\/uploads\/11-ge-terroir-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" \/>                    <\/figure>\n                <\/a>\n                            <a class=\"ha-logo-grid-item ha-logo-grid-link\" href=\"https:\/\/www.graduateinstitute.ch\/\" target=\"_blank\" rel=\"nofollow\">\n                    <figure class=\"ha-logo-grid-figure\">\n                    <img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"800\" src=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/GraduateInstitute_ExecEdu.png\" class=\"ha-logo-grid-img elementor-animation-grow\" alt=\"\" srcset=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/GraduateInstitute_ExecEdu.png 800w, https:\/\/www.cagi.ch\/wp-content\/uploads\/GraduateInstitute_ExecEdu-300x300.png 300w, https:\/\/www.cagi.ch\/wp-content\/uploads\/GraduateInstitute_ExecEdu-150x150.png 150w, https:\/\/www.cagi.ch\/wp-content\/uploads\/GraduateInstitute_ExecEdu-768x768.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>                    <\/figure>\n                <\/a>\n                            <a class=\"ha-logo-grid-item ha-logo-grid-link\" href=\"https:\/\/www.hotelleriesuisse.ch\/fr\/regions\/geneve\" target=\"_blank\" rel=\"nofollow\">\n                    <figure class=\"ha-logo-grid-figure\">\n                    <img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"500\" src=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/16-hotellerie-suisse.png\" class=\"ha-logo-grid-img elementor-animation-grow\" alt=\"\" srcset=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/16-hotellerie-suisse.png 500w, https:\/\/www.cagi.ch\/wp-content\/uploads\/16-hotellerie-suisse-300x300.png 300w, https:\/\/www.cagi.ch\/wp-content\/uploads\/16-hotellerie-suisse-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" \/>                    <\/figure>\n                <\/a>\n                            <a class=\"ha-logo-grid-item ha-logo-grid-link\" href=\"https:\/\/meyrin.ch\/fr\" target=\"_blank\" rel=\"nofollow\">\n                    <figure class=\"ha-logo-grid-figure\">\n                    <img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"800\" src=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/Meyrin.png\" class=\"ha-logo-grid-img elementor-animation-grow\" alt=\"\" srcset=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/Meyrin.png 800w, https:\/\/www.cagi.ch\/wp-content\/uploads\/Meyrin-300x300.png 300w, https:\/\/www.cagi.ch\/wp-content\/uploads\/Meyrin-150x150.png 150w, https:\/\/www.cagi.ch\/wp-content\/uploads\/Meyrin-768x768.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>                    <\/figure>\n                <\/a>\n                            <a class=\"ha-logo-grid-item ha-logo-grid-link\" href=\"https:\/\/www.michaelpage.ch\/\" target=\"_blank\" rel=\"nofollow\">\n                    <figure class=\"ha-logo-grid-figure\">\n                    <img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"800\" src=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/MichaelPage.png\" class=\"ha-logo-grid-img elementor-animation-grow\" alt=\"\" srcset=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/MichaelPage.png 800w, https:\/\/www.cagi.ch\/wp-content\/uploads\/MichaelPage-300x300.png 300w, https:\/\/www.cagi.ch\/wp-content\/uploads\/MichaelPage-150x150.png 150w, https:\/\/www.cagi.ch\/wp-content\/uploads\/MichaelPage-768x768.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>                    <\/figure>\n                <\/a>\n                            <a class=\"ha-logo-grid-item ha-logo-grid-link\" href=\"https:\/\/www.ungeneva.org\/fr\" target=\"_blank\" rel=\"nofollow\">\n                    <figure class=\"ha-logo-grid-figure\">\n                    <img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"500\" src=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/12-nations_unies.png\" class=\"ha-logo-grid-img elementor-animation-grow\" alt=\"\" srcset=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/12-nations_unies.png 500w, https:\/\/www.cagi.ch\/wp-content\/uploads\/12-nations_unies-300x300.png 300w, https:\/\/www.cagi.ch\/wp-content\/uploads\/12-nations_unies-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" \/>                    <\/figure>\n                <\/a>\n                            <a class=\"ha-logo-grid-item ha-logo-grid-link\" href=\"https:\/\/www.wipo.int\/\" target=\"_blank\" rel=\"nofollow\">\n                    <figure class=\"ha-logo-grid-figure\">\n                    <img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"500\" src=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/13-ompi.png\" class=\"ha-logo-grid-img elementor-animation-grow\" alt=\"\" srcset=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/13-ompi.png 500w, https:\/\/www.cagi.ch\/wp-content\/uploads\/13-ompi-300x300.png 300w, https:\/\/www.cagi.ch\/wp-content\/uploads\/13-ompi-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" \/>                    <\/figure>\n                <\/a>\n                            <a class=\"ha-logo-grid-item ha-logo-grid-link\" href=\"https:\/\/www.francophonie.org\/\" target=\"_blank\" rel=\"nofollow\">\n                    <figure class=\"ha-logo-grid-figure\">\n                    <img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"500\" src=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/14-oif.png\" class=\"ha-logo-grid-img elementor-animation-grow\" alt=\"\" srcset=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/14-oif.png 500w, https:\/\/www.cagi.ch\/wp-content\/uploads\/14-oif-300x300.png 300w, https:\/\/www.cagi.ch\/wp-content\/uploads\/14-oif-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" \/>                    <\/figure>\n                <\/a>\n                            <a class=\"ha-logo-grid-item ha-logo-grid-link\" href=\"https:\/\/palexpo.ch\" target=\"_blank\" rel=\"nofollow\">\n                    <figure class=\"ha-logo-grid-figure\">\n                    <img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"800\" src=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/PALEXPO.png\" class=\"ha-logo-grid-img elementor-animation-grow\" alt=\"\" srcset=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/PALEXPO.png 800w, https:\/\/www.cagi.ch\/wp-content\/uploads\/PALEXPO-300x300.png 300w, https:\/\/www.cagi.ch\/wp-content\/uploads\/PALEXPO-150x150.png 150w, https:\/\/www.cagi.ch\/wp-content\/uploads\/PALEXPO-768x768.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>                    <\/figure>\n                <\/a>\n                            <a class=\"ha-logo-grid-item ha-logo-grid-link\" href=\"https:\/\/www.pregny-chambesy.ch\/\" target=\"_blank\" rel=\"nofollow\">\n                    <figure class=\"ha-logo-grid-figure\">\n                    <img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"800\" src=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/PregnyChambesy.png\" class=\"ha-logo-grid-img elementor-animation-grow\" alt=\"\" srcset=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/PregnyChambesy.png 800w, https:\/\/www.cagi.ch\/wp-content\/uploads\/PregnyChambesy-300x300.png 300w, https:\/\/www.cagi.ch\/wp-content\/uploads\/PregnyChambesy-150x150.png 150w, https:\/\/www.cagi.ch\/wp-content\/uploads\/PregnyChambesy-768x768.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>                    <\/figure>\n                <\/a>\n                            <a class=\"ha-logo-grid-item ha-logo-grid-link\" href=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/ProperLanguages_PEP_CAGI.mp4\" target=\"_blank\" rel=\"nofollow\">\n                    <figure class=\"ha-logo-grid-figure\">\n                    <img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"800\" src=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/ProperLanguages-.png\" class=\"ha-logo-grid-img elementor-animation-grow\" alt=\"\" srcset=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/ProperLanguages-.png 800w, https:\/\/www.cagi.ch\/wp-content\/uploads\/ProperLanguages--300x300.png 300w, https:\/\/www.cagi.ch\/wp-content\/uploads\/ProperLanguages--150x150.png 150w, https:\/\/www.cagi.ch\/wp-content\/uploads\/ProperLanguages--768x768.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>                    <\/figure>\n                <\/a>\n                            <a class=\"ha-logo-grid-item ha-logo-grid-link\" href=\"https:\/\/www.pwc.ch\/fr.html\" target=\"_blank\" rel=\"nofollow\">\n                    <figure class=\"ha-logo-grid-figure\">\n                    <img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"800\" src=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/pwc.png\" class=\"ha-logo-grid-img elementor-animation-grow\" alt=\"\" srcset=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/pwc.png 800w, https:\/\/www.cagi.ch\/wp-content\/uploads\/pwc-300x300.png 300w, https:\/\/www.cagi.ch\/wp-content\/uploads\/pwc-150x150.png 150w, https:\/\/www.cagi.ch\/wp-content\/uploads\/pwc-768x768.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>                    <\/figure>\n                <\/a>\n                            <a class=\"ha-logo-grid-item ha-logo-grid-link\" href=\"https:\/\/www.myswitzerland.com\/fr-ch\/\" target=\"_blank\" rel=\"nofollow\">\n                    <figure class=\"ha-logo-grid-figure\">\n                    <img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"800\" src=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/SwissTourism_logo.png\" class=\"ha-logo-grid-img elementor-animation-grow\" alt=\"\" srcset=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/SwissTourism_logo.png 800w, https:\/\/www.cagi.ch\/wp-content\/uploads\/SwissTourism_logo-300x300.png 300w, https:\/\/www.cagi.ch\/wp-content\/uploads\/SwissTourism_logo-150x150.png 150w, https:\/\/www.cagi.ch\/wp-content\/uploads\/SwissTourism_logo-768x768.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>                    <\/figure>\n                <\/a>\n                            <a class=\"ha-logo-grid-item ha-logo-grid-link\" href=\"https:\/\/tcs.ch\" target=\"_blank\" rel=\"nofollow\">\n                    <figure class=\"ha-logo-grid-figure\">\n                    <img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"500\" src=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/19-tcs.png\" class=\"ha-logo-grid-img elementor-animation-grow\" alt=\"\" srcset=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/19-tcs.png 500w, https:\/\/www.cagi.ch\/wp-content\/uploads\/19-tcs-300x300.png 300w, https:\/\/www.cagi.ch\/wp-content\/uploads\/19-tcs-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" \/>                    <\/figure>\n                <\/a>\n                            <a class=\"ha-logo-grid-item ha-logo-grid-link\" href=\"https:\/\/www.tell-np.com\/fr\" target=\"_blank\" rel=\"nofollow\">\n                    <figure class=\"ha-logo-grid-figure\">\n                    <img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"800\" src=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/TnP.png\" class=\"ha-logo-grid-img elementor-animation-grow\" alt=\"\" srcset=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/TnP.png 800w, https:\/\/www.cagi.ch\/wp-content\/uploads\/TnP-300x300.png 300w, https:\/\/www.cagi.ch\/wp-content\/uploads\/TnP-150x150.png 150w, https:\/\/www.cagi.ch\/wp-content\/uploads\/TnP-768x768.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>                    <\/figure>\n                <\/a>\n                            <a class=\"ha-logo-grid-item ha-logo-grid-link\" href=\"https:\/\/www.lausanne.ch\/\" target=\"_blank\" rel=\"nofollow\">\n                    <figure class=\"ha-logo-grid-figure\">\n                    <img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"800\" src=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/VilleDeLausanne.png\" class=\"ha-logo-grid-img elementor-animation-grow\" alt=\"\" srcset=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/VilleDeLausanne.png 800w, https:\/\/www.cagi.ch\/wp-content\/uploads\/VilleDeLausanne-300x300.png 300w, https:\/\/www.cagi.ch\/wp-content\/uploads\/VilleDeLausanne-150x150.png 150w, https:\/\/www.cagi.ch\/wp-content\/uploads\/VilleDeLausanne-768x768.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>                    <\/figure>\n                <\/a>\n                    <\/div>\n\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"ha-toggle__item\">\n\t\t\t\t\t<div id=\"ha-toggle__item-title-2423\" class=\"ha-toggle__item-title\" data-tab=\"3\" role=\"tab\" aria-controls=\"ha-toggle__item-content-2423\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"ha-toggle__item-icon ha-toggle__icon\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"ha-toggle__icon--closed\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"43\" height=\"43\" viewBox=\"0 0 43 43\"><g id=\"Groupe_201\" data-name=\"Groupe 201\" transform=\"translate(-1591.5 -1166.5)\"><g id=\"Groupe_88\" data-name=\"Groupe 88\" transform=\"translate(-25.5 -74.5)\"><line id=\"Ligne_93\" data-name=\"Ligne 93\" y2=\"40\" transform=\"translate(1638.5 1242.5)\" fill=\"none\" stroke=\"#707070\" stroke-linecap=\"round\" stroke-width=\"3\"><\/line><line id=\"Ligne_94\" data-name=\"Ligne 94\" x1=\"40\" transform=\"translate(1618.5 1262.5)\" fill=\"none\" stroke=\"#707070\" stroke-linecap=\"round\" stroke-width=\"3\"><\/line><\/g><\/g><\/svg><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"ha-toggle__icon--opened\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"43\" height=\"3\" viewBox=\"0 0 43 3\"><line id=\"Ligne_896\" data-name=\"Ligne 896\" x1=\"40\" transform=\"translate(1.5 1.5)\" fill=\"none\" stroke=\"#707070\" stroke-linecap=\"round\" stroke-width=\"3\"><\/line><\/svg><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"ha-toggle__item-title-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"ha-toggle__item-title-text\">Membres du Comit\u00e9<\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div id=\"ha-toggle__item-content-2423\" class=\"ha-toggle__item-content\" data-tab=\"3\" role=\"tabpanel\" aria-labelledby=\"ha-toggle__item-title-2423\">\n\t\t\t\t\t\t<p><strong>Pr\u00e9sidente<\/strong><\/p><p>Mme Anna <strong>IFKOVITS HORNER<\/strong>, Ambassadrice, Repr\u00e9sentante permanente adjointe et Cheffe de la Division \u00c9tat h\u00f4te de la Mission permanente de la Suisse aupr\u00e8s de l&rsquo;ONU et des autres organisations internationales \u00e0 Gen\u00e8ve<\/p><p><strong>Vice-Pr\u00e9sidente<\/strong><\/p><p>Mme B\u00e9atrice <strong>FERRARI<\/strong>, Directrice, Direction des affaires internationales, R\u00e9publique et Canton de Gen\u00e8ve<\/p><p><strong>Membres<\/strong><\/p><ul><li>M. Gionata <strong>BUZZINI<\/strong>, Secr\u00e9taire g\u00e9n\u00e9ral, Ville de Gen\u00e8ve<\/li><li>M. Laurent <strong>CHERBUT<\/strong>, Responsable D\u00e9veloppement Affaires, Direction Conseil &amp; Ing\u00e9nierie d&rsquo;affaires, Direction Relations Clients, Services Industriels de Gen\u00e8ve (SIG)<\/li><li>M. Adam <strong>BAHA<\/strong>, Secr\u00e9taire patronal, F\u00e9d\u00e9ration des Entreprises Romandes (FER)<\/li><li>Mme Katia <strong>COUDRAY<\/strong>, Responsable de la Division Wealth &amp; Asset Management, Direction g\u00e9n\u00e9rale, Banque Cantonale de Gen\u00e8ve<\/li><li>Mme Tatjana <strong>DARANI<\/strong>, Secr\u00e9taire g\u00e9n\u00e9rale, Association des Amis de la Fondation pour Gen\u00e8ve<\/li><li>Mme Roxane <strong>DUPOMMIER<\/strong>, Directrice Traveller Bureau, Fondation Gen\u00e8ve Tourisme et Congr\u00e8s<\/li><li>M. Fabrice <strong>EGGLY<\/strong>, Directeur, Fondation pour Gen\u00e8ve<\/li><li>Mme Alice <strong>FRANCILLON<\/strong>, Adjointe au Chef de l&rsquo;Office des Affaires ext\u00e9rieures, Canton de Vaud<\/li><li>Prof. Pierre-Yves <strong>MARTIN<\/strong>, Directeur, Welcome Center, HUG-UNIGE<\/li><li>M. Jean-Fran\u00e7ois <strong>DE SAUSSURE<\/strong>, Directeur g\u00e9n\u00e9ral, A\u00e9roport International de Gen\u00e8ve (AIG)<\/li><li>M. Yannick <strong>ROULIN<\/strong>, Directeur, Fondation des immeubles pour les organisations internationales (FIPOI)<\/li><li>M. Vincent <strong>SUBILIA<\/strong>, Directeur g\u00e9n\u00e9ral, Chambre de commerce, d\u2019industrie et des services de Gen\u00e8ve (CCIG)<\/li><\/ul><p><strong>Observateurs des membres fondateurs<\/strong><\/p><p>M. Pierre <strong>STRAUSS<\/strong>, Conseiller, Chef de la section Bons offices et s\u00e9curit\u00e9, Mission permanente de la Suisse aupr\u00e8s de l&rsquo;ONU et des autres organisations internationales \u00e0 Gen\u00e8ve<\/p><p><strong>Membres du Bureau du Directeur du CAGI<\/strong><\/p><ul><li>M. Gregory <strong>BOZZETTI<\/strong>, co-Directeur ad interim<\/li><li>M. Michael <strong>COCHET<\/strong>, co-Directeur ad interim<\/li><li>Mme Katrien <strong>DE MOOR<\/strong>, Assistante de direction<\/li><\/ul><p style=\"text-align: right;\">Valide au 1er mai 2026<\/p>\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"ha-toggle__item\">\n\t\t\t\t\t<div id=\"ha-toggle__item-title-2424\" class=\"ha-toggle__item-title\" data-tab=\"4\" role=\"tab\" aria-controls=\"ha-toggle__item-content-2424\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"ha-toggle__item-icon ha-toggle__icon\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"ha-toggle__icon--closed\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"43\" height=\"43\" viewBox=\"0 0 43 43\"><g id=\"Groupe_201\" data-name=\"Groupe 201\" transform=\"translate(-1591.5 -1166.5)\"><g id=\"Groupe_88\" data-name=\"Groupe 88\" transform=\"translate(-25.5 -74.5)\"><line id=\"Ligne_93\" data-name=\"Ligne 93\" y2=\"40\" transform=\"translate(1638.5 1242.5)\" fill=\"none\" stroke=\"#707070\" stroke-linecap=\"round\" stroke-width=\"3\"><\/line><line id=\"Ligne_94\" data-name=\"Ligne 94\" x1=\"40\" transform=\"translate(1618.5 1262.5)\" fill=\"none\" stroke=\"#707070\" stroke-linecap=\"round\" stroke-width=\"3\"><\/line><\/g><\/g><\/svg><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"ha-toggle__icon--opened\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"43\" height=\"3\" viewBox=\"0 0 43 3\"><line id=\"Ligne_896\" data-name=\"Ligne 896\" x1=\"40\" transform=\"translate(1.5 1.5)\" fill=\"none\" stroke=\"#707070\" stroke-linecap=\"round\" stroke-width=\"3\"><\/line><\/svg><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"ha-toggle__item-title-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"ha-toggle__item-title-text\">Adresse et contacts<\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div id=\"ha-toggle__item-content-2424\" class=\"ha-toggle__item-content\" data-tab=\"4\" role=\"tabpanel\" aria-labelledby=\"ha-toggle__item-title-2424\">\n\t\t\t\t\t\t\t\t<div data-elementor-type=\"section\" data-elementor-id=\"750\" class=\"elementor elementor-750\" data-elementor-settings=\"{&quot;ha_cmc_init_switcher&quot;:&quot;no&quot;}\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-37cd9249 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"37cd9249\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;4f5778b&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:&quot;1&quot;,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}],&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-6d72af34\" data-id=\"6d72af34\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-1b6c1aa0 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"1b6c1aa0\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;d06d796&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:&quot;1&quot;,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}],&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-59ab9\" data-id=\"59ab9\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-284c6aad elementor-widget elementor-widget-text-editor\" data-id=\"284c6aad\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"font-weight: 400;\">La Pastorale,\u00a0 Maison de Ma\u00eetre<br \/>Route de Ferney 106, <\/span><span style=\"font-weight: 400;\">1202 Gen\u00e8ve<\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5648008d elementor-widget elementor-widget-text-editor\" data-id=\"5648008d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><strong>Horaires d&rsquo;ouverture :<br><\/strong>Lundi \u00e0 vendredi de 9h00 \u00e0 16h30.<br>Entre 12h00 et 14h00 sur rendez-vous.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2ec4c27 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-global elementor-global-1007 elementor-widget-icon-list\" data-id=\"2ec4c27\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"mailto:welcome.cagi@etat.ge.ch\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"31\" height=\"22\" viewBox=\"0 0 31 22\"><g id=\"Groupe_83\" data-name=\"Groupe 83\" transform=\"translate(-262 -4154)\"><g id=\"Rectangle_73\" data-name=\"Rectangle 73\" transform=\"translate(262 4154)\" fill=\"none\" stroke=\"#8d94a2\" stroke-width=\"2\"><rect width=\"31\" height=\"22\" rx=\"2\" stroke=\"none\"><\/rect><rect x=\"1\" y=\"1\" width=\"29\" height=\"20\" rx=\"1\" fill=\"none\"><\/rect><\/g><path id=\"Trac&#xE9;_160\" data-name=\"Trac&#xE9; 160\" d=\"M4512.912,4159.014l8.868,5.491,9.891-5.491\" transform=\"translate(-4245.353 1.556)\" fill=\"none\" stroke=\"#8d94a2\" stroke-linecap=\"round\" stroke-width=\"2\"><\/path><\/g><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">welcome.cagi@etat.ge.ch<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"tel:0041225461400\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"22\" height=\"31\" viewBox=\"0 0 22 31\"><g id=\"Groupe_82\" data-name=\"Groupe 82\" transform=\"translate(-262 -4112)\"><g id=\"Rectangle_72\" data-name=\"Rectangle 72\" transform=\"translate(262 4112)\" fill=\"none\" stroke=\"#8d94a2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"22\" height=\"31\" rx=\"2\" stroke=\"none\"><\/rect><rect x=\"1\" y=\"1\" width=\"20\" height=\"29\" rx=\"1\" fill=\"none\"><\/rect><\/g><g id=\"Ellipse_5\" data-name=\"Ellipse 5\" transform=\"translate(271 4136)\" fill=\"none\" stroke=\"#8d94a2\" stroke-width=\"2\"><circle cx=\"2\" cy=\"2\" r=\"2\" stroke=\"none\"><\/circle><circle cx=\"2\" cy=\"2\" r=\"1\" fill=\"none\"><\/circle><\/g><line id=\"Ligne_87\" data-name=\"Ligne 87\" x2=\"20.809\" transform=\"translate(262.612 4133.421)\" fill=\"none\" stroke=\"#8d94a2\" stroke-width=\"2\"><\/line><\/g><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">+41 22 546 14 00<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-733dcf2 elementor-widget elementor-widget-image\" data-id=\"733dcf2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"199\" src=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/Maison_de_Maitre-300x199.jpg\" class=\"attachment-medium size-medium wp-image-22210\" alt=\"\" srcset=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/Maison_de_Maitre-300x199.jpg 300w, https:\/\/www.cagi.ch\/wp-content\/uploads\/Maison_de_Maitre-1024x678.jpg 1024w, https:\/\/www.cagi.ch\/wp-content\/uploads\/Maison_de_Maitre-768x508.jpg 768w, https:\/\/www.cagi.ch\/wp-content\/uploads\/Maison_de_Maitre-1536x1017.jpg 1536w, https:\/\/www.cagi.ch\/wp-content\/uploads\/Maison_de_Maitre-2048x1355.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-19620ca elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"19620ca\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-wheelchair\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Les espaces sont accessibles aux personnes \u00e0 mobilit\u00e9 r\u00e9duite.<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-492fe679\" data-id=\"492fe679\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-775db0c elementor-widget elementor-widget-text-editor\" data-id=\"775db0c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<iframe src=\"https:\/\/www.google.com\/maps\/d\/embed?mid=10obPRktD1szBG6LpteLYKEbylJ-Wd_A&#038;ehbc=2E312F&#038;noprof=1\" width=\"640\" height=\"480\"><\/iframe>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-40ce3cb1 elementor-widget elementor-widget-text-editor\" data-id=\"40ce3cb1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><strong>Acc\u00e8s en transports publics (TPG):<\/strong><br \/>Bus lignes 5, 8, 20, 22, 60, 61: arr\u00eat Appia.<br \/>Pas de parking \u00e0 La Pastorale. Zones bleues \u00e0 proximit\u00e9.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d227bc0 elementor-widget elementor-widget-heading\" data-id=\"d227bc0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Le CAGI au fil du temps<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-6b8da4d elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"6b8da4d\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;7858267&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:&quot;1&quot;,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}],&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-78a50fb\" data-id=\"78a50fb\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-9eeca6f elementor-widget elementor-widget-text-editor\" data-id=\"9eeca6f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Histoire de \u00ab\u00a0La Pastorale\u00a0\u00bb la maison du CAGI (pdf)<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-dba5f59 elementor-widget elementor-widget-image\" data-id=\"dba5f59\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/CAGI-la_pastorale_histoire.pdf\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"623\" src=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/Pastorale_Maison_CAGI.jpg\" class=\"attachment-large size-large wp-image-56890\" alt=\"\" srcset=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/Pastorale_Maison_CAGI.jpg 1024w, https:\/\/www.cagi.ch\/wp-content\/uploads\/Pastorale_Maison_CAGI-300x183.jpg 300w, https:\/\/www.cagi.ch\/wp-content\/uploads\/Pastorale_Maison_CAGI-768x467.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-656b4fa\" data-id=\"656b4fa\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-7692c86 elementor-widget elementor-widget-text-editor\" data-id=\"7692c86\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>1996: \u00ab\u00a0La Pastorale\u00a0\u00bb un reportage de la RTS<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-99d54ec elementor-widget elementor-widget-text-editor\" data-id=\"99d54ec\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><iframe src=\"https:\/\/www.rts.ch\/play\/embed?urn=urn:rts:video:3967179&amp;subdivisions=false\" width=\"560\" height=\"315\" allowfullscreen=\"allowfullscreen\"><\/iframe><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<div class=\"elementor-element elementor-element-3e0b703 elementor-widget elementor-widget-heading\" data-id=\"3e0b703\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Les engagements du CAGI<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d66fce9 elementor-widget elementor-widget-premium-img-gallery\" data-id=\"d66fce9\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;premium_gallery_img_content&quot;:[{&quot;premium_gallery_img_name&quot;:&quot;1+ pour tous&quot;,&quot;_id&quot;:&quot;7dac0a9&quot;,&quot;premium_gallery_img&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/www.cagi.ch\\\/wp-content\\\/uploads\\\/Label_1plus2020.jpg&quot;,&quot;id&quot;:11023,&quot;size&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;source&quot;:&quot;library&quot;},&quot;premium_gallery_img_desc&quot;:&quot;Label d\\u00e9cern\\u00e9 aux entreprises recrutant des personnes au ch\\u00f4mage \\u00e0 Gen\\u00e8ve&quot;,&quot;premium_gallery_img_link&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/www.ge.ch\\\/dossier\\\/1-tous-label-faveur-emploi&quot;,&quot;is_external&quot;:&quot;&quot;,&quot;nofollow&quot;:&quot;&quot;,&quot;custom_attributes&quot;:&quot;&quot;},&quot;premium_gallery_link_whole&quot;:&quot;yes&quot;,&quot;premium_gallery_image_cell&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:4,&quot;sizes&quot;:[]},&quot;premium_gallery_image_cell_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;premium_gallery_image_cell_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;premium_gallery_image_vcell&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:4,&quot;sizes&quot;:[]},&quot;premium_gallery_image_vcell_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;premium_gallery_image_vcell_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;premium_gallery_video&quot;:&quot;&quot;,&quot;premium_gallery_video_type&quot;:null,&quot;premium_gallery_video_url&quot;:null,&quot;premium_gallery_video_self&quot;:null,&quot;premium_gallery_video_self_url&quot;:null,&quot;premium_gallery_video_controls&quot;:null,&quot;premium_gallery_video_mute&quot;:null,&quot;premium_gallery_video_loop&quot;:null,&quot;download_button&quot;:null,&quot;privacy_mode&quot;:null,&quot;premmium_gallery_img_info&quot;:&quot;&quot;,&quot;premium_gallery_img_category&quot;:&quot;&quot;,&quot;premium_gallery_img_link_type&quot;:&quot;url&quot;,&quot;premium_gallery_img_existing&quot;:null,&quot;premium_gallery_lightbox_whole&quot;:&quot;&quot;},{&quot;premium_gallery_img_name&quot;:&quot;International Gender Champion &quot;,&quot;premium_gallery_img&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/www.cagi.ch\\\/wp-content\\\/uploads\\\/Gender-Champion.jpg&quot;,&quot;id&quot;:11025,&quot;size&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;source&quot;:&quot;library&quot;},&quot;premium_gallery_img_desc&quot;:&quot;R\\u00e9seau d\\u00e9termin\\u00e9 \\u00e0 \\u00e9liminer les obstacles li\\u00e9s au genre et \\u00e0 faire de l&#039;\\u00e9galit\\u00e9 des sexes une r\\u00e9alit\\u00e9.&quot;,&quot;premium_gallery_img_link&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/genderchampions.com\\\/&quot;,&quot;is_external&quot;:&quot;&quot;,&quot;nofollow&quot;:&quot;&quot;,&quot;custom_attributes&quot;:&quot;&quot;},&quot;premium_gallery_link_whole&quot;:&quot;yes&quot;,&quot;_id&quot;:&quot;7c0e519&quot;,&quot;premium_gallery_image_cell&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:4,&quot;sizes&quot;:[]},&quot;premium_gallery_image_cell_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;premium_gallery_image_cell_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;premium_gallery_image_vcell&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:4,&quot;sizes&quot;:[]},&quot;premium_gallery_image_vcell_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;premium_gallery_image_vcell_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;premium_gallery_video&quot;:&quot;&quot;,&quot;premium_gallery_video_type&quot;:null,&quot;premium_gallery_video_url&quot;:null,&quot;premium_gallery_video_self&quot;:null,&quot;premium_gallery_video_self_url&quot;:null,&quot;premium_gallery_video_controls&quot;:null,&quot;premium_gallery_video_mute&quot;:null,&quot;premium_gallery_video_loop&quot;:null,&quot;download_button&quot;:null,&quot;privacy_mode&quot;:null,&quot;premmium_gallery_img_info&quot;:&quot;&quot;,&quot;premium_gallery_img_category&quot;:&quot;&quot;,&quot;premium_gallery_img_link_type&quot;:&quot;url&quot;,&quot;premium_gallery_img_existing&quot;:null,&quot;premium_gallery_lightbox_whole&quot;:&quot;&quot;},{&quot;premium_gallery_img_name&quot;:&quot;2050 today&quot;,&quot;premium_gallery_img&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/www.cagi.ch\\\/wp-content\\\/uploads\\\/2050-Today.jpeg&quot;,&quot;id&quot;:11027,&quot;size&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;source&quot;:&quot;library&quot;},&quot;premium_gallery_img_desc&quot;:&quot;Le CAGI s&#039;engage \\u00e0 atteindre z\\u00e9ro \\u00e9mission de gaz \\u00e0 effets de serre d&#039;ici 2050&quot;,&quot;premium_gallery_img_link&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/2050today.org\\\/?lang=fr&quot;,&quot;is_external&quot;:&quot;&quot;,&quot;nofollow&quot;:&quot;&quot;,&quot;custom_attributes&quot;:&quot;&quot;},&quot;premium_gallery_link_whole&quot;:&quot;yes&quot;,&quot;_id&quot;:&quot;232658c&quot;,&quot;premium_gallery_image_cell&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:4,&quot;sizes&quot;:[]},&quot;premium_gallery_image_cell_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;premium_gallery_image_cell_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;premium_gallery_image_vcell&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:4,&quot;sizes&quot;:[]},&quot;premium_gallery_image_vcell_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;premium_gallery_image_vcell_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;premium_gallery_video&quot;:&quot;&quot;,&quot;premium_gallery_video_type&quot;:null,&quot;premium_gallery_video_url&quot;:null,&quot;premium_gallery_video_self&quot;:null,&quot;premium_gallery_video_self_url&quot;:null,&quot;premium_gallery_video_controls&quot;:null,&quot;premium_gallery_video_mute&quot;:null,&quot;premium_gallery_video_loop&quot;:null,&quot;download_button&quot;:null,&quot;privacy_mode&quot;:null,&quot;premmium_gallery_img_info&quot;:&quot;&quot;,&quot;premium_gallery_img_category&quot;:&quot;&quot;,&quot;premium_gallery_img_link_type&quot;:&quot;url&quot;,&quot;premium_gallery_img_existing&quot;:null,&quot;premium_gallery_lightbox_whole&quot;:&quot;&quot;}]}\" data-widget_type=\"premium-img-gallery.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t<div class=\"premium-img-gallery-no-lightbox elementor-invisible premium-img-gallery premium-img-gallery-fitRows zoomin premium-gallery-icon-show\" id=\"premium-img-gallery-d66fce9\">\n\t\t\n\t\t<div class=\"premium-gallery-container\" data-settings=\"{&quot;img_size&quot;:&quot;fitRows&quot;,&quot;filter&quot;:&quot;&quot;,&quot;theme&quot;:null,&quot;active_cat&quot;:&quot;*&quot;,&quot;ltr_mode&quot;:true,&quot;shuffle&quot;:false,&quot;sort_by&quot;:&quot;original-order&quot;,&quot;skin&quot;:&quot;style3&quot;}\">\n\n\t\t\t\t\t\t\t<div class=\"premium-gallery-item elementor-repeater-item-7dac0a9 \">\n\t\t\t\t<div class=\"pa-gallery-img style3\" onclick=\"\">\n\t\t\t\t\t<div class=\"pa-gallery-img-container\">\n\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/elementor\/thumbs\/Label_1plus2020-plitkya5t3zzn8r2js9svfd3hclfvogd9r0hrtgz3s.jpg\" title=\"NEW-label-unpluspourtous-employeur-2020-carre\" alt=\"NEW-label-unpluspourtous-employeur-2020-carre\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t<div class=\"pa-gallery-icons-wrapper\">\n\t\t\t\t\t\t\t\t<div class=\"pa-gallery-icons-inner-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"premium-gallery-caption\">\n\n\t\t\t\t\t\t\t\t\t<span class=\"premium-gallery-img-name\">1+ pour tous<\/span>\n\t\t\t\t\t\t\t\t\t\t<p class=\"premium-gallery-img-desc\">Label d\u00e9cern\u00e9 aux entreprises recrutant des personnes au ch\u00f4mage \u00e0 Gen\u00e8ve<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<a class=\"pa-gallery-whole-link\" href=\"https:\/\/www.ge.ch\/dossier\/1-tous-label-faveur-emploi\">\n\t\t\t\t\t\t\t\t<span>\n\t\t\t\t\t\t\t\t\t1+ pour tous\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"premium-gallery-item elementor-repeater-item-7c0e519 \">\n\t\t\t\t<div class=\"pa-gallery-img style3\" onclick=\"\">\n\t\t\t\t\t<div class=\"pa-gallery-img-container\">\n\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/elementor\/thumbs\/Gender-Champion-plitk8wiol18xrrxnzavi3rnfy2j3unm69edtcilrs.jpg\" title=\"Gender Champion\" alt=\"Gender Champion\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t<div class=\"pa-gallery-icons-wrapper\">\n\t\t\t\t\t\t\t\t<div class=\"pa-gallery-icons-inner-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"premium-gallery-caption\">\n\n\t\t\t\t\t\t\t\t\t<span class=\"premium-gallery-img-name\">International Gender Champion <\/span>\n\t\t\t\t\t\t\t\t\t\t<p class=\"premium-gallery-img-desc\">R\u00e9seau d\u00e9termin\u00e9 \u00e0 \u00e9liminer les obstacles li\u00e9s au genre et \u00e0 faire de l'\u00e9galit\u00e9 des sexes une r\u00e9alit\u00e9.<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<a class=\"pa-gallery-whole-link\" href=\"https:\/\/genderchampions.com\/\">\n\t\t\t\t\t\t\t\t<span>\n\t\t\t\t\t\t\t\t\tInternational Gender Champion \t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"premium-gallery-item elementor-repeater-item-232658c \">\n\t\t\t\t<div class=\"pa-gallery-img style3\" onclick=\"\">\n\t\t\t\t\t<div class=\"pa-gallery-img-container\">\n\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/www.cagi.ch\/wp-content\/uploads\/elementor\/thumbs\/2050-Today-pkaqueo7tzjiwefo391gd3o4zucij9wtnek2etmyt4.jpeg\" title=\"2050 Today\" alt=\"2050 Today\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t<div class=\"pa-gallery-icons-wrapper\">\n\t\t\t\t\t\t\t\t<div class=\"pa-gallery-icons-inner-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"premium-gallery-caption\">\n\n\t\t\t\t\t\t\t\t\t<span class=\"premium-gallery-img-name\">2050 today<\/span>\n\t\t\t\t\t\t\t\t\t\t<p class=\"premium-gallery-img-desc\">Le CAGI s'engage \u00e0 atteindre z\u00e9ro \u00e9mission de gaz \u00e0 effets de serre d'ici 2050<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<a class=\"pa-gallery-whole-link\" href=\"https:\/\/2050today.org\/?lang=fr\">\n\t\t\t\t\t\t\t\t<span>\n\t\t\t\t\t\t\t\t\t2050 today\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t<\/div>\n\n\t\t\n\t<\/div>\n\n\t\t\n\t\t\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>CAGI CAGI Fran\u00e7aisFrench EnglishAnglais DeutschAllemand ItalianoItalien Portugu\u00easPortugais Espa\u00f1olEspagnol \u0627\u0644\u0639\u0631\u0628\u064a\u0629Arabe FR Appel vocal Parler \u00e0 l&rsquo;assistant CAGI Message texte \u00c9crire \u00e0 l&rsquo;assistant CAGI Assistant CAGI Connexion&#8230; Connexion en cours&#8230; Mission du [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"no-sidebar","site-content-layout":"page-builder","ast-site-content-layout":"full-width-container","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-57017","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.cagi.ch\/fr\/wp-json\/wp\/v2\/pages\/57017","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.cagi.ch\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.cagi.ch\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.cagi.ch\/fr\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.cagi.ch\/fr\/wp-json\/wp\/v2\/comments?post=57017"}],"version-history":[{"count":21,"href":"https:\/\/www.cagi.ch\/fr\/wp-json\/wp\/v2\/pages\/57017\/revisions"}],"predecessor-version":[{"id":57732,"href":"https:\/\/www.cagi.ch\/fr\/wp-json\/wp\/v2\/pages\/57017\/revisions\/57732"}],"wp:attachment":[{"href":"https:\/\/www.cagi.ch\/fr\/wp-json\/wp\/v2\/media?parent=57017"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}