<!DOCTYPE html>
<html lang="{{ app.request.locale }}">
<head>
<meta charset="utf-8">
<title>Pitaxes - Déclaration fiscale - Quasi-résident - Rectification d'impôt à la source pour frontaliers et
résidents à Genève</title>
<meta name="description"
content="Résidents Suisses, frontaliers à Genève, titulaires d'un permis B,C ou G...Nous analysons votre situation fiscale et vous proposons les meilleures solutions pour optimiser vos impôts à Genève."/>
<meta name="keywords"
content="declaration fiscale, rectification impots, quasi-resident, optimisation fiscale, frontaliers, resident, particuliers, PME, Geneve, Suisse">
<link rel="canonical" href="https://www.pitaxes.ch/"/>
<meta property="og:locale" content="fr_FR"/>
<meta property="og:type" content="website"/>
<meta property="og:title"
content="Pitaxes - Déclaration fiscale - Quasi-résident - Rectification d'impôt à la source pour frontaliers et résidents à Genève"/>
<meta property="og:description"
content="Résidents Suisses, frontaliers à Genève, titulaires d'un permis B,C ou G...Nous analysons votre situation fiscale et vous proposons les meilleures solutions pour optimiser vos impôts à Genève."/>
<meta property="og:url" content="https://www.pitaxes.ch/"/>
<meta property="og:site_name" content="Pitaxes"/>
<meta property="article:modified_time" content="2021-11-24T08:38:26+00:00"/>
<meta name="twitter:card" content="summary_large_image"/>
<meta name="twitter:label1" content="Durée de lecture est."/>
<meta name="twitter:data1" content="3 minutes"/>
<meta name="google-site-verification" content="0NMPyKdM1tW_6vWH7AlsraLFTXpyu3tK7f3Y6V42QGs"/>
<!--[if IE]>
<meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1>
<![endif]-->
<link rel="icon" type="image/png" href="{{ asset('assets/img/favicon.png') }}"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
{% block metas %}{% endblock %}
<title>{% block title %}{% endblock %}</title>
{% block stylesheets %}
<link rel="stylesheet" href="{{ preload(asset('assets/css/4.bundle.css'),{as: 'style'}) }}">
<link rel="stylesheet" href="{{ preload(asset('assets/css/bundle.css'),{as: 'style'}) }}">
<link rel="stylesheet" href="{{ preload(asset('assets/css/app.css'),{as: 'style'}) }}">
<link rel="stylesheet" href="{{ preload(asset('assets/css/dropzone.custom.css'),{as: 'style'}) }}">
<!-- Fontawesome Icons -->
{# <script src="https://kit.fontawesome.com/e0f81bff05.js" crossorigin="anonymous"></script> #}
<script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/js/all.min.js"
integrity="sha512-6sSYJqDreZRZGkJ3b+YfdhB3MzmuP9R7X1QZ6g5aIXhRvR1Y/N/P47jmnkENm7YL3oqsmI6AK+V6AD99uWDnIw=="
crossorigin="anonymous" referrerpolicy="no-referrer"></script>
{% endblock %}
{% include "@CHCookieConsent/cookie_consent_styling.html.twig" %}
</head>
<body>
{% block header %}{% endblock %}
{% block main %}{% endblock %}
{% block footer %}
{% include 'footer.html.twig' %}
{% endblock %}
{% block notifications %}
{% set display_notification = true %}
{% if display_notification %}
<div class="position-absolute" style="top:80px;right: 10px">
<div aria-live="polite" aria-atomic="true" class="d-flex justify-content-end align-items-center">
{% for label, messages in app.flashes(['success', 'danger']) %}
{% for message in messages %}
<div class="toast show" role="alert" aria-live="assertive" aria-atomic="true"
data-autohide="false">
<div class="toast-header">
<strong class="mr-auto">Notifications</strong>
<small>A l'instant</small>
<button type="button" class="ml-2 mb-1 close"
onclick="this.parentNode.parentNode.classList.remove('show');">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="toast-body">
{{ message }}
</div>
</div>
{% endfor %}
{% endfor %}
</div>
</div>
{% endif %}
{% endblock %}
{% block javascripts %}
{{ encore_entry_script_tags('js/jQuery3.5.1-SizzleCssSelector2.3.5') }}
{# {{ encore_entry_script_tags('js/GSAP3.5.1') }} #}
{{ encore_entry_script_tags('js/Bootstrap4.5.3') }}
{{ encore_entry_script_tags('js/bootstrap') }}
{{ encore_entry_script_tags('js/animations.c4ee1ca2') }}
{{ encore_entry_script_tags('js/app.852bcdf3') }}
{{ encore_entry_script_tags('js/app') }}
{% if chcookieconsent_isCategoryAllowedByUser('analytics') == true %}
{% include 'tag/google_tag_manager.html.twig' %}
<!-- Facebook Pixel Code -->
<script>
!function (f, b, e, v, n, t, s) {
if (f.fbq) return;
n = f.fbq = function () {
n.callMethod ?
n.callMethod.apply(n, arguments) : n.queue.push(arguments)
};
if (!f._fbq) f._fbq = n;
n.push = n;
n.loaded = !0;
n.version = '2.0';
n.queue = [];
t = b.createElement(e);
t.async = !0;
t.src = v;
s = b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t, s)
}(window, document, 'script',
'https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '448586769633392');
fbq('track', 'PageView');
</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=448586769633392&ev=PageView&noscript=1"
/></noscript>
<!-- End Facebook Pixel Code -->
{% endif %}
<script src='{{ preload(asset('bundles/chcookieconsent/js/cookie_consent.js'),{as: 'script'}) }}'></script>
{% endblock %}
{% block morejavascripts %}
{% endblock %}
{% block cookieconsent %}
{% endblock %}
{% block floatableActionButtons %}
{% endblock %}
</body>
</html>