").append(this.menu),this._addClass(this.menuWrap,"ui-selectmenu-menu","ui-front"),this.menuWrap.appendTo(this._appendTo()),this.menuInstance=this.menu.menu({classes:{"ui-menu":"ui-corner-bottom"},role:"listbox",select:function(t,e){t.preventDefault(),i._setSelection(),i._select(e.item.data("ui-selectmenu-item"),t)},focus:function(t,e){e=e.item.data("ui-selectmenu-item");null!=i.focusIndex&&e.index!==i.focusIndex&&(i._trigger("focus",t,{item:e}),i.isOpen||i._select(e,t)),i.focusIndex=e.index,i.button.attr("aria-activedescendant",i.menuItems.eq(e.index).attr("id"))}}).menu("instance"),this.menuInstance._off(this.menu,"mouseleave"),this.menuInstance._closeOnDocumentClick=function(){return!1},this.menuInstance._isDivider=function(){return!1}},refresh:function(){this._refreshMenu(),this.buttonItem.replaceWith(this.buttonItem=this._renderButtonItem(this._getSelectedItem().data("ui-selectmenu-item")||{})),null===this.options.width&&this._resizeButton()},_refreshMenu:function(){var t=this.element.find("option");this.menu.empty(),this._parseOptions(t),this._renderMenu(this.menu,this.items),this.menuInstance.refresh(),this.menuItems=this.menu.find("li").not(".ui-selectmenu-optgroup").find(".ui-menu-item-wrapper"),this._rendered=!0,t.length&&(t=this._getSelectedItem(),this.menuInstance.focus(null,t),this._setAria(t.data("ui-selectmenu-item")),this._setOption("disabled",this.element.prop("disabled")))},open:function(t){this.options.disabled||(this._rendered?(this._removeClass(this.menu.find(".ui-state-active"),null,"ui-state-active"),this.menuInstance.focus(null,this._getSelectedItem())):this._refreshMenu(),this.menuItems.length&&(this.isOpen=!0,this._toggleAttr(),this._resizeMenu(),this._position(),this._on(this.document,this._documentClick),this._trigger("open",t)))},_position:function(){this.menuWrap.position(V.extend({of:this.button},this.options.position))},close:function(t){this.isOpen&&(this.isOpen=!1,this._toggleAttr(),this.range=null,this._off(this.document),this._trigger("close",t))},widget:function(){return this.button},menuWidget:function(){return this.menu},_renderButtonItem:function(t){var e=V("");return this._setText(e,t.label),this._addClass(e,"ui-selectmenu-text"),e},_renderMenu:function(s,t){var n=this,o="";V.each(t,function(t,e){var i;e.optgroup!==o&&(i=V(" ",{title:e.element.attr("title")});return e.disabled&&this._addClass(i,null,"ui-state-disabled"),this._setText(s,e.label),i.append(s).appendTo(t)},_setText:function(t,e){e?t.text(e):t.html("")},_move:function(t,e){var i,s=".ui-menu-item";this.isOpen?i=this.menuItems.eq(this.focusIndex).parent("li"):(i=this.menuItems.eq(this.element[0].selectedIndex).parent("li"),s+=":not(.ui-state-disabled)"),(s="first"===t||"last"===t?i["first"===t?"prevAll":"nextAll"](s).eq(-1):i[t+"All"](s).eq(0)).length&&this.menuInstance.focus(e,s)},_getSelectedItem:function(){return this.menuItems.eq(this.element[0].selectedIndex).parent("li")},_toggle:function(t){this[this.isOpen?"close":"open"](t)},_setSelection:function(){var t;this.range&&(window.getSelection?((t=window.getSelection()).removeAllRanges(),t.addRange(this.range)):this.range.select(),this.button.trigger("focus"))},_documentClick:{mousedown:function(t){this.isOpen&&(V(t.target).closest(".ui-selectmenu-menu, #"+V.escapeSelector(this.ids.button)).length||this.close(t))}},_buttonEvents:{mousedown:function(){var t;window.getSelection?(t=window.getSelection()).rangeCount&&(this.range=t.getRangeAt(0)):this.range=document.selection.createRange()},click:function(t){this._setSelection(),this._toggle(t)},keydown:function(t){var e=!0;switch(t.keyCode){case V.ui.keyCode.TAB:case V.ui.keyCode.ESCAPE:this.close(t),e=!1;break;case V.ui.keyCode.ENTER:this.isOpen&&this._selectFocusedItem(t);break;case V.ui.keyCode.UP:t.altKey?this._toggle(t):this._move("prev",t);break;case V.ui.keyCode.DOWN:t.altKey?this._toggle(t):this._move("next",t);break;case V.ui.keyCode.SPACE:this.isOpen?this._selectFocusedItem(t):this._toggle(t);break;case V.ui.keyCode.LEFT:this._move("prev",t);break;case V.ui.keyCode.RIGHT:this._move("next",t);break;case V.ui.keyCode.HOME:case V.ui.keyCode.PAGE_UP:this._move("first",t);break;case V.ui.keyCode.END:case V.ui.keyCode.PAGE_DOWN:this._move("last",t);break;default:this.menu.trigger(t),e=!1}e&&t.preventDefault()}},_selectFocusedItem:function(t){var e=this.menuItems.eq(this.focusIndex).parent("li");e.hasClass("ui-state-disabled")||this._select(e.data("ui-selectmenu-item"),t)},_select:function(t,e){var i=this.element[0].selectedIndex;this.element[0].selectedIndex=t.index,this.buttonItem.replaceWith(this.buttonItem=this._renderButtonItem(t)),this._setAria(t),this._trigger("select",e,{item:t}),t.index!==i&&this._trigger("change",e,{item:t}),this.close(e)},_setAria:function(t){t=this.menuItems.eq(t.index).attr("id");this.button.attr({"aria-labelledby":t,"aria-activedescendant":t}),this.menu.attr("aria-activedescendant",t)},_setOption:function(t,e){var i;"icons"===t&&(i=this.button.find("span.ui-icon"),this._removeClass(i,null,this.options.icons.button)._addClass(i,null,e.button)),this._super(t,e),"appendTo"===t&&this.menuWrap.appendTo(this._appendTo()),"width"===t&&this._resizeButton()},_setOptionDisabled:function(t){this._super(t),this.menuInstance.option("disabled",t),this.button.attr("aria-disabled",t),this._toggleClass(this.button,null,"ui-state-disabled",t),this.element.prop("disabled",t),t?(this.button.attr("tabindex",-1),this.close()):this.button.attr("tabindex",0)},_appendTo:function(){var t=this.options.appendTo;return t=!(t=!(t=t&&(t.jquery||t.nodeType?V(t):this.document.find(t).eq(0)))||!t[0]?this.element.closest(".ui-front, dialog"):t).length?this.document[0].body:t},_toggleAttr:function(){this.button.attr("aria-expanded",this.isOpen),this._removeClass(this.button,"ui-selectmenu-button-"+(this.isOpen?"closed":"open"))._addClass(this.button,"ui-selectmenu-button-"+(this.isOpen?"open":"closed"))._toggleClass(this.menuWrap,"ui-selectmenu-open",null,this.isOpen),this.menu.attr("aria-hidden",!this.isOpen)},_resizeButton:function(){var t=this.options.width;!1!==t?(null===t&&(t=this.element.show().outerWidth(),this.element.hide()),this.button.outerWidth(t)):this.button.css("width","")},_resizeMenu:function(){this.menu.outerWidth(Math.max(this.button.outerWidth(),this.menu.width("").outerWidth()+1))},_getCreateOptions:function(){var t=this._super();return t.disabled=this.element.prop("disabled"),t},_parseOptions:function(t){var i=this,s=[];t.each(function(t,e){e.hidden||s.push(i._parseOption(V(e),t))}),this.items=s},_parseOption:function(t,e){var i=t.parent("optgroup");return{element:t,index:e,value:t.val(),label:t.text(),optgroup:i.attr("label")||"",disabled:i.prop("disabled")||t.prop("disabled")}},_destroy:function(){this._unbindFormResetHandler(),this.menuWrap.remove(),this.button.remove(),this.element.show(),this.element.removeUniqueId(),this.labels.attr("for",this.ids.element)}}]),V.widget("ui.slider",V.ui.mouse,{version:"1.13.2",widgetEventPrefix:"slide",options:{animate:!1,classes:{"ui-slider":"ui-corner-all","ui-slider-handle":"ui-corner-all","ui-slider-range":"ui-corner-all ui-widget-header"},distance:0,max:100,min:0,orientation:"horizontal",range:!1,step:1,value:0,values:null,change:null,slide:null,start:null,stop:null},numPages:5,_create:function(){this._keySliding=!1,this._mouseSliding=!1,this._animateOff=!0,this._handleIndex=null,this._detectOrientation(),this._mouseInit(),this._calculateNewMax(),this._addClass("ui-slider ui-slider-"+this.orientation,"ui-widget ui-widget-content"),this._refresh(),this._animateOff=!1},_refresh:function(){this._createRange(),this._createHandles(),this._setupEvents(),this._refreshValue()},_createHandles:function(){var t,e=this.options,i=this.element.find(".ui-slider-handle"),s=[],n=e.values&&e.values.length||1;for(i.length>n&&(i.slice(n).remove(),i=i.slice(0,n)),t=i.length;t ").appendTo(this.element),this._addClass(this.range,"ui-slider-range")),"min"!==t.range&&"max"!==t.range||this._addClass(this.range,"ui-slider-range-"+t.range)):(this.range&&this.range.remove(),this.range=null)},_setupEvents:function(){this._off(this.handles),this._on(this.handles,this._handleEvents),this._hoverable(this.handles),this._focusable(this.handles)},_destroy:function(){this.handles.remove(),this.range&&this.range.remove(),this._mouseDestroy()},_mouseCapture:function(t){var i,s,n,o,e,a,r=this,l=this.options;return!l.disabled&&(this.elementSize={width:this.element.outerWidth(),height:this.element.outerHeight()},this.elementOffset=this.element.offset(),a={x:t.pageX,y:t.pageY},i=this._normValueFromMouse(a),s=this._valueMax()-this._valueMin()+1,this.handles.each(function(t){var e=Math.abs(i-r.values(t));(e ").attr("id",t).data("ui-tabs-destroy",!0)},_setOptionDisabled:function(t){var e,i;for(Array.isArray(t)&&(t.length?t.length===this.anchors.length&&(t=!0):t=!1),i=0;e=this.tabs[i];i++)e=V(e),!0===t||-1!==V.inArray(i,t)?(e.attr("aria-disabled","true"),this._addClass(e,null,"ui-state-disabled")):(e.removeAttr("aria-disabled"),this._removeClass(e,null,"ui-state-disabled"));this.options.disabled=t,this._toggleClass(this.widget(),this.widgetFullName+"-disabled",null,!0===t)},_setupEvents:function(t){var i={};t&&V.each(t.split(" "),function(t,e){i[e]="_eventHandler"}),this._off(this.anchors.add(this.tabs).add(this.panels)),this._on(!0,this.anchors,{click:function(t){t.preventDefault()}}),this._on(this.anchors,i),this._on(this.tabs,{keydown:"_tabKeydown"}),this._on(this.panels,{keydown:"_panelKeydown"}),this._focusable(this.tabs),this._hoverable(this.tabs)},_setupHeightStyle:function(t){var i,e=this.element.parent();"fill"===t?(i=e.height(),i-=this.element.outerHeight()-this.element.height(),this.element.siblings(":visible").each(function(){var t=V(this),e=t.css("position");"absolute"!==e&&"fixed"!==e&&(i-=t.outerHeight(!0))}),this.element.children().not(this.panels).each(function(){i-=V(this).outerHeight(!0)}),this.panels.each(function(){V(this).height(Math.max(0,i-V(this).innerHeight()+V(this).height()))}).css("overflow","auto")):"auto"===t&&(i=0,this.panels.each(function(){i=Math.max(i,V(this).height("").height())}).height(i))},_eventHandler:function(t){var e=this.options,i=this.active,s=V(t.currentTarget).closest("li"),n=s[0]===i[0],o=n&&e.collapsible,a=o?V():this._getPanelForTab(s),r=i.length?this._getPanelForTab(i):V(),i={oldTab:i,oldPanel:r,newTab:o?V():s,newPanel:a};t.preventDefault(),s.hasClass("ui-state-disabled")||s.hasClass("ui-tabs-loading")||this.running||n&&!e.collapsible||!1===this._trigger("beforeActivate",t,i)||(e.active=!o&&this.tabs.index(s),this.active=n?V():s,this.xhr&&this.xhr.abort(),r.length||a.length||V.error("jQuery UI Tabs: Mismatching fragment identifier."),a.length&&this.load(this.tabs.index(s),t),this._toggle(t,i))},_toggle:function(t,e){var i=this,s=e.newPanel,n=e.oldPanel;function o(){i.running=!1,i._trigger("activate",t,e)}function a(){i._addClass(e.newTab.closest("li"),"ui-tabs-active","ui-state-active"),s.length&&i.options.show?i._show(s,i.options.show,o):(s.show(),o())}this.running=!0,n.length&&this.options.hide?this._hide(n,this.options.hide,function(){i._removeClass(e.oldTab.closest("li"),"ui-tabs-active","ui-state-active"),a()}):(this._removeClass(e.oldTab.closest("li"),"ui-tabs-active","ui-state-active"),n.hide(),a()),n.attr("aria-hidden","true"),e.oldTab.attr({"aria-selected":"false","aria-expanded":"false"}),s.length&&n.length?e.oldTab.attr("tabIndex",-1):s.length&&this.tabs.filter(function(){return 0===V(this).attr("tabIndex")}).attr("tabIndex",-1),s.attr("aria-hidden","false"),e.newTab.attr({"aria-selected":"true","aria-expanded":"true",tabIndex:0})},_activate:function(t){var t=this._findActive(t);t[0]!==this.active[0]&&(t=(t=!t.length?this.active:t).find(".ui-tabs-anchor")[0],this._eventHandler({target:t,currentTarget:t,preventDefault:V.noop}))},_findActive:function(t){return!1===t?V():this.tabs.eq(t)},_getIndex:function(t){return t="string"==typeof t?this.anchors.index(this.anchors.filter("[href$='"+V.escapeSelector(t)+"']")):t},_destroy:function(){this.xhr&&this.xhr.abort(),this.tablist.removeAttr("role").off(this.eventNamespace),this.anchors.removeAttr("role tabIndex").removeUniqueId(),this.tabs.add(this.panels).each(function(){V.data(this,"ui-tabs-destroy")?V(this).remove():V(this).removeAttr("role tabIndex aria-live aria-busy aria-selected aria-labelledby aria-hidden aria-expanded")}),this.tabs.each(function(){var t=V(this),e=t.data("ui-tabs-aria-controls");e?t.attr("aria-controls",e).removeData("ui-tabs-aria-controls"):t.removeAttr("aria-controls")}),this.panels.show(),"content"!==this.options.heightStyle&&this.panels.css("height","")},enable:function(i){var t=this.options.disabled;!1!==t&&(t=void 0!==i&&(i=this._getIndex(i),Array.isArray(t)?V.map(t,function(t){return t!==i?t:null}):V.map(this.tabs,function(t,e){return e!==i?e:null})),this._setOptionDisabled(t))},disable:function(t){var e=this.options.disabled;if(!0!==e){if(void 0===t)e=!0;else{if(t=this._getIndex(t),-1!==V.inArray(t,e))return;e=Array.isArray(e)?V.merge([t],e).sort():[t]}this._setOptionDisabled(e)}},load:function(t,s){t=this._getIndex(t);function n(t,e){"abort"===e&&o.panels.stop(!1,!0),o._removeClass(i,"ui-tabs-loading"),a.removeAttr("aria-busy"),t===o.xhr&&delete o.xhr}var o=this,i=this.tabs.eq(t),t=i.find(".ui-tabs-anchor"),a=this._getPanelForTab(i),r={tab:i,panel:a};this._isLocal(t[0])||(this.xhr=V.ajax(this._ajaxSettings(t,s,r)),this.xhr&&"canceled"!==this.xhr.statusText&&(this._addClass(i,"ui-tabs-loading"),a.attr("aria-busy","true"),this.xhr.done(function(t,e,i){setTimeout(function(){a.html(t),o._trigger("load",s,r),n(i,e)},1)}).fail(function(t,e){setTimeout(function(){n(t,e)},1)})))},_ajaxSettings:function(t,i,s){var n=this;return{url:t.attr("href").replace(/#.*$/,""),beforeSend:function(t,e){return n._trigger("beforeLoad",i,V.extend({jqXHR:t,ajaxSettings:e},s))}}},_getPanelForTab:function(t){t=V(t).attr("aria-controls");return this.element.find(this._sanitizeSelector("#"+t))}}),!1!==V.uiBackCompat&&V.widget("ui.tabs",V.ui.tabs,{_processTabs:function(){this._superApply(arguments),this._addClass(this.tabs,"ui-tab")}});V.ui.tabs;V.widget("ui.tooltip",{version:"1.13.2",options:{classes:{"ui-tooltip":"ui-corner-all ui-widget-shadow"},content:function(){var t=V(this).attr("title");return V(" ").attr({role:"log","aria-live":"assertive","aria-relevant":"additions"}).appendTo(this.document[0].body),this._addClass(this.liveRegion,null,"ui-helper-hidden-accessible"),this.disabledTitles=V([])},_setOption:function(t,e){var i=this;this._super(t,e),"content"===t&&V.each(this.tooltips,function(t,e){i._updateContent(e.element)})},_setOptionDisabled:function(t){this[t?"_disable":"_enable"]()},_disable:function(){var s=this;V.each(this.tooltips,function(t,e){var i=V.Event("blur");i.target=i.currentTarget=e.element[0],s.close(i,!0)}),this.disabledTitles=this.disabledTitles.add(this.element.find(this.options.items).addBack().filter(function(){var t=V(this);if(t.is("[title]"))return t.data("ui-tooltip-title",t.attr("title")).removeAttr("title")}))},_enable:function(){this.disabledTitles.each(function(){var t=V(this);t.data("ui-tooltip-title")&&t.attr("title",t.data("ui-tooltip-title"))}),this.disabledTitles=V([])},open:function(t){var i=this,e=V(t?t.target:this.element).closest(this.options.items);e.length&&!e.data("ui-tooltip-id")&&(e.attr("title")&&e.data("ui-tooltip-title",e.attr("title")),e.data("ui-tooltip-open",!0),t&&"mouseover"===t.type&&e.parents().each(function(){var t,e=V(this);e.data("ui-tooltip-open")&&((t=V.Event("blur")).target=t.currentTarget=this,i.close(t,!0)),e.attr("title")&&(e.uniqueId(),i.parents[this.id]={element:this,title:e.attr("title")},e.attr("title",""))}),this._registerCloseHandlers(t,e),this._updateContent(e,t))},_updateContent:function(e,i){var t=this.options.content,s=this,n=i?i.type:null;if("string"==typeof t||t.nodeType||t.jquery)return this._open(i,e,t);(t=t.call(e[0],function(t){s._delay(function(){e.data("ui-tooltip-open")&&(i&&(i.type=n),this._open(i,e,t))})}))&&this._open(i,e,t)},_open:function(t,e,i){var s,n,o,a=V.extend({},this.options.position);function r(t){a.of=t,n.is(":hidden")||n.position(a)}i&&((s=this._find(e))?s.tooltip.find(".ui-tooltip-content").html(i):(e.is("[title]")&&(t&&"mouseover"===t.type?e.attr("title",""):e.removeAttr("title")),s=this._tooltip(e),n=s.tooltip,this._addDescribedBy(e,n.attr("id")),n.find(".ui-tooltip-content").html(i),this.liveRegion.children().hide(),(i=V(" ").html(n.find(".ui-tooltip-content").html())).removeAttr("name").find("[name]").removeAttr("name"),i.removeAttr("id").find("[id]").removeAttr("id"),i.appendTo(this.liveRegion),this.options.track&&t&&/^mouse/.test(t.type)?(this._on(this.document,{mousemove:r}),r(t)):n.position(V.extend({of:e},this.options.position)),n.hide(),this._show(n,this.options.show),this.options.track&&this.options.show&&this.options.show.delay&&(o=this.delayedShow=setInterval(function(){n.is(":visible")&&(r(a.of),clearInterval(o))},13)),this._trigger("open",t,{tooltip:n})))},_registerCloseHandlers:function(t,e){var i={keyup:function(t){t.keyCode===V.ui.keyCode.ESCAPE&&((t=V.Event(t)).currentTarget=e[0],this.close(t,!0))}};e[0]!==this.element[0]&&(i.remove=function(){var t=this._find(e);t&&this._removeTooltip(t.tooltip)}),t&&"mouseover"!==t.type||(i.mouseleave="close"),t&&"focusin"!==t.type||(i.focusout="close"),this._on(!0,e,i)},close:function(t){var e,i=this,s=V(t?t.currentTarget:this.element),n=this._find(s);n?(e=n.tooltip,n.closing||(clearInterval(this.delayedShow),s.data("ui-tooltip-title")&&!s.attr("title")&&s.attr("title",s.data("ui-tooltip-title")),this._removeDescribedBy(s),n.hiding=!0,e.stop(!0),this._hide(e,this.options.hide,function(){i._removeTooltip(V(this))}),s.removeData("ui-tooltip-open"),this._off(s,"mouseleave focusout keyup"),s[0]!==this.element[0]&&this._off(s,"remove"),this._off(this.document,"mousemove"),t&&"mouseleave"===t.type&&V.each(this.parents,function(t,e){V(e.element).attr("title",e.title),delete i.parents[t]}),n.closing=!0,this._trigger("close",t,{tooltip:e}),n.hiding||(n.closing=!1))):s.removeData("ui-tooltip-open")},_tooltip:function(t){var e=V(" ").attr("role","tooltip"),i=V(" ").appendTo(e),s=e.uniqueId().attr("id");return this._addClass(i,"ui-tooltip-content"),this._addClass(e,"ui-tooltip","ui-widget ui-widget-content"),e.appendTo(this._appendTo(t)),this.tooltips[s]={element:t,tooltip:e}},_find:function(t){t=t.data("ui-tooltip-id");return t?this.tooltips[t]:null},_removeTooltip:function(t){clearInterval(this.delayedShow),t.remove(),delete this.tooltips[t.attr("id")]},_appendTo:function(t){t=t.closest(".ui-front, dialog");return t=!t.length?this.document[0].body:t},_destroy:function(){var s=this;V.each(this.tooltips,function(t,e){var i=V.Event("blur"),e=e.element;i.target=i.currentTarget=e[0],s.close(i,!0),V("#"+t).remove(),e.data("ui-tooltip-title")&&(e.attr("title")||e.attr("title",e.data("ui-tooltip-title")),e.removeData("ui-tooltip-title"))}),this.liveRegion.remove()}}),!1!==V.uiBackCompat&&V.widget("ui.tooltip",V.ui.tooltip,{options:{tooltipClass:null},_tooltip:function(){var t=this._superApply(arguments);return this.options.tooltipClass&&t.tooltip.addClass(this.options.tooltipClass),t}});V.ui.tooltip}); Cliquez ici pour écrire un avis Trier les avis 1/5 Fines Daniel ( Expérience en Juillet 2022 ) Expertise sous la valeur du marché, mise en VEI , impossible à joindre , ligne qui coupe , pseudo expert non disponible. Répondre Signaler Il y'a Voir plus d'avis à 1.47 km à 1.61 km à 5.56 km à 5.58 km à 6.15 km à 6.48 km BCA Expertise Nantes Sud est situé au 4 rue Jack London, 44400 Rezé Vous pouvez voir le plan en cliquant ici Vous pouvez contacter BCA Expertise Nantes Sud par téléphone ou par courier. Retrouvez toutes ses coordonnées en cliquant ici Les horaires d'ouverture de BCA Expertise Nantes Sud ne sont pas renseignés Pour ajouter les horaires cliquez ici BCA Expertise Nantes Sud a reçu 1 avis avec une moyenne de 1/5 Vous pouvez rédiger un avis ou consultez les avis en cliquant ici Le numéro de siret est 48913943601086. Retrouvez toutes les infos juridiques de BCA Expertise Nantes Sud en cliquant ici Le numéro affiché sur cette page est temporaire et valable pendant 3 minutes. Il ne correspond pas au numéro direct de l'établissements, mais permet une mise en relation immédiate via un service téléphonique édité par Telephone City®. Ce service est conforme à la réglementation ARCEP et facturé [2.99 €/min], tarif affiché avant l’appel. Questions sur le fonctionnement de Telephone City, les numéros temporaires ou la facturation ? Retrouvez toutes les réponses dans notre FAQ – Fonctionnement du service Ecrire un nouvel avis ! =this._valueMax())return this._valueMax();var e=0",i.document[0]).appendTo(t)):"tr"===n?i._createTrPlaceholder(i.currentItem,t):"img"===n&&t.attr("src",i.currentItem.attr("src")),s||t.css("visibility","hidden"),t},update:function(t,e){s&&!o.forcePlaceholderSize||(e.height()&&(!o.forcePlaceholderSize||"tbody"!==n&&"tr"!==n)||e.height(i.currentItem.innerHeight()-parseInt(i.currentItem.css("paddingTop")||0,10)-parseInt(i.currentItem.css("paddingBottom")||0,10)),e.width()||e.width(i.currentItem.innerWidth()-parseInt(i.currentItem.css("paddingLeft")||0,10)-parseInt(i.currentItem.css("paddingRight")||0,10)))}}),i.placeholder=V(o.placeholder.element.call(i.element,i.currentItem)),i.currentItem.after(i.placeholder),o.placeholder.update(i,i.placeholder)},_createTrPlaceholder:function(t,e){var i=this;t.children().each(function(){V(" ",i.document[0]).attr("colspan",V(this).attr("colspan")||1).appendTo(e)})},_contactContainers:function(t){for(var e,i,s,n,o,a,r,l,h,c=null,u=null,d=this.containers.length-1;0<=d;d--)V.contains(this.currentItem[0],this.containers[d].element[0])||(this._intersectsWith(this.containers[d].containerCache)?c&&V.contains(this.containers[d].element[0],c.element[0])||(c=this.containers[d],u=d):this.containers[d].containerCache.over&&(this.containers[d]._trigger("out",t,this._uiHash(this)),this.containers[d].containerCache.over=0));if(c)if(1===this.containers.length)this.containers[u].containerCache.over||(this.containers[u]._trigger("over",t,this._uiHash(this)),this.containers[u].containerCache.over=1);else{for(i=1e4,s=null,n=(l=c.floating||this._isFloating(this.currentItem))?"left":"top",o=l?"width":"height",h=l?"pageX":"pageY",e=this.items.length-1;0<=e;e--)V.contains(this.containers[u].element[0],this.items[e].item[0])&&this.items[e].item[0]!==this.currentItem[0]&&(a=this.items[e].item.offset()[n],r=!1,t[h]-a>this.items[e][o]/2&&(r=!0),Math.abs(t[h]-a)this.containment[2]&&(i=this.containment[2]+this.offset.click.left),t.pageY-this.offset.click.top>this.containment[3]&&(s=this.containment[3]+this.offset.click.top)),e.grid&&(t=this.originalPageY+Math.round((s-this.originalPageY)/e.grid[1])*e.grid[1],s=!this.containment||t-this.offset.click.top>=this.containment[1]&&t-this.offset.click.top<=this.containment[3]?t:t-this.offset.click.top>=this.containment[1]?t-e.grid[1]:t+e.grid[1],t=this.originalPageX+Math.round((i-this.originalPageX)/e.grid[0])*e.grid[0],i=!this.containment||t-this.offset.click.left>=this.containment[0]&&t-this.offset.click.left<=this.containment[2]?t:t-this.offset.click.left>=this.containment[0]?t-e.grid[0]:t+e.grid[0])),{top:s-this.offset.click.top-this.offset.relative.top-this.offset.parent.top+("fixed"===this.cssPosition?-this.scrollParent.scrollTop():o?0:n.scrollTop()),left:i-this.offset.click.left-this.offset.relative.left-this.offset.parent.left+("fixed"===this.cssPosition?-this.scrollParent.scrollLeft():o?0:n.scrollLeft())}},_rearrange:function(t,e,i,s){i?i[0].appendChild(this.placeholder[0]):e.item[0].parentNode.insertBefore(this.placeholder[0],"down"===this.direction?e.item[0]:e.item[0].nextSibling),this.counter=this.counter?++this.counter:1;var n=this.counter;this._delay(function(){n===this.counter&&this.refreshPositions(!s)})},_clear:function(t,e){this.reverting=!1;var i,s=[];if(!this._noFinalSort&&this.currentItem.parent().length&&this.placeholder.before(this.currentItem),this._noFinalSort=null,this.helper[0]===this.currentItem[0]){for(i in this._storedCSS)"auto"!==this._storedCSS[i]&&"static"!==this._storedCSS[i]||(this._storedCSS[i]="");this.currentItem.css(this._storedCSS),this._removeClass(this.currentItem,"ui-sortable-helper")}else this.currentItem.show();function n(e,i,s){return function(t){s._trigger(e,t,i._uiHash(i))}}for(this.fromOutside&&!e&&s.push(function(t){this._trigger("receive",t,this._uiHash(this.fromOutside))}),!this.fromOutside&&this.domPosition.prev===this.currentItem.prev().not(".ui-sortable-helper")[0]&&this.domPosition.parent===this.currentItem.parent()[0]||e||s.push(function(t){this._trigger("update",t,this._uiHash())}),this!==this.currentContainer&&(e||(s.push(function(t){this._trigger("remove",t,this._uiHash())}),s.push(function(e){return function(t){e._trigger("receive",t,this._uiHash(this))}}.call(this,this.currentContainer)),s.push(function(e){return function(t){e._trigger("update",t,this._uiHash(this))}}.call(this,this.currentContainer)))),i=this.containers.length-1;0<=i;i--)e||s.push(n("deactivate",this,this.containers[i])),this.containers[i].containerCache.over&&(s.push(n("out",this,this.containers[i])),this.containers[i].containerCache.over=0);if(this.storedCursor&&(this.document.find("body").css("cursor",this.storedCursor),this.storedStylesheet.remove()),this._storedOpacity&&this.helper.css("opacity",this._storedOpacity),this._storedZIndex&&this.helper.css("zIndex","auto"===this._storedZIndex?"":this._storedZIndex),this.dragging=!1,e||this._trigger("beforeStop",t,this._uiHash()),this.placeholder[0].parentNode.removeChild(this.placeholder[0]),this.cancelHelperRemoval||(this.helper[0]!==this.currentItem[0]&&this.helper.remove(),this.helper=null),!e){for(i=0;i Ajouter un avis sur cet établissement
Remboursement de 230,40 euros non effectué, après 18 mails de relance pour faire enlever le VEI .
Une société française a éviter, incompétence totale .Informations Legales
Documents légaux
Avis de situation SIRENE: télécharger Données juridiques de l'établissement
Numéro de SIRET : 48913943601086 Numéro d'établissement : 01086 Créé le : 02/11/2009 Nature de l'établissement : Etablissement secondaire Adresse : 4, RUE JACK LONDON 44400 REZE Nom d'enseigne : BCA CGA NANTES Code APE : 66.21Z Activité principale : Évaluation des risques et dommages Etablissement employeur : Oui, cet établissement a des employés Données juridiques de la société
(*) Numéro de TVA calculé depuis le SIREN. Pour vérifier un numéro de TVA, rendez vous sur VIES Commission Européenne.Numéro de SIREN : 489 139 436 Date de création : 15/03/2006 Dénomination : BCA EXPERTISE SAS Numéro de TVA (*) : FR89489139436 Tranche effectifs : 1000 à 1999 salariés depuis 2021 Dernière mise à jour : 30/11/2023 Catégorie de l'entreprise : ETI Type d'entreprise : SAS, société par actions simplifiée Etablissement siège : 01383 Economie Sociale et Solidaire : Non Etablissement employeur : Non, aucun employé Derniers chiffres de la société
Date de publicationPublication Date de clotureCloture Durée de l'exercice Chiffre d'AffairesCA Résultat net Effectifs 16/10/2022 31/12/2021 12 mois 127 683 922,00 € 3 159 664,00 € 1402 16/07/2021 31/12/2020 12 mois 127 116 191,00 € -2 942 445,00 € 1410 04/10/2020 31/12/2019 12 mois 127 498 383,00 € 1 005 601,00 € 1409 29/07/2019 31/12/2018 12 mois 121 153 944,00 € 38 265,00 € 1350 27/07/2018 31/12/2017 12 mois 118 808 547,00 € 2 726 264,00 € 1291 18/07/2017 31/12/2016 12 mois 110 435 094,00 € -926 661,00 € 1202 11/10/2016 31/12/2015 12 mois 107 437 248,00 € -1 501 732,00 € 1206 Derniers articles qui peuvent vous intéresser
Ces experts automobile peuvent aussi vous intéresser :

