/* CSS Document */
* {
	margin:0;
	padding:0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #727272;
}
html,body {
	height: 100%;
    background: #fff;
}
#test_image {
	background: url(../_img/css/image.jpg) no-repeat center scroll;
	-webkit-background-size: cover; /* pour Chrome et Safari */
	-moz-background-size: cover; /* pour Firefox */
	-o-background-size: cover; /* pour Opera */
	background-size: cover; /* version standardis�e */
}
p strong, p a {
	font-weight: 700;
	text-decoration: none;
}
p a:hover {
	color: #972321;
}
header {
	height: 270px;
	display: block;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 20;
}
.header_home {
	height: 130px;
	position: absolute;
}
header .logo {
	width: 291px;
	height: 91px;
	display: block;
	position: absolute;
	left: 40px;
	top: 40px;
	background: url(../_img/css/logo.png) no-repeat center scroll;
	-webkit-background-size: cover; /* pour Chrome et Safari */
	-moz-background-size: cover; /* pour Firefox */
	-o-background-size: cover; /* pour Opera */
	background-size: cover; /* version standardis�e */
}
header .tel_top, header .link_home {
	font-size: 18px;
	font-weight: 300;
	text-transform: uppercase;
	text-decoration: none;
	color: #000;
	position: absolute;
	top: 10px;
	right: 10px;
	font-family: arial;
}
header .tel_top a {
text-decoration: none;
color: #000;
}
.header_home .tel_top, .header_home header .tel_top a {
color: #fff;
}
header .link_home {
	right: 150px;
}
header .link_home:after {
	content: '';
	height: 100%;
	width: 1px;
	display: block;
	background-color: #000;
	right: -10px;
	position: absolute;
	top: 0;
}
header .link_home:hover {
	color :	#972321;
}
header .img_page_header {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../_img/css/top_page.jpg) no-repeat center scroll;
	-webkit-background-size: cover; /* pour Chrome et Safari */
	-moz-background-size: cover; /* pour Firefox */
	-o-background-size: cover; /* pour Opera */
	background-size: cover; /* version standardis�e */
}
header .img_corner_header {
	content: '';
	width: 767px;
	height: 870px;
	display: block;
	position: absolute;
	top: 0;
	left: -235px;
	background: url(../_img/css/top_left_page.png) no-repeat center scroll;
	-webkit-background-size: cover; /* pour Chrome et Safari */
	-moz-background-size: cover; /* pour Firefox */
	-o-background-size: cover; /* pour Opera */
	background-size: cover; /* version standardis�e */
}
.header_home .img_page_header, .header_home  .img_corner_header {
	display: none;
}
/******************************DEBUT DU MENU*****************************/
.logo_menu_top {
	display: none;
}
nav {
	width: 100%;
	height: 20px;
	position: absolute;
	top: 110px;
	left: 0;
	padding-left: 450px;
	-webkit-transition: left 0.5s ease; /* Safari */
    transition: left 0.5s ease;
}
nav ul {
	text-align: left;
}
nav ul li {
	display: inline;
	position: relative;
	padding-bottom: 20px;
}
nav ul li .big_link {
	display: inline-block;
	line-height: 20px;
	padding: 0 10px;
	border-left: 1px solid #000;
	font-size: 18px;
	font-weight: 300;
	text-transform: uppercase;
	text-decoration: none;
	color: #000;
}
.header_home nav ul li .big_link {
	color: #fff;
	border-left: 1px solid #fff;
}
header nav ul li a.first, .header_home nav ul li a.first {
	border: none;
}
nav ul li a:hover {
	font-weight: 700;
}
.header_home nav ul li a:hover {
	font-weight: 700;
}
nav ul li ul {
	display: none;
	position: absolute;
	top: 20px;
	width: auto;
	min-width: 150px;
	background-color: #fff;
	left: 0;
}
nav ul li:hover ul {
	display: block;
}
nav ul li ul li {
	display: block;
	padding-bottom: 0;
}
nav ul li ul li a {
	display: block;
	line-height: 30px;
	padding: 0 20px;
	font-size: 16px;
	font-weight: 300;
	text-transform: none;
	text-decoration: none;
	color: #000;
	border-bottom: 1px solid #000;
}
/******************************FIN DU MENU*****************************/
.home_slide {
	width: 100%;
	height: 100%;
	min-height: 850px;
	display: block;
	position: relative;
	border-bottom: 250px solid #d7d7d7;
	background: url(../_img/css/fond_top.jpg) no-repeat center scroll;
	-webkit-background-size: cover; /* pour Chrome et Safari */
	-moz-background-size: cover; /* pour Firefox */
	-o-background-size: cover; /* pour Opera */
	background-size: cover; /* version standardis�e */
}
.home_slide:before {
	content: '';
	width: 767px;
	height: 870px;
	display: block;
	position: absolute;
	top: 0;
	left: -235px;
	background: url(../_img/css/top_left.png) no-repeat center scroll;
	-webkit-background-size: cover; /* pour Chrome et Safari */
	-moz-background-size: cover; /* pour Firefox */
	-o-background-size: cover; /* pour Opera */
	background-size: cover; /* version standardis�e */
}
.home_slide:after {
	content: '';
	width: 412px;
	height: 467px;
	display: block;
	position: absolute;
	bottom: -250px;
	right: 0;
	background: url(../_img/css/bottom_right.png) no-repeat center scroll;
	-webkit-background-size: cover; /* pour Chrome et Safari */
	-moz-background-size: cover; /* pour Firefox */
	-o-background-size: cover; /* pour Opera */
	background-size: cover; /* version standardis�e */
}
.home_slide .slider {
	width: 800px;
	position: absolute;
	bottom: -177px;
	height: auto;
	left: 50%;
	margin-left: -400px;
}
.home_slide .slider h1, .home_slide .slider h3 {
	font-size: 40px;
	color: #fff;
	font-weight: 300;
	text-transform: uppercase;
}
.home_slide .slider h1 {
	font-weight: 700;
}

