/* UTF-8 à jamais */
.prestige{
	position:relative;
	background:#222122;
}
#liste_prestige{
	display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-moz-flex;display:-webkit-flex;display:flex;
	-webkit-flex-flow:column nowrap;flex-flow:column nowrap;
	padding-bottom:225px;
	position:relative;
	z-index:2;
}
#liste_prestige li{
	width:100%;
	display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-moz-flex;display:-webkit-flex;display:flex;
	-webkit-flex-flow:row nowrap;flex-flow:row nowrap;
	-webkit-justify-content:space-between;justify-content:space-between;
	align-items:center;
	margin-bottom:-72px;
	transition:all 0.3s ease;-moz-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;-o-transition:all 0.3s ease;
	min-height:600px;
}
#liste_prestige li.scroll_active_off{
	opacity:0;filter:alpha(opacity=0);
}
#liste_prestige li.scroll_active_on{
	opacity:1;filter:alpha(opacity=100);
}
#liste_prestige li.pair .texte{
-webkit-order:2;order:2;
}
#liste_prestige li.pair a{
-webkit-order:1;order:1;
}
#liste_prestige li .texte{
	width:256px;
	height:336px;
	display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-moz-flex;display:-webkit-flex;display:flex;
	flex-direction:column;
	align-items:center;
	-webkit-justify-content:center;justify-content:center;
	gap:0;
	text-align:center;
	background-color:rgba(255,255,255,0.1);
	background-color:#222122;
	padding:0 40px;
	transition:all 3s ease;-moz-transition:all 3s ease;-webkit-transition:all 3s ease;-o-transition:all 3s ease;
}
#liste_prestige li.scroll_active_on .texte{
	gap:60px;
	background-color:rgba(255,255,255,0.1);
}
#liste_prestige li h3{
	color:#fff;
	text-align:center;
	font-size:1.39em;
	font-weight:800;
	line-height:1.2;
	padding-bottom:0;
	border-bottom:1px solid #ea563b;
	width:100%;
	transition:all 2s ease;-moz-transition:all 2s ease;-webkit-transition:all 2s ease;-o-transition:all 2s ease;
	opacity:0;filter:alpha(opacity=0);
}
#liste_prestige li.scroll_active_on h3{
	opacity:1;filter:alpha(opacity=100);
	padding-bottom:60px;
}
#liste_prestige li p{
	color:#fff;
	font-size:0.78em;
	line-height:1.14;
	margin:0;
	opacity:0;filter:alpha(opacity=0);
	transition:all 4s ease;-moz-transition:all 4s ease;-webkit-transition:all 4s ease;-o-transition:all 4s ease;
}
#liste_prestige li.scroll_active_on p{
	opacity:1;filter:alpha(opacity=100);
}
#liste_prestige li img{
	/*width:400px;*/
	transition:all 1s ease;-moz-transition:all 1s ease;-webkit-transition:all 1s ease;-o-transition:all 1s ease;
transform:scale(0.5);-moz-transform:scale(0.5);-webkit-transform:scale(0.5);-o-transform:scale(0.5);
}
#liste_prestige li.scroll_active_on img{
	/*width:675px;*/
transform:scale(1);-moz-transform:scale(1);-webkit-transform:scale(1);-o-transform:scale(1);
}
#liste_prestige ul.liste_diapo{
	display:none;
}