{"id":13779,"date":"2024-04-12T08:32:30","date_gmt":"2024-04-12T06:32:30","guid":{"rendered":"http:\/\/www.apialicante.com\/services\/"},"modified":"2024-05-07T13:27:31","modified_gmt":"2024-05-07T11:27:31","slug":"services","status":"publish","type":"page","link":"https:\/\/www.apialicante.com\/fr\/services\/","title":{"rendered":"Services"},"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-6a7232e5ccad1 {margin-top: 5px !important;}<\/style><div id=\"thegem-divider-6a7232e5ccad1\" 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-6a7232e5cd05f {margin-top: 20px !important;}<\/style><div id=\"thegem-divider-6a7232e5cd05f\" 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-6a7232e5cd085 {margin-top: 72px !important;}<\/style><div id=\"thegem-divider-6a7232e5cd085\" 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-6a7232e5cd0a0\" 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-6a7232e5cd1df8358\" ><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-6a7232e5cd156\" class=\"thegem-heading thegem-custom-heading-6a7232e5cd1533514 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\">Services.<\/span><\/span><\/h1><style type=\"text\/css\">#thegem-heading-6a7232e5cd156 {margin: 0;}#thegem-heading-6a7232e5cd156 a:hover, #thegem-heading-6a7232e5cd156 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-6a7232e5cd1533514{display: block!important;}}@media screen and (max-width: 767px) {.thegem-heading.thegem-custom-heading-6a7232e5cd1533514{display: block!important;}}@media screen and (max-width: 1023px) {.thegem-heading.thegem-custom-heading-6a7232e5cd1533514{position: relative !important;}}@media screen and (max-width: 767px) {.thegem-heading.thegem-custom-heading-6a7232e5cd1533514{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-6a7232e5cd21e {margin-top: 100px !important;}<\/style><div id=\"thegem-divider-6a7232e5cd21e\" 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-6a7232e5cd23e {margin-top: 90px !important;}<\/style><div id=\"thegem-divider-6a7232e5cd23e\" 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-6a7232e5cd256 {margin-top: 96px !important;}<\/style><div id=\"thegem-divider-6a7232e5cd256\" 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-6a7232e5cd26c {margin-top: 150px !important;}<\/style><div id=\"thegem-divider-6a7232e5cd26c\" 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-6a7232e5cd285 {margin-top: 110px !important;}<\/style><div id=\"thegem-divider-6a7232e5cd285\" 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-6a7232e5cd29d {margin-top: 30px !important;}<\/style><div id=\"thegem-divider-6a7232e5cd29d\" class=\"gem-divider  \" style=\"\" ><\/div>[\/vc_column][\/vc_row][vc_row el_class=\u00a0\u00bbreverse-row\u00a0\u00bb][vc_column width=\u00a0\u00bb5\/6&Prime; offset=\u00a0\u00bbvc_col-lg-6 vc_col-md-6 vc_col-xs-12&Prime;]<div class=\"gem-image gem-wrapbox gem-wrapbox-style-default gem-wrapbox-position-left lazy-loading  thegem-custom-6a7232e5cd2be8183\"  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_catastro.jpg\" alt=\"Fonctions\"\/><\/div><style type=\"text\/css\">.thegem-custom-6a7232e5cd2be8183.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&Prime;][vc_row_inner][vc_column_inner][vc_column_text css_animation=\u00a0\u00bbbottom-to-top\u00a0\u00bb]<\/p>\n<div class=\"title-h2\">Point d&rsquo;information cadastrale.<\/div>\n<p>[\/vc_column_text][\/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-6a7232e5cd674 {margin-top: 11px !important;}<\/style><div id=\"thegem-divider-6a7232e5cd674\" class=\"gem-divider  \" style=\"\" ><\/div><div class=\"clearboth\"><\/div><div id=\"thegem-divider-6a7232e5cd693\" 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;\">Toutes les informations cadastrales.<\/p>\n<p>[\/vc_column_text]<div class=\"gem-button-container gem-button-position-inline thegem-button-6a7232e5cd6f06437    \"  ><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=\"\/servicios\/catastro\" target=\"_self\">En savoir plus<\/a><\/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-6a7232e5cd71c {margin-top: 110px !important;}<\/style><div id=\"thegem-divider-6a7232e5cd71c\" 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-6a7232e5cd736 {margin-top: 30px !important;}<\/style><div id=\"thegem-divider-6a7232e5cd736\" 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<div class=\"title-h2\">Tribunal d&rsquo;arbitrage.<\/div>\n<p>[\/vc_column_text][\/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-6a7232e5cd74c {margin-top: 11px !important;}<\/style><div id=\"thegem-divider-6a7232e5cd74c\" class=\"gem-divider  \" style=\"\" ><\/div><div class=\"clearboth\"><\/div><div id=\"thegem-divider-6a7232e5cd765\" 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;\">Le tribunal d&rsquo;arbitrage et toutes ses d\u00e9cisions.<\/p>\n<p>[\/vc_column_text]<div class=\"gem-button-container gem-button-position-inline thegem-button-6a7232e5cd7a05365    \"  ><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=\"\/servicios\/corte-de-arbitraje\" target=\"_self\">En savoir plus<\/a><\/div> [\/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-6a7232e5cd7c74328\"  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_corte_arbitraje-1.jpg\" alt=\"Tribunal d&#039;arbitrage\"\/><\/div><style type=\"text\/css\">.thegem-custom-6a7232e5cd7c74328.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][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-6a7232e5cdb7e {margin-top: 110px !important;}<\/style><div id=\"thegem-divider-6a7232e5cdb7e\" 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-6a7232e5cdb9b {margin-top: 30px !important;}<\/style><div id=\"thegem-divider-6a7232e5cdb9b\" class=\"gem-divider  \" style=\"\" ><\/div>[\/vc_column][\/vc_row][vc_row el_class=\u00a0\u00bbreverse-row\u00a0\u00bb][vc_column width=\u00a0\u00bb5\/6&Prime; offset=\u00a0\u00bbvc_col-lg-6 vc_col-md-6 vc_col-xs-12&Prime;]<div class=\"gem-image gem-wrapbox gem-wrapbox-style-default gem-wrapbox-position-left lazy-loading  thegem-custom-6a7232e5cdbb867\"  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_junta_gobierno.jpg\" alt=\"Conseil des gouverneurs\"\/><\/div><style type=\"text\/css\">.thegem-custom-6a7232e5cdbb867.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&Prime;][vc_row_inner][vc_column_inner offset=\u00a0\u00bbvc_col-lg-12 vc_col-md-12&Prime;][vc_column_text css_animation=\u00a0\u00bbbottom-to-top\u00a0\u00bb]<\/p>\n<div class=\"title-h2\">Accompagnement Professionnel.<\/div>\n<p>[\/vc_column_text][\/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-6a7232e5cdeac {margin-top: 11px !important;}<\/style><div id=\"thegem-divider-6a7232e5cdeac\" class=\"gem-divider  \" style=\"\" ><\/div><div class=\"clearboth\"><\/div><div id=\"thegem-divider-6a7232e5cdec7\" 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;\">Tous les services d&rsquo;orientation professionnelle et la bourse immobili\u00e8re APIRED.<\/p>\n<p>[\/vc_column_text]<div class=\"gem-button-container gem-button-position-inline thegem-button-6a7232e5cdf101207    \"  ><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=\"\/servicios\/orientacion-profesional\" target=\"_self\">En savoir plus<\/a><\/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-6a7232e5cdf36 {margin-top: 110px !important;}<\/style><div id=\"thegem-divider-6a7232e5cdf36\" 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-6a7232e5cdf4c {margin-top: 30px !important;}<\/style><div id=\"thegem-divider-6a7232e5cdf4c\" 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<div class=\"title-h2\">Institution de m\u00e9diation.<\/div>\n<p>[\/vc_column_text][\/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-6a7232e5cdf60 {margin-top: 11px !important;}<\/style><div id=\"thegem-divider-6a7232e5cdf60\" class=\"gem-divider  \" style=\"\" ><\/div><div class=\"clearboth\"><\/div><div id=\"thegem-divider-6a7232e5cdf77\" 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;\">Toutes les informations concernant les m\u00e9diateurs et les strat\u00e9gies utilis\u00e9es.<\/p>\n<p>[\/vc_column_text]<div class=\"gem-button-container gem-button-position-inline thegem-button-6a7232e5cdfac3315    \"  ><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=\"\/servicios\/institucion-de-mediacion\" target=\"_self\">En savoir plus<\/a><\/div> [\/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-6a7232e5cdfcf9196\"  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_mediacion.jpg\" alt=\"Institution de m\u00e9diation\"\/><\/div><style type=\"text\/css\">.thegem-custom-6a7232e5cdfcf9196.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][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-6a7232e5ce2bb {margin-top: 110px !important;}<\/style><div id=\"thegem-divider-6a7232e5ce2bb\" 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-6a7232e5ce2d5 {margin-top: 30px !important;}<\/style><div id=\"thegem-divider-6a7232e5ce2d5\" class=\"gem-divider  \" style=\"\" ><\/div>[\/vc_column][\/vc_row][vc_row el_class=\u00a0\u00bbreverse-row\u00a0\u00bb][vc_column width=\u00a0\u00bb5\/6&Prime; offset=\u00a0\u00bbvc_col-lg-6 vc_col-md-6 vc_col-xs-12&Prime;]<div class=\"gem-image gem-wrapbox gem-wrapbox-style-default gem-wrapbox-position-left lazy-loading  thegem-custom-6a7232e5ce2f08508\"  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_orientacion.jpg\" alt=\"Accompagnement Professionnel\"\/><\/div><style type=\"text\/css\">.thegem-custom-6a7232e5ce2f08508.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&Prime;][vc_row_inner][vc_column_inner][vc_column_text css_animation=\u00a0\u00bbbottom-to-top\u00a0\u00bb]<\/p>\n<div class=\"title-h2\">Accords.<\/div>\n<p>[\/vc_column_text][\/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-6a7232e5ce5df {margin-top: 11px !important;}<\/style><div id=\"thegem-divider-6a7232e5ce5df\" class=\"gem-divider  \" style=\"\" ><\/div><div class=\"clearboth\"><\/div><div id=\"thegem-divider-6a7232e5ce5f7\" 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;\">Avantages et accords pour nos membres.<\/p>\n<p>[\/vc_column_text]<div class=\"gem-button-container gem-button-position-inline thegem-button-6a7232e5ce6381086    \"  ><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=\"\/servicios\/convenios\" target=\"_self\">En savoir plus<\/a><\/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-6a7232e5ce658 {margin-top: 110px !important;}<\/style><div id=\"thegem-divider-6a7232e5ce658\" 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-6a7232e5ce66d {margin-top: 30px !important;}<\/style><div id=\"thegem-divider-6a7232e5ce66d\" 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<div class=\"title-h2\">La Rotacion Des \u00c9valuations.<\/div>\n<p>[\/vc_column_text][\/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-6a7232e5ce680 {margin-top: 11px !important;}<\/style><div id=\"thegem-divider-6a7232e5ce680\" class=\"gem-divider  \" style=\"\" ><\/div><div class=\"clearboth\"><\/div><div id=\"thegem-divider-6a7232e5ce697\" 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;\">Les \u00e9valuations des agents immobiliers agr\u00e9\u00e9s.<\/p>\n<p>[\/vc_column_text]<div class=\"gem-button-container gem-button-position-inline thegem-button-6a7232e5ce6c87337    \"  ><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=\"\/servicios\/turno-de-valoraciones\/\" target=\"_self\">En savoir plus<\/a><\/div> [\/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-6a7232e5ce6e72534\"  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_valoraciones.jpg\" alt=\"La Rotacion Des \u00c9valuations\"\/><\/div><style type=\"text\/css\">.thegem-custom-6a7232e5ce6e72534.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][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-6a7232e5ce9fa {margin-top: 110px !important;}<\/style><div id=\"thegem-divider-6a7232e5ce9fa\" 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-6a7232e5cea0f {margin-top: 30px !important;}<\/style><div id=\"thegem-divider-6a7232e5cea0f\" class=\"gem-divider  \" style=\"\" ><\/div>[\/vc_column][\/vc_row][vc_row el_class=\u00a0\u00bbreverse-row\u00a0\u00bb][vc_column width=\u00a0\u00bb5\/6&Prime; offset=\u00a0\u00bbvc_col-lg-6 vc_col-md-6 vc_col-xs-12&Prime;]<div class=\"gem-image gem-wrapbox gem-wrapbox-style-default gem-wrapbox-position-left lazy-loading  thegem-custom-6a7232e5cea277071\"  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_ventanilla.jpg\" alt=\"Guichet unique\"\/><\/div><style type=\"text\/css\">.thegem-custom-6a7232e5cea277071.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&Prime;][vc_row_inner][vc_column_inner][vc_column_text css_animation=\u00a0\u00bbbottom-to-top\u00a0\u00bb]<\/p>\n<div class=\"title-h2\">Liens.<\/div>\n<p>[\/vc_column_text][\/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-6a7232e5cece5 {margin-top: 11px !important;}<\/style><div id=\"thegem-divider-6a7232e5cece5\" class=\"gem-divider  \" style=\"\" ><\/div><div class=\"clearboth\"><\/div><div id=\"thegem-divider-6a7232e5cecfc\" 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;\">Liens vers les diff\u00e9rents organes.<\/p>\n<p>[\/vc_column_text]<div class=\"gem-button-container gem-button-position-inline thegem-button-6a7232e5ced392588    \"  ><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=\"\/servicios\/enlaces\" target=\"_self\">En savoir plus<\/a><\/div> [\/vc_column_inner][\/vc_row_inner][\/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-13779","page","type-page","status-publish"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.apialicante.com\/fr\/wp-json\/wp\/v2\/pages\/13779","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=13779"}],"version-history":[{"count":8,"href":"https:\/\/www.apialicante.com\/fr\/wp-json\/wp\/v2\/pages\/13779\/revisions"}],"predecessor-version":[{"id":14620,"href":"https:\/\/www.apialicante.com\/fr\/wp-json\/wp\/v2\/pages\/13779\/revisions\/14620"}],"wp:attachment":[{"href":"https:\/\/www.apialicante.com\/fr\/wp-json\/wp\/v2\/media?parent=13779"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}