{"id":767,"date":"2020-11-03T15:15:36","date_gmt":"2020-11-03T14:15:36","guid":{"rendered":"https:\/\/dev.setupandorra.com\/\/?page_id=767"},"modified":"2026-05-27T12:14:07","modified_gmt":"2026-05-27T10:14:07","slug":"accompanying-to-the-creation-of-society","status":"publish","type":"page","link":"https:\/\/setupandorra.com\/en\/benefits\/accompanying-to-the-creation-of-society\/","title":{"rendered":"Get started the business creation in Andorra with Set Up"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"767\" class=\"elementor elementor-767 elementor-290\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9094d77 e-con-boxed setup-hero e-flex e-con e-parent\" data-id=\"9094d77\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-c159fbf e-con-full e-flex e-con e-child\" data-id=\"c159fbf\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-6197a26 e-con-full e-flex e-con e-child\" data-id=\"6197a26\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f8183cb elementor-widget__width-auto elementor-widget elementor-widget-text-editor\" data-id=\"f8183cb\" 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\tSERVICES\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e8a28ce elementor-widget elementor-widget-heading\" data-id=\"e8a28ce\" 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\">Get started the business creation in Andorra with Set Up<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-98c34f1 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-widget elementor-widget-text-editor\" data-id=\"98c34f1\" 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>With Set Up, Private Concierge Service in Andorra, the creation of a company in the Principality becomes easy. Take advantage of its assistance and its network enriched by experts for the successful launch of your activity.<\/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-08bc02f elementor-widget elementor-widget-html\" data-id=\"08bc02f\" 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<script>\n\/* L'en-t\u00eate pos\u00e9 SUR le h\u00e9ros, puis sur un fond au d\u00e9filement.\r\n   Demande de Kevin, 2026-09-17 : \u00ab le menu top bar doit \u00eatre totalement int\u00e9gr\u00e9 au h\u00e9ros\r\n   \u00e0 l'ouverture du site avant de passer sur un fond diff\u00e9rent au scroll \u00bb.\r\n\r\n   C'est aussi ce que dessine la maquette : le n\u0153ud d'en-t\u00eate (2827:1133) y est pos\u00e9 \u00e0\r\n   y = 0, sans remplissage, PAR-DESSUS le h\u00e9ros (2827:886, 0 \u2192 639), avec ses libell\u00e9s\r\n   en blanc.\r\n\r\n   \u26a0 L'en-t\u00eate est GLOBAL (Astra, tout le site). Rien n'est modifi\u00e9 ici : le script se\r\n   contente de poser une classe, et tout le style vit dans le CSS de la PAGE 15601, donc\r\n   `body.elementor-page-15601 \u2026`. La home en ligne n'est pas touch\u00e9e.\r\n\r\n   \u26a0 Le seuil n'est pas un nombre en dur : on bascule quand le bas de l'en-t\u00eate quitte le\r\n   h\u00e9ros. Si la hauteur du h\u00e9ros change, le comportement suit.\r\n\r\n   `prefers-reduced-motion` : la bascule reste (c'est une information, pas une fioriture),\r\n   seule la transition est raccourcie \u2014 fait dans le CSS. *\/\r\n(function () {\r\n  \/* \u26a0 Dans un MODELE d en-tete, ce script s execute avant que le corps de la page existe :\r\n     `.setup-hero` n est pas encore la et le script rendait la main sans rien faire (mesure\r\n     sur le pilote : la classe de verre n etait jamais posee). On attend donc le DOM.\r\n     Sur les brouillons, ou le script est pose par la page, l attente ne coute rien. *\/\r\n  if (document.readyState === 'loading') {\r\n    document.addEventListener('DOMContentLoaded', demarrer);\r\n  } else {\r\n    demarrer();\r\n  }\r\n  function demarrer() {\r\n  \/* \u26a0 Deux contextes, un seul fichier (cf. megamenu.js) : la barre d Astra aujourd hui,\r\n     le modele d en-tete Elementor demain. *\/\r\n  var entete = document.querySelector('.setup-entete') || document.querySelector('header.site-header');\r\n  var heros = document.querySelector('.setup-hero');\r\n  if (!entete || !heros) return;\r\n\r\n  var FOND = 'setup-entete-fond';\r\n  var pose = null;\r\n\r\n  \/* Le libelle du bouton : \u00ab CONTACT \u00bb sur le site, \u00ab Contactez-nous \u00bb dans la planche D.\r\n     \u26a0 Il vit dans l'en-tete GLOBAL d'Astra : on ne le change pas a la source, on le\r\n     reecrit ici, donc sur cette page seulement. A la bascule, il se changera dans le\r\n     personnalisateur et cette ligne disparaitra. *\/\r\n  var bouton = entete.querySelector('.setup-entete-cta .elementor-button, .ast-header-button-1 .ast-custom-button');\r\n  if (bouton) {\r\n    var t = (bouton.textContent || '').replace(\/\\s+\/g, ' ').trim().toLowerCase();\r\n    if (t === 'contact') bouton.textContent = \"Contact us\";\r\n  }\r\n\r\n  function seuil() {\r\n    \/* hauteur du h\u00e9ros moins celle de l'en-t\u00eate : au-del\u00e0, l'en-t\u00eate n'a plus le h\u00e9ros\r\n       sous lui et doit porter son propre fond. On garde 40 px de marge pour que la\r\n       bascule se fasse un peu avant la couture, jamais apr\u00e8s. *\/\r\n    return Math.max(0, heros.offsetHeight - entete.offsetHeight - 40);\r\n  }\r\n\r\n  function regarder() {\r\n    var doit = (window.scrollY || window.pageYOffset || 0) > seuil();\r\n    if (doit === pose) return;          \/\/ on n'\u00e9crit dans le DOM que si l'\u00e9tat change\r\n    pose = doit;\r\n    entete.classList.toggle(FOND, doit);\r\n  }\r\n\r\n  var enAttente = false;\r\n  window.addEventListener('scroll', function () {\r\n    if (enAttente) return;\r\n    enAttente = true;\r\n    window.requestAnimationFrame(function () { enAttente = false; regarder(); });\r\n  }, { passive: true });\r\n  window.addEventListener('resize', regarder, { passive: true });\r\n  regarder();\r\n  }\r\n})();\r\n\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d57f3c8 elementor-widget elementor-widget-html\" data-id=\"d57f3c8\" 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<span data-setup-mega=\"{&quot;setup&quot;:{&quot;image&quot;:&quot;https:\/\/setupandorra.com\/wp-content\/uploads\/2026\/09\/fig-ref-8c97fc0983304b97f76bfc60f757ab8c2d24d587-ab.webp&quot;,&quot;sur&quot;:&quot;Gestoria Andorre&quot;,&quot;titre&quot;:&quot;Conciergerie priv\u00e9e set up, le partenaire id\u00e9al pour s\u2019installer en Andorre&quot;,&quot;url&quot;:&quot;https:\/\/setupandorra.com\/gestoria-andorre\/&quot;},&quot;investir&quot;:{&quot;image&quot;:&quot;https:\/\/setupandorra.com\/wp-content\/uploads\/2026\/09\/fig-ref-b63006143a4074b17bf15018e3254fe5fbfefa87-ab.webp&quot;,&quot;sur&quot;:&quot;Cr\u00e9er une soci\u00e9t\u00e9&quot;,&quot;titre&quot;:&quot;Cr\u00e9er une soci\u00e9t\u00e9 en Andorre : le guide complet des d\u00e9marches, co\u00fbts et fiscalit\u00e9&quot;,&quot;url&quot;:&quot;https:\/\/setupandorra.com\/investir\/creer-une-societe\/&quot;},&quot;s'expatrier&quot;:{&quot;image&quot;:&quot;https:\/\/setupandorra.com\/wp-content\/uploads\/2026\/09\/fig-2887-1035-ab.webp&quot;,&quot;sur&quot;:&quot;Notre accompagnement&quot;,&quot;titre&quot;:&quot;Bien vivre en Andorre gr\u00e2ce \u00e0 l\u2019accompagnement sur-mesure Set Up&quot;,&quot;url&quot;:&quot;https:\/\/setupandorra.com\/s-expatrier\/notre-accompagnement\/&quot;},&quot;vivre&quot;:{&quot;image&quot;:&quot;https:\/\/setupandorra.com\/wp-content\/uploads\/2026\/09\/fig-2887-1025-ab.webp&quot;,&quot;sur&quot;:&quot;Se loger&quot;,&quot;titre&quot;:&quot;Location et achat d\u2019appartement, de maison : se loger en Andorre&quot;,&quot;url&quot;:&quot;https:\/\/setupandorra.com\/vivre\/se-loger\/&quot;},&quot;prestations&quot;:{&quot;image&quot;:&quot;https:\/\/setupandorra.com\/wp-content\/uploads\/2026\/09\/fig-ref-76d22a21d14cc9bc57695d46574185b8c86c8e48-ab-scaled.webp&quot;,&quot;sur&quot;:&quot;Service de conciergerie&quot;,&quot;titre&quot;:&quot;Vivre en Andorre sans souci gr\u00e2ce aux services de conciergerie priv\u00e9e Set Up&quot;,&quot;url&quot;:&quot;https:\/\/setupandorra.com\/prestations\/service-de-conciergerie\/&quot;}}\" hidden><\/span>\n<script>\n\/* M\u00e9ga-menu \u2014 direction \u00ab D \u00b7 le panneau et une mise en avant \u00bb, valid\u00e9e par Kevin\r\n   le 2026-09-17.\r\n\r\n   Astra sort un sous-menu WordPress en `ul.sub-menu` de 200 px de large, en liste\r\n   verticale. Or \u00ab S'expatrier \u00bb a six enfants dont un de 54 caract\u00e8res : dans 200 px,\r\n   \u00e7a donne une colonne de titres coup\u00e9s. Ce script transforme ces sous-menus en panneaux\r\n   pleine largeur \u00e0 colonnes.\r\n\r\n   \u26a0 RIEN N'EST MODIFI\u00c9 DANS LE MENU WORDPRESS. Le script ne fait que r\u00e9organiser le DOM\r\n   c\u00f4t\u00e9 navigateur, et il ne tourne que sur la page 15601 (il est pos\u00e9 par un widget de\r\n   cette page). L'en-t\u00eate est global : le site en ligne garde ses listes d\u00e9roulantes.\r\n\r\n   \u26a0 La \u00ab mise en avant \u00bb de la direction D demande UNE IMAGE PAR RUBRIQUE. V\u00e9rifi\u00e9 le\r\n   2026-09-17 : aucune des 7 entr\u00e9es du menu ni aucun de leurs 28 enfants n'a d'image \u00e0 la\r\n   une. Tant qu'il n'y en a pas, le panneau se rend en colonnes seules \u2014 ce qui est d\u00e9j\u00e0\r\n   l'essentiel du gain. D\u00e8s qu'une rubrique re\u00e7oit son visuel dans `MEGA`, sa carte\r\n   appara\u00eet sans autre changement. On n'invente ni image ni accroche. *\/\r\n(function () {\r\n  \/* \u26a0 Ce script sert DEUX contextes et ne doit pas etre duplique :\r\n       - l en-tete d Astra, repeint par le CSS des brouillons (etat actuel) ;\r\n       - le modele d en-tete ELEMENTOR, ou le menu sort en `ul.elementor-nav-menu`.\r\n     On cherche donc le menu par les deux balisages, et la barre de reference de meme.\r\n     Dupliquer le fichier aurait garanti qu une des deux copies derive. *\/\r\n  var menu = document.querySelector('.setup-menu ul.elementor-nav-menu')\r\n          || document.querySelector('header.site-header .main-header-menu, header.site-header .ast-nav-menu');\r\n  if (!menu) return;\r\n\r\n  var entete = menu.closest('.setup-entete') || document.querySelector('header.site-header');\r\n  if (!entete) return;\r\n\r\n  \/* Mises en avant par rubrique. Vide tant que le client n'a pas fourni les visuels.\r\n     Forme attendue : { \"s\u2019expatrier\": { image: \"\u2026\", sur: \"Statut de r\u00e9sident\",\r\n                        titre: \"\u2026\", url: \"\u2026\" } } *\/\r\n  var MEGA = {};\r\n  try {\r\n    var brut = document.querySelector('[data-setup-mega]');\r\n    if (brut) MEGA = JSON.parse(brut.getAttribute('data-setup-mega')) || {};\r\n  } catch (e) { MEGA = {}; }\r\n\r\n  var cle = function (t) {\r\n    return String(t).replace(\/[\u2018\u2019\u02bc]\/g, \"'\").replace(\/\\s+\/g, ' ').trim().toLowerCase();\r\n  };\r\n\r\n  var poses = 0, avecCarte = 0;\r\n  [].slice.call(menu.children).forEach(function (li) {\r\n    if (li.tagName !== 'LI') return;\r\n    var sous = li.querySelector(':scope > ul.sub-menu');\r\n    if (!sous) return;\r\n\r\n    var titre = (li.querySelector(':scope > a') || {}).textContent || '';\r\n    li.classList.add('setup-mega');\r\n    sous.classList.add('setup-mega-panneau');\r\n\r\n    \/* les entr\u00e9es passent dans une grille : on les enveloppe pour pouvoir poser la\r\n       carte de mise en avant \u00e0 c\u00f4t\u00e9 sans casser la liste. *\/\r\n    var liste = document.createElement('div');\r\n    liste.className = 'setup-mega-liste';\r\n    while (sous.firstChild) liste.appendChild(sous.firstChild);\r\n\r\n    \/* le nom de la rubrique en petites capitales orange : c'est ce qui, dans la\r\n       planche D, dit de quoi parle le panneau. Il manquait. *\/\r\n    var rub = document.createElement('span');\r\n    rub.className = 'setup-mega-rubrique';\r\n    rub.textContent = titre.replace(\/\\s+\/g, ' ').trim();\r\n    sous.appendChild(rub);\r\n    sous.appendChild(liste);\r\n\r\n    \/* \u26a0 le nombre de colonnes suit le nombre d'entr\u00e9es : trois colonnes pour deux\r\n       entr\u00e9es donneraient un panneau large et vide. *\/\r\n    var n = liste.querySelectorAll(':scope > li').length;\r\n    var aCarte = !!(MEGA[cle(titre)] && MEGA[cle(titre)].image);\r\n    \/* dans la planche D, les entrees tiennent sur DEUX colonnes et la carte occupe la\r\n       troisieme. Sans carte, elles s etalent sur trois pour ne pas laisser un vide. *\/\r\n    liste.style.setProperty('--colonnes', aCarte ? 2 : (n >= 5 ? 3 : n >= 3 ? 2 : 1));\r\n\r\n    var m = MEGA[cle(titre)];\r\n    if (aCarte) {\r\n      var a = document.createElement('a');\r\n      a.className = 'setup-mega-avant';\r\n      a.href = m.url || (li.querySelector(':scope > a') || {}).href || '#';\r\n      a.innerHTML = '<span class=\"img\"><img decoding=\"async\" src=\"' + m.image + '\" alt=\"\" loading=\"lazy\"><\/span>'\r\n        + '<span class=\"txt\">'\r\n        + (m.sur ? '<span class=\"kicker\">' + m.sur + '<\/span>' : '')\r\n        + '<span class=\"t\">' + (m.titre || '') + '<\/span><\/span>';\r\n      sous.appendChild(a);\r\n      sous.classList.add('a-mise-en-avant');\r\n      avecCarte++;\r\n    }\r\n    poses++;\r\n  });\r\n\r\n  \/* \u26a0 Le panneau va d'un bord a l'autre de la barre, donc son premier lien tombait sous\r\n     le LOGO, loin a gauche du menu auquel il appartient. On aligne son contenu sur le\r\n     debut du menu, mesure a l'execution : si le logo change de taille, ca suit. *\/\r\n  function aligner() {\r\n    var barre = entete.querySelector('.setup-entete-pilule, .ast-primary-header-bar') || entete;\r\n    var premier = menu.querySelector(':scope > li');\r\n    if (!premier) return;\r\n    var d = Math.round(premier.getBoundingClientRect().left - barre.getBoundingClientRect().left);\r\n    if (d > 0) entete.style.setProperty('--setup-mega-retrait', d + 'px');\r\n\r\n  }\r\n  aligner();\r\n  window.addEventListener('resize', aligner, { passive: true });\r\n\r\n  if (poses) entete.classList.add('setup-mega-pret');\r\n})();\r\n\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7cf5176 e-con-full setup-chiffres-heros e-flex e-con e-child\" data-id=\"7cf5176\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-b3c9734 e-con-full e-flex e-con e-child\" data-id=\"b3c9734\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3dc987e elementor-widget elementor-widget-heading\" data-id=\"3dc987e\" 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<div class=\"elementor-heading-title elementor-size-default\">10+<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-abadfc4 elementor-widget elementor-widget-text-editor\" data-id=\"abadfc4\" 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>Years of experience<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-0f82e93 e-con-full e-flex e-con e-child\" data-id=\"0f82e93\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2c65571 elementor-widget elementor-widget-heading\" data-id=\"2c65571\" 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<div class=\"elementor-heading-title elementor-size-default\">2000+<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3127ba2 elementor-widget elementor-widget-text-editor\" data-id=\"3127ba2\" 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>Settlements<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b7a2775 e-con-full e-flex e-con e-child\" data-id=\"b7a2775\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8841c61 elementor-widget elementor-widget-heading\" data-id=\"8841c61\" 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<div class=\"elementor-heading-title elementor-size-default\">24\/7+<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-05a96c7 elementor-widget elementor-widget-text-editor\" data-id=\"05a96c7\" 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>Personalized support<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f27facf e-con-full e-flex e-con e-child\" data-id=\"f27facf\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5f2a9b5 elementor-widget elementor-widget-heading\" data-id=\"5f2a9b5\" 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<div class=\"elementor-heading-title elementor-size-default\">5.0 <span class=\"setup-etoile\">\u2605<\/span><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d35616f elementor-widget elementor-widget-text-editor\" data-id=\"d35616f\" 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\t100+ Google reviews\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-8adb5ca e-con-boxed setup-article e-flex e-con e-parent\" data-id=\"8adb5ca\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-560d763 e-con-full setup-sommaire e-flex e-con e-child\" data-id=\"560d763\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-40f1e43 elementor-widget elementor-widget-heading\" data-id=\"40f1e43\" 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<div class=\"elementor-heading-title elementor-size-default\">Contents<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0fa0238 elementor-widget elementor-widget-html\" data-id=\"0fa0238\" 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<nav class=\"setup-sommaire-liste\" aria-label=\"Sommaire\"><\/nav>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ccc8a12 setup-article-corps elementor-widget elementor-widget-text-editor\" data-id=\"ccc8a12\" 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\n<p>Thinking of expatriation in the Principality to start a business in Andorra? The Private Concierge Service Set Up offers personalized support for the realization of your project by informing you on the conditions of establishment in the country, the administrative and tax rules to be respected. Linking with its network of partners specializing in tax optimization is also possible, as well as support for your installation.<\/p>\n\n<h2>New business start-up in Andorra: trust the expert Set Up<\/h2>\n\n<p>In particular specialized in the new business start-up in Andorra towards the expatriates or the local residents, Set Up helps you and accompanies you in your steps.<\/p>\n\n<p>A concrete help is brought to the private individuals willing to dash into the entrepreneurship at various levels, among which:<\/p>\n\n<ul>\n<li>The presentation of the stakes and the opportunities offered by the Principality, &#8211; a clear and concise information on the legal processes leading to the registration of a company, &#8211; an administrative assistance to satisfy laws and regulations in the work on the territory.<\/li>\n<\/ul>\n\n<p>Thanks to its perfect knowledge of the country and to enriched partners\u2019 network (lawyers, jurists, fiscal specialists), Set Up allows you to gather numerous assets to make a success of your new business start-up in Andorra.<\/p>\n\n<h3>The phases of your support in the new business start-up in Andorra<\/h3>\n\n<p>All the project leaders, independently of their sphere of action, are free to contact Set Up to proceed to the creation of their company in Andorra in the best conditions.<\/p>\n\n<h4>Advice during the phase pre-creation<\/h4>\n\n<p>Thanks to the support of partners\u2019 exclusive network, you can reassure your project and benefit from advice to optimize your chances of success, for example as regards:<\/p>\n\n<ul>\n<li>The choice of the legal structure of your organization (SL, LIMITED COMPANY, etc.): we present you the advantages and the inconveniences of each of the solutions with regard to the others, according to the nature and to the importance of the activity, the opening of its capital to thirds, according to your wishes regarding transmission, regarding social security scheme and regarding limitation of responsibility also, etc.;<\/li>\n<li>The choice of the social status of the main leader (salaried\/not salaried?) and the optimization of its situation on the social level (membership of the CASS, the contributions) and fiscal (methods of payment, management of dividends);<\/li>\n<li>The choice of the tax system of the company: directly impacting the personal wealth of the business executive, the choice regarding the share of taxation on income or on companies is very important. It depends on several parameters, including the marginal tax rate of the tax home of the entrepreneur and the legal form of the company created in Andorra;<\/li>\n<\/ul>\n\n<p>The intervention of a chartered accountant can also turn out precious with regard to its critical support as for the global vision of the project.<\/p>\n\n<h4>New business start-up in Andorra: assistance during the phase of creation<\/h4>\n\n<p>According to your needs, Set Up presents you a range of services individualized on the administrative plan (writing of the statutes, the report of general assembly, etc.). As well as for the fulfillment of the legal formalities of creation (recording of the statutes, the registration).<\/p>\n\n<h4>During the phase post-creation<\/h4>\n\n<p>Once your company was created in Andorra, you will not be alone. Even there, Set Up continues to advise you on several points, for example as regards:<\/p>\n\n<ul>\n<li>The adoption of an accounting and administrative organization adapted to your activity;<\/li>\n<li>The proper use of management tools (dashboards, indicators, etc.);<\/li>\n<li>Satisfaction in social obligations (establishment of pay slips, declaration of social charges) and fiscal (declaration of the profits, the VAT-IGI).<\/li>\n<\/ul>\n\n<p>In every case, we shall find a solution which will facilitate your life and will allow you to win a precious time.<\/p>\n\n<p>Concerning the creation of your company in Andorra, Set Up can propose you the creation of individualized service packs including:<\/p>\n\n<ul>\n<li>the connection and collaboration with an accountant and multiple partners specializing in French, Spanish and Andorran laws and administration,<\/li>\n<li>a high-performance model integrating logistics, transport, accommodation, research and visiting premises,<\/li>\n<li>the use of a personal assistant for the optimization of time (bank formalities, invoices, payments, etc.).<\/li>\n<\/ul>\n\n<p>Set Up takes care of everything! Within single day, all administrative formalities can be achieved (extracts of apostilled criminal records, legalization of the passport with the authorities, etc.). We will help you getting your most important documents (balance sheets, income statements (profit and loss accounts), etc.).<\/p>\n\n<h2>The keys of the success<\/h2>\n\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile\">\n<figure class=\"wp-block-media-text__media\"><img decoding=\"async\" class=\"wp-image-582\" src=\"https:\/\/setupandorra.com\/\/wp-content\/uploads\/2020\/11\/societe-1-1024x597.jpg\" alt=\"soci\u00e9t\u00e9\" \/><\/figure>\n<div class=\"wp-block-media-text__content\">\n<h3>The important stage of the support<\/h3>\n\n<p>During the creation of your company in Andorra, the process of getting help is the best way to achieve your goals.<\/p>\n\n<p>Your project imposes systematically the control of several notions (legal, fiscal, accounting, financial, etc.) specific to the functioning of laws in the Principality of Andorra. This will prevent you from making the slightest mistake, a potential source of hassle and waste of time.<\/p>\n<\/div>\n<\/div>\n\n<p>Support for business creation in Andorra reinforces the durability of the projects, which are more solid, more coherent and strung down to the smallest detail.<\/p>\n\n<p>The help provided by Set Up allows the entrepreneur to manage all aspects of his company in optimal conditions.<\/p>\n\n<h3>The numerous assets of the Principality<\/h3>\n\n<p>To proceed to the creation of a company in Andorra resting on specialists on the subject will allow you finally to take advantage at the most of numerous advantages offered by the Principality, among which:<\/p>\n\n<ul>\n<li>A very low rate of taxation on companies (10\u00a0% at the most);<\/li>\n<li>Low social and labor costs.<\/li>\n<\/ul>\n\n<blockquote class=\"wp-block-quote\">\n<h3>ENTREPRENEURS OF ALL COUNTRIES, ANDORRA IS WAITING FOR YOU!<\/h3>\n<p>Set Up offers to be your privileged partner when starting your business in Andorra. Do not hesitate to contact us, we will examine your project in the details in order to be able to determine with you the most appropriate services to your approach.<\/p>\n<\/blockquote>\n\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-a33e527 elementor-widget elementor-widget-html\" data-id=\"a33e527\" 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<script>\n\/* Le sommaire ancr\u00e9 du gabarit d'article \u2014 direction \u00ab B \u00bb, retenue par Kevin le\r\n   2026-09-17 (\u00ab le plus adapt\u00e9 SEO et GEO \u00bb).\r\n\r\n   Il se FABRIQUE depuis les H2 du corps : rien n'est saisi page par page, et il suit le\r\n   texte si le client le modifie. C'est tout l'int\u00e9r\u00eat sur 38 pages.\r\n\r\n   \u26a0 Les H2 de la page n'ont pas d'identifiant : on leur en pose un, d\u00e9riv\u00e9 de leur texte\r\n   (et non de leur rang, qui bougerait au moindre ajout de section). Un compteur d\u00e9partage\r\n   deux titres identiques.\r\n\r\n   \u26a0 Le lien actif suit la lecture par un IntersectionObserver avec une LIGNE de\r\n   d\u00e9clenchement haute, et non un seuil en pourcentage : un H2 suivi d'une longue section\r\n   ne franchirait jamais un seuil de 50 % sur un petit \u00e9cran.\r\n\r\n   `prefers-reduced-motion` : le d\u00e9filement doux devient un saut. *\/\r\n(function () {\r\n  var corps = document.querySelector('.setup-article-corps');\r\n  var hote = document.querySelector('.setup-sommaire-liste');\r\n  if (!corps || !hote) return;\r\n\r\n  var titres = [].slice.call(corps.querySelectorAll('h2'));\r\n  if (titres.length < 2) {                       \/\/ un sommaire d'une entr\u00e9e n'aide personne\r\n    var bloc = hote.closest('.setup-sommaire');\r\n    if (bloc) bloc.style.display = 'none';\r\n    return;\r\n  }\r\n\r\n  var vus = {};\r\n  var liens = titres.map(function (h) {\r\n    var base = (h.textContent || '')\r\n      .toLowerCase()\r\n      .normalize('NFD').replace(\/[\u0300-\u036f]\/g, '')\r\n      .replace(\/[^a-z0-9]+\/g, '-')\r\n      .replace(\/^-+|-+$\/g, '')\r\n      .slice(0, 48) || 'section';\r\n    vus[base] = (vus[base] || 0) + 1;\r\n    h.id = vus[base] > 1 ? base + '-' + vus[base] : base;\r\n\r\n    var a = document.createElement('a');\r\n    a.href = '#' + h.id;\r\n    a.textContent = (h.textContent || '').replace(\/\\s+\/g, ' ').trim();\r\n    hote.appendChild(a);\r\n    return a;\r\n  });\r\n\r\n  var doux = !window.matchMedia || !window.matchMedia('(prefers-reduced-motion: reduce)').matches;\r\n  liens.forEach(function (a, i) {\r\n    a.addEventListener('click', function (e) {\r\n      e.preventDefault();\r\n      titres[i].scrollIntoView({ behavior: doux ? 'smooth' : 'auto', block: 'start' });\r\n      history.replaceState(null, '', a.getAttribute('href'));\r\n    });\r\n  });\r\n\r\n  \/* \u26a0 Un IntersectionObserver ne se declenche que si un titre TRAVERSE sa bande de\r\n     declenchement. Mesure sur le pilote : un defilement rapide \u2014 ou programmatique \u2014\r\n     saute la bande de 5 % et AUCUN titre n est marque. On calcule donc au defilement,\r\n     ce qui est a la fois plus simple et toujours juste. *\/\r\n  var actif = -1;\r\n  function relire() {\r\n    var ligne = window.innerHeight * 0.28;\r\n    var i = -1;\r\n    for (var k = 0; k < titres.length; k++) {\r\n      if (titres[k].getBoundingClientRect().top <= ligne) i = k;\r\n    }\r\n    if (i === actif) return;\r\n    actif = i;\r\n    liens.forEach(function (a, k) { a.classList.toggle('est-actif', k === i); });\r\n  }\r\n  var enAttente = false;\r\n  window.addEventListener('scroll', function () {\r\n    if (enAttente) return;\r\n    enAttente = true;\r\n    window.requestAnimationFrame(function () { enAttente = false; relire(); });\r\n  }, { passive: true });\r\n  window.addEventListener('resize', relire, { passive: true });\r\n  relire();\r\n})();\r\n\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-28d1774 e-con-boxed e-flex e-con e-parent\" data-id=\"28d1774\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-ad4026a e-con-full e-flex e-con e-child\" data-id=\"ad4026a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-92e1502 e-con-full e-flex e-con e-child\" data-id=\"92e1502\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-96ff275 elementor-widget elementor-widget-heading\" data-id=\"96ff275\" 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<h2 class=\"elementor-heading-title elementor-size-default\">Our advice<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-876f490 e-con-full e-flex e-con e-child\" data-id=\"876f490\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-531a928 elementor-widget elementor-widget-text-editor\" data-id=\"531a928\" 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>With the Setup gestoria in Andorra, you benefit from tailor-made support. Thanks to its team of specialists, we guide you through a reliable, stable process, proven over many years.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a3a000e elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-widget elementor-widget-image\" data-id=\"a3a000e\" 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 fetchpriority=\"high\" decoding=\"async\" width=\"1280\" height=\"556\" src=\"https:\/\/setupandorra.com\/wp-content\/uploads\/2026\/09\/fig-2889-1386-ab.webp\" class=\"attachment-full size-full wp-image-15955\" alt=\"\" srcset=\"https:\/\/setupandorra.com\/wp-content\/uploads\/2026\/09\/fig-2889-1386-ab.webp 1280w, https:\/\/setupandorra.com\/wp-content\/uploads\/2026\/09\/fig-2889-1386-ab-300x130.webp 300w, https:\/\/setupandorra.com\/wp-content\/uploads\/2026\/09\/fig-2889-1386-ab-1024x445.webp 1024w, https:\/\/setupandorra.com\/wp-content\/uploads\/2026\/09\/fig-2889-1386-ab-768x334.webp 768w\" sizes=\"(max-width: 1280px) 100vw, 1280px\" \/>\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\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a8d1a8b e-con-boxed e-flex e-con e-parent\" data-id=\"a8d1a8b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-2385d85 e-con-full e-flex e-con e-child\" data-id=\"2385d85\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4ede298 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-widget elementor-widget-heading\" data-id=\"4ede298\" 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<h2 class=\"elementor-heading-title elementor-size-default\">Genuine expertise in helping French nationals settle in Andorra<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-78f0b22 e-con-full e-flex e-con e-child\" data-id=\"78f0b22\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a446152 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-widget elementor-widget-text-editor\" data-id=\"a446152\" 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>By answering complex questions in both professional and personal matters, you will find at Setup an attentive ear and a genuine exchange of ideas; our expertise will lead us to propose the best solutions for you.<\/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-ef55346 elementor-align-left elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-widget elementor-widget-button\" data-id=\"ef55346\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-md\" href=\"https:\/\/setupandorra.com\/contact\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Free consultation<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-161e76b e-con-boxed e-flex e-con e-parent\" data-id=\"161e76b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-bc08e08 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-widget elementor-widget-image\" data-id=\"bc08e08\" 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 decoding=\"async\" width=\"1040\" height=\"824\" src=\"https:\/\/setupandorra.com\/wp-content\/uploads\/2026\/09\/fig-2694-2032-ab.webp\" class=\"attachment-full size-full wp-image-15939\" alt=\"\" srcset=\"https:\/\/setupandorra.com\/wp-content\/uploads\/2026\/09\/fig-2694-2032-ab.webp 1040w, https:\/\/setupandorra.com\/wp-content\/uploads\/2026\/09\/fig-2694-2032-ab-300x238.webp 300w, https:\/\/setupandorra.com\/wp-content\/uploads\/2026\/09\/fig-2694-2032-ab-1024x811.webp 1024w, https:\/\/setupandorra.com\/wp-content\/uploads\/2026\/09\/fig-2694-2032-ab-768x608.webp 768w\" sizes=\"(max-width: 1040px) 100vw, 1040px\" \/>\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<div class=\"elementor-element elementor-element-e910368 e-con-full e-flex e-con e-child\" data-id=\"e910368\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-84f87fa elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-widget elementor-widget-heading\" data-id=\"84f87fa\" 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<h2 class=\"elementor-heading-title elementor-size-default\">Reliable and transparent relationships<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-33d2bab elementor-widget elementor-widget-text-editor\" data-id=\"33d2bab\" 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>We can, for example, provide you with complete assistance and take care of every formality. We put you in touch with the best advisers in the Principality of Andorra, who master the workings of every kind of asset (real estate, intellectual property, stock market investments, the transfer of assets, and so on). Everything we do is carried out in close consultation with you. We place our substantial know-how in the most advanced management techniques at your disposal.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b4e2ae0 e-con-boxed e-flex e-con e-parent\" data-id=\"b4e2ae0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-d87934b e-con-full e-flex e-con e-child\" data-id=\"d87934b\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-87bb29d e-con-full e-flex e-con e-child\" data-id=\"87bb29d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c0499b3 elementor-widget elementor-widget-heading\" data-id=\"c0499b3\" 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<h2 class=\"elementor-heading-title elementor-size-default\">Why choosing Andorra?<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-244c06c e-con-full e-flex e-con e-child\" data-id=\"244c06c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3844adb elementor-widget elementor-widget-text-editor\" data-id=\"3844adb\" 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>By choosing to seek concrete assistance from specialist professionals, you benefit from sound advice as well as a degree of protection against risks and the unexpected. Our knowledge of the banking system of the Principality of Andorra allows us to do our work to the best of our ability, with complete honesty and the fullest transparency. Setup&#8217;s reputation throughout the country is a mark of trust you can rely on.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1ce7380 e-con-full e-flex e-con e-child\" data-id=\"1ce7380\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-382ac43 e-con-full e-flex e-con e-child\" data-id=\"382ac43\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-182b7c7 elementor-widget__width-initial elementor-widget elementor-widget-image\" data-id=\"182b7c7\" 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 decoding=\"async\" src=\"https:\/\/setupandorra.com\/wp-content\/uploads\/2026\/09\/fig-2694-2086-ab.svg\" class=\"attachment-full size-full wp-image-15943\" alt=\"\" \/>\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-fb1207b elementor-widget elementor-widget-text-editor\" data-id=\"fb1207b\" 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>As a trusted partner in the management of your assets in the Principality of Andorra, Setup offers you tailor-made support, putting you in touch with tax, legal and financial specialists. Do not hesitate to contact us: we will examine your project in detail so that we can determine with you the services best suited to your situation.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f71aac2 elementor-align-left elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-widget elementor-widget-button\" data-id=\"f71aac2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-md\" href=\"https:\/\/setupandorra.com\/contact\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Let's talk about your project<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-399cd86 e-con-boxed e-flex e-con e-parent\" data-id=\"399cd86\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-cb8cd80 e-con-full e-flex e-con e-child\" data-id=\"cb8cd80\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c77a8a6 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-widget elementor-widget-heading\" data-id=\"c77a8a6\" 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<h2 class=\"elementor-heading-title elementor-size-default\">Let's talk about your project<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e34877d e-con-full e-flex e-con e-child\" data-id=\"e34877d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-707214a elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-widget elementor-widget-text-editor\" data-id=\"707214a\" 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>Let\u2019s take stock together so we can clearly guide you and help you avoid common mistakes. This is an initial discussion to lay the groundwork for your project, with complete transparency.<\/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-18a34d1 elementor-align-left elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-widget elementor-widget-button\" data-id=\"18a34d1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-md\" href=\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjE2MDM5IiwidG9nZ2xlIjpmYWxzZX0=\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Free Consultation!<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1a312ce e-con-full e-flex e-con e-parent\" data-id=\"1a312ce\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-93fd85b e-con-full e-flex e-con e-child\" data-id=\"93fd85b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4cdda44 elementor-widget elementor-widget-heading\" data-id=\"4cdda44\" 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<h2 class=\"elementor-heading-title elementor-size-default\">What they're saying about us<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e1cfd67 elementor-widget elementor-widget-heading\" data-id=\"e1cfd67\" 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\">Rating: 5 out of 5 stars+100 customer reviews<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5c36d5e e-con-full setup-defile setup-avis e-flex e-con e-child\" data-id=\"5c36d5e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-6dc7f3a e-con-full e-flex e-con e-child\" data-id=\"6dc7f3a\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-bafc771 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-widget elementor-widget-image\" data-id=\"bafc771\" 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 decoding=\"async\" src=\"https:\/\/setupandorra.com\/wp-content\/uploads\/2026\/09\/fig-2970-2394-ab.svg\" class=\"attachment-full size-full wp-image-15959\" alt=\"\" \/>\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-30e3c7c elementor-widget elementor-widget-text-editor\" data-id=\"30e3c7c\" 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\tMadame Virginie hergel et tr\u00e8s agr\u00e9able et disponible rapidement elle m&#8217;a bien expliqu\u00e9 et conseille je la remercie et la conseil a 100%\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-e8649ac elementor-widget elementor-widget-text-editor\" data-id=\"e8649ac\" 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\tFred 666\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7f49794 e-con-full e-flex e-con e-child\" data-id=\"7f49794\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-de82a09 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-widget elementor-widget-image\" data-id=\"de82a09\" 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 decoding=\"async\" src=\"https:\/\/setupandorra.com\/wp-content\/uploads\/2026\/09\/fig-2970-2405-ab.svg\" class=\"attachment-full size-full wp-image-15963\" alt=\"\" \/>\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-ad4c1e1 elementor-widget elementor-widget-text-editor\" data-id=\"ad4c1e1\" 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\tJe recommande vivement ! pour des infos s\u00e9rieuses, concr\u00e8tes, r\u00e9activit\u00e9 ! Merci \u00e0 Virginie pour son professionnalisme et ses conseils dans l\u2019orientation et prise de d\u00e9cision selon les objectifs de chacun.\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-3a000a9 elementor-widget elementor-widget-text-editor\" data-id=\"3a000a9\" 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\tGilles-Olivier Gamichon\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-89e50c3 e-con-full e-flex e-con e-child\" data-id=\"89e50c3\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-694d3fb elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-widget elementor-widget-image\" data-id=\"694d3fb\" 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 decoding=\"async\" src=\"https:\/\/setupandorra.com\/wp-content\/uploads\/2026\/09\/fig-2970-2416-ab.svg\" class=\"attachment-full size-full wp-image-15967\" alt=\"\" \/>\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-dccf267 elementor-widget elementor-widget-text-editor\" data-id=\"dccf267\" 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\tJe tenais \u00e0 remercier toute l\u2019\u00e9quipe de Setup Andorra pour leur suivi, leur s\u00e9rieux et leur professionnalisme. Une \u00e9quipe tr\u00e8s humaine, toujours disponible, r\u00e9active et \u00e0 l\u2019\u00e9coute. L\u2019accompagnement a \u00e9t\u00e9 clair, fluide et rassurant tout au long du projet. Je ne peux que les recommander si vous envisagez de vous installer en Andorre\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-84b8ac6 elementor-widget elementor-widget-text-editor\" data-id=\"84b8ac6\" 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\tUlrich Vall\u00e9e\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e517f97 e-con-full e-flex e-con e-child\" data-id=\"e517f97\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d4d1576 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-widget elementor-widget-image\" data-id=\"d4d1576\" 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 decoding=\"async\" src=\"https:\/\/setupandorra.com\/wp-content\/uploads\/2026\/09\/fig-2970-2427-ab.svg\" class=\"attachment-full size-full wp-image-15971\" alt=\"\" \/>\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-1d21405 elementor-widget elementor-widget-text-editor\" data-id=\"1d21405\" 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\tUne grande valeur dans les explications apport\u00e9es. Droit au but, des conseils vraiment pertinents. Je me sens en confiance avec cette entreprise.\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-a39b6cd elementor-widget elementor-widget-text-editor\" data-id=\"a39b6cd\" 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\tResolve By Seb\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-54cec9d e-con-full e-flex e-con e-child\" data-id=\"54cec9d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-53c38d4 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-widget elementor-widget-image\" data-id=\"53c38d4\" 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 decoding=\"async\" src=\"https:\/\/setupandorra.com\/wp-content\/uploads\/2026\/09\/fig-2970-2394-ab.svg\" class=\"attachment-full size-full wp-image-15959\" alt=\"\" \/>\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-4bf25c9 elementor-widget elementor-widget-text-editor\" data-id=\"4bf25c9\" 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\tNous avons eu une excellente exp\u00e9rience avec Setupandorra gr\u00e2ce \u00e0 Virginie Hergel. Sa grande ouverture dans l\u2019\u00e9change, ses conseils clairs et avis\u00e9s ainsi que sa spontan\u00e9it\u00e9 nous ont imm\u00e9diatement mis en confiance. Virginie prend vraiment le temps d\u2019\u00e9couter et de guider avec professionnalisme mais aussi chaleur humaine. Merci pour cet accompagnement pr\u00e9cieux \u2014 je recommande vivement !\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-5480e89 elementor-widget elementor-widget-text-editor\" data-id=\"5480e89\" 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\tBart Kyndt\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b647635 e-con-full e-flex e-con e-child\" data-id=\"b647635\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e76f9a0 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-widget elementor-widget-image\" data-id=\"e76f9a0\" 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 decoding=\"async\" src=\"https:\/\/setupandorra.com\/wp-content\/uploads\/2026\/09\/fig-2970-2394-ab.svg\" class=\"attachment-full size-full wp-image-15959\" alt=\"\" \/>\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-a28ba7e elementor-widget elementor-widget-text-editor\" data-id=\"a28ba7e\" 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\tJe remercie Virginie pour son professionnalisme, sa disponibilit\u00e9, et surtout pour ses pr\u00e9cieux conseils. Vous pouvez la consulter en toute confiance contrairement \u00e0 d&#8217;autres soci\u00e9t\u00e9s. Ce n&#8217;est pas une vendeuse de r\u00eaves mais une vrai professionnelle qui sera vous accompagner dans votre projet.\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-395bb0f elementor-widget elementor-widget-text-editor\" data-id=\"395bb0f\" 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\tVincent LLOBREGAT\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-0e278b2 e-con-full e-flex e-con e-child\" data-id=\"0e278b2\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5d57b4d elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-widget elementor-widget-image\" data-id=\"5d57b4d\" 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 decoding=\"async\" src=\"https:\/\/setupandorra.com\/wp-content\/uploads\/2026\/09\/fig-2970-2394-ab.svg\" class=\"attachment-full size-full wp-image-15959\" alt=\"\" \/>\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-9ef6719 elementor-widget elementor-widget-text-editor\" data-id=\"9ef6719\" 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\tSoci\u00e9t\u00e9 tr\u00e8s professionnel avec des conseils personnalis\u00e9s. Merci \u00e0 Virginie pour sa disponibilit\u00e9.\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-38d5f7f elementor-widget elementor-widget-text-editor\" data-id=\"38d5f7f\" 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\tAhmed NEDDER\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-65be038 e-con-full e-flex e-con e-child\" data-id=\"65be038\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7c62684 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-widget elementor-widget-image\" data-id=\"7c62684\" 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 decoding=\"async\" src=\"https:\/\/setupandorra.com\/wp-content\/uploads\/2026\/09\/fig-2970-2394-ab.svg\" class=\"attachment-full size-full wp-image-15959\" alt=\"\" \/>\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-b2a4c35 elementor-widget elementor-widget-text-editor\" data-id=\"b2a4c35\" 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\tVirginie est tr\u00e8s disponible pour vous apporter les informations claires au travers de tous ses m\u00e9dias : contacts t\u00e9l\u00e9phoniques, site internet et vid\u00e9o youtube. Un partenaire comp\u00e9tent qui inspire confiance pour l&#8217;expatriation en Andorre !\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-cd41540 elementor-widget elementor-widget-text-editor\" data-id=\"cd41540\" 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\tCAYLA C\u00e9dric\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-678c9a3 e-con-full e-flex e-con e-child\" data-id=\"678c9a3\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cd86b0c elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-widget elementor-widget-image\" data-id=\"cd86b0c\" 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 decoding=\"async\" src=\"https:\/\/setupandorra.com\/wp-content\/uploads\/2026\/09\/fig-2970-2394-ab.svg\" class=\"attachment-full size-full wp-image-15959\" alt=\"\" \/>\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-d2c782f elementor-widget elementor-widget-text-editor\" data-id=\"d2c782f\" 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\tRendez-vous tr\u00e8s utile et professionnel avec Virginie et son \u00e9quipe ! \u00c9change tr\u00e8s clair et complet, qui m\u2019a permis d\u2019y voir beaucoup plus clair sur les \u00e9tapes et points \u00e0 anticiper pour une expatriation en Andorre.\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-de68f18 elementor-widget elementor-widget-text-editor\" data-id=\"de68f18\" 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\tEtienne R\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-681c9ec e-con-full e-flex e-con e-child\" data-id=\"681c9ec\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f3a25a8 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-widget elementor-widget-image\" data-id=\"f3a25a8\" 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 decoding=\"async\" src=\"https:\/\/setupandorra.com\/wp-content\/uploads\/2026\/09\/fig-2970-2394-ab.svg\" class=\"attachment-full size-full wp-image-15959\" alt=\"\" \/>\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-525b2f9 elementor-widget elementor-widget-text-editor\" data-id=\"525b2f9\" 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\tTr\u00e8s bon \u00e9change avec Virginie qui a su m&#8217;aiguiller et me conseiller sur les choses \u00e0 mettre en place pour arriver et m&#8217;ancrer en Andorre de la meilleure des fa\u00e7ons possible. Beaucoup de transparence et d&#8217;honn\u00eatet\u00e9, je recommande fortement !\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-c594f4c elementor-widget elementor-widget-text-editor\" data-id=\"c594f4c\" 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\tMaxence Pecquet\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-af245a7 elementor-align-left elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-widget elementor-widget-button\" data-id=\"af245a7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-md\" href=\"https:\/\/search.google.com\/local\/writereview?placeid=ChIJA5WKBiv1pRIRva5V9z9J0EY\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Leave us a review<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\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-9b9839e elementor-widget elementor-widget-html\" data-id=\"9b9839e\" 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<script>\n\/* D\u00e9filement automatique de la rang\u00e9e d'avis.\n   Pos\u00e9 dans un widget HTML d'Elementor, \u00e0 la fin de la section des avis.\n\n   Principes tenus :\n   \u2014 il n'interrompt JAMAIS le visiteur : survol, focus clavier, doigt pos\u00e9 ou onglet\n     en arri\u00e8re-plan mettent en pause ;\n   \u2014 il respecte `prefers-reduced-motion` : si le syst\u00e8me demande moins d'animation,\n     le script ne d\u00e9marre pas du tout ;\n   \u2014 il avance d'UNE carte \u00e0 la fois, ce qui tombe juste avec l'accrochage `scroll-snap`\n     d\u00e9j\u00e0 en place, et revient au d\u00e9but en fin de course.\n   Aucune d\u00e9pendance, aucun r\u00e9glage \u00e0 maintenir ailleurs. *\/\n(function () {\n  var rangee = document.querySelector('.setup-avis');\n  if (!rangee) return;\n  if (window.matchMedia && window.matchMedia('(prefers-reduced-motion: reduce)').matches) return;\n\n  var DELAI = 4500;\n  var enPause = false;\n\n  function pasDUneCarte() {\n    var carte = rangee.firstElementChild;\n    if (!carte) return 0;\n    var style = window.getComputedStyle(rangee);\n    var gap = parseFloat(style.columnGap || style.gap) || 0;\n    return Math.round(carte.getBoundingClientRect().width + gap);\n  }\n\n  function avancer() {\n    if (enPause) return;\n    var pas = pasDUneCarte();\n    if (!pas) return;\n    var max = rangee.scrollWidth - rangee.clientWidth;\n    if (max <= 0) return;                       \/\/ rien \u00e0 faire tant que \u00e7a ne d\u00e9borde pas\n    var cible = rangee.scrollLeft + pas;\n    if (cible > max - 4) cible = 0;             \/\/ fin de course : on repart au d\u00e9but\n    rangee.scrollTo({ left: cible, behavior: 'smooth' });\n  }\n\n  ['pointerenter', 'pointerdown', 'focusin'].forEach(function (e) {\n    rangee.addEventListener(e, function () { enPause = true; }, { passive: true });\n  });\n  ['pointerleave', 'focusout'].forEach(function (e) {\n    rangee.addEventListener(e, function () { enPause = false; }, { passive: true });\n  });\n  document.addEventListener('visibilitychange', function () {\n    if (document.hidden) enPause = true;\n  });\n\n  setInterval(avancer, DELAI);\n})();\n\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5eebecd e-con-boxed e-flex e-con e-parent\" data-id=\"5eebecd\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-5c089b3 e-con-full e-flex e-con e-child\" data-id=\"5c089b3\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2773bc4 elementor-widget elementor-widget-heading\" data-id=\"2773bc4\" 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<h2 class=\"elementor-heading-title elementor-size-default\">Contact us<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5916f84 e-con-full e-flex e-con e-child\" data-id=\"5916f84\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-2ea886a e-con-full e-flex e-con e-child\" data-id=\"2ea886a\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3db1469 elementor-widget__width-initial elementor-widget elementor-widget-image\" data-id=\"3db1469\" 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 decoding=\"async\" src=\"https:\/\/setupandorra.com\/wp-content\/uploads\/2026\/09\/fig-2694-1988-ab.svg\" class=\"attachment-full size-full wp-image-15927\" alt=\"\" \/>\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<div class=\"elementor-element elementor-element-7757f2c e-con-full e-flex e-con e-child\" data-id=\"7757f2c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d1219b3 elementor-widget elementor-widget-heading\" data-id=\"d1219b3\" 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\">Contact us by phone or WhatsApp<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d842c4f elementor-widget elementor-widget-text-editor\" data-id=\"d842c4f\" 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>+376 331 586<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6f08a4c e-con-full e-flex e-con e-child\" data-id=\"6f08a4c\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-36dbcd0 elementor-widget__width-initial elementor-widget elementor-widget-image\" data-id=\"36dbcd0\" 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 decoding=\"async\" src=\"https:\/\/setupandorra.com\/wp-content\/uploads\/2026\/09\/fig-2694-1993-ab.svg\" class=\"attachment-full size-full wp-image-15931\" alt=\"\" \/>\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<div class=\"elementor-element elementor-element-e6f87f7 e-con-full e-flex e-con e-child\" data-id=\"e6f87f7\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c5fa4c2 elementor-widget elementor-widget-heading\" data-id=\"c5fa4c2\" 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\">Contact us by email<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-37babe2 elementor-widget elementor-widget-text-editor\" data-id=\"37babe2\" 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>virginiehergel@setupandorra.com<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-33719d8 e-con-full e-flex e-con e-child\" data-id=\"33719d8\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-46c8e88 elementor-widget__width-initial elementor-widget elementor-widget-image\" data-id=\"46c8e88\" 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 decoding=\"async\" src=\"https:\/\/setupandorra.com\/wp-content\/uploads\/2026\/09\/fig-2694-2009-ab.svg\" class=\"attachment-full size-full wp-image-15935\" alt=\"\" \/>\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<div class=\"elementor-element elementor-element-83e4bfe e-con-full e-flex e-con e-child\" data-id=\"83e4bfe\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-aff7ecd elementor-widget elementor-widget-heading\" data-id=\"aff7ecd\" 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\">Our offices<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c6bd833 elementor-widget elementor-widget-text-editor\" data-id=\"c6bd833\" 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>Edifici no25, 1,2, Carrer Joan Maragall, AD500 Andorra la Vella &#8211; Principality of Andorra<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7b5b1db e-con-full setup-pied e-flex e-con e-parent\" data-id=\"7b5b1db\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-86e4a07 e-con-full e-flex e-con e-child\" data-id=\"86e4a07\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-d263dc5 e-con-full e-flex e-con e-child\" data-id=\"d263dc5\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d2b8050 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-widget elementor-widget-image\" data-id=\"d2b8050\" 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 decoding=\"async\" width=\"422\" height=\"224\" src=\"https:\/\/setupandorra.com\/wp-content\/uploads\/2026\/09\/fig-3079-1733-ab.webp\" class=\"attachment-full size-full wp-image-15975\" alt=\"\" srcset=\"https:\/\/setupandorra.com\/wp-content\/uploads\/2026\/09\/fig-3079-1733-ab.webp 422w, https:\/\/setupandorra.com\/wp-content\/uploads\/2026\/09\/fig-3079-1733-ab-300x159.webp 300w\" sizes=\"(max-width: 422px) 100vw, 422px\" \/>\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-9f1d973 elementor-shape-circle elementor-grid-0 e-grid-align-left elementor-widget elementor-widget-social-icons\" data-id=\"9f1d973\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"social-icons.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-social-icons-wrapper elementor-grid\" role=\"list\">\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-facebook elementor-repeater-item-soc0\" href=\"https:\/\/www.facebook.com\/conciergerieAND\/\" target=\"_blank\" rel=\"nofollow\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Facebook<\/span>\n\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fab fa-facebook\"><\/i>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-repeater-item-soc1\" href=\"https:\/\/www.instagram.com\/setupandorra\/\" target=\"_blank\" rel=\"nofollow\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Instagram<\/span>\n\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fab fa-instagram\"><\/i>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-repeater-item-soc2\" href=\"https:\/\/www.youtube.com\/@SETUPANDORRA-GESTORIA-ANDORRE\" target=\"_blank\" rel=\"nofollow\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Youtube<\/span>\n\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fab fa-youtube\"><\/i>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-linkedin elementor-repeater-item-soc3\" href=\"https:\/\/www.linkedin.com\/company\/set-up-andorra-expatriation\" target=\"_blank\" rel=\"nofollow\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Linkedin<\/span>\n\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fab fa-linkedin\"><\/i>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\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-3331eaf elementor-widget elementor-widget-text-editor\" data-id=\"3331eaf\" 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>The content of this website is for information purposes only; Setup Andorra does not provide any tax or financial advice.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e711309 e-con-full e-flex e-con e-child\" data-id=\"e711309\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-1f1c839 e-con-full e-flex e-con e-child\" data-id=\"1f1c839\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-28fdb7a e-con-full e-flex e-con e-child\" data-id=\"28fdb7a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b75ee10 elementor-widget elementor-widget-text-editor\" data-id=\"b75ee10\" 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>Navigation<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-8f1f642 e-con-full e-flex e-con e-child\" data-id=\"8f1f642\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-52ac4ed elementor-widget elementor-widget-heading\" data-id=\"52ac4ed\" 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<span class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/setupandorra.com\/en\/setup\/\">Setup<\/a><\/span>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5cc5290 elementor-widget elementor-widget-heading\" data-id=\"5cc5290\" 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<span class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/setupandorra.com\/investir\/\">Invest<\/a><\/span>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-141c823 elementor-widget elementor-widget-heading\" data-id=\"141c823\" 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<span class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/setupandorra.com\/en\/expatriating\/\">Relocate<\/a><\/span>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c10b471 elementor-widget elementor-widget-heading\" data-id=\"c10b471\" 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<span class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/setupandorra.com\/en\/live\/\">Live<\/a><\/span>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b736cac elementor-widget elementor-widget-heading\" data-id=\"b736cac\" 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<span class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/setupandorra.com\/en\/benefits\/\">Services<\/a><\/span>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-bc4ffb9 elementor-widget elementor-widget-heading\" data-id=\"bc4ffb9\" 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<span class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/setupandorra.com\/en\/media\/\">Media<\/a><\/span>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a21f135 elementor-widget elementor-widget-heading\" data-id=\"a21f135\" 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<span class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/setupandorra.com\/actualites\/\">News<\/a><\/span>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-63775ef e-con-full e-flex e-con e-child\" data-id=\"63775ef\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-735dd96 elementor-widget elementor-widget-text-editor\" data-id=\"735dd96\" 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>Legal<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-156adc0 e-con-full e-flex e-con e-child\" data-id=\"156adc0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6559d60 elementor-widget elementor-widget-text-editor\" data-id=\"6559d60\" 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>Legal notice<\/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-71b4b80 elementor-widget elementor-widget-text-editor\" data-id=\"71b4b80\" 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>Privacy policy<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7e57c2d e-con-full e-flex e-con e-child\" data-id=\"7e57c2d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-ee48e7c e-con-full e-flex e-con e-child\" data-id=\"ee48e7c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1d4c051 elementor-widget elementor-widget-heading\" data-id=\"1d4c051\" 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\">Ready to settle in Andorra?<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f0e33e0 elementor-widget elementor-widget-text-editor\" data-id=\"f0e33e0\" 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>Book a free consultation with our experts.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-999d9ae elementor-align-left elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-widget elementor-widget-button\" data-id=\"999d9ae\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-md\" href=\"https:\/\/setupandorra.com\/en\/contact-2\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Let's talk about your project<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-0ed40cc e-con-full e-flex e-con e-child\" data-id=\"0ed40cc\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4542f7a elementor-widget__width-auto elementor-widget elementor-widget-text-editor\" data-id=\"4542f7a\" 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>Website by <style id=\"mrel-okko-pied\">.setup-pied .mrel-okko{height:19px}<\/style><a href=\"https:\/\/www.okko-and.com\/\" target=\"_blank\" rel=\"noopener\" class=\"mrel-okko-lien\" aria-label=\"OKKO\"><svg class=\"mrel-okko\" aria-label=\"OKKO\" role=\"img\" id=\"okko-logo\" data-name=\"Calque 1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" viewBox=\"0 0 892.5 228.08\"> <defs> <style> .okko-crete { fill: url(#okko-degrade); } .okko-crete, .okko-lettres { stroke-width: 0px; } .okko-lettres { fill: #fff; } <\/style> <linearGradient id=\"okko-degrade\" data-name=\"D\u00e9grad\u00e9 sans nom 7\" x1=\"598.54\" y1=\"70.16\" x2=\"892.5\" y2=\"70.16\" gradientUnits=\"userSpaceOnUse\"> <stop offset=\"0\" stop-color=\"#5bfafb\"\/> <stop offset=\"1\" stop-color=\"#d7d55c\"\/> <\/linearGradient> <\/defs> <path class=\"okko-lettres\" d=\"M98.09,226.21C44,226.21,0,182.2,0,128.11S44,30.02,98.09,30.02v39.42c-32.35,0-58.67,26.32-58.67,58.67s26.32,58.67,58.67,58.67,58.67-26.32,58.67-58.67h39.42c0,54.09-44,98.09-98.09,98.09Z\"\/> <path class=\"okko-lettres\" d=\"M605.92,228.08c-54.09,0-98.09-44-98.09-98.09s44-98.09,98.09-98.09v39.42c-32.35,0-58.67,26.32-58.67,58.67s26.32,58.67,58.67,58.67,58.67-26.32,58.67-58.67h39.42c0,54.09-44,98.09-98.09,98.09Z\"\/> <path class=\"okko-crete\" d=\"M607.92,140.32c-2.16,0-4.33-.74-6.1-2.26-3.94-3.37-4.39-9.3-1.02-13.24l53.37-62.26c5.4-6.3,14.97-7.1,21.34-1.77l28.82,24.13L772.56,5.32c2.96-3.45,7.25-5.39,11.8-5.32,4.54.07,8.78,2.14,11.63,5.68l94.44,117.41c3.25,4.04,2.61,9.95-1.43,13.2-4.04,3.25-9.95,2.61-13.2-1.43l-91.76-114.08-67.73,79.02c-5.4,6.3-14.97,7.09-21.34,1.77l-28.82-24.13-51.09,59.6c-1.86,2.17-4.49,3.28-7.13,3.28Z\"\/> <polygon class=\"okko-lettres\" points=\"226.22 149.73 226.22 107.06 303.22 30.05 354.28 30.05 256.95 127.39 355.76 226.21 301.54 226.21 226.22 149.73\"\/> <polygon class=\"okko-lettres\" points=\"367.02 149.73 367.02 107.06 444.02 30.05 495.09 30.05 397.75 127.39 496.56 226.21 442.34 226.21 367.02 149.73\"\/> <\/svg><\/a><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-082e1a8 e-con-full e-flex e-con e-child\" data-id=\"082e1a8\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2e311a9 elementor-widget elementor-widget-heading\" data-id=\"2e311a9\" 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<span class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/setupandorra.com\/plan-du-site\/\">Sitemap<\/a><\/span>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0a6e2f2 elementor-widget elementor-widget-heading\" data-id=\"0a6e2f2\" 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<span class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/setupandorra.com\/avis-de-non-responsabilite-disclaimer\/\">Disclaimer<\/a><\/span>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>SERVICES Get started the business creation in Andorra with Set Up 10+ Years of experience 2000+ Settlements 24\/7 Personalized support [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":0,"parent":759,"menu_order":2,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"_acf_changed":false,"_uag_custom_page_level_css":"","site-sidebar-layout":"default","site-content-layout":"","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":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"","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-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":"","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-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":"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":""},"mobile":{"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":""}},"footnotes":""},"class_list":["post-767","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>New business start-up in Andorra \u2013 Concierge Service Set Up<\/title>\n<meta name=\"description\" content=\"With Set Up, Private Concierge Service in Andorra, the creation of a company in the Principality becomes easy. Take advantage of its assistance and its network enriched by experts for the successful launch of your activity.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/setupandorra.com\/en\/benefits\/accompanying-to-the-creation-of-society\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"New business start-up in Andorra \u2013 Concierge Service Set Up\" \/>\n<meta property=\"og:description\" content=\"With Set Up, Private Concierge Service in Andorra, the creation of a company in the Principality becomes easy. Take advantage of its assistance and its network enriched by experts for the successful launch of your activity.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/setupandorra.com\/en\/benefits\/accompanying-to-the-creation-of-society\/\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/conciergerieAND\/\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-27T10:14:07+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/setupandorra.com\\\/en\\\/benefits\\\/accompanying-to-the-creation-of-society\\\/\",\"url\":\"https:\\\/\\\/setupandorra.com\\\/en\\\/benefits\\\/accompanying-to-the-creation-of-society\\\/\",\"name\":\"New business start-up in Andorra \u2013 Concierge Service Set Up\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/setupandorra.com\\\/en\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/setupandorra.com\\\/en\\\/benefits\\\/accompanying-to-the-creation-of-society\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/setupandorra.com\\\/en\\\/benefits\\\/accompanying-to-the-creation-of-society\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/setupandorra.com\\\/\\\/wp-content\\\/uploads\\\/2020\\\/11\\\/societe-1-1024x597.jpg\",\"datePublished\":\"2020-11-03T14:15:36+00:00\",\"dateModified\":\"2026-05-27T10:14:07+00:00\",\"description\":\"With Set Up, Private Concierge Service in Andorra, the creation of a company in the Principality becomes easy. Take advantage of its assistance and its network enriched by experts for the successful launch of your activity.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/setupandorra.com\\\/en\\\/benefits\\\/accompanying-to-the-creation-of-society\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/setupandorra.com\\\/en\\\/benefits\\\/accompanying-to-the-creation-of-society\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/setupandorra.com\\\/en\\\/benefits\\\/accompanying-to-the-creation-of-society\\\/#primaryimage\",\"url\":\"https:\\\/\\\/setupandorra.com\\\/\\\/wp-content\\\/uploads\\\/2020\\\/11\\\/societe-1-1024x597.jpg\",\"contentUrl\":\"https:\\\/\\\/setupandorra.com\\\/\\\/wp-content\\\/uploads\\\/2020\\\/11\\\/societe-1-1024x597.jpg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/setupandorra.com\\\/en\\\/benefits\\\/accompanying-to-the-creation-of-society\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/setupandorra.com\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"To settle and to expatriate in Andorra: personalized assistance Set Up\",\"item\":\"https:\\\/\\\/setupandorra.com\\\/en\\\/benefits\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Get started the business creation in Andorra with Set Up\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/setupandorra.com\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/setupandorra.com\\\/en\\\/\",\"name\":\"Setup Andorra\",\"description\":\"&quot;Your Journey, Your Way \u2013 Let\u2019s Explore Together!&quot;\",\"publisher\":{\"@id\":\"https:\\\/\\\/setupandorra.com\\\/en\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/setupandorra.com\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Organization\",\"ProfessionalService\"],\"@id\":\"https:\\\/\\\/setupandorra.com\\\/en\\\/#organization\",\"name\":\"Setup Andorra\",\"url\":\"https:\\\/\\\/setupandorra.com\\\/en\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/setupandorra.com\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/setupandorra.com\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/setup-andorra-logo.webp\",\"contentUrl\":\"https:\\\/\\\/setupandorra.com\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/setup-andorra-logo.webp\",\"width\":380,\"height\":202,\"caption\":\"Setup Andorra\"},\"image\":{\"@id\":\"https:\\\/\\\/setupandorra.com\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/conciergerieAND\\\/\",\"https:\\\/\\\/www.instagram.com\\\/setupandorra\\\/\",\"https:\\\/\\\/www.youtube.com\\\/c\\\/SETUPANDORRA-GESTORIA-ANDORRE\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/set-up-andorra-expatriation\",\"https:\\\/\\\/www.google.com\\\/maps?cid=5102658916892126909\"],\"address\":{\"@type\":\"PostalAddress\",\"streetAddress\":\"Edifici no25, 1,2, Carrer Joan Maragall\",\"postalCode\":\"AD500\",\"addressLocality\":\"Andorra la Vella\",\"addressCountry\":\"AD\"},\"geo\":{\"@type\":\"GeoCoordinates\",\"latitude\":42.5067458,\"longitude\":1.5307097},\"hasMap\":\"https:\\\/\\\/www.google.com\\\/maps?cid=5102658916892126909\",\"legalName\":\"SET UP EXPATRIATION, S.L.U.\",\"areaServed\":[{\"@type\":\"Country\",\"name\":\"Andorra\"},{\"@type\":\"Country\",\"name\":\"France\"},{\"@type\":\"Country\",\"name\":\"Spain\"}],\"knowsLanguage\":[\"fr\",\"en\",\"es\",\"ca\"],\"knowsAbout\":[\"Expatriation en Andorre\",\"Residence fiscale andorrane\",\"Creation de societe en Andorre\",\"Gestoria\",\"Conciergerie\"],\"founder\":{\"@id\":\"https:\\\/\\\/setupandorra.com\\\/#virginie-hergel\"},\"telephone\":\"+376 331 586\",\"email\":\"virginiehergel@setupandorra.com\",\"aggregateRating\":{\"@type\":\"AggregateRating\",\"ratingValue\":\"5\",\"reviewCount\":\"107\",\"bestRating\":\"5\",\"worstRating\":\"1\"},\"hasOfferCatalog\":{\"@type\":\"OfferCatalog\",\"name\":\"Prestations Setup Andorra\",\"itemListElement\":[{\"@type\":\"Offer\",\"itemOffered\":{\"@type\":\"Service\",\"name\":\"Living well in Andorra thanks to the tailored accompaniment Set Up\",\"url\":\"https:\\\/\\\/setupandorra.com\\\/en\\\/live\\\/our-support\\\/\",\"provider\":{\"@id\":\"https:\\\/\\\/setupandorra.com\\\/en\\\/#organization\"}}},{\"@type\":\"Offer\",\"itemOffered\":{\"@type\":\"Service\",\"name\":\"Daycare, schools and French high school in Andorra\",\"url\":\"https:\\\/\\\/setupandorra.com\\\/en\\\/live\\\/children-schools-and-childcare\\\/\",\"provider\":{\"@id\":\"https:\\\/\\\/setupandorra.com\\\/en\\\/#organization\"}}},{\"@type\":\"Offer\",\"itemOffered\":{\"@type\":\"Service\",\"name\":\"Social Security (CASS) and healthcare in Andorra\",\"url\":\"https:\\\/\\\/setupandorra.com\\\/en\\\/live\\\/health-and-social-security-system\\\/\",\"provider\":{\"@id\":\"https:\\\/\\\/setupandorra.com\\\/en\\\/#organization\"}}},{\"@type\":\"Offer\",\"itemOffered\":{\"@type\":\"Service\",\"name\":\"Tailor-made support for a better life in Andorra\",\"url\":\"https:\\\/\\\/setupandorra.com\\\/en\\\/live\\\/managing-daily-life-and-coaching-staff\\\/\",\"provider\":{\"@id\":\"https:\\\/\\\/setupandorra.com\\\/en\\\/#organization\"}}},{\"@type\":\"Offer\",\"itemOffered\":{\"@type\":\"Service\",\"name\":\"What to do in Andorra? Sports, leisure and activities in the Principality\",\"url\":\"https:\\\/\\\/setupandorra.com\\\/en\\\/live\\\/sports-and-leisures\\\/\",\"provider\":{\"@id\":\"https:\\\/\\\/setupandorra.com\\\/en\\\/#organization\"}}},{\"@type\":\"Offer\",\"itemOffered\":{\"@type\":\"Service\",\"name\":\"Rental and purchase of apartment, house: to stay in Andorra\",\"url\":\"https:\\\/\\\/setupandorra.com\\\/en\\\/live\\\/housing\\\/\",\"provider\":{\"@id\":\"https:\\\/\\\/setupandorra.com\\\/en\\\/#organization\"}}},{\"@type\":\"Offer\",\"itemOffered\":{\"@type\":\"Service\",\"name\":\"Wealth management consultancy in the Principality of Andorra\",\"url\":\"https:\\\/\\\/setupandorra.com\\\/en\\\/benefits\\\/heritage-management\\\/\",\"provider\":{\"@id\":\"https:\\\/\\\/setupandorra.com\\\/en\\\/#organization\"}}},{\"@type\":\"Offer\",\"itemOffered\":{\"@type\":\"Service\",\"name\":\"Get started the business creation in Andorra with Set Up\",\"url\":\"https:\\\/\\\/setupandorra.com\\\/en\\\/benefits\\\/accompanying-to-the-creation-of-society\\\/\",\"provider\":{\"@id\":\"https:\\\/\\\/setupandorra.com\\\/en\\\/#organization\"}}},{\"@type\":\"Offer\",\"itemOffered\":{\"@type\":\"Service\",\"name\":\"Emigrate and settle down in Andorra with Set Up\",\"url\":\"https:\\\/\\\/setupandorra.com\\\/en\\\/benefits\\\/accompaniment-in-the-expatriation\\\/\",\"provider\":{\"@id\":\"https:\\\/\\\/setupandorra.com\\\/en\\\/#organization\"}}},{\"@type\":\"Offer\",\"itemOffered\":{\"@type\":\"Service\",\"name\":\"Top athletes: the assistance for the expatriation in Andorra\",\"url\":\"https:\\\/\\\/setupandorra.com\\\/en\\\/benefits\\\/support-to-the-professional-sportsmen\\\/\",\"provider\":{\"@id\":\"https:\\\/\\\/setupandorra.com\\\/en\\\/#organization\"}}},{\"@type\":\"Offer\",\"itemOffered\":{\"@type\":\"Service\",\"name\":\"Live in carefree Andorra thanks to the services of Private Concierge Service Set Up\",\"url\":\"https:\\\/\\\/setupandorra.com\\\/en\\\/benefits\\\/concierge-services\\\/\",\"provider\":{\"@id\":\"https:\\\/\\\/setupandorra.com\\\/en\\\/#organization\"}}},{\"@type\":\"Offer\",\"itemOffered\":{\"@type\":\"Service\",\"name\":\"Set Up\u2019s partners\",\"url\":\"https:\\\/\\\/setupandorra.com\\\/en\\\/benefits\\\/partners\\\/\",\"provider\":{\"@id\":\"https:\\\/\\\/setupandorra.com\\\/en\\\/#organization\"}}},{\"@type\":\"Offer\",\"itemOffered\":{\"@type\":\"Service\",\"name\":\"Investing in the bank in Andorra: presentation of the Principality\u2019s banking system and its rules\",\"url\":\"https:\\\/\\\/setupandorra.com\\\/en\\\/investing\\\/bank-investments\\\/\",\"provider\":{\"@id\":\"https:\\\/\\\/setupandorra.com\\\/en\\\/#organization\"}}},{\"@type\":\"Offer\",\"itemOffered\":{\"@type\":\"Service\",\"name\":\"Andorran banks: presentation, functioning and benefits\",\"url\":\"https:\\\/\\\/setupandorra.com\\\/en\\\/investing\\\/bank-investments\\\/andorran-banks\\\/\",\"provider\":{\"@id\":\"https:\\\/\\\/setupandorra.com\\\/en\\\/#organization\"}}},{\"@type\":\"Offer\",\"itemOffered\":{\"@type\":\"Service\",\"name\":\"Invest in banking of Andorra with Set Up\",\"url\":\"https:\\\/\\\/setupandorra.com\\\/en\\\/investing\\\/bank-investments\\\/our-support\\\/\",\"provider\":{\"@id\":\"https:\\\/\\\/setupandorra.com\\\/en\\\/#organization\"}}},{\"@type\":\"Offer\",\"itemOffered\":{\"@type\":\"Service\",\"name\":\"Investing in real estate in Andorra: the law, taxation and VAT in the Principality\",\"url\":\"https:\\\/\\\/setupandorra.com\\\/en\\\/investing\\\/property-investment\\\/\",\"provider\":{\"@id\":\"https:\\\/\\\/setupandorra.com\\\/en\\\/#organization\"}}},{\"@type\":\"Offer\",\"itemOffered\":{\"@type\":\"Service\",\"name\":\"Invest in Real Estate in Andorra: Law, Conditions and Procedures\",\"url\":\"https:\\\/\\\/setupandorra.com\\\/en\\\/investing\\\/property-investment\\\/type-of-property-conditions-and-procedures\\\/\",\"provider\":{\"@id\":\"https:\\\/\\\/setupandorra.com\\\/en\\\/#organization\"}}},{\"@type\":\"Offer\",\"itemOffered\":{\"@type\":\"Service\",\"name\":\"Taxation, duties and conditions of tax residence in Andorra\",\"url\":\"https:\\\/\\\/setupandorra.com\\\/en\\\/investing\\\/property-investment\\\/residence-and-tax-rules\\\/\",\"provider\":{\"@id\":\"https:\\\/\\\/setupandorra.com\\\/en\\\/#organization\"}}},{\"@type\":\"Offer\",\"itemOffered\":{\"@type\":\"Service\",\"name\":\"Set Up makes it easy to buy real estate in Andorra\",\"url\":\"https:\\\/\\\/setupandorra.com\\\/en\\\/investing\\\/property-investment\\\/our-assistance\\\/\",\"provider\":{\"@id\":\"https:\\\/\\\/setupandorra.com\\\/en\\\/#organization\"}}},{\"@type\":\"Offer\",\"itemOffered\":{\"@type\":\"Service\",\"name\":\"Set Up a Company in Andorra: Costs, Steps & Tax\",\"url\":\"https:\\\/\\\/setupandorra.com\\\/en\\\/investing\\\/create-a-company\\\/\",\"provider\":{\"@id\":\"https:\\\/\\\/setupandorra.com\\\/en\\\/#organization\"}}},{\"@type\":\"Offer\",\"itemOffered\":{\"@type\":\"Service\",\"name\":\"Company and company creation in Andorra: choose your status and do the right things\",\"url\":\"https:\\\/\\\/setupandorra.com\\\/en\\\/investing\\\/create-a-company\\\/types-of-companies-conditions-and-procedures\\\/\",\"provider\":{\"@id\":\"https:\\\/\\\/setupandorra.com\\\/en\\\/#organization\"}}},{\"@type\":\"Offer\",\"itemOffered\":{\"@type\":\"Service\",\"name\":\"Set Up facilitates the creation of your company or corporation in Andorra\",\"url\":\"https:\\\/\\\/setupandorra.com\\\/en\\\/investing\\\/create-a-company\\\/our-support\\\/\",\"provider\":{\"@id\":\"https:\\\/\\\/setupandorra.com\\\/en\\\/#organization\"}}},{\"@type\":\"Offer\",\"itemOffered\":{\"@type\":\"Service\",\"name\":\"How to become a tax resident in Andorra and obtain Andorran nationality?\",\"url\":\"https:\\\/\\\/setupandorra.com\\\/en\\\/expatriating\\\/residency-status-conditions-procedures-and-taxation\\\/\",\"provider\":{\"@id\":\"https:\\\/\\\/setupandorra.com\\\/en\\\/#organization\"}}},{\"@type\":\"Offer\",\"itemOffered\":{\"@type\":\"Service\",\"name\":\"To expatriate and settle in Andorra: a tailor-made help to become an Andorran resident\",\"url\":\"https:\\\/\\\/setupandorra.com\\\/en\\\/expatriating\\\/our-support\\\/\",\"provider\":{\"@id\":\"https:\\\/\\\/setupandorra.com\\\/en\\\/#organization\"}}},{\"@type\":\"Offer\",\"itemOffered\":{\"@type\":\"Service\",\"name\":\"Statutes, forms of remuneration and tax rules\",\"url\":\"https:\\\/\\\/setupandorra.com\\\/en\\\/investing\\\/create-a-company\\\/statutes-forms-of-remuneration-and-tax-rules\\\/\",\"provider\":{\"@id\":\"https:\\\/\\\/setupandorra.com\\\/en\\\/#organization\"}}},{\"@type\":\"Offer\",\"itemOffered\":{\"@type\":\"Service\",\"name\":\"Expatriation: Reside in Andorra for professional athletes\",\"url\":\"https:\\\/\\\/setupandorra.com\\\/en\\\/expatriating\\\/the-status-of-professional-sportsmen\\\/\",\"provider\":{\"@id\":\"https:\\\/\\\/setupandorra.com\\\/en\\\/#organization\"}}},{\"@type\":\"Offer\",\"itemOffered\":{\"@type\":\"Service\",\"name\":\"Retiring to Andorra\",\"url\":\"https:\\\/\\\/setupandorra.com\\\/en\\\/expatriating\\\/benefits-for-retirees\\\/\",\"provider\":{\"@id\":\"https:\\\/\\\/setupandorra.com\\\/en\\\/#organization\"}}},{\"@type\":\"Offer\",\"itemOffered\":{\"@type\":\"Service\",\"name\":\"The benefits of living in Andorra for internet professionals\",\"url\":\"https:\\\/\\\/setupandorra.com\\\/en\\\/expatriating\\\/the-advantages-for-the-web-professions\\\/\",\"provider\":{\"@id\":\"https:\\\/\\\/setupandorra.com\\\/en\\\/#organization\"}}},{\"@type\":\"Offer\",\"itemOffered\":{\"@type\":\"Service\",\"name\":\"The benefits of living in Andorra for artists\",\"url\":\"https:\\\/\\\/setupandorra.com\\\/en\\\/expatriating\\\/the-advantages-for-artists\\\/\",\"provider\":{\"@id\":\"https:\\\/\\\/setupandorra.com\\\/en\\\/#organization\"}}},{\"@type\":\"Offer\",\"itemOffered\":{\"@type\":\"Service\",\"name\":\"Gestoria in Andorra: get professional support\",\"url\":\"https:\\\/\\\/setupandorra.com\\\/en\\\/setup\\\/gestoria-in-andorra-professional-support\\\/\",\"provider\":{\"@id\":\"https:\\\/\\\/setupandorra.com\\\/en\\\/#organization\"}}}]}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/setupandorra.com\\\/#virginie-hergel\",\"name\":\"Virginie Hergel\",\"givenName\":\"Virginie\",\"familyName\":\"Hergel\",\"jobTitle\":\"Fondatrice\",\"worksFor\":{\"@id\":\"https:\\\/\\\/setupandorra.com\\\/en\\\/#organization\"},\"knowsAbout\":[\"Expatriation en Andorre\",\"Fiscalite andorrane\",\"Creation de societe en Andorre\",\"Private banking\"],\"knowsLanguage\":[\"fr\",\"en\",\"es\",\"ca\"],\"url\":\"https:\\\/\\\/setupandorra.com\\\/gestoria-andorre\\\/la-fondatrice\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"New business start-up in Andorra \u2013 Concierge Service Set Up","description":"With Set Up, Private Concierge Service in Andorra, the creation of a company in the Principality becomes easy. Take advantage of its assistance and its network enriched by experts for the successful launch of your activity.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/setupandorra.com\/en\/benefits\/accompanying-to-the-creation-of-society\/","og_locale":"en_US","og_type":"article","og_title":"New business start-up in Andorra \u2013 Concierge Service Set Up","og_description":"With Set Up, Private Concierge Service in Andorra, the creation of a company in the Principality becomes easy. Take advantage of its assistance and its network enriched by experts for the successful launch of your activity.","og_url":"https:\/\/setupandorra.com\/en\/benefits\/accompanying-to-the-creation-of-society\/","article_publisher":"https:\/\/www.facebook.com\/conciergerieAND\/","article_modified_time":"2026-05-27T10:14:07+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/setupandorra.com\/en\/benefits\/accompanying-to-the-creation-of-society\/","url":"https:\/\/setupandorra.com\/en\/benefits\/accompanying-to-the-creation-of-society\/","name":"New business start-up in Andorra \u2013 Concierge Service Set Up","isPartOf":{"@id":"https:\/\/setupandorra.com\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/setupandorra.com\/en\/benefits\/accompanying-to-the-creation-of-society\/#primaryimage"},"image":{"@id":"https:\/\/setupandorra.com\/en\/benefits\/accompanying-to-the-creation-of-society\/#primaryimage"},"thumbnailUrl":"https:\/\/setupandorra.com\/\/wp-content\/uploads\/2020\/11\/societe-1-1024x597.jpg","datePublished":"2020-11-03T14:15:36+00:00","dateModified":"2026-05-27T10:14:07+00:00","description":"With Set Up, Private Concierge Service in Andorra, the creation of a company in the Principality becomes easy. Take advantage of its assistance and its network enriched by experts for the successful launch of your activity.","breadcrumb":{"@id":"https:\/\/setupandorra.com\/en\/benefits\/accompanying-to-the-creation-of-society\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/setupandorra.com\/en\/benefits\/accompanying-to-the-creation-of-society\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/setupandorra.com\/en\/benefits\/accompanying-to-the-creation-of-society\/#primaryimage","url":"https:\/\/setupandorra.com\/\/wp-content\/uploads\/2020\/11\/societe-1-1024x597.jpg","contentUrl":"https:\/\/setupandorra.com\/\/wp-content\/uploads\/2020\/11\/societe-1-1024x597.jpg"},{"@type":"BreadcrumbList","@id":"https:\/\/setupandorra.com\/en\/benefits\/accompanying-to-the-creation-of-society\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/setupandorra.com\/en\/"},{"@type":"ListItem","position":2,"name":"To settle and to expatriate in Andorra: personalized assistance Set Up","item":"https:\/\/setupandorra.com\/en\/benefits\/"},{"@type":"ListItem","position":3,"name":"Get started the business creation in Andorra with Set Up"}]},{"@type":"WebSite","@id":"https:\/\/setupandorra.com\/en\/#website","url":"https:\/\/setupandorra.com\/en\/","name":"Setup Andorra","description":"&quot;Your Journey, Your Way \u2013 Let\u2019s Explore Together!&quot;","publisher":{"@id":"https:\/\/setupandorra.com\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/setupandorra.com\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Organization","ProfessionalService"],"@id":"https:\/\/setupandorra.com\/en\/#organization","name":"Setup Andorra","url":"https:\/\/setupandorra.com\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/setupandorra.com\/en\/#\/schema\/logo\/image\/","url":"https:\/\/setupandorra.com\/wp-content\/uploads\/2026\/02\/setup-andorra-logo.webp","contentUrl":"https:\/\/setupandorra.com\/wp-content\/uploads\/2026\/02\/setup-andorra-logo.webp","width":380,"height":202,"caption":"Setup Andorra"},"image":{"@id":"https:\/\/setupandorra.com\/en\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/conciergerieAND\/","https:\/\/www.instagram.com\/setupandorra\/","https:\/\/www.youtube.com\/c\/SETUPANDORRA-GESTORIA-ANDORRE","https:\/\/www.linkedin.com\/company\/set-up-andorra-expatriation","https:\/\/www.google.com\/maps?cid=5102658916892126909"],"address":{"@type":"PostalAddress","streetAddress":"Edifici no25, 1,2, Carrer Joan Maragall","postalCode":"AD500","addressLocality":"Andorra la Vella","addressCountry":"AD"},"geo":{"@type":"GeoCoordinates","latitude":42.5067458,"longitude":1.5307097},"hasMap":"https:\/\/www.google.com\/maps?cid=5102658916892126909","legalName":"SET UP EXPATRIATION, S.L.U.","areaServed":[{"@type":"Country","name":"Andorra"},{"@type":"Country","name":"France"},{"@type":"Country","name":"Spain"}],"knowsLanguage":["fr","en","es","ca"],"knowsAbout":["Expatriation en Andorre","Residence fiscale andorrane","Creation de societe en Andorre","Gestoria","Conciergerie"],"founder":{"@id":"https:\/\/setupandorra.com\/#virginie-hergel"},"telephone":"+376 331 586","email":"virginiehergel@setupandorra.com","aggregateRating":{"@type":"AggregateRating","ratingValue":"5","reviewCount":"107","bestRating":"5","worstRating":"1"},"hasOfferCatalog":{"@type":"OfferCatalog","name":"Prestations Setup Andorra","itemListElement":[{"@type":"Offer","itemOffered":{"@type":"Service","name":"Living well in Andorra thanks to the tailored accompaniment Set Up","url":"https:\/\/setupandorra.com\/en\/live\/our-support\/","provider":{"@id":"https:\/\/setupandorra.com\/en\/#organization"}}},{"@type":"Offer","itemOffered":{"@type":"Service","name":"Daycare, schools and French high school in Andorra","url":"https:\/\/setupandorra.com\/en\/live\/children-schools-and-childcare\/","provider":{"@id":"https:\/\/setupandorra.com\/en\/#organization"}}},{"@type":"Offer","itemOffered":{"@type":"Service","name":"Social Security (CASS) and healthcare in Andorra","url":"https:\/\/setupandorra.com\/en\/live\/health-and-social-security-system\/","provider":{"@id":"https:\/\/setupandorra.com\/en\/#organization"}}},{"@type":"Offer","itemOffered":{"@type":"Service","name":"Tailor-made support for a better life in Andorra","url":"https:\/\/setupandorra.com\/en\/live\/managing-daily-life-and-coaching-staff\/","provider":{"@id":"https:\/\/setupandorra.com\/en\/#organization"}}},{"@type":"Offer","itemOffered":{"@type":"Service","name":"What to do in Andorra? Sports, leisure and activities in the Principality","url":"https:\/\/setupandorra.com\/en\/live\/sports-and-leisures\/","provider":{"@id":"https:\/\/setupandorra.com\/en\/#organization"}}},{"@type":"Offer","itemOffered":{"@type":"Service","name":"Rental and purchase of apartment, house: to stay in Andorra","url":"https:\/\/setupandorra.com\/en\/live\/housing\/","provider":{"@id":"https:\/\/setupandorra.com\/en\/#organization"}}},{"@type":"Offer","itemOffered":{"@type":"Service","name":"Wealth management consultancy in the Principality of Andorra","url":"https:\/\/setupandorra.com\/en\/benefits\/heritage-management\/","provider":{"@id":"https:\/\/setupandorra.com\/en\/#organization"}}},{"@type":"Offer","itemOffered":{"@type":"Service","name":"Get started the business creation in Andorra with Set Up","url":"https:\/\/setupandorra.com\/en\/benefits\/accompanying-to-the-creation-of-society\/","provider":{"@id":"https:\/\/setupandorra.com\/en\/#organization"}}},{"@type":"Offer","itemOffered":{"@type":"Service","name":"Emigrate and settle down in Andorra with Set Up","url":"https:\/\/setupandorra.com\/en\/benefits\/accompaniment-in-the-expatriation\/","provider":{"@id":"https:\/\/setupandorra.com\/en\/#organization"}}},{"@type":"Offer","itemOffered":{"@type":"Service","name":"Top athletes: the assistance for the expatriation in Andorra","url":"https:\/\/setupandorra.com\/en\/benefits\/support-to-the-professional-sportsmen\/","provider":{"@id":"https:\/\/setupandorra.com\/en\/#organization"}}},{"@type":"Offer","itemOffered":{"@type":"Service","name":"Live in carefree Andorra thanks to the services of Private Concierge Service Set Up","url":"https:\/\/setupandorra.com\/en\/benefits\/concierge-services\/","provider":{"@id":"https:\/\/setupandorra.com\/en\/#organization"}}},{"@type":"Offer","itemOffered":{"@type":"Service","name":"Set Up\u2019s partners","url":"https:\/\/setupandorra.com\/en\/benefits\/partners\/","provider":{"@id":"https:\/\/setupandorra.com\/en\/#organization"}}},{"@type":"Offer","itemOffered":{"@type":"Service","name":"Investing in the bank in Andorra: presentation of the Principality\u2019s banking system and its rules","url":"https:\/\/setupandorra.com\/en\/investing\/bank-investments\/","provider":{"@id":"https:\/\/setupandorra.com\/en\/#organization"}}},{"@type":"Offer","itemOffered":{"@type":"Service","name":"Andorran banks: presentation, functioning and benefits","url":"https:\/\/setupandorra.com\/en\/investing\/bank-investments\/andorran-banks\/","provider":{"@id":"https:\/\/setupandorra.com\/en\/#organization"}}},{"@type":"Offer","itemOffered":{"@type":"Service","name":"Invest in banking of Andorra with Set Up","url":"https:\/\/setupandorra.com\/en\/investing\/bank-investments\/our-support\/","provider":{"@id":"https:\/\/setupandorra.com\/en\/#organization"}}},{"@type":"Offer","itemOffered":{"@type":"Service","name":"Investing in real estate in Andorra: the law, taxation and VAT in the Principality","url":"https:\/\/setupandorra.com\/en\/investing\/property-investment\/","provider":{"@id":"https:\/\/setupandorra.com\/en\/#organization"}}},{"@type":"Offer","itemOffered":{"@type":"Service","name":"Invest in Real Estate in Andorra: Law, Conditions and Procedures","url":"https:\/\/setupandorra.com\/en\/investing\/property-investment\/type-of-property-conditions-and-procedures\/","provider":{"@id":"https:\/\/setupandorra.com\/en\/#organization"}}},{"@type":"Offer","itemOffered":{"@type":"Service","name":"Taxation, duties and conditions of tax residence in Andorra","url":"https:\/\/setupandorra.com\/en\/investing\/property-investment\/residence-and-tax-rules\/","provider":{"@id":"https:\/\/setupandorra.com\/en\/#organization"}}},{"@type":"Offer","itemOffered":{"@type":"Service","name":"Set Up makes it easy to buy real estate in Andorra","url":"https:\/\/setupandorra.com\/en\/investing\/property-investment\/our-assistance\/","provider":{"@id":"https:\/\/setupandorra.com\/en\/#organization"}}},{"@type":"Offer","itemOffered":{"@type":"Service","name":"Set Up a Company in Andorra: Costs, Steps & Tax","url":"https:\/\/setupandorra.com\/en\/investing\/create-a-company\/","provider":{"@id":"https:\/\/setupandorra.com\/en\/#organization"}}},{"@type":"Offer","itemOffered":{"@type":"Service","name":"Company and company creation in Andorra: choose your status and do the right things","url":"https:\/\/setupandorra.com\/en\/investing\/create-a-company\/types-of-companies-conditions-and-procedures\/","provider":{"@id":"https:\/\/setupandorra.com\/en\/#organization"}}},{"@type":"Offer","itemOffered":{"@type":"Service","name":"Set Up facilitates the creation of your company or corporation in Andorra","url":"https:\/\/setupandorra.com\/en\/investing\/create-a-company\/our-support\/","provider":{"@id":"https:\/\/setupandorra.com\/en\/#organization"}}},{"@type":"Offer","itemOffered":{"@type":"Service","name":"How to become a tax resident in Andorra and obtain Andorran nationality?","url":"https:\/\/setupandorra.com\/en\/expatriating\/residency-status-conditions-procedures-and-taxation\/","provider":{"@id":"https:\/\/setupandorra.com\/en\/#organization"}}},{"@type":"Offer","itemOffered":{"@type":"Service","name":"To expatriate and settle in Andorra: a tailor-made help to become an Andorran resident","url":"https:\/\/setupandorra.com\/en\/expatriating\/our-support\/","provider":{"@id":"https:\/\/setupandorra.com\/en\/#organization"}}},{"@type":"Offer","itemOffered":{"@type":"Service","name":"Statutes, forms of remuneration and tax rules","url":"https:\/\/setupandorra.com\/en\/investing\/create-a-company\/statutes-forms-of-remuneration-and-tax-rules\/","provider":{"@id":"https:\/\/setupandorra.com\/en\/#organization"}}},{"@type":"Offer","itemOffered":{"@type":"Service","name":"Expatriation: Reside in Andorra for professional athletes","url":"https:\/\/setupandorra.com\/en\/expatriating\/the-status-of-professional-sportsmen\/","provider":{"@id":"https:\/\/setupandorra.com\/en\/#organization"}}},{"@type":"Offer","itemOffered":{"@type":"Service","name":"Retiring to Andorra","url":"https:\/\/setupandorra.com\/en\/expatriating\/benefits-for-retirees\/","provider":{"@id":"https:\/\/setupandorra.com\/en\/#organization"}}},{"@type":"Offer","itemOffered":{"@type":"Service","name":"The benefits of living in Andorra for internet professionals","url":"https:\/\/setupandorra.com\/en\/expatriating\/the-advantages-for-the-web-professions\/","provider":{"@id":"https:\/\/setupandorra.com\/en\/#organization"}}},{"@type":"Offer","itemOffered":{"@type":"Service","name":"The benefits of living in Andorra for artists","url":"https:\/\/setupandorra.com\/en\/expatriating\/the-advantages-for-artists\/","provider":{"@id":"https:\/\/setupandorra.com\/en\/#organization"}}},{"@type":"Offer","itemOffered":{"@type":"Service","name":"Gestoria in Andorra: get professional support","url":"https:\/\/setupandorra.com\/en\/setup\/gestoria-in-andorra-professional-support\/","provider":{"@id":"https:\/\/setupandorra.com\/en\/#organization"}}}]}},{"@type":"Person","@id":"https:\/\/setupandorra.com\/#virginie-hergel","name":"Virginie Hergel","givenName":"Virginie","familyName":"Hergel","jobTitle":"Fondatrice","worksFor":{"@id":"https:\/\/setupandorra.com\/en\/#organization"},"knowsAbout":["Expatriation en Andorre","Fiscalite andorrane","Creation de societe en Andorre","Private banking"],"knowsLanguage":["fr","en","es","ca"],"url":"https:\/\/setupandorra.com\/gestoria-andorre\/la-fondatrice\/"}]}},"spectra_custom_meta":{"_yoast_wpseo_title":["New business start-up in Andorra \u2013 Concierge Service Set Up","New business start-up in Andorra \u2013 Concierge Service Set Up"],"_yoast_wpseo_metadesc":["With Set Up, Private Concierge Service in Andorra, the creation of a company in the Principality becomes easy. Take advantage of its assistance and its network enriched by experts for the successful launch of your activity.","With Set Up, Private Concierge Service in Andorra, the creation of a company in the Principality becomes easy. Take advantage of its assistance and its network enriched by experts for the successful launch of your activity."],"_wpml_media_featured":["0"],"_cmplz_scanned_post":["1"],"_wp_page_template":["elementor_header_footer"],"_wpml_media_duplicate":["1"],"_elementor_edit_mode":["builder"],"_elementor_template_type":["wp-page"],"ast-site-content-layout":["full-width-container"],"_elementor_page_settings":["a:2:{s:10:\"hide_title\";s:3:\"yes\";s:10:\"custom_css\";s:59726:\"selector .elementor-widget-text-editor p { margin: 0; }\nselector .elementor-widget-text-editor ul, selector .elementor-widget-text-editor ol { margin: 0; }\n\n\/* Rang\u00e9e des \u00e9tapes : le d\u00e9bordement est dessin\u00e9 dans la maquette (2 737 px de cartes\n   dans un cadre de 1 352). On garde le d\u00e9filement et on lui donne une finition :\n   accrochage carte par carte, d\u00e9filement doux, et une barre aux couleurs du site\n   plut\u00f4t que la barre brute du navigateur. *\/\n\/* \u26a0 `overflow-x: auto` est INDISPENSABLE : sans lui la rangee deborde sans defiler.\n   La rangee des etapes l'avait (posee par le convertisseur), celle des avis NON \u2014\n   elle debordait de 2 056 px dans 1 481 visibles sans que rien ne bouge. *\/\nselector .setup-defile { overflow-x: auto !important; overflow-y: hidden;\n  scroll-snap-type: x mandatory; scroll-behavior: smooth;\n  scrollbar-width: thin; scrollbar-color: #F73100 #FAF7F3; }\nselector .setup-defile > * { scroll-snap-align: start; }\nselector .setup-defile::-webkit-scrollbar { height: 6px; }\nselector .setup-defile::-webkit-scrollbar-track { background: #FAF7F3; border-radius: 3px; }\nselector .setup-defile::-webkit-scrollbar-thumb { background: #F73100; border-radius: 3px; }\nselector .setup-defile::-webkit-scrollbar-thumb:hover { background: #A11B0B; }\n\n\/* Avis : le cadre de texte de la maquette fait 144 px en 16\/24, soit 6 lignes.\n   Les vrais avis vont de 99 a 387 caracteres : on coupe proprement a 6 lignes\n   plutot que de laisser deborder la carte. *\/\nselector .setup-avis .elementor-widget-text-editor p, selector .setup-avis .elementor-widget-text-editor {\n  display: -webkit-box; -webkit-line-clamp: 6; -webkit-box-orient: vertical; overflow: hidden; }\n\/* Dans la maquette la rangee d'avis est a x = -232 pour 1 976 px de large : elle deborde\n   SYMETRIQUEMENT du cadre de 1 512, les cartes depassant des deux cotes. Sur le web un\n   defilement demarre a gauche, pas au centre : on l'aligne donc sur la grille (80 px),\n   et `scroll-padding` fait que la derniere carte arrive entiere en fin de course. *\/\nselector .setup-avis { padding-inline: 80px; scroll-padding-inline: 80px; }\n\/* sans cela les cartes se compriment de 458 px (maquette) a 347 et la rangee cesse\n   de defiler : elles doivent garder leur largeur, comme les cartes d'etapes. *\/\nselector .setup-avis > * { flex: 0 0 auto !important; width: min(458px, 82vw) !important; }\n@media (max-width: 767px) { selector .setup-avis { padding-inline: 20px; scroll-padding-inline: 20px; } }\n\n\n\/* Vignettes d'articles : la maquette pose l'image \u00e0 419 \u00d7 176 (ratio 2,381) dans une\n   carte de 419 \u00d7 292, radius 20. Les images du blog n'ont PAS toutes le m\u00eame ratio \u2014\n   \u00ab Guide de coworkings \u00bb est un 1920 \u00d7 1080 (1,78), les deux autres des 436 \u00d7 290\n   (1,50) \u2014 donc des hauteurs de 246 px contre 291 px, et des textes qui ne s'alignent\n   plus. On impose le cadrage de la maquette et on recadre au centre. *\/\nselector .elementor-widget-hfe-basic-posts img {\n  aspect-ratio: 419 \/ 176; object-fit: cover; object-position: center;\n  width: 100%; height: auto; border-radius: 20px; }\n\n\/* \u2500\u2500 BOUTONS \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\n   Audit du 2026-09-17 : la maquette les donne a 40 px, padding 8\/12, texte 16\/300.\n   Conforme, mais sous le minimum de 44 px des cibles tactiles (WCAG 2.5.5,\n   Apple HIG 44 pt) et d une graisse trop legere pour un appel a l action.\n   Base commune : 48 px, padding 12\/24, graisse 400.\n   \u26a0 padding et font-weight sont poses par Elementor SUR L ELEMENT\n   (.elementor-15601 .elementor-element.elementor-element-XXXX .elementor-button) :\n   sans !important ils gagnent, et seule la min-height passe.\n   Les COULEURS ne changent pas : seul le geste de survol est nouveau. *\/\nselector .elementor-widget-button .elementor-button {\n  min-height: 48px; padding: 12px 24px !important; font-weight: 400 !important;\n  display: inline-flex; align-items: center; justify-content: center;\n  position: relative; isolation: isolate;\n  transition: background-color .25s ease, color .25s ease, transform .25s ease, box-shadow .25s ease; }\n\n\/* 06 \u2014 elevation discrete : pour les 14 boutons hors heros. Le changement de\n   couleur au survol reste celui de la maquette ; on ajoute la reponse physique. *\/\nselector .elementor-widget-button .elementor-button { box-shadow: 0 1px 2px rgba(32, 32, 32, .16); }\nselector .elementor-widget-button .elementor-button:hover {\n  transform: translateY(-2px); box-shadow: 0 10px 22px -8px rgba(32, 32, 32, .45); }\n\n\/* 03 \u2014 le cercle qui s ouvre : le bouton du heros, et tout bouton portant\n   la classe `setup-bouton-fleche` (pose par la table CLASSES de la page).\n   Il n a pas de fleche dans la maquette : la pastille et la fleche sont dessinees\n   en CSS (::after), et le cercle qui s etend est le ::before. *\/\nselector .setup-hero .elementor-widget-button .elementor-button,\nselector .setup-bouton-fleche .elementor-button {\n  overflow: hidden; padding-right: 58px !important;\n  background-color: #F73100 !important; }\nselector .setup-hero .elementor-widget-button .elementor-button::after,\nselector .setup-bouton-fleche .elementor-button::after {\n  content: \"\"; position: absolute; right: 10px; top: 50%; width: 28px; height: 28px;\n  margin-top: -14px; border-radius: 50%; background-color: #A11B0B;\n  background-image: url('data:image\/svg+xml,%3Csvg xmlns=%27http:\/\/www.w3.org\/2000\/svg%27 viewBox=%270 0 16 16%27 fill=%27none%27 stroke=%27%23ffffff%27 stroke-width=%271.7%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27%3E%3Cpath d=%27M3 8h9M8.5 4l4 4-4 4%27\/%3E%3C\/svg%3E');\n  background-size: 15px; background-position: center; background-repeat: no-repeat;\n  transition: background-color .25s ease; }\nselector .setup-hero .elementor-widget-button .elementor-button::before,\nselector .setup-bouton-fleche .elementor-button::before {\n  content: \"\"; position: absolute; z-index: -1; right: 24px; top: 50%;\n  width: 28px; height: 28px; margin-top: -14px; border-radius: 50%;\n  background: #A11B0B; transform: scale(0); transform-origin: center;\n  transition: transform .45s cubic-bezier(.22, .61, .36, 1); }\nselector .setup-hero .elementor-widget-button .elementor-button:hover,\nselector .setup-bouton-fleche .elementor-button:hover {\n  transform: none; box-shadow: none; }\nselector .setup-hero .elementor-widget-button .elementor-button:hover::before,\nselector .setup-bouton-fleche .elementor-button:hover::before { transform: scale(18); }\nselector .setup-hero .elementor-widget-button .elementor-button:hover::after,\nselector .setup-bouton-fleche .elementor-button:hover::after {\n  background-color: #ffffff;\n  background-image: url('data:image\/svg+xml,%3Csvg xmlns=%27http:\/\/www.w3.org\/2000\/svg%27 viewBox=%270 0 16 16%27 fill=%27none%27 stroke=%27%23A11B0B%27 stroke-width=%271.7%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27%3E%3Cpath d=%27M3 8h9M8.5 4l4 4-4 4%27\/%3E%3C\/svg%3E'); }\n\n\/* 03 bis \u2014 variante BLEUE du survol, pour un bouton qui porte `setup-bouton-bleu`.\n   Demande de Kevin, 2026-09-17, sur le CTA du heros de \u00ab La fondatrice \u00bb.\n   Le cercle qui s ouvre, le fond de repli et la fleche passent au Brand Bleu.\n   Blanc sur #102039 = 16,30:1, la ou l orange ne donne que 3,89:1 : ce survol est,\n   accessoirement, le plus lisible des deux etats du bouton. *\/\nselector .setup-bouton-bleu .elementor-button:hover { background-color: #102039 !important; }\nselector .setup-bouton-bleu .elementor-button:hover::before { background: #102039; }\nselector .setup-bouton-bleu .elementor-button:hover::after {\n  background-color: #ffffff;\n  background-image: url('data:image\/svg+xml,%3Csvg xmlns=%27http:\/\/www.w3.org\/2000\/svg%27 viewBox=%270 0 16 16%27 fill=%27none%27 stroke=%27%23102039%27 stroke-width=%271.7%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27%3E%3Cpath d=%27M3 8h9M8.5 4l4 4-4 4%27\/%3E%3C\/svg%3E'); }\n\n\/* -- GABARIT D ARTICLE (direction B, validee par Kevin le 2026-09-17) -------\n   Les 38 pages du menu portent 38 573 mots que la maquette n avait pas prevu ou\n   loger : son modele de prestations n en tient que 392. Le corps existant de chaque\n   page est donc servi TEL QUEL, avec la typographie de la refonte, a cote d un\n   sommaire qui se fabrique depuis ses H2.\n   Ces regles sont inertes sur une page qui ne porte pas `setup-article`. *\/\nselector .setup-article { align-items: flex-start; }\n\/* ATTENTION l en-tete est FIXE et flotte : mesure, il fait 82 px de haut mais son bas\n   tombe a 114 px (32 px de retrait en haut). Un `top: 104px` faisait donc passer le\n   sommaire SOUS l en-tete - ce que Kevin a vu comme \u00ab coll\u00e9 au header \u00bb. On d\u00e9gage\n   36 px sous le bandeau. *\/\nselector .setup-sommaire { position: sticky; top: 150px; align-self: start; }\n\/* Kevin, 2026-09-17 : \u00ab rendre le menu de gauche plus visible \u00bb. Il devient une carte\n   creme posee sur le fond blanc, au lieu d une simple liste de liens. *\/\nselector .setup-sommaire > .e-con-inner, selector .setup-sommaire.e-con-full {\n  background: #FAF7F3; border-radius: 16px; padding: 20px 20px 14px; }\nselector .setup-sommaire-liste { display: block; margin-top: 12px; }\nselector .setup-sommaire-liste a {\n  display: block; font-size: 14px; line-height: 1.45; color: #565049;\n  text-decoration: none; padding: 9px 0 9px 14px;\n  border-left: 2px solid #E3DCD1;\n  transition: color .2s ease, border-color .2s ease; }\nselector .setup-sommaire-liste a:hover { color: #F73100; border-left-color: #F73100; }\n\/* ATTENTION le titre lu ne se repere pas au survol mais a la lecture : `est-actif` est\n   pose par le script, pas par le CSS. *\/\nselector .setup-sommaire-liste a.est-actif { color: #202020; border-left-color: #F73100; }\n\n\/* le corps : c est ici que vit la typographie de lecture. 68 caracteres par ligne,\n   la largeur ou l oeil retrouve seul le debut de la ligne suivante. *\/\n\/* ATTENTION deux pieges mesures sur le pilote (page 15994) :\n   1. `max-width: 68ch` etait ECRASE par le `max-width: 100%` que le coeur pose sur\n      tout widget : la colonne faisait 1 036 px au lieu de 578. D ou le `!important`.\n   2. le corps d article est du HTML BRUT : la typographie du kit ne l atteint pas.\n      Sans `font-family` explicite, les H2 sortaient en Playfair Display (la police de\n      titres de l ancien theme) et les paragraphes en police systeme. *\/\n\/* Kevin, 2026-09-17 : \u00ab possible d occuper toute la largeur de la page pour le\n   texte ? \u00bb. La colonne de lecture est donc levee. Elle passe de 653 a ~1 078 px,\n   soit environ 135 caracteres par ligne : c est SON choix, pas la mesure de confort\n   (68 caracteres). L interligne reste a 1,75, qui aide sur une ligne longue. *\/\nselector .setup-article-corps { max-width: none !important; }\nselector .setup-article-corps,\nselector .setup-article-corps p, selector .setup-article-corps li,\nselector .setup-article-corps h2, selector .setup-article-corps h3,\nselector .setup-article-corps h4, selector .setup-article-corps blockquote {\n  font-family: \"Jost\", -apple-system, BlinkMacSystemFont, sans-serif; color: #202020; }\nselector .setup-article-corps p { margin: 0 0 18px; font-size: 16px; line-height: 1.75; }\nselector .setup-article-corps h2 {\n  font-size: 25px; line-height: 1.25; font-weight: 400; letter-spacing: -.01em;\n  margin: 42px 0 14px; padding-top: 18px; border-top: 1px solid #E8E2D9;\n\/* ATTENTION sans `scroll-margin-top` le titre vise par le sommaire se cale SOUS\n   l en-tete collant : on perd la ligne qu on venait chercher. *\/\n  scroll-margin-top: 132px; }\nselector .setup-article-corps h3 { font-size: 19px; line-height: 1.3; font-weight: 400; margin: 30px 0 10px; scroll-margin-top: 132px; }\nselector .setup-article-corps h4 { font-size: 15px; line-height: 1.35; font-weight: 500; margin: 24px 0 8px; }\nselector .setup-article-corps ul, selector .setup-article-corps ol {\n  margin: 0 0 18px; padding-left: 0; list-style: none; }\nselector .setup-article-corps li { position: relative; padding-left: 22px; margin: 0 0 8px; line-height: 1.7; }\nselector .setup-article-corps ul > li::before {\n  content: \"\"; position: absolute; left: 2px; top: .72em;\n  width: 6px; height: 6px; border-radius: 50%; background: #F73100; }\nselector .setup-article-corps ol { counter-reset: setupn; }\nselector .setup-article-corps ol > li { counter-increment: setupn; }\nselector .setup-article-corps ol > li::before {\n  content: counter(setupn) \".\"; position: absolute; left: 0; top: 0; color: #F73100; font-weight: 500; }\nselector .setup-article-corps a { color: #F73100; text-decoration: none; border-bottom: 1px solid rgba(247, 49, 0, .35); }\nselector .setup-article-corps a:hover { border-bottom-color: #F73100; }\nselector .setup-article-corps img { display: block; width: 100%; height: auto; border-radius: 14px; margin: 26px 0; }\nselector .setup-article-corps strong { font-weight: 500; }\nselector .setup-article-corps blockquote {\n  margin: 26px 0; padding: 20px 24px; background: #FAF7F3;\n  border-left: 2px solid #F73100; border-radius: 0 12px 12px 0; font-size: 17px; }\nselector .setup-article-corps blockquote p:last-child { margin: 0; }\n\n\/* -- BLOCS GUTENBERG DU CONTENU EXISTANT ------------------------------------\n   Releve sur les 38 pages du menu : `wp-block-media-text` (23 pages),\n   `wp-block-quote` (19), `wp-block-columns` (16), `wp-block-image` (10), plus\n   44 `figure` et 3 `iframe`. Leur feuille de style n arrive pas jusqu ici : sans\n   ces regles, une `figure` d image se rendait a 0 px de haut et le bloc\n   image+texte s empilait en pleine largeur. *\/\nselector .setup-article-corps figure { margin: 26px 0; max-width: 100%; }\n\/* ATTENTION le contenu d origine contient des `figure` VIDES (un bloc image jamais\n   rempli). Hauteur 0 mais 52 px de marges : un trou dans l article. On les masque\n   plutot que de les retirer du contenu, qu on ne touche pas. *\/\nselector .setup-article-corps figure:empty { display: none; }\nselector .setup-article-corps figure img { display: block; width: 100%; height: auto; border-radius: 14px; }\nselector .setup-article-corps figcaption {\n  margin-top: 10px; font-size: 13px; line-height: 1.5; color: #8B837A; }\n\/* ATTENTION l `iframe` d une video YouTube porte ses dimensions EN ATTRIBUTS\n   (width=274 height=154 sur la 213) : etiree en largeur elle gardait ses 154 px de\n   haut, soit un rapport de 4,24 au lieu de 1,78 - la video ecrasee vue par Kevin.\n   `aspect-ratio` reprend la main sur l attribut. *\/\nselector .setup-article-corps iframe {\n  display: block; width: 100%; height: auto; aspect-ratio: 16 \/ 9;\n  border: 0; border-radius: 14px; margin: 26px 0; }\nselector .setup-article-corps .wp-block-media-text {\n  display: grid; grid-template-columns: 1fr 1fr; gap: 0 32px; align-items: center;\n  margin: 30px 0; }\nselector .setup-article-corps .wp-block-media-text > * { min-width: 0; }\nselector .setup-article-corps .wp-block-media-text figure { margin: 0; }\nselector .setup-article-corps .wp-block-media-text__content > *:first-child { margin-top: 0; }\nselector .setup-article-corps .wp-block-media-text__content > *:last-child { margin-bottom: 0; }\n\/* la variante ou l image est a droite : Gutenberg la signale par une classe, et\n   sans elle les deux moiti\u00e9s se retrouvent invers\u00e9es. *\/\nselector .setup-article-corps .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media { order: 2; }\nselector .setup-article-corps .wp-block-columns {\n  display: grid; grid-auto-flow: column; grid-auto-columns: minmax(0, 1fr);\n  gap: 0 32px; margin: 30px 0; align-items: start; }\nselector .setup-article-corps .wp-block-column > *:first-child { margin-top: 0; }\nselector .setup-article-corps .wp-block-quote {\n  margin: 26px 0; padding: 20px 24px; background: #FAF7F3;\n  border-left: 2px solid #F73100; border-radius: 0 12px 12px 0; font-size: 17px; }\nselector .setup-article-corps .wp-block-quote p:last-child { margin: 0; }\n\/* les tableaux : la page 133 en porte deux (6 lignes x 3 colonnes). Aucune autre page\n   du menu n en a \u2014 verifie sur les 35. Ils debordent si on ne leur donne pas leur\n   propre defilement : 3 colonnes de texte ne tiennent pas sous 700 px. *\/\nselector .setup-article-corps table {\n  width: 100%; border-collapse: collapse; margin: 26px 0; font-size: 15px; }\nselector .setup-article-corps th, selector .setup-article-corps td {\n  padding: 12px 14px; text-align: left; vertical-align: top;\n  border-bottom: 1px solid #E8E2D9; }\nselector .setup-article-corps thead th, selector .setup-article-corps tr:first-child th {\n  background: #FAF7F3; font-weight: 500; border-bottom: 2px solid #E3DCD1; }\nselector .setup-article-corps tbody tr:last-child td { border-bottom: 0; }\n@media (max-width: 700px) {\n  selector .setup-article-corps table { display: block; overflow-x: auto; white-space: nowrap; } }\nselector .setup-article-corps .wp-block-quote cite {\n  display: block; margin-top: 10px; font-size: 13px; font-style: normal; color: #8B837A; }\n@media (max-width: 700px) {\n\/* image+texte et colonnes s empilent : sous 700 px une demi-colonne ne tient plus\n   ni une image ni une phrase. *\/\n  selector .setup-article-corps .wp-block-media-text,\n  selector .setup-article-corps .wp-block-columns {\n    grid-template-columns: 1fr; grid-auto-flow: row; gap: 18px 0; }\n  selector .setup-article-corps .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media { order: 0; } }\n\n@media (max-width: 1024px) {\n\/* le sommaire cesse de suivre : sur une colonne il n a plus rien a surplomber, et\n   colle a l en-tete. Il devient une table des matieres en tete d article.\n   ATTENTION mesure sur le pilote : passer le sommaire a 100 % SANS retourner la\n   rangee laissait le corps a 0 px de large et faisait deborder la page a 1 024 et\n   768. Le `flex-direction: column` est la vraie correction, le reste en decoule. *\/\n\/* ATTENTION le conteneur est `boxed` : la rangee flex vit sur `.e-con-inner`, pas\n   sur `.setup-article` qui, lui, est deja en colonne. Vise sur la classe seule, la\n   regle ne changeait rien et le corps restait a 0 px. Meme piege que le mega-menu. *\/\n  selector .setup-article > .e-con-inner { flex-direction: column !important; }\n  selector .setup-sommaire { position: static; flex: 0 0 auto !important; width: 100% !important; }\n  selector .setup-article-corps { max-width: none !important; } }\n@media (prefers-reduced-motion: reduce) {\n  selector .setup-sommaire-liste a { transition: none !important; } }\n\n\/* 07 \u2014 le lien qui se souligne : les \u00ab Lire l article \u00bb du blog. Ce ne sont pas des\n   widgets Bouton mais des liens du widget d articles (a.hfe-read-more). Ils gardent\n   leur zone cliquable de 48 px sans peser visuellement. *\/\n\/* -- GRILLE DES PAGES DE RUBRIQUE (direction A, validee par Kevin) ---------\n   Trois colonnes, carte creme au vocabulaire de la home. Inerte sur une page qui\n   ne porte pas `setup-grille`. *\/\nselector .setup-grille > .e-con-inner { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }\nselector .setup-carte {\n\/* ATTENTION `position: relative` : c est lui qui permet au lien de couvrir toute la\n   carte (voir plus bas). Sans ca, seul le libelle serait cliquable. *\/\n  position: relative;\n  transition: transform .3s cubic-bezier(.16, .84, .3, 1), box-shadow .3s ease; }\nselector .setup-carte:hover {\n  transform: translateY(-3px); box-shadow: 0 18px 34px -18px rgba(16, 32, 57, .28); }\n\/* le lien s etend a la carte entiere : une zone cliquable de 300 px vaut mieux qu un\n   libelle de 80. Le `::after` du soulignement sert au trait, celui-ci a la zone. *\/\nselector .setup-carte .setup-carte-lien .elementor-button::before {\n  content: \"\"; position: absolute; inset: 0; z-index: 1; }\n\/* le texte de la carte pousse le lien en bas : les cartes d une rangee s alignent. *\/\nselector .setup-carte > .e-con-inner { height: 100%; }\nselector .setup-carte .setup-carte-texte { flex: 1 1 auto; }\n@media (max-width: 1024px) { selector .setup-grille > .e-con-inner { grid-template-columns: repeat(2, minmax(0, 1fr)); } }\n@media (max-width: 600px) { selector .setup-grille > .e-con-inner { grid-template-columns: 1fr; } }\n@media (prefers-reduced-motion: reduce) {\n  selector .setup-carte { transition: none; } selector .setup-carte:hover { transform: none; } }\n\n\/* Kevin, 2026-09-17 : \u00ab utilise le bouton qu on a fait sur la home pour les articles\n   de blog \u00bb \u2014 les cartes de rubrique reprennent donc ce lien-la, et non un bouton.\n   Le widget Bouton d Elementor rend un `a.elementor-button` : on le vise en plus de\n   `a.hfe-read-more`, meme regle, meme animation. *\/\n\/* ATTENTION le widget Bouton herite du fond et de l ombre du kit : pose tel quel, le\n   \u00ab En savoir + \u00bb sortait en petite pastille claire au lieu d un lien a plat. On\n   annule les trois, sinon ce n est pas le meme objet que sur le blog. *\/\nselector .setup-carte-lien .elementor-button {\n  background: transparent !important; border: 0 !important; box-shadow: none !important; }\nselector .setup-carte-lien .elementor-button,\nselector .hfe-read-more {\n  position: relative; display: inline-flex; align-items: center; gap: 6px;\n  min-height: 48px; padding: 12px 2px; text-decoration: none !important;\n  color: #202020 !important; font-weight: 400;\n  transition: color .25s ease; }\nselector .setup-carte-lien .elementor-button::after,\nselector .hfe-read-more::after {\n  content: \"\"; position: absolute; left: 2px; right: 2px; bottom: 12px; height: 1.5px;\n  background: #F73100; transform: scaleX(0); transform-origin: left;\n  transition: transform .3s cubic-bezier(.22, .61, .36, 1); }\nselector .setup-carte-lien .elementor-button:hover,\nselector .hfe-read-more:hover { color: #F73100 !important; }\nselector .setup-carte-lien .elementor-button:hover::after,\nselector .setup-carte:hover .setup-carte-lien .elementor-button::after,\nselector .hfe-read-more:hover::after { transform: scaleX(1); }\n\n\/* Mouvement reduit : on garde les changements de couleur, on coupe les deplacements. *\/\n@media (prefers-reduced-motion: reduce) {\n  selector .elementor-button, selector .elementor-button::before,\n  selector .elementor-button::after, selector .hfe-read-more::after {\n    transition-duration: .01ms !important; }\n  selector .elementor-widget-button .elementor-button:hover { transform: none; }\n}\n\n\n\/* Le mot qui tourne dans le H1 du heros \u2014 direction D.\n   \u26a0 Le PREMIER mot est visible par CSS : la page est lisible avant que le script\n   tourne, et ce premier mot est celui de la maquette (\u00ab expatriation \u00bb). La regle\n   :first-child est ecrite AVANT .vu\/.parti pour que le script l emporte ensuite. *\/\nselector .setup-rotor { display: inline-grid; vertical-align: bottom; overflow: hidden;\n  height: 1.16em; color: #F73100; font-weight: 300; }\nselector .setup-rotor > span { grid-area: 1 \/ 1; opacity: 0; transform: translateY(100%);\n  white-space: nowrap;\n  transition: opacity .45s ease, transform .55s cubic-bezier(.16, .84, .3, 1); }\nselector .setup-rotor > span:first-child { opacity: 1; transform: translateY(0); }\nselector .setup-rotor > span.vu { opacity: 1; transform: translateY(0); }\nselector .setup-rotor > span.parti { opacity: 0; transform: translateY(-100%); }\n\n\/* la pastille du service en cours s allume, comme dans la planche.\n   \u26a0 Sans transition sur l etat de REPOS, la pastille change d un coup pendant que\n   le mot glisse sur .55s : a l oeil, les deux paraissent desynchronises.\n   \u26a0 La classe se pose sur le CONTENEUR arrondi, pas sur le widget de texte : sinon\n   le fond blanc apparait en rectangle de 20 px a coins carres A L INTERIEUR de la\n   pastille. Corrige dans hero-rotor.js le 2026-09-17 ; la transition ne vise plus\n   tous les conteneurs du heros mais les seules pastilles, que le script marque. *\/\nselector .setup-hero .setup-pastille {\n  transition: background-color .5s ease, color .5s ease; }\nselector .setup-hero .setup-pastille.setup-pastille-active {\n  background-color: #ffffff !important; }\nselector .setup-hero .setup-pastille-active, selector .setup-hero .setup-pastille-active * {\n  color: #102039 !important; }\n\n\/* Bloc de reassurance, sous le heros : quatre colonnes separees d un filet. *\/\n\/* \u26a0 Elementor insere un .e-con-inner entre le conteneur et ses enfants : une regle\n   en > ne les atteint pas. On vise en descendant. *\/\nselector .setup-reassurance .e-con { position: relative; }\nselector .setup-reassurance .e-con + .e-con::before {\n  content: \"\"; position: absolute; left: 0; top: 14%; bottom: 14%; width: 1px;\n  background: #E7DFD5; }\n@media (max-width: 767px) {\n  selector .setup-reassurance .e-con { width: 50% !important; }\n  selector .setup-reassurance .e-con:nth-child(3)::before { display: none; }\n}\n\n\/* Bandeau de presse sur mobile : il doit rester une RANG\u00c9E qui passe \u00e0 la ligne, pas\n   une colonne de 5 logos pleine largeur. Mesur\u00e9 dans un harnais iframe \u00e0 371 px. *\/\n\/* \u26a0 `.e-con-inner` est un ENFANT DIRECT du conteneur : une r\u00e8gle `> *` l'atteint aussi.\n   Pos\u00e9e telle quelle, elle le r\u00e9duisait \u00e0 120 px et les logos s'empilaient quand m\u00eame. *\/\n@media (max-width: 767px) {\n  selector .setup-logos, selector .setup-logos > .e-con-inner {\n    flex-direction: row !important; flex-wrap: wrap !important;\n    justify-content: center; align-items: center; gap: 18px 26px; }\n  selector .setup-logos > .e-con-inner { width: 100% !important; max-width: none !important; }\n  selector .setup-logos > .e-con-inner > *, selector .setup-logos > :not(.e-con-inner) {\n    width: auto !important; max-width: none !important; flex: 0 0 auto !important; }\n  \/* on plafonne l'IMAGE, pas son enveloppe : un pourcentage sur l'enveloppe se fait\n     battre en sp\u00e9cificit\u00e9 par la largeur que pose Elementor sur l'\u00e9l\u00e9ment. *\/\n  selector .setup-logos img, selector .setup-logos svg {\n    max-width: 108px !important; width: auto !important; height: auto !important; }\n}\n\n\n\/* -- BLOC EQUIPE - variante B, le voile qui monte --------------------------\n   Mesure du 2026-09-17 sur les quatre portraits (628 x 664 chacun) : fond gris\n   neutre identique, luminosite 142-153, saturation 2-4 %. Les photos ne sont PAS\n   deparellees - ce qui manquait, c est un sol : quatre rectangles gris poses sur\n   du blanc, sans cadre ni ombre. Le voile navy #102039 est la couleur de leurs\n   vestes : il se pose sans couture.\n   Cadre porte de 314 x 332 a 314 x 400 : la photo passe de 50 % a 60 % de sa taille\n   native (visage +20 %), au prix de 17 % du cadre rogne sur les cotes.\n   ATTENTION les cartes sont des conteneurs `e-con-full` : elles n ont PAS de\n   `.e-con-inner` (verifie dans le DOM rendu le 2026-09-17), donc `> .e-con` designe\n   bien le bloc de texte. On garde la garde `:not(.e-con-inner)` par securite. *\/\nselector .setup-equipe-carte {\n  position: relative; aspect-ratio: 314 \/ 400; overflow: hidden;\n  border-radius: 24px; isolation: isolate; gap: 0 !important; }\nselector .setup-equipe-carte .elementor-widget-image {\n  position: absolute; inset: 0; margin: 0 !important;\n  width: 100% !important; max-width: none !important; }\nselector .setup-equipe-carte .elementor-widget-image .elementor-widget-container,\nselector .setup-equipe-carte .elementor-widget-image figure { height: 100%; margin: 0; }\n\/* on plafonne l IMAGE, pas son enveloppe : la largeur de 314 px est posee par\n   Elementor SUR L ELEMENT et bat un pourcentage mis sur le conteneur. *\/\nselector .setup-equipe-carte img {\n  width: 100% !important; height: 100% !important; max-width: none !important;\n  object-fit: cover; object-position: 50% 12%; border-radius: 0 !important;\n  transition: transform .6s cubic-bezier(.16, .84, .3, 1); }\nselector .setup-equipe-decentre img { object-position: 42% 12% !important; }\nselector .setup-equipe-carte::after {\n  content: \"\"; position: absolute; inset: 0; z-index: 1; pointer-events: none;\n  background: linear-gradient(to top, rgba(16, 32, 57, .94) 0%,\n    rgba(16, 32, 57, .78) 22%, rgba(16, 32, 57, 0) 52%); }\nselector .setup-equipe-carte > .e-con:not(.e-con-inner) {\n  position: absolute; left: 0; right: 0; bottom: 0; z-index: 2;\n  padding: 20px !important; gap: 0 !important; width: auto !important; }\nselector .setup-equipe-carte > .e-con:not(.e-con-inner) .e-con { gap: 0 !important; }\nselector .setup-equipe-nom, selector .setup-equipe-nom * { color: #ffffff !important; }\nselector .setup-equipe-role, selector .setup-equipe-role * {\n  color: rgba(255, 255, 255, .76) !important; }\nselector .setup-equipe-carte:hover img { transform: scale(1.045); }\n\n\/* La specialite se deplie au survol. ATTENTION une seule existe dans la maquette,\n   celle de Virginie : tant que le client n a pas fourni les trois autres, seule sa\n   carte deplie quelque chose. Les trois autres repondent par l agrandissement. *\/\nselector .setup-equipe-spec {\n  display: grid !important; grid-template-rows: 0fr; opacity: 0;\n  transition: grid-template-rows .45s cubic-bezier(.16, .84, .3, 1), opacity .3s ease; }\nselector .setup-equipe-spec > .elementor-widget-container { overflow: hidden; }\nselector .setup-equipe-spec p {\n  color: #ffffff !important; margin-top: 10px !important; padding-top: 8px;\n  border-top: 1px solid rgba(255, 255, 255, .22); }\nselector .setup-equipe-carte:hover .setup-equipe-spec,\nselector .setup-equipe-carte:focus-within .setup-equipe-spec {\n  grid-template-rows: 1fr; opacity: 1; }\n\/* Sans survol possible (tactile) le depliage ne se declencherait jamais : on montre. *\/\n@media (hover: none) {\n  selector .setup-equipe-spec { grid-template-rows: 1fr; opacity: 1; }\n}\n\n\/* Sur mobile, le coeur bascule la rangee en colonne et chaque carte prend la largeur.\n   DEUX COLONNES ont ete essayees, puis MESUREES dans un harnais iframe a 386 px le\n   2026-09-17 : les cartes tombent a 138 x 175 et le bloc nom + role occupe 60 a 86 %\n   de la carte (86 % pour Carina, dont le role tient sur trois lignes). Le visage\n   disparait sous le texte : on reste a une colonne, quitte a defiler plus. *\/\n@media (max-width: 767px) {\n  selector .setup-equipe > .e-con:not(.e-con-inner) {\n    width: 100% !important; max-width: none !important; }\n}\n@media (prefers-reduced-motion: reduce) {\n  selector .setup-equipe-carte img { transition: none; }\n  selector .setup-equipe-carte:hover img { transform: none; }\n  selector .setup-equipe-spec { transition-duration: .01ms !important; }\n}\n\n\n\/* -- LE FIL CONDUCTEUR ET LA CARTE EN AVANT -------------------------------\n   Kevin, 2026-09-17 : la carte en avant grossit, et le fil conducteur reste.\n   ATTENTION aucune carte n est mise en retrait : les six cartes du Figma\n   (3087:2067) sont rigoureusement identiques - 509 x 500, #FAF7F3, rayon 24, aucun\n   effet. La carte en avant est la seule a changer et y revient en cedant la place.\n   ATTENTION `transform` ne reflue pas : l agrandissement ne decale aucune carte et\n   n affecte pas l accrochage. Mais la rangee a `overflow-y: hidden` (setup-defile) :\n   sans marge interne verticale, la carte agrandie serait ROGNEE. 500 x 0,06 = 30 px\n   de gain, 15 de chaque cote ; 22 px laissent 7 px de respiration. *\/\nselector .setup-etapes { padding-block: 22px; }\nselector .setup-etapes > .e-con:not(.e-con-inner) {\n  transition: transform .55s cubic-bezier(.16, .84, .3, 1), box-shadow .55s ease;\n  transform-origin: center center; }\nselector .setup-etapes > .e-con.setup-etape-avant {\n  transform: scale(1.06); z-index: 2;\n  box-shadow: 0 22px 44px -22px rgba(16, 32, 57, .38); }\n\n\/* le fil conducteur : il ne joue pas une fois a l entree, il dit en permanence ou\n   l on en est. ATTENTION il est insere dans un conteneur flex : sans\n   `align-self: stretch` il se reduit a ses deux paddings, soit 16 px de large. *\/\nselector .setup-rail { position: relative; height: 44px; margin: 0 0 4px;\n  padding: 0 8px; overflow: visible; box-sizing: border-box;\n  width: 100%; align-self: stretch; flex: 0 0 auto; }\nselector .setup-rail-voie, selector .setup-rail-part {\n  position: absolute; top: 21px; height: 2px; border-radius: 2px; }\nselector .setup-rail-voie { left: 8px; right: 8px; background: #EAE0D3; }\nselector .setup-rail-part { left: 8px; width: 0; background: #F73100;\n  transition: width .55s cubic-bezier(.16, .84, .3, 1); }\nselector .setup-rail-jalon {\n  position: absolute; top: 0; width: 44px; height: 44px; margin-left: -22px;\n  padding: 0; border: 0; background: none; cursor: pointer; }\nselector .setup-rail-jalon::before {\n  content: \"\"; position: absolute; left: 14px; top: 14px; width: 16px; height: 16px;\n  border-radius: 50%; background: #ffffff; box-shadow: inset 0 0 0 2px #DFD4C6;\n  transition: box-shadow .35s ease, transform .35s cubic-bezier(.16, .84, .3, 1); }\n\/* ATTENTION un jalon orange POSE SUR un trait orange ne se voit plus : le halo blanc\n   de 4 px l en detache, ils se lisent alors comme des perles sur un fil. *\/\nselector .setup-rail-jalon.vu::before {\n  box-shadow: inset 0 0 0 8px #F73100, 0 0 0 4px #ffffff; }\nselector .setup-rail-jalon.actif::before { transform: scale(1.35); }\nselector .setup-rail-jalon:hover::before { box-shadow: inset 0 0 0 8px #A11B0B, 0 0 0 4px #ffffff; }\nselector .setup-rail-jalon:focus-visible { outline: 3px solid #F73100; outline-offset: 2px;\n  border-radius: 50%; }\n\n\/* La barre de defilement est RETIREE (arbitrage Kevin, 2026-09-17) : le fil\n   conducteur porte deja le reperage et ses jalons menent a chaque etape, la barre\n   ne servait plus a rien. ATTENTION on masque la barre, on ne retire pas le\n   defilement : `overflow-x: auto` reste, donc molette, pave tactile, doigt et\n   clavier continuent de fonctionner. La rangee des AVIS garde la sienne. *\/\nselector .setup-etapes { scrollbar-width: none !important; -ms-overflow-style: none; }\nselector .setup-etapes::-webkit-scrollbar { height: 0 !important; width: 0 !important; }\n\n\/* Cartes reduites (arbitrage Kevin : \u00ab je les trouve enormes \u00bb). La maquette les\n   donne a 509 px, soit 2,5 cartes visibles dans le cadre de 1 352. On vise la\n   largeur qui en fait tenir TROIS entieres, gap de la maquette conserve :\n   (1 352 - 2 x 48) \/ 3 = 418,67 px. Ecrit en calc() pour rester juste si la largeur\n   de contenu change. Padding interne ramene de 32 a 24 px : une carte plus etroite\n   fait retomber le texte sur plus de lignes, ce qui rallongerait la carte. *\/\nselector .setup-etapes > .e-con:not(.e-con-inner) {\n  width: calc((100% - 96px) \/ 3) !important; flex: 0 0 auto !important;\n  padding: 24px !important; gap: 23px !important; }\n\/* ATTENTION retrecir la carte SEULE la fait GRANDIR : mesure sur la page, 509 x 476\n   devenait 419 x 522, le texte retombant sur plus de lignes. On reduit donc dans la\n   meme proportion ce que la carte contient - facteur 419 \/ 509 = 0,82. Le corps de\n   texte reste a 16 px : en dessous ce n est plus lisible. *\/\n\/* ATTENTION la pastille du numero porte une TAILLE FIXE posee par la maquette\n   (min-height 126 px) : reduire le chiffre ne la reduit pas, le carre blanc restait\n   a 126 px avec un 60 px dedans. On la ramene dans la meme proportion : 126 x 0,82. *\/\nselector .setup-etapes > .e-con > .e-con:first-child {\n  padding: 16px !important; width: 103px !important;\n  height: 103px !important; min-height: 103px !important; }\nselector .setup-etapes > .e-con > .e-con:first-child .elementor-heading-title {\n  font-size: 60px !important; line-height: 1.11 !important; }\nselector .setup-etapes > .e-con > .e-con:nth-child(2) { gap: 20px !important; }\nselector .setup-etapes > .e-con > .e-con:nth-child(2) .elementor-heading-title {\n  font-size: 26px !important; line-height: 1.19 !important; }\n@media (prefers-reduced-motion: reduce) {\n  selector .setup-etapes > .e-con:not(.e-con-inner) { transition: none !important; }\n  selector .setup-etapes > .e-con.setup-etape-avant {\n    transform: none !important; box-shadow: 0 10px 24px -14px rgba(16, 32, 57, .3); }\n  selector .setup-rail-part { transition: none !important; }\n  selector .setup-rail-jalon::before { transition: none !important; }\n}\n\n\n\/* -- EN-TETE POSE SUR LE HEROS --------------------------------------------\n   Kevin, 2026-09-17 : \u00ab le menu top bar doit etre totalement integre au heros a\n   l ouverture du site avant de passer sur un fond different au scroll \u00bb. C est\n   aussi ce que dessine la maquette : le noeud d en-tete (2827:1133) y est a y = 0,\n   SANS remplissage, par-dessus le heros, libelles en blanc.\n   ATTENTION l en-tete est GLOBAL (Astra, tout le site) : tout ce bloc est prefixe\n   par la page, donc rien de ceci ne touche la home en ligne. A la bascule de fin de\n   chantier, il faudra le remonter dans le theme ou dans un modele.\n   Le logo reste celui du site : mesure faite, il est ORANGE a 95 % (rgb 240,24,0),\n   pas sombre - contraste 4,19:1 sur le navy du heros, au-dessus du seuil de 3:1\n   des elements graphiques. Aucune version blanche n est necessaire. *\/\nselector header.site-header {\n  position: fixed; top: 0; left: 0; right: 0; z-index: 99;\n  background-color: transparent; }\n\/* ATTENTION Astra ne peint PAS le fond sur `header.site-header` mais sur la barre\n   interne `.ast-primary-header-bar` (releve dans le DOM : rgb(255,254,254), 1689 x\n   108). Rendre l en-tete transparent ne suffit donc pas - le bandeau blanc restait,\n   et les libelles passes en blanc devenaient invisibles dessus. *\/\nselector header.site-header .ast-primary-header-bar,\nselector header.site-header .main-header-bar,\nselector header.site-header .ast-main-header-wrap {\n  background-color: transparent !important; border-bottom-color: transparent !important;\n  transition: background-color .35s ease, box-shadow .35s ease; }\nselector.admin-bar header.site-header { top: 32px; }\n@media (max-width: 782px) { selector.admin-bar header.site-header { top: 46px; } }\n\n\/* les libelles passent en blanc : ils sont sur le heros, puis sur le navy - blanc\n   dans les deux cas, donc aucune bascule de couleur a gerer.\n   ATTENTION `nav ul > li > a` attrape AUSSI les sous-menus (`ul ul > li > a` y\n   repond) : la regle suivante leur rend leur encre sombre, sur leur fond clair. *\/\nselector header.site-header nav ul > li > a,\nselector header.site-header .ast-header-language-switcher-element,\nselector header.site-header .ast-header-language-switcher-element *,\nselector header.site-header .ast-mobile-menu-trigger-minimal { color: #ffffff !important; }\nselector header.site-header nav ul ul li a { color: #202020 !important; }\nselector header.site-header .ast-builder-menu .sub-menu { background-color: #ffffff; }\nselector header.site-header nav ul > li > a:hover { color: #F73100 !important; }\n\n\/* le bouton, comme dans la maquette : pastille navy, texte blanc.\n   ATTENTION une fois l en-tete passe au navy, un bouton navy disparait : il s inverse\n   alors en blanc sur navy - exactement le traitement du bouton du pied de page. *\/\nselector header.site-header .ast-header-button-1 .ast-custom-button {\n  background-color: #102039 !important; color: #ffffff !important;\n  border-radius: 9999px !important; padding: 12px 24px !important;\n  min-height: 48px; display: inline-flex; align-items: center;\n  transition: background-color .3s ease, color .3s ease; }\nselector header.site-header .ast-header-button-1 .ast-custom-button:hover {\n  background-color: #F73100 !important; color: #ffffff !important; }\n\n\/* l etat au defilement, pose par le script quand le bas de l en-tete quitte le heros *\/\n\/* Verre depoli au defilement (arbitrage Kevin, 2026-09-17) plutot qu un aplat navy.\n   ATTENTION l opacite n est pas un choix esthetique libre : la barre passe sur du\n   blanc, du beige et des photos, et ses libelles sont BLANCS. Calcul sur le pire cas\n   (voile navy pose sur du blanc pur) : alpha 0,50 -> 3,24:1, 0,60 -> 4,39:1, et\n   0,72 -> 6,52:1. On prend 0,72, qui tient le 4,5:1 de WCAG AA partout.\n\n   ATTENTION LE VERRE EST PORTE PAR UN PSEUDO-ELEMENT, PAS PAR LA BARRE.\n   `backdrop-filter` fait de l element une racine d arriere-plan qui ROGNE ses\n   descendants a sa propre boite. Pose sur la barre, il decoupe le panneau du\n   mega-menu, qui est un descendant du menu : rien ne s ouvre. Constate le\n   2026-09-17 sur la planche de propositions, avant de le reproduire ici.\n   Le `::before` n a pas d enfant, donc il ne rogne rien ; la barre prend\n   `z-index: 0` pour que le `-1` du pseudo reste DANS son contexte d empilement.\n   ATTENTION la forme PREFIXEE se declare AVANT la standard, sinon Safari ignore. *\/\nselector header.site-header .ast-primary-header-bar { position: relative; z-index: 0; }\nselector header.site-header .ast-primary-header-bar::before {\n  content: \"\"; position: absolute; inset: 0; z-index: -1; pointer-events: none;\n  opacity: 0; transition: opacity .35s ease;\n  background-color: rgba(16, 32, 57, .72);\n  -webkit-backdrop-filter: blur(18px) saturate(140%);\n  backdrop-filter: blur(18px) saturate(140%);\n  border-bottom: 1px solid rgba(255, 255, 255, .14);\n  box-shadow: 0 6px 24px -14px rgba(16, 32, 57, .45); }\nselector header.site-header.setup-entete-fond .ast-primary-header-bar::before { opacity: 1; }\n\/* repli pour les navigateurs sans `backdrop-filter` : on remonte l opacite, sinon\n   le contenu de la page transparait sans etre floute et le menu devient illisible. *\/\n@supports not ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))) {\n  selector header.site-header .ast-primary-header-bar::before {\n    background-color: rgba(16, 32, 57, .94); }\n}\nselector header.site-header.setup-entete-fond .ast-header-button-1 .ast-custom-button {\n  background-color: #ffffff !important; color: #102039 !important; }\nselector header.site-header.setup-entete-fond .ast-header-button-1 .ast-custom-button:hover {\n  background-color: #F73100 !important; color: #ffffff !important; }\n@media (prefers-reduced-motion: reduce) {\n  selector header.site-header { transition-duration: .01ms !important; }\n}\n\n\n\/* -- PIED DE PAGE DE LA MAQUETTE -------------------------------------------\n   Le pied dessine dans le Figma (3021:830) est remis EN FIN DE PAGE, le temps du\n   brouillon : c est le seul moyen de le juger en contexte sans toucher au pied du\n   site, qui est global (Astra, footer.ast-custom-footer) et sert toutes les pages.\n   A la bascule de fin de chantier, il remontera dans un gabarit.\n   ATTENTION on masque le pied du theme SUR CETTE PAGE seulement - le prefixe de\n   page s en charge -, sinon les deux s empilent. *\/\nselector footer.ast-custom-footer,\nselector .site-footer,\nselector .footer-width-fixer { display: none !important; }\n\n\/* les entrees du pied deviennent de vrais liens : on retire le soulignement que le\n   theme pose, on garde la couleur du texte de la maquette, et on reserve l orange\n   au survol. *\/\nselector .setup-pied a { text-decoration: none !important; transition: color .25s ease; }\n\/* ATTENTION ce survol ne doit PAS attraper le bouton ni les pastilles sociales.\n   Un `.elementor-button` est un `<a>` : au survol son fond passait a l orange (regle\n   de la maquette) ET son texte aussi, par cette regle - texte orange sur fond orange,\n   le libelle disparaissait. Signale par Kevin le 2026-09-17. *\/\nselector .setup-pied a:not(.elementor-button):not(.elementor-social-icon):hover {\n  color: #F73100 !important; }\n\/* le bouton du pied garde donc son propre survol : fond orange, texte BLANC. *\/\nselector .setup-pied .elementor-button:hover { color: #ffffff !important; }\nselector .setup-pied .elementor-widget-heading a { color: inherit !important; }\nselector .setup-pied .elementor-widget-text-editor a { color: inherit !important; }\n\/* cible tactile : les entrees du pied font 20 a 24 px de haut dans la maquette. *\/\n\n\/* ATTENTION le widget d icones sociales d Elementor peint les couleurs DE MARQUE\n   (bleu Facebook, rouge YouTube...) tant qu on ne les lui retire pas ; les reglages\n   passes dans les donnees n ont pas mordu. La maquette veut cinq - ici quatre -\n   pastilles BLANCHES de 40 px. On les impose en CSS, ou c est sur. *\/\n\/* ATTENTION les icones n etaient PAS centrees : mesure, une icone de 16 x 16 dans une\n   pastille de 40 avec 0 px de jeu a gauche et 24 a droite, 6 en haut et 18 en bas -\n   calee dans l angle. Elementor rendait la pastille en `inline-block` avec un padding\n   de 6px 0 : le glyphe se posait donc au debut de la ligne. Il faut un flex centre et\n   plus de padding du tout. *\/\nselector .setup-pied .elementor-social-icon {\n  background-color: #ffffff !important; width: 40px; height: 40px;\n  display: inline-flex !important; align-items: center !important;\n  justify-content: center !important; padding: 0 !important; line-height: 1 !important;\n  transition: background-color .25s ease, transform .25s ease; }\nselector .setup-pied .elementor-social-icon i,\nselector .setup-pied .elementor-social-icon svg { color: #102039 !important; fill: #102039 !important; }\nselector .setup-pied .elementor-social-icon:hover { background-color: #F73100 !important; transform: translateY(-2px); }\nselector .setup-pied .elementor-social-icon:hover i,\nselector .setup-pied .elementor-social-icon:hover svg { color: #ffffff !important; fill: #ffffff !important; }\n@media (prefers-reduced-motion: reduce) {\n  selector .setup-pied .elementor-social-icon { transition: none !important; }\n  selector .setup-pied .elementor-social-icon:hover { transform: none; }\n}\nselector .setup-pied a { display: inline-block; padding-block: 6px; }\n\/* ATTENTION ces 6 px RALLONGENT le pied : 7 liens x 12 px = 84 px, soit exactement\n   l ecart mesure entre le bloc navy rendu (446) et celui de la maquette (362).\n   Le pas de la maquette est de 32 px (liens a y = 93, 125, 158, 190, 222, 254, 286) :\n   on le retrouve en reprenant les 6 px sur la marge du widget. La zone cliquable, elle,\n   reste a 32 px de haut au lieu de 20. *\/\nselector .setup-pied .elementor-widget-heading,\nselector .setup-pied .elementor-widget-text-editor { margin-block: -6px; }\n\n\n\/* -- MEGA-MENU (direction D) -----------------------------------------------\n   Astra rend un sous-menu WordPress en `ul.sub-menu` de 200 px, en liste verticale.\n   La rubrique S expatrier a six enfants dont un de 54 caracteres : dans 200 px, cela\n   donne une colonne de titres coupes. Le panneau prend la pleine largeur et passe en\n   colonnes.\n   ATTENTION le `li` porte `position: relative` chez Astra : tant qu il l a, le panneau\n   se positionne sur LUI et reste large comme un libelle. On le passe en `static` pour\n   que le repere devienne la barre, qui fait la pleine largeur. *\/\n\/* ATTENTION ce n est pas seulement le `li` : c est `ul.main-header-menu` qui porte\n   `position: relative` chez Astra, et qui servait donc de repere au panneau -\n   releve dans le DOM, 732 px de large dans une barre de 1 689. Les deux doivent\n   passer en `static` pour que le repere devienne la barre. *\/\nselector header.site-header .main-header-menu { position: static !important; }\nselector header.site-header .main-header-menu > li.setup-mega { position: static; }\nselector header.site-header .setup-mega-panneau {\n  position: absolute; left: 0; right: 0; top: 100%; z-index: 40;\n  width: auto !important; max-width: none !important; min-width: 0 !important;\n  background: #ffffff; border-radius: 0 0 24px 24px; border: 0 !important;\n  box-shadow: 0 34px 60px -30px rgba(16, 32, 57, .55);\n\/* le contenu s aligne sur la grille de l en-tete (1 200 px) et non sur le bord de\n   l ecran, sinon les liens vont se coller dans les coins. *\/\n  padding: 26px max(34px, calc((100% - 1200px) \/ 2)) 30px;\n\/* ATTENTION `gap: 28px` s appliquait AUSSI entre la rubrique et les liens : ajoute\n   a la marge de 14 px de la rubrique, cela faisait 42 px de vide sous le titre de\n   section. On ne garde l ecart que sur les COLONNES. *\/\n  display: grid; grid-template-columns: 1fr; gap: 0 28px; }\nselector header.site-header .setup-mega-panneau.a-mise-en-avant {\n  grid-template-columns: minmax(0, 1fr) 300px; }\n\/* ATTENTION `align-content: start` : sans lui, la grille etire ses rangees pour\n   remplir la hauteur du panneau - imposee par la carte de mise en avant - et les\n   liens se retrouvent espaces de 60 px au lieu de se suivre. *\/\n\/* ATTENTION les colonnes ne doivent PAS s etirer. En `1fr` sur un panneau de 1 352,\n   deux colonnes font 480 px chacune : FAQ se retrouve a x = 190 et La societe a 880,\n   soit pres de 700 px de vide entre deux libelles de trois mots. Dans la planche D\n   elles font environ 340. On les borne, et la grille se tasse a gauche. *\/\nselector header.site-header .setup-mega-liste {\n  display: grid;\n  grid-template-columns: repeat(var(--colonnes, 2), minmax(180px, 340px));\n  justify-content: start; align-content: start;\n  gap: 0 34px; list-style: none; margin: 0; padding: 0; }\nselector header.site-header .setup-mega-liste > li { width: auto !important; margin: 0 !important; }\nselector header.site-header .setup-mega-liste > li > a {\n  display: block; color: #202020 !important; white-space: normal !important;\n  font-size: 14px; line-height: 1.4; padding: 11px 0 !important;\n\/* ATTENTION Astra pose ses propres bordures sur les liens de sous-menu : sans\n   !important le filet de separation ne s affiche pas, et les entrees flottent sans\n   structure - c est ce qui manquait face a la planche D. *\/\n  border-bottom: 1px solid #F1EBE3 !important;\n  border-top: 0 !important; border-left: 0 !important; border-right: 0 !important;\n  transition: color .2s ease, padding-left .2s ease, transform .25s cubic-bezier(.16, .84, .3, 1); }\n\/* ATTENTION le zoom des entrees part du BORD GAUCHE (`transform-origin`) : centre,\n   le libelle glissait vers la gauche en meme temps qu il grossissait, et le filet\n   de separation debordait des deux cotes. A 1,025 sur une colonne de 340 px il\n   depasse de 8 px a droite, soit moins que la gouttiere de 34 px : rien ne touche\n   la colonne voisine. *\/\nselector header.site-header .setup-mega-liste > li > a {\n  transform-origin: left center; will-change: transform; }\nselector header.site-header .setup-mega-liste > li > a:hover {\n  color: #F73100 !important; padding-left: 6px; transform: scale(1.025); }\n\n\/* la carte de mise en avant : elle n apparait que pour les rubriques dont le visuel est\n   fourni. Aujourd hui aucune, donc le panneau se rend en colonnes seules. *\/\nselector header.site-header .setup-mega-avant {\n  display: flex; flex-direction: column; border-radius: 16px; overflow: hidden;\n  background: #FAF7F3; text-decoration: none !important; align-self: start;\n  transition: transform .3s cubic-bezier(.16, .84, .3, 1), box-shadow .3s ease; }\nselector header.site-header .setup-mega-avant .img { display: block; aspect-ratio: 16 \/ 9; overflow: hidden; }\nselector header.site-header .setup-mega-avant img { width: 100%; height: 100%; object-fit: cover; display: block;\n\/* le zoom demande par Kevin le 2026-09-17. Meme valeur que les vignettes de la\n   planche (1,06) et meme courbe : c est l effet qui avait ete maquette. Le cadre\n   `.img` porte `overflow: hidden`, donc l image grossit SANS deborder de la carte. *\/\n  transition: transform .45s cubic-bezier(.16, .84, .3, 1); }\nselector header.site-header .setup-mega-avant:hover img { transform: scale(1.06); }\nselector header.site-header .setup-mega-avant .txt { display: block; padding: 14px 16px 16px; }\nselector header.site-header .setup-mega-avant .kicker {\n  display: block; font-size: 10px; letter-spacing: .16em; text-transform: uppercase; color: #F73100; }\nselector header.site-header .setup-mega-avant .t {\n  display: block; margin-top: 8px; font-size: 14px; line-height: 1.35; color: #202020; }\nselector header.site-header .setup-mega-avant:hover {\n  transform: translateY(-3px); box-shadow: 0 18px 34px -18px rgba(16, 32, 57, .4); }\n\n@media (max-width: 921px) {\n  selector header.site-header .setup-mega-panneau {\n    position: static; border-radius: 0; box-shadow: none; padding: 8px 0;\n    grid-template-columns: 1fr !important; }\n  selector header.site-header .setup-mega-liste { grid-template-columns: 1fr !important; }\n  selector header.site-header .setup-mega-avant { display: none; }\n}\n@media (prefers-reduced-motion: reduce) {\n  selector header.site-header .setup-mega-liste > li > a,\n  selector header.site-header .setup-mega-avant { transition: none !important; }\n  selector header.site-header .setup-mega-avant:hover { transform: none; }\n  selector header.site-header .setup-mega-avant:hover img { transform: none; }\n  selector header.site-header .setup-mega-liste > li > a:hover { transform: none; }\n}\n\n\n\/* -- GOUTTIERES ENTRE 768 ET 1511 px ---------------------------------------\n   ATTENTION defaut mesure le 2026-09-17, et signale par Kevin : le rendu ne\n   ressemblait plus a la maquette sur SON ecran.\n   La maquette fait 1 512 de large avec un contenu de 1 352, soit 80 px de gouttiere.\n   Les conteneurs sont donc poses a 1 352 px fixes. Au-dessus de 1 512 tout va bien, la\n   boite se centre. EN DESSOUS, elle prend simplement toute la place disponible et la\n   gouttiere FOND :\n     1 512 px -> 73 px de gouttiere\n     1 500 px -> 67\n     1 470 px -> 52\n     1 440 px -> 37\n     1 366 px ->  0   et une carte d etape a -13 px, hors ecran\n   Autrement dit, sur un portable 1 366 ou 1 440 - les deux tailles les plus courantes -\n   le titre touche le bord de l ecran. On borne donc le contenu a la place disponible\n   MOINS la gouttiere, au lieu de le laisser manger les marges.\n   ATTENTION on ne touche pas au-dessus de 1 512 : la maquette y est respectee au pixel.\n   En dessous de 1 024, la gouttiere de 80 px mangerait trop : elle passe a 40. *\/\n@media (min-width: 1024px) and (max-width: 1511px) {\n  selector .e-con-boxed > .e-con-inner { max-width: calc(100% - 160px) !important; }\n  selector .setup-defile { padding-inline: 80px; scroll-padding-inline: 80px; }\n}\n@media (min-width: 768px) and (max-width: 1023px) {\n  selector .e-con-boxed > .e-con-inner { max-width: calc(100% - 80px) !important; }\n  selector .setup-defile { padding-inline: 40px; scroll-padding-inline: 40px; }\n}\n\n\n\/* -- GEOMETRIE DE L EN-TETE, RELEVEE SUR LA MAQUETTE ------------------------\n   Signale par Kevin : le menu ne ressemble pas a la maquette. Mesure faite, il avait\n   raison - j avais pose les couleurs et le comportement, jamais les TAILLES.\n   Noeud 2827:1133 du Figma, contre le rendu du brouillon a 1 512 px :\n\n     en-tete        82 px de haut        ->  108      (+26)\n     logo           94 x 50 a x = 48     ->  141 x 75 a x = 149\n     liens          24 px de haut, 16 px ->  80 px de haut\n     bouton         169 x 40             ->  133 x 21\n\n   ATTENTION l en-tete est GLOBAL : tout ceci est prefixe par la page, le site en ligne\n   garde son en-tete. A la bascule, ce bloc remonte dans le theme. *\/\nselector header.site-header .ast-primary-header-bar,\nselector header.site-header .main-header-bar {\n  min-height: 82px !important; height: 82px; }\n\/* la maquette pose le logo a 48 px du bord, pas sur la grille de contenu de 1 200 :\n   la barre passe donc en pleine largeur avec 48 px de gouttiere. *\/\nselector header.site-header .ast-builder-grid-row-container,\nselector header.site-header .ast-builder-grid-row {\n  max-width: none !important; padding-inline: 48px !important; }\nselector header.site-header .site-branding img,\nselector header.site-header .custom-logo {\n  width: 94px !important; height: auto !important; max-width: 94px !important; }\n\/* ATTENTION l ecart entre categories. Le Figma en donne 20 px (items a x = 336, 424,\n   522, 646, 728, 856, 932 pour des largeurs de 68, 79, 104, 62, 108, 55 et 74 : les\n   six ecarts font 20, 19, 20, 20, 20 et 21). Kevin les veut plus aeres : on passe le\n   padding lateral de 10 a 17, soit 34 px entre deux categories. *\/\nselector header.site-header .main-header-menu > li > a {\n  font-size: 16px !important; line-height: 24px !important;\n  padding: 29px 17px !important; }\nselector header.site-header .main-header-menu > li { margin: 0 !important; }\n\n\/* le bouton de la maquette : pastille navy de 169 x 40, libelle et fleche.\n   ATTENTION le LIBELLE (CONTACT sur le site, Contactez-nous dans la maquette) vit dans\n   l en-tete global : il est reecrit par le script, sur cette page seulement. *\/\nselector header.site-header .ast-header-button-1 .ast-custom-button {\n  min-height: 40px !important; height: 40px; padding: 8px 12px !important;\n  font-size: 16px !important; line-height: 24px !important; text-transform: none !important;\n  gap: 8px; }\nselector header.site-header .ast-header-button-1 .ast-custom-button::after {\n  content: \"\u2197\"; font-size: 15px; line-height: 1; opacity: .9; }\n\n\n\/* -- LA PILULE ET LE PANNEAU FLOTTANT (reference : planche D) ---------------\n   ATTENTION la reference de Kevin pour le menu n est PAS le Figma, c est la planche\n   des mega-menus, direction D. Relu le 2026-09-17 apres son rappel. Trois ecarts :\n     - la barre y est une PILULE detachee du bord (16 px de marge, rayon 9999),\n       pas un bandeau pleine largeur ;\n     - le panneau y est une CARTE FLOTTANTE arrondie sur ses quatre coins, posee\n       sous la pilule, pas un panneau colle a la barre a coins carres en haut ;\n     - chaque panneau y porte le nom de la rubrique en petites capitales orange.\n   La pilule se forme AU DEFILEMENT : sur le heros la barre reste transparente et\n   pleine largeur, comme valide precedemment. *\/\nselector header.site-header.setup-entete-fond .ast-primary-header-bar::before {\n  inset: 9px 16px; border-radius: 9999px;\n  border-bottom: 0 !important;\n  box-shadow: 0 16px 38px -20px rgba(0, 0, 0, .55); }\n\n\/* le panneau devient la carte flottante de la planche D *\/\n\/* ATTENTION la LARGEUR du panneau, pas seulement sa position. Pleine barre, il fait\n   1 480 px a 1 689 de fenetre : deux colonnes de liens y deviennent larges de 560 px\n   pour des libelles courts, et le panneau parait vide - c est ce qui l eloignait de\n   la planche D, ou les colonnes font environ 340. On le cale donc sur la GRILLE DE\n   CONTENU du site (1 352 max, centree), comme le reste de la page. Le menu etant\n   centre dans la barre, l aligner sur le menu n aurait plus de sens. *\/\nselector header.site-header .setup-mega-panneau {\n  left: 0 !important; right: 0 !important;\n\/* ATTENTION `!important` obligatoire : la regle de base du panneau pose\n   `max-width: none !important` pour annuler les 200 px d Astra, et elle gagnerait. *\/\n  max-width: 1352px !important; margin-inline: auto;\n  top: calc(100% - 4px) !important;\n  border-radius: 22px !important;\n  padding: 24px 32px 28px !important; }\n\/* la rubrique : 10 px dans un coin, c etait illisible (retour Kevin). Elle passe a\n   16 px et perd un peu de son interlettrage, penible a cette taille. *\/\nselector header.site-header .setup-mega-rubrique {\n  display: block; grid-column: 1 \/ -1;\n  font-size: 16px; letter-spacing: .1em; text-transform: uppercase;\n  font-weight: 400; color: #F73100; margin: 0 0 18px; }\n\n\/* -- ALIGNEMENT DU MENU (reference : planche D) ----------------------------\n   Dans D, le menu SUIT le logo a gauche et seuls le drapeau et le bouton sont a\n   droite. Astra fait l inverse : mesure faite, sa colonne de gauche vaut 360 px pour\n   un logo de 94 - 266 px de vide - et sa section de droite est en `flex-end`, ce qui\n   tasse menu, langues et bouton contre le bord. Le menu commencait a x = 726 au lieu\n   de suivre le logo. *\/\nselector header.site-header .ast-builder-grid-row-has-sides {\n  grid-template-columns: auto minmax(0, 1fr) !important; }\nselector header.site-header .site-header-primary-section-right {\n  justify-content: flex-start !important; }\n\/* ATTENTION ni colle au logo, ni colle au bord : dans la maquette Figma le menu est\n   CENTRE dans l espace libre - il va de 336 a 1010 entre un logo qui finit a 142 et\n   un bloc de droite qui commence a 1199, soit 191 px avant et 189 apres. Les marges\n   automatiques des deux cotes reproduisent ce partage a toutes les largeurs, et\n   repoussent d elles-memes le drapeau et le bouton en fin de barre. *\/\nselector header.site-header .ast-builder-menu-1 {\n  margin-left: auto !important; margin-right: auto !important; }\";}"],"_edit_lock":["1779879932:1"],"_uagb_previous_block_counts":["a:90:{s:21:\"uagb\/advanced-heading\";i:0;s:15:\"uagb\/blockquote\";i:0;s:12:\"uagb\/buttons\";i:0;s:18:\"uagb\/buttons-child\";i:0;s:19:\"uagb\/call-to-action\";i:0;s:15:\"uagb\/cf7-styler\";i:0;s:11:\"uagb\/column\";i:0;s:12:\"uagb\/columns\";i:0;s:14:\"uagb\/container\";i:0;s:21:\"uagb\/content-timeline\";i:0;s:27:\"uagb\/content-timeline-child\";i:0;s:14:\"uagb\/countdown\";i:0;s:12:\"uagb\/counter\";i:0;s:8:\"uagb\/faq\";i:0;s:14:\"uagb\/faq-child\";i:0;s:10:\"uagb\/forms\";i:0;s:17:\"uagb\/forms-accept\";i:0;s:19:\"uagb\/forms-checkbox\";i:0;s:15:\"uagb\/forms-date\";i:0;s:16:\"uagb\/forms-email\";i:0;s:17:\"uagb\/forms-hidden\";i:0;s:15:\"uagb\/forms-name\";i:0;s:16:\"uagb\/forms-phone\";i:0;s:16:\"uagb\/forms-radio\";i:0;s:17:\"uagb\/forms-select\";i:0;s:19:\"uagb\/forms-textarea\";i:0;s:17:\"uagb\/forms-toggle\";i:0;s:14:\"uagb\/forms-url\";i:0;s:14:\"uagb\/gf-styler\";i:0;s:15:\"uagb\/google-map\";i:0;s:11:\"uagb\/how-to\";i:0;s:16:\"uagb\/how-to-step\";i:0;s:9:\"uagb\/icon\";i:0;s:14:\"uagb\/icon-list\";i:0;s:20:\"uagb\/icon-list-child\";i:0;s:10:\"uagb\/image\";i:0;s:18:\"uagb\/image-gallery\";i:0;s:13:\"uagb\/info-box\";i:0;s:18:\"uagb\/inline-notice\";i:0;s:11:\"uagb\/lottie\";i:0;s:21:\"uagb\/marketing-button\";i:0;s:10:\"uagb\/modal\";i:0;s:18:\"uagb\/popup-builder\";i:0;s:16:\"uagb\/post-button\";i:0;s:18:\"uagb\/post-carousel\";i:0;s:17:\"uagb\/post-excerpt\";i:0;s:14:\"uagb\/post-grid\";i:0;s:15:\"uagb\/post-image\";i:0;s:17:\"uagb\/post-masonry\";i:0;s:14:\"uagb\/post-meta\";i:0;s:18:\"uagb\/post-taxonomy\";i:0;s:18:\"uagb\/post-timeline\";i:0;s:15:\"uagb\/post-title\";i:0;s:20:\"uagb\/restaurant-menu\";i:0;s:26:\"uagb\/restaurant-menu-child\";i:0;s:11:\"uagb\/review\";i:0;s:12:\"uagb\/section\";i:0;s:14:\"uagb\/separator\";i:0;s:11:\"uagb\/slider\";i:0;s:17:\"uagb\/slider-child\";i:0;s:17:\"uagb\/social-share\";i:0;s:23:\"uagb\/social-share-child\";i:0;s:16:\"uagb\/star-rating\";i:0;s:23:\"uagb\/sure-cart-checkout\";i:0;s:22:\"uagb\/sure-cart-product\";i:0;s:15:\"uagb\/sure-forms\";i:0;s:22:\"uagb\/table-of-contents\";i:0;s:9:\"uagb\/tabs\";i:0;s:15:\"uagb\/tabs-child\";i:0;s:18:\"uagb\/taxonomy-list\";i:0;s:9:\"uagb\/team\";i:0;s:16:\"uagb\/testimonial\";i:0;s:14:\"uagb\/wp-search\";i:0;s:19:\"uagb\/instagram-feed\";i:0;s:10:\"uagb\/login\";i:0;s:17:\"uagb\/loop-builder\";i:0;s:18:\"uagb\/loop-category\";i:0;s:20:\"uagb\/loop-pagination\";i:0;s:15:\"uagb\/loop-reset\";i:0;s:16:\"uagb\/loop-search\";i:0;s:14:\"uagb\/loop-sort\";i:0;s:17:\"uagb\/loop-wrapper\";i:0;s:13:\"uagb\/register\";i:0;s:19:\"uagb\/register-email\";i:0;s:24:\"uagb\/register-first-name\";i:0;s:23:\"uagb\/register-last-name\";i:0;s:22:\"uagb\/register-password\";i:0;s:30:\"uagb\/register-reenter-password\";i:0;s:19:\"uagb\/register-terms\";i:0;s:22:\"uagb\/register-username\";i:0;}"],"site-post-title":["disabled"],"_elementor_data":["[{\"id\":\"9094d77\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"overflow\":\"visible\",\"custom_css\":\"selector { overflow: clip !important; overflow-clip-margin: 40px; }\",\"content_width\":\"boxed\",\"boxed_width\":{\"unit\":\"px\",\"size\":1352,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"176\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"92\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_gap\":{\"column\":\"80\",\"row\":\"80\",\"isLinked\":true,\"unit\":\"px\",\"size\":80},\"flex_gap_mobile\":{\"column\":\"24\",\"row\":\"24\",\"isLinked\":true,\"unit\":\"px\",\"size\":24},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-end\",\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\\/\\\/setupandorra.com\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/fig-ref-5dd29e45792aa9841cd64b1a17e7e728a3fc38e1-ab.webp\",\"id\":15981,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_size\":\"cover\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"rgba(21,21,21,0.52)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_overlay_color_b\":\"rgba(33,33,33,0.4)\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_overlay_gradient_type\":\"linear\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":305,\"sizes\":[]},\"_title\":\"Conseil en gestion de patrimoine en Principaut\\u00e9 \",\"_figma\":\"2694:1555\",\"css_classes\":\"setup-hero\",\"min_height_mobile\":{\"unit\":\"vh\",\"size\":85,\"sizes\":[]},\"flex_justify_content_mobile\":\"flex-end\"},\"elements\":[{\"id\":\"c159fbf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"nowrap\",\"min_height\":{\"unit\":\"px\",\"size\":232,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_title\":\"Frame 427321233\",\"_figma\":\"2694:2018\",\"align_self\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"6197a26\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"16\",\"bottom\":\"8\",\"left\":\"16\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":127,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0.25)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"9999\",\"right\":\"9999\",\"bottom\":\"9999\",\"left\":\"9999\",\"isLinked\":true},\"custom_css\":\"selector { -webkit-backdrop-filter: blur(7.1px); backdrop-filter: blur(7.1px); }\",\"min_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_title\":\"Frame 427321183\",\"_figma\":\"2694:1559\"},\"elements\":[{\"id\":\"f8183cb\",\"elType\":\"widget\",\"widgetType\":\"text-editor\",\"settings\":{\"align\":\"left\",\"editor\":\"SERVICES\",\"__globals__\":{\"text_color\":\"globals\\\/colors?id=57495f4\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Jost\",\"typography_font_weight\":\"300\",\"typography_font_style\":\"normal\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.43,\"sizes\":[]},\"_element_width\":\"auto\",\"custom_css\":\"@media (min-width: 1025px) { selector { width: max-content; max-width: 100%; } }\",\"_figma\":\"2694:1560\"},\"elements\":[]}],\"isInner\":true},{\"id\":\"e8a28ce\",\"elType\":\"widget\",\"widgetType\":\"heading\",\"settings\":{\"align\":\"left\",\"title\":\"Get started the business creation in Andorra with Set Up\",\"header_size\":\"h1\",\"__globals__\":{\"title_color\":\"globals\\\/colors?id=57495f4\",\"typography_typography\":\"globals\\\/typography?id=f03916f\"},\"_figma\":\"2694:1557\",\"align_self\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[]}],\"isInner\":true},{\"id\":\"98c34f1\",\"elType\":\"widget\",\"widgetType\":\"text-editor\",\"settings\":{\"align\":\"right\",\"editor\":\"<p>With Set Up, Private Concierge Service in Andorra, the creation of a company in the Principality becomes easy. Take advantage of its assistance and its network enriched by experts for the successful launch of your activity.<\\\/p>\",\"__globals__\":{\"text_color\":\"globals\\\/colors?id=57495f4\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Jost\",\"typography_font_weight\":\"400\",\"typography_font_style\":\"normal\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.33,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.33,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":761.72,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"_figma\":\"2694:2016\"},\"elements\":[]},{\"id\":\"08bc02f\",\"elType\":\"widget\",\"widgetType\":\"html\",\"elements\":[],\"settings\":{\"html\":\"<script>\\n\\\/* L'en-t\\u00eate pos\\u00e9 SUR le h\\u00e9ros, puis sur un fond au d\\u00e9filement.\\r\\n   Demande de Kevin, 2026-09-17 : \\u00ab le menu top bar doit \\u00eatre totalement int\\u00e9gr\\u00e9 au h\\u00e9ros\\r\\n   \\u00e0 l'ouverture du site avant de passer sur un fond diff\\u00e9rent au scroll \\u00bb.\\r\\n\\r\\n   C'est aussi ce que dessine la maquette : le n\\u0153ud d'en-t\\u00eate (2827:1133) y est pos\\u00e9 \\u00e0\\r\\n   y = 0, sans remplissage, PAR-DESSUS le h\\u00e9ros (2827:886, 0 \\u2192 639), avec ses libell\\u00e9s\\r\\n   en blanc.\\r\\n\\r\\n   \\u26a0 L'en-t\\u00eate est GLOBAL (Astra, tout le site). Rien n'est modifi\\u00e9 ici : le script se\\r\\n   contente de poser une classe, et tout le style vit dans le CSS de la PAGE 15601, donc\\r\\n   `body.elementor-page-15601 \\u2026`. La home en ligne n'est pas touch\\u00e9e.\\r\\n\\r\\n   \\u26a0 Le seuil n'est pas un nombre en dur : on bascule quand le bas de l'en-t\\u00eate quitte le\\r\\n   h\\u00e9ros. Si la hauteur du h\\u00e9ros change, le comportement suit.\\r\\n\\r\\n   `prefers-reduced-motion` : la bascule reste (c'est une information, pas une fioriture),\\r\\n   seule la transition est raccourcie \\u2014 fait dans le CSS. *\\\/\\r\\n(function () {\\r\\n  \\\/* \\u26a0 Dans un MODELE d en-tete, ce script s execute avant que le corps de la page existe :\\r\\n     `.setup-hero` n est pas encore la et le script rendait la main sans rien faire (mesure\\r\\n     sur le pilote : la classe de verre n etait jamais posee). On attend donc le DOM.\\r\\n     Sur les brouillons, ou le script est pose par la page, l attente ne coute rien. *\\\/\\r\\n  if (document.readyState === 'loading') {\\r\\n    document.addEventListener('DOMContentLoaded', demarrer);\\r\\n  } else {\\r\\n    demarrer();\\r\\n  }\\r\\n  function demarrer() {\\r\\n  \\\/* \\u26a0 Deux contextes, un seul fichier (cf. megamenu.js) : la barre d Astra aujourd hui,\\r\\n     le modele d en-tete Elementor demain. *\\\/\\r\\n  var entete = document.querySelector('.setup-entete') || document.querySelector('header.site-header');\\r\\n  var heros = document.querySelector('.setup-hero');\\r\\n  if (!entete || !heros) return;\\r\\n\\r\\n  var FOND = 'setup-entete-fond';\\r\\n  var pose = null;\\r\\n\\r\\n  \\\/* Le libelle du bouton : \\u00ab CONTACT \\u00bb sur le site, \\u00ab Contactez-nous \\u00bb dans la planche D.\\r\\n     \\u26a0 Il vit dans l'en-tete GLOBAL d'Astra : on ne le change pas a la source, on le\\r\\n     reecrit ici, donc sur cette page seulement. A la bascule, il se changera dans le\\r\\n     personnalisateur et cette ligne disparaitra. *\\\/\\r\\n  var bouton = entete.querySelector('.setup-entete-cta .elementor-button, .ast-header-button-1 .ast-custom-button');\\r\\n  if (bouton) {\\r\\n    var t = (bouton.textContent || '').replace(\\\/\\\\s+\\\/g, ' ').trim().toLowerCase();\\r\\n    if (t === 'contact') bouton.textContent = \\\"Contact us\\\";\\r\\n  }\\r\\n\\r\\n  function seuil() {\\r\\n    \\\/* hauteur du h\\u00e9ros moins celle de l'en-t\\u00eate : au-del\\u00e0, l'en-t\\u00eate n'a plus le h\\u00e9ros\\r\\n       sous lui et doit porter son propre fond. On garde 40 px de marge pour que la\\r\\n       bascule se fasse un peu avant la couture, jamais apr\\u00e8s. *\\\/\\r\\n    return Math.max(0, heros.offsetHeight - entete.offsetHeight - 40);\\r\\n  }\\r\\n\\r\\n  function regarder() {\\r\\n    var doit = (window.scrollY || window.pageYOffset || 0) > seuil();\\r\\n    if (doit === pose) return;          \\\/\\\/ on n'\\u00e9crit dans le DOM que si l'\\u00e9tat change\\r\\n    pose = doit;\\r\\n    entete.classList.toggle(FOND, doit);\\r\\n  }\\r\\n\\r\\n  var enAttente = false;\\r\\n  window.addEventListener('scroll', function () {\\r\\n    if (enAttente) return;\\r\\n    enAttente = true;\\r\\n    window.requestAnimationFrame(function () { enAttente = false; regarder(); });\\r\\n  }, { passive: true });\\r\\n  window.addEventListener('resize', regarder, { passive: true });\\r\\n  regarder();\\r\\n  }\\r\\n})();\\r\\n\\n<\\\/script>\",\"_title\":\"En-tete sur le heros\"}},{\"id\":\"d57f3c8\",\"elType\":\"widget\",\"widgetType\":\"html\",\"elements\":[],\"settings\":{\"html\":\"<span data-setup-mega=\\\"{&quot;setup&quot;:{&quot;image&quot;:&quot;https:\\\/\\\/setupandorra.com\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/fig-ref-8c97fc0983304b97f76bfc60f757ab8c2d24d587-ab.webp&quot;,&quot;sur&quot;:&quot;Gestoria Andorre&quot;,&quot;titre&quot;:&quot;Conciergerie priv\\u00e9e set up, le partenaire id\\u00e9al pour s\\u2019installer en Andorre&quot;,&quot;url&quot;:&quot;https:\\\/\\\/setupandorra.com\\\/gestoria-andorre\\\/&quot;},&quot;investir&quot;:{&quot;image&quot;:&quot;https:\\\/\\\/setupandorra.com\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/fig-ref-b63006143a4074b17bf15018e3254fe5fbfefa87-ab.webp&quot;,&quot;sur&quot;:&quot;Cr\\u00e9er une soci\\u00e9t\\u00e9&quot;,&quot;titre&quot;:&quot;Cr\\u00e9er une soci\\u00e9t\\u00e9 en Andorre : le guide complet des d\\u00e9marches, co\\u00fbts et fiscalit\\u00e9&quot;,&quot;url&quot;:&quot;https:\\\/\\\/setupandorra.com\\\/investir\\\/creer-une-societe\\\/&quot;},&quot;s'expatrier&quot;:{&quot;image&quot;:&quot;https:\\\/\\\/setupandorra.com\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/fig-2887-1035-ab.webp&quot;,&quot;sur&quot;:&quot;Notre accompagnement&quot;,&quot;titre&quot;:&quot;Bien vivre en Andorre gr\\u00e2ce \\u00e0 l\\u2019accompagnement sur-mesure Set Up&quot;,&quot;url&quot;:&quot;https:\\\/\\\/setupandorra.com\\\/s-expatrier\\\/notre-accompagnement\\\/&quot;},&quot;vivre&quot;:{&quot;image&quot;:&quot;https:\\\/\\\/setupandorra.com\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/fig-2887-1025-ab.webp&quot;,&quot;sur&quot;:&quot;Se loger&quot;,&quot;titre&quot;:&quot;Location et achat d\\u2019appartement, de maison : se loger en Andorre&quot;,&quot;url&quot;:&quot;https:\\\/\\\/setupandorra.com\\\/vivre\\\/se-loger\\\/&quot;},&quot;prestations&quot;:{&quot;image&quot;:&quot;https:\\\/\\\/setupandorra.com\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/fig-ref-76d22a21d14cc9bc57695d46574185b8c86c8e48-ab-scaled.webp&quot;,&quot;sur&quot;:&quot;Service de conciergerie&quot;,&quot;titre&quot;:&quot;Vivre en Andorre sans souci gr\\u00e2ce aux services de conciergerie priv\\u00e9e Set Up&quot;,&quot;url&quot;:&quot;https:\\\/\\\/setupandorra.com\\\/prestations\\\/service-de-conciergerie\\\/&quot;}}\\\" hidden><\\\/span>\\n<script>\\n\\\/* M\\u00e9ga-menu \\u2014 direction \\u00ab D \\u00b7 le panneau et une mise en avant \\u00bb, valid\\u00e9e par Kevin\\r\\n   le 2026-09-17.\\r\\n\\r\\n   Astra sort un sous-menu WordPress en `ul.sub-menu` de 200 px de large, en liste\\r\\n   verticale. Or \\u00ab S'expatrier \\u00bb a six enfants dont un de 54 caract\\u00e8res : dans 200 px,\\r\\n   \\u00e7a donne une colonne de titres coup\\u00e9s. Ce script transforme ces sous-menus en panneaux\\r\\n   pleine largeur \\u00e0 colonnes.\\r\\n\\r\\n   \\u26a0 RIEN N'EST MODIFI\\u00c9 DANS LE MENU WORDPRESS. Le script ne fait que r\\u00e9organiser le DOM\\r\\n   c\\u00f4t\\u00e9 navigateur, et il ne tourne que sur la page 15601 (il est pos\\u00e9 par un widget de\\r\\n   cette page). L'en-t\\u00eate est global : le site en ligne garde ses listes d\\u00e9roulantes.\\r\\n\\r\\n   \\u26a0 La \\u00ab mise en avant \\u00bb de la direction D demande UNE IMAGE PAR RUBRIQUE. V\\u00e9rifi\\u00e9 le\\r\\n   2026-09-17 : aucune des 7 entr\\u00e9es du menu ni aucun de leurs 28 enfants n'a d'image \\u00e0 la\\r\\n   une. Tant qu'il n'y en a pas, le panneau se rend en colonnes seules \\u2014 ce qui est d\\u00e9j\\u00e0\\r\\n   l'essentiel du gain. D\\u00e8s qu'une rubrique re\\u00e7oit son visuel dans `MEGA`, sa carte\\r\\n   appara\\u00eet sans autre changement. On n'invente ni image ni accroche. *\\\/\\r\\n(function () {\\r\\n  \\\/* \\u26a0 Ce script sert DEUX contextes et ne doit pas etre duplique :\\r\\n       - l en-tete d Astra, repeint par le CSS des brouillons (etat actuel) ;\\r\\n       - le modele d en-tete ELEMENTOR, ou le menu sort en `ul.elementor-nav-menu`.\\r\\n     On cherche donc le menu par les deux balisages, et la barre de reference de meme.\\r\\n     Dupliquer le fichier aurait garanti qu une des deux copies derive. *\\\/\\r\\n  var menu = document.querySelector('.setup-menu ul.elementor-nav-menu')\\r\\n          || document.querySelector('header.site-header .main-header-menu, header.site-header .ast-nav-menu');\\r\\n  if (!menu) return;\\r\\n\\r\\n  var entete = menu.closest('.setup-entete') || document.querySelector('header.site-header');\\r\\n  if (!entete) return;\\r\\n\\r\\n  \\\/* Mises en avant par rubrique. Vide tant que le client n'a pas fourni les visuels.\\r\\n     Forme attendue : { \\\"s\\u2019expatrier\\\": { image: \\\"\\u2026\\\", sur: \\\"Statut de r\\u00e9sident\\\",\\r\\n                        titre: \\\"\\u2026\\\", url: \\\"\\u2026\\\" } } *\\\/\\r\\n  var MEGA = {};\\r\\n  try {\\r\\n    var brut = document.querySelector('[data-setup-mega]');\\r\\n    if (brut) MEGA = JSON.parse(brut.getAttribute('data-setup-mega')) || {};\\r\\n  } catch (e) { MEGA = {}; }\\r\\n\\r\\n  var cle = function (t) {\\r\\n    return String(t).replace(\\\/[\\u2018\\u2019\\u02bc]\\\/g, \\\"'\\\").replace(\\\/\\\\s+\\\/g, ' ').trim().toLowerCase();\\r\\n  };\\r\\n\\r\\n  var poses = 0, avecCarte = 0;\\r\\n  [].slice.call(menu.children).forEach(function (li) {\\r\\n    if (li.tagName !== 'LI') return;\\r\\n    var sous = li.querySelector(':scope > ul.sub-menu');\\r\\n    if (!sous) return;\\r\\n\\r\\n    var titre = (li.querySelector(':scope > a') || {}).textContent || '';\\r\\n    li.classList.add('setup-mega');\\r\\n    sous.classList.add('setup-mega-panneau');\\r\\n\\r\\n    \\\/* les entr\\u00e9es passent dans une grille : on les enveloppe pour pouvoir poser la\\r\\n       carte de mise en avant \\u00e0 c\\u00f4t\\u00e9 sans casser la liste. *\\\/\\r\\n    var liste = document.createElement('div');\\r\\n    liste.className = 'setup-mega-liste';\\r\\n    while (sous.firstChild) liste.appendChild(sous.firstChild);\\r\\n\\r\\n    \\\/* le nom de la rubrique en petites capitales orange : c'est ce qui, dans la\\r\\n       planche D, dit de quoi parle le panneau. Il manquait. *\\\/\\r\\n    var rub = document.createElement('span');\\r\\n    rub.className = 'setup-mega-rubrique';\\r\\n    rub.textContent = titre.replace(\\\/\\\\s+\\\/g, ' ').trim();\\r\\n    sous.appendChild(rub);\\r\\n    sous.appendChild(liste);\\r\\n\\r\\n    \\\/* \\u26a0 le nombre de colonnes suit le nombre d'entr\\u00e9es : trois colonnes pour deux\\r\\n       entr\\u00e9es donneraient un panneau large et vide. *\\\/\\r\\n    var n = liste.querySelectorAll(':scope > li').length;\\r\\n    var aCarte = !!(MEGA[cle(titre)] && MEGA[cle(titre)].image);\\r\\n    \\\/* dans la planche D, les entrees tiennent sur DEUX colonnes et la carte occupe la\\r\\n       troisieme. Sans carte, elles s etalent sur trois pour ne pas laisser un vide. *\\\/\\r\\n    liste.style.setProperty('--colonnes', aCarte ? 2 : (n >= 5 ? 3 : n >= 3 ? 2 : 1));\\r\\n\\r\\n    var m = MEGA[cle(titre)];\\r\\n    if (aCarte) {\\r\\n      var a = document.createElement('a');\\r\\n      a.className = 'setup-mega-avant';\\r\\n      a.href = m.url || (li.querySelector(':scope > a') || {}).href || '#';\\r\\n      a.innerHTML = '<span class=\\\"img\\\"><img src=\\\"' + m.image + '\\\" alt=\\\"\\\" loading=\\\"lazy\\\"><\\\/span>'\\r\\n        + '<span class=\\\"txt\\\">'\\r\\n        + (m.sur ? '<span class=\\\"kicker\\\">' + m.sur + '<\\\/span>' : '')\\r\\n        + '<span class=\\\"t\\\">' + (m.titre || '') + '<\\\/span><\\\/span>';\\r\\n      sous.appendChild(a);\\r\\n      sous.classList.add('a-mise-en-avant');\\r\\n      avecCarte++;\\r\\n    }\\r\\n    poses++;\\r\\n  });\\r\\n\\r\\n  \\\/* \\u26a0 Le panneau va d'un bord a l'autre de la barre, donc son premier lien tombait sous\\r\\n     le LOGO, loin a gauche du menu auquel il appartient. On aligne son contenu sur le\\r\\n     debut du menu, mesure a l'execution : si le logo change de taille, ca suit. *\\\/\\r\\n  function aligner() {\\r\\n    var barre = entete.querySelector('.setup-entete-pilule, .ast-primary-header-bar') || entete;\\r\\n    var premier = menu.querySelector(':scope > li');\\r\\n    if (!premier) return;\\r\\n    var d = Math.round(premier.getBoundingClientRect().left - barre.getBoundingClientRect().left);\\r\\n    if (d > 0) entete.style.setProperty('--setup-mega-retrait', d + 'px');\\r\\n\\r\\n  }\\r\\n  aligner();\\r\\n  window.addEventListener('resize', aligner, { passive: true });\\r\\n\\r\\n  if (poses) entete.classList.add('setup-mega-pret');\\r\\n})();\\r\\n\\n<\\\/script>\",\"_title\":\"Mega-menu\"}},{\"id\":\"7cf5176\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_size\":\"none\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_gap\":{\"column\":\"40\",\"row\":\"18\",\"isLinked\":false,\"unit\":\"px\",\"size\":40},\"flex_gap_mobile\":{\"column\":\"18\",\"row\":\"12\",\"isLinked\":false,\"unit\":\"px\",\"size\":18},\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"wrap\",\"flex_direction_mobile\":\"row\",\"_title\":\"Frame 427321292\",\"_figma\":\"2969:2298\",\"flex_wrap_mobile\":\"wrap\",\"flex_justify_content_mobile\":\"space-between\",\"css_classes\":\"setup-chiffres-heros\"},\"elements\":[{\"id\":\"b3c9734\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_size\":\"none\",\"flex_gap\":{\"column\":\"4\",\"row\":\"4\",\"isLinked\":true,\"unit\":\"px\",\"size\":4},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"nowrap\",\"min_height\":{\"unit\":\"px\",\"size\":88,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_title\":\"Frame 427321269\",\"_figma\":\"2969:2302\"},\"elements\":[{\"id\":\"3dc987e\",\"elType\":\"widget\",\"widgetType\":\"heading\",\"settings\":{\"align\":\"left\",\"title\":\"10+\",\"header_size\":\"div\",\"__globals__\":{\"title_color\":\"globals\\\/colors?id=43f9392\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Jost\",\"typography_font_weight\":\"300\",\"typography_font_style\":\"normal\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50.05,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.11,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.11,\"sizes\":[]},\"_figma\":\"2969:2303\",\"align_self\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[]},{\"id\":\"abadfc4\",\"elType\":\"widget\",\"widgetType\":\"text-editor\",\"settings\":{\"align\":\"left\",\"editor\":\"<p>Years of experience<\\\/p>\",\"text_color\":\"#5F5F5F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jost\",\"typography_font_weight\":\"300\",\"typography_font_style\":\"normal\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.56,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.56,\"sizes\":[]},\"_figma\":\"2969:2304\",\"align_self\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[]}],\"isInner\":true},{\"id\":\"0f82e93\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_size\":\"none\",\"flex_gap\":{\"column\":\"4\",\"row\":\"4\",\"isLinked\":true,\"unit\":\"px\",\"size\":4},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"nowrap\",\"min_height\":{\"unit\":\"px\",\"size\":88,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_title\":\"Frame 427321268\",\"_figma\":\"2969:2299\"},\"elements\":[{\"id\":\"2c65571\",\"elType\":\"widget\",\"widgetType\":\"heading\",\"settings\":{\"align\":\"left\",\"title\":\"2000+\",\"header_size\":\"div\",\"__globals__\":{\"title_color\":\"globals\\\/colors?id=43f9392\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Jost\",\"typography_font_weight\":\"300\",\"typography_font_style\":\"normal\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50.05,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.11,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.11,\"sizes\":[]},\"_figma\":\"2969:2300\",\"align_self\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[]},{\"id\":\"3127ba2\",\"elType\":\"widget\",\"widgetType\":\"text-editor\",\"settings\":{\"align\":\"left\",\"editor\":\"<p>Settlements<\\\/p>\",\"text_color\":\"#5F5F5F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jost\",\"typography_font_weight\":\"300\",\"typography_font_style\":\"normal\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.56,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.56,\"sizes\":[]},\"_figma\":\"2969:2301\",\"align_self\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[]}],\"isInner\":true},{\"id\":\"b7a2775\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_size\":\"none\",\"flex_gap\":{\"column\":\"4\",\"row\":\"4\",\"isLinked\":true,\"unit\":\"px\",\"size\":4},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"nowrap\",\"min_height\":{\"unit\":\"px\",\"size\":88,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_title\":\"Frame 427321270\",\"_figma\":\"2969:2305\"},\"elements\":[{\"id\":\"8841c61\",\"elType\":\"widget\",\"widgetType\":\"heading\",\"settings\":{\"align\":\"left\",\"title\":\"24\\\/7+\",\"header_size\":\"div\",\"__globals__\":{\"title_color\":\"globals\\\/colors?id=43f9392\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Jost\",\"typography_font_weight\":\"300\",\"typography_font_style\":\"normal\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50.05,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.11,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.11,\"sizes\":[]},\"_figma\":\"2969:2306\",\"align_self\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[]},{\"id\":\"05a96c7\",\"elType\":\"widget\",\"widgetType\":\"text-editor\",\"settings\":{\"align\":\"left\",\"editor\":\"<p>Personalized support<\\\/p>\",\"text_color\":\"#5F5F5F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jost\",\"typography_font_weight\":\"300\",\"typography_font_style\":\"normal\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.56,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.56,\"sizes\":[]},\"_figma\":\"2969:2307\",\"align_self\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[]}],\"isInner\":true},{\"id\":\"f27facf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_size\":\"none\",\"flex_gap\":{\"column\":\"4\",\"row\":\"4\",\"isLinked\":true,\"unit\":\"px\",\"size\":4},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"nowrap\",\"min_height\":{\"unit\":\"px\",\"size\":88,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_title\":\"Frame 427321271\",\"_figma\":\"2969:2309\"},\"elements\":[{\"id\":\"5f2a9b5\",\"elType\":\"widget\",\"widgetType\":\"heading\",\"settings\":{\"align\":\"left\",\"title\":\"5.0 <span class=\\\"setup-etoile\\\">\\u2605<\\\/span>\",\"header_size\":\"div\",\"__globals__\":{\"title_color\":\"globals\\\/colors?id=43f9392\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Jost\",\"typography_font_weight\":\"300\",\"typography_font_style\":\"normal\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50.05,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.11,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.11,\"sizes\":[]},\"_figma\":\"2969:2310\",\"align_self\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[]},{\"id\":\"d35616f\",\"elType\":\"widget\",\"widgetType\":\"text-editor\",\"settings\":{\"align\":\"left\",\"editor\":\"100+ Google reviews\",\"text_color\":\"#5F5F5F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jost\",\"typography_font_weight\":\"300\",\"typography_font_style\":\"normal\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.56,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.56,\"sizes\":[]},\"_figma\":\"2969:2311\",\"align_self\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[]}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8adb5ca\",\"elType\":\"container\",\"isInner\":false,\"settings\":{\"content_width\":\"boxed\",\"boxed_width\":{\"unit\":\"px\",\"size\":1352,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"nowrap\",\"flex_gap\":{\"column\":\"42\",\"row\":\"32\",\"isLinked\":false,\"unit\":\"px\",\"size\":42},\"flex_direction_mobile\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"setup-article\",\"_title\":\"Corps d'article\"},\"elements\":[{\"id\":\"560d763\",\"elType\":\"container\",\"isInner\":true,\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"column\",\"width\":{\"unit\":\"px\",\"size\":232,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_size\":\"none\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"setup-sommaire\",\"custom_css\":\"selector { flex: 0 0 232px; }\"},\"elements\":[{\"id\":\"40f1e43\",\"elType\":\"widget\",\"widgetType\":\"heading\",\"settings\":{\"title\":\"Contents\",\"header_size\":\"div\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jost\",\"typography_font_size\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.4,\"sizes\":[]},\"title_color\":\"#6E665C\"},\"elements\":[]},{\"id\":\"0fa0238\",\"elType\":\"widget\",\"widgetType\":\"html\",\"settings\":{\"html\":\"<nav class=\\\"setup-sommaire-liste\\\" aria-label=\\\"Sommaire\\\"><\\\/nav>\"},\"elements\":[]}]},{\"id\":\"ccc8a12\",\"elType\":\"widget\",\"widgetType\":\"text-editor\",\"settings\":{\"editor\":\"\\n<p>Thinking of expatriation in the Principality to start a business in Andorra? The Private Concierge Service Set Up offers personalized support for the realization of your project by informing you on the conditions of establishment in the country, the administrative and tax rules to be respected. Linking with its network of partners specializing in tax optimization is also possible, as well as support for your installation.<\\\/p>\\n\\n<h2>New business start-up in Andorra: trust the expert Set Up<\\\/h2>\\n\\n<p>In particular specialized in the new business start-up in Andorra towards the expatriates or the local residents, Set Up helps you and accompanies you in your steps.<\\\/p>\\n\\n<p>A concrete help is brought to the private individuals willing to dash into the entrepreneurship at various levels, among which:<\\\/p>\\n\\n<ul>\\n<li>The presentation of the stakes and the opportunities offered by the Principality, - a clear and concise information on the legal processes leading to the registration of a company, - an administrative assistance to satisfy laws and regulations in the work on the territory.<\\\/li>\\n<\\\/ul>\\n\\n<p>Thanks to its perfect knowledge of the country and to enriched partners\\u2019 network (lawyers, jurists, fiscal specialists), Set Up allows you to gather numerous assets to make a success of your new business start-up in Andorra.<\\\/p>\\n\\n<h3>The phases of your support in the new business start-up in Andorra<\\\/h3>\\n\\n<p>All the project leaders, independently of their sphere of action, are free to contact Set Up to proceed to the creation of their company in Andorra in the best conditions.<\\\/p>\\n\\n<h4>Advice during the phase pre-creation<\\\/h4>\\n\\n<p>Thanks to the support of partners\\u2019 exclusive network, you can reassure your project and benefit from advice to optimize your chances of success, for example as regards:<\\\/p>\\n\\n<ul>\\n<li>The choice of the legal structure of your organization (SL, LIMITED COMPANY, etc.): we present you the advantages and the inconveniences of each of the solutions with regard to the others, according to the nature and to the importance of the activity, the opening of its capital to thirds, according to your wishes regarding transmission, regarding social security scheme and regarding limitation of responsibility also, etc.;<\\\/li>\\n<li>The choice of the social status of the main leader (salaried\\\/not salaried?) and the optimization of its situation on the social level (membership of the CASS, the contributions) and fiscal (methods of payment, management of dividends);<\\\/li>\\n<li>The choice of the tax system of the company: directly impacting the personal wealth of the business executive, the choice regarding the share of taxation on income or on companies is very important. It depends on several parameters, including the marginal tax rate of the tax home of the entrepreneur and the legal form of the company created in Andorra;<\\\/li>\\n<\\\/ul>\\n\\n<p>The intervention of a chartered accountant can also turn out precious with regard to its critical support as for the global vision of the project.<\\\/p>\\n\\n<h4>New business start-up in Andorra: assistance during the phase of creation<\\\/h4>\\n\\n<p>According to your needs, Set Up presents you a range of services individualized on the administrative plan (writing of the statutes, the report of general assembly, etc.). As well as for the fulfillment of the legal formalities of creation (recording of the statutes, the registration).<\\\/p>\\n\\n<h4>During the phase post-creation<\\\/h4>\\n\\n<p>Once your company was created in Andorra, you will not be alone. Even there, Set Up continues to advise you on several points, for example as regards:<\\\/p>\\n\\n<ul>\\n<li>The adoption of an accounting and administrative organization adapted to your activity;<\\\/li>\\n<li>The proper use of management tools (dashboards, indicators, etc.);<\\\/li>\\n<li>Satisfaction in social obligations (establishment of pay slips, declaration of social charges) and fiscal (declaration of the profits, the VAT-IGI).<\\\/li>\\n<\\\/ul>\\n\\n<p>In every case, we shall find a solution which will facilitate your life and will allow you to win a precious time.<\\\/p>\\n\\n<p>Concerning the creation of your company in Andorra, Set Up can propose you the creation of individualized service packs including:<\\\/p>\\n\\n<ul>\\n<li>the connection and collaboration with an accountant and multiple partners specializing in French, Spanish and Andorran laws and administration,<\\\/li>\\n<li>a high-performance model integrating logistics, transport, accommodation, research and visiting premises,<\\\/li>\\n<li>the use of a personal assistant for the optimization of time (bank formalities, invoices, payments, etc.).<\\\/li>\\n<\\\/ul>\\n\\n<p>Set Up takes care of everything! Within single day, all administrative formalities can be achieved (extracts of apostilled criminal records, legalization of the passport with the authorities, etc.). We will help you getting your most important documents (balance sheets, income statements (profit and loss accounts), etc.).<\\\/p>\\n\\n<h2>The keys of the success<\\\/h2>\\n\\n<div class=\\\"wp-block-media-text alignwide is-stacked-on-mobile\\\">\\n<figure class=\\\"wp-block-media-text__media\\\"><img class=\\\"wp-image-582\\\" src=\\\"https:\\\/\\\/setupandorra.com\\\/\\\/wp-content\\\/uploads\\\/2020\\\/11\\\/societe-1-1024x597.jpg\\\" alt=\\\"soci\\u00e9t\\u00e9\\\" \\\/><\\\/figure>\\n<div class=\\\"wp-block-media-text__content\\\">\\n<h3>The important stage of the support<\\\/h3>\\n\\n<p>During the creation of your company in Andorra, the process of getting help is the best way to achieve your goals.<\\\/p>\\n\\n<p>Your project imposes systematically the control of several notions (legal, fiscal, accounting, financial, etc.) specific to the functioning of laws in the Principality of Andorra. This will prevent you from making the slightest mistake, a potential source of hassle and waste of time.<\\\/p>\\n<\\\/div>\\n<\\\/div>\\n\\n<p>Support for business creation in Andorra reinforces the durability of the projects, which are more solid, more coherent and strung down to the smallest detail.<\\\/p>\\n\\n<p>The help provided by Set Up allows the entrepreneur to manage all aspects of his company in optimal conditions.<\\\/p>\\n\\n<h3>The numerous assets of the Principality<\\\/h3>\\n\\n<p>To proceed to the creation of a company in Andorra resting on specialists on the subject will allow you finally to take advantage at the most of numerous advantages offered by the Principality, among which:<\\\/p>\\n\\n<ul>\\n<li>A very low rate of taxation on companies (10\\u00a0% at the most);<\\\/li>\\n<li>Low social and labor costs.<\\\/li>\\n<\\\/ul>\\n\\n<blockquote class=\\\"wp-block-quote\\\">\\n<h3>ENTREPRENEURS OF ALL COUNTRIES, ANDORRA IS WAITING FOR YOU!<\\\/h3>\\n<p>Set Up offers to be your privileged partner when starting your business in Andorra. Do not hesitate to contact us, we will examine your project in the details in order to be able to determine with you the most appropriate services to your approach.<\\\/p>\\n<\\\/blockquote>\\n\",\"_css_classes\":\"setup-article-corps\",\"custom_css\":\"selector { flex: 1 1 auto; min-width: 0; }\"},\"elements\":[]},{\"id\":\"a33e527\",\"elType\":\"widget\",\"widgetType\":\"html\",\"settings\":{\"html\":\"<script>\\n\\\/* Le sommaire ancr\\u00e9 du gabarit d'article \\u2014 direction \\u00ab B \\u00bb, retenue par Kevin le\\r\\n   2026-09-17 (\\u00ab le plus adapt\\u00e9 SEO et GEO \\u00bb).\\r\\n\\r\\n   Il se FABRIQUE depuis les H2 du corps : rien n'est saisi page par page, et il suit le\\r\\n   texte si le client le modifie. C'est tout l'int\\u00e9r\\u00eat sur 38 pages.\\r\\n\\r\\n   \\u26a0 Les H2 de la page n'ont pas d'identifiant : on leur en pose un, d\\u00e9riv\\u00e9 de leur texte\\r\\n   (et non de leur rang, qui bougerait au moindre ajout de section). Un compteur d\\u00e9partage\\r\\n   deux titres identiques.\\r\\n\\r\\n   \\u26a0 Le lien actif suit la lecture par un IntersectionObserver avec une LIGNE de\\r\\n   d\\u00e9clenchement haute, et non un seuil en pourcentage : un H2 suivi d'une longue section\\r\\n   ne franchirait jamais un seuil de 50 % sur un petit \\u00e9cran.\\r\\n\\r\\n   `prefers-reduced-motion` : le d\\u00e9filement doux devient un saut. *\\\/\\r\\n(function () {\\r\\n  var corps = document.querySelector('.setup-article-corps');\\r\\n  var hote = document.querySelector('.setup-sommaire-liste');\\r\\n  if (!corps || !hote) return;\\r\\n\\r\\n  var titres = [].slice.call(corps.querySelectorAll('h2'));\\r\\n  if (titres.length < 2) {                       \\\/\\\/ un sommaire d'une entr\\u00e9e n'aide personne\\r\\n    var bloc = hote.closest('.setup-sommaire');\\r\\n    if (bloc) bloc.style.display = 'none';\\r\\n    return;\\r\\n  }\\r\\n\\r\\n  var vus = {};\\r\\n  var liens = titres.map(function (h) {\\r\\n    var base = (h.textContent || '')\\r\\n      .toLowerCase()\\r\\n      .normalize('NFD').replace(\\\/[\\u0300-\\u036f]\\\/g, '')\\r\\n      .replace(\\\/[^a-z0-9]+\\\/g, '-')\\r\\n      .replace(\\\/^-+|-+$\\\/g, '')\\r\\n      .slice(0, 48) || 'section';\\r\\n    vus[base] = (vus[base] || 0) + 1;\\r\\n    h.id = vus[base] > 1 ? base + '-' + vus[base] : base;\\r\\n\\r\\n    var a = document.createElement('a');\\r\\n    a.href = '#' + h.id;\\r\\n    a.textContent = (h.textContent || '').replace(\\\/\\\\s+\\\/g, ' ').trim();\\r\\n    hote.appendChild(a);\\r\\n    return a;\\r\\n  });\\r\\n\\r\\n  var doux = !window.matchMedia || !window.matchMedia('(prefers-reduced-motion: reduce)').matches;\\r\\n  liens.forEach(function (a, i) {\\r\\n    a.addEventListener('click', function (e) {\\r\\n      e.preventDefault();\\r\\n      titres[i].scrollIntoView({ behavior: doux ? 'smooth' : 'auto', block: 'start' });\\r\\n      history.replaceState(null, '', a.getAttribute('href'));\\r\\n    });\\r\\n  });\\r\\n\\r\\n  \\\/* \\u26a0 Un IntersectionObserver ne se declenche que si un titre TRAVERSE sa bande de\\r\\n     declenchement. Mesure sur le pilote : un defilement rapide \\u2014 ou programmatique \\u2014\\r\\n     saute la bande de 5 % et AUCUN titre n est marque. On calcule donc au defilement,\\r\\n     ce qui est a la fois plus simple et toujours juste. *\\\/\\r\\n  var actif = -1;\\r\\n  function relire() {\\r\\n    var ligne = window.innerHeight * 0.28;\\r\\n    var i = -1;\\r\\n    for (var k = 0; k < titres.length; k++) {\\r\\n      if (titres[k].getBoundingClientRect().top <= ligne) i = k;\\r\\n    }\\r\\n    if (i === actif) return;\\r\\n    actif = i;\\r\\n    liens.forEach(function (a, k) { a.classList.toggle('est-actif', k === i); });\\r\\n  }\\r\\n  var enAttente = false;\\r\\n  window.addEventListener('scroll', function () {\\r\\n    if (enAttente) return;\\r\\n    enAttente = true;\\r\\n    window.requestAnimationFrame(function () { enAttente = false; relire(); });\\r\\n  }, { passive: true });\\r\\n  window.addEventListener('resize', relire, { passive: true });\\r\\n  relire();\\r\\n})();\\r\\n\\n<\\\/script>\"},\"elements\":[]}]},{\"id\":\"28d1774\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"overflow\":\"visible\",\"custom_css\":\"selector { overflow: clip !important; overflow-clip-margin: 40px; }\",\"content_width\":\"boxed\",\"boxed_width\":{\"unit\":\"px\",\"size\":1352,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"flex_gap\":{\"column\":\"80\",\"row\":\"80\",\"isLinked\":true,\"unit\":\"px\",\"size\":80},\"flex_gap_mobile\":{\"column\":\"24\",\"row\":\"24\",\"isLinked\":true,\"unit\":\"px\",\"size\":24},\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"center\",\"flex_wrap\":\"nowrap\",\"flex_direction_mobile\":\"column\",\"flex_align_items_mobile\":\"stretch\",\"_title\":\"Nos conseils\",\"_figma\":\"2827:1025\",\"margin\":{\"unit\":\"px\",\"top\":\"128\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ad4026a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_size\":\"none\",\"width\":{\"unit\":\"%\",\"size\":46.75,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_gap\":{\"column\":\"42\",\"row\":\"42\",\"isLinked\":true,\"unit\":\"px\",\"size\":42},\"flex_gap_mobile\":{\"column\":\"24\",\"row\":\"24\",\"isLinked\":true,\"unit\":\"px\",\"size\":24},\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"nowrap\",\"_title\":\"Frame 427321192\",\"_figma\":\"2827:1026\"},\"elements\":[{\"id\":\"92e1502\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"nowrap\",\"_title\":\"Frame 427321259\",\"_figma\":\"2851:1182\",\"align_self\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"96ff275\",\"elType\":\"widget\",\"widgetType\":\"heading\",\"settings\":{\"align\":\"left\",\"title\":\"Our advice\",\"header_size\":\"h2\",\"__globals__\":{\"title_color\":\"globals\\\/colors?id=astglobalcolor2\",\"typography_typography\":\"globals\\\/typography?id=6d4ec12\"},\"_figma\":\"2827:1028\",\"align_self\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[]}],\"isInner\":true},{\"id\":\"876f490\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_gap\":{\"column\":\"48\",\"row\":\"48\",\"isLinked\":true,\"unit\":\"px\",\"size\":48},\"flex_gap_mobile\":{\"column\":\"24\",\"row\":\"24\",\"isLinked\":true,\"unit\":\"px\",\"size\":24},\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"nowrap\",\"_title\":\"Frame 427321258\",\"_figma\":\"2827:1858\",\"align_self\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"531a928\",\"elType\":\"widget\",\"widgetType\":\"text-editor\",\"settings\":{\"align\":\"left\",\"editor\":\"<p>With the Setup gestoria in Andorra, you benefit from tailor-made support. Thanks to its team of specialists, we guide you through a reliable, stable process, proven over many years.<\\\/p>\",\"__globals__\":{\"text_color\":\"globals\\\/colors?id=astglobalcolor2\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Jost\",\"typography_font_weight\":\"300\",\"typography_font_style\":\"normal\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.56,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.56,\"sizes\":[]},\"_figma\":\"2827:1029\",\"align_self\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[]}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a3a000e\",\"elType\":\"widget\",\"widgetType\":\"image\",\"settings\":{\"image\":{\"url\":\"https:\\\/\\\/setupandorra.com\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/fig-2889-1386-ab.webp\",\"id\":15953,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":640,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":47.34,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_figma\":\"2889:1386\"},\"elements\":[]}],\"isInner\":false},{\"id\":\"a8d1a8b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"overflow\":\"visible\",\"custom_css\":\"selector { overflow: clip !important; overflow-clip-margin: 40px; }\",\"content_width\":\"boxed\",\"boxed_width\":{\"unit\":\"px\",\"size\":1352,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"nowrap\",\"_title\":\"Une r\\u00e9elle expertise dans l\\u2019installation des Fra\",\"_figma\":\"2969:2343\",\"margin\":{\"unit\":\"px\",\"top\":\"128\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2385d85\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"48\",\"left\":\"80\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"flex_gap\":{\"column\":\"80\",\"row\":\"80\",\"isLinked\":true,\"unit\":\"px\",\"size\":80},\"flex_gap_mobile\":{\"column\":\"24\",\"row\":\"24\",\"isLinked\":true,\"unit\":\"px\",\"size\":24},\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"nowrap\",\"flex_direction_mobile\":\"column\",\"flex_align_items_mobile\":\"stretch\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\\/\\\/setupandorra.com\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/fig-ref-ead3fcda449dc3e6815de58525fdb16fe83c8ad9-ab.webp\",\"id\":15985,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_size\":\"cover\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(0,0,0,0.5)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"min_height\":{\"unit\":\"px\",\"size\":307,\"sizes\":[]},\"_title\":\"Frame 427321227\",\"_figma\":\"2969:2344\",\"align_self\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"4ede298\",\"elType\":\"widget\",\"widgetType\":\"heading\",\"settings\":{\"align\":\"left\",\"title\":\"Genuine expertise in helping French nationals settle in Andorra\",\"header_size\":\"h2\",\"__globals__\":{\"title_color\":\"globals\\\/colors?id=57495f4\",\"typography_typography\":\"globals\\\/typography?id=6d4ec12\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":37.84,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"_figma\":\"2969:2345\"},\"elements\":[]},{\"id\":\"78f0b22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_size\":\"none\",\"width\":{\"unit\":\"%\",\"size\":55.45,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"align_self\":\"stretch\",\"flex_gap\":{\"column\":\"48\",\"row\":\"48\",\"isLinked\":true,\"unit\":\"px\",\"size\":48},\"flex_gap_mobile\":{\"column\":\"24\",\"row\":\"24\",\"isLinked\":true,\"unit\":\"px\",\"size\":24},\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"flex-end\",\"flex_wrap\":\"nowrap\",\"min_height\":{\"unit\":\"px\",\"size\":211,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_title\":\"Frame 427321192\",\"_figma\":\"2969:2346\"},\"elements\":[{\"id\":\"a446152\",\"elType\":\"widget\",\"widgetType\":\"text-editor\",\"settings\":{\"align\":\"left\",\"editor\":\"<p>By answering complex questions in both professional and personal matters, you will find at Setup an attentive ear and a genuine exchange of ideas; our expertise will lead us to propose the best solutions for you.<\\\/p>\",\"__globals__\":{\"text_color\":\"globals\\\/colors?id=57495f4\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Jost\",\"typography_font_weight\":\"400\",\"typography_font_style\":\"normal\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":463.35,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"_figma\":\"2969:2347\"},\"elements\":[]},{\"id\":\"ef55346\",\"elType\":\"widget\",\"widgetType\":\"button\",\"settings\":{\"text\":\"Free consultation\",\"link\":{\"url\":\"https:\\\/\\\/setupandorra.com\\\/contact\\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"size\":\"md\",\"align\":\"left\",\"_element_width\":\"auto\",\"_flex_size\":\"none\",\"__globals__\":{\"typography_typography\":\"globals\\\/typography?id=0950004\",\"button_text_color\":\"globals\\\/colors?id=5136e3e\",\"background_color\":\"globals\\\/colors?id=57495f4\"},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"9999\",\"right\":\"9999\",\"bottom\":\"9999\",\"left\":\"9999\",\"isLinked\":true},\"_element_width_mobile\":\"inherit\",\"custom_css\":\"@media (max-width: 767px) { selector { width: 100% !important; } selector .elementor-button { width: 100%; min-height: 46px; display: inline-flex; align-items: center; justify-content: center; } }\\n@media (max-width: 767px) { selector { width: 100% !important; } selector .elementor-button { width: 100%; padding-left: 10px !important; padding-right: 10px !important; font-size: 14px !important; white-space: nowrap; } selector .elementor-button-text, selector .elementor-button-content-wrapper { white-space: nowrap; } selector .elementor-button img { vertical-align: middle; } }\\nselector .elementor-button { max-width: 100%; }\",\"text_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"12\",\"bottom\":\"8\",\"left\":\"12\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"16\",\"bottom\":\"10\",\"left\":\"16\",\"isLinked\":false},\"button_background_hover_background\":\"classic\",\"button_background_hover_color\":\"#F73100\",\"hover_color\":\"#FFFFFF\",\"button_hover_transition_duration\":{\"unit\":\"s\",\"size\":0.3,\"sizes\":[]},\"_figma\":\"2969:2348\"},\"elements\":[]}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"161e76b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"overflow\":\"visible\",\"custom_css\":\"selector { overflow: clip !important; overflow-clip-margin: 40px; }\",\"content_width\":\"boxed\",\"boxed_width\":{\"unit\":\"px\",\"size\":1352,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"flex_gap\":{\"column\":\"80\",\"row\":\"80\",\"isLinked\":true,\"unit\":\"px\",\"size\":80},\"flex_gap_mobile\":{\"column\":\"24\",\"row\":\"24\",\"isLinked\":true,\"unit\":\"px\",\"size\":24},\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"nowrap\",\"flex_direction_mobile\":\"column\",\"flex_align_items_mobile\":\"stretch\",\"_title\":\"Fiabilit\\u00e9 et transparence des relations\",\"_figma\":\"2694:2019\",\"margin\":{\"unit\":\"px\",\"top\":\"128\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bc08e08\",\"elType\":\"widget\",\"widgetType\":\"image\",\"settings\":{\"image\":{\"url\":\"https:\\\/\\\/setupandorra.com\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/fig-2694-2032-ab.webp\",\"id\":15937,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":38.46,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_figma\":\"2694:2032\"},\"elements\":[]},{\"id\":\"e910368\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_size\":\"none\",\"width\":{\"unit\":\"%\",\"size\":55.62,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_gap\":{\"column\":\"48\",\"row\":\"48\",\"isLinked\":true,\"unit\":\"px\",\"size\":48},\"flex_gap_mobile\":{\"column\":\"24\",\"row\":\"24\",\"isLinked\":true,\"unit\":\"px\",\"size\":24},\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"nowrap\",\"_title\":\"Frame 427321211\",\"_figma\":\"2694:2020\"},\"elements\":[{\"id\":\"84f87fa\",\"elType\":\"widget\",\"widgetType\":\"heading\",\"settings\":{\"align\":\"left\",\"title\":\"Reliable and transparent relationships\",\"header_size\":\"h2\",\"__globals__\":{\"title_color\":\"globals\\\/colors?id=astglobalcolor2\",\"typography_typography\":\"globals\\\/typography?id=6d4ec12\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":566.8,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"_figma\":\"2694:2024\"},\"elements\":[]},{\"id\":\"33d2bab\",\"elType\":\"widget\",\"widgetType\":\"text-editor\",\"settings\":{\"align\":\"left\",\"editor\":\"<p>We can, for example, provide you with complete assistance and take care of every formality. We put you in touch with the best advisers in the Principality of Andorra, who master the workings of every kind of asset (real estate, intellectual property, stock market investments, the transfer of assets, and so on). Everything we do is carried out in close consultation with you. We place our substantial know-how in the most advanced management techniques at your disposal.<\\\/p>\",\"__globals__\":{\"text_color\":\"globals\\\/colors?id=43f9392\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Jost\",\"typography_font_weight\":\"300\",\"typography_font_style\":\"normal\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.56,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.56,\"sizes\":[]},\"_figma\":\"2694:2025\",\"align_self\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[]}],\"isInner\":true}],\"isInner\":false},{\"id\":\"b4e2ae0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"overflow\":\"visible\",\"custom_css\":\"selector { overflow: clip !important; overflow-clip-margin: 40px; }\",\"content_width\":\"boxed\",\"boxed_width\":{\"unit\":\"px\",\"size\":1352,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"flex_gap\":{\"column\":\"32\",\"row\":\"32\",\"isLinked\":true,\"unit\":\"px\",\"size\":32},\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"nowrap\",\"flex_direction_mobile\":\"column\",\"flex_align_items_mobile\":\"stretch\",\"_title\":\"Pourquoi choisir Andorre ?\",\"_figma\":\"2970:2370\",\"margin\":{\"unit\":\"px\",\"top\":\"128\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d87934b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"_flex_size\":\"none\",\"width\":{\"unit\":\"%\",\"size\":64.57,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"flex_gap\":{\"column\":\"80\",\"row\":\"80\",\"isLinked\":true,\"unit\":\"px\",\"size\":80},\"flex_gap_mobile\":{\"column\":\"24\",\"row\":\"24\",\"isLinked\":true,\"unit\":\"px\",\"size\":24},\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\\/colors?id=5136e3e\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_title\":\"Frame 427321227\",\"_figma\":\"2970:2371\"},\"elements\":[{\"id\":\"87bb29d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"nowrap\",\"min_height\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_title\":\"Frame 427321203\",\"_figma\":\"2970:2372\",\"align_self\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"c0499b3\",\"elType\":\"widget\",\"widgetType\":\"heading\",\"settings\":{\"align\":\"left\",\"title\":\"Why choosing Andorra?\",\"header_size\":\"h2\",\"__globals__\":{\"title_color\":\"globals\\\/colors?id=57495f4\",\"typography_typography\":\"globals\\\/typography?id=6d4ec12\"},\"_figma\":\"2970:2373\",\"align_self\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[]}],\"isInner\":true},{\"id\":\"244c06c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_gap\":{\"column\":\"48\",\"row\":\"48\",\"isLinked\":true,\"unit\":\"px\",\"size\":48},\"flex_gap_mobile\":{\"column\":\"24\",\"row\":\"24\",\"isLinked\":true,\"unit\":\"px\",\"size\":24},\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"flex-end\",\"flex_wrap\":\"nowrap\",\"min_height\":{\"unit\":\"px\",\"size\":196,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_title\":\"Frame 427321192\",\"_figma\":\"2970:2375\",\"align_self\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"3844adb\",\"elType\":\"widget\",\"widgetType\":\"text-editor\",\"settings\":{\"align\":\"left\",\"editor\":\"<p>By choosing to seek concrete assistance from specialist professionals, you benefit from sound advice as well as a degree of protection against risks and the unexpected. Our knowledge of the banking system of the Principality of Andorra allows us to do our work to the best of our ability, with complete honesty and the fullest transparency. Setup's reputation throughout the country is a mark of trust you can rely on.<\\\/p>\",\"__globals__\":{\"text_color\":\"globals\\\/colors?id=57495f4\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Jost\",\"typography_font_weight\":\"300\",\"typography_font_style\":\"normal\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.56,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.56,\"sizes\":[]},\"_figma\":\"2970:2376\",\"align_self\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[]}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1ce7380\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_size\":\"none\",\"width\":{\"unit\":\"%\",\"size\":33.06,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"align_self\":\"stretch\",\"flex_gap\":{\"column\":\"48\",\"row\":\"48\",\"isLinked\":true,\"unit\":\"px\",\"size\":48},\"flex_gap_mobile\":{\"column\":\"24\",\"row\":\"24\",\"isLinked\":true,\"unit\":\"px\",\"size\":24},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-end\",\"flex_wrap\":\"nowrap\",\"min_height\":{\"unit\":\"px\",\"size\":428,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_title\":\"Frame 427321265\",\"_figma\":\"2970:2377\"},\"elements\":[{\"id\":\"382ac43\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"flex_gap\":{\"column\":\"24\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":24},\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"nowrap\",\"flex_align_items_mobile\":\"center\",\"flex_wrap_mobile\":\"nowrap\",\"flex_justify_content_mobile\":\"flex-start\",\"flex_gap_mobile\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"background_background\":\"classic\",\"background_color\":\"#FBF9F6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"min_height\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_title\":\"Cards \\\/ number-title-text-background\",\"_figma\":\"2694:2079\",\"align_self\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"182b7c7\",\"elType\":\"widget\",\"widgetType\":\"image\",\"settings\":{\"image\":{\"url\":\"https:\\\/\\\/setupandorra.com\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/fig-2694-2086-ab.svg\",\"id\":15941,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_figma\":\"2694:2086\"},\"elements\":[]},{\"id\":\"fb1207b\",\"elType\":\"widget\",\"widgetType\":\"text-editor\",\"settings\":{\"align\":\"left\",\"editor\":\"<p>As a trusted partner in the management of your assets in the Principality of Andorra, Setup offers you tailor-made support, putting you in touch with tax, legal and financial specialists. Do not hesitate to contact us: we will examine your project in detail so that we can determine with you the services best suited to your situation.<\\\/p>\",\"__globals__\":{\"text_color\":\"globals\\\/colors?id=43f9392\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Jost\",\"typography_font_weight\":\"400\",\"typography_font_style\":\"normal\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_figma\":\"2694:2083\",\"align_self\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[]}],\"isInner\":true},{\"id\":\"f71aac2\",\"elType\":\"widget\",\"widgetType\":\"button\",\"settings\":{\"text\":\"Let's talk about your project\",\"link\":{\"url\":\"https:\\\/\\\/setupandorra.com\\\/contact\\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"size\":\"md\",\"align\":\"left\",\"_element_width\":\"auto\",\"_flex_size\":\"none\",\"__globals__\":{\"typography_typography\":\"globals\\\/typography?id=0950004\",\"button_text_color\":\"globals\\\/colors?id=57495f4\",\"background_color\":\"globals\\\/colors?id=5136e3e\"},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"9999\",\"right\":\"9999\",\"bottom\":\"9999\",\"left\":\"9999\",\"isLinked\":true},\"_element_width_mobile\":\"inherit\",\"custom_css\":\"@media (max-width: 767px) { selector { width: 100% !important; } selector .elementor-button { width: 100%; min-height: 46px; display: inline-flex; align-items: center; justify-content: center; } }\\n@media (max-width: 767px) { selector { width: 100% !important; } selector .elementor-button { width: 100%; padding-left: 10px !important; padding-right: 10px !important; font-size: 14px !important; white-space: nowrap; } selector .elementor-button-text, selector .elementor-button-content-wrapper { white-space: nowrap; } selector .elementor-button img { vertical-align: middle; } }\\nselector .elementor-button { max-width: 100%; }\",\"text_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"12\",\"bottom\":\"8\",\"left\":\"12\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"16\",\"bottom\":\"10\",\"left\":\"16\",\"isLinked\":false},\"button_background_hover_background\":\"classic\",\"button_background_hover_color\":\"#F73100\",\"button_hover_transition_duration\":{\"unit\":\"s\",\"size\":0.3,\"sizes\":[]},\"_figma\":\"2970:2379\"},\"elements\":[]}],\"isInner\":true}],\"isInner\":false},{\"id\":\"399cd86\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"overflow\":\"visible\",\"custom_css\":\"selector { overflow: clip !important; overflow-clip-margin: 40px; }\",\"content_width\":\"boxed\",\"boxed_width\":{\"unit\":\"px\",\"size\":1352,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"nowrap\",\"_title\":\"Pr\\u00eat(e) \\u00e0 commencer l'aventure?\",\"_figma\":\"2694:2091\",\"margin\":{\"unit\":\"px\",\"top\":\"128\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cb8cd80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"80\",\"bottom\":\"48\",\"left\":\"80\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"flex_gap\":{\"column\":\"80\",\"row\":\"80\",\"isLinked\":true,\"unit\":\"px\",\"size\":80},\"flex_gap_mobile\":{\"column\":\"24\",\"row\":\"24\",\"isLinked\":true,\"unit\":\"px\",\"size\":24},\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"nowrap\",\"flex_direction_mobile\":\"column\",\"flex_align_items_mobile\":\"stretch\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\\/\\\/setupandorra.com\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/fig-ref-8c97fc0983304b97f76bfc60f757ab8c2d24d587-ab.webp\",\"id\":15682,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_size\":\"cover\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(0,0,0,0.5)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"min_height\":{\"unit\":\"px\",\"size\":307,\"sizes\":[]},\"_title\":\"Frame 427321227\",\"_figma\":\"2694:2092\",\"align_self\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"c77a8a6\",\"elType\":\"widget\",\"widgetType\":\"heading\",\"settings\":{\"align\":\"left\",\"title\":\"Let's talk about your project\",\"header_size\":\"h2\",\"__globals__\":{\"title_color\":\"globals\\\/colors?id=57495f4\",\"typography_typography\":\"globals\\\/typography?id=6d4ec12\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":37.84,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"_figma\":\"2694:2093\"},\"elements\":[]},{\"id\":\"e34877d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_size\":\"none\",\"width\":{\"unit\":\"%\",\"size\":55.45,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"align_self\":\"stretch\",\"flex_gap\":{\"column\":\"48\",\"row\":\"48\",\"isLinked\":true,\"unit\":\"px\",\"size\":48},\"flex_gap_mobile\":{\"column\":\"24\",\"row\":\"24\",\"isLinked\":true,\"unit\":\"px\",\"size\":24},\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"flex-end\",\"flex_wrap\":\"nowrap\",\"min_height\":{\"unit\":\"px\",\"size\":211,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_title\":\"Frame 427321192\",\"_figma\":\"2694:2094\"},\"elements\":[{\"id\":\"707214a\",\"elType\":\"widget\",\"widgetType\":\"text-editor\",\"settings\":{\"align\":\"left\",\"editor\":\"<p>Let\\u2019s take stock together so we can clearly guide you and help you avoid common mistakes. This is an initial discussion to lay the groundwork for your project, with complete transparency.<\\\/p>\",\"__globals__\":{\"text_color\":\"globals\\\/colors?id=57495f4\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Jost\",\"typography_font_weight\":\"400\",\"typography_font_style\":\"normal\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":463.35,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"_figma\":\"2694:2095\"},\"elements\":[]},{\"id\":\"18a34d1\",\"elType\":\"widget\",\"widgetType\":\"button\",\"settings\":{\"text\":\"Free Consultation!\",\"link\":{\"url\":\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjE2MDM5IiwidG9nZ2xlIjpmYWxzZX0=\",\"is_external\":\"\",\"nofollow\":\"\"},\"size\":\"md\",\"align\":\"left\",\"_element_width\":\"auto\",\"_flex_size\":\"none\",\"__globals__\":{\"typography_typography\":\"globals\\\/typography?id=0950004\",\"button_text_color\":\"globals\\\/colors?id=5136e3e\",\"background_color\":\"globals\\\/colors?id=57495f4\"},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"9999\",\"right\":\"9999\",\"bottom\":\"9999\",\"left\":\"9999\",\"isLinked\":true},\"_element_width_mobile\":\"inherit\",\"custom_css\":\"@media (max-width: 767px) { selector { width: 100% !important; } selector .elementor-button { width: 100%; min-height: 46px; display: inline-flex; align-items: center; justify-content: center; } }\\n@media (max-width: 767px) { selector { width: 100% !important; } selector .elementor-button { width: 100%; padding-left: 10px !important; padding-right: 10px !important; font-size: 14px !important; white-space: nowrap; } selector .elementor-button-text, selector .elementor-button-content-wrapper { white-space: nowrap; } selector .elementor-button img { vertical-align: middle; } }\\nselector .elementor-button { max-width: 100%; }\",\"text_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"12\",\"bottom\":\"8\",\"left\":\"12\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"16\",\"bottom\":\"10\",\"left\":\"16\",\"isLinked\":false},\"button_background_hover_background\":\"classic\",\"button_background_hover_color\":\"#F73100\",\"hover_color\":\"#FFFFFF\",\"button_hover_transition_duration\":{\"unit\":\"s\",\"size\":0.3,\"sizes\":[]},\"_figma\":\"2694:2096\"},\"elements\":[]}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1a312ce\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"overflow\":\"visible\",\"custom_css\":\"selector { overflow: clip !important; overflow-clip-margin: 40px; }\",\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"flex_gap\":{\"column\":\"48\",\"row\":\"48\",\"isLinked\":true,\"unit\":\"px\",\"size\":48},\"flex_gap_mobile\":{\"column\":\"24\",\"row\":\"24\",\"isLinked\":true,\"unit\":\"px\",\"size\":24},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_wrap\":\"nowrap\",\"_title\":\"Vos retours\",\"_figma\":\"2970:2386\",\"margin\":{\"unit\":\"px\",\"top\":\"128\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"93fd85b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_gap\":{\"column\":\"12\",\"row\":\"12\",\"isLinked\":true,\"unit\":\"px\",\"size\":12},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_wrap\":\"nowrap\",\"min_height\":{\"unit\":\"px\",\"size\":106,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_title\":\"Frame 427321216\",\"_figma\":\"2970:2387\",\"align_self\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"4cdda44\",\"elType\":\"widget\",\"widgetType\":\"heading\",\"settings\":{\"align\":\"left\",\"title\":\"What they're saying about us\",\"header_size\":\"h2\",\"__globals__\":{\"title_color\":\"globals\\\/colors?id=astglobalcolor2\",\"typography_typography\":\"globals\\\/typography?id=6d4ec12\"},\"custom_css\":\"@media (min-width: 1025px) { selector { width: max-content; max-width: 100%; } }\",\"_figma\":\"2970:2388\"},\"elements\":[]},{\"id\":\"e1cfd67\",\"elType\":\"widget\",\"widgetType\":\"heading\",\"settings\":{\"align\":\"center\",\"title\":\"Rating: 5 out of 5 stars+100 customer reviews\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\\/colors?id=astglobalcolor2\",\"typography_typography\":\"globals\\\/typography?id=b6b17f1\"},\"_figma\":\"2970:2389\",\"align_self\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[]}],\"isInner\":true},{\"id\":\"5c36d5e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"width\":{\"unit\":\"custom\",\"size\":\"fit-content\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"custom_css\":\"selector { max-width: 100%; }\",\"flex_gap\":{\"column\":\"48\",\"row\":\"48\",\"isLinked\":true,\"unit\":\"px\",\"size\":48},\"flex_gap_mobile\":{\"column\":\"24\",\"row\":\"24\",\"isLinked\":true,\"unit\":\"px\",\"size\":24},\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"nowrap\",\"flex_direction_mobile\":\"column\",\"flex_align_items_mobile\":\"stretch\",\"_title\":\"Frame 427321294\",\"_figma\":\"2970:2390\",\"css_classes\":\"setup-defile setup-avis\"},\"elements\":[{\"id\":\"6dc7f3a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_flex_size\":\"none\",\"width\":{\"unit\":\"%\",\"size\":23.18,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"background_color\":\"rgba(250,247,243,0.63)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"min_height\":{\"unit\":\"px\",\"size\":278,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_title\":\"Frame 427321206\",\"_figma\":\"2970:2391\"},\"elements\":[{\"id\":\"bafc771\",\"elType\":\"widget\",\"widgetType\":\"image\",\"settings\":{\"image\":{\"url\":\"https:\\\/\\\/setupandorra.com\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/fig-2970-2394-ab.svg\",\"id\":15957,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"_figma\":\"2970:2394\"},\"elements\":[]},{\"id\":\"30e3c7c\",\"elType\":\"widget\",\"widgetType\":\"text-editor\",\"settings\":{\"align\":\"left\",\"editor\":\"Madame Virginie hergel et tr\\u00e8s agr\\u00e9able et disponible rapidement elle m'a bien expliqu\\u00e9 et conseille je la remercie et la conseil a 100%\",\"__globals__\":{\"text_color\":\"globals\\\/colors?id=43f9392\",\"typography_typography\":\"globals\\\/typography?id=0950004\"},\"_figma\":\"2970:2400\",\"align_self\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[]},{\"id\":\"e8649ac\",\"elType\":\"widget\",\"widgetType\":\"text-editor\",\"settings\":{\"align\":\"right\",\"editor\":\"Fred 666\",\"text_color\":\"#5F5F5F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jost\",\"typography_font_weight\":\"300\",\"typography_font_style\":\"normal\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.33,\"sizes\":[]},\"_figma\":\"2970:2401\",\"align_self\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[]}],\"isInner\":true},{\"id\":\"7f49794\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_flex_size\":\"none\",\"width\":{\"unit\":\"%\",\"size\":23.18,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"background_color\":\"rgba(250,247,243,0.63)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"min_height\":{\"unit\":\"px\",\"size\":278,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_title\":\"Frame 427321219\",\"_figma\":\"2970:2402\"},\"elements\":[{\"id\":\"de82a09\",\"elType\":\"widget\",\"widgetType\":\"image\",\"settings\":{\"image\":{\"url\":\"https:\\\/\\\/setupandorra.com\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/fig-2970-2405-ab.svg\",\"id\":15961,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"_figma\":\"2970:2405\"},\"elements\":[]},{\"id\":\"ad4c1e1\",\"elType\":\"widget\",\"widgetType\":\"text-editor\",\"settings\":{\"align\":\"left\",\"editor\":\"Je recommande vivement ! pour des infos s\\u00e9rieuses, concr\\u00e8tes, r\\u00e9activit\\u00e9 ! Merci \\u00e0 Virginie pour son professionnalisme et ses conseils dans l\\u2019orientation et prise de d\\u00e9cision selon les objectifs de chacun.\",\"__globals__\":{\"text_color\":\"globals\\\/colors?id=43f9392\",\"typography_typography\":\"globals\\\/typography?id=0950004\"},\"_figma\":\"2970:2411\",\"align_self\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[]},{\"id\":\"3a000a9\",\"elType\":\"widget\",\"widgetType\":\"text-editor\",\"settings\":{\"align\":\"right\",\"editor\":\"Gilles-Olivier Gamichon\",\"text_color\":\"#5F5F5F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jost\",\"typography_font_weight\":\"300\",\"typography_font_style\":\"normal\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.33,\"sizes\":[]},\"_figma\":\"2970:2412\",\"align_self\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[]}],\"isInner\":true},{\"id\":\"89e50c3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_flex_size\":\"none\",\"width\":{\"unit\":\"%\",\"size\":23.18,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"background_color\":\"rgba(250,247,243,0.63)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"min_height\":{\"unit\":\"px\",\"size\":278,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_title\":\"Frame 427321217\",\"_figma\":\"2970:2413\"},\"elements\":[{\"id\":\"694d3fb\",\"elType\":\"widget\",\"widgetType\":\"image\",\"settings\":{\"image\":{\"url\":\"https:\\\/\\\/setupandorra.com\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/fig-2970-2416-ab.svg\",\"id\":15965,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"_figma\":\"2970:2416\"},\"elements\":[]},{\"id\":\"dccf267\",\"elType\":\"widget\",\"widgetType\":\"text-editor\",\"settings\":{\"align\":\"left\",\"editor\":\"Je tenais \\u00e0 remercier toute l\\u2019\\u00e9quipe de Setup Andorra pour leur suivi, leur s\\u00e9rieux et leur professionnalisme. Une \\u00e9quipe tr\\u00e8s humaine, toujours disponible, r\\u00e9active et \\u00e0 l\\u2019\\u00e9coute. L\\u2019accompagnement a \\u00e9t\\u00e9 clair, fluide et rassurant tout au long du projet. Je ne peux que les recommander si vous envisagez de vous installer en Andorre\",\"__globals__\":{\"text_color\":\"globals\\\/colors?id=43f9392\",\"typography_typography\":\"globals\\\/typography?id=0950004\"},\"_figma\":\"2970:2422\",\"align_self\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[]},{\"id\":\"84b8ac6\",\"elType\":\"widget\",\"widgetType\":\"text-editor\",\"settings\":{\"align\":\"right\",\"editor\":\"Ulrich Vall\\u00e9e\",\"text_color\":\"#5F5F5F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jost\",\"typography_font_weight\":\"300\",\"typography_font_style\":\"normal\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.33,\"sizes\":[]},\"_figma\":\"2970:2423\",\"align_self\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[]}],\"isInner\":true},{\"id\":\"e517f97\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_flex_size\":\"none\",\"width\":{\"unit\":\"%\",\"size\":23.18,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"background_color\":\"rgba(250,247,243,0.63)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"min_height\":{\"unit\":\"px\",\"size\":278,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_title\":\"Frame 427321218\",\"_figma\":\"2970:2424\"},\"elements\":[{\"id\":\"d4d1576\",\"elType\":\"widget\",\"widgetType\":\"image\",\"settings\":{\"image\":{\"url\":\"https:\\\/\\\/setupandorra.com\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/fig-2970-2427-ab.svg\",\"id\":15969,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"_figma\":\"2970:2427\"},\"elements\":[]},{\"id\":\"1d21405\",\"elType\":\"widget\",\"widgetType\":\"text-editor\",\"settings\":{\"align\":\"left\",\"editor\":\"Une grande valeur dans les explications apport\\u00e9es. Droit au but, des conseils vraiment pertinents. Je me sens en confiance avec cette entreprise.\",\"__globals__\":{\"text_color\":\"globals\\\/colors?id=43f9392\",\"typography_typography\":\"globals\\\/typography?id=0950004\"},\"_figma\":\"2970:2433\",\"align_self\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[]},{\"id\":\"a39b6cd\",\"elType\":\"widget\",\"widgetType\":\"text-editor\",\"settings\":{\"align\":\"right\",\"editor\":\"Resolve By Seb\",\"text_color\":\"#5F5F5F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jost\",\"typography_font_weight\":\"300\",\"typography_font_style\":\"normal\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.33,\"sizes\":[]},\"_figma\":\"2970:2434\",\"align_self\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[]}],\"isInner\":true},{\"id\":\"54cec9d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_flex_size\":\"none\",\"width\":{\"unit\":\"%\",\"size\":23.18,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"background_color\":\"rgba(250,247,243,0.63)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"min_height\":{\"unit\":\"px\",\"size\":278,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_title\":\"Frame 427321206\"},\"elements\":[{\"id\":\"53c38d4\",\"elType\":\"widget\",\"widgetType\":\"image\",\"settings\":{\"image\":{\"url\":\"https:\\\/\\\/setupandorra.com\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/fig-2970-2394-ab.svg\",\"id\":15957,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_element_width_mobile\":\"inherit\"},\"elements\":[]},{\"id\":\"4bf25c9\",\"elType\":\"widget\",\"widgetType\":\"text-editor\",\"settings\":{\"align\":\"left\",\"editor\":\"Nous avons eu une excellente exp\\u00e9rience avec Setupandorra gr\\u00e2ce \\u00e0 Virginie Hergel. Sa grande ouverture dans l\\u2019\\u00e9change, ses conseils clairs et avis\\u00e9s ainsi que sa spontan\\u00e9it\\u00e9 nous ont imm\\u00e9diatement mis en confiance. Virginie prend vraiment le temps d\\u2019\\u00e9couter et de guider avec professionnalisme mais aussi chaleur humaine. Merci pour cet accompagnement pr\\u00e9cieux \\u2014 je recommande vivement !\",\"__globals__\":{\"text_color\":\"globals\\\/colors?id=43f9392\",\"typography_typography\":\"globals\\\/typography?id=0950004\"},\"align_self\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[]},{\"id\":\"5480e89\",\"elType\":\"widget\",\"widgetType\":\"text-editor\",\"settings\":{\"align\":\"right\",\"editor\":\"Bart Kyndt\",\"text_color\":\"#5F5F5F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jost\",\"typography_font_weight\":\"300\",\"typography_font_style\":\"normal\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.33,\"sizes\":[]},\"align_self\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[]}],\"isInner\":true},{\"id\":\"b647635\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_flex_size\":\"none\",\"width\":{\"unit\":\"%\",\"size\":23.18,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"background_color\":\"rgba(250,247,243,0.63)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"min_height\":{\"unit\":\"px\",\"size\":278,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_title\":\"Frame 427321206\"},\"elements\":[{\"id\":\"e76f9a0\",\"elType\":\"widget\",\"widgetType\":\"image\",\"settings\":{\"image\":{\"url\":\"https:\\\/\\\/setupandorra.com\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/fig-2970-2394-ab.svg\",\"id\":15957,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_element_width_mobile\":\"inherit\"},\"elements\":[]},{\"id\":\"a28ba7e\",\"elType\":\"widget\",\"widgetType\":\"text-editor\",\"settings\":{\"align\":\"left\",\"editor\":\"Je remercie Virginie pour son professionnalisme, sa disponibilit\\u00e9, et surtout pour ses pr\\u00e9cieux conseils. Vous pouvez la consulter en toute confiance contrairement \\u00e0 d'autres soci\\u00e9t\\u00e9s. Ce n'est pas une vendeuse de r\\u00eaves mais une vrai professionnelle qui sera vous accompagner dans votre projet.\",\"__globals__\":{\"text_color\":\"globals\\\/colors?id=43f9392\",\"typography_typography\":\"globals\\\/typography?id=0950004\"},\"align_self\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[]},{\"id\":\"395bb0f\",\"elType\":\"widget\",\"widgetType\":\"text-editor\",\"settings\":{\"align\":\"right\",\"editor\":\"Vincent LLOBREGAT\",\"text_color\":\"#5F5F5F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jost\",\"typography_font_weight\":\"300\",\"typography_font_style\":\"normal\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.33,\"sizes\":[]},\"align_self\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[]}],\"isInner\":true},{\"id\":\"0e278b2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_flex_size\":\"none\",\"width\":{\"unit\":\"%\",\"size\":23.18,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"background_color\":\"rgba(250,247,243,0.63)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"min_height\":{\"unit\":\"px\",\"size\":278,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_title\":\"Frame 427321206\"},\"elements\":[{\"id\":\"5d57b4d\",\"elType\":\"widget\",\"widgetType\":\"image\",\"settings\":{\"image\":{\"url\":\"https:\\\/\\\/setupandorra.com\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/fig-2970-2394-ab.svg\",\"id\":15957,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_element_width_mobile\":\"inherit\"},\"elements\":[]},{\"id\":\"9ef6719\",\"elType\":\"widget\",\"widgetType\":\"text-editor\",\"settings\":{\"align\":\"left\",\"editor\":\"Soci\\u00e9t\\u00e9 tr\\u00e8s professionnel avec des conseils personnalis\\u00e9s. Merci \\u00e0 Virginie pour sa disponibilit\\u00e9.\",\"__globals__\":{\"text_color\":\"globals\\\/colors?id=43f9392\",\"typography_typography\":\"globals\\\/typography?id=0950004\"},\"align_self\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[]},{\"id\":\"38d5f7f\",\"elType\":\"widget\",\"widgetType\":\"text-editor\",\"settings\":{\"align\":\"right\",\"editor\":\"Ahmed NEDDER\",\"text_color\":\"#5F5F5F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jost\",\"typography_font_weight\":\"300\",\"typography_font_style\":\"normal\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.33,\"sizes\":[]},\"align_self\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[]}],\"isInner\":true},{\"id\":\"65be038\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_flex_size\":\"none\",\"width\":{\"unit\":\"%\",\"size\":23.18,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"background_color\":\"rgba(250,247,243,0.63)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"min_height\":{\"unit\":\"px\",\"size\":278,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_title\":\"Frame 427321206\"},\"elements\":[{\"id\":\"7c62684\",\"elType\":\"widget\",\"widgetType\":\"image\",\"settings\":{\"image\":{\"url\":\"https:\\\/\\\/setupandorra.com\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/fig-2970-2394-ab.svg\",\"id\":15957,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_element_width_mobile\":\"inherit\"},\"elements\":[]},{\"id\":\"b2a4c35\",\"elType\":\"widget\",\"widgetType\":\"text-editor\",\"settings\":{\"align\":\"left\",\"editor\":\"Virginie est tr\\u00e8s disponible pour vous apporter les informations claires au travers de tous ses m\\u00e9dias : contacts t\\u00e9l\\u00e9phoniques, site internet et vid\\u00e9o youtube. Un partenaire comp\\u00e9tent qui inspire confiance pour l'expatriation en Andorre !\",\"__globals__\":{\"text_color\":\"globals\\\/colors?id=43f9392\",\"typography_typography\":\"globals\\\/typography?id=0950004\"},\"align_self\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[]},{\"id\":\"cd41540\",\"elType\":\"widget\",\"widgetType\":\"text-editor\",\"settings\":{\"align\":\"right\",\"editor\":\"CAYLA C\\u00e9dric\",\"text_color\":\"#5F5F5F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jost\",\"typography_font_weight\":\"300\",\"typography_font_style\":\"normal\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.33,\"sizes\":[]},\"align_self\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[]}],\"isInner\":true},{\"id\":\"678c9a3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_flex_size\":\"none\",\"width\":{\"unit\":\"%\",\"size\":23.18,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"background_color\":\"rgba(250,247,243,0.63)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"min_height\":{\"unit\":\"px\",\"size\":278,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_title\":\"Frame 427321206\"},\"elements\":[{\"id\":\"cd86b0c\",\"elType\":\"widget\",\"widgetType\":\"image\",\"settings\":{\"image\":{\"url\":\"https:\\\/\\\/setupandorra.com\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/fig-2970-2394-ab.svg\",\"id\":15957,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_element_width_mobile\":\"inherit\"},\"elements\":[]},{\"id\":\"d2c782f\",\"elType\":\"widget\",\"widgetType\":\"text-editor\",\"settings\":{\"align\":\"left\",\"editor\":\"Rendez-vous tr\\u00e8s utile et professionnel avec Virginie et son \\u00e9quipe ! \\u00c9change tr\\u00e8s clair et complet, qui m\\u2019a permis d\\u2019y voir beaucoup plus clair sur les \\u00e9tapes et points \\u00e0 anticiper pour une expatriation en Andorre.\",\"__globals__\":{\"text_color\":\"globals\\\/colors?id=43f9392\",\"typography_typography\":\"globals\\\/typography?id=0950004\"},\"align_self\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[]},{\"id\":\"de68f18\",\"elType\":\"widget\",\"widgetType\":\"text-editor\",\"settings\":{\"align\":\"right\",\"editor\":\"Etienne R\",\"text_color\":\"#5F5F5F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jost\",\"typography_font_weight\":\"300\",\"typography_font_style\":\"normal\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.33,\"sizes\":[]},\"align_self\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[]}],\"isInner\":true},{\"id\":\"681c9ec\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_flex_size\":\"none\",\"width\":{\"unit\":\"%\",\"size\":23.18,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"background_color\":\"rgba(250,247,243,0.63)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"min_height\":{\"unit\":\"px\",\"size\":278,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_title\":\"Frame 427321206\"},\"elements\":[{\"id\":\"f3a25a8\",\"elType\":\"widget\",\"widgetType\":\"image\",\"settings\":{\"image\":{\"url\":\"https:\\\/\\\/setupandorra.com\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/fig-2970-2394-ab.svg\",\"id\":15957,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"_element_width_mobile\":\"inherit\"},\"elements\":[]},{\"id\":\"525b2f9\",\"elType\":\"widget\",\"widgetType\":\"text-editor\",\"settings\":{\"align\":\"left\",\"editor\":\"Tr\\u00e8s bon \\u00e9change avec Virginie qui a su m'aiguiller et me conseiller sur les choses \\u00e0 mettre en place pour arriver et m'ancrer en Andorre de la meilleure des fa\\u00e7ons possible. Beaucoup de transparence et d'honn\\u00eatet\\u00e9, je recommande fortement !\",\"__globals__\":{\"text_color\":\"globals\\\/colors?id=43f9392\",\"typography_typography\":\"globals\\\/typography?id=0950004\"},\"align_self\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[]},{\"id\":\"c594f4c\",\"elType\":\"widget\",\"widgetType\":\"text-editor\",\"settings\":{\"align\":\"right\",\"editor\":\"Maxence Pecquet\",\"text_color\":\"#5F5F5F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jost\",\"typography_font_weight\":\"300\",\"typography_font_style\":\"normal\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.33,\"sizes\":[]},\"align_self\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[]}],\"isInner\":true}],\"isInner\":true},{\"id\":\"af245a7\",\"elType\":\"widget\",\"widgetType\":\"button\",\"settings\":{\"text\":\"Leave us a review\",\"link\":{\"url\":\"https:\\\/\\\/search.google.com\\\/local\\\/writereview?placeid=ChIJA5WKBiv1pRIRva5V9z9J0EY\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"size\":\"md\",\"align\":\"left\",\"_element_width\":\"auto\",\"_flex_size\":\"none\",\"__globals__\":{\"typography_typography\":\"globals\\\/typography?id=0950004\",\"button_text_color\":\"globals\\\/colors?id=57495f4\",\"background_color\":\"globals\\\/colors?id=5136e3e\"},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"9999\",\"right\":\"9999\",\"bottom\":\"9999\",\"left\":\"9999\",\"isLinked\":true},\"_element_width_mobile\":\"inherit\",\"custom_css\":\"@media (max-width: 767px) { selector { width: 100% !important; } selector .elementor-button { width: 100%; min-height: 46px; display: inline-flex; align-items: center; justify-content: center; } }\\n@media (max-width: 767px) { selector { width: 100% !important; } selector .elementor-button { width: 100%; padding-left: 10px !important; padding-right: 10px !important; font-size: 14px !important; white-space: nowrap; } selector .elementor-button-text, selector .elementor-button-content-wrapper { white-space: nowrap; } selector .elementor-button img { vertical-align: middle; } }\\nselector .elementor-button { max-width: 100%; }\",\"text_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"12\",\"bottom\":\"8\",\"left\":\"12\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"16\",\"bottom\":\"10\",\"left\":\"16\",\"isLinked\":false},\"button_background_hover_background\":\"classic\",\"button_background_hover_color\":\"#F73100\",\"button_hover_transition_duration\":{\"unit\":\"s\",\"size\":0.3,\"sizes\":[]},\"_figma\":\"2970:2435\"},\"elements\":[]},{\"id\":\"9b9839e\",\"elType\":\"widget\",\"widgetType\":\"html\",\"elements\":[],\"settings\":{\"html\":\"<script>\\n\\\/* D\\u00e9filement automatique de la rang\\u00e9e d'avis.\\n   Pos\\u00e9 dans un widget HTML d'Elementor, \\u00e0 la fin de la section des avis.\\n\\n   Principes tenus :\\n   \\u2014 il n'interrompt JAMAIS le visiteur : survol, focus clavier, doigt pos\\u00e9 ou onglet\\n     en arri\\u00e8re-plan mettent en pause ;\\n   \\u2014 il respecte `prefers-reduced-motion` : si le syst\\u00e8me demande moins d'animation,\\n     le script ne d\\u00e9marre pas du tout ;\\n   \\u2014 il avance d'UNE carte \\u00e0 la fois, ce qui tombe juste avec l'accrochage `scroll-snap`\\n     d\\u00e9j\\u00e0 en place, et revient au d\\u00e9but en fin de course.\\n   Aucune d\\u00e9pendance, aucun r\\u00e9glage \\u00e0 maintenir ailleurs. *\\\/\\n(function () {\\n  var rangee = document.querySelector('.setup-avis');\\n  if (!rangee) return;\\n  if (window.matchMedia && window.matchMedia('(prefers-reduced-motion: reduce)').matches) return;\\n\\n  var DELAI = 4500;\\n  var enPause = false;\\n\\n  function pasDUneCarte() {\\n    var carte = rangee.firstElementChild;\\n    if (!carte) return 0;\\n    var style = window.getComputedStyle(rangee);\\n    var gap = parseFloat(style.columnGap || style.gap) || 0;\\n    return Math.round(carte.getBoundingClientRect().width + gap);\\n  }\\n\\n  function avancer() {\\n    if (enPause) return;\\n    var pas = pasDUneCarte();\\n    if (!pas) return;\\n    var max = rangee.scrollWidth - rangee.clientWidth;\\n    if (max <= 0) return;                       \\\/\\\/ rien \\u00e0 faire tant que \\u00e7a ne d\\u00e9borde pas\\n    var cible = rangee.scrollLeft + pas;\\n    if (cible > max - 4) cible = 0;             \\\/\\\/ fin de course : on repart au d\\u00e9but\\n    rangee.scrollTo({ left: cible, behavior: 'smooth' });\\n  }\\n\\n  ['pointerenter', 'pointerdown', 'focusin'].forEach(function (e) {\\n    rangee.addEventListener(e, function () { enPause = true; }, { passive: true });\\n  });\\n  ['pointerleave', 'focusout'].forEach(function (e) {\\n    rangee.addEventListener(e, function () { enPause = false; }, { passive: true });\\n  });\\n  document.addEventListener('visibilitychange', function () {\\n    if (document.hidden) enPause = true;\\n  });\\n\\n  setInterval(avancer, DELAI);\\n})();\\n\\n<\\\/script>\",\"_title\":\"Defilement automatique des avis\"}}],\"isInner\":false},{\"id\":\"5eebecd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"overflow\":\"visible\",\"custom_css\":\"selector { overflow: clip !important; overflow-clip-margin: 40px; }\",\"content_width\":\"boxed\",\"boxed_width\":{\"unit\":\"px\",\"size\":1352,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"flex_gap\":{\"column\":\"48\",\"row\":\"48\",\"isLinked\":true,\"unit\":\"px\",\"size\":48},\"flex_gap_mobile\":{\"column\":\"24\",\"row\":\"24\",\"isLinked\":true,\"unit\":\"px\",\"size\":24},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_wrap\":\"nowrap\",\"_title\":\"Contactez-nous\",\"_figma\":\"2694:1951\",\"margin\":{\"unit\":\"px\",\"top\":\"128\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c089b3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_gap\":{\"column\":\"12\",\"row\":\"12\",\"isLinked\":true,\"unit\":\"px\",\"size\":12},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_wrap\":\"nowrap\",\"min_height\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_title\":\"Frame 427321203\",\"_figma\":\"2694:1952\",\"align_self\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"2773bc4\",\"elType\":\"widget\",\"widgetType\":\"heading\",\"settings\":{\"align\":\"left\",\"title\":\"Contact us\",\"header_size\":\"h2\",\"__globals__\":{\"title_color\":\"globals\\\/colors?id=astglobalcolor2\",\"typography_typography\":\"globals\\\/typography?id=6d4ec12\"},\"custom_css\":\"@media (min-width: 1025px) { selector { width: max-content; max-width: 100%; } }\",\"_figma\":\"2694:1955\"},\"elements\":[]}],\"isInner\":true},{\"id\":\"5916f84\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_gap\":{\"column\":\"32\",\"row\":\"32\",\"isLinked\":true,\"unit\":\"px\",\"size\":32},\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"nowrap\",\"flex_direction_mobile\":\"column\",\"flex_align_items_mobile\":\"stretch\",\"_title\":\"Frame 427321215\",\"_figma\":\"2694:1956\",\"align_self\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"2ea886a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_flex_size\":\"none\",\"width\":{\"unit\":\"%\",\"size\":31.76,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"flex_direction_mobile\":\"row\",\"flex_align_items_mobile\":\"center\",\"flex_justify_content_mobile\":\"flex-start\",\"flex_wrap_mobile\":\"nowrap\",\"flex_gap_mobile\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"min_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"custom_css\":\"@media (max-width: 767px) { selector { gap: 12px !important; } selector > :first-child { flex: 0 0 35px !important; width: 35px !important; } selector > :first-child img, selector > :first-child svg { width: 35px !important; height: 35px !important; } }\",\"align_self\":\"stretch\",\"flex_gap\":{\"column\":\"24\",\"row\":\"24\",\"isLinked\":true,\"unit\":\"px\",\"size\":24},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"background_color\":\"#FBF9F6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"min_height\":{\"unit\":\"px\",\"size\":248,\"sizes\":[]},\"_title\":\"Cards \\\/ number-title-text-background\",\"_figma\":\"2694:1983\"},\"elements\":[{\"id\":\"3db1469\",\"elType\":\"widget\",\"widgetType\":\"image\",\"settings\":{\"image\":{\"url\":\"https:\\\/\\\/setupandorra.com\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/fig-2694-1988-ab.svg\",\"id\":15925,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"9999\",\"right\":\"9999\",\"bottom\":\"9999\",\"left\":\"9999\",\"isLinked\":true},\"_figma\":\"2694:1988\"},\"elements\":[]},{\"id\":\"7757f2c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_gap\":{\"column\":\"12\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":12},\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"nowrap\",\"min_height\":{\"unit\":\"px\",\"size\":126,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_title\":\"Frame 427321214\",\"_figma\":\"2694:1985\",\"align_self\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"d1219b3\",\"elType\":\"widget\",\"widgetType\":\"heading\",\"settings\":{\"align\":\"left\",\"title\":\"Contact us by phone or WhatsApp\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\\/colors?id=43f9392\",\"typography_typography\":\"globals\\\/typography?id=b6b17f1\"},\"_figma\":\"2694:1986\",\"align_self\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[]},{\"id\":\"d842c4f\",\"elType\":\"widget\",\"widgetType\":\"text-editor\",\"settings\":{\"align\":\"right\",\"editor\":\"<p>+376 331 586<\\\/p>\",\"__globals__\":{\"text_color\":\"globals\\\/colors?id=43f9392\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Jost\",\"typography_font_weight\":\"300\",\"typography_font_style\":\"normal\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.56,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.56,\"sizes\":[]},\"_figma\":\"2694:1987\",\"align_self\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[]}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6f08a4c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_flex_size\":\"none\",\"width\":{\"unit\":\"%\",\"size\":31.76,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"flex_direction_mobile\":\"row\",\"flex_align_items_mobile\":\"center\",\"flex_justify_content_mobile\":\"flex-start\",\"flex_wrap_mobile\":\"nowrap\",\"flex_gap_mobile\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"min_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"custom_css\":\"@media (max-width: 767px) { selector { gap: 12px !important; } selector > :first-child { flex: 0 0 35px !important; width: 35px !important; } selector > :first-child img, selector > :first-child svg { width: 35px !important; height: 35px !important; } }\",\"align_self\":\"stretch\",\"flex_gap\":{\"column\":\"24\",\"row\":\"24\",\"isLinked\":true,\"unit\":\"px\",\"size\":24},\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"nowrap\",\"background_background\":\"classic\",\"background_color\":\"#FBF9F6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_title\":\"Cards \\\/ number-title-text-background\",\"_figma\":\"2694:1998\"},\"elements\":[{\"id\":\"36dbcd0\",\"elType\":\"widget\",\"widgetType\":\"image\",\"settings\":{\"image\":{\"url\":\"https:\\\/\\\/setupandorra.com\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/fig-2694-1993-ab.svg\",\"id\":15929,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"9999\",\"right\":\"9999\",\"bottom\":\"9999\",\"left\":\"9999\",\"isLinked\":true},\"_figma\":\"2694:1993\"},\"elements\":[]},{\"id\":\"e6f87f7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_gap\":{\"column\":\"12\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":12},\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"nowrap\",\"min_height\":{\"unit\":\"px\",\"size\":126,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_title\":\"Frame 427321214\",\"_figma\":\"2694:2000\",\"align_self\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"c5fa4c2\",\"elType\":\"widget\",\"widgetType\":\"heading\",\"settings\":{\"align\":\"left\",\"title\":\"Contact us by email\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\\/colors?id=43f9392\",\"typography_typography\":\"globals\\\/typography?id=b6b17f1\"},\"_figma\":\"2694:2001\",\"align_self\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[]},{\"id\":\"37babe2\",\"elType\":\"widget\",\"widgetType\":\"text-editor\",\"settings\":{\"align\":\"right\",\"editor\":\"<p>virginiehergel@setupandorra.com<\\\/p>\",\"__globals__\":{\"text_color\":\"globals\\\/colors?id=43f9392\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Jost\",\"typography_font_weight\":\"300\",\"typography_font_style\":\"normal\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.56,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.56,\"sizes\":[]},\"_figma\":\"2694:2002\",\"align_self\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[]}],\"isInner\":true}],\"isInner\":true},{\"id\":\"33719d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_flex_size\":\"none\",\"width\":{\"unit\":\"%\",\"size\":31.76,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"flex_gap\":{\"column\":\"32\",\"row\":\"32\",\"isLinked\":true,\"unit\":\"px\",\"size\":32},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"nowrap\",\"flex_align_items_mobile\":\"center\",\"flex_wrap_mobile\":\"nowrap\",\"flex_justify_content_mobile\":\"flex-start\",\"flex_gap_mobile\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"background_background\":\"classic\",\"background_color\":\"#FBF9F6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"min_height\":{\"unit\":\"px\",\"size\":248,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_title\":\"Cards \\\/ number-title-text-background\",\"_figma\":\"2694:2003\"},\"elements\":[{\"id\":\"46c8e88\",\"elType\":\"widget\",\"widgetType\":\"image\",\"settings\":{\"image\":{\"url\":\"https:\\\/\\\/setupandorra.com\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/fig-2694-2009-ab.svg\",\"id\":15933,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"9999\",\"right\":\"9999\",\"bottom\":\"9999\",\"left\":\"9999\",\"isLinked\":true},\"_figma\":\"2694:2009\"},\"elements\":[]},{\"id\":\"83e4bfe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_gap\":{\"column\":\"24\",\"row\":\"24\",\"isLinked\":true,\"unit\":\"px\",\"size\":24},\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"nowrap\",\"_title\":\"Frame 427321214\",\"_figma\":\"2694:2005\",\"align_self\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"aff7ecd\",\"elType\":\"widget\",\"widgetType\":\"heading\",\"settings\":{\"align\":\"left\",\"title\":\"Our offices\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\\/colors?id=43f9392\",\"typography_typography\":\"globals\\\/typography?id=b6b17f1\"},\"_figma\":\"2694:2006\",\"align_self\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[]},{\"id\":\"c6bd833\",\"elType\":\"widget\",\"widgetType\":\"text-editor\",\"settings\":{\"align\":\"right\",\"editor\":\"<p>Edifici no25, 1,2, Carrer Joan Maragall, AD500 Andorra la Vella - Principality of Andorra<\\\/p>\",\"__globals__\":{\"text_color\":\"globals\\\/colors?id=43f9392\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Jost\",\"typography_font_weight\":\"300\",\"typography_font_style\":\"normal\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.56,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.56,\"sizes\":[]},\"_figma\":\"2694:2007\",\"align_self\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[]}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7b5b1db\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"overflow\":\"visible\",\"custom_css\":\"selector { overflow: clip !important; overflow-clip-margin: 40px; }\",\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"42\",\"bottom\":\"32\",\"left\":\"42\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"32\",\"left\":\"20\",\"isLinked\":false},\"flex_gap\":{\"column\":\"32\",\"row\":\"32\",\"isLinked\":true,\"unit\":\"px\",\"size\":32},\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"center\",\"flex_wrap\":\"nowrap\",\"_title\":\"footer\",\"_figma\":\"3079:1730\",\"css_classes\":\"setup-pied\",\"margin\":{\"unit\":\"px\",\"top\":\"128\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"86e4a07\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"flex_gap\":{\"column\":\"0\",\"row\":\"101\",\"isLinked\":false,\"unit\":\"px\",\"size\":101},\"flex_gap_mobile\":{\"column\":\"24\",\"row\":\"24\",\"isLinked\":true,\"unit\":\"px\",\"size\":24},\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"nowrap\",\"flex_direction_mobile\":\"column\",\"flex_align_items_mobile\":\"stretch\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\\/colors?id=5136e3e\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true},\"overflow\":\"hidden\",\"_title\":\"top\",\"_figma\":\"3079:1731\",\"align_self\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"d263dc5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_size\":\"none\",\"width\":{\"unit\":\"%\",\"size\":25.98,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"align_self\":\"stretch\",\"flex_gap\":{\"column\":\"101\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":101},\"flex_gap_mobile\":{\"column\":\"24\",\"row\":\"24\",\"isLinked\":true,\"unit\":\"px\",\"size\":24},\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"nowrap\",\"min_height\":{\"unit\":\"px\",\"size\":266.4,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_title\":\"Frame 427321301\",\"_figma\":\"3079:1732\"},\"elements\":[{\"id\":\"d2b8050\",\"elType\":\"widget\",\"widgetType\":\"image\",\"settings\":{\"image\":{\"url\":\"https:\\\/\\\/setupandorra.com\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/fig-3079-1733-ab.webp\",\"id\":15973,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":210.56,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":210.56,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"22\",\"bottom\":\"22\",\"left\":\"22\",\"isLinked\":true},\"_figma\":\"3079:1733\"},\"elements\":[]},{\"id\":\"9f1d973\",\"elType\":\"widget\",\"widgetType\":\"social-icons\",\"settings\":{\"_figma\":\"3079:1734\",\"_title\":\"Reseaux sociaux\",\"shape\":\"circle\",\"columns\":\"0\",\"align\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_primary_color\":\"custom\",\"icon_secondary_color\":\"custom\",\"icon_color_value\":\"#102039\",\"icon_color_value_2\":\"#FFFFFF\",\"social_icon_list\":[{\"_id\":\"soc0\",\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\\/\\\/www.facebook.com\\\/conciergerieAND\\\/\",\"is_external\":\"true\",\"nofollow\":\"true\"}},{\"_id\":\"soc1\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\\/\\\/www.instagram.com\\\/setupandorra\\\/\",\"is_external\":\"true\",\"nofollow\":\"true\"}},{\"_id\":\"soc2\",\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\\/\\\/www.youtube.com\\\/@SETUPANDORRA-GESTORIA-ANDORRE\",\"is_external\":\"true\",\"nofollow\":\"true\"}},{\"_id\":\"soc3\",\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\\/\\\/www.linkedin.com\\\/company\\\/set-up-andorra-expatriation\",\"is_external\":\"true\",\"nofollow\":\"true\"}}]},\"elements\":[]},{\"id\":\"3331eaf\",\"elType\":\"widget\",\"widgetType\":\"text-editor\",\"settings\":{\"align\":\"left\",\"editor\":\"<p>The content of this website is for information purposes only; Setup Andorra does not provide any tax or financial advice.<\\\/p>\",\"__globals__\":{\"text_color\":\"globals\\\/colors?id=88757ef\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Jost\",\"typography_font_weight\":\"300\",\"typography_font_style\":\"normal\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.43,\"sizes\":[]},\"_figma\":\"3079:1740\",\"align_self\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[]}],\"isInner\":true},{\"id\":\"e711309\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_size\":\"none\",\"width\":{\"unit\":\"%\",\"size\":24.32,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_gap\":{\"column\":\"104\",\"row\":\"104\",\"isLinked\":true,\"unit\":\"px\",\"size\":104},\"flex_gap_mobile\":{\"column\":\"24\",\"row\":\"24\",\"isLinked\":true,\"unit\":\"px\",\"size\":24},\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"nowrap\",\"_title\":\"Frame 427321302\",\"_figma\":\"3079:1741\"},\"elements\":[{\"id\":\"1f1c839\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"width\":{\"unit\":\"custom\",\"size\":\"fit-content\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"custom_css\":\"selector { max-width: 100%; }\",\"flex_gap\":{\"column\":\"48\",\"row\":\"48\",\"isLinked\":true,\"unit\":\"px\",\"size\":48},\"flex_gap_mobile\":{\"column\":\"24\",\"row\":\"24\",\"isLinked\":true,\"unit\":\"px\",\"size\":24},\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"nowrap\",\"_title\":\"Frame 117\",\"_figma\":\"3079:1742\",\"flex_wrap_mobile\":\"wrap\"},\"elements\":[{\"id\":\"28fdb7a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_size\":\"none\",\"width\":{\"unit\":\"%\",\"size\":26.84,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_gap\":{\"column\":\"25\",\"row\":\"25\",\"isLinked\":true,\"unit\":\"px\",\"size\":25},\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"nowrap\",\"_title\":\"section\",\"_figma\":\"3079:1743\"},\"elements\":[{\"id\":\"b75ee10\",\"elType\":\"widget\",\"widgetType\":\"text-editor\",\"settings\":{\"align\":\"left\",\"editor\":\"<p>Navigation<\\\/p>\",\"__globals__\":{\"text_color\":\"globals\\\/colors?id=88757ef\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Jost\",\"typography_font_weight\":\"300\",\"typography_font_style\":\"normal\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.43,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"_figma\":\"3079:1744\",\"align_self\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[]},{\"id\":\"8f1f642\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_gap\":{\"column\":\"4\",\"row\":\"4\",\"isLinked\":true,\"unit\":\"px\",\"size\":4},\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"nowrap\",\"_title\":\"list\",\"_figma\":\"3079:1745\",\"align_self\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"52ac4ed\",\"elType\":\"widget\",\"widgetType\":\"heading\",\"settings\":{\"title\":\"Setup\",\"header_size\":\"span\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\\/colors?id=57495f4\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Jost\",\"typography_font_weight\":\"300\",\"typography_font_style\":\"normal\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.56,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.56,\"sizes\":[]},\"custom_css\":\"selector .elementor-heading-title a { transition: color .3s; }\\nselector .elementor-heading-title a:hover, selector:hover .elementor-heading-title { color: #F73100; }\",\"_figma\":\"3079:1746\",\"link\":{\"url\":\"https:\\\/\\\/setupandorra.com\\\/en\\\/setup\\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[]},{\"id\":\"5cc5290\",\"elType\":\"widget\",\"widgetType\":\"heading\",\"settings\":{\"title\":\"Invest\",\"header_size\":\"span\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\\/colors?id=57495f4\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Jost\",\"typography_font_weight\":\"300\",\"typography_font_style\":\"normal\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.56,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.56,\"sizes\":[]},\"custom_css\":\"selector .elementor-heading-title a { transition: color .3s; }\\nselector .elementor-heading-title a:hover, selector:hover .elementor-heading-title { color: #F73100; }\",\"_figma\":\"3079:1747\",\"link\":{\"url\":\"https:\\\/\\\/setupandorra.com\\\/investir\\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[]},{\"id\":\"141c823\",\"elType\":\"widget\",\"widgetType\":\"heading\",\"settings\":{\"title\":\"Relocate\",\"header_size\":\"span\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\\/colors?id=57495f4\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Jost\",\"typography_font_weight\":\"300\",\"typography_font_style\":\"normal\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.56,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.56,\"sizes\":[]},\"custom_css\":\"selector .elementor-heading-title a { transition: color .3s; }\\nselector .elementor-heading-title a:hover, selector:hover .elementor-heading-title { color: #F73100; }\",\"_figma\":\"3079:1748\",\"align_self\":\"stretch\",\"_flex_align_self\":\"stretch\",\"link\":{\"url\":\"https:\\\/\\\/setupandorra.com\\\/en\\\/expatriating\\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[]},{\"id\":\"c10b471\",\"elType\":\"widget\",\"widgetType\":\"heading\",\"settings\":{\"title\":\"Live\",\"header_size\":\"span\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\\/colors?id=57495f4\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Jost\",\"typography_font_weight\":\"300\",\"typography_font_style\":\"normal\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.56,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.56,\"sizes\":[]},\"custom_css\":\"selector .elementor-heading-title a { transition: color .3s; }\\nselector .elementor-heading-title a:hover, selector:hover .elementor-heading-title { color: #F73100; }\",\"_figma\":\"3079:1749\",\"link\":{\"url\":\"https:\\\/\\\/setupandorra.com\\\/en\\\/live\\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[]},{\"id\":\"b736cac\",\"elType\":\"widget\",\"widgetType\":\"heading\",\"settings\":{\"title\":\"Services\",\"header_size\":\"span\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\\/colors?id=57495f4\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Jost\",\"typography_font_weight\":\"300\",\"typography_font_style\":\"normal\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.56,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.56,\"sizes\":[]},\"custom_css\":\"selector .elementor-heading-title a { transition: color .3s; }\\nselector .elementor-heading-title a:hover, selector:hover .elementor-heading-title { color: #F73100; }\",\"_figma\":\"3079:1750\",\"align_self\":\"stretch\",\"_flex_align_self\":\"stretch\",\"link\":{\"url\":\"https:\\\/\\\/setupandorra.com\\\/en\\\/benefits\\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[]},{\"id\":\"bc4ffb9\",\"elType\":\"widget\",\"widgetType\":\"heading\",\"settings\":{\"title\":\"Media\",\"header_size\":\"span\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\\/colors?id=57495f4\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Jost\",\"typography_font_weight\":\"300\",\"typography_font_style\":\"normal\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.56,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.56,\"sizes\":[]},\"custom_css\":\"selector .elementor-heading-title a { transition: color .3s; }\\nselector .elementor-heading-title a:hover, selector:hover .elementor-heading-title { color: #F73100; }\",\"_figma\":\"3079:1751\",\"link\":{\"url\":\"https:\\\/\\\/setupandorra.com\\\/en\\\/media\\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[]},{\"id\":\"a21f135\",\"elType\":\"widget\",\"widgetType\":\"heading\",\"settings\":{\"title\":\"News\",\"header_size\":\"span\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\\/colors?id=57495f4\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Jost\",\"typography_font_weight\":\"300\",\"typography_font_style\":\"normal\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.56,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.56,\"sizes\":[]},\"custom_css\":\"selector .elementor-heading-title a { transition: color .3s; }\\nselector .elementor-heading-title a:hover, selector:hover .elementor-heading-title { color: #F73100; }\",\"_figma\":\"3079:1752\",\"link\":{\"url\":\"https:\\\/\\\/setupandorra.com\\\/actualites\\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[]}],\"isInner\":true}],\"isInner\":true},{\"id\":\"63775ef\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_size\":\"none\",\"width\":{\"unit\":\"%\",\"size\":59.6,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_gap\":{\"column\":\"25\",\"row\":\"25\",\"isLinked\":true,\"unit\":\"px\",\"size\":25},\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"nowrap\",\"_title\":\"section\",\"_figma\":\"3079:1753\"},\"elements\":[{\"id\":\"735dd96\",\"elType\":\"widget\",\"widgetType\":\"text-editor\",\"settings\":{\"align\":\"left\",\"editor\":\"<p>Legal<\\\/p>\",\"__globals__\":{\"text_color\":\"globals\\\/colors?id=88757ef\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Jost\",\"typography_font_weight\":\"300\",\"typography_font_style\":\"normal\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.43,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"_figma\":\"3079:1754\",\"align_self\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[]},{\"id\":\"156adc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_gap\":{\"column\":\"4\",\"row\":\"4\",\"isLinked\":true,\"unit\":\"px\",\"size\":4},\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"nowrap\",\"_title\":\"list\",\"_figma\":\"3079:1755\",\"align_self\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"6559d60\",\"elType\":\"widget\",\"widgetType\":\"text-editor\",\"settings\":{\"align\":\"left\",\"editor\":\"<p>Legal notice<\\\/p>\",\"__globals__\":{\"text_color\":\"globals\\\/colors?id=88757ef\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Jost\",\"typography_font_weight\":\"400\",\"typography_font_style\":\"normal\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16.8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_figma\":\"3079:1756\",\"align_self\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[]},{\"id\":\"71b4b80\",\"elType\":\"widget\",\"widgetType\":\"text-editor\",\"settings\":{\"align\":\"left\",\"editor\":\"<p>Privacy policy<\\\/p>\",\"__globals__\":{\"text_color\":\"globals\\\/colors?id=88757ef\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Jost\",\"typography_font_weight\":\"400\",\"typography_font_style\":\"normal\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16.8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_figma\":\"3079:1757\",\"align_self\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[]}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7e57c2d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_size\":\"none\",\"width\":{\"unit\":\"%\",\"size\":20.12,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"align_self\":\"stretch\",\"flex_gap\":{\"column\":\"101\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":101},\"flex_gap_mobile\":{\"column\":\"24\",\"row\":\"24\",\"isLinked\":true,\"unit\":\"px\",\"size\":24},\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"nowrap\",\"min_height\":{\"unit\":\"px\",\"size\":266.4,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_title\":\"Frame 427321303\",\"_figma\":\"3079:1758\"},\"elements\":[{\"id\":\"ee48e7c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"nowrap\",\"_title\":\"Frame 427321190\",\"_figma\":\"3079:1759\",\"align_self\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"1d4c051\",\"elType\":\"widget\",\"widgetType\":\"heading\",\"settings\":{\"align\":\"left\",\"title\":\"Ready to settle in Andorra?\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\\/colors?id=57495f4\",\"typography_typography\":\"globals\\\/typography?id=b6b17f1\"},\"_figma\":\"3079:1760\",\"align_self\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[]},{\"id\":\"f0e33e0\",\"elType\":\"widget\",\"widgetType\":\"text-editor\",\"settings\":{\"align\":\"left\",\"editor\":\"<p>Book a free consultation with our experts.<\\\/p>\",\"__globals__\":{\"text_color\":\"globals\\\/colors?id=57495f4\",\"typography_typography\":\"globals\\\/typography?id=0950004\"},\"_figma\":\"3079:1761\",\"align_self\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[]}],\"isInner\":true},{\"id\":\"999d9ae\",\"elType\":\"widget\",\"widgetType\":\"button\",\"settings\":{\"text\":\"Let's talk about your project\",\"link\":{\"url\":\"https:\\\/\\\/setupandorra.com\\\/en\\\/contact-2\\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"size\":\"md\",\"align\":\"left\",\"_element_width\":\"auto\",\"_flex_size\":\"none\",\"__globals__\":{\"typography_typography\":\"globals\\\/typography?id=0950004\",\"button_text_color\":\"globals\\\/colors?id=5136e3e\",\"background_color\":\"globals\\\/colors?id=57495f4\"},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"9999\",\"right\":\"9999\",\"bottom\":\"9999\",\"left\":\"9999\",\"isLinked\":true},\"_element_width_mobile\":\"inherit\",\"custom_css\":\"@media (max-width: 767px) { selector { width: 100% !important; } selector .elementor-button { width: 100%; min-height: 46px; display: inline-flex; align-items: center; justify-content: center; } }\\n@media (max-width: 767px) { selector { width: 100% !important; } selector .elementor-button { width: 100%; padding-left: 10px !important; padding-right: 10px !important; font-size: 14px !important; white-space: nowrap; } selector .elementor-button-text, selector .elementor-button-content-wrapper { white-space: nowrap; } selector .elementor-button img { vertical-align: middle; } }\\nselector .elementor-button { max-width: 100%; }\",\"text_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"12\",\"bottom\":\"8\",\"left\":\"12\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"16\",\"bottom\":\"10\",\"left\":\"16\",\"isLinked\":false},\"button_background_hover_background\":\"classic\",\"button_background_hover_color\":\"#F73100\",\"hover_color\":\"#FFFFFF\",\"button_hover_transition_duration\":{\"unit\":\"s\",\"size\":0.3,\"sizes\":[]},\"_figma\":\"3079:1762\"},\"elements\":[]}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0ed40cc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_gap\":{\"column\":\"0\",\"row\":\"1276\",\"isLinked\":false,\"unit\":\"px\",\"size\":1276},\"flex_gap_mobile\":{\"column\":\"24\",\"row\":\"24\",\"isLinked\":true,\"unit\":\"px\",\"size\":24},\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"flex-start\",\"flex_wrap\":\"nowrap\",\"flex_direction_mobile\":\"column\",\"flex_align_items_mobile\":\"stretch\",\"_title\":\"bottom\",\"_figma\":\"3079:1763\",\"align_self\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"4542f7a\",\"elType\":\"widget\",\"widgetType\":\"text-editor\",\"settings\":{\"align\":\"left\",\"editor\":\"<p>Website by OKKO<\\\/p>\",\"__globals__\":{\"text_color\":\"globals\\\/colors?id=5136e3e\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Jost\",\"typography_font_weight\":\"300\",\"typography_font_style\":\"normal\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.43,\"sizes\":[]},\"_element_width\":\"auto\",\"custom_css\":\"@media (min-width: 1025px) { selector { width: max-content; max-width: 100%; } }\",\"_figma\":\"3079:1764\"},\"elements\":[]},{\"id\":\"082e1a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_size\":\"none\",\"width\":{\"unit\":\"%\",\"size\":21.36,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"center\",\"flex_wrap\":\"nowrap\",\"min_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_title\":\"Frame 427321298\",\"_figma\":\"3079:1765\"},\"elements\":[{\"id\":\"2e311a9\",\"elType\":\"widget\",\"widgetType\":\"heading\",\"settings\":{\"title\":\"Sitemap\",\"header_size\":\"span\",\"align\":\"left\",\"title_color\":\"#5F5F5F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jost\",\"typography_font_weight\":\"300\",\"typography_font_style\":\"normal\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.43,\"sizes\":[]},\"custom_css\":\"selector .elementor-heading-title a { transition: color .3s; }\\nselector .elementor-heading-title a:hover, selector:hover .elementor-heading-title { color: #202020; }\",\"link\":{\"url\":\"https:\\\/\\\/setupandorra.com\\\/plan-du-site\\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[]},{\"id\":\"0a6e2f2\",\"elType\":\"widget\",\"widgetType\":\"heading\",\"settings\":{\"title\":\"Disclaimer\",\"header_size\":\"span\",\"align\":\"left\",\"title_color\":\"#5F5F5F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Jost\",\"typography_font_weight\":\"300\",\"typography_font_style\":\"normal\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.43,\"sizes\":[]},\"custom_css\":\"selector .elementor-heading-title a { transition: color .3s; }\\nselector .elementor-heading-title a:hover, selector:hover .elementor-heading-title { color: #202020; }\",\"link\":{\"url\":\"https:\\\/\\\/setupandorra.com\\\/avis-de-non-responsabilite-disclaimer\\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[]}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]"],"_last_translation_edit_mode":["native-editor"],"_wpml_word_count":["1116"],"_elementor_template_widget_type":[""],"_elementor_popup_display_settings":[""],"_yoast_wpseo_content_score":["90"],"_yoast_wpseo_estimated-reading-time-minutes":["5"],"_uag_css_file_name":["uag-css-767.css"],"_elementor_version":["4.1.1"],"_mrel_avant_bascule_20260921-065755":["[{\"id\":\"3bd4b0cd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"40\",\"bottom\":\"250\",\"left\":\"40\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"1682388\",\"display_condition_date\":\"12-02-2026\",\"display_condition_date_range\":\"12-02-2026 to 14-02-2026\",\"display_condition_advanced_date\":\"12-02-2026\"}],\"background_background\":\"classic\",\"background_image\":{\"id\":12625,\"url\":\"https:\/\/setupandorra.com\/wp-content\/uploads\/2026\/05\/rubon7.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Container\",\"flex_gap_mobile\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"32\",\"bottom\":\"150\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"24\",\"bottom\":\"150\",\"left\":\"24\",\"isLinked\":false},\"background_overlay_color\":\"#00121940\"},\"elements\":[{\"id\":\"14e6ad46\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"SERVICES\",\"header_size\":\"p\",\"title_color\":\"#f5edf9\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"18\",\"bottom\":\"10\",\"left\":\"18\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"2d4313c\",\"display_condition_date\":\"12-02-2026\",\"display_condition_date_range\":\"12-02-2026 to 14-02-2026\",\"display_condition_advanced_date\":\"12-02-2026\"}],\"_background_background\":\"classic\",\"_background_color\":\"#D1D1D145\",\"_border_border\":\"none\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\/colors?id=astglobalcolor4\",\"_background_color\":\"\"},\"align\":\"center\",\"align_tablet\":\"center\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"10\",\"bottom\":\"8\",\"left\":\"10\",\"isLinked\":false},\"_title\":\"Heading\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":12,\"sizes\":[]},\"_flex_align_self\":\"center\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"602ae571\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Get started the business creation in Andorra with Set Up\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6bcba29\",\"display_condition_date\":\"12-02-2026\",\"display_condition_date_range\":\"12-02-2026 to 14-02-2026\",\"display_condition_advanced_date\":\"12-02-2026\"}],\"__globals__\":{\"title_color\":\"globals\/colors?id=astglobalcolor5\"},\"_title\":\"Heading\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"80\",\"bottom\":\"24\",\"left\":\"80\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"69b8d2c7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"906c15b\",\"display_condition_date\":\"12-02-2026\",\"display_condition_date_range\":\"12-02-2026 to 14-02-2026\",\"display_condition_advanced_date\":\"12-02-2026\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false}},\"elements\":[{\"id\":\"720543f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"flex_justify_content\":\"space-between\",\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"-180\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"72b6f50\",\"display_condition_date\":\"12-02-2026\",\"display_condition_date_range\":\"12-02-2026 to 14-02-2026\",\"display_condition_advanced_date\":\"12-02-2026\"}],\"__globals__\":{\"border_color\":\"globals\/colors?id=astglobalcolor6\",\"background_color\":\"globals\/colors?id=astglobalcolor5\"},\"flex_gap_mobile\":{\"column\":\"0\",\"row\":\"24\",\"isLinked\":false,\"unit\":\"px\",\"size\":0},\"flex_wrap_mobile\":\"wrap\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_title\":\"Container\",\"border_radius_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true}},\"elements\":[{\"id\":\"4f7d7f9\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"selected_icon\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"10+\",\"description_text\":\"Years of experience\",\"title_size\":\"h2\",\"text_align\":\"center\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"primary_color\":\"#FFF7EC\",\"icon_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Lato\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"3ec3fb3\",\"display_condition_date\":\"12-02-2026\",\"display_condition_date_range\":\"12-02-2026 to 14-02-2026\",\"display_condition_advanced_date\":\"12-02-2026\"}],\"__globals__\":{\"secondary_color\":\"globals\/colors?id=astglobalcolor0\"},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"7da1f3cf\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"selected_icon\":{\"value\":\"fas fa-globe-americas\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"2000+\",\"description_text\":\"Settlements\",\"title_size\":\"h2\",\"text_align\":\"center\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"primary_color\":\"#FFF7EC\",\"icon_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Lato\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"3ec3fb3\",\"display_condition_date\":\"12-02-2026\",\"display_condition_date_range\":\"12-02-2026 to 14-02-2026\",\"display_condition_advanced_date\":\"12-02-2026\"}],\"__globals__\":{\"secondary_color\":\"globals\/colors?id=astglobalcolor0\"},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"3f16d274\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"24\/7\",\"description_text\":\"Personalized support\",\"title_size\":\"h2\",\"text_align\":\"center\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"primary_color\":\"#FFF7EC\",\"icon_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Lato\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"3ec3fb3\",\"display_condition_date\":\"12-02-2026\",\"display_condition_date_range\":\"12-02-2026 to 14-02-2026\",\"display_condition_advanced_date\":\"12-02-2026\"}],\"__globals__\":{\"secondary_color\":\"globals\/colors?id=astglobalcolor0\"},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"370f44c\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"selected_icon\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"100%\",\"description_text\":\"Customer satisfaction\",\"title_size\":\"h2\",\"text_align\":\"center\",\"icon_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"primary_color\":\"#FFF7EC\",\"icon_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Lato\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"3ec3fb3\",\"display_condition_date\":\"12-02-2026\",\"display_condition_date_range\":\"12-02-2026 to 14-02-2026\",\"display_condition_advanced_date\":\"12-02-2026\"}],\"__globals__\":{\"secondary_color\":\"globals\/colors?id=astglobalcolor0\"},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"73af6608\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1111,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f4cefff\"}]},\"elements\":[{\"id\":\"67572067\",\"elType\":\"widget\",\"settings\":{\"editor\":\"n<p>Thinking of expatriation in the Principality to start a business in Andorra? The Private Concierge Service Set Up offers personalized support for the realization of your project by informing you on the conditions of establishment in the country, the administrative and tax rules to be respected. Linking with its network of partners specializing in tax optimization is also possible, as well as support for your installation.<\/p>nn<h2>New business start-up in Andorra: trust the expert Set Up<\/h2>nn<p>In particular specialized in the new business start-up in Andorra towards the expatriates or the local residents, Set Up helps you and accompanies you in your steps.<\/p>nn<p>A concrete help is brought to the private individuals willing to dash into the entrepreneurship at various levels, among which:<\/p>nn<ul>n<li>The presentation of the stakes and the opportunities offered by the Principality, - a clear and concise information on the legal processes leading to the registration of a company, - an administrative assistance to satisfy laws and regulations in the work on the territory.<\/li>n<\/ul>nn<p>Thanks to its perfect knowledge of the country and to enriched partnersu2019 network (lawyers, jurists, fiscal specialists), Set Up allows you to gather numerous assets to make a success of your new business start-up in Andorra.<\/p>nn<h3>The phases of your support in the new business start-up in Andorra<\/h3>nn<p>All the project leaders, independently of their sphere of action, are free to contact Set Up to proceed to the creation of their company in Andorra in the best conditions.<\/p>nn<h4>Advice during the phase pre-creation<\/h4>nn<p>Thanks to the support of partnersu2019 exclusive network, you can reassure your project and benefit from advice to optimize your chances of success, for example as regards:<\/p>nn<ul>n<li>The choice of the legal structure of your organization (SL, LIMITED COMPANY, etc.): we present you the advantages and the inconveniences of each of the solutions with regard to the others, according to the nature and to the importance of the activity, the opening of its capital to thirds, according to your wishes regarding transmission, regarding social security scheme and regarding limitation of responsibility also, etc.;<\/li>n<li>The choice of the social status of the main leader (salaried\/not salaried?) and the optimization of its situation on the social level (membership of the CASS, the contributions) and fiscal (methods of payment, management of dividends);<\/li>n<li>The choice of the tax system of the company: directly impacting the personal wealth of the business executive, the choice regarding the share of taxation on income or on companies is very important. It depends on several parameters, including the marginal tax rate of the tax home of the entrepreneur and the legal form of the company created in Andorra;<\/li>n<\/ul>nn<p>The intervention of a chartered accountant can also turn out precious with regard to its critical support as for the global vision of the project.<\/p>nn<h4>New business start-up in Andorra: assistance during the phase of creation<\/h4>nn<p>According to your needs, Set Up presents you a range of services individualized on the administrative plan (writing of the statutes, the report of general assembly, etc.). As well as for the fulfillment of the legal formalities of creation (recording of the statutes, the registration).<\/p>nn<h4>During the phase post-creation<\/h4>nn<p>Once your company was created in Andorra, you will not be alone. Even there, Set Up continues to advise you on several points, for example as regards:<\/p>nn<ul>n<li>The adoption of an accounting and administrative organization adapted to your activity;<\/li>n<li>The proper use of management tools (dashboards, indicators, etc.);<\/li>n<li>Satisfaction in social obligations (establishment of pay slips, declaration of social charges) and fiscal (declaration of the profits, the VAT-IGI).<\/li>n<\/ul>nn<p>In every case, we shall find a solution which will facilitate your life and will allow you to win a precious time.<\/p>nn<p>Concerning the creation of your company in Andorra, Set Up can propose you the creation of individualized service packs including:<\/p>nn<ul>n<li>the connection and collaboration with an accountant and multiple partners specializing in French, Spanish and Andorran laws and administration,<\/li>n<li>a high-performance model integrating logistics, transport, accommodation, research and visiting premises,<\/li>n<li>the use of a personal assistant for the optimization of time (bank formalities, invoices, payments, etc.).<\/li>n<\/ul>nn<p>Set Up takes care of everything! Within single day, all administrative formalities can be achieved (extracts of apostilled criminal records, legalization of the passport with the authorities, etc.). We will help you getting your most important documents (balance sheets, income statements (profit and loss accounts), etc.).<\/p>nn<h2>The keys of the success<\/h2>nn<div class=\"wp-block-media-text alignwide is-stacked-on-mobile\">n<figure class=\"wp-block-media-text__media\"><img class=\"wp-image-582\" src=\"https:\/\/setupandorra.com\/\/wp-content\/uploads\/2020\/11\/societe-1-1024x597.jpg\" alt=\"sociu00e9tu00e9\" \/><\/figure>n<div class=\"wp-block-media-text__content\">n<h3>The important stage of the support<\/h3>nn<p>During the creation of your company in Andorra, the process of getting help is the best way to achieve your goals.<\/p>nn<p>Your project imposes systematically the control of several notions (legal, fiscal, accounting, financial, etc.) specific to the functioning of laws in the Principality of Andorra. This will prevent you from making the slightest mistake, a potential source of hassle and waste of time.<\/p>n<\/div>n<\/div>nn<p>Support for business creation in Andorra reinforces the durability of the projects, which are more solid, more coherent and strung down to the smallest detail.<\/p>nn<p>The help provided by Set Up allows the entrepreneur to manage all aspects of his company in optimal conditions.<\/p>nn<h3>The numerous assets of the Principality<\/h3>nn<p>To proceed to the creation of a company in Andorra resting on specialists on the subject will allow you finally to take advantage at the most of numerous advantages offered by the Principality, among which:<\/p>nn<ul>n<li>A very low rate of taxation on companies (10u00a0% at the most);<\/li>n<li>Low social and labor costs.<\/li>n<\/ul>nn<blockquote class=\"wp-block-quote\">n<h3>ENTREPRENEURS OF ALL COUNTRIES, ANDORRA IS WAITING FOR YOU!<\/h3>n<p>Set Up offers to be your privileged partner when starting your business in Andorra. Do not hesitate to contact us, we will examine your project in the details in order to be able to determine with you the most appropriate services to your approach.<\/p>n<\/blockquote>n\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"039c8e4\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"66753027\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_align_items\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":11679,\"url\":\"https:\/\/setupandorra.com\/wp-content\/uploads\/2026\/05\/contact-setup-andorra.webp\",\"alt\":\"contact setup andorra\",\"source\":\"library\",\"size\":\"\"},\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":184,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.24,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\/colors?id=astglobalcolor2\",\"background_overlay_color_b\":\"globals\/colors?id=astglobalcolor2\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"32\",\"bottom\":\"80\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6f9c81c\"}]},\"elements\":[{\"id\":\"4df22115\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap_mobile\":{\"column\":\"0\",\"row\":\"15\",\"isLinked\":false,\"unit\":\"px\",\"size\":0},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"c02598a\"}]},\"elements\":[{\"id\":\"4a4cb70c\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Let's talk about your project\",\"__globals__\":{\"title_color\":\"globals\/colors?id=astglobalcolor5\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"dea7e18\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c16e4d1\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"editor\":\"<p>Letu2019s take a moment together so we can clearly guide you and help you avoid common mistakes. This is an initial discussion to lay the groundwork for your project, with complete transparency.<\/p>\",\"__globals__\":{\"text_color\":\"globals\/colors?id=astglobalcolor5\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"00e6ef7\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d3332c2\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"text\":\"Free Consultation!\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"eae59a7\"}],\"link\":{\"url\":\"https:\/\/setupandorra.com\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"75f59b07\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":\"3\"},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":\"1\"},\"grid_rows_grid_mobile\":{\"unit\":\"fr\",\"size\":\"1\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"40\",\"bottom\":\"100\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"grid_gaps_mobile\":{\"column\":\"0\",\"row\":\"30\",\"isLinked\":false,\"unit\":\"px\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"32\",\"bottom\":\"80\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"98209a8\"}],\"grid_gaps\":{\"column\":\"14\",\"row\":\"14\",\"isLinked\":true,\"unit\":\"px\"},\"background_color\":\"#FFF7EC\"},\"elements\":[{\"id\":\"1566a96a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\/colors?id=astglobalcolor5\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f56c6c5\"}]},\"elements\":[{\"id\":\"12f409d1\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Contact us by phone or WhatsApp\",\"description_text\":\"+376 331 586\",\"title_size\":\"h4\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"\"},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding_tablet\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"4439cc1\"}],\"primary_color\":\"#FB5607\",\"secondary_color\":\"#FFF7EC\",\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"7d332bdb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\/colors?id=astglobalcolor5\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9576494\"}]},\"elements\":[{\"id\":\"5baeca3\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Contact us by email\",\"description_text\":\"virginiehergel@setupandorra.com\",\"title_size\":\"h4\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"\"},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding_tablet\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"31af610\"}],\"primary_color\":\"#FB5607\",\"secondary_color\":\"#FFF7EC\",\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"56d5b857\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\/colors?id=astglobalcolor5\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"241a147\"}]},\"elements\":[{\"id\":\"3ff77f0f\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Our offices\",\"description_text\":\"Edifici no25, 1,2, Carrer Joan Maragall, AD500 Andorra la Vella - Principautu00e9 d'Andorre\",\"title_size\":\"h4\",\"text_align\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"\"},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding_tablet\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"508a78d\"}],\"primary_color\":\"#FB5607\",\"secondary_color\":\"#FFF7EC\",\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false}]"],"_mrel_avant_bascule_gabarit_20260921-065755":["default"],"_mrel_revue":["2026-09-21"],"_elementor_page_assets":["a:2:{s:7:\"scripts\";a:1:{i:0;s:18:\"elementor-frontend\";}s:6:\"styles\";a:4:{i:0;s:14:\"widget-heading\";i:1;s:12:\"widget-image\";i:2;s:19:\"widget-social-icons\";i:3;s:14:\"e-apple-webkit\";}}"],"_elementor_css":["a:6:{s:4:\"time\";i:1790319332;s:5:\"fonts\";a:1:{i:0;s:4:\"Jost\";}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:4;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}"],"_elementor_element_cache":["{\"timeout\":1790412932,\"value\":{\"content\":\"<div class=\\\"elementor-element elementor-element-9094d77 e-con-boxed setup-hero e-flex e-con e-parent\\\" data-id=\\\"9094d77\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-c159fbf e-con-full e-flex e-con e-child\\\" data-id=\\\"c159fbf\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-6197a26 e-con-full e-flex e-con e-child\\\" data-id=\\\"6197a26\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t[elementor-element k=\\\"004bcf67d57e8df9f3c711a5fe87ff52\\\" data=\\\"eyJpZCI6ImY4MTgzY2IiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJhbGlnbiI6ImxlZnQiLCJlZGl0b3IiOiJTRVJWSUNFUyIsIl9fZ2xvYmFsc19fIjp7InRleHRfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\\/aWQ9NTc0OTVmNCJ9LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiSm9zdCIsInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiIzMDAiLCJ0eXBvZ3JhcGh5X2ZvbnRfc3R5bGUiOiJub3JtYWwiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjQzLCJzaXplcyI6W119LCJfZWxlbWVudF93aWR0aCI6ImF1dG8iLCJjdXN0b21fY3NzIjoiQG1lZGlhIChtaW4td2lkdGg6IDEwMjVweCkgeyBzZWxlY3RvciB7IHdpZHRoOiBtYXgtY29udGVudDsgbWF4LXdpZHRoOiAxMDAlOyB9IH0iLCJfZmlnbWEiOiIyNjk0OjE1NjAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\\"]\\t\\t<\\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-e8a28ce elementor-widget elementor-widget-heading\\\" data-id=\\\"e8a28ce\\\" 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\\\">Get started the business creation in Andorra with Set Up<\\\/h1>\\t\\t\\t\\t<\\\/div>\\n\\t\\t\\t\\t<\\\/div>\\n\\t\\t\\t\\t<\\\/div>\\n\\t\\t[elementor-element k=\\\"004bcf67d57e8df9f3c711a5fe87ff52\\\" data=\\\"eyJpZCI6Ijk4YzM0ZjEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJhbGlnbiI6InJpZ2h0IiwiZWRpdG9yIjoiPHA+V2l0aCBTZXQgVXAsIFByaXZhdGUgQ29uY2llcmdlIFNlcnZpY2UgaW4gQW5kb3JyYSwgdGhlIGNyZWF0aW9uIG9mIGEgY29tcGFueSBpbiB0aGUgUHJpbmNpcGFsaXR5IGJlY29tZXMgZWFzeS4gVGFrZSBhZHZhbnRhZ2Ugb2YgaXRzIGFzc2lzdGFuY2UgYW5kIGl0cyBuZXR3b3JrIGVucmljaGVkIGJ5IGV4cGVydHMgZm9yIHRoZSBzdWNjZXNzZnVsIGxhdW5jaCBvZiB5b3VyIGFjdGl2aXR5LjxcL3A+IiwiX19nbG9iYWxzX18iOnsidGV4dF9jb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD01NzQ5NWY0In0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJKb3N0IiwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsInR5cG9ncmFwaHlfZm9udF9zdHlsZSI6Im5vcm1hbCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE4LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMzMsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF9zaXplX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9saW5lX2hlaWdodF9tb2JpbGUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4zMywic2l6ZXMiOltdfSwiX2VsZW1lbnRfd2lkdGgiOiJpbml0aWFsIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiJweCIsInNpemUiOjc2MS43Miwic2l6ZXMiOltdfSwiX2VsZW1lbnRfd2lkdGhfbW9iaWxlIjoiaW5oZXJpdCIsIl9maWdtYSI6IjI2OTQ6MjAxNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-08bc02f elementor-widget elementor-widget-html\\\" data-id=\\\"08bc02f\\\" 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<script>\\n\\\/* L'en-t\\u00eate pos\\u00e9 SUR le h\\u00e9ros, puis sur un fond au d\\u00e9filement.\\r\\n   Demande de Kevin, 2026-09-17 : \\u00ab le menu top bar doit \\u00eatre totalement int\\u00e9gr\\u00e9 au h\\u00e9ros\\r\\n   \\u00e0 l'ouverture du site avant de passer sur un fond diff\\u00e9rent au scroll \\u00bb.\\r\\n\\r\\n   C'est aussi ce que dessine la maquette : le n\\u0153ud d'en-t\\u00eate (2827:1133) y est pos\\u00e9 \\u00e0\\r\\n   y = 0, sans remplissage, PAR-DESSUS le h\\u00e9ros (2827:886, 0 \\u2192 639), avec ses libell\\u00e9s\\r\\n   en blanc.\\r\\n\\r\\n   \\u26a0 L'en-t\\u00eate est GLOBAL (Astra, tout le site). Rien n'est modifi\\u00e9 ici : le script se\\r\\n   contente de poser une classe, et tout le style vit dans le CSS de la PAGE 15601, donc\\r\\n   `body.elementor-page-15601 \\u2026`. La home en ligne n'est pas touch\\u00e9e.\\r\\n\\r\\n   \\u26a0 Le seuil n'est pas un nombre en dur : on bascule quand le bas de l'en-t\\u00eate quitte le\\r\\n   h\\u00e9ros. Si la hauteur du h\\u00e9ros change, le comportement suit.\\r\\n\\r\\n   `prefers-reduced-motion` : la bascule reste (c'est une information, pas une fioriture),\\r\\n   seule la transition est raccourcie \\u2014 fait dans le CSS. *\\\/\\r\\n(function () {\\r\\n  \\\/* \\u26a0 Dans un MODELE d en-tete, ce script s execute avant que le corps de la page existe :\\r\\n     `.setup-hero` n est pas encore la et le script rendait la main sans rien faire (mesure\\r\\n     sur le pilote : la classe de verre n etait jamais posee). On attend donc le DOM.\\r\\n     Sur les brouillons, ou le script est pose par la page, l attente ne coute rien. *\\\/\\r\\n  if (document.readyState === 'loading') {\\r\\n    document.addEventListener('DOMContentLoaded', demarrer);\\r\\n  } else {\\r\\n    demarrer();\\r\\n  }\\r\\n  function demarrer() {\\r\\n  \\\/* \\u26a0 Deux contextes, un seul fichier (cf. megamenu.js) : la barre d Astra aujourd hui,\\r\\n     le modele d en-tete Elementor demain. *\\\/\\r\\n  var entete = document.querySelector('.setup-entete') || document.querySelector('header.site-header');\\r\\n  var heros = document.querySelector('.setup-hero');\\r\\n  if (!entete || !heros) return;\\r\\n\\r\\n  var FOND = 'setup-entete-fond';\\r\\n  var pose = null;\\r\\n\\r\\n  \\\/* Le libelle du bouton : \\u00ab CONTACT \\u00bb sur le site, \\u00ab Contactez-nous \\u00bb dans la planche D.\\r\\n     \\u26a0 Il vit dans l'en-tete GLOBAL d'Astra : on ne le change pas a la source, on le\\r\\n     reecrit ici, donc sur cette page seulement. A la bascule, il se changera dans le\\r\\n     personnalisateur et cette ligne disparaitra. *\\\/\\r\\n  var bouton = entete.querySelector('.setup-entete-cta .elementor-button, .ast-header-button-1 .ast-custom-button');\\r\\n  if (bouton) {\\r\\n    var t = (bouton.textContent || '').replace(\\\/\\\\s+\\\/g, ' ').trim().toLowerCase();\\r\\n    if (t === 'contact') bouton.textContent = \\\"Contact us\\\";\\r\\n  }\\r\\n\\r\\n  function seuil() {\\r\\n    \\\/* hauteur du h\\u00e9ros moins celle de l'en-t\\u00eate : au-del\\u00e0, l'en-t\\u00eate n'a plus le h\\u00e9ros\\r\\n       sous lui et doit porter son propre fond. On garde 40 px de marge pour que la\\r\\n       bascule se fasse un peu avant la couture, jamais apr\\u00e8s. *\\\/\\r\\n    return Math.max(0, heros.offsetHeight - entete.offsetHeight - 40);\\r\\n  }\\r\\n\\r\\n  function regarder() {\\r\\n    var doit = (window.scrollY || window.pageYOffset || 0) > seuil();\\r\\n    if (doit === pose) return;          \\\/\\\/ on n'\\u00e9crit dans le DOM que si l'\\u00e9tat change\\r\\n    pose = doit;\\r\\n    entete.classList.toggle(FOND, doit);\\r\\n  }\\r\\n\\r\\n  var enAttente = false;\\r\\n  window.addEventListener('scroll', function () {\\r\\n    if (enAttente) return;\\r\\n    enAttente = true;\\r\\n    window.requestAnimationFrame(function () { enAttente = false; regarder(); });\\r\\n  }, { passive: true });\\r\\n  window.addEventListener('resize', regarder, { passive: true });\\r\\n  regarder();\\r\\n  }\\r\\n})();\\r\\n\\n<\\\/script>\\t\\t\\t\\t<\\\/div>\\n\\t\\t\\t\\t<\\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-d57f3c8 elementor-widget elementor-widget-html\\\" data-id=\\\"d57f3c8\\\" 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<span data-setup-mega=\\\"{&quot;setup&quot;:{&quot;image&quot;:&quot;https:\\\/\\\/setupandorra.com\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/fig-ref-8c97fc0983304b97f76bfc60f757ab8c2d24d587-ab.webp&quot;,&quot;sur&quot;:&quot;Gestoria Andorre&quot;,&quot;titre&quot;:&quot;Conciergerie priv\\u00e9e set up, le partenaire id\\u00e9al pour s\\u2019installer en Andorre&quot;,&quot;url&quot;:&quot;https:\\\/\\\/setupandorra.com\\\/gestoria-andorre\\\/&quot;},&quot;investir&quot;:{&quot;image&quot;:&quot;https:\\\/\\\/setupandorra.com\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/fig-ref-b63006143a4074b17bf15018e3254fe5fbfefa87-ab.webp&quot;,&quot;sur&quot;:&quot;Cr\\u00e9er une soci\\u00e9t\\u00e9&quot;,&quot;titre&quot;:&quot;Cr\\u00e9er une soci\\u00e9t\\u00e9 en Andorre : le guide complet des d\\u00e9marches, co\\u00fbts et fiscalit\\u00e9&quot;,&quot;url&quot;:&quot;https:\\\/\\\/setupandorra.com\\\/investir\\\/creer-une-societe\\\/&quot;},&quot;s'expatrier&quot;:{&quot;image&quot;:&quot;https:\\\/\\\/setupandorra.com\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/fig-2887-1035-ab.webp&quot;,&quot;sur&quot;:&quot;Notre accompagnement&quot;,&quot;titre&quot;:&quot;Bien vivre en Andorre gr\\u00e2ce \\u00e0 l\\u2019accompagnement sur-mesure Set Up&quot;,&quot;url&quot;:&quot;https:\\\/\\\/setupandorra.com\\\/s-expatrier\\\/notre-accompagnement\\\/&quot;},&quot;vivre&quot;:{&quot;image&quot;:&quot;https:\\\/\\\/setupandorra.com\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/fig-2887-1025-ab.webp&quot;,&quot;sur&quot;:&quot;Se loger&quot;,&quot;titre&quot;:&quot;Location et achat d\\u2019appartement, de maison : se loger en Andorre&quot;,&quot;url&quot;:&quot;https:\\\/\\\/setupandorra.com\\\/vivre\\\/se-loger\\\/&quot;},&quot;prestations&quot;:{&quot;image&quot;:&quot;https:\\\/\\\/setupandorra.com\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/fig-ref-76d22a21d14cc9bc57695d46574185b8c86c8e48-ab-scaled.webp&quot;,&quot;sur&quot;:&quot;Service de conciergerie&quot;,&quot;titre&quot;:&quot;Vivre en Andorre sans souci gr\\u00e2ce aux services de conciergerie priv\\u00e9e Set Up&quot;,&quot;url&quot;:&quot;https:\\\/\\\/setupandorra.com\\\/prestations\\\/service-de-conciergerie\\\/&quot;}}\\\" hidden><\\\/span>\\n<script>\\n\\\/* M\\u00e9ga-menu \\u2014 direction \\u00ab D \\u00b7 le panneau et une mise en avant \\u00bb, valid\\u00e9e par Kevin\\r\\n   le 2026-09-17.\\r\\n\\r\\n   Astra sort un sous-menu WordPress en `ul.sub-menu` de 200 px de large, en liste\\r\\n   verticale. Or \\u00ab S'expatrier \\u00bb a six enfants dont un de 54 caract\\u00e8res : dans 200 px,\\r\\n   \\u00e7a donne une colonne de titres coup\\u00e9s. Ce script transforme ces sous-menus en panneaux\\r\\n   pleine largeur \\u00e0 colonnes.\\r\\n\\r\\n   \\u26a0 RIEN N'EST MODIFI\\u00c9 DANS LE MENU WORDPRESS. Le script ne fait que r\\u00e9organiser le DOM\\r\\n   c\\u00f4t\\u00e9 navigateur, et il ne tourne que sur la page 15601 (il est pos\\u00e9 par un widget de\\r\\n   cette page). L'en-t\\u00eate est global : le site en ligne garde ses listes d\\u00e9roulantes.\\r\\n\\r\\n   \\u26a0 La \\u00ab mise en avant \\u00bb de la direction D demande UNE IMAGE PAR RUBRIQUE. V\\u00e9rifi\\u00e9 le\\r\\n   2026-09-17 : aucune des 7 entr\\u00e9es du menu ni aucun de leurs 28 enfants n'a d'image \\u00e0 la\\r\\n   une. Tant qu'il n'y en a pas, le panneau se rend en colonnes seules \\u2014 ce qui est d\\u00e9j\\u00e0\\r\\n   l'essentiel du gain. D\\u00e8s qu'une rubrique re\\u00e7oit son visuel dans `MEGA`, sa carte\\r\\n   appara\\u00eet sans autre changement. On n'invente ni image ni accroche. *\\\/\\r\\n(function () {\\r\\n  \\\/* \\u26a0 Ce script sert DEUX contextes et ne doit pas etre duplique :\\r\\n       - l en-tete d Astra, repeint par le CSS des brouillons (etat actuel) ;\\r\\n       - le modele d en-tete ELEMENTOR, ou le menu sort en `ul.elementor-nav-menu`.\\r\\n     On cherche donc le menu par les deux balisages, et la barre de reference de meme.\\r\\n     Dupliquer le fichier aurait garanti qu une des deux copies derive. *\\\/\\r\\n  var menu = document.querySelector('.setup-menu ul.elementor-nav-menu')\\r\\n          || document.querySelector('header.site-header .main-header-menu, header.site-header .ast-nav-menu');\\r\\n  if (!menu) return;\\r\\n\\r\\n  var entete = menu.closest('.setup-entete') || document.querySelector('header.site-header');\\r\\n  if (!entete) return;\\r\\n\\r\\n  \\\/* Mises en avant par rubrique. Vide tant que le client n'a pas fourni les visuels.\\r\\n     Forme attendue : { \\\"s\\u2019expatrier\\\": { image: \\\"\\u2026\\\", sur: \\\"Statut de r\\u00e9sident\\\",\\r\\n                        titre: \\\"\\u2026\\\", url: \\\"\\u2026\\\" } } *\\\/\\r\\n  var MEGA = {};\\r\\n  try {\\r\\n    var brut = document.querySelector('[data-setup-mega]');\\r\\n    if (brut) MEGA = JSON.parse(brut.getAttribute('data-setup-mega')) || {};\\r\\n  } catch (e) { MEGA = {}; }\\r\\n\\r\\n  var cle = function (t) {\\r\\n    return String(t).replace(\\\/[\\u2018\\u2019\\u02bc]\\\/g, \\\"'\\\").replace(\\\/\\\\s+\\\/g, ' ').trim().toLowerCase();\\r\\n  };\\r\\n\\r\\n  var poses = 0, avecCarte = 0;\\r\\n  [].slice.call(menu.children).forEach(function (li) {\\r\\n    if (li.tagName !== 'LI') return;\\r\\n    var sous = li.querySelector(':scope > ul.sub-menu');\\r\\n    if (!sous) return;\\r\\n\\r\\n    var titre = (li.querySelector(':scope > a') || {}).textContent || '';\\r\\n    li.classList.add('setup-mega');\\r\\n    sous.classList.add('setup-mega-panneau');\\r\\n\\r\\n    \\\/* les entr\\u00e9es passent dans une grille : on les enveloppe pour pouvoir poser la\\r\\n       carte de mise en avant \\u00e0 c\\u00f4t\\u00e9 sans casser la liste. *\\\/\\r\\n    var liste = document.createElement('div');\\r\\n    liste.className = 'setup-mega-liste';\\r\\n    while (sous.firstChild) liste.appendChild(sous.firstChild);\\r\\n\\r\\n    \\\/* le nom de la rubrique en petites capitales orange : c'est ce qui, dans la\\r\\n       planche D, dit de quoi parle le panneau. Il manquait. *\\\/\\r\\n    var rub = document.createElement('span');\\r\\n    rub.className = 'setup-mega-rubrique';\\r\\n    rub.textContent = titre.replace(\\\/\\\\s+\\\/g, ' ').trim();\\r\\n    sous.appendChild(rub);\\r\\n    sous.appendChild(liste);\\r\\n\\r\\n    \\\/* \\u26a0 le nombre de colonnes suit le nombre d'entr\\u00e9es : trois colonnes pour deux\\r\\n       entr\\u00e9es donneraient un panneau large et vide. *\\\/\\r\\n    var n = liste.querySelectorAll(':scope > li').length;\\r\\n    var aCarte = !!(MEGA[cle(titre)] && MEGA[cle(titre)].image);\\r\\n    \\\/* dans la planche D, les entrees tiennent sur DEUX colonnes et la carte occupe la\\r\\n       troisieme. Sans carte, elles s etalent sur trois pour ne pas laisser un vide. *\\\/\\r\\n    liste.style.setProperty('--colonnes', aCarte ? 2 : (n >= 5 ? 3 : n >= 3 ? 2 : 1));\\r\\n\\r\\n    var m = MEGA[cle(titre)];\\r\\n    if (aCarte) {\\r\\n      var a = document.createElement('a');\\r\\n      a.className = 'setup-mega-avant';\\r\\n      a.href = m.url || (li.querySelector(':scope > a') || {}).href || '#';\\r\\n      a.innerHTML = '<span class=\\\"img\\\"><img src=\\\"' + m.image + '\\\" alt=\\\"\\\" loading=\\\"lazy\\\"><\\\/span>'\\r\\n        + '<span class=\\\"txt\\\">'\\r\\n        + (m.sur ? '<span class=\\\"kicker\\\">' + m.sur + '<\\\/span>' : '')\\r\\n        + '<span class=\\\"t\\\">' + (m.titre || '') + '<\\\/span><\\\/span>';\\r\\n      sous.appendChild(a);\\r\\n      sous.classList.add('a-mise-en-avant');\\r\\n      avecCarte++;\\r\\n    }\\r\\n    poses++;\\r\\n  });\\r\\n\\r\\n  \\\/* \\u26a0 Le panneau va d'un bord a l'autre de la barre, donc son premier lien tombait sous\\r\\n     le LOGO, loin a gauche du menu auquel il appartient. On aligne son contenu sur le\\r\\n     debut du menu, mesure a l'execution : si le logo change de taille, ca suit. *\\\/\\r\\n  function aligner() {\\r\\n    var barre = entete.querySelector('.setup-entete-pilule, .ast-primary-header-bar') || entete;\\r\\n    var premier = menu.querySelector(':scope > li');\\r\\n    if (!premier) return;\\r\\n    var d = Math.round(premier.getBoundingClientRect().left - barre.getBoundingClientRect().left);\\r\\n    if (d > 0) entete.style.setProperty('--setup-mega-retrait', d + 'px');\\r\\n\\r\\n  }\\r\\n  aligner();\\r\\n  window.addEventListener('resize', aligner, { passive: true });\\r\\n\\r\\n  if (poses) entete.classList.add('setup-mega-pret');\\r\\n})();\\r\\n\\n<\\\/script>\\t\\t\\t\\t<\\\/div>\\n\\t\\t\\t\\t<\\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-7cf5176 e-con-full setup-chiffres-heros e-flex e-con e-child\\\" data-id=\\\"7cf5176\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-b3c9734 e-con-full e-flex e-con e-child\\\" data-id=\\\"b3c9734\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-3dc987e elementor-widget elementor-widget-heading\\\" data-id=\\\"3dc987e\\\" 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<div class=\\\"elementor-heading-title elementor-size-default\\\">10+<\\\/div>\\t\\t\\t\\t<\\\/div>\\n\\t\\t\\t\\t<\\\/div>\\n\\t\\t[elementor-element k=\\\"004bcf67d57e8df9f3c711a5fe87ff52\\\" data=\\\"eyJpZCI6ImFiYWRmYzQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJhbGlnbiI6ImxlZnQiLCJlZGl0b3IiOiI8cD5ZZWFycyBvZiBleHBlcmllbmNlPFwvcD4iLCJ0ZXh0X2NvbG9yIjoiIzVGNUY1RiIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJKb3N0IiwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjMwMCIsInR5cG9ncmFwaHlfZm9udF9zdHlsZSI6Im5vcm1hbCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE4LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuNTYsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF9zaXplX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9saW5lX2hlaWdodF9tb2JpbGUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS41Niwic2l6ZXMiOltdfSwiX2ZpZ21hIjoiMjk2OToyMzA0IiwiYWxpZ25fc2VsZiI6InN0cmV0Y2giLCJfZmxleF9hbGlnbl9zZWxmIjoic3RyZXRjaCJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\\\"]\\t\\t<\\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-0f82e93 e-con-full e-flex e-con e-child\\\" data-id=\\\"0f82e93\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-2c65571 elementor-widget elementor-widget-heading\\\" data-id=\\\"2c65571\\\" 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<div class=\\\"elementor-heading-title elementor-size-default\\\">2000+<\\\/div>\\t\\t\\t\\t<\\\/div>\\n\\t\\t\\t\\t<\\\/div>\\n\\t\\t[elementor-element k=\\\"004bcf67d57e8df9f3c711a5fe87ff52\\\" data=\\\"eyJpZCI6IjMxMjdiYTIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJhbGlnbiI6ImxlZnQiLCJlZGl0b3IiOiI8cD5TZXR0bGVtZW50czxcL3A+IiwidGV4dF9jb2xvciI6IiM1RjVGNUYiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiSm9zdCIsInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiIzMDAiLCJ0eXBvZ3JhcGh5X2ZvbnRfc3R5bGUiOiJub3JtYWwiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxOCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjU2LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTYsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfbW9iaWxlIjp7InVuaXQiOiJlbSIsInNpemUiOjEuNTYsInNpemVzIjpbXX0sIl9maWdtYSI6IjI5Njk6MjMwMSIsImFsaWduX3NlbGYiOiJzdHJldGNoIiwiX2ZsZXhfYWxpZ25fc2VsZiI6InN0cmV0Y2gifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\\"]\\t\\t<\\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-b7a2775 e-con-full e-flex e-con e-child\\\" data-id=\\\"b7a2775\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-8841c61 elementor-widget elementor-widget-heading\\\" data-id=\\\"8841c61\\\" 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<div class=\\\"elementor-heading-title elementor-size-default\\\">24\\\/7+<\\\/div>\\t\\t\\t\\t<\\\/div>\\n\\t\\t\\t\\t<\\\/div>\\n\\t\\t[elementor-element k=\\\"004bcf67d57e8df9f3c711a5fe87ff52\\\" data=\\\"eyJpZCI6IjA1YTk2YzciLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJhbGlnbiI6ImxlZnQiLCJlZGl0b3IiOiI8cD5QZXJzb25hbGl6ZWQgc3VwcG9ydDxcL3A+IiwidGV4dF9jb2xvciI6IiM1RjVGNUYiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiSm9zdCIsInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiIzMDAiLCJ0eXBvZ3JhcGh5X2ZvbnRfc3R5bGUiOiJub3JtYWwiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxOCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjU2LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTYsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfbW9iaWxlIjp7InVuaXQiOiJlbSIsInNpemUiOjEuNTYsInNpemVzIjpbXX0sIl9maWdtYSI6IjI5Njk6MjMwNyIsImFsaWduX3NlbGYiOiJzdHJldGNoIiwiX2ZsZXhfYWxpZ25fc2VsZiI6InN0cmV0Y2gifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\\"]\\t\\t<\\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-f27facf e-con-full e-flex e-con e-child\\\" data-id=\\\"f27facf\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-5f2a9b5 elementor-widget elementor-widget-heading\\\" data-id=\\\"5f2a9b5\\\" 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<div class=\\\"elementor-heading-title elementor-size-default\\\">5.0 <span class=\\\"setup-etoile\\\">\\u2605<\\\/span><\\\/div>\\t\\t\\t\\t<\\\/div>\\n\\t\\t\\t\\t<\\\/div>\\n\\t\\t[elementor-element k=\\\"004bcf67d57e8df9f3c711a5fe87ff52\\\" data=\\\"eyJpZCI6ImQzNTYxNmYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJhbGlnbiI6ImxlZnQiLCJlZGl0b3IiOiIxMDArIEdvb2dsZSByZXZpZXdzIiwidGV4dF9jb2xvciI6IiM1RjVGNUYiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiSm9zdCIsInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiIzMDAiLCJ0eXBvZ3JhcGh5X2ZvbnRfc3R5bGUiOiJub3JtYWwiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxOCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjU2LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTYsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfbW9iaWxlIjp7InVuaXQiOiJlbSIsInNpemUiOjEuNTYsInNpemVzIjpbXX0sIl9maWdtYSI6IjI5Njk6MjMxMSIsImFsaWduX3NlbGYiOiJzdHJldGNoIiwiX2ZsZXhfYWxpZ25fc2VsZiI6InN0cmV0Y2gifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\\"]\\t\\t<\\\/div>\\n\\t\\t\\t\\t<\\\/div>\\n\\t\\t\\t\\t\\t<\\\/div>\\n\\t\\t\\t\\t<\\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-8adb5ca e-con-boxed setup-article e-flex e-con e-parent\\\" data-id=\\\"8adb5ca\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-560d763 e-con-full setup-sommaire e-flex e-con e-child\\\" data-id=\\\"560d763\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-40f1e43 elementor-widget elementor-widget-heading\\\" data-id=\\\"40f1e43\\\" 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<div class=\\\"elementor-heading-title elementor-size-default\\\">Contents<\\\/div>\\t\\t\\t\\t<\\\/div>\\n\\t\\t\\t\\t<\\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-0fa0238 elementor-widget elementor-widget-html\\\" data-id=\\\"0fa0238\\\" 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<nav class=\\\"setup-sommaire-liste\\\" aria-label=\\\"Sommaire\\\"><\\\/nav>\\t\\t\\t\\t<\\\/div>\\n\\t\\t\\t\\t<\\\/div>\\n\\t\\t\\t\\t<\\\/div>\\n\\t\\t[elementor-element k=\\\"004bcf67d57e8df9f3c711a5fe87ff52\\\" data=\\\"eyJpZCI6ImNjYzhhMTIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJcbjxwPlRoaW5raW5nIG9mIGV4cGF0cmlhdGlvbiBpbiB0aGUgUHJpbmNpcGFsaXR5IHRvIHN0YXJ0IGEgYnVzaW5lc3MgaW4gQW5kb3JyYT8gVGhlIFByaXZhdGUgQ29uY2llcmdlIFNlcnZpY2UgU2V0IFVwIG9mZmVycyBwZXJzb25hbGl6ZWQgc3VwcG9ydCBmb3IgdGhlIHJlYWxpemF0aW9uIG9mIHlvdXIgcHJvamVjdCBieSBpbmZvcm1pbmcgeW91IG9uIHRoZSBjb25kaXRpb25zIG9mIGVzdGFibGlzaG1lbnQgaW4gdGhlIGNvdW50cnksIHRoZSBhZG1pbmlzdHJhdGl2ZSBhbmQgdGF4IHJ1bGVzIHRvIGJlIHJlc3BlY3RlZC4gTGlua2luZyB3aXRoIGl0cyBuZXR3b3JrIG9mIHBhcnRuZXJzIHNwZWNpYWxpemluZyBpbiB0YXggb3B0aW1pemF0aW9uIGlzIGFsc28gcG9zc2libGUsIGFzIHdlbGwgYXMgc3VwcG9ydCBmb3IgeW91ciBpbnN0YWxsYXRpb24uPFwvcD5cblxuPGgyPk5ldyBidXNpbmVzcyBzdGFydC11cCBpbiBBbmRvcnJhOiB0cnVzdCB0aGUgZXhwZXJ0IFNldCBVcDxcL2gyPlxuXG48cD5JbiBwYXJ0aWN1bGFyIHNwZWNpYWxpemVkIGluIHRoZSBuZXcgYnVzaW5lc3Mgc3RhcnQtdXAgaW4gQW5kb3JyYSB0b3dhcmRzIHRoZSBleHBhdHJpYXRlcyBvciB0aGUgbG9jYWwgcmVzaWRlbnRzLCBTZXQgVXAgaGVscHMgeW91IGFuZCBhY2NvbXBhbmllcyB5b3UgaW4geW91ciBzdGVwcy48XC9wPlxuXG48cD5BIGNvbmNyZXRlIGhlbHAgaXMgYnJvdWdodCB0byB0aGUgcHJpdmF0ZSBpbmRpdmlkdWFscyB3aWxsaW5nIHRvIGRhc2ggaW50byB0aGUgZW50cmVwcmVuZXVyc2hpcCBhdCB2YXJpb3VzIGxldmVscywgYW1vbmcgd2hpY2g6PFwvcD5cblxuPHVsPlxuPGxpPlRoZSBwcmVzZW50YXRpb24gb2YgdGhlIHN0YWtlcyBhbmQgdGhlIG9wcG9ydHVuaXRpZXMgb2ZmZXJlZCBieSB0aGUgUHJpbmNpcGFsaXR5LCAtIGEgY2xlYXIgYW5kIGNvbmNpc2UgaW5mb3JtYXRpb24gb24gdGhlIGxlZ2FsIHByb2Nlc3NlcyBsZWFkaW5nIHRvIHRoZSByZWdpc3RyYXRpb24gb2YgYSBjb21wYW55LCAtIGFuIGFkbWluaXN0cmF0aXZlIGFzc2lzdGFuY2UgdG8gc2F0aXNmeSBsYXdzIGFuZCByZWd1bGF0aW9ucyBpbiB0aGUgd29yayBvbiB0aGUgdGVycml0b3J5LjxcL2xpPlxuPFwvdWw+XG5cbjxwPlRoYW5rcyB0byBpdHMgcGVyZmVjdCBrbm93bGVkZ2Ugb2YgdGhlIGNvdW50cnkgYW5kIHRvIGVucmljaGVkIHBhcnRuZXJzXHUyMDE5IG5ldHdvcmsgKGxhd3llcnMsIGp1cmlzdHMsIGZpc2NhbCBzcGVjaWFsaXN0cyksIFNldCBVcCBhbGxvd3MgeW91IHRvIGdhdGhlciBudW1lcm91cyBhc3NldHMgdG8gbWFrZSBhIHN1Y2Nlc3Mgb2YgeW91ciBuZXcgYnVzaW5lc3Mgc3RhcnQtdXAgaW4gQW5kb3JyYS48XC9wPlxuXG48aDM+VGhlIHBoYXNlcyBvZiB5b3VyIHN1cHBvcnQgaW4gdGhlIG5ldyBidXNpbmVzcyBzdGFydC11cCBpbiBBbmRvcnJhPFwvaDM+XG5cbjxwPkFsbCB0aGUgcHJvamVjdCBsZWFkZXJzLCBpbmRlcGVuZGVudGx5IG9mIHRoZWlyIHNwaGVyZSBvZiBhY3Rpb24sIGFyZSBmcmVlIHRvIGNvbnRhY3QgU2V0IFVwIHRvIHByb2NlZWQgdG8gdGhlIGNyZWF0aW9uIG9mIHRoZWlyIGNvbXBhbnkgaW4gQW5kb3JyYSBpbiB0aGUgYmVzdCBjb25kaXRpb25zLjxcL3A+XG5cbjxoND5BZHZpY2UgZHVyaW5nIHRoZSBwaGFzZSBwcmUtY3JlYXRpb248XC9oND5cblxuPHA+VGhhbmtzIHRvIHRoZSBzdXBwb3J0IG9mIHBhcnRuZXJzXHUyMDE5IGV4Y2x1c2l2ZSBuZXR3b3JrLCB5b3UgY2FuIHJlYXNzdXJlIHlvdXIgcHJvamVjdCBhbmQgYmVuZWZpdCBmcm9tIGFkdmljZSB0byBvcHRpbWl6ZSB5b3VyIGNoYW5jZXMgb2Ygc3VjY2VzcywgZm9yIGV4YW1wbGUgYXMgcmVnYXJkczo8XC9wPlxuXG48dWw+XG48bGk+VGhlIGNob2ljZSBvZiB0aGUgbGVnYWwgc3RydWN0dXJlIG9mIHlvdXIgb3JnYW5pemF0aW9uIChTTCwgTElNSVRFRCBDT01QQU5ZLCBldGMuKTogd2UgcHJlc2VudCB5b3UgdGhlIGFkdmFudGFnZXMgYW5kIHRoZSBpbmNvbnZlbmllbmNlcyBvZiBlYWNoIG9mIHRoZSBzb2x1dGlvbnMgd2l0aCByZWdhcmQgdG8gdGhlIG90aGVycywgYWNjb3JkaW5nIHRvIHRoZSBuYXR1cmUgYW5kIHRvIHRoZSBpbXBvcnRhbmNlIG9mIHRoZSBhY3Rpdml0eSwgdGhlIG9wZW5pbmcgb2YgaXRzIGNhcGl0YWwgdG8gdGhpcmRzLCBhY2NvcmRpbmcgdG8geW91ciB3aXNoZXMgcmVnYXJkaW5nIHRyYW5zbWlzc2lvbiwgcmVnYXJkaW5nIHNvY2lhbCBzZWN1cml0eSBzY2hlbWUgYW5kIHJlZ2FyZGluZyBsaW1pdGF0aW9uIG9mIHJlc3BvbnNpYmlsaXR5IGFsc28sIGV0Yy47PFwvbGk+XG48bGk+VGhlIGNob2ljZSBvZiB0aGUgc29jaWFsIHN0YXR1cyBvZiB0aGUgbWFpbiBsZWFkZXIgKHNhbGFyaWVkXC9ub3Qgc2FsYXJpZWQ\\\/KSBhbmQgdGhlIG9wdGltaXphdGlvbiBvZiBpdHMgc2l0dWF0aW9uIG9uIHRoZSBzb2NpYWwgbGV2ZWwgKG1lbWJlcnNoaXAgb2YgdGhlIENBU1MsIHRoZSBjb250cmlidXRpb25zKSBhbmQgZmlzY2FsIChtZXRob2RzIG9mIHBheW1lbnQsIG1hbmFnZW1lbnQgb2YgZGl2aWRlbmRzKTs8XC9saT5cbjxsaT5UaGUgY2hvaWNlIG9mIHRoZSB0YXggc3lzdGVtIG9mIHRoZSBjb21wYW55OiBkaXJlY3RseSBpbXBhY3RpbmcgdGhlIHBlcnNvbmFsIHdlYWx0aCBvZiB0aGUgYnVzaW5lc3MgZXhlY3V0aXZlLCB0aGUgY2hvaWNlIHJlZ2FyZGluZyB0aGUgc2hhcmUgb2YgdGF4YXRpb24gb24gaW5jb21lIG9yIG9uIGNvbXBhbmllcyBpcyB2ZXJ5IGltcG9ydGFudC4gSXQgZGVwZW5kcyBvbiBzZXZlcmFsIHBhcmFtZXRlcnMsIGluY2x1ZGluZyB0aGUgbWFyZ2luYWwgdGF4IHJhdGUgb2YgdGhlIHRheCBob21lIG9mIHRoZSBlbnRyZXByZW5ldXIgYW5kIHRoZSBsZWdhbCBmb3JtIG9mIHRoZSBjb21wYW55IGNyZWF0ZWQgaW4gQW5kb3JyYTs8XC9saT5cbjxcL3VsPlxuXG48cD5UaGUgaW50ZXJ2ZW50aW9uIG9mIGEgY2hhcnRlcmVkIGFjY291bnRhbnQgY2FuIGFsc28gdHVybiBvdXQgcHJlY2lvdXMgd2l0aCByZWdhcmQgdG8gaXRzIGNyaXRpY2FsIHN1cHBvcnQgYXMgZm9yIHRoZSBnbG9iYWwgdmlzaW9uIG9mIHRoZSBwcm9qZWN0LjxcL3A+XG5cbjxoND5OZXcgYnVzaW5lc3Mgc3RhcnQtdXAgaW4gQW5kb3JyYTogYXNzaXN0YW5jZSBkdXJpbmcgdGhlIHBoYXNlIG9mIGNyZWF0aW9uPFwvaDQ+XG5cbjxwPkFjY29yZGluZyB0byB5b3VyIG5lZWRzLCBTZXQgVXAgcHJlc2VudHMgeW91IGEgcmFuZ2Ugb2Ygc2VydmljZXMgaW5kaXZpZHVhbGl6ZWQgb24gdGhlIGFkbWluaXN0cmF0aXZlIHBsYW4gKHdyaXRpbmcgb2YgdGhlIHN0YXR1dGVzLCB0aGUgcmVwb3J0IG9mIGdlbmVyYWwgYXNzZW1ibHksIGV0Yy4pLiBBcyB3ZWxsIGFzIGZvciB0aGUgZnVsZmlsbG1lbnQgb2YgdGhlIGxlZ2FsIGZvcm1hbGl0aWVzIG9mIGNyZWF0aW9uIChyZWNvcmRpbmcgb2YgdGhlIHN0YXR1dGVzLCB0aGUgcmVnaXN0cmF0aW9uKS48XC9wPlxuXG48aDQ+RHVyaW5nIHRoZSBwaGFzZSBwb3N0LWNyZWF0aW9uPFwvaDQ+XG5cbjxwPk9uY2UgeW91ciBjb21wYW55IHdhcyBjcmVhdGVkIGluIEFuZG9ycmEsIHlvdSB3aWxsIG5vdCBiZSBhbG9uZS4gRXZlbiB0aGVyZSwgU2V0IFVwIGNvbnRpbnVlcyB0byBhZHZpc2UgeW91IG9uIHNldmVyYWwgcG9pbnRzLCBmb3IgZXhhbXBsZSBhcyByZWdhcmRzOjxcL3A+XG5cbjx1bD5cbjxsaT5UaGUgYWRvcHRpb24gb2YgYW4gYWNjb3VudGluZyBhbmQgYWRtaW5pc3RyYXRpdmUgb3JnYW5pemF0aW9uIGFkYXB0ZWQgdG8geW91ciBhY3Rpdml0eTs8XC9saT5cbjxsaT5UaGUgcHJvcGVyIHVzZSBvZiBtYW5hZ2VtZW50IHRvb2xzIChkYXNoYm9hcmRzLCBpbmRpY2F0b3JzLCBldGMuKTs8XC9saT5cbjxsaT5TYXRpc2ZhY3Rpb24gaW4gc29jaWFsIG9ibGlnYXRpb25zIChlc3RhYmxpc2htZW50IG9mIHBheSBzbGlwcywgZGVjbGFyYXRpb24gb2Ygc29jaWFsIGNoYXJnZXMpIGFuZCBmaXNjYWwgKGRlY2xhcmF0aW9uIG9mIHRoZSBwcm9maXRzLCB0aGUgVkFULUlHSSkuPFwvbGk+XG48XC91bD5cblxuPHA+SW4gZXZlcnkgY2FzZSwgd2Ugc2hhbGwgZmluZCBhIHNvbHV0aW9uIHdoaWNoIHdpbGwgZmFjaWxpdGF0ZSB5b3VyIGxpZmUgYW5kIHdpbGwgYWxsb3cgeW91IHRvIHdpbiBhIHByZWNpb3VzIHRpbWUuPFwvcD5cblxuPHA+Q29uY2VybmluZyB0aGUgY3JlYXRpb24gb2YgeW91ciBjb21wYW55IGluIEFuZG9ycmEsIFNldCBVcCBjYW4gcHJvcG9zZSB5b3UgdGhlIGNyZWF0aW9uIG9mIGluZGl2aWR1YWxpemVkIHNlcnZpY2UgcGFja3MgaW5jbHVkaW5nOjxcL3A+XG5cbjx1bD5cbjxsaT50aGUgY29ubmVjdGlvbiBhbmQgY29sbGFib3JhdGlvbiB3aXRoIGFuIGFjY291bnRhbnQgYW5kIG11bHRpcGxlIHBhcnRuZXJzIHNwZWNpYWxpemluZyBpbiBGcmVuY2gsIFNwYW5pc2ggYW5kIEFuZG9ycmFuIGxhd3MgYW5kIGFkbWluaXN0cmF0aW9uLDxcL2xpPlxuPGxpPmEgaGlnaC1wZXJmb3JtYW5jZSBtb2RlbCBpbnRlZ3JhdGluZyBsb2dpc3RpY3MsIHRyYW5zcG9ydCwgYWNjb21tb2RhdGlvbiwgcmVzZWFyY2ggYW5kIHZpc2l0aW5nIHByZW1pc2VzLDxcL2xpPlxuPGxpPnRoZSB1c2Ugb2YgYSBwZXJzb25hbCBhc3Npc3RhbnQgZm9yIHRoZSBvcHRpbWl6YXRpb24gb2YgdGltZSAoYmFuayBmb3JtYWxpdGllcywgaW52b2ljZXMsIHBheW1lbnRzLCBldGMuKS48XC9saT5cbjxcL3VsPlxuXG48cD5TZXQgVXAgdGFrZXMgY2FyZSBvZiBldmVyeXRoaW5nISBXaXRoaW4gc2luZ2xlIGRheSwgYWxsIGFkbWluaXN0cmF0aXZlIGZvcm1hbGl0aWVzIGNhbiBiZSBhY2hpZXZlZCAoZXh0cmFjdHMgb2YgYXBvc3RpbGxlZCBjcmltaW5hbCByZWNvcmRzLCBsZWdhbGl6YXRpb24gb2YgdGhlIHBhc3Nwb3J0IHdpdGggdGhlIGF1dGhvcml0aWVzLCBldGMuKS4gV2Ugd2lsbCBoZWxwIHlvdSBnZXR0aW5nIHlvdXIgbW9zdCBpbXBvcnRhbnQgZG9jdW1lbnRzIChiYWxhbmNlIHNoZWV0cywgaW5jb21lIHN0YXRlbWVudHMgKHByb2ZpdCBhbmQgbG9zcyBhY2NvdW50cyksIGV0Yy4pLjxcL3A+XG5cbjxoMj5UaGUga2V5cyBvZiB0aGUgc3VjY2VzczxcL2gyPlxuXG48ZGl2IGNsYXNzPVwid3AtYmxvY2stbWVkaWEtdGV4dCBhbGlnbndpZGUgaXMtc3RhY2tlZC1vbi1tb2JpbGVcIj5cbjxmaWd1cmUgY2xhc3M9XCJ3cC1ibG9jay1tZWRpYS10ZXh0X19tZWRpYVwiPjxpbWcgY2xhc3M9XCJ3cC1pbWFnZS01ODJcIiBzcmM9XCJodHRwczpcL1wvc2V0dXBhbmRvcnJhLmNvbVwvXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDIwXC8xMVwvc29jaWV0ZS0xLTEwMjR4NTk3LmpwZ1wiIGFsdD1cInNvY2lcdTAwZTl0XHUwMGU5XCIgXC8+PFwvZmlndXJlPlxuPGRpdiBjbGFzcz1cIndwLWJsb2NrLW1lZGlhLXRleHRfX2NvbnRlbnRcIj5cbjxoMz5UaGUgaW1wb3J0YW50IHN0YWdlIG9mIHRoZSBzdXBwb3J0PFwvaDM+XG5cbjxwPkR1cmluZyB0aGUgY3JlYXRpb24gb2YgeW91ciBjb21wYW55IGluIEFuZG9ycmEsIHRoZSBwcm9jZXNzIG9mIGdldHRpbmcgaGVscCBpcyB0aGUgYmVzdCB3YXkgdG8gYWNoaWV2ZSB5b3VyIGdvYWxzLjxcL3A+XG5cbjxwPllvdXIgcHJvamVjdCBpbXBvc2VzIHN5c3RlbWF0aWNhbGx5IHRoZSBjb250cm9sIG9mIHNldmVyYWwgbm90aW9ucyAobGVnYWwsIGZpc2NhbCwgYWNjb3VudGluZywgZmluYW5jaWFsLCBldGMuKSBzcGVjaWZpYyB0byB0aGUgZnVuY3Rpb25pbmcgb2YgbGF3cyBpbiB0aGUgUHJpbmNpcGFsaXR5IG9mIEFuZG9ycmEuIFRoaXMgd2lsbCBwcmV2ZW50IHlvdSBmcm9tIG1ha2luZyB0aGUgc2xpZ2h0ZXN0IG1pc3Rha2UsIGEgcG90ZW50aWFsIHNvdXJjZSBvZiBoYXNzbGUgYW5kIHdhc3RlIG9mIHRpbWUuPFwvcD5cbjxcL2Rpdj5cbjxcL2Rpdj5cblxuPHA+U3VwcG9ydCBmb3IgYnVzaW5lc3MgY3JlYXRpb24gaW4gQW5kb3JyYSByZWluZm9yY2VzIHRoZSBkdXJhYmlsaXR5IG9mIHRoZSBwcm9qZWN0cywgd2hpY2ggYXJlIG1vcmUgc29saWQsIG1vcmUgY29oZXJlbnQgYW5kIHN0cnVuZyBkb3duIHRvIHRoZSBzbWFsbGVzdCBkZXRhaWwuPFwvcD5cblxuPHA+VGhlIGhlbHAgcHJvdmlkZWQgYnkgU2V0IFVwIGFsbG93cyB0aGUgZW50cmVwcmVuZXVyIHRvIG1hbmFnZSBhbGwgYXNwZWN0cyBvZiBoaXMgY29tcGFueSBpbiBvcHRpbWFsIGNvbmRpdGlvbnMuPFwvcD5cblxuPGgzPlRoZSBudW1lcm91cyBhc3NldHMgb2YgdGhlIFByaW5jaXBhbGl0eTxcL2gzPlxuXG48cD5UbyBwcm9jZWVkIHRvIHRoZSBjcmVhdGlvbiBvZiBhIGNvbXBhbnkgaW4gQW5kb3JyYSByZXN0aW5nIG9uIHNwZWNpYWxpc3RzIG9uIHRoZSBzdWJqZWN0IHdpbGwgYWxsb3cgeW91IGZpbmFsbHkgdG8gdGFrZSBhZHZhbnRhZ2UgYXQgdGhlIG1vc3Qgb2YgbnVtZXJvdXMgYWR2YW50YWdlcyBvZmZlcmVkIGJ5IHRoZSBQcmluY2lwYWxpdHksIGFtb25nIHdoaWNoOjxcL3A+XG5cbjx1bD5cbjxsaT5BIHZlcnkgbG93IHJhdGUgb2YgdGF4YXRpb24gb24gY29tcGFuaWVzICgxMFx1MDBhMCUgYXQgdGhlIG1vc3QpOzxcL2xpPlxuPGxpPkxvdyBzb2NpYWwgYW5kIGxhYm9yIGNvc3RzLjxcL2xpPlxuPFwvdWw+XG5cbjxibG9ja3F1b3RlIGNsYXNzPVwid3AtYmxvY2stcXVvdGVcIj5cbjxoMz5FTlRSRVBSRU5FVVJTIE9GIEFMTCBDT1VOVFJJRVMsIEFORE9SUkEgSVMgV0FJVElORyBGT1IgWU9VITxcL2gzPlxuPHA+U2V0IFVwIG9mZmVycyB0byBiZSB5b3VyIHByaXZpbGVnZWQgcGFydG5lciB3aGVuIHN0YXJ0aW5nIHlvdXIgYnVzaW5lc3MgaW4gQW5kb3JyYS4gRG8gbm90IGhlc2l0YXRlIHRvIGNvbnRhY3QgdXMsIHdlIHdpbGwgZXhhbWluZSB5b3VyIHByb2plY3QgaW4gdGhlIGRldGFpbHMgaW4gb3JkZXIgdG8gYmUgYWJsZSB0byBkZXRlcm1pbmUgd2l0aCB5b3UgdGhlIG1vc3QgYXBwcm9wcmlhdGUgc2VydmljZXMgdG8geW91ciBhcHByb2FjaC48XC9wPlxuPFwvYmxvY2txdW90ZT5cbiIsIl9jc3NfY2xhc3NlcyI6InNldHVwLWFydGljbGUtY29ycHMiLCJjdXN0b21fY3NzIjoic2VsZWN0b3IgeyBmbGV4OiAxIDEgYXV0bzsgbWluLXdpZHRoOiAwOyB9In0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-a33e527 elementor-widget elementor-widget-html\\\" data-id=\\\"a33e527\\\" 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<script>\\n\\\/* Le sommaire ancr\\u00e9 du gabarit d'article \\u2014 direction \\u00ab B \\u00bb, retenue par Kevin le\\r\\n   2026-09-17 (\\u00ab le plus adapt\\u00e9 SEO et GEO \\u00bb).\\r\\n\\r\\n   Il se FABRIQUE depuis les H2 du corps : rien n'est saisi page par page, et il suit le\\r\\n   texte si le client le modifie. C'est tout l'int\\u00e9r\\u00eat sur 38 pages.\\r\\n\\r\\n   \\u26a0 Les H2 de la page n'ont pas d'identifiant : on leur en pose un, d\\u00e9riv\\u00e9 de leur texte\\r\\n   (et non de leur rang, qui bougerait au moindre ajout de section). Un compteur d\\u00e9partage\\r\\n   deux titres identiques.\\r\\n\\r\\n   \\u26a0 Le lien actif suit la lecture par un IntersectionObserver avec une LIGNE de\\r\\n   d\\u00e9clenchement haute, et non un seuil en pourcentage : un H2 suivi d'une longue section\\r\\n   ne franchirait jamais un seuil de 50 % sur un petit \\u00e9cran.\\r\\n\\r\\n   `prefers-reduced-motion` : le d\\u00e9filement doux devient un saut. *\\\/\\r\\n(function () {\\r\\n  var corps = document.querySelector('.setup-article-corps');\\r\\n  var hote = document.querySelector('.setup-sommaire-liste');\\r\\n  if (!corps || !hote) return;\\r\\n\\r\\n  var titres = [].slice.call(corps.querySelectorAll('h2'));\\r\\n  if (titres.length < 2) {                       \\\/\\\/ un sommaire d'une entr\\u00e9e n'aide personne\\r\\n    var bloc = hote.closest('.setup-sommaire');\\r\\n    if (bloc) bloc.style.display = 'none';\\r\\n    return;\\r\\n  }\\r\\n\\r\\n  var vus = {};\\r\\n  var liens = titres.map(function (h) {\\r\\n    var base = (h.textContent || '')\\r\\n      .toLowerCase()\\r\\n      .normalize('NFD').replace(\\\/[\\u0300-\\u036f]\\\/g, '')\\r\\n      .replace(\\\/[^a-z0-9]+\\\/g, '-')\\r\\n      .replace(\\\/^-+|-+$\\\/g, '')\\r\\n      .slice(0, 48) || 'section';\\r\\n    vus[base] = (vus[base] || 0) + 1;\\r\\n    h.id = vus[base] > 1 ? base + '-' + vus[base] : base;\\r\\n\\r\\n    var a = document.createElement('a');\\r\\n    a.href = '#' + h.id;\\r\\n    a.textContent = (h.textContent || '').replace(\\\/\\\\s+\\\/g, ' ').trim();\\r\\n    hote.appendChild(a);\\r\\n    return a;\\r\\n  });\\r\\n\\r\\n  var doux = !window.matchMedia || !window.matchMedia('(prefers-reduced-motion: reduce)').matches;\\r\\n  liens.forEach(function (a, i) {\\r\\n    a.addEventListener('click', function (e) {\\r\\n      e.preventDefault();\\r\\n      titres[i].scrollIntoView({ behavior: doux ? 'smooth' : 'auto', block: 'start' });\\r\\n      history.replaceState(null, '', a.getAttribute('href'));\\r\\n    });\\r\\n  });\\r\\n\\r\\n  \\\/* \\u26a0 Un IntersectionObserver ne se declenche que si un titre TRAVERSE sa bande de\\r\\n     declenchement. Mesure sur le pilote : un defilement rapide \\u2014 ou programmatique \\u2014\\r\\n     saute la bande de 5 % et AUCUN titre n est marque. On calcule donc au defilement,\\r\\n     ce qui est a la fois plus simple et toujours juste. *\\\/\\r\\n  var actif = -1;\\r\\n  function relire() {\\r\\n    var ligne = window.innerHeight * 0.28;\\r\\n    var i = -1;\\r\\n    for (var k = 0; k < titres.length; k++) {\\r\\n      if (titres[k].getBoundingClientRect().top <= ligne) i = k;\\r\\n    }\\r\\n    if (i === actif) return;\\r\\n    actif = i;\\r\\n    liens.forEach(function (a, k) { a.classList.toggle('est-actif', k === i); });\\r\\n  }\\r\\n  var enAttente = false;\\r\\n  window.addEventListener('scroll', function () {\\r\\n    if (enAttente) return;\\r\\n    enAttente = true;\\r\\n    window.requestAnimationFrame(function () { enAttente = false; relire(); });\\r\\n  }, { passive: true });\\r\\n  window.addEventListener('resize', relire, { passive: true });\\r\\n  relire();\\r\\n})();\\r\\n\\n<\\\/script>\\t\\t\\t\\t<\\\/div>\\n\\t\\t\\t\\t<\\\/div>\\n\\t\\t\\t\\t\\t<\\\/div>\\n\\t\\t\\t\\t<\\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-28d1774 e-con-boxed e-flex e-con e-parent\\\" data-id=\\\"28d1774\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-ad4026a e-con-full e-flex e-con e-child\\\" data-id=\\\"ad4026a\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-92e1502 e-con-full e-flex e-con e-child\\\" data-id=\\\"92e1502\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-96ff275 elementor-widget elementor-widget-heading\\\" data-id=\\\"96ff275\\\" 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<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Our advice<\\\/h2>\\t\\t\\t\\t<\\\/div>\\n\\t\\t\\t\\t<\\\/div>\\n\\t\\t\\t\\t<\\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-876f490 e-con-full e-flex e-con e-child\\\" data-id=\\\"876f490\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t[elementor-element k=\\\"004bcf67d57e8df9f3c711a5fe87ff52\\\" data=\\\"eyJpZCI6IjUzMWE5MjgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJhbGlnbiI6ImxlZnQiLCJlZGl0b3IiOiI8cD5XaXRoIHRoZSBTZXR1cCBnZXN0b3JpYSBpbiBBbmRvcnJhLCB5b3UgYmVuZWZpdCBmcm9tIHRhaWxvci1tYWRlIHN1cHBvcnQuIFRoYW5rcyB0byBpdHMgdGVhbSBvZiBzcGVjaWFsaXN0cywgd2UgZ3VpZGUgeW91IHRocm91Z2ggYSByZWxpYWJsZSwgc3RhYmxlIHByb2Nlc3MsIHByb3ZlbiBvdmVyIG1hbnkgeWVhcnMuPFwvcD4iLCJfX2dsb2JhbHNfXyI6eyJ0ZXh0X2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPWFzdGdsb2JhbGNvbG9yMiJ9LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiSm9zdCIsInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiIzMDAiLCJ0eXBvZ3JhcGh5X2ZvbnRfc3R5bGUiOiJub3JtYWwiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxOCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjU2LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTYsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfbW9iaWxlIjp7InVuaXQiOiJlbSIsInNpemUiOjEuNTYsInNpemVzIjpbXX0sIl9maWdtYSI6IjI4Mjc6MTAyOSIsImFsaWduX3NlbGYiOiJzdHJldGNoIiwiX2ZsZXhfYWxpZ25fc2VsZiI6InN0cmV0Y2gifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\\"]\\t\\t<\\\/div>\\n\\t\\t\\t\\t<\\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-a3a000e elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-widget elementor-widget-image\\\" data-id=\\\"a3a000e\\\" 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 width=\\\"1280\\\" height=\\\"556\\\" src=\\\"https:\\\/\\\/setupandorra.com\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/fig-2889-1386-ab.webp\\\" class=\\\"attachment-full size-full wp-image-15955\\\" alt=\\\"\\\" srcset=\\\"https:\\\/\\\/setupandorra.com\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/fig-2889-1386-ab.webp 1280w, https:\\\/\\\/setupandorra.com\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/fig-2889-1386-ab-300x130.webp 300w, https:\\\/\\\/setupandorra.com\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/fig-2889-1386-ab-1024x445.webp 1024w, https:\\\/\\\/setupandorra.com\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/fig-2889-1386-ab-768x334.webp 768w\\\" sizes=\\\"(max-width: 1280px) 100vw, 1280px\\\" \\\/>\\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\\t\\t<\\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-a8d1a8b e-con-boxed e-flex e-con e-parent\\\" data-id=\\\"a8d1a8b\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-2385d85 e-con-full e-flex e-con e-child\\\" data-id=\\\"2385d85\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-4ede298 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-widget elementor-widget-heading\\\" data-id=\\\"4ede298\\\" 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<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Genuine expertise in helping French nationals settle in Andorra<\\\/h2>\\t\\t\\t\\t<\\\/div>\\n\\t\\t\\t\\t<\\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-78f0b22 e-con-full e-flex e-con e-child\\\" data-id=\\\"78f0b22\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t[elementor-element k=\\\"004bcf67d57e8df9f3c711a5fe87ff52\\\" data=\\\"eyJpZCI6ImE0NDYxNTIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJhbGlnbiI6ImxlZnQiLCJlZGl0b3IiOiI8cD5CeSBhbnN3ZXJpbmcgY29tcGxleCBxdWVzdGlvbnMgaW4gYm90aCBwcm9mZXNzaW9uYWwgYW5kIHBlcnNvbmFsIG1hdHRlcnMsIHlvdSB3aWxsIGZpbmQgYXQgU2V0dXAgYW4gYXR0ZW50aXZlIGVhciBhbmQgYSBnZW51aW5lIGV4Y2hhbmdlIG9mIGlkZWFzOyBvdXIgZXhwZXJ0aXNlIHdpbGwgbGVhZCB1cyB0byBwcm9wb3NlIHRoZSBiZXN0IHNvbHV0aW9ucyBmb3IgeW91LjxcL3A+IiwiX19nbG9iYWxzX18iOnsidGV4dF9jb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD01NzQ5NWY0In0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJKb3N0IiwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsInR5cG9ncmFwaHlfZm9udF9zdHlsZSI6Im5vcm1hbCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE2LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuNSwic2l6ZXMiOltdfSwiX2VsZW1lbnRfd2lkdGgiOiJpbml0aWFsIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiJweCIsInNpemUiOjQ2My4zNSwic2l6ZXMiOltdfSwiX2VsZW1lbnRfd2lkdGhfbW9iaWxlIjoiaW5oZXJpdCIsIl9maWdtYSI6IjI5Njk6MjM0NyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-ef55346 elementor-align-left elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-widget elementor-widget-button\\\" data-id=\\\"ef55346\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-button-wrapper\\\">\\n\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-md\\\" href=\\\"https:\\\/\\\/setupandorra.com\\\/contact\\\/\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">Free consultation<\\\/span>\\n\\t\\t\\t\\t\\t<\\\/span>\\n\\t\\t\\t\\t\\t<\\\/a>\\n\\t\\t\\t\\t<\\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\\/div>\\n\\t\\t\\t\\t<\\\/div>\\n\\t\\t\\t\\t<\\\/div>\\n\\t\\t\\t\\t<\\\/div>\\n\\t\\t\\t\\t\\t<\\\/div>\\n\\t\\t\\t\\t<\\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-161e76b e-con-boxed e-flex e-con e-parent\\\" data-id=\\\"161e76b\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-bc08e08 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-widget elementor-widget-image\\\" data-id=\\\"bc08e08\\\" 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 width=\\\"1040\\\" height=\\\"824\\\" src=\\\"https:\\\/\\\/setupandorra.com\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/fig-2694-2032-ab.webp\\\" class=\\\"attachment-full size-full wp-image-15939\\\" alt=\\\"\\\" srcset=\\\"https:\\\/\\\/setupandorra.com\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/fig-2694-2032-ab.webp 1040w, https:\\\/\\\/setupandorra.com\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/fig-2694-2032-ab-300x238.webp 300w, https:\\\/\\\/setupandorra.com\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/fig-2694-2032-ab-1024x811.webp 1024w, https:\\\/\\\/setupandorra.com\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/fig-2694-2032-ab-768x608.webp 768w\\\" sizes=\\\"(max-width: 1040px) 100vw, 1040px\\\" \\\/>\\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<div class=\\\"elementor-element elementor-element-e910368 e-con-full e-flex e-con e-child\\\" data-id=\\\"e910368\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-84f87fa elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-widget elementor-widget-heading\\\" data-id=\\\"84f87fa\\\" 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<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Reliable and transparent relationships<\\\/h2>\\t\\t\\t\\t<\\\/div>\\n\\t\\t\\t\\t<\\\/div>\\n\\t\\t[elementor-element k=\\\"004bcf67d57e8df9f3c711a5fe87ff52\\\" data=\\\"eyJpZCI6IjMzZDJiYWIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJhbGlnbiI6ImxlZnQiLCJlZGl0b3IiOiI8cD5XZSBjYW4sIGZvciBleGFtcGxlLCBwcm92aWRlIHlvdSB3aXRoIGNvbXBsZXRlIGFzc2lzdGFuY2UgYW5kIHRha2UgY2FyZSBvZiBldmVyeSBmb3JtYWxpdHkuIFdlIHB1dCB5b3UgaW4gdG91Y2ggd2l0aCB0aGUgYmVzdCBhZHZpc2VycyBpbiB0aGUgUHJpbmNpcGFsaXR5IG9mIEFuZG9ycmEsIHdobyBtYXN0ZXIgdGhlIHdvcmtpbmdzIG9mIGV2ZXJ5IGtpbmQgb2YgYXNzZXQgKHJlYWwgZXN0YXRlLCBpbnRlbGxlY3R1YWwgcHJvcGVydHksIHN0b2NrIG1hcmtldCBpbnZlc3RtZW50cywgdGhlIHRyYW5zZmVyIG9mIGFzc2V0cywgYW5kIHNvIG9uKS4gRXZlcnl0aGluZyB3ZSBkbyBpcyBjYXJyaWVkIG91dCBpbiBjbG9zZSBjb25zdWx0YXRpb24gd2l0aCB5b3UuIFdlIHBsYWNlIG91ciBzdWJzdGFudGlhbCBrbm93LWhvdyBpbiB0aGUgbW9zdCBhZHZhbmNlZCBtYW5hZ2VtZW50IHRlY2huaXF1ZXMgYXQgeW91ciBkaXNwb3NhbC48XC9wPiIsIl9fZ2xvYmFsc19fIjp7InRleHRfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\\/aWQ9NDNmOTM5MiJ9LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiSm9zdCIsInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiIzMDAiLCJ0eXBvZ3JhcGh5X2ZvbnRfc3R5bGUiOiJub3JtYWwiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxOCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjU2LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTYsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfbW9iaWxlIjp7InVuaXQiOiJlbSIsInNpemUiOjEuNTYsInNpemVzIjpbXX0sIl9maWdtYSI6IjI2OTQ6MjAyNSIsImFsaWduX3NlbGYiOiJzdHJldGNoIiwiX2ZsZXhfYWxpZ25fc2VsZiI6InN0cmV0Y2gifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\\"]\\t\\t<\\\/div>\\n\\t\\t\\t\\t\\t<\\\/div>\\n\\t\\t\\t\\t<\\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-b4e2ae0 e-con-boxed e-flex e-con e-parent\\\" data-id=\\\"b4e2ae0\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-d87934b e-con-full e-flex e-con e-child\\\" data-id=\\\"d87934b\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-87bb29d e-con-full e-flex e-con e-child\\\" data-id=\\\"87bb29d\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-c0499b3 elementor-widget elementor-widget-heading\\\" data-id=\\\"c0499b3\\\" 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<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Why choosing Andorra?<\\\/h2>\\t\\t\\t\\t<\\\/div>\\n\\t\\t\\t\\t<\\\/div>\\n\\t\\t\\t\\t<\\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-244c06c e-con-full e-flex e-con e-child\\\" data-id=\\\"244c06c\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t[elementor-element k=\\\"004bcf67d57e8df9f3c711a5fe87ff52\\\" data=\\\"eyJpZCI6IjM4NDRhZGIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJhbGlnbiI6ImxlZnQiLCJlZGl0b3IiOiI8cD5CeSBjaG9vc2luZyB0byBzZWVrIGNvbmNyZXRlIGFzc2lzdGFuY2UgZnJvbSBzcGVjaWFsaXN0IHByb2Zlc3Npb25hbHMsIHlvdSBiZW5lZml0IGZyb20gc291bmQgYWR2aWNlIGFzIHdlbGwgYXMgYSBkZWdyZWUgb2YgcHJvdGVjdGlvbiBhZ2FpbnN0IHJpc2tzIGFuZCB0aGUgdW5leHBlY3RlZC4gT3VyIGtub3dsZWRnZSBvZiB0aGUgYmFua2luZyBzeXN0ZW0gb2YgdGhlIFByaW5jaXBhbGl0eSBvZiBBbmRvcnJhIGFsbG93cyB1cyB0byBkbyBvdXIgd29yayB0byB0aGUgYmVzdCBvZiBvdXIgYWJpbGl0eSwgd2l0aCBjb21wbGV0ZSBob25lc3R5IGFuZCB0aGUgZnVsbGVzdCB0cmFuc3BhcmVuY3kuIFNldHVwJ3MgcmVwdXRhdGlvbiB0aHJvdWdob3V0IHRoZSBjb3VudHJ5IGlzIGEgbWFyayBvZiB0cnVzdCB5b3UgY2FuIHJlbHkgb24uPFwvcD4iLCJfX2dsb2JhbHNfXyI6eyJ0ZXh0X2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPTU3NDk1ZjQifSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ikpvc3QiLCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiMzAwIiwidHlwb2dyYXBoeV9mb250X3N0eWxlIjoibm9ybWFsIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTgsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS41Niwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3NpemVfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOjE2LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0X21vYmlsZSI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjU2LCJzaXplcyI6W119LCJfZmlnbWEiOiIyOTcwOjIzNzYiLCJhbGlnbl9zZWxmIjoic3RyZXRjaCIsIl9mbGV4X2FsaWduX3NlbGYiOiJzdHJldGNoIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\\\"]\\t\\t<\\\/div>\\n\\t\\t\\t\\t<\\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-1ce7380 e-con-full e-flex e-con e-child\\\" data-id=\\\"1ce7380\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-382ac43 e-con-full e-flex e-con e-child\\\" data-id=\\\"382ac43\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-182b7c7 elementor-widget__width-initial elementor-widget elementor-widget-image\\\" data-id=\\\"182b7c7\\\" 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 src=\\\"https:\\\/\\\/setupandorra.com\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/fig-2694-2086-ab.svg\\\" class=\\\"attachment-full size-full wp-image-15943\\\" alt=\\\"\\\" \\\/>\\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[elementor-element k=\\\"004bcf67d57e8df9f3c711a5fe87ff52\\\" data=\\\"eyJpZCI6ImZiMTIwN2IiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJhbGlnbiI6ImxlZnQiLCJlZGl0b3IiOiI8cD5BcyBhIHRydXN0ZWQgcGFydG5lciBpbiB0aGUgbWFuYWdlbWVudCBvZiB5b3VyIGFzc2V0cyBpbiB0aGUgUHJpbmNpcGFsaXR5IG9mIEFuZG9ycmEsIFNldHVwIG9mZmVycyB5b3UgdGFpbG9yLW1hZGUgc3VwcG9ydCwgcHV0dGluZyB5b3UgaW4gdG91Y2ggd2l0aCB0YXgsIGxlZ2FsIGFuZCBmaW5hbmNpYWwgc3BlY2lhbGlzdHMuIERvIG5vdCBoZXNpdGF0ZSB0byBjb250YWN0IHVzOiB3ZSB3aWxsIGV4YW1pbmUgeW91ciBwcm9qZWN0IGluIGRldGFpbCBzbyB0aGF0IHdlIGNhbiBkZXRlcm1pbmUgd2l0aCB5b3UgdGhlIHNlcnZpY2VzIGJlc3Qgc3VpdGVkIHRvIHlvdXIgc2l0dWF0aW9uLjxcL3A+IiwiX19nbG9iYWxzX18iOnsidGV4dF9jb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD00M2Y5MzkyIn0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJKb3N0IiwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsInR5cG9ncmFwaHlfZm9udF9zdHlsZSI6Im5vcm1hbCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE2LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuNSwic2l6ZXMiOltdfSwiX2ZpZ21hIjoiMjY5NDoyMDgzIiwiYWxpZ25fc2VsZiI6InN0cmV0Y2giLCJfZmxleF9hbGlnbl9zZWxmIjoic3RyZXRjaCJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\\\"]\\t\\t<\\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-f71aac2 elementor-align-left elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-widget elementor-widget-button\\\" data-id=\\\"f71aac2\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-button-wrapper\\\">\\n\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-md\\\" href=\\\"https:\\\/\\\/setupandorra.com\\\/contact\\\/\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">Let's talk about your project<\\\/span>\\n\\t\\t\\t\\t\\t<\\\/span>\\n\\t\\t\\t\\t\\t<\\\/a>\\n\\t\\t\\t\\t<\\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\\/div>\\n\\t\\t\\t\\t<\\\/div>\\n\\t\\t\\t\\t<\\\/div>\\n\\t\\t\\t\\t\\t<\\\/div>\\n\\t\\t\\t\\t<\\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-399cd86 e-con-boxed e-flex e-con e-parent\\\" data-id=\\\"399cd86\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-cb8cd80 e-con-full e-flex e-con e-child\\\" data-id=\\\"cb8cd80\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-c77a8a6 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-widget elementor-widget-heading\\\" data-id=\\\"c77a8a6\\\" 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<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Let's talk about your project<\\\/h2>\\t\\t\\t\\t<\\\/div>\\n\\t\\t\\t\\t<\\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-e34877d e-con-full e-flex e-con e-child\\\" data-id=\\\"e34877d\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t[elementor-element k=\\\"004bcf67d57e8df9f3c711a5fe87ff52\\\" data=\\\"eyJpZCI6IjcwNzIxNGEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJhbGlnbiI6ImxlZnQiLCJlZGl0b3IiOiI8cD5MZXRcdTIwMTlzIHRha2Ugc3RvY2sgdG9nZXRoZXIgc28gd2UgY2FuIGNsZWFybHkgZ3VpZGUgeW91IGFuZCBoZWxwIHlvdSBhdm9pZCBjb21tb24gbWlzdGFrZXMuIFRoaXMgaXMgYW4gaW5pdGlhbCBkaXNjdXNzaW9uIHRvIGxheSB0aGUgZ3JvdW5kd29yayBmb3IgeW91ciBwcm9qZWN0LCB3aXRoIGNvbXBsZXRlIHRyYW5zcGFyZW5jeS48XC9wPiIsIl9fZ2xvYmFsc19fIjp7InRleHRfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\\/aWQ9NTc0OTVmNCJ9LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiSm9zdCIsInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X2ZvbnRfc3R5bGUiOiJub3JtYWwiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjUsInNpemVzIjpbXX0sIl9lbGVtZW50X3dpZHRoIjoiaW5pdGlhbCIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoicHgiLCJzaXplIjo0NjMuMzUsInNpemVzIjpbXX0sIl9lbGVtZW50X3dpZHRoX21vYmlsZSI6ImluaGVyaXQiLCJfZmlnbWEiOiIyNjk0OjIwOTUifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-18a34d1 elementor-align-left elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-widget elementor-widget-button\\\" data-id=\\\"18a34d1\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-button-wrapper\\\">\\n\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-md\\\" href=\\\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjE2MDM5IiwidG9nZ2xlIjpmYWxzZX0=\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">Free Consultation!<\\\/span>\\n\\t\\t\\t\\t\\t<\\\/span>\\n\\t\\t\\t\\t\\t<\\\/a>\\n\\t\\t\\t\\t<\\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\\/div>\\n\\t\\t\\t\\t<\\\/div>\\n\\t\\t\\t\\t<\\\/div>\\n\\t\\t\\t\\t<\\\/div>\\n\\t\\t\\t\\t\\t<\\\/div>\\n\\t\\t\\t\\t<\\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-1a312ce e-con-full e-flex e-con e-parent\\\" data-id=\\\"1a312ce\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-93fd85b e-con-full e-flex e-con e-child\\\" data-id=\\\"93fd85b\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-4cdda44 elementor-widget elementor-widget-heading\\\" data-id=\\\"4cdda44\\\" 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<h2 class=\\\"elementor-heading-title elementor-size-default\\\">What they're saying about us<\\\/h2>\\t\\t\\t\\t<\\\/div>\\n\\t\\t\\t\\t<\\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-e1cfd67 elementor-widget elementor-widget-heading\\\" data-id=\\\"e1cfd67\\\" 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\\\">Rating: 5 out of 5 stars+100 customer reviews<\\\/h3>\\t\\t\\t\\t<\\\/div>\\n\\t\\t\\t\\t<\\\/div>\\n\\t\\t\\t\\t<\\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-5c36d5e e-con-full setup-defile setup-avis e-flex e-con e-child\\\" data-id=\\\"5c36d5e\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-6dc7f3a e-con-full e-flex e-con e-child\\\" data-id=\\\"6dc7f3a\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-bafc771 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-widget elementor-widget-image\\\" data-id=\\\"bafc771\\\" 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 src=\\\"https:\\\/\\\/setupandorra.com\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/fig-2970-2394-ab.svg\\\" class=\\\"attachment-full size-full wp-image-15959\\\" alt=\\\"\\\" \\\/>\\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[elementor-element k=\\\"004bcf67d57e8df9f3c711a5fe87ff52\\\" data=\\\"eyJpZCI6IjMwZTNjN2MiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJhbGlnbiI6ImxlZnQiLCJlZGl0b3IiOiJNYWRhbWUgVmlyZ2luaWUgaGVyZ2VsIGV0IHRyXHUwMGU4cyBhZ3JcdTAwZTlhYmxlIGV0IGRpc3BvbmlibGUgcmFwaWRlbWVudCBlbGxlIG0nYSBiaWVuIGV4cGxpcXVcdTAwZTkgZXQgY29uc2VpbGxlIGplIGxhIHJlbWVyY2llIGV0IGxhIGNvbnNlaWwgYSAxMDAlIiwiX19nbG9iYWxzX18iOnsidGV4dF9jb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD00M2Y5MzkyIiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiZ2xvYmFsc1wvdHlwb2dyYXBoeT9pZD0wOTUwMDA0In0sIl9maWdtYSI6IjI5NzA6MjQwMCIsImFsaWduX3NlbGYiOiJzdHJldGNoIiwiX2ZsZXhfYWxpZ25fc2VsZiI6InN0cmV0Y2gifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\\"][elementor-element k=\\\"004bcf67d57e8df9f3c711a5fe87ff52\\\" data=\\\"eyJpZCI6ImU4NjQ5YWMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJhbGlnbiI6InJpZ2h0IiwiZWRpdG9yIjoiRnJlZCA2NjYiLCJ0ZXh0X2NvbG9yIjoiIzVGNUY1RiIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJKb3N0IiwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjMwMCIsInR5cG9ncmFwaHlfZm9udF9zdHlsZSI6Im5vcm1hbCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjEyLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMzMsInNpemVzIjpbXX0sIl9maWdtYSI6IjI5NzA6MjQwMSIsImFsaWduX3NlbGYiOiJzdHJldGNoIiwiX2ZsZXhfYWxpZ25fc2VsZiI6InN0cmV0Y2gifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\\"]\\t\\t<\\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-7f49794 e-con-full e-flex e-con e-child\\\" data-id=\\\"7f49794\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-de82a09 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-widget elementor-widget-image\\\" data-id=\\\"de82a09\\\" 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 src=\\\"https:\\\/\\\/setupandorra.com\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/fig-2970-2405-ab.svg\\\" class=\\\"attachment-full size-full wp-image-15963\\\" alt=\\\"\\\" \\\/>\\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[elementor-element k=\\\"004bcf67d57e8df9f3c711a5fe87ff52\\\" data=\\\"eyJpZCI6ImFkNGMxZTEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJhbGlnbiI6ImxlZnQiLCJlZGl0b3IiOiJKZSByZWNvbW1hbmRlIHZpdmVtZW50ICEgcG91ciBkZXMgaW5mb3Mgc1x1MDBlOXJpZXVzZXMsIGNvbmNyXHUwMGU4dGVzLCByXHUwMGU5YWN0aXZpdFx1MDBlOSAhIE1lcmNpIFx1MDBlMCBWaXJnaW5pZSBwb3VyIHNvbiBwcm9mZXNzaW9ubmFsaXNtZSBldCBzZXMgY29uc2VpbHMgZGFucyBsXHUyMDE5b3JpZW50YXRpb24gZXQgcHJpc2UgZGUgZFx1MDBlOWNpc2lvbiBzZWxvbiBsZXMgb2JqZWN0aWZzIGRlIGNoYWN1bi4iLCJfX2dsb2JhbHNfXyI6eyJ0ZXh0X2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPTQzZjkzOTIiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJnbG9iYWxzXC90eXBvZ3JhcGh5P2lkPTA5NTAwMDQifSwiX2ZpZ21hIjoiMjk3MDoyNDExIiwiYWxpZ25fc2VsZiI6InN0cmV0Y2giLCJfZmxleF9hbGlnbl9zZWxmIjoic3RyZXRjaCJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\\\"][elementor-element k=\\\"004bcf67d57e8df9f3c711a5fe87ff52\\\" data=\\\"eyJpZCI6IjNhMDAwYTkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJhbGlnbiI6InJpZ2h0IiwiZWRpdG9yIjoiR2lsbGVzLU9saXZpZXIgR2FtaWNob24iLCJ0ZXh0X2NvbG9yIjoiIzVGNUY1RiIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJKb3N0IiwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjMwMCIsInR5cG9ncmFwaHlfZm9udF9zdHlsZSI6Im5vcm1hbCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjEyLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMzMsInNpemVzIjpbXX0sIl9maWdtYSI6IjI5NzA6MjQxMiIsImFsaWduX3NlbGYiOiJzdHJldGNoIiwiX2ZsZXhfYWxpZ25fc2VsZiI6InN0cmV0Y2gifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\\"]\\t\\t<\\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-89e50c3 e-con-full e-flex e-con e-child\\\" data-id=\\\"89e50c3\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-694d3fb elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-widget elementor-widget-image\\\" data-id=\\\"694d3fb\\\" 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 src=\\\"https:\\\/\\\/setupandorra.com\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/fig-2970-2416-ab.svg\\\" class=\\\"attachment-full size-full wp-image-15967\\\" alt=\\\"\\\" \\\/>\\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[elementor-element k=\\\"004bcf67d57e8df9f3c711a5fe87ff52\\\" data=\\\"eyJpZCI6ImRjY2YyNjciLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJhbGlnbiI6ImxlZnQiLCJlZGl0b3IiOiJKZSB0ZW5haXMgXHUwMGUwIHJlbWVyY2llciB0b3V0ZSBsXHUyMDE5XHUwMGU5cXVpcGUgZGUgU2V0dXAgQW5kb3JyYSBwb3VyIGxldXIgc3VpdmksIGxldXIgc1x1MDBlOXJpZXV4IGV0IGxldXIgcHJvZmVzc2lvbm5hbGlzbWUuIFVuZSBcdTAwZTlxdWlwZSB0clx1MDBlOHMgaHVtYWluZSwgdG91am91cnMgZGlzcG9uaWJsZSwgclx1MDBlOWFjdGl2ZSBldCBcdTAwZTAgbFx1MjAxOVx1MDBlOWNvdXRlLiBMXHUyMDE5YWNjb21wYWduZW1lbnQgYSBcdTAwZTl0XHUwMGU5IGNsYWlyLCBmbHVpZGUgZXQgcmFzc3VyYW50IHRvdXQgYXUgbG9uZyBkdSBwcm9qZXQuIEplIG5lIHBldXggcXVlIGxlcyByZWNvbW1hbmRlciBzaSB2b3VzIGVudmlzYWdleiBkZSB2b3VzIGluc3RhbGxlciBlbiBBbmRvcnJlIiwiX19nbG9iYWxzX18iOnsidGV4dF9jb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD00M2Y5MzkyIiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiZ2xvYmFsc1wvdHlwb2dyYXBoeT9pZD0wOTUwMDA0In0sIl9maWdtYSI6IjI5NzA6MjQyMiIsImFsaWduX3NlbGYiOiJzdHJldGNoIiwiX2ZsZXhfYWxpZ25fc2VsZiI6InN0cmV0Y2gifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\\"][elementor-element k=\\\"004bcf67d57e8df9f3c711a5fe87ff52\\\" data=\\\"eyJpZCI6Ijg0YjhhYzYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJhbGlnbiI6InJpZ2h0IiwiZWRpdG9yIjoiVWxyaWNoIFZhbGxcdTAwZTllIiwidGV4dF9jb2xvciI6IiM1RjVGNUYiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiSm9zdCIsInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiIzMDAiLCJ0eXBvZ3JhcGh5X2ZvbnRfc3R5bGUiOiJub3JtYWwiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxMiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjMzLCJzaXplcyI6W119LCJfZmlnbWEiOiIyOTcwOjI0MjMiLCJhbGlnbl9zZWxmIjoic3RyZXRjaCIsIl9mbGV4X2FsaWduX3NlbGYiOiJzdHJldGNoIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\\\"]\\t\\t<\\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-e517f97 e-con-full e-flex e-con e-child\\\" data-id=\\\"e517f97\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-d4d1576 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-widget elementor-widget-image\\\" data-id=\\\"d4d1576\\\" 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 src=\\\"https:\\\/\\\/setupandorra.com\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/fig-2970-2427-ab.svg\\\" class=\\\"attachment-full size-full wp-image-15971\\\" alt=\\\"\\\" \\\/>\\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[elementor-element k=\\\"004bcf67d57e8df9f3c711a5fe87ff52\\\" data=\\\"eyJpZCI6IjFkMjE0MDUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJhbGlnbiI6ImxlZnQiLCJlZGl0b3IiOiJVbmUgZ3JhbmRlIHZhbGV1ciBkYW5zIGxlcyBleHBsaWNhdGlvbnMgYXBwb3J0XHUwMGU5ZXMuIERyb2l0IGF1IGJ1dCwgZGVzIGNvbnNlaWxzIHZyYWltZW50IHBlcnRpbmVudHMuIEplIG1lIHNlbnMgZW4gY29uZmlhbmNlIGF2ZWMgY2V0dGUgZW50cmVwcmlzZS4iLCJfX2dsb2JhbHNfXyI6eyJ0ZXh0X2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPTQzZjkzOTIiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJnbG9iYWxzXC90eXBvZ3JhcGh5P2lkPTA5NTAwMDQifSwiX2ZpZ21hIjoiMjk3MDoyNDMzIiwiYWxpZ25fc2VsZiI6InN0cmV0Y2giLCJfZmxleF9hbGlnbl9zZWxmIjoic3RyZXRjaCJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\\\"][elementor-element k=\\\"004bcf67d57e8df9f3c711a5fe87ff52\\\" data=\\\"eyJpZCI6ImEzOWI2Y2QiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJhbGlnbiI6InJpZ2h0IiwiZWRpdG9yIjoiUmVzb2x2ZSBCeSBTZWIiLCJ0ZXh0X2NvbG9yIjoiIzVGNUY1RiIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJKb3N0IiwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjMwMCIsInR5cG9ncmFwaHlfZm9udF9zdHlsZSI6Im5vcm1hbCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjEyLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMzMsInNpemVzIjpbXX0sIl9maWdtYSI6IjI5NzA6MjQzNCIsImFsaWduX3NlbGYiOiJzdHJldGNoIiwiX2ZsZXhfYWxpZ25fc2VsZiI6InN0cmV0Y2gifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\\"]\\t\\t<\\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-54cec9d e-con-full e-flex e-con e-child\\\" data-id=\\\"54cec9d\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-53c38d4 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-widget elementor-widget-image\\\" data-id=\\\"53c38d4\\\" 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 src=\\\"https:\\\/\\\/setupandorra.com\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/fig-2970-2394-ab.svg\\\" class=\\\"attachment-full size-full wp-image-15959\\\" alt=\\\"\\\" \\\/>\\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[elementor-element k=\\\"004bcf67d57e8df9f3c711a5fe87ff52\\\" data=\\\"eyJpZCI6IjRiZjI1YzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJhbGlnbiI6ImxlZnQiLCJlZGl0b3IiOiJOb3VzIGF2b25zIGV1IHVuZSBleGNlbGxlbnRlIGV4cFx1MDBlOXJpZW5jZSBhdmVjIFNldHVwYW5kb3JyYSBnclx1MDBlMmNlIFx1MDBlMCBWaXJnaW5pZSBIZXJnZWwuIFNhIGdyYW5kZSBvdXZlcnR1cmUgZGFucyBsXHUyMDE5XHUwMGU5Y2hhbmdlLCBzZXMgY29uc2VpbHMgY2xhaXJzIGV0IGF2aXNcdTAwZTlzIGFpbnNpIHF1ZSBzYSBzcG9udGFuXHUwMGU5aXRcdTAwZTkgbm91cyBvbnQgaW1tXHUwMGU5ZGlhdGVtZW50IG1pcyBlbiBjb25maWFuY2UuIFZpcmdpbmllIHByZW5kIHZyYWltZW50IGxlIHRlbXBzIGRcdTIwMTlcdTAwZTljb3V0ZXIgZXQgZGUgZ3VpZGVyIGF2ZWMgcHJvZmVzc2lvbm5hbGlzbWUgbWFpcyBhdXNzaSBjaGFsZXVyIGh1bWFpbmUuIE1lcmNpIHBvdXIgY2V0IGFjY29tcGFnbmVtZW50IHByXHUwMGU5Y2lldXggXHUyMDE0IGplIHJlY29tbWFuZGUgdml2ZW1lbnQgISIsIl9fZ2xvYmFsc19fIjp7InRleHRfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\\/aWQ9NDNmOTM5MiIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6Imdsb2JhbHNcL3R5cG9ncmFwaHk\\\/aWQ9MDk1MDAwNCJ9LCJhbGlnbl9zZWxmIjoic3RyZXRjaCIsIl9mbGV4X2FsaWduX3NlbGYiOiJzdHJldGNoIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\\\"][elementor-element k=\\\"004bcf67d57e8df9f3c711a5fe87ff52\\\" data=\\\"eyJpZCI6IjU0ODBlODkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJhbGlnbiI6InJpZ2h0IiwiZWRpdG9yIjoiQmFydCBLeW5kdCIsInRleHRfY29sb3IiOiIjNUY1RjVGIiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ikpvc3QiLCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiMzAwIiwidHlwb2dyYXBoeV9mb250X3N0eWxlIjoibm9ybWFsIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4zMywic2l6ZXMiOltdfSwiYWxpZ25fc2VsZiI6InN0cmV0Y2giLCJfZmxleF9hbGlnbl9zZWxmIjoic3RyZXRjaCJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\\\"]\\t\\t<\\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-b647635 e-con-full e-flex e-con e-child\\\" data-id=\\\"b647635\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-e76f9a0 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-widget elementor-widget-image\\\" data-id=\\\"e76f9a0\\\" 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 src=\\\"https:\\\/\\\/setupandorra.com\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/fig-2970-2394-ab.svg\\\" class=\\\"attachment-full size-full wp-image-15959\\\" alt=\\\"\\\" \\\/>\\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[elementor-element k=\\\"004bcf67d57e8df9f3c711a5fe87ff52\\\" data=\\\"eyJpZCI6ImEyOGJhN2UiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJhbGlnbiI6ImxlZnQiLCJlZGl0b3IiOiJKZSByZW1lcmNpZSBWaXJnaW5pZSBwb3VyIHNvbiBwcm9mZXNzaW9ubmFsaXNtZSwgc2EgZGlzcG9uaWJpbGl0XHUwMGU5LCBldCBzdXJ0b3V0IHBvdXIgc2VzIHByXHUwMGU5Y2lldXggY29uc2VpbHMuIFZvdXMgcG91dmV6IGxhIGNvbnN1bHRlciBlbiB0b3V0ZSBjb25maWFuY2UgY29udHJhaXJlbWVudCBcdTAwZTAgZCdhdXRyZXMgc29jaVx1MDBlOXRcdTAwZTlzLiBDZSBuJ2VzdCBwYXMgdW5lIHZlbmRldXNlIGRlIHJcdTAwZWF2ZXMgbWFpcyB1bmUgdnJhaSBwcm9mZXNzaW9ubmVsbGUgcXVpIHNlcmEgdm91cyBhY2NvbXBhZ25lciBkYW5zIHZvdHJlIHByb2pldC4iLCJfX2dsb2JhbHNfXyI6eyJ0ZXh0X2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPTQzZjkzOTIiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJnbG9iYWxzXC90eXBvZ3JhcGh5P2lkPTA5NTAwMDQifSwiYWxpZ25fc2VsZiI6InN0cmV0Y2giLCJfZmxleF9hbGlnbl9zZWxmIjoic3RyZXRjaCJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\\\"][elementor-element k=\\\"004bcf67d57e8df9f3c711a5fe87ff52\\\" data=\\\"eyJpZCI6IjM5NWJiMGYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJhbGlnbiI6InJpZ2h0IiwiZWRpdG9yIjoiVmluY2VudCBMTE9CUkVHQVQiLCJ0ZXh0X2NvbG9yIjoiIzVGNUY1RiIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJKb3N0IiwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjMwMCIsInR5cG9ncmFwaHlfZm9udF9zdHlsZSI6Im5vcm1hbCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjEyLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMzMsInNpemVzIjpbXX0sImFsaWduX3NlbGYiOiJzdHJldGNoIiwiX2ZsZXhfYWxpZ25fc2VsZiI6InN0cmV0Y2gifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\\"]\\t\\t<\\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-0e278b2 e-con-full e-flex e-con e-child\\\" data-id=\\\"0e278b2\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-5d57b4d elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-widget elementor-widget-image\\\" data-id=\\\"5d57b4d\\\" 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 src=\\\"https:\\\/\\\/setupandorra.com\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/fig-2970-2394-ab.svg\\\" class=\\\"attachment-full size-full wp-image-15959\\\" alt=\\\"\\\" \\\/>\\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[elementor-element k=\\\"004bcf67d57e8df9f3c711a5fe87ff52\\\" data=\\\"eyJpZCI6IjllZjY3MTkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJhbGlnbiI6ImxlZnQiLCJlZGl0b3IiOiJTb2NpXHUwMGU5dFx1MDBlOSB0clx1MDBlOHMgcHJvZmVzc2lvbm5lbCBhdmVjIGRlcyBjb25zZWlscyBwZXJzb25uYWxpc1x1MDBlOXMuIE1lcmNpIFx1MDBlMCBWaXJnaW5pZSBwb3VyIHNhIGRpc3BvbmliaWxpdFx1MDBlOS4iLCJfX2dsb2JhbHNfXyI6eyJ0ZXh0X2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPTQzZjkzOTIiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJnbG9iYWxzXC90eXBvZ3JhcGh5P2lkPTA5NTAwMDQifSwiYWxpZ25fc2VsZiI6InN0cmV0Y2giLCJfZmxleF9hbGlnbl9zZWxmIjoic3RyZXRjaCJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\\\"][elementor-element k=\\\"004bcf67d57e8df9f3c711a5fe87ff52\\\" data=\\\"eyJpZCI6IjM4ZDVmN2YiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJhbGlnbiI6InJpZ2h0IiwiZWRpdG9yIjoiQWhtZWQgTkVEREVSIiwidGV4dF9jb2xvciI6IiM1RjVGNUYiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiSm9zdCIsInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiIzMDAiLCJ0eXBvZ3JhcGh5X2ZvbnRfc3R5bGUiOiJub3JtYWwiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxMiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjMzLCJzaXplcyI6W119LCJhbGlnbl9zZWxmIjoic3RyZXRjaCIsIl9mbGV4X2FsaWduX3NlbGYiOiJzdHJldGNoIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\\\"]\\t\\t<\\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-65be038 e-con-full e-flex e-con e-child\\\" data-id=\\\"65be038\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-7c62684 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-widget elementor-widget-image\\\" data-id=\\\"7c62684\\\" 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 src=\\\"https:\\\/\\\/setupandorra.com\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/fig-2970-2394-ab.svg\\\" class=\\\"attachment-full size-full wp-image-15959\\\" alt=\\\"\\\" \\\/>\\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[elementor-element k=\\\"004bcf67d57e8df9f3c711a5fe87ff52\\\" data=\\\"eyJpZCI6ImIyYTRjMzUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJhbGlnbiI6ImxlZnQiLCJlZGl0b3IiOiJWaXJnaW5pZSBlc3QgdHJcdTAwZThzIGRpc3BvbmlibGUgcG91ciB2b3VzIGFwcG9ydGVyIGxlcyBpbmZvcm1hdGlvbnMgY2xhaXJlcyBhdSB0cmF2ZXJzIGRlIHRvdXMgc2VzIG1cdTAwZTlkaWFzIDogY29udGFjdHMgdFx1MDBlOWxcdTAwZTlwaG9uaXF1ZXMsIHNpdGUgaW50ZXJuZXQgZXQgdmlkXHUwMGU5byB5b3V0dWJlLiBVbiBwYXJ0ZW5haXJlIGNvbXBcdTAwZTl0ZW50IHF1aSBpbnNwaXJlIGNvbmZpYW5jZSBwb3VyIGwnZXhwYXRyaWF0aW9uIGVuIEFuZG9ycmUgISIsIl9fZ2xvYmFsc19fIjp7InRleHRfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\\/aWQ9NDNmOTM5MiIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6Imdsb2JhbHNcL3R5cG9ncmFwaHk\\\/aWQ9MDk1MDAwNCJ9LCJhbGlnbl9zZWxmIjoic3RyZXRjaCIsIl9mbGV4X2FsaWduX3NlbGYiOiJzdHJldGNoIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\\\"][elementor-element k=\\\"004bcf67d57e8df9f3c711a5fe87ff52\\\" data=\\\"eyJpZCI6ImNkNDE1NDAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJhbGlnbiI6InJpZ2h0IiwiZWRpdG9yIjoiQ0FZTEEgQ1x1MDBlOWRyaWMiLCJ0ZXh0X2NvbG9yIjoiIzVGNUY1RiIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJKb3N0IiwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjMwMCIsInR5cG9ncmFwaHlfZm9udF9zdHlsZSI6Im5vcm1hbCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjEyLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMzMsInNpemVzIjpbXX0sImFsaWduX3NlbGYiOiJzdHJldGNoIiwiX2ZsZXhfYWxpZ25fc2VsZiI6InN0cmV0Y2gifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\\"]\\t\\t<\\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-678c9a3 e-con-full e-flex e-con e-child\\\" data-id=\\\"678c9a3\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-cd86b0c elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-widget elementor-widget-image\\\" data-id=\\\"cd86b0c\\\" 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 src=\\\"https:\\\/\\\/setupandorra.com\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/fig-2970-2394-ab.svg\\\" class=\\\"attachment-full size-full wp-image-15959\\\" alt=\\\"\\\" \\\/>\\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[elementor-element k=\\\"004bcf67d57e8df9f3c711a5fe87ff52\\\" data=\\\"eyJpZCI6ImQyYzc4MmYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJhbGlnbiI6ImxlZnQiLCJlZGl0b3IiOiJSZW5kZXotdm91cyB0clx1MDBlOHMgdXRpbGUgZXQgcHJvZmVzc2lvbm5lbCBhdmVjIFZpcmdpbmllIGV0IHNvbiBcdTAwZTlxdWlwZSAhIFx1MDBjOWNoYW5nZSB0clx1MDBlOHMgY2xhaXIgZXQgY29tcGxldCwgcXVpIG1cdTIwMTlhIHBlcm1pcyBkXHUyMDE5eSB2b2lyIGJlYXVjb3VwIHBsdXMgY2xhaXIgc3VyIGxlcyBcdTAwZTl0YXBlcyBldCBwb2ludHMgXHUwMGUwIGFudGljaXBlciBwb3VyIHVuZSBleHBhdHJpYXRpb24gZW4gQW5kb3JyZS4iLCJfX2dsb2JhbHNfXyI6eyJ0ZXh0X2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPTQzZjkzOTIiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJnbG9iYWxzXC90eXBvZ3JhcGh5P2lkPTA5NTAwMDQifSwiYWxpZ25fc2VsZiI6InN0cmV0Y2giLCJfZmxleF9hbGlnbl9zZWxmIjoic3RyZXRjaCJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\\\"][elementor-element k=\\\"004bcf67d57e8df9f3c711a5fe87ff52\\\" data=\\\"eyJpZCI6ImRlNjhmMTgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJhbGlnbiI6InJpZ2h0IiwiZWRpdG9yIjoiRXRpZW5uZSBSIiwidGV4dF9jb2xvciI6IiM1RjVGNUYiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiSm9zdCIsInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiIzMDAiLCJ0eXBvZ3JhcGh5X2ZvbnRfc3R5bGUiOiJub3JtYWwiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxMiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjMzLCJzaXplcyI6W119LCJhbGlnbl9zZWxmIjoic3RyZXRjaCIsIl9mbGV4X2FsaWduX3NlbGYiOiJzdHJldGNoIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\\\"]\\t\\t<\\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-681c9ec e-con-full e-flex e-con e-child\\\" data-id=\\\"681c9ec\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-f3a25a8 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-widget elementor-widget-image\\\" data-id=\\\"f3a25a8\\\" 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 src=\\\"https:\\\/\\\/setupandorra.com\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/fig-2970-2394-ab.svg\\\" class=\\\"attachment-full size-full wp-image-15959\\\" alt=\\\"\\\" \\\/>\\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[elementor-element k=\\\"004bcf67d57e8df9f3c711a5fe87ff52\\\" data=\\\"eyJpZCI6IjUyNWIyZjkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJhbGlnbiI6ImxlZnQiLCJlZGl0b3IiOiJUclx1MDBlOHMgYm9uIFx1MDBlOWNoYW5nZSBhdmVjIFZpcmdpbmllIHF1aSBhIHN1IG0nYWlndWlsbGVyIGV0IG1lIGNvbnNlaWxsZXIgc3VyIGxlcyBjaG9zZXMgXHUwMGUwIG1ldHRyZSBlbiBwbGFjZSBwb3VyIGFycml2ZXIgZXQgbSdhbmNyZXIgZW4gQW5kb3JyZSBkZSBsYSBtZWlsbGV1cmUgZGVzIGZhXHUwMGU3b25zIHBvc3NpYmxlLiBCZWF1Y291cCBkZSB0cmFuc3BhcmVuY2UgZXQgZCdob25uXHUwMGVhdGV0XHUwMGU5LCBqZSByZWNvbW1hbmRlIGZvcnRlbWVudCAhIiwiX19nbG9iYWxzX18iOnsidGV4dF9jb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD00M2Y5MzkyIiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiZ2xvYmFsc1wvdHlwb2dyYXBoeT9pZD0wOTUwMDA0In0sImFsaWduX3NlbGYiOiJzdHJldGNoIiwiX2ZsZXhfYWxpZ25fc2VsZiI6InN0cmV0Y2gifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\\"][elementor-element k=\\\"004bcf67d57e8df9f3c711a5fe87ff52\\\" data=\\\"eyJpZCI6ImM1OTRmNGMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJhbGlnbiI6InJpZ2h0IiwiZWRpdG9yIjoiTWF4ZW5jZSBQZWNxdWV0IiwidGV4dF9jb2xvciI6IiM1RjVGNUYiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiSm9zdCIsInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiIzMDAiLCJ0eXBvZ3JhcGh5X2ZvbnRfc3R5bGUiOiJub3JtYWwiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxMiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjMzLCJzaXplcyI6W119LCJhbGlnbl9zZWxmIjoic3RyZXRjaCIsIl9mbGV4X2FsaWduX3NlbGYiOiJzdHJldGNoIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\\\"]\\t\\t<\\\/div>\\n\\t\\t\\t\\t<\\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-af245a7 elementor-align-left elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-widget elementor-widget-button\\\" data-id=\\\"af245a7\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-button-wrapper\\\">\\n\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-md\\\" href=\\\"https:\\\/\\\/search.google.com\\\/local\\\/writereview?placeid=ChIJA5WKBiv1pRIRva5V9z9J0EY\\\" target=\\\"_blank\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">Leave us a review<\\\/span>\\n\\t\\t\\t\\t\\t<\\\/span>\\n\\t\\t\\t\\t\\t<\\\/a>\\n\\t\\t\\t\\t<\\\/div>\\n\\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-9b9839e elementor-widget elementor-widget-html\\\" data-id=\\\"9b9839e\\\" 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<script>\\n\\\/* D\\u00e9filement automatique de la rang\\u00e9e d'avis.\\n   Pos\\u00e9 dans un widget HTML d'Elementor, \\u00e0 la fin de la section des avis.\\n\\n   Principes tenus :\\n   \\u2014 il n'interrompt JAMAIS le visiteur : survol, focus clavier, doigt pos\\u00e9 ou onglet\\n     en arri\\u00e8re-plan mettent en pause ;\\n   \\u2014 il respecte `prefers-reduced-motion` : si le syst\\u00e8me demande moins d'animation,\\n     le script ne d\\u00e9marre pas du tout ;\\n   \\u2014 il avance d'UNE carte \\u00e0 la fois, ce qui tombe juste avec l'accrochage `scroll-snap`\\n     d\\u00e9j\\u00e0 en place, et revient au d\\u00e9but en fin de course.\\n   Aucune d\\u00e9pendance, aucun r\\u00e9glage \\u00e0 maintenir ailleurs. *\\\/\\n(function () {\\n  var rangee = document.querySelector('.setup-avis');\\n  if (!rangee) return;\\n  if (window.matchMedia && window.matchMedia('(prefers-reduced-motion: reduce)').matches) return;\\n\\n  var DELAI = 4500;\\n  var enPause = false;\\n\\n  function pasDUneCarte() {\\n    var carte = rangee.firstElementChild;\\n    if (!carte) return 0;\\n    var style = window.getComputedStyle(rangee);\\n    var gap = parseFloat(style.columnGap || style.gap) || 0;\\n    return Math.round(carte.getBoundingClientRect().width + gap);\\n  }\\n\\n  function avancer() {\\n    if (enPause) return;\\n    var pas = pasDUneCarte();\\n    if (!pas) return;\\n    var max = rangee.scrollWidth - rangee.clientWidth;\\n    if (max <= 0) return;                       \\\/\\\/ rien \\u00e0 faire tant que \\u00e7a ne d\\u00e9borde pas\\n    var cible = rangee.scrollLeft + pas;\\n    if (cible > max - 4) cible = 0;             \\\/\\\/ fin de course : on repart au d\\u00e9but\\n    rangee.scrollTo({ left: cible, behavior: 'smooth' });\\n  }\\n\\n  ['pointerenter', 'pointerdown', 'focusin'].forEach(function (e) {\\n    rangee.addEventListener(e, function () { enPause = true; }, { passive: true });\\n  });\\n  ['pointerleave', 'focusout'].forEach(function (e) {\\n    rangee.addEventListener(e, function () { enPause = false; }, { passive: true });\\n  });\\n  document.addEventListener('visibilitychange', function () {\\n    if (document.hidden) enPause = true;\\n  });\\n\\n  setInterval(avancer, DELAI);\\n})();\\n\\n<\\\/script>\\t\\t\\t\\t<\\\/div>\\n\\t\\t\\t\\t<\\\/div>\\n\\t\\t\\t\\t<\\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-5eebecd e-con-boxed e-flex e-con e-parent\\\" data-id=\\\"5eebecd\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-5c089b3 e-con-full e-flex e-con e-child\\\" data-id=\\\"5c089b3\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-2773bc4 elementor-widget elementor-widget-heading\\\" data-id=\\\"2773bc4\\\" 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<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Contact us<\\\/h2>\\t\\t\\t\\t<\\\/div>\\n\\t\\t\\t\\t<\\\/div>\\n\\t\\t\\t\\t<\\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-5916f84 e-con-full e-flex e-con e-child\\\" data-id=\\\"5916f84\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-2ea886a e-con-full e-flex e-con e-child\\\" data-id=\\\"2ea886a\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-3db1469 elementor-widget__width-initial elementor-widget elementor-widget-image\\\" data-id=\\\"3db1469\\\" 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 src=\\\"https:\\\/\\\/setupandorra.com\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/fig-2694-1988-ab.svg\\\" class=\\\"attachment-full size-full wp-image-15927\\\" alt=\\\"\\\" \\\/>\\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<div class=\\\"elementor-element elementor-element-7757f2c e-con-full e-flex e-con e-child\\\" data-id=\\\"7757f2c\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-d1219b3 elementor-widget elementor-widget-heading\\\" data-id=\\\"d1219b3\\\" 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\\\">Contact us by phone or WhatsApp<\\\/h3>\\t\\t\\t\\t<\\\/div>\\n\\t\\t\\t\\t<\\\/div>\\n\\t\\t[elementor-element k=\\\"004bcf67d57e8df9f3c711a5fe87ff52\\\" data=\\\"eyJpZCI6ImQ4NDJjNGYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJhbGlnbiI6InJpZ2h0IiwiZWRpdG9yIjoiPHA+KzM3NiAzMzEgNTg2PFwvcD4iLCJfX2dsb2JhbHNfXyI6eyJ0ZXh0X2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPTQzZjkzOTIifSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ikpvc3QiLCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiMzAwIiwidHlwb2dyYXBoeV9mb250X3N0eWxlIjoibm9ybWFsIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTgsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS41Niwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3NpemVfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOjE2LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0X21vYmlsZSI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjU2LCJzaXplcyI6W119LCJfZmlnbWEiOiIyNjk0OjE5ODciLCJhbGlnbl9zZWxmIjoic3RyZXRjaCIsIl9mbGV4X2FsaWduX3NlbGYiOiJzdHJldGNoIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\\\"]\\t\\t<\\\/div>\\n\\t\\t\\t\\t<\\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-6f08a4c e-con-full e-flex e-con e-child\\\" data-id=\\\"6f08a4c\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-36dbcd0 elementor-widget__width-initial elementor-widget elementor-widget-image\\\" data-id=\\\"36dbcd0\\\" 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 src=\\\"https:\\\/\\\/setupandorra.com\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/fig-2694-1993-ab.svg\\\" class=\\\"attachment-full size-full wp-image-15931\\\" alt=\\\"\\\" \\\/>\\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<div class=\\\"elementor-element elementor-element-e6f87f7 e-con-full e-flex e-con e-child\\\" data-id=\\\"e6f87f7\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-c5fa4c2 elementor-widget elementor-widget-heading\\\" data-id=\\\"c5fa4c2\\\" 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\\\">Contact us by email<\\\/h3>\\t\\t\\t\\t<\\\/div>\\n\\t\\t\\t\\t<\\\/div>\\n\\t\\t[elementor-element k=\\\"004bcf67d57e8df9f3c711a5fe87ff52\\\" data=\\\"eyJpZCI6IjM3YmFiZTIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJhbGlnbiI6InJpZ2h0IiwiZWRpdG9yIjoiPHA+dmlyZ2luaWVoZXJnZWxAc2V0dXBhbmRvcnJhLmNvbTxcL3A+IiwiX19nbG9iYWxzX18iOnsidGV4dF9jb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD00M2Y5MzkyIn0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJKb3N0IiwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjMwMCIsInR5cG9ncmFwaHlfZm9udF9zdHlsZSI6Im5vcm1hbCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE4LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuNTYsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF9zaXplX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9saW5lX2hlaWdodF9tb2JpbGUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS41Niwic2l6ZXMiOltdfSwiX2ZpZ21hIjoiMjY5NDoyMDAyIiwiYWxpZ25fc2VsZiI6InN0cmV0Y2giLCJfZmxleF9hbGlnbl9zZWxmIjoic3RyZXRjaCJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\\\"]\\t\\t<\\\/div>\\n\\t\\t\\t\\t<\\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-33719d8 e-con-full e-flex e-con e-child\\\" data-id=\\\"33719d8\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-46c8e88 elementor-widget__width-initial elementor-widget elementor-widget-image\\\" data-id=\\\"46c8e88\\\" 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 src=\\\"https:\\\/\\\/setupandorra.com\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/fig-2694-2009-ab.svg\\\" class=\\\"attachment-full size-full wp-image-15935\\\" alt=\\\"\\\" \\\/>\\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<div class=\\\"elementor-element elementor-element-83e4bfe e-con-full e-flex e-con e-child\\\" data-id=\\\"83e4bfe\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-aff7ecd elementor-widget elementor-widget-heading\\\" data-id=\\\"aff7ecd\\\" 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\\\">Our offices<\\\/h3>\\t\\t\\t\\t<\\\/div>\\n\\t\\t\\t\\t<\\\/div>\\n\\t\\t[elementor-element k=\\\"004bcf67d57e8df9f3c711a5fe87ff52\\\" data=\\\"eyJpZCI6ImM2YmQ4MzMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJhbGlnbiI6InJpZ2h0IiwiZWRpdG9yIjoiPHA+RWRpZmljaSBubzI1LCAxLDIsIENhcnJlciBKb2FuIE1hcmFnYWxsLCBBRDUwMCBBbmRvcnJhIGxhIFZlbGxhIC0gUHJpbmNpcGFsaXR5IG9mIEFuZG9ycmE8XC9wPiIsIl9fZ2xvYmFsc19fIjp7InRleHRfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\\/aWQ9NDNmOTM5MiJ9LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiSm9zdCIsInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiIzMDAiLCJ0eXBvZ3JhcGh5X2ZvbnRfc3R5bGUiOiJub3JtYWwiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxOCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjU2LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTYsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfbW9iaWxlIjp7InVuaXQiOiJlbSIsInNpemUiOjEuNTYsInNpemVzIjpbXX0sIl9maWdtYSI6IjI2OTQ6MjAwNyIsImFsaWduX3NlbGYiOiJzdHJldGNoIiwiX2ZsZXhfYWxpZ25fc2VsZiI6InN0cmV0Y2gifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\\"]\\t\\t<\\\/div>\\n\\t\\t\\t\\t<\\\/div>\\n\\t\\t\\t\\t<\\\/div>\\n\\t\\t\\t\\t\\t<\\\/div>\\n\\t\\t\\t\\t<\\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-7b5b1db e-con-full setup-pied e-flex e-con e-parent\\\" data-id=\\\"7b5b1db\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-86e4a07 e-con-full e-flex e-con e-child\\\" data-id=\\\"86e4a07\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-d263dc5 e-con-full e-flex e-con e-child\\\" data-id=\\\"d263dc5\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-d2b8050 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-widget elementor-widget-image\\\" data-id=\\\"d2b8050\\\" 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 width=\\\"422\\\" height=\\\"224\\\" src=\\\"https:\\\/\\\/setupandorra.com\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/fig-3079-1733-ab.webp\\\" class=\\\"attachment-full size-full wp-image-15975\\\" alt=\\\"\\\" srcset=\\\"https:\\\/\\\/setupandorra.com\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/fig-3079-1733-ab.webp 422w, https:\\\/\\\/setupandorra.com\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/fig-3079-1733-ab-300x159.webp 300w\\\" sizes=\\\"(max-width: 422px) 100vw, 422px\\\" \\\/>\\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-9f1d973 elementor-shape-circle elementor-grid-0 e-grid-align-left elementor-widget elementor-widget-social-icons\\\" data-id=\\\"9f1d973\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"social-icons.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-social-icons-wrapper elementor-grid\\\" role=\\\"list\\\">\\n\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-grid-item\\\" role=\\\"listitem\\\">\\n\\t\\t\\t\\t\\t<a class=\\\"elementor-icon elementor-social-icon elementor-social-icon-facebook elementor-repeater-item-soc0\\\" href=\\\"https:\\\/\\\/www.facebook.com\\\/conciergerieAND\\\/\\\" target=\\\"_blank\\\" rel=\\\"nofollow\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-screen-only\\\">Facebook<\\\/span>\\n\\t\\t\\t\\t\\t\\t<i aria-hidden=\\\"true\\\" class=\\\"fab fa-facebook\\\"><\\\/i>\\t\\t\\t\\t\\t<\\\/a>\\n\\t\\t\\t\\t<\\\/span>\\n\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-grid-item\\\" role=\\\"listitem\\\">\\n\\t\\t\\t\\t\\t<a class=\\\"elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-repeater-item-soc1\\\" href=\\\"https:\\\/\\\/www.instagram.com\\\/setupandorra\\\/\\\" target=\\\"_blank\\\" rel=\\\"nofollow\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-screen-only\\\">Instagram<\\\/span>\\n\\t\\t\\t\\t\\t\\t<i aria-hidden=\\\"true\\\" class=\\\"fab fa-instagram\\\"><\\\/i>\\t\\t\\t\\t\\t<\\\/a>\\n\\t\\t\\t\\t<\\\/span>\\n\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-grid-item\\\" role=\\\"listitem\\\">\\n\\t\\t\\t\\t\\t<a class=\\\"elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-repeater-item-soc2\\\" href=\\\"https:\\\/\\\/www.youtube.com\\\/@SETUPANDORRA-GESTORIA-ANDORRE\\\" target=\\\"_blank\\\" rel=\\\"nofollow\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-screen-only\\\">Youtube<\\\/span>\\n\\t\\t\\t\\t\\t\\t<i aria-hidden=\\\"true\\\" class=\\\"fab fa-youtube\\\"><\\\/i>\\t\\t\\t\\t\\t<\\\/a>\\n\\t\\t\\t\\t<\\\/span>\\n\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-grid-item\\\" role=\\\"listitem\\\">\\n\\t\\t\\t\\t\\t<a class=\\\"elementor-icon elementor-social-icon elementor-social-icon-linkedin elementor-repeater-item-soc3\\\" href=\\\"https:\\\/\\\/www.linkedin.com\\\/company\\\/set-up-andorra-expatriation\\\" target=\\\"_blank\\\" rel=\\\"nofollow\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-screen-only\\\">Linkedin<\\\/span>\\n\\t\\t\\t\\t\\t\\t<i aria-hidden=\\\"true\\\" class=\\\"fab fa-linkedin\\\"><\\\/i>\\t\\t\\t\\t\\t<\\\/a>\\n\\t\\t\\t\\t<\\\/span>\\n\\t\\t\\t\\t\\t<\\\/div>\\n\\t\\t\\t\\t\\t\\t<\\\/div>\\n\\t\\t\\t\\t<\\\/div>\\n\\t\\t[elementor-element k=\\\"004bcf67d57e8df9f3c711a5fe87ff52\\\" data=\\\"eyJpZCI6IjMzMzFlYWYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJhbGlnbiI6ImxlZnQiLCJlZGl0b3IiOiI8cD5UaGUgY29udGVudCBvZiB0aGlzIHdlYnNpdGUgaXMgZm9yIGluZm9ybWF0aW9uIHB1cnBvc2VzIG9ubHk7IFNldHVwIEFuZG9ycmEgZG9lcyBub3QgcHJvdmlkZSBhbnkgdGF4IG9yIGZpbmFuY2lhbCBhZHZpY2UuPFwvcD4iLCJfX2dsb2JhbHNfXyI6eyJ0ZXh0X2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPTg4NzU3ZWYifSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ikpvc3QiLCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiMzAwIiwidHlwb2dyYXBoeV9mb250X3N0eWxlIjoibm9ybWFsIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTQsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS40Mywic2l6ZXMiOltdfSwiX2ZpZ21hIjoiMzA3OToxNzQwIiwiYWxpZ25fc2VsZiI6InN0cmV0Y2giLCJfZmxleF9hbGlnbl9zZWxmIjoic3RyZXRjaCJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\\\"]\\t\\t<\\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-e711309 e-con-full e-flex e-con e-child\\\" data-id=\\\"e711309\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-1f1c839 e-con-full e-flex e-con e-child\\\" data-id=\\\"1f1c839\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-28fdb7a e-con-full e-flex e-con e-child\\\" data-id=\\\"28fdb7a\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t[elementor-element k=\\\"004bcf67d57e8df9f3c711a5fe87ff52\\\" data=\\\"eyJpZCI6ImI3NWVlMTAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJhbGlnbiI6ImxlZnQiLCJlZGl0b3IiOiI8cD5OYXZpZ2F0aW9uPFwvcD4iLCJfX2dsb2JhbHNfXyI6eyJ0ZXh0X2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPTg4NzU3ZWYifSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ikpvc3QiLCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiMzAwIiwidHlwb2dyYXBoeV9mb250X3N0eWxlIjoibm9ybWFsIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTQsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS40Mywic2l6ZXMiOltdfSwidHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6InVwcGVyY2FzZSIsIl9maWdtYSI6IjMwNzk6MTc0NCIsImFsaWduX3NlbGYiOiJzdHJldGNoIiwiX2ZsZXhfYWxpZ25fc2VsZiI6InN0cmV0Y2gifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\\"]<div class=\\\"elementor-element elementor-element-8f1f642 e-con-full e-flex e-con e-child\\\" data-id=\\\"8f1f642\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-52ac4ed elementor-widget elementor-widget-heading\\\" data-id=\\\"52ac4ed\\\" 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<span class=\\\"elementor-heading-title elementor-size-default\\\"><a href=\\\"https:\\\/\\\/setupandorra.com\\\/en\\\/setup\\\/\\\">Setup<\\\/a><\\\/span>\\t\\t\\t\\t<\\\/div>\\n\\t\\t\\t\\t<\\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-5cc5290 elementor-widget elementor-widget-heading\\\" data-id=\\\"5cc5290\\\" 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<span class=\\\"elementor-heading-title elementor-size-default\\\"><a href=\\\"https:\\\/\\\/setupandorra.com\\\/investir\\\/\\\">Invest<\\\/a><\\\/span>\\t\\t\\t\\t<\\\/div>\\n\\t\\t\\t\\t<\\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-141c823 elementor-widget elementor-widget-heading\\\" data-id=\\\"141c823\\\" 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<span class=\\\"elementor-heading-title elementor-size-default\\\"><a href=\\\"https:\\\/\\\/setupandorra.com\\\/en\\\/expatriating\\\/\\\">Relocate<\\\/a><\\\/span>\\t\\t\\t\\t<\\\/div>\\n\\t\\t\\t\\t<\\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-c10b471 elementor-widget elementor-widget-heading\\\" data-id=\\\"c10b471\\\" 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<span class=\\\"elementor-heading-title elementor-size-default\\\"><a href=\\\"https:\\\/\\\/setupandorra.com\\\/en\\\/live\\\/\\\">Live<\\\/a><\\\/span>\\t\\t\\t\\t<\\\/div>\\n\\t\\t\\t\\t<\\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-b736cac elementor-widget elementor-widget-heading\\\" data-id=\\\"b736cac\\\" 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<span class=\\\"elementor-heading-title elementor-size-default\\\"><a href=\\\"https:\\\/\\\/setupandorra.com\\\/en\\\/benefits\\\/\\\">Services<\\\/a><\\\/span>\\t\\t\\t\\t<\\\/div>\\n\\t\\t\\t\\t<\\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-bc4ffb9 elementor-widget elementor-widget-heading\\\" data-id=\\\"bc4ffb9\\\" 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<span class=\\\"elementor-heading-title elementor-size-default\\\"><a href=\\\"https:\\\/\\\/setupandorra.com\\\/en\\\/media\\\/\\\">Media<\\\/a><\\\/span>\\t\\t\\t\\t<\\\/div>\\n\\t\\t\\t\\t<\\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-a21f135 elementor-widget elementor-widget-heading\\\" data-id=\\\"a21f135\\\" 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<span class=\\\"elementor-heading-title elementor-size-default\\\"><a href=\\\"https:\\\/\\\/setupandorra.com\\\/actualites\\\/\\\">News<\\\/a><\\\/span>\\t\\t\\t\\t<\\\/div>\\n\\t\\t\\t\\t<\\\/div>\\n\\t\\t\\t\\t<\\\/div>\\n\\t\\t\\t\\t<\\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-63775ef e-con-full e-flex e-con e-child\\\" data-id=\\\"63775ef\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t[elementor-element k=\\\"004bcf67d57e8df9f3c711a5fe87ff52\\\" data=\\\"eyJpZCI6IjczNWRkOTYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJhbGlnbiI6ImxlZnQiLCJlZGl0b3IiOiI8cD5MZWdhbDxcL3A+IiwiX19nbG9iYWxzX18iOnsidGV4dF9jb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD04ODc1N2VmIn0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJKb3N0IiwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjMwMCIsInR5cG9ncmFwaHlfZm9udF9zdHlsZSI6Im5vcm1hbCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE0LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuNDMsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJ1cHBlcmNhc2UiLCJfZmlnbWEiOiIzMDc5OjE3NTQiLCJhbGlnbl9zZWxmIjoic3RyZXRjaCIsIl9mbGV4X2FsaWduX3NlbGYiOiJzdHJldGNoIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\\\"]<div class=\\\"elementor-element elementor-element-156adc0 e-con-full e-flex e-con e-child\\\" data-id=\\\"156adc0\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t[elementor-element k=\\\"004bcf67d57e8df9f3c711a5fe87ff52\\\" data=\\\"eyJpZCI6IjY1NTlkNjAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJhbGlnbiI6ImxlZnQiLCJlZGl0b3IiOiI8cD5MZWdhbCBub3RpY2U8XC9wPiIsIl9fZ2xvYmFsc19fIjp7InRleHRfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\\/aWQ9ODg3NTdlZiJ9LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiSm9zdCIsInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X2ZvbnRfc3R5bGUiOiJub3JtYWwiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNi44LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuNCwic2l6ZXMiOltdfSwiX2ZpZ21hIjoiMzA3OToxNzU2IiwiYWxpZ25fc2VsZiI6InN0cmV0Y2giLCJfZmxleF9hbGlnbl9zZWxmIjoic3RyZXRjaCJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\\\"][elementor-element k=\\\"004bcf67d57e8df9f3c711a5fe87ff52\\\" data=\\\"eyJpZCI6IjcxYjRiODAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJhbGlnbiI6ImxlZnQiLCJlZGl0b3IiOiI8cD5Qcml2YWN5IHBvbGljeTxcL3A+IiwiX19nbG9iYWxzX18iOnsidGV4dF9jb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD04ODc1N2VmIn0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJKb3N0IiwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsInR5cG9ncmFwaHlfZm9udF9zdHlsZSI6Im5vcm1hbCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE2LjgsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS40LCJzaXplcyI6W119LCJfZmlnbWEiOiIzMDc5OjE3NTciLCJhbGlnbl9zZWxmIjoic3RyZXRjaCIsIl9mbGV4X2FsaWduX3NlbGYiOiJzdHJldGNoIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\\\"]\\t\\t<\\\/div>\\n\\t\\t\\t\\t<\\\/div>\\n\\t\\t\\t\\t<\\\/div>\\n\\t\\t\\t\\t<\\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-7e57c2d e-con-full e-flex e-con e-child\\\" data-id=\\\"7e57c2d\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-ee48e7c e-con-full e-flex e-con e-child\\\" data-id=\\\"ee48e7c\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-1d4c051 elementor-widget elementor-widget-heading\\\" data-id=\\\"1d4c051\\\" 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\\\">Ready to settle in Andorra?<\\\/h3>\\t\\t\\t\\t<\\\/div>\\n\\t\\t\\t\\t<\\\/div>\\n\\t\\t[elementor-element k=\\\"004bcf67d57e8df9f3c711a5fe87ff52\\\" data=\\\"eyJpZCI6ImYwZTMzZTAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJhbGlnbiI6ImxlZnQiLCJlZGl0b3IiOiI8cD5Cb29rIGEgZnJlZSBjb25zdWx0YXRpb24gd2l0aCBvdXIgZXhwZXJ0cy48XC9wPiIsIl9fZ2xvYmFsc19fIjp7InRleHRfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\\/aWQ9NTc0OTVmNCIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6Imdsb2JhbHNcL3R5cG9ncmFwaHk\\\/aWQ9MDk1MDAwNCJ9LCJfZmlnbWEiOiIzMDc5OjE3NjEiLCJhbGlnbl9zZWxmIjoic3RyZXRjaCIsIl9mbGV4X2FsaWduX3NlbGYiOiJzdHJldGNoIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\\\"]\\t\\t<\\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-999d9ae elementor-align-left elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-widget elementor-widget-button\\\" data-id=\\\"999d9ae\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-button-wrapper\\\">\\n\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-md\\\" href=\\\"https:\\\/\\\/setupandorra.com\\\/en\\\/contact-2\\\/\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">Let's talk about your project<\\\/span>\\n\\t\\t\\t\\t\\t<\\\/span>\\n\\t\\t\\t\\t\\t<\\\/a>\\n\\t\\t\\t\\t<\\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\\/div>\\n\\t\\t\\t\\t<\\\/div>\\n\\t\\t\\t\\t<\\\/div>\\n\\t\\t\\t\\t<\\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-0ed40cc e-con-full e-flex e-con e-child\\\" data-id=\\\"0ed40cc\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t[elementor-element k=\\\"004bcf67d57e8df9f3c711a5fe87ff52\\\" data=\\\"eyJpZCI6IjQ1NDJmN2EiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJhbGlnbiI6ImxlZnQiLCJlZGl0b3IiOiI8cD5XZWJzaXRlIGJ5IE9LS088XC9wPiIsIl9fZ2xvYmFsc19fIjp7InRleHRfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\\/aWQ9NTEzNmUzZSJ9LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiSm9zdCIsInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiIzMDAiLCJ0eXBvZ3JhcGh5X2ZvbnRfc3R5bGUiOiJub3JtYWwiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjQzLCJzaXplcyI6W119LCJfZWxlbWVudF93aWR0aCI6ImF1dG8iLCJjdXN0b21fY3NzIjoiQG1lZGlhIChtaW4td2lkdGg6IDEwMjVweCkgeyBzZWxlY3RvciB7IHdpZHRoOiBtYXgtY29udGVudDsgbWF4LXdpZHRoOiAxMDAlOyB9IH0iLCJfZmlnbWEiOiIzMDc5OjE3NjQifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\\"]<div class=\\\"elementor-element elementor-element-082e1a8 e-con-full e-flex e-con e-child\\\" data-id=\\\"082e1a8\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-2e311a9 elementor-widget elementor-widget-heading\\\" data-id=\\\"2e311a9\\\" 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<span class=\\\"elementor-heading-title elementor-size-default\\\"><a href=\\\"https:\\\/\\\/setupandorra.com\\\/plan-du-site\\\/\\\">Sitemap<\\\/a><\\\/span>\\t\\t\\t\\t<\\\/div>\\n\\t\\t\\t\\t<\\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-0a6e2f2 elementor-widget elementor-widget-heading\\\" data-id=\\\"0a6e2f2\\\" 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<span class=\\\"elementor-heading-title elementor-size-default\\\"><a href=\\\"https:\\\/\\\/setupandorra.com\\\/avis-de-non-responsabilite-disclaimer\\\/\\\">Disclaimer<\\\/a><\\\/span>\\t\\t\\t\\t<\\\/div>\\n\\t\\t\\t\\t<\\\/div>\\n\\t\\t\\t\\t<\\\/div>\\n\\t\\t\\t\\t<\\\/div>\\n\\t\\t\\t\\t<\\\/div>\\n\\t\\t\",\"scripts\":[],\"styles\":[]}}"],"_uag_page_assets":["a:9:{s:3:\"css\";s:260:\".uag-blocks-common-selector{z-index:var(--z-index-desktop) !important}@media(max-width: 976px){.uag-blocks-common-selector{z-index:var(--z-index-tablet) !important}}@media(max-width: 767px){.uag-blocks-common-selector{z-index:var(--z-index-mobile) !important}}\";s:2:\"js\";s:0:\"\";s:18:\"current_block_list\";a:7:{i:0;s:11:\"core\/search\";i:1;s:10:\"core\/group\";i:2;s:12:\"core\/heading\";i:3;s:17:\"core\/latest-posts\";i:4;s:20:\"core\/latest-comments\";i:5;s:13:\"core\/archives\";i:6;s:15:\"core\/categories\";}s:8:\"uag_flag\";b:0;s:11:\"uag_version\";s:10:\"1790331035\";s:6:\"gfonts\";a:0:{}s:10:\"gfonts_url\";s:0:\"\";s:12:\"gfonts_files\";a:0:{}s:14:\"uag_faq_layout\";b:0;}"]},"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false},"uagb_author_info":{"display_name":"Virginie Hergel","author_link":"https:\/\/setupandorra.com\/en\/author\/vhandorra\/"},"uagb_comment_info":0,"uagb_excerpt":"SERVICES Get started the business creation in Andorra with Set Up 10+ Years of experience 2000+ Settlements 24\/7 Personalized support [&hellip;]","_links":{"self":[{"href":"https:\/\/setupandorra.com\/en\/wp-json\/wp\/v2\/pages\/767","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/setupandorra.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/setupandorra.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/setupandorra.com\/en\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/setupandorra.com\/en\/wp-json\/wp\/v2\/comments?post=767"}],"version-history":[{"count":3,"href":"https:\/\/setupandorra.com\/en\/wp-json\/wp\/v2\/pages\/767\/revisions"}],"predecessor-version":[{"id":13870,"href":"https:\/\/setupandorra.com\/en\/wp-json\/wp\/v2\/pages\/767\/revisions\/13870"}],"up":[{"embeddable":true,"href":"https:\/\/setupandorra.com\/en\/wp-json\/wp\/v2\/pages\/759"}],"wp:attachment":[{"href":"https:\/\/setupandorra.com\/en\/wp-json\/wp\/v2\/media?parent=767"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}