@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i');

body{
	background: #515151;
}
/*---header---*/
.header{
	padding:20px 10px;
	background:#515151 url(https://epoxetbotox.lamainquicale.fr/wp-content/uploads/2018/12/header-2.jpg) repeat center;
	background-size:auto;
	-moz-background-size:auto;
	-webkit-background-size:auto;
}
.header-inner{
	text-align:left;
}
.blog-menu a{
	padding: 12px 15px;
	font-size:11px;
}
.blog-menu > li:before{
	content:"|"
}
/*---body font---*/
body, button, input, textarea {
    color: #cecece;
}
::selection{
	background:#fff;
}
/*---titre article---*/
.post-header{
	margin-bottom:20px;
}
.post-title{
	font-size:1.8em;
	margin-bottom:7px;
	color:#cecece;
}
.post-title a{
	color:#cecece;
}
/*---sous titre article---*/
.post-meta{
	font-size:0.6em;
}
/*---article---*/
.post-content{
	font-size:13px;
	font-family: 'Open Sans', sans-serif;
	line-height:21px;
}
.post-title, .post-content h1{
	font-size:1.8em;
	color:#cecece;
}
.post-content ul {
	margin-left: 0;
}
.post-content ol > li:last-child, .post-content ul > li:last-child {
	margin-bottom: 16px;
}
.post-content img{
	border:none !important;
}
.post-content .alignleft{
	border:none;
	padding: 5px 5px 5px 0;
}
.post-content .alignright{
	border:none;
	padding: 5px 0 5px 5px;
}
.post-content .aligncenter{
	border:none;
	padding: 5px 0 5px 0;
}
.wp-block-image img, img.alignleft, .alignleft img, img.aligncenter, .aligncenter img, img.alignright, .alignright img {
	padding: 0;
}
/*---pages---*/
hr{
	height:1px !important;
	width:100% !important;
}
h1, h2, h3, h4, h5, h6{
	color:#cecece !important;
}
/*---wrapper---*/
.wrapper{
	margin:40px auto;
}
.post, .page {
	padding-bottom:20px;
	border-bottom: 1px solid #EEE;
	margin-bottom:40px;
}
/*---widget---*/
.widget{
	padding-bottom: 15px;
	border-bottom: 1px solid #EEE;
	margin-bottom: 25px;
}
.widget-title{
	color:#cecece;
	font-size:9.5px;
	letter-spacing:0.5px;
}
.widget-content p{
	color:#cecece;
	font-size:12px;
	line-height:19px
}
/*---footer---*/
.footer{
	padding:40px 0 0 0 !important;
	margin-top:0;
}
.footer .widget-content ul li{
	line-height:100%;
	font-size:13px;
}
.credits-inner{
	padding:15px 0 !important;
}
