/* ===================================================================================================================================================================================
 FONTS
=================================================================================================================================================================================== */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,300,600,700);

/* FONT-FACE */
@font-face {
  font-family: arvo;
  src: url("../fonts/Arvo-Regular.ttf"); }

@font-face {
  font-family: arvo;
  src: url("../fonts/Arvo-Bold.ttf");
  font-weight: bold; }

@font-face {
  font-family: arvo;
  src: url("../fonts/Arvo-Italic.ttf");
  font-style: italic; }

@font-face {
  font-family: arvo;
  src: url("../fonts/Arvo-BoldItalic.ttf");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: merriweather;
  src: url("../fonts/Merriweather-Regular.ttf"); }

@font-face {
  font-family: merriweather;
  src: url("../fonts/Merriweather-Bold.ttf");
  font-weight: bold; }

@font-face {
  font-family: merriweather;
  src: url("../fonts/Merriweather-Italic.ttf");
  font-style: italic; }

@font-face {
  font-family: merriweather;
  src: url("../fonts/Merriweather-BoldItalic.ttf");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: museo-slab;
  src: url("../fonts/Museo_Slab_100.otf");
  font-weight: 100; }
  
@font-face {
  font-family: museo-slab;
  src: url("../fonts/Museo_Slab_300.otf");
  font-weight: 300; }

@font-face {
  font-family: museo-slab;
  src: url("../fonts/Museo_Slab_700.otf");
  font-weight: 700; }

@font-face {
  font-family: amatic;
  src: url("../fonts/AmaticSC-Regular.ttf"); }

@font-face {
  font-family: amatic;
  src: url("../fonts/AmaticSC-Bold.ttf");
  font-weight: bold; }
  
@font-face {
  font-family: opensans;
  src: url("../fonts/OpenSans-Regular.ttf"); }

/* ===================================================================================================================================================================================
 CSS DRUPAL
=================================================================================================================================================================================== */
@import url("system.css");

/* ===================================================================================================================================================================================
 CSS PRINT
=================================================================================================================================================================================== */
/* @import url("print.css") print; */


/* ===================================================================================================================================================================================
 NORMALIZE.CSS
=================================================================================================================================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }
audio, canvas, video { display: inline-block; }
audio:not([controls]) { display: none; height: 0; }
[hidden], template { display: none; }
html { font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; }
a { background: transparent; }
a:focus { outline: thin dotted; }
a:active, a:hover { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
dfn { font-style: italic; }
hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; }
mark { background: #ff0; color: #000; }
code, kbd, pre, samp { font-family: monospace, serif; font-size: 1em; }
pre { white-space: pre-wrap; }
q { quotes: "\201C" "\201D" "\2018" "\2019"; }
small { font-size: 80%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
img { border: 0; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }
legend { border: 0; padding: 0; }
button, input, select, textarea { font-family: inherit; font-size: 100%; margin: 0; }
button, input { line-height: normal; }
button, select { text-transform: none; }
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; }
button[disabled], html input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; }
table { border-collapse: collapse; border-spacing: 0; }
.cke_wysiwyg_frame a {text-decoration: underline;}

/* ===================================================================================================================================================================================
 GRILLE SKELETON 1200px
=================================================================================================================================================================================== */
.container                                  { position: relative; width: 1200px; margin: 0 auto; padding: 0; }
.container .column,
.container .columns                         { float: left; display: inline; margin-left: 10px; margin-right: 10px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; -khtml-box-sizing: border-box; }
.row                                        { margin-bottom: 20px; }

/* Nested Column Classes */
.column.alpha, .columns.alpha               { margin-left: 0; }
.column.omega, .columns.omega               { margin-right: 0; }

/* Base Grid */
.container .one.column,
.container .one.columns                     { width: 55px; }
.container .two.columns                     { width: 120px; }
.container .three.columns                   { width: 205px; }
.container .four.columns                    { width: 280px; }
.container .five.columns                    { width: 355px; }
.container .six.columns                     { width: 430px; }
.container .seven.columns                   { width: 505px; }
.container .eight.columns                   { width: 580px; }
.container .nine.columns                    { width: 655px; }
.container .ten.columns                     { width: 730px; }
.container .eleven.columns                  { width: 805px; }
.container .twelve.columns                  { width: 880px; }
.container .thirteen.columns                { width: 955px; }
.container .fourteen.columns                { width: 1030px; }
.container .fifteen.columns                 { width: 1105px; }
.container .sixteen.columns                 { width: 1180px; }

.container .one-third.column                { width: 380px; }
.container .two-thirds.column               { width: 780px; }

/* Offsets */
.container .offset-by-one                   { padding-left: 75px;  }
.container .offset-by-two                   { padding-left: 140px; }
.container .offset-by-three                 { padding-left: 225px; }
.container .offset-by-four                  { padding-left: 300px; }
.container .offset-by-five                  { padding-left: 375px; }
.container .offset-by-six                   { padding-left: 430px; }
.container .offset-by-seven                 { padding-left: 525px; }
.container .offset-by-eight                 { padding-left: 600px; }
.container .offset-by-nine                  { padding-left: 675px; }
.container .offset-by-ten                   { padding-left: 750px; }
.container .offset-by-eleven                { padding-left: 825px; }
.container .offset-by-twelve                { padding-left: 900px; }
.container .offset-by-thirteen              { padding-left: 975px; }
.container .offset-by-fourteen              { padding-left: 1050px; }
.container .offset-by-fifteen               { padding-left: 1125px; }


/* #Tablet (Portrait) - Design for a width of 768px
================================================== */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.container                                  { width: 768px; }
	.container .one.column,
	.container .one.columns                     { width: 28px; }
	.container .two.columns                     { width: 76px; }
	.container .three.columns                   { width: 124px; }
	.container .four.columns                    { width: 172px; }
	.container .five.columns                    { width: 220px; }
	.container .six.columns                     { width: 268px; }
	.container .seven.columns                   { width: 316px; }
	.container .eight.columns                   { width: 364px; }
	.container .nine.columns                    { width: 412px; }
	.container .ten.columns                     { width: 460px; }
	.container .eleven.columns                  { width: 508px; }
	.container .twelve.columns                  { width: 556px; }
	.container .thirteen.columns                { width: 604px; }
	.container .fourteen.columns                { width: 652px; }
	.container .fifteen.columns                 { width: 700px; }
	.container .sixteen.columns                 { width: 748px; }

	.container .one-third.column                { width: 236px; }
	.container .two-thirds.column               { width: 492px; }

	.container .offset-by-one                   { padding-left: 48px; }
	.container .offset-by-two                   { padding-left: 96px; }
	.container .offset-by-three                 { padding-left: 144px; }
	.container .offset-by-four                  { padding-left: 192px; }
	.container .offset-by-five                  { padding-left: 240px; }
	.container .offset-by-six                   { padding-left: 288px; }
	.container .offset-by-seven                 { padding-left: 336px; }
	.container .offset-by-eight                 { padding-left: 384px; }
	.container .offset-by-nine                  { padding-left: 432px; }
	.container .offset-by-ten                   { padding-left: 480px; }
	.container .offset-by-eleven                { padding-left: 528px; }
	.container .offset-by-twelve                { padding-left: 576px; }
	.container .offset-by-thirteen              { padding-left: 624px; }
	.container .offset-by-fourteen              { padding-left: 672px; }
	.container .offset-by-fifteen               { padding-left: 720px; }
}

