body {
	font-family: Arial, Helvetica, sans-serif;
}
.wrap{
	width:96%;
	max-width:960px;
	margin:0 auto;
}
table {
	font-size: 1em;
}

.ui-draggable, .ui-droppable {
	background-position: top;
}

.question .ui-slider-range { background: #ef2929; }
.question .ui-slider-handle { border-color: #ef2929; }

.is-linkoff{
	text-decoration:underline;
	color:#777;
}
.is-nav-link{
	cursor:pointer;
	text-decoration:underline;
	/* display:inline-block; */
	margin:5px 0;

}
.autodiag-infos{
	font-size:0.8em;
}

.section-row[data-domaine="GOUV"] .col_1_4 *{
	color: #fff;
}
.section-row[data-domaine="GOUV"] {
	border:1px solid #ff5151;
}

.section-row[data-domaine="GOUV"] .col_1_4 {
	background-color:  #ff5151;
/*background: -webkit-linear-gradient(-60deg, rgba(224, 13, 13, 0.8) 0%, rgba(255, 81, 81, 0) 100%);
	background: -moz-linear-gradient(-60deg, rgba(224, 13, 13, 0.8) 0%, rgba(255, 81, 81, 0) 100%);
	background: -o-linear-gradient(-60deg, rgba(224, 13, 13, 0.8) 0%, rgba(255, 81, 81, 0) 100%);
	background: -ms-linear-gradient(-60deg, rgba(224, 13, 13, 0.8) 0%, rgba(255, 81, 81, 0) 100%);
	background: linear-gradient(150deg, rgba(224, 13, 13, 0.8) 0%, rgba(255, 81, 81, 0) 100%);*/
}

.section-row[data-domaine="GOUV"] .question .ui-slider-range { background: #ff5151; }
.section-row[data-domaine="GOUV"] .question .ui-slider-handle { border-color: #ff5151; }


.section-row[data-domaine="TER"] .col_1_4 * { color: #fff; }
.section-row[data-domaine="TER"] { 	border:1px solid #b16753; }
.section-row[data-domaine="TER"] .question .ui-slider-range { background: #b16753; }
.section-row[data-domaine="TER"] .question .ui-slider-handle { border-color: #b16753; }
.section-row[data-domaine="TER"] .col_1_4 {
background-color:  #b16753;
background: -webkit-linear-gradient(-60deg, rgba(126, 59, 41, 0.8) 0%, rgba(177, 103, 83, 0) 100%);
background: -moz-linear-gradient(-60deg, rgba(126, 59, 41, 0.8) 0%, rgba(177, 103, 83, 0) 100%);
background: -o-linear-gradient(-60deg, rgba(126, 59, 41, 0.8) 0%, rgba(177, 103, 83, 0) 100%);
background: -ms-linear-gradient(-60deg, rgba(126, 59, 41, 0.8) 0%, rgba(177, 103, 83, 0) 100%);
background: linear-gradient(150deg, rgba(126, 59, 41, 0.8) 0%, rgba(177, 103, 83, 0) 100%);
}





.section-row[data-domaine="SOC"] .col_1_4 * { color: #fff; }
.section-row[data-domaine="SOC"] { 	border:1px solid #51b9d0; }
.section-row[data-domaine="SOC"] .question .ui-slider-range { background: #51b9d0; }
.section-row[data-domaine="SOC"] .question .ui-slider-handle { border-color: #51b9d0; }
.section-row[data-domaine="SOC"] .col_1_4 {
background-color:  #51b9d0;
background: -webkit-linear-gradient(-60deg, rgba(37, 141, 164, 0.8) 0%, rgba(81, 185, 208, 0) 100%);
background: -moz-linear-gradient(-60deg, rgba(37, 141, 164, 0.8) 0%, rgba(81, 185, 208, 0) 100%);
background: -o-linear-gradient(-60deg, rgba(37, 141, 164, 0.8) 0%, rgba(81, 185, 208, 0) 100%);
background: -ms-linear-gradient(-60deg, rgba(37, 141, 164, 0.8) 0%, rgba(81, 185, 208, 0) 100%);
background: linear-gradient(150deg, rgba(37, 141, 164, 0.8) 0%, rgba(81, 185, 208, 0) 100%);

}



.section-row[data-domaine="CLIENTS"] .col_1_4 * { color: #fff; }
.section-row[data-domaine="CLIENTS"] { 	border:1px solid #ff7f01; }
.section-row[data-domaine="CLIENTS"] .question .ui-slider-range { background: #ff7f01; }
.section-row[data-domaine="CLIENTS"] .question .ui-slider-handle { border-color: #ff7f01; }
.section-row[data-domaine="CLIENTS"] .col_1_4 {
background-color:  #ff7f01;
background: -webkit-linear-gradient(-60deg, rgba(243, 91, 0, 0.8) 0%, rgba(255, 127, 1, 0) 100%);
background: -moz-linear-gradient(-60deg, rgba(243, 91, 0, 0.8) 0%, rgba(255, 127, 1, 0) 100%);
background: -o-linear-gradient(-60deg, rgba(243, 91, 0, 0.8) 0%, rgba(255, 127, 1, 0) 100%);
background: -ms-linear-gradient(-60deg, rgba(243, 91, 0, 0.8) 0%, rgba(255, 127, 1, 0) 100%);
background: linear-gradient(150deg, rgba(243, 91, 0, 0.8) 0%, rgba(255, 127, 1, 0) 100%);

}



.section-row[data-domaine="DH"] .col_1_4 * { color: #fff; }
.section-row[data-domaine="DH"] { 	border:1px solid #f58e87; }
.section-row[data-domaine="DH"] .question .ui-slider-range { background: #f58e87; }
.section-row[data-domaine="DH"] .question .ui-slider-handle { border-color: #f58e87; }
.section-row[data-domaine="DH"] .col_1_4 {
background-color:  #f58e87;
background: -webkit-linear-gradient(-60deg, rgba(234, 97, 104, 0.8) 0%, rgba(245, 142, 135, 0) 100%);
background: -moz-linear-gradient(-60deg, rgba(234, 97, 104, 0.8) 0%, rgba(245, 142, 135, 0) 100%);
background: -o-linear-gradient(-60deg, rgba(234, 97, 104, 0.8) 0%, rgba(245, 142, 135, 0) 100%);
background: -ms-linear-gradient(-60deg, rgba(234, 97, 104, 0.8) 0%, rgba(245, 142, 135, 0) 100%);
background: linear-gradient(150deg, rgba(234, 97, 104, 0.8) 0%, rgba(245, 142, 135, 0) 100%);

}



.section-row[data-domaine="ENV"] .col_1_4 * { color: #fff; }
.section-row[data-domaine="ENV"] { 	border:1px solid #8fce5b; }
.section-row[data-domaine="ENV"] .question .ui-slider-range { background: #8fce5b; }
.section-row[data-domaine="ENV"] .question .ui-slider-handle { border-color: #8fce5b; }
.section-row[data-domaine="ENV"] .col_1_4 {
background-color:  #8fce5b;
background: -webkit-linear-gradient(-60deg, rgba(90, 181, 50, 0.8) 0%, rgba(143, 206, 91, 0) 100%);
background: -moz-linear-gradient(-60deg, rgba(90, 181, 50, 0.8) 0%, rgba(143, 206, 91, 0) 100%);
background: -o-linear-gradient(-60deg, rgba(90, 181, 50, 0.8) 0%, rgba(143, 206, 91, 0) 100%);
background: -ms-linear-gradient(-60deg, rgba(90, 181, 50, 0.8) 0%, rgba(143, 206, 91, 0) 100%);
background: linear-gradient(150deg, rgba(90, 181, 50, 0.8) 0%, rgba(143, 206, 91, 0) 100%);

}



.section-row[data-domaine="LOY"] .col_1_4 * { color: #fff; }
.section-row[data-domaine="LOY"] { 	border:1px solid #8f73d5; }
.section-row[data-domaine="LOY"] .question .ui-slider-range { background: #8f73d5; }
.section-row[data-domaine="LOY"] .question .ui-slider-handle { border-color: #8f73d5; }
.section-row[data-domaine="LOY"] .col_1_4 {
background-color:  #8f73d5;
background: -webkit-linear-gradient(-60deg, rgba(91, 60, 162, 0.8) 0%, rgba(143, 115, 213, 0) 100%);
background: -moz-linear-gradient(-60deg, rgba(91, 60, 162, 0.8) 0%, rgba(143, 115, 213, 0) 100%);
background: -o-linear-gradient(-60deg, rgba(91, 60, 162, 0.8) 0%, rgba(143, 115, 213, 0) 100%);
background: -ms-linear-gradient(-60deg, rgba(91, 60, 162, 0.8) 0%, rgba(143, 115, 213, 0) 100%);
background: linear-gradient(150deg, rgba(91, 60, 162, 0.8) 0%, rgba(143, 115, 213, 0) 100%);

}



.section-row[data-domaine="CONC"] .col_1_4 * { color: #fff; }
.section-row[data-domaine="CONC"] { 	border:1px solid #ffb676; }
.section-row[data-domaine="CONC"] .question .ui-slider-range { background: #ffb676; }
.section-row[data-domaine="CONC"] .question .ui-slider-handle { border-color: #ffb676; }
.section-row[data-domaine="CONC"] .col_1_4 {
background-color:  #ffb676;
background: -webkit-linear-gradient(-60deg, rgba(238, 148, 69, 0.8) 0%, rgba(255, 182, 118, 0) 100%);
background: -moz-linear-gradient(-60deg, rgba(238, 148, 69, 0.8) 0%, rgba(255, 182, 118, 0) 100%);
background: -o-linear-gradient(-60deg, rgba(238, 148, 69, 0.8) 0%, rgba(255, 182, 118, 0) 100%);
background: -ms-linear-gradient(-60deg, rgba(238, 148, 69, 0.8) 0%, rgba(255, 182, 118, 0) 100%);
background: linear-gradient(150deg, rgba(238, 148, 69, 0.8) 0%, rgba(255, 182, 118, 0) 100%);

}








