@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,400;0,700;1,400;1,700&display=swap');

/***************GENERAL*************************/
body{
  /*background-image: url('https://helium-connect.fr/customers_data/63e2230cb1ff636f8b127043/images/pattern-primary-60f78e4a54.png') !important;*/
   background: url('') no-repeat 50% top fixed;
	background-size: cover;
  background-color:#ffffff;
  font-family: 'Roboto Condensed','Roboto', sans-serif !important;
 
}
h1{
	font-size: 1.7em;
}
h2{
	font-size: 1.4rem;
  color: #849FC3 !important;
  font-family: 'Roboto Condensed','Roboto', sans-serif;
  padding-left: 10px;
}

h3{
	font-size: 1.1em;
}
#header{
	/*padding: 30px 20px;
	background-color: #E0E154;
	margin-bottom:25px;*/
}
.fieldset-header{
	width:100%;
	/*padding: 15px;*/
	padding-top: 15px;
	padding-bottom: 2px;
	margin: 0 auto;
	color: #E0E154;
	font-weight: 700;
	font-size: 1.2rem;
	line-height: 1.5em;
	text-align: center;
}

.fieldset-header div{
	font-family: 'Roboto Condensed','Roboto', sans-serif;
	color: #E0E154;
	font-size: 1.2rem;
	line-height: 1.4em;
	text-align: center;
}

.fieldset-header p{
	color: #E0E154;
	font-family: 'Roboto Condensed','Roboto', sans-serif;
	font-weight: 400;
	font-size: 1.1rem;
	line-height: 1.4375em;
	text-align: center;
}

.pre-form{
	margin:20px;
}

.pre-form p{
	font-family: 'Roboto Condensed','Roboto', sans-serif;
	font-weight: 400;
	font-size: 0.9rem;
	line-height: 1.4375em;
}

#form_zone {
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
    margin: 0 auto;
  	padding: 0;
  	/*border-radius: 5px;
  	webkit-box-shadow: 4px 4px 4px 4px rgba(0, 0, 0, 0.3);
		box-shadow: 4px 4px 4px 4px rgba(0, 0, 0, 0.3);*/
  background-color:#ffffff;
}

#form_zone_inside {
	padding-left:15px;
	padding-right:15px;
}

.noinput .input_zone{
 	display: none;
}

.noinput{
 	margin: 10px 0 0 0 !important;
}

.noinputtop{
 	padding-top: 10px !important;
 	border-top: 2px solid #E0E154;
}

.noinputbottom{
 	border-bottom: 2px solid #E0E154;
}

.noinputbottom{
 	margin: 0 0 20px 0 !important;
}

div.doptin-form-zone {
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
    margin: 20px auto 45px;
	  background-color: #ffffff;
	  padding: 30px;
  	padding-bottom: 40px;
  	border-radius: 10px;
}

#footer{
	margin-top:15px;
	padding: 8px 15px;
	background-color: #00255A;
	color: #fff;
	font-weight: 400;
	font-size: 0.7rem;
	line-height: 1.4rem;
}

#after_submit{
	padding-top: 5px;
}

#after_submit div{
	font-size:10px;
	color: #E94B54;
}

