$(document).ready(function(){
   $('#filmVitrePasCher').click(function(){
      window.location='/film-vitre/';
   });
});
