@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&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;
  font-family: 'Barlow', sans-serif;
}
h1{
    font-size: 1.7em;
}
h2{
  font-size: 1.4rem;
  color: #000000;
  font-family: 'Barlow', sans-serif;
}
h3{
    font-size: 1.1em;
}
#header{
    padding-bottom: 30px;
}
.fieldset-header{
    width:100%;
    padding: 20px;
    font-size: 1.3em;
}

.fieldset-header div{
    font-family: 'Barlow', sans-serif;
    color: #bd1622;
    font-size: 1.2rem;
    line-height: 1.4em;
}

.fieldset-header p{
    color: #002d59;
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 1.4375em;
}

.field-footer div{
    font-size: 1rem;
}

.hidden {
    display: none;
}

.pre-form{
  /*  margin:20px;*/
}
#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;
}

.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: 40px 0 0 0;
}

#after_submit{
    padding-top: 15px;
}

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: #ff0000;
}
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: #012d5a !important;
  text-decoration: underline !important;
}

.submit_zone{
    margin: 30px 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;
  border-radius: 30px;
  padding: /*1.25*/1.25rem 2.1875rem;
  border-color: #362072;
  background-color: #362072;
  color: #ffffff;
  font: 17px 'barlow', sans-serif;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.2s;
  margin-top: 0.625rem;
    /*position: absolute;*/
  right: 0px;
  text-align: center;
  font-family: 'barlow', sans-serif;
  width:100%;
}
.next-question:hover, .button:hover{
  background-color: #362072;
  border-color: #362072;
  color: #ffffff;
  box-shadow: 0 0 20px rgba(54, 32, 114, 0.8);
}
#prev_button{
  margin-top: 65px;
  background-color: #ececec;
  border: 0;
  text-align: left;
  padding: 1.25rem 2.1875rem;
  position: absolute;
  left: 0px;
  font-family: 'barlow', sans-serif;
  font-weight: bold;
  font-size : 17px;
  border-radius: 30px;	
}
.field{
  margin: 15px 0;
  width:100%;
}
.field-header{
    margin-bottom: 15px;
}
label{
    display:block;
  margin-bottom:0;
  position: relative;
}
/*.field > label {
    background-color: #fff;
    margin-left: 10px;
    color: #454547;
    font-family: 'barlow', 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: #000000;*/
    color: #454547;
    font-family: 'barlow', sans-serif;
    font-weight: 600;
    font-size: 1.4rem;
    /* 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;
  	margin-bottom: 8px; /* Ajoute une marge en bas pour éviter que le label soit collé au champ */

}
/* Media query pour les écrans plus petits */
@media (min-width: 300px) and (max-width: 2560px) {
	.field > label {
		font-size: 1.5rem; /* Réduit la taille de la police pour les petits écrans */
		margin-bottom: 12px; /* Ajuste la marge en bas pour les petits écrans */
	}
}
  
#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;
}

/* Specifique adhésion Adapeila */
.small-width .input_zone input {
  width: 120px;
}
.adapei-adh .centered-footer .fieldset-footer .btn {
  background-color: #362072;
  border-color: #362072;
  color: #ffffff;
  border-style: none;
  border-radius: 30px;
  padding: 0.9rem 2.1875rem;
  margin-top: 20px;
  text-decoration: none;
  transition: all 0.2s;
  text-align: center;
  font-family: 'Barlow', sans-serif;
  width: 100%;
  font-size: inherit;
  line-height: inherit;
}
.adapei-adh .centered-footer .fieldset-footer .btn:hover {
  background-color: #362072;
  box-shadow: 0 0 20px rgba(54, 32, 114, 0.8);
}
.adapei-adh .field .input_zone .radio_option {
  padding-left: 15px;
}
.adapei-adh .field .input_zone .check_option {
  padding-left: 15px;
}
.adapei-adh .fieldset-header {
  padding: 15px;
}
.adapei-adh .centered-footer .fieldset-footer {
  margin: 0 auto;
}
.payment-cta {
  padding: 10px 20px;
  border: solid 1px #362072;
  border-radius: 30px;
  margin-top: 10px;
  display: inline-block;
  color: #ffffff;
  font-weight: bold;
  background-color: #362072;
}
.payment-cta:hover {
  text-decoration: none;
  background-color: #362072;
  color: #ffffff;
  box-shadow: 0 0 20px rgba(54, 32, 114, 0.8);

}

