@import url('https://fonts.googleapis.com/css2?family=Nunito&display=swap');

/***************GENERAL*************************/
body{
  background-color:#f2f2f2;
  line-height: inherit;
	background: url('') no-repeat 50% top fixed;
  background-position-x: 50%;
  background-position-y: top;
  background-repeat: no-repeat;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
h1{
  font-size: 1.7em;
}
h2{
  font-size: 1.4em;
}
h3{
  font-size: 1.1em;
}
#header{

}
.fieldset-header{
  width:100%;
}
.pre-form{
  margin:20px 0;
}
#form_zone {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  margin: 20px auto 45px;
  background-color: #ffffff;
  padding: 30px;
  padding-bottom: 70px;
  border-radius: 10px;
  box-shadow: 0px 0px 1px rgba(40, 41, 61, 0.04), 0px 2px 4px rgba(96, 97, 112, 0.16);
}
#footer{
  padding: 40px 0 0 0;
}
p {
  margin-bottom: 0;
}
.mandatory-label p::after {
  content: "*";
  width: 10px;
  left: 10px;
  margin-left: 10px;
  color: #42927f;;
}
.mandatory-tag{
    display:none;
}
img{
  max-width:100%;
  height:auto;
}
.hidden {
	display:none;
}
a {
  color: rgba(0, 0, 0, 0.6);
  text-decoration: none;
}
a:hover {
  color: #42927f;
  text-decoration: underline;
}
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: #42927f !important;
  text-decoration: underline !important;
}

.submit_zone{
  margin: 30px 0;
  position: relative;
  min-height: 40px;
}
.next-question, .button{
  background-color: #42927f;
  border: #fff;
  padding: 10px 20px;
  border-radius: 6px;
  color: #fff;
  position: absolute;
  right: 0px;
}
#prev_button{
  background-color: #fff;
  border: 1px solid #ccc;
  text-align: left;
  padding: 10px 20px;
  border-radius: 6px;
  position: absolute;
  left: 0px;
}
.button.form-pause{
	position: relative;
  background-color: #fff;
  color: #42927f;
  border: 1px solid #42927f;
}
.field{
  margin: 15px 0;
  width:100%;
}
.field{
  margin: 10px 0 10px 0;
  margin-top: 0;
}
/*
.field-header{
  margin-bottom: 25px;
}*/
.field-header{
  margin-bottom: 10px;
  margin-top: 20px;
  position: relative;

}

label{
  display:block;
  margin-bottom:0;
  position: relative;
}
/*label {
    background-color: rgba(255,255,255,1);
    margin-left: 10px;
    color: rgba(0, 0, 0, 0.6);
    font-family: Poppins, sans-serif;
    font-weight: 400;
    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;
    transform: translate(14px, -9px) scale(0.75);
    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;
}*/
.field > label {
    background-color: #fff;
    margin-left: 5px;
    color: rgba(0, 0, 0, 0.6);
    font-family: Poppins, sans-serif;
    font-weight: 400;
    padding: 0 10px;
    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;*/
    position: relative;
    left: -12px;
    top: 20px;
    width: fit-content;
    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;
}
.espm .tab label{
  font-weight: 700;
  font-size: 1.2em;
}

#error{
  text-align: center;
  padding: 10px;
  color: #fff;
  background-color: #f00;
  margin: 10px 0;
  display:none;
}
.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;
}
.checkbox-field.with-errors{
  border: 1px solid #f00;
  width: 98%;
  margin-left: 1%;
  border-radius: 5px;
  padding: 10px;
}
.checkbox-field .field_errors {
  color: #f00;
  padding-top: 20px;
}
.checkbox-field.with-errors label{
  height: 55px !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-align: left;
  -webkit-line-clamp: inherit !important;
  overflow: auto !important;
    overflow-x: auto;
  overflow-x: auto;
  overflow-x: auto;
  overflow-x: hidden !important;
  padding-right: 10px;
  scrollbar-color: #8d8d8d #e0e0e0;
  scrollbar-width: thin;
  padding-top: 13px;
}
.checkbox-field .input_zone {
  position: absolute;
  top: 0px;
}
/***************SELECT************************/
.field .select2-container{  
  width:100% !important;
}
.select2-container{  
    font-family: Poppins, 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: #42927f;
}
.select2-container--default .select2-selection--single {
    border: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 100%;
    height: 58px;
    position: absolute;
    right:0;
}
.select2-dropdown {
   top: 0px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #42927f;
}
.select2-search--dropdown .select2-search__field {
    outline: 1px solid #42927f;
}
.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;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  right: 20px;
  left: auto;
}
.date .select2-container {
  width: 32% !important;
}
/***************SELECT************************/

