footer{
	width: 100%;
	position: fixed;
	bottom: 0;
}
.retour p{
	position: relative;
	right: 50px;
	top: 10px;
	color: #727a7d;
}
.retour p a{
	text-decoration: none;
	color: #727a7d;
}
.retour p .glyphicon{
	color: orange;
	font-size: 12px;
}
.ctn{
	position: relative;
}
.titre h1{
	font-size: 25px;
}
.list-circulation{
	position: absolute;
    right: 50px;
    margin-top: 44px;
}
.list-circulation li span{
	color: #c2c6c7;
	background: #efefef;
	padding: 17px 5px;
}
.list-circulation li{
	padding-left: 0;
	padding-right: 0;
}

.list-circulation li .second{
	-ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}
.list-circulation li span:hover{
	color: #f8ba19;
	background: #efefef;
}
.titre h1 a{
	text-decoration: none;
	color: #727a7d;
	font-weight: bold;
	padding-bottom: 13px;
	background: url('../../images/site/line-intro.png') no-repeat bottom center;
}
.titre p{
	color: #727a7d;
	position: relative;
	top: 15px;
}
.equipes{
	width: 85%;
	margin: 50px auto;
	margin-bottom: -15px;
}
.carousel-indicators li{
	width: 15px;
	height: 15px;
	border-radius: 30px;
	background: #cfcfcf;
}
.carousel-indicators .active{
	width: 15px;
	height: 15px;
	border-radius: 30px;
	background: orange;
}
.equipes .slider1{
	width: 100%;
	height: 568px;
}
.equipes .slider1 a{
	text-decoration: none;
}
.equipes .slider2{
	width: 100%;
	height: 568px;
	background: blue;
}
.equipes .slider3{
	width: 100%;
	height: 568px;
	background: green;
}
.equipes .slider1 .membre{
	width: 143px;
	margin: 10px; auto;
}
.equipes .slider1 .membre .cadre{
	width: 142px;
	height: 158px;
	background: url('../../images/site/img.png') no-repeat center center;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	position: relative;
	overflow: hidden;
	border-radius: 0 0 87px 0;
}
.equipes .slider1 .membre:hover .cadre{
	background: url(../../images/site/img-hover.png') no-repeat center center;
}
.equipes .slider1 .membre .cadre img{
	height: 150px;
position: absolute;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
bottom: 0px;
}
.equipes .slider1 .membre .img-hv{
	position: absolute;
}
.equipes .slider1 .membre h2{
	font-size: 15px;
	color: #727a7d;
	font-weight: bold;
	margin-top: 8px;
}
.equipes .slider1 .membre p{
	font-size: 14px;
	color: #727a7d;
	margin-top: -5px;
}
.equipes .slider1 .membre:hover .img-hv{
	display: none;
}
.ctn{
	padding-top: 0px;
}
.list-circulation{
	margin-top: 160px;
}