/*
Theme Name: gueuzerietilquin
Author: Ali Nassiri for Digital Park
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

body {
	line-height: 1;
	background-color: #6b6461;
	color: #283b4a;
	font: 14px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* =Type
-------------------------------------------------------------- */

h1 {
	font: 38px/40px "HelveticaNeue-CondensedBold", 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
	color: #283b4a;
}

h2 {
	font: 20px/24px "HelveticaNeue-CondensedBold", 'Open Sans Condensed', sans-serif;
	margin-bottom: 20px;
	text-transform: uppercase;
}

h3 {
	font: 16px/20px "HelveticaNeue-CondensedBold", 'Open Sans Condensed', sans-serif;
	margin-bottom: 10px;
	text-transform: uppercase;
}

h4 {
	font: 10px/15px Arial, sans-serif;
	margin-bottom: 10px;
	text-transform: uppercase;
}

p {
	margin-bottom: 20px;
	font-family: Georgia, Times, serif;
}

a {
	color: #2f3f4f;
}

a:hover {
	color: #ff6633;
}

strong {
	font-weight: bold;
}

/* =Lists
-------------------------------------------------------------- */

.entry-content ul{
	margin: 20px 0px 20px 0px;
	
}

.entry-content li{
	list-style: circle;
	list-style-position: outside;
	list-style-image: url('images/arrow.png');
	margin-left: 12px;
	margin-bottom: 4px;
	padding-left: 5px;
	font-family: Georgia, Times, serif;
	font-size: 14px;
	line-height: 18px;
}

.page-template-page-pointsdevente-php .entry-content ul,
.page-template-page-pointsdevente-php .entry-content li {
	list-style: none;
	margin: 0;
}


/* =Main
-------------------------------------------------------------- */

#wrapper{
	width: 100%;
	background-color: #d8ebf6;
}

#header{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 50;
	margin: 0 auto;
	text-align: center;
	background-color: #283b4a;
}

#main{
	width: 100%;
	padding-top: 50px;
	margin: 0 auto;
}

#content {
	position: relative;
	width: 100%;
	padding: 0px 20px 40px 20px;
	max-width: 920px;
	margin: 0 auto;
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

#footer {
	float: left;
	width: 100%;
	color: #c4c1c0;
	font-size: 10px;
	line-height: 16px;
	background-color: #6b6461;
	text-transform: uppercase;
}

/* =Header
-------------------------------------------------------------- */

#logo-wrapper{
	position: relative;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}

#logo{
	position: absolute;
	width: 150px;
	height: auto;
	z-index: 20;
	top: 50px;
	left: 20px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}

.single #logo{
	background: none;
}

.page-template-page-contact-php #logo,
.page-template-page-pointsdevente-php #logo{
	background: #fff;
}

.page-template-page-contact-php .entry-content img{
	border: none;
	display: inline-block;
	clear: both;
	margin-bottom: 0px;
}

#logo img{
	width: 150px;
	height: auto;
}

#access{
	position: relative;
	width: 100%;
	height: 50px;
	max-width: 920px;
	margin: 0 auto;
	z-index: 10;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

#access li{
	display: inline;
}

#access li a{
	display: inline-block;
	padding: 5px 10px;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	font: 16px/18px 'Open Sans Condensed', sans-serif;
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	transition: all .1s ease;
	-webkit-border-radius: 2px;
	-moz-border-radius:2px;
	border-radius: 2px;
	border: 1px solid #18232c;
	box-shadow: 0px 1px 0px #3c596f;
	margin-right: 5px;
}

#access li a:hover{
	color: #fff;
	background-color: #3c596f;
}

#access li:first-child a{
	display: none;
}

#access li.current_page_item a{
	color: #fff;
	background-color: #18232c;
	box-shadow: 0px 1px 0px #3c596f;
}

#access li.current_page_ancestor a{
	color: #fff;
	background-color: #18232c;
	box-shadow: 0px 1px 0px #3c596f;
}

.menu-language{
	position: absolute;
	top: 10px;
	right: 0px;
	z-index: 99;
}

.menu-language li{
	display: inline;
}

