@media screen and (orientation: portrait)
{
	.zone_titreTARIF
		{
			top : 8.5% ;
			height : 10% ;
		}
		
	
	.zone_seanceTARIF
		{
			top : 18.5% ;
			height : 15% ;
		}
	
	.imgTARIF
		{
			width : 7% ;
		}
	
	#text1_seanceTARIF
		{
			line-height : 2 ;
			font-size : 4.2em ;
		}
	
	@-webkit-keyframes voir_text1TARIF /* animation d'apparition du texte d'essai gratuit */
		{
			0%   { font-size : 0em ;   top : 2.5em ; opacity : 0 ; }
			60%  {                                   opacity : 0 ; }
			100% { font-size : 4.2em ; top : 0.8em ; opacity : 1 ; }
		}
		
	@-moz-keyframes voir_text1TARIF
		{
			0%   { font-size : 0em ;   top : 2.5em ; opacity : 0 ; }
			60%  {                                   opacity : 0 ; }
			100% { font-size : 4.2em ; top : 0.8em ; opacity : 1 ; }
		}
		
	@keyframes voir_text1TARIF
		{
			0%   { font-size : 0em ;   top : 2.5em ; opacity : 0 ; }
			60%  {                                   opacity : 0 ; }
			100% { font-size : 4.2em ; top : 0.8em ; opacity : 1 ; }
		}
	
	#text2_seanceTARIF
		{
			line-height : 1.6 ;
			font-size : 2.5em ;
		}
	
	@-webkit-keyframes voir_text2TARIF /* animation d'apparition du texte d'obtention de séance gratuite */
		{
			0%   { font-size : 0em ;   top : 2.7em ; opacity : 0 ; }
			60%  {                                   opacity : 0 ; }
			100% { font-size : 2.5em ; top : 1.8em ; opacity : 1 ; }
		}
		
	@-moz-keyframes voir_text2TARIF
		{
			0%   { font-size : 0em ;   top : 2.7em ; opacity : 0 ; }
			60%  {                                   opacity : 0 ; }
			100% { font-size : 2.5em ; top : 1.8em ; opacity : 1 ; }
		}
		
	@keyframes voir_text2TARIF
		{
			0%   { font-size : 0em ;   top : 2.7em ; opacity : 0 ; }
			60%  {                                   opacity : 0 ; }
			100% { font-size : 2.5em ; top : 1.8em ; opacity : 1 ; }
		}

	.zoneTARIF
		{
			top : 40% ;
			background-image : linear-gradient(45deg, #cee9e2, #81bc98, #eed179) ;
		}
		
	.zone_tarif1
		{
			left : 20% ;
			width : 30% ;
			height : 50% ;
		}
		
	.zone_tarif2
		{
			left : 50% ;
			width : 30% ;
			height : 50% ;
		}
		
	.zone_tarif3
		{
			top : 50% ;
			left : 5% ;
			width : 30% ;
			height : 50% ;
		}
		
	.zone_tarif4
		{
			top : 50% ;
			left : 35% ;
			width : 30% ;
			height : 50% ;
		}
		
	.zone_tarif5
		{
			top : 50% ;
			left : 65% ;
			width : 30% ;
			height : 50% ;
		}
		
	.tarif
		{
		}
	
	.tarif img
		{
			width : 12% ;
		}
	
	.duree
		{
			font-size : 2.8em ;
			font-weight : 800 ;
		}
		
	.prix
		{
			font-size : 2.2em ;
			font-weight : 700 ;
		}
}