/*!
 * Std débouchage *
 */

body, html {
	height: 100%;
}

body {
	background:#FFF200;
	/*background: #E1E1E1;*/
	
	
}



.outlined {
	border: solid 1px #FFF;
}


/* Barre de Navigation */
.scroller_anchor{
	height:0px;
	padding:0;
	z-index:99;
	
}

.scroller{
	background:#FFF200; 
	z-index:99;
	float: right;
	/*height:235px; 
	width:100%;*/
	position:relative;
	
}


header {
	background: url(../img/textures/hixs_pattern_evolution.png);
	/*height: 600px;*/
	padding-top:25px;
	box-shadow: 0px 0px 4px 1px #000 inset;
	
}

.pipe {
	background:url(../img/pipe90.png) center top repeat-x;
	height: auto;
	min-height: 250px;
	
}

.logo {
	margin:25px 0 0 110px;
}


.top_telephone {
	float: right;
	text-align: right;
	padding:10px 120px 0 0;

}

.telephone_number {
	display: inline-block;
	font-weight: bold;
}

.top_telephone h3 {
font-size: 46px;
font-weight: bold;
margin-top: -10px;

}


.carousel-control.left, .carousel-control.right {
	background: none;
}

.highlighted {
	padding: 5px;
	color: #000;
	background: #FFF200;
	border-radius: 5px;
	border: solid 1px #FFDC00;
	box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.8);
	width: auto;
	display: inline-block;
}

.header_text {
	color:#FFF200;
	
	/*border-color: rgba(254, 219, 0, 0.8);/*
	text-shadow: 0px 0px 2px rgba(252, 238, 34, 0.6);
	color: rgba(0,0,0,0.6);*/
	text-shadow: 2px 2px 3px rgba(255,255,255,0.1);
	margin: 100px 0 0 60px;
	/*font-size: 48px;*/
}

.header_text h1 {
	font-size: 48px;
	margin: 0;
}
.header_text p {
	margin-bottom: -10px;
}


.famille {
	background: url(../img/photo_famille.png) center center no-repeat;
	/*height: 258px;*/
	height: 400px;
	position: relative;
	z-index: 0;
}

.photo_tuyau {
	background: url(../img/photo_tuyau.png) center center no-repeat;
	/*height: 258px;*/
	height: 400px;
	position: relative;
	z-index: 0;
}

.img-slide img {
	position: relative;
	z-index: 0;
}

#famille {
	-ms-transform:rotate(-5deg); /* IE 9 */
	-moz-transform:rotate(-5deg); /* Firefox */
	-webkit-transform:rotate(-5deg); /* Safari and Chrome */
	-o-transform:rotate(-5deg); /* Opera */
	
	
}

#camera {
	-ms-transform:rotate(7deg); /* IE 9 */
	-moz-transform:rotate(7deg); /* Firefox */
	-webkit-transform:rotate(7deg); /* Safari and Chrome */
	-o-transform:rotate(7deg); /* Opera */
	
}

#drainsfrancais {
	-ms-transform:rotate(3deg); /* IE 9 */
	-moz-transform:rotate(3deg); /* Firefox */
	-webkit-transform:rotate(3deg); /* Safari and Chrome */
	-o-transform:rotate(3deg); /* Opera */
}


#industriel {
	-ms-transform:rotate(-3deg); /* IE 9 */
	-moz-transform:rotate(-3deg); /* Firefox */
	-webkit-transform:rotate(-3deg); /* Safari and Chrome */
	-o-transform:rotate(-3deg); /* Opera */
}


#ponceaux {
	-ms-transform:rotate(2deg); /* IE 9 */
	-moz-transform:rotate(2deg); /* Firefox */
	-webkit-transform:rotate(2deg); /* Safari and Chrome */
	-o-transform:rotate(2deg); /* Opera */
}



.service {
	margin-top: -380px;
	/*float: right;*/
	position: relative;
	z-index: 99;
	
}

