/*
Theme Name: Vergers du Soleil
Theme URI: http://wordpress.org/extend/themes/twentytwelve
Author: Paul Balanche
Author URI: http://www.paulbalanche.fr/
Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, flexible-width, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: twentytwelve

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/


/* =Reset
-------------------------------------------------------------- */

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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}
.clear{
	clear: both;
}


@font-face {
    font-family: 'amaticbold';
    src: url('css/amatic_webfont/amatic-bold-webfont.eot');
    src: url('css/amatic_webfont/amatic-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/amatic_webfont/amatic-bold-webfont.woff') format('woff'),
         url('css/amatic_webfont/amatic-bold-webfont.ttf') format('truetype'),
         url('css/amatic_webfont/amatic-bold-webfont.svg#amaticbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

a{
	text-decoration: none;
	outline: 0;
	color: #a1c037;
}
a:focus{
	outline: 0;
}

#content_left_with_widget a{
	color: #a1c037;
}


/* CSS Vergers du Soleils */


::-moz-selection { color: white;  background: #a1c037; }
::selection      { color: white;  background: #a1c037; }
img::-moz-selection{ background:transparent; }
img::selection{ background:transparent; }



html, body{
	background-color: #f5f5f7;
	position: relative;
}
body{
	padding-bottom: 0;
	margin-bottom: 0;
/*	overflow: hidden;*/
}
#ruban_vergers_soleil_under_body{
	position: fixed;
	top: 320px;
	left: 0;
	width: 100%;
	height: 151px;
	background: url('img/ruban_vergers_soleil_under_body.png') repeat-x center top;
}
#wrapper_general_vergers_soleil{
	width: 1200px;
	margin: auto;
	background: url('img/ombre_bigcontent_white.png') repeat-y center top;
	position: relative;
}
#bigcontent_white{
	width: 960px;
	margin: auto;
	background: white;
}
.contenu_in_850{
	width: 850px;
	margin: auto;
	padding-top: 20px;
	padding-bottom: 60px;
}
.contenu_in_full{
}

