@charset "UTF-8";
*{
	margin:0;
	padding:0;
}
.cookies{
	position:fixed;
	z-index:10000000;
	width:310px;
	padding:10px;
	font-size:14px;
	color:white;
	background-color: rgba(0, 0, 0, 0.7);
	left:5px;
	bottom:5px;
}
.cookies .fa-times{
	float:right;
	display:inline;
	margin:5px;
	margin-right:0;
	margin-top:0;
	font-weight:bold;
	font-size:20px;
	cursor:pointer;
}
.for_fit-picture{
	position:relative;
	display:block;
	outline:none;
}
.fit_play{
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
}
.size2{
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;    /* Firefox, other Gecko */
box-sizing: border-box;         /* Opera/IE 8+ */
}
.round3{
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.show_search i{
	color:inherit;
}
.show_search{
	position:absolute;
	top:10px;
	right:10px;
	cursor:pointer;
}
.share_buttons{
	padding-top:10px;
}
.page_text a, .page_container a{ 
	color:inherit!important;
}
.search_area{
	width:100%;
	padding:10px 0;
	display:none;
}
.form_search{
	text-align: center;
}
.form_search .input, .form_search_submit{
	width:auto!important;
}
.search_button{
	background:transparent;
	font-size:22px;
	border:none;
	cursor:pointer;
}
.dark .search_button, .color .search_button{
	color:white;
}
.map iframe{
	pointer-events: none;
}
.admin{
	background:url(../pics/admin.png) no-repeat 0 0;
	width:40px;
	height:32px;
	position:fixed;
	top:15px;
	left:15px;
	z-index:9999;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-indent:-10000px;
}
.dark{
	background-color:#333b47;
	color:#d5d3d3;
}
.white{
	background-color:#fffdfd;
	color:#2d211e;
}
.color{
	color:#d5d3d3;
}
.header{
	min-height:90px;
	width:100%;
	position:relative;
	z-index:900;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
}
.color .header{
	background-color:#ffffff;
}
.white .header{
	background-color:#fffdfd;	
}
.header .burger{
	background:url(../pics/burger.png) no-repeat 0 0;
	width:50px;
	height:41px;
	position:absolute;
	right:30px;
	top:50%;
	margin-top:-20px;
	cursor:pointer;
	z-index:7;
	display:none;
}
.dark .header .burger{
	background-image:url(../pics/burger_white.png);
}
.intro{
	height:565px;
	width:100%;
	background: no-repeat center center;
  -webkit-background-size: cover; /* pour anciens Chrome et Safari */
  background-size: cover; /* version standardisée */
  position:relative;
  z-index:2;
}
.languages{
	position:absolute;
	right:27px;
	top:0px;
}
.languages li{
	display:inline;
}
.languages li a{
	float:left;
	display:inline;
	background-color:#62666b;
	font-size: 0.8em;
	color:#d9d8d6;
	height:36px;
	line-height:36px;
	width:36px;
	vertical-align:middle;
	text-align:center;
	text-transform:uppercase;
	text-decoration:none;
	margin:3px;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
}
.languages #active a,.languages li a:hover{
	font-weight:bold;
	color:white;
}
.header h1, .header .logo{
	text-indent:-10000px;
	width:320px;
	height:90px;
	position:relative;
	top:0;
	left:0;
	background-position:center center;
	background-repeat:no-repeat;
	float:left;
	display:inline;
}
.header h1 a, .header .logo a{
	display:block;
	width:320px;
	height:90px;
}
.header .menu {
	list-style-type:none;
	margin-top:40px;
	margin-right:100px;
	position:relative;
	float:right;
	display:inline;
}
.header .menu li {
	display:inline;
	float:left;
	position:relative;
	margin-bottom:20px;
}
.header .menu li .submenu {
	display:none;
}
.header .menu li a{
	float:left;
	display:block;
	height:25px;
	line-height:25px;
	vertical-align:middle;
	margin: 0 12px;
	text-decoration:none;
	color:#595959;
	font-size: 0.9em;
	font-weight:bold;
}
.header .menu li .submenu li a{
	height:auto;
	line-height:auto;
	padding:10px;
}
.dark .header .menu li a{
	color:white;
}
.header .menu li a:hover{
	color:#d2004d;
}
.intro h2{
	background-color: rgba(0, 0, 0, 0.6);
	padding:3%;
	color:white;
	font-weight:bold;
	font-size:2em;
	position:absolute;
	left:0;
	bottom:38px;
	width:100%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.color .page{
	background-color: rgba(0, 0, 0, 0.2);
	min-height:200px;
}
.page_container{
	max-width:1200px;
	width:96%;
	margin:auto;
	padding:40px 0;
}
.page h3 {
	text-align:center;
	font-size:1.6em;
}
.page .line{
	background:#fefefe;
	width:60px;
	height:2px;
	margin:20px auto;
}
.white .page .line{
	background:#2d211e;
}
.page_text{
	margin:auto;
	max-width:960px;
	width:100%;
	line-height:1.5em;
	margin-bottom:20px;
}

.page p, .page ul {
	padding:10px 0;
}
.page ul li{
	list-style-type:none;
	background:url(../pics/bullet_white.png) no-repeat 0 6px;
	padding-left:20px;
}
.white .page ul li{
	background-image:url(../pics/bullet.png);
}
.article_item{
	width:100%;
	clear:both;
	overflow:hidden;
	margin:25px auto;
}
.article_item .about{
	overflow:hidden;
}
.article_item .about h4{
	font-size:1.6em;
	text-align:center;
}
.article_item .article_pic{
	float:left;
	display:inline;
	margin-right:25px;
}
.article_item#right .article_pic{
	float:right;
	margin-left:25px;
	margin-right:0;
	position:relative;
	z-index:2;
}
.article_item .file{
	background:url(../pics/donwload_white.png) no-repeat center left;
	min-height:49px;
	line-height:49px;
	vertical-align:middle;
	padding-left:50px;
	display:inline-block;
	color:#d5d3d3;
	margin:10px auto;
}
.white .article_item .file{
	background-image:url(../pics/download.png);
	color:#2d211e;
}
.article_item .article_video{
	position:relative;
	display:inline;
	float:left;
}
.article_item#right .article_video{
	float:right;
}
.article_item .article_video .play{
	background:url(../pics/play.png) no-repeat center center;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-50px;
	margin-left:-50px;
	z-index:50;
	width:100px;
	height:100px;
}
.videos {
	width:100%;
	margin:auto;
	text-align:center;
}
.video_item {
	width:472px;
	display:inline-block;
	margin:15px 10px;
	border-top:1px solid #585858;
	padding-top:12px;
	position:relative;
	text-align:left;
	vertical-align:top;
}
.color .video_item, .dark .video_item{
	border-color:#d5d3d3;
}
.color .video_item a h2, .dark .video_item a h2,.color .video_item a p, .dark .video_item a p, .color .brochure_item a p, .dark .brochure_item a p{
	color:#d5d3d3;
}
.video_item a{
	text-decoration:none;	
}
.video_item img {
	-webkit-box-shadow: 5px 5px 10px 0px #acabab;
	-moz-box-shadow:    5px 5px 10px 0px #acabab;
	box-shadow:         5px 5px 10px 0px #acabab;
}
.video_item h2 {
	font-size:18px;
	color:#4b4c4c;
	text-transform:uppercase;
	padding-top:20px;
	padding-bottom:10px;
}
.video_item p {
	font-size:13px;
	color:#555555;
}
.video_item .play {
	background:url(../pics/video_play.png) no-repeat 0 0;
	width:65px;
	height:65px;
	position:absolute;
	left:50%;
	margin-left:-33px;
	top:115px;
}
.brochures {
	width:100%;
	max-width:1000px;
	text-align:center;
	margin:auto;
}
.brochure_item {
	display:inline-block;
	vertical-align:top;
	width:180px;
	min-height:200px;
	margin:5px;
}
.brochure_item a{
	outline:none;
	border:none;
	text-decoration: none;
}
.brochure_item_container {
	border:1px solid #c3c1c1;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size:12px;
	color:#666666;
	padding-bottom:15px;
}
.brochure_item img {
	margin:15px;
}
.brochure_item p{
	min-height:25px;
}
.brochure_download {
	background:url(../pics/brochure_download.png) no-repeat 0 0;
	width:120px;
	height:43px;
	line-height:43px;
	vertical-align:middle;
	text-align:left;
	padding-left:61px;
	color:#1e1b1f;
	font-family:Lato, sans-serif;
	font-weight:700;
	text-transform:uppercase;
	font-size:13px;
}
.gallery{
	width:100%;
	text-align:center;
	padding-top:20px;
}
.gallery_item{
	display:inline-block;
	text-align:left;
	margin:15px;
	width:274px;
	vertical-align:top;
}
.gallery_product .gallery_item{
	width:250px;
}
.gallery_product .gallery_item img{
	width:220px;
	height:auto;
}