.menu-language li a{
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	padding: 5px 0px;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #283b4a;
	border-right: 1px solid rgba(255, 255, 255, .1);
	text-transform: uppercase;
}

.menu-language li:last-child a{
	border-right: none;
}

.current-menu-item a{
	color: #ff6633!important;
}

/* =Slider
-------------------------------------------------------------- */

.accordionButton1{
	position: absolute;
	z-index: 60;
	top: 10px;
	left: 10px;
	padding: 5px 10px;
	font: 16px/18px 'Open Sans Condensed', sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	color: #f8f7f2;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 0px 1px 0px #3c596f;
	border: 1px solid #18232c;
	display: none;
}

.accordionButton1:hover{
	cursor: pointer;
	color: #fff;
	background-color: #3c596f;
}

.accordionButton1.on{
	background-color: #18232c;
	box-shadow: 0px 1px 0px #3c596f;
}

#nav{
	display: none;
	width: 100%;
	height: auto;
	padding: 80px 0px 0px 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

#nav li a{
	color: #fff;
	display: block;
	padding: 10px 0px;
	margin: 0px 20px;
	border-top: 2px solid #3c596f;
	font: 16px/16px 'Open Sans Condensed', sans-serif;
	text-align: left;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	transition: all .25s ease;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

#nav li a:hover{
	background-color: #3c596f;
	padding: 10px 15px;
}

#nav li.current_page_item a{
	color: #ff6633;
}

#nav li:first-child a{
	border: none;
}

/* =Content
-------------------------------------------------------------- */

.entry-content{
	position: relative;
	width: 50%;
	margin: 0 auto;
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 24px;
}

.post .entry-content{
	width: 70%;
}

.entry-content img{
	height: auto;
	border: 1px solid #fff;
}

.entry-content .aligncenter{
	width: 100%!important;
}

.more{
	float: left;
	text-decoration: underline;
	font-family: Georgia, Times, serif;
	margin-top: -10px;
	background-color: #ccc;
	background-color: rgba(0, 0, 0, .2);
	color: #fff;
	padding: 2px 6px;
	text-decoration: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.more:hover{
	background-color: #6b6461;
}

h1.entry-title {
	max-width: 60%;
	margin: 0 auto;
	padding: 50px 0px 50px 0px;
	text-align: center;
	text-shadow: none;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, .2);
}

.post h2{
	text-align: center;
}

.post h2 a{
	text-decoration: none;
}

.post p a{
	white-space: nowrap;
}

.post img{
	width: 100%;
	height: auto;
}

.post .entry-meta{
	margin-bottom: 20px;
}

#container {
	width: 100%;	
}

#posts .post {
	width: 32%;
	height: auto;
	margin-right: 1%;
	padding: 20px;
	margin-bottom: 13px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
}

#posts .post h2{
	margin: 10px 0px 5px 0px;
}

#posts .entry-meta,
#posts .entry-utility{
	margin-bottom: 10px!important;
	color: #999;
}

#posts .post .entry-utility,
#posts .post .entry-meta{
	margin-bottom: 10px;
}

#posts .post p{
	color: #999;
	margin-bottom: 20px;
}

.page-template-page-contact-php h1{
	display: none;
}

.post .entry-content h2{
	text-align: left;
}

.entry-meta,
.entry-utility{
	font-size: 13px;
	text-align: center;
	color: #666;
	font-family: Georgia, Times, serif;
	font-style: italic;
}

.entry-meta a,
.entry-utility a{
	color: #666;
}

.cat-links a{
	color: #666;
}


.second-nav{
	width: 20%;
	position: absolute;
	z-index: 100;
	top: 140px;
	left: 20px;
	padding: 10px 0px;
	text-transform: uppercase;
	margin-bottom: 20px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color: #b1d7ed;
}

.second-nav li a{
	display: block;
	border-bottom: 1px solid #d8ebf6;
	text-decoration: none;
	padding: 8px 20px;
	font: 14px/18px 'Open Sans Condensed', sans-serif;
	color: #333;
}


.second-nav li a:hover{
	color: #283b4a;
	background-color: #fff;
}

.second-nav li:last-child a{
	border-bottom: none;
}