/* Note: Design for a width 1024 Desktop
================================================== */
@media only screen and (min-width: 960px) and (max-width: 1199px) {
	.container                                  { width: 960px; }
	.container .one.column,
	.container .one.columns                     { width: 40px;  }
	.container .two.columns                     { width: 100px; }
	.container .three.columns                   { width: 160px; }
	.container .four.columns                    { width: 220px; }
	.container .five.columns                    { width: 280px; }
	.container .six.columns                     { width: 340px; }
	.container .seven.columns                   { width: 400px; }
	.container .eight.columns                   { width: 460px; }
	.container .nine.columns                    { width: 520px; }
	.container .ten.columns                     { width: 580px; }
	.container .eleven.columns                  { width: 640px; }
	.container .twelve.columns                  { width: 700px; }
	.container .thirteen.columns                { width: 760px; }
	.container .fourteen.columns                { width: 820px; }
	.container .fifteen.columns                 { width: 880px; }
	.container .sixteen.columns                 { width: 940px; }

	.container .one-third.column                { width: 300px; }
	.container .two-thirds.column               { width: 620px; }

	.container .offset-by-one                   { padding-left: 60px;  }
	.container .offset-by-two                   { padding-left: 120px; }
	.container .offset-by-three                 { padding-left: 180px; }
	.container .offset-by-four                  { padding-left: 240px; }
	.container .offset-by-five                  { padding-left: 300px; }
	.container .offset-by-six                   { padding-left: 360px; }
	.container .offset-by-seven                 { padding-left: 420px; }
	.container .offset-by-eight                 { padding-left: 480px; }
	.container .offset-by-nine                  { padding-left: 540px; }
	.container .offset-by-ten                   { padding-left: 600px; }
	.container .offset-by-eleven                { padding-left: 660px; }
	.container .offset-by-twelve                { padding-left: 720px; }
	.container .offset-by-thirteen              { padding-left: 780px; }
	.container .offset-by-fourteen              { padding-left: 840px; }
	.container .offset-by-fifteen               { padding-left: 900px; }
}


/*  #Mobile (Portrait) - Design for a width of 320px
================================================== */
@media only screen and (max-width: 767px) {
	.container { width: 300px; }
	.container .columns,
	.container .column { margin: 0; }

	.container .one.column,
	.container .one.columns,
	.container .two.columns,
	.container .three.columns,
	.container .four.columns,
	.container .five.columns,
	.container .six.columns,
	.container .seven.columns,
	.container .eight.columns,
	.container .nine.columns,
	.container .ten.columns,
	.container .eleven.columns,
	.container .twelve.columns,
	.container .thirteen.columns,
	.container .fourteen.columns,
	.container .fifteen.columns,
	.container .sixteen.columns,
	.container .one-third.column,
	.container .two-thirds.column  { width: 300px; }

	.container .offset-by-one,
	.container .offset-by-two,
	.container .offset-by-three,
	.container .offset-by-four,
	.container .offset-by-five,
	.container .offset-by-six,
	.container .offset-by-seven,
	.container .offset-by-eight,
	.container .offset-by-nine,
	.container .offset-by-ten,
	.container .offset-by-eleven,
	.container .offset-by-twelve,
	.container .offset-by-thirteen,
	.container .offset-by-fourteen,
	.container .offset-by-fifteen { padding-left: 0; }
}


/* #Mobile (Landscape) - Design for a width of 480px
================================================== */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.container { width: 420px; }
	.container .columns,
	.container .column { margin: 0; }

	.container .one.column,
	.container .one.columns,
	.container .two.columns,
	.container .three.columns,
	.container .four.columns,
	.container .five.columns,
	.container .six.columns,
	.container .seven.columns,
	.container .eight.columns,
	.container .nine.columns,
	.container .ten.columns,
	.container .eleven.columns,
	.container .twelve.columns,
	.container .thirteen.columns,
	.container .fourteen.columns,
	.container .fifteen.columns,
	.container .sixteen.columns,
	.container .one-third.column,
	.container .two-thirds.column { width: 420px; }
}


/* ===================================================================================================================================================================================
 CLEAR
=================================================================================================================================================================================== */
.container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

/* Use clearfix class on parent to clear nested columns, or wrap each row of columns in a <div class="row"> */
.clearfix:before, .clearfix:after, .row:before, .row:after { content: '\0020'; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }
.row:after, .clearfix:after { clear: both; }
.row, .clearfix { zoom: 1; }

/* You can also use a <br class="clear" /> to clear columns */
.clear { clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }


/* ===================================================================================================================================================================================
 BASE
=================================================================================================================================================================================== */

body {
	margin: 0;
	background: #fff;
	font: 13px 'Open Sans', sans-serif;
	color: #666;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%; 
	background: white;
	font-size: 1em !important;
	line-height: 1.5em;
	-webkit-appearance: none;
	font-smooth: always;
	-webkit-font-smoothing: antialiased;
	font-family: merriweather;
}

/* Liens */
a {
	color: #767463;
	outline: 0;
}
	a:hover,
	a:focus,
	a:visited {
		color: #605f51;
	}





/* ===================================================================================================================================================================================
 STRUCTURE
=================================================================================================================================================================================== */



/* ===================================================================================================================================================================================
 HEADER
=================================================================================================================================================================================== */
#header {
	padding: 0 0 2em;
	width: 1000px;
	margin: 0 auto;
}

#logo {
	background: url(../images/logo.png) no-repeat 0 0;
	background-size: cover;
	display: block;
	float: left;
	margin-top: 30px;
	vertical-align: middle;
	width: 295px;
	height: 83px;
	text-indent: -3500px;
}


/* ===================================================================================================================================================================================
 TOP
=================================================================================================================================================================================== */



/* Navigation secondaire */
#top ul.menu {
	width: auto;
	float: right;
	font-family: merriweather, serif;
	font-size: 0.75em;
	margin: 3.5em 0 0;
	font-style: inherit;
	border-top: 1px solid #E2E2E2;
	border-bottom: 1px solid #E2E2E2;
	padding: 1em 0;
}

#top ul.menu li {
	list-style: none;
	float: left;
	padding: 0 7px;
	border-left: 1px solid #9C9B91;
	height: auto;
}

#top ul.menu li.first {
	border-left: none;
}

#top ul.menu li:nth-child(1),
#top ul.menu li:nth-child(2),
#top ul.menu li:nth-child(3) {
	border-left: none;
}

.sn-btn {
	display: block;
	width: 20px;
	height: 20px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
	border-left: none;
	margin: 2px 0 0;
}

#facebook-btn {
	background-image: url(../images/facebook-btn.png);
}

#twitter-btn {
	background-image: url(../images/twitter-btn.png);
}

#linkedin-btn {
	background-image: url(../images/linkedin-btn.png);
}

/* ===================================================================================================================================================================================
 MENU
=================================================================================================================================================================================== */

#navigation {
	width: 100%;
	font-family: arvo, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.875em;
	background-color: #ecebe4;
	overflow: visible;
	z-index: 100;
}

.nav-collapse ul {
	margin: 0 auto;
	padding: 0;
	width: 1040px;
	display: block;
	list-style: none;
}