/***************INPUT*******************/
 .input_zone input{  
    font-family: Poppins, 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.9em;
}

.input_zone input:hover, .input_zone input:focus {  
    border-color: #42927f;
}
textarea{  
    font-family: Poppins, 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;
}
textarea:hover, textarea:focus {  
    border-color: #42927f;
}
.input_zone input.fileupload{
  cursor: pointer;
}
/***************INPUT*******************/

/******************CHECKBOX & RADIO********************/
.checkbox-field{
 /* position: relative;*/
  margin: 15px 0;
}

/*.checkbox-field label{
  background-color: rgba(255,255,255,1);
  margin-left: 0px;
  color: rgba(0, 0, 0, 0.6);
  font-family: Poppins, sans-serif;
  font-weight: 400;
  padding: 0;
  display: block;
  transform-origin: inherit;
  white-space: inherit;
  overflow: inherit;
  text-overflow: inherit;
  max-width: 100%;
  position: absolute;
  left: 50px;
  transform: inherit;
  transition: inherit;
  z-index: inherit;
  pointer-events: auto;
  user-select: inherit;
  top: 0px;
}*/
.field.checkbox-field > label{
  white-space: initial;
  top: 13px;
  background-color: transparent;
  font-weight: 400;
  font-size: 1rem;
  left: 5px;
}
.field.checkbox-field.with-errors > label{
  padding: 10px !important;
  top: inherit;
}
/*.field.checkbox-field .icheckbox_square-green {
  width: 24px;
  height: 21px;
  position: absolute;*/
}
/*.checkbox-field .input_zone{
    position: absolute;
    top: 0px;
}*/
.check_option label{
    position: relative;
    top: -21px;
    left: 30px;
    margin-bottom: 0;
    padding: 0;
    max-width: 100%;
    transform: none;
    font-weight: 400;
    color: inherit;
}
.check_option label p {
    padding: 0;
    background-color: transparent;
    margin-left:0;
}
.radio_option label{
    position: relative;
    top: -21px;
    left: 30px;
    margin-bottom: 0;
    padding: 0;
    max-width: 100%;
    transform: none;
    font-weight: 400;
    color: inherit;
}
.label-after-check{
  position: relative;
  top: -23px;
  left: 30px;
}
/*.input_zone > .radio_option:nth-child(2) {
  padding-top: 22px;
}
.radio_option {
  display: flex;
} 
.input_zone > .check_option:nth-child(2) {
  padding-top: 22px;
}*/
/*.check_option {
  display: flex;
} */
/******************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;
}
.nps .field-header{
  position: initial !important;
}
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: #42927f;
    background-image: none;
    cursor: pointer;
}
.irs-slider.single{
    left: 48.6076%;
    border-radius: 10px;
    border: 6px solid rgb(66, 146, 127);
    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: #42927f;
    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;
}
.irs{
  cursor: pointer;
}
/****************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: #42927f;
  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******************/

