@media screen and (max-width: 1024px) {
	/* site logo */
#site-logo {
	/*position:relative;*/
	margin: 0 auto;
	border:none;
	height:255px;
	width:223px;
	display:block;
	text-decoration:none;
	background:url(images/logo-labullevegetalebyvero-small.jpg) no-repeat top center;
	
	
}
	
}


/************************************************************************************
smaller than 980
*************************************************************************************/
@media screen and (max-width: 980px) {

	/* pagewrap */
	#pagewrap {
		width: 95%;
	}

	/* content */
	#content {
		width: 60%;
		padding: 3% 4%;
	}

	/* sidebar */
	#sidebar {
		width: 30%;
	}
	#sidebar .widget {
		padding: 8% 7%;
		margin-bottom: 10px;
	}

	/* embedded videos */
	.video embed,
	.video object,
	.video iframe {
		width: 100%;
		height: auto;
		min-height: 300px;
	}
/*	#facebook{
	border:none;
	overflow:hidden;
	padding:0;
	margin:0;
	margin-bottom:2em;
	width:auto;
	height:auto;
}	
fb-like-box{
	border:0px;
}*/

a.mobile,ul li.phone{
	color: #4b6d43;
}
a.inactif{
	color:#e9e9e9;
}
.up:before{
	content: "Haut de page";
	color: #4b6d43;
	line-height:32px;
	padding-left:35%;
}
.up{
	 position:fixed;  
    left:0;  
    bottom:0px;  
    display:none;  
    padding-right:5px;  
    width:100%;
	height:32px;
	background:#333333 url(images/Arrow-Up.png) no-repeat 95% center;
}
/* header */
	#header {	
	border-top: 0px;
	height: auto;
	width: 100%;
	background:none;
	
	}


#site-logo-texte{
		font-size:3em;
		position:absolute;
		top:75px;
	}
	
}

/************************************************************************************
smaller than 650
*************************************************************************************/
@media screen and (max-width: 650px) {
/* gestion des mots longs */
textarea, table, td, th, code, pre, samp,#site-logo,#content li {
word-wrap: break-word; /* césure forcée */
white-space: pre-line; /* passage à la ligne spécifique pour les éléments à châsse fixe */
}

	body{
	background: #fefdf9 ;
	/*-webkit-background-size: cover; /* pour Chrome et Safari */
	/*-moz-background-size: cover; /* pour Firefox */
	/*-o-background-size: cover; /* pour Opera */
	/*background-size: cover; /* version standardisée */
}
	/* header */
	#header {	
	border-top: 0px;
	height: auto;
	width: 100%;
	background:none;
	
	}

	
	/* main nav */
	#main-nav,#bandeau-rdv {
		/*position: static;*/
		display:none;
		height:0;
	}

	
	#site-logo a{
	color: #4b6d43;/*modif 26-02-16 */
		text-align: center;
	text-shadow: 0px 1px 1px #ccc;
	white-space: pre;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	}

	#site-logo-texte{
		position:static;
		text-align: center;
		font-size:2em;
	}
h3.info-mobile{
	display:block;
	margin:0 auto;
	text-align:center;
	height:auto;
	color:#4b6d43;
}
h3.info-mobile span{
	margin:2.5em 0 2.5em 0;
	font-size: 150%;
	color:#4b6d43;
}
#content li{
	font-size: 1em;

}

/**
************tarif *****/
.prixlong{
	display: block;
	
}
.prix_font{
	display:inline-table;
	

}
/**********************************/
a.mobile,a.carte-mobile,#content li a{
	display: block;
	font-size: 2em;
	height: 30px;
	line-height: 30px;
	width: auto;
	color:#fcfafa;
	margin: 0 0.3em 1em 0.3em;
	text-align: center;
	text-decoration: none;
	text-shadow: 0px 1px 1px #fff;
	padding: 0.3em;
	/*background: rgba(255,255,255,0.6);*/
	background: #678f4a;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	border-radius: 0.3em;
	box-shadow: 0 4px 2px #000;
	-moz-box-shadow: 0 4px 4px #000;
	-webkit-box-shadow: 0 4px 4px #000;
}
a.carte-mobile{
	margin: 1em 2em 2em 1em;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
}
a.inactif{
	color:#fcfafa;
}
	/* content */
	#content {
		width: auto;
		float: none;
		margin: 20px 0;
	}

	/* sidebar */
	#sidebar {
		width: 100%;
		margin: 0;
		float: none;
	}
	#sidebar .widget {
		padding: 3% 4%;
		margin: 0 0 10px;
	}
	#sidebar .widgetform {
		padding:0;
		margin: 0 0 10px;
	}
	/* embedded videos */
	.video embed,
	.video object,
	.video iframe {
		min-height: 250px;
	}
#contact-div{
	margin-top:10px;
}	
#contactable-contactForm label{
	font-size:150%;
}
#activator,.mob,a.carte-screen{
	display:none;
	height:0;
}
/*
----------------------------------------------------------- lien sociaux-----------*/
#social{
	position:static;
	/*top: 115px;
	/*left: 100px;
	/*visibility:hidden;*/
}
#social li{
	display: inline-block;
}
#facebook,#instagram{
	display:block;
	width:35px;
	height:30px
}
/*
----------------------------------------------------------------*/
a.mobile,li.phone{
	/*color: #000;*/
	color: #fcfafa;
}
.up:before{
	content: "haut de page";
	color: #fcfafa;
	line-height:32px;
	padding-left:35%;
}
.up{
	  position:fixed;  
    left:0;  
    bottom:0px;  
    display:none;  
    padding-right:5px;  
    width:100%;
	height:32px;
	background:#333333 url(images/Arrow-Up.png) no-repeat 95% center;
}
.calque{
	height:0;
	width:0;
	visibility:hidden;
}
}

/************************************************************************************
smaller than 560
*************************************************************************************/
@media screen and (max-width: 480px) {

	/* disable webkit text size adjust (for iPhone) */
	html {
		-webkit-text-size-adjust: none;
	}

	/* main nav */
	/*#main-nav a {
		font-size: 90%;
		padding: 10px 8px;
	}*/
	/* main nav */
	#main-nav,#bandeau-rdv {
		/*position: static;*/
		display:none;
		height:0;
	}
	#facebook{
	border:none;
	overflow:hidden;
	padding:0;
	margin:0;
	margin-bottom:2em;
	width:auto;
	height:auto;
}	

a.mobile,li.phone{
	color: #fcfafa;
}
li a.inactif{
	color:#e9e9e9;
}
.up:before{
	content: "Haut de page";
	color: #fcfafa;
	line-height:32px;
	/*text-align:center;
	/*padding-left:35%;*/
}
.up{
	position:fixed;  
    left:0;  
    bottom:0px;  
    display:none;  
    padding-right:5px;  
    width:99%;
	height:32px;
	background:#333333 url(images/Arrow-Up.png) no-repeat 95% center;
}
#site-logo-texte{
		position:static;
		text-align: center;
		font-size:2em;
	}
}