.second-nav li.current_page_item a{
	color: #fff;
	background-color: #ff6600;
}

#nav-above{
	display: none;
}

#nav-below{
	width: 100%;
	position: absolute;
	top: 50%;
}

#nav-below h4{
	margin-bottom: 00px;
}

.nav-previous{
	position: fixed;
	z-index: 30;
	top: 45%;
	left: 0px;
	text-decoration: none;
	background: #283b4a url('images/prev.png') no-repeat left center!important;
	text-indent: 20px;
}

.nav-previous a{
	display: inline-block;
	width: 10px;
	padding: 15px;
	overflow: hidden;
	color: #fff;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	white-space: nowrap;
	font: 14px/16px 'Open Sans Condensed', sans-serif;
}

.nav-previous a:hover{
	width: auto;
}

.nav-previous .meta-nav{
	position: absolute;
	left: 10px;
}

.nav-next{
	position: fixed;
	z-index: 30;
	top: 45%;
	right: 0px;
	text-decoration: none;
	background: #283b4a url('images/next.png') no-repeat right center!important;
	text-indent: 10px;
}

.nav-next a{
	display: inline-block;
	width: 10px;
	padding: 15px 0px 15px 40px;
	overflow: hidden;
	color: #fff;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	white-space: nowrap;
	font: 14px/16px 'Open Sans Condensed', sans-serif;
}

.nav-next a:hover{
	width: auto;
	padding: 15px 50px 15px 0px;
}

.nav-next .meta-nav{
	position: absolute;
	right: 30px;
}

.edit-link{
	display: inline-block;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	margin-top: 10px;
}

.post-edit-link{
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 0 auto;
	padding: 3px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	text-decoration: none;
	background-color: rgba(0, 0, 0, .1);
	color: #fff!important;
	font-size: 14px;
	line-height: 14px;
	font: 15px/15px Arial;
}

.post-edit-link:hover{	
	background-color: #ff6633;
	color: #fff;
}


/* =Produits
-------------------------------------------------------------- */

.category-produits .entry-content,
.category-produits-nl .entry-content,
.category-produits-en .entry-content{
	width: 100%;
	min-height: 900px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.category-produits .entry-content p,
.category-produits-nl .entry-content p,
.category-produits-en .entry-content p{
	width: 50%;
	margin: 0 auto;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.category-produits .entry-content p img,
.category-produits-nl .entry-content p img,
.category-produits-en .entry-content p img{
	max-width: 300px;
	margin: 20px 0px;
	margin-left: 0px;
	border: none;
}

.category-produits .entry-meta,
.category-produits .entry-utility,
.category-produits-nl .entry-meta,
.category-produits-nl .entry-utility,
.category-produits-en .entry-meta,
.category-produits-en .entry-utility{
	display: none;
}

.category-produits h1.entry-title,
.category-produits-nl h1.entry-title,
.category-produits-en h1.entry-title {
	max-width: 360px;
	margin: 0 auto;
	padding: 45px 0px 10px 0px;
}

.category-produits .ngg-gallery-thumbnail,
.category-produits-nl .ngg-gallery-thumbnail,
.category-produits-en .ngg-gallery-thumbnail  {
	width: 80px;
}

.category-produits .ngg-gallery-thumbnail-box ,
.category-produits-nl .ngg-gallery-thumbnail-box ,
.category-produits-en .ngg-gallery-thumbnail-box {
	width: 80px;
}

.page-template-page-produits-php #container{
	background-color: #fff;
	margin-bottom: -40px;
}

#packshots{
	width: 22%;
	position: absolute;
	top: 380px;
	left: 0px;
}

#caracteristiques{
	width: 22%;
	position: absolute;
	top: 380px;
	right: 0px;
}


/* =Footer
-------------------------------------------------------------- */

#footer a{
	color: #f8f7f2;
}

#footer a:hover{
	color: #fff;
}

#produits-wrapper {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	background-color: white;
	overflow: hidden;
}

#produits {
	position: relative;
	width: 100%;
	max-width: 690px;
	height: auto;
	margin: 0 auto;
	text-align: left;
}

