@import url('https://fonts.googleapis.com/css2?family=Passion+One:wght@400;700&family=Roboto+Condensed:ital,wght@0,700;1,700&family=Roboto:ital,wght@0,400;0,700;1,400;1,700&display=swap');

/***************GENERAL*************************/

body{
  background-color: #ffffff;
  font-size: 0.9em;
  color: rgba(0, 0, 0, 0.6);
  background : url('') 50% top fixed; 
  background-repeat: no-repeat;
  background-position: top center;
  background-size:cover;
}
h1{
    font-size: 1.4em;
    font-family: "Passion One", sans-serif;
    font-weight: 700;
    color: #09576f;
		margin: 0.2em;
}
h2{
    font-size: 1.1em;
  	color: #09576f;
  	font-family: "Passion One", sans-serif;
    font-weight: 700;
    margin: 0.1em;
}
h3{
    font-size: 1.1em;
    font-family: "Passion One", sans-serif;
    font-weight: 700;
}
#header{
    padding-top: 25px;
    padding-bottom: 20px;
    background-color: #09576f;
}
.fieldset-header{
    width:100%;
    padding: 20px;
    margin-top: 15px;
    font-size: 1.3em;
    border: 1px dashed #ff7f00;
}

.fieldset-header div{
    font-family: "Roboto", sans-serif;
    color: #bd1622;
    font-size: 1.2rem;
    line-height: 1.4em;
}

.fieldset-header p{
    color: #09576f;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 1.4375em;
}

.field-footer div{
    font-size: 1rem;
}

.hidden {
    display: none;
}

.pre-form{
    padding:20px;
    background-color: #f0f0f0;
}
#form_zone {
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
    margin: 20px auto 45px;
    background-color: #ffffff;
    padding: 0;
    border-radius: 10px;
}

#form_zone_inside {
		padding: 15px 30px 30px 30px;
}

.slots div.smart_option_block.unavailable {
        padding: 0;
}

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{
    padding: 30px;
    background-color: #f0f0f0;
}

#after_submit{
    padding-top: 15px;
    text-align: center;
}

p {
  margin-bottom: 0;
}

/*.mandatory-label p::after {
  content: "*";
  width: 10px;
  left: 10px;
  margin-left: 10px;
  color: #09576f;
}*/
.mandatory-tag{
  display: inline-block;
    margin-left: 5px;
    color: #780e16;
}
img{
    max-width:100%;
  height:auto;
}
a {
    color: rgba(0, 0, 0, 0.6);
  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: #ff7f00 !important;
  text-decoration: underline !important;
}

.submit_zone{
    margin: 30px 0;
  position: relative;
    min-height: 40px;
    text-align: center;
}
.next-question, .button{
  background-color: #09576f;
  padding: 0.7rem 3rem;
  color: #ffffff;
  border: 0;
  border-radius: .3rem;
  text-decoration: none;
  transition: all 0.2s;
  margin-top: 0.625rem;
    /*position: absolute;*/
  right: 0px;
  text-align: center;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4rem;
}
.next-question:hover, .button:hover{
  background-color: #ff7f00;
  color: #ffffff;
}
#prev_button{
  background-color: transparent;
  border: none;
  text-align: left;
  padding: 0.5rem 1rem;
  position: absolute;
  left: 0px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  margin-top: 12px;
}

#prev_button::before {
  content: "← ";
}

#prev_button:hover{
  color: #09576f;
}

.field{
  margin: 15px 0;
}
.field-header{
    margin-bottom: 15px;
    background-color: #09576f;
    padding:10px;
    color: #fff;
    font-family: "Passion One", sans-serif;
    font-weight: 400;
    font-size: 1.4em;
}
label{
    display:block;
  margin-bottom:0;
  position: relative;
}
/*.field > label {
    background-color: #fff;
    margin-left: 10px;
    color: #09576f;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 1.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;
    word-spacing: 0.2em;
}*/
.field > label {
    background-color: #fff;
    margin-left: 10px;
    color: #09576f;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 1.1rem;
    padding: 0 15px;
    display: block;
    transform-origin: left top 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(133% - 24px);
/*    position: absolute;
    left: 0px;
    top: 0px;*/
    position: relative;
    left: -12px;
    top: 25px;
    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;
}
#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;
}
/***************SELECT************************/
.field .select2-container{  
  width:100% !important;
}
.select2-container{  
    font-family: "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: #ff7f00;
}
.select2-container--default .select2-selection--single {
    border: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 15px;
    background-color: #fff;
}
.select2-dropdown {
     top: 0px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #ff7f00;
}
.select2-search--dropdown .select2-search__field {
    outline: 1px solid #09576f;
}
.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: #ff7f00;
}