p {
  margin-bottom: 0;
}
.mandatory-label p::after {
  content: "*";
  width: 10px;
  left: 10px;
  margin-left: 10px;
  color: #012d5a;;
}
.mandatory-tag{
  display: inline-block;
	margin-left: 5px;
	color: #E94B54;
}
img{
	max-width:100%;
  height:auto;
}
a {
	color: rgba(0, 0, 0, 0.6);
  text-decoration: none;
}
a.clear-signature{
	font-size:12px;
  padding-left:20px;
  position:relative;
  margin-top: 5px;
}
a.clear-signature::before{
  content: '';
  position: absolute;
  background-image: url("https://helium-connect.fr/customers_data/616d290c3f32e0041b434912/images/remove_2_.png");
  height: 20px;
  width: 20px;
  background-size: 65%;
  background-repeat: no-repeat;
  left: 5px;
  top: 2px;
}
a.remove-file{
  padding-left: 20px;
  padding-right: 5px;
  position: relative !important;
  color: rgba(0, 0, 0, 0.6) !important;
  text-decoration: none !important;
  margin-top: 5px;
  background-color: #fff;
  top: 7px;
  width: max-content;
}
a.remove-picture{
  /*padding: 0 !important;
  padding-left: 0px;*/
  padding-left: 20px;
    padding-right: 5px;
  position: relative !important;
  color: rgba(0, 0, 0, 0.6) !important;
  text-decoration: none !important;
  margin-top: 5px;
  background-color: #fff;
  top: 27px;
  width: max-content;
  display:block !important;
}
a.remove-file::before, a.remove-picture::before{
  content: '';
  position: absolute;
  background-image: url("https://helium-connect.fr/customers_data/616d290c3f32e0041b434912/images/remove_2_.png");
  height: 20px;
  width: 20px;
  background-size: 65%;
  background-repeat: no-repeat;
  left: 5px;
  top: 3px;
}
a.remove-file:hover, a.remove-picture:hover{
  color: #012d5a !important;
  text-decoration: underline !important;
}

.submit_zone{
	margin: 30px 0 10px 0;
  position: relative;
	min-height: 40px;
	text-align: center;
}
.next-question, .button{
	border: .0625rem solid;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  padding: 1.25rem 2.1875rem;
  border-color: #E0E154;
  background-color: #E0E154;
  color: #00255A;
	font-weight: 700;
  text-decoration: none;
  transition: all 0.2s;
  margin-top: 0.625rem;
	/*position: absolute;*/
  right: 0px;
  text-align: center;
  font-family: 'Roboto Condensed','Roboto', sans-serif;
}

.next-question:hover, .button:hover{
  background-color: #849FC3;
  border-color: #849FC3;
  color: #00255A;
}

#prev_button{
  background-color: transparent;
	border: 0;
  text-align: left;
  padding: 1.75rem 0.5rem 1.75rem 0.5rem;
  position: absolute;
  left: 0px;
  font-family: 'Roboto Condensed','Roboto', sans-serif;
  text-decoration: underline !important;
  color: #00255A;
}

#prev_button:hover{
  color: #E94B54;
}

.previous-question a{
	text-decoration: underline !important;
}

.form-pause{
	border: .0625rem solid;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  padding: 0.5rem 2rem;
	border-color: #849FC3;
	background-color: #fff;
	color: #849FC3;
	text-decoration: none;
	transition: all 0.2s;
	margin-top: 0.625rem;
	right: 0px;
	text-align: center;
	font-family: 'Roboto Condensed','Roboto', sans-serif;
	font-weight: 400;
	font-size: 13px;
	margin-bottom: 20px;
}

.form-pause:hover{
  background-color: #849FC3;
  border-color: #849FC3;
  color: #ffffff;
}

.field{
  margin: 20px 0;
}
.field-header{
	margin-bottom: 0;
}

.field-footer{
	margin-top: 20px;
	font-family: 'Roboto Condensed','Roboto', sans-serif;
	color: #00255A;
	font-size: 0.8rem;
	font-weight: 400;
	line-height: normal;
}

label{
	display:block;
  margin-bottom:0;
  position: relative;
}
.field > label {
    background-color: #fff;
    margin-left: 10px;
    color: #00255A;
    font-family: 'Roboto Condensed','Roboto', sans-serif;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.4375em;
    padding: 0 15px;
    display: block;
    transform-origin: left top 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(133% - 24px);
    position: absolute;
    left: 0px;
    top: 0px;
    transform: translate(14px, -11px) scale(0.9);
    transition: color 200ms cubic-bezier(0, 0, 0.2, 1) 0ms, transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms, max-width 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
    z-index: 1;
    pointer-events: auto;
    user-select: none;
}
#error{
  text-align: center;
  padding: 15px;
  background-color: #E94B54;
  margin: 15px 0 15px 0;
  font-family: 'Roboto Condensed','Roboto', sans-serif;
  font-weight:700;
  color: #ffffff;
}

