/* =Global
----------------------------------------------- */
@font-face {
    font-family: 'brandon_grotesquelight';
    src: url('../fonts/Brandon/brandon_light-webfont.eot');
    src: url('../fonts/Brandon/brandon_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Brandon/brandon_light-webfont.woff2') format('woff2'),
         url('../fonts/Brandon/brandon_light-webfont.woff') format('woff'),
         url('../fonts/Brandon/brandon_light-webfont.ttf') format('truetype'),
         url('../fonts/Brandon/brandon_light-webfont.svg#brandon_grotesquelight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'brandon_grotesquemedium';
    src: url('../fonts/Brandon/brandon_med-webfont.eot');
    src: url('../fonts/Brandon/brandon_med-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Brandon/brandon_med-webfont.woff2') format('woff2'),
         url('../fonts/Brandon/brandon_med-webfont.woff') format('woff'),
         url('../fonts/Brandon/brandon_med-webfont.ttf') format('truetype'),
         url('../fonts/Brandon/brandon_med-webfont.svg#brandon_grotesquemedium') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'brandon_grotesquebold';
    src: url('../fonts/Brandon/brandon_bld-webfont.eot');
    src: url('../fonts/Brandon/brandon_bld-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Brandon/brandon_bld-webfont.woff2') format('woff2'),
         url('../fonts/Brandon/brandon_bld-webfont.woff') format('woff'),
         url('../fonts/Brandon/brandon_bld-webfont.ttf') format('truetype'),
         url('../fonts/Brandon/brandon_bld-webfont.svg#brandon_grotesquebold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'brandon_grotesque_regularRg';
    src: url('../fonts/Brandon/brandon_reg-webfont.eot');
    src: url('../fonts/Brandon/brandon_reg-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Brandon/brandon_reg-webfont.woff2') format('woff2'),
         url('../fonts/Brandon/brandon_reg-webfont.woff') format('woff'),
         url('../fonts/Brandon/brandon_reg-webfont.ttf') format('truetype'),
         url('../fonts/Brandon/brandon_reg-webfont.svg#brandon_grotesque_regularRg') format('svg');
    font-weight: normal;
    font-style: normal;

}
.clearfix{clear:both;}
html{
  background: url(../img/bg.png) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body {
	color: rgb(60,60,60);
	-webkit-text-size-adjust: 100%; /* Stops Mobile Safari from auto-adjusting font-sizes */
	font-size: 13px;
	line-height: 1.7;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
     font-family: 'brandon_grotesque_regularRg';
}

ul{
	list-style:none;
	margin:0;
}

a:link, a:visited{}
a:hover, a:active{}

.content{
	width: 960px;
	padding: 0;
	margin: 0 auto;
	margin-top: 75px;
}


.hidden{
     opacity:0;
}
.visible{
     opacity:1;
}



/* Generated by Font Squirrel (http://www.fontsquirrel.com) on January 8, 2015 */




@font-face {
  font-family: 'Chalkdusters';
  src: 	 url('../fonts/chalkduster/Chalkduster.eot'),
  		url('../fonts/chalkduster/Chalkduster.eot?#iefix') format('embedded-opentype'),
  	  	url('../fonts/chalkduster/Chalkduster.woff') format('woff'), 
  	  	url('../fonts/chalkduster/Chalkduster.ttf')  format('truetype'), 
  	  	url('../fonts/chalkduster/Chalkduster.svg#Chalkduster') format('svg');
  font-weight: normal;
  font-style: normal;
}




/* =Header
----------------------------------------------- */
#masthead{
	height:115px;
	background-color: #e80481;
	padding: 15px 10px 15px 10px;
	position:relative;
	width: 940px;
	margin: 0 auto;
}
.site-branding{
	float:left;
	margin-top: 10px;
	margin-left: 0px;
}
h1.site-title{}
h2.site-description{}

h2{
	font-size: 22px;
}

h1{
	font-size: 22px;
}


#up{
	height: 70px;
	width: 450px;
	position:absolute;
	top:0;
	right:0;
	font-size: 16px;
}
#up ul li{
	float:left;
	margin: 15px 10px;
	padding-top: 10px;
}
#up ul li a{
	text-decoration:none;
	color: #FFF;
	outline: none;
}
#up a.tel, #box-home a.tel{
	padding-left: 25px;
	background: url(../img/tel.png) center left no-repeat;
	padding-top: 0;
}

