/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
*, html, body {font-family:Arial, Helvetica, sans-serif;}
html, body, div, span, applet, object, iframe,  h1, h2, h3, h4, h5, h6, p, blockquote, pre,  a, abbr, acronym, address, big, cite, code,  del, dfn, em, font, ins, kbd, q, s, samp,  small, strike, strong, sub, sup, tt, var,  dl, dt, dd, ol, ul, li,  fieldset, form, label, legend,  table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
section, article, header, footer, nav, aside, hgroup {
	display:block;
}
table {
	border-collapse:collapse;
	margin:0;
	padding:0;
}
a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	text-decoration: underline;
	font-weight: normal;
}
a:focus {
	outline:none;
}
input.button {
	cursor: pointer;
}
p {
	margin:0 0 20px 0;
	height:auto;
	font-family:Arial, Helvetica, sans-serif
}
img {
	border: 0 none;
	max-width:100%;
	height:auto;
}
ul {
	height:auto;
	margin:0;
	padding:0;
}
ul li {
	margin:5px 0 5px 20px;
}
ul, ol {
	list-style:inside;
}
ol {
	list-style-type:decimal;
}
blockquote{
	width:80%;
	margin:0 auto 20px;
	background: #ffffff;
	background: -moz-linear-gradient(left,  #ffffff 0%, #f7f7f7 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(100%,#f7f7f7));
	background: -webkit-linear-gradient(left,  #ffffff 0%,#f7f7f7 100%);
	background: -o-linear-gradient(left,  #ffffff 0%,#f7f7f7 100%);
	background: -ms-linear-gradient(left,  #ffffff 0%,#f7f7f7 100%);
	background: linear-gradient(to right,  #ffffff 0%,#f7f7f7 100%);
	padding:30px;
	border:solid 1px #ccc;
	border-left-width:10px;
	overflow:hidden;
}
blockquote p{
	font-family:Georgia, "Times New Roman", Times, serif;
	font:bold;
	font-style:italic;
	font-size:1.3em !important;
	line-height:normal;
	margin:0;
	padding:0;
}
/***********/

ul.noscript {
	width:100%;
	height:22px;
	text-align:center;
	background-color:#000;
	list-style:none;
	padding:8px 0 0 0;
	position:absolute;
	top:0;
	z-index:12;
}
ul.noscript li {
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
}
.coockie_banner, .BotonTres {font-size:.8em !important;}
.BotonTres{padding:4px 8px !important;}
.coockie_banner a{text-decoration:underline;}

/***************************************************/

body.mybody {
	background: url(../images/bg.jpg) top no-repeat, url(../images/bg-2.png) repeat;
	background-color:#2e3339;
}
body#121 .links{display:none !important}

#wrapper {
	max-width: 968px;
	height:auto;
	margin: 0 auto 1.5em auto;
	position:relative;
}
/***************************************************/

#header {
	width:100%;
	height:183px;
	background:url(../images/sprite.jpg) 0 20px no-repeat;
	position:relative;
	z-index:1;
}
a.logo{
	display:block;
	width:281px;
	margin:68px 0 0 30px;
	float:left
}
.baseline {
	width:auto;
	height:auto;
	color:#909699;
	font-size:1.65em;
	line-height:normal;
	font-family: 'Abel', sans-serif;
	font-weight:bold;
	margin:0 0 0 30px;
	padding:0;
	clear:both
}
#header #zenav{
	display:block;
	width:100%;
	margin:0;
	padding:20px 0 0 0;
	height:45px;
	background-color:#000;
	position:fixed;
	z-index:5000 !important;
	top:0;
	left:0;
	-webkit-box-shadow: 0 1px 5px 0 #000;
	transition: all 300ms ease-in-out;
}
#header #zenav.tiny{height:37px; padding:10px 0 0 0; box-shadow: 0 1px 3px 0 #3c3c3c; transition: all 300ms ease-in-out;}

#header #zenav .wrappnav {width:968px !important; margin:0 auto; height:47px;}

#header .wrappnav .phone{
	display:block;
	background:url(../images/phone.jpg) left center #000 no-repeat;
	font-size:1.6em;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	padding:0 0 0 45px;
	z-index:10;
	float:right;
	width:auto;
}

/***************************************************/

#global {
	width:100%;
	height:auto;
	min-height:100%;
	position:relative;
	clear:both;
}
#conteneur {
	width:100%;
	height:auto;
	overflow:hidden;
	background:url(../images/bg-rightcol.jpg) right repeat-y #fff;
	-webkit-box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.6);
	box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.6);
}
/*** 404 ***/
#error404 #conteneur{background:#fff !important; padding:20px 0; text-align:center}
#error404 #conteneur h1{
	font-size:3em;
	line-height:normal;
	color:#000;
	padding:0;
	font-family: 'Abel', sans-serif;
}
#error404 #conteneur ul{margin:0; padding:0}
#error404 #conteneur ul li{color:#d9001a; list-style-type:square; margin:10px 0}
#error404 #conteneur ul li a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px; color:#d9001a;
}
#mywrapp{background:url(../images/404.jpg) top no-repeat; padding:300px 0 0 0; height:auto; overflow:hidden}
/******************** colonnes **********************/