.paused-form-zone p {
	color: #00255A;
	font-family: 'Roboto Condensed','Roboto', sans-serif;
	font-weight: 400;
	font-size: 0.9rem;
	padding-top:25px;
	padding-bottom:15px;
}

.finished-form-zone p {
	color: #00255A;
	font-family: 'Roboto Condensed','Roboto', sans-serif;
	font-weight: 400;
	font-size: 0.9rem;
	padding-top:25px;
}

.field_errors{
	color: #f00;
  font-size: 0.9em;
}
.with-errors .input_zone input, .with-errors .input_zone input:hover, .with-errors .input_zone input:focus{
	border: 1px solid #f00;
}
/***************SELECT************************/
.field .select2-container{  
    width:100% !important;
}
.select2-container{  
    font-family: 'Roboto Condensed','Roboto', sans-serif;
    font-weight: 400;
    line-height: 1.4375em;
    color: rgba(0, 0, 0, 0.87);
    box-sizing: border-box;
    cursor: text;
    display: inline-flex;
    -moz-box-align: center;
    align-items: center;
    position: relative;
    border-radius: 4px;
    border:1px solid #ccc;
  	background-color: #ffffff;
    padding: 14px 14px;
    outline:none;
    max-width: 790px;
    font-size: 0.9em;
}


.select2-container:hover, .select2-container:focus{  
		border-color: #012d5a;
}
.select2-container--default .select2-selection--single {
  	border: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
 /* 	top: 15px;
  	background-color: #fff;*/
    width: 100%;
    height: 58px;
    position: absolute;
    right: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  right: 20px;
  left: auto;
}
.select2-dropdown {
 	top: 0px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  	background-color: #012d5a;
}
.select2-search--dropdown .select2-search__field {
    display: none;
  	outline: 1px solid #012d5a;
}
.select2-container.select2-container--default.select2-container--open{
    width:auto;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0px;
}


span.selection{
overflow:hidden;
}
/***************SELECT************************/

/***************INPUT*******************/
 .input_zone input{  
  	font-family: sans-serif;
    font-weight: 400;
    line-height: 1.4375em;
    color: rgba(0, 0, 0, 0.87);
    box-sizing: border-box;
    cursor: text;
    display: inline-flex;
    -moz-box-align: center;
    align-items: center;
    position: relative;
    border-radius: 4px;
  	border:1px solid #ccc;
    background-color: #fff;
   padding: 16.5px 14px;
    outline:none;
  	width: 100%;
   font-size: 0.8em;
}

.input_zone input:hover, .input_zone input:focus {  
  	border-color: #012d5a;
}
textarea{  
  	font-family: 'Roboto Condensed','Roboto', sans-serif;
    font-weight: 400;
    font-size: 0.9em;
    line-height: 1.4375em;
    color: rgba(0, 0, 0, 0.87);
    box-sizing: border-box;
    cursor: text;
    display: inline-flex;
    -moz-box-align: center;
    align-items: center;
    position: relative;
    border-radius: 4px;
  	border:1px solid #ccc;
    padding: 16.5px 14px;
    outline:none;
  	width: 100% !important;
  	resize:none;
  	max-height: 130px;
}
textarea:hover, textarea:focus {  
  	border-color: #012d5a;
}
/***************INPUT*******************/

/******************CHECKBOX & RADIO********************/


.line .input_zone {
  display: flex;
  margin-top: 20px;
  padding-left: 20px;
  flex-wrap: wrap;
}

.line .radio_option {
   padding-top: 0;
   margin-right: 12px;
}

.line .radio_option:nth-child(2) {
  padding-top: 0;
}

.line .check_option label, .line .radio_option label {
  margin-left: 28px;
  margin-right: 10px;
  top: 2px;
}

/*
.radio_option,
.check_option {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  padding-top: 10px;
}*/

.radio_option:nth-child(2) {
  padding-top: 22px;
}

.check_option:nth-child(1) {
  /*padding-top: 22px;*/
}