.nav-collapse li a.main-menu-link {
	height: 60px;
	line-height: 60px;
	display: block;
	text-decoration: none;
	padding: 0 25px;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	-webkit-border-top-left-radius: 3px;
	-moz-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
}
	.nav-collapse li a.main-menu-link:hover,
	.nav-collapse li.main-menu-link .active a,
	.nav-collapse li.main-menu-link .active-trail a,
	.nav-collapse li.active a,
	.nav-collapse li.active-trail a {
		background: #a2c154;
		color: #fff;
		background-image: url(../images/bg.png);
	}

.js .nav-collapse { clip: rect(0 0 0 0); max-height: 0; position: absolute; display: block; overflow: hidden; zoom: 1; }
.nav-collapse.opened { max-height: 9999px; }
a.nav-toggle { background: #a6c656; padding: 10px; color: #fff; text-decoration: none; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; }

/* Au-dessus de 640px; */
@media screen and (min-width: 40em) {
	.js .nav-collapse { position: relative; }
		.js .nav-collapse.closed { max-height: none; }
	.nav-collapse li { display: inline-block; }
	.nav-toggle { display: none; }
}

/* En-dessous de 640px; */
@media screen and (max-width: 40em) {
	.nav-collapse li { width: 100%; display: block; }
	#banner, #top { display: none; }
}

.menu #main-menu-contact-link {
	display: block;
	position: fixed;
	background-color: #8bb805;
	z-index: 1000;
	border: 1px solid white;
	color: white;
	padding: 0.75em 1.25em;
	-webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
	top: 6em;
	right: -58px;
	font-size: 0.875em;
	font-weight: 700;
	letter-spacing: 1px;
}
	.menu a#main-menu-contact-link:focus,
	.menu a#main-menu-contact-link:hover {
		background-color: white;
		color: #7ea400;
		border: 1px solid #7ea400;
	}

/* ===================================================================================================================================================================================
 FOCUS
=================================================================================================================================================================================== */
#focus {
	position: relative;
	width: 100%;
	overflow: hidden;
	z-index: 0;
	background-color: #a2c154;
	overflow: hidden;
	padding: 2em 0 1em;
	margin: 0;
	border: 0;
	background-image: url(../images/bg.png);
}
	#focus #focus_visuel { position: absolute; z-index: 5; left: 0; }
	#focus div.view-focus { width: 100%; position: relative; margin: 0; height: 430px; overflow: hidden; }
		
		#focus ul.sequence-canvas { height: 100%; width: 100%; margin: 0; }
			#focus ul.sequence-canvas > li { position: absolute; width: 100%; height: 100%; z-index: 1; top: -50%; }
				#focus ul.sequence-canvas > li > * { position: absolute; -webkit-transition-property: left, opacity; -moz-transition-property: left, opacity; -ms-transition-property: left, opacity; -o-transition-property: left, opacity; transition-property: left, opacity; }


/* Pagination */

#focus #pager {
	display: none;
}

.sequence-next, .sequence-prev {
	cursor: pointer;
	display: block;
	float: left;
	width: 12px;
	height: 12px;
	text-indent: -3500px;
	margin: 0 5px;
	-webkit-transition: background-position 0.2s ease;
	-moz-transition: background-position 0.2s ease;
	-ms-transition: background-position 0.2s ease;
	-o-transition: background-position 0.2s ease;
	transition: background-position 0.2s ease;
}

.sequence-next {
	background: url(../images/pager-on.png) no-repeat center center;
}

.sequence-prev {
	background: url(../images/pager-off.png) no-repeat center center;

}

.view-id-producteurs h2.element-invisible {
	display: none;
}

.pager {
	width: intrinsic;
	position: relative;
	display: none;
}

.pager li {
	float: left;
	width: intrinsic;
	list-style: none;
}

.pager li a {
	width: 8px;
	height: 8px;
	display: block;
	background-image: url(../images/pager-off.png);
	text-indent: -9999px;
}

.pager .pager-next,
.pager .pager-last {
	display: none;
}


/* Elements */
#focus div.view-focus div.focus_content { background: url(../images/focus_bg.png) no-repeat top right; position: absolute; left: -100%; top: 215px; height: 330px; width: 370px; z-index: 4; margin: 0 0 0 -1502px; padding: 100px 230px 0 1000px; text-align: left; opacity: 0; }
	#focus div.view-focus div.focus_content h2 { font: 3.692em 'Rokkitt', serif; line-height: 0.8em; color: #fff; }
	#focus div.view-focus div.focus_content p { font: 1em 'Open Sans', serif; line-height: 1.4em; color: #fff; margin-top: 35px; }
	#focus div.view-focus .animate-in div.focus_content { left: 53%; opacity: 1; -webkit-transition-duration: 0.5s; -moz-transition-duration: 0.5s; -ms-transition-duration: 0.5s; -o-transition-duration: 0.5s; transition-duration: 0.5s; }
	#focus div.view-focus .animate-out div.focus_content { left: -100%; opacity: 0; -webkit-transition-duration: 0.5s; -moz-transition-duration: 0.5s; -ms-transition-duration: 0.5s; -o-transition-duration: 0.5s; transition-duration: 0.5s; }

#focus div.view-focus a { background: url(../images/focus_bt.png) no-repeat 0 0; position: absolute; display: block; left: 200%; top: 480px; font: 1.384em 'Rokkitt', serif; text-align: center; text-transform: uppercase; width: 234px; height: 48px; line-height: 48px; opacity: 0; z-index: 10; color: #fff; text-decoration: none; }
	#focus div.view-focus a:hover { background-position: 0 -48px; }
	#focus div.view-focus a:after { width: 1em; margin: 0 0 0 10px; padding: 0; pointer-events: none; content: "\002B"; }

	#focus div.view-focus .animate-in a { left: 53%; opacity: 1; -webkit-transition-duration: 0.5s; -moz-transition-duration: 0.5s; -ms-transition-duration: 0.5s; -o-transition-duration: 0.5s; transition-duration: 0.5s; }
	#focus div.view-focus .animate-out a { left: 200%; opacity: 0; -webkit-transition-duration: 0.5s; -moz-transition-duration: 0.5s; -ms-transition-duration: 0.5s; -o-transition-duration: 0.5s; transition-duration: 0.5s; }

#focus div.view-focus img { opacity: 0; z-index: 1; width: 100%; height: auto; min-height: 430px; display: block; top: 0; }
	#focus div.view-focus .animate-in img { opacity: 1; -webkit-transition-duration: 1s; -moz-transition-duration: 1s; -ms-transition-duration: 1s; -o-transition-duration: 1s; transition-duration: 1s; }
	#focus div.view-focus .animate-out img { opacity: 0; -webkit-transition-duration: 0.5s; -moz-transition-duration: 0.5s; -ms-transition-duration: 0.5s; -o-transition-duration: 0.5s; transition-duration: 0.5s; }

.slogan {
	text-align: center;
	font-family: museo-slab;
	font-weight: 700;
	color: white;
	font-size: 30px;
	text-transform: uppercase;
	margin: 0.5em 0 1em;
}

.slogan span {
	font-weight: 100;
}

#block-views-slider_hp-block {
	padding: 0 0 0 5%;
	float: left;
}

