/**
 * This file is part of the FOSCommentBundle package.
 *
 * (c) FriendsOfSymfony <http://friendsofsymfony.github.com/>
 *
 * This source file is subject to the MIT license that is bundled
 * with this source code in the file LICENSE.
 */

.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;
}

/************************ MOBILE****************/
.m-body .breve-illustration {
	text-align: center;
}

.m-body .m-article-title {
	font-size: 16px;
	font-weight: bold;
}

.m-breves-list-illustration, .m-breves-list-title {
	display: inline-block;
}

.m-breves-list-illustration {
	vertical-align: top;
}

.m-bloc-important {
	border: 1px solid #BABABA;
	margin-bottom: 10px;
}

.m-bloc-important-img {
	height: 175px;
	overflow: hidden;
}

.m-bloc-important-img img {
	width: 100%;
}

.m-bloc-title {
	font-size: 15px;
	font-weight: bold;
    color: #444;
}

.m-bloc-cat {
	font-weight: bold;
	color: #8C8C8C;
}

.m-bloc-under-img {
	padding: 5px;
}

.m-bloc-actu {
	padding: 5px;
	border: 1px solid #BABABA;
	margin-bottom: 10px;
}

.m-bloc-actu-img {
	height: 75px;
	overflow: hidden;
	display: inline-block;
}

.m-bloc-actu-img img {
	width: 100px;
	min-height: 75px;
}

.m-bloc-actu-right-img {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 105px);
}

.m-bloc-actu-title {
	font-size: 14px;
	font-weight: bold;
    color: #444;
}

.m-bloc-under-titre {
	color: #848484;
	font-size: 12px;
	padding-top: 5px;
}

.m-body .content-actu {
	text-align: justify;
}

.m-body a {
	color: #b0120a;
}

.m-body h2 {
    text-transform: uppercase;
    color: #cc0000;
    border-bottom: 1px solid #cc0000;
    font-family: "Trebuchet MS";
}

.m-body #m-article-title {
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    padding: 5px 0 8px 0;
}

.m-social {
    text-align: right;
}

.m-social a {
    padding: 5px;
}

.home-breves-comment-nbr {
    position: absolute;
    margin-right: 5px;
    padding-right: 18px;
    width: 310px;
    text-align: right;
    color: grey;
    background: url('../bundles/pahome/images/comment-bubble.jpg') right center no-repeat;
}

.m-body .home-breves-comment-nbr {
    float: right;
    right: 10px;
    margin-top: -20px;
    position: absolute;
    padding-right: 18px;
    text-align: right;
    color: grey;
    background: url('../bundles/pahome/images/comment-bubble.jpg') right center no-repeat;
}

.list-actu {
    margin-bottom: 5px;
    border-bottom: 1px solid #EAE9E9;
    padding-bottom: 15px;
}

.list-actu > .illustration {
    display: inline-block;
    vertical-align: top;
}

.list-actu > .illustration > img {
    height: 75px;
    width: 104px;
}

.list-actu > .info {
    width: calc(100% - 110px);
    display: inline-block;
}

.list-actu > .info > .title {
    color: #cc0000;
}

.list-actu > .info > .more-info {
    color: grey;
    font-style: italic;
}

.list-actu > .info > .text-intro {
    color: #444;
}

.content-actu img {
    max-width: 100%;
}

.nav-article {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin: 10px 0 10px 0;
    background-color: #eee;
    padding: 5px 0 5px 0;
}

.nav-article > div {
    width: 49%;
    margin-right: 0%;
    display: inline-block;
    min-height: 1px;
}

.nav-article > div > a {
    color: #444;
}

.nav-article .icon-arrow-left7, .nav-article .icon-uniE6D8 {
    vertical-align: middle;
    font-size: 20px;
}

.nav-article .nav-titre {
    display: inline-block;
    width: calc(100% - 30px);
    vertical-align: middle;
}

.nav-article .t-right {
    text-align: right;
}

.breve-i {
    opacity: 0.5;
}

/****************** Action utilisateur **************/



#content-left-top h2:before {
    content: " ";
    display: table;
}