.radio_option,
.check_option {
  padding-top: 10px;
}
.radio_option label {
  position: relative;
  margin-bottom: 0;
  padding: 0;
  max-width: 100%;
  transform: none;
  font-weight: 400;
  color: #00255A;
  font-family: 'Roboto Condensed','Roboto', sans-serif;
  font-size: 0.9rem;
  line-height: 1.4375em;
}
.check_option label {
  position: relative;
  margin-bottom: 0;
  padding: 0;
  max-width: 100%;
  transform: none;
  font-weight: 400;
  color: #00255A;
  font-family: 'Roboto Condensed','Roboto', sans-serif;
  font-size: 0.9rem;
  line-height: 1.4375em;
}
.checkbox-field{
  position: relative;
  margin: 9px 0;
}

.checkbox-field label {
		margin-left: 25px;
		padding-left: 11px !important;
  	overflow: inherit;
  	font-weight: 500;
  	font-family: 'Roboto Condensed','Roboto', sans-serif;
  	font-size: 0.9rem;
  	line-height: 1.4375em;
   	white-space: inherit;
  	transform: inherit;
  	position:relative;
  	top: 2px;
}

.checkbox-field label p {
    padding: 0;
    display: block;
    position: relative;
    top: 10px;
    left: 10px;
}
.checkbox-field .input_zone{
    position: absolute;
    top: 0px;
}
.check_option label,
.radio_option label{
  margin-left: 35px;
  top: 0;
}
.label-after-radio, .label-after-check{
	display:inline-block;
	cursor: pointer;
}

.icheckbox_square-green {
  position: absolute;
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 24px;
  height: 22px;
  background: url(https://helium-connect.fr/customers_data/632059beb1ff630cf584df39/images/squaresj.png) no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
  background-position-x: 0%;
  background-position-y: 0%;
  border: none;
  cursor: pointer;
}
 .iradio_square-green {
   position:absolute;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 22px;
  height: 22px;
  background: url(https://helium-connect.fr/customers_data/632059beb1ff630cf584df39/images/squaresj.png) no-repeat;
    background-position-x: 56%;
    background-position-y: 0%;
  border: none;
  cursor: pointer;
}
.icheckbox_square-green, .iradio_square-green{
	width: 24px;
	height: 23px;
}
/******************CHECKBOX & RADIO********************/

/******************NPS********************/
.nps{
	width:100%;
}
.nps label{
  position: inherit;
  padding: 0;
  max-width: inherit;
  transform-origin: inherit;
  transform: inherit;
}
.nps label p {
  padding: 0;
  background-color: #fff;
  margin-left: 0;
  font-size: 0.9em;
}
div.nps .smart_option_block {
    border: 0;
    opacity: 0.7;
}

div.nps .smart_option_block:hover {
    border: 0;
    opacity: 0.9;
  	padding:0;
}

div.nps .smart_option_block:selected {
    border: 0;
    opacity: 1;
    padding:0;
}

div.nps div.smart_option div.selected {
    border: 0;
    opacity: 1;
    	padding:0;
}

div.nps div.smart_option div.selected p {
    position: relative;
    top: -4px;
    -moz-box-shadow: 0px 4px 4px #333;
    -webkit-box-shadow: 0px 4px 4px #333;
    box-shadow: 0px 4px 4px #333;
}

div.nps .smart_option_block p {
    font-size: 15px;
    line-height: normal;
    color: #fff;
    border: none !important;
    margin: 0px !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    text-align: center;
}

div.nps .smart_option_block {
    margin-right: 0;
    padding: 0;
}

div.nps .note {
    display: flex;
    flex-direction: row;
    justify-content: start;
    margin-top: 15px;
}

div.nps .note p {
    font-size: 11px;
    margin: 0;
}

div.nps .note p:last-child {
    margin-left: auto;
}

div.nps .smart_option {
    flex: 1;
}

div.nps .smart_one {
    display: flex;
    flex-direction: row;
}

.zero {
    background-color: #e04056;
    margin-left: 0;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
}

.un {
    background-color: #e64b61;
}

.deux {
    background-color: #e96359;
}

.trois {
    background-color: #ec7a50;
    ;
}

.quatre {
    background-color: #ef8f45;
}

.cinq {
    background-color: #f2a841;
}

.six {
    background-color: #ddad44;
}

.sept {
    background-color: #c7b24e;
}

.huit {
    background-color: #b3b656;
}

.neuf {
    background-color: #9dbb5c;
}

.dix {
    background-color: #87bf64;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px;
}
/******************NPS********************/

/****************CURSOR******************/
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: #00699e;
}
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;
}
.field.slider-layout .input_zone {
    float: none;
    margin: 0 auto;
    text-align: center;
    width: 95%;
    max-width: 550px;
}
.field.slider-layout .input_zone input {
    width: auto;
}
.irs-line-mid,
.irs-line-left,
.irs-line-right,
.irs-bar,
.irs-bar-edge,
.irs-slider {
    background-color: #012d5a;
    background-image: none;
}
.irs-slider.single{
    left: 48.6076%;
    border-radius: 10px;
    border: 6px solid rgb(1, 45, 90);
    background-color: rgb(225, 228, 233);
}
.irs-line-left,
.irs-line-mid,
.irs-line-right {
    background-color: #E1E4E9;
}
.irs-from::after,
.irs-to::after,
.irs-single::after {
    border-color: #055463 transparent transparent;
}
.irs-from,
.irs-to,
.irs-single {
    background-color: #012d5a;
  	line-height: 1.22;
    font-size: 13px;
  	padding: 2px 5px;
  	top: -5px;
}
.irs-min, .irs-max{
    color:#626262;
    line-height: 1.22;
    font-size: 13px;
    padding: 2px 5px;
}