/****************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 #42927f;
}
div.smart_option_block:selected {
  border: 1px solid #42927f;
}
div.smart_multi_option_block {
  border: 1px solid #42927f;
  padding: 14px;
  cursor: pointer;
}
div.smart_multi_option_block {
  border: 1px solid #42927f;
  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 #42927f;
  background: #f2f2f2;
  padding: 20px;
  border-radius: 5px;
}
div.smart_option_block:hover {
  border: 1px solid #42927f;
  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;
    font-weight: 600;
}

.espm .tab table.grid_one th:nth-child(2) {
   background-color:#777777;
   color: #fff;
}
.espm .tab table.grid_one th:nth-child(3) {
   background-color:#e64b61;
   color: #fff;
}
.espm .tab table.grid_one th:nth-child(4) {
   background-color:#e96359;
   color: #fff;
}
.espm .tab table.grid_one th:nth-child(5) {
   background-color:#ec7a50;
   color: #fff;
}
.espm .tab table.grid_one th:nth-child(6) {
   background-color:#ef8f45;
   color: #fff;
}
.espm .tab table.grid_one th:nth-child(7) {
   background-color:#f2a841;
   color: #fff;
}
.espm .tab table.grid_one th:nth-child(8) {
   background-color:#ddad44;
   color: #fff;
}
.espm .tab table.grid_one th:nth-child(9) {
   background-color:#c7b24e;
   color: #fff;
}
.espm .tab table.grid_one th:nth-child(10) {
   background-color:#b3b656;
   color: #fff;
}
.espm .tab table.grid_one th:nth-child(11) {
   background-color:#9dbb5c;
   color: #fff;
}
.espm .tab table.grid_one th:nth-child(12) {
   background-color:#87bf64;
   color: #fff;
}
.espm .tab table.grid_one th:nth-child(13) {
   background-color:#87bf64;
   color: #fff;
}
/****************TABLE******************/

/****************POGRESSION******************/
div#progression {
    margin: 0 auto;
    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;
}

div#progression-maxi span.todo {
    background-color: none;
    color: #92c020;
}

.progression-item.current .chiffre {
    padding-top: 1px;
    height: 27px;
    width: 27px;
    border-radius: 50%;
    color: #ffffff;
    background-color: #42927f;
    font-weight: bold;
    line-height: 30px;
    font-size: 15px;
}


span.progression-item.done .chiffre {
    height: 30px;
    width: 30px;
    color: #cccccc;
    font-size: 15px;
}
span.progression-item.todo .chiffre {
    height: 30px;
    width: 30px;
    color: #626262;
    font-size: 15px;
}

span.progression-item.todo .chiffre,
span.progression-item.current .chiffre {
    line-height: 25px;
    font-size: 15px;
}

span.progression-item.todo .chiffre button,
span.progression-item.current .chiffre button,
span.progression-item.done .chiffre button {
    display: block;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    padding: 0;
    line-height: 30px;
    font-size: 15px;
}

span.progression-item.done .chiffre button {
    color: #ffffff;
    background-color: #000000;
}
/****************POGRESSION******************/
/****************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: #42927f;
  border-color: #42927f;
}
.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: #42927f;
  border-color: #42927f;
}
.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;
}
.datepicker-days{
  padding: 5px;
  box-shadow: 0px 0px 1px rgba(40, 41, 61, 0.04), 0px 2px 4px rgba(96, 97, 112, 0.16);
}
.datepicker-days thead{
  background-color: #42927f;
  color: #fff;
}
.datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker tfoot tr th:hover {
  background: #42927f;
}
.datepicker table tr td.day:hover, .datepicker table tr td.focused {
  background: #42927f;
  color: #fff;
}
.datepicker table tr td, .datepicker table tr th {
  padding: 8px;
}
/****************DATEPICKER******************/
/****************DATETIMEPICKER*****************/
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-datetimepicker-widget .datepicker table tr td.active.active{
  background-color: #42927f;
}
.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: #42927f;
}
.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: #42927f;
  border-radius: 0 50px;
}
/****************DATETIMEPICKER*****************/


.canvas-container{  
    font-family: Poppins, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.4375em;
    color: rgba(0, 0, 0, 0.87);
    box-sizing: border-box;
    cursor: crosshair;
    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: #42927f;
}
.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%;
  padding: 20px;
  border: 1px solid #42927f;
  margin-bottom: 20px;
  border-radius: 5px;
  margin-top: 15px;
  position: relative;
}
.multi-fieldset-instance label p{
  background-color: #ffffff;
}
.multi-fieldset-instance-add {
  position: relative;
  margin-left: 20px;
  padding-left: 3px;
  font-weight: 700;
}
.multi-fieldset-instance-add:before {
  content: '';
  position: absolute;
  background-image: url("https://helium-connect.fr/customers_data/5b759aaa441eec5fb400002d/images/add-multi.png");
  height: 20px;
  width: 20px;
  background-size: 80%;
  background-repeat: no-repeat;
  left: -18px;
  top: 4px;
}
.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/5b759aaa441eec5fb400002d/images/remove_multi.png") no-repeat top left;
    background-size: auto;
  background-size: auto;
  background-size: contain;
  background-size: 80%;
  position: absolute;
  top: 7px;
  right: 10px;
}
.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: #42927f;
    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************************/