#up li.recherche{
	padding-top: 0;	
	width: 160px;
}


#up > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1){
	border-right: 1px solid #FFF;
	padding-right: 20px;
}

#up > ul:nth-child(1) > li:nth-child(3){
	padding-top: 7px;
}
.search-field{
	color: #FFF !important;
    border: 1px solid #FFF;
    border-radius: 0px !important;
    background-color: #e80481;
    padding: 5px !important;
    margin-top: 10px;
    font-size: 14px;
}

.search-submit{
	display:none;
}

.loupe{
	 float: left;
    height: 20px;
    margin-top: 13px;
    width: 20px;
}
.search-form, input[type="search"]{
	float: right;
    width: 118px;
}
input[type="search"]{
	font-size: 11px;
	padding: 2px 0;
	color: #fff !important;
	color: #330c20 !important;
}
.imglogo{
	width: 230px;
}

/* =Menu
----------------------------------------------- */

.main-navigation {
	float: right;
	margin-top: 60px;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	float: left;
	position: relative;
	margin: 15px 8px;
}
.main-navigation a {
	display: block;
	text-decoration: none;
	padding-bottom: 25px;
	color: #FFF;
	font-size: 14px;
	text-transform: uppercase;
	border-bottom: 3px solid #e80481;
	 font-family: 'brandon_grotesquebold';
}
.main-navigation ul ul {
	box-shadow: none;
	text-align: center;
	display: none;
	float: left;
	position: absolute;
	left: 0;
	z-index: 99999;
	background: #e80481;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
	
}
.main-navigation ul ul a {
	width: 90px;
}
.main-navigation ul ul li {
	display: inline !important;
}
.main-navigation li:hover > a {
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a {
	border-bottom: 6px solid #acc934;
	color: #acc934;
}

.main-navigation a:hover{
	border-bottom: 6px solid #acc934;
	color: #acc934;
}
#menu-item-138 a{
	padding-bottom: 1px;
}
/*Sous menu*/
.sub-menu li{
	
}

/* SLIDER */

#slider{
	width: 960px;
	margin-top: -90px;
	height: 400px;
}


/* SERVICES */

.service{
	width: 260px;
	padding: 5px 15px;
	height: 270px;
	margin: 15px;
	
	background-color:#83c038;
	float:left;
	position:relative;
	box-shadow: 1px 1px 12px #000;
	text-align:center;
}

.service:hover{
	background-color: #e80481;
}
.serviceactu:hover{
	background-color: #e80481;
}
.service p{
	color: #FFF;
	font-size: 15px;
}

.service h2, .service h1{
	text-transform: uppercase;
	font-size: 22px;
	color: #FFF;
	padding-bottom: 15px;
	margin-top: 60px;
	font-weight: bold;
}

.morep{
	font-weight: bold;
	font-size: 17px !important;
}

.icone{
	width: 104px;
	height: 104px;
	position:absolute;
	top: -50px;
	left: 50%;
	margin-left: -52px;
}


#main > div:nth-child(1) > a:nth-child(1) > div:nth-child(1) .icone{
	background: url(../img/1.png) no-repeat;
}
#main > div:nth-child(1) > a:nth-child(2) > div:nth-child(1) .icone{
	background: url(../img/2.png) no-repeat;
}
#main > div:nth-child(1) > a:nth-child(3) > div:nth-child(1) .icone{
	background: url(../img/3.png) no-repeat;
}
#main .content .service .iconeactu{
	background: url(../img/3.png) no-repeat;
}

#main > div:nth-child(1) > a:nth-child(1) > div:nth-child(1):hover .icone{
	background: url(../img/1.png) no-repeat;
}
#main > div:nth-child(1) > a:nth-child(2) > div:nth-child(1):hover  .icone{
	background: url(../img/2.png) no-repeat;
}
#main > div:nth-child(1) > a:nth-child(3) > div:nth-child(1):hover  .icone{
	background: url(../img/3.png) no-repeat;
}
.sub-menu{
	 margin-top: 0px !important;
	width: 312px !important;
}
.sub-menu li{
	margin: 0;
}
.sub-menu li a {
    padding: 12px 7px 12px 7px;
    font-size: 14px;
}

