| 
					
				 | 
			
			
				@@ -349,7 +349,7 @@ function scrollReaveal(){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     hero_participant :  document.querySelectorAll('.participant_full .__img'), 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     title_participant: document.querySelectorAll('.participant_full figcaption'), 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     article : document.querySelectorAll('.home #txt_present, article#presentation'), 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    blocs : document.querySelectorAll('#block-views-block-slide-programme-block-1, #block-views-block-dernieres-publications-block-1, .__ressources > *'),  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    blocs : document.querySelectorAll('#block-colloque2024-views-block-slide-programme-block-1, #block-colloque2024-views-block-dernieres-publications-block-1, .__ressources > *'),  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     p : document.querySelectorAll('article#presentation p, .letter-sort, .participant_full .content > *'), 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     programme: document.querySelectorAll('.programme.container'), 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     thumbnails : document.querySelectorAll('.programme .thumbnails, .views.__publications .thumbnails, .les_intervenants .thumbnails_participants'), 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -395,7 +395,7 @@ function scrollReaveal(){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 function pagination(){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  const $next = $('#block-views-block-gallerie-block-1 .pager a'); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  const $next = $('#block-colloque2024-views-block-gallerie-block-1 .pager a'); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   $next.on("click",function(event){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       event.preventDefault();     
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -434,7 +434,7 @@ function pagination(){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       }) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       .done(function( data ) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               let $data = $(data).find(".wrap--image"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-              $( "#block-views-block-gallerie-block-1 section.d-flex" ).append($data); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              $( "#block-colloque2024-views-block-gallerie-block-1 section.d-flex" ).append($data); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               $next.attr('href', base_uri +'='+ currentPage); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       
			 |