body, p, img, table, ul, li, div, a, dl, dt, dd, form, fieldset, h1, h2, h3, h4 {
  margin: 0;
  padding: 0;
  color: #333333;
	font:14px/16px Arial,'Helvetica Neue',Helvetica,sans-serif;
	line-height : 1.5;
}

a {
	color : #333333;
	text-decoration : none;
font-family : Arial,'Helvetica Neue',Helvetica,sans-serif;
}


h1 {
	color : #333333;
	font-size : 23px;
	margin-bottom : 8px;
}

h2 {
	color : #333333;
	font-size : 20px;
	margin-bottom : 8px;
}
h3 {
	color : #333333;
	font-size : 17px;
	margin-bottom : 8px;
}

table {
border-collapse : collapse;
}


body {
    background : url('') no-repeat 50% top fixed; 
  background-repeat: no-repeat;
background-position: top center;
background-size:cover;
}


p {
	margin-bottom : 8px;
}


#form_zone {
	width : 100%;
/*	max-width : 850px;
	margin : 20px auto;
	filter:alpha(opacity=80); 
  border-radius : 20px;
-moz-border-radius : 6px; 
  -webkit-box-shadow: 3px 3px 3px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 3px 3px 3px 2px rgba(0, 0, 0, 0.3);
  background-color: rgba(255,255,255,0.9);*/
}

#form_zone_inside {
	padding : 0px 50px 30px;
	/*background-color : rgba(255,255,255,1);*/

}

.pre-form{
	padding: 0 30px;
}


#header {
	margin : 0 0 0 0;
	
	border-bottom : 0;
	/*background-color : #ffffff;*/
	padding : 30px 0 15px; 

}
.sav-alb #header{
	padding : 0; 
}

#header img {
	max-width:100%;
}
.img-preview img{
	max-width:100%;
}
#footer {
  /*border-radius : 0 0 6px 6px;
  -moz-border-radius : 0 0 6px 6px;  */
  background-color : none;
  padding: 0 30px;
    padding-bottom: 0px;
padding-bottom: 30px;
}
th{
	font-weight: initial;
	padding: 3px;
}
div.intro {
	background-color : #ffffff;
	width : 100%;
}

.logo-large {
	max-width : 480px !important;
	width : 100%;
}


div.field {
	margin-bottom : 10px;
  border-radius : 0px;
  -moz-border-radius : 6px;
	
}


div.field.deuxcol > label {
	float : left;
 	width : 55%;
	clear : left;	
}

div.field.noquestion > label {
	display : none;
}



label {
  display : block;
 	margin-bottom : 10px;
	position : relative;
 	font-size : 1.2em;
  /*background: -webkit-linear-gradient(90deg, #abbaab 10%, #ffffff 90%);
  background:    -moz-linear-gradient(90deg, #abbaab 10%, #ffffff 90%);
  background:     -ms-linear-gradient(90deg, #abbaab 10%, #ffffff 90%); 
  background:      -o-linear-gradient(90deg, #abbaab 10%, #ffffff 90%);
  background:         linear-gradient(90deg, #abbaab 10%, #ffffff 90%);*/
	
  border-radius : 0;
  -moz-border-radius : 0;
}

label{
font-weight:normal;
}

label * {
	line-height: 23px;
}

label p {
 	color : #333333;

}


/* labels associes aux boutons radios et check */

label.label-after-radio {
	display : inline-block;
	border : none;
	color : #333333;	
	cursor : pointer;
	margin : 0;
	padding : 5px 4px;
	float : none;
	background: none;
  font-size: inherit;
	margin-left: 10px;
}

label.label-after-radio:hover {

}

label.label-after-check {
	display : initial;
	border : none;
	color : #333333;	
	cursor : pointer;
	margin : 0;
	padding : 5px 10px;
	float : none;
	background: none;
	font-size: inherit;
	margin-left: 10px;
}

label.label-after-check:hover {

}



div.input_zone {
	position : relative;

}


div.input_zone > input.check_input {
	text-align : left;
}


div.field.deuxcol div.input_zone {
	margin-left : 60%;

}

span.mandatory-tag {
	display : none;	
	position : absolute;
	right : 4px;
	top : 4px;
	font-size : 22px;
	color : #00699e;
}