.icheckbox_square-green, .iradio_square-green{
  width: 22px;
  height: 23px;
}
.input_zone input.field_with_errors{
  /*background-color:#f00;*/
  border-color: #f00;
  background: #fff8f8;
}
.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;
}
/********SPECIFIQUE STYLE BASE CLIENT***************/
.espm .progression-item.current .chiffre {
    background-color: #E99B03;
}
.espm .next-question, .espm .button{
  background-color: #E99B03;
}
.espm textarea:hover, .espm textarea:focus {
  border-color: #E99B03;
}
.espm .select2-container:hover, .espm .select2-container:focus {
  border-color: #E99B03;
}
.jvabre .next-question,  .jvabre .button{
  background-color: #ec6602;
}
.jvabre textarea:hover,  .jvabre textarea:focus {1
  border-color: #ec6602;
}
.jvabre .select2-container:hover,  .jvabre .select2-container:focus {
  border-color: #ec6602;
}
.jvabre .input_zone input:hover,  .jvabre .input_zone input:focus {
  border-color: #ec6602;
}
.jvabre div.tooltip_text {
  background-color: #ec6602;
}

.jv .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #ec6602;
}
.pogotango #footer{
  display:none;
}
#form_zone.pogotango {
  width: 100%;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 0 20px;
  padding-bottom: 0px;
  padding-bottom: 0;
  border-radius: 10px;
  box-shadow: none;
  background: #e83932;
  /*border-radius: 100px;*/
  position: relative;
}
.pogotango .submit_zone {
  margin: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  /*max-width: 25%;*/
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  min-height: auto;
  position: absolute;
  top: 35px;
  right: 21%;
}
.pogotango .next-question, .pogotango .button {
  background-color: #fff;
  right: 0;
  left: 0;
  margin: 0 auto;
  color: #e83932;
  border-radius: 50px;
  font-weight: 700;
  height: 60px;
  padding: 0 30px;
  width: 165px;
  margin-top:-15px;
  font-family: 'Nunito', sans-serif;
}
.pogotango.apl .next-question, .pogotango.apl .button {
  padding: 0 15px;
    top: -20px;
}
.pogotango .input_zone input:hover, .pogotango .input_zone input:focus {
  border-color: #e83932;
}
.pogotango .mandatory-label p::after {
  color: #e83932;
}
.pogotango .input_zone input {
  background: #e83932;
  border:2px solid #fff;
  color: #fff;
  border-radius: 50px;
  font-size: 16px;
  font-family: 'Nunito', sans-serif;
}
.pogotango .input_zone input::placeholder{
  color: #fff;
}
.pogotango .input_zone input:hover, .pogotango .input_zone input:focus {
  background: #e83932;
  border:2px solid #fff;
  color: #fff;
}
.pogotango #fieldset_63b6fcc1b1ff63293938fdd7, .pogotango #fieldset_6388b242b1ff63edd713845d{
  padding: 20px;
}
.pogotango .field_errors {
  color: #fff;
  font-size: 0.7em;
}
.pogotango.apl #fieldset_63b6fcc1b1ff63293938fdd7 {
  padding: 0px;
} 
.pogotango{
	font-family: 'Nunito', sans-serif;
}
/****************CHEK PAGE*****************/
.check_page .panel.panel-default{
	padding: 40px 10px;
  background: #f2f2f2;
  margin-bottom: 20px;
}
.check_page .btn.btn-default{
  float: right;
  border: 1px solid #000;
}
.check_page .btn-primary {
  color: #fff;
  background-color: #42927f;
  border-color: #42927f;
}
.check_page .panel-heading h5{
  font-weight: 700;
  margin-bottom: 20px;
  border-bottom: 1px solid #42927f;
  padding-bottom: 10px;
}

.check_page .alert-info {
  color: #fff;
  background-color: #42927f;
  border-color: #42927f;
  text-align: center;
  border-radius:0;
}
.check_page .panel-heading{
	display:none;
}
.check_page .col-left{
  padding-bottom: 10px;
  border-right: 1px solid #616161;
}
.results{
  margin-top: 20px;
}
.results td{
  margin-top: 20px;
  font-size: 20px;
  font-weight: 700;
}
.results td li{
  font-size: 16px;
  font-weight: 400;
}
.results td ul{
  margin-top:10px;
}
.results td li.chosen{
 font-weight:700;
}
.results td li span.expected_answer{
  color:#92c020;
}
.results td li span.unexpected_answer{
  color:#f00;
}
#score{
  background-color: #000;
  color: #fff;
  padding: 10px;
  text-align: center;
}