.actualite h3{
	color: #fff;
	font-size: 18px;
	font-family: 'ralewayregular';
	text-transform: uppercase;
}
.actualite a{
	color: #fff;
	outline: none;
}
/* BOX-HOME */

#box-home{
	height: 100px;
	padding: 15px;
	background-color:#FFF;
	width: 910px;
	margin: 30px auto 0;
	margin-top: 0px;
	text-align:center;
	position:relative;
	z-index:2;
	
}

#box-home p{
 	color: #88b52e;
    font-size: 28px;
    font-weight: bold;
    margin-top: 15px;
}

#box-home p a{
	color: #acc934;
	margin-left: 15px;
	outline: none;
	text-decoration:none;
}


#vert{
	width: 100px;
	height: 100px;
	background-color:green;
	position:absolute;
	right:10px;
	top: 10px;
}
.espacelienbouton{
	float: right;
	color: #484440
}
.lienbouton{
	margin-left: 10px;
	margin-right: 10px;
	text-transform: uppercase;
	font-size: 15px;
	text-decoration: none;
	outline: none;
	color: #484440 !important;
}
.lienbouton:hover{
	color: #8e8883 !important;
}




/* PAGE TEXTE AVEC PHOTO */

#contenu #left{
	width: 350px;
	float:left;
	margin-left: 20px;
}


#contenu #right{
	float:left;
	margin-left: 30px;
	width: 500px;
}

.column p a,  .entry-content p a{
	color: #e80481;
	text-decoration: none;
	outline: none;
}
.column p a:hover, .entry-content p a:hover{
	text-decoration: underline;
}
.wp-image-231{
	margin-top: 10px;
}
/* =Content
----------------------------------------------- */

#main{}
#primary{}
#secondary{}
#content{}

#contenu{
	padding: 60px 15px 55px 15px;
	background-color: #FFF;
	margin: 0 auto;
	margin-top: -90px;
	width: 910px;
	position:relative;
	z-index: 2;
}



/* =Articles
----------------------------------------------- */

#content article{margin-left: 20px;}
#content article header.entry-header{}
h1.entry-title, h1.entry-title a{
	color: #83c038;
	font-weight: bold;
	text-transform: uppercase;
	outline: none;
}

.entry-header{
	padding-bottom: 15px;
}

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

#corner-left{
	width: 18px;
	height: 19px;
	background: url(../img/corner-footer-left.png) no-repeat;
	position:absolute;
	top:-19px;
	left:0;
	z-index:1;
}
#corner-right{
	width: 18px;
	height: 19px;
	background: url(../img/corner-footer-right.png) no-repeat;
	position:absolute;
	top: -19px;
	right:0;
	z-index:1;
}



footer#colophon{
	background-color: #e80481;
	margin-top: -75px;
	position:relative;
}

.box{
	width: 260px;
	padding: 5px 15px;
	margin: 0px 15px;
	margin-top: 50px;
	float:left;
	position:relative;
	color: #FFF;
}

.box h4{
	 font-weight: bold;
	 text-transform:uppercase;
	 color: #FFF;
	 font-size: 18px;
	 margin-bottom: 15px;
	 padding-top: 3px;
}

.box#newsletter p{
	font-size: 16px;
	line-height: 1.2;
}

.mc4wp-form input[type="date"], .mc4wp-form input[type="email"], .mc4wp-form input[type="tel"], .mc4wp-form input[type="text"], .mc4wp-form input[type="url"], .mc4wp-form select, .mc4wp-form textarea {
    width: 100%;
    height: 34px;
    margin: 0px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #FFF !important;
    vertical-align: middle;
    background-color: transparent !important;
    border: 1px solid #CCC;
    border-radius: 2px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    background-image: none;
    text-shadow: none;
}

#newsletter .mc4wp-form button, .mc4wp-form input[type="submit"] {
    display: block !important;
    padding: 6px 12px;
    margin: 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 2px;
    -moz-user-select: none;
    box-shadow: none;
    background: none repeat scroll 0px 0px transparent;
    text-shadow: none;
    filter: none;
    height: auto;
    width: auto;
    color: #000 !important;
    background-color: #FFF !important;
}
.mc4wp-form button, .mc4wp-form input[type="submit"] {
    color: #83c038 !important;
    text-transform: uppercase;
    background: #fff !important;
     background-color: #FFF !important;
    width: 100% !important;
}
p.fb-newsletter{
	padding-left: 45px;
	background: url(../img/facebook.png) center left no-repeat;
}