#content_footer{
	position: relative;
	background: #a1c037 url('img/ligne_fond_footer.png') no-repeat -36px 32px;
	color: white;
	width: 990px;
	height: 103px;
	margin: auto;
	overflow: hidden;
}

	/* CSS Header */

		#content_header{
			background-color: #f2f2f2;
			position: relative;
			padding: 104px 0 0 0;
			margin-bottom: 25px;
		}

		#logo_header_vergers_soleil{
			position: absolute;
			top: 0;
			left: 0;
			display: block;
			width: 463px;
			height: 131px;
			background: url('img/logo_header_les_vergers_du_soleils.png') no-repeat left top;
			z-index: 9;
		}
		#contner_fond_menu_and_li_menu{
			position: relative;
			width: 100%;
			height: 34px;
		}
		#content_fullwidth_menu{
			width: 100%;
			height: 34px;
			background: url('img/fond_green_menu_header.png') no-repeat left top;
			position: relative;
		}
		#content_li_menu_header{
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 34px;
			z-index: 99;
		}


	/* END Header */




	/* CSS Menu Header */

		.menu_header{
			float: right;
			padding: 6px 0 0 0;
			margin-right: 20px;
		}
		.menu_header li{
			float: left;
			text-align: center;
		}
		.menu_header li a{
			color: white;
			text-decoration: none;
			font-size: 13px;
			line-height: 13px;
			font-family: 'Cabin', sans-serif;
			font-weight: 400;
			text-transform: uppercase;
			display: block;
			position: relative;
		}
		.menu_header li a:hover, .menu_header .current_page_item a{
			text-shadow: 1px 1px 3px rgba(105,118,99,0.78);
			font-weight: 700;
		}


		.menu_header li.menu-item{
			margin-top: 4px;
		}

		.separation1_li_menu_header, .separation2_li_menu_header{
			background-image: url('img/img_separation_li_menu_header.png');
			background-repeat: no-repeat;
			width: 3px;
			height: 24px;
			float: left;
			margin: 0 5px;
		}
		.separation1_li_menu_header{
			background-position: left top;
		}
		.separation2_li_menu_header{
			background-position: left bottom;
		}


	/* END Menu Header */





	/* CSS Slide Header */

	#content_global_slide_header{
		height: 325px;
		overflow: hidden;
	}

	.single_slide_header{
		height: 275px;
	}
	.img_left_single_slide_header{
		display: block;
		float: left;
		/*margin-left: 60px;*/
		border: none;
		background: url('img/ombre_img_slider_general.png') no-repeat center bottom;
	}
	.contenu_right_single_slide_header{
		float: right;
		width: 340px;
/*		margin-right: 80px;*/
	}
	.contenu_right_single_slide_header .posttitle_slide_header{
		text-transform: uppercase;
		font-family: 'amaticbold';
		font-weight: normal;
		font-size: 60px;
		line-height: 60px;
		color: #a1c037;
		margin: 40px 0 10px 0;
		padding: 0;
	}
	.contenu_right_single_slide_header .postcontent_slide_header{
		text-transform: uppercase;
		font-family: 'PT Sans Narrow', sans-serif;
		font-weight: 400;
		font-size: 18.96px;
		line-height: 28.17px;
		color: #4c5a06;
		/* height: 85px; */
		overflow: hidden;
	}

	.single_slide_header .puce_nav_slide_header{
		display: none;
	}

	.liquid-slider-wrapper, .ls-wrapper{
		margin: auto;
		margin-top: 16px;
		margin-bottom: 12px;
	}
	.liquid-slider-wrapper .liquid-nav, .ls-wrapper .ls-nav{
		margin-top: 4px;
	}
	.liquid-slider-wrapper .liquid-nav ul, .ls-wrapper .ls-nav ul{
		padding: 4px 10px;
		background-color: #e8e9e2;
		border-radius: 8px;
		/* Do not edit below this line */
		clear: both;
		display: block;
		margin: auto;
		overflow: hidden;
	}
	.liquid-slider-wrapper .liquid-nav ul li a, .ls-wrapper .ls-nav ul li a{
		background: url('img/img_nav_slide_header.png') no-repeat left top;
		width: 14px;
		height: 14px;
		margin: 0 2px;
		padding: 0;
		display: block;
		float: left;
		text-decoration: none;
		outline: 0;
	}
	.liquid-slider-wrapper .liquid-nav ul li a.current, .liquid-slider-wrapper .liquid-nav ul li a:hover, .ls-wrapper .ls-nav ul li a:hover, .ls-wrapper .ls-nav ul li a.current{
		background-position: bottom left;
	}

	/* END Slide Header */





	/* CSS Footer */

	#ligne_fond_footer{
		position: absolute;
		width: 100%;
		height: 72px;
		bottom: 0;
		left: 0;
		overflow: hidden;
	}
	#img_ligne_fond_footer{
		background: url('img/ligne_fond_footer.png') no-repeat left top;
		margin: auto;
		width: 1062px;
		height: 127px;
	}

	#contner_elt_footer{
		position: relative;
		padding-left: 40px;
	}

	.single_bloc_footer{
		float: left;
		margin: 15px 0;
	}
	.titre_single_bloc_footer{
		font-family: 'Cabin', sans-serif;
		font-weight: 700;
		text-transform: uppercase;
		font-size: 11px;
		line-height: 11px;
		margin: 0 0 10px 0;
		position: relative;
	}
	.content_single_bloc_footer{
		font-size: 11px;
		line-height: 13px;
		font-family: 'PT Sans', sans-serif;
		font-weight: 400;
		position: relative;
	}
	.content_single_bloc_footer a{
		color: white;
	}
	.content_single_bloc_footer a:hover{
		color: #4d8b3e;
	}
	#liens_logo_vergers_soleil_footer{
		display: block;
		float: left;
		width: 72px;
		height: 84px;
		background: url('img/img_logo_vergers_soleil_footer.png') no-repeat left top;
		margin: 8px 20px 8px 0;
	}
	#bloc_footer_1{
		width: 190px;
	}
	#bloc_footer_2{
		width: 230px;
	}
	#bloc_footer_3{
		width: 130px;
	}
	#bloc_footer_4{
		width: 160px;
	}

	.separation_bloc_footer{
		background: url('img/separation_bloc_footer.png') no-repeat left top;
		width: 3px;
		height: 67px;
		margin: 18px 18px 0 18px;
		float: left;
	}


	#liens_footer_facebook, #liens_footer_mail{
		display: block;
		float: left;
		width: 23px;
		height: 23px;
		background-image: url('img/picto_contact_footer.png');
		background-repeat: no-repeat;
	}
	#liens_footer_facebook{
		background-position: left top;
		margin-right: 8px;
	}
	#liens_footer_facebook:hover{
		background-position: bottom left;
	}
	#liens_footer_mail{
		background-position: top right;
	}
	#liens_footer_mail:hover{
		background-position: bottom right;
	}

		/* CSS Menu Footer */

		.menu_footer li a{
			color: white;
			text-decoration: none;
			font-family: 'Cabin', sans-serif;
			font-weight: 400;
			line-height: 14px;
		}
		.menu_footer li a:hover, .menu_footer li.current_page_item a{
			color: #4d8b3e;
		}

		.single_colonne_menu_footer{
			float: left;
			width: 115px;
		}

		/* END Menu Footer */

	/* END Footer */



	h1{
		text-transform: uppercase;
		font-family: 'amaticbold';
		font-weight: normal;
		color: #a1c037;
		margin: 0;
		padding: 0;
	}
	h2{
		text-transform: uppercase;
		font-family: 'amaticbold';
		font-weight: normal;
		color: #a1c037;
		margin: 0;
		padding: 0;
	}




	/* CSS Widgets */

	.bloc_widget_le_savier_vous{
		width: 274px;
		margin: auto;
	}
	.bloc_widget_le_savier_vous .header_widget_lesaviezvous{
		height: 128px;
		background: url('img/fond_extend_widget_lesaviezvous.png') no-repeat left top;
	}
	.bloc_widget_le_savier_vous .footer_widget_lesaviezvous{
		height: 50px;
		background: url('img/fond_extend_widget_lesaviezvous.png') no-repeat bottom left;
	}

	.bloc_widget_le_savier_vous h2, .bloc_widget_ingredients h2{
		text-transform: uppercase;
		font-family: 'amaticbold';
		font-weight: normal;
		color: #44311f;
		font-size: 40px;
		line-height: 40px;
	}
	.bloc_widget_le_savier_vous h2{
		padding: 64px 0 0px 80px;
	}
	.bloc_widget_ingredients h2{
		padding: 54px 0 0 96px;
	}

	.contenu_widget_lesaviezvous{
		font-size: 15px;
		line-height: 18px;
		font-family: 'PT Sans', sans-serif;
		font-weight: 400;
		color: #44311f;
		padding: 15px 30px 10px 30px;
		text-align: justify;
		background: url('img/content_extend_widget_lesaviezvous.png') repeat-y left top;
	}

	.contenu_widget_ingredients{
		font-size: 15px;
		line-height: 18px;
		font-family: 'PT Sans', sans-serif;
		font-weight: 400;
		color: #44311f;
		padding: 15px 30px 10px 50px;
		text-align: left;
		background: url('img/content_extend_widget_ingredients.png') repeat-y left top;
	}
	.bloc_widget_ingredients .header_widget_ingredients{
		height: 119px;
		background: url('img/fond_extend_widget_ingredients.png') no-repeat left top;
	}
	.bloc_widget_ingredients .footer_widget_ingredients{
		height: 50px;
		background: url('img/fond_extend_widget_ingredients.png') no-repeat bottom left;
	}

	.contenu_widget_lesaviezvous li, .contenu_widget_ingredients li{
		margin: 3px 0;
	}

	.bloc_widget_ingredients{
		width: 278px;
		margin: auto;
		margin-top: 30px;
	}


	.liens_widget_conseil{
		display: block;
		background: url('img/cadre_besoinsconseil_big.png') no-repeat left top;
		width: 253px;
		height: 119px;
		text-transform: uppercase;
		font-family: 'amaticbold';
		font-weight: normal;
		text-decoration: none;
		margin: auto;
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.liens_widget_conseil_lign1{
		color: #a1c037;
		font-size: 34px;
		line-height: 34px;
		padding: 20px 0 0 44px;
	}
	.liens_widget_conseil_lign2{
		color: #44311f;
		font-size: 46px;
		line-height: 46px;
		padding: 0px 0 0 44px;
	}



	/* END Widgets */



	/* CSS Page Engagement Qualité */

	#content_left_with_widget{
		float: left;
		width: 540px;
	}
	#content_right_widget{
		float: right;
		width: 283px;
	}
	.colonne_widget_fixed{
		position: fixed;
		top: 0;
	}

	#content_left_with_widget h1{
		font-size: 64px;
		line-height: 64px;
		margin: 10px 0;
	}

	.fleche_previous_post{
		width: 125px;
		height: 42px;
		background: url('img/fleche_previous_next_post.png') no-repeat left top;
		margin: 40px 0 0 10px;
		float: left;
	}
	.fleche_next_post{
		width: 125px;
		height: 42px;
		background: url('img/fleche_previous_next_post.png') no-repeat top right;
		margin: 40px 10px 0 0;
		float: right;
	}
	.fleche_previous_post_retour_list{
		width: 125px;
		height: 42px;
		background: url('img/fleche_previous_next_post.png') no-repeat left top;
		margin: 40px 0 0 10px;
		float: left;
		display: none;
	}
	.fleche_next_post_retour_list{
		width: 125px;
		height: 42px;
		background: url('img/fleche_previous_next_post.png') no-repeat top right;
		margin: 40px 0 0 10px;
		float: right;
		display: none;
	}
	.fleche_next_post a, .fleche_previous_post a, .fleche_previous_post_retour_list a, .fleche_next_post_retour_list a{
		position: relative;
		text-transform: uppercase;
		font-family: 'amaticbold';
		font-weight: normal;
		font-size: 21px;
		line-height: 21px;
		color: #44311f;
		display: block;
		padding: 10px 0 0 0;
		text-align: center;
	}




	.bloc_text_contentpage{
		font-size: 15px;
		line-height: 18px;
		font-family: 'PT Sans', sans-serif;
		font-weight: 400;
		color: #44311f;
		text-align: justify;
	}
	.bloc_text_contentpage h2{
		font-size: 36px;
		line-height: 36px;
		margin: 40px 0 10px 0;
	}

	.sous_titre_page{
		margin: 0 0 20px 0;
		text-transform: uppercase;
		font-family: 'PT Sans Narrow', sans-serif;
		font-weight: 400;
		font-size: 16px;
		line-height: 20px;
		color: #4c5a06;
	}





	.sous_titre_page li{
/*		float: left;*/
		list-style-type: disc;
		margin-left: 16px;
	}
	.sous_titre_page li.first{
/*		list-style: none;*/
	}
	.sous_titre_page li.last{
/*		margin: 0;*/
	}

	.soustitle_single_produit, .soustitle_single_recette{
		text-transform: uppercase;
		font-family: 'PT Sans Narrow', sans-serif;
		font-weight: 400;
		font-size: 16px;
		line-height: 20px;
		color: #4c5a06;
		margin: 0 160px 14px 50px;
		text-align: justify;
	}
	.soustitle_single_produit li, .soustitle_single_recette li{
/*		float: left;*/
		list-style-type: disc;
		margin-left: 16px;
	}
	.soustitle_single_produit li.first, .soustitle_single_recette li.first{
/*		list-style: none;*/
	}
	.soustitle_single_produit li.last, .soustitle_single_recette li.last{
/*		margin: 0;*/
	}

	/* END Page Engagement Qualité */


	/*.single_produit_level0 .soustitle_single_produit{
		margin-right: 160px;
	}*/






	/* CSS page Produits */

	#contner_page_produits{

	}
		#contner_page_produits h1{
			font-size: 36px;
			line-height: 36px;
			text-align: center;
			margin-top: 20px;
			background: url('img/img_h1_page_produits.png') no-repeat center bottom;
			padding-bottom: 40px;
			margin-bottom: 10px;
		}
		#contner_page_produits h1.margin_accordeon_fixed{
			margin-bottom: 265px;
		}

		#bloc_listing_produits{
			padding: 0 0 100px 0;
		}

		#bloc_listing_produits h2{
			font-size: 26px;
			line-height: 26px;
			margin: 10px 0 2px 0;
		}

			.single_produit_level0{
				position: relative;
				float: right;
				margin-right: 10px;
				padding: 40px 0 50px 0;
			}
			.single_produit_level0:hover > .bulle_lien_list_product{
				display: block;
			}
			.single_produit_level1:hover > .bulle_lien_list_product{
				display: block;
			}
				.bulle_lien_list_product{
					position: absolute;
					top: 40px;
					right: 280px;
					width: 170px;
					height: 78px;
					background: url('img/bulle_lien_list_product.png') no-repeat left top;
					display: none;
					cursor: pointer;
				}
				.collapseright{
					right: 60px;
				}
				.contenu_bulle_lien_list_product{
					text-transform: uppercase;
					font-family: 'amaticbold';
					font-weight: normal;
					font-size: 31px;
					line-height: 31px;
					color: #44311f;
					position: relative;
					padding: 4px 24px 0px 12px;
				}
				.span_contenu_bulle_lien_list_product{
					color: #a1c037;
					font-size: 22px;
					line-height: 23px;
				}

			.single_produit_level1{
				position: relative;
				float: right;
				margin-right: 10px;
				padding: 40px 0 0 0;
			}
				.bloc_left_single_produit{
					float: right;
					background: url('img/picto_produit.png') no-repeat left 3px;
				}
				.bloc_left_full_single_produit{
					float: right;
					background: url('img/picto_produit.png') no-repeat left 3px;
				}
				.single_produit_level0 .bloc_left_single_produit{
					width: 590px;
				}
				.single_produit_level1 .bloc_left_single_produit{
					width: 510px;
				}
				.single_produit_level0 .bloc_left_full_single_produit{
					width: 860px;
					margin-right: 20px;
				}
				.single_produit_level1 .bloc_left_full_single_produit{
					width: 810px;
				}

					.title_single_produit{
						display: block;
						text-transform: uppercase;
						font-family: 'amaticbold';
						font-weight: normal;
						font-size: 41px;
						line-height: 41px;
						color: #a1c037;
						margin: 0 0 6px 0;
						padding: 0 0 0 50px;
						text-decoration: none;
					}
					.name_parent_single_produit{
						text-transform: uppercase;
						font-family: 'PT Sans Narrow', sans-serif;
						font-weight: 400;
						font-size: 12px;
						line-height: 12px;
						color: #088d42;
						margin: 10px 0 14px 50px;
					}
					.content_title_single_produit{
						font-family: 'PT Sans', sans-serif;
						font-weight: 400;
						font-size: 15px;
						line-height: 18px;
						color: #44311f;
						text-align: justify;
						margin-left: 50px;
					}
					.more-link{
						display: block;
						margin: 10px 0 0 0;
						text-align: right;
					}
				.bloc_right_single_produits{
					float: right;
					width: 280px;
					margin-left: 20px;
					text-align: center;
				}
			.separatation_produit{
				background: url('img/separateur_produit.png') no-repeat left top;
				margin: auto;
				width: 941px;
				height: 14px;
				clear: both;
			}
			.separateur_produit_level1{
				background: url('img/separateur_produit_level1.png') no-repeat left top;
				float: right;
				width: 810px;
				height: 14px;
				margin-top: 50px;
			}

	#bloc_accordeon_produits{
		overflow: hidden;
	}
	.bloc_accordeon_produits_fixed{
		position: fixed;
		top: -160px;
		width: 960px;
		-webkit-box-shadow: 0px 1px 4px rgba(0,0,0,0.2);
		box-shadow: 0px 1px 4px rgba(0,0,0,0.2);
		background-color: white;
		z-index: 9999;
	}

	#ul_accordeon_produits{
		margin: auto;
	}
	#ul_accordeon_produits li{
		display: block;
		overflow: hidden;
		float: left;
	}
	#ul_accordeon_produits li a{
		color: white;
		font-family: 'PT Sans', sans-serif;
		font-weight: 700;
		font-size: 16px;
		line-height: 22px;
		text-decoration: none;
		position: relative;
	}
	#ul_accordeon_produits li a .span{
		display: block;
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		-o-transform: rotate(-90deg);
		-webkit-writing-mode: lr-tb;
		    -ms-writing-mode: lr-tb;
		        writing-mode: lr-tb;
		position: absolute;
		bottom: 115px;
		right: -113px;
		width: 249px;
		text-transform: uppercase;
	}
	#ul_accordeon_produits li a .span2{
		padding: 6px 10px 3px 6px;
	}

	/* END page Produits */




	/* CSS Slide in page */

	.content_global_gallery_inpage{
		margin: 20px 0 40px 0;
	}

	.contner_image_princpal_gallery{
		width: 532px;
		height: 278px;
		position: relative;
	}
	.surcontent_ul_slider_gallery{
		background: url('img/cadre_content_ul_slider_gallery.png') no-repeat left top;
		width: 532px;
		height: 278px;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 99;
	}
	.content_ul_slider_gallery{
		width: 511px;
		position: relative;
		top: 9px;
		left: 12px;
	}

	.bxslider{
		height: 251px;
		overflow: hidden;
	}
	.bx-viewport{
		height: 251px;
	}

	.bx-prev{
		position: absolute;
		bottom: -90px;
		left: 0;
		background: url('img/img_controls_slider_gallery.png') no-repeat left top;
		display: block;
		width: 34px;
		height: 34px;
	}
	.bx-prev:hover{
		background-position: bottom left;
	}
	.bx-next{
		position: absolute;
		bottom: -90px;
		right: 0;
		background: url('img/img_controls_slider_gallery.png') no-repeat top right;
		display: block;
		width: 34px;
		height: 34px;
	}
	.bx-next:hover{
		background-position: bottom right;
	}

	#sous_contner_bx-pager{
		margin: auto;
		display: table;
	}

	.liens_miniature_gallery{
		display: block;
		width: 107px;
		height: 108px;
		overflow: hidden;
		position: relative;
		float: left;
		margin: 0 4px;
	}
	.cadre_miniature_gallery{
		background: url('img/cadre_miniature_gallery.png') no-repeat left top;
		width: 107px;
		height: 108px;
		float: left;
		position: absolute;
		z-index: 99;
	}

	.liens_miniature_gallery img{
		width: 95px;
		position: relative;
		top: 7px;
		left: 7px;
	}

	#contner_bx-pager{
		width: 350px;
		margin: auto;
		overflow: hidden;
	}
	#bx-pager{
		position: relative;
		left: 0;
	}

	/* END Slide in page */





	.bouton_shortcode_vergerssoleil{
		display: table;
		height: 33px;
		float: right;
		margin: 40px 0 0 20px;
		cursor: pointer;
	}
	.bloc_start_btn_shortcode{
		width: 26px;
		height: 33px;
		background: url('img/start_end_btn_lien_shortcode.png') no-repeat left top;
		float: left;
	}
	.bloc_end_btn_shortcode{
		height: 33px;
		width: 18px;
		background: url('img/start_end_btn_lien_shortcode.png') no-repeat top right;
		float: left;
	}
	.bloc_text_btn_shortcode{
		height: 33px;
		display: table;
		background: url('img/text_btn_lien_shortcode.png') repeat top left;
		float: left;
		color: #44311f;
		text-transform: uppercase;
		font-family: 'amaticbold';
		font-weight: normal;
		font-size: 22px;
		line-height: 32px;
		padding: 0 10px;
	}

	.bouton_shortcode_vergerssoleil:hover > .bloc_start_btn_shortcode{
		background-position: bottom left;
	}
	.bouton_shortcode_vergerssoleil:hover > .bloc_text_btn_shortcode{
		color: #93c045;
	}