#produits .post{
	width: 33.3%;
	float: left;
	height: auto;
	color: #999;
	padding: 40px 20px 40px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.wp-post-image{
	width: 100%;
	max-width: 200px;
	height: auto;
	margin-bottom: 20px;
}

#verre{
	position: absolute;
	bottom: 0px;
	right: -300px;
}

#verre img{
	vertical-align: top;
}

#contact {
	position: relative;
	width: 100%;
	max-width: 690px;
	margin: 0 auto;
	text-align: left;
	border-bottom: 1px solid #5b5553;
}

#tree{
	position: absolute;
	top: -92px;
	left: -120px;
	z-index: 20;
	width: 100px;
	height: 93px;
}

#tree img{
	width: 100px;
	height: auto;
	vertical-align: top;
}

.logo {
	position: absolute;
	margin-top: 8px;
	left: -145px;
}

.logo img {
	width: 150px;
	height: auto;
}

.merci{
	color: #c4c1c0;
}

.bloc {
	width: 33%;
	float: left;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	color: #f8f7f2;
}

.adresse h3{
	margin-bottom: 0;
}

.visites {
	color: #c4c1c0;
}

#network{
	width: 100%;
	max-width: 690px;
	margin: 0 auto;
	padding: 30px 20px 40px 20px;
	border-top: 1px solid #7b736f;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

#social{
	float: left;
	margin-bottom: 100px;
}

#like{
	width: 140px;
	height: 26px;
	float: left;
	margin-top: -6px;
	margin-left: 6px;
	overflow: hidden;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.fb-like-box{
	margin-top: -30px;
	margin-left: -59px;
}

#social img{
	display: inline-block;
	width: auto;
	height: 25px;
	vertical-align: top;
	margin-top: -6px;
	margin-left: 2px;
	border: 1px solid #c4c1c0;
}

#social img:hover{
	border: 1px solid #fff;
}

#awex{
	float: right;
}

#awex img{
	display: inline-block;
	width: 52px;
	height: 52px;
	vertical-align: top;
	margin-top: -18px;
	margin-right: 5px;
}

#awex img:hover{
}


/* =Homepage
-------------------------------------------------------------- */

.first{
	margin-top: 500px ;
}

#logo-big{
	position: absolute;
	z-index: 20;
	width: 350px;
	height: 300px;
	top: 80px;
	left: 50%;
	margin-left: -175px;
	-webkit-transition:all .25s ease;
	-moz-transition:all .25s ease;
	transition:all .25s ease;
	background: transparent url('images/logo-white.png') no-repeat left top;
}

#logo-big img{
	width: 350px;
	height: 300px;
	display: none;
}

#about {
	position: absolute;
	z-index: 20;
	width: 400px;
	left: 50%;
	margin-left: -200px;
	bottom: 80px;
	text-align: center;
	color: #fff;
	text-shadow: 0px 1px 0px #666;
}

.button{
	display: inline-block;
	text-align: center;
	margin-bottom: 30px;
}

.button a{
	width: 120px;
	padding: 7px 0px 9px 0px;
	display: inline-block;
	font: 14px/14px 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	text-shadow: none;
	color: #fff;
	background-color: #ff6633;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.button a:hover{
	background-color: #283b4a;
}

.pastille{
	position: absolute;
	z-index: 40;
	top: 85px;
	left: 51%;
	margin-left: 100px;
}

.pastille a{
	display: inline-block;
	width: 64px;
	height: 32px;
	font: 16px/16px 'Open Sans Condensed', sans-serif;
	text-decoration: none;
	text-shadow: none;
	text-transform: uppercase;
	padding: 24px 8px;
	color: #fff;
	background-color: #ff6633;
	-webkit-border-radius: 64px;
	-moz-border-radius: 64px;
	border-radius: 64px;
	white-space: normal;
}

.pastille a:hover{
	background-color: #283b4a;
}

#last-news-wrapper {
	width: 100%;
	background-color: #d8ebf6;
	padding: 15px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

#last-news{
	width: 100%;
	max-width: 620px;
	margin: 0 auto;
	text-align: left;
}

#last-news h2{
	text-align: left;
	margin-bottom: 0px;
}

