Subaru.be
fr
nl-be
menu
Gamme
Planifier mon entretien
Contact
function toggleMenu () { document.getElementById('mobile').classList.toggle('active'); var menuButtons = document.getElementsByClassName('nav-bars'); for (var btn of menuButtons) { btn.classList.toggle('active'); } } //scroll to top button window.addEventListener('scroll', function (event) { var scrolltobutton = document.getElementById("to-top"); if (document.body.scrollTop > 450 || document.documentElement.scrollTop > 450) { scrolltobutton.style.display = "block"; } else { scrolltobutton.style.display = "none"; } }, false); function scrollClick() { console.log("the button was clicked!"); document.body.scrollTop = 0; document.documentElement.scrollTop = 0; }
fr
nl-be
×
Gamme
Planifier mon entretien
Contact
Subaru.be
Carpentier
Contact
Contact
FAQ
Jetez d'abord un coup d'œil à nos questions fréquemment posées sur notre site web.
Vers la FAQ
Contactez-nous
Titre
*
Titre
M.
Mme.
Autre
Prénom
Nom complet
Adresse mail
*
J'ai une question à propos de
J'ai une question à propos de
Compte MySubaru
Général
Ventes
Technique
Pièces
Particulier ou professionnel ?
*
Particulier ou professionnel ?
Privé
Professionnel
Nom
Nom d'entreprise
Numéro de téléphone
Téléchargement de fichiers (optional)
Téléchargement de fichiers (optional)
Votre question / remarque
J'accepte les termes et conditions * (
Privacy Policy
)
I am not a robot
*
var onloadCallback = function () { var windowwidth = window.innerWidth; if (windowwidth < 400) { grecaptcha.render('html_element', { 'size': 'compact', 'sitekey': '6LdkSoEdAAAAAD6YbMs3tEeVUerdb2XdEkqir1t9', 'theme': 'light' }); } else { grecaptcha.render('html_element', { 'size': 'normal', 'sitekey': '6LdkSoEdAAAAAD6YbMs3tEeVUerdb2XdEkqir1t9', 'theme': 'light' }); } }; let recaptcha = null let parent = null let oldWidth = null function loadCaptcha() { recaptcha = document.getElementById("html_element"); parent = recaptcha.parentNode; oldWidth = window.innerWidth; } function resizeCaptcha() { var width = window.innerWidth; if (width <= 400 && oldWidth > 400) { parent.removeChild(recaptcha); let html_element = document.createElement('div'); html_element.id = "html_element"; parent.appendChild(html_element); recaptcha = html_element; grecaptcha.render('html_element', { 'size': 'compact', 'sitekey': '6LdkSoEdAAAAAD6YbMs3tEeVUerdb2XdEkqir1t9', 'theme': 'light' }); } else if (width > 400 && oldWidth <= 400) { parent.removeChild(recaptcha); let html_element = document.createElement('div'); html_element.id = "html_element"; parent.appendChild(html_element); recaptcha = html_element; grecaptcha.render('html_element', { 'size': 'normal', 'sitekey': '6LdkSoEdAAAAAD6YbMs3tEeVUerdb2XdEkqir1t9', 'theme': 'light' }); } oldWidth = width; } window.onload = loadCaptcha; window.onresize = resizeCaptcha;