/***************SELECT************************/
.field .select2-container{  
  width:100% !important;
}
.select2-container{  
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    min-height: 2.375rem;
    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: 10.8px 14px;
    outline:none;
    max-width: 790px;
    font-size: 1.1em;
}
.select2-container:hover, .select2-container:focus{  
        border-color: #362072;
}
.select2-container--default .select2-selection--single {
    border: none;
}
.select2-container--default > .selection {
    width: 100%;
}
.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: #362072;
}
.select2-search--dropdown .select2-search__field {
    outline: 1px solid #362072;
}
.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;
}
.short .select2-search--dropdown .select2-search__field {
	display:none;
}

/***************SELECT************************/

/***************INPUT*******************/
 .input_zone input{  
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
   /* line-height: 1.4375em;*/
    min-height: 2.375rem;
    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;*/
    font-size: 1.0em;
}

.input_zone input:hover, .input_zone input:focus {  
    border-color: #362072;
}
textarea{  
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    font-size: 1.1em;
    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: #362072;
}
textarea.make_clear{
	max-width: 50%;
  margin-bottom: 20px;
  height: 50px;
}

/* Suggestions de CP+vile */
ul.typeahead.dropdown-menu {
  font-size: 1.3rem;
}
/***************INPUT*******************/

/******************CHECKBOX & RADIO********************/
/*
.radio_option,
.check_option {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  padding-top: 10px;
}*/

.line2 .radio_option{
  display: inline-flex;
  margin-right: 35px;
  gap:5px;
  padding: 20px;
}

.line2 .check_option label,
.line2 .radio_option label {
  width: 40%; /* Laisse le label occuper toute la largeur disponible */
  white-space: nowrap; /* Empêche le texte de se couper */
}

.input_zone > .radio_option:nth-child(2) {
  padding-top: 2px;
}

.check_option:nth-child(1) {
  padding-top: 2px;
}

.radio_option label {
  position: relative;
  margin-bottom: 0;
  padding: 0;
  max-width: 100%;
  transform: none;
  font-weight: 400;
  color: #000000;
  font-family: 'Barlow', sans-serif;
  font-size: 1.4rem;
  line-height: 1.4375em;
}
.check_option label {
  position: relative;
  margin-bottom: 0;
  padding: 0;
  max-width: 100%;
  transform: none;
  font-weight: 400;
  color: #000000;
  font-family: 'Barlow', sans-serif;
}

.checkbox-field .field-header{
	position: absolute;
  top: -30px;
}

.checkbox-field{
  position: relative;
  margin: 9px 0;
}

.checkbox-field label {
    margin-left: 26px;
    padding-left: 11px !important;
    overflow: inherit;
    font-weight:400;
    white-space: inherit;
    transform: inherit;
    position:relative;
    top: 0;
  	margin-bottom: 3px;
}

.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;
    cursor: pointer;
}

.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/604f514fb1ff63692ffd498a/themes/zc-maco2023/square2.png) no-repeat;
    background-position-x: 56%;
    background-position-y: 0%;
  background-position-x: 33%;
  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: 23px;
  background: url(https://helium-connect.fr/customers_data/604f514fb1ff63692ffd498a/themes/zc-maco2023/square2.png) no-repeat;
    background-position-x: 55%;
    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: #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;
}

.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: #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******************/

/******************CHECKPAGE********************/
.check_page h5 {
  font-family: 'Barlow', sans-serif;
  color: #012d5a !important;
  font-size: 1.5rem;
  font-weight: 700;
  padding-bottom: 5px;
  margin-left: 15px;
}

.check_page .glyphicon.glyphicon-ok.ok::before{
  content:"Oui";
  color: #012d5a !important;
}

.check_page .alert-info{
  color: #002d59 !important;
  background-color: #fff;
  border: 2px solid #780e16;
  font-family: 'Barlow', sans-serif;
  margin-bottom: 55px;
}

