@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);


/* scroll bar */


::-webkit-scrollbar {  
    width: 10px;
    margin-left: -10px;  
}  
::-webkit-scrollbar-track {  
    background-color: #eaeaea;  
    border-left: 1px solid #ccc;  
}  
::-webkit-scrollbar-thumb {  
    background-color: #b9cddf;  
}  
::-webkit-scrollbar-thumb:hover {  
    background-color: #94b8d9;  
}  



body 
{
	font-family: "Montserrat", sans-serif;
	color: black;
		background:url(../../../vdocs/Background/background.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	margin: 0;
	text-align: left;
}


.option_forum_sondage
{
/* 	background-color:rgba(0, 0, 0, 0.7);  */
	padding-top: 60px;
	padding-bottom: 5px;
	width:100%; 	 
	height:300px;  
	text-align: left;
}


.sondage_sujet
{
	background-color:rgba(255, 255, 255, 0.2); 
	padding:12px; 
	border-radius: 8px;  
	color: white; 
	border: 2px solid white;
	max-height: 270px; 
	min-height: 50px; 
	min-width: 220px; 
	max-width: 80%;
	margin: 40px;
	width: 40%;
	float:left
}


.sondage_sujet1
{
	background-color:rgba(255, 255, 255, 0.2); 
	padding:30px; 
	border-radius: 8px;  
	color: white; 
	border: 2px solid white;
	max-height: 270px; 
	min-height: 50px; 
	min-width: 220px; 
	max-width: 80%;
	margin: 40px;
	width: 30%;
	float:right;
}

.sondage_sujet p
{

    width: 100%; 
    overflow: hidden;
    
}


#sujet
{
/* 	float:left;  */
	margin-left:10%;
	font-size: 18px;
}


#sondage
{
	float:right; 
	margin-right: 40px;
}


#sondage p
{
	background-color: white;
	padding: 5px;
	color: black;
	font-weight: bold;
	margin-top: -5px;
	margin-left: -20px;
	border-radius: 8px;
}


.frmVote
{
	text-align: left;
}


.container
{
	width: 80%;
	margin: auto;
	margin-top: 0px;
	min-width:800px; 
	position:relative; 
/* 	border: 8px solid rgba(0, 0, 0, 0.4);	 */
}


#top
{
	
	
	padding: 20px 0px 20px 0px;
/* 	position: fixed; */
/* 	top: 0px; */
/* 	width: 80%; */
/* 	left: 10%; */
	
}


#sondage
{
	margin: 5px;
	text-align: center;
}


a 
{
    color: #6d84b4;
    text-decoration: none;
}






/****     *****/	
	
.postOptions
{
	width: 70%;
	margin: auto;
	padding: 6px;
	margin-top: 10px;
}	

	
.contenue_Forum
{
	
	width: 100%;
	background-color: white;
	margin-bottom: -24px;
}

	
	
.onePost
{
	background-color: #f7f8f8;
    padding-right: 10px;
    height: 100%;
    margin: auto;
    border-radius: 6px;
    border: 1px solid #ccc;
	
}


section {
/*     background: rgba(255,255,255,0.9); */
    padding-right: 85px;
    padding-top: 5px;
    padding-bottom: 5px;
    height: 100%;
    width: 60%;
    margin: auto;
    margin-top: 0px;
    border-radius: 5px;
/*     border: 1px solid #666; */
}




#comment {
    overflow: hidden;
    padding: 0 0 1em;
    border-bottom: 1px solid #ddd;
    margin: 0 0 1em;
    margin-left: 40px;
    *zoom: 1;
    width: 100%;
}

#post {
    overflow: hidden;
    padding: 0;
    margin: 0 0 5px;
    margin-left: 40px;
    *zoom: 1;
    width: 90%;
    max-width: 90%;
}


.comment-img {
    float: left;
    margin-right: 33px;
    border-radius: 5px;
    overflow: hidden;
}

.comment-img img { display: block }

.comment-body { overflow: hidden }

