/*********************** Section ****************************/
.article .label-default {
    background-color: transparent;
    color: #000;
		font-size: 1em;
}
.article .label{
	padding: 0;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
}
.article li{
margin-left:40px;
}

.article .heading {
	font-weight: 700;
	/*font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;*/
}
.article p{
font-family: "proxima-nova",Helvetica,sans-serif;
/*margin: .7em 0 1em 0;*/
font-size: 1.2em;
font-style: normal;
font-weight: normal;
}

h1{
	font-size: 35px;
	text-decoration: none;
}
h1 a {
    color: #FF3399;
	/* font-size: 185%; */
}
h1 a:hover{
	text-decoration: none;
	color: #F39;
	font-size: 35px;
}
h3{
	color:#00a77c;
}

h4{
	color:#000;
}

a{
	text-decoration:none;
	color:#006699;
}

a:hover{
	text-decoration:underline;
}
#form
{
color:#181819;
}


.article img {
	text-align: center;
	max-width: 100%;
	height: auto;
	width: auto;
}

a
{
text-decoration:none;
color:#006699;
}



.dp {
		border: 10px solid #EEE;
		transition: all 0.2s ease-in-out 0s;
}
.media-object {
		display: block;
}
.img-circle {
		border-radius: 50%;
}

.article #views{
	display: none;
}
.article  #article-author{
/*	font-size: 0.9em;
	font-weight: normal;
	line-height: 1.3em;
	color: #666;*/
	font-family: "proxima-nova",Helvetica,sans-serif;
	margin: 1em 0px;
	letter-spacing: 0.2em;
	text-align: center;
/*	opacity: 0.3;*/
	transition: opacity 3s linear 0s;
}

.article .comment{
	margin: 30px 0px;
}
	.author-icon, .author-address{
/*		display: inline-block;*/
		vertical-align:top;
		margin-right: 10px;
	}

	.author-icon a img{
		float: left;
		height: 60px;
		width: 60px;
		margin-right: 20px
	}
	.author-address{
		margin-top:-3px;
		margin-left: 0px;
	}
	.descript{
	display:block;
	/*border-bottom: 1px grey solid; asideid101*/
	font-size: 82%;
	}
	.asideid {
			cursor: pointer;
			margin: auto auto 40px;
	}
	.asideid label {
	 padding-right:2px
	}

	.titre, .tit{
	text-decoration: none;
	color: #006699;
	}
	.titre{
		font-weight: 600;
	}
	.descript-name:hover{
	text-decoration: underline;
	color: #006699;
	}


form .form-group label {
    font-weight: 500;
}

.panel-default {
	    border-color: #DDD;
	    box-shadow: 1px 1px 8px #D8D8D8;
	    background-color: #FFF;
	    /*border: 1px solid #FFF;*/
	}
	.article-contents h1, 
	.article-contents h2, 
	.article-contents h3, 
	.article-contents h4, .article-contents p strong span, .article-contents p span strong{
		color: #00A77C !important;
		font-size: 1.2em;
	}

	.article-contents p{
		line-height: 1.52;
		color: #191919;
		font-size: 1em;
	}

	.article-contents{
		
	}
	.author{
		width: 50%;
	}

	@media all and (max-width: 768px) {
		.author{
			width: 100%;
		}
	}
