|  | @@ -62,6 +62,7 @@ router.afterEach((to, from) => {
 | 
	
		
			
				|  |  |    // prevent hover map item mouse event if cartouch is opened
 | 
	
		
			
				|  |  |    if(['static', 'search'].indexOf(to.name) >= 0){
 | 
	
		
			
				|  |  |      common_store.setCartoucheOpened(true);
 | 
	
		
			
				|  |  | +    concernement_store.resetConcernementOpened();
 | 
	
		
			
				|  |  |    }else{
 | 
	
		
			
				|  |  |      common_store.setCartoucheOpened(false);
 | 
	
		
			
				|  |  |    }
 |