12 rue Joseph Cugnot - Rezé
5 rue Georges Charpak - Rezé
10 rue des Etourneaux - Saint-Sébastien-sur-Loire
1 rue Dugesclin - Nantes
34 Bis boulevard Gabriel Guist'Hau - Nantes
3 rue Felibien - Nantes
Annuaire des commerces et services à Rezé et en région Pays de la LoireQuestions fréquentes
Quelle est l'adresse de BCA Expertise Nantes Sud ?
Comment contacter BCA Expertise Nantes Sud ?
Quels sont les horaires de BCA Expertise Nantes Sud ?
Quels sont les avis des internautes sur BCA Expertise Nantes Sud ?
Quel est le numéro de SIRET de BCA Expertise Nantes Sud ?
Ce n'est pas ce que vous cherchez ?
Les personnes qui ont visité cette page ont recherché :
et aussi dans les villes limitrophes :
Laisser un avis
BCA Expertise Nantes Sud (2025)
Table of Contents
Ajouter un avis sur cet établissement
Informations Legales
Documents légaux
Données juridiques de l'établissement
Données juridiques de la société
Derniers chiffres de la société
Derniers articles qui peuvent vous intéresser
Ces experts automobile peuvent aussi vous intéresser :
Questions fréquentes
Ce n'est pas ce que vous cherchez ?
Les personnes qui ont visité cette page ont recherché :
Laisser un avis
References
References
Top Articles
Dukono Volcano: Latest Eruption Update and Impact on Aviation
Saudi Arabia's RSGT Secures 30-Year Lease of Djibouti's Tadjourah Port | Africa Logistics Boost
Pat Cummins OUT: Australia Captain Ruled Out of First Ashes Test vs England
Latest Posts
Rodent Invasion: Protect Your Car from Winter Damage
SK hynix Unveils AI-NAND Family: Revolutionizing Data Storage for AI
Recommended Articles
- Vanessa Lachey and Nick Lachey Celebrate 20 Years of Marriage with Heartfelt Birthday Throwback
- Can you deduct home insurance as a business expense?
- Cardiologist's Secret: How Sleep Impacts Weight Loss and Longevity
- Novak Djokovic & Lorenzo Musetti Laugh About ATP Finals Race Drama! (2024)
- Estevao Willian: Chelsea's Transfer Jackpot - Instant Impact vs Wolves
- Franck Muller Round Triple Mystery Watch: A Hypnotic Ballet of Diamonds and Time
- NEET at 47: Kasaragod Woman's Inspiring Journey to Becoming a Doctor
- NBA 2025: Grizzlies vs Mavericks - Cedric Coward's Breakout Performance & Morant's Struggles
- NFL Players Rico Dowdle and Aaron Jones: Celebrating with Restraint and Comedy
- NBA 2025: Grizzlies vs Mavericks - Cedric Coward's Breakout Performance & Morant's Struggles
- Gold Prices Surge: US Economy Woes Boost Safe-Haven Appeal
- COP30: Indigenous Leaders' Journey for Climate Action
- Lando Norris' Championship Charge: A Sao Paulo Masterclass
- Rust Coreutils 0.4: Faster, Better, and More Compatible!
- Catch the Aurora Borealis! Best Viewing Chances in Western Canada This Week
- Montreal Screwjob Explained: Bret Hart vs Shawn Michaels WWE Controversy 1997
- Jake Bates 48-Yard FG Extends Lions Lead vs Commanders | NFL Highlights
- NEET at 47: Kasaragod Woman's Inspiring Journey to Becoming a Doctor
- Novak Djokovic & Lorenzo Musetti Laugh About ATP Finals Race Drama! (2024)
- How Stablecoin Demand Could Lower U.S. Interest Rates | Federal Reserve's Insight
- Life on Saturn's Moon? Enceladus' Ocean Could Support Life!
- Shark-Spotting Drones: Revolutionizing Beach Safety in Queensland | Eco-Friendly Shark Control
- FDA Recall: What You Need to Know About Prazosin, the Blood Pressure Drug
- Credit Card Debt Crisis: How to Escape the Interest Trap
- US Senate's Historic Vote: Ending the Longest Government Shutdown
- Neighbours' Terence Donovan Dances at 90! Celebrating a TV Legend
- Richmond great set to play with NTFL club
- Melbourne's Cable Trams: A 140-Year Legacy
- How China is Dominating Australia's EV Market: A Look at the Controversial Strategy
- WWE ID Women's Title Bout: Meet the Competitors - Notorious Mimi, Airica Demia, and More!
- Meghan Trainor's Stunning Weight Loss Journey: A Fan's Perspective
- Aurora Borealis Alert: Increased Chance to Witness the Northern Lights in Western Canada
- Preserving the History of January 6th: State Legislators Fight to Educate Future Generations
- Browns vs Jets Post-Game Analysis: What Went Wrong for Cleveland?
- Franck Muller Round Triple Mystery Watch: A Hypnotic Ballet of Diamonds and Time
- Hong Kong's Medal Hunt: Rowing & Handball at China's National Games | Chiu Hin-chun's Quest
- US Senate's Historic Vote: Ending the Longest Government Shutdown
- Graham 'Sid' Cassidy: The Unsung Hero of Professional Surfing | Swellnet Dispatch
- Unhealthy Eating Habits: How Mediterranean Youth Are Falling Victim to Ultra-Processed Foods
- Browns vs Jets Post-Game Analysis: What Went Wrong for Cleveland?
- House Democrats Slam Senate Over Government Shutdown Deal: ACA Tax Credits Left Out
- Browns vs Jets Post-Game Analysis: What Went Wrong for Cleveland?
- NEET at 47: Kasaragod Woman's Inspiring Journey to Becoming a Doctor
- NFL Players Rico Dowdle and Aaron Jones: Celebrating with Restraint and Comedy
- Jake Bates 48-Yard FG Extends Lions Lead vs Commanders | NFL Highlights
- Understanding UK Interest Rates: Insights from the BoE Governor
- How China is Dominating Australia's EV Market: A Look at the Controversial Strategy
- Giant Pothole Chaos: Over 20 Cars Damaged on Princes Highway
- Credit Card Debt Crisis: How to Escape the Interest Trap
- Ghazal Alagh's Emotional Journey: Battling Her Son's Skin Condition
- Power Rangers Movie: Why Original Actor Fought for His Role
- Vanessa Lachey and Nick Lachey Celebrate 20 Years of Marriage with Heartfelt Birthday Throwback
- Gold Prices Surge: US Economy Woes Boost Safe-Haven Appeal
- ODM Leaders Unite to Uphold Raila Odinga's Broad-Based Legacy
- Transforming Lives: 1000 Free Meals for Cancer Patients in WA
- Aurora Borealis Alert: Increased Chance to Witness the Northern Lights in Western Canada
- ODM Leaders Unite to Uphold Raila Odinga's Broad-Based Legacy
- Wurundjeri Woi-wurrung File Native Title Claim Over Melbourne
- Life on Saturn's Moon? Enceladus' Ocean Could Support Life!
- Stocks Surge as US Shutdown Ends: Market Analysis & What's Next for Investors
- Uncovering the Hidden Impact of Chemotherapy: The Importance of Podiatry Care
- NEET at 47: Kasaragod Woman's Inspiring Journey to Becoming a Doctor
- US Senate's Historic Vote: Ending the Longest Government Shutdown
- Aurora Borealis Alert: Increased Chance to Witness the Northern Lights in Western Canada
- Browns vs Jets Post-Game Analysis: What Went Wrong for Cleveland?
- Novak Djokovic & Lorenzo Musetti Laugh About ATP Finals Race Drama! (2024)
- India's Online Grocery Wars: Eternal and Swiggy's Share Struggle
- NEET at 47: Kasaragod Woman's Inspiring Journey to Becoming a Doctor
- NFL Players Rico Dowdle and Aaron Jones: Celebrating with Restraint and Comedy
- Credit Card Debt Crisis: How to Escape the Interest Trap
- Government Shutdown Chaos: Food Stamps, Thanksgiving Travel, and Supply Chain Crisis
- Japan Shifts Fiscal Policy: Takaichi Abandons Annual Budget Target for Growth Focus
- ODM Leaders Unite to Uphold Raila Odinga's Broad-Based Legacy
- Indonesia's Hindu Religious Education Teachers: 100% PPG Certified by 2025
- Stocks Surge as US Shutdown Ends: Market Analysis & What's Next for Investors
- Northcote Art Deco Cottage Sells for $2.35 Million | Melbourne Property Market Update
- Novak Djokovic & Lorenzo Musetti Laugh About ATP Finals Race Drama! (2024)
- Shark-Spotting Drones: Revolutionizing Beach Safety in Queensland
- Catch the Aurora Borealis! Best Viewing Chances in Western Canada This Week
- Standard Chartered's Digital Finance Strategy: Hong Kong's Role in Blockchain Innovation
- Feel Free, Touch the Art: Ruth Bieber's Sensory Exhibition
- The Rise and Fall of Zabit Magomedsharipov: A UFC Star's Untold Story
- Browns vs Jets Post-Game Analysis: What Went Wrong for Cleveland?
- Jake Bates 48-Yard FG Extends Lions Lead vs Commanders | NFL Highlights
- New Zealand vs West Indies 4th T20I: Chapman Back in Nelson Series Decider!
- Neighbours' Terence Donovan Dances at 90! Celebrating a TV Legend
- Transforming Lives: 1000 Free Meals for Cancer Patients in WA
- Novak Djokovic & Lorenzo Musetti Laugh About ATP Finals Race Drama! (2024)
- Lando Norris' Championship Journey: A Sao Paulo Masterclass
- Estevao Willian: Chelsea's Transfer Jackpot - Instant Impact vs Wolves
- Shark-Spotting Drones: Revolutionizing Beach Safety in Queensland
- Uncovering the Hidden Impact of Chemotherapy: The Importance of Podiatry Care
- NFL Players Rico Dowdle and Aaron Jones: Celebrating with Restraint and Comedy
- Tennessee Fall World Series Game 3 Breakdown: Scoring Plays & Box Score Analysis
- GTA VI Delayed to 2026: What’s Taking So Long? (Rockstar Games Update)
- NEET at 47: Kasaragod Woman's Inspiring Journey to Becoming a Doctor
- Aurora Borealis Alert: Increased Chance to Witness the Northern Lights in Western Canada
- Josh Elander on Tennessee Baseball Fall: Key Insights & Player Highlights
- Hawaii Volcano Erupts! Kilauea Spews Lava Rivers (May 2024)
- Daily Horoscope for Libra: Embrace Your Softness and Find Clarity
Article information
Author: Jonah Leffler
Last Updated:
Views: 6046
Rating: 4.4 / 5 (65 voted)
Reviews: 80% of readers found this page helpful
Author information
Name: Jonah Leffler
Birthday: 1997-10-27
Address: 8987 Kieth Ports, Luettgenland, CT 54657-9808
Phone: +2611128251586
Job: Mining Supervisor
Hobby: Worldbuilding, Electronics, Amateur radio, Skiing, Cycling, Jogging, Taxidermy
Introduction: My name is Jonah Leffler, I am a determined, faithful, outstanding, inexpensive, cheerful, determined, smiling person who loves writing and wants to share my knowledge and understanding with you.