#article-main-content #test-content{
	display:none;
}
.test-result-title{
	border-bottom: 2px solid #0e4379;
    color: #0e4379;
    font-size: 24px;
    text-transform: uppercase;
}
.ponderateur-option{
	background-color: #ECECEC;
	padding: 25px;
	margin-bottom: 25px;	
}
.ponderateur-option .option-item{
	margin-bottom: 15px;
	padding-bottom: 15px;
	text-align:left;
	border-bottom: 1px solid #D1D1D1;
}
.ponderateur-option .option-item.last{
	border: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
 .ponderateur-option .option-item .ponderation{
	margin-bottom: 10px;
	display: inline-block;
}
.test-result-item{
	background-color: #d3d3d3;
	padding: 5px;
	margin-bottom: 15px;
	position: relative;
	text-align: left;
}
.test-result-info-item:not(.last){
	padding-bottom: 6px;
	margin-bottom: 6px;
	border-bottom:1px solid #cecece;
}
.test-result-item .item-position{
	width: 35px;
	height: 35px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	text-align: center;
	background-color: #d3d3d3;
	font-weight:500;
	font-size: 22px;
	padding-top: 3px;
	padding-left: 3px;
	color: #fff;
}
.test-result-item-picture{
	width: 100%;
}
.test-result-item-infos{
	padding:10px 10px 10px 155px;
	position: relative;
	background-color:#ececec;
	margin-bottom: 5px;
}

.test-result-item-picture{
	width: 140px;
	height: 140px;
	position: absolute;
	top:5;
	left: 5;	
	overflow: hidden;
	z-index: 2;
	background-color: #fff;
}
.test-result-item-picture img{
	height: 140px;
	margin: 0 auto;
	display: block;
}
.test-result-item-title{
	font-size: 18px;
	font-weight:500;
	padding:5px 10px 10px 155px;
	color: #fff;
}
.test-result-item-infos .result-label{
	width: 40%;
	padding-right:15px;
	float: left; 
}
.test-result-item-infos .result-value{
	width: 60%;
	float: left; 
	font-weight: 500;
}

.notes-listing{
	width: 70%;
	padding:10px;
	float: left; 
	background-color: #ececec;
}
.notes-listing .note-item:not(.last){
	padding-bottom: 6px;
	margin-bottom: 6px;
	border-bottom:1px solid #cecece;
}
.note-finale{
	width: 30%; 
	float:right;
	font-size: 60px;
	font-weight: 500;
	text-align: center;
	padding: 0 10px;
	color: #fff;
}
.note-legend{
	font-size: 18px;
}
.note-item  .test-result-evaluation-item{
	width: 75%; 
	float:left;
}
.note-item  .test-result-evaluation-value{
	width: 25%; 
	float:right;
	text-align: right;
	font-weight: 500;
}
.malus, .malus-title{
	color: #d60000;
}
.malus-title{
	margin-bottom: 5px;
	font-weight:500;
}
.test-result-evaluation-item.malus{
	padding-left: 10px;
}
.ponderation{
	background-color: #FFF;
	opacity: 0.6;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 0 8px;
	font-size:14px;
	margin-left:5px;
}

/***** COULEURS NOTES *****/

/** TRES BON **/
.test-result-item.tres-bon{
	background-color: #67b86c;
}
.test-result-item.tres-bon .test-result-info-item:not(.last),.test-result-item.tres-bon .notes-listing .note-item:not(.last){
	border-bottom:1px solid #67b86c;
}
.test-result-item.tres-bon .item-position{
	background-color: #67b86c;	
}
.test-result-item.tres-bon .test-result-item-infos{
	background-color: #bddbb9;
}
.test-result-item.tres-bon .notes-listing{
	background-color: #bddbb9;
}
.test-result-item.tres-bon .ponderation{
	color: #37933e;
}

/** BON **/
.test-result-item.bon{
	background-color: #a2cd8e;
}
.test-result-item.bon .test-result-info-item:not(.last),.test-result-item.bon .notes-listing .note-item:not(.last){
	border-bottom:1px solid #a2cd8e;
}
.test-result-item.bon .item-position{
	background-color: #a2cd8e;	
}
.test-result-item.bon .test-result-item-infos{
	background-color: #d4e6ca;
}
.test-result-item.bon .notes-listing{
	background-color: #d4e6ca;
}
.test-result-item.bon .ponderation{
	color: #689e51;
}


/** satisfaisant **/
.test-result-item.satisfaisant{
	background-color: #efc83e;
}
.test-result-item.satisfaisant .test-result-info-item:not(.last),.test-result-item.satisfaisant .notes-listing .note-item:not(.last){
	border-bottom:1px solid #efc83e;
}
.test-result-item.satisfaisant .item-position{
	background-color: #efc83e;	
}
.test-result-item.satisfaisant .test-result-item-infos{
	background-color: #f7e3ac;
}
.test-result-item.satisfaisant .notes-listing{
	background-color: #f7e3ac;
}
.test-result-item.satisfaisant .ponderation{
	color: #ad8400;
}


/** insatisfaisant **/
.test-result-item.insatisfaisant{
	background-color: #f18a78;
}
.test-result-item.insatisfaisant .test-result-info-item:not(.last),.test-result-item.insatisfaisant .notes-listing .note-item:not(.last){
	border-bottom:1px solid #f18a78;
}
.test-result-item.insatisfaisant .item-position{
	background-color: #f18a78;	
}
.test-result-item.insatisfaisant .test-result-item-infos{
	background-color: #f8c8bc;
}
.test-result-item.insatisfaisant .notes-listing{
	background-color: #f8c8bc;
}
.test-result-item.insatisfaisant .ponderation{
	color: #bb4d3d;
}

/** mauvais **/
.test-result-item.mauvais{
	background-color: #ef4848;
}
.test-result-item.mauvais .test-result-info-item:not(.last),.test-result-item.mauvais .notes-listing .note-item:not(.last){
	border-bottom:1px solid #ef4848;
}
.test-result-item.mauvais .item-position{
	background-color: #ef4848;	
}
.test-result-item.mauvais .test-result-item-infos{
	background-color: #f4ada0;
}
.test-result-item.mauvais .notes-listing{
	background-color: #f4ada0;
}
.test-result-item.mauvias .ponderation{
	color: #bb4d3d;
}