	<!-- <a name="honoraires"></a>
	<form method="get" name="form_honos" id="form_honos" action="#honoraires" /> -->
	<div class="honoraires_form col-12 col-sm-8">
		<div class="row">
			<div class="col-6">Property Price (€)</div>
			<div class="col-6"><input type="text" name="valeur_bien" id="valeur_bien" placeholder="montant en euros" value="0" /></div>
		</div>
		<div class="row">
			<div class="col-6"></div>
			<div class="col-6 text-right"><input type="button" id="calculComBtn" value="Get Fee" /></div>
		</div>
		<div class="row mtop20 ">
			<div class="col-12"><hr/></div>
		</div>
		<div class="row">
			<div class="col-6">Amount of fees</div>
			<div class="col-6"><input type="text" class="value_com" id="value_com" value="0 &euro;" readonly /></div>
		</div>
		<div class="row">
			<div class="col-6">% on the price of the property</div>
			<div class="col-6"><input type="text" class="value_percentage" id="taux_com" value="0 %" readonly /></div>
		</div>
	</div>
	<!-- </form> -->


	<script type="text/javascript">
		$('#calculComBtn').click(function() {

			var infosCommission = 0;
			var infosTaux_com = 0;

			// recup values
			var valeur_bien = $('#valeur_bien').val();

			// check valeur
			if(valeur_bien > 0) 
			{
				// -------------- traitement

				// tranche A - 0 <> 350000
				if( valeur_bien <= 350000 )
				{
					infosCommission += valeur_bien * 0.029; // 2.9%
				}
				else infosCommission += 10150;

				// tranche B - 350000 <> 600000
				if(valeur_bien > 600000 ) infosCommission += 7250;
				else if( valeur_bien > 350000 && valeur_bien <= 600000 )
				{
					infosCommission += (valeur_bien - 350000) * 0.029; // 2.9%
				}

				// tranche C - 600000 <> 600000
				if(valeur_bien > 900000 ) infosCommission += 7950;
				else if( valeur_bien > 600000 && valeur_bien <= 900000 )
				{
					infosCommission += (valeur_bien - 600000) * 0.0265; // 2.65%
				}

				// tranche D - 900000 <> 1200000
				if(valeur_bien > 1200000 ) infosCommission += 6750;
				else if( valeur_bien > 900000 && valeur_bien <= 1200000 )
				{
					infosCommission += (valeur_bien - 900000) * 0.0225; // 2.25%
				}

				// tranche E - 1200000 <> 1500000
				if(valeur_bien > 1500000 ) infosCommission += 6000;
				else if( valeur_bien > 1200000 && valeur_bien <= 1500000 )
				{
					infosCommission += (valeur_bien - 1200000) * 0.02; // 2%
				}

				// tranche F - 1500000 <> 2500000
				if(valeur_bien > 2500000 ) infosCommission += 15000;
				else if( valeur_bien > 1500000 && valeur_bien <= 2500000 )
				{
					infosCommission += (valeur_bien - 1500000) * 0.015; // 1.5%
				}

				// tranche G - > 2500000
				if( valeur_bien > 2500000 )
				{
					infosCommission += (valeur_bien - 2500000) * 0.01; // 1%
				}

				// ajout dfe la valeur de la commission au champ
				infosCommission = Math.round(infosCommission);
				$('#value_com').val(infosCommission + ' €'); 

				// valeur du taux
				infosTaux_com = infosCommission * 100 / valeur_bien;
				infosTaux_com = Math.round(infosTaux_com * 100) / 100;
				$('#taux_com').val(infosTaux_com + ' %');


			}


		})
	</script>
	{"id":44295024,"date":"2022-09-04T16:58:50","date_gmt":"2022-09-04T14:58:50","guid":{"rendered":"https:\/\/www.homelikehome.com\/?page_id=44295024"},"modified":"2025-03-12T12:08:26","modified_gmt":"2025-03-12T11:08:26","slug":"aix-en-provence-and-its-surroundings","status":"publish","type":"page","link":"https:\/\/www.homelikehome.com\/en\/our-agencies\/aix-en-provence-and-its-surroundings\/","title":{"rendered":"Property hunter in Aix-en-Provence and its surroundings"},"content":{"rendered":"<div class=\"wpb-content-wrapper\"><p>[vc_row][vc_column][vc_column_text]<\/p>\n<p style=\"text-align: center;\"><strong>Looking for a property in Aix en Provence and its surroundings?<br \/>\nContact Fabienne Lathuille to discuss your project.<\/strong><\/p>\n<p>[\/vc_column_text][vc_column_text]<\/p>\n<h2 class=\"decoration\" style=\"text-align: center;\">Our fees<\/h2>\n<p>[\/vc_column_text][vc_column_text]<\/p>\n<div class=\"row-container row-text-regular width-thin \">\n<div class=\"col col-text width-thin\">\n<div class=\"text \">\n<p><strong><b>We carry out purchase and rental research, for individuals and professionals, in Aix en Provence and its region as well as on the West of the C\u00f4te d&#8217;Azur.<\/b><\/strong><\/p>\n<h3>Purchase :<\/h3>\n<p><strong>If the property is listed by a real estate agency, other intermediary or direct from the seller<\/strong>, the commission fees remain the same.<\/p>\n<p><span style=\"font-weight: 400;\">The fees are calculated according to a decreasing rate scale per tranche depending on the property\u2019s price. This remuneration including tax will be calculated on the price recorded by the notary (agency fees included, excluding notary fees):<\/span><\/p>\n<p>&nbsp;<\/p>\n<table class=\"table table-hover\" style=\"height: 209px;\" width=\"414\">\n<tbody>\n<tr>\n<th>Property Price<\/th>\n<th>Fees (including taxes)<\/th>\n<\/tr>\n<tr>\n<td>Property \u2264 600 000 \u20ac<\/td>\n<td>2.90 %<\/td>\n<\/tr>\n<tr>\n<td>600 001 \u20ac to 900 000 \u20ac<\/td>\n<td>2.65 %<\/td>\n<\/tr>\n<tr>\n<td>900 001 \u20ac to 1 200 000 \u20ac<\/td>\n<td>2.25%<\/td>\n<\/tr>\n<tr>\n<td>1 200 001 \u20ac to 1 500 000 \u20ac<\/td>\n<td>2%<\/td>\n<\/tr>\n<tr>\n<td>1 500 001 \u20ac to 2 500 000 \u20ac<\/td>\n<td>1.50%<\/td>\n<\/tr>\n<tr>\n<td>Beyond 2 500 001 \u20ac<\/td>\n<td>1.00%<\/td>\n<\/tr>\n<tr>\n<td><\/td>\n<td><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p><span style=\"font-weight: 400;\">We start the search in Aix en Provence with a budget of \u20ac200,000 for the purchase of a property.<\/span><\/p>\n<p>&nbsp;<\/p>\n<h3>Example :<\/h3>\n<p><b>For a property acquired at 875,000 Euros, agency fees included, the remuneration including tax Homelike Home will be:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">600 000 \u20ac x 2,90% = 17 400 \u20ac<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><span style=\"font-weight: 400;\">(875 000 \u2013 600 000 \u20ac) x 2.65% = 7 287 \u20ac<\/span><\/p>\n<p><b>Amount of fees = 17,400 + 7,287 = \u20ac24,687 including tax<\/b><\/p>\n<p><b>\u00a0i.e. 2.82% including tax on the price of the property.<\/b><\/p>\n<p>&nbsp;<\/p>\n<\/div>\n<\/div>\n<\/div>\n<p>[\/vc_column_text][vc_column_text css=&#8221;.vc_custom_1712584385117{margin-bottom: 30px !important;}&#8221;][\/vc_column_text][vc_column_text]<\/p>\n<h3>Renting :<\/h3>\n<p><span style=\"font-weight: 400;\">The search fees amount to one month&#8217;s rent excluding tax for the property selected (remuneration including tax), with a minimum set at 2,000 euros including tax.<\/span><\/p>\n<h3>Turnkey Rental investment :<\/h3>\n<p><span style=\"font-weight: 400;\">We carry out rental investment research in Aix en Provence and its surroundings. <\/span><a href=\"https:\/\/www.homelikehome.com\/investissement-locatif\/\"><span style=\"font-weight: 400;\">Visit our dedicated page<\/span><\/a><span style=\"font-weight: 400;\">.<\/span><\/p>\n<p>&nbsp;<\/p>\n<p><span style=\"font-weight: 400;\">If you too dream of living or buying in Aix en Provence and its surroundings, entrust us with your real estate search, and visit from your armchair! Contact Fabienne Lathuille: fabienne.lathuille@homelikehome.com<\/span>[\/vc_column_text][\/vc_column][\/vc_row][vc_row][vc_column width=&#8221;1\/3&#8243;][vc_single_image image=&#8221;44294773&#8243; img_size=&#8221;full&#8221; alignment=&#8221;center&#8221;][vc_column_text]<\/p>\n<h3 class=\"contact-name\" style=\"text-align: center;\">Fabienne Lathuille<\/h3>\n<p>[\/vc_column_text][\/vc_column][vc_column width=&#8221;2\/3&#8243;][vc_column_text]<\/p>\n<div class=\"col col-contact-card\">\n<div class=\"contact-card\">\n<p>Fabienne Lathuille, a Building Engineer, worked for several big companies in the construction sector.<\/p>\n<p>Passionate about real estate and architecture, she decided to join<br \/>\nHomelike Home in 2018.<\/p>\n<p>She will support you in your real estate project and can guide you<br \/>\nthroughout the process, as she has lived in the region of Aix-en Provence for more than 20 years.<\/p>\n<div class=\"contact-coords\">\n<div class=\"contact-phone\" style=\"text-align: center;\"><\/div>\n<div class=\"contact-email\">\n<div class=\"contact-phone\" style=\"text-align: center;\"><a href=\"tel:+33 (0)6 10 09 66 01\">+33 (0)6 10 09 66 01<\/a><\/div>\n<div class=\"contact-email\" style=\"text-align: center;\"><a href=\"mailto:fabienne.lathuille@homelikehome.com\">fabienne.lathuille@homelikehome.com<\/a><\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<p>[\/vc_column_text][\/vc_column][\/vc_row]<\/p>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>[vc_row][vc_column][vc_column_text] Looking for a property in Aix en Provence and its surroundings? Contact Fabienne Lathuille to discuss your project. [\/vc_column_text][vc_column_text] Our fees [\/vc_column_text][vc_column_text] We carry out purchase and rental research, for individuals and professionals, in Aix en Provence and its region as well as on the West of the C\u00f4te d&#8217;Azur. Purchase : If the [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":44295021,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-44295024","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.homelikehome.com\/en\/wp-json\/wp\/v2\/pages\/44295024","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.homelikehome.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.homelikehome.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.homelikehome.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.homelikehome.com\/en\/wp-json\/wp\/v2\/comments?post=44295024"}],"version-history":[{"count":12,"href":"https:\/\/www.homelikehome.com\/en\/wp-json\/wp\/v2\/pages\/44295024\/revisions"}],"predecessor-version":[{"id":48517912,"href":"https:\/\/www.homelikehome.com\/en\/wp-json\/wp\/v2\/pages\/44295024\/revisions\/48517912"}],"up":[{"embeddable":true,"href":"https:\/\/www.homelikehome.com\/en\/wp-json\/wp\/v2\/pages\/44295021"}],"wp:attachment":[{"href":"https:\/\/www.homelikehome.com\/en\/wp-json\/wp\/v2\/media?parent=44295024"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}