.gallery_item .sline{
	width:28px;
	height:2px;
}
.color .gallery_item .sline{
	background:white;
}
.footer{
	width:100%;
	clear:both;	
}
.social{
	height:50px;
	width:100%;
	background-color:#343b47;
	text-align:center;
}
.dark .social{
	background-color: rgba(255, 255, 255, 0.2);
}
.social_facebook, .social_twitter, .social_linkedin{
	background:url(../pics/social_facebook.png) no-repeat 0 0;
	width:37px;
	height:37px;
	margin: 6px 3px;
	display:inline-block;
}
.social_link{
	width:37px;
	height:37px;
	vertical-align: middle;
	text-align: middle;
	font-size:30px;
	margin: 6px 0px;
	margin-top:9px;
	display:inline-block;
	color:white;
}
.social_twitter{
	background-image:url(../pics/social_twitter.png);
}
.social_linkedin{
	background-image:url(../pics/social_linkedin.png);
}
.footer_about{
	padding-bottom:20px;
	text-align:center;
}
.footer_about .col{
	width:20%;
	display:inline-block;
	margin:2%;
	vertical-align:top;
	padding-top:20px;
	padding-bottom:50px;
	min-width:250px;
}
.footer_about .col1{
	font-size:1.2em;
}
.col4 .callto_contact, .bloc_callto, .form_submit, .slideshow .slide .slide_callto,.callto_hz,.callto_main, .callto_devis{
	color:white;
	text-decoration:none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:12px 10px;
	display:inline-block;
	font-weight:bold;
}