#insert {
	width:100%;
}
/***************/

#centercolumn {
	width:75%;
	float:left;
}
#centercolumn div.interne {
	padding:10px;
}
#rightcolumn {
	width:25%;
	float:right;
	padding:0;
	background:#dcdcdc;
}
/********************* contenu texte article et blog *************************/
.introarticles {
	color:#595959;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:1.5em;
	line-height:normal;
}
.introarticles a {
	color:#99c00f !important;
	text-decoration:underline;
	font-weight:bold;
}


.breadcrumbs{
	height:auto;
	overflow:hidden;
	margin:5px 0;
	padding:0 12px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.8em;
	background-color:#f2f2f2;
}
.breadcrumbs a.pathway{
	color:#d9001a; 
	float:left; 
	display:block;
	width:auto;
	height:auto;
	padding-top:15px;
}
.breadcrumbs span.separator{
	display:block;
	margin:0 10px;
	width:15px;
	height:46px;
	background:url(../images/separator.png) top no-repeat;
	float:left;
	text-indent:-9999px;
}
.breadcrumbs span.name{
	display:block;
	float:left;
	padding-top:15px;
}
/****/

#centercolumn article header,
#centercolumn section header{
	width:90%;
	height:auto;
	overflow:hidden;
	border-bottom:dotted 1px #ccc;
	margin:0 auto 20px auto;	
}
ul.actions{
	float:right;
	width:23.8292011%;
	margin-top:20px;
	text-align:right
}
ul.actions li{float:right; list-style:none; opacity:0.5;}
ul.actions li:hover{opacity:1;}