.view-id-slider_hp {
	width: 780px;
	height: 540px;
	display: block;
	float: left;
	position: relative;
}

/*.slider {
	width: 780px;
	height: 540px;
	display: block;
	float: left;
	position: relative;
	margin: 0 0 0 10%;
}*/

.slidehp_image {
	width: 760px;
	height: 470px;
	margin: 20px 0 0 20px;
	display: block;
	overflow: hidden;
}

.slidehp_image img {
	width: 760px;
	height: 520px;
	display: block;
}

.slidehp_titre {
	position: absolute;
	z-index: 11;
	top: 135px;
	left: 0;
	width: 240px;
	padding: 0 20px;
	font-family: amatic, sans-serif;
	font-weight: normal;
	color: white;
	font-size: 42px;
	line-height: 42px;
	text-align: center;
}

.slidehp_description {
	display: block;
	width: 180px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	background-image: url(../images/producteur-bg-2.png);
	background-position: center top;
	padding: 235px 50px 237px;
	height: 38px;
	color: white;
	text-align: center;
	font-family: opensans, sans-serif;
	font-size: 0.875em;
	overflow: hidden;
}

.slidehp_lien a {
	position: absolute;
	z-index: 11;
	bottom: 50px;
	border: 1px solid white;
	left: 0;
	width: 220px;
	margin: 0 20px;
	padding: 10px 8px;
	font-family: amatic, sans-serif;
	font-weight: bold;
	color: white;
	font-size: 24px;
	line-height: 30px;
	text-align: center;
}
	.slidehp_lien a:focus,
	.slidehp_lien a:hover {
		background-color: white;
		color: #635f4a;
	}

#block-block-1 {
	width: auto;
	float: right;
	margin: 0 5% 0 0;
	padding: 19px 0 0;
}

#block-block-1 div a {
	clear: both;
	float: left;
	font-family: amatic, sans-serif;
	font-weight: bold;
	color: white;
	width: 250px;
	padding: 1.25em 0;
	vertical-align: middle;
	text-decoration: none;
	text-indent: 3em;
	font-size: 1.75em;
	width: 300px;
}

#link-order a {
	background-color: #7a7866;
	background-image: url(../images/panier.png);
	background-repeat: no-repeat;
	background-position: 22px 30px;
}
	#link-order a:focus,
	#link-order a:hover {
		background-color: #6a6858;
	}

#link-inscription a {
	background-color: #8bb706;  
	background-image: url(../images/devenir-client.png);
	background-repeat: no-repeat;
	background-position: 20px 28px;
}
	#link-inscription a:focus,
	#link-inscription a:hover {
		background-color: #7ea400;
	}

#link-where a {
	background-color: #EFEBC7;
	color: #8bb706 !important;
	background-image: url(../images/produit.png);
	background-repeat: no-repeat;
	background-position: 22px 28px;
}
	#link-where a:focus,
	#link-where a:hover {
		background-color: #d5d1ac;
	}

#block-block-1 div#link-contact a {
	font-size: 2em;
	padding: 0 0 0.125em;
	border-bottom: 1px solid white;
	width: auto;
	margin: 3em 0 0 80px;
	text-indent: 0;
}


@media (min-width:1380px) {

	#block-views-slider_hp-block {
		margin: 0 0 0 7.5%;
	}
	
	#block-block-1 {
		margin: 0 7.5% 0 0;
	}
	
}

@media (min-width:1500px) {

	#block-views-slider_hp-block {
		margin: 0 0 0 10%;
	}
	
	#block-block-1 {
		margin: 0 10% 0 0;
	}
	
}

@media (min-width:1700px) {

	#block-views-slider_hp-block {
		margin: 0 0 0 15%;
	}
	
	#block-block-1 {
		margin: 0 15% 0 0;
	}
	
}

	
/* ===================================================================================================================================================================================
 BANNER
=================================================================================================================================================================================== */
#banner {
	position: relative;
	min-width: 990px;
	width: 100%;
	height: 190px;
	overflow: hidden;
	z-index: 0;
	background-color: #a2c154;
	padding: 2em 0;
	margin: 0;
	border: 0;
	background-image: url(../images/bg.png);
	display: none;
}


/* ===================================================================================================================================================================================
 COLUMNS-WRAPPER
=================================================================================================================================================================================== */

#columns-wrapper {
	width: 1200px;
	margin: 0 auto;
}

#columns-wrapper h2 {
	font-family: amatic, sans-serif;
	font-size: 2em;
	font-size: 48px;
	font-weight: normal;
}

.main-column .block-block {
	padding: 0 20px;
}


/* ===================================================================================================================================================================================
 A PROPOS
=================================================================================================================================================================================== */

#first-column {
	width: 25%;
	float: left;
	font-family: merriweather, serif;
	font-size: 14px;
	line-height: 21px;
}

#first-column h2 {
	margin: 90px 0 56px;
	font-weight: bold;
	border-bottom: 1px solid #666;
	padding: 0 0 20px;
	width: intrinsic;
}

#first-column p {
	margin: 0 0 24px;
}

#first-column a {
	color: #abcc59;
	text-decoration: underline;
}

a#fournisseur-btn {
	position: relative;
	clear: both;
	float: left;
	font-family: amatic, sans-serif;
	font-weight: bold;
	color: white;
	width: 270px;
	padding: 25px 0;
	vertical-align: middle;
	text-decoration: none;
	text-indent: 72px;
	font-size: 30px;
	background-color: #8bb706;  
	background-image: url(../images/fournisseur-btn.png);
	background-repeat: no-repeat;
	background-position: 28px 24px;
	margin: -35px 0 0 145px;
	z-index: 1000;
}
	a#fournisseur-btn:focus,
	a#fournisseur-btn:hover {
		background-color: #7ea400;
	}


/* ===================================================================================================================================================================================
 NOS ATOUTS
=================================================================================================================================================================================== */

#second-column {
	width: 25%;
	float: left;
	background-color: #ebefe3;
	color: #abcc59;
	height: 470px;
	z-index: 10;
}

#second-column h2 {
	margin: 90px 0 52px;
	font-weight: bold;
	border-bottom: 1px solid #ABCC59;
	padding: 0 0 20px;
	width: intrinsic;
}

#second-column ul {
	font-family: museo-slab, serif;
	font-weight: 700;
}

#second-column ul li {
	margin: 0 0 24px;
	list-style-image: url(../images/atout.png);
	padding: 0 0 0 0.75em;
}


/* ===================================================================================================================================================================================
 PROMOS
=================================================================================================================================================================================== */

#third-column {
	width: 50%;
	float: left;
	position: relative;
	height: 470px;
	overflow: hidden;
	margin: 0 0 100px;
}

#third-column img {
	width: auto;
	height: 470px;
}

#third-column h2 {
	position: absolute;
	top: 120px;
	left: 104px;
	z-index: 1;
	width: 180px;
	margin: 0 40px;
	padding: 10px 0;
	text-align: center;
	border-top: 1px solid #d1bf9b;
	border-bottom: 1px solid #d1bf9b;
	font-size: 30px;
	font-weight: bold;
}

#third-column h3 {
	position: absolute;
	top: 180px;
	left: 104px;
	z-index: 1;
	width: 180px;
	margin: 0 40px;
	padding: 16px 0;
	text-align: center;
	font-family: georgia, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 0.875em;
	color: #a3a293;
}

