	<!-- <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":48514383,"date":"2022-09-04T18:08:25","date_gmt":"2022-09-04T16:08:25","guid":{"rendered":"https:\/\/www.homelikehome.com\/?page_id=48514383"},"modified":"2025-03-12T12:42:48","modified_gmt":"2025-03-12T11:42:48","slug":"southern-brittany","status":"publish","type":"page","link":"https:\/\/www.homelikehome.com\/en\/our-agencies\/southern-brittany\/","title":{"rendered":"Property hunter in Southern Brittany"},"content":{"rendered":"<div class=\"wpb-content-wrapper\"><p>[vc_row][vc_column][vc_column_text]Are you looking for a property in Southern Brittany?<\/p>\n<p>Are you looking to buy or rent an apartment or house in Vannes or the surrounding area?<\/p>\n<p>You don&#8217;t have the time to devote to this search and make unnecessary visits. Then mandate Homelike Home to prospect and visit for you![\/vc_column_text][vc_single_image image=&#8221;44294791&#8243; img_size=&#8221;full&#8221; alignment=&#8221;center&#8221;][\/vc_column][\/vc_row][vc_row][vc_column][vc_column_text]<\/p>\n<h2 class=\"decoration\" style=\"text-align: center;\">Nos honoraires<\/h2>\n<p>[\/vc_column_text][vc_column_text]<strong><b>We carry out purchase and rental research, for individuals and professionals, in Southern Brittany and its region.<\/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<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 southern Brittany with a budget of \u20ac200,000 for the purchase of a property.<\/span><\/p>\n<h3>Example :<\/h3>\n<p><b>For a property acquired at 875,000 \u20ac in Vannes, 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>[\/vc_column_text][vc_column_text][\/vc_column_text][vc_column_text]<\/p>\n<h3>Rentals<\/h3>\n<p>Property research fees are one month\u2019s rent (before tax) of the rented property (remuneration including VAT), with a fixed minimum of 2000\u20ac inclusive of taxes.<\/p>\n<h3>Turnkey Rental Investment<\/h3>\n<p>Quote provided.[\/vc_column_text][\/vc_column][\/vc_row][vc_row][vc_column][vc_column_text]<\/p>\n<h2 class=\"decoration\" style=\"text-align: center;\">Contact our Southern Brittany Team<\/h2>\n<p>[\/vc_column_text][\/vc_column][\/vc_row][vc_row][vc_column width=&#8221;1\/3&#8243;][vc_single_image image=&#8221;44294801&#8243; img_size=&#8221;full&#8221;][vc_column_text]<\/p>\n<h3 class=\"contact-name\" style=\"text-align: center;\">Nathalie Lalande<\/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>Originaire de Paris, <strong>Nathalie Lalande<\/strong> d\u00e9couvre il y a plus de 30 ans gr\u00e2ce \u00e0 une amie de coeur, le Morbihan et un de ses petits joyaux pr\u00e9serv\u00e9, l\u2019\u00eele d\u2019Ho\u00ebdic.<\/p>\n<p>Elle explore Vannes, s\u00e9duite par sa richesse architecturale, sa lumi\u00e8re particuli\u00e8re et son atmosph\u00e8re entre terre et mer.<\/p>\n<p>Architecte d\u2019int\u00e9rieure, puis Designer Textile, elle a travaill\u00e9 pour de grandes Maisons de Luxe fran\u00e7aises pour qui les notions d\u2019excellence, d\u2019exception, et de service sont cl\u00e9s.<\/p>\n<p>\u00ab\u00a0Ce qui me passionne, m\u2019anime, c\u2019est de trouver la maison ou l\u2019appartement en r\u00e9ponse \u00e0 des probl\u00e9matiques de vie en utilisant mes comp\u00e9tences en volumes, lumi\u00e8res et fonctionnalit\u00e9s \u00bb<\/p>\n<p>C\u2019est donc tr\u00e8s naturellement qu\u2019elle a fait le choix de rejoindre l\u2019\u00e9quipe d\u2019Homelike Home Bretagne Sud et de s\u2019installer \u00e0 Vannes pour d\u00e9pister les biens qui r\u00e9pondront \u00e0 vos attentes urbaines, marines ou rurales.<\/p>\n<p>Compte tenu de son exp\u00e9rience professionnelle, Nathalie Lalande pourra vous accompagner \u00e0 la fois dans votre recherche immobili\u00e8re ainsi que dans votre projet d\u2019am\u00e9nagement.<\/p>\n<div class=\"contact-coords\">\n<div class=\"contact-phone\"><\/div>\n<div class=\"contact-email\" style=\"text-align: center;\"><a href=\"mailto:nathalie.lalande@homelikehome.com\">nathalie.lalande@homelikehome.com<\/a><\/div>\n<\/div>\n<\/div>\n<\/div>\n<p>[\/vc_column_text][\/vc_column][\/vc_row][vc_row][vc_column width=&#8221;1\/6&#8243;][\/vc_column][vc_column width=&#8221;4\/6&#8243;]\n<div class=\"wpcf7 no-js\" id=\"wpcf7-f44294803-o1\" lang=\"fr-FR\" dir=\"ltr\" data-wpcf7-id=\"44294803\">\n<div class=\"screen-reader-response\"><p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"><\/p> <ul><\/ul><\/div>\n<form action=\"\/en\/wp-json\/wp\/v2\/pages\/48514383#wpcf7-f44294803-o1\" method=\"post\" class=\"wpcf7-form init\" aria-label=\"Formulaire de contact\" novalidate=\"novalidate\" data-status=\"init\">\n<fieldset class=\"hidden-fields-container\"><input type=\"hidden\" name=\"_wpcf7\" value=\"44294803\" \/><input type=\"hidden\" name=\"_wpcf7_version\" value=\"6.1.5\" \/><input type=\"hidden\" name=\"_wpcf7_locale\" value=\"fr_FR\" \/><input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f44294803-o1\" \/><input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" \/><input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" \/><input type=\"hidden\" name=\"_wpcf7_recaptcha_response\" value=\"\" \/>\n<\/fieldset>\n<p><label> Votre nom<br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"contact-nom\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"text\" name=\"contact-nom\" \/><\/span> <\/label>\n<\/p>\n<p><label> Votre e-mail<br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"contact-email\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-email wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-email\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"email\" name=\"contact-email\" \/><\/span> <\/label>\n<\/p>\n<p><label>Votre t\u00e9l\u00e9phone<br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"contact-telephone\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"text\" name=\"contact-telephone\" \/><\/span> <\/label>\n<\/p>\n<p><label>Votre demande concerne<br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"nature_demande\"><select class=\"wpcf7-form-control wpcf7-select wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" name=\"nature_demande\"><option value=\"Un achat\">Un achat<\/option><option value=\"Une location\">Une location<\/option><\/select><\/span><\/label>\n<\/p>\n<p><label> Votre message (facultatif)<br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"contact-message\"><textarea cols=\"40\" rows=\"10\" maxlength=\"2000\" class=\"wpcf7-form-control wpcf7-textarea\" aria-invalid=\"false\" name=\"contact-message\"><\/textarea><\/span> <\/label>\n<\/p>\n<p><input class=\"wpcf7-form-control wpcf7-submit has-spinner\" type=\"submit\" value=\"Envoyer\" \/>\n<\/p><div class=\"wpcf7-response-output\" aria-hidden=\"true\"><\/div>\n<\/form>\n<\/div>\n[\/vc_column][vc_column width=&#8221;1\/6&#8243;][\/vc_column][\/vc_row][vc_row][vc_column width=&#8221;1\/2&#8243;][vc_column_text]Located less than 3 hours from Paris by TGV, Vannes, and Brittany in general, is attracting more and more people from the Paris region.<\/p>\n<p>Morbihan covers 4 d\u00e9partements: Loire Atlantique, Ille et Vilaine, C\u00f4tes d&#8217;Armor and Finist\u00e8re.<\/p>\n<p>Vannes benefits from an infrastructure that makes it easy to reach the cities of Rennes, Nantes and Lorient, as well as Quimper, Brest and Carnac further north&#8230;[\/vc_column_text][vc_column_text]<\/p>\n<div class=\"row-container row-text-regular width-normal \">\n<div class=\"col col-text width-normal\">\n<div class=\"text \">\n<p>The Gulf of Morbihan, with Vannes at its heart, is a small, protected inland sea, cherished by its inhabitants and much sought-after by tourists.<\/p>\n<p>Its location, its magnificent sites and its many islands are all part of its appeal.<\/p>\n<p>Morbihan offers a sought-after, dynamic quality of life and a dense, multi-generational cultural fabric.<\/p>\n<p>Historically centered on agriculture and fishing, Morbihan is now France&#8217;s leading agricultural department in terms of salaried jobs in the agri-food industries, not to mention its appeal to tourists and jobs linked to information and communication technologies.<\/p>\n<p>Finally, Morbihan boasts several university centers (Vannes, Lorient, Pontivy&#8230;) where tomorrow&#8217;s technicians, engineers and researchers are trained.<\/p>\n<\/div>\n<\/div>\n<\/div>\n<p>[\/vc_column_text][\/vc_column][vc_column width=&#8221;1\/2&#8243;][vc_single_image image=&#8221;44294793&#8243; img_size=&#8221;full&#8221; alignment=&#8221;center&#8221;][\/vc_column][\/vc_row][vc_row][vc_column width=&#8221;1\/2&#8243;][vc_single_image image=&#8221;44294795&#8243; img_size=&#8221;full&#8221; alignment=&#8221;center&#8221;][\/vc_column][vc_column width=&#8221;1\/2&#8243;][vc_column_text]<\/p>\n<div class=\"row-container row-text-regular width-normal \">\n<div class=\"col col-text width-normal\">\n<div class=\"text \">\n<p>Morbihan is in the digital age, and is proving to be a very attractive region for entrepreneurs. Its annual growth rate is now approaching 5%.<\/p>\n<p>This increase is part of a long-established trend, accelerated by the confinement caused by covid 19.<\/p>\n<p>The real estate sector is also constantly innovating!<\/p>\n<p>Over the past 5 years, prices of apartments, houses and land in Brittany have risen steadily. Over 1 year, there has been a significant increase of +14.9% compared to 2020.<\/p>\n<p>In Morbihan, in July 2021, the average price per m2 is \u20ac2,610 for a house and \u20ac2,980 for an apartment.<\/p>\n<p>Currently in Vannes, the median price per m2 is \u20ac3544 for a house and \u20ac4028 for an apartment.<\/p>\n<p>On the coast, in Arradon, the average selling price for a house is \u20ac4606 per m2 and \u20ac4688 for an apartment. On the land side, in Plescop, the average price per m2 for a house is \u20ac3335.<\/p>\n<p>It&#8217;s worth noting that Vannes is the fastest-growing commune on the market for older homes, with a 16.1% increase over one year and a 61% increase over 5 years!<\/p>\n<p>Some examples of prices in Vannes:<\/p>\n<p>The median price of an apartment is \u20ac4,312 for a 1-bedroom, \u20ac3,833 for a 2\/3-bedroom and \u20ac3,480 for a 4-bedroom or more.<\/p>\n<p>The median price per m2 for a house from 100 to 139 m2 is \u20ac2,292, with, for example, an average price of \u20ac2,581 for a house from 80 to 100 m2, with a plot of less than 500 m2.<\/p>\n<\/div>\n<\/div>\n<\/div>\n<p>[\/vc_column_text][\/vc_column][\/vc_row][vc_row][vc_column width=&#8221;2\/3&#8243;][vc_column_text]If you want to live full-time in Morbihan, in Vannes, Plo\u00ebrmel, Ploeren, Auray or in one of the 250 communes that make up the region, you need to choose carefully where to settle and entrust your search to our team of real estate specialists.<\/p>\n<p>If you want to buy property close to schools, the University of Southern Brittany in Vannes, shops, local producers and the seaside, choose from towns such as Arradon, S\u00e9n\u00e9 and Theix-Noyalo.<\/p>\n<p>And if you prefer the countryside, Ploeren, Plescop and Saint-Av\u00e9 are just around the corner.[\/vc_column_text][\/vc_column][vc_column width=&#8221;1\/3&#8243;][vc_single_image image=&#8221;44294797&#8243; img_size=&#8221;full&#8221; alignment=&#8221;center&#8221;][\/vc_column][\/vc_row][vc_row css=&#8221;.vc_custom_1713275850100{margin-top: 50px !important;}&#8221;][vc_column width=&#8221;1\/3&#8243;][\/vc_column][vc_column width=&#8221;1\/3&#8243;][vc_single_image image=&#8221;44294799&#8243; img_size=&#8221;large&#8221; alignment=&#8221;center&#8221;][vc_btn title=&#8221;Tell us about your project&#8221; shape=&#8221;square&#8221; align=&#8221;center&#8221; link=&#8221;url:%2Fcontactez-nous%2F&#8221;][\/vc_column][vc_column width=&#8221;1\/3&#8243;][\/vc_column][\/vc_row]<\/p>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>[vc_row][vc_column][vc_column_text]Are you looking for a property in Southern Brittany? Are you looking to buy or rent an apartment or house in Vannes or the surrounding area? You don&#8217;t have the time to devote to this search and make unnecessary visits. Then mandate Homelike Home to prospect and visit for you![\/vc_column_text][vc_single_image image=&#8221;44294791&#8243; img_size=&#8221;full&#8221; alignment=&#8221;center&#8221;][\/vc_column][\/vc_row][vc_row][vc_column][vc_column_text] Nos honoraires [&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-48514383","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.homelikehome.com\/en\/wp-json\/wp\/v2\/pages\/48514383","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=48514383"}],"version-history":[{"count":13,"href":"https:\/\/www.homelikehome.com\/en\/wp-json\/wp\/v2\/pages\/48514383\/revisions"}],"predecessor-version":[{"id":48517920,"href":"https:\/\/www.homelikehome.com\/en\/wp-json\/wp\/v2\/pages\/48514383\/revisions\/48517920"}],"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=48514383"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}