textarea{  
    font-family: "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;
}

textarea:hover, textarea:focus {  
    border-color: #ff7f00;
}

.precise textarea {
	margin-bottom: 15px;
}
/***************INPUT*******************/

/******************CHECKBOX & RADIO********************/
/*
.radio_option,
.check_option {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  padding-top: 10px;
}*/

.input_zone > .radio_option:nth-child(2) {
  padding-top: 15px;
}

.check_option:nth-child(1) {
  padding-top: 15px;
}

.radio_option label {
  position: relative;
  margin-bottom: 0;
  padding: 0;
  max-width: 100%;
  transform: none;
  font-weight: 400;
  color: #09576f;
  font-family: "Roboto", sans-serif;
  font-size: 1.1rem;
  line-height: 1.4375em;
}
.check_option label {
  position: relative;
  margin-bottom: 0;
  padding: 0;
  max-width: 100%;
  transform: none;
  font-weight: 400;
  color: #09576f;
  font-family: "Roboto", sans-serif;
  font-size: 1.1rem;
  line-height: 1.4375em;
}

.checkbox-field .field-header{
	position: absolute;
  top: -30px;
}

.checkbox-field{
  position: relative;
  margin: 9px 0;
}

.checkbox-field label {
    margin-left: 36px;
    padding-left: 11px !important;
    overflow: inherit;
    font-weight:400;
    white-space: inherit;
    transform: inherit;
    position:relative;
    top: 0;
}

.checkbox-field label p {
    padding: 0;
    display: block;
    position: relative;
    top: 10px;
    left: 10px;
}
.checkbox-field .input_zone{
    position: absolute;
}
.checkbox-field .icheckbox_square-green{
	position: absolute;
  top: -25px;
}
.radio_option {
    display: flex;
}
.grid_option .radio_option {
    display: initial;
}

.input_zone .check_option{
    display: flex;
}

.check_option label,
.radio_option label{
  margin-left: 10px;
  top: 0px;
  width: 90%;
  margin-bottom: 8px;
}

.label-after-radio, .label-after-check{
    display:inline-block;
}

.icheckbox_square-green {
/*  position: absolute;*/
  display: inline-block;
  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-field.with-errors{
	border: 1px solid #f00;
  margin-bottom:5px;
}
.checkbox-field.with-errors .field_errors{
	display:none;
}
/******************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;
    padding-top: 20px;
}

.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: #ff7f00;
}
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;
}

.js-irs-0{
    margin-top: 22px;
}
.js-irs-1{
    margin-top: 22px;
}
.js-irs-2{
    margin-top: 22px;
}
.irs-line-mid,
.irs-line-left,
.irs-line-right,
.irs-bar,
.irs-bar-edge,
.irs-slider {
    background-color: #ff7f00;
    background-image: none;
}
.irs-slider.single{
    left: 48.6076%;
    border-radius: 10px;
    border: 6px solid #ff7f00;
    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: #ff7f00 transparent transparent;
}
.irs-from,
.irs-to,
.irs-single {
    background-color: #ff7f00;
    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******************/

/******************CHECKPAGE********************/
.check_page h5 {
  font-family: "Roboto", sans-serif;
  color: #09576f !important;
  font-size: 1.5rem;
  font-weight: 700;
  padding-bottom: 5px;
  margin-left: 15px;
}

.check_page .glyphicon.glyphicon-ok.ok::before{
  content:"Oui"
  color: #09576f !important;
}

.check_page .alert-info{
  color: #09576f !important;
  background-color: #fff;
  border: 2px solid #780e16;
  font-family: "Roboto", sans-serif;
  margin-bottom: 55px;
}

.check_page .btn-primary{
  color: #ffffff !important;
  background-color: #09576f;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
  border: none;
  padding: 7px 10px;
  margin-right: 25px;
  margin-bottom: 25px;
}

.check_page .panel-body{
  border-bottom: 2px solid #780e16;
  margin-bottom: 30px;
}

.check_page .font-bold{
  color: #09576f;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  font-size: 0.9rem;
  line-height: 1.2em;
}

.check_page p.font-bold{
  margin-top: 6px;
  margin-bottom: 6px;
}

.check_page .col-right p{
  margin-top: 6px;
  margin-bottom: 6px;
  font-size: 0.9rem;
  line-height: 1.2em;
}

.check_page .col-right{
  color: #000000;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  font-size: 0.9rem;
}

.check_page .btn-default{
  display: none;
}

.check_page .btn-primary.mr-2{
  margin: 0 auto;
  padding: 20px 35px;
  margin-right: 0 !important;
}
/******************CHECKPAGE********************/

/****************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: #09576f;
  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: #09576f;
  border-color: #09576f;
}
.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: #09576f;
  border-color: #09576f;
}
.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: #09576f;
  border-color: #09576f;
}
.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: #09576f;
  border-color: #09576f;
}
/****************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 #ff7f00;
}
div.smart_option_block:selected {
  border: 1px solid #ff7f00;
}
div.smart_multi_option_block {
  border: 1px solid #09576f;
  padding: 14px;
  cursor: pointer;
}
div.smart_multi_option_block {
  border: 1px solid #09576f;
  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 #ff7f00;
  background: #f2f2f2;
  padding: 20px;
  border-radius: 5px;
}
div.smart_option_block:hover {
  border: 1px solid #ff7f00;
  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******************/
.progress-none #progression {
    display: none !important;;
}

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: 0;
    height: 27px;
    width: 27px;
    border-radius: 50%;
    color: #ffffff;
    background-color: #09576f;
    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;
    font-family: "Roboto Condensed", sans-serif;
  	font-weight: 700;
}

