/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border:0;
}

/* set image max width to 100% */
img {
	max-width: 90%;
	height: auto;
	width: auto\9; /* ie8 */
	margin:10px;
	border: 10px solid rgba(255,255,255,1);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
}
/*image sans bordure*/
.noborder{
	border:none;
}
/* html5 elements en block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

/************************************************************************************
STYLE GENERAL
*************************************************************************************/

/************************************************************************************/
body {
	font-family: "Farsan", cursive;
  font-weight: 200;
  font-style: normal;
	background: #fdfcfa ;
	/*background-size: cover; /* version standardisée */
	/*background: url(images/left.png),url(images/right.png);
	background-position: left top, right top;
	background-repeat: repeat-y, repeat-y;*/
}

a {
	color: #5e715a;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 0 0 1.2em;
	padding: 0;
}

/* LISTE */
ul, ol {
	margin: 1em 0 1.4em 24px;
	padding: 0;
	line-height: 140%;
}
li {
	margin: 0 0 .5em 0;
	padding: 0;
}

/* FONTS */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.4em;
	margin: 20px 0 .4em;
	color: /*#4b6d43*/#4b6d43;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}

/************************************************************************************
STRUCTURE
*************************************************************************************/
#pagewrap {
	width:100%;
	margin: 0 auto;
	background:#fdfcfa;
}

/************************************************************************************
ENTETE
*************************************************************************************/
#header{
	position: relative;
	margin: 0 auto;
	height: auto;
	width: 100%;	
}

/* site logo */
#site-logo {
	/*position:relative;*/
	margin: 0 auto;
	border:none;
	height:400px;
	width:400px;
	display:block;
	text-decoration:none;
	background:url(images/logo-labullevegetalebyvero.jpg) no-repeat top center;
}
#site-logo-overlay{
	height:100px;
	width:100px;
	display:block;
	margin-top:5px;
	text-decoration:none;
	background:url(images/logo-labullevegetalebyvero-overlay.jpg) no-repeat top;
}
#site-logo a,#site-logo a span,#site-logo-overlay a,#site-logo-overlay span{
	visibility:hidden;
}
#site-logo-texte{
	font-size: 6em;
	display:block;
	color: #4b6d43;
	position: absolute;
	top: 40px;
	left: 330px;
}
#bandeau-rdv{
	margin: 0 auto;
	padding: 2em 0 2em 2em;
	text-align: center;
	width: auto;
}
#bandeau-rdv h3{
	color: #4b6d43;
	font-style: italic;
	letter-spacing: 2px;
}
#bandeau-rdv a{
	text-align: center;
	color: #5e715a;
	text-decoration: none;
	
}
/* site description */
#site-description {
visibility:hidden;
display:none;
	top: 512px;
/* Avec fond blanc ou couleur */
	color: #4b6d43;/*#a52a2a*/
	text-align:center;
	text-shadow: 0px 1px 1px #FFF;
/* Avec fond texture bois */	
	/*text-align:center;*/
	/*color: #fbfcff;*/
	/*text-shadow: 0px 1px 1px #ccc;*/
}
/***********************************************************************************
Options visible sur mobile
*************************************************************************************/
h3.info-mobile,a.mobile,a.carte-mobile{
	display:none;
	height:0;
}
/*
---------------------------------    Fenetre box et overlay--------------------------------------------*/

#activator,a.mobile{
	cursor:pointer;
}

.overlay{	
            /*background:rgba(255,255,255,0.5);*/
			background:#fdfcfa;
            position:fixed;
            top:0px;
            bottom:0px;
            left:0px;
            right:0px;
            z-index:100;
        }
.boxoverlay{
	position: fixed;
	visibility:hidden;
	top: -1000px;
	height:90%;
	left: 20%;
	right: 20%;
	/*background:rgba(255,255,255,1.0);*/
	background:#fdfcfa;
	color: #4b6d43;
	padding: 20px;
	border: 1px solid #F0F0F0;
	box-shadow: 0 1px 5px #333;
	-moz-box-shadow: 0 1px 5px #333;
	-webkit-box-shadow: 0 1px 5px #333;
	overflow: auto;
	z-index: 101;
}
		
.boxoverlay h1,.boxoverlay h2{
            margin:-110px -20px 0px -20px;
            padding:10px;
            color: #4b6d43;
        }
		.boxoverlay h2{margin-top:-55px;}
		  .boxoverlay li{
	line-height: 1.5em;
}
a.boxclose{
	float: right;
	width: 26px;
	height: 26px;
	background: transparent url(images/cancel.png) repeat top left;
	margin-top: -20px;
	margin-right: -20px;
	cursor: pointer;
}
/************************************************************************************
MENU PRINCIPAL
*************************************************************************************/
#main-nav {
	margin: 0 auto;
	width: 100%;
	text-align:center;
	top: 514px;	/*250px*/
	z-index: 100;
}

#main-nav li {
	margin:0 auto;
	list-style: none;
	display:inline;
	line-height:1.9em;
	position: relative;
}
#main-nav li:first-child {
	padding-left: 5px;
}
#main-nav  a {
	font-weight: lighter;
	font-size:190%;
	color: #4f6f48;
	display: block;
	margin-left: 1em;
	padding-left: 1em;
	text-decoration: none;
	text-align: center;
}

#main-nav a:hover {
	color: #678f4a;
}	

/************************************************************************************
CONTENUE
*************************************************************************************/
#content {	
	margin:0 auto;
	margin-left:10%;
	padding: 20px 35px;
	width:60%;
	float: left;
}

/* post */

