{"id":13936,"date":"2020-10-11T11:30:18","date_gmt":"2020-10-11T09:30:18","guid":{"rendered":"http:\/\/www.apialicante.com\/le-college\/"},"modified":"2024-05-07T13:13:27","modified_gmt":"2024-05-07T11:13:27","slug":"le-college","status":"publish","type":"page","link":"https:\/\/www.apialicante.com\/fr\/le-college\/","title":{"rendered":"Le College"},"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-69d9f9d1749b8 {margin-top: 5px !important;}<\/style><div id=\"thegem-divider-69d9f9d1749b8\" 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-69d9f9d174ae9 {margin-top: 20px !important;}<\/style><div id=\"thegem-divider-69d9f9d174ae9\" 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-69d9f9d174b13 {margin-top: 72px !important;}<\/style><div id=\"thegem-divider-69d9f9d174b13\" 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-69d9f9d174b2f\" 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-69d9f9d174cda4635\" ><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-69d9f9d174c3e\" class=\"thegem-heading thegem-custom-heading-69d9f9d174c391498 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\">Le<\/span><\/span> <span class=\"thegem-heading-word-wrap\"><span class=\"colored thegem-heading-word\" style=\"color: #ffffff; animation-delay: 80ms\">College.<\/span><\/span><\/h1><style type=\"text\/css\">#thegem-heading-69d9f9d174c3e {margin: 0;}#thegem-heading-69d9f9d174c3e a:hover, #thegem-heading-69d9f9d174c3e 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-69d9f9d174c391498{display: block!important;}}@media screen and (max-width: 767px) {.thegem-heading.thegem-custom-heading-69d9f9d174c391498{display: block!important;}}@media screen and (max-width: 1023px) {.thegem-heading.thegem-custom-heading-69d9f9d174c391498{position: relative !important;}}@media screen and (max-width: 767px) {.thegem-heading.thegem-custom-heading-69d9f9d174c391498{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-69d9f9d174d36 {margin-top: 100px !important;}<\/style><div id=\"thegem-divider-69d9f9d174d36\" 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-69d9f9d174d65 {margin-top: 90px !important;}<\/style><div id=\"thegem-divider-69d9f9d174d65\" 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-69d9f9d174d8c {margin-top: 96px !important;}<\/style><div id=\"thegem-divider-69d9f9d174d8c\" 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-69d9f9d174db0 {margin-top: 150px !important;}<\/style><div id=\"thegem-divider-69d9f9d174db0\" 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\u00a0\u00bb]<div class=\"clearboth\"><\/div><style>#thegem-divider-69d9f9d174dd2 {margin-top: 110px !important;}<\/style><div id=\"thegem-divider-69d9f9d174dd2\" 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-69d9f9d174df4 {margin-top: 30px !important;}<\/style><div id=\"thegem-divider-69d9f9d174df4\" 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-69d9f9d174e1f4965\"  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_funciones.jpg\" alt=\"Fonctions\"\/><\/div><\/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\">Fonctions.<\/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-69d9f9d175112 {margin-top: 30px !important;}<\/style><div id=\"thegem-divider-69d9f9d175112\" 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-69d9f9d175139 {margin-top: 11px !important;}<\/style><div id=\"thegem-divider-69d9f9d175139\" class=\"gem-divider  \" style=\"\" ><\/div><div class=\"clearboth\"><\/div><div id=\"thegem-divider-69d9f9d175159\" 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 fonctions COAPI<br \/>\nAlicante pour les arbitres.<\/p>\n<p>[\/vc_column_text]<div class=\"gem-button-container gem-button-position-inline thegem-button-69d9f9d1751b8695    \"  ><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=\"\/el-colegio\/funciones\" target=\"_self\">Lire 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\u00a0\u00bb]<div class=\"clearboth\"><\/div><style>#thegem-divider-69d9f9d1751e2 {margin-top: 110px !important;}<\/style><div id=\"thegem-divider-69d9f9d1751e2\" 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-69d9f9d1751f9 {margin-top: 30px !important;}<\/style><div id=\"thegem-divider-69d9f9d1751f9\" 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\">L\u00e9gislation.<\/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-69d9f9d17520d {margin-top: 30px !important;}<\/style><div id=\"thegem-divider-69d9f9d17520d\" 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-69d9f9d175221 {margin-top: 11px !important;}<\/style><div id=\"thegem-divider-69d9f9d175221\" class=\"gem-divider  \" style=\"\" ><\/div><div class=\"clearboth\"><\/div><div id=\"thegem-divider-69d9f9d17523f\" 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;\">Lois par lesquelles le Coll\u00e8ge est r\u00e9gi.<\/p>\n<p>[\/vc_column_text]<div class=\"gem-button-container gem-button-position-inline thegem-button-69d9f9d1752828274    \"  ><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=\"\/el-colegio\/legislacion\" target=\"_self\">Lire 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-69d9f9d1752ae2660\"  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><\/div>[\/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-69d9f9d17556f {margin-top: 110px !important;}<\/style><div id=\"thegem-divider-69d9f9d17556f\" 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-69d9f9d175599 {margin-top: 30px !important;}<\/style><div id=\"thegem-divider-69d9f9d175599\" 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-69d9f9d1755c24597\"  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><\/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\">Conseil des gouverneurs<\/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-69d9f9d175854 {margin-top: 30px !important;}<\/style><div id=\"thegem-divider-69d9f9d175854\" 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-69d9f9d17587e {margin-top: 11px !important;}<\/style><div id=\"thegem-divider-69d9f9d17587e\" class=\"gem-divider  \" style=\"\" ><\/div><div class=\"clearboth\"><\/div><div id=\"thegem-divider-69d9f9d1758a2\" 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;\">\u00c9quipe qui compose le college.<\/p>\n<p>[\/vc_column_text]<div class=\"gem-button-container gem-button-position-inline thegem-button-69d9f9d1758fc5778    \"  ><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=\"\/el-colegio\/junta-de-gobierno\" target=\"_self\">Lire 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\u00a0\u00bb]<div class=\"clearboth\"><\/div><style>#thegem-divider-69d9f9d175930 {margin-top: 110px !important;}<\/style><div id=\"thegem-divider-69d9f9d175930\" 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-69d9f9d175956 {margin-top: 30px !important;}<\/style><div id=\"thegem-divider-69d9f9d175956\" 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\">Commissions.<\/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-69d9f9d175977 {margin-top: 30px !important;}<\/style><div id=\"thegem-divider-69d9f9d175977\" 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-69d9f9d175996 {margin-top: 11px !important;}<\/style><div id=\"thegem-divider-69d9f9d175996\" class=\"gem-divider  \" style=\"\" ><\/div><div class=\"clearboth\"><\/div><div id=\"thegem-divider-69d9f9d1759b5\" 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;\">Commissions coll\u00e9giales.<\/p>\n<p>[\/vc_column_text]<div class=\"gem-button-container gem-button-position-inline thegem-button-69d9f9d175a047933    \"  ><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=\"\/el-colegio\/comisiones\" target=\"_self\">Lire 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-69d9f9d175a381773\"  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_comisiones.jpg\" alt=\"Commissions\"\/><\/div><\/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-13936","page","type-page","status-publish"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.apialicante.com\/fr\/wp-json\/wp\/v2\/pages\/13936","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=13936"}],"version-history":[{"count":5,"href":"https:\/\/www.apialicante.com\/fr\/wp-json\/wp\/v2\/pages\/13936\/revisions"}],"predecessor-version":[{"id":14600,"href":"https:\/\/www.apialicante.com\/fr\/wp-json\/wp\/v2\/pages\/13936\/revisions\/14600"}],"wp:attachment":[{"href":"https:\/\/www.apialicante.com\/fr\/wp-json\/wp\/v2\/media?parent=13936"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}