#third-column .promos_description {
	position: absolute;
	top: 82px;
	left: 104px;
	display: block;
	width: 180px;
	padding: 142px 40px 50px;
	background-color: white;
	background-color: rgba(255,255,255,0.8);
	text-align: center;
	height: 72px;
}

#third-column .promos_detail a {
	position: absolute;
	top: 319px;
	left: 104px;
	z-index: 1;
	width: 180px;
	margin: 0 40px;
	padding: 16px 0;
	text-align: center;
	font-family: amatic, sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	color: white;
	background-color: #7A7866;
}
	#third-column .promos_detail a:focus,
	#third-column .promos_detail a:hover {
		background-color: #696758;
	}
	
.field-name-field-promos-sous-titre {
	display: none;
}

.field-name-field-promos-image .field-label {
	display: none;
}


/* ===================================================================================================================================================================================
 HOME
=================================================================================================================================================================================== */


/* ===================================================================================================================================================================================
 BREADCRUMB
=================================================================================================================================================================================== */
#breadcrumb { color: #777; font-size: 10px; }
	#breadcrumb a { color: #777; text-decoration: none; }
		#breadcrumb a:hover { text-decoration: underline; }
		
		
/* ===================================================================================================================================================================================
 ACTUALITES
=================================================================================================================================================================================== */
/* Liste */
body.not-front div.view-actualites article { padding: 40px 0; }
	body.not-front div.view-actualites article.first { padding-top: 0; }
	body.not-front div.view-actualites article h2 { font: 1.384em 'Rokkitt', serif; color: #40baef; font-weight: 700; margin-bottom: 0; }
	body.not-front div.view-actualites article time { color: #b0b0b0; font-style: italic; }
	body.not-front div.view-actualites article hr { color: #40baef; background-color: #40baef; margin: 10px 0 20px 0; width: 40px; }
	body.not-front div.view-actualites article img { float: right; margin: 0 0 20px 20px; }
	body.not-front div.view-actualites article span.more { display: block; clear: both; }
	body.not-front div.view-actualites div.item-list .pager { margin-top: 30px; font: 1.230em 'Rokkitt', serif; text-transform: uppercase; text-align: left; }
		body.not-front div.view-actualites div.item-list .pager li { display: inline-block; list-style-type: none; margin: 0 2px; margin: 0; }
		body.not-front div.view-actualites div.item-list .pager a { background: #fff; border: 2px solid #d6d6d6; color: #003781; padding: 5px 12px; }
			body.not-front div.view-actualites div.item-list .pager a:hover { background: #fff; border: 2px solid #26ace4; color: #26ace4; }		
			body.not-front div.view-actualites div.item-list .pager .pager-current { padding: 5px 11px; background: #fff; border: 2px solid #26ace4; color: #26ace4; }		
	
/* Page */
body.node-type-article time { display: block; color: #b0b0b0; font-style: italic; margin-bottom: 20px; }
body.node-type-article div.field-name-field-image img { float: left; margin: 0 20px 20px 0; }


#block-views-actualites-block {
	width: 60%;
	float: left;
}

#block-views-actualites-block h2.block-title {
	font-family: amatic, sans-serif;
	font-size: 36px;
	float: right;
	width: 590px;
	margin: 0 90px 20px 0;
	padding: 0 0 20px;
	border-bottom: 1px solid #E5E5E5;
}

#block-views-actualites-block .view-content {
	width: 680px;
	height: auto;
	float: right;
	margin: 0 0 100px;
}

#block-views-actualites-block .view-content .column {
	clear: none;
	float: left;
	width: 250px;
	margin: 0 50px 20px 0;
	position: relative;
}

#block-views-actualites-block .view-content .column h3 {
	font-size: 1em;
	font-family: museo-slab;
	font-weight: 300;
	color: #e84893;
	position: absolute;
	top: 0;
	left: 0;
	font-weight: bold;
}

#block-views-actualites-block .view-content .column .news_date {
	font-family: georgia, serif;
	font-style: italic;
	color: #B4B4B4;
	font-size: 12px;
	position: absolute;
	top: 60px;
	left: 0;
}

#block-views-actualites-block .view-content .column .news_description {
	margin: 90px 0 0;
	position: relative;
	font-family: open, sans-serif;
	font-size: 13px;
	line-height: 21px;
}

#block-views-actualites-block .view-content .column .news_description a {
	color: #e84893;
	text-decoration: underline;
}

#block-views-actualites-block .view-content .column .news_lien {
	margin: 20px 0 0;
}

#block-views-actualites-block .view-content .column .news_lien a {
	color: #e84893 !important;
	text-decoration: underline;
	font-family: open, sans-serif;
	font-size: 13px;
	line-height: 21px;
}

#block-views-actualites-block .view-content .column hr {
	border: 0;
}


/* ===================================================================================================================================================================================
 VIDEO
=================================================================================================================================================================================== */

#block-block-4 {
	width: 40%;
	float: right;
}

#block-block-4 h2 {
	font-family: amatic, sans-serif;
	width: 300px;
	font-size: 36px;
	margin: 0 0 20px;
	padding: 0 0 20px;
	border-bottom: 1px solid #E5E5E5;
}

#vimeo-video {
	width: 400px;
	height: 225px;
}


/* ===================================================================================================================================================================================
 CARTES
=================================================================================================================================================================================== */

#content {
	clear: both;
	float: left;
}

#content #center .view-produits .view-content,
#content #center .view-producteurs .view-content,
#content #center .view-liste-de-toutes-les-categories .view-content {
	display: block;
	width: 1020px;
	margin: 0 auto;
	clear: both;
}

#content #center .view-produits .view-content .odd,
#content #center .view-produits .view-content .even,
#content #center .view-producteurs .view-content .odd,
#content #center .view-producteurs .view-content .even,
#content #center .view-liste-de-toutes-les-categories .view-content .odd,
#content #center .view-liste-de-toutes-les-categories .view-content .even {
	width: 220px;
	float: left;
	margin: 10px;
	height: 440px;
	padding: 0 0 60px;
}

#content #center .view-producteurs .view-content .odd a,
#content #center .view-producteurs .view-content .even a,
#content #center .view-liste-de-toutes-les-categories .view-content .odd a,
#content #center .view-liste-de-toutes-les-categories .view-content .even a {
	display: block;
}

#content #center .view-produits .view-content .odd .image_card,
#content #center .view-produits .view-content .even .image_card,
#content #center .view-producteurs .view-content .odd .image_card,
#content #center .view-producteurs .view-content .even .image_card,
#content #center .view-liste-de-toutes-les-categories .view-content .odd .image_card,
#content #center .view-liste-de-toutes-les-categories .view-content .even .image_card {
	width: 220px;
	height: 220px;
	float: left;
	margin: 0 0 10px;
	overflow: hidden;
}

#content #center .view-produits .view-content .odd img,
#content #center .view-produits .view-content .even img,
#content #center .view-producteurs .view-content .odd img,
#content #center .view-producteurs .view-content .even img,
#content #center .view-liste-de-toutes-les-categories .view-content .odd img,
#content #center .view-liste-de-toutes-les-categories .view-content .even img {
	width: 100%;
	height: auto;
	width: auto;
	height: 100%;
}