.article-title, .btp-title, .btp-detail-title {
	display:block;
	width:76.1707989%;
	height:auto;
	font-size:3.65em;
	line-height:normal;
	color:#000;
	padding:0;
	font-family: 'Abel', sans-serif;
	float:left
}
.article-title a{color:#000 !important;}
.article-title a:hover{text-decoration:none}
/*****/
div.core {
	width:90%;
	margin:0 auto;
	clear:both;
}
div.core, div.core p {
	font-size:12px;
	line-height:20px;
	color:#5d5d5d;
	text-align:left
}
div.core p strong{font-weight:bold}

.core .img-intro-left{
	width:40%;
	float:left;
	margin-right:10px;
}


.darkshadow,
img.darkshadow {
	border:solid 3px #fff;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.5);
}

div.core a, div.core p a {
	color:#000;
	text-decoration:underline
}
div.core a:hover, div.core p a:hover{text-decoration:none}

div.core ul {
	list-style:none;
	margin:0 20px;
	width:auto;
	padding:8px;
	float:left
}
div.core ul li {
	text-align:left;
	padding:0 0 0 25px;
	margin:8px 0;
	background:url(../images/tick.png) top left no-repeat;
}
p.readmore {
	text-align:right;
	height:auto;
	overflow:hidden;
	line-height:normal
}
p.readmore a, .moduletable_menutop ul li p.more a {
	float:right;
	display:block;
	width:auto;
	height:auto;
	padding:4px 16px;
	background-color:#96bf0d;
	font-size:11px;
	color:#fff !important;
	text-align:center
}
p.readmore a:hover, .moduletable_menutop ul li p.more a:hover{
	background-color:#6b870e;
	-webkit-transition: background 0.2s ease-in-out;
	-moz-transition: background 0.2s ease-in-out;
	-ms-transition: background 0.2s ease-in-out;
	-o-transition: background 0.2s ease-in-out;
	transition: background 0.2s ease-in-out;	
}
div.core h2 {
	display:block;
	background-color:#99c00f;
	padding:2px 2px 2px 20px;
	margin:0 0 20px 0;
	color:#FFFFFF;
	font-size:2.5em;
	line-height:normal;
	font-family: 'strait', sans-serif;
	width:auto;
	height:auto;
	clear:both;
}
div.core h3 {
	padding:6px 0;
	margin:0 0 20px 0;
	display:block;
	clear:both;
	width:auto;
	color:#000;
	font-size:1.8em;
	line-height:normal;
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	background:url(../images/underline.jpg) bottom left no-repeat;
}
div.core h4 {
	display:block;
	clear:both;
	margin:0 0 20px 0;
	padding:8px 0 5px 0;
	background:url(../images/h4.jpg) bottom left no-repeat;
	color:#8ab00c;
	font-size:1.3em;
	font-weight:bold;
}
div.core h5{
	font-weight:bold;
	color:#8ab00c;
	margin:0;
	padding:0
}

div.core .zeref{display:block; color:#fff; text-shadow:0 1px 0 #000; text-align:center; background:#d9001a; text-decoration:none; margin:0 auto !important; width:30%; padding:5px 10px; -webkit-border-radius:20px; border-radius:20px; font-size:14px;} 

/**** pagination ****/

div.pagination{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:20px auto;
	text-align:center;
}
div.blog_sites div.pagination{
	margin:20px auto !important;
}
div.pagination ul{
	list-style:none;
}
div.pagination ul li{
	display:inline;
	margin:0 4px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}

li.pagination-start, li.pagination-prev,
li.pagination-next, li.pagination-end{display:none !important;}

div.pagination ul li a.pagenav {
	display:inline-block;
	height:21px;
	width:21px;
	border:1px solid #7dac05;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	font:11px/20px Helevetica, Arial,Verdana,sans-serif;
	text-shadow:0 1px 1px #666;
	color:#fff;
	background: #8fc800;
	background: -moz-linear-gradient(top,  #8fc800 0%, #8fc800 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8fc800), color-stop(100%,#8fc800));
	background: -webkit-linear-gradient(top,  #8fc800 0%,#8fc800 100%);
	background: -o-linear-gradient(top,  #8fc800 0%,#8fc800 100%);
	background: -ms-linear-gradient(top,  #8fc800 0%,#8fc800 100%);
	background: linear-gradient(to bottom,  #8fc800 0%,#8fc800 100%);
	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4);
	box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4); 	
}
div.pagination ul li a.pagenav:hover{
	color:#fff;
	border:1px solid #658b05
}

div.pagination ul li span.pagenav{
	display:inline-block;
	height:21px;
	width:21px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	font:11px/20px Helevetica, Arial,Verdana,sans-serif;
	color:#fff;
	border:1px solid #4d6907;
	background: #4d6907;
	-webkit-box-shadow: inset 0px 2px 1px 0px rgba(0, 0, 0, 0.4);
	box-shadow: inset 0px 2px 1px 0px rgba(0, 0, 0, 0.4); 
}

/**** addthis ****/

.item-page footer, .blog article footer{
	clear:both;
}
.links{
	width:90%;
	margin:0 auto;
	border-top:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	padding:6px 0 3px 0;
}
.addthis_button_google_plusone{width:70px !important}
.addthis_button_compact{font-size:.7em; color:#d9001a; margin-top:2px}

/** hide addthis in some page **/
#page121 .item-page footer,
#page139 .item-page footer{display:none !important}

/**** blog ****/

.blog .items-row{
	margin-bottom:40px;
}

/**** blog accueil ****/

.blog-featured article{margin:10px 0}
.blog-featured article header {
	width:100% !important;
	background-color:#000;
	padding:0;
	margin-bottom:10px;
	border-bottom:none !important
}
.blog-featured article header .article-title{
	font-size:2em;
	line-height:normal;
	color:#fff;
	padding:0;
	margin:3px;
	font-family:'Abel', sans-serif;
}

/********************* page de contact ******************/

#contactleft{
	width:50%;
	float:left;
	overflow:hidden
}
#contactleft input#nom,
#contactleft input#Email,
#contactleft input#tel,
#contactleft select#sujet,
#contactleft textarea{
	width:280px;
}
#contactleft textarea{height:170px}
#contactleft input#loi{width:auto !important}
#contactright{
	width:50%;
	float:right;
}
#contactright .map{border:solid 1px #ccc; margin-left:10px; margin-bottom:10px;}
#contactright .map img{-webkit-box-shadow:none !important; box-shadow:none !important; border:none !important}
.adressebis{
	padding:0 0 0 10px;
	margin:0 0 10px 10px;
	border-left:solid 5px #eceaea;
	font-size:.8em;
}
.commerciaux{width:279px; padding:6px 6px 0; background-color:#f7f7f7; border:solid 1px #ccc; margin:0 0 10px 10px; overflow:hidden}
.commerciaux p, .commerciaux ul{margin:0 !important; padding:0 !important;}
.commerciaux p strong{display:block; background-color:#e2e2e2; padding:2px 5px;}
.commerciaux ul{margin-left:20px !important; padding:0 !important;}
.commerciaux p strong{font-weight:bold}
.commerciaux ul li strong{font-weight:bold; color:#d9001a}

/********************* Footer ***********************/

#footer {
	width:100%;
	height:auto;
	background:#2b2b2b;
	margin:0;
	clear:both;
	overflow:hidden;
	border-radius:0 0 0 20px;
	-moz-border-radius:0 0 0 20px;
	-webkit-box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.6);
	box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.6);
}

/* =Responsive Structure

----------------------------------------------- */

/* default style */
.selectnav { display: none; }

@media (max-width: 850px) {

	#wrapper{margin-bottom:0 !important}
	#header .logo{
		width:190px !important;
		margin:20px 0 0 30px !important;
	}
	#header #zenav{position:inherit !important;}
	#header #zenav .wrappnav, #header #zenav.tiny .wrappnav{width:auto !important;}
	#header .phone{display:none !important}
	#conteneur { background:#fff !important}
	ul.actions li.print-icon{display:none !important}
	ul#menuref{background:#1f1e1e; text-align:left; padding:.8em .5em;}
	#contactleft, #contactright{font-size:.8em}
	#footer{border-radius:0; height:auto; overflow:hidden; padding-bottom:20px}
	.moduletable_baseline{ clear:both !important;float:none !important; margin:20px auto 0 auto !important; padding:10px 0 !important; width:90% !important;}		
	#txmod_89, #txmod_89 .pane .item {width:85% !important;}
	.xs_intro {width:auto}
}
@media (min-width: 768px) and (max-width:850px) {
	.moduletable_news h3{font-size:1.3em !important}
	.xs_intro .imglink{width:50px; height:50px;}
	.custom_textile img{max-width:50%;}
}
@media (min-width: 600px) and (max-width:850px) {
	div.moduletable_menu{margin:0 !important;}
	.moduletable_menu ul li a, .moduletable_menu ul li .separator{ font-size:.8em !important; margin:0 !important;}
	.moduletable_menu ul li a{padding:.2em .3em !important;}
	.article-title {font-size:3em !important;}
}
@media (min-width: 600px) and (max-width:800px) {
	.baseline{font-size:1.3em !important}
}
/* small screen */
@media (max-width: 650px) {
	#centercolumn, #rightcolumn{width:100%; clear:both;}

	#header{background:#384248; height:auto;}
	#header .logo{margin:.3em auto !important; float:none !important}
	.baseline{text-align:center; font-size:1.3em !important; width:auto !important; margin:0 auto .3em !important}	
	#header nav{padding:0}
	#zenav{padding:0 !important} 
	div.moduletable_menu{margin:0 !important; width:80% !important; float:none !important}
	/*** menu top image ***/
	.moduletable_menutop{padding:0; overflow:hidden; margin-bottom:.7em}
	.moduletable_menutop ul{text-align:center}
	.moduletable_menutop ul li{width:23% !important; height:95px; display:inline-block; margin:0.2%; float:none; background:none}
	.moduletable_menutop ul li a{
		display:block;
		width:auto;
		height:40px; 
		text-align:center; 
		border-radius:4px; 
		-moz-border-radius:4px; 
		padding:2em 0; 
		-webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.6);
		box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.6);		
	}
	.mosaic-overlay{display:none !important}
	.mosaic-backdrop{background:none !important}

	.moduletable_menutop ul li .title{margin:0 !important; padding:0; line-height:normal}
	.moduletable_menutop ul li .title a{font-size:.8em !important; font-family:Arial, Helvetica, sans-serif !important;}
	/***/
	.moduletable_menutop ul li.impression a{border:solid 1px #c09f74; background:#423626;}
	.moduletable_menutop ul li.impression .title a{color:#c09f74}
	/***/
	.moduletable_menutop ul li.publicite a{border:solid 1px #ecbd97; background:#bc6017;}
	.moduletable_menutop ul li.publicite .title a{color:#ecbd97}
	/***/	
	.moduletable_menutop ul li.comm a{border:solid 1px #db8585; background:#9a1e1e;}
	.moduletable_menutop ul li.comm .title a{color:#db8585}
	/***/			
	.moduletable_menutop ul li.site a{border:solid 1px #9f9a9a; background:#000;}
	.moduletable_menutop ul li.site .title a{color:#9f9a9a}			
	/**********************/
	.btp-title, .btp-detail-title{font-size:2em !important}
	#contactleft, #contactright{width:auto;float:none;overflow:hidden;}
	.js #nav { display: none; }
	.js .selectnav { 
		display: block;	
		padding: 3px 10px;
		margin: 10px auto !important;
		border: 1px solid #FFF;
		width: 80%;
		font-size:.9em;
	}
	.moduletable_menu1, .moduletable_menu2{display:none}
}
@media (max-width: 530px) {
	.moduletable_menutop ul li{width:21%;}
	.moduletable_slide{display:none}
	.moduletable_new{width:100% !important; float:none}
	nav.breadcrumbs{display:none !important;}
	.moduletable_select table{display:none !important}
	div.core, #centercolumn article header, #centercolumn section header {width:95%;}
	ul.actions{margin:0}
	.article-title {font-size:1.75em !important;}
	.core .img-intro-left{
		width:auto;
		float:none;
	}
}
@media (min-width: 480px) and (max-width:650px) {
	/********** modules col droites ***********/
	.moduletable_news,
	.moduletable_textile,
	.moduletable_pose-adhesif,
	.moduletable_voiles,
	.moduletable_crea-net,
	.moduletable_fb,
	.moduletable_tt{
		width:45%;
		float:left;
		clear:none;
		margin:.5em; 
	}
	.moduletable_textile,
	.moduletable_tt,
	.moduletable_fb,
	.moduletable_voiles{float:right !important}
}
@media (max-width: 480px) and (orientation:landscape){
	.core p{font-size:.7em !important; line-height:1.4em !important}
	.introarticles{font-size:1em !important;}
}
@media (max-width: 375px) {
	.moduletable_menu, .js .selectnav{text-align:center !important; float:none !important; margin:10px auto !important; width:auto !important}
	.moduletable_menutop ul li{width:50% !important; height:100px !important; overflow:hidden}
	.adresse{margin-left:20px !important}
	.core p, .core p img{float:none !important; clear:both !important}
	.moduletable_pose-adhesif{display:none !important}
}