.color .footer_about{
	background-color: rgba(0, 0, 0, 0.5);
}
.footer .bottom{
	width:100%;
	background-color: rgba(255, 255, 255, 0.2);
	line-height:44px;
	vertical-align:middle;
	font-size:0.9em;
	color:white;
}
.white .footer .bottom{
	background-color: rgba(0, 0, 0, 0.5);
}
.blocs{
	width:100%;
	clear:both;
	padding:40px 0;
	text-align:center;	
}
.bloc_item{
	display:inline-block;
	max-width:570px;
	width:96%;
	margin:10px;
	text-decoration:none;
	color:white;
	font-size:1.5em;
	font-weight:bold;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	background-repeat:no-repeat;
	background-position:center center;
	-webkit-background-size: cover; /* pour anciens Chrome et Safari */
  background-size: cover; /* version standardisée */
  vertical-align:top;
}
.bloc_item p{
	padding:30px 0;
}
.white .bloc_item p{
	color:white;
}
.bloc_item_container{
	background-color: rgba(0, 0, 0, 0.5);
	padding:20px 30px;
	height:335px;
}
.bloc_callto{
	background:white;
	font-size:0.7em;
	margin-top:15px;
}
.bloc_item:hover .bloc_callto{
	color:white;
}
.for_contacts{
	width:100%;
	background-color: rgba(0, 0, 0, 0.2);
	text-align:center;
	padding-top:40px;
}
.for_contacts .one_contact{
	width:40%;
	margin:0 4%;
	margin-bottom:40px;
	display:inline-block;
	vertical-align:top;
	max-width:700px;
}
.for_contacts .one_contact .one_col1{
	background:url(../pics/contact_where.png) no-repeat left 3px;
	text-align:left;
	float:left;
	display:inline;
	width:46%;
	padding-right:4%;
}
.for_contacts .one_contact .one_col1 .one_col1_container{
	padding-left:65px;
}
.for_contacts .one_contact .one_col2{
	width:50%;
	float:left;
	display:inline;
	text-align:left;
}
.for_contacts .one_contact .one_col2 .contact_phone,.for_contacts .one_contact .one_col2 .contact_fax,.for_contacts .one_contact .one_col2 .contact_email{
	background:url(../pics/contact_phone.png) no-repeat center left;
	padding-left:65px;
	line-height:49px;
	vertical-align:middle;
	margin-bottom:3px;
}
.for_contacts .one_contact .one_col2 .contact_fax{
	background-image:url(../pics/contact_fax.png);
}
.for_contacts .one_contact .one_col2 .contact_email{
	background-image:url(../pics/contact_mail.png);
}
.form_contact{
	width:100%;
	margin:auto;
	max-width:620px;
	padding-bottom:60px;
	text-align:center;
}
.form_contact .input, .form_contact textarea, .form_search .input{
	background:white;
	border:1px solid #c0c0c0;
	width:100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin:3px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#2d211e;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	outline:none;
}
.form_contact .input.error, .form_contact textarea.error{
	background-color:#fdc9c9;
	border:1px solid #fd3333;
}
.form_contact .input, .form_search .input{
	height:45px;
	line-height:45px;
	padding:0 10px;
}
.form_search .input{
	height:30px;
	line-height:30px;
}
.form_contact textarea{
	height:190px;
	padding:10px;
}
.form_contact #form_phone, .form_contact #form_email,.form_contact .ou{
	float:left;
	display:inline;
	width:46%;
}
.form_contact .ou{
	width:8%;
	line-height:45px;
	vertical-align:middle;
	text-align:center;
}
.form_contact .required{
	text-align:center;
}
.form_submit, .form_search_submit {
	border:none;
	margin:auto;
	text-transform:uppercase;
	font-size:1.2em;
	display:inline-block;
	cursor:pointer;
	margin:15px 0;
	padding-left:30px;
	padding-right:30px;
}
.form_submit:hover,.form_search_submit:hover{
	background:black;
}
.color .form_submit, .color .form_search_submit{
	background:black;
}
.color .form_submit:hover, .color .form_search_submit:hover{
	background:#d5d3d3;
	color:#2d211e;
}
.merci{
	text-align:center;
	padding:20px 0;
	font-size:1.2em;
}
.slideshow{
	width:100%;
	clear:both;
	position:relative;
	background-color:#333b47;
}
.slideshow #prev,.slideshow #next{
	background:url(../pics/left.png) no-repeat 0 0;
	width:32px;
	height:66px;
	position:absolute;
	left:5px;
	top:50%;
	margin-top:-33px;
	z-index:500;
	cursor:pointer;
}
.slideshow #next{
	left:auto;
	right:5px;
	background-image:url(../pics/right.png);
}
.slideshow .slide{
	height:600px;
	background: no-repeat center center;
  -webkit-background-size: cover; /* pour anciens Chrome et Safari */
  background-size: cover; /* version standardisée */
  position:relative;
  width:100%;
  clear:both;
  text-align:center;
}
.slideshow .background-size{
	height:auto;
}
.slideshow .slide .slide_text{
	background-color: rgba(0, 0, 0, 0.5);
	position:absolute;
	bottom:50px;
	left:0;
	width:100%;
}
.slideshow .slide .slide_text_container{
	width:96%;
	margin:auto;
	max-width:1200px;
	position:relative;
}
.slideshow .slide .slide_text .slide_p{
	font-weight:bold;
	font-size:2em;
	color:white;
	padding:20px 0;
	text-align:left;
}
.slideshow .slide_subtitle{
	font-size:0.5em;
}
.slideshow .slide .slide_callto{
	float:right;
	display:inline;
	margin-top:30px;
	padding-left:30px;
	padding-right:30px;
}
.home_zone_content{
	text-align:center;
}
.home_zone{
	width:100%;
	min-height:465px;
	background: no-repeat center center;
	  -webkit-background-size: cover; /* pour anciens Chrome et Safari */
	  background-size: cover; /* version standardisée */
	  display:block;
	  max-width:1200px;
	  margin:auto;
	    margin-bottom:30px;
		text-align:left;
}
.home_zone_content#square .home_zone{
	width:380px;
	min-height:410px;
	vertical-align:top;
	display:inline-block;
	background:none!important;
	background-color: rgba(0, 0, 0, 0.3)!important;
	position:relative;
	text-decoration:none;
	margin:15px;
}
.home_zone_content#square .home_zone_pic{
	position:absolute;
	top:70px;
	left:0;
	z-index:5;
}
.home_zone_content#rectangle .home_zone_pic{
	display:none;
}
#square .home_zone_text .text{
	position:absolute;
	top:70px;
	left:0;
	z-index:10;
	width:380px;
	height:260px;
	background-color: rgba(0, 0, 0, 0.5);
	color:white;
	padding:20px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;    /* Firefox, other Gecko */
box-sizing: border-box;         /* Opera/IE 8+ */
display:none;
}
.home_zone_content#rectangle .home_zone_text{
	float:left;
	display:inline;
	min-width:320px;
	width:40%;
	background-color: rgba(51, 59, 71, 0.6);
	min-height:465px;
	padding:30px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;    /* Firefox, other Gecko */