div.field_info {
color : #777777;
margin-left : 230px;
font-size : 0.7em;
clear : left;
}


.spacer_right {
margin-right : 20px;
}


div#notice, .notice {
  color : #c1cf0e;
  display : inline-block;
  margin : 10px 0;
  font-weight : bold;
}

div#error, .error {
  display:none;
 /* color : #ffffff;
  display : block;
  margin : 20px auto;
  font-weight : bold;
  background-color : #c60000;
  text-align : center;
  padding : 20px 5px;
  width : 60%;*/
}

div.field.with-errors div.input_zone {

}


div#alert, .alert {
  color : #801515;
  display : inline-block;
  margin : 10px 0;
  font-weight : bold;
}


div.field_errors {
  color : #e31d59;
	font-size : 11px;
	
}



div.field_with_errors input, input.field_with_errors {
  /* background-color : #d97272; 
 color : #ffffff; */
}


.error {
  color : #85102B;
}


div.field_info {
color : #777777;
margin-left : 250px;
font-size : 0.7em;
clear : left;
}


div.tooltip_zone {
	position : relative;
}


div.tooltip_text {
	position : absolute;
  z-index:9999;
	display : none;
	left : 50px;
  color:#fff;
	background-color : #444444;
	padding : 8px;
	opacity:0.85;
	border-radius : 3px;
  -moz-border-radius : 3px; 
}

	
input.std_input {
    width: 100%;
    height: 36px;
    vertical-align: middle;
    color: #333;
    text-align: left;
    padding: 0px 10px;
    border: 1px solid #DDD;
  border-radius;10px,
  position:relative;
}

div.radio_option > input.std_input {
    background-color: #ffffff;
}

input.check_input {
	left : -150px;
	top : 15px;
}

textarea.txt_input {
	resize:none;
}

textarea {
	width : 100%;
  padding:10px;
  border: 1px solid #ddd;
  max-height: 80px;
}

textarea.make_clear {
  width: 40%;
  max-height: 20px;
  display: inline-block;
  margin-left: 0px;
  margin-bottom: 5px;
  position: relative;
  resize: none;
}



select.mandatory {
	padding : 5px;
	margin-top : 15px;
	width : 60%;
}

button, .button {
  border : none;
  background : none;
  cursor : pointer;
  background-color : #d31d59;
  color : #ffffff;
  padding : 6px 6px;
  text-decoration : none;
	height : auto;
	-webkit-appearance : none; 
}
.button-or .button{
	background-color : #b69f63;
}

button:hover, .button:hover {
  background-color : #d31d59;   
}
.button-or .button:hover{
	background-color : #998551;
}


div#progression {
    margin: 0 auto;
        margin-top: 0px;
    text-align: center;
    margin-top: 12px;
    padding: 12px 0;
    vertical-align: center;
}
div#progression-maxi {
    text-align: center;
}
span.progression-item {
    display: inline-block;
    margin-left: 3px;
    margin-right: 3px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    color: rgba(0, 0, 255, 0);
    border: none;
    margin-bottom: 10px;
    line-height: 30px;
    font-size: 15px;
}
span.progression-item .chiffre {
    display: block;
    padding-top: 5px;
    line-height: 30px;
    font-size: 15px;
}
span.chiffre {
    color: #ffffff;
    font-size: 1.7em;
    vertical-align: center;
}
.progression-item.current  {
    padding-top: 0;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    color: #ffffff;
    background-color: #42927f;
    font-weight: bold;
    line-height: 30px;
    font-size: 15px;
  	padding-top: 9px;
}
span.progression-item.todo, span.progression-item.done {
    height: 30px;
    width: 30px;
    color: #cccccc;
    font-size: 15px;
}

p.clear-util {
  clear : both;
}


button, .button {
background: #42927f;
padding: 10px 20px;
cursor: pointer;
border: none;
font-weight: bold;
font-size: 1.2em;
border-radius: 3px;
}

button:hover, .button:hover {
  background : #42927f;
	color : #ffffff;
}

button.previous-question {
  display : block;
  position : relative;
  background : none;
  margin : 18px auto;
    color : #F10F0F;
    padding : 0;
	font-size : 1em;
	text-align : center;
}