#content #center .view-produits .view-content .odd h2 a,
#content #center .view-produits .view-content .even h2 a,
#content #center .view-producteurs .view-content .odd a,
#content #center .view-producteurs .view-content .even a,
#content #center .view-liste-de-toutes-les-categories .view-content .odd a,
#content #center .view-liste-de-toutes-les-categories .view-content .even a {
	font-family: museo-slab, serif;
	font-size: 18px;
	color: #a6c656;
	font-weight: 300;
	margin: 0;
}

#content #center .view-produits .view-content .odd .produits_description,
#content #center .view-produits .view-content .even .produits_description,
#content #center .view-producteurs .view-content .odd .produits_description,
#content #center .view-producteurs .view-content .even .produits_description,
#content #center .view-liste-de-toutes-les-categories .view-content .odd .produits_description,
#content #center .view-liste-de-toutes-les-categories .view-content .even .produits_description {
	font-size: 12px;
	font-family: merriweather, serif;
	margin: 0;
}

#content #center .view-liste-de-toutes-les-categories .view-content .odd a,
#content #center .view-liste-de-toutes-les-categories .view-content .even a {
	margin: 0 0 10px;
}

#content #center .view-produits .view-content .odd h2 a,
#content #center .view-produits .view-content .even h2 a,
#content #center .view-producteurs .view-content .odd h2 a,
#content #center .view-producteurs .view-content .even h2 a,
#content #center .view-liste-de-toutes-les-categories .view-content .odd h2 a,
#content #center .view-liste-de-toutes-les-categories .view-content .even h2 a {
	font-family: amatic, sans-serif !important;
	font-size: 26px;
	color: #7a7866;
	text-decoration: none;
	font-weight: bold;
	margin: 0;
}

#content #center .view-liste-de-toutes-les-categories .view-content .odd a,
#content #center .view-liste-de-toutes-les-categories .view-content .even a {
	margin: 0 0 10px;
}


/* ===================================================================================================================================================================================
 CONTENT
=================================================================================================================================================================================== */

#content {
	width: 100%;
	z-index: 0;
	margin: 0 0 2em;
	border: 0;
}

#content #center {
	clear: both;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}

#content #center #title {
	position: relative;
	width: 100%;
	overflow: hidden;
	z-index: 0;
	background-color: #a2c154;
	overflow: hidden;
	padding: 2.5em 0 2em;
	margin: 0;
	border: 0;
	background-image: url(../images/bg.png);
}

#content #center #title h1 {
	font-size: 30px;
	font-family: museo-slab, serif;
	font-weight: 900;
	color: white;
	width: 1000px;
	margin: 0 auto;
}

#content #center #title #breadcrumb {
	font-size: 12px;
	color: white;
	width: 1000px;
	margin: 10px auto 0;
	font-family: merriweather, serif;
}

#content #center #title #breadcrumb a {
	color: white;
	font-size: 12px;
	font-family: merriweather, serif;
	text-decoration: none;
}
	#content #center #title #breadcrumb a:focus,
	#content #center #title #breadcrumb a:hover {
		text-decoration: underline;
	}

#content #center article {
	width: 960px;
	margin: 0 auto;
}

#content #center article .field {
	width: 760px;
	margin: 0 auto;
}

#content #center h2 {
	font-family: amatic, sans-serif;
	font-size: 36px;
	font-weight: bold;
}

#content #center h3 {
	font-family: merriweather, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #a6c656;
}

#content #center u,
#content #center h4 {
	font-family: amatic, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
}

#content #center p {
	font-family: merriweather, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #6c6c6c;
}

#content #center a {
	font-family: merriweather, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #a6c656;
	text-decoration: underline;
}

#content #center .content-link {
	padding: 0.5em 1.5em;
	border: 2px solid #7A7866;
	color: #7A7866;
	font-family: amatic, sans-serif;
	font-weight: bold;
	font-size: 24px;
	text-decoration: none;
	display: block;
	margin: 36px 0;
	width: intrinsic;
}
	#content #center .content-link:focus,
	#content #center .content-link:hover {
	color: white;
	background-color: #7A7866;
}

#content #center img {
	float: left;
	margin: 10px 10px 10px 0;
	width: 50%;
	height: auto;
}

#content #center ul {
	font-family: merriweather, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #6c6c6c;
	list-style: square;
}

.element-invisible {
	display: none;
}

#content #center .tabs ul.primary {
	font-family: merriweather, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #6c6c6c;
	list-style: none;
	border-bottom: 1px solid #666;
	padding-bottom: 6px;
}
#content #center .tabs ul.primary > li {
	display: inline-block;
}

#content #center .tabs ul.primary > li > a {
	padding: 10px;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
#content #center .tabs ul.primary > li > a:hover {
	border-bottom: none;
	background: #eFeFeF;
	text-decoration: none;
}

#content #center .tabs ul.primary > li.active > a {
  border: 1px solid #666;
  border-bottom: 1px solid #FFF;
  border-radius: 4px 4px 0 0;
}

.tabs, .profile, #center form {
	padding-left: 10%;
}

#content #center .view-header .view-content {
	clear: both;
	width: 100%;
	float: left;
	margin: 0 0 50px;
}

#content #center .view-content .views-field-name {
	left: 0;
	width: 100%;
	overflow: hidden;
	background-color: #a2c154;
	overflow: hidden;
	padding: 2em 0;
	margin: 0;
	border: 0;
	background-image: url(../images/bg.png);
	display: none;
}

#content #center .view-content .views-field-name span.field-content {
	display: block;
	width: 1000px !important;
	margin: 2em auto;
}

#content #center .view-content .views-field-name a {
	color: white;
	font-family: museo-slab, sans-serif;
	font-weight: 700;
	font-size: 2em;
	text-decoration: none;
	display: none;
}

#content #center .views-field-description {
	width: 1000px;
	margin: 0 auto;
}

#content #center .views-field-field-catprod-image {
	width: 1000px;
	margin: 0 auto;
}

.field-name-field-produits-cat .field-item {
	display: none;
}


/* ===================================================================================================================================================================================
 NOS PRODUCTEURS
=================================================================================================================================================================================== */

time,
.field-name-field-producteur-hp,
.field-name-field-producteur-cat {
	display: none !important;
}

.field-name-field-producteur-image img {
	padding: 10px 20px 10px 0;
}

#edit-tid-wrapper {
	width: 280px;
	margin: 10px 0;
}

#edit-tid-wrapper .form-type-bef-checkbox {
	margin: 10px 40px 0 0;
	float: left;
}

#edit-tid-wrapper>label {
	display: none;
}

