


#comments-list {
    padding: 25px 10px;
    border-radius: 10px;
    background-color: #242830;
}

.comment-list{
	padding: 0;
	margin-bottom: 60px;
}
.comment-list>li>a{
    border-radius: 5px;
	display: block;
	padding: 8px;
	color: #90B6C9;
	background-color: #535F6F;
	/*
	padding: 4px 6px 2px;
	padding: 8px 6px 2px;
	background-color: #F0F0F0;
	background-color: #424C59;
	*/
}
#comments{
	margin-bottom: 20px;
}
#comments .subtitle{
	margin-bottom: 40px;
}
#comments .image{
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}
#comments .image .img{
	margin: 0 auto;
    border-radius: 5px;
}
#comments .image .logo{
	position: absolute;
	max-width: 60px;
	margin: auto;
	height: auto;
	width: auto;
	z-index: 1;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
/*
#comments .nb{
	font-size: 16px;
	margin-bottom: 10px;
}
*/
#comments .basculer {
	margin-bottom: 50px;
	width: 780px;
}
#comments .select{
	margin-right: 10px;
	width: auto;
}
/*
#comments select{
	min-width: 245px;
}
*/
#photos{
	margin-bottom: 60px;
}

/*-- Comment Add --*/
#add-comment{
	background-color: #F7941D;
    border-radius: 5px;
	margin:0 auto 15px;
	padding: 15px;
	width: 300px;
	color: #FFF;
}
#add-comment img{
	float: left;
}
#add-comment .info{
	padding-left: 100px;
	position: relative;
}
#add-comment .info:before{
	background-color: #000;
	content: '';
	display: block;
	height: 60%;
	left: 84px;
	position: absolute;
	top: 20%;
	width: 0.5px;
}
#add-comment .titre{
	font-size: 21px;
	font-weight: bold;
	line-height: 16px;
}
#add-comment .tag{
	font-size: 15px;
	margin-bottom: 7px;
	text-align: center;
	width: 165px;
}
#add-comment a{
	background-color: #000;
	border: 1px solid #fff;
	color: #fff;
	display: block;
	text-align: center;
	text-decoration: none !important;
	width: 165px;
}
#add-comment a:hover{
	color: #000;
	background-color: #fff;
}


/* BLOC */
.comment-header {
	background-color: #2E353E;
    border-radius: 5px;
	min-height: 40px;
	padding: 5px 10px;
	margin-bottom: 20px;
    /*
	background-color: #CCC;
    */
}
.comment-total {
    color: #999;
	padding: 6px 0;
}
.comment-new {
	text-align: right;
}
.comment-list .loading {
	display: none;
}
.comment-list .loading p {
    margin-top: 50px;
	text-align: center;
}
.comment-list .loading img {
	margin-right: 10px;
}







@media (max-width: 767px){
    
    #comments-list {
        padding: 15px;
    }
    
	.subtitle br {
		display: none;
	}
	#comments {
		margin-bottom: 0;
	}
	#comments .subtitle {
		margin-bottom: 10px;
	}
	#comments .image {
		margin-bottom: 0;
	}
	.comment-list {
		margin-bottom: 25px;
	}
	#comments .basculer {
		width: 100%;
    }
	#comments .select {
		margin-bottom: 10px;
		/*
		width: 100%;
		*/
	}
	#comments select {
		max-width: 100%;
		width: 100%;
	}
	#comments .select.s2 {
		margin-bottom: 25px;
	}
	#comments .pages {
		margin-bottom: 40px;
	}
	/*--Add Comment--*/
	#add-comment {
		margin-bottom: 35px;
	}
	.comment-total, .comment-new {
		text-align: center;
	}
}