button.previous-question:hover {
  background : none;
	color : #cccccc;
}

button.next-question {
  background : #F10F0F;
    color : #ffffff;
}

button.next-question:hover {
  background : #000000;
	color : #ffffff;
}

div.smart_option {
  display : inline-block;
} 

div.smart_option_block {
  
  border : 1px solid #dddddd;
  margin-right : 18px;
  cursor : pointer;
} 

div.smart_option_block p {
  padding: 20px;
  margin-bottom: 0;
} 

div.smart_option_block:hover {
  border : 1px solid #ffffff;
} 


div.smart_multi_option_block {
  
  border : 3px solid #ffffff;
  margin-right : 30px; 
  padding : 14px;
  cursor : pointer;
} 

div.smart_multi_option_block:hover {
  background-color : #dddddd;
} 


div.smart_option div.selected {
  border : 1px solid #91bd18; 
} 

.boostonbois .select2-container {
   width: 100% !important;
}



iframe {
	border: none;
}

div.ui-slider-horizontal {
	width : 490px;
	height : 6px; 
	margin-left : 40px;
	margin-bottom: 30px;
}

div.slider_options {
  width : 585px;
  margin-bottom : 15px;
}

div.slider_option {
  display : inline-block;
	margin : 10px 0 0 0;
	padding : 0px 2px;
	vertical-align : top;
	height : 30px;
}

div.slider_options div.selected {
	font-weight : bold;
  color : #91bd18;

}

div.ui-slider-range {
  background-image : none !important;
  background-color : red !important;
}

a.ui-slider-handle {
  background : url('images/curseur.png') no-repeat 1px -1px !important;
  width : 21px !important;
  height : 26px !important;
	top : -11px !important;
	left : -10px;
	border : none !important;
}

a.ui-slider-handle:hover {
  background : url('images/curseur.png') no-repeat 1px -1px !important;
	border : none !important;
}

table.grid_one {
	margin-top : 30px;
	margin-left : 5px;
	width : 95%;
}

table.grid_one th {
	padding : 0 2% 2% 2%;
	text-align : center;
	color : #F59400;
}

td.grid_option {
	
	text-align : center;
}

td.grid_label {
	width : 58%;
	text-align : left;
	border-bottom : 1px solid #F2EFE9;
  padding: 4px;
}

div.radio_option {
  margin-bottom: 5px;
}
.line div.radio_option {
  display: inline-block;
  margin-right: 20px;
}

td.grid_option > div.radio_option {
	padding-left : 0;
	text-align : center;
	margin : 0 auto;
	border-bottom : 0;
}



div.radio_option input {
	position : relative;
	top : 0;
	cursor : pointer;

}

div.check_option {
	margin-bottom: 5px;
}
.line div.check_option.line {
  display: inline-block;
  margin-right: 20px;
}
.boostonbois div.check_option {
    display: inline-block;
}
.boostonbois label.label-after-check {
    margin-left: 0px;
}

table.results ul { 
  list-style-type: none; 
  margin-left: 6px;
  margin-top : 12px;
}

table.results td {
  padding : 8px;
  border : 1px solid #d7d1c5;
}


li {
  padding-left : 18px;
  list-style-type:none;
}

li.choosen {
 background : url('images/coche-mini.png') no-repeat left 3px; 
 
}

span.expected_answer {
  font-weight : bold;
  color : #87ad29;
}

span.unexpected_answer {
  color : #b00f43;
}


div.quiz_option_result {
  display : inline-block;
  padding : 2px;
  margin-right : 10px;
}

div.expected_answer {
  border : 1px solid #87ad29; 
}

div.choosen {
 background : url('../images/coche-mini.png') no-repeat 4px 4px;
 padding-left : 12px; 
}



div.answer_ok {
  float : left;
	margin-left : 10px;
  width : 42px;
  height : 60px;
  background : url('images/coche.png') no-repeat left top; 
}

div.answer_not_ok {
  float : left;
	margin-left : 10px;
  width : 42px;
  height : 60px;
  background : url('images/croix.png') no-repeat left top; 
}

div.answer {
  margin-left : 80px;
}

div.submit_zone {
	width : 100%;
	clear : both;
  margin : 30px 10px;
	text-align : center;
}

