{"id":13799,"date":"2024-04-12T09:58:06","date_gmt":"2024-04-12T07:58:06","guid":{"rendered":"http:\/\/www.apialicante.com\/apial\/"},"modified":"2024-06-17T17:08:00","modified_gmt":"2024-06-17T15:08:00","slug":"apial","status":"publish","type":"page","link":"https:\/\/www.apialicante.com\/fr\/apial\/","title":{"rendered":"Apial"},"content":{"rendered":"<div class=\"wpb-content-wrapper\"><p>[vc_row full_width=\u00a0\u00bbstretch_row\u00a0\u00bb css=\u00a0\u00bb.vc_custom_1712655479563{margin-bottom: 0px !important;background-image: url(http:\/\/www.apialicante.com\/wp-content\/uploads\/2024\/04\/img_banner_todos_apartados_recuadro.jpg?id=1870) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\u00a0\u00bb custom_css_code=\u00a0\u00bbJTQwbWVkaWElMjAlMjhtYXgtd2lkdGglM0ElMjAxMTk5cHglMjklN0IlMEElMjAlMjAlMjAlMjAlNDBpZC53cGJfcm93JTIwJTdCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwbWFyZ2luLXRvcCUzQSUyMDAlM0IlMEElMjAlMjAlMjAlMjAlN0QlMEElN0Q=\u00a0\u00bb el_class=\u00a0\u00bbhas-margin\u00a0\u00bb][vc_column offset=\u00a0\u00bbvc_col-lg-12 vc_col-md-12 vc_col-xs-12&Prime;][vc_row_inner][vc_column_inner el_class=\u00a0\u00bbresponsive\u00a0\u00bb offset=\u00a0\u00bbvc_col-lg-12 vc_hidden-md vc_hidden-sm vc_hidden-xs\u00a0\u00bb]<div class=\"clearboth\"><\/div><style>#thegem-divider-6a4d54d2b3595 {margin-top: 5px !important;}<\/style><div id=\"thegem-divider-6a4d54d2b3595\" class=\"gem-divider  \" style=\"\" ><\/div>[\/vc_column_inner][vc_column_inner offset=\u00a0\u00bbvc_hidden-lg vc_col-md-12 vc_col-xs-12&Prime;]<div class=\"clearboth\"><\/div><style>#thegem-divider-6a4d54d2b36b3 {margin-top: 20px !important;}<\/style><div id=\"thegem-divider-6a4d54d2b36b3\" class=\"gem-divider  \" style=\"\" ><\/div>[\/vc_column_inner][\/vc_row_inner][\/vc_column][vc_column disable_custom_paddings_mobile=\u00a0\u00bbtrue\u00a0\u00bb css=\u00a0\u00bb.vc_custom_1712742499374{margin-left: -40px !important;padding-left: 65px !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\u00a0\u00bb el_class=\u00a0\u00bbgem-custom-column-margin-none\u00a0\u00bb][vc_row_inner][vc_column_inner offset=\u00a0\u00bbvc_col-lg-12 vc_col-md-12 vc_hidden-md vc_hidden-sm vc_col-xs-12 vc_hidden-xs\u00a0\u00bb]<div class=\"clearboth\"><\/div><style>#thegem-divider-6a4d54d2b36dc {margin-top: 50px !important;}<\/style><div id=\"thegem-divider-6a4d54d2b36dc\" class=\"gem-divider  \" style=\"\" ><\/div>[\/vc_column_inner][vc_column_inner offset=\u00a0\u00bbvc_hidden-lg vc_col-md-12 vc_col-xs-12&Prime;]<div class=\"clearboth\"><\/div><div id=\"thegem-divider-6a4d54d2b36fb\" class=\"gem-divider  \" style=\"\" ><\/div>[\/vc_column_inner][vc_column_inner el_class=\u00a0\u00bbgem-custom-mobile-column-margin\u00a0\u00bb]<div class=\"thegem-te-heading thegem-custom-6a4d54d2b39458280\" ><script type=\"text\/javascript\">(function() {function TheGemHeading() {this.animateClass = 'thegem-heading-animate';this.animatedClass = 'thegem-heading-animated';}TheGemHeading.prototype = {initialize: function () {let items =document.querySelectorAll('.'+this.animateClass);items.forEach((item)=>{if (this.isElementVisible(item)) {this.prepareAnimation(item);this.startAnimation(item);}});if ('ResizeObserver' in window) {const resizeObserver = new ResizeObserver((entries) => {entries.forEach((entry) => {this.prepareAnimation(entry.target);});});items.forEach((item) => {resizeObserver.observe(item);});}if ('IntersectionObserver' in window) {let intersectionObserver = new IntersectionObserver((entries)=>{entries.forEach((entry)=> {if (entry.isIntersecting) {this.startAnimation(entry.target);intersectionObserver.unobserve(entry.target);}});});items.forEach((item)=>{intersectionObserver.observe(item);this.prepareAnimation(item);});} else {items.forEach((item)=>{this.prepareAnimation(item);this.startAnimation(item);});}},isElementVisible: function (element) {let rect= element.getBoundingClientRect(),width= window.innerWidth || document.documentElement.clientWidth,height = window.innerHeight || document.documentElement.clientHeight,efp= (x, y) => document.elementFromPoint(x, y);if (rect.right < 0 || rect.bottom < 0 || rect.left > width || rect.top > height) return false;return (element.contains(efp(rect.left,rect.top)) ||element.contains(efp(rect.right, rect.top)) ||element.contains(efp(rect.right, rect.bottom)) ||element.contains(efp(rect.left,rect.bottom)));},startAnimation: function (element) {if (element && !element.classList.contains(this.animatedClass)) {element.classList.add(this.animatedClass);element.classList.remove(this.animateClass);element.dispatchEvent(new Event('theGemHeading.startAnimation', {bubbles: true}));}},prepareAnimation: function (element) {if (element\/* && !element.isPreparedAnimation*\/) {element.dispatchEvent(new Event('theGemHeading.prepareAnimation', {bubbles: true}));\/*element.isPreparedAnimation = true;*\/}}};window.theGemHeading = new TheGemHeading();document.addEventListener('DOMContentLoaded', function() {window.theGemHeading.initialize();});})();<\/script><h1 id=\"thegem-heading-6a4d54d2b37ac\" class=\"thegem-heading thegem-custom-heading-6a4d54d2b37a86743 title-h1 words-slide-right thegem-heading-animate\" style=\"text-align: left;\" ><span class=\"thegem-heading-word-wrap\"><span class=\"colored thegem-heading-word\" style=\"color: #ffffff; animation-delay: 40ms\">Apial.<\/span><\/span><\/h1><style type=\"text\/css\">#thegem-heading-6a4d54d2b37ac {margin: 0;}#thegem-heading-6a4d54d2b37ac a:hover, #thegem-heading-6a4d54d2b37ac a:hover span.colored {color: var(--thegem-to-menu-level1-color-hover, #00BCD4) !important;}<\/style><\/div><style>@media screen and (max-width: 1023px) {.thegem-heading.thegem-custom-heading-6a4d54d2b37a86743{display: block!important;}}@media screen and (max-width: 767px) {.thegem-heading.thegem-custom-heading-6a4d54d2b37a86743{display: block!important;}}@media screen and (max-width: 1023px) {.thegem-heading.thegem-custom-heading-6a4d54d2b37a86743{position: relative !important;}}@media screen and (max-width: 767px) {.thegem-heading.thegem-custom-heading-6a4d54d2b37a86743{position: relative !important;}}<\/style>[\/vc_column_inner][vc_column_inner offset=\u00a0\u00bbvc_col-lg-12 vc_col-md-12 vc_hidden-md vc_hidden-sm vc_hidden-xs\u00a0\u00bb]<div class=\"clearboth\"><\/div><style>#thegem-divider-6a4d54d2b398f {margin-top: 100px !important;}<\/style><div id=\"thegem-divider-6a4d54d2b398f\" class=\"gem-divider  \" style=\"\" ><\/div>[\/vc_column_inner][vc_column_inner offset=\u00a0\u00bbvc_hidden-lg vc_col-md-12 vc_col-xs-12 vc_hidden-xs\u00a0\u00bb]<div class=\"clearboth\"><\/div><style>#thegem-divider-6a4d54d2b39b1 {margin-top: 90px !important;}<\/style><div id=\"thegem-divider-6a4d54d2b39b1\" class=\"gem-divider  \" style=\"\" ><\/div>[\/vc_column_inner][\/vc_row_inner][\/vc_column][vc_column offset=\u00a0\u00bbvc_col-lg-12&Prime;][vc_row_inner][vc_column_inner offset=\u00a0\u00bbvc_col-lg-12 vc_hidden-md vc_hidden-sm vc_hidden-xs\u00a0\u00bb]<div class=\"clearboth\"><\/div><style>#thegem-divider-6a4d54d2b39cd {margin-top: 96px !important;}<\/style><div id=\"thegem-divider-6a4d54d2b39cd\" class=\"gem-divider  \" style=\"\" ><\/div>[\/vc_column_inner][\/vc_row_inner][\/vc_column][\/vc_row][vc_row full_width=\u00a0\u00bbstretch_row_content\u00a0\u00bb css=\u00a0\u00bb.vc_custom_1603047092148{margin-top: -150px !important;}\u00a0\u00bb el_class=\u00a0\u00bbgem-custom-responsive-margin-row\u00a0\u00bb][vc_column width=\u00a0\u00bb1\/2&Prime;][\/vc_column][vc_column width=\u00a0\u00bb1\/2&Prime; css=\u00a0\u00bb.vc_custom_1603048768990{padding-top: 0px !important;padding-left: 67px !important;}\u00a0\u00bb offset=\u00a0\u00bbvc_col-lg-6 vc_hidden-md vc_hidden-sm vc_hidden-xs\u00a0\u00bb][vc_row_inner css=\u00a0\u00bb.vc_custom_1601975776217{margin-bottom: 0px !important;}\u00a0\u00bb][vc_column_inner css=\u00a0\u00bb.vc_custom_1601975823162{padding-top: 0px !important;background-color: #ffffff !important;}\u00a0\u00bb]<div class=\"clearboth\"><\/div><style>#thegem-divider-6a4d54d2b39e5 {margin-top: 150px !important;}<\/style><div id=\"thegem-divider-6a4d54d2b39e5\" class=\"gem-divider  \" style=\"\" ><\/div>[\/vc_column_inner][\/vc_row_inner][\/vc_column][\/vc_row][vc_row][vc_column offset=\u00a0\u00bbvc_col-lg-12 vc_hidden-md vc_hidden-sm vc_hidden-xs\u00a0\u00bb]<div class=\"clearboth\"><\/div><style>#thegem-divider-6a4d54d2b39fe {margin-top: 110px !important;}<\/style><div id=\"thegem-divider-6a4d54d2b39fe\" class=\"gem-divider  \" style=\"\" ><\/div>[\/vc_column][vc_column offset=\u00a0\u00bbvc_hidden-lg vc_col-md-12 vc_col-xs-12&Prime;]<div class=\"clearboth\"><\/div><div id=\"thegem-divider-6a4d54d2b3a16\" class=\"gem-divider  \" style=\"\" ><\/div>[\/vc_column][vc_column offset=\u00a0\u00bbvc_col-lg-6 vc_col-md-6 vc_col-xs-12&Prime;][vc_row_inner][vc_column_inner][vc_column_text css_animation=\u00a0\u00bbbottom-to-top\u00a0\u00bb]<\/p>\n<h2 class=\"title-h2\">Qu&rsquo;est-ce que l&rsquo;Apial ?<\/h2>\n<p>[\/vc_column_text][\/vc_column_inner][vc_column_inner offset=\u00a0\u00bbvc_col-lg-12 vc_col-md-12 vc_hidden-sm vc_hidden-xs\u00a0\u00bb]<div class=\"clearboth\"><\/div><style>#thegem-divider-6a4d54d2b3a32 {margin-top: 30px !important;}<\/style><div id=\"thegem-divider-6a4d54d2b3a32\" class=\"gem-divider  \" style=\"\" ><\/div>[\/vc_column_inner][\/vc_row_inner][vc_row_inner][vc_column_inner width=\u00a0\u00bb1\/6&Prime; disable_custom_paddings_mobile=\u00a0\u00bbtrue\u00a0\u00bb css=\u00a0\u00bb.vc_custom_1603185862828{padding-right: 0px !important;}\u00a0\u00bb]<div class=\"clearboth\"><\/div><style>#thegem-divider-6a4d54d2b3a49 {margin-top: 11px !important;}<\/style><div id=\"thegem-divider-6a4d54d2b3a49\" class=\"gem-divider  \" style=\"\" ><\/div><div class=\"clearboth\"><\/div><div id=\"thegem-divider-6a4d54d2b3a63\" class=\"gem-divider   gem-divider-style-2\" style=\"border-color: #ff6c30;\" ><\/div>[\/vc_column_inner][vc_column_inner width=\u00a0\u00bb5\/6&Prime; disable_custom_paddings_tablet=\u00a0\u00bbtrue\u00a0\u00bb disable_custom_paddings_mobile=\u00a0\u00bbtrue\u00a0\u00bb css=\u00a0\u00bb.vc_custom_1603177981334{padding-right: 21% !important;padding-left: 20px !important;}\u00a0\u00bb][vc_column_text css_animation=\u00a0\u00bbbottom-to-top\u00a0\u00bb]<\/p>\n<p class=\"title-h4\" style=\"color: #141f65;\">Association des agents immobiliers de la province d&rsquo;Alicante<\/p>\n<p>[\/vc_column_text][vc_column_text]L&rsquo;APIAL est l&rsquo;association des agents immobiliers de la province d&rsquo;Alicante.[\/vc_column_text][vc_column_text el_id=\u00a0\u00bbtoggleLink\u00a0\u00bb]<a id=\"toggleLink\" href=\"#\"><strong><span style=\"color: #84abd8;\">+ d&rsquo;informations<\/span><\/strong><\/a>[\/vc_column_text][vc_column_text css_animation=\u00a0\u00bbbottom-to-top\u00a0\u00bb]<\/p>\n<div id=\"info\" style=\"display: none;\">Cette association a pour objet de repr\u00e9senter et de d\u00e9fendre les int\u00e9r\u00eats professionnels, conform\u00e9ment \u00e0 la l\u00e9gislation en vigueur, des personnes qui, de mani\u00e8re r\u00e9guli\u00e8re et r\u00e9mun\u00e9r\u00e9e, se consacrent en g\u00e9n\u00e9ral \u00e0 la prestation de services immobiliers et de gestion immobili\u00e8re, et en particulier \u00e0 l&rsquo;activit\u00e9 de m\u00e9diation, d&rsquo;interm\u00e9diation, d&rsquo;\u00e9valuation, de conseil et de gestion dans les transactions immobili\u00e8res, en ce qui concerne l&rsquo;achat et la vente, la location, l&rsquo;\u00e9change ou le transfert de biens immobiliers, en veillant au respect des droits des citoyens, utilisateurs de ces services.<\/div>\n<p>[\/vc_column_text][\/vc_column_inner][\/vc_row_inner][\/vc_column][vc_column width=\u00a0\u00bb5\/6&Prime; offset=\u00a0\u00bbvc_col-lg-offset-0 vc_col-lg-6 vc_col-md-offset-0 vc_col-md-6 vc_col-sm-offset-2 vc_col-xs-12&Prime;]<div class=\"gem-image gem-wrapbox gem-wrapbox-style-default gem-wrapbox-position-left lazy-loading  thegem-custom-6a4d54d2b3a851225\"  style=\"\" ><div class=\"gem-wrapbox-inner  lazy-loading-item\"  data-ll-effect=\"move-up\"><img class=\"gem-wrapbox-element img-responsive\" src=\"https:\/\/www.apialicante.com\/wp-content\/uploads\/2024\/04\/img_que_es_apial.jpg\" alt=\"APIAL\"\/><\/div><style type=\"text\/css\">.thegem-custom-6a4d54d2b3a851225.gem-image a:hover img {filter: brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );}<\/style><\/div>[\/vc_column][\/vc_row][vc_row full_width=\u00a0\u00bbstretch_row\u00a0\u00bb css=\u00a0\u00bb.vc_custom_1713166682269{margin-top: 50px !important;padding-top: 20px !important;padding-bottom: 20px !important;background-image: url(http:\/\/www.apialicante.com\/wp-content\/uploads\/2024\/04\/img_cita_recuadro-2.jpg?id=2149) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\u00a0\u00bb][vc_column css=\u00a0\u00bb.vc_custom_1713166765860{padding-top: 0px !important;}\u00a0\u00bb][vc_row_inner][vc_column_inner offset=\u00a0\u00bbvc_hidden-sm vc_hidden-xs\u00a0\u00bb]<div class=\"clearboth\"><\/div><style>#thegem-divider-6a4d54d2b3dd5 {margin-top: 50px !important;}<\/style><div id=\"thegem-divider-6a4d54d2b3dd5\" class=\"gem-divider  \" style=\"\" ><\/div>[\/vc_column_inner][vc_column_inner offset=\u00a0\u00bbvc_hidden-lg vc_hidden-md\u00a0\u00bb]<div class=\"clearboth\"><\/div><style>#thegem-divider-6a4d54d2b3df3 {margin-top: 20px !important;}<\/style><div id=\"thegem-divider-6a4d54d2b3df3\" class=\"gem-divider  \" style=\"\" ><\/div>[\/vc_column_inner][\/vc_row_inner]<div class=\"thegem-te-heading thegem-custom-6a4d54d2b3ea51498\" ><p id=\"thegem-heading-6a4d54d2b3e81\" class=\"thegem-heading thegem-custom-heading-6a4d54d2b3e808391 title-h3\" style=\"text-align: center;\" ><span class=\"colored\" style=\"color: #ffffff;\">Elle offre \u00e0 ses membres les m\u00eames avantages que ceux dont b\u00e9n\u00e9ficient les membres de l&#039;API.<\/span><\/p><style type=\"text\/css\">#thegem-heading-6a4d54d2b3e81 {margin: 0;}#thegem-heading-6a4d54d2b3e81 {margin-left: auto; margin-right: auto;}#thegem-heading-6a4d54d2b3e81 > * {justify-content: center;}#thegem-heading-6a4d54d2b3e81 a:hover, #thegem-heading-6a4d54d2b3e81 a:hover span.colored {color: var(--thegem-to-menu-level1-color-hover, #00BCD4) !important;}<\/style><\/div><style>@media screen and (max-width: 1023px) {.thegem-heading.thegem-custom-heading-6a4d54d2b3e808391{display: block!important;}}@media screen and (max-width: 767px) {.thegem-heading.thegem-custom-heading-6a4d54d2b3e808391{display: block!important;}}@media screen and (max-width: 1023px) {.thegem-heading.thegem-custom-heading-6a4d54d2b3e808391{position: relative !important;}}@media screen and (max-width: 767px) {.thegem-heading.thegem-custom-heading-6a4d54d2b3e808391{position: relative !important;}}<\/style>[vc_row_inner][vc_column_inner offset=\u00a0\u00bbvc_hidden-sm vc_hidden-xs\u00a0\u00bb]<div class=\"clearboth\"><\/div><style>#thegem-divider-6a4d54d2b3ed3 {margin-top: 50px !important;}<\/style><div id=\"thegem-divider-6a4d54d2b3ed3\" class=\"gem-divider  \" style=\"\" ><\/div>[\/vc_column_inner][vc_column_inner offset=\u00a0\u00bbvc_hidden-lg vc_hidden-md\u00a0\u00bb]<div class=\"clearboth\"><\/div><style>#thegem-divider-6a4d54d2b3eec {margin-top: 20px !important;}<\/style><div id=\"thegem-divider-6a4d54d2b3eec\" class=\"gem-divider  \" style=\"\" ><\/div>[\/vc_column_inner][\/vc_row_inner][\/vc_column][\/vc_row][vc_row][vc_column width=\u00a0\u00bb1\/2&Prime;]<div class=\"clearboth\"><\/div><style>#thegem-divider-6a4d54d2b3f03 {margin-top: 50px !important;}<\/style><div id=\"thegem-divider-6a4d54d2b3f03\" class=\"gem-divider  \" style=\"\" ><\/div><div class=\"thegem-te-heading thegem-custom-6a4d54d2b3f918415\" ><h2 id=\"thegem-heading-6a4d54d2b3f7d\" class=\"thegem-heading thegem-custom-heading-6a4d54d2b3f7c6931 title-h3 vc_custom_1713167052401\" style=\"text-align: left;\" ><span>Si vous voulez faire partie de notre collectif :<\/span><\/h2><style type=\"text\/css\">#thegem-heading-6a4d54d2b3f7d {margin: 0;}#thegem-heading-6a4d54d2b3f7d a:hover, #thegem-heading-6a4d54d2b3f7d a:hover span.colored {color: var(--thegem-to-menu-level1-color-hover, #00BCD4) !important;}<\/style><\/div><style>@media screen and (max-width: 1023px) {.thegem-heading.thegem-custom-heading-6a4d54d2b3f7c6931{display: block!important;}}@media screen and (max-width: 767px) {.thegem-heading.thegem-custom-heading-6a4d54d2b3f7c6931{display: block!important;}}@media screen and (max-width: 1023px) {.thegem-heading.thegem-custom-heading-6a4d54d2b3f7c6931{position: relative !important;}}@media screen and (max-width: 767px) {.thegem-heading.thegem-custom-heading-6a4d54d2b3f7c6931{position: relative !important;}}<\/style>[vc_column_text]Il y a plusieurs fa\u00e7ons d&rsquo;adh\u00e9rer \u00e0 l&rsquo;APIAL :[\/vc_column_text][\/vc_column][vc_column][vc_tta_tabs][vc_tta_section title=\u00a0\u00bb1&Prime; tab_id=\u00a0\u00bb1713164758031-65875bf6-556c\u00a0\u00bb][vc_row_inner][vc_column_inner width=\u00a0\u00bb1\/2&Prime;][vc_column_text]Vous devez \u00eatre titulaire d&rsquo;un dipl\u00f4me de premier cycle et avoir au moins cinq ans d&rsquo;exp\u00e9rience dans le domaine du courtage immobilier. Dans ce cas, l&rsquo;inscription \u00e0 l&rsquo;association devient d\u00e9finitive lorsque le demandeur a suivi le cours de formation dispens\u00e9 par l&rsquo;association.[\/vc_column_text][\/vc_column_inner][vc_column_inner width=\u00a0\u00bb1\/2&Prime;][\/vc_column_inner][\/vc_row_inner][\/vc_tta_section][vc_tta_section title=\u00a0\u00bb2&Prime; tab_id=\u00a0\u00bb1713164758077-05714cd3-61d5&Prime;][vc_row_inner][vc_column_inner width=\u00a0\u00bb1\/2&Prime;][vc_column_text]Ils doivent \u00eatre en possession d&rsquo;une formation sp\u00e9cifique dans le secteur immobilier, dispens\u00e9e par une universit\u00e9 publique ou priv\u00e9e, \u00e9quivalente \u00e0 au moins 20 cr\u00e9dits europ\u00e9ens.[\/vc_column_text][\/vc_column_inner][vc_column_inner width=\u00a0\u00bb1\/2&Prime;][\/vc_column_inner][\/vc_row_inner][\/vc_tta_section][vc_tta_section title=\u00a0\u00bb3&Prime; tab_id=\u00a0\u00bb1713165073234-e988376d-99d1&Prime;][vc_row_inner][vc_column_inner width=\u00a0\u00bb1\/2&Prime;][vc_column_text]Accr\u00e9diter la possession de la qualification professionnelle en gestion immobili\u00e8re commerciale, r\u00e9glement\u00e9e par le d\u00e9cret royal 1550\/2011, du 31 octobre, ou la r\u00e9glementation qui le remplace.<br \/>\n[\/vc_column_text][\/vc_column_inner][vc_column_inner width=\u00a0\u00bb1\/2&Prime;][\/vc_column_inner][\/vc_row_inner][\/vc_tta_section][vc_tta_section title=\u00a0\u00bb4&Prime; tab_id=\u00a0\u00bb1713165074775-9c8820c5-cf3d\u00a0\u00bb][vc_row_inner][vc_column_inner width=\u00a0\u00bb1\/2&Prime;][vc_column_text]\u00catre titulaire du dipl\u00f4me sup\u00e9rieur ou officiel requis pour devenir membre d&rsquo;une association professionnelle, conform\u00e9ment au statut g\u00e9n\u00e9ral des agents immobiliers, \u00e0 condition d&rsquo;avoir au moins un an d&rsquo;exp\u00e9rience dans le secteur de l&rsquo;immobilier.[\/vc_column_text][\/vc_column_inner][vc_column_inner width=\u00a0\u00bb1\/2&Prime;][\/vc_column_inner][\/vc_row_inner][\/vc_tta_section][vc_tta_section title=\u00a0\u00bb5&Prime; tab_id=\u00a0\u00bb1713165075497-bd98daf9-7fd6&Prime;][vc_row_inner][vc_column_inner width=\u00a0\u00bb1\/2&Prime;][vc_column_text]La preuve d&rsquo;avoir \u00e9t\u00e9 membre de l&rsquo;API en tant qu&rsquo;API en exercice pendant plus d&rsquo;un an, \u00e0 condition que leur retrait ne soit pas d\u00fb au traitement ou \u00e0 la r\u00e9solution d&rsquo;une proc\u00e9dure disciplinaire ou \u00e0 la suite d&rsquo;une d\u00e9cision administrative ou judiciaire.[\/vc_column_text][\/vc_column_inner][vc_column_inner width=\u00a0\u00bb1\/2&Prime;][\/vc_column_inner][\/vc_row_inner][\/vc_tta_section][vc_tta_section title=\u00a0\u00bb6&Prime; tab_id=\u00a0\u00bb1713165076058-0178b068-3c09&Prime;][vc_row_inner][vc_column_inner width=\u00a0\u00bb1\/2&Prime;][vc_column_text]\u00catre membre de l&rsquo;API d&rsquo;une association r\u00e9gionale d&rsquo;agents immobiliers.[\/vc_column_text][\/vc_column_inner][vc_column_inner width=\u00a0\u00bb1\/2&Prime;][\/vc_column_inner][\/vc_row_inner][\/vc_tta_section][\/vc_tta_tabs][\/vc_column][\/vc_row][vc_row][vc_column offset=\u00a0\u00bbvc_col-lg-12 vc_hidden-md vc_hidden-sm\u00a0\u00bb]<div class=\"clearboth\"><\/div><style>#thegem-divider-6a4d54d2b3fb5 {margin-top: 50px !important;}<\/style><div id=\"thegem-divider-6a4d54d2b3fb5\" class=\"gem-divider  \" style=\"\" ><\/div>[\/vc_column][vc_column offset=\u00a0\u00bbvc_hidden-lg vc_col-md-12 vc_col-xs-12&Prime;]<div class=\"clearboth\"><\/div><style>#thegem-divider-6a4d54d2b3fcb {margin-top: 30px !important;}<\/style><div id=\"thegem-divider-6a4d54d2b3fcb\" class=\"gem-divider  \" style=\"\" ><\/div>[\/vc_column][vc_column width=\u00a0\u00bb5\/6&Prime; offset=\u00a0\u00bbvc_col-lg-offset-0 vc_col-lg-6 vc_col-md-offset-0 vc_col-md-6 vc_col-sm-offset-2 vc_col-xs-12&Prime;]<div class=\"gem-image gem-wrapbox gem-wrapbox-style-default gem-wrapbox-position-left lazy-loading  thegem-custom-6a4d54d2b3fe76856\"  style=\"\" ><div class=\"gem-wrapbox-inner  lazy-loading-item\"  data-ll-effect=\"move-up\"><img class=\"gem-wrapbox-element img-responsive\" src=\"https:\/\/www.apialicante.com\/wp-content\/uploads\/2024\/04\/img_legislacion.jpg\" alt=\"L\u00e9gislation\"\/><\/div><style type=\"text\/css\">.thegem-custom-6a4d54d2b3fe76856.gem-image a:hover img {filter: brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );}<\/style><\/div>[\/vc_column][vc_column offset=\u00a0\u00bbvc_col-lg-6 vc_col-md-6 vc_col-xs-12&Prime;][vc_row_inner][vc_column_inner][vc_column_text css_animation=\u00a0\u00bbnone\u00a0\u00bb]<\/p>\n<div class=\"title-h6\" style=\"text-transform: uppercase;\"><span style=\"color: #b6b6b6;\">APIRED<\/span><\/div>\n<p>[\/vc_column_text][vc_column_text css_animation=\u00a0\u00bbbottom-to-top\u00a0\u00bb]<\/p>\n<div class=\"title-h2\">Tous les avantages.<\/div>\n<p>[\/vc_column_text][\/vc_column_inner][vc_column_inner offset=\u00a0\u00bbvc_col-lg-12 vc_col-md-12 vc_hidden-sm vc_hidden-xs\u00a0\u00bb]<div class=\"clearboth\"><\/div><style>#thegem-divider-6a4d54d2b43a2 {margin-top: 30px !important;}<\/style><div id=\"thegem-divider-6a4d54d2b43a2\" class=\"gem-divider  \" style=\"\" ><\/div>[\/vc_column_inner][\/vc_row_inner][vc_row_inner][vc_column_inner width=\u00a0\u00bb1\/6&Prime; disable_custom_paddings_mobile=\u00a0\u00bbtrue\u00a0\u00bb css=\u00a0\u00bb.vc_custom_1603185862828{padding-right: 0px !important;}\u00a0\u00bb]<div class=\"clearboth\"><\/div><style>#thegem-divider-6a4d54d2b43bb {margin-top: 11px !important;}<\/style><div id=\"thegem-divider-6a4d54d2b43bb\" class=\"gem-divider  \" style=\"\" ><\/div><div class=\"clearboth\"><\/div><div id=\"thegem-divider-6a4d54d2b43d5\" class=\"gem-divider   gem-divider-style-2\" style=\"border-color: #ff6c30;\" ><\/div>[\/vc_column_inner][vc_column_inner width=\u00a0\u00bb5\/6&Prime; disable_custom_paddings_tablet=\u00a0\u00bbtrue\u00a0\u00bb disable_custom_paddings_mobile=\u00a0\u00bbtrue\u00a0\u00bb css=\u00a0\u00bb.vc_custom_1603177981334{padding-right: 21% !important;padding-left: 20px !important;}\u00a0\u00bb][vc_column_text css_animation=\u00a0\u00bbbottom-to-top\u00a0\u00bb]<\/p>\n<p class=\"title-h4\" style=\"color: #141f65;\">Ils disposent de tous les outils que le COAPI met \u00e0 la disposition de ses membres :<\/p>\n<p>[\/vc_column_text]<div class=\"gem-list\" ><ul>\n<li>Un site web dynamique avec la l\u00e9gislation, les contrats, les accords, les nouvelles, etc&#8230;<\/li>\n<li>Le COAPI d&rsquo;Alicante dispose d&rsquo;un service juridique pour ses membres.<\/li>\n<li>APIRED : Il s&rsquo;agit de la base de donn\u00e9es et de la bourse immobili\u00e8re, propri\u00e9t\u00e9 du COAPI d&rsquo;Alicante, qui peut \u00eatre utilis\u00e9e gratuitement par tous les membres de l&rsquo;association et \u00e9galement par les membres de l&rsquo;APIAL.<\/li>\n<\/ul>\n<\/div>[vc_column_text]<a id=\"toggleLink2\" href=\"#\"><strong><span style=\"color: #84abd8;\">+ d&rsquo;informations<\/span><\/strong><\/a>[\/vc_column_text]<div class=\"gem-list\" ><div id=\"ventajas\" style=\"display: none;\">\n<ul>\n<li>Formation continue : le COAPI organise r\u00e9guli\u00e8rement des formations auxquelles vous pouvez vous inscrire.<\/li>\n<li>PIC : N&rsquo;oubliez pas que le COAPI fonctionne \u00e9galement comme un point d&rsquo;information cadastrale gratuit, ce qui vous permettra d&rsquo;obtenir plus facilement des informations sur les donn\u00e9es cadastrales.<\/li>\n<li>Conseil et collaboration du conseil d&rsquo;administration de l&rsquo;association.<\/li>\n<li>Assurance responsabilit\u00e9 professionnelle pour les ASSOCI\u00c9S.<\/li>\n<li>Inscription dans la rubrique EXPERT TURNOVER pour les \u00e9valuations.<\/li>\n<\/ul>\n<\/div>\n<\/div>[\/vc_column_inner][\/vc_row_inner][\/vc_column][\/vc_row][vc_row content_placement=\u00a0\u00bbbottom\u00a0\u00bb][vc_column width=\u00a0\u00bb1\/2&Prime;]<div class=\"thegem-te-heading thegem-custom-6a4d54d2b44f77534\" ><h3 id=\"thegem-heading-6a4d54d2b44dd\" class=\"thegem-heading thegem-custom-heading-6a4d54d2b44dc1075 title-h3\" style=\"text-align: left;\" ><span>Documents relatifs aux statuts de l&#039;APIAL<\/span><\/h3><style type=\"text\/css\">#thegem-heading-6a4d54d2b44dd {margin: 0;}#thegem-heading-6a4d54d2b44dd a:hover, #thegem-heading-6a4d54d2b44dd a:hover span.colored {color: var(--thegem-to-menu-level1-color-hover, #00BCD4) !important;}<\/style><\/div><style>@media screen and (max-width: 1023px) {.thegem-heading.thegem-custom-heading-6a4d54d2b44dc1075{display: block!important;}}@media screen and (max-width: 767px) {.thegem-heading.thegem-custom-heading-6a4d54d2b44dc1075{display: block!important;}}@media screen and (max-width: 1023px) {.thegem-heading.thegem-custom-heading-6a4d54d2b44dc1075{position: relative !important;}}@media screen and (max-width: 767px) {.thegem-heading.thegem-custom-heading-6a4d54d2b44dc1075{position: relative !important;}}<\/style>[\/vc_column][vc_column width=\u00a0\u00bb1\/2&Prime;]<style type=\"text\/css\">@media (max-width: 767px) {.thegem-button-6a4d54d2b455f6489 .gem-button {margin-left: 0px;}}<\/style><div class=\"gem-button-container gem-button-position-right thegem-button-6a4d54d2b455f6489    \"  ><a class=\"gem-button gem-button-size-medium gem-button-style-outline gem-button-text-weight-normal gem-button-border-2\" data-ll-effect=\"drop-right-without-wrap\" style=\"border-radius: 0px;\" onmouseleave=\"\" onmouseenter=\"\" href=\"\/wp-content\/uploads\/2024\/04\/estatutos-apial.pdf\" target=\"_blank\">TELECHARGER PDF<\/a><\/div> [\/vc_column][\/vc_row][vc_row el_class=\u00a0\u00bbequal-img-height\u00a0\u00bb][vc_column css=\u00a0\u00bb.vc_custom_1602017942258{padding-right: 10% !important;}\u00a0\u00bb]<div class=\"clearboth\"><\/div><style>#thegem-divider-6a4d54d2b4586 {margin-top: 50px !important;}<\/style><div id=\"thegem-divider-6a4d54d2b4586\" class=\"gem-divider  \" style=\"\" ><\/div><div class=\"thegem-te-heading thegem-custom-6a4d54d2b46129233\" ><h2 id=\"thegem-heading-6a4d54d2b45fd\" class=\"thegem-heading thegem-custom-heading-6a4d54d2b45fc5236 title-h2\" style=\"text-align: left;\" ><span class=\"colored\" style=\"color: #141f65;\">Conseil d&#039;administration.<\/span><\/h2><style type=\"text\/css\">#thegem-heading-6a4d54d2b45fd {margin: 0;}#thegem-heading-6a4d54d2b45fd a:hover, #thegem-heading-6a4d54d2b45fd a:hover span.colored {color: var(--thegem-to-menu-level1-color-hover, #00BCD4) !important;}<\/style><\/div><style>@media screen and (max-width: 1023px) {.thegem-heading.thegem-custom-heading-6a4d54d2b45fc5236{display: block!important;}}@media screen and (max-width: 767px) {.thegem-heading.thegem-custom-heading-6a4d54d2b45fc5236{display: block!important;}}@media screen and (max-width: 1023px) {.thegem-heading.thegem-custom-heading-6a4d54d2b45fc5236{position: relative !important;}}@media screen and (max-width: 767px) {.thegem-heading.thegem-custom-heading-6a4d54d2b45fc5236{position: relative !important;}}<\/style><div class=\"clearboth\"><\/div><style>#thegem-divider-6a4d54d2b4635 {margin-top: 20px !important;}<\/style><div id=\"thegem-divider-6a4d54d2b4635\" class=\"gem-divider  \" style=\"\" ><\/div>[\/vc_column][vc_column width=\u00a0\u00bb1\/3&Prime; css=\u00a0\u00bb.vc_custom_1602017947746{padding-right: 10% !important;}\u00a0\u00bb]<div class=\"gem-image gem-wrapbox gem-wrapbox-style-default gem-wrapbox-position-below  thegem-custom-6a4d54d2b464f7839\"  style=\"\" ><div class=\"gem-wrapbox-inner \" ><img class=\"gem-wrapbox-element img-responsive\" src=\"https:\/\/www.apialicante.com\/wp-content\/uploads\/2024\/04\/img_marife_esteso_rubio.jpg\" alt=\"Marif\u00e9 Esteso Rubio\"\/><\/div><style type=\"text\/css\">.thegem-custom-6a4d54d2b464f7839.gem-image a:hover img {filter: brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );}<\/style><\/div><div class=\"thegem-te-heading thegem-custom-6a4d54d2b4d282622\" ><h3 id=\"thegem-heading-6a4d54d2b4d16\" class=\"thegem-heading thegem-custom-heading-6a4d54d2b4d1590 title-h6\" style=\"text-align: left;\" ><span class=\"colored\" style=\"color: #141f65;\">Pr\u00e9sident<\/span><\/h3><style type=\"text\/css\">#thegem-heading-6a4d54d2b4d16 {margin: 0;}#thegem-heading-6a4d54d2b4d16 a:hover, #thegem-heading-6a4d54d2b4d16 a:hover span.colored {color: var(--thegem-to-menu-level1-color-hover, #00BCD4) !important;}<\/style><\/div><style>@media screen and (max-width: 1023px) {.thegem-heading.thegem-custom-heading-6a4d54d2b4d1590{display: block!important;}}@media screen and (max-width: 767px) {.thegem-heading.thegem-custom-heading-6a4d54d2b4d1590{display: block!important;}}@media screen and (max-width: 1023px) {.thegem-heading.thegem-custom-heading-6a4d54d2b4d1590{position: relative !important;}}@media screen and (max-width: 767px) {.thegem-heading.thegem-custom-heading-6a4d54d2b4d1590{position: relative !important;}}<\/style>[vc_column_text]D\u00aa Marif\u00e9 Esteso Rubio[\/vc_column_text]<div class=\"clearboth\"><\/div><style>#thegem-divider-6a4d54d2b4d4e {margin-bottom: 10px !important;}<\/style><div id=\"thegem-divider-6a4d54d2b4d4e\" class=\"gem-divider  \" style=\"\" ><\/div>[\/vc_column][vc_column width=\u00a0\u00bb1\/3&Prime;]<div class=\"gem-image gem-wrapbox gem-wrapbox-style-default gem-wrapbox-position-below  thegem-custom-6a4d54d2b4d685179\"  style=\"\" ><div class=\"gem-wrapbox-inner \" ><img class=\"gem-wrapbox-element img-responsive\" src=\"https:\/\/www.apialicante.com\/wp-content\/uploads\/2024\/04\/img_aranzazu_gomez_dayas.jpg\" alt=\"Aranzau G\u00f3mez Dayas\"\/><\/div><style type=\"text\/css\">.thegem-custom-6a4d54d2b4d685179.gem-image a:hover img {filter: brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );}<\/style><\/div><div class=\"thegem-te-heading thegem-custom-6a4d54d2b51ba1160\" ><h3 id=\"thegem-heading-6a4d54d2b51a9\" class=\"thegem-heading thegem-custom-heading-6a4d54d2b51a85020 title-h6\" style=\"text-align: left;\" ><span class=\"colored\" style=\"color: #141f65;\">Secr\u00e9taire<\/span><\/h3><style type=\"text\/css\">#thegem-heading-6a4d54d2b51a9 {margin: 0;}#thegem-heading-6a4d54d2b51a9 a:hover, #thegem-heading-6a4d54d2b51a9 a:hover span.colored {color: var(--thegem-to-menu-level1-color-hover, #00BCD4) !important;}<\/style><\/div><style>@media screen and (max-width: 1023px) {.thegem-heading.thegem-custom-heading-6a4d54d2b51a85020{display: block!important;}}@media screen and (max-width: 767px) {.thegem-heading.thegem-custom-heading-6a4d54d2b51a85020{display: block!important;}}@media screen and (max-width: 1023px) {.thegem-heading.thegem-custom-heading-6a4d54d2b51a85020{position: relative !important;}}@media screen and (max-width: 767px) {.thegem-heading.thegem-custom-heading-6a4d54d2b51a85020{position: relative !important;}}<\/style>[vc_column_text]D. Aranzazu G\u00f3mez Dayas[\/vc_column_text]<div class=\"clearboth\"><\/div><style>#thegem-divider-6a4d54d2b51de {margin-bottom: 10px !important;}<\/style><div id=\"thegem-divider-6a4d54d2b51de\" class=\"gem-divider  \" style=\"\" ><\/div>[\/vc_column][vc_column width=\u00a0\u00bb1\/3&Prime;]<div class=\"gem-image gem-wrapbox gem-wrapbox-style-default gem-wrapbox-position-below  thegem-custom-6a4d54d2b51f82403\"  style=\"\" ><div class=\"gem-wrapbox-inner \" ><img class=\"gem-wrapbox-element img-responsive\" src=\"https:\/\/www.apialicante.com\/wp-content\/uploads\/2024\/04\/img_jose_luis_baguena_rodriguez.jpg\" alt=\"Jos\u00e9 Luis Baguena Rodriguez\"\/><\/div><style type=\"text\/css\">.thegem-custom-6a4d54d2b51f82403.gem-image a:hover img {filter: brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );}<\/style><\/div><div class=\"thegem-te-heading thegem-custom-6a4d54d2b55df6914\" ><h3 id=\"thegem-heading-6a4d54d2b55ce\" class=\"thegem-heading thegem-custom-heading-6a4d54d2b55cd2285 title-h6\" style=\"text-align: left;\" ><span class=\"colored\" style=\"color: #141f65;\">Tr\u00e9sorier<\/span><\/h3><style type=\"text\/css\">#thegem-heading-6a4d54d2b55ce {margin: 0;}#thegem-heading-6a4d54d2b55ce a:hover, #thegem-heading-6a4d54d2b55ce a:hover span.colored {color: var(--thegem-to-menu-level1-color-hover, #00BCD4) !important;}<\/style><\/div><style>@media screen and (max-width: 1023px) {.thegem-heading.thegem-custom-heading-6a4d54d2b55cd2285{display: block!important;}}@media screen and (max-width: 767px) {.thegem-heading.thegem-custom-heading-6a4d54d2b55cd2285{display: block!important;}}@media screen and (max-width: 1023px) {.thegem-heading.thegem-custom-heading-6a4d54d2b55cd2285{position: relative !important;}}@media screen and (max-width: 767px) {.thegem-heading.thegem-custom-heading-6a4d54d2b55cd2285{position: relative !important;}}<\/style>[vc_column_text]D. Jos\u00e9 Luis B\u00e1guena Rodriguez[\/vc_column_text]<div class=\"clearboth\"><\/div><style>#thegem-divider-6a4d54d2b5603 {margin-bottom: 10px !important;}<\/style><div id=\"thegem-divider-6a4d54d2b5603\" class=\"gem-divider  \" style=\"\" ><\/div>[\/vc_column][vc_column width=\u00a0\u00bb1\/3&Prime;]<div class=\"gem-image gem-wrapbox gem-wrapbox-style-default gem-wrapbox-position-below  thegem-custom-6a4d54d2b561c4105\"  style=\"\" ><div class=\"gem-wrapbox-inner \" ><img class=\"gem-wrapbox-element img-responsive\" src=\"https:\/\/www.apialicante.com\/wp-content\/uploads\/2024\/04\/img_philippe_blache.jpg\" alt=\"Philippe J. G. Blache\"\/><\/div><style type=\"text\/css\">.thegem-custom-6a4d54d2b561c4105.gem-image a:hover img {filter: brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );}<\/style><\/div><div class=\"thegem-te-heading thegem-custom-6a4d54d2b59f68111\" ><h3 id=\"thegem-heading-6a4d54d2b59e5\" class=\"thegem-heading thegem-custom-heading-6a4d54d2b59e43141 title-h6\" style=\"text-align: left;\" ><span class=\"colored\" style=\"color: #141f65;\">1er membre<\/span><\/h3><style type=\"text\/css\">#thegem-heading-6a4d54d2b59e5 {margin: 0;}#thegem-heading-6a4d54d2b59e5 a:hover, #thegem-heading-6a4d54d2b59e5 a:hover span.colored {color: var(--thegem-to-menu-level1-color-hover, #00BCD4) !important;}<\/style><\/div><style>@media screen and (max-width: 1023px) {.thegem-heading.thegem-custom-heading-6a4d54d2b59e43141{display: block!important;}}@media screen and (max-width: 767px) {.thegem-heading.thegem-custom-heading-6a4d54d2b59e43141{display: block!important;}}@media screen and (max-width: 1023px) {.thegem-heading.thegem-custom-heading-6a4d54d2b59e43141{position: relative !important;}}@media screen and (max-width: 767px) {.thegem-heading.thegem-custom-heading-6a4d54d2b59e43141{position: relative !important;}}<\/style>[vc_column_text]Philippe J. G. Blache[\/vc_column_text]<div class=\"clearboth\"><\/div><style>#thegem-divider-6a4d54d2b5a19 {margin-bottom: 10px !important;}<\/style><div id=\"thegem-divider-6a4d54d2b5a19\" class=\"gem-divider  \" style=\"\" ><\/div>[\/vc_column][vc_column width=\u00a0\u00bb1\/3&Prime;]<div class=\"gem-image gem-wrapbox gem-wrapbox-style-default gem-wrapbox-position-below  thegem-custom-6a4d54d2b5a326971\"  style=\"\" ><div class=\"gem-wrapbox-inner \" ><img class=\"gem-wrapbox-element img-responsive\" src=\"https:\/\/www.apialicante.com\/wp-content\/uploads\/2024\/04\/img_francisco_perez_ojeda_chuecos.jpg\" alt=\"Francisco P\u00e9rez-Ojeda Chuecos\"\/><\/div><style type=\"text\/css\">.thegem-custom-6a4d54d2b5a326971.gem-image a:hover img {filter: brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );}<\/style><\/div><div class=\"thegem-te-heading thegem-custom-6a4d54d2b5e08762\" ><h3 id=\"thegem-heading-6a4d54d2b5df8\" class=\"thegem-heading thegem-custom-heading-6a4d54d2b5df78744 title-h6\" style=\"text-align: left;\" ><span class=\"colored\" style=\"color: #141f65;\">2\u00e8me membre<\/span><\/h3><style type=\"text\/css\">#thegem-heading-6a4d54d2b5df8 {margin: 0;}#thegem-heading-6a4d54d2b5df8 a:hover, #thegem-heading-6a4d54d2b5df8 a:hover span.colored {color: var(--thegem-to-menu-level1-color-hover, #00BCD4) !important;}<\/style><\/div><style>@media screen and (max-width: 1023px) {.thegem-heading.thegem-custom-heading-6a4d54d2b5df78744{display: block!important;}}@media screen and (max-width: 767px) {.thegem-heading.thegem-custom-heading-6a4d54d2b5df78744{display: block!important;}}@media screen and (max-width: 1023px) {.thegem-heading.thegem-custom-heading-6a4d54d2b5df78744{position: relative !important;}}@media screen and (max-width: 767px) {.thegem-heading.thegem-custom-heading-6a4d54d2b5df78744{position: relative !important;}}<\/style>[vc_column_text]Francisco J. P\u00e9rez-Ojeda Chuecos[\/vc_column_text]<div class=\"clearboth\"><\/div><style>#thegem-divider-6a4d54d2b5e2b {margin-bottom: 10px !important;}<\/style><div id=\"thegem-divider-6a4d54d2b5e2b\" class=\"gem-divider  \" style=\"\" ><\/div>[\/vc_column][vc_column width=\u00a0\u00bb1\/3&Prime; css=\u00a0\u00bb.vc_custom_1602017955447{padding-right: 10% !important;}\u00a0\u00bb]<div class=\"gem-image gem-wrapbox gem-wrapbox-style-default gem-wrapbox-position-below  thegem-custom-6a4d54d2b5e438751\"  style=\"\" ><div class=\"gem-wrapbox-inner \" ><img class=\"gem-wrapbox-element img-responsive\" src=\"https:\/\/www.apialicante.com\/wp-content\/uploads\/2024\/04\/img_concepcion_garcia_garcia.jpg\" alt=\"Concepci\u00f3n Garc\u00eda Garc\u00eda\"\/><\/div><style type=\"text\/css\">.thegem-custom-6a4d54d2b5e438751.gem-image a:hover img {filter: brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );}<\/style><\/div><div class=\"thegem-te-heading thegem-custom-6a4d54d2b62915604\" ><h3 id=\"thegem-heading-6a4d54d2b6282\" class=\"thegem-heading thegem-custom-heading-6a4d54d2b62813268 title-h6\" style=\"text-align: left;\" ><span class=\"colored\" style=\"color: #141f65;\">3\u00e8me membre<\/span><\/h3><style type=\"text\/css\">#thegem-heading-6a4d54d2b6282 {margin: 0;}#thegem-heading-6a4d54d2b6282 a:hover, #thegem-heading-6a4d54d2b6282 a:hover span.colored {color: var(--thegem-to-menu-level1-color-hover, #00BCD4) !important;}<\/style><\/div><style>@media screen and (max-width: 1023px) {.thegem-heading.thegem-custom-heading-6a4d54d2b62813268{display: block!important;}}@media screen and (max-width: 767px) {.thegem-heading.thegem-custom-heading-6a4d54d2b62813268{display: block!important;}}@media screen and (max-width: 1023px) {.thegem-heading.thegem-custom-heading-6a4d54d2b62813268{position: relative !important;}}@media screen and (max-width: 767px) {.thegem-heading.thegem-custom-heading-6a4d54d2b62813268{position: relative !important;}}<\/style>[vc_column_text]D\u00aa. Concepci\u00f3n Garc\u00eda Garc\u00eda[\/vc_column_text]<div class=\"clearboth\"><\/div><style>#thegem-divider-6a4d54d2b62b3 {margin-bottom: 10px !important;}<\/style><div id=\"thegem-divider-6a4d54d2b62b3\" class=\"gem-divider  \" style=\"\" ><\/div>[\/vc_column][\/vc_row][vc_row full_width=\u00a0\u00bbstretch_row_content\u00a0\u00bb equal_height=\u00a0\u00bbyes\u00a0\u00bb el_id=\u00a0\u00bbsites\u00a0\u00bb][vc_column width=\u00a0\u00bb1\/2&Prime; css=\u00a0\u00bb.vc_custom_1713167519280{background-image: url(http:\/\/www.apialicante.com\/wp-content\/uploads\/2024\/04\/img_listado_asociados.jpg?id=2154) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\u00a0\u00bb]<div class=\"clearboth\"><\/div><style>#thegem-divider-6a4d54d2b62c7 {margin-top: 50px !important;}<\/style><div id=\"thegem-divider-6a4d54d2b62c7\" class=\"gem-divider  \" style=\"\" ><\/div><div class=\"thegem-te-heading thegem-custom-6a4d54d2b63461563\" ><h2 id=\"thegem-heading-6a4d54d2b6338\" class=\"thegem-heading thegem-custom-heading-6a4d54d2b63376864 title-h2\" style=\"text-align: center;\" ><span class=\"colored\" style=\"color: #ffffff;\">Liste des partenaires<\/span><\/h2><style type=\"text\/css\">#thegem-heading-6a4d54d2b6338 {margin: 0;}#thegem-heading-6a4d54d2b6338 {margin-left: auto; margin-right: auto;}#thegem-heading-6a4d54d2b6338 > * {justify-content: center;}#thegem-heading-6a4d54d2b6338 a:hover, #thegem-heading-6a4d54d2b6338 a:hover span.colored {color: var(--thegem-to-menu-level1-color-hover, #00BCD4) !important;}<\/style><\/div><style>@media screen and (max-width: 1023px) {.thegem-heading.thegem-custom-heading-6a4d54d2b63376864{display: block!important;}}@media screen and (max-width: 767px) {.thegem-heading.thegem-custom-heading-6a4d54d2b63376864{display: block!important;}}@media screen and (max-width: 1023px) {.thegem-heading.thegem-custom-heading-6a4d54d2b63376864{position: relative !important;}}@media screen and (max-width: 767px) {.thegem-heading.thegem-custom-heading-6a4d54d2b63376864{position: relative !important;}}<\/style><style type=\"text\/css\">.thegem-button-6a4d54d2b639a7280 .gem-button svg {fill: #ffffff;}.thegem-button-6a4d54d2b639a7280 .gem-button:hover svg {fill: #141f65;}<\/style><div class=\"gem-button-container gem-button-position-center thegem-button-6a4d54d2b639a7280    \"  ><a class=\"gem-button gem-button-size-medium gem-button-style-outline gem-button-text-weight-normal gem-button-border-2\" data-ll-effect=\"drop-right-without-wrap\" style=\"border-radius: 0px;border-color: #ffffff;color: #ffffff;\" onmouseleave=\"this.style.borderColor='#ffffff';this.style.backgroundColor='transparent';this.style.color='#ffffff';\" onmouseenter=\"this.style.borderColor='#141f65';this.style.backgroundColor='#ffffff';this.style.color='#141f65';\" href=\"\/asociados\" target=\"_self\">VISITE<\/a><\/div> <div class=\"clearboth\"><\/div><style>#thegem-divider-6a4d54d2b63be {margin-top: 50px !important;}<\/style><div id=\"thegem-divider-6a4d54d2b63be\" class=\"gem-divider  \" style=\"\" ><\/div>[\/vc_column][vc_column width=\u00a0\u00bb1\/2&Prime; css=\u00a0\u00bb.vc_custom_1713167543272{background-image: url(http:\/\/www.apialicante.com\/wp-content\/uploads\/2024\/04\/img_area_privada.jpg?id=2155) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\u00a0\u00bb]<div class=\"clearboth\"><\/div><style>#thegem-divider-6a4d54d2b63d2 {margin-top: 50px !important;}<\/style><div id=\"thegem-divider-6a4d54d2b63d2\" class=\"gem-divider  \" style=\"\" ><\/div><div class=\"thegem-te-heading thegem-custom-6a4d54d2b64577307\" ><h2 id=\"thegem-heading-6a4d54d2b6448\" class=\"thegem-heading thegem-custom-heading-6a4d54d2b64475065 title-h2\" style=\"text-align: center;\" ><span class=\"colored\" style=\"color: #ffffff;\">Espace priv\u00e9<\/span><\/h2><style type=\"text\/css\">#thegem-heading-6a4d54d2b6448 {margin: 0;}#thegem-heading-6a4d54d2b6448 {margin-left: auto; margin-right: auto;}#thegem-heading-6a4d54d2b6448 > * {justify-content: center;}#thegem-heading-6a4d54d2b6448 a:hover, #thegem-heading-6a4d54d2b6448 a:hover span.colored {color: var(--thegem-to-menu-level1-color-hover, #00BCD4) !important;}<\/style><\/div><style>@media screen and (max-width: 1023px) {.thegem-heading.thegem-custom-heading-6a4d54d2b64475065{display: block!important;}}@media screen and (max-width: 767px) {.thegem-heading.thegem-custom-heading-6a4d54d2b64475065{display: block!important;}}@media screen and (max-width: 1023px) {.thegem-heading.thegem-custom-heading-6a4d54d2b64475065{position: relative !important;}}@media screen and (max-width: 767px) {.thegem-heading.thegem-custom-heading-6a4d54d2b64475065{position: relative !important;}}<\/style><style type=\"text\/css\">.thegem-button-6a4d54d2b649b4114 .gem-button svg {fill: #ffffff;}.thegem-button-6a4d54d2b649b4114 .gem-button:hover svg {fill: #141f65;}<\/style><div class=\"gem-button-container gem-button-position-center thegem-button-6a4d54d2b649b4114    \"  ><a class=\"gem-button gem-button-size-medium gem-button-style-outline gem-button-text-weight-normal gem-button-border-2\" data-ll-effect=\"drop-right-without-wrap\" style=\"border-radius: 0px;border-color: #ffffff;color: #ffffff;\" onmouseleave=\"this.style.borderColor='#ffffff';this.style.backgroundColor='transparent';this.style.color='#ffffff';\" onmouseenter=\"this.style.borderColor='#141f65';this.style.backgroundColor='#ffffff';this.style.color='#141f65';\" href=\"\/customer-area\/dashboard\/\" target=\"_self\">ACC\u00c8S<\/a><\/div> <div class=\"clearboth\"><\/div><style>#thegem-divider-6a4d54d2b64b8 {margin-top: 50px !important;}<\/style><div id=\"thegem-divider-6a4d54d2b64b8\" class=\"gem-divider  \" style=\"\" ><\/div>[\/vc_column][\/vc_row]<\/p>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>[vc_row full_width=\u00a0\u00bbstretch_row\u00a0\u00bb css=\u00a0\u00bb.vc_custom_1712655479563{margin-bottom: 0px !important;background-image: url(http:\/\/www.apialicante.com\/wp-content\/uploads\/2024\/04\/img_banner_todos_apartados_recuadro.jpg?id=1870) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\u00a0\u00bb custom_css_code=\u00a0\u00bbJTQwbWVkaWElMjAlMjhtYXgtd2lkdGglM0ElMjAxMTk5cHglMjklN0IlMEElMjAlMjAlMjAlMjAlNDBpZC53cGJfcm93JTIwJTdCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwbWFyZ2luLXRvcCUzQSUyMDAlM0IlMEElMjAlMjAlMjAlMjAlN0QlMEElN0Q=\u00a0\u00bb el_class=\u00a0\u00bbhas-margin\u00a0\u00bb][vc_column offset=\u00a0\u00bbvc_col-lg-12 vc_col-md-12 vc_col-xs-12&Prime;][vc_row_inner][vc_column_inner el_class=\u00a0\u00bbresponsive\u00a0\u00bb offset=\u00a0\u00bbvc_col-lg-12&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-13799","page","type-page","status-publish"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.apialicante.com\/fr\/wp-json\/wp\/v2\/pages\/13799","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.apialicante.com\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.apialicante.com\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.apialicante.com\/fr\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.apialicante.com\/fr\/wp-json\/wp\/v2\/comments?post=13799"}],"version-history":[{"count":2,"href":"https:\/\/www.apialicante.com\/fr\/wp-json\/wp\/v2\/pages\/13799\/revisions"}],"predecessor-version":[{"id":13801,"href":"https:\/\/www.apialicante.com\/fr\/wp-json\/wp\/v2\/pages\/13799\/revisions\/13801"}],"wp:attachment":[{"href":"https:\/\/www.apialicante.com\/fr\/wp-json\/wp\/v2\/media?parent=13799"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}