p.fb-newsletter a{
	color: #FFF;
	text-decoration:none;
	outline: none;
}
.buttoncontactfooter{
	margin-top: 10px;
	float: left;
	padding: 5px 12px; background-color: #FFF; border-radius: 5px; color:#83c038 !important; 
}
.buttoncontactfooter:hover{
	color: #fff !important;
  background-color: #88b52e !important;
  border-color: #88b52e;
}





#coordonnees h4{
	padding-left: 35px;
	background:url(../img/coordonnees.png) center left no-repeat;
}
#coordonnees ul{
	padding-left: 35px;
}
#coordonnees li{
	font-size: 16px;
}
#coordonnees li a{
	color: #FFF;
	text-decoration:none;
	outline: none;
}




#heures{
	border: 2px solid #FFF;
	width: 254px;
}

#heures ul{
	clear: both;
	float: left;
	width: 100%;
}
#heures ul li span{
	float:right;
	
}
#heures ul li{
	font-size: 16px;
	clear: both;
	float: left;
	width: 80%;
}
.heureimg{
height: 25px;
width: 25px;

padding: 5px 0;}


#heures h4{
	float: right;
}
.highlight{
	background: #fff;
	color: #83c038;
	padding: 0 32px 0 5px;
	margin-left: -5px;
}

/* PAGE MENU */

ul#menu{}
ul#menu li{
	float:left;
	margin: 15px 5px;
}
ul#menu li:first-child{
	margin: 15px 5px 15px 0;
}
ul#menu li a{
	background-color: #ACC934;
	padding: 15px;
	color: #FFF;
	font-weight: bold;
	text-decoration:none;
	outline: none;
}

ul#menu li a:hover{
	background-color:#000;
}

ul#menu li a#active{
	background-color:#000;
}



/* TABLEAU MENU */

#menu-tab{
	width: 870px;
	float: left;
	margin: 15px auto;
	padding-top: 15px;
}
#menu-tab tr td{
	padding: 5px 5px 0 5px;
}

#menu-tab tr{
	max-height: 35px;
}

#menu-tab tr:nth-child(odd) {
  background-color: white;
  }
#menu-tab tr:nth-child(even) {
  background-color: #f1f1f1;
  }

#menu-tab strong{
	color: #ACC934;
	font-size: 16px;
	text-transform: uppercase;
}



/* SUB FOOTER */

#sub-footer{
	height: 30px;
	width: 940px;
	margin: 0 auto;
	background-color: #FFF;
	text-align:center;
	padding: 15px 0;
	margin-bottom: 80px;
}

#sub-footer p{
	font-size: 13px;
	color: #e33086;
	
	padding-top: 5px;
}



/* NEWS */

.news{}
.news h3 a{
	color: #000;
}
.news h3 a:hover{
	color: #ACC934;
}
.news h3{
	padding-left: 20px;
	background:url(../img/puce.jpg) center left no-repeat;
}

#single-news h3{
	font-weight: bold;
	padding-bottom: 20px;
}

.mc4wp-form{
	margin: 0 0 40px 0 !important;
}
/*Livraison*/
.mini{
	font-size: 10px;
}
.entry-content p, .entry-content ul{
	font-size: 16px;
}
.entry-content ul li strong, .ptitre{
	color: #88b52e;
	font-size: 18px;
}
.boutoncontacttexte{
	background: #88b52e;
	color: #fff !important;
	font-size: 18px;
	padding: 5px 15px;
	border-radius: 12px;
	text-decoration: none !important;
}
.boutoncontacttexte:hover{
	background: #789928;
}
.wpcf7-form{
	width: 60%;
	margin-top: 15px;
	float: left;
}
.wpcf7 input {
    width: 55%;
    
}
.wpcf7 input, textarea {
    border: 0px solid #ccc;
    border-radius: 3px;
    box-shadow: none;
    font-size: 15px;
    margin: 0 0 10px;
    padding: 8px 10px 6px;
    background: #e0e0e0 !important;
}
.wpcf7 textarea {
    width: 96%;
    resize: none;
}
.wpcf7 input[type="submit"] {
    background-color: #88b52e !important;
    border: 2px solid #88b52e;
    color: #fff;
    font-size: 15px;
    width: 30%;
    float: right;
    padding: 8px 0;
    border-radius: 10px !important;
    text-shadow: none !important;
    text-transform: none !important;
    font-weight: normal !important;
}
.wpcf7 input[type="submit"]:hover{
	background-color: #7ea02b !important;
 border: 2px solid #7ea02b;
}
.azc_tsh_toggle_container{
	padding: 5px 0 !important;
	width: 100% !important;
}
.azc_tsh_toggle{
	float: right;
	 height: 20px !important;
    padding: 0px 20px 5px 30px !important;
    margin: 0 !important;
}
.azc_tsh_toggle a{
		text-transform: uppercase !important;
		font-size: 12px;
	}
	.section .layoutArea .column p, article .entry-content p{
		margin: 0 0 2px 0;
	}
	#gallery-1 img {
    border: none !important;
}