box-sizing: border-box;         /* Opera/IE 8+ */
	position:relative;
	text-decoration:none;
	color:#d5d3d3;
}
.home_zone_content#rectangle .home_zone#right .home_zone_text{
	float:right;
}
.home_zone_text h4, .home_zone_text h3, .home_zone_text h2{
	font-weight:bold;
	font-size:0.9em;
	text-transform:uppercase;
	text-align:left;
	color:white;
}
.home_zone_text h3{
	font-size:1.2em;
}
.home_zone_text h2{
	font-size:1.4em;
	padding:20px 0;
}
#square .home_zone_text h2{
	position:absolute;
	top:330px;
	left:20px;
	z-index:200;
	font-size:1.2em;
	padding-right:90px;
	line-height:1.2em;
}
#square .home_zone_text h4{
	padding-top:15px;
}
#square .home_zone_text h4, #square .home_zone_text h3{
	padding-left:20px;
}
#square .home_zone:hover .home_zone_text .text{
	display:block;
}
.home_zone_text .callto_hz{
	padding-left:30px;
	padding-right:30px;
	position:absolute;
	left:30px;
	bottom:30px;
}
#square .home_zone_text .callto_hz{
	right:15px;
	left:auto;
	bottom:15px;
}
.home_main{
	width:100%;
	min-height:500px;
	padding:60px 0;
	padding-top:160px;
	background: no-repeat center fixed;
  -webkit-background-size: cover; /* pour anciens Chrome et Safari */
  background-size: cover; /* version standardisée */
  margin-top:60px;
}
.home_main_icon{
	color:black;
	text-align:center;
	font-size:4em;
	margin-bottom:20px;
}
.home_main_content{
	background-color: rgba(0, 0, 0, 0.5);
	padding:40px 0;
	color:white;
	text-align:center;
}
.home_main_content h3, .home_main_content p{
	width:96%;
	max-width:800px;
	margin:auto;
}
.home_main_content p{
	padding:20px 0;
	text-align:left;
}
.home_main_content .home_main_content_text{
	text-align:left;
	padding:20px;
	max-width:800px;
	width:96%;
	margin:auto;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;    /* Firefox, other Gecko */
box-sizing: border-box;         /* Opera/IE 8+ */
}
.callto_main{
	display:inline-block;
}
.devis{
	clear:both;
	width:100%;
	font-size:4em;
	text-align:center;
	padding:40px 0;
	color:white;
}
.dark .devis{
	background-color:#333b47;
	color:#d5d3d3;
}
.white .devis{
	background-color:#d5d3d3;
	color:#333b47;
}
.devis h3{
	font-size:0.4em;
	padding:10px 0;
}
.callto_devis{
	background:white;
	margin:10px 0;
	padding-left:25px;
	padding-right:25px;
	font-size:0.3em;
}
.fiche{
	width:96%;
	margin:auto;
	max-width:1200px;
	min-height:500px;
	position:relative;
	margin-top:-150px;
	z-index:10;
}
.color .fiche, .dark .fiche{
	color:#2d211e;
}
.fiche_left{
	float:left;
	display:inline;
	min-height:100px;
	width:280px;
	background:#f4f3f3;
	border-right:1px solid #e0dfdf;
	position:relative;
}
.fiche_left h2{
	background-color:#312c31;
	font-size:24px;
	padding:20px;
	color:white;
}
.submenu_prod{
	padding:20px;
}
.submenu_prod li  {
	display:block;
}
.submenu_prod li a {
	display:block;
	font-size:17px;
	color:#9a9c9e;
	vertical-align:middle;
	
	text-transform:uppercase;
	text-decoration:none;
	min-height:15px;
	line-height:15px;
	margin:7px 0;
	padding-left:5px;	
	
	font-weight:bold;
}
.submenu_prod li a:hover, .submenu_prod #active a {
	color:#312c31;
}
.submenu_prod2 {
	padding-top:4px;
	padding-bottom:4px;
	overflow:hidden;
}
.submenu_prod2 li a, #active .submenu_prod2 li a  {
	padding:0;
	margin:0;
	font-size:14px;
	color:#9a9c9e;
	padding-left:20px;
	min-height:20px;
	line-height:20px;
}
.submenu_prod2 #active a, #active .submenu_prod2 #active a, .submenu_prod2 li a:hover  {
	color:#312c31;
	background:url(../pics/subcat_active.png) no-repeat center right;
}
.submenu_prod3 {
	margin-left:40px;
	margin-bottom:5px;
	border-top:1px solid #afb2b4;
	margin-top:5px;
	overflow:hidden;
}
.submenu_prod3 li a, #active .submenu_prod3 li a, #active .submenu_prod3 #active li a   {
	font-size:13px;
	color:#afadad!important;
	padding:0;
	margin:0;
	border-bottom:1px solid #afb2b4;
	min-height:28px;
	line-height:28px;
	vertical-align:middle;
	background:none!important;
	padding-left:18px;
}
.submenu_prod3 li a:hover, .submenu_prod3 #active a, #active .submenu_prod3  li#active a, #active .submenu_prod3 li a:hover {
	color:#312c31!important;
	background:url(../pics/subcat2_active.png) no-repeat center left!important;
}
.fiche_right{
	overflow:hidden;
	background:#ffffff;
	min-height:500px;
	padding:30px 50px;
	padding-right:20px;
	position:relative;
}
.fiche_right_titres h1{
	font-size:16px;
}
.fiche_right_titres h2{
	font-size:14px;
	font-weight:normal;
	padding:10px 0;
	line-height:16px;
}
.fiche_right_titres{
	border-bottom:1px solid black;
	padding-bottom:10px;
	margin-bottom:10px;
}
.fiche_right .fiche_nav{
	float:right;
	display:inline;
}
.fiche_download,.fiche_prev,.fiche_next{
	display:inline;
}
.fiche_download a,.fiche_prev a,.fiche_next a{
	border-left:1px solid white;
	float:left;
	display:inline;
	width:55px;
	height:55px;
	background:url(../pics/fiche_left.png) #efeeee no-repeat center center;
}
.fiche_next a{
	background-image:url(../pics/fiche_right.png);	
}
.fiche_download a{
	background-image:url(../pics/fiche_download.png);
	background-position:10px 10px;
	width:auto;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#2d211e;
	height:39px;
	padding:8px 0;
	padding-left:50px;
	padding-right:10px;
}
.fiche_right .topcol{
	background:url(../pics/topcol.png) no-repeat center right;
	height:40px;
	width:10px;
	position:absolute;
	left:-2px;
	top:20px;
	display:none;
}
.fiche_right .fiche_cat{
	font-size:15px;
	text-transform:uppercase;
	font-weight:bold;
}
.fiche_right .fiche_subcat_product{
	font-size:24px;
	text-transform:uppercase;
}
.fiche_right .fiche_text{
	padding:20px 0;
}
.fiche_right .fiche_text p{
	padding:10px 0;
}
.fiche_right .for_normes{
	text-align:center;
}
.fiche_right .norme_title{
	font-size:17px;
	font-weight:bold;
	padding:15px 0;
}
.fiche_right .norme_item{
	border-top:1px solid #b0b0b0;
	width:252px;
	display:inline-block;
	vertical-align:top;
	text-align:left;
	padding:15px 0;
	margin:0 10px;
}
.fiche_right .norme_item .value{
	float:right;
	display:inline;
}
.fiche_right .norme_item p{
	font-weight:bold;
	color:#2d211e;
	padding-right:10px;
}
.fiche_right .norme_item .value{
	font-weight:bold;
}