span.progression-item.done .chiffre button {
    color: #ffffff;
    background-color: #000000;
    font-family: "Roboto Condensed", sans-serif;
  	font-weight: 700;
}
.progression-item.current .progression-label {
    color: #fff;
    background-color: #09576f;
    padding: 5px 10px;
    border-radius: 5px;
}
.progression-item.done .progression-label{
	color:#cccccc;
}
/****************POGRESSION******************/


/****************DATETIMEPICKER*****************/
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-datetimepicker-widget .datepicker table tr td.active.active{
    background-color: #09576f;
}
.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: #09576f;
}
.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;
        font-size:16px;
}
.slots{
    margin-top: 30px;
    padding: 15px;
  background: #09576f;
  border-radius: 0 30px;
}
.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*****************/

.datetimepicker{
    padding-top: 30px;
}

.canvas-container{  
    font-family: "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: #ff7f00;
}
.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 #ccc;
  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;
}
.multi-fieldset-instance-add:before {
  content: '';
  position: absolute;
  background-image: url("https://helium-connect.fr/customers_data/616d290c3f32e0041b434912/images/remove_2_.png");
  height: 20px;
  width: 20px;
  background-size: 70%;
  background-repeat: no-repeat;
  left: -18px;
  top: 5px;
  transform: rotate(45deg);
}
.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/616d290c3f32e0041b434912/images/remove_2_.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: #09576f;
    padding: 10px;
    opacity: 0.95;
    border-radius: 3px;
    -moz-border-radius: 3px;
    height:auto;
}

/*.tooltip_text{  
    padding: 10px;
  background-color: #f2f2f2;
  height: auto;
}*/
/****************MULTIFLIEDSET****************/
/****************QUIZ****************/

#score{
	text-align: center;
	color: #08566e;
	font-size:30px;
	margin-bottom: 20px;
}

div.clue, div.confirm {
  margin-bottom: 20px;
  padding: 20px;
  font-size: 1em;
  background-color: #f2f2f2;
  border-radius: 8px;
}

div.confirm {
  font-size: 1em;
}

table.results {
  text-align: left !important;
}

.results tr {
  margin-bottom: 20px;
}

.results td {
  /*width: 100%;
  display: block;
  border: none;
  border-radius: 0;*/
  margin-bottom: 10px;
  padding: 20px;
  border-bottom: 2px solid #f2f2f2;
}

/*
.results td img {
  display: none;
}
*/

.results ul {
  margin: 0;
  padding-left: 0;
}