/****************CURSOR******************/

/****************QUEST COLUMN******************/
.hc-orderable{
	/*padding-top:10px;*/
}
.hc-orderable .column{
  padding-top: 15px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  min-height: 65px;
}
.hc-orderable .column.dragged-over  {
  background-color: transparent;
}
.hc-orderable .card {
  background-color: #f2f2f2;
}
.hc-orderable .card.dragging {
  background-color: #012d5a;
  color:#fff;
}
.column-container{
	position:relative;
}
.hc-orderable .column-title {
  display: initial;
  text-align: initial;
  margin-bottom: 0;
  position: relative;
  top: 10px;
  left: 15px;
  background: #fff;
  padding: 0px 10px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
}
/****************QUEST COLUMN******************/

/****************DATEPICKER******************/
.datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active:active {
  color: #fff;
  background-color: #012d5a;
  border-color: #012d5a;
}
.datepicker table tr td.active.active.focus, .datepicker table tr td.active.active:focus, .datepicker table tr td.active.active:hover, .datepicker table tr td.active.highlighted.active.focus, .datepicker table tr td.active.highlighted.active:focus, .datepicker table tr td.active.highlighted.active:hover, .datepicker table tr td.active.highlighted:active.focus, .datepicker table tr td.active.highlighted:active:focus, .datepicker table tr td.active.highlighted:active:hover, .datepicker table tr td.active:active.focus, .datepicker table tr td.active:active:focus, .datepicker table tr td.active:active:hover {
  color: #fff;
  background-color: #055463;
  border-color: #055463;
}
.datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover:active {
  color: #fff;
  background-color: #012d5a;
  border-color: #012d5a;
}
.datepicker table tr td span.active.active.focus, .datepicker table tr td span.active.active:focus, .datepicker table tr td span.active.active:hover, .datepicker table tr td span.active.disabled.active.focus, .datepicker table tr td span.active.disabled.active:focus, .datepicker table tr td span.active.disabled.active:hover, .datepicker table tr td span.active.disabled:active.focus, .datepicker table tr td span.active.disabled:active:focus, .datepicker table tr td span.active.disabled:active:hover, .datepicker table tr td span.active.disabled:hover.active.focus, .datepicker table tr td span.active.disabled:hover.active:focus, .datepicker table tr td span.active.disabled:hover.active:hover, .datepicker table tr td span.active.disabled:hover:active.focus, .datepicker table tr td span.active.disabled:hover:active:focus, .datepicker table tr td span.active.disabled:hover:active:hover, .datepicker table tr td span.active:active.focus, .datepicker table tr td span.active:active:focus, .datepicker table tr td span.active:active:hover, .datepicker table tr td span.active:hover.active.focus, .datepicker table tr td span.active:hover.active:focus, .datepicker table tr td span.active:hover.active:hover, .datepicker table tr td span.active:hover:active.focus, .datepicker table tr td span.active:hover:active:focus, .datepicker table tr td span.active:hover:active:hover {
  color: #fff;
  background-color: #055463;
  border-color: #055463;
}
.date .select2-container {
  max-width: 30.5%;
}