#last-news p{
	padding: 5px 0px;
	margin-bottom: 15px;
}

/* =Slideshow
-------------------------------------------------------------- */

#supersized{
	height: 100%;
	top: 0px;
	max-height: 590px!important;
	position: absolute!important;
	z-index: 1!important;
}

#supersized li{
	height: 100%;
	top: 0px;
	max-height: 600px!important;
	position: absolute!important;
}

#supersized-loader{
	top: 90px!important;
	left: 40px!important;
}

#controls-wrapper { 
	display: none!important;
}

#thumb-tray{
	position: absolute!important;
	top: 530px;
	right: 0!important;
	width: 100%!important;
	height: 60px!important;
	-webkit-box-shadow: none!important;
	-moz-box-shadow: none!important;
	-o-box-shadow: none!important;
	box-shadow: none!important;
	background: none!important;
}

ul#thumb-list {
	width: 300px!important;
	text-align: center!important;
}

ul#thumb-list li {
	width: 40px!important;
	margin-left: 5px!important;
	height: auto!important;
	display: inline!important;
	background: #000;
	border: 1px solid #fff;
}

ul#thumb-list li.current-thumb{
	border: 1px solid #ff6633;
	
}

#thumb-list li img{
	width: 100%!important;
	vertical-align: top;
}

/* =Point de vente tom
-------------------------------------------------------------- */

.map{
	width: 100%;
	height: 350px;
	background: transparent;
	border-bottom: 1px solid #fff;
}

.map p{
	margin-bottom: 5px;
}

.map p strong{
	font: 18px/20px "HelveticaNeue-CondensedBold", 'Open Sans Condensed', sans-serif;
	margin-bottom: 0px;
}

.lists{
	width: 100%;
	margin: 0 auto;
	overflow:hidden;
	position: relative;
}

.lists ul li ul li:nth-child(odd){
	background-color: #fff;
}

.lists ul li ul li{
	padding: 10px;
	background-color: #ecf5fb;
}

.lists h1,.lists h3,.lists h4,.lists ul,.lists li,.lists a{
	clear:none;
	text-transform: none;
}

.list h1{
	padding: 40px 0px 40px 0px;
	text-transform: uppercase;
}


.list h3{
	margin-bottom: 4px;
}

.list{
	display:none;
}

.list p{
	font: 12px/18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 4px;
}

.list h4{
	font: 12px/18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 4px;
	color: #666;
}

.list .see{
	overflow: hidden;
}
.list .see a{
	position: absolute;
	width: 50px;
	right:  10px;
	padding: 6px 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius:2px;
	border-radius: 2px;
	border: 1px solid #ccc;
	color: #666;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
	box-shadow: 0px 1px 0px #fff;
	background: transparent url('images/pin.png') no-repeat 45px center;
}

.list .see a:hover{
	background-color: #fff;
	border: 1px solid #283b4a;
}

.category-shop{
	display:block;
}

.map-navigation{
	width: 20%;
	position: absolute;
	z-index: 40;
	top: 120px;
	left: 20px;
	padding: 10px 0px;
	background-color: #b1d7ed;
	text-transform: uppercase;
	margin-bottom: 20px;
	text-align: left;
	-webkit-border-radius: 6px;
	-moz-border-radius:6px;
	border-radius: 6px;
}

.map-navigation li a{
	display: block;
	border-bottom: 1px solid #d8ebf6;
	text-decoration: none;
	padding: 8px 20px;
	font: 14px/18px 'Open Sans Condensed', sans-serif;
}

.map-navigation li a:hover{
	color: #283b4a;
	background-color: #fff;
}

.map-navigation li:last-child a{
	border-bottom: none;
}

.map-navigation li a.active {
	color: #fff;
	background-color: #ff6600;
}

.nav{
	width: 22%;
	position: absolute;
	top: 110px;
	z-index: 30;
	right: 0px;
}

.nav h2{
	margin-bottom: 10px;
}

.nav li a{
	display: block;
	padding: 5px 8px;
	color: #283b4a;
	border-bottom: 1px dotted #283b4a;
	text-decoration: none;
}