.spinner .btn-info {
  position: relative;
  color: #ccc;
  border: 1px solid #ccc;
  border-radius: 50%;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: 399;
  font-size: 24px;
  background-color: #fff;
  height:30px;
  width:30px;
  display: inline-block;
  margin: 0 10px;
}
.integer-spinner{
	display: inline-block !important;
  width: 70px !important;
  text-align: center !important;
}
.spinner .glyphicon-minus:before{
 	content:"-";
  font-size:20px;
  position:absolute;
  top: -1px;
  left: 11px;
}
.spinner .glyphicon-plus:before{
 	content:"+";
  font-size:20px;
  position:absolute;
  top: -1px;
  left: 8px;
}
.spinner .btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #42927f;
  border-color: #42927f;
  outline:none;
}
.spinner .btn-info.focus, .btn-info:focus {
  box-shadow: 0 0 0 .2rem rgb(66, 146, 127);
}
.spinner{
	margin-top: 20px;
}


.input_zone > .radio_option:nth-child(2) {
  padding-top: 22px;
}
.input_zone > .check_option:nth-child(1) {
  padding-top: 22px;
}

/****************MEDIAQUERY*****************/
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 782px) {
  label  {
      background-color: transparent;
      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;
      margin-bottom:10px;
  }
    .field > label{
  	margin-left:0;
      padding:0;
      font-weight:700;
      padding-bottom: 10px;
  }
  .checkbox-field label{
    	margin-left:20px;
  }
    .col-xl-6{
  	width:50% !important;
      display:inline-block;
  }

/*    .checkbox-field label p {
    padding: 0;
    display: block;
    position: relative;
    top: 1px;
    left: 30px;
  }*/
}

@media screen and (max-width: 650px) {
 .tab label {
    position: relative;
    padding: 0;
    margin: 0;
    text-overflow: inherit;
    overflow: inherit;
    font-size: 1em;
    transform: inherit;
    margin-bottom: 8px;
  }
 .radio_option{
    padding:3px;
  }
  #form_zone {
    padding: 12px;
    width: 98%;
    }
 .text-right {
    text-align: inherit !important;
  }
  td.grid_label {
    font-size: 0.8em;
    padding: 15px 2px;
  }
 .tab label {
    white-space: pre-line;
  }
  label {
    white-space: initial;
    overflow: inherit;
  }
 /* .field > label{
    white-space: break-spaces;
    position: relative;
    left: -10px;
    top: 9px;
    width: max-content !important;
    max-width: 100vw !important;
    margin: 8px 0 ;
  }*/

  .checkbox-field label {
    position: initial;
  }
  .fieldset-header {
      width: 100%;
      max-width: 90%;
      margin: 0 auto;
    }
  .line .radio_option {
    width: 47%;
    display: inline-block;
    padding-top: 0px !important;
  }
  .radio_option label {
    max-width: 90%;
  }
}

@media screen and (max-width: 600px) {
  div.smart_option {
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
  .pogotango .submit_zone {
    right: 20%;
    position: relative;
    margin: 0 auto;
    right: auto;
  }
  .pogotango .next-question {
  background-color: #e83932;
  color: #fff;
}
  .espm .tab label {
  font-weight: 700;
  font-size: 0.8em;
  top: auto;
  padding-left: 12px;
}
    .pogotango .button{
  background-color: #e83932;
  color:  #fff;
}
}

@media screen and (max-width: 400px) {
  .grid_option .iradio_square-green {
    width: 16px;
    height: 16px;
    background-size: cover;
    background-position: -80px 0;
  }
  .grid_option .iradio_square-green.hover {
    background-position: -95px 0;
  }
  .grid_option .iradio_square-green.checked{
      background-position: -112px 0;
  }
  .espm .radio_option {
    padding: 2px;
  }
  .espm table.grid_one th {
    padding: 1%;
  }
}

div.smart_option div.selected {
  background: #42927f;
  color: #fff;

}
.mci-concours #prev_button{
	display:none !important;
}