.film_param {
	padding-top:15px;
	text-align:center;
}
.film_param .param_item {
	display:inline-block;
	width:199px;
	min-height:53px;
	border-top: 1px solid #b0b0b0;
	padding-left:55px;
	padding-top:12px;
	font-size:13px;
	color:#5c6165;
	background:url(../pics/picto_garantie.png) no-repeat 12px center;
	margin:0 10px;
	text-align:left;
}
.film_param #param3, .film_param #param6, .film_param #param7, .film_param #param8  {
	/*margin-right:0;*/
}
.film_param #param2 {
	background:url(../pics/picto_feu.png) no-repeat 12px center;
}
.film_param #param3 {
	background:url(../pics/picto_stock.png) no-repeat 12px center;
}
.film_param #param4, .film_param #param5 {
	background:url(../pics/picto_norme.png) no-repeat 12px center;
}
.film_param #param6 {
	background:url(../pics/picto_rohs.png) no-repeat 12px center;
}
.film_param #param7, .film_param #param8 {
	background:url(../pics/picto_onorme.png) no-repeat 12px center;
}
.film_param .param_item strong {
	display:block;
	font-weight:bold;
	font-size:17px;
}
.film_param .param_item .garantie_ext {
	display:block;
	font-size:11px;
}
.film_laizes {
	width:100%;
	min-height:48px;
	border-top: 1px solid #b0b0b0;
	border-bottom: 1px solid #b0b0b0;	
	clear:both;
	overflow:hidden;
	text-align:center;
}
.film_laizes p {
	width:199px;
	line-height:48px;
	vertical-align:middle;
	margin-left:15px;
	text-align:left;
	display:inline-block;
	font-size:13px;
	color:#5c6165;
	font-weight:bold;
}
.film_laizes .laize_item {
	width:214px;
	display:inline-block;
	line-height:48px;
	font-weight:bold;
	font-size:17px;
	padding-left:48px;
	width:136px;
	background:url(../pics/laize_picto.png) no-repeat left 20px;
	text-align:left;
}