.date .input_zone {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.date .input_zone > select {
  position: absolute;
}

/****************DATEPICKER******************/

/****************SMART_BLOCK******************/
div.smart_option{
	width:32%;
  display:inline-block;
}
div.smart_option img{
	max-width:100%;
  height:auto;
}
div.smart_option_block {
    border: 1px solid #ffffff;
    margin-right: 9px;
    padding: 3px;
    cursor: pointer;
}
div.smart_option_block p {
    margin-bottom: 0;
}
div.smart_option_block:hover {
  border: 1px solid #012d5a;
}
div.smart_option_block:selected {
  border: 1px solid #012d5a;
}
div.smart_multi_option_block {
  border: 1px solid #012d5a;
  padding: 14px;
  cursor: pointer;
}
div.smart_multi_option_block {
  border: 1px solid #012d5a;
  margin-right: 9px;
  padding: 7px;
  cursor: pointer;
  padding: 20px;
}
div.smart_option_block p {
    margin: 0;
}
.smart_multi .icheckbox_square {
	display: none;
}
div.smart_option div.selected{
  border: 1px solid #012d5a;
  background: #f2f2f2;
  padding: 20px;
  border-radius: 5px;
}
div.smart_option_block:hover {
  border: 1px solid #012d5a;
  padding: 20px;
  border-radius: 5px;
}
div.smart_option_block{
  padding: 20px;
}
/****************SMART_BLOCK******************/

/****************TABLE******************/
div.field.table-input table.grid_one {
    margin-top: 0;
    margin-left: 0;
    width: 100%;
}

div.field.table-input table.grid_one div.radio_option {
    width: auto;
    margin: 0;
}

div.field.table-input table.grid_one th {
    padding: 10px 0 5px 0;
}

div.field.table-input table.grid_one td.grid_option {
    border-bottom: 1px solid #F2EFE9;
}

div.field.table-input table.grid_one td.grid_label {
    width: 200px;
}

div.field.table-input table.grid_one td {
    padding: 13px 0;
}

table.grid_one, table.grid_multi {
  width: 100%;
  border: 1px solid #ccc;
  padding: 20px;
  background-color: #fff;
}

table.grid_one th {
    padding: 2%;
    text-align: center;
    color: #333333;
    font-size: 0.85em;
}

table.grid_multi th {
    padding: 2%;
    text-align: center;
    color: #333333;
    font-size: 0.85em;
}

table.grid_multi tr {
    border-bottom: 1px solid #cccccc;
}

table.grid_one tr {
   border-bottom: 1px solid #cccccc;
}
table.grid_multi tr:nth-child(2n+2) {
		background-color: #f2f2f2;
}

table.grid_one tr:nth-child(2n+2) {
		background-color: #f2f2f2;
}

td.grid_option {
    text-align: center;
    position: relative;
}

td.grid_label {
    max-width: 165px;
    padding: 15px 8px;
    text-align: left;
    border-bottom: 1px solid cccccc;
    font-size: 0.9em;
}
/****************TABLE******************/

/****************POGRESSION******************/
div#progression {
    margin: 20px auto;
    text-align: center;
    padding: 10px 0;
    vertical-align: center;
    display: none !important;
}
div#progression-maxi {
    text-align: center;
}

span.progression-item {
    display: inline-block;
    margin-left: 2px;
    margin-right: 2px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 500;
    width: auto;
    height: 28px;
    border-radius: 4px;
    text-align: center;
    color: #ffffff;
    background-color: #E0E154;
    border: none;
    margin-bottom: 10px;
    line-height: 28px;
    font-size: 10px;
}

span.progression-item .chiffre {
    display: block;
    padding-top: 5px;
    line-height: 30px;
    font-size: 10px;
}

