article div.post-blog{
	margin-bottom: 40px;
}

article div.post-blog .blog-image {
    height: 200px;
    background-size: cover;
    background-position: center center;
}

article div.post-blog .article-content {
    padding: 20px;
    background-color: white;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.15);
}

article div.post-blog .article-content p.bloc-on-blog-titre {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}

article div.post-blog .article-content p.bloc-on-blog-texte {
    line-height: 20px;
    font-size: 14px;
}

article div.post-blog .article-content i {
    font-size: 12px;
    font-weight: 300;
}

article div.post-blog a:hover {
	color: initial;
}

a.category.selected:hover,
a.category {
    padding: 8px 20px;
    display: inline-block;
    font-size: 18px;
    background: #a3a3a3;
    margin: 20px 30px;
    margin-left: 0px;
    color: white;
    transition: .2s ease-in-out;
}

a.category.selected,
a.category:hover {
	color: white;
	background: #519ed4;
}

div#blog-header {
	padding-bottom: 5px;
	padding-top: 5px;
}

div#blog-page {
	padding-top: 40px;
}

aside#secondary div.blog-widget {
	margin-bottom: 40px;
    border-radius: 4px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.15);
}

aside#secondary div.blog-widget.news-search {
	padding: 70px 40px;
}

aside#secondary div.blog-widget.news-recent {
	background-color: #f9f9f9;
	padding: 20px 30px;
}

aside#secondary div.blog-widget.news-recent h4 {
	text-align: center;
	font-size: 20px;
	margin-bottom: 20px;
    color: white;
    font-weight: 300;
    text-transform: uppercase;
}


aside#secondary div.blog-widget.news-recent ul {
    padding-left: 15px;
}


aside#secondary div.blog-widget input#s {
    width: 100%;
    height: 40px;
    border: 1px solid #e1e1e1;
    border-radius: 2px;
    background: #ebebeb;
    padding-left: 10px;
}

aside#secondary div.blog-widget.news-recent a {
    color: white;
    font-weight: 300;
    display: inline-block;
    margin-bottom: 2px;
    transition: .4s ease-in-out;
}

aside#secondary div.blog-widget.news-recent a:hover {
    text-decoration: underline;
}

#blog-header h1 {
    display: inline-block;
    text-align: left;
    margin-top: 15px;
    margin-bottom: 15px;
}

.social-links-wrapper {
    width: 100%;
}

.entry-content {
    text-align: justify;
}

body.single-post .blog-image {
    height: 300px;
    margin-bottom: 40px;
}


body.single-post  .social-links-wrapper {
    width: 100%;
    border: none;
}

body.single-post .social-links-wrapper a {
    background: #FFF;
    color: #AAA;
    padding: 10px !important;
    padding-bottom: 5px !important;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0,0,0,.2);
}

.social-links-wrapper a svg{
    height: 18px;
    width: 18px;
}

.social-links-wrapper a:hover svg path{
    fill:#FFF !important;
}

