.ui-widget-header {
	/*background-color: #d71635 !important;
    border: 1px solid #d71635 !important;*/
}

.art-post {
	padding: 25px;
	background: rgba(255, 255, 255, 0.7);
}

.responsive .art-post {
	margin: 0px !important;
	padding: 0px !important;
}


.responsive #art-main {
	background-image: none;
}





/* imag a gauche*/
#divVisu {
	width: 300px;
	text-align: center;
}

#divQuest {
	padding: 0px;
}

.responsive #divVisu {
	width: 100% !important;
	float: none;
}

.responsive #divQuest {
	padding: 0px;
	width: 100% !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}






.art-button,
.art-button:hover,
.art-button.active,
.art-button.active:hover {
	width: 30%;
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.responsive .art-button {
	width: 100%;
	padding: 0px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.responsive .art-button.active {
	width: 95%;
	padding: 5px 0px 5px 0px;
}



.responsive-phone #progressbar {
	display: block;
}

.responsive-tablet #progressbar {
	display: block;
}


.art-footer div {
	color: #FFFFFF;
}

.responsive .art-footer div {
	color: #000000;
	font-size: 11px !important;
	top: 3px !important;
}

.blockQuest {
	/*border:1px dashed #006DA6;*/
	color: #141613;
	background: #ffffff;
	padding: 10px;
	margin-bottom: 0px;
}

.responsive-phone .blockQuest {
	border: none;
	padding: 8px;
}

.responsive-tablet .blockQuest {
	border: none;
}

.art-header {
	background-color: #FFF;
}

.responsive .art-header {
	min-height: 55px !important;

	background-image: url("images/object1129698746.jpg");
	background-position: center;
	background-size: 120px;
	background-repeat: no-repeat;
}


.art-footer {
	border: none;
	background: none !important;
	margin: 0px;
	padding: 0px;
}

.responsive .art-footer {
	padding: 5px;
	margin-top: 10px;
}

.question {
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	margin-bottom: 10px;

}

.responsive .question {
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	margin-bottom: 0px !important;

}

.ligneTab {
	margin-top: 10px;
	font-weight: bold;
}

.control-vert label {
	width: 100%;
	float: none;
	font-size: 14px;
	box-sizing: border-box;
	padding: 5px;
}

.responsive .control-vert label {
	width: 100%;
	float: none;
	line-height: 20px;
	font-size: 14px;
	line-height: 18px;
	box-sizing: border-box;
	padding: 10px;
	position: relative;
}

.responsive .control-vert label {
	font-size: 14px;
	background-color: #FFF;
	line-height: 20px;
	margin: 0px;

}

.responsive .control-vert label:hover {
	background-color: #eaeaea;

}

.responsive .control-vert label:last-child {
	border: solid 0px #cccccc;
}



.commentaires {
	font-weight: normal;
	font-style: italic;
}

.responsive .commentaires {
	font-size: 10px;
	line-height: 11px;
}

.art-checkbox span {
	color: #333333;
}

.art-radiobutton span {
	color: #333333;
}

.art-post {
	padding: 25px;
	background: rgba(236, 236, 237, 0.7);
}

/*.responsive input[type="checkbox"]:not(:checked),
.responsive input[type="checkbox"]:checked,
.responsive input[type="radio"]:not(:checked),
.responsive input[type="radio"]:checked {
  position: absolute;
  left: -9999px;
}
.responsive .control-vert input:not(:checked) + span,
.responsive .control-vert input:checked + span {
	content: '';
	position: absolute;
	left: 5px; top: 5px;
	width: 16px; height: 16px;
	line-height:14px;
	border: 2px solid #999999;
	background: #ffffff;
	box-shadow: inset 0 1px 3px rgba(0,0,0,.3);
  	box-sizing: border-box;	
}
.responsive .control-vert input:hover:not(:checked) + span,
.responsive .control-vert input:hover:checked + span {
	background-color:#eaeaea;
}

.responsive .control-vert .art-radiobutton input:not(:checked) + span,
.responsive .control-vert .art-radiobutton input:checked + span {
	border-radius: 9px;
}
.responsive .control-vert .art-checkbox input:not(:checked) + span,
.responsive .control-vert .art-checkbox input:checked + span {
	border-radius: 3px;
}
.responsive .control-vert input[type="radio"]:not(:checked) + span:after,
.responsive .control-vert input[type="radio"]:checked + span:after {
	content: url('imgQuest/radiobuttonicon.png');
	transition: all .2s;
}
.responsive .control-vert input[type="checkbox"]:not(:checked) + span:after,
.responsive .control-vert input[type="checkbox"]:checked + span:after {
	content: url('imgQuest/checkboxicon.png');
	transition: all .2s;
}
.responsive .control-vert input:not(:checked) + span:after {
  opacity: 0; 
  transform: scale(0); 
}
.responsive .control-vert input:checked + span:after {
  opacity: 1; 
  transform: scale(1);
}
.responsive .control-vert input:not(:checked) + span + span {
	color:#333333;
	font-weight:normal;
}
.responsive .control-vert input:checked + span + span {
	color:#666666;
	font-weight:bold;
}*/