@font-face {
    font-family: 'icomoon';
    src:url('../bundles/pamessages/images/icomoon_-4bwlm3.eot');
    src:url('../bundles/pamessages/images/icomoon.eot') format('embedded-opentype'),
        url('../bundles/pamessages/images/icomoon_-4bwlm3.woff') format('woff'),
        url('../bundles/pamessages/images/icomoon_-4bwlm3.ttf') format('truetype'),
        url('../bundles/pamessages/images/icomoon_-4bwlm3-icomoon.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
 
[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
}

.sign {
	float: right;
}

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

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

.moderateur .authorName {
	color: white;
}

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

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

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

.modif {
	float: left;
}

.displ_modif {
	display: inline-block;
}

.fos_comment_comment_body {
	padding-top: 15px;
	padding-bottom: 15px;
	min-height: 50px;	
	color : 	#010101;
	word-wrap: break-word;
}

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

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

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

#fos_comment_thread > .fos_comment_comment_depth_0:nth-child(odd) {
	background-color: #f0f0f0;	
}

#fos_comment_thread > .fos_comment_comment_depth_0 {
	border-bottom: 1px solid #cccccc;
}

#bt_affCom {
	text-align: center;
	margin-top: 20px;
	color: #555;
	background-color: #f0f0f0;
	padding: 5px;
	box-shadow: 0 1px 5px #c0c0c0;
	font-weight: bold;
	font-size: 15px;
	cursor: pointer;
}

.fos_comment_comment_form_holder h3 {
	color: #cc1c00;
	font-size: 23px;
	font-weight: bold;
}

textarea#fos_comment_comment_body {
	width: 100%;
	height: 25px;
	font-size: 20px;
	padding: 20px;
}

.fos_comment_comment_new_form {
	position: relative;
	margin-bottom: 20px;
}

.form_textarea {
	margin-right: 40px;
}

.fos_comment_submit {
	margin-top: 10px;
}

#fos_comment_thread h3 {
	font-size: 20px;
	margin-bottom: 15px;
}

.fos_comment_top_tag {
	min-height: 0;
}

.none {
	display: none;
}
.msq {
	padding: 15px;
}

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

.reload_comment {
	display: inline-block;
	float: right;
	color: #c6c6c6;
	cursor: pointer;
}

@media (max-width:1259px){
	
	#fos_comment_thread > .fos_comment_comment_depth_0 > .fos_comment_comment_replies, 
	.fos_comment_comment_depth_1 > .fos_comment_comment_replies {
		margin-left: 25px;
	}	
	
	.fos_comment_top {
		width: 440px;
	}	
	
	.fos_comment_comment_depth_0 > .fos_comment_comment_replies .fos_comment_top {
		width: 415px;
	}
	
	.fos_comment_comment_depth_1 > .fos_comment_comment_replies .fos_comment_top {
		width: 390px;
	}	
}

@media (min-width:1260px){
	
	#fos_comment_thread > .fos_comment_comment_depth_0 > .fos_comment_comment_replies, 
	.fos_comment_comment_depth_1 > .fos_comment_comment_replies {
		margin-left: 125px;
	}	
	
	.fos_comment_top {
		width: 721px;
	}	
	
	.fos_comment_comment_depth_0 > .fos_comment_comment_replies .fos_comment_top {
		width: 596px;
	}
	
	.fos_comment_comment_depth_1 > .fos_comment_comment_replies .fos_comment_top {
		width: 471px;
	}	
}

/*********** Style comment bar *********************/
.com-tab-bar {
	outline: none;
	border-bottom: 1px solid #ccc;
	margin-bottom: 26px;
	height: 47px;
	margin-top: 20px;
}

.com-tab {
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #ccc;
	display: inline-block;
	width: 240px;
	height: 34px;
	padding: 7px 1px 3px;
	text-align: center;
	position: relative;
	line-height: 16px;
	top: 2px;
	margin-left: 7px;
	vertical-align: top;
	cursor: pointer;
	color: #666;
	background : #f0f0f0;
}

.com-tab-selected {
	border-bottom: 1px solid #fff;
	color: #000;
	background : #ffffff;
}

.tab-com {
	font-size: 16px;
}

.reload {
	display: inline-block;
	position: relative;
	opacity: 0.2;
	float: right;
}

.reload>img {
	padding-top: 5px;
	cursor: pointer;
}

.reload_single {
	display: inline-block;
	position: relative;
	float: right;
	padding-top: 20px;
}

.reload_single>img {
	width: 25px;
	cursor: pointer;
}

.comment-nbr {
	margin-right: 5px;
	display: inline-block;
	padding-left: 10px;
	padding-right: 18px;
	text-align: right;
	color: grey;
	font-size: 15px;
	background: url('../bundles/pahome/images/comment-bubble.jpg') right center no-repeat;
}

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

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

#sub_thread, #unsub_thread {
	float: right;
	text-decoration: none;
	margin-right: 5px;
}

.comment-mod {
	opacity: 0.4;
	background-color: #FFD7D7;
}

.btn {
	text-decoration: none;
	display: inline-block;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: 5px;
	border-radius: 2px;
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	border: solid 1px #b7b7b7;
	background: #fff;
	color: #606060;
	margin-top: 5px;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
}

