
/* BLOG POST */


/* HEADER / BREADCRUMB */

#main > .title_container:first-child > .container {
	margin-top: -64px;
}
#main > .title_container .avia-breadcrumbs {
		padding-top: 0 !important;
	}
#main > .title_container:first-child::before {
	content: '';
	display: block;
	height: 130px;
	background-image: url(https://www.bragelonne.fr/assets/images/texture_1.png);
	background-color: #1e1e20;
	background-size: cover;
	background-repeat: no-repeat;
}

/*#main > .title_container .avia-breadcrumbs, 
.breadcrumb.avia-breadcrumbs .breadcrumb-trail a {
	color: initial;
	text-shadow: initial;
}*/

/* fix double blog */
.breadcrumb-trail span:nth-child(5), 
.breadcrumb-trail span:nth-child(6) {
	display: none;
}



/* Remove link on single post feature img */
.single-post .big-preview.single-big {
	pointer-events: none;
}


/* Heading h1 */
.entry-content-wrapper .post-title {
	font-size: 35px;
}


/* Related posts */
#top .av-related-style-full .related_image_wrap, 
#top .av-related-style-full .related_image_wrap img, 
#top .av-related-style-full .related_image_wrap picture, /* for webp */
#top .av-related-style-full .related_image_wrap .related_posts_default_image {
	width: 180px;
	height: 180px;
	border-radius: 0;
}


/* Masquer le séparateur après la date */
.text-sep.text-sep-date {
	display: none;
}

/* Masquer le Read-more ajouté dans le loop */
.single-post .read-more-link {
	display: none;
}

/* Masquer la liste de mots-clés */
.blog-tags.minor-meta {
	display: none;
}



/* Repris de blog-home.css 
 * DRY ?
 ****************************/

.template-blog .date-container.minor-meta {
	background-color: #7A1B51; /* BLEU 1 */
	color: #fff !important;
	right: 0px;
	top: -21px;
	/* height: 16px; */
	line-height: 16px;
	font-size: 12px;
}
.template-blog .blog-categories.minor-meta > a {
	margin-right: 5px;
	background-color: #7A1B51; /* BLEU 1 */
	color: #fff !important;
	height: 16px;
	line-height: 12.5px;
	display: inline-block;
}
.template-blog .minor-meta > a, 
.template-blog .date-container.minor-meta {
	padding: 1px 10px;
	font-variant: all-small-caps;
	font-size: 14px;
	border-radius: 1px;
	font-weight: bold;
}



