.wrapper
{
	max-width : 950px;
	margin : 0 auto;
}
.page-header{
	border-bottom: 1px solid #333;
}
hr{
	border-bottom: 1px solid #333;
}
.navbar-default {
    background-color: transparent;
    border-color: transparent;
}
.navbar {
    border-radius: 0px;
}
@media (max-width: 768px) {
	.page-header{
		margin-left : 15px;
		margin-right : 15px;
	}
	#header{
		display : none;
	}
	#header5{
		margin : 15px;
	}
	.nav-stagesono > li {
		display : block;
		float : none;
	}
	.navbar-brand{
		margin-top: -5px;
	}
}
@media (min-width: 768px) {
    .navbar .nav-stagesono {
        display: inline-block;
        float: none;
        vertical-align: top;
    }
    .navbar .navbar-collapse {
        text-align: center;
    }
	.navbar-brand{
		display : none;
	}
}
.navbar-toggle .icon-bar
{
background-color : #fff;
}
.navbar-toggle:hover
{
	border : 1px solid #fff;
}
.navbar {
    position: relative;
    min-height: initial;
    margin-bottom: 0px;
    border: 0px solid transparent;
	margin : 0 auto;
}
.nav-stagesono
{
	margin : 0 auto;
}
.navbar-nav .open .dropdown-menu > li > a ,
.nav-stagesono > li > a{
	color : #fff;
	border-radius : 0px;
	padding-top : 10px;
	padding-bottom : 10px;
}
.nav-stagesono > li > a {
	font-weight : bold;
}
.navbar-nav .open .dropdown-menu > li > a:hover ,
.navbar-nav .open .dropdown-menu > li > a:focus ,
.nav-stagesono > li > a:hover, 
.nav-stagesono > li > a:focus {
    text-decoration: none;
    background-color: #9E9D97;
}
.nav-stagesono .open > a, 
.nav-stagesono .open > a:hover, 
.nav-stagesono .open > a:focus {
    background-color: #9E9D97;
    border-color: #337AB7;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0px;
    margin: 2px 0px 0px;
    list-style: outside none none;
    font-size: 14px;
    text-align: left;
    background-color: #333;
    border: 0px;
    border-radius: 0px;
	border-top : 2px solid transparent;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
    background-clip: padding-box;
}

.carousel-control.right {
    left: auto;
    right: 0px;
    background-image: none;
    background-repeat: repeat-x;
}
.carousel-control.left {
    right: auto;
    left: 0px;
    background-image: none;
    background-repeat: repeat-x;
}
.carousel-control:hover, .carousel-control:focus {
    outline: 0px none;
    color: #FFF;
    text-decoration: none;
    opacity: 0.9;
}
.carousel-inner > .item > img {
    margin: 0px auto;
    width: 100%;
}
@media (min-width: 768px) {
	.carousel-indicators {
		position: absolute;
		bottom: -45px;
		left: 50%;
		z-index: 15;
		width: 60%;
		margin-left: -30%;
		padding-left: 0px;
		list-style: outside none none;
		text-align: center;
	}
	.carousel-inner > .item > img{
		margin-top : 5px;
	}
	#header4{
	padding-top : 15px;
	padding-bottom : 50px;
	}
}
.form-stagesono button
{
	background-color : #666;
	color : #fff;
	border : 0px;
    border-radius: 0px;
	margin-left : 1px;
    padding: 5px 20px;
	font-family: "Quicksand",sans-serif;
}
.form-stagesono button:hover,
.form-stagesono button:focus
{
	background-color : #333;
	color : #fff;
	border : 0px;
    border-radius: 0px;
}
.form-stagesono .form-group {
    margin-bottom: 5px;
}
.form-stagesono .form-control {
	font-family: "Quicksand",sans-serif;
    display: block;
    width: 100%;
    /*height: 34px;*/
    padding: 3px 5px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #CCC;
    border-radius: 0px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
strong
{
	color: #000;
	font-size: 16px;
	font-family: "Quicksand",sans-serif;
	font-weight: 400;
}
body{
	height:100%;
	margin:0px;
	background-color: #fff;
		background:url(../img/bg2.png);
	background-repeat:repeat;
}

#toTop {
	margin:0;
	
	cursor:pointer;
        display:none;

}