#footer_bloc {position: fixed;bottom:0;left:0;width: 100%; z-index:1000; font:12px/14px Arial, Helvetica, sans-serif; background-color: #000;}
#footer_bloc_button {position: absolute;top: -20px;right: 10px;width:82px;height:50px;border: none;cursor: pointer; z-index:10;}
#footerSlideContent {position:relative; width: 100%;height:0px;color: #cccccc;font-size: 11px;border: none; overflow:hidden;}
#footerSlideText {position:relative; overflow:hidden; padding: 15px 10px 25px 25px;color:#ccc; min-width:900px;}
.webfooter1{position:relative;float:left;width:110px;padding-top:10px;}
.webfooter2{position:relative;float:left;padding-right:25px;/*width:250px;*/}
.webfooter3{position:relative;float:left;padding-right:25px;/*width:250px;*/}
.webfooter4{position:relative;float:left;padding-right:25px;/*width:250px;*/}
.webfooter5{position:relative;float: right;margin-right: 15px;}
#footerSlideText h3{font-size:14px;	color:#f08800;	font-weight:normal;	padding:0px 0px 5px 0px; margin:0px;}
#footerSlideText a:link, #footerSlideText a:visited {text-decoration:none;color:#f08800;outline:none;}
#footerSlideText a:hover {color:#32b3e0;}
#footerSlideText ul{margin:0px 0px 0px 15px; padding:0px;}
#footerSlideText li{list-style-type: none;line-height: 2em;background-repeat:no-repeat;background-position:0px 6px;padding:0px 5px 0px 18px; margin:0px;}
#footerSlideText li a:link, #footerSlideText li a:visited{color:#fff;text-decoration:none;outline:none;}
#footerSlideText li a:hover{padding:0px 2px 0px 0px;color:#32b3e0;outline:none;}
#footerSlideText li.lien:hover{background-position:2px 6px;outline:none;}
#footerMobileButton{position: absolute;top: -20px; border: none;cursor: pointer; z-index:9; text-align: center; width:100%;}






/* MEDIA QUERIES */