.service_small {
	visibility:collapse;
	float: right;
	height: 0;
	width: 0;
}



.transition {
	width: 100%;
	/*height: 10px;*/
	height:161px;
	/*background:url(../img/transition.png) repeat-x;*/
	background:url(../img/pipe-menu90.png) center top repeat-x;
	position: relative;
	margin-top:-80px;
	z-index: 99;
}


.menu-pipe {
	
	margin-top: 55px;
	padding-left: 20px;
	padding-right: 20px;
}


.nav > li > a {
	color: #000;
	position: relative;
	/*display: block;*/
	padding: 5px;
	font-size:18px;
	
}


.nav > li > a:hover {
	background: none;
	color:#c5a400;
	
}

.move {
	height: 20px;
	width: 20px;
	float: right;
	margin-right: 20px;
}

.move a {
	color: #fff200;
}

.move a:hover {
	color:#dac907;
}

.move.white {

margin: 50px 0 0 0;
}

.move.white a {
	color:#fff;
}

.move.white a:hover {
	color:#000;
}



section {
padding: 20px 0;
}




.contenu {
	background: #fff;
	margin-top: 50px;
	box-shadow: 0px 0px 6px -2px black;
	border: solid 1px #CCC;
	padding: 20px 0;
	border-radius:20px;
	position: relative;
	z-index: 99;
	
}

.contenu h3 {
	margin-top: 0;
}

.badge {
background-color:#FFF200 ;
}

.badge a {
	color:#333;
}
.badge a:hover {
	color:#666;
	text-decoration: none;
}

.well h3 {
	margin-top: 0;
}

.panel-heading h3 {
	margin: 0;
}



.btn {
	background:#FFF200;
	border-color: #FFDC00;
	color: #000;
}

.btn:hover {
	background:#FFDC00;
	border-color:#FFF200;
	color: #000;
}


#map-canvas {
	min-height:650px;
	padding-bottom:0;
	box-shadow: 0px 0px 6px -1px black;

	
	
}


.inside-map {
	
	position: relative;
	z-index: 99;
	background: transparent;
	
	/*margin-bottom: 25px;*/
	
}

.inside-map hr {
margin: 10px 0;
	
}

.inside-map h4 {
margin-top: 20px;
	
}

.inside-map .col-sm-6 {
	margin-top: -625px;
	background: url(../img/textures/white_90.png);
	height: auto;
	border-radius: 20px;
	box-shadow: 0px 0px 6px -2px black;
	padding-bottom: 20px;
	
}

.no-margin {
	
	margin-left: 0;
	padding-left: 0;
}

.form-control:focus {
	border-color:#FFF200;
	border-color: rgba(254, 219, 0, 0.8);
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(252, 238, 34, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(252, 238, 34, 0.6);
}

.modal-dialog {width:640px;}
.thumbnail {margin-bottom:6px;}

.phone_number {
	display: inline-block;
}

@media screen and (max-width: 1200px) {
	
	.header_text {
	
	margin: 100px 0 0 0;
	}
	
	.logo {
	 margin-left: 20px;
	}
	
	.top_telephone {
	
	padding-right: 30px;

}
	
	.top_telephone h3 {
	font-size: 36px;
	font-weight: bold;
	margin-top: 0;

}

	.top_telephone h3 a {
	color:#333;

}

.transition {
	margin-top:-80px;
	
}


}

@media screen and (max-width: 991px) {
	
	.header_text {
	
	margin-top: 30px;
	}
	
	
	.service_small {
	visibility: visible;
	float: right;
	height: auto;
	width: auto;
	margin-top: -20px;
	}
	
	.img-slide img {
	display: none;
	}

	
	.logo {
	margin:25px 0 0 0;
	}
	
	.top_telephone {
	
	padding-right: 0;

	}
	
	.transition {
		margin-top:0;
		
	}


}