.home_slide .slider h2 {
	font-size: 25px;
	color: #fff;
	font-weight: 300;
	text-transform: uppercase;
	display: block;
}
.home_slide .slider h2 strong {
	font-weight: 700;
	font-size: 25px;
	color: #fff;
	text-transform: uppercase;
}
.home_slide .slider h2, .home_slide .slider h3 {
	margin-top: 30px;
}
.home_slide .slider .all_raccourcie {
	width: 100%;
	height: 350px;
	display: block;
	margin:auto;
}
.home_slide .slider .all_raccourcie:after {
	content: '';
	display: block;
	clear: both;
}
.home_slide .slider .all_raccourcie a {
	width: 240px;
	height: 100%;
	display: block;
	background-color: #fff;
	float: left;
	position: relative;
	margin: 0 8px;
}
.home_slide .slider .all_raccourcie a:after {
	content: '';
	width: 8px;
	height: 17px;
	display: block;
	position: absolute;
	left: 0;
	top: 165px;
	background: url(../_img/css/small_arrow.png) no-repeat center scroll;
	-webkit-background-size: cover; /* pour Chrome et Safari */
	-moz-background-size: cover; /* pour Firefox */
	-o-background-size: cover; /* pour Opera */
	background-size: cover; /* version standardis�e */
	z-index: 10;
}
.home_slide .slider .all_raccourcie .title {
	position: absolute;
	height: 43px;
	display: block;
	width: 100%;
	top: 0;
	left: 0;
	color: #000;
	font-size: 16px;
	font-weight: 700;
	line-height: 43px;
	text-align: center;
	text-transform: uppercase;
}
.home_slide .slider .all_raccourcie .img {
	position: absolute;
	height: 130px;
	display: block;
	width: 100%;
	top: 43px;
	left: 0;
	background: url(../_img/css/fond_raccourcie.jpg) no-repeat center scroll;
	-webkit-background-size: cover; /* pour Chrome et Safari */
	-moz-background-size: cover; /* pour Firefox */
	-o-background-size: cover; /* pour Opera */
	background-size: cover; /* version standardis�e */
}
.home_slide .slider .all_raccourcie .charpente .img { background-image: url(../_img/raccourcies/toit.jpg);}
.home_slide .slider .all_raccourcie .bois .img { background-image: url(../_img/raccourcies/bois.jpg);}
.home_slide .slider .all_raccourcie .zinc .img { background-image: url(../_img/raccourcies/zinc.jpg);}
.home_slide .slider .all_raccourcie .txt {
	position: absolute;
	height: 152px;
	bottom: 25px;
	left: 0;
	display: block;
	width: 100%;
	padding: 25px;
	color: #000;
	text-align: left;
}
.home_slide .slider .all_raccourcie .link {
	position: absolute;
	height: 25px;
	display: block;
	width: 100%;
	font-size: 13px;
	font-weight: 700;
	padding-bottom: 10px;
	padding-right: 5px;
	text-align: right;
	color: #972321;
	text-transform: uppercase;
	bottom: 0;
}
.home_content {
	width: 100%;
	background-color: #fff;
}
.fond_gris {
	background-color: #ebebeb;
	position: relative;
}
.fond_gris:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	display: block;
	background-color: #972321;
}
.home_content .content {
	width: 1200px;
	margin: auto;
	position: relative;
}
.home_content .content:after {
	content: '';
	display: block;
	clear: both;
}
.home_content .content .left_content, .home_content .content .right_content {
	width: 500px;
	display: block;
	float: left;
	margin: 0 50px;
	padding: 50px 0;
	position: relative;
}
.right_content .logo_qualibat {
	position: absolute;
	left: 500px;
	bottom: 73px;
	display: block;
	width: 70px;
	height: 100px;
	background: url(../_img/css/qualibat_rge.jpg) no-repeat right top scroll;
	-webkit-background-size: cover; /* pour Chrome et Safari */
	-moz-background-size: cover; /* pour Firefox */
	-o-background-size: cover; /* pour Opera */
	background-size: cover; /* version standardis�e */
}
.fond_gris .content .left_content {
	padding: 30px 0;
	float: none;
	position: absolute;
	width: 550px;
	left: 100px;
	top: 0;
	height: 100%;
	display: block;
	margin: 0;
	padding-right: 100px;
	background: url(../_img/css/gris_left.png) no-repeat right top scroll;
	-webkit-background-size: cover; /* pour Chrome et Safari */
	-moz-background-size: cover; /* pour Firefox */
	-o-background-size: cover; /* pour Opera */
	background-size: cover; /* version standardis�e */
	background-color: #972321;
}
.fond_gris .content .right_content {
	float: none;
	padding-left: 600px;
	width: 100%;
	padding-right: 100px;
}
.home_content .content .left_content h4 {
	width: 100%;
	text-align: right;
	font-size: 38px;
	display: block;
	font-weight: 700;
	color: #972321;
	text-transform: uppercase;
	margin-bottom: 35px;
}
.fond_gris .content .left_content h4 {
	color: #fff;
}
.home_content .content .left_content h5 {
	width: 100%;
	text-align: right;
	display: block;
	font-size: 26px;
	font-weight: 300;
	text-transform: uppercase;
}
.home_content .content .right_content p {
	width: 100%;
	text-align: justify;
	display: block;
	margin-bottom: 20px;
}
.home_content .content .right_content h3 {
	color: #972321;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.all_real {
	width: 100%;
	display: block;
	position: relative;
	height: auto;
	background-color: #fff;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	z-index: 150;
}
.all_real:after {
	content: '';
	display: block;
	clear: both;
}
.all_real a {
	height: 350px;
	width: 33.3333%;
	border-left: 1px solid #fff;
	display: block;
	float: left;
	position: relative;
	background: url(../_img/css/raccourcie.jpg) no-repeat right top scroll;
	-webkit-background-size: cover; /* pour Chrome et Safari */
	-moz-background-size: cover; /* pour Firefox */
	-o-background-size: cover; /* pour Opera */
	background-size: cover; /* version standardis�e */
}
.all_real a:before {
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	background: rgba(0, 0, 0, 0.4);
	-webkit-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
}
.all_real a:hover:before {
	opacity: 1;
}
.all_real a .title {
	position: absolute;
	left: 0;
	top: 280px;
	height: 50px;
	line-height: 50px;
	padding: 0 30px;
	background-color: #fff;
	display: block;
	color: #363636;
	font-size: 14px;
	-webkit-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
}
.all_real a .title strong {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #363636;
	-webkit-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
}
.all_real a:hover .title {
	background-color: #972321;
	color: #fff;
}
.all_real a:hover .title strong {
	color: #fff;
}
.section_page:after {
	content: '';
	width: 412px;
	height: 467px;
	display: block;
	position: absolute;
	bottom: -250px;
	right: 0;
	background: url(../_img/css/bottom_right.png) no-repeat center scroll;
	-webkit-background-size: cover; /* pour Chrome et Safari */
	-moz-background-size: cover; /* pour Firefox */
	-o-background-size: cover; /* pour Opera */
	background-size: cover; /* version standardis�e */
}
.section_page {
	background-color: #fff;
	width: 100%;
	display: block;
	position: relative;
	min-height: 600px;
	padding-bottom: 50px;
}
.page_realisation {
	min-height: 235px;
}
.section_page:before {
	content: '';
	height: 85px;
	display: block;
	background-color: #d7d7d7;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.section_page .content_page {
	width: 1000px;
	margin: auto;
	position: relative;
	padding-right: 300px;
	z-index: 150;
}
.section_page .un_chantier {
	padding-right: 0;
	padding-top: 20px;
}
.section_page .un_chantier .bloc {
	width: 250px;
	height: 250px;
	display: block;
	position: relative;
	float: left;
	background: url(../_img/css/bottom_right.png) no-repeat center scroll;
	-webkit-background-size: cover; /* pour Chrome et Safari */
	-moz-background-size: cover; /* pour Firefox */
	-o-background-size: cover; /* pour Opera */
	background-size: cover; /* version standardis�e */
}
.section_page .un_chantier .bloc .over_img {
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	color: #fff;
	font-weight: 300;
	font-size: 18px;
	text-align: center;
	line-height: 35px;
	padding-top: 80px;
	background: rgba(0, 0, 0, 0.4);
	-webkit-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
}
.section_page .un_chantier .bloc:hover .over_img {
	opacity: 1;
}
.home_content .content:after, .section_page .un_chantier:after {
	content: '';
	display: block;
	clear: both;
}
.section_page .content_page .back_url {
	position: absolute;
	height: 50px;
	line-height: 50px;
	display: block;
	background-color: #972321;
	color: #fff;
	font-weight: 300;
	font-size: 20px;
	text-decoration: none;
	text-transform: uppercase;
	left: 7px;
	top: -50px;
}
.section_page .content_page .back_url:before, .section_page .content_page .back_url:after {
	content: '';
	width: 45px;
	height: 50px;
	display: block;
	position: absolute;
	left: -45px;
	top: 0;
	background: url(../_img/css/back_before.png) no-repeat center scroll;
	-webkit-background-size: cover; /* pour Chrome et Safari */
	-moz-background-size: cover; /* pour Firefox */
	-o-background-size: cover; /* pour Opera */
	background-size: cover; /* version standardis�e */
}
.section_page .content_page .back_url:after {
	background-image: url(../_img/css/back_after.png);
	left: initial;
	right: -45px;
}
.section_page .content_page h1 {
	width: 100%;
	display: block;
	line-height: 85px;
	text-align: left;
	font-size: 28px;
	display: block;
	color: #972321;
	font-weight: 700;
	text-transform: uppercase;
}
.section_page .content_page h1 strong {
	font-weight: 700;
	color: #972321;
	font-size: 28px;
	text-transform: uppercase;
}
.section_page .content_page h2 {
	font-size: 24px;
	font-weight: 300;
	text-align: left;
	width: 100%;
	display: block;
	text-transform: uppercase;
	margin-top: 40px;
}
.section_page .content_page h3 {
	font-size: 20px;
	width: 100%;
	display: block;
	margin-top: 20px;
	color: #972321;
	font-weight: 700;
}
.section_page .content_page p {
	margin-top: 20px;
}
.section_page .content_page p a {
	font-weight: 700;
	text-decoration: none;
}
/******************************Pour le contact*************************/

.formulaire_contact {
	width: 500px;
	float: left;
}
.formulaire_contact .fomulaire {
	width: 100%;
	display: block;
}
.formulaire_contact .form_contact {
	position: relative;
	padding-bottom: 30px;
}
.formulaire_contact .form_contact input {
 width: 100%;
 height: 25px;
 line-height: 25px;
 display: block;
}
.formulaire_contact .form_contact textarea {
	width: 100%;
	height: 100px;
	display: block;
}
.formulaire_contact .form_contact p {
	padding: 0;

}
.formulaire_contact .form_contact .submit {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 200px;
	background-color: #972321;
	color: #fff;
	border: none;
	cursor: pointer;
}
.colonne_iframe {
	width: 400px;
	position: absolute;
	height: 400px;
	top: 130px;
	right: -80px;
	display: block;
}
.colonne_iframe iframe {
	width: 100%;
	height: 100%;;
}
.clear_both {
	clear: both;
	display: block;
}
/******************************FIN le contact*************************/
footer {
	background-color: #363636;
	width: 100%;
	display: block;
	position: relative;
	padding: 15px 0;
}
footer .all_col {
	width: 1200px;
	margin: auto;
}
footer .all_col:after {
	content: '';
	display: block;
	clear: both;
}
footer .all_col .col {
	width: 400px;
	float: left;
	border-right: 1px solid  #5e5e5e;
	padding-top: 35px;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	padding-left: 50px;
}
footer .all_col .col .logo {
	width: 167px;
	height: 53px;
	display: block;
	margin-bottom: 30px;
	background: url(../_img/css/logo_footer.png) no-repeat right top scroll;
	-webkit-background-size: cover; /* pour Chrome et Safari */
	-moz-background-size: cover; /* pour Firefox */
	-o-background-size: cover; /* pour Opera */
	background-size: cover; /* version standardis�e */
}
footer .all_col .col tel, footer .all_col .col tel a {
	color: #fff;
	font-size: 14px;
	text-decoration: none;
}
footer .all_col .col a {
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	display: block;
}
footer .all_col .col a:hover {
	color: #972321;
}






.arrow_bottom {
	width: 20px;
	height: 40px;
	display: block;
	position: absolute;
	bottom: -240px;
	left:50%;
	margin-left: -10px;
	z-index: 100;
}
	.arrow_bottom:before {
		content: '';
		width: 20px;
		height: 20px;
		display: block;
		position: absolute;
		bottom: 0;
		left:0;
		background: url(../_img/css/arrow_bas.png) no-repeat center scroll;
		-webkit-background-size: cover; /* pour Chrome et Safari */
		-moz-background-size: cover; /* pour Firefox */
		-o-background-size: cover; /* pour Opera */
		background-size: cover; /* version standardis�e */
		animation: bounce 0.8s ease infinite alternate;
}
@keyframes bounce{
     from {bottom: 20px;}
     to   {bottom: 0px;}
}







.pop_site {
	display: none;
	position: fixed;
	width: 60%;
	left: 20%;
	top: 5%;
	overflow: auto;
	z-index: 190;
	background-color: #fff;
	padding: 50px;
	max-height: 90%;
	overflow: auto;
}
.pop_site .in_pop {
	display: flex;
	width: 100%;
	justify-content: space-around;
}
.pop_site .in_pop .img_left {
	display: block;
	width: 45%;
	height: fit-content;
}
.pop_site .in_pop .colonne_text {
	width: 100%;
	display: block;
}
.pop_site .in_pop .colonne_text .img_logo_top {
	width: 200px;
	height: auto;
	display: block;
	margin: auto;
	margin-bottom: 20px;
}
.pop_site .in_pop .colonne_text h3 {
	color: #972321;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.pop_site .in_pop .colonne_text p {
	display: block;
	color: #727272;
	text-align: left;
}
.pop_site .in_pop .colonne_text .btn {
	width: 220px;
	padding: 10px;
	background-color: #f1e0b5;
	color: #5f6c5a;
	display: block;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	margin: auto;
}
.pop_site .in_pop .colonne_text .btn:hover {
	background-color: #5f6c5a;
	color: #f1e0b5;
}


.fond_pop {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 180;
	background: rgba(0, 0, 0, 0.8);
}
.pop_site_open, .fond_pop_open {
	display: block;
}
