.category_board,
.category {
	border: 1px solid #e5e5e5;
	background-color: #f5f5f5;
	display: inline-block;
	height: 80px;
	vertical-align: top;
	cursor: pointer;
	opacity: 0.9;
	overflow: hidden;
}

@media (min-width:1260px){
	
	.category {
		width: 649px;
		margin: 5px 0 0 0;
	}	
	
	.title_category {
		font-size: 16px;
		margin-top : 30px;
		width : 	100%;
	}
	
	.category_board {
		width: 433px;
		margin: 5px 0 0 0;
	}	
	
	.title_category_board {
		font-size: 16px;
		line-height: 44px;
		width : 	330px;
		text-align: center;
	}	
	
	.text_category_board {
		width : 	325px;
	}		
	
	.topic_content .cc {
		padding-left: 100px;
		padding-right: 100px;
		width: 400px;
		font-size: 15px;
	}

	.text_category {
		width : 543px;
		display: inline-block;
	}	
	
	.last_post_by_topic {
		border: 1px solid #e5e5e5;
		background-color: #f5f5f5;
		display: inline-block;
		height: 80px;
		vertical-align: top;
		cursor: pointer;
		opacity: 0.9;
		margin: 5px 0 0 0;
		width: 217px;
	}

	.panel-body {
		width: 720px;
	}
}

@media (max-width:1259px){
	
	.category {
		width: 426px;
	}
	
	.category_board {
		width: 303px;
		margin: 5px 0 0 0;
	}	
	
	.title_category_board {
		font-size: 16px;
		line-height: 24px;
		width : 	195px;
		text-align: center;
	}	
	
	.text_category_board {
		width : 	195px;
	}		
	
	.last_post_category {
		
		padding-left : 5px;
	}	
	
	.title_category {
		font-size: 16px;
		margin-top : 30px;
		width : 	100%;
	}
	
	.topic_content .cc {
		width: 250px;
		padding-left: 50px;
		padding-right: 50px;
		font-size: 13px;
	}

	.panel-body {
		width: 465px;
	}
	
	.text_category {
		width : 320px;
		display: inline-block;
	}	
	
	.last_post_by_topic {
		border: 1px solid #e5e5e5;
		background-color: #f5f5f5;
		display: inline-block;
		height: 80px;
		vertical-align: top;
		cursor: pointer;
		opacity: 0.9;
		width: 179px;
	}	
}

.hide {
	display: none;
}

.title_category_board,
.title_category {
	display: inline-block;
	color: #3D3D3D;
	overflow: hidden;
	font-weight : bold;
		
}

.text_category {
	
	text-align : center;
}

.desc_category_board,
.desc_category {
	color: #8A8A8A;
	display: inline-block;
	float: left;
}

.last_post_category {
	
	text-align : 		right;
	color : 			#8A8A8A;
	padding-right : 6px;
	padding-top : 5px;
	line-height : 25px;
}

.last_post_category span {
	
	color : 			black;
}

.desc_category_board p,
.desc_category p {
	margin: 0;
}

.desc_category_board p img,
.desc_category p img {
	width: 106px;
	height: 80px;
}

.category_board:hover,
.category:hover, 
.last_post_by_topic:hover{
	box-shadow: 0 0 5px #888;
	text-decoration: none;
	opacity: 1;
}

#topic_title {
	font-size: 16px;
	margin-bottom: 20px;
}

#topic_empty {
	text-align: center;
}

.topic_content img {
	vertical-align: middle;
	max-width: 250px;
	max-height: 250px;
}

.topic_content .cc {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
}


/******************** STYLE POST *******************/
.col-md-12 {
	border-bottom: 1px solid #cccccc;
}

.post_left {
	display: inline-block;
	padding: 10px;
	width: 99px;
	margin: 10px 0 10px 0;
	text-align: center;
}

.authorName {
	color: #cc1c00;
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
}

.panel-body {
	display: inline-block;
	vertical-align: top;
	padding: 0 0 0 10px;
	min-height: 110px;
	border-left: 1px solid #cc1c00;
	margin: 20px 10px 10px 5px;
}

.m-body .panel-body {
    width: 100%;
    box-sizing: border-box;
}

.panel-body section {
	padding-top: 15px;
	padding-bottom: 15px;
	min-height: 50px;
	color: #010101;
	text-align : left;
}

#Post_body {
	width: 100%;
    box-sizing: border-box;
	font-size: 20px;
	padding: 20px;
}

.top {
	border-bottom: 1px solid #cc1c00;
	font-size: 11px;
	height: 20px;
}

.signaler-commentaire {
	display: inline-block;
}

.sign {
	float: right;
}

.opa {
	opacity: 0.4;
}

/*************** STYLE TOPIC ********************/
h3.title {
	font-size: 20px;
	border-bottom: none;
	margin-top: 25px;
	padding-left: 0;
	text-align: center;
}

.presentation #desc {
	text-align: justify;
	font-style: italic;
}

.modif a {
	color: rgb(151, 150, 150);
}

.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}

.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll;
}

.checkbox {
	display: none;
}

.forum-topic-transcript {
	margin-top: 25px;
}

.button_topic {
	font-size: 1.2em;
	padding: 3px 12px;
	margin-top: 3px;
}

.button_top {
	text-align: right;
	margin-right: 0;
	padding-top: 10px;
}

.msq {
	padding: 15px;
	color: #555;
}

.msq:hover {
	cursor: pointer;
	text-decoration: underline;
}

.none {
	display: none;
}

a.btn_subscribe {
	display: inline-block;
	vertical-align: baseline;
	margin-top: -1px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	color: #606060;
}

#left_count {
	float: right;
}

.last_topic_board {
	border-top: 1px solid #eee;
	color: #747474;
	font-size: 12px;
	text-align: right;
}

.bandeau_right {
	margin-left: -3px;
}

.icon-star1:before {
	content: "\e61b";
	color: #FFD600;
	font-size: 25px;
}

.icon-star2:before {
	content: "\e61c";
	color: #DBDBDB;
	font-size: 25px;
}

/*********************** Mobile *******************/
.m-body .category {
	width: initial;
} 

.m-header-post-author {
	display: inline-block;
	font-size: 14px;
	padding-top: 5px;
	vertical-align: top;
}

.m-header-post-top {
	display: inline-block;
	vertical-align: top;
	padding-left: 5px;
}

.m-header-post-date {
	font-size: 12px;
	color: #7C7C7C;
}

.m-body .col-md-12 {
	margin-bottom: 20px;
	border: none;
}

.m-tl-body {
	font-size: 13px;
	color: #444;
}

.m-body .category, .m-body .ico_tb {
	width: 100%;
}

.m-body .title_category {
	padding-top: 10px;
	font-size: 15px;
	margin: 0;
}

.m-body .text_category {
	width: calc(100% - 106px);
}

.m-body .category_board {
	width: 100%;
}

.m-body .text_category_board {
	width: calc(100% - 106px);
	display: inline-block;
}

.m-body .title_category_board {
	width: 100%;
	padding-top: 5px;
	padding-bottom: 10px;
}

.m-body .last_topic_board {
	width: 100%;
	display: inline-block;
}