div#progression-maxi span.todo {
    background-color: #a5bede;
    color: #ffffff;
    font-weight: 400;
}

.progression-item.current .chiffre {
    padding-top: 0;
    height: 27px;
    width: auto;
    border-radius: 8%;
    color: #ffffff;
    background-color: #012d5a;
    font-weight: bold;
    line-height: 30px;
    font-size: 10px;
}


span.progression-item.done .chiffre {
    height: 30px;
    width: auto;
    color: #cccccc;
    font-size: 10px;
}
span.progression-item.todo .chiffre {
    height: 30px;
    width: auto;
    color: #626262;
    font-size: 10px;
}

span.progression-item.todo .chiffre,
span.progression-item.current .chiffre {
    line-height: 25px;
    font-size: 10px;
}

span.progression-item.todo .chiffre button,
span.progression-item.current .chiffre button,
span.progression-item.done .chiffre button {
    display: block;
    height: 30px;
    width: auto;
    border-radius: 50%;
    padding: 0;
    line-height: 30px;
    font-size: 10px;
    font-family: 'Roboto Condensed','Roboto', sans-serif;
}

span.progression-item.done .chiffre button {
    color: #ffffff;
    background-color: #000000;
    font-family: 'Roboto Condensed','Roboto', sans-serif;
}
/****************POGRESSION******************/

/****************DATETIMEPICKER*****************/
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-datetimepicker-widget .datepicker table tr td.active.active{
	background-color: #012d5a;
}
.datepicker table tr td.today.disabled:hover, .datepicker table tr td.today:hover.disabled:hover, .datepicker table tr td.today.disabled.disabled:hover, .datepicker table tr td.today.disabled:hover.disabled:hover{
	background-color: #f4f4f4;
}
.datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled.disabled, .datepicker table tr td.today.disabled.disabled{
	background-color: #f4f4f4;
}
.bootstrap-datetimepicker-widget table td.today::before{
	border-bottom-color: #012d5a;
}
.slots div.smart_option_block {
    border: 0px;
		text-align:center;
    padding: 5px;
    cursor: pointer;
  	color:#ffffff;
}
.slots div.smart_option_block:hover, .slots div.smart_option_block.selected{
		font-weight:700;
}
.slots{
	padding: 20px;
  background: #012d5a;
  border-radius: 0 50px;
}
.datepicker table tr td.day.disabled {
  color: #ccc;
  font-weight:400;
}
.datepicker table tr td.day {
    font-weight:700;
}
.datepicker table tr td.day.today {
   color:#000;
}
/****************DATETIMEPICKER*****************/


.canvas-container{  
  	font-family: 'Roboto Condensed','Roboto', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.4375em;
    color: rgba(0, 0, 0, 0.87);
    box-sizing: border-box;
    cursor: text;
    display: inline-flex;
    -moz-box-align: center;
    align-items: center;
    position: relative;
    border-radius: 4px;
  	border:1px solid #ccc;
    padding: 16.5px 14px;
    outline:none;
  	width: 100% !important;
  	margin-bottom: 5px;
  	background-color: #fff;
}
.canvas-container:hover, .canvas-container:focus {  
  	border-color: #012d5a;
}
.rating_container {
  /*padding-top: 20px;*/
}
.rating_container .star {
  background-image: url(https://helium-connect.fr/customers_data/5b759aaa441eec5fb400002d/images/sprite-etoile.png);
  background-position: -29px 0;
  width: 30px;
  height: 30px;
  background-size: cover;
}

.img-preview{
  width: 100%;
  padding: 20px !important;
  background-color: #fff !important;
  border: 1px solid #ccc;
  border-radius: 5px;
  max-width: 100% !important;
  margin-bottom: 10px;
}
.file-preview{
  width: 100%;
  background-color: #fff !important;
  border: 1px solid #ccc;
  border-radius: 5px;
  max-width: 100% !important;
  margin-bottom: 10px;
  padding: 20px 0 0 5px !important;
}
.filename{
  background-color: #fff !important;
}
#image-to-crop{
  max-width: 100%;
  width: auto !important;
}
/****************MULTIFLIEDSET****************/
.multi-fieldset-instance{
	width:100%;
  position: relative;
  border-radius: 5px;
  /*padding: 20px;*/
  /*border: 1px solid #ccc;*/
  /*margin-bottom: 20px;*/
  /*margin-top: 15px;*/
}
.multi-fieldset-instance label p{
  background-color: #ffffff;
}