.results li {
  display: none;
}

.results li.chosen {
  display: block;
  position: relative;
  margin-top:20px;
	color: #08566e;
}

span.unexpected_answer::before {
  position: absolute;
  top: -50px;
  right: -27px;
  background-image: url('https://helium-connect.fr/customers_data/570d0a54441eec4258000424/images/cross.png');
  background-size: cover;
  width: 15px;
  height: 15px;
  content: "";
}

span.expected_answer::before {
  position: absolute;
  top: -50px;
  right: -30px;
  background-image: url('https://helium-connect.fr/customers_data/570d0a54441eec4258000424/images/check.png');
  background-size: cover;
  width: 20px;
  height: 20px;
  content: "";
}

.results li.chosen::before {
	content: "Votre réponse : ";
}

.results .answer {
  text-align: left;
  background: #f0f0f0;
  padding: 20px;
  border-radius: none;
  max-width: 600px;
}

.answer h3 {
  color: #08566e;
  font-size: 1.2em;
  font-weight: 400 !important;
  font-family: arial, sans-serif;
}

/****************QUIZ****************/
/****************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;
}

.date .select2-container {
  width: 33% !important;
  max-width: 261px !important;
}
.select2-search__field{
/*    display: none;*/
}

.checkbox-field .mandatory-label p {
  position: inherit !important;
  top: 0 !important;
  left: 0 !important;
  float: left;
}

.bi-check-circle{
  font-size: 25px;
  margin-top: 8px;
}
/*.bi-check-circle:after{
  content: url('https://helium-connect.fr/customers_data/632059beb1ff630cf584df39/images/check.png');
  height:50px !important;
  width:50px !important;
  position:relative;
  background-size: contain;
}*/
/*.actions {
  text-align: center;
}*/


/****************POGRESSION AVEC BARRE ******************/
.quizz span.progression-item {
	text-align: center;
  color: rgb(8, 86, 110);
}
.quizz span.progression-item {
  	width:auto;
}
div#progression-maxi span.todo {
  background-color: none;
  color: #666;
}
.quizz span.progression-item.current {
  font-weight: 700;
  background-color: #08566e;
  color: #fff;
  border-radius: 5px;
  padding: 2px 10px;
  height: auto;
  position: relative;
}
.quizz span.progression-item.current::after {
	content: "";
  position: absolute;
  width: 12px;
  height: 10px;
  top: 12px;
  right: -9px;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #08566e;
  transform: rotate(0deg);
}

.quizz div#progression-maxi span.todo {
	position: relative;
  font-weight: 700;
  background-color: #2894ac;
  color: #fff;
  border-radius: 5px;
  padding: 2px 10px;
  height: auto;
  position: relative;
}

.quizz div#progression-maxi span.done {
	position: relative;
  font-weight: 700;
  background-color: #d4d4d4;
  color: #fff;
  border-radius: 5px;
  padding: 2px 10px;
  height: auto;
  position: relative;
}
.quizz span.progression-item.current:last-child:after {
	display:none;
}
.quizz .field > label {
	padding: 0;
  left: 0;
  top: 0;
  transform: initial;
  max-width: initial;
  font-size: 1rem;
  margin-left: 0;
}
.quizz .fieldset-footer{
	padding: 0 30px;
}
/****************POGRESSION AVEC BARRE******************/



/****************MEDIAQUERY*****************/
@media screen and (max-width: 992px) {
}
@media screen and (max-width: 782px) {

    .checkbox-field label p {
    padding: 0;
    display: block;
    position: relative;
    top: 1px;
    left: 30px;
  }
  .date .select2-container {
    width: 32% !important;
  }
  .field > label{
    position: relative;
    margin-left: 0px;
    padding: 0;
    left: 0;
    top: 6px;
  }
  .check_option:nth-child(1) {
    padding-top: 0px;
  }
  .input_zone > .radio_option:nth-child(2) {
    padding-top: 0px;
  }

  .checkbox-field label{
    left: 26px;
    top: -3px;
  }
  .next-question {
    display: block;
    margin: 0 auto;
  }
  #prev_button{
    position: inherit;
  }
	.results td {
  	display: block;
    border-bottom:none;
	}
  .results tr {
  	border-bottom: 2px solid #f2f2f2;
	}
}

@media screen and (max-width: 400px) {

}