.check_page .btn-primary{
  color: #ffffff !important;
  background-color: #002d59;
  font-family: 'Barlow', 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: #002d59;
  font-weight: 600;
  font-family: 'Barlow', 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: 'Barlow', 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: #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;
}
/****************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 #362072;
}
div.smart_option_block:selected {
  border: 1px solid #362072;
}
div.smart_multi_option_block {
  border: 1px solid #362072;
  padding: 14px;
  cursor: pointer;
}
div.smart_multi_option_block {
  border: 1px solid #362072;
  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 #362072;
  background: #f2f2f2;
  padding: 20px;
  border-radius: 5px;
}
div.smart_option_block:hover {
  border: 1px solid #362072;
  padding: 20px;
  border-radius: 5px;
}
div.smart_option_block{
  padding: 20px;
}

/* Specifique adhésion Adapeila */
div.en_ligne .smart_option {
  display: block;
  width: 100%;
}
div.en_ligne .smart_option .smart_option_block {
  margin-top: 15px;
  font-size: 16px;
  color: #362072;
  border-color: #d4dde6;
  border-radius: 10px;
}
div.en_ligne .smart_option .smart_option_block.selected {
  border-color: #362072;
}
div.en_ligne .smart_option .smart_option_block .bi-title {
  font-size: 16px;
  font-weight: bold;
}
div.en_ligne .smart_option .smart_option_block .bi-desc {
  margin-top: 10px;
  font-size: 14px;
}
div.en_ligne .smart_option .smart_option_block .bi-price {
  margin-top: 10px;
  font-size: 14px;
  font-weight: bold;
}

/****************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: #362072;
    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 {
    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: 'Barlow', sans-serif;
}

span.progression-item.done .chiffre button {
    color: #ffffff;
    background-color: #000000;
    font-family: 'Barlow', 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;
        font-size:16px;
}
.slots{
    margin-top: 30px;
    padding: 15px;
  background: #012d5a;
  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: 'Barlow', 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%;
  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: #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;
}

.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;
}


/******************SPINNER********************/
.integer-spinner{
	display:flex;
  align-items: center;
}
.integer-spinner .field-header {
  margin-bottom: 15px;
  width: 50% !important;
}
.integer-spinner label{
  width: 20% !important;
}
/* Conteneur global pour le spinner */
.integer-spinner .input_zone {
  border: 1px solid #0f6247; /* Bordure autour du conteneur */
  border-radius: 5px; /* Bords arrondis */
  max-width: 400px; /* Largeur maximale du spinner */
  padding: 1px !important;
  width: 30% !important;
}
/* Style des boutons */
.btn.btn-default.btn-info {
  background-color: #ffffff;
  border: none;
  padding: 10px 10px;
  cursor: pointer;
  font-size: 27px;
  color: rgb(29, 100, 171);
  transition: background-color 0.3s ease;
  width: 40px; /* Largeur égale pour les boutons + et - */
   outline: none !important; /* Supprime le contour lors de la sélection */
  box-shadow: none !important; /* Supprime toute ombre de focus */
}
/* Style pour le champ d'entrée */

.integer-spinner .std_input{
  background-color :#ffffff;
  text-align: center;
  font-weight: bold !important;
  font-size: 15px;
  border: none;
  padding: 13px 14px;
}
.btn.btn-default.btn-info:hover {
background-color: #ffffff; /* Changer la couleur de fond au survol */
}
/* Désactiver le bouton "-" quand il est à 0 */
.data-dwn .btn.btn-default.btn-info:disabled {
  cursor: not-allowed; /* Change le curseur pour indiquer que le bouton n'est pas cliquable */
}

/******************SPINNER********************/
/****************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;
  }

}

@media screen and (max-width: 400px) {

}









/*!
 * Bootstrap v3.0.0
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */


article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block;}
audio,canvas,video{display:inline-block;}
audio:not([controls]){display:none;height:0;}
[hidden]{display:none;}
html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}
body{margin:0;}
a:focus{outline:thin dotted;}
a:active,a:hover{outline:0;}
h1{font-size:2em;margin:0.67em 0;}
abbr[title]{border-bottom:1px dotted;}
b,strong{font-weight:bold;}
dfn{font-style:italic;}
hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0;}
mark{background:#ff0;color:#000;}
code,kbd,pre,samp{font-family:monospace, serif;font-size:1em;}
pre{white-space:pre-wrap;}
q{quotes:"\201C" "\201D" "\2018" "\2019";}
small{font-size:80%;}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}
sup{top:-0.5em;}
sub{bottom:-0.25em;}
img{border:0;}
svg:not(:root){overflow:hidden;}
figure{margin:0;}
fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em;}
legend{border:0;padding:0;}
button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}
button[disabled],html input[disabled]{cursor:default;}
table{border-collapse:collapse;border-spacing:0;}
*,*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
html{font-size:62.5%;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);}
body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.428571429;color:#333333;background-color:#ffffff;}
input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit;}
button,input,select[multiple],textarea{background-image:none;}
a{color:#428bca;text-decoration:none;}a:hover,a:focus{color:#2a6496;text-decoration:underline;}
a:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}
img{vertical-align:middle;}
.img-responsive{display:block;max-width:100%;height:auto;}
.img-rounded{border-radius:6px;}
.img-thumbnail{padding:4px;line-height:1.428571429;background-color:#ffffff;border:1px solid #dddddd;border-radius:4px;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;display:inline-block;max-width:100%;height:auto;}
.img-circle{border-radius:50%;}
hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eeeeee;}
.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);border:0;}
@font-face{font-family:'Glyphicons Halflings';src:url('../fonts/glyphicons-halflings-regular.eot');src:url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),url('../fonts/glyphicons-halflings-regular.woff') format('woff'),url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'),url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;}
.glyphicon-asterisk:before{content:"\2a";}
.glyphicon-plus:before{content:"\2b";}
.glyphicon-euro:before{content:"\20ac";}
.glyphicon-minus:before{content:"\2212";}
.glyphicon-cloud:before{content:"\2601";}
.glyphicon-envelope:before{content:"\2709";}
.glyphicon-pencil:before{content:"\270f";}
.glyphicon-glass:before{content:"\e001";}
.glyphicon-music:before{content:"\e002";}
.glyphicon-search:before{content:"\e003";}
.glyphicon-heart:before{content:"\e005";}
.glyphicon-star:before{content:"\e006";}
.glyphicon-star-empty:before{content:"\e007";}
.glyphicon-user:before{content:"\e008";}
.glyphicon-film:before{content:"\e009";}
.glyphicon-th-large:before{content:"\e010";}
.glyphicon-th:before{content:"\e011";}
.glyphicon-th-list:before{content:"\e012";}
.glyphicon-ok:before{content:"\e013";}
.glyphicon-remove:before{content:"\e014";}
.glyphicon-zoom-in:before{content:"\e015";}
.glyphicon-zoom-out:before{content:"\e016";}
.glyphicon-off:before{content:"\e017";}
.glyphicon-signal:before{content:"\e018";}
.glyphicon-cog:before{content:"\e019";}
.glyphicon-trash:before{content:"\e020";}
.glyphicon-home:before{content:"\e021";}
.glyphicon-file:before{content:"\e022";}
.glyphicon-time:before{content:"\e023";}
.glyphicon-road:before{content:"\e024";}
.glyphicon-download-alt:before{content:"\e025";}
.glyphicon-download:before{content:"\e026";}
.glyphicon-upload:before{content:"\e027";}
.glyphicon-inbox:before{content:"\e028";}
.glyphicon-play-circle:before{content:"\e029";}
.glyphicon-repeat:before{content:"\e030";}
.glyphicon-refresh:before{content:"\e031";}
.glyphicon-list-alt:before{content:"\e032";}
.glyphicon-flag:before{content:"\e034";}
.glyphicon-headphones:before{content:"\e035";}
.glyphicon-volume-off:before{content:"\e036";}
.glyphicon-volume-down:before{content:"\e037";}
.glyphicon-volume-up:before{content:"\e038";}
.glyphicon-qrcode:before{content:"\e039";}
.glyphicon-barcode:before{content:"\e040";}
.glyphicon-tag:before{content:"\e041";}
.glyphicon-tags:before{content:"\e042";}
.glyphicon-book:before{content:"\e043";}
.glyphicon-print:before{content:"\e045";}
.glyphicon-font:before{content:"\e047";}
.glyphicon-bold:before{content:"\e048";}
.glyphicon-italic:before{content:"\e049";}
.glyphicon-text-height:before{content:"\e050";}
.glyphicon-text-width:before{content:"\e051";}
.glyphicon-align-left:before{content:"\e052";}
.glyphicon-align-center:before{content:"\e053";}
.glyphicon-align-right:before{content:"\e054";}
.glyphicon-align-justify:before{content:"\e055";}
.glyphicon-list:before{content:"\e056";}
.glyphicon-indent-left:before{content:"\e057";}
.glyphicon-indent-right:before{content:"\e058";}
.glyphicon-facetime-video:before{content:"\e059";}
.glyphicon-picture:before{content:"\e060";}
.glyphicon-map-marker:before{content:"\e062";}
.glyphicon-adjust:before{content:"\e063";}
.glyphicon-tint:before{content:"\e064";}
.glyphicon-edit:before{content:"\e065";}
.glyphicon-share:before{content:"\e066";}
.glyphicon-check:before{content:"\e067";}
.glyphicon-move:before{content:"\e068";}
.glyphicon-step-backward:before{content:"\e069";}
.glyphicon-fast-backward:before{content:"\e070";}
.glyphicon-backward:before{content:"\e071";}
.glyphicon-play:before{content:"\e072";}
.glyphicon-pause:before{content:"\e073";}
.glyphicon-stop:before{content:"\e074";}
.glyphicon-forward:before{content:"\e075";}
.glyphicon-fast-forward:before{content:"\e076";}
.glyphicon-step-forward:before{content:"\e077";}
.glyphicon-eject:before{content:"\e078";}
.glyphicon-chevron-left:before{content:"\e079";}
.glyphicon-chevron-right:before{content:"\e080";}
.glyphicon-plus-sign:before{content:"\e081";}
.glyphicon-minus-sign:before{content:"\e082";}
.glyphicon-remove-sign:before{content:"\e083";}
.glyphicon-ok-sign:before{content:"\e084";}
.glyphicon-question-sign:before{content:"\e085";}
.glyphicon-info-sign:before{content:"\e086";}
.glyphicon-screenshot:before{content:"\e087";}
.glyphicon-remove-circle:before{content:"\e088";}
.glyphicon-ok-circle:before{content:"\e089";}
.glyphicon-ban-circle:before{content:"\e090";}
.glyphicon-arrow-left:before{content:"\e091";}
.glyphicon-arrow-right:before{content:"\e092";}
.glyphicon-arrow-up:before{content:"\e093";}
.glyphicon-arrow-down:before{content:"\e094";}
.glyphicon-share-alt:before{content:"\e095";}
.glyphicon-resize-full:before{content:"\e096";}
.glyphicon-resize-small:before{content:"\e097";}
.glyphicon-exclamation-sign:before{content:"\e101";}
.glyphicon-gift:before{content:"\e102";}
.glyphicon-leaf:before{content:"\e103";}
.glyphicon-eye-open:before{content:"\e105";}
.glyphicon-eye-close:before{content:"\e106";}
.glyphicon-warning-sign:before{content:"\e107";}
.glyphicon-plane:before{content:"\e108";}
.glyphicon-random:before{content:"\e110";}
.glyphicon-comment:before{content:"\e111";}
.glyphicon-magnet:before{content:"\e112";}
.glyphicon-chevron-up:before{content:"\e113";}
.glyphicon-chevron-down:before{content:"\e114";}
.glyphicon-retweet:before{content:"\e115";}
.glyphicon-shopping-cart:before{content:"\e116";}
.glyphicon-folder-close:before{content:"\e117";}
.glyphicon-folder-open:before{content:"\e118";}
.glyphicon-resize-vertical:before{content:"\e119";}
.glyphicon-resize-horizontal:before{content:"\e120";}
.glyphicon-hdd:before{content:"\e121";}
.glyphicon-bullhorn:before{content:"\e122";}
.glyphicon-certificate:before{content:"\e124";}
.glyphicon-thumbs-up:before{content:"\e125";}
.glyphicon-thumbs-down:before{content:"\e126";}
.glyphicon-hand-right:before{content:"\e127";}
.glyphicon-hand-left:before{content:"\e128";}
.glyphicon-hand-up:before{content:"\e129";}
.glyphicon-hand-down:before{content:"\e130";}
.glyphicon-circle-arrow-right:before{content:"\e131";}
.glyphicon-circle-arrow-left:before{content:"\e132";}
.glyphicon-circle-arrow-up:before{content:"\e133";}
.glyphicon-circle-arrow-down:before{content:"\e134";}
.glyphicon-globe:before{content:"\e135";}
.glyphicon-tasks:before{content:"\e137";}
.glyphicon-filter:before{content:"\e138";}
.glyphicon-fullscreen:before{content:"\e140";}
.glyphicon-dashboard:before{content:"\e141";}
.glyphicon-heart-empty:before{content:"\e143";}
.glyphicon-link:before{content:"\e144";}
.glyphicon-phone:before{content:"\e145";}
.glyphicon-usd:before{content:"\e148";}
.glyphicon-gbp:before{content:"\e149";}
.glyphicon-sort:before{content:"\e150";}
.glyphicon-sort-by-alphabet:before{content:"\e151";}
.glyphicon-sort-by-alphabet-alt:before{content:"\e152";}
.glyphicon-sort-by-order:before{content:"\e153";}
.glyphicon-sort-by-order-alt:before{content:"\e154";}
.glyphicon-sort-by-attributes:before{content:"\e155";}
.glyphicon-sort-by-attributes-alt:before{content:"\e156";}
.glyphicon-unchecked:before{content:"\e157";}
.glyphicon-expand:before{content:"\e158";}
.glyphicon-collapse-down:before{content:"\e159";}
.glyphicon-collapse-up:before{content:"\e160";}
.glyphicon-log-in:before{content:"\e161";}
.glyphicon-flash:before{content:"\e162";}
.glyphicon-log-out:before{content:"\e163";}
.glyphicon-new-window:before{content:"\e164";}
.glyphicon-record:before{content:"\e165";}
.glyphicon-save:before{content:"\e166";}
.glyphicon-open:before{content:"\e167";}
.glyphicon-saved:before{content:"\e168";}
.glyphicon-import:before{content:"\e169";}
.glyphicon-export:before{content:"\e170";}
.glyphicon-send:before{content:"\e171";}
.glyphicon-floppy-disk:before{content:"\e172";}
.glyphicon-floppy-saved:before{content:"\e173";}
.glyphicon-floppy-remove:before{content:"\e174";}
.glyphicon-floppy-save:before{content:"\e175";}
.glyphicon-floppy-open:before{content:"\e176";}
.glyphicon-credit-card:before{content:"\e177";}
.glyphicon-transfer:before{content:"\e178";}
.glyphicon-cutlery:before{content:"\e179";}
.glyphicon-header:before{content:"\e180";}
.glyphicon-compressed:before{content:"\e181";}
.glyphicon-earphone:before{content:"\e182";}
.glyphicon-phone-alt:before{content:"\e183";}
.glyphicon-tower:before{content:"\e184";}
.glyphicon-stats:before{content:"\e185";}
.glyphicon-sd-video:before{content:"\e186";}
.glyphicon-hd-video:before{content:"\e187";}
.glyphicon-subtitles:before{content:"\e188";}
.glyphicon-sound-stereo:before{content:"\e189";}
.glyphicon-sound-dolby:before{content:"\e190";}
.glyphicon-sound-5-1:before{content:"\e191";}
.glyphicon-sound-6-1:before{content:"\e192";}
.glyphicon-sound-7-1:before{content:"\e193";}
.glyphicon-copyright-mark:before{content:"\e194";}
.glyphicon-registration-mark:before{content:"\e195";}
.glyphicon-cloud-download:before{content:"\e197";}
.glyphicon-cloud-upload:before{content:"\e198";}
.glyphicon-tree-conifer:before{content:"\e199";}
.glyphicon-tree-deciduous:before{content:"\e200";}
.glyphicon-briefcase:before{content:"\1f4bc";}
.glyphicon-calendar:before{content:"\1f4c5";}
.glyphicon-pushpin:before{content:"\1f4cc";}
.glyphicon-paperclip:before{content:"\1f4ce";}
.glyphicon-camera:before{content:"\1f4f7";}
.glyphicon-lock:before{content:"\1f512";}
.glyphicon-bell:before{content:"\1f514";}
.glyphicon-bookmark:before{content:"\1f516";}
.glyphicon-fire:before{content:"\1f525";}
.glyphicon-wrench:before{content:"\1f527";}