.view-filters .form-submit {
	appearance: inherit;
	border: 1px solid #a6c656;
	padding: 6px 10px 4px;
	background: none;
	background-color: white;
	font-weight: normal;
	color: #a2c154;
	margin: 17px 10px 0;
	background-color: white;
	color: #a6c656;
	font-family: museo-slab, sans-serif;
	font-weight: 300;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
	.view-filters .form-submit:focus,
	.view-filters .form-submit:hover {
		background-color: #a6c656;
		color: white;
	}

.view-producteurs .view-content {
	padding: 20px 0;
}

.view-dom-id-b8526c59752bb8c89f1c0179bf5c5b08 {
	padding: 0;
	border-bottom: 1px solid #CCC;
}

.view-id-producteurs .view-content {
	clear: both;
	padding: 10px 0 0;
}

.node-producteur header {
	font-family: amatic, sans-serif !important;
	font-size: 36px;
	display: block;
	width: 760px;
	margin: 20px auto 0;
}

.view-producteurs .view-content div.odd,
.view-producteurs .view-content div.even {
	height: 500px !important;
	float: left;
}


/* ===================================================================================================================================================================================
 NOS PRODUITS BIO
=================================================================================================================================================================================== */

#block-menu_block-5 {
	position: absolute;
	top: 60px;
	left: 0;
	width: 100%;
	overflow: visible;
	background-color: #a2c154;
	padding: 1em 0 2em;
	margin: 0;
	border: 0;
	background-image: url(../images/bg.png);
	text-transform: capitalize;
	z-index: 900;
	-webkit-bbox-shadow: 0px 20px 30px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 20px 30px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 20px 30px 0px rgba(0,0,0,0.5);
}

#block-menu_block-5 .menu {
	display: block;
	width: 975px;
	margin: 0 auto;
	list-style: none;
}

#page #navigation #block-menu_block-5 ul.menu li {
	float: left;
	margin: 20px 25px;
	width: 275px;
	height: 20px;
	list-style: disc !important;
}

#navigation #block-menu_block-5 .menu li a {
	display: block;
	float: left;
	color: white !important;
	font-family: arvo, sans-serif;
	letter-spacing: 1px;
	text-decoration: none !important;
}
	#navigation #block-menu_block-5 .menu li a:focus,
	#navigation #block-menu_block-5 .menu li a:hover {
		font-weight: bold;
	}

.view-liste-de-toutes-les-categories .view-content {
	padding: 20px 0;
}

.menu-mlid-1094 a {
	cursor: default;
}


/* ===================================================================================================================================================================================
 NOS CLIENTS
=================================================================================================================================================================================== */

#nos-clients-div-p {
	overflow: hidden;
	margin: 0;
	border: 0;
	padding: 2em 0 0;
	width: 980px;
	margin: 0 auto;
}

#nos-clients-div-p a {
	color: #666 !important;
}

#nos-clients-div-p p {
	padding: 0;
	color: #666 !important;
	font-size: 1em !important;
}

#nos-clients-div-p ul {
	padding: 0;
}

#nos-clients-div-p ul li {
	list-style: none;
	height: 24px;
	background-repeat: no-repeat;
	background-position: 2px 0;
	padding: 0 0 0 38px;
	margin: 0 40px 0 0;
	float: left;
}

#nos-clients-div-p ul li.li-market {
	background-image: url(../images/picto-market.png);
}

#nos-clients-div-p ul li.li-shop {
	background-image: url(../images/picto-shop.png);
}

#nos-clients-div-p ul li.li-restaurant {
	background-image: url(../images/picto-restaurant.png);
}

#nos-clients-div-p ul li.li-cart {
	background-image: url(../images/picto-cart.png);
}

/* .form-select {
    border: 1px solid #ccc;
    width: 180px;
    border-radius: 3px;
    overflow: hidden;
}

.form-select select {
    padding: 5px 8px;
    width: 100%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
    background: #fafafa url("../images/logo-bio.png") no-repeat 90% 50%;
}

	.form-select select:focus,
	.form-select select:hover {
	    outline: none;
	} */

.view-nos-clients {
	width: 100%;
}

.view-nos-clients table {
	margin: 0 auto;
}

.view-nos-clients table thead tr th {
	padding: 20px 0;
	font-weight: bold;
	font-family: arvo, serif;
}

.view-nos-clients table thead tr th a {
	font-weight: bold !important;
	font-family: arvo, serif !important;
}

#content #center .view-nos-clients table thead tr th.active a img {
	display: block;
	width: 13px;
	height: 13px;
	padding: 0;
	float: right;
	margin: 4px 10px 0;
}

#content #center .view-nos-clients table thead tr th a {
	text-decoration: none;
}

.view-nos-clients table tr:nth-child(even) {background: #F4F4F4}
.view-nos-clients table tr:nth-child(odd) {background: #FFF}

.view-nos-clients table td {
	padding: 7px 15px;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	border-left: 0;
	border-right: 0;
}

.view-nos-clients .view-filters{
	position: relative;
	width: 100%;
	overflow: hidden;
	z-index: 0;
	overflow: hidden;
	padding: 2em 0;
	margin: 0;
	border: 0;
}

.view-filters form .views-exposed-form {
	display: block;
	width: 1000px;
	margin: 0 auto;
}

.view-nos-clients .view-filters .views-widget-filter-tid .form-type-select {
	margin: 0 10px;
	float: left;
	font-size: 1.25em;
}

.views-exposed-widget {
	display: block;
	float: left;
	margin: 0 100px 0 0;
}

.view-nos-clients .view-filters label {
	margin: 0 10px;
	float: left;
	color: #666;
	font-weight: bold;
	width: 100px;
}

.view-nos-clients .view-filters .form-submit {
	appearance: inherit;
	border: 1px solid #a6c656;
	padding: 6px 10px 4px;
	background: none;
	background-color: white;
	font-weight: normal;
	color: #a6c656;
	font-family: museo-slab, sans-serif;
	font-weight: 300;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	float: left;
	clear: none;
}
	.view-filters .form-submit:focus,
	.view-filters .form-submit:hover {
		background-color: #a6c656;
		color: white;
}

.view-nos-clients .view-content {
	border-top: 1px solid #CCC;
}

.node-nos-clients {
	padding: 2em 0 1em;
}

.field-name-field-client-adresse span {
	font-weight: bold;
}

.field-name-field-client-adresse {
	text-transform: capitalize;
}

.field-name-field-client-cp span,
.field-name-field-client-ville span,
.field-name-field-client-cat span,
.field-name-field-client-province span {
	display: none;
}

.field-name-field-client-cat {
	padding: 1em 0;
}

.picto-restaurant,
.picto-market,
.picto-shop,
/*.picto-collectivity,*/
.picto-cart,
/*.picto-caterer,*/
.picto-shop-cart,
.picto-restaurant-shop,
.picto-shop-market {
	display: block;
	width: 100%;
	height: 24px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: 10px center;
}

.picto-restaurant {
	background-image: url(../images/picto-restaurant.png);
}

.picto-shop {
	background-image: url(../images/picto-shop.png);
}

.picto-market {
	background-image: url(../images/picto-market.png);
}

/*.picto-collectivity {
	background-image: url(../images/picto-collectivity.png);
}*/

.picto-cart {
	background-image: url(../images/picto-cart.png);
}

/*.picto-caterer {
	background-image: url(../images/picto-caterer.png);
}*/

.picto-shop-cart {
	background-image: url(../images/picto-shop-cart.png);
}

.picto-restaurant-shop {
	background-image: url(../images/picto-restaurant-shop.png);
}

.picto-shop-market {
	background-image: url(../images/picto-shop-market.png);
}


/* ===================================================================================================================================================================================
 FORMULAIRE
=================================================================================================================================================================================== */

.webform-client-form {
	width: 760px;
	margin: 0 100px;
}

.webform-client-form .webform-component {
	float: left;
	margin: 20px 20px 0 0;
}

.webform-client-form label {
	float: left;
	clear: both;
	margin: 0 0 0.5em;
}

.webform-client-form input {
	float: left;
	clear: both;
}

.webform-client-form input[type="text"],
.webform-client-form input[type="email"] {
	width: 200px;
}

.webform-client-form .form-type-radio {
	float: left;
	clear: both;
}

.webform-client-form .form-type-radio input,
.webform-client-form .form-type-radio label {
	float: left;
	clear: none;
}

.webform-client-form .form-type-radio input {
	margin: 0.375em 0 0;
}

.webform-client-form .form-type-radio label {
	margin: 0 0 0 0.5em;
}

.webform-client-form textarea {
	float: left;
	clear: both;
	resize: vertical;
}

.webform-client-form select {
	float: left;
	clear: both;
}

.webform-client-form .form-type-checkbox {
	float: left;
	clear: both;
}

.webform-client-form .form-type-checkbox input,
.webform-client-form .form-type-checkbox label {
	float: left;
	clear: none;
}

.webform-client-form .form-type-checkbox input {
	margin: 0.375em 0 0;
}

.webform-client-form .form-type-checkbox label {
	margin: 0 0 0 0.5em;
}

#edit-submit {
	padding: 0.5em 1.5em;
	border: 2px solid #7A7866;
	color: #7A7866;
	font-family: amatic, sans-serif;
	font-weight: bold;
	font-size: 24px;
	text-decoration: none;
	display: block;
	margin: 24px 32px;
	width: intrinsic;
	background-color: white;
}
	#edit-submit:focus,
	#edit-submit:hover {
	color: white;
	background-color: #7A7866;
}