#header{ 
padding-top : 20px;
padding-bottom : 20px;
background:#333; 
background-image:url(../img/bg1.png);
background-repeat:repeat;
}

#header2{ 
background:#333333;
}

#header3{ 
background:#333333;
}

#header4{ 
background:url(../img/bg3.png);
}

#header5{
	padding:15px;
	background:url(../img/bg3.png);
	margin-bottom : 20px;
}/*
.home #header5 {
    padding: 10px;
    background: transparent url("../img/entreprise.jpg") no-repeat scroll 0% 0%;
}*/

#titre{
  font-family: "Titre";
  color:#333;
  font-size:20px;
  font-family: 'Quicksand', sans-serif;
  font-weight:400;
}

#textefooter{
  font-family: "Titre";
  color:#edece7;
  font-size:14px;
  font-family: 'Quicksand', sans-serif;
  font-weight:400;
}

#border {
	background:#FFF;
	border:solid 1px #999;
	padding:4px;
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */

}

#border:hover
{
background-color:#000;
opacity:1;
filter:alpha(opacity=40); /* For IE8 and earlier */

}

#cadrecentrale {
	width:910px;

}

#texte2{
	color: #333;
	font-size: 18px;
	font-family: "Quicksand",sans-serif;
	font-weight: 400;
	font-style : italic;
}

#texte{
  font-family: "Titre";
  color:#333;
  font-size:14px;
  font-family: 'Quicksand', sans-serif;
  font-weight:400;
  text-align : left;
}

#texteadresse{
  font-family: "Titre";
  color:#edece7;
  font-size:14px;
  font-family: 'Quicksand', sans-serif;
  font-weight:400;
  line-height:1.1;
}


#links{
	margin-top : 15px;
}
	#links a:hover {
		text-decoration : none;
	}
	#links a .video{
		width: 18%;
		margin-right: 2%;
		margin-bottom: 15px;
		position: relative;
		display: inline-block;
		position: relative;
	}
	#links a  img
	{
		width: 100%;
	}
	#links a:nth-child(5n) .video
	{
		margin-right: 0px;
	}
	#links a .video:after{
		position: absolute;
		left: 50%;
		top: 50%;
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size : 40px;
		margin-top : -20px;
		margin-left : -15px;
		font-family: FontAwesome;
		content: "\f144";
		/*content: "";*/
		z-index : 100;
		color: #d1d1d1;
		opacity: 0.9;
		transition: all .2s ease;
	}
	#links a .video:hover:after{
		width: 60px;
		height: 60px;
		line-height: 60px;
		font-size : 60px;
		margin-top : -30px;
		margin-left : -25px;
		opacity: 1;
		color: #fff;
	}

@media (max-width: 768px) {
	#links a .video{
		width: 46%;
		margin-right: 2%;
		margin-bottom: 15px;
		position: relative;
		display: inline-block;
		position: relative;
	}
	#links a:nth-child(5n) .video
	{
		margin-right: 2%;
	}
	#links a:nth-child(2n) .video
	{
		margin-right: 0px;
	}
}
.blueimp-gallery > .slides > .slide > .video-content > iframe 
{
	border: medium none;
	right: 0px;
	bottom: 0px;
	left: 0px;
	margin: auto;
	position: absolute;
	max-width: 100%;
	max-height: 100%;
	backface-visibility: hidden;
	width : 853px;
	height : 480px;
}
/*
	100% - 2%*4 = 92%
	92% / 5 = 18,4%
*/

@media (min-width: 768px) {
	.row1 .col-sm-4 #header5{
		min-height : 360px;
	}
	.row2 .col-sm-4 #header5{
		min-height : 260px;
	}
}