|  |  | @ -10,21 +10,21 @@ import Layout from '@/Layouts/Layout.vue'; | 
			
		
	
		
		
			
				
					
					|  |  |  |         <template #content> |  |  |  |         <template #content> | 
			
		
	
		
		
			
				
					
					|  |  |  |             <div class=" text-gray-900"> |  |  |  |             <div class=" text-gray-900"> | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |     <div class="relative w-full max-h-[calc(100vh+1rem)] flex items-center overflow-hidden"> |  |  |  |     <div class="relative w-full max-h-[50vh] flex items-center overflow-hidden"> | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |         <img src="/img/sarasin.png" class="h-full laptop:pb-96 object-cover" alt="Image de présentation du groupe scout" /> |  |  |  |         <img src="/img/sarasin.png" class="h-full laptop:pb-96 object-cover" alt="Image de présentation du groupe scout" /> | 
			
		
	
		
		
			
				
					
					|  |  |  |         <!-- Gradient doux : du transparent en haut vers un noir très léger en bas --> |  |  |  |         <!-- Gradient doux : du transparent en haut vers un noir très léger en bas bg-gradient-to-b from-transparent via-gray-200 via-[90%] to-gray-200 --> | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |         <div class="absolute top-0 bottom-0 right-0 left-0 inset-0 flex items-center justify-center bg-gradient-to-b from-transparent via-gray-200 via-[90%] to-gray-200"> |  |  |  |         <div class="absolute top-0 bottom-0 right-0 left-0 inset-0 flex items-center justify-center"> | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |         <h1 class="text-center text-white laptop:text-[260px] text-7xl laptop:leading-[180px] font-extrabold drop-shadow-lg transition duration-500 hover:scale-105"> |  |  |  |         <h1 class="text-center text-white/50 laptop:text-[200px] text-7xl font-extrabold drop-shadow-lg transition duration-500"> | 
			
				
				
			
		
	
		
		
	
		
		
	
		
		
	
		
		
			
				
					
					|  |  |  |             Scout Baslac |  |  |  |             Scout Baslac | 
			
		
	
		
		
			
				
					
					|  |  |  |         </h1> |  |  |  |         </h1> | 
			
		
	
		
		
			
				
					
					|  |  |  |         </div> |  |  |  |         </div> | 
			
		
	
		
		
			
				
					
					|  |  |  |     </div> |  |  |  |     </div> | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |     <!-- Contenu principal avec animation et grilles --> |  |  |  |     <!-- Contenu principal avec animation et grilles --> | 
			
		
	
		
		
			
				
					
					|  |  |  |     <div class="w-full desktop:px-[17.5%] laptop:px-[12.5%] px-4 pb-12 space-y-12"> |  |  |  |     <div class="w-full desktop:px-[17.5%] laptop:px-[12.5%] px-4 mt-10 pb-12 space-y-12"> | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |       <!-- Carte "Qui sommes-nous ?" --> |  |  |  |       <!-- Carte "Qui sommes-nous ?" --> | 
			
		
	
		
		
			
				
					
					|  |  |  |       <transition name="fade" mode="out-in"> |  |  |  |       <transition name="fade" mode="out-in"> | 
			
		
	
		
		
			
				
					
					|  |  |  |         <div class="bg-gray-100 shadow-xl rounded-lg overflow-hidden transform transition duration-200 hover:scale-105"> |  |  |  |         <div class="bg-gray-100 shadow-xl rounded-lg overflow-hidden transform transition duration-200"> | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |           <div class="flex flex-col lg:flex-row"> |  |  |  |           <div class="flex flex-col lg:flex-row"> | 
			
		
	
		
		
			
				
					
					|  |  |  |             <!-- Partie Image --> |  |  |  |             <!-- Partie Image --> | 
			
		
	
		
		
			
				
					
					|  |  |  |             <div class="lg:w-1/2 relative max-h-56 hover:p-trans-in p-trans-out duration-200 overflow-hidden"> |  |  |  |             <div class="lg:w-1/2 relative max-h-56 hover:p-trans-in p-trans-out duration-200 overflow-hidden"> | 
			
		
	
	
		
		
			
				
					|  |  | 
 |