.retour p{
	position: relative;
	right: 50px;
	top: 10px;
	color: #727a7d;
}
footer{
	width: 100%;
	position: fixed;
	bottom: 0;
}
.retour p a{
	text-decoration: none;
	color: #727a7d;
}
.retour p .glyphicon{
	color: orange;
	font-size: 12px;
}

.introduction{
	width: 90%;
	margin: 30px auto;
}
.introduction h1{
	font-size: 25px;
}
.introduction h1 a{
	text-decoration: none;
	color: #777;
	font-weight: bold;
	padding-bottom: 7px;
	border-bottom: 2px solid orange;
}

.slider{
	width: 85%;
	margin: 0px auto;
	margin-top: 20px;
}

.carousel-indicators li{
	width: 15px;
	height: 15px;
	border-radius: 30px;
	background: #cfcfcf;
}
.carousel-indicators .active{
	width: 15px;
	height: 15px;
	border-radius: 30px;
	background: orange;
}

.slider .slider1{
	width: 100%;
	height: 620px;
}

.slider .slider1 .thumbnail{
	border: 0;
	box-shadow: 0 0 0;
	height: 95px;
}
.slider .slider1 .col-sm-2{
	border-right: 2px solid orange;
}
.slider .slider1 p{
	color: #727a7d;
	font-weight: bold;
	margin-top: 10px;
	font-size: 16px;
	text-align: center;
}
.slider .slider1 .first img{
	background: #fff;
	width: 120px;
    height: 85px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-top-left-radius: 8px;
    -moz-border-top-right-radius: 8px;
    -moz-border-bottom-right-radius: 8px;
    -o-border-top-left-radius: 8px;
    -o-border-top-right-radius: 8px;
    -o-border-bottom-right-radius: 8px;
    -ms-border-top-left-radius: 8px;
    -ms-border-top-right-radius: 8px;
    -ms-border-bottom-right-radius: 8px;
}

.slider .slider1 .first h2{
	font-size: 13px;
	margin-top: 0px;
	font-weight: bold;
	color: #8a9092;
}
.slider .slider1 .first .bg-img{
	background: #f8ba19;
	width: 120px;
    height: 85px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-top-left-radius: 8px;
    -moz-border-top-right-radius: 8px;
    -moz-border-bottom-right-radius: 8px;
    -o-border-top-left-radius: 8px;
    -o-border-top-right-radius: 8px;
    -o-border-bottom-right-radius: 8px;
    -ms-border-top-left-radius: 8px;
    -ms-border-top-right-radius: 8px;
    -ms-border-bottom-right-radius: 8px;
    display: none;
    position: absolute;
    opacity: 0.4;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
}
.slider .slider1 .first .icon{
	width: 72px;
	height: 85px;
	background: url('../../images/site/icon.png') no-repeat center center;
	position: absolute;
	left:0;
    right:0;
    margin-left:38px;
    margin-right:auto;
    z-index: 999;
    opacity: 0.9;
    display: none;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
}
.slider .slider1 .first:hover .icon, .slider .slider1 .first:hover .bg-img{
	display: block;
}

.slider .slider1 .first:hover h2{
	color: #f8ba19;
}
.slider .slider1 .first h4{
	font-size: 12px;
	line-height: 25px;
	font-weight: normal;
	color: #8a9092;
	width: 250px;
}