/*		Tablet Layout: 768px.
		Gutters: 24px.
		Outer margins: 28px.
		Inherits styles from: Default Layout.
-----------------------------------------------------------------
cols    1     2      3      4      5      6      7      8
px      68    160    252    344    436    528    620    712    */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	
	.content{
		width: 712px;
		padding:0;
		margin: 90px auto 0;
	}
	#masthead{
		width: 712px;
		padding: 0 0 0 0px;
		height: 177px;
	}
	.site-branding{
		margin-left: 15px;
	}
	#slider{
		width: 712px;
		height: auto;
	}
	.main-navigation{
		margin-top: 5px;
		height: 60px;
	}
	.main-navigation li {
    margin: 6px 7px 0;
	}
	.main-navigation ul ul li{
		margin: 0;
	}
	.sub-menu {
    margin-top: -1px !important;
	}
	.main-navigation a {
	    display: block;
	    text-decoration: none;
	    padding-bottom: 25px;
	    color: #FFF;
	    font-size: 14px;
	    text-transform: uppercase;
	  
	}
	.service {
	    width: 290px;
	    padding: 5px 15px;
	    height: 270px;
	    margin: 15px;
	    float: left;
	    position: relative;
	    box-shadow: 1px 1px 12px #000;
	    text-align: center;
	}
	#main > div:nth-child(1) > a:nth-child(3) > div:nth-child(1){
		margin-top: 50px;
	}
	.box {
    color: #fff;
    float: left;
    margin: 50px 5px 0;
    padding: 5px;
    position: relative;
    width: 200px;
	}
	#box-home {
	    height: 100px;
	    padding:20px 15px;
	    background-color: #FFF;
	    width: 646px;
	    margin: 15px auto 0px;
	    text-align: center;
	    position: relative;
	    z-index: 2;
	}
	#heures {
    clear: none;
    float: right;
    margin-top: 25px;
    width: 200px;
      border: 2px solid #fff;
    margin-right: 15px;
    padding: 5px 0 5px 15px;
    width: 200px;
	}
	.box h4{
		font-size: 16px;
	}
	#coordonnees h4{
		background: none;
	}
	#heures h4 {
    float: left;
	}
	.heureimg{
		display: none;
	}
	#sub-footer {
	    height: 30px;
	    width: 712px;
	    margin: 0px auto;
	    background-color: #FFF;
	    text-align: center;
	}
	#contenu {
	    
	    background-color: #FFF;
	   
	    width: 682px;
	    position: relative;
	    z-index: 2;
	}
	#contenu #left {
	    display:none;
	}
	#contenu #right {
	    float: none;
	    margin-left: 0px;
	    width: 90%;
	}
	#menu-tab {
	    width: 642px;
	    margin: 15px auto;
	    padding-top: 15px;
	}
	a.link{
		text-decoration:none;
	}
	footer#colophon{
		margin-top: -90px;
	}
	.entry-content h2{
		color: #83c038;
		font-size: 18px;
		text-transform: uppercase;
		font-weight: bold;
	}
	.entry-content ul li{
			padding-left: 20px;
			background: url(../img/puce.png) no-repeat;
			background-position: left 10px;
		}
	.azc_tsh_toggle, .azc_tsh_toggle_open, .azc_tsh_toggle_active, .azc_tsh_toggle_open_active{
		height: 20px !important;
	}
	
	.column{
		font-size: 16px;
	}
	p{
		margin: 0;
	}
	
	/*
footer#colophon{
		margin-top: -82px;
	}
*/
	.hfeed{}
	.site-header{width:100%;padding:0;}
	.site-main{width:100%;padding:0;overflow:auto;}
	.content-area{width:100%;padding:0;float:left;display:inline;}
	.widget-area{width:100%;padding:0;float:right;display:inline;}
	.site-footer{width:100%;padding:0;}
}



/*		Mobile Layout: 320px.
		Gutters: 24px.
		Outer margins: 34px.
		Inherits styles from: Default Layout.
---------------------------------------------
cols    1     2      3
px      68    160    252    */

@media only screen and (max-width: 767px) {

	.content{
		width: 252px;
		padding: 0;
		}
	.contenthome{	
		margin: -20px auto 0 !important;
	}
	a.link{
		text-decoration:none;
	}
	#masthead{
		width: 252px;
		padding: 0 0 0 0px;
	}
	#responsive-menu .responsive-menu .menu-item-138 a{
		padding: 12px 0 30px 5% !important;
	}
	#up {
	    display:none;
	}
	.main-navigation{
		display:none;
	}
	.site-branding{
		margin-left: 15px;
	}
	#slider{
		width: 252px;
		height: auto;
		display:none;
	}
	.service {
	    width: 232px;
	    padding: 5px 15px;
	    height: 270px;
	    margin: 50px 0;
	
	    float: none;
	    position: relative;
	    box-shadow: 1px 1px 12px #000;
	    text-align: center;
	}
	.service h2{
		padding-bottom: 0;
	}
	footer#colophon {
	    width: 252px;
	}
	#box-home {
	    height: 150px;
	    padding: 15px 0px;
	    background-color: #FFF;
	    width: 232px;
	    margin: 15px auto 0px;
	    text-align: center;
	    position: relative;
	    z-index: 2;
	}
	.box {
	    width: 232px;
	    padding: 5px 10px;
	    margin: 50px 0px;
	    float: none;
	    position: relative;
	    color: #FFF;
	}
	#heures {
	    border: 2px solid #FFF;
	    width: 218px;
	    margin-left: 5px;
	}
	#sub-footer {
	    display:none;
	}
	#contenu #left {
	    display:none;
	}
	#contenu #right {
	    float: none;
	    margin-left: 0px;
	    width: 90%;
	}
	#contenu {
	    padding: 15px;
	    background-color: #FFF;
	    margin: -75px auto 0px;
	    width: 222px;
	    position: relative;
	    z-index: 2;
	}