.comment .text {
    padding: 10px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    background: #fff;
}

.comment .text p:last-child { margin: 0 }

.comment .attribution {
    margin: 0.5em 0 0;
    font-size: 14px;
    color: #666;
}

/* Decoration */

.comments, .comment { position: relative }

.comments:before, .comment:before, .comment .text:before {
    content: "";
    position: absolute;
    top: 0;
    left: 65px;
}

.comments:before {
    width: 3px;
    left: 105px;
    bottom: 0px;
    background: rgba(0,0,0,0.1);
}

.comment:before {
    width: 9px;
    height: 9px;
    border: 3px solid #fff;
    border-radius: 100px;
    margin: 16px 0 0 -6px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.2), inset 0 1px 1px rgba(0,0,0,0.1);
    background: #ccc;
}

.comment:hover 
{
    cursor: pointer;
}

.comment:hover:before { background: #3b5998 }

.comment .text:before {
    top: 18px;
    left: 78px;
    width: 9px;
    height: 9px;
    border-width: 0 0 1px 1px;
    border-style: solid;
    border-color: #e5e5e5;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.user
{
	color: #006699;	
}

.txt_forum
{
	margin-top: 3px;
	margin-bottom: 10px;
	padding: 0 10px;
	height: 28px;
	width:60%;
	margin-left:100px;
	margin-right:110px;
	color: #404040;
	background : white;
	border: 1px solid;
	border-color: #c4c4c4 #d1d1d1 #d4d4d4;
	border-radius: 2px;
	outline: 5px solid #eff4f7;
	-moz-outline-radius: 3px;
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
	background: white;
}


#txtPost
{
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
	margin-bottom: 6px;
}


.txt_forum:HOVER
	{
	border-color: #7dc9e2;
	}

.txt_forum:focus
{
	border-color: #7dc9e2;
	outline-color: #dceefc;
	outline-offset: 0;
}


#recherche
{
	margin: 6px;
	height: 28px;
	width: 50%;
}


/* the button */



.buttonPost {
  margin-right:5px;
  float:right;
  padding: 0 12px;
  height: 30px;
  line-height: 28px;
  font-size: x-large;
  cursor: pointer;
  font-weight: bold;
  color: #555555;
  text-decoration: none;
  text-shadow: 0 1px white;
  background: #dfdfdf;
  border-width: 1px 1px 0;
  border-style: solid;
  border-color: #cecece #bababa #a8a8a8;
  border-radius: 3px 3px 2px 2px;
  outline: 0;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: -webkit-linear-gradient(top, #f1f1f1 0%, #dfdfdf 70%, #dadada 100%);
  background-image: -moz-linear-gradient(top, #f1f1f1 0%, #dfdfdf 70%, #dadada 100%);
  background-image: -o-linear-gradient(top, #f1f1f1 0%, #dfdfdf 70%, #dadada 100%);
  background-image: linear-gradient(to bottom, #f1f1f1 0%, #dfdfdf 70%, #dadada 100%);
  -webkit-box-shadow: inset 0 1px #fdfdfd, inset 0 0 0 1px #eaeaea, 0 1px #a8a8a8, 0 3px #bbbbbb, 0 4px #a8a8a8, 0 5px 2px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 1px #fdfdfd, inset 0 0 0 1px #eaeaea, 0 1px #a8a8a8, 0 3px #bbbbbb, 0 4px #a8a8a8, 0 5px 2px rgba(0, 0, 0, 0.25);


  color: #236277;
  text-shadow: 0 1px #c2ecf9;
  background: #61cdf3;
  border-color: #6fbad1 #3fa3c0 #3583ab;
  background-image: -webkit-linear-gradient(top, #9be5fa 0%, #61cdf3 70%, #5fbde8 100%);
  background-image: -moz-linear-gradient(top, #9be5fa 0%, #61cdf3 70%, #5fbde8 100%);
  background-image: -o-linear-gradient(top, #9be5fa 0%, #61cdf3 70%, #5fbde8 100%);
  background-image: linear-gradient(to bottom, #9be5fa 0%, #61cdf3 70%, #5fbde8 100%);
  -webkit-box-shadow: inset 0 1px #c5f0fd, inset 0 0 0 1px #8ad1eb, 0 1px #3583ab, 0 3px #3f9db8, 0 4px #3583ab, 0 5px 2px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 1px #c5f0fd, inset 0 0 0 1px #8ad1eb, 0 1px #3583ab, 0 3px #3f9db8, 0 4px #3583ab, 0 5px 2px rgba(0, 0, 0, 0.4);

}

.buttonPost:hover, .buttonPost:active {
  background: #dfdfdf;
  border-top-color: #c9c9c9;
  background: #61cdf3;
  border-top-color: #3eaac9;
}

.buttonPost.blue:active {
  vertical-align: -5px;
  margin-bottom: 0;
  padding: 1px 13px 0;
  border-width: 0;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3), inset 0 1px 1px rgba(0, 0, 0, 0.4), 0 1px white;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3), inset 0 1px 1px rgba(0, 0, 0, 0.4), 0 1px white;
}




.lt-ie9 .buttonPost {
  border-width: 1px;
  padding: 0 12px;
}



/* progress_bar */

	progress {
		width: 180px;
		height: 14px;
	/* 	margin: 50px auto; */
	/* 	display: block; */
		/* Important Thing */
		-webkit-appearance: none;
		border: none;
	}
	
	/* All good till now. Now we'll style the background */
	progress::-webkit-progress-bar {
		background: rgba(0, 0, 0, 0.3);
		border-radius: 50px;
		padding: 2px;
		box-shadow: 0 1px 0px 0 rgba(255, 255, 255, 0.2);
	}
	
	/* Now the value part */
	progress::-webkit-progress-value {
		border-radius: 50px;
		box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.4);
		background:
			-webkit-linear-gradient(45deg, transparent, transparent 33%, rgba(0, 0, 0, 0.1) 33%, rgba(0, 0, 0, 0.1) 66%, transparent 66%),
			-webkit-linear-gradient(top, rgba(255, 255, 255, 0.25), rgba(0, 0, 0, 0.2)),
			-webkit-linear-gradient(left, #fff, #fff);
		
		/* Looks great, now animating it */
		background-size: 25px 14px, 100% 100%, 100% 100%;
		-webkit-animation: move 5s linear 0 infinite;
	}
	
	
	
	@-webkit-keyframes move {
		0% {background-position: 0px 0px, 0 0, 0 0}
		100% {background-position: -100px 0px, 0 0, 0 0}
	}
	


.btVoter
{
	float: right; 
	height: 26px; 
	border-radius: 6px; 
	border: 1px solid #fff; 
	color: #fff ; 
	cursor: pointer; 
	font-weight: bold ; 
	margin-bottom:-25px;
	background-color: #000;
}


.btVoter:HOVER
{
	background-color: #808080;
}
	

/* putton radio */

.radioVote
{
	visibility: hidden;/*hides default checkboxes*/
 	margin: 0 -8px;
}

label.checkbox 
{
	cursor: pointer;
  text-indent: 3em;
  line-height: 1.5em;
/*   color:#ccc; */
  overflow: visible;
  display: inline-block;
  margin-bottom:10px;
  position: relative;
}

label.checkbox:before 
{
  background: #e5e5e5;
  content:'';
  position: absolute;
  top:0;
  left: 0;
  width: 1.6em;
  height: 1.6em
}

label.checkbox:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 0.7em;
	height: 0.3em;
	background: transparent;
	top: 0.5em;
	left: 0.4em;
	border: 3px solid #6E898B;
	border-top: none;
	border-right: none;

	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

label.checkbox:hover:after 
{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
}

.radioVote:checked + label:after 
{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

.radioVote:checked + label:before 
{
  background: #fff
}

.radioVote:checked + label 
{
  color: #fff;
}