| 
					
				 | 
			
			
				@@ -2,6 +2,9 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 {% block content %} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 {% include 'components/title_page.twig'  %} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+<div class="paralax w-30" data-rellax-speed="5"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+<img src="{{theme.link}}/asset/images/objet_2.svg" alt="objet 2"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+</div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	{% for item in posts %} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		<section> 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -23,7 +26,6 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 							<div class="title _pjt"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 								{{projet.titre}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 							</div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				- 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 							<div class="content"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 								{{projet.text}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 							</div> 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -31,8 +33,5 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				{% endfor %} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			</div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		</section> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		<div class="paralax" data-rellax-speed="5"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-			<img src="{{theme.link}}/asset/images/objet_2.svg" alt="objet 2"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		</div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	{% endfor %} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 {% endblock %} 
			 |