.multi-fieldset-instance-add{
   text-indent: -9999px;
  line-height: 0;
  display: flex;
  align-items: center;
  margin-left:10px;
  margin-top:10px;
  color:#ffffff!important;
}

.multi-fieldset-instance-add::before {
  content: "+ Ajouter un filleul";
  text-indent: 0;
  display: block;
  font-size: 15px;
  color: #849FC3 !important;
  height: 20px;
  padding-left: 7px;
}

.multi-fieldset-instance-add:hover{
  color: #849FC3 !important;
  text-decoration: underline;
}

.multi-fieldset-instance-del{
  text-indent: -9999px;
  line-height: 0;
	color: #FF0000 !important;
  display: flex;
  align-items: center;
  position:absolute; 
  right: 24px;
  top: 35%;
}
.multi-fieldset-instance-del:hover{
  color: #FF0000 !important;
}
.multi-fieldset-instance-del::after {
  content: "x";
  text-indent: 0;
  display: block;
  font-size: 20px;
}


.form_zone_inside .multi-fieldset-instance:nth-child(2n+2){
	background-color:#f2f2f2;
}

.form-signature + .rating_container{
  display:none;
}
div.tooltip_zone {
    position: relative;
}
div.tooltip_text {
    position: absolute;
    z-index: 9999;
    display: none;
    color: #fff;
    background-color: #012d5a;
    padding: 10px;
    opacity: 0.95;
    border-radius: 3px;
    -moz-border-radius: 3px;
  	height:auto;
}

/*.tooltip_text{  
	padding: 10px;
  background-color: #f2f2f2;
  height: auto;
}*/
/****************MULTIFLIEDSET****************/
/****************OTHER STYLE************************/

.input_zone input.field_with_errors{
	/*background-color:#f00;*/
  border-color: #f00;
}
.input_zone input[type=text]{
	position:relative;
}
.input_zone input[type=text]:before {
  content: "€";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 2;
}

.icheckbox_square-green.checked.disabled {
  background-position: -48px 0;
}

/****************MEDIAQUERY*****************/
@media screen and (max-width: 992px) {
}
@media screen and (max-width: 782px) {
label p {
    background-color: #fff;
    margin-left: auto;
    color: rgba(0, 0, 0, 0.6);
    font-weight: 400;
    font-size: 0.9em;
    line-height: 1.4375em;
    padding: initial;
    display: block;
    transform-origin: initial;
    white-space: initial;
    overflow: initial;
    text-overflow: initial;
    max-width: initial;
    position: inherit;
    left: auto;
    top: auto;
    transform: inherit;
    transition: none;
    z-index: 1;
    pointer-events: auto;
    user-select: none;
}
    .checkbox-field label p {
    padding: 0;
    display: block;
    position: relative;
    top: 1px;
    left: 30px;
  }
}

@media screen and (max-width: 575px) {
  .date .input_zone {
    flex-direction: column;
  }
  .date .select2-container {
    max-width: 100%;
    margin-bottom: 15px;
  }
  .date .select2-container:last-child {
    margin-bottom: 0;
  }
  /*.field > label {
    white-space: break-spaces;
    position: inherit;
  }*/
   .line .input_zone {
   	margin-top: 0;
	}
	.field > label{
  	margin-left: 0;
  	padding: 0;
	}
  .radio_option:nth-child(2) {
     padding-top: 0;
  }
  .checkbox-field label {
    margin-left: 25px;
    white-space: initial;
  }
}

@media screen and (max-width: 400px) {
  .date .select2-container {
    max-width: 100%;
  }
  
  .line .radio_option {
   padding-top: 10px;
	}
	
	.line .radio_option:nth-child(2) {
   padding-top: 10px;
	}

}