a.clue {
	display : inline-block;
	margin-top : 20px;
  background : #95bf2d;
  border-radius : 4px;
  -moz-border-radius : 4px; 
  padding : 4px;  
  cursor : pointer;
  border : none;
  text-decoration : none;
	
}

a.clue:hover {
  background : #927557;
  color : #ffffff;
}


div.clue, div.confirm {
  margin-top : 10px;
  margin-bottom : 10px;
  padding : 10px;
  font-size : 1em;
  background-color : #f5f1ee;
  border-radius : 8px;
  -moz-border-radius : 8px;   
}


div#score { 
  font-size : 2em;
  color : #87ad29;
}

span.chiffre {
	color: #ffffff;
font-size : 1.7em;
vertical-align : center;

}


/* report */


table.report-listing, table.report-detail {
border-collapse : collapse;
margin-bottom : 20px;
}

table.report-listing tn, table.report-detail th {
  font-weight : normal;
	background-color : #00699e;
	color : #ffffff;
background-image: linear-gradient(bottom, rgb(43,137,184) 9%, rgb(0,105,158) 55%);
background-image: -o-linear-gradient(bottom, rgb(43,137,184) 9%, rgb(0,105,158) 55%);
background-image: -moz-linear-gradient(bottom, rgb(43,137,184) 9%, rgb(0,105,158) 55%);
background-image: -webkit-linear-gradient(bottom, rgb(43,137,184) 9%, rgb(0,105,158) 55%);
background-image: -ms-linear-gradient(bottom, rgb(43,137,184) 9%, rgb(0,105,158) 55%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.09, rgb(43,137,184)),
	color-stop(0.55, rgb(0,105,158))
)

	
}

table.report-listing * {
	font-size : 16px;
}


table.report-detail td {
  border : 1px solid #e5e5e5;
}


table.report-detail td, table.report-detail th {
  padding : 4px 8px;
  vertical-align : middle;
}

table.report-detail td.label, table.report-listing td.label {
	width : 400px;
}

table.report-listing th {
	text-align : center;
}

table.report-listing tr {
  border-bottom : 1px solid #e5e5e5;
}


table.report-listing td, table.report-listing th {
  padding : 4px 8px;
  vertical-align : middle;
  border : 1px solid #e5e5e5;
}

table.report-listing td.action {
	text-align : center;
}

table.report-listing td div.data {
	position : relative;
	height : 30px;
}

table.report-listing td.synthese {
	font-weight : bold;
}

table.report-listing td.vide {
/*	background-color : #e5e5e5; */
}


table.report-listing th * {
	color : #ffffff;	
}

table.report-listing th a {
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	font-size : 10px;
	color : #00699e;
	text-decoration : none;
	display : inline-block;
	background-color : #ffffff;
	border : 1px solid #ffffff;
	margin-top : 10px;
	padding : 2px 4px;
	transition: all 0.2s ease-in-out;

}

table.report-listing th a:hover {
	background-color : #00699e;
	color : #ffffff;
}

table.report-listing tr.alternate td, table.report-detail tr.alternate td {
	background-color : #f5f5f5;
}

table.report-listing tr:hover td, table.report-detail tr:hover td {
	background-color : #eeeeee;	
	transition: all 0.2s ease-in-out;
}

table.report-listing td, table.report-detail td {
	padding : 20px 14px;
}



table.report-listing div.percent {
	position : absolute;
	right : 0;
	bottom : 0;
	font-size : 9px;
}

div.percent.more {
	color : green;
	
}

div.percent.less {
	color : red;
}


td.currency {
	text-align : right;
}

td.label, td.label p  {
	color : #00699e !important;
}

td.std, td.std {
	text-align : center;
}


table.report-detail td img, table.report-listing td img {
	height : 40px;
	width : auto;
}



/* commentaires */

div.comment {
  margin-top : 14px;
}

div.comment-head {
  color : #ffffff;
  background-color : #00699e;
  height : 21px;
  padding : 4px 4px;
  position : relative;
}

div.comment-buttons {
  position : absolute;
  right : 2px;
  top : 0px;
}

div.comment-body {
  border : 1px solid #e5e5e5;
  padding : 2px 4px;
  min-height : 80px;
}