.film_moreinfo {
	border:1px solid #cdcdcd;
	min-height:100px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-top:20px;
	text-align:center;
}
.moreinfo_col1, .moreinfo_col2 {
	display:inline-block;
	max-width:320px;
	margin: 0 10px;
	text-align:left;
	margin-top:30px;
	width:96%;
	vertical-align:top;
}
.moreinfo_col1 .title, .moreinfo_col2 .title, .film_construction .title {
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
}
.moreinfo_col1 p, .moreinfo_col2 p {
	font-size:13px;
	padding-top:10px;
	padding-bottom:10px;
}
.moreinfo_col1 .warning, .moreinfo_col2 .warning {
	padding-top:0;
	font-size:12px;
	font-weight:bold;
}
.moreinfo_col1 table, .moreinfo_col2 table {
	width:100%;
	font-size:13px;
	padding-bottom:30px;
}
.moreinfo_col1 table td, .moreinfo_col2 table td {
	height:30px;
	padding-left:10px;
}
.moreinfo_col1 .trgrey td, .moreinfo_col2 .trgrey td {
	background:#efefef;
}
.moreinfo_col1 .trseparator td {
	border-top:1px solid #cdcdcd;
	height:0px;
}
.film_construction {
	max-width:726px;
	margin:auto;
	padding-bottom:30px;
	text-align:left;
	overflow:hidden;
	width:96%;
	border-top:1px solid #cdcdcd;
	padding-top:10px;
}
.film_construction img {
	float:right;
	display:inline;
	margin-left:10px;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.film_construction .title {
	padding-bottom:10px;
}
.film_construction p {
	font-size:12px;
	color:#212121;
	padding:3px 0;
}
.film_construction p strong {
	font-weight:normal;
}
.limitation {
	padding:10px 0;
	font-size:10px;
	font-style:italic;
	text-align:center;
}

.matiere_top_libelle{
	border-radius:50%;
	float:left;
	margin-right:10px;
	background:#9a9898;
	width:35px;
	height:35px;
	line-height:35px;
	vertical-align:middle;
	text-align:center;
	font-size:13px;
	color:white;
	font-weight:bold;
}
.store_mecanismes, .store_options, .store_matieres {
	width:100%;
	clear:both;
	overflow:hidden;
	padding-top:30px;
}
.store_matieres {
	padding-top:40px;
}
.store_mecanismes, .store_options { 
	padding-top:10px;
	text-align:center;
}
.store_mecanismes h3, .store_options h3, .store_matieres h3 {
	font-size:17px;
	padding-bottom:10px;
	text-transform:uppercase;
	border-bottom:1px solid #acb0b3;
	margin-bottom:15px;
	max-width:811px;
	text-align:left;
}
.store_mecanismes .mecanisme_item, .store_options .option_item {
	width:191px;
	min-height:260px;
	overflow:hidden;
	display:inline-block;
	margin:0 5px;
	text-align:left;
	vertical-align:top;
	text-align:left;
}
.store_mecanismes .mecanisme_item h4, .store_options .option_item h4 {
	font-size:13px;
	color:#696969;
	text-transform:uppercase;
	border-bottom:1px solid #acb0b3;
	line-height:15px;
	vertical-align:middle;
	padding-bottom:7px;
	padding-top:7px;
}
.store_mecanismes .mecanisme_item p, .store_options .option_item p {
	padding:10px 0;
	line-height:18px;
	font-size:13px;
	line-height:16px;
}
.store_toiles_list {
	width:825px;
	overflow:hidden;
	clear:both;	
}
.store_toile_item {
	float:left;
	display:inline;
	width:127px;
	margin-right:10px;
	padding-bottom:10px;
	position:relative;
	cursor:pointer;
}
.store_toile_item h4 {
	font-size:13px;
	color:#696969;
	padding-bottom:8px;
	font-weight:bold;
	text-transform:uppercase;
}
.store_toile_item#active .arrow_toile {
	background:url(../pics/toile_select.png) no-repeat 0 0;
	width:127px;
	height:36px;
	position:absolute;
	left:0;
	top:18px;
}
.browse_matieres {
	float:right;
	display:inline;
	position:relative;
	padding-right:120px;
	position:relative;
}
.browse_matieres .h3right {
	border:none;
	width:auto;
	min-width:200px;
	text-align:right;
}
.browse_matieres .matiere_left, .browse_matieres .matiere_right {
	position:absolute;
	top:-22px;
	right:58px;
	cursor:pointer;
}
.browse_matieres .matiere_right {
	right:13px;
}
.browse_matieres p {
	font-size:12px;
	color:#5c6165;
	position:absolute;
	right:13px;
	top:-40px;
	text-transform:uppercase;
}
.store_matieres h3 select {
	position:absolute;
}
.toile_detail {
	width:90%;
	max-width:810px;
	min-height:180px;
	border:1px solid #acb0b2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top:10px;
	margin-bottom:20px;
	padding:15px 25px;
	overflow:hidden;
	text-align:left;
}
.toile_detail_left {
	width:58%;
	float:left;
	display:inline;
	box-shadow: inset -1px 0 0 #acb0b2;
}
.toile_detail_left img, .toile_detail_left .toile_detail_left_text {
	float:left;
	display:inline;
}
.toile_detail_left_text {
	padding:0 10px;
	float:left;
	display:inline;
	max-width:215px;
}
.toile_detail_left_text h4 {
	font-size:20px;
	color:#596165;
	text-transform:uppercase;
	padding-bottom:20px;
}
.toile_detail_left_text p {
	font-size:15px;
	line-height:18px;
}
.toile_detail_left_text p strong {
	font-size:14px;
	text-transform:uppercase;
	display:block;
	padding-bottom:3px;
}
.toile_detail_right {
	width:38%;
	float:left;
	display:inline;
	padding:0 2%;
}
.toile_detail_right p {
	font-size:14px;
	color:#5c6165;
	text-transform:uppercase;	
}
.toile_detail_right table {
	padding-top:10px;
	width:100%;
}
.toile_detail_right table tr td {
	height:30px;
	padding-left:5px;
	padding-right:3px;
	font-size:13px;
	color:#696969;
}
.toile_detail_right table .table_grey td {
	background-color:#efefef;
}
.store_subcat {
	width:100%;
	clear:both;
	padding:10px 0;
}
.store_subcat p {
	line-height:18px;
	padding-top:10px;
	clear:both;
}
.store_subcat .store_subcat_item a {
	float:left;
	display:inline;
	width:115px;
	height:40px;
	line-height:40px;
	vertical-align:middle;
	text-align:center;
	background:#f3f3f2;
	font-size:17px;
	color:#596165;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-right:5px;
	text-transform:uppercase;
	margin-top:10px;
}
.store_subcat .store_subcat_item#active a {
	background:#596165;
	color:white;
}