.btn:hover {
	background: #ededed;
	color: #606060;
	text-decoration: none;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
}

.btn:active {
	color: #999;
	text-decoration: none;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top,  #ededed,  #fff);
}

/********************* MOBILE *******************/
.m-comment-left {
	float: left;
	padding-right: 5px;
}

.m-comment-top {
	line-height: 25px;
}

.m-comment-top-name {
	color: #cc1c00;
	font-size: 15px;
}

.m-menu-slide {
    padding-top: 5px;
    border: 1px solid #9c9c9c;
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    display: none;
}
 
.m-menu-slide ul {
    list-style: none;
    margin: 0 0 0 0;
}
 
.m-menu-slide ul li {
    padding: 5px;
}
 
.m-menu-slide ul li:hover {
    background-color: #E4E4E4;
    cursor: pointer;
}
 
.m-menu-slide ul li a {
    text-decoration: none;
    color: #383838;
}

.m-body .form_textarea {
	margin-right: 0;
}

.m-body .form_textarea #fos_comment_comment_body {
	padding: 5px;
	font-size: 16px;
	height: 50px;
    font-family: Arial, Helvetica, sans-serif;
}

.m-body .m-report-comment li {
	display: inline-block;
}

.m-body .comment_content {
	padding: 5px;
}

.m-body .com-menu-right {
	border: 1px solid #BABABA;
	position: absolute;
	right: 5px;
	background: #DADADA;
	color: #5C5C5C;
	font-size: 12px;
	display: none;
}

.m-body .com-menu-right li a {
	padding: 5px;
}

.m-body .com-menu-right-bb {
	border-bottom: 1px solid #BABABA;
}

.m-body .icon-flag-comment {
	float: right;
	font-size: 20px;
	color: #A59F9F;
}

.m-body .fos_comment_comment_depth_2, .m-body .fos_comment_comment_depth_1 {
	border-top: 1px solid #D3D3D3;
}

.m-body .fos_comment_comment_reply_show_form {
	font-size: 13px;
}

.m-body .fos_comment_comment_show .edited_at {
	margin: 0;
}

.m-body .fos_comment_comment_show .modif {
	float: initial;
}
	
.m-body .fos_comment_comment_show .fos_comment_comment_body {
	min-height: initial;
}

.m-body .m-com-tab {
    font-size: 13px;
    padding: .7em 1em;
    display: block;
    position: relative;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    border-width: 1px;
    border-style: solid;
    color: #838383;
    border-color: #DBDBDB;
    background-color: #eee;
}

.m-body .nav-comment ul {
    height: 56px;
}

.m-body .nav-comment > ul > li > div.com-tab-selected {
    background-color: #fff;
    color: #444
}

.m-body .tab-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fos_comment_thread_show {
    margin-top: 2em;
    padding: 1em 20px;
    width: 472px;
    background: #f0f0f0;
    box-shadow: 0 0 7px #bbb;
    -moz-box-shadow: 0 0 7px #bbb;
    -webkit-box-shadow: 0 0 7px #bbb;
    border: 1px solid #ccc;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.fos_comment_thread_show h3 {
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 1em;
    color: #a0a0a0;
}
.fos_comment_comment_show {
    color: #555;
}
.fos_comment_comment_metas {
    margin: 1.5em 0 0.5em 0;
    padding: 1em 20px;
    background: #e6e6e6;
    border: 1px solid #ccc;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.fos_comment_comment_body {
    line-height: 1.5em;
}
.fos_comment_comments .fos_comment_comments {
    margin-left: 2em;
}
.fos_comment_comment_reply {
    text-align: right;
}
.fos_comment_comment_reply.replying {
    text-align: left;
    margin-top: 1em;
    padding: 1em 20px;
    background: #d6d6d6;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.fos_comment_comment_reply_show_form {
    padding: 2px 5px;
    font-size: 0.8em;
}
.fos_comment_comment_reply.fos_comment_replying button.fos_comment_comment_reply_show_form {
    display: none;
}
.fos_comment_thread_comments {
    margin-bottom: 1.5em;
}
.fos_comment_reply_prototype {
    display: none;
}
.fos_comment_thread_show > form.fos_comment_comment_form {
    margin-bottom: 1em;
}
form.fos_comment_comment_form.processing {
    opacity: 0.5;
}
form.fos_comment_comment_form label.author_name {
    margin-top: 3px;
    float:left;
}
form.fos_comment_comment_form label.author_name input {
    padding: 2px 5px;
}
form.fos_comment_comment_form textarea {
    width: 98%;
    height: 6em;
    padding: 1%;
}
form.fos_comment_comment_form.error textarea {
    border-color: red;
}
.fos_comment_form_errors {
    color: #ff0000;
}
.fos_comment_submit {
    text-align: right;
}
.fos_comment_submit input {
    font-size: 1.2em;
    padding: 3px 12px;
    margin-top: 3px;
}
a.fos_comment_thread_feed {
    width: 16px;
    height: 16px;
    display: block;
    float: right;
}
.fos_comment_comment_voting {
    float: right;
}
.fos_comment_comment_score {
    display: inline-block;
}