.post-body p{
	word-break: break-all;
}

.post-item img{
	max-height:400px;
}

a{
	font-size: 100% !important;
}
@media screen and (max-width: 1024px) {
	.widget_categories > ul li > a,.widget_pages > ul li > a{
		min-height: 30px;
		font-size: 100%;
	}
	.ib-title{
		font-size:80% !important;
	}
}

@media screen and (max-width: 640px) {
	.ib-title{
		font-size:200% !important;
	}
}

.comment{
	/* border-bottom: 1px dashed #2895f1; */
	border-top:0;
	margin-bottom: 15px;
}
.comment > .col-sm-10{word-break: break-all}

.file{
	height: auto;
}

#imageload{
	height: 80px;
	margin: 0px !important;
	padding: 0px !important;
}
.erreur{
	color: #f68a4f;
}

.thumbnail.waves-effect.waves-light{
	display: flex;
	flex-direction: column;
	justify-content: center;
}