.nav li a:hover{
	background-color: #fff;
}


.nav li a.active{
	background: #283b4a;
	border: 1px solid #283b4a;
	color: #fff;
}

/* =iFrame
-------------------------------------------------------------- */

#map iframe{
	width: 100%;
	position: relative;
	margin-top: 0px;
	border-bottom: 1px solid #fff;
}

/* =AddThis
-------------------------------------------------------------- */

.addthis_toolbox{
	width: 100%;
	border-top: 1px dotted #283b4a;
	border-bottom: 1px dotted #283b4a;
	display: inline-block;
	padding-top: 20px;
	padding-bottom: 15px;
	margin-bottom: 0px;
}

.category-produits .addthis_toolbox,
.category-produits-nl .addthis_toolbox,
.category-produits-en .addthis_toolbox{
	border: none;
	padding: 0px;
	display: none;
}

.addthis_button_google_plusone{
	display: none!important;	
}

.addthis_pill_style{
	display: none!important;	
}

.addthis_button_pinterest_pinit{
	display: none;
}

/* =Tables
-------------------------------------------------------------- */

.wp-table-reloaded{
	width: 100%!important;
	background: none!important;
	border: 1px solid #283b4a;
	border: 1px solid rgba(0, 0, 0, .1)!important;
	border-spacing: 0px!important;
	margin: 0px !important;
}

.wp-table-reloaded th{
	text-transform: uppercase;
	background: none!important;
	border: none!important;
	padding: 10px!important;
	font: 16px/18px 'Open Sans Condensed', sans-serif;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.wp-table-reloaded td  {
	padding: 8px 12px!important;
	font-size: 11px!important;
	line-height: 14px;
	color: rgba(0, 0, 0, .4)!important;
}

.wp-table-reloaded .even td  {
	background: none!important;
	background-color: rgba(0, 0, 0, .05)!important;
}

.wp-table-reloaded .odd td  {
	background: none!important;
}

/* =Gallery
-------------------------------------------------------------- */

.ngg-galleryoverview {
	width: 100%;
	margin: 20px 0px 10px 0px;
	margin-top: 0px!important;
}

.ngg-gallery-thumbnail-box {
	overflow: hidden;
	width: 23%;
	margin-right: 2%;
	margin-bottom: 2%;
	height: auto;
	box-shadow: 0px 1px 1px #ccc;
}

.ngg-gallery-thumbnail  {
	position: relative;
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.ngg-gallery-thumbnail img {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

#content .ngg-gallery-thumbnail a img {
	margin: 0;
	padding: 0;
	border: 2px solid #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
}

#content .ngg-gallery-thumbnail a:hover img {
	border: 2px solid #ff6633;
}

#TB_prev{
	position: fixed!important;
	top: 45%;
	left: 0px;
	background-color: #ff6633;
	padding-right: 10px;
}

#TB_prev a{
	display: inline-block;
	padding: 16px 13px 16px 0px;
	text-decoration: none;
	text-indent: -9999px;
	background: transparent url('images/prev.png') no-repeat right center!important;
}

#TB_next{
	position: fixed!important;
	top: 45%;
	right: 0px;
	background-color: #ff6633;
	padding-right: 10px;
}

#TB_next a{
	display: inline-block;
	padding: 16px 0px 16px 13px;
	text-decoration: none;
	text-indent: -9999px;
	background: transparent url('images/next.png') no-repeat left center!important;
}

#TB_next:hover,
#TB_prev:hover{
	background-color: #ff6633!important;
}

@media all and (max-width: 960px)
{
	#posts .post {
		width: 32%;
	}

}


