#content.site-content {
  position: relative;
	background-color: #fdf1e7 !important;
	background-image: url(background.jpg);
	background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

#content.site-content:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url(boules.png);
  background-size: 150rem auto;
  background-position: top center;
  background-repeat: no-repeat;
}

#layout {
	background-color: transparent !important;
}

section.contact a.content:before {
	background-color: #fdf1e7 !important;
}

#wrapper.post main {
  padding: 3rem 4rem 4rem 4rem;
	background-color: #ffffff;
}

article div.content {
  padding: 4rem !important;
}

body.woocommerce-account:not(.woocommerce-lost-password).logged-in #wrapper div.woocommerce div.woocommerce-MyAccount-content {
	background-color: #ffffff;
	padding: 2.5rem 4rem;
}

form.checkout {
	background-color: #ffffff;
	padding: 2.5rem 4rem;
}

#filters {
	background-color: #ffffff !important;
}

footer {
	background-color: #ffffff !important;
}

#legal:before {
	background-color: #F9FAFA !important;
}

@media (min-width:1081px) {
	#wrapper.blog section.highlight article {
	  background-color: #ffffff !important;
	}
}

@media (max-width:1080px) {
  #layout:before {
  	background-size: 100% auto;
  }
	
	#legal {
	  background-color: #ffffff !important;
	}
	
	#wrapper.home section.slider {
		height: 40rem;
    margin-bottom: -3rem;
	}
}

@media (max-width:810px) {
	#wrapper.blog article div.content {
	  padding: 2rem !important;
	}
	
	#wrapper.home section.slider {
		height: 30rem;
	}
}

@media (max-width:767px) {
	#wrapper.home section.slider {
		height: 15rem;
	}
}