img.user-photo {
  display : block;
  float : left;
  height : 80px;
  margin-right : 10px;
  margin-bottom : 4px;
  margin-left : 4px;
  margin-top : 4px;
}

div.fieldset-header {
padding-bottom: 10px;
}

div.fieldset-header * {
  font-size : 1.1em;
	text-align : center;
	line-height: 23px;
}

.boostonbois div.fieldset-header * {
  font-size : inherit;
	text-align : initial;
	line-height: auto;
}


div.field-header {
   	margin: 7px  0;
}


div.field-header p {
  margin-bottom : 0;
}


div.field-footer {
	margin : 4px 0;
	clear : both;
	
}


/* VOTES */


div.poll span.mandatory-tag {
	display : none;
}


h3.poll-result-title {
	margin-top : 10px;
	color : #95bf2d;
	font-size : 16px;
}

table.poll-result td {
	padding : 1px 4px;
}

table.poll-result td.poll-result-label {
	font-size : 11px;
	width : 150px;
}

table.poll-result td.poll-result-count {
	font-size : 11px;
	width : 50px;
	text-align : right;
}

table.poll-result td.poll-result-graph {
	width : 100px;
}

div.graph-bar {
	height : 10px;
	background-color : #95bf2d;
  border-radius : 2px;
  -moz-border-radius : 2px; 
}

div.poll div.submit_zone {
/*  margin : 10px 0 0 260px; */
  margin : 10px 0 0 0;
	text-align : center;
}
div.poll .button {
  border-radius : 5px;
  -moz-border-radius : 5px; 
  padding : 2px; 
	font-size : 12px;
}

div.poll label {
	margin-bottom : 10px;
}

div.poll label.label-after-radio {
	margin-bottom : 0;
}

div.poll div#error {
	display : none;
}

div.poll div.field_errors {
	font-size : 10px;
	font-weight : normal;
}


table.score-result td {
	padding : 1px 4px;
	border-bottom : 1px solid #aaaaaa; 
}

table.score-result th {
	background-color : #aaaaaa;
}

table.score-result td.score-result-label {
	width : 300px;
}

table.score-result td.score-result-count {
	width : 50px;
	text-align : right;
}

table.score-result td.score-result-graph {
	width : 100px;
}
table.output tr {
	border : 1px solid #aaaaaa;
}

table.output td {
	padding : 2px 6px 2px 6px;
}

td.question p {
	margin-top : 6px;
}

td.question {
	padding-right : 60px;
}


div.x-vml-base {
	overflow: visible !important;
}

div.x-surface {
	margin : 20px 0 40px 0;
}

div.x-surface svg {
	padding : 20px;
	overflow : visible;
}



.tableau .field-header {
	height : 70px;
}

.tableau2 .field-header {
	height : 115px;
}


div.tlabel {
	width : 180px;
	float : left;
}


.tableau2 div.tlabel {
	width : 335px;
}

div.after-tlabel {
	margin-left : 180px;
	width : 570px;
	padding : 0;

}



.tableau2 div.after-tlabel {
	margin-left : 335px;
	width : 415px;
}

div.tcol {
	width : 90px;
	padding : 0;
	margin : 0;
	float : left;
	text-align : center;
	font-size : 0.9em;
}

.tableau2 div.tcol {
	width : 90px;
}

div.field.tableau {
	border-top : 1px solid #aaaaaa;
}

.tableau label {
	width : 180px;
	float : left;
	background : none;
	height : 20px;
	margin : 0;
	font-size : 0.9em;
	padding : 10px 0;
	text-align : left;
}

.tableau.tableau2 label {
	width : 335px;
	height : 38px;
}

.tableau label p {
	color : #1C91CC;
}

.tableau div.input_zone {
	margin : 0;
	padding : 0;
	margin-left : 180px;
	width : 570px;
}

.tableau.tableau2 div.input_zone {
	width : 415px;
	margin-left : 345px;
}

.tableau .radio_option {
	float : left;
	width : 90px;
	padding : 0;
	margin : 0;
	text-align : center;
	margin-top : 14px;
}

.tableau.tableau2 .radio_option {
	width : 90px;
}

.tableau label.label-after-radio {
	display : none;
}


.gd label {
	float : left;
	width : 50%;	
}


.gd div.input_zone {
	width : 35%;
	margin-left : 55%;
}