.webform-component-radios,
.webform-component-textfield {
	clear: both;
}

#webform-component-pr-nom,
#webform-component-tel- {
	clear: none;
}

#webform-component-nouveau-champ-boutons-radio- {
	width: 100%;
	float: left;
	margin: 0 0 20px;
}

#webform-component-nouveau-champ-boutons-radio- .form-item {
	float: left;
	clear: both;
	margin: 0 20px;
}

#webform-component-nouveau-champ-boutons-radio- .form-item .option {
	margin: 3px 10px 0;
}

#webform-component-vos-coordonn-es- {
	border: 0;
	padding: 0;
	margin: 0;
}

#webform-component-vos-coordonn-es---e-mail {
	clear: both;
}


/* ===================================================================================================================================================================================
 CONFIRMATION WEBFORM
=================================================================================================================================================================================== */

.webform-confirmation {
	width: 1000px;
	margin: 0 auto;
}

#content #center .webform-confirmation h3 {
	font-family: museo-slab, serif;
	font-weight: 700;
}

#content #center .links a {
	float: left;
	clear: both;
	margin: 20px 20%;
	padding: 16px 20px;
	text-align: center;
	font-family: amatic, sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	color: white;
	background-color: #7A7866;
	text-decoration: none;
}
	#content #center .links a:focus,
	#content #center .links a:hover {
		background-color: #696758;
	}

.webform-confirmation .links {
	
}


/* ===================================================================================================================================================================================
 DEVENIR CLIENT
=================================================================================================================================================================================== */

#google-maps {
	float: right;
	margin: -430px 0 0;
}


/* ===================================================================================================================================================================================
 PLAN DU SITE
=================================================================================================================================================================================== */
#site-map h2 { display: none; }
	#site-map ul a { color: #003781; }
		#site-map ul ul a { color: #26ace4; }
			#site-map ul ul ul a { color: #333; }
				#site-map ul ul ul ul a { color: #999; }

.site-map-box-menu-main-menu {
	width: 1100px;
	margin: 0 auto;
}

.site-map-box-menu-main-menu .contenta {
	text-decoration: none;
}
	.site-map-box-menu-main-menu a:focus,
	.site-map-box-menu-main-menu a:hover {
		text-decoration: none;
	}
	
ul.site-map-menu {
	padding: 0 0 0 60px;
}


/* ===================================================================================================================================================================================
 ACTU HEADER
=================================================================================================================================================================================== */

body.not-front div.view-actualites article h2 {
	color: #666;
}
.view-actualites article {clear: both;}


/* ===================================================================================================================================================================================
 CONTACT
=================================================================================================================================================================================== */

#node-122 {
	/* padding: 300px 0 0; */
}

#team-photo {
	left: 0;
	width: 100%;
	height: 300px;
	background-image: url(../images/groupe-interbio.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

#team-photo p {
	display: none;
}


/* ===================================================================================================================================================================================
 QUI SOMMES-NOUS ?
=================================================================================================================================================================================== */

#content #center #node-316 h3 {
	color: #e44790;
	font-family: arvo, serif;
	font-weight: bold;
	font-size: 18px;
}


/* ===================================================================================================================================================================================
 FOOTER
=================================================================================================================================================================================== */
			
#footer {
	clear: both;
	width: 100%;
}

#footer .container {
	width: 100%;
	background-color: #53513D;
	color: #707070;
}

#block-views-logos_footer-block {
	background: #F9F7F4;
	background: white;
	padding: 10px 0 0;
	clear: both;
	-webkit-box-shadow: inset 0px 55px 28px -69px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px 55px 28px -69px rgba(0,0,0,0.75);
	box-shadow: inset 0px 55px 28px -69px rgba(0,0,0,0.75);
	width: 100%;
	height: 140px;
}

#block-views-logos_footer-block .view-content {
	padding: 0 5.555555555555555%;
	width: 88.555555555555555%;
}

#block-views-logos_footer-block .view-content div {
	float: left;
}

#block-views-logos_footer-block img {
	float: left;
	margin: 15px 25px 20px;
	max-height: 90px;
	width: auto;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}
	#block-views-logos_footer-block img:hover,
	#block-views-logos_footer-block img:focus {
		filter: none;
		-webkit-filter: grayscale(0%);
	}

#block-block-8 {
	width: intrinsic;
	float: left;
	margin: 2em 0 0 50px;
	color: #AAA;
	font-size: 14px;
	line-height: 10px;
}

#block-block-8 a {
	color: #AAA;
}
	#block-block-8 a:focus,
	#block-block-8 a:hover {
		text-decoration: underline;
	}


#footer .container small {
	float: right;
	display: block;
	width: intrinsic;
	margin: 78px 50px 0;
	padding: 2em 0;
	color: #707070;
}

#block-block-6 {
	position: absolute;
	top: 180px;
	right: 40px;
}

.bio-logo {
	display: block;
	float: left;
	background-repeat: no-repeat;
	background-size: cover;
	text-indent: -9999px;
	margin: 0 10px 0;
}

#eu-logo {
	background-image: url(../images/logo-bio.png);
	width: 60px;
	height: 40px;
}

#certysis-logo {
	margin: 5px 10px 0;
	background-image: url(../images/logo-certisys.png);
	width: 78px;
	height: 30px;
}


/* HACKS */

.page-taxonomy-term #breadcrumb a.main-menu-link {
	cursor: default;
}

.page-taxonomy-term #breadcrumb a.main-menu-link:focus,
.page-taxonomy-term #breadcrumb a.main-menu-link:hover {
	text-decoration: none !important;
}





























