@import url(http://fonts.googleapis.com/css?family=Open+Sans:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i);

body {
			background-image: url(http://www.gites-kientzheim.com/wp-content/uploads/2016/10/fond-bois_planche.jpg);
		background-repeat: repeat;
		background-color: #ccc;
		background-size: initial;
		background-attachment: fixed;
		font-family: Arial, Helvetica, sans-serif;}
.site-header { 
	background-color: #000000;
}
.site-branding {
	text-align: left;
	padding: 20px;
}
.site-title {

			padding-bottom: 10px;
	
	color: #ffffff;
}
.site-description {
	color: #ffffff;
	opacity: 0.8;
	font-size: 18px;
	font-family: 'PT Sans', sans-serif;}
#site-navigation {
	background-color: #333;
	text-align: left;
}
.search-form .search-submit {
	background-color: #333;
	color: #ddd;
}
.search-form .search-submit:hover {
	background-color: #fff;
	color: #333;
}
#site-navigation a {
	color: #ddd;
	font-family: 'Open Sans', sans-serif;	font-size: 16px;
}
#site-navigation ul ul a {
	font-size: 14px;
	color: #333;
}
.main-navigation ul ul {
	background-color: #fff;
}
#site-navigation li:hover a {
	color: #333;
	background-color: #fff;
}
#site-navigation ul ul a:hover {
	color: #ddd;
	background-color: #333;
}
#slide {
	height: 878px;
}


button.secondary-toggle {
	color: #ddd;
	background-color: #333;
}
button.secondary-toggle:hover {
	color: #333;
	background-color: #fff;
}
body.mobile #site-navigation { 
	background-color: rgba( 51,51,51,0.9 );
}


/* CONTENT */
.site-content {
	background-color: #fff;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;	font-size: 14px;
}
.site-content h1,
.site-content h2,
.site-content h3,
.site-content h4,
.site-content h5,
.site-content h6 {
	color: #999;
	font-family: 'Open Sans', sans-serif;	font-weight: 600;
}
.site-content h1 { font-size: 32px; }
.site-content h2 { font-size: 28px; }
.site-content h3 { font-size: 24px; }
.site-content h4 { font-size: 20px; }
.site-content h5 { font-size: 16px; }
.site-content h6 { font-size: 12px; }

.site-content a { color: #1e73be; }
.site-content a:hover { color: #25a8ea; }


/* BLOG */
body.archive.blogtype3 article.post > *,
body.blog.blogtype3 article.post > * {
	background: ;
}

body.archive.blogtype3 .post .entry-content,
body.blog.blogtype3 .post .entry-content {
	color: ;
}

body.archive.blogtype3 .post a,
body.blog.blogtype3 .post a {
	color: ;
}

body.archive.blogtype3 .post a:hover,
body.blog.blogtype3 .post a:hover {
	color: ;
}

/* SIDEBAR */
.sidebar {
	background-color: #f0f0f0;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;	font-size: 14px;
}
.sidebar.sidebar-in-block .widget {
	background-color: ;
}

.sidebar h1,
.sidebar h2,
.sidebar h3,
.sidebar h4,
.sidebar h5,
.sidebar h6 {
	color: #999;
	font-family: 'Open Sans', sans-serif;	font-weight: 600;
}
.sidebar h1 { font-size: 22px; }
.sidebar h2 { font-size: 20px; }
.sidebar h3 { font-size: 18px; }
.sidebar h4 { font-size: 16px; }
.sidebar h5 { font-size: 14px; }
.sidebar h6 { font-size: 12px; }

.sidebar a { color: #1e73be; }
.sidebar a:hover { color: #25a8ea; }

/* FOOTER */
.site-footer {
	background-color: #000;
	color: #999;
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
}
.site-footer a {
	color: inherit;
}
.site-topheader {
	padding: 5px;
	text-align: right;
	background-color: #000000;
}
.site-topheader a {
	color: #ffffff;
}

.content-area form textarea,
.content-area form input:not([type="submit"]) {
	color: #262626;
	border-color: #42382f;
	background-color: #ffffff;
}
.content-area form textarea:hover,
.content-area form input:not([type="submit"]):hover,
.content-area form textarea:focus,
.content-area form input:not([type="submit"]):focus {
	color: #0a0a0a;
	border-color: #000000;
	background-color: #ffffff;
}