@media all and (max-width: 640px)
{
	#logo{
		position: absolute;
		width: 150px;
		height: auto;
		z-index: 20;
		top: 50px;
		left: 50%;
		margin-left: -75px;
		-webkit-transition: all .2s ease;
		-moz-transition: all .2s ease;
		transition: all .2s ease;
	}
	
	#access .menu{
		display: none;
	}
	
	.accordionButton1{
		display: block;
	}
	
	#nav{
		display: block;
	}
	
	.second-nav{
		width: 100%;
		position: relative;
		z-index: 0;
		left: 0;
	}
	
	.nav{
		width: 100%;
		position: relative;
		z-index: 20;
		left: 0;
		top: 20px;
	}
	
	.map-navigation{
		width: 100%;
		position: relative;
		z-index: 0;
		left: 0;
		top: 20px;
	}
	
	h1.entry-title {
		max-width: 100%;
		padding: 150px 0px 20px 0px;
		text-align: center;
	}
	
	.lists h1.entry-title {
		padding: 60px 0px 20px 0px;
		text-align: center;
	}
	
	#last-news{
		width: 100%;
	}
	
	#last-news p{
		text-align: left;
	}
	
	#main{
		padding: 50px 0px 0px 0px;
	}
	
	.entry-content{
		width: 100%;
	}
	
	.first{
		margin-top: 440px ;
	}
	
	#posts .post {
		width: 100%;
	}
	
	.post_column_1{
		width: 100%!important;
	}
	
	#produits-wrapper {
		padding-bottom: 100px;
		border-top: none;
	}
	
	#produits .post{
		width: 100%;
		padding: 40px 40px 40px 0px;
		padding-left: 33.3%;
		text-align: left;
		border-top: 1px solid #eee;
	}
	
	#produits .post h2{
		text-align: left;
	}

	#produits .wp-post-image{
		width: 20%;
		position: absolute;
		left: 20px;
	}
	
	.category-produits h1.entry-title,
	.category-produits-nl h1.entry-title,
	.category-produits-en h1.entry-title {
		max-width: 360px;
		margin: 0 auto;
		padding: 140px 0px 10px 0px;
	}
	
	.entry-content .aligncenter{
		width: 100%!important;
		margin: 0%;
	}
	
	.page-template-page-pointsdevente-php #logo{
		display: none;
	}
	
	.page-template-page-contact-php #logo{
		background: none;
	}
	
	.page-template-page-produits-php .entry-content,
	.page-template-page-produits-php .entry-content p{
		padding-bottom: 20px;
	}

	#caracteristiques,
	#packshots{
		width: 100%;
		position: relative;
		top: 0px;
		left: 0px;
		margin-top: 40px;
	}

	.category-produits .entry-content p,
	.category-produits-nl .entry-content p,
	.category-produits-en .entry-content p{
		width: 100%;
	}
	
	.entry-meta,
	.entry-utility{
		text-align: center;
	}
	
	#nav-below{
		position: relative;
		margin-bottom: 30px;
	}
	
	.nav-next{
		margin-left: -20px;
	}
	
	.nav-previous{
		margin-right: -20px;
	}
		
	#tree{
		top: -93px;
		margin-left: -50px;
		left: 50%;
	}
	
	#tree{
		top: -93px;
		margin-left: -50px;
		left: 50%;
	}
	
	.logo {
		position: absolute;
		bottom: -200px;
		left: 50%;
		margin-left: -75px;
	}
	
	.bloc {
		width: 50%;
	}
	
	.adresse {
		width: 100%;
		text-align: center;
	}
	
	#about {
		bottom: 0px;
	}
	
	#supersized li{
	}
	
	#supersized{
		background-color: #18232c!important;
		height: 530px!important;
	}
	
	#thumb-tray{
		display: none!important;
	}
	
	#map iframe{
		margin-top: 135px;
	}
	
	.ngg-gallery-thumbnail-box {
		width: 31%;
	}
	
	.category-produits .ngg-gallery-thumbnail,
	.category-produits-nl .ngg-gallery-thumbnail,
	.category-produits-en .ngg-gallery-thumbnail  {
		width: 100%;
	}
	
	.category-produits .ngg-gallery-thumbnail-box,
	.category-produits-nl .ngg-gallery-thumbnail-box,
	.category-produits-en .ngg-gallery-thumbnail-box {
		width: 24%;
		margin-right: 1%;
		margin-bottom: 1%;
	}
	
	#network{
		padding: 20px 20px 260px 20px;
	}
	
	#facebook{
		float: left;
		text-align: left;
		margin-bottom:190px;
	}
	
	#awex{
		width: 100%;
		float: right;
		text-align: right;
	}
	

}






