/* UTF-8 à jamais */
.section_team_link{
	padding-bottom:50px;
}
.team_link_titre{
	display:none;
}
.team_link_entete{
	height:460px;
}
.section_team .team_link_couleur{
	background-color:#45ceff;
}
.section_link .team_link_couleur{
	background-color:#4ee4c6;
}
.section_team_link h2{
	height:110px;
	line-height:110px;
	background-color:#fff;
	font-weight:300;
	color:#000;
	font-size:4.29em;
	text-align:center;
	position:relative;
}
.section_team_link h2 img{
	position:absolute;
	bottom:-36px;
	left:calc(50% - 57px);
}
.team_link_description{
	background-color:#efefef;
}
.team_link_description.slide_detail{
	height:350px;
}
.section_link .team_link_description{
	padding-top:24px;
	padding-bottom:80px;
}
.team_link_description p{
	margin:0 auto;
	width:750px;
}
.team_link_description ul.liste_fleche li{
	margin-bottom:10px;
	padding-left:30px;
}
.section_team .team_link_description ul.liste_fleche li{
	background:url('deco/team-liste-fleche.png') left 2px no-repeat;
}
.section_link .team_link_description ul.liste_fleche li{
	background:url('deco/link-liste-fleche.png') left 2px no-repeat;
}
.team_link_description ul.liste_check li{
	margin-bottom:10px;
	padding-left:30px;
}
.section_team .team_link_description ul.liste_check li{
	background:url('deco/team-liste-check.png') left 2px no-repeat;
}
.section_link .team_link_description ul.liste_check li{
	background:url('deco/link-liste-check.png') left 2px no-repeat;
}
.team_link_description p.team_link_description_entete_haut{
	padding-top:24px;
	padding-bottom:34px;
}
.team_link_description p.team_link_description_entete_bas{
	padding-top:24px;
	padding-bottom:80px;
}
.team_link_description .team_link_entete_liste{
	display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-moz-flex;display:-webkit-flex;display:flex;
	-webkit-flex-flow:row nowrap;-ms-flex-flow:row nowrap;flex-flow:row nowrap;
	margin-left:325px;
}
.team_link_description .team_link_entete_liste ul.liste_fleche{
	width:300px;
	margin-right:80px;
}
.team_link_slide{
	height:460px;
}
.team_link_slide .entour_liste_picto{
	height:100%;
	overflow:hidden;
	position:relative;
}
.team_link_slide .entour_liste_picto .slide_prec{
	position:absolute;
	top:200px;
	left:0;
	cursor:pointer;
}
.team_link_slide .entour_liste_picto .slide_suiv{
	position:absolute;
	top:200px;
	right:0;
	cursor:pointer;
}
.team_link_slide .entour_liste_picto ul{
	display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-moz-flex;display:-webkit-flex;display:flex;
	-webkit-flex-flow:row nowrap;-ms-flex-flow:row nowrap;flex-flow:row nowrap;
	-webkit-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;
	height:100%;
	width:974px;
	margin:0 auto;
}
.team_link_slide .entour_liste_picto ul li{
-webkit-order:99;-ms-order:99;order:99;
	display:none;
	align-items:center;
	-webkit-justify-content:center;-ms-justify-content:center;justify-content:center;
	height:100%;
	position:relative;
	width:240px;
}
.team_link_slide .entour_liste_picto ul li img{
	width:100%;
}
.team_link_slide .entour_liste_picto ul li.avant_2{
-webkit-order:1;-ms-order:1;order:1;
	display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-moz-flex;display:-webkit-flex;display:flex;
}
.team_link_slide .entour_liste_picto ul li.avant_1{
-webkit-order:2;-ms-order:2;order:2;
	display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-moz-flex;display:-webkit-flex;display:flex;
}
.team_link_slide .entour_liste_picto ul li.sel{
-webkit-order:3;-ms-order:3;order:3;
	display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-moz-flex;display:-webkit-flex;display:flex;
}
.team_link_slide .entour_liste_picto ul li.apres_1{
-webkit-order:4;-ms-order:4;order:4;
	display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-moz-flex;display:-webkit-flex;display:flex;
}
.team_link_slide .entour_liste_picto ul li.apres_2{
-webkit-order:5;-ms-order:5;order:5;
	display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-moz-flex;display:-webkit-flex;display:flex;
}
.team_link_slide .entour_liste_picto ul li.avant_2,
.team_link_slide .entour_liste_picto ul li.apres_2{
	width:91px;
	opacity:0.5;filter:alpha(opacity=50);
}
.team_link_slide .entour_liste_picto ul li.avant_1,
.team_link_slide .entour_liste_picto ul li.apres_1{
	width:141px;
	opacity:0.7;filter:alpha(opacity=70);
}
.team_link_slide .entour_liste_picto ul li h3{
	position:absolute;
	bottom:25px;
	left:0;
	width:100%;
	text-align:center;
	font-size:1.7em;
	line-height:1;
	display:none;
}
.team_link_slide .entour_liste_picto ul li.sel h3{
	display:block;
}
.slide_detail .liste_check,
.slide_detail p{
	margin:0 auto;
	width:500px;
	padding:50px 0;
	display:none;
}
.slide_detail .liste_check.sel,
.slide_detail p.sel{
	display:block;
}