.bouton-home-info .bloc_end_btn_shortcode {
	-webkit-filter: grayscale(100%);
	        filter: grayscale(100%);
}


	.widget-area{
		width: 278px;
		margin: auto;
	}
	.widget_text{
		width: 278px;
		margin: 60px 0;
	}

	.widget-title{
		text-transform: uppercase;
		font-family: 'amaticbold';
		font-weight: normal;
		color: #44311f;
		font-size: 40px;
		line-height: 40px;
		padding: 0 0 26px 0;
		background: url('img/fond_h2_widget_text.png') no-repeat 14px bottom;
		text-align: center;
	}

	.textwidget{
		color: #a1c037;
		font-family: 'PT Sans', sans-serif;
		font-weight: 400;
		font-size: 19px;
		line-height: 20px;
		margin: 14px 0 0 50px;
	}
	.textwidget ul{
		padding-top: 14px;
	}
	.textwidget ul li{
		color: #a1c037;
		font-family: 'PT Sans', sans-serif;
		font-size: 18px;
		line-height: 16px;
		list-style: none;
		background: url('img/fleche_verte_li_wiget.png') no-repeat left center;
		text-align: left;
		vertical-align: top;
		margin-top: -8px;
		padding: 15px 0 10px 30px;
	}

	#widget_carte_plan_acces .textwidget{
		margin: 20px 0 0 0;

	}
	#widget_carte_plan_acces .textwidget img{
		display: block;
		margin: auto;
	}
	#widget_carte_plan_acces .widget_text{
		margin-bottom: 0;
	}
	#widget_carte_plan_acces .bouton_shortcode_vergerssoleil{
		float: none;
		margin: 0 auto;
		margin-top: 20px;
	}


	/* CSS Page Accueil */

	#content_page_accueil{
		position: relative;
	}

	#img_content_page_accueil{
		position: absolute;
		top: 0;
		right: 50px;
		z-index: 1;
	}

	#fond_bullpage_accueil{
		background: url('img/fond_text_bullpage_accueil.png') no-repeat left top;
		width: 613px;
		height: 203px;
		position: relative;
		z-index: 9;
	}
	#text_bullpage_accueil{
		color: #a1c037;
		text-transform: uppercase;
		font-family: 'amaticbold';
		font-weight: normal;
		font-size: 68px;
		line-height: 68px;
		padding: 24px 50px 0px 15px;
	}
	#sous_titre_text_bullpage_accueil{
		font-size: 40px;
		line-height: 44px;
		margin-top: 4px;
	}

	#contner_article_pag_accueil{
		position: relative;
		z-index: 9;
	}
	.content_single_article_page_accueil{
		float: left;
		width: 245px;
		margin: 0 16px;
	}
	.thumbnail_souspage_accueil{
		width: 260px;
		height: 200px;
		text-align: center;
		overflow: hidden;
		display: table-cell;
		vertical-align: middle;
	}
	.thumbnail_souspage_accueil .attachment-post-thumbnail{
		margin: auto;
		display: block;
	}
	.thumbnail1_souspage_accueil{
		background: url('img/ombre_thumbnail1_souspage_accueil.png') no-repeat bottom center;
	}
	.thumbnail2_souspage_accueil{
		background: url('img/ombre_thumbnail2_souspage_accueil.png') no-repeat bottom center;
	}
	.thumbnail3_souspage_accueil{
		background: url('img/ombre_thumbnail3_souspage_accueil.png') no-repeat bottom center;
	}

	.h2title_souspage_accueil{
		color: #2a3901;
		text-transform: uppercase;
		font-family: 'amaticbold';
		font-weight: normal;
		font-size: 30px;
		line-height: 30px;
		text-align: center;
		background: url('img/img_liseret_bloc_home.png') no-repeat center 8px;
	}
	.text_h2title_souspage_accueil{
		background-color: white;
		padding: 0 4px;
	}
	.text_souspage_accueil{
		text-transform: uppercase;
		font-family: 'PT Sans Narrow', sans-serif;
		font-weight: 400;
		font-size: 14px;
		line-height: 20px;
		color: #4c5a06;
		text-align: center;
		width: 218px;
		margin: auto;
		margin-bottom: 10px;
		margin-top: 10px;
	}
	.content_single_article_page_accueil .bouton_shortcode_vergerssoleil{
		float: none;
		margin: auto;
		margin-top: 20px;
	}


	/* END Page Accueil */


	/* CSS PAGE DRIVE */

	.flex {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
	}
	.w50 {
		width:50%;
	}

	.content-drive h2, .content-drive h3{
	margin:2em 0 1em 0;
	}
	.content-drive p {
	margin-bottom:0.7em;
	}

	.content-drive {
		color: inherit!important;
	}

	.content-drive ul {
		list-style: square;
		padding-left: 1em;

	}
	.content-drive ul li {
		font-size: 0.9em;
	}

	/* CSS Page Contact */

	.bloc_text_contentpage_contact{
		font-size: 15px;
		line-height: 18px;
		font-family: 'PT Sans', sans-serif;
		font-weight: 400;
		color: #a1c037;
		text-align: justify;
		width: 500px;
	}

	.bloc_text_contentpage_contact .wpcf7{
		color: #088d42;
		text-transform: uppercase;
		font-family: 'amaticbold';
		font-weight: normal;
		font-size: 30px;
		line-height: 30px;
		margin: 40px 0;
	}

	.bloc_text_contentpage_contact .wpcf7 .wpcf7-form-control-wrap{
		margin: 6px 0 30px 0;
		display: block;
		background: url('img/fond_champ_contact_form.png') no-repeat left top;
		width: 502px;
		height: 44px;
	}

	.bloc_text_contentpage_contact .wpcf7 .your-name{

	}
	.bloc_text_contentpage_contact .wpcf7 .your-phone{
		background-position: left -45px;
	}
	.bloc_text_contentpage_contact .wpcf7 .your-email{
		background-position: left -89px;
	}
	.bloc_text_contentpage_contact .wpcf7 .your-subject{
		height: 39px;
		width: 211px;
		background: none;
		position: relative;
	}
	.bloc_text_contentpage_contact .wpcf7 .your-subject .wpcf7-form-control{
		height: 29px;
		width: 191px;
		background: none;
		background-image: none;
		text-transform: uppercase;
		font-style: normal;
		position: relative;
		z-index: 2;
		opacity: 0;
		filter: alpha(opacity=0);
		cursor: pointer;
	}
	.bloc_text_contentpage_contact .wpcf7 .your-subject .cache_select_verger_soleil{
		display: block;
		padding: 0;
		margin: 0;
		border: none;
		height: 39px;
		width: 211px;
		padding-left: 10px;
		top: 0;
		left: 0;
		position: absolute;
		background: url('img/fond_champ_contact_form.png') no-repeat left -133px;
		z-index: 1;
		outline: none;
		color: #44311f;
		font-size: 14px;
		line-height: 30px;
		font-family: 'PT Sans', sans-serif;
		font-weight: 400;
		font-style: italic;
	}
  .bloc_text_contentpage_contact .wpcf7 .wpcf7-form-control-wrap[data-name="your-message"], .bloc_text_contentpage_contact .wpcf7 .wpcf7-form-control-wrap[data-name="message"] {
      height: 219px;
      background-position-y: bottom;
  }
	.bloc_text_contentpage_contact .wpcf7 .your-message{
		height: 219px;
		background-position: left -175px;
	}
	.bloc_text_contentpage_contact .wpcf7 textarea.wpcf7-form-control{
		height: 199px;
		top: 8px;
    resize: none;
	}
	.bloc_text_contentpage_contact .wpcf7 .bouton_shortcode_vergerssoleil .wpcf7-submit{
		padding: 0;
		height: 23px;
		width: 60px;
		margin: 0;
		background: none;
		cursor: pointer;
		color: #44311f;
		text-transform: uppercase;
		font-family: 'amaticbold';
		font-weight: normal;
		font-size: 22px;
		line-height: 22px;
		font-style: normal;
		text-align: left;
		top: 3px;
	}
	.bloc_text_contentpage_contact .wpcf7 .bouton_shortcode_vergerssoleil .wpcf7-submit:hover{
		color: #93c045;
	}
	.bloc_text_contentpage_contact .wpcf7 .bloc_text_btn_shortcode{
		padding: 0;
	}

	.bloc_text_contentpage_contact .wpcf7 .wpcf7-form-control{
		display: block;
		width: 482px;
		height: 32px;
		border: none;
		padding: 0;
		position: relative;
		top: 5px;
		left: 10px;
		outline: none;
		color: #44311f;
		font-size: 14px;
		line-height: 30px;
		font-family: 'PT Sans', sans-serif;
		font-weight: 400;
		font-style: italic;
	}

	.bloc_text_contentpage_contact .wpcf7 .wpcf7-validation-errors{
		display: none;
		clear: both;
		margin: 20px 0 0 0;
		color: #a1c034;
		font-size: 15px;
		font-family: 'PT Sans', sans-serif;
		font-weight: 400;
		text-transform: none;
		background: url('img/fleche_verte_erreur_form_contact.jpg') no-repeat left center;
		padding: 0 0 0 15px;
	}
	.bloc_text_contentpage_contact .wpcf7 .wpcf7-not-valid-tip-no-ajax{
		color: #c20f26;
		font-size: 14px;
		font-family: 'PT Sans', sans-serif;
		position: absolute;
		top: -20px;
		text-transform: none;
		background: url('img/fleche_red_erreur_form_contact.png') no-repeat left center;
		padding: 0 0 0 15px;
		line-height: 14px;
	}
	.bloc_text_contentpage_contact .wpcf7 .wpcf7-response-output{
		border: none;
	}

	.bloc_text_contentpage_contact .wpcf7 .invalid .wpcf7-form-control-wrap{
		margin-top: 30px;
	}

	/* END Page Contact */

