var getUrlParameter = function getUrlParameter(sParam) { var sPageURL = window.location.search.substring(1), sURLVariables = sPageURL.split('&'), sParameterName, i; for (i = 0; i < sURLVariables.length; i++) { sParameterName = sURLVariables[i].split('='); if (sParameterName[0] === sParam) { return sParameterName[1] === undefined ? true : decodeURIComponent(sParameterName[1]); } } return false; }; var weblang = getUrlParameter('lang'); if (weblang=="fr"){ jQuery('#search-box input').attr('placeholder', 'Rechercher'); } Skip to main content

Merci pour votre réponse. Vous ne serez pas ajouté à notre liste de distribution à moins que vous décidez de vous inscrire ultérieurement. Si vous voulez vous inscrire plus tard, veuillez visiter https://www.fmc-gac.com/fr/sign-up/#mailing-list et remplir le formulaire d’inscription.

Thank you for your response. You will not be added to our mailing list unless you decide to subscribe at a future date. If you do, just visit https://www.fmc-gac.com/sign-up/#sign-up-form and fill out the form to subscribe.