.gd .radio_option {
	float : none;
	text-align : left;
}

.gd label.label-after-radio {
	display : inline-block;
	border : none;
	color : #636362;	
	cursor : pointer;
	margin : 0;
	padding : 5px 4px;
	float : none;
	background: none;
}

div.field.noborder {
	border-top : none;
}
/******* NEW STYLE FOR CASE COCHE + MANDATORY *****/
.checkbox-field{
	position:relative;
	clear:both;
}
.checkbox-field label{
	margin-left:30px;
  top: -2px;
}
.checkbox-field p{
	margin-left: 30px;
}
.checkbox-field div.input_zone{
	position: absolute;
	top: 0px;
}
.mandatory-tag{
	display: none !important;
}
.mandatory-label p::after{
	content:"*";
	width:10px;
	left:10px;
	margin-left:10px;
	color : #e31d59;
}
.radio_option label{
	display: initial;
}
.checkbox-field.with-errors{
	border: 1px solid #f00;
}
.checkbox-field.with-errors .field_errors{
	display:none;
}
/******* END  STYLE FOR CASE COCHE + MANDATORY *****/ 


.irs-bar, .irs-bar-edge, .irs-slider {
    background-color: #4b9ba0;
}

.irs-from::after, .irs-to::after, .irs-single::after {
    border-top-color:#4b9ba0;
}
.irs-from::after, .irs-to::after, .irs-single::after {
    border-color:#4b9ba0 transparent transparent;
}
.irs-from, .irs-to, .irs-single {
    background-color: #4b9ba0;
}
.irs-min, .irs-max{
	background:none;
}

.datepicker {
    direction: ltr;
    position: absolute;
    background-color: #fff;
    border: 1px solid #333;
}

.datepicker{
	padding:10px;
}

.newsletter #footer {
	display:none;
}
.newsletter .email-field {
    float: left;
    width: calc(100% - 100px);
    padding-right: 5px;
}
.newsletter div.submit_zone {
    float: right;  
    width: 100px;
    clear: none;
    margin: auto;
    text-align: inherit;
 		height: 36px;
}
.newsletter .submit_zone input {
    background: linear-gradient(90deg, #126358, #063d47 );
    color: #ffffff;
    font-weight: 400;
}
.newsletter button, .newsletter .button {
    padding: 5px 20px;
}

.newsletter input.std_input {
  width: 100%;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
  height: 36px;
  vertical-align: middle;
  color: #333;
  text-align: left;
  padding: 0px 10px;
  border: 1px solid #DDD;
  border-radius:inherit;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 5px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #4b9ba0 transparent transparent transparent;
}
.select2-container {
  width: 100% !important;
}


.multi-fieldset-instance-del {
    display: inline-block;
    width: 21px;
    height: 21px;
    overflow: hidden;
    text-align: left;
    text-indent: -9999px;
    white-space: nowrap;
    background: transparent url(https://helium-connect.fr/customers_data/5ece764a957c347adc950438/images/remove.png) no-repeat top left;
		background-size: contain;
    background-size: 100%;
    margin-left: 10px;
}
.multi-fieldset-instance-add {
    display: inline-block;
    width: 130px;
    height: 30px;
    overflow: hidden;
    text-align: left;
    text-indent: -9999px;
    white-space: nowrap;
    background: transparent url(https://helium-connect.fr/customers_data/4ff2caade694aa760c000018/images/add-quest.png) no-repeat top left;
    background-size: 100%;
    margin-left: 10px;
  	background-size: contain;
}
.icheckbox_square-green, .iradio_square-green {
  position: absolute !important;
}
label.label-after-check, label.label-after-radio {
  margin-left: 30px;
  padding: 0px;
}

/******* MEDIAQUERY*****/
@media screen and (max-width: 800px) {

	div.field.deuxcol div.input_zone {
		margin-left: 0;
		margin-top: 10px;
	}
	div.field.deuxcol > label {
		float: none;
		width: 90%;
		margin: 0 auto 5px auto;
	}
	div.smart_option_block {
		margin-right: 0;
	}
}
 .d-none{
  display:none;
 }
.input_zone input.field_with_errors {
  background-color: #f00;
  border-color: #f00;
  background: #fff8f8;
}