/* Signature */
@font-face {
  font-family: "Monologue-Sequane";
    src: url("fonts/Monologue-Sequane.ttf")
      format("truetype"),
    url("fonts/Monologue-Sequane.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/Monologue-Sequane.woff") format("woff"),
    url("fonts/Monologue-Sequane.woff2")
      format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Poppins-Sequane";
    src: url("fonts/Poppins-Sequane.ttf")
      format("truetype"),
    url("fonts/Poppins-Sequane.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/Poppins-Sequane.woff") format("woff"),
    url("fonts/Poppins-Sequane.woff2")
      format("woff2");
  font-weight: normal;
  font-style: normal;
}

.signature {
  height: 26px;
  overflow: hidden;
  margin: 0;
  position: relative;
  display: inline-block
}

.signature .signature-content {
  display: inline-block;
  font-size: 26px;
  line-height: 26px;
  letter-spacing: -4.5px;
  font-family: "Monologue-Sequane", sans-serif;
  margin: 0;
  position: relative;
}

.signature .signature-content a {
  font: inherit;
  text-decoration: inherit;
  position: relative;
  letter-spacing: inherit;
  text-transform: inherit;
}

.signature .signature-content .site {
  letter-spacing: 0;
  font-family: "Poppins-Sequane", sans-serif;
  font-size: 16px;
  position: relative;
  top: -5px;
}

.signature .signature-content .relever {
  position: relative;
  top: 26px;
  transition: all 0.3s ease-out;
  height: 100%;
}

.signature:hover .signature-content .relever,
.signature:hover .signature-content {
  top: 0;
  letter-spacing: 0;
}

.wpcf7-not-valid-tip {
  font-size: 16px;
  text-transform: none;
  font-family: 'PT Sans', sans-serif;
  padding-top: 8px;
}

textarea ~ .wpcf7-not-valid-tip {
  padding-top: 12px;
}