|  | @@ -43,22 +43,21 @@
 | 
	
		
			
				|  |  |   
 | 
	
		
			
				|  |  |   <div id="tabs-content">
 | 
	
		
			
				|  |  |      <div class="container" id="tab-1">
 | 
	
		
			
				|  |  | -      <p>{{ party.getGame.getDescription }}</p>
 | 
	
		
			
				|  |  | -      
 | 
	
		
			
				|  |  | -		<div class="cell message">
 | 
	
		
			
				|  |  | -  			<div class="message-header">
 | 
	
		
			
				|  |  | -  				<p>À propos du jeu</p>
 | 
	
		
			
				|  |  | -  			</div>
 | 
	
		
			
				|  |  | -  			<div class="message-body">
 | 
	
		
			
				|  |  | -  			{% if party.gamemasterIsAuthor %}<p>Partie animée par son auteur(rice)</p>{% endif %}
 | 
	
		
			
				|  |  | -  				<p><strong>Âge recommandé : </strong>{{ party.getGame.getAgeRecommendationLabel }}</p>
 | 
	
		
			
				|  |  | -  				
 | 
	
		
			
				|  |  | -  				<p><strong>Genres : </strong>{{ party.getGame.getGenre|map(g => g.name)|join(', ') }}
 | 
	
		
			
				|  |  | -  				
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | +    	<div class="block">
 | 
	
		
			
				|  |  | +    		<p>{{ party.getGame.getDescription }}</p>
 | 
	
		
			
				|  |  | +      	</div>
 | 
	
		
			
				|  |  | +		<div class="block">
 | 
	
		
			
				|  |  | +			<div class="cell message">
 | 
	
		
			
				|  |  | +				<div class="message-header">
 | 
	
		
			
				|  |  | +					<p>À propos du jeu</p>
 | 
	
		
			
				|  |  | +				</div>
 | 
	
		
			
				|  |  | +				<div class="message-body">
 | 
	
		
			
				|  |  | +                    {% if party.gamemasterIsAuthor %}<p>Partie animée par son auteur(rice)</p>{% endif %}
 | 
	
		
			
				|  |  | +					<p><strong>Âge recommandé : </strong>{{ party.getGame.getAgeRecommendationLabel }}</p>
 | 
	
		
			
				|  |  | +					<p><strong>Genres : </strong>{{ party.getGame.getGenre|map(g => g.genre)|join(', ') }}
 | 
	
		
			
				|  |  | +	  			</div>
 | 
	
		
			
				|  |  |    			</div>
 | 
	
		
			
				|  |  |    		</div>
 | 
	
		
			
				|  |  | -      
 | 
	
		
			
				|  |  |      </div>
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      <div class="container is-hidden" id="tab-2">
 |