#menu-tab {
	    width: 202px;
	    margin: 15px auto;
	    padding-top: 15px;
	}
	ul#menu li a {
    background-color: #ACC934;
    padding: 5px;
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
}
	.entry-content > p:nth-child(4){
		clear:both;
	}
	#content article{
		margin-left: 4px;
	}
	#box-home{
		height: 120px;
	}
	#box-home p{
		font-size: 22px;
	}
	#heures{
		float: left;
	}
	.heureimg{
		display: none;
	}
	#heures h4 {
    float: left;
	}
	.boutoncontacttexte{
		font-size: 17px;
		padding: 5px;
	}
	.entry-content p, .entry-content ul{
		font-size: 14px;
	}
	.entry-content img{
		margin-bottom: 8px;
	}
	.wpcf7-form{
		width: 92%;
	}
	.wpcf7 input {
    width: 96%;
	}
	.wpcf7 input[type="submit"]{
		width: 45%;
	}
	.entry-content h2{
		color: #83c038;
		font-size: 16px;
		text-transform: uppercase;
		font-weight: bold;
	}
	#gallery-1 .gallery-item{
		width: 100% !important;
		float: left !important;
	}
	h1.entry-title, h1.entry-title a{
		font-size: 20px;
	}
	.hfeed{width:100%;padding:0;}
	.site-header{width:100%;padding:0;}
	.site-main{width:100%;padding:0;}
	.content-area{width:100%;padding:0;}
	.widget-area{width:100%;padding:0;}
	.site-footer{width:100%;padding:0;}

	
}



/*		Wide Mobile Layout: 480px.
		Gutters: 24px.
		Outer margins: 22px.
		Inherits styles from: Default Layout, Mobile Layout.
------------------------------------------------------------
cols    1     2      3      4      5
px      68    160    252    344    436    */

@media only screen and (min-width: 480px) and (max-width: 767px) {
	
	.content{
		width: 436px;
		padding: 0;
	}
	a.link{
		text-decoration:none;
	}
	#masthead{
		width: 436px;
		padding: 0 0 0 0px;
	}
	#up {
	    display:none;
	}
	.main-navigation{
		display:none;
	}
	.site-branding{
		margin-left: 15px;
	}
	#slider{
		width: 436px;
		height: auto;
		display:none;
	}
	.service {
	    width: 416px;
	    padding: 5px 15px;
	    height: 270px;
	    margin: 50px 0;
	  
	    float: none;
	    position: relative;
	    box-shadow: 1px 1px 12px #000;
	    text-align: center;
	}

	footer#colophon {
	    width: 437px;
	}
	#box-home {
	    height: 150px;
	    padding: 15px 0px 0 0;
	    background-color: #FFF;
	    width: 416px;
	    margin: 15px auto 0px;
	    text-align: center;
	    position: relative;
	    z-index: 2;
	}
	.box {
	    width: 416px;
	    padding: 5px 10px;
	    margin: 50px auto;
	    float: none;
	    position: relative;
	    color: #FFF;
	}
	#heures {
	    border: 2px solid #FFF;
	    width: 402px;
	    margin-left: 5px;
	}
	#sub-footer {
	    display:none;
	}
	#contenu #left {
	    display:none;
	}
	#contenu #right {
	    float: none;
	    margin-left: 0px;
	    width: 90%;
	}
	#contenu {
	    padding: 15px;
	    background-color: #FFF;
	
	    width: 406px;
	    position: relative;
	    z-index: 2;
	}
#menu-tab {
	    width: 400px;
	    margin: 15px auto;
	    padding-top: 15px;
	}
	ul#menu li a {
    background-color: #ACC934;
    padding: 5px;
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
}
	.entry-content > p:nth-child(4){
		clear:both;
	}
		.entry-content h2{
		color: #83c038;
		font-size: 16px;
		text-transform: uppercase;
		font-weight: bold;
	}
	.hfeed{width:100%;padding:0;}
	.site-header{width:100%;padding:0;}
	.site-main{width:100%;padding:0;}
	.content-area{width:100%;padding:0;}
	.widget-area{width:100%;padding:0;}
	.site-footer{width:100%;padding:0;}

	
}




