{"id":13864,"date":"2023-06-28T09:33:44","date_gmt":"2023-06-28T07:33:44","guid":{"rendered":"https:\/\/bnbgroomservices.com\/contact-us\/"},"modified":"2026-04-13T17:33:24","modified_gmt":"2026-04-13T15:33:24","slug":"contact-us","status":"publish","type":"page","link":"https:\/\/bnbgroomservices.com\/en\/contact-us\/","title":{"rendered":"Contact us"},"content":{"rendered":"<div class=\"wpb-content-wrapper\"><p>[vc_row full_width=&#8221;stretch_row&#8221; custom_css_code=&#8221;JTIwaW5wdXQud3BjZjctZm9ybS1jb250cm9sJTJDJTBBJTIwdGV4dGFyZWEud3BjZjctZm9ybS1jb250cm9sLndwY2Y3LXRleHRhcmVhLndwY2Y3LXZhbGlkYXRlcy1hcy1yZXF1aXJlZCUyMCU3QiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1ib3R0b20lM0ElMjAyNHB4JTNCJTBBJTIwJTIwJTIwJTIwYm94LXNoYWRvdyUzQSUyMDBweCUyMDEwcHglMjA4cHglMjAwcHglMjByZ2JhJTI4MCUyQyUyMDM2JTJDJTIwNzAlMkMlMjAwLjA3JTI5JTNCJTBBJTIwJTIwJTIwJTIwZm9udC1zaXplJTNBJTIwMTRweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtd2VpZ2h0JTNBJTIwNDAwJTNCJTBBJTIwJTIwJTIwJTIwYm9yZGVyLXJhZGl1cyUzQSUyMDI1cHglM0IlMEElMjAlMjAlMjAlMjBjb2xvciUzQSUyMCUyMzA5MkI0QyUzQiUwQSU3RCUwQSUyMGlucHV0LmdlbS1idXR0b24uZ2VtLWJ1dHRvbi1zaXplLXNtYWxsLndwY2Y3LXN1Ym1pdCUyMCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwMjA1cHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXItcmFkaXVzJTNBJTIwMjVweCUyMCUyMWltcG9ydGFudCUzQiUwQSUyMCUyMCUyMCUyMHBhZGRpbmclM0ElMjAzcHglMjAwcHglMjAzcHglMjAwcHglMjAlMjFpbXBvcnRhbnQlM0IlMEElMjAlMjAlMjAlMjBmb250LXNpemUlM0ElMjAxNnB4JTNCJTBBJTIwJTIwJTIwJTIwbWFyZ2luLXRvcCUzQTE1cHglM0IlMEElMjAlMjAlMjAlMjBmb250LXN0eWxlJTNBJTIwbm9ybWFsJTNCJTBBJTIwJTIwJTIwJTIwZm9udC13ZWlnaHQlM0ElMjA1MDAlM0IlMEElMjAlMjAlMjAlMjBsaW5lLWhlaWdodCUzQSUyMDQwcHglM0IlMEElMjAlMjAlMjAlMjB0ZXh0LWFsaWduJTNBY2VudGVyJTNCJTBBJTdEJTBBLmdlbS1idXR0b24tY29udGFpbmVyLmdlbS1idXR0b24tcG9zaXRpb24tZnVsbHdpZHRoJTdCJTBBJTIwJTIwJTIwJTIwdGV4dC1hbGlnbiUzQSUyMGNlbnRlciUzQiUwQSU3RA==&#8221; css=&#8221;.vc_custom_1719410075415{margin-bottom: 0px !important;padding-top: 20px !important;padding-bottom: 110px !important;background-image: url(https:\/\/bnbgroomservices.com\/wp-content\/uploads\/2024\/06\/Bnb-Conciergerie-Nice-Cannes.jpg?id=13686) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}&#8221;][vc_column css=&#8221;.vc_custom_1692368149716{padding-top: 0px !important;}&#8221;]<div class=\"thegem-te-heading thegem-custom-69e57701c04db9231\" ><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><h2 id=\"thegem-heading-69e57701c0460\" class=\"thegem-heading thegem-custom-heading-69e57701c045d9018 vc_custom_1719396446979 words-slide-right thegem-heading-animate\" style=\"text-align: left;\" ><span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"animation-delay: 50ms\">Come<\/span><\/span> <span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"animation-delay: 100ms\">and<\/span><\/span> <span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"animation-delay: 150ms\">meet<\/span><\/span> <span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"animation-delay: 200ms\">us!<\/span><\/span><\/h2><style type=\"text\/css\">#thegem-heading-69e57701c0460 {margin: 0;}#thegem-heading-69e57701c0460 a:hover, #thegem-heading-69e57701c0460 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-69e57701c045d9018{display: block!important;}}@media screen and (max-width: 767px) {.thegem-heading.thegem-custom-heading-69e57701c045d9018{display: block!important;}}@media screen and (max-width: 1023px) {.thegem-heading.thegem-custom-heading-69e57701c045d9018{position: relative !important;}}@media screen and (max-width: 767px) {.thegem-heading.thegem-custom-heading-69e57701c045d9018{position: relative !important;}}<\/style><div class=\"thegem-te-heading thegem-custom-69e57701c058b9622\" ><p id=\"thegem-heading-69e57701c055e\" class=\"thegem-heading thegem-custom-heading-69e57701c055d7707 styled-subtitle vc_custom_1719396408968 lines-slide-up thegem-heading-animate\" style=\"text-align: left;\" data-animation-name=\"lines-slide-up\" data-animation-interval=\"50\"><span class=\"thegem-heading-word\">Need<\/span> <span class=\"thegem-heading-word\">more<\/span> <span class=\"thegem-heading-word\">information<\/span> <span class=\"thegem-heading-word\">or<\/span> <span class=\"thegem-heading-word\">just<\/span> <span class=\"thegem-heading-word\">to<\/span> <span class=\"thegem-heading-word\">get<\/span> <span class=\"thegem-heading-word\">in<\/span> <span class=\"thegem-heading-word\">touch?<\/span> <span class=\"thegem-heading-word\">Ask<\/span> <span class=\"thegem-heading-word\">us<\/span> <span class=\"thegem-heading-word\">your<\/span> <span class=\"thegem-heading-word\">questions<\/span> <span class=\"thegem-heading-word\">and<\/span> <span class=\"thegem-heading-word\">tell<\/span> <span class=\"thegem-heading-word\">us<\/span> <span class=\"thegem-heading-word\">what<\/span> <span class=\"thegem-heading-word\">you<\/span> <span class=\"thegem-heading-word\">need<\/span> <span class=\"thegem-heading-word\">using<\/span> <span class=\"thegem-heading-word\">the<\/span> <span class=\"thegem-heading-word\">contact<\/span> <span class=\"thegem-heading-word\">form,<\/span> <span class=\"thegem-heading-word\">and<\/span> <span class=\"thegem-heading-word\">we'll<\/span> <span class=\"thegem-heading-word\">be<\/span> <span class=\"thegem-heading-word\">delighted<\/span> <span class=\"thegem-heading-word\">to<\/span> <span class=\"thegem-heading-word\">get<\/span> <span class=\"thegem-heading-word\">back<\/span> <span class=\"thegem-heading-word\">to<\/span> <span class=\"thegem-heading-word\">you.<\/span> <span class=\"thegem-heading-word\">We<\/span> <span class=\"thegem-heading-word\">are<\/span> <span class=\"thegem-heading-word\">also<\/span> <span class=\"thegem-heading-word\">available<\/span> <span class=\"thegem-heading-word\">by<\/span> <span class=\"thegem-heading-word\">telephone<\/span> <span class=\"thegem-heading-word\">and<\/span> <span class=\"thegem-heading-word\">on<\/span> <span class=\"thegem-heading-word\">site<\/span> <span class=\"thegem-heading-word\">at<\/span> <span class=\"thegem-heading-word\">the<\/span> <span class=\"thegem-heading-word\">agency.<\/span><\/p><style type=\"text\/css\">#thegem-heading-69e57701c055e {margin: 0;}#thegem-heading-69e57701c055e a:hover, #thegem-heading-69e57701c055e 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-69e57701c055d7707{display: block!important;}}@media screen and (max-width: 767px) {.thegem-heading.thegem-custom-heading-69e57701c055d7707{display: block!important;}}@media screen and (max-width: 1023px) {.thegem-heading.thegem-custom-heading-69e57701c055d7707{position: relative !important;}}@media screen and (max-width: 767px) {.thegem-heading.thegem-custom-heading-69e57701c055d7707{position: relative !important;}}<\/style>[vc_row_inner css=&#8221;.vc_custom_1692370283405{margin-right: 0px !important;margin-left: 0px !important;padding-top: 25px !important;padding-right: 10px !important;padding-bottom: 35px !important;padding-left: 10px !important;background-color: rgba(255,255,255,0.6) !important;*background-color: rgb(255,255,255) !important;border-radius: 25px !important;}&#8221; tablet_padding_left=&#8221;0&#8243; tablet_padding_right=&#8221;0&#8243;][vc_column_inner][vc_column_text css=&#8221;&#8221; css_animation=&#8221;fadeInUp&#8221;]<div id=\"quform-b64214\" class=\"quform quform-4 quform-theme-underlined quform-support-page-caching\"><form id=\"quform-form-b64214\" class=\"quform-form quform-form-4\" action=\"\/en\/wp-json\/wp\/v2\/pages\/13864#quform-b64214\" method=\"post\" enctype=\"multipart\/form-data\" novalidate=\"novalidate\" data-options=\"{&quot;id&quot;:4,&quot;uniqueId&quot;:&quot;b64214&quot;,&quot;theme&quot;:&quot;underlined&quot;,&quot;ajax&quot;:true,&quot;logic&quot;:{&quot;logic&quot;:[],&quot;dependents&quot;:[],&quot;elementIds&quot;:[],&quot;dependentElementIds&quot;:[],&quot;animate&quot;:true},&quot;currentPageId&quot;:1,&quot;errorsIcon&quot;:&quot;fa fa-close&quot;,&quot;updateFancybox&quot;:true,&quot;hasPages&quot;:false,&quot;pages&quot;:[1],&quot;pageProgressType&quot;:&quot;numbers&quot;,&quot;tooltipsEnabled&quot;:false,&quot;tooltipClasses&quot;:&quot;qtip-quform-dark qtip-shadow&quot;,&quot;tooltipMy&quot;:&quot;left center&quot;,&quot;tooltipAt&quot;:&quot;right center&quot;,&quot;isRtl&quot;:false,&quot;scrollOffset&quot;:-50,&quot;scrollSpeed&quot;:800}\"><button class=\"quform-default-submit\" name=\"quform_submit\" type=\"submit\" value=\"submit\" aria-hidden=\"true\" tabindex=\"-1\"><\/button><div class=\"quform-form-inner quform-form-inner-4\"><input type=\"hidden\" name=\"quform_form_id\" value=\"4\" \/><input type=\"hidden\" name=\"quform_form_uid\" value=\"b64214\" \/><input type=\"hidden\" name=\"quform_count\" value=\"1\" \/><input type=\"hidden\" name=\"form_url\" value=\"https:\/\/bnbgroomservices.com\/en\/wp-json\/wp\/v2\/pages\/13864\" \/><input type=\"hidden\" name=\"referring_url\" value=\"\" \/><input type=\"hidden\" name=\"post_id\" value=\"\" \/><input type=\"hidden\" name=\"post_title\" value=\"\" \/><input type=\"hidden\" name=\"quform_current_page_id\" value=\"1\" \/><input type=\"hidden\" name=\"quform_loaded\" value=\"1776645889|20c816b866885b5cd692787b8cbaeeb4\" \/><input type=\"hidden\" name=\"quform_csrf_token\" value=\"TFgJlb5jrz5O2KS7aXH3miNVMQzM9qmeEls3Ad7N\" \/><div class=\"quform-elements quform-elements-4 quform-cf quform-responsive-elements-phone-portrait\"><div class=\"quform-element quform-element-page quform-page-1 quform-page-4_1 quform-cf quform-group-style-plain quform-first-page quform-last-page quform-current-page\"><div class=\"quform-child-elements\"><div class=\"quform-element quform-element-name quform-element-4_4 quform-cf quform-element-required\"><div class=\"quform-spacer\"><div class=\"quform-label quform-label-4_4\"><span class=\"quform-label-icon\"><i class=\"fa fa-user\"><\/i><\/span><label class=\"quform-label-text\" id=\"quform_4_4_b64214_label\">Contact details<span class=\"quform-required\">*<\/span><\/label><\/div><div class=\"quform-inner quform-inner-name quform-inner-4_4\"><div class=\"quform-input quform-input-name quform-input-4_4 quform-cf\"><div class=\"quform-element-row quform-2-columns quform-element-row-size-fixed quform-responsive-columns-phone-portrait\"><div class=\"quform-element-column\"><div class=\"quform-element quform-element-text quform-element-4_4_2 quform-cf quform-element-required\"><div class=\"quform-spacer\"><div class=\"quform-inner quform-inner-text quform-inner-4_4_2\"><label id=\"quform_4_4_2_b64214_sub_label_above\" class=\"quform-sub-label quform-sub-label-above\">First name<\/label><div class=\"quform-input quform-input-text quform-input-4_4_2 quform-cf\"><input type=\"text\" id=\"quform_4_4_2_b64214\" name=\"quform_4_4[2]\" class=\"quform-field quform-field-text quform-field-4_4_2\" aria-labelledby=\"quform_4_4_b64214_label quform_4_4_2_b64214_sub_label_above\" \/><\/div><\/div><\/div><\/div><\/div><div class=\"quform-element-column\"><div class=\"quform-element quform-element-text quform-element-4_4_4 quform-cf quform-element-required\"><div class=\"quform-spacer\"><div class=\"quform-inner quform-inner-text quform-inner-4_4_4\"><label id=\"quform_4_4_4_b64214_sub_label_above\" class=\"quform-sub-label quform-sub-label-above\">Last name<\/label><div class=\"quform-input quform-input-text quform-input-4_4_4 quform-cf\"><input type=\"text\" id=\"quform_4_4_4_b64214\" name=\"quform_4_4[4]\" class=\"quform-field quform-field-text quform-field-4_4_4\" aria-labelledby=\"quform_4_4_b64214_label quform_4_4_4_b64214_sub_label_above\" \/><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><div class=\"quform-element quform-element-row quform-element-row-4_15 quform-2-columns quform-element-row-size-fixed quform-responsive-columns-phone-portrait\"><div class=\"quform-element quform-element-column quform-element-4_16\"><div class=\"quform-element quform-element-email quform-element-4_5 quform-cf quform-element-required\"><div class=\"quform-spacer\"><div class=\"quform-label quform-label-4_5\"><span class=\"quform-label-icon\"><i class=\"fa fa-envelope\"><\/i><\/span><label class=\"quform-label-text\" for=\"quform_4_5_b64214\">Email<span class=\"quform-required\">*<\/span><\/label><\/div><div class=\"quform-inner quform-inner-email quform-inner-4_5\"><div class=\"quform-input quform-input-email quform-input-4_5 quform-cf\"><input type=\"email\" id=\"quform_4_5_b64214\" name=\"quform_4_5\" class=\"quform-field quform-field-email quform-field-4_5\" \/><\/div><\/div><\/div><\/div><\/div><div class=\"quform-element quform-element-column quform-element-4_17\"><div class=\"quform-element quform-element-text quform-element-4_7 quform-cf quform-element-required\"><div class=\"quform-spacer\"><div class=\"quform-label quform-label-4_7\"><span class=\"quform-label-icon\"><i class=\"fa fa-phone\"><\/i><\/span><label class=\"quform-label-text\" for=\"quform_4_7_b64214\">Phone number<span class=\"quform-required\">*<\/span><\/label><\/div><div class=\"quform-inner quform-inner-text quform-inner-4_7\"><div class=\"quform-input quform-input-text quform-input-4_7 quform-cf\"><input type=\"text\" id=\"quform_4_7_b64214\" name=\"quform_4_7\" class=\"quform-field quform-field-text quform-field-4_7 quform-intl-tel-input\" \/><\/div><\/div><\/div><\/div><\/div><\/div><div class=\"quform-element quform-element-checkbox quform-element-4_32 quform-cf quform-element-required\"><div class=\"quform-spacer\"><div class=\"quform-label quform-label-4_32\"><span class=\"quform-label-icon\"><i class=\"fa fa-bullhorn\"><\/i><\/span><label class=\"quform-label-text\" id=\"quform_4_32_b64214_label\">What services do you need?<span class=\"quform-required\">*<\/span><\/label><\/div><div class=\"quform-inner quform-inner-checkbox quform-inner-4_32\"><div class=\"quform-input quform-input-checkbox quform-input-4_32 quform-cf\"><div class=\"quform-options quform-cf quform-options-inline quform-options-simple\" role=\"group\" aria-labelledby=\"quform_4_32_b64214_label\"><div class=\"quform-option\"><input type=\"checkbox\" name=\"quform_4_32[]\" id=\"quform_4_32_b64214_1\" class=\"quform-field quform-field-checkbox quform-field-4_32 quform-field-4_32_1\" value=\"Concierge Services\" \/><label for=\"quform_4_32_b64214_1\" class=\"quform-option-label quform-option-label-4_32_1\"><span class=\"quform-option-text\">Concierge Services<\/span><\/label><\/div><div class=\"quform-option\"><input type=\"checkbox\" name=\"quform_4_32[]\" id=\"quform_4_32_b64214_2\" class=\"quform-field quform-field-checkbox quform-field-4_32 quform-field-4_32_2\" value=\"Holiday home rental\" \/><label for=\"quform_4_32_b64214_2\" class=\"quform-option-label quform-option-label-4_32_2\"><span class=\"quform-option-text\">Holiday home rental<\/span><\/label><\/div><div class=\"quform-option\"><input type=\"checkbox\" name=\"quform_4_32[]\" id=\"quform_4_32_b64214_3\" class=\"quform-field quform-field-checkbox quform-field-4_32 quform-field-4_32_3\" value=\"Other\" \/><label for=\"quform_4_32_b64214_3\" class=\"quform-option-label quform-option-label-4_32_3\"><span class=\"quform-option-text\">Other<\/span><\/label><\/div><\/div><\/div><\/div><\/div><\/div><div class=\"quform-element quform-element-textarea quform-element-4_288259 quform-sr-only quform-cf\" style=\"clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); position: absolute !important; height: 1px; width: 1px; overflow: hidden;\"><div class=\"quform-spacer\"><div class=\"quform-label quform-label-4_288259\"><label class=\"quform-label-text\" for=\"quform_4_288259_b64214\">Company Name<span class=\"quform-required\">*<\/span><\/label><\/div><div class=\"quform-inner quform-inner-4_288259\"><textarea id=\"quform_4_288259_b64214\" name=\"quform_4_288259\" class=\"quform-field quform-field-textarea quform-field-4_288259\" tabindex=\"-1\" autocomplete=\"new-password\"><\/textarea><\/div><\/div><\/div><div class=\"quform-element quform-element-textarea quform-element-4_6 quform-cf quform-element-required\"><div class=\"quform-spacer\"><div class=\"quform-label quform-label-4_6\"><span class=\"quform-label-icon\"><i class=\"fa fa-comment\"><\/i><\/span><label class=\"quform-label-text\" for=\"quform_4_6_b64214\">Message<span class=\"quform-required\">*<\/span><\/label><\/div><div class=\"quform-inner quform-inner-textarea quform-inner-4_6\"><div class=\"quform-input quform-input-textarea quform-input-4_6 quform-cf\"><textarea id=\"quform_4_6_b64214\" name=\"quform_4_6\" class=\"quform-field quform-field-textarea quform-field-4_6\">Hello Bnb Groom Services,<\/textarea><\/div><\/div><\/div><\/div><div class=\"quform-element quform-element-recaptcha quform-element-4_33 quform-cf quform-element-required\"><div class=\"quform-spacer\"><div class=\"quform-label quform-label-4_33\"><label class=\"quform-label-text\">Are you human?<span class=\"quform-required\">*<\/span><\/label><\/div><div class=\"quform-inner quform-inner-recaptcha quform-inner-4_33\"><div class=\"quform-input quform-input-recaptcha quform-input-4_33 quform-cf\"><div class=\"quform-turnstile\" data-config=\"{&quot;sitekey&quot;:&quot;0x4AAAAAAC81vVWKcgbHIctD&quot;,&quot;size&quot;:&quot;normal&quot;,&quot;theme&quot;:&quot;light&quot;}\"><\/div><noscript>Please enable JavaScript to submit this form.<\/noscript><\/div><\/div><\/div><\/div><div class=\"quform-element quform-element-submit quform-element-4_2 quform-cf quform-button-style-theme quform-button-width-small\"><div class=\"quform-button-submit quform-button-submit-default quform-button-submit-4_2 quform-button-icon-right\"><button name=\"quform_submit\" type=\"submit\" class=\"quform-submit\" value=\"submit\"><span class=\"quform-button-text quform-button-submit-text\">Send my request<\/span><span class=\"quform-button-icon quform-button-submit-icon\"><i class=\"qicon-send\"><\/i><\/span><\/button><\/div><div class=\"quform-loading quform-loading-position-left quform-loading-type-spinner-1\"><div class=\"quform-loading-inner\"><div class=\"quform-loading-spinner\"><div class=\"quform-loading-spinner-inner\"><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/form><\/div>[\/vc_column_text][\/vc_column_inner][\/vc_row_inner][\/vc_column][\/vc_row][vc_row full_width=&#8221;stretch_row&#8221; css=&#8221;.vc_custom_1719397177263{margin-bottom: 0px !important;padding-top: 115px !important;padding-bottom: 100px !important;background-image: url(https:\/\/bnbgroomservices.com\/wp-content\/uploads\/2023\/08\/real-estate-home-3.png?id=4698) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}&#8221; mobile_padding_bottom=&#8221;50&#8243; mobile_padding_top=&#8221;50&#8243;][vc_column width=&#8221;7\/12&#8243; css=&#8221;.vc_custom_1692282311552{padding-top: 20px !important;}&#8221;]<div class=\"thegem-te-heading thegem-custom-69e57701c17dc2493\" ><h2 id=\"thegem-heading-69e57701c17ba\" class=\"thegem-heading thegem-custom-heading-69e57701c17b9525 title-xlarge vc_custom_1719398298952 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: 50ms\">The<\/span><\/span> <span class=\"thegem-heading-word-wrap\"><span class=\"colored thegem-heading-word\" style=\"color: #ffffff; animation-delay: 100ms\">leading<\/span><\/span> <span class=\"thegem-heading-word-wrap\"><span class=\"colored thegem-heading-word\" style=\"color: #ffffff; animation-delay: 150ms\">concierge<\/span><\/span> <span class=\"thegem-heading-word-wrap\"><span class=\"colored thegem-heading-word\" style=\"color: #ffffff; animation-delay: 200ms\">service<\/span><\/span> <span class=\"thegem-heading-word-wrap\"><span class=\"colored thegem-heading-word\" style=\"color: #ffffff; animation-delay: 250ms\">on<\/span><\/span> <span class=\"thegem-heading-word-wrap\"><span class=\"colored thegem-heading-word\" style=\"color: #ffffff; animation-delay: 300ms\">the<\/span><\/span> <span class=\"thegem-heading-word-wrap\"><span class=\"colored thegem-heading-word\" style=\"color: #ffffff; animation-delay: 350ms\">French<\/span><\/span> <span class=\"thegem-heading-word-wrap\"><span class=\"colored thegem-heading-word\" style=\"color: #ffffff; animation-delay: 400ms\">Riviera<\/span><\/span><\/h2><style type=\"text\/css\">#thegem-heading-69e57701c17ba {margin: 0;}#thegem-heading-69e57701c17ba a:hover, #thegem-heading-69e57701c17ba 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-69e57701c17b9525{display: block!important;}}@media screen and (max-width: 767px) {.thegem-heading.thegem-custom-heading-69e57701c17b9525{display: block!important;}}@media screen and (max-width: 1023px) {.thegem-heading.thegem-custom-heading-69e57701c17b9525{position: relative !important;}}@media screen and (max-width: 767px) {.thegem-heading.thegem-custom-heading-69e57701c17b9525{position: relative !important;}}<\/style><div class=\"thegem-te-heading thegem-custom-69e57701c18734483\" ><p id=\"thegem-heading-69e57701c1847\" class=\"thegem-heading thegem-custom-heading-69e57701c18468497 styled-subtitle lines-slide-up thegem-heading-animate\" style=\"text-align: justify;\" data-animation-name=\"lines-slide-up\" data-animation-interval=\"80\"><span class=\"colored thegem-heading-word\" style=\"color: #ffffff;\">Be<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #ffffff;\">more<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #ffffff;\">than<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #ffffff;\">just<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #ffffff;\">a<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #ffffff;\">customer,<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #ffffff;\">be<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #ffffff;\">a<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #ffffff;\">partner.<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #ffffff;\">Together,<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #ffffff;\">we'll<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #ffffff;\">turn<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #ffffff;\">your<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #ffffff;\">property<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #ffffff;\">into<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #ffffff;\">a<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #ffffff;\">true<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #ffffff;\">rental<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #ffffff;\">success<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #ffffff;\">story,<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #ffffff;\">maximising<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #ffffff;\">your<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #ffffff;\">income<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #ffffff;\">and<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #ffffff;\">ensuring<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #ffffff;\">an<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #ffffff;\">exceptional<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #ffffff;\">experience<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #ffffff;\">for<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #ffffff;\">every<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #ffffff;\">tenant.<\/span><\/p><style type=\"text\/css\">#thegem-heading-69e57701c1847 {margin: 0;}#thegem-heading-69e57701c1847 a:hover, #thegem-heading-69e57701c1847 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-69e57701c18468497{display: block!important;}}@media screen and (max-width: 767px) {.thegem-heading.thegem-custom-heading-69e57701c18468497{display: block!important;}}@media screen and (max-width: 1023px) {.thegem-heading.thegem-custom-heading-69e57701c18468497{position: relative !important;}}@media screen and (max-width: 767px) {.thegem-heading.thegem-custom-heading-69e57701c18468497{position: relative !important;}}<\/style>[\/vc_column][vc_column width=&#8221;5\/12&#8243; el_class=&#8221;custom-infotext&#8221; css=&#8221;.vc_custom_1692282352501{padding-top: 30px !important;}&#8221;][vc_row_inner content_placement=&#8221;middle&#8221; css=&#8221;.vc_custom_1692272705857{margin-bottom: 45px !important;}&#8221;][vc_column_inner]<div class=\"gem-icon gem-icon-pack-material gem-icon-size-custom  gem-icon-shape-square gem-simple-icon  gem-icon-use-svg\"  style=\"border-color: #f6f6f6;margin-right: 20px;opacity: 1;font-size: 22px;border-radius: 13px;\"><div class=\"gem-icon-inner\" style=\"background-color: #f6f6f6;padding-top: 22px;padding-bottom: 22px;padding-left: 22px;padding-right: 22px;\"><span class=\"gem-icon-half-1\" style=\"color: ;\"><span class=\"back-angle\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" style=\"\">\n  <defs>\n    \n  <\/defs>\n  <path id=\"layer\" class=\"cls-1\" d=\"M5,5.609a2.513,2.513,0,0,1,.766-1.844,2.6,2.6,0,0,1,3.688,0,2.514,2.514,0,0,1,.766,1.844,2.514,2.514,0,0,1-.766,1.844,2.6,2.6,0,0,1-3.687,0A2.512,2.512,0,0,1,5,5.609Zm1,0A1.6,1.6,0,0,0,7.609,7.219,1.6,1.6,0,0,0,9.219,5.609,1.6,1.6,0,0,0,7.609,4,1.6,1.6,0,0,0,6,5.609Zm0.75,9.563q-0.469-.546-1.2-1.516T4.078,11.531A16.075,16.075,0,0,1,2.766,8.953a9.674,9.674,0,0,1-.7-2.641A4.336,4.336,0,0,1,2,5.594,5.388,5.388,0,0,1,3.641,1.641,5.406,5.406,0,0,1,7.609,0a5.407,5.407,0,0,1,3.969,1.641,5.388,5.388,0,0,1,1.641,3.953,4.215,4.215,0,0,1-.063.688,9.6,9.6,0,0,1-.719,2.688,18.265,18.265,0,0,1-1.25,2.516Q10.531,12.562,9.7,13.672T8.563,15.156q-0.313.375-.5,0.563a2.435,2.435,0,0,1-.25.219,0.406,0.406,0,0,1-.312,0,0.86,0.86,0,0,1-.25-0.219A4.662,4.662,0,0,1,6.75,15.172ZM3,5.594q0,0.25.031,0.594a8.928,8.928,0,0,0,.7,2.516,15.705,15.705,0,0,0,1.391,2.578Q5.937,12.5,6.516,13.266t1.141,1.422q0.531-.656,1.094-1.422t1.375-1.984A14.189,14.189,0,0,0,11.484,8.7a9.572,9.572,0,0,0,.672-2.516,3.391,3.391,0,0,0,.063-0.594,4.4,4.4,0,0,0-1.359-3.25A4.481,4.481,0,0,0,7.594,1a4.428,4.428,0,0,0-3.25,1.344A4.427,4.427,0,0,0,3,5.594H3Z\"\/>\n<\/svg><\/span><\/span><span class=\"gem-icon-half-2\" style=\"\"><span class=\"back-angle\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" style=\"\">\n  <defs>\n    \n  <\/defs>\n  <path id=\"layer\" class=\"cls-1\" d=\"M5,5.609a2.513,2.513,0,0,1,.766-1.844,2.6,2.6,0,0,1,3.688,0,2.514,2.514,0,0,1,.766,1.844,2.514,2.514,0,0,1-.766,1.844,2.6,2.6,0,0,1-3.687,0A2.512,2.512,0,0,1,5,5.609Zm1,0A1.6,1.6,0,0,0,7.609,7.219,1.6,1.6,0,0,0,9.219,5.609,1.6,1.6,0,0,0,7.609,4,1.6,1.6,0,0,0,6,5.609Zm0.75,9.563q-0.469-.546-1.2-1.516T4.078,11.531A16.075,16.075,0,0,1,2.766,8.953a9.674,9.674,0,0,1-.7-2.641A4.336,4.336,0,0,1,2,5.594,5.388,5.388,0,0,1,3.641,1.641,5.406,5.406,0,0,1,7.609,0a5.407,5.407,0,0,1,3.969,1.641,5.388,5.388,0,0,1,1.641,3.953,4.215,4.215,0,0,1-.063.688,9.6,9.6,0,0,1-.719,2.688,18.265,18.265,0,0,1-1.25,2.516Q10.531,12.562,9.7,13.672T8.563,15.156q-0.313.375-.5,0.563a2.435,2.435,0,0,1-.25.219,0.406,0.406,0,0,1-.312,0,0.86,0.86,0,0,1-.25-0.219A4.662,4.662,0,0,1,6.75,15.172ZM3,5.594q0,0.25.031,0.594a8.928,8.928,0,0,0,.7,2.516,15.705,15.705,0,0,0,1.391,2.578Q5.937,12.5,6.516,13.266t1.141,1.422q0.531-.656,1.094-1.422t1.375-1.984A14.189,14.189,0,0,0,11.484,8.7a9.572,9.572,0,0,0,.672-2.516,3.391,3.391,0,0,0,.063-0.594,4.4,4.4,0,0,0-1.359-3.25A4.481,4.481,0,0,0,7.594,1a4.428,4.428,0,0,0-3.25,1.344A4.427,4.427,0,0,0,3,5.594H3Z\"\/>\n<\/svg><\/span><\/span><\/div><\/div><style>.thegem-custom-69e57701c19f36835 .gem-icon-inner {background-color: #f6f6f6;}.thegem-custom-69e57701c19f36835 .gem-icon  {border-color: #f6f6f6;}.thegem-custom-69e57701c19f36835 .gem-icon  {font-size: 16px;}.thegem-custom-69e57701c19f36835 .gem-icon:not(.gem-simple-icon) .gem-icon-inner {width: 24px; height: 24px; line-height: 24px;}.thegem-custom-69e57701c19f36835 .gem-icon.gem-simple-icon {width: 16px; height: 16px; line-height: 16px;}.gem-infotext.thegem-custom-69e57701c19f36835 .gem-infotext-icon {margin-top:0px !important;}.gem-infotext.thegem-custom-69e57701c19f36835 .gem-infotext-icon {margin-bottom:0px !important;}.gem-infotext.thegem-custom-69e57701c19f36835 .gem-infotext-icon {margin-left:0px !important;}.gem-infotext.thegem-custom-69e57701c19f36835 .gem-infotext-icon {margin-right:50px !important;}.gem-infotext.thegem-custom-69e57701c19f36835 .title-customize {color:#f3ba01 !important;}.gem-infotext.thegem-custom-69e57701c19f36835 .title-customize {font-size:20px !important;}.gem-infotext.thegem-custom-69e57701c19f36835 .title-customize {letter-spacing:px !important;}.gem-infotext.thegem-custom-69e57701c19f36835 .title-customize {text-transform:none !important;}.gem-infotext.thegem-custom-69e57701c19f36835 .title-customize {margin-bottom:5px !important;}@media screen and (max-width: 1023px) {.gem-infotext.thegem-custom-69e57701c19f36835 .title-customize {margin-bottom:5px !important;}}@media screen and (max-width: 767px) {.gem-infotext.thegem-custom-69e57701c19f36835 .title-customize {margin-bottom:5px !important;}}.gem-infotext.thegem-custom-69e57701c19f36835 .subtitle-customize {color:#ffffff !important;}<\/style><div class=\"gem-infotext alignment-left thegem-custom-69e57701c19f36835\" style=\"\"> <div class=\"gem-infotext-wrap position--left vertical--center\"> <div class=\"gem-infotext\"> <div class=\"gem-infotext__title\"> <div class=\"title-customize title-h3\" style=\"\"> Address <\/div> <\/div> <div class=\"gem-infotext__subtitle\"> <div class=\"subtitle-customize text-body\" style=\"max-width:330px;\"> 2 Avenue Saint-Jean-Baptiste06000 Nice <\/div> <\/div> <\/div> <\/div> <\/div>[\/vc_column_inner][\/vc_row_inner][vc_row_inner content_placement=&#8221;middle&#8221; css=&#8221;.vc_custom_1692272721186{margin-bottom: 45px !important;}&#8221;][vc_column_inner]<div class=\"gem-icon gem-icon-pack-material gem-icon-size-custom  gem-icon-shape-square gem-simple-icon  gem-icon-use-svg\"  style=\"border-color: #f6f6f6;margin-right: 20px;opacity: 1;font-size: 22px;border-radius: 13px;\"><div class=\"gem-icon-inner\" style=\"background-color: #f6f6f6;padding-top: 22px;padding-bottom: 22px;padding-left: 22px;padding-right: 22px;\"><span class=\"gem-icon-half-1\" style=\"color: ;\"><span class=\"back-angle\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" style=\"\">\n  <defs>\n    \n  <\/defs>\n  <path id=\"layer\" class=\"cls-1\" d=\"M13.807,8.511h0q-0.212-.041-0.42-0.091a7.446,7.446,0,0,1-.863-0.268,1.653,1.653,0,0,0-2.047.782l-0.46.888a10.106,10.106,0,0,1-2.009-1.57A10.2,10.2,0,0,1,6.451,6.226l0.878-.459A1.667,1.667,0,0,0,8.105,3.71a7.653,7.653,0,0,1-.267-0.868q-0.051-.21-0.09-0.423A2.383,2.383,0,0,0,5.409.484H3.164A2.4,2.4,0,0,0,.793,3.238,14.643,14.643,0,0,0,12.991,15.5a2.272,2.272,0,0,0,.354.027,2.367,2.367,0,0,0,1.55-.579,2.414,2.414,0,0,0,.837-1.83V10.863A2.377,2.377,0,0,0,13.807,8.511ZM3.164,1.584H5.411A1.262,1.262,0,0,1,6.672,2.618C6.7,2.781,6.736,2.943,6.775,3.1a8.9,8.9,0,0,0,.306.994,0.562,0.562,0,0,1-.259.694L5.447,5.51a0.553,0.553,0,0,0-.233.741A11.265,11.265,0,0,0,7.233,9.027a11.186,11.186,0,0,0,2.759,2.039,0.556,0.556,0,0,0,.416.035,0.545,0.545,0,0,0,.32-0.271l0.719-1.388a0.554,0.554,0,0,1,.691-0.26,8.667,8.667,0,0,0,.987.306c0.158,0.04.318,0.074,0.478,0.1a1.28,1.28,0,0,1,1.032,1.27v2.259a1.315,1.315,0,0,1-.456,1,1.279,1.279,0,0,1-1.024.3A13.544,13.544,0,0,1,1.876,3.073,1.3,1.3,0,0,1,3.164,1.584Z\"\/>\n<\/svg><\/span><\/span><span class=\"gem-icon-half-2\" style=\"\"><span class=\"back-angle\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" style=\"\">\n  <defs>\n    \n  <\/defs>\n  <path id=\"layer\" class=\"cls-1\" d=\"M13.807,8.511h0q-0.212-.041-0.42-0.091a7.446,7.446,0,0,1-.863-0.268,1.653,1.653,0,0,0-2.047.782l-0.46.888a10.106,10.106,0,0,1-2.009-1.57A10.2,10.2,0,0,1,6.451,6.226l0.878-.459A1.667,1.667,0,0,0,8.105,3.71a7.653,7.653,0,0,1-.267-0.868q-0.051-.21-0.09-0.423A2.383,2.383,0,0,0,5.409.484H3.164A2.4,2.4,0,0,0,.793,3.238,14.643,14.643,0,0,0,12.991,15.5a2.272,2.272,0,0,0,.354.027,2.367,2.367,0,0,0,1.55-.579,2.414,2.414,0,0,0,.837-1.83V10.863A2.377,2.377,0,0,0,13.807,8.511ZM3.164,1.584H5.411A1.262,1.262,0,0,1,6.672,2.618C6.7,2.781,6.736,2.943,6.775,3.1a8.9,8.9,0,0,0,.306.994,0.562,0.562,0,0,1-.259.694L5.447,5.51a0.553,0.553,0,0,0-.233.741A11.265,11.265,0,0,0,7.233,9.027a11.186,11.186,0,0,0,2.759,2.039,0.556,0.556,0,0,0,.416.035,0.545,0.545,0,0,0,.32-0.271l0.719-1.388a0.554,0.554,0,0,1,.691-0.26,8.667,8.667,0,0,0,.987.306c0.158,0.04.318,0.074,0.478,0.1a1.28,1.28,0,0,1,1.032,1.27v2.259a1.315,1.315,0,0,1-.456,1,1.279,1.279,0,0,1-1.024.3A13.544,13.544,0,0,1,1.876,3.073,1.3,1.3,0,0,1,3.164,1.584Z\"\/>\n<\/svg><\/span><\/span><\/div><\/div><style>.thegem-custom-69e57701c1afb7380 .gem-icon-inner {background-color: #f6f6f6;}.thegem-custom-69e57701c1afb7380 .gem-icon  {border-color: #f6f6f6;}.thegem-custom-69e57701c1afb7380 .gem-icon  {font-size: 16px;}.thegem-custom-69e57701c1afb7380 .gem-icon:not(.gem-simple-icon) .gem-icon-inner {width: 24px; height: 24px; line-height: 24px;}.thegem-custom-69e57701c1afb7380 .gem-icon.gem-simple-icon {width: 16px; height: 16px; line-height: 16px;}.gem-infotext.thegem-custom-69e57701c1afb7380 .gem-infotext-icon {margin-top:0px !important;}.gem-infotext.thegem-custom-69e57701c1afb7380 .gem-infotext-icon {margin-bottom:0px !important;}.gem-infotext.thegem-custom-69e57701c1afb7380 .gem-infotext-icon {margin-left:0px !important;}.gem-infotext.thegem-custom-69e57701c1afb7380 .gem-infotext-icon {margin-right:50px !important;}.gem-infotext.thegem-custom-69e57701c1afb7380 .title-customize {color:#f3ba01 !important;}.gem-infotext.thegem-custom-69e57701c1afb7380 .title-customize {font-size:20px !important;}.gem-infotext.thegem-custom-69e57701c1afb7380 .title-customize {letter-spacing:px !important;}.gem-infotext.thegem-custom-69e57701c1afb7380 .title-customize {text-transform:none !important;}.gem-infotext.thegem-custom-69e57701c1afb7380 .title-customize {margin-bottom:5px !important;}@media screen and (max-width: 1023px) {.gem-infotext.thegem-custom-69e57701c1afb7380 .title-customize {margin-bottom:5px !important;}}@media screen and (max-width: 767px) {.gem-infotext.thegem-custom-69e57701c1afb7380 .title-customize {margin-bottom:5px !important;}}.gem-infotext.thegem-custom-69e57701c1afb7380 .subtitle-customize {color:#ffffff !important;}<\/style><div class=\"gem-infotext alignment-left thegem-custom-69e57701c1afb7380\" style=\"\"> <a href=\"tel:+33619215161\" target=\"_self\" class=\"gem-infotext-wrap position--left vertical--center\" aria-label=\"Read more\"> <div class=\"gem-infotext\"> <div class=\"gem-infotext__title\"> <div class=\"title-customize title-h3\" style=\"\"> Landlord Information | Management <\/div> <\/div> <div class=\"gem-infotext__subtitle\"> <div class=\"subtitle-customize text-body\" style=\"max-width:330px;\"> Julien Bridoux : +33 6 19 21 51 61 <\/div> <\/div> <\/div> <\/a> <\/div>[\/vc_column_inner][\/vc_row_inner][vc_row_inner content_placement=&#8221;middle&#8221; css=&#8221;.vc_custom_1692272721186{margin-bottom: 45px !important;}&#8221;][vc_column_inner]<div class=\"gem-icon gem-icon-pack-material gem-icon-size-custom  gem-icon-shape-square gem-simple-icon  gem-icon-use-svg\"  style=\"border-color: #f6f6f6;margin-right: 20px;opacity: 1;font-size: 22px;border-radius: 13px;\"><div class=\"gem-icon-inner\" style=\"background-color: #f6f6f6;padding-top: 22px;padding-bottom: 22px;padding-left: 22px;padding-right: 22px;\"><span class=\"gem-icon-half-1\" style=\"color: ;\"><span class=\"back-angle\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" style=\"\">\n  <defs>\n    \n  <\/defs>\n  <path id=\"layer\" class=\"cls-1\" d=\"M13.807,8.511h0q-0.212-.041-0.42-0.091a7.446,7.446,0,0,1-.863-0.268,1.653,1.653,0,0,0-2.047.782l-0.46.888a10.106,10.106,0,0,1-2.009-1.57A10.2,10.2,0,0,1,6.451,6.226l0.878-.459A1.667,1.667,0,0,0,8.105,3.71a7.653,7.653,0,0,1-.267-0.868q-0.051-.21-0.09-0.423A2.383,2.383,0,0,0,5.409.484H3.164A2.4,2.4,0,0,0,.793,3.238,14.643,14.643,0,0,0,12.991,15.5a2.272,2.272,0,0,0,.354.027,2.367,2.367,0,0,0,1.55-.579,2.414,2.414,0,0,0,.837-1.83V10.863A2.377,2.377,0,0,0,13.807,8.511ZM3.164,1.584H5.411A1.262,1.262,0,0,1,6.672,2.618C6.7,2.781,6.736,2.943,6.775,3.1a8.9,8.9,0,0,0,.306.994,0.562,0.562,0,0,1-.259.694L5.447,5.51a0.553,0.553,0,0,0-.233.741A11.265,11.265,0,0,0,7.233,9.027a11.186,11.186,0,0,0,2.759,2.039,0.556,0.556,0,0,0,.416.035,0.545,0.545,0,0,0,.32-0.271l0.719-1.388a0.554,0.554,0,0,1,.691-0.26,8.667,8.667,0,0,0,.987.306c0.158,0.04.318,0.074,0.478,0.1a1.28,1.28,0,0,1,1.032,1.27v2.259a1.315,1.315,0,0,1-.456,1,1.279,1.279,0,0,1-1.024.3A13.544,13.544,0,0,1,1.876,3.073,1.3,1.3,0,0,1,3.164,1.584Z\"\/>\n<\/svg><\/span><\/span><span class=\"gem-icon-half-2\" style=\"\"><span class=\"back-angle\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" style=\"\">\n  <defs>\n    \n  <\/defs>\n  <path id=\"layer\" class=\"cls-1\" d=\"M13.807,8.511h0q-0.212-.041-0.42-0.091a7.446,7.446,0,0,1-.863-0.268,1.653,1.653,0,0,0-2.047.782l-0.46.888a10.106,10.106,0,0,1-2.009-1.57A10.2,10.2,0,0,1,6.451,6.226l0.878-.459A1.667,1.667,0,0,0,8.105,3.71a7.653,7.653,0,0,1-.267-0.868q-0.051-.21-0.09-0.423A2.383,2.383,0,0,0,5.409.484H3.164A2.4,2.4,0,0,0,.793,3.238,14.643,14.643,0,0,0,12.991,15.5a2.272,2.272,0,0,0,.354.027,2.367,2.367,0,0,0,1.55-.579,2.414,2.414,0,0,0,.837-1.83V10.863A2.377,2.377,0,0,0,13.807,8.511ZM3.164,1.584H5.411A1.262,1.262,0,0,1,6.672,2.618C6.7,2.781,6.736,2.943,6.775,3.1a8.9,8.9,0,0,0,.306.994,0.562,0.562,0,0,1-.259.694L5.447,5.51a0.553,0.553,0,0,0-.233.741A11.265,11.265,0,0,0,7.233,9.027a11.186,11.186,0,0,0,2.759,2.039,0.556,0.556,0,0,0,.416.035,0.545,0.545,0,0,0,.32-0.271l0.719-1.388a0.554,0.554,0,0,1,.691-0.26,8.667,8.667,0,0,0,.987.306c0.158,0.04.318,0.074,0.478,0.1a1.28,1.28,0,0,1,1.032,1.27v2.259a1.315,1.315,0,0,1-.456,1,1.279,1.279,0,0,1-1.024.3A13.544,13.544,0,0,1,1.876,3.073,1.3,1.3,0,0,1,3.164,1.584Z\"\/>\n<\/svg><\/span><\/span><\/div><\/div><style>.thegem-custom-69e57701c1beb9659 .gem-icon-inner {background-color: #f6f6f6;}.thegem-custom-69e57701c1beb9659 .gem-icon  {border-color: #f6f6f6;}.thegem-custom-69e57701c1beb9659 .gem-icon  {font-size: 16px;}.thegem-custom-69e57701c1beb9659 .gem-icon:not(.gem-simple-icon) .gem-icon-inner {width: 24px; height: 24px; line-height: 24px;}.thegem-custom-69e57701c1beb9659 .gem-icon.gem-simple-icon {width: 16px; height: 16px; line-height: 16px;}.gem-infotext.thegem-custom-69e57701c1beb9659 .gem-infotext-icon {margin-top:0px !important;}.gem-infotext.thegem-custom-69e57701c1beb9659 .gem-infotext-icon {margin-bottom:0px !important;}.gem-infotext.thegem-custom-69e57701c1beb9659 .gem-infotext-icon {margin-left:0px !important;}.gem-infotext.thegem-custom-69e57701c1beb9659 .gem-infotext-icon {margin-right:50px !important;}.gem-infotext.thegem-custom-69e57701c1beb9659 .title-customize {color:#f3ba01 !important;}.gem-infotext.thegem-custom-69e57701c1beb9659 .title-customize {font-size:20px !important;}.gem-infotext.thegem-custom-69e57701c1beb9659 .title-customize {letter-spacing:px !important;}.gem-infotext.thegem-custom-69e57701c1beb9659 .title-customize {text-transform:none !important;}.gem-infotext.thegem-custom-69e57701c1beb9659 .title-customize {margin-bottom:5px !important;}@media screen and (max-width: 1023px) {.gem-infotext.thegem-custom-69e57701c1beb9659 .title-customize {margin-bottom:5px !important;}}@media screen and (max-width: 767px) {.gem-infotext.thegem-custom-69e57701c1beb9659 .title-customize {margin-bottom:5px !important;}}.gem-infotext.thegem-custom-69e57701c1beb9659 .subtitle-customize {color:#ffffff !important;}<\/style><div class=\"gem-infotext alignment-left thegem-custom-69e57701c1beb9659\" style=\"\"> <a href=\"tel:+33643824626\" target=\"_self\" class=\"gem-infotext-wrap position--left vertical--center\" aria-label=\"Read more\"> <div class=\"gem-infotext\"> <div class=\"gem-infotext__title\"> <div class=\"title-customize title-h3\" style=\"\"> Information for Tenants | Travellers <\/div> <\/div> <div class=\"gem-infotext__subtitle\"> <div class=\"subtitle-customize text-body\" style=\"max-width:330px;\"> +33 6 43 82 46 26<br \/>\n+33 6 08 40 58 73 <\/div> <\/div> <\/div> <\/a> <\/div>[\/vc_column_inner][\/vc_row_inner][vc_row_inner content_placement=&#8221;middle&#8221; css=&#8221;.vc_custom_1692363203113{margin-bottom: 50px !important;}&#8221; mobile_margin_bottom=&#8221;20&#8243;][vc_column_inner]<div class=\"gem-icon gem-icon-pack-material gem-icon-size-custom  gem-icon-shape-square gem-simple-icon  gem-icon-use-svg\"  style=\"border-color: #f6f6f6;margin-right: 20px;opacity: 1;font-size: 22px;border-radius: 13px;\"><div class=\"gem-icon-inner\" style=\"background-color: #f6f6f6;padding-top: 22px;padding-bottom: 22px;padding-left: 22px;padding-right: 22px;\"><span class=\"gem-icon-half-1\" style=\"color: ;\"><span class=\"back-angle\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" style=\"\">\n  <defs>\n    \n  <\/defs>\n  <path id=\"_\" data-name=\"\ue010\" class=\"cls-1\" d=\"M15.712,2.3a0.963,0.963,0,0,1,.3.7v10a1.014,1.014,0,0,1-1,1h-14a0.961,0.961,0,0,1-.7-0.3,0.961,0.961,0,0,1-.3-0.7v-10a0.961,0.961,0,0,1,.3-0.7,0.961,0.961,0,0,1,.7-0.3h14A0.963,0.963,0,0,1,15.712,2.3ZM1.728,13.008H14.29L10.321,9.039,8.009,10.6,5.7,9.039ZM4.853,8.476L1.009,5.851v6.438Zm10.156,3.813v-6.5L11.165,8.445Zm-14-9.281V4.633l7,4.781L14.978,4.6l0.031,0.031V3.008h-14Z\"\/>\n<\/svg><\/span><\/span><span class=\"gem-icon-half-2\" style=\"\"><span class=\"back-angle\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" style=\"\">\n  <defs>\n    \n  <\/defs>\n  <path id=\"_\" data-name=\"\ue010\" class=\"cls-1\" d=\"M15.712,2.3a0.963,0.963,0,0,1,.3.7v10a1.014,1.014,0,0,1-1,1h-14a0.961,0.961,0,0,1-.7-0.3,0.961,0.961,0,0,1-.3-0.7v-10a0.961,0.961,0,0,1,.3-0.7,0.961,0.961,0,0,1,.7-0.3h14A0.963,0.963,0,0,1,15.712,2.3ZM1.728,13.008H14.29L10.321,9.039,8.009,10.6,5.7,9.039ZM4.853,8.476L1.009,5.851v6.438Zm10.156,3.813v-6.5L11.165,8.445Zm-14-9.281V4.633l7,4.781L14.978,4.6l0.031,0.031V3.008h-14Z\"\/>\n<\/svg><\/span><\/span><\/div><\/div><style>.thegem-custom-69e57701c1cd36503 .gem-icon-inner {background-color: #f6f6f6;}.thegem-custom-69e57701c1cd36503 .gem-icon  {border-color: #f6f6f6;}.thegem-custom-69e57701c1cd36503 .gem-icon  {font-size: 16px;}.thegem-custom-69e57701c1cd36503 .gem-icon:not(.gem-simple-icon) .gem-icon-inner {width: 24px; height: 24px; line-height: 24px;}.thegem-custom-69e57701c1cd36503 .gem-icon.gem-simple-icon {width: 16px; height: 16px; line-height: 16px;}.gem-infotext.thegem-custom-69e57701c1cd36503 .gem-infotext-icon {margin-top:0px !important;}.gem-infotext.thegem-custom-69e57701c1cd36503 .gem-infotext-icon {margin-bottom:0px !important;}.gem-infotext.thegem-custom-69e57701c1cd36503 .gem-infotext-icon {margin-left:0px !important;}.gem-infotext.thegem-custom-69e57701c1cd36503 .gem-infotext-icon {margin-right:50px !important;}.gem-infotext.thegem-custom-69e57701c1cd36503 .title-customize {color:#f3ba01 !important;}.gem-infotext.thegem-custom-69e57701c1cd36503 .title-customize {font-size:20px !important;}.gem-infotext.thegem-custom-69e57701c1cd36503 .title-customize {letter-spacing:px !important;}.gem-infotext.thegem-custom-69e57701c1cd36503 .title-customize {text-transform:none !important;}.gem-infotext.thegem-custom-69e57701c1cd36503 .title-customize {margin-bottom:5px !important;}@media screen and (max-width: 1023px) {.gem-infotext.thegem-custom-69e57701c1cd36503 .title-customize {margin-bottom:5px !important;}}@media screen and (max-width: 767px) {.gem-infotext.thegem-custom-69e57701c1cd36503 .title-customize {margin-bottom:5px !important;}}.gem-infotext.thegem-custom-69e57701c1cd36503 .subtitle-customize {color:#ffffff !important;}<\/style><div class=\"gem-infotext alignment-left thegem-custom-69e57701c1cd36503\" style=\"\"> <a href=\"mailto:contact@bnbgroomservices.com\" target=\"_self\" class=\"gem-infotext-wrap position--left vertical--center\" aria-label=\"Read more\"> <div class=\"gem-infotext\"> <div class=\"gem-infotext__title\"> <div class=\"title-customize title-h3\" style=\"\"> Email <\/div> <\/div> <div class=\"gem-infotext__subtitle\"> <div class=\"subtitle-customize text-body\" style=\"max-width:330px;\"> contact@bnbgroomservices.com <\/div> <\/div> <\/div> <\/a> <\/div>[\/vc_column_inner][\/vc_row_inner][\/vc_column][\/vc_row][vc_row full_width=&#8221;stretch_row_content_no_spaces&#8221; custom_css_code=&#8221;JTIwLndwYl9nbWFwc193aWRnZXQud3BiX2NvbnRlbnRfZWxlbWVudCUyMCU3QiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1ib3R0b20lM0ElMjAwJTNCJTBBJTdE&#8221; css=&#8221;.vc_custom_1692368652821{margin-bottom: 0px !important;}&#8221;][vc_column][vc_gmaps link=&#8221;#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xOCUyMTFtMTIlMjExbTMlMjExZDQxOTUuNDQwNzczNzc5OTg5JTIxMmQ3LjI3NjgxMDA3MzM2MzY3NCUyMTNkNDMuNzAyMTM0Nzk0NDA1ODE1JTIxMm0zJTIxMWYwJTIxMmYwJTIxM2YwJTIxM20yJTIxMWkxMDI0JTIxMmk3NjglMjE0ZjEzLjElMjEzbTMlMjExbTIlMjExczB4MTJjZGRhYjBjYTg1NDZlZiUyNTNBMHgzODEzMjYyNTI5MzI5ZjMwJTIxMnNCbmIlMjUyMEdyb29tJTI1MjBTZXJ2aWNlcyUyNTIwLSUyNTIwQ29uY2llcmdlcmllJTI1MjBOaWNlJTIxNWUwJTIxM20yJTIxMXNmciUyMTJzZnIlMjE0djE3MTkzOTg0Mzc4OTAlMjE1bTIlMjExc2ZyJTIxMnNmciUyMiUyMHdpZHRoJTNEJTIyMTIwMCUyMiUyMGhlaWdodCUzRCUyMjc0MCUyMiUyMHN0eWxlJTNEJTIyYm9yZGVyJTNBMCUzQiUyMiUyMGFsbG93ZnVsbHNjcmVlbiUzRCUyMiUyMiUyMGxvYWRpbmclM0QlMjJsYXp5JTIyJTIwcmVmZXJyZXJwb2xpY3klM0QlMjJuby1yZWZlcnJlci13aGVuLWRvd25ncmFkZSUyMiUzRSUzQyUyRmlmcmFtZSUzRQ==&#8221; size=&#8221;740&#8243; css=&#8221;.vc_custom_1719398464053{margin-bottom: 0px !important;}&#8221;][\/vc_column][\/vc_row][vc_row full_width=&#8221;stretch_row&#8221; custom_css_code=&#8221;JTIwJTdCJTBBb3ZlcmZsb3clM0F2aXNpYmxlJTNCJTBBYmFja2dyb3VuZC1pbWFnZSUzQSUyMGxpbmVhci1ncmFkaWVudCUyODE4MGRlZyUyQyUyMCUyM0VERjVGQSUyMDUwJTI1JTJDJTIwJTIzRkZGRkZGJTIwMTAwJTI1JTI5JTNCJTBBJTdEJTBBJTIwaW5wdXQlMjN5aWtlcy1lYXN5LW1jLWZvcm0tMS1FTUFJTCUyMCU3QiUwQSUyMCUyMCUyMCUyMHBhZGRpbmclM0ElMjA3cHglMjA4cHglMjA4cHglMjAyMnB4JTNCJTBBJTIwJTIwJTIwJTIwYm9yZGVyLXJhZGl1cyUzQSUyMDI1cHglM0IlMEElMjAlMjAlMjAlMjBiYWNrZ3JvdW5kLWNvbG9yJTNBJTIwJTIzRkZGRkZGJTNCJTBBJTIwJTIwJTIwJTIwZm9udC1zaXplJTNBJTIwMTRweCUzQiUwQSUyMCUyMCUyMCUyMGNvbG9yJTNBJTIwJTIzMDkyQjRDJTNCJTBBJTdEJTBBYnV0dG9uLnlpa2VzLWVhc3ktbWMtc3VibWl0LWJ1dHRvbiUyMCU3QiUwQSUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjAyNXB4JTNCJTBBJTdEJTBBJTQwbWVkaWElMjhtaW4td2lkdGglM0E3NjhweCUyOSU3QiUwQSUyMC55aWtlcy1lYXN5LW1jLWZvcm0lMjBsYWJlbC5sYWJlbC1pbmxpbmUlMjAlN0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMDcwJTI1JTNCJTBBJTIwJTIwJTIwJTIwcGFkZGluZy1yaWdodCUzQSUyMDIwcHglM0IlMEElN0QlMEElMjAueWlrZXMtZWFzeS1tYy1mb3JtJTIwLnN1Ym1pdC1idXR0b24taW5saW5lLWxhYmVsJTIwJTdCJTBBJTIwJTIwJTIwJTIwd2lkdGglM0ElMjAzMCUyNSUzQiUwQSUyMCUyMCUyMCUyMG1pbi13aWR0aCUzQSUyMDEwMHB4JTNCJTBBJTdEJTdEJTBBJTQwbWVkaWElMjhtYXgtd2lkdGglM0E3NjhweCUyOSU3QiUwQSUyMC55aWtlcy1lYXN5LW1jLWZvcm0lMjBsYWJlbC5sYWJlbC1pbmxpbmUlMjAlN0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMDEwMCUyNSUzQiUwQSUyMCUyMCUyMCUyMHBhZGRpbmctcmlnaHQlM0ElMjAwcHglM0IlMEElN0QlMEElMjAueWlrZXMtZWFzeS1tYy1mb3JtJTIwLnN1Ym1pdC1idXR0b24taW5saW5lLWxhYmVsJTIwJTdCJTBBJTIwJTIwJTIwJTIwd2lkdGglM0ElMjAxMDAlMjUlM0IlMEElMjAlMjAlMjAlMjBtaW4td2lkdGglM0ElMjAxMDBweCUzQiUwQSU3RCUwQSU3RA==&#8221; css=&#8221;.vc_custom_1692370422153{margin-bottom: 0px !important;padding-top: 35px !important;padding-bottom: 90px !important;}&#8221; tablet_padding_bottom=&#8221;60&#8243; mobile_padding_bottom=&#8221;30&#8243;][vc_column]<div class=\"clearboth\"><\/div><style>#thegem-divider-69e57701c1d0d {margin-top: 30px !important;}<\/style><div id=\"thegem-divider-69e57701c1d0d\" class=\"gem-divider  \" style=\"\" ><\/div><div class=\"thegem-te-heading thegem-custom-69e57701c1d847702\" ><h2 id=\"thegem-heading-69e57701c1d6b\" class=\"thegem-heading thegem-custom-heading-69e57701c1d6a3412 vc_custom_1721903550834 words-slide-right thegem-heading-animate\" style=\"text-align: center;\" ><span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"animation-delay: 50ms\">Meet<\/span><\/span> <span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"animation-delay: 100ms\">our<\/span><\/span> <span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"animation-delay: 150ms\">team<\/span><\/span><\/h2><style type=\"text\/css\">#thegem-heading-69e57701c1d6b {margin: 0;}#thegem-heading-69e57701c1d6b {margin-left: auto; margin-right: auto;}#thegem-heading-69e57701c1d6b > * {justify-content: center;}#thegem-heading-69e57701c1d6b a:hover, #thegem-heading-69e57701c1d6b 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-69e57701c1d6a3412{display: block!important;}}@media screen and (max-width: 767px) {.thegem-heading.thegem-custom-heading-69e57701c1d6a3412{display: block!important;}}@media screen and (max-width: 1023px) {.thegem-heading.thegem-custom-heading-69e57701c1d6a3412{position: relative !important;}}@media screen and (max-width: 767px) {.thegem-heading.thegem-custom-heading-69e57701c1d6a3412{position: relative !important;}}<\/style><div class=\"thegem-te-heading thegem-custom-69e57701c1dff4090\" ><p id=\"thegem-heading-69e57701c1de7\" class=\"thegem-heading thegem-custom-heading-69e57701c1de64281 styled-subtitle vc_custom_1721903597067 lines-slide-up thegem-heading-animate\" style=\"text-align: center;\" data-animation-name=\"lines-slide-up\" data-animation-interval=\"80\"><span class=\"light colored thegem-heading-word\" style=\"color: #576d82;\">A<\/span> <span class=\"light colored thegem-heading-word\" style=\"color: #576d82;\">team<\/span> <span class=\"light colored thegem-heading-word\" style=\"color: #576d82;\">dedicated<\/span> <span class=\"light colored thegem-heading-word\" style=\"color: #576d82;\">to<\/span> <span class=\"light colored thegem-heading-word\" style=\"color: #576d82;\">our<\/span> <span class=\"light colored thegem-heading-word\" style=\"color: #576d82;\">clients<\/span><\/p><style type=\"text\/css\">#thegem-heading-69e57701c1de7 {margin: 0;}#thegem-heading-69e57701c1de7 {margin-left: auto; margin-right: auto;}#thegem-heading-69e57701c1de7 > * {justify-content: center;}#thegem-heading-69e57701c1de7, #thegem-heading-69e57701c1de7 .light {text-transform: none;}#thegem-heading-69e57701c1de7 {max-width: 430px;}#thegem-heading-69e57701c1de7 a:hover, #thegem-heading-69e57701c1de7 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-69e57701c1de64281{display: block!important;}}@media screen and (max-width: 767px) {.thegem-heading.thegem-custom-heading-69e57701c1de64281{display: block!important;}}@media screen and (max-width: 1023px) {.thegem-heading.thegem-custom-heading-69e57701c1de64281{position: relative !important;}}@media screen and (max-width: 767px) {.thegem-heading.thegem-custom-heading-69e57701c1de64281{position: relative !important;}}<\/style><div class=\"gem-team row inline-row gem-team-equal-height gem-team-style-3\" data-hover-colors=\"{&quot;background_color&quot;:&quot;#e4f4fc&quot;}\" > <div class=\"col-md-3 col-sm-6 col-xs-12 inline-column\"> <div id=\"post-13917\" class=\"team-person centered-box bordered-box post-13917 thegem_team_person type-thegem_team_person status-publish has-post-thumbnail\" style=\"background-color: #ffffff; border-color: #122b4d\"> <div class=\"team-person-image\"> <picture> <source srcset=\"https:\/\/bnbgroomservices.com\/wp-content\/uploads\/2017\/12\/avatar-male-thegem-person-240.png 1x, https:\/\/bnbgroomservices.com\/wp-content\/uploads\/2017\/12\/avatar-male-thegem-person.png 2x\" media=\"(max-width: 992px)\" sizes=\"100vw\"> <source srcset=\"https:\/\/bnbgroomservices.com\/wp-content\/uploads\/2017\/12\/avatar-male-thegem-person-80.png 1x, https:\/\/bnbgroomservices.com\/wp-content\/uploads\/2017\/12\/avatar-male-thegem-person.png 2x\" media=\"(max-width: 1031px)\" sizes=\"100vw\"> <source srcset=\"https:\/\/bnbgroomservices.com\/wp-content\/uploads\/2017\/12\/avatar-male-thegem-person-160.png 1x, https:\/\/bnbgroomservices.com\/wp-content\/uploads\/2017\/12\/avatar-male-thegem-person.png 2x\" media=\"(max-width: 1920px)\" sizes=\"100vw\"> <img src=\"https:\/\/bnbgroomservices.com\/wp-content\/uploads\/2017\/12\/avatar-male-thegem-person-240.png\" width=\"240\" height=\"240\" class=\"img-responsive\" alt=\"avatar male\" \/> <\/picture> <\/div> <div class=\"team-person-info\"> <div class=\"team-person-name styled-subtitle\" >Julien<\/div> <div class=\"team-person-position date-color\" >CEO<\/div> <\/div> <div class=\"team-person-email\"><a href=\"#\" class=\"hidden-email date-color\" data-name=\"contact\" data-domain=\"bnbgroomservices.com\" aria-label=\"Email\"><\/a><\/div> <\/div> <\/div> <div class=\"col-md-3 col-sm-6 col-xs-12 inline-column\"> <div id=\"post-13918\" class=\"team-person centered-box bordered-box post-13918 thegem_team_person type-thegem_team_person status-publish has-post-thumbnail\" style=\"background-color: #ffffff; border-color: #122b4d\"> <div class=\"team-person-image\"> <picture> <source srcset=\"https:\/\/bnbgroomservices.com\/wp-content\/uploads\/2017\/12\/avatar-Tiphaine-thegem-person-240.png 1x, https:\/\/bnbgroomservices.com\/wp-content\/uploads\/2017\/12\/avatar-Tiphaine-thegem-person.png 2x\" media=\"(max-width: 992px)\" sizes=\"100vw\"> <source srcset=\"https:\/\/bnbgroomservices.com\/wp-content\/uploads\/2017\/12\/avatar-Tiphaine-thegem-person-80.png 1x, https:\/\/bnbgroomservices.com\/wp-content\/uploads\/2017\/12\/avatar-Tiphaine-thegem-person.png 2x\" media=\"(max-width: 1031px)\" sizes=\"100vw\"> <source srcset=\"https:\/\/bnbgroomservices.com\/wp-content\/uploads\/2017\/12\/avatar-Tiphaine-thegem-person-160.png 1x, https:\/\/bnbgroomservices.com\/wp-content\/uploads\/2017\/12\/avatar-Tiphaine-thegem-person.png 2x\" media=\"(max-width: 1920px)\" sizes=\"100vw\"> <img src=\"https:\/\/bnbgroomservices.com\/wp-content\/uploads\/2017\/12\/avatar-Tiphaine-thegem-person-240.png\" width=\"240\" height=\"240\" class=\"img-responsive\" alt=\"avatar Tiphaine\" \/> <\/picture> <\/div> <div class=\"team-person-info\"> <div class=\"team-person-name styled-subtitle\" >Tiphaine<\/div> <div class=\"team-person-position date-color\" >Agent<\/div> <\/div> <div class=\"team-person-email\"><a href=\"#\" class=\"hidden-email date-color\" data-name=\"contact\" data-domain=\"bnbgroomservices.com\" aria-label=\"Email\"><\/a><\/div> <\/div> <\/div> <div class=\"col-md-3 col-sm-6 col-xs-12 inline-column\"> <div id=\"post-13920\" class=\"team-person centered-box bordered-box post-13920 thegem_team_person type-thegem_team_person status-publish has-post-thumbnail\" style=\"background-color: #ffffff; border-color: #122b4d\"> <div class=\"team-person-image\"> <picture> <source srcset=\"https:\/\/bnbgroomservices.com\/wp-content\/uploads\/2017\/12\/avatar-John-thegem-person-240.png 1x, https:\/\/bnbgroomservices.com\/wp-content\/uploads\/2017\/12\/avatar-John-thegem-person.png 2x\" media=\"(max-width: 992px)\" sizes=\"100vw\"> <source srcset=\"https:\/\/bnbgroomservices.com\/wp-content\/uploads\/2017\/12\/avatar-John-thegem-person-80.png 1x, https:\/\/bnbgroomservices.com\/wp-content\/uploads\/2017\/12\/avatar-John-thegem-person.png 2x\" media=\"(max-width: 1031px)\" sizes=\"100vw\"> <source srcset=\"https:\/\/bnbgroomservices.com\/wp-content\/uploads\/2017\/12\/avatar-John-thegem-person-160.png 1x, https:\/\/bnbgroomservices.com\/wp-content\/uploads\/2017\/12\/avatar-John-thegem-person.png 2x\" media=\"(max-width: 1920px)\" sizes=\"100vw\"> <img src=\"https:\/\/bnbgroomservices.com\/wp-content\/uploads\/2017\/12\/avatar-John-thegem-person-240.png\" width=\"240\" height=\"240\" class=\"img-responsive\" alt=\"avatar John\" \/> <\/picture> <\/div> <div class=\"team-person-info\"> <div class=\"team-person-name styled-subtitle\" >John<\/div> <div class=\"team-person-position date-color\" >Agent<\/div> <\/div> <div class=\"team-person-email\"><a href=\"#\" class=\"hidden-email date-color\" data-name=\"contact\" data-domain=\"bnbgroomservices.com\" aria-label=\"Email\"><\/a><\/div> <\/div> <\/div> <div class=\"col-md-3 col-sm-6 col-xs-12 inline-column\"> <div id=\"post-13919\" class=\"team-person centered-box bordered-box post-13919 thegem_team_person type-thegem_team_person status-publish has-post-thumbnail\" style=\"background-color: #ffffff; border-color: #122b4d\"> <div class=\"team-person-image\"> <picture> <source srcset=\"https:\/\/bnbgroomservices.com\/wp-content\/uploads\/2017\/12\/Alexandre-thegem-person-240.png 1x, https:\/\/bnbgroomservices.com\/wp-content\/uploads\/2017\/12\/Alexandre-thegem-person.png 2x\" media=\"(max-width: 992px)\" sizes=\"100vw\"> <source srcset=\"https:\/\/bnbgroomservices.com\/wp-content\/uploads\/2017\/12\/Alexandre-thegem-person-80.png 1x, https:\/\/bnbgroomservices.com\/wp-content\/uploads\/2017\/12\/Alexandre-thegem-person.png 2x\" media=\"(max-width: 1031px)\" sizes=\"100vw\"> <source srcset=\"https:\/\/bnbgroomservices.com\/wp-content\/uploads\/2017\/12\/Alexandre-thegem-person-160.png 1x, https:\/\/bnbgroomservices.com\/wp-content\/uploads\/2017\/12\/Alexandre-thegem-person.png 2x\" media=\"(max-width: 1920px)\" sizes=\"100vw\"> <img src=\"https:\/\/bnbgroomservices.com\/wp-content\/uploads\/2017\/12\/Alexandre-thegem-person-240.png\" width=\"240\" height=\"240\" class=\"img-responsive\" alt=\"Alexandre\" \/> <\/picture> <\/div> <div class=\"team-person-info\"> <div class=\"team-person-name styled-subtitle\" >Alexandre<\/div> <div class=\"team-person-position date-color\" >Agent<\/div> <\/div> <div class=\"team-person-email\"><a href=\"#\" class=\"hidden-email date-color\" data-name=\"contact\" data-domain=\"bnbgroomservices.com\" aria-label=\"Email\"><\/a><\/div> <\/div> <\/div> <div class=\"col-md-3 col-sm-6 col-xs-12 inline-column\"> <div id=\"post-13937\" class=\"team-person centered-box bordered-box post-13937 thegem_team_person type-thegem_team_person status-publish has-post-thumbnail\" style=\"background-color: #ffffff; border-color: #122b4d\"> <div class=\"team-person-image\"> <picture> <source srcset=\"https:\/\/bnbgroomservices.com\/wp-content\/uploads\/2017\/12\/avatar-Silvia-thegem-person-240.png 1x, https:\/\/bnbgroomservices.com\/wp-content\/uploads\/2017\/12\/avatar-Silvia-thegem-person.png 2x\" media=\"(max-width: 992px)\" sizes=\"100vw\"> <source srcset=\"https:\/\/bnbgroomservices.com\/wp-content\/uploads\/2017\/12\/avatar-Silvia-thegem-person-80.png 1x, https:\/\/bnbgroomservices.com\/wp-content\/uploads\/2017\/12\/avatar-Silvia-thegem-person.png 2x\" media=\"(max-width: 1031px)\" sizes=\"100vw\"> <source srcset=\"https:\/\/bnbgroomservices.com\/wp-content\/uploads\/2017\/12\/avatar-Silvia-thegem-person-160.png 1x, https:\/\/bnbgroomservices.com\/wp-content\/uploads\/2017\/12\/avatar-Silvia-thegem-person.png 2x\" media=\"(max-width: 1920px)\" sizes=\"100vw\"> <img src=\"https:\/\/bnbgroomservices.com\/wp-content\/uploads\/2017\/12\/avatar-Silvia-thegem-person-240.png\" width=\"240\" height=\"240\" class=\"img-responsive\" alt=\"avatar Silvia\" \/> <\/picture> <\/div> <div class=\"team-person-info\"> <div class=\"team-person-name styled-subtitle\" >Silvia<\/div> <div class=\"team-person-position date-color\" >Housekeeper<\/div> <\/div> <div class=\"team-person-email\"><a href=\"#\" class=\"hidden-email date-color\" data-name=\"contact\" data-domain=\"bnbgroomservices.com\" aria-label=\"Email\"><\/a><\/div> <\/div> <\/div> <div class=\"col-md-3 col-sm-6 col-xs-12 inline-column\"> <div id=\"post-13941\" class=\"team-person centered-box bordered-box post-13941 thegem_team_person type-thegem_team_person status-publish has-post-thumbnail\" style=\"background-color: #ffffff; border-color: #122b4d\"> <div class=\"team-person-image\"> <picture> <source srcset=\"https:\/\/bnbgroomservices.com\/wp-content\/uploads\/2024\/07\/Benoit-thegem-person-240.png 1x, https:\/\/bnbgroomservices.com\/wp-content\/uploads\/2024\/07\/Benoit-thegem-person.png 2x\" media=\"(max-width: 992px)\" sizes=\"100vw\"> <source srcset=\"https:\/\/bnbgroomservices.com\/wp-content\/uploads\/2024\/07\/Benoit-thegem-person-80.png 1x, https:\/\/bnbgroomservices.com\/wp-content\/uploads\/2024\/07\/Benoit-thegem-person.png 2x\" media=\"(max-width: 1031px)\" sizes=\"100vw\"> <source srcset=\"https:\/\/bnbgroomservices.com\/wp-content\/uploads\/2024\/07\/Benoit-thegem-person-160.png 1x, https:\/\/bnbgroomservices.com\/wp-content\/uploads\/2024\/07\/Benoit-thegem-person.png 2x\" media=\"(max-width: 1920px)\" sizes=\"100vw\"> <img src=\"https:\/\/bnbgroomservices.com\/wp-content\/uploads\/2024\/07\/Benoit-thegem-person-240.png\" width=\"240\" height=\"240\" class=\"img-responsive\" alt=\"Benoit\" \/> <\/picture> <\/div> <div class=\"team-person-info\"> <div class=\"team-person-name styled-subtitle\" >Benoit<\/div> <div class=\"team-person-position date-color\" >Housekeeper<\/div> <\/div> <div class=\"team-person-email\"><a href=\"#\" class=\"hidden-email date-color\" data-name=\"contact\" data-domain=\"bnbgroomservices.com\" aria-label=\"Email\"><\/a><\/div> <\/div> <\/div> <div class=\"col-md-3 col-sm-6 col-xs-12 inline-column\"> <div id=\"post-13939\" class=\"team-person centered-box bordered-box post-13939 thegem_team_person type-thegem_team_person status-publish has-post-thumbnail\" style=\"background-color: #ffffff; border-color: #122b4d\"> <div class=\"team-person-image\"> <picture> <source srcset=\"https:\/\/bnbgroomservices.com\/wp-content\/uploads\/2017\/12\/avatar-Carmen-thegem-person-240.png 1x, https:\/\/bnbgroomservices.com\/wp-content\/uploads\/2017\/12\/avatar-Carmen-thegem-person.png 2x\" media=\"(max-width: 992px)\" sizes=\"100vw\"> <source srcset=\"https:\/\/bnbgroomservices.com\/wp-content\/uploads\/2017\/12\/avatar-Carmen-thegem-person-80.png 1x, https:\/\/bnbgroomservices.com\/wp-content\/uploads\/2017\/12\/avatar-Carmen-thegem-person.png 2x\" media=\"(max-width: 1031px)\" sizes=\"100vw\"> <source srcset=\"https:\/\/bnbgroomservices.com\/wp-content\/uploads\/2017\/12\/avatar-Carmen-thegem-person-160.png 1x, https:\/\/bnbgroomservices.com\/wp-content\/uploads\/2017\/12\/avatar-Carmen-thegem-person.png 2x\" media=\"(max-width: 1920px)\" sizes=\"100vw\"> <img src=\"https:\/\/bnbgroomservices.com\/wp-content\/uploads\/2017\/12\/avatar-Carmen-thegem-person-240.png\" width=\"240\" height=\"240\" class=\"img-responsive\" alt=\"avatar Carmen\" \/> <\/picture> <\/div> <div class=\"team-person-info\"> <div class=\"team-person-name styled-subtitle\" >Carmen<\/div> <div class=\"team-person-position date-color\" >Logistics<\/div> <\/div> <div class=\"team-person-email\"><a href=\"#\" class=\"hidden-email date-color\" data-name=\"contact\" data-domain=\"bnbgroomservices.com\" aria-label=\"Email\"><\/a><\/div> <\/div> <\/div> <\/div>[\/vc_column][\/vc_row]<\/p>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>[vc_row full_width=&#8221;stretch_row&#8221; custom_css_code=&#8221;JTIwaW5wdXQud3BjZjctZm9ybS1jb250cm9sJTJDJTBBJTIwdGV4dGFyZWEud3BjZjctZm9ybS1jb250cm9sLndwY2Y3LXRleHRhcmVhLndwY2Y3LXZhbGlkYXRlcy1hcy1yZXF1aXJlZCUyMCU3QiUwQSUyMCUyMCUyMCUyMG1hcmdpbi1ib3R0b20lM0ElMjAyNHB4JTNCJTBBJTIwJTIwJTIwJTIwYm94LXNoYWRvdyUzQSUyMDBweCUyMDEwcHglMjA4cHglMjAwcHglMjByZ2JhJTI4MCUyQyUyMDM2JTJDJTIwNzAlMkMlMjAwLjA3JTI5JTNCJTBBJTIwJTIwJTIwJTIwZm9udC1zaXplJTNBJTIwMTRweCUzQiUwQSUyMCUyMCUyMCUyMGZvbnQtd2VpZ2h0JTNBJTIwNDAwJTNCJTBBJTIwJTIwJTIwJTIwYm9yZGVyLXJhZGl1cyUzQSUyMDI1cHglM0IlMEElMjAlMjAlMjAlMjBjb2xvciUzQSUyMCUyMzA5MkI0QyUzQiUwQSU3RCUwQSUyMGlucHV0LmdlbS1idXR0b24uZ2VtLWJ1dHRvbi1zaXplLXNtYWxsLndwY2Y3LXN1Ym1pdCUyMCU3QiUwQSUyMCUyMCUyMCUyMHdpZHRoJTNBJTIwMjA1cHglM0IlMEElMjAlMjAlMjAlMjBib3JkZXItcmFkaXVzJTNBJTIwMjVweCUyMCUyMWltcG9ydGFudCUzQiUwQSUyMCUyMCUyMCUyMHBhZGRpbmclM0ElMjAzcHglMjAwcHglMjAzcHglMjAwcHglMjAlMjFpbXBvcnRhbnQlM0IlMEElMjAlMjAlMjAlMjBmb250LXNpemUlM0ElMjAxNnB4JTNCJTBBJTIwJTIwJTIwJTIwbWFyZ2luLXRvcCUzQTE1cHglM0IlMEElMjAlMjAlMjAlMjBmb250LXN0eWxlJTNBJTIwbm9ybWFsJTNCJTBBJTIwJTIwJTIwJTIwZm9udC13ZWlnaHQlM0ElMjA1MDAlM0IlMEElMjAlMjAlMjAlMjBsaW5lLWhlaWdodCUzQSUyMDQwcHglM0IlMEElMjAlMjAlMjAlMjB0ZXh0LWFsaWduJTNBY2VudGVyJTNCJTBBJTdEJTBBLmdlbS1idXR0b24tY29udGFpbmVyLmdlbS1idXR0b24tcG9zaXRpb24tZnVsbHdpZHRoJTdCJTBBJTIwJTIwJTIwJTIwdGV4dC1hbGlnbiUzQSUyMGNlbnRlciUzQiUwQSU3RA==&#8221; css=&#8221;.vc_custom_1719410075415{margin-bottom: 0px !important;padding-top: 20px !important;padding-bottom: 110px !important;background-image: url(https:\/\/bnbgroomservices.com\/wp-content\/uploads\/2024\/06\/Bnb-Conciergerie-Nice-Cannes.jpg?id=13686) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}&#8221;][vc_column css=&#8221;.vc_custom_1692368149716{padding-top: 0px&#8230;<\/p>\n","protected":false},"author":1,"featured_media":13678,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"rank_math_title":"Contact our team of concierges in Nice and Cannes","rank_math_description":"Here you will find all the contact details for Bnb Groom Services in Nice and Cannes for the management of your seasonal and short-term rental property.","rank_math_focus_keyword":"","footnotes":""},"class_list":["post-13864","page","type-page","status-publish","has-post-thumbnail"],"acf":[],"_links":{"self":[{"href":"https:\/\/bnbgroomservices.com\/en\/wp-json\/wp\/v2\/pages\/13864","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/bnbgroomservices.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/bnbgroomservices.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/bnbgroomservices.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/bnbgroomservices.com\/en\/wp-json\/wp\/v2\/comments?post=13864"}],"version-history":[{"count":8,"href":"https:\/\/bnbgroomservices.com\/en\/wp-json\/wp\/v2\/pages\/13864\/revisions"}],"predecessor-version":[{"id":2425028,"href":"https:\/\/bnbgroomservices.com\/en\/wp-json\/wp\/v2\/pages\/13864\/revisions\/2425028"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/bnbgroomservices.com\/en\/wp-json\/wp\/v2\/media\/13678"}],"wp:attachment":[{"href":"https:\/\/bnbgroomservices.com\/en\/wp-json\/wp\/v2\/media?parent=13864"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}