.matiere_about {
	padding:20px 0;
	font-size:16px;
	color:#596165;
	clear:both;
}
.matiere_pic_left {
	float:left;
	display:inline;
	border-top:0px;
	margin-right:18px;
}
.matiere_pics {
	padding-bottom:5px;
	position:relative;
}
#fancybox_matiere .zoom {
	background:url(../pics/matiere_zoom.png) no-repeat 0 0;
	width:33px;
	height:33px;
	position:absolute;
	top:275px;
	left:260px;
}
#fancybox_matiere #zoom2 {
	left:780px;
}
.tabs {
	padding-top:25px;
	overflow:hidden;
	padding-left:15px;
}
.tabs .tab1, .tabs .tab2 {
	width:130px;
	height:48px;
	line-height:48px;
	vertical-align:middle;
	text-align:center;
	font-size:14px;
	color:#596165;
	float:left;
	display:inline;
	cursor:pointer;
}
.tabs #active {
	border:1px solid #c5c5c5;
	border-bottom:1px solid white;
}
.tab_content {
	width:100%;
	min-height:280px;
	border:1px solid #c5c5c5;
	margin-top:-1px;
	font-size:13px;
	color:#4b4c4c;
	overflow:hidden;
}
.matiere_desc {
	border-top:1px solid #cdcdcd;
	border-bottom:1px solid #cdcdcd;
	height:40px;
	line-height:40px;
	vertical-align:middle;
	width:96%;
	max-width:735px;
	padding-left:65px;
	margin:auto;
	margin-top:25px;
	position:relative;
}
.matiere_desc .serie {
	float:right;
	display:inline;
	padding-left:32px;
	padding-right:32px;
	text-transform:uppercase;
	color:white;
	font-size:14px;
	font-family:Lato, sans-serif;
	font-weight:700;
	background-color:#596165;
}
.forpicto {
	background:url(../pics/forpicto.png) no-repeat 0 0;
	width:51px;
	height:51px;
	line-height:51px;
	vertical-align:middle;
	text-align:center;
	position:absolute;
	top:-6px;
	left:3px;
	
}
.forpicto .forpicto_film, .forpicto .forpicto_thermo, .forpicto .forpicto_epaisseur, .forpicto .forpicto_elongation, .forpicto .forpicto_feu, .forpicto .forpicto_resist, .forpicto .forpicto_rayures, .forpicto .forpicto_tec {
	width:51px;
	height:51px;
	background:url(../pics/picto_film.png) no-repeat center 20px;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.forpicto .forpicto_thermo {
	background:url(../pics/picto_thermo.png) no-repeat center 17px;
}
.forpicto .forpicto_epaisseur {
	background:url(../pics/picto_epaisseur.png) no-repeat center 19px;
}
.forpicto .forpicto_elongation {
	background:url(../pics/picto_elongation.png) no-repeat center 15px;
}
.forpicto .forpicto_feu {
	background:url(../pics/picto_feu.png) no-repeat center 12px;
}
.forpicto .forpicto_resist {
	background:url(../pics/picto_resist.png) no-repeat center 12px;
}
.forpicto .forpicto_rayures {
	background:url(../pics/picto_rayures.png) no-repeat center 18px;
}
.forpicto .forpicto_tec {
	background:url(../pics/picto_tec.png) no-repeat center 15px;
}
.matiere_param {
	width:200px;
	padding-left:60px;
	height:28px;
	padding-top:10px;
	float:left;
	display: table-cell;
    vertical-align: middle;
	margin-left:12px;
	background-color:#efefef;
	margin-top:22px;
	position:relative;
	word-break: normal;
	font-size:12px;
	line-height:12px;
}
#matiere_param_line {
	border-top:1px solid #cdcdcd;
	border-bottom:1px solid #cdcdcd;
	height:27px;
	background:white;
}
.matiere_param .value {
	float:right;
	display:inline;
	font-size:12px;
	color:#404040;
	font-family:Lato, sans-serif;
	font-weight:700;
	padding-right:10px;
}
.matiere_param .value img {
	margin-top:-7px;
}
.tab_content#tab2 {
	text-align:center;
	padding-top:18px;
	padding-bottom:18px;
	display:none;
}
.tab_part {
	width:250px;
	display:inline-block;
	vertical-align:top;
	border-right:1px dashed #8a9093;
	min-height:250px;
	padding-top:35px;
	background:url(../pics/picto_certification.png) no-repeat center top;
}
.tab_part#second {
	background:url(../pics/picto_durabilite.png) no-repeat center top;
}
.tab_part#last {
	border-right:0px;	
	background:url(../pics/picto_entretien.png) no-repeat center top;
}
.tab_part h5 {
	background:url(../pics/garantie_line.png) no-repeat center bottom;
	font-size:16px;
	color:#596165;
	padding-bottom:18px;
	padding-top:7px;
	margin-bottom:10px;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.tab_part p {
	color:#596165;
	font-size:12px;
	line-height:15px;
	padding:5px 0;
	width:80%;
	margin:auto;
}
.matiere_moreinfo {
	float:left;
	clear:both;
	padding:15px;
	font-size:11px;
	font-style:italic;
}
.gamme_item img, .select_product_item img, .matiere_pic_left, .matiere_pic_right  {
	-webkit-box-shadow: 2px 2px 2px 0px #acabab;
	-moz-box-shadow:    2px 2px 2px 0px #acabab;
	box-shadow:         2px 2px 2px 0px #acabab;
}
	
	


::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #a8a7a7;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #a8a7a7;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #a8a7a7;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #a8a7a7;
}
.footer .bottom a{
	color:white;
	text-decoration:none;
}
.footer .bottom a:hover{
	text-decoration:underline;
}
.footer .bottom .sowedo{
	float:right;
	display:inline;
	padding-right:20px;
}
.footer .bottom .copyright{
	float:left;
	display:inline;
	padding-left:20px;
}


.cs_content{
	width:100%;
	clear:both;
	padding:30px 0;
	overflow:hidden;
}

.cs_content .value{
	padding:10px 0;
	float:left;
	display:inline;
	margin-right:6.33%;
	width:27%;
		min-height:40px;
}

.fp_separator{
	clear:both;
	margin-top:7px;
	margin-bottom:12px;
	height:2px;
	background-color:#dfdfdf;
	margin-right:6.33%;
}
.large_value{
	clear:both;
	float:left;
	display:inline;
	margin-right:6.33%;
	padding-bottom:10px;
}
.large_value.large_half{
	width:40%;
	min-width:320px;
	clear:none;
}
.forvalues{
	padding:20px 0;
	float:left;
	width:100%;
}
.large_value{
	line-height:20px;
}
.large_value.large_value_small{
	font-size:11px;
	line-height:13px;
}
.param_item{
	vertical-align: top;
}
.laize_item{
	display:inline-block;
	padding-right:5px;
	font-weight:bold;
}



@media screen and (max-width: 1200px) {
.store_detail { 
		width:96%;
		margin:auto;
		padding:0;
	}
	.store_mecanismes, .store_options, .store_matieres, .store_toiles_list { 
		width:100%;
		padding:0;
		text-align:center;
	}
	.store_mecanismes, .store_matieres {
		padding-top:20px;
	}
	.store_mecanismes h3, .store_options h3, .store_matieres h3 {
		max-width:1200px;
	}
	.store_mecanismes .mecanisme_item, .store_options .option_item, .store_toiles_list .store_toile_item {
		float:none;
		display:inline-block;
		margin:0 5px;
	}
	.browse_matieres {
		display:none;
	}
	.store_matieres h3 select {
		position:static;
	}
	.toile_detail {
		margin:auto;
		margin-top:10px;
		box-sizing:border-box;
  		-moz-box-sizing:border-box;
  		-webkit-box-sizing:border-box;
	}
	.toile_detail_left, .toile_detail_right {
		width:100%;
		float:left;
		padding:0;
		clear:both;	
		box-shadow: inset 0 0 0 #acb0b2;
	}
	.toile_detail_right {
		padding-top:10px;
	}
	.toile_detail_left_text {
		padding:10px 0;
	}
	.toile_detail_left img {
		margin-right:10px;
	}
}
	