.post {
	
	margin-bottom: 40px;
	text-align:center;
}
.post-title {
	padding-bottom: 10px;
	font-weight: lighter;
	font-size:3em;
	color: #4b6d43;
	text-align:center;
}
.post-title a {
	text-decoration: none;
	color: #4b6d43;
}
.post-meta {
	margin: 0 0 10px;
}
.post p{
	font-size:200%;
	color: #4b6d43;
}
.post p.right{
	text-align:right;
}

.post li{
	list-style: none;
	display: table-row-group;
	width: 100px;
}
.post li a{
	color: #4b6d43;
	text-decoration: underline;
}
.post li a:hover{
	color: #5e715a;
}
.signature{
	text-align:right;
	font-family: "Ms Madi", cursive;
	font-weight: 400;
	font-style: normal;
	font-size:5em;
}
/* post image */
.post-image {
	margin: 0 0 15px;
}
.post-image-droite {
	margin: 0 15px 15px 60%;
}
.fl_gauche{
	float:left;
}
.fl_droite{
	float:right;
}
.droite{
	margin: 0 0 15px 60%;
}
/************************************************************************************
COLONNE DROITE
*************************************************************************************/
#sidebar {
	width: 20%;
	float: right;
	margin: 130px 50px 0 5px;
	
}
.widget {
	/*background:rgba(87,87,86,.6);*/
	background: #none ;
	border: 1px solid rgba(166,160,148,.4);
	margin: 0 0 10px ;
	padding: 10px 20px;
}
.widgettitle {
	margin: 0 0 5px;
	padding:20px;
	font-weight: lighter;
	display:block;
	background:none;
	color:#4b6d43;
	/*background:#575656;*/
}
.widgetform {
	/*background: url(images/whitey.png) rgba(255,255,255,.6);*/
	display: none;
	visibility: hidden;
	background: rgba(255,255,255,.6);
	font-weight: bolder;
	margin: 0 0 10px;
}
.widgetformtitle {
	color:#4b6d43;
	margin: 0 0 5px;
	padding:10px 20px;
}
.widget ul {
	margin: 0;
	padding: 0;
}
.widget li {
	margin: 0;
	padding: 5px 20px;
	list-style: none;
	color:#5e715a;
	clear: both;
	border-top: solid 1px #eee;
}
.widget li.phone{
	font-size:120%;
}
#confid{
	font-size:60%;
	margin:0 auto;
	text-align:center;
}
.widgetfacebook {
	margin:0;
	padding:0;

}
/************************************************************************************
PIED
*************************************************************************************/
#footer {
	clear: both;
	margin: 0 auto;
	color: #4b6d43;
	padding-left:5%;
	font-size: 83%;
}

#footer a {
	color: #495745;
	padding-left:1em;
}

/************************************************************************************
CLEARFIX
*************************************************************************************/
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: inline-block; }
.clearfix { display: block; zoom: 1; }
/*
************************************************************************* COIN ROND ET OMBRAGE */
.coin{
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	border-radius: 0.3em;
}
	/* ombrage */
.ombre{
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
}
.noshadow{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}


/*
*************************** Google Map *********************************************************/
#carte{
	margin:0;
	padding:0;
	overflow:hidden;
	height:250px;
	width:100%;
	border:none;
}
/*
************************ Facebook *************************************************************/

/*
----------------------------------------------------------- lien sociaux-----------*/
#social{
	position:static;
	display:block;
	margin:0 auto;
	height: auto;
	width:130px;
	color: #4b6d43;
}
#social li{
	display: inline-block;
}
/*----------------------------Icones entete -------*/

#facebook,#instagram{
	display:block;
	width:35px;
	height:30px
}
#facebook{
	background: url(images/Icone_Facebook.png) no-repeat center;
}
#instagram{
	background: url(images/icone_instagram.jpg) no-repeat center;
}
/*
************************************ Autres *******************************************************/
.bouton-menu {
	font-weight: lighter;
	font-size:190%;
	border-radius:1px;
	background: #bfe6a7 ;
	border:none;
	color:#555;
	padding:10px 5px 10px 5px;
	box-shadow:1px 1px 3px #ccc;
	text-decoration: none;
}
.bouton {
	border-radius:1px;
	background: #bfe6a7 ;
	border:none;
	color:#555;
	padding:10px 5px 10px 5px;
	box-shadow:1px 1px 3px #ccc;
	text-decoration: none;
}
.up{
	  position:fixed;  
    right:0;  
    bottom:150px;  
    display:none;  
    padding:5px;  
    width:32px;
	height:32px;
	background:url(images/Arrow-Up.png) no-repeat center left;
}
.min_font{
	font: normal 0.8em/100% "Times New Roman", Times, serif;
}
.calque{
	margin-top: -100px;
	margin-left: 80%;
	display:inline;
}
.prix{
	position:absolute;
	right:20px;
	
}
.prix_font{
	font: normal 0.9em/100% "Times New Roman", Times, serif;
	padding: 0 0.5em 0 0.5em;
}

/*
*******************************************tableau flex******************/
table {
	border-spacing: 1;
	border-collapse: collapse;
	background: #89a484;
	border-radius: 6px;
	overflow: hidden;
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	margin-bottom:1em;
	color:#ceeec5;
}
table * {
  position: relative;
}
table td, table th {
  padding-left: 8px;
  font-size:1.2em;
}
table td{
	font-size:1.3em;
}

table thead tr {
  height: 60px;
  background: none;
  font-size: 1.4em ;
  color:#FFF;
}
table tbody tr {
  height: 48px;
  border-bottom: 1px solid #ceeec5;
}
table tbody tr:last-child {
  border: 0;
}
table td, table th {
  text-align: left;
}
table td.l, table th.l {
  text-align: right;
}
table td.c, table th.c {
  text-align: center;
}
table td.r, table th.r {
  text-align: center;
}
/*
********************* Seulement visible sur mobile (mediaqueries.css) *************************************/
