/* Themify Customize Styling */
body {	
	color: #141414; 
}
a {	
	color: #4b567d; 
}
#header {	
	padding: 5px; 
}
body #site-logo a img {		width: 200px; 
}
#site-description {	display: none; 
}
#main-nav a {		font-size:16px;
 
}
#main-nav ul a {		font-size:14px;
 
}
.post-title {		text-align:left; 
}
.single-post .has-post-title .post-title,.single-post .featured-area .post-title {		text-align:left;
	margin: 2px; 
}
.post-meta, .loops-wrapper.list-post .post-meta, .single-post .post-meta, .loops-wrapper.grid6 .post-meta, .loops-wrapper.grid5 .post-meta, .loops-wrapper.grid4 .post-meta, .loops-wrapper.grid3 .post-meta, .loops-wrapper.grid2 .post-meta {	
	margin-top: 20px;	text-decoration:underline;
	text-transform:capitalize;	text-align:left; 
}
#sidebar a:hover, #sidebar-alt a:hover {	
	color: #ff914d; 
}
#sidebar .widget li, #sidebar-alt .widget li {	
	background-color: transparent; 
}
#footerwrap {	background: none;
	background-color: #4b567d;
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 0px; 
}
#footer {	
	color: #ffffff; 
}
#footer a {	
	color: #ffffff; 
}
@media(max-width: 1280px) { /* Themify Customize Styling */
body #site-logo a img {		width: 200px; 
}
 }@media(max-width: 768px) { /* Themify Customize Styling */
body #site-logo a img {		width: 200px; 
}
 }@media(max-width: 680px) { /* Themify Customize Styling */
body #site-logo a img {		width: 200px; 
}
 }
/* Themify Custom CSS */
/* Sidebar — fond gris clair */
.single-post #sidebar {
    background-color: #f5f5f5;
    padding: 30px 25px;
    border-radius: 6px;
    align-self: flex-start;
}