@media screen and (max-width: 1000px) {

	.video_item {
		width:310px;
		margin:5px;
	}
	.video_item img {
		width:310px;
		height:auto;
	}
	.video_item .play {
		top:80px;
	}
	
.film_param {
		text-align:center;
	}
	.film_param .param_item {
		float:none;
		display:inline-block;
		text-align:left;
		margin:0 10px!important;
	}
	.film_laizes {
		text-align:center;
	}
	.film_laizes p, .film_laizes .laize_item {
		float:none;
		display:inline-block;
		text-align:left;
	}
	
.fiche_left{
	clear:both;
	float:none;
	display:block;
}
.fiche_right{
	padding:20px 0;
}
.fiche_right .norme_title{
	text-align:center;
}
.article_item .article_pic,.article_item#right .article_pic{
	float:none;
	display:block;
	margin:auto;
	width:96%;
	height:auto;
	margin-bottom:20px;
}
.article_item .article_video,.article_item#right .article_video{
	float:none;
	display:block;
}
.article_item .about{
	border-top:0;
	padding-bottom:40px;
}
.for_contacts .one_contact{
	width:96%;
	padding:0;
	margin:auto;
	margin-bottom:20px;
}
.for_contacts .one_contact .one_col1, .for_contacts .one_contact .one_col2{
	width:100%;
}
.form_contact #form_phone, .form_contact #form_email,.form_contact .ou{
	float:none;
	width:100%;
}
.form_contact .ou{
	display:none;
}
.header .burger {
	display:block;
}
.panel {
	background-color: rgba(0, 0, 0, 0.85);
	width:295px;
	height:100%;
	position:fixed;
	left:0;
	top:0;
	z-index:9;
	-webkit-box-shadow: 0px 0px 50px #000;
    -moz-box-shadow: 0px 0px 50px #000;
    box-shadow: 0px 0px 50px #000;
	overflow:scroll;
	display:none;
}
.header .menu{
	position:static;
	left:auto;
	top:auto;
	margin:0;
	margin-top:80px;
	float:none;
	display:block;
}
.header .menu li{
	float:none;
	display:block;
	width:250px;
	background:none;
	padding:0;
	margin:auto;
	vertical-align:middle;
	border-top:1px solid #d5d3d3;
}
.header .menu li a, .header .menu li .submenu li a{
	display:block;
	width:auto;
	float:none;
	text-align:left;
	height:auto;
	vertical-align:middle;
	padding:15px 10px;
	margin:0;
	color:#d5d3d3!important;
}
.header .menu li .submenu li a{
	height:auto;
	line-height:auto!important;
	}
.header .menu li a:hover, .header .menu #active a{
	border-bottom:none!important;
	color:#d5d3d3!important;
}
.header .menu li .submenu, .header .menu li:hover .submenu{
	display:block;
	position:static;
	left:auto;
	top:auto;
}
.header .menu li .submenu li a{
	background-color:transparent;
	padding-left:25px;
	background:url(../pics/bullet_white.png) no-repeat 5px center;
}
.panel .close {
	background:url(../pics/close.png) no-repeat 0 0;
	width:28px;
	height:28px;
	position:absolute;
	top:15px;
	left:15px;
	cursor:pointer;
}
.slideshow .slide .slide_callto{
	position:static;
	clear:both;
	display:inline-block;
	margin-bottom:10px;
}
	
	
	.matiere_desc {
		padding:0;
		line-height:auto;
		height:auto;
		border:0;
		text-align:left;
	}
	.matiere_desc .forpicto {
		display:none;	
	}
	.tab_content {
		padding-bottom:20px;
		text-align:center;
	}
	.matiere_param {
		float:none;
		display:inline-block;
		text-align:left;
	}
	.tab_part {
		border-right:0px;
	}
	.matiere_pic_left, .matiere_pic_right {
		width:100%;
		height:auto;
		max-width:320px;
		float:none;
		display:block;
		margin:auto;
	}
	.matiere_pic_left {
		margin-bottom:20px;
	}
	#fancybox_matiere .zoom {
		display:none;
	}
	.fiche_cat, .fiche_subcat_product, .fiche_right .fiche_text{
		padding-left:20px;
		padding-right:20px;
	}
	
	
.footer .bottom .sowedo, .footer .bottom .copyright{
	float:none;
	display:block;
	padding:0;
}
.footer .bottom .copyright{
	float:none;
}
	
.page_text table{
	max-width:100%;
}
.page_text table tr{
	text-align: center;
}
.page_text table tr td{
	width:100%!important;
	display:inline-block;
	height:auto!important;
	text-align: left;
}
	.page_text img{
		max-width:90%;
		height:auto;
		margin:auto;
		padding:0;
	}
	.show_search .fa{
	color:inherit;
	font-size:30px;
}
.show_search{
	position:absolute;
	top:2px;
	right:2px;
	cursor:pointer;
}
	
}
@media screen and (max-width: 500px) {
	
.cs_content .value{
	margin-right:2.5%;
	width:45%;
}
	
	.config_54 .page_text table tr td img{
		max-width:30%;
		height:auto;
	}
.fiche_right .fiche_nav{
	float:left;
	clear:both;
	display:block;
	margin:auto;
	width:100%;
	margin-bottom:20px;
}
.home_zone_content#square .home_zone{
	width:300px;
	min-height:344px;
}
.home_zone_content#square .home_zone_pic{
	position:absolute;
	top:70px;
	left:0;
	z-index:5;
	width:300px;
	height:205px;
}
#square .home_zone_text .text{
	position:absolute;
	width:300px;
	height:205px;
}
#square .home_zone_text h2{
	position:absolute;
	top:270px;
	font-size:1em;
}
.header h1{
	background-size: 200px 56px;
}
.slideshow .slide .slide_callto{
	float:none;
	display:block;
	clear:both;
	margin:auto;
	margin-top:30px;
	padding-left:30px;
	padding-right:30px;
}

}
@media screen and (min-width: 1000px) {
.panel {
	display:block!important;
}
.header .menu li:hover .submenu{
	display:block;
	padding-top:30px;
	position:absolute;
	left:0;
	top:20px;
	width:250px;
	z-index:10;
}
.header .menu li:hover .submenu li{
	width:100%;
	clear:both;
	float:none;
}
.header .menu li:hover .submenu li a{
	display:block;
	clear:both;
	float:none;
	padding:10px 15px;
	margin:0;
	line-height:auto;
	vertical-align:middle;
	color:#595959;
	background-color:#fdfcf5;
	border:none!important;
	border-top:1px solid #cbc9c5!important;
}
.header .menu li:hover .submenu li a:hover{
	color:white;
}
}