.mci-concours div.smart_option{
	width: 50%;
  margin-bottom:20px;
  vertical-align: middle;
}

.mci-concours div.smart_option img {
  margin-bottom: 20px;
  width:100%;
}
.mci-concours  .field > label{
	margin-bottom:20px !important;
}

.line .radio_option{
 margin-right: 40px;
  display: inline-block;
  padding-top: 20px;
}
.line .check_option{
  margin-right: 40px;
  display: inline-block;
  padding-top: 20px;
}
.line label{
  padding: 0;
  margin-left: 0;
}

.line2 .radio_option{
  display: inline-block;
  padding-top: 0px;
  margin-right:40px;
}
.line2 .check_option{
  display: inline-block;
  padding-top: 0px;
  margin-right:40px;
}
.line2 label{
  padding: 0;
  margin-left: 0;
}

@media screen and (max-width: 782px) {
/*.line .radio_option{
  width: 100%;
  display: block;
  padding-top: 0px;
}
.line .check_option{
  width: 100%;
  display: block;
  padding-top: 0px;
}*/
  .line label{
  padding-bottom: 10px;
}

}

/******** OTHERSTYLES*******/

#form_zone.ikinoaquiz .results ul{
	margin:0;
}
#form_zone.ikinoaquiz .results tr{
	margin-bottom:20px;
}
#form_zone.ikinoaquiz .results td{
	/*width: 100%;
  display: block;
  border: 1px solid #000;
  border-radius: 20px;
  margin-bottom: 10px;*/
  padding: 20px;
  border-bottom: 2px solid #f2f2f2;
}
#form_zone.ikinoaquiz .results td br{
	display:none;
}
/*#form_zone.ikinoaquiz .results td img{
	display:none;
}
#form_zone.ikinoaquiz .results li{
display:none;
}*/
#form_zone.ikinoaquiz {
  padding: 30px 40px;
}
#form_zone.ikinoaquiz .results li.chosen{
	display:block;
  position:relative;
}
#score{
margin-bottom: 20px;
}
.ikinoaquiz #score{
	margin: 40px;
  background-color: #bca069;
  font-size: 25px;
}
.ikinoaquiz .next-question,.ikinoaquiz  .button {
  background-color: #139ecd;
}
.ikinoaquiz .progression-item.current .chiffre {
  background-color: #139ecd;
}
.ikinoaquiz .results td li span.expected_answer {
  color: #139fce;
}
.ikinoaquiz .results td li.chosen span.expected_answer {
  color: #86c36d;
}
.ikinoaquiz .field-header {
  margin-bottom: 20px;
}

/***************************/
.shop .spinner{
	text-align:center;
}

/* SPINNER FORMULAIRE DE PAIEMENT */
.spin {
background-color: #ffffff;
position: fixed;
width: 100%;
z-index: 2;
left: 0;
height: 100%;
top: 0;
}
.spin p {
padding-top: 80px;
}
.lds-spinner {
color: official;
/*display: inline-block;*/
position: relative;
width: 64px;
height: 64px;
margin: 0 auto;
padding-top: 293px;
}

.lds-spinner div {
transform-origin: 32px 32px;
animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
content: " ";
display: block;
position: absolute;
top: 3px;
left: 29px;
width: 5px;
height: 14px;
border-radius: 20%;
background: #fbba00;
}
.lds-spinner div:nth-child(1) {
transform: rotate(0deg);
animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
transform: rotate(30deg);
animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
transform: rotate(60deg);
animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
transform: rotate(90deg);
animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
transform: rotate(120deg);
animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
transform: rotate(150deg);
animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
transform: rotate(180deg);
animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
transform: rotate(210deg);
animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
transform: rotate(240deg);
animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
transform: rotate(270deg);
animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
transform: rotate(300deg);
animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
transform: rotate(330deg);
animation-delay: 0s;
}
.backgrey{
	background-color: #f2f2f2;
  padding: 10px;
  border-radius: 0 0 20px 20px;
  margin-bottom: 20px;
  border-top: 5px solid #42927f;
}
.backgrey .field > label{
	background-color: #f2f2f2;
}

