{"id":646,"date":"2021-06-25T10:28:21","date_gmt":"2021-06-25T10:28:21","guid":{"rendered":"https:\/\/you-dogs.fr\/?page_id=646"},"modified":"2021-10-21T08:17:09","modified_gmt":"2021-10-21T08:17:09","slug":"home-youdogs-home-experts-in-animal-well-being","status":"publish","type":"page","link":"https:\/\/you-dogs.fr\/en\/","title":{"rendered":"Home : Experts in animal well-being"},"content":{"rendered":"<section class=\"wpb-content-wrapper\"><p>[vc_row][vc_column]<div class=\"templatera_shortcode\"><div id=\"custom_funnel_35623\" class=\"vuetify-component custom_funnel\">\n    <v-app>\n        <v-main >\n            <div class=\"funnelWrapper\" >\n                <transition v-if=\"!backgroundVideo\" name=\"basic-fade\">\n                    <div class=\"funnelBG\" v-bind:style=\"{backgroundImage: backgroundImage}\" :key=\"backgroundImage\"><\/div>\n                <\/transition>\n                <transition name=\"basic-fade\">\n                    <div class=\"funnelBG mobileBG\" v-bind:style=\"{backgroundImage: backgroundImage}\" :key=\"backgroundImage\"><\/div>\n                <\/transition>\n                <div class=\"videoBG-container\">\n                    <youtubeembed v-if=\"backgroundVideo\" :src=\"backgroundVideo\" ><\/youtubeembed>\n                <\/div>\n                <i v-if=\"indexQPrinted > 0\" class=\"angle back\" @click=\"back()\"><\/i>\n                <div v-if=\"state==='questions'\" :class=\"[loaded ? activeQuestion.content.skin : 'light', 'funnel']\" > \n                    <div :class=\"[{first:indexQPrinted === 0},'question-container']\" v-if=\"loaded && !error\">\n                        <header>\n                            <div class=\"question\" v-html=\"activeQuestion.content.text\"><\/div>\n                            <div class=\"counter\">\n                                <div class=\"figures\">\n                                    <span class=\"current\">{{indexQPrinted + 1}}<\/span>\n                                    <span class=\"total\">\/{{funnelSteps}}<\/span>\n                                <\/div>\n                                <v-progress-linear :value=\"((indexQPrinted + 1) \/ funnelSteps)*100\"><\/v-progress-linear>\n                            <\/div>\n                        <\/header>\n                        <ul>\n                            <li :class=\"[{hasImage:rep.image}]\" @click=\"answer(activeQuestion.content.data_tag.slug,rep.value,activeQuestion.content.text,rep.text)\" v-for=\"(rep,repIndex) in activeQuestion.content.answers\" @mouseenter=\"repCount = 'pause'\" @mouseleave=\"repCount = 0\">\n                                <transition  name=\"basic-fade\">\n                                    <i v-if=\"repCount !== 'pause' && repCount < activeQuestion.content.answers.length ? repCount === repIndex:(repCount - activeQuestion.content.answers.length)%activeQuestion.content.answers.length === (repIndex)\"><\/i>\n                                <\/transition>\n                                <div>\n                                    <p>{{rep.text}}<\/p>\n                                    <em>{{rep.subtext}}<\/em>\n                                <\/div>\n                                <div v-if=\"rep.image\" class=\"thumbnail\" v-bind:style=\"{backgroundImage: `url(${rep.image.sizes.large})`}\">\n                                <\/div>\n                            <\/li>\n                        <\/ul>\n                    <\/div>\n                    <div v-else-if=\"error\">\n                        Something wrong happened                    <\/div>\n                    <div class=\"loader\" v-else>\n                        <v-progress-circular\n                        :size=\"50\"\n                        color=\"primary\"\n                        indeterminate\n                        ><\/v-progress-circular>\n                    <\/div>\n                <\/div>\n                <div v-if=\"state==='choice'\" class=\"choice\">\n                    <div>\n                        <p>\n                            Choose your activity                        <\/p>\n                        <ul>\n                            <li  v-for='activity in cachedActivities' :class=\"[{hasImage:activity.ACF.image}]\" @click=\"choseActivity(activity)\">\n                                <div>\n                                    <p>{{activity.title.rendered}}<\/p>\n                                    <em v-if=\"activity.ACF.short_description\">{{activity.ACF.short_description}}<\/em>\n                                <\/div>\n                                <div v-if=\"activity.ACF.image\" class=\"thumbnail\" v-bind:style=\"{backgroundImage: `url(${activity.ACF.image.sizes.large})`}\">\n                                <\/div>  \n                            <\/li>\n                        <\/ul>\n                    <\/div>\n                <\/div>\n                <div v-if=\"state === 'resa' && loaded\" class=\"resa\" >\n                    <p>When would you like to book ?<\/p>\n                    <div class=\"loader\">\n                        <v-progress-circular\n                        :size=\"50\"\n                        color=\"primary\"\n                        indeterminate\n                        ><\/v-progress-circular>\n                        <p>Chargement du calendrier<\/p>\n                    <\/div>\n                    <calendlyembed :eventid=\"chosenActivity.ACF.calendly_id\" :answers=\"answersWording\" ><\/calendlyembed>\n                    <!-- <div class=\"tt_button\" @click=\"date=true\" >Valider<\/div> -->\n                <\/div>\n            <\/div>\n        <\/v-main>\n    <\/v-app>\n<\/div>\n\n<script type=\"text\/x-template\" id=\"calendlyembed\">\n\n    <div ref=\"calendly\" id=\"calendly\" ><\/div>\n\n<\/script>\n\n\n<script>\nVue.component('calendlyembed',{\ntemplate: \"#calendlyembed\",\ndata(){\n  return {\n  }\n},\nprops: ['eventid','answers'],\nmounted(){\n    const v = this;\n    Calendly.initInlineWidget({\n        url: `https:\/\/calendly.com\/you-dogs\/${this.eventid}?hide_landing_page_details=1&hide_gdpr_banner=1&text_color=000000&primary_color=d4982f`,\n        parentElement: v.$refs.calendly,\n        prefill: {\n            customAnswers:{\n                a1:this.concatAnswers\n            }\n        },\n        utm: {}\n    });\n\n},\nmethods:{\n},\ncomputed: {\n    concatAnswers(){\n        if(this.answers.length){\n            let allAnswers = this.answers.reduce((total,el,currentIndex)=>{\n                const separator = currentIndex%2 == 0 ? ' \\n' : \" : \" ;\n                return total + separator + el;\n            });\n            return allAnswers;\n        }else{\n            return '';\n        }\n    }\n}\n});\n<\/script>\n<script type=\"text\/x-template\" id=\"youtubeembed\">\n\n    <iframe class=youtube-embed ref=\"youtube\" :src=\"'https:\/\/www.youtube.com\/embed\/'+src+'?rel=0&autoplay=1&loop=1&playlist='+src+'&enablejsapi=1&mute=1&controls=0&modestbranding=1&showinfo=0'\"  frameborder=\"0\" allow=\"autoplay; loop; clipboard-write; encrypted-media; gyroscope; picture-in-picture\"><\/iframe>\n\n<\/script>\n\n\n<script>\n    Vue.component('youtubeembed',{\n    template: \"#youtubeembed\",\n    data(){\n      return {\n          player: null\n      }\n    },\n    props: ['src'],\n    mounted(){\n    },\n    methods:{\n    },\n    computed: {\n    }\n  });\n<\/script><script>\n    if(typeof base_url === \"undefined\"){\n        var base_url = \"https:\/\/you-dogs.fr\";\n    }\n    if(typeof funnelSteps === \"undefined\"){\n        var funnelSteps = \"\";\n    }\n    if(typeof background === \"undefined\"){\n        var background = \"https:\/\/you-dogs.fr\/wp-content\/uploads\/2021\/07\/Copie-de-dog-4765784_black-scaled.jpg\";\n    }\n    if(typeof activityImage === \"undefined\"){\n        var activityImage =\"https:\/\/you-dogs.fr\/wp-content\/uploads\/2021\/07\/Copie-de-dog-4765784_black-scaled.jpg\";\n    }\n    if(typeof activityVideo === \"undefined\"){\n        var activityVideo =\"ae6b54h4R2s\";\n    }\n    if(typeof calendarImage === \"undefined\"){\n        var calendarImage =\"https:\/\/you-dogs.fr\/wp-content\/uploads\/2021\/07\/Copie-de-dog-4765784_black-scaled.jpg\";\n    }\n    if(typeof calendarVideo === \"undefined\"){\n        var calendarVideo =\"ae6b54h4R2s\";\n    }\n\n\n<\/script>\n\n\n\n<\/div>[\/vc_column][\/vc_row][vc_row css=&#8221;.vc_custom_1625328116277{background-color: #ffffff !important;}&#8221; el_class=&#8221;paddingSection&#8221;][vc_column]<header class=\"kd-section-title col-lg-12 text-left   sectionTitle  vc_custom_1631089681786\" ><h3 class=\"separator_off\" style=\"color: #000000;\">Discover YouDogs experiences.<\/h3><h6 class=\"subtitle \" style=\"color: #000000;\">Unique activities with local experts, in person or online.<\/h6><\/header><div class=\"slick-standard-carousel overflow noBorder threeCards hide-cta \"><div class='standardSlide' style='background-image:url(\"https:\/\/you-dogs.fr\/wp-content\/uploads\/2021\/08\/YD-10-c-min-1.jpg\")' >\r\n        <a href=\"https:\/\/you-dogs.fr\/en\/services\/?category=behavioural-analysis\">\r\n            <div class='imgContainer' style='background-image:url(\"https:\/\/you-dogs.fr\/wp-content\/uploads\/2021\/08\/YD-10-c-min-1.jpg\")!important;'>\r\n        <\/div>\r\n        <div class='flex flexCol flex1'>\r\n            <div class='content'>\r\n                <div class='head'>\r\n                    <h3>Assessment<\/h3>\r\n                    <h4><\/h4>\r\n                <\/div>\r\n                <p>Behavioural analysis, our experts advise you and help you understand your dog.<\/p>\r\n            <\/div>\r\n                    <\/div>\r\n        <\/a>\r\n    <\/div><div class='standardSlide' style='background-image:url(\"https:\/\/you-dogs.fr\/wp-content\/uploads\/2021\/07\/Cours-min.png\")' >\r\n        <a href=\"https:\/\/you-dogs.fr\/en\/services\/?category=education-courses\">\r\n            <div class='imgContainer' style='background-image:url(\"https:\/\/you-dogs.fr\/wp-content\/uploads\/2021\/07\/Cours-min.png\")!important;'>\r\n        <\/div>\r\n        <div class='flex flexCol flex1'>\r\n            <div class='content'>\r\n                <div class='head'>\r\n                    <h3>Training Courses<\/h3>\r\n                    <h4><\/h4>\r\n                <\/div>\r\n                <p>From one hour of discovery to a monthly package, select and book the number of hours of dog training you want according to your needs.<\/p>\r\n            <\/div>\r\n                    <\/div>\r\n        <\/a>\r\n    <\/div><div class='standardSlide' style='background-image:url(\"https:\/\/you-dogs.fr\/wp-content\/uploads\/2021\/07\/Chiot-min-1.png\")' >\r\n        <a href=\"https:\/\/you-dogs.fr\/en\/services\/?category=choosing-and-welcoming-the-puppy\">\r\n            <div class='imgContainer' style='background-image:url(\"https:\/\/you-dogs.fr\/wp-content\/uploads\/2021\/07\/Chiot-min-1.png\")!important;'>\r\n        <\/div>\r\n        <div class='flex flexCol flex1'>\r\n            <div class='content'>\r\n                <div class='head'>\r\n                    <h3>Choosing and welcoming the puppy<\/h3>\r\n                    <h4><\/h4>\r\n                <\/div>\r\n                <p>The first few months are crucial in the education, growth and development of your puppy. We will help you to make sure that your dog understands the rules of your home.<\/p>\r\n            <\/div>\r\n                    <\/div>\r\n        <\/a>\r\n    <\/div><div class='standardSlide' style='background-image:url(\"https:\/\/you-dogs.fr\/wp-content\/uploads\/2021\/08\/YD-44-c-min-1.jpg\")' >\r\n        <a href=\"https:\/\/you-dogs.fr\/en\/services\/?category=daily-care\">\r\n            <div class='imgContainer' style='background-image:url(\"https:\/\/you-dogs.fr\/wp-content\/uploads\/2021\/08\/YD-44-c-min-1.jpg\")!important;'>\r\n        <\/div>\r\n        <div class='flex flexCol flex1'>\r\n            <div class='content'>\r\n                <div class='head'>\r\n                    <h3>Everyday Services<\/h3>\r\n                    <h4><\/h4>\r\n                <\/div>\r\n                <p>Walks, home visits during your absence, dog-taxi, baths and other care, our goal: to simplify your daily life!<\/p>\r\n            <\/div>\r\n                    <\/div>\r\n        <\/a>\r\n    <\/div><\/div>[vc_column_text]<div class=\"epyt-video-wrapper\"><iframe  style=\"display: block; margin: 0px auto;\"  id=\"_ytid_90895\"  width=\"350\" height=\"200\"  data-origwidth=\"350\" data-origheight=\"200\" src=\"https:\/\/www.youtube.com\/embed\/mcl_4s_2ZB8?enablejsapi=1&autoplay=0&cc_load_policy=0&cc_lang_pref=&iv_load_policy=3&loop=1&playlist=mcl_4s_2ZB8&modestbranding=1&rel=-1&fs=1&playsinline=0&autohide=2&theme=dark&color=red&controls=1&\" class=\"__youtube_prefs__  no-lazyload\" data-vol=\"0\"  data-epautoplay=\"1\"  title=\"YouTube player\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen data-no-lazy=\"1\" data-skipgform_ajax_framebjll=\"\"><\/iframe><\/div>[\/vc_column_text][\/vc_column][\/vc_row][vc_row full_width=&#8221;stretch_row_content_no_spaces&#8221; content_placement=&#8221;middle&#8221; el_class=&#8221;find-out-more paddingSection&#8221; css=&#8221;.vc_custom_1625327125050{background-color: #ffffff !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}&#8221;][vc_column][vc_row_inner content_placement=&#8221;middle&#8221; css=&#8221;.vc_custom_1626444164870{background-image: url(https:\/\/you-dogs.fr\/wp-content\/uploads\/2021\/07\/shutterstock_1717859242-min-scaled.jpg?id=1134) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}&#8221; el_class=&#8221;find-out-more-content paddingSection&#8221;][vc_column_inner el_class=&#8221;textCol leftCol flexCol&#8221; width=&#8221;1\/2&#8243;][vc_column_text el_class=&#8221;spaced&#8221;]<\/p>\n<h3>YOUDOGS: EXPERTS IN YOUR DOG&#8217;S WELL-BEING AND ATTENTIVE TO YOUR NEEDS<\/h3>\n<p>[\/vc_column_text][vc_column_text el_class=&#8221;spaced&#8221;]Our team of passionate professionals offer you different services: from education to walking during your absence through assistance in the choosing of your puppy.[\/vc_column_text]<a  href=\"https:\/\/you-dogs.fr\/en\/about-youdogs-and-our-dog-experts\/\"  target=\"_self\"  title=\"LA HOUSE OF DOGS\" class=\"tt_button tt_primary_button btn_primary_color hover_solid_primary pull-left button-action-link\" ><span class=\"prim_text\">Find out more<\/span><\/a>[\/vc_column_inner][\/vc_row_inner][\/vc_column][\/vc_row][vc_row css=&#8221;.vc_custom_1625332015125{background-color: #ffffff !important;}&#8221; el_class=&#8221;paddingTop&#8221;][vc_column]<header class=\"kd-section-title col-lg-12 text-left   sectionTitle  vc_custom_1631090917797\" ><h3 class=\"separator_off\" style=\"color: #000000;\">Discover our signature experiences<\/h3><h6 class=\"subtitle \" style=\"color: #000000;\">Unique and ultra-personalized activities with our local experts.<\/h6><\/header><div class=\"slick-standard-carousel  fourCards hide-cta \"><div class='standardSlide' style='background-image:url(\"https:\/\/you-dogs.fr\/wp-content\/uploads\/2021\/08\/YD-26-c-min-scaled.jpg\")' >\r\n        <a href=\"https:\/\/you-dogs.fr\/en\/activity\/walks-and-outings-for-your-dog-from-1-hour-to-a-full-day\/\">\r\n            <div class='imgContainer' style='background-image:url(\"https:\/\/you-dogs.fr\/wp-content\/uploads\/2021\/08\/YD-26-c-min-scaled.jpg\")!important;'>\r\n        <\/div>\r\n        <div class='flex flexCol flex1'>\r\n            <div class='content'>\r\n                <div class='head'>\r\n                    <h3>Walks and activities in your absence<\/h3>\r\n                    <h4><\/h4>\r\n                <\/div>\r\n                <p><span style=\"font-weight: 400;\">Obesity, destruction, barking, these unpleasant behaviours are often associated with boredom. With this service, give your dog a moment of play.<\/span><\/p>\r\n            <\/div>\r\n                    <\/div>\r\n        <\/a>\r\n    <\/div><div class='standardSlide' style='background-image:url(\"https:\/\/you-dogs.fr\/wp-content\/uploads\/2021\/08\/YD-58-c-min-1.jpg\")' >\r\n        <a href=\"https:\/\/you-dogs.fr\/en\/activity\/care-package-medical-appointments-daily-care\/\">\r\n            <div class='imgContainer' style='background-image:url(\"https:\/\/you-dogs.fr\/wp-content\/uploads\/2021\/08\/YD-58-c-min-1.jpg\")!important;'>\r\n        <\/div>\r\n        <div class='flex flexCol flex1'>\r\n            <div class='content'>\r\n                <div class='head'>\r\n                    <h3>Daily care and medical appointments package<\/h3>\r\n                    <h4><\/h4>\r\n                <\/div>\r\n                <p><span style=\"font-weight: 400;\">Choose simplicity with the You Dogs care package. Our dog expert will take care of deworming and anti-parasite treatments as well as regular care. In addition, depending on your needs, he will take your dog to his medical appointments.<\/span><\/p>\r\n            <\/div>\r\n                    <\/div>\r\n        <\/a>\r\n    <\/div><div class='standardSlide' style='background-image:url(\"https:\/\/you-dogs.fr\/wp-content\/uploads\/2021\/08\/YD-44-c-min.jpg\")' >\r\n        <a href=\"https:\/\/you-dogs.fr\/en\/activity\/private-dog-training-course-from-1-hour\/\">\r\n            <div class='imgContainer' style='background-image:url(\"https:\/\/you-dogs.fr\/wp-content\/uploads\/2021\/08\/YD-44-c-min.jpg\")!important;'>\r\n        <\/div>\r\n        <div class='flex flexCol flex1'>\r\n            <div class='content'>\r\n                <div class='head'>\r\n                    <h3>Private education course<\/h3>\r\n                    <h4><\/h4>\r\n                <\/div>\r\n                <p><span style=\"font-weight: 400;\">From puppies to adult dogs, our experts will help you educate your companion to instil harmony in your home.<\/span><\/p>\r\n            <\/div>\r\n                    <\/div>\r\n        <\/a>\r\n    <\/div><div class='standardSlide' style='background-image:url(\"https:\/\/you-dogs.fr\/wp-content\/uploads\/2021\/08\/DSC00957-scaled.jpg\")' >\r\n        <a href=\"https:\/\/you-dogs.fr\/en\/activity\/housetrain-your-puppy\/\">\r\n            <div class='imgContainer' style='background-image:url(\"https:\/\/you-dogs.fr\/wp-content\/uploads\/2021\/08\/DSC00957-scaled.jpg\")!important;'>\r\n        <\/div>\r\n        <div class='flex flexCol flex1'>\r\n            <div class='content'>\r\n                <div class='head'>\r\n                    <h3>Housetraining<\/h3>\r\n                    <h4><\/h4>\r\n                <\/div>\r\n                <p><span style=\"font-weight: 400;\">The first few months are crucial in the education, growth and development of your puppy. We will help you to make sure that your dog understands the rules of your home.<\/span><\/p>\r\n            <\/div>\r\n                    <\/div>\r\n        <\/a>\r\n    <\/div><\/div>[\/vc_column][\/vc_row][vc_row full_width=&#8221;stretch_row_content_no_spaces&#8221; el_class=&#8221;paddingSection experts&#8221;][vc_column]<header class=\"kd-section-title col-lg-12 text-left   sectionTitle  vc_custom_1631091238003\" ><h3 class=\"separator_off\" style=\"color: #000000;\">Leading experts in the dog world<\/h3><h6 class=\"subtitle \" style=\"color: #000000;\">Dog lovers with great expertise and professionalism.<\/h6><\/header><div class=\"slick-standard-carousel border threeCards hide-cta \"><div class='standardSlide' style='background-image:url(\"https:\/\/you-dogs.fr\/wp-content\/uploads\/2021\/08\/YD-66-c-min.jpg\")' >\r\n            <div class='imgContainer' style='background-image:url(\"https:\/\/you-dogs.fr\/wp-content\/uploads\/2021\/08\/YD-66-c-min.jpg\")!important;'>\r\n        <\/div>\r\n        <div class='flex flexCol flex1'>\r\n            <div class='content'>\r\n                <div class='head'>\r\n                    <h3>Antony Nouvel<\/h3>\r\n                    <h4>Dog expert and behaviourist educator<\/h4>\r\n                <\/div>\r\n                <p>With 18 years of experience as a police patrol dog handler, but also as a trainer of canine units and rehabilitation of categorised dogs, Antony has a wide range of skills in the canine world.<br \/>\nHe has been involved in pet dog training for over 10 years. His vision of education: animal welfare and adaptability.<br \/>\nOur dog training expert has met many dogs from different backgrounds and functions. He has a personalized and caring approach for each dog he accompanies.<br \/>\nThrough the many YouDogs services, Antony uses his knowledge to meet your demands.<\/p>\r\n            <\/div>\r\n                    <\/div>\r\n        <\/a>\r\n    <\/div><div class='standardSlide' style='background-image:url(\"https:\/\/you-dogs.fr\/wp-content\/uploads\/2021\/07\/thierry.jpeg\")' >\r\n            <div class='imgContainer' style='background-image:url(\"https:\/\/you-dogs.fr\/wp-content\/uploads\/2021\/07\/thierry.jpeg\")!important;'>\r\n        <\/div>\r\n        <div class='flex flexCol flex1'>\r\n            <div class='content'>\r\n                <div class='head'>\r\n                    <h3>Thierry Bedossa<\/h3>\r\n                    <h4>Veterinarian<\/h4>\r\n                <\/div>\r\n                <p>A doctor with a passion for animals, he is the perfect ambassador of a way of being and living in favour of the animal cause. Dedicated, he is also the author of several specialised books and hosts programs on various topics: animal behaviour, education, advice, \u2026<br \/>\nOur YouDogs method is based on his expertise and his vision of animal welfare.<\/p>\r\n            <\/div>\r\n                    <\/div>\r\n        <\/a>\r\n    <\/div><\/div>[\/vc_column][\/vc_row][vc_row][vc_column]\r\n\r\n<div class=\"faq-container\">\r\n    <h2>Our experts answer your questions!<\/h2>\r\n\r\n    \r\n    <div class=\"question-wrapper\">\r\n                    <div class=\"question-container\">\r\n                <div class=\"question collapsed\" data-toggle=\"collapse\" data-target=\"#faq_question_0\"><strong>My pet destroys everything in my absence, what can I do?<\/strong> <i class='angle-right'><\/i> <\/div>\r\n                <div id=\"faq_question_0\" class=\"collapse answer\">\r\n                    <p>This problem is quite common. If your dog is used to being with you all the time, he may be stressed when you leave and take it out on your furniture\u2026 Above all, don&#8217;t scold him when you come back, it&#8217;s useless and could make the problem worse. It is important that you make your departures and arrivals routine. You can also leave him a tasty toy that he loves so that he focuses on the toy and forgets about your absence. Before a long absence, it is important that your dog has had a good workout and that all his needs are met. Indeed, boredom and too much energy encourage destruction. It is recommended to increase the duration of absence by stages so that your dog gets used to the solitude in stages. If the problem persists, the root cause may be deeper, you should turn to a dog trainer who will be able to set up several exercises and propose changes in the organisation of your home in order to solve the problem.<\/p>\n                <\/div>\r\n            <\/div>\r\n                        <div class=\"question-container\">\r\n                <div class=\"question collapsed\" data-toggle=\"collapse\" data-target=\"#faq_question_1\"><strong>I've had dogs that I've been able to train before, but with this one, nothing works! How can I resolve this situation?<\/strong> <i class='angle-right'><\/i> <\/div>\r\n                <div id=\"faq_question_1\" class=\"collapse answer\">\r\n                    <p>Each animal has its own personality as an individual, which is why a training technique may work on one dog and not be successful on another. There is no &#8220;standard&#8221; method to apply, each dog is unique. Thanks to a behavioural analysis, we can define whether he is more playful, independent, possessive, fearful, clingy, etc. This will allow us to put together adapted exercises to obtain the desired behaviour.<\/p>\n                <\/div>\r\n            <\/div>\r\n                        <div class=\"question-container\">\r\n                <div class=\"question collapsed\" data-toggle=\"collapse\" data-target=\"#faq_question_2\"><strong>My dog is aggressive, what should I do?<\/strong> <i class='angle-right'><\/i> <\/div>\r\n                <div id=\"faq_question_2\" class=\"collapse answer\">\r\n                    <p>First, it is necessary to analyse the origin of your dog&#8217;s aggression: traumatic, predatory behaviour, socialisation problem, inappropriate human behaviour, etc. Then, it is important to evaluate the degree of the reaction: general attitudes and postures, growling, biting, etc. Work on the triggering stimuli will then be put together to decrease the intensity of the aggressive reaction. Attention, aggression problems must be treated urgently.<\/p>\n                <\/div>\r\n            <\/div>\r\n                        <div class=\"question-container\">\r\n                <div class=\"question collapsed\" data-toggle=\"collapse\" data-target=\"#faq_question_3\"><strong>I want to adopt a puppy, but I'm not sure about the breed, what help can you provide me?<\/strong> <i class='angle-right'><\/i> <\/div>\r\n                <div id=\"faq_question_3\" class=\"collapse answer\">\r\n                    <p>It is important to have a dog that suits you and what you can offer him. It is important to know that all dogs have needs for social interaction, olfaction, physical and mental stimulation. However, a Pug does not have the same needs of physical effort as a Husky, for example. If you want a running companion, the Bulldog, with his difficult breathing due to his flat nose, will not be able to satisfy you. Do you want a perfect family dog, who will get along with your children and your cat, who will also guard the house? It is possible!\u00a0Our experts can help you match your needs, lifestyle and desires to find the perfect companion.<\/p>\n                <\/div>\r\n            <\/div>\r\n                        <div class=\"question-container\">\r\n                <div class=\"question collapsed\" data-toggle=\"collapse\" data-target=\"#faq_question_4\"><strong>What if my dog pulls on the leash?<\/strong> <i class='angle-right'><\/i> <\/div>\r\n                <div id=\"faq_question_4\" class=\"collapse answer\">\r\n                    <p>Before finding solutions, it is important to understand why your dog pulls on the leash.\u00a0How much walking time do you give him during the day?\u00a0Are these walks always in the city around the neighbourhood without the possibility of running around off-lead, seeing friends and smelling scents?\u00a0Or is your dog still pulling no matter how tired he is?\u00a0Next, you need to analyse the equipment you are using.\u00a0Is it a collar, a harness, do you use a short or long leash?\u00a0Indeed, some promote traction whilst others reduce it.<br \/>\nOur expert can help you choose the most suitable equipment and give you the keys to a successful leash walk.<\/p>\n                <\/div>\r\n            <\/div>\r\n                        <div class=\"question-container\">\r\n                <div class=\"question collapsed\" data-toggle=\"collapse\" data-target=\"#faq_question_5\"><strong>What should I do if my dog barks inappropriately?<\/strong> <i class='angle-right'><\/i> <\/div>\r\n                <div id=\"faq_question_5\" class=\"collapse answer\">\r\n                    <p>Incessant barking can be disturbing to you (and your neighbourhood). We must first understand the cause of this behaviour. A dog barks to warn, to show danger, out of boredom, fear, frustration or to communicate. The environment will also be analysed to find the right tools to counteract this behaviour.<\/p>\n                <\/div>\r\n            <\/div>\r\n                        <div class=\"question-container\">\r\n                <div class=\"question collapsed\" data-toggle=\"collapse\" data-target=\"#faq_question_6\"><strong>What makes a good guard dog? What natural aptitudes are needed?<\/strong> <i class='angle-right'><\/i> <\/div>\r\n                <div id=\"faq_question_6\" class=\"collapse answer\">\r\n                    <p>A guard dog is a dog that alerts you to danger. Having a dog often deters people from entering your property. A large dog is often more appreciated for this role, as it is more intimidating. Vigilant and on the alert are necessary qualities for this role. Contact our dog trainer who will determine if your dog has the natural aptitudes for this role.\u00a0If so, the training can begin!<\/p>\n                <\/div>\r\n            <\/div>\r\n                        <div class=\"question-container\">\r\n                <div class=\"question collapsed\" data-toggle=\"collapse\" data-target=\"#faq_question_7\"><strong>My puppy keeps biting me, what should I do?<\/strong> <i class='angle-right'><\/i> <\/div>\r\n                <div id=\"faq_question_7\" class=\"collapse answer\">\r\n                    <p>It&#8217;s important to understand why your puppy bites. Puppies have a need to chew. That&#8217;s why you have to make him understand that he can&#8217;t take it out on the furniture legs or your hand and redirect him to a suitable object. There are many methods to teach the puppy to stop this behaviour. Our dog experts can help you find the keys to stop this behaviour.<\/p>\n                <\/div>\r\n            <\/div>\r\n                        <div class=\"question-container\">\r\n                <div class=\"question collapsed\" data-toggle=\"collapse\" data-target=\"#faq_question_8\"><strong>How can I help my dog overcome his fears and stress?<\/strong> <i class='angle-right'><\/i> <\/div>\r\n                <div id=\"faq_question_8\" class=\"collapse answer\">\r\n                    <p>There is no single method to make your dog stop being afraid of an object, noise, action, etc. Some dogs are more fearful by nature than others.\u00a0However, if there are things that scare him, it means that something has happened in his mind that means that this event is worrisome.\u00a0Perhaps he associated one event with another, for example.<br \/>\nTogether with our behavioural educator, you will work on the cause of this fear and will be able to gently reassure him during this stressful moment.<\/p>\n                <\/div>\r\n            <\/div>\r\n                        <div class=\"question-container\">\r\n                <div class=\"question collapsed\" data-toggle=\"collapse\" data-target=\"#faq_question_9\"><strong>Help, my puppy is not housebroken, can you help me solve this problem?<\/strong> <i class='angle-right'><\/i> <\/div>\r\n                <div id=\"faq_question_9\" class=\"collapse answer\">\r\n                    <p>First of all, it is important to know that the younger a puppy is, the weaker his ability to hold. If after several months you are unable to solve the problem, it may be that the method used is not appropriate. There&#8217;s no point in scolding a puppy after the fact. He will not understand the reason if the event has passed. Be strategic! Shortly after eating or drinking, take him outside to relieve himself and praise him.\u00a0Our dog experts are here to help you if you want help with your puppy&#8217;s education.<\/p>\n                <\/div>\r\n            <\/div>\r\n                <\/div>\r\n\r\n<\/div>\r\n[\/vc_column][\/vc_row]<\/p>\n<\/section>","protected":false},"excerpt":{"rendered":"{{indexQPrinted + 1}} \/{{funnelSteps}} {{rep.text}} {{rep.subtext}} Something wrong happened Choose your activity {{activity.title.rendered}} {{activity.ACF.short_description}} When would you like to book [...]","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":[],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v19.14 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Home : Experts in animal well-being - YouDogs<\/title>\n<meta name=\"description\" content=\"At YouDogs our mission is to simplify your daily life, bring cohesion and serenity in your home, with the help of our experts.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/you-dogs.fr\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Home : Experts in animal well-being - YouDogs\" \/>\n<meta property=\"og:description\" content=\"At YouDogs our mission is to simplify your daily life, bring cohesion and serenity in your home, with the help of our experts.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/you-dogs.fr\/\" \/>\n<meta property=\"og:site_name\" content=\"YouDogs\" \/>\n<meta property=\"article:modified_time\" content=\"2021-10-21T08:17:09+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/you-dogs.fr\/en\/\",\"url\":\"https:\/\/you-dogs.fr\/\",\"name\":\"Home : Experts in animal well-being - YouDogs\",\"isPartOf\":{\"@id\":\"https:\/\/you-dogs.fr\/#website\"},\"datePublished\":\"2021-06-25T10:28:21+00:00\",\"dateModified\":\"2021-10-21T08:17:09+00:00\",\"description\":\"At YouDogs our mission is to simplify your daily life, bring cohesion and serenity in your home, with the help of our experts.\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/you-dogs.fr\/\"]}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/you-dogs.fr\/#website\",\"url\":\"https:\/\/you-dogs.fr\/\",\"name\":\"YouDogs\",\"description\":\"YouDogs\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/you-dogs.fr\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Home : Experts in animal well-being - YouDogs","description":"At YouDogs our mission is to simplify your daily life, bring cohesion and serenity in your home, with the help of our experts.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/you-dogs.fr\/","og_locale":"en_US","og_type":"article","og_title":"Home : Experts in animal well-being - YouDogs","og_description":"At YouDogs our mission is to simplify your daily life, bring cohesion and serenity in your home, with the help of our experts.","og_url":"https:\/\/you-dogs.fr\/","og_site_name":"YouDogs","article_modified_time":"2021-10-21T08:17:09+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/you-dogs.fr\/en\/","url":"https:\/\/you-dogs.fr\/","name":"Home : Experts in animal well-being - YouDogs","isPartOf":{"@id":"https:\/\/you-dogs.fr\/#website"},"datePublished":"2021-06-25T10:28:21+00:00","dateModified":"2021-10-21T08:17:09+00:00","description":"At YouDogs our mission is to simplify your daily life, bring cohesion and serenity in your home, with the help of our experts.","inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/you-dogs.fr\/"]}]},{"@type":"WebSite","@id":"https:\/\/you-dogs.fr\/#website","url":"https:\/\/you-dogs.fr\/","name":"YouDogs","description":"YouDogs","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/you-dogs.fr\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/you-dogs.fr\/en\/wp-json\/wp\/v2\/pages\/646"}],"collection":[{"href":"https:\/\/you-dogs.fr\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/you-dogs.fr\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/you-dogs.fr\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/you-dogs.fr\/en\/wp-json\/wp\/v2\/comments?post=646"}],"version-history":[{"count":22,"href":"https:\/\/you-dogs.fr\/en\/wp-json\/wp\/v2\/pages\/646\/revisions"}],"predecessor-version":[{"id":1786,"href":"https:\/\/you-dogs.fr\/en\/wp-json\/wp\/v2\/pages\/646\/revisions\/1786"}],"wp:attachment":[{"href":"https:\/\/you-dogs.fr\/en\/wp-json\/wp\/v2\/media?parent=646"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}