/* apply a natural box layout model to all elements, but allowing components to change */
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */



html {
  font-family: 'Open Sans', sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
  font-size: 0.85em;
  font-weight: 400;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: 600;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 92%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
  max-width: 100%;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  /*height: auto;*/
  -webkit-appearance: none;
}
input[type="number"]{
  -moz-appearance: textfield;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Lists
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

ul.list {
  list-style: none;
  padding-left: 18px;
}

ul.list li {
  position: relative;
}

ul.list li:before {
  content: " ";
  position: absolute;
  top: 7px;
  left: -14px;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 8px;
  background-color: #00bfc3; 
}


/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #fff;
}

td,
th {
  padding: 0;
}

table {
  margin-bottom: 35px;
}

th.empty {
  border-top: 0 !important;
  border-left: 0 !important;
}

.footable-row-detail-cell .footable-row-detail-inner {
  text-align: left;
}

.footable-row-detail-row > div {
  padding: 2px 12px 2px 0;
}

.footable th[colspan] {
  color: #00bfc3;
  text-align: left;
    font-size: 1.325em;
    font-weight: 700;
}

/* Overlay
   ========================================================================== */
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(83, 140, 147, 0.8);
  z-index: 20;
}

.lightbox {
  position: fixed;
  top: 200px;
  left: 50%;
  margin-left: -290px;
  width: 580px;
  background: #fff;
  box-shadow: 0px 2px 13px 0px rgba(0,0,0,0.2);
  border: 1px solid #FFF;
}

.lightbox-header {
  background-color: #56bec3;
  padding: 2px 45px;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  font-weight: bold;
}

.lightbox-header p {
  margin: 12px 0;
}

.lightbox-content {
  padding: 12px 45px;
  font-size: 1.1rem;
  text-align: center;
  padding-bottom: 35px;
  line-height: 28px;
}

.lightbox-content .btn {
  margin-top: 20px;
  position: static;
  display: inline-block;
  font-size: 1.5rem;
  outline: none;
}

/* GLOBAL
   ========================================================================== */

body {
  color: #6d7277;
  font-family: 'Open Sans', sans-serif; /* 1 */
  background-color: #f6f6f6;
}

.container {
  max-width: 1180px;
  margin: auto;
}

strong {
  font-weight: normal;
  text-decoration: underline;
}

.desktop,
.box-content .grid  .desktop {
  display: none;
}

.tablet {
  display: none;
}

.footable.tablet {
  display: table;
}

.grid {
  display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;  /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;   
}

.gridWrap {
  flex-wrap : wrap;      /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-flex-wrap : wrap;
}

.grid > * {
  padding-right: 30px;
}

.gridvac > * {
  -webkit-align-self: center;
   align-self: center;
}

.grid-between {
  -webkit-justify-content: space-between; /* Safari 6.1+ */
  justify-content: space-between;
}

.grid-between > div:first-child {
  flex-grow: 1;
  -webkit-flex-grow: 1;
}

.grid-between > div:last-child {
  flex-grow: 9;
  -webkit-flex-grow: 9;
}

.tac {
  text-align: center;
}

table td.tal {
  text-align: left;
}

.highlight {
  background-color: #ffd10d;
  display: inline-block;
  padding: 1px 2px;
}

.highlight-color {
  color: #00bfc5;
}
p.resend-sms{
  margin-top: 0;
  margin-bottom: 15px;
}
.resend-sms>a{
  text-decoration: none;
}
.resend-sms>a:hover{
  text-decoration: underline;
}
.authent-loader{
  /*padding-top: 25px;*/
  display: block;
}
.authent-loader>img, .authent-loader>span{
  display: none;
}
.authent-loader>img{
  margin-top: 10px;
}
.authent-loader>span{
  color: #855287;
  font-weight: bold;
}
.authent-loader>span.invalide{
  display: inline;
}

.little-title {
  margin-bottom: 8px;
  color: #00bfc5;
  font-size: 1.1em;
  font-weight: bold;
}

/* buttons */
.btn {
  position: absolute;
  right: 30px;
  bottom: 30px;
  padding: 15px 40px;
  background-color: #f4b420;
  border: 0;
  border-radius: 6px;
  cursor:pointer;
  z-index:2;
  box-shadow: 0 0 8px rgba(0,0,0,0.45);
  text-align: center;
  font-size: 1.4em;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}

.btn-next span,
.btn span {
      font-size: 12px;
    position: relative;
    top: -1px;
}

.hilight .block-header .block-title {
  color: #ed1c24;
}



/* HEADER
   ========================================================================== */
.masterhead{
  background-color: #ffffff;
}
.logo {
  margin-top: 3px;
  margin-bottom: 3px;
  flex-grow: 10;
  -webkit-flex-grow: 10;

}

.logo img {
  max-height: 70px;
}

.tel-container {
  text-align: right;
  flex-grow: 10;
  -webkit-flex-grow: 10;
}

.mobile-tel a {
  display: inline-block;
  margin-top: 5px;
  color: #78b41e;
  font-size: 35px;
  text-decoration: none;
}

.tel {
  display: none;
  color: #78b41e;
}

.number {
  margin: 26px 0;
  /*border: 1px solid #c7c8c9;
  padding: 3px 6px 3px 8px;*/
  max-width: 330px;
  min-height: 23px;
}

.number p {
  margin: 0;
  font-weight: bold;
  font-size: 1.1em;
}

.number a {
  /*padding-right: 7px;*/
  color: #78b41e;
  text-decoration: none;
}

.number span {
  position: relative;
  top: -2px;
  background: #78b41e;
  color: #fff;
  font-weight: bold;
  font-size: 0.75em;
  padding: 8px 10px 9px 12px;
}

.number span:before {
  content: " ";
  display: block;
  width: 0; 
  height: 0; 
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #fff;
  position: absolute;
  left: -1px;
  top: 9px;
}

/* MAIN CONTENT
   ========================================================================== */
.authentification{
  display: none;
}

.main-content {
  background: #f6f6f6;
}

.main-title {
  margin: 0;
  padding-top: 20px;
  text-align: center;
  color: #00bfc5;
}

.main-content-text ul {
  padding-left: 0px;
  list-style: none;
}

.main-content-text ul li {
  background: url(../images/bullet.png) no-repeat;
  background-position: 0 8px;
  padding-left: 12px;
  padding-bottom: 10px;
}

.title {
  text-align: center;
  font-size: 1.5em;
  margin:0 20px;
}

.title span {
  position: relative;
  display: inline-block;
  top: -24px;
  padding: 15px 25px;
  border: 1px solid #e5e5e5;
  background: #fff;
    font-size: 1em;
}

.subtitle {
  margin: 25px 40px 0;
  font-size: 1.15em;
  text-align: center;
}

.subtitle span {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.subtitle span:before {
  content: " ";
  display: block;
  position: absolute;
  top: 12px;
  left: -30px;
  width: 20px;
  height: 1px;
  background-color: #bdbdbd;
}

.subtitle span:after {
  content: " ";
  display: block;
  position: absolute;
  top: 12px;
  right: -30px;
  width: 20px;
  height: 1px;
  background-color: #bdbdbd;
}

/* BOX FORM
   ========================================================================== */

.form form {
  margin: auto;
  position: relative;
  max-width: 100%;
  max-width: 970px;
}

.box {
  position: relative;
  margin: auto;
  margin-top: 20px;
  max-width: 970px;
  width: 100%;
  overflow: hidden;
  box-shadow: 0 0 2px 0 rgba(0,0,0,.35);
  background-color: #fff;
}

.box-inner {
  margin: 0;
  min-height: 430px;
  transition: margin 0.6s ease;
}

.box-inner.grid-5 {
  width: 500%;
}

.box-inner.grid-6 {
  width: 600%;
}

.box-inner.grid-7 {
  width: 700%;
  background-color:#fafafa;
}
.box-inner.grid-8 {
  width: 800%;
  background-color:#fafafa;
}

.box-inner > div {
  margin: 0 16px;
}

/* Box header */
.box-header {
  background-color: #00BFC3;
  text-align: center;
  position: relative;
}

.box-header nav {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  min-width: 875px;
}

.box-header .icon {
  margin-bottom: 4px;
  font-size: 2em;
  display: block;
}

.box-header .nav div {
  padding: 1px 20px;
  flex-grow: 1;
  -webkit-flex-grow: 1;
}

.box-header .nav p {
  display: block;
  position: relative;
  color: #538c93;
  text-decoration: none;
  font-weight: bold;
}

.box-header .nav .active {
  color: #fff !important;
}

.box-header nav p:after {
  content: " ";
  display: block;
  position: absolute;
  left: -25px;
  top: 14px;
  background: url(../images/chevron.png) no-repeat;
  width: 24px;
  height: 26px;
}

.box-header nav div:first-child p:after {
  display: none;
}

.box-header .progress {
  height: 4px;
  background-color: #d6d6d6;
  display: none;
}

.box-header .progress .percent {
  transition: all 0.3 ease;
  width: 14.285%;
  height: 4px;
  background-color: #538c93;
}

/* Box content */


.box-content {
  padding: 0 20px;
}

.box-content h2 {
  margin-top: 25px;
  margin-bottom: 35px;
  font-size: 1.3em;
  color: #56bec3;
}

.error {
  display: none;
  color: #855287;
  font-weight: bold;
  font-size: 1.1em;
}

.error:before, .authent-loader>span:before  {
  content: "  ";
  display: inline-block;
  width: 24px;
  height: 22px;
  position: relative;
  top: 4px;
  background: url(../images/danger.png);
  margin-right: 8px;
}

.error-tel {
  display: none;
  color: #855287;
  font-weight: bold;
  font-size: 1.1em;
}

.error-tel:before, .authent-loader>span:before  {
  content: "  ";
  display: inline-block;
  width: 24px;
  height: 22px;
  position: relative;
  top: 4px;
  background: url(../images/danger.png);
  margin-right: 8px;
}

.box .step {
  position: relative;
  min-height: 430px;
  padding-bottom: 55px;
}

.step-disable {
  display: none;
}

.btn {
  position: absolute;
  right: 30px;
  bottom: 40px;
  padding: 15px 40px;
  background-color: #f8b811;
  border: 0;
  border-radius: 6px;
  cursor:pointer;
  z-index:2;
  box-shadow: 0 0 8px rgba(0,0,0,0.45);
  text-align: center;
  font-size: 1.4em;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  outline: none;
}
.btn:hover {background: #078187;
  -webkit-transition: 0.4s all ease;
          transition: 0.4s all ease;}

.btn-next span,
.btn span {
      font-size: 17px;
    position: relative;
    top: -1px;
}

a.btn-prev {
  position: absolute;
  left: 30px;
  bottom: 30px;
  color: #6b7378;
  text-decoration: none;
  font-weight: normal;
}
a.btn-prev i{
    font-style: normal;
    }
a.btn-prev i:hover{
    text-decoration: underline;
    }

a.btn-prev span {
  font-size: 11px;  
}


.btn-prev , .btn-prev2{
  /*cursor: pointer;*/  
}

.box-infos {
  text-align: left;
  margin-top: 5px;
}

.box-infos .legals,
.box-infos .protection,
.box-infos .cnil,
.box-infos .telephone {
  display: inline-block;
  position: relative;
}

.box-infos .legals > p,
.box-infos .protection > p,
.box-infos .cnil > p{
  display: inline-block;
  cursor: pointer;
  font-size: 0.9em;
  margin: 3px 0 15px 0;
}
.box-infos .telephone > p {
  display: inline-block;
  font-size: 0.9em;
  margin: 3px 0 15px 0;
}

.box-infos .legals:hover > p,
.box-infos .protection:hover > p,
.box-infos .cnil:hover > p {
  text-decoration: underline;
}
.box-infos .infos-mobile{
  position: relative;
}
.box-infos .infos-mobile:hover > p{
  cursor: pointer;
}

.box-infos .tooltip {
  display: none;
  position: absolute;
  z-index: 3;
  left: -50%;
  padding: 5px 10px;
  width: 300px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.35);
  background-color: #fff;
  opacity: 1;
}
.box-infos .infos-mobile .tooltip{
  top: -120px;
  left: 25px;
}
.box-infos .legals .tooltip {
  left: -110%;
}
.box-infos .cnil .tooltip {
  left: -235%;
}

.box-infos div:hover .tooltip {
  display: block;
}

.box-infos .tooltip:before {
  content: " ";
  display: block;
  position: absolute;
  top: -9px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #fff transparent;
}
.box-infos .infos-mobile .tooltip:before{
  display: none;
}
.box-infos .infos-mobile .tooltip:after {
top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 10px;
}

.box-infos .tooltip h3 {
  margin: 4px 0;
  font-size: 0.9em;
}

.box-infos .tooltip p {
  margin: 4px 0;
  font-size: 12px;
}
/* FOrmulaire */

.step-1 .grid-2 > * {
  -webkit-align-self: center;
   align-self: center;
}
/*
.step-5 .gridvac > div:first-child,
.step-6 .gridvac > div:first-child {
  width: 402px;
}
*/

.step-3 .grid > * {
  padding-right: 40px;
}

.secteurGeoAjout {
  display: inline-block;
  margin-top: 8px;
  cursor: pointer;
  font-size: 0.9em;
}

#secteurGeo-plus.none, #secteurGeo-plus-question.none {
  display: none;
}

.rayon .question {
  margin-top: 0;
  padding-top: 16px;
  font-size: 1em;
  padding-right: 10px;
}

div .cnil:first-child {
  margin-top: 25px;
}

p.cnil {
  font-size: 0.75rem;
}

p.cnil img {
  padding-right: 5px;
}

.block-question {
  margin-bottom: 40px;
}

.box-content > div:last-child {
  margin-bottom: 0;
}

.question {
  margin-top: 32px;
  color: #04acb1;
  font-weight: 600;
  font-size: 1.3em;
}

.reponse{
  font-size: 1.15em;  
}
.radio-inline{
    padding-top: 11px;
}

.sub-question {
  color: #4f5357;
  font-weight: 600;
  font-size: 1.15em;
}
.sub-question.symptomes{
  display: none;
}

.choices {
  display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;  /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
}

.choices > * {
  display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;  /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
}

.choices label {
  font-weight: 600;
}

.choices label small {
  display: inline-block;
  font-weight: 400;
  line-height: 1.2;
}

.chkx-choices-2 {
  -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
  -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
  -moz-column-gap: 40px; /* Firefox */
  column-gap: 40px;
}

.chkx-choices-2 > div {
  display: none;
}

input[type="text"], 
input[type="email"], 
input[type="tel"],
input[type="number"], 
select,
.select-menu {
  width: 350px;
  max-width: 100%;
}

input[type="text"], 
input[type="email"], 
input[type="number"],
input[type="tel"] {
  border-radius: 6px;
  border: 1px solid #dbdbdb;
  padding: 15px 12px; 
  /*color: #00bfc5;*/
}

input[type="text"]:focus, 
input[type="email"]:focus, 
input[type="tel"]:focus {
  outline-color: #ffb900;
}

.select-menu.select-small {
  width: auto;
}

label {
  position: relative;
}

/* select */

select {
  width: 0;
  height: 0;
  opacity: 0;
  border: 0;
}

.select-menu {
  list-style: none;
  padding-left: 0;
  font-size: 1.2em;
}

.step-4 .select-menu {
  padding-top: 0;
  margin-top: 0;
}

.option-selected {
  position: relative;
  padding-bottom: 2px;
}

.option-selected span {
  display: inline-block;
  position: relative;
  border: 1px solid #dbdbdb;
  border-radius: 6px;
  width: 100%;
  padding: 12px; 
  padding-right: 46px;
  color: #6b7378;
  cursor: pointer;
}

.option-selected span:after {
  font-family: "icomoon";
  content: "\e904";
  position: absolute;
  font-size: 1.15em;
  right: 16px;
  top: 15px;
  color: #ffb900;
}

.option-selected:hover span {
  color: #00adb4;
}

.option-selected .submenu {
  display: none;
  background-color: #fff;
  position: absolute;
  width: 100%;
  list-style: none;
  padding-left: 0;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2); 
  border-radius: 6px;
    max-height: 212px;
    overflow: auto;
  z-index: 45;
}

.select-menu .submenu li {
  padding: 15px 12px; 
  color: #6b7378;
  cursor: pointer;
  border-top: 1px solid #d1f1ff;
}

.select-menu .submenu li[data-value="0"] {
  display: none;
}

.select-menu .submenu li:hover {
  background-color: #00adb4;
  color: #fff;
}

.select-menu .submenu li:nth-child(2) {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.select-menu .submenu li:last-child {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

/* map */ 

.map:after {
  font-family: "icomoon";
  content: "\e90b";
  position: relative;
  display: inline-block;
  color: #ffb900;
}

.map-2 {
  display: none;
}

.add {
  cursor: pointer;
}

/* Radio */

.radio-inline label {
  margin-right: 15px;
}

input[type="radio"] {
  margin-right: 15px;
}

[type="radio"]:not(:checked),
[type="radio"]:checked {
  position: absolute;
  left: -9999px;
}
 
/* on prépare le label */
[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label {
  position: relative; /* permet de positionner les pseudo-éléments */
  display: inline-block;
  margin-bottom: 12px;
  padding-left: 23px; /* fait un peu d'espace pour notre case à venir */
  cursor: pointer;    /* affiche un curseur adapté */
}

/* Aspect des checkboxes */
/* :before sert à créer la case à cocher */
[type="radio"]:not(:checked) + label:before,
[type="radio"]:checked + label:before {
  content: '';
  position: absolute;
  left:0; 
  top: 1px;
  width: 17px; 
  height: 17px; /* dim. de la case */
  border: 1px solid #dbdbdb;
  background: #fff;
  border-radius: 17px; /* angles arrondis */
  transition: all .2s; /* on prévoit une animation */
}

[type="radio"]:checked + label:before { 
  border: 2px solid #ffb900;
}
  
/* Aspect général de la coche */
[type="radio"]:not(:checked) + label:after,
[type="radio"]:checked + label:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 5px;
  left: 4px;
  width: 9px;
  height: 9px;
  border-radius: 13px;
  background-color: #ffb900;
  transition: all .2s; /* on prévoit une animation */
}
/* Aspect si "pas cochée" */
[type="radio"]:not(:checked) + label:after {
  opacity: 0; /* coche invisible */
}
/* Aspect si "cochée" */
[type="radio"]:checked + label:after {
  opacity: 1; /* coche opaque */
}

/* checkboxes */ 
/* Cachons la case à cocher */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
 
/* on prépare le label */
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative; /* permet de positionner les pseudo-éléments */
  display: inline-block;
  margin-bottom: 10px;
  padding-left: 25px; /* fait un peu d'espace pour notre case à venir */
  cursor: pointer;    /* affiche un curseur adapté */
}

.input-disabled label {
  opacity: 0.5;
}

/* Aspect des checkboxes */
/* :before sert à créer la case à cocher */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left:0; 
  top: 1px;
  width: 17px; 
  height: 17px; /* dim. de la case */
  border: 1px solid #dbdbdb;
  background: #fff;
  border-radius: 3px; /* angles arrondis */
  transition: all .2s; /* on prévoit une animation */
}

[type="checkbox"]:checked + label:before { 
  border: 1px solid #ffb900;
  background: #ffb900;
}
 
/* Aspect général de la coche */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  font-family: 'icomoon';
  content: '\e911';
  position: absolute;
  top: 2px; 
  left: 2px;
  font-size: 14px;
  color: #fff;
  transition: all .2s; /* on prévoit une animation */
}
/* Aspect si "pas cochée" */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0; /* coche invisible */
}
/* Aspect si "cochée" */
[type="checkbox"]:checked + label:after {
  opacity: 1; /* coche opaque */
}


/* inputs */
.input {
  position: relative;
  margin-bottom: 18px;
  width: 320px;
  max-width: 100%;
}

.input input {
  width: 310px;
  max-width: 100%;
  padding: 12px 20px;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
}

input.nom {
  padding-left: 74px;
}

input.prenom {
  padding-left: 93px;
}

input.age {
  padding-left: 73px;  
}

input.zip {
  padding-left: 124px;  
}

input.mobile {
  padding-left: 107px;  
}

input.tel-fixe {
  padding-left: 83px;  
}

input.email {
  padding-left: 78px;  
}

.input input:focus {
  outline: 0;
  border-color: #f8b811;
}

.input label {
  position: absolute;
  top: 13px;
  left: 12px;
}


/*  LOADING
   ========================================================================== */
.loading {
  padding:  5px 20px;
}

.loading img {
  -webkit-animation-name: loading; /* Chrome, Safari, Opera */
  animation-name: loading;
  -webkit-animation-duration: 2s; /* Chrome, Safari, Opera */
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite; /* Chrome, Safari, Opera */
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes loading {
    from {
      -ms-transform: rotate(0deg); /* IE 9 */
      -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
      transform: rotate(0deg);
    }
    to {
      -ms-transform: rotate(360deg); /* IE 9 */
      -webkit-transform: rotate(360deg); /* Chrome, Safari, Opera */
      transform: rotate(360deg);
    }
}

/* Standard syntax */
@keyframes loading {
    from {
      -ms-transform: rotate(0deg); /* IE 9 */
      -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
      transform: rotate(0deg);
    }
    to {
      -ms-transform: rotate(360deg); /* IE 9 */
      -webkit-transform: rotate(360deg); /* Chrome, Safari, Opera */
      transform: rotate(360deg);
    }
}

.advantages strong {
  text-decoration: none;
  font-weight: bold;
}

.bot-b {
  display: inline-block;
  width: 100%;
  max-width: 75px;
  height: 1px;
  background-color: #6b7378;
}

/*  Validation SMS
   ========================================================================== */

.validation-sms .icon {
  font-size: 1.6rem;
  position: relative;
  top: 5px;
}

.edit-tel {
  margin-left: 12px;
  color: #6b7378;
  font-size: 0.75rem;
  text-decoration: underline;
  cursor: pointer;
}
.btn.edit-tel-btn{
  padding:3px 10px;
  font-size: 1.1em; 
  display: none;
}

.validation-sms {
  position: relative;
}

.validation-sms .big {
  font-size: 1.63em;
  color: #04acb1;
  margin-bottom: 5px;
}

.validation-sms .btn {
  position: static;
}

.validation-sms input[type="number"] {
  max-width: 195px;
  margin-right: 25px;
  font-size: 25px;
  padding: 10px; 
  outline: none;
}
.validation-sms input[type="number"].edit-tel-input{
  height: 30px;
  width: 150px;
  margin-right: 7px;
  margin-left: 5px;
  padding: 5px;
  display: none;
  font-size: 16px;
}


/*  TEAM
   ========================================================================== */

.team {
  margin-top: 75px;
  background-color: #fff;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
} 

/*  TESTIMONIALS
   ========================================================================== */

.testimonials {
  margin-top: 75px;
  background-color: #fff;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
} 

.testimonial {
  padding: 5px;
}

.testimonial > div {
  border: 1px solid #e6e6e6;
  padding: 10px;
  text-align: left;
}

.testimonial-title {
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 1.2em;
}

.testimonial .posted-on {
  font-size: .8em;
}

.testimonial-footer {
  margin: 0 -10px;
  margin-bottom: -10px;
  padding: 10px;
  background-color: #f9f9f9;
  border-top: 1px solid #e6e6e6;
}

.testimonial-footer > div {
  display: inline-block;
}

.testimonial-footer img {
  border-radius: 50px;
  margin-right: 10px;
}

.testimonial-footer p {
  margin-bottom: 0px;
}

.testimonial-footer .name {
  font-weight: bold;
  margin-top: 0;
}

.text-trust {
  text-align: center;
  margin-bottom: 25px;
}

.text-trust img {
  margin-left: 10px;
}

/*  PRESS
   ========================================================================== */

.press {
  margin-top: 75px;
  background-color: #fff;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
} 

.press .container {
  padding: 25px 0 35px;
}

.press-logo {
  text-align: center;
}

.press .mobile,
.press .tablet {
  margin-bottom: 20px;
}

/*  PARTENAIRES
   ========================================================================== */

.partners {
  margin-top: 75px;
  background-color: #fff;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

/* CREDIBILTE
   ========================================================================== */
.credibilite-container{
  width: 800px;
  margin: auto;
  padding: 5px 0 84px;
}

.center-text{
  text-align: center;
}

.credibilite-img-container img{
  width: 100px;
}

.credibilite-img-container p{
  color: #68c9c4;
}

.bold{
  font-weight: bold;
}

/*  SLIDERS
   ========================================================================== */
.mobile, .mobile-center, .mobile-inline{
    display: none;
  }
input.mobile{
  display: block;
}
.slide.container {
  overflow: hidden;
  position: relative;
  padding: 40px 0px 10px;
}

.slide-items {
  width: 600%;
  margin-left: -1rem;
  transition: all 0.6s ease;
}

/* TEAM */
.slide-items.slide-team {
  width: 1200%;
  margin-left: -1rem;
  transition: all 0.6s ease;
}

.slide-partner.slide-partner {
  width: 1200%;
  margin-left: -1rem;
  transition: all 0.6s ease;
}

.slide-items > div {
  text-align: center;
}

.team .slide-items img {
  border-radius: 115px;
}

.slide-items h3 {
  margin-bottom: 4px;
}

.slide-items p {
  margin-top: 4px;
}

/* controllers */

.slider-controler {
  display: none;
}

.controler {
  padding: 10px 20px;
  padding-top: 0;
  text-align: right;
}

.controler a {
  display: inline-block;
  margin-left: 8px;
  width: 10px;
  height: 10px;
  border-radius: 12px;
  background-color: #b6b8bb; 
  font-size: 0;
}

.controler a:hover,
.controler a:focus {
  background-color: #6d7277; 
}


/* Slide testimonials */
#slide-2-0:target ~ .slide-items {
  margin-left: -1rem;
}

#slide-2-1:target ~ .slide-items {
  margin-left: -100%;
}

#slide-2-1-lg:target ~ .slide-items {
  margin-left: -50%;
}

#slide-2-2:target ~ .slide-items {
  margin-left: -200%;
}

#slide-2-3:target ~ .slide-items {
  margin-left: -300%;
}

#slide-2-4:target ~ .slide-items {
  margin-left: -400%;
}

#slide-2-5:target ~ .slide-items {
  margin-left: -500%;
}

/* Slide team */
#slide-0:target ~ .slide-items.slide-team {
  margin-left: -1rem;
}

#slide-1:target ~ .slide-items.slide-team {
  margin-left: -100%;
}

#slide-2:target ~ .slide-items.slide-team {
  margin-left: -200%;
}

#slide-3:target ~ .slide-items.slide-team {
  margin-left: -300%;
}

#slide-4:target ~ .slide-items.slide-team {
  margin-left: -400%;
}

#slide-5:target ~ .slide-items.slide-team {
  margin-left: -500%;
}

#slide-6:target ~ .slide-items.slide-team {
  margin-left: -600%;
}

#slide-7:target ~ .slide-items.slide-team {
  margin-left: -700%;
}

#slide-8:target ~ .slide-items.slide-team {
  margin-left: -800%;
}

#slide-9:target ~ .slide-items.slide-team {
  margin-left: -900%;
}

#slide-10:target ~ .slide-items.slide-team {
  margin-left: -1000%;
}

#slide-11:target ~ .slide-items.slide-team {
  margin-left: -1100%;
}


/* Slide partner */
#slide-3-0:target ~ .slide-items.slide-partner {
  margin-left: -1rem;
}

#slide-3-1:target ~ .slide-items.slide-partner {
  margin-left: -100%;
}

#slide-3-2:target ~ .slide-items.slide-partner {
  margin-left: -200%;
}

#slide-3-3:target ~ .slide-items.slide-partner {
  margin-left: -300%;
}

#slide-3-4:target ~ .slide-items.slide-partner {
  margin-left: -400%;
}

#slide-3-5:target ~ .slide-items.slide-partner {
  margin-left: -500%;
}

#slide-3-6:target ~ .slide-items.slide-partner {
  margin-left: -600%;
}

#slide-3-7:target ~ .slide-items.slide-partner {
  margin-left: -700%;
}

#slide-3-8:target ~ .slide-items.slide-partner {
  margin-left: -800%;
}

#slide-3-9:target ~ .slide-items.slide-partner {
  margin-left: -900%;
}

#slide-3-10:target ~ .slide-items.slide-partner {
  margin-left: -1000%;
}

#slide-3-11:target ~ .slide-items.slide-partner {
  margin-left: -1100%;
}

.controler .desk {
  display: none;
}




/*  MEDIA QUERIES
   ========================================================================== */

/* Desktop + */ 
@media screen and (min-width: 992px) {
  .w230 {
    width: 250px; 
  }

  .w200 {
    width: 225px; 
  }

  .desktop,
  .desktop, .box-content .grid .desktop {
    display: block;
  }


  .chkx-choices-2 {
    min-height: 260px;
  }

  .advantages > div {
    padding: 0px 35px;
  }

  .validation-sms .box-footer {
    position: absolute;
    bottom: 0;
  }
      /*  FOOTER
       ========================================================================== */

    .copy {
      padding: 15px 0;
      text-align: right;
      background-color: #e5e5e5;
      position: relative;
      bottom: 0;
      width: 100%;
    }
    
    .step-5 .select {
        margin-top: -15px;
      }
}

/* - Desktop */ 
@media screen and (max-width: 992px) {
  .content-grid {
    display: block;
    width: 100%;
    margin: 0;
  }

  .box .step {
    padding-bottom: 85px;
  }

  .tablet {
    display: block;
  }

  .content-grid > * {
    display: block;
    width: 100%;
  }

  .content-grid>:nth-child(odd),
  .content-grid>:nth-child(even) {
    width: 100%;
    margin: 0;
  }

  .main-content-text {
    max-width: 630px;
    width: 100%;
    margin: auto !important;
  }

  .step-2 .choices label {
    padding-right: 28px;
  }
 /*  FOOTER
     ========================================================================== */

  .copy {
    padding: 15px 0;
    text-align: right;
    background-color: #e5e5e5;
    position: relative;
    bottom: 0;
    width: 100%;
  }

  .credibilite-img-container img{
    width: 75px;
  }

  .credibilite-container{
    width: 500px;
    padding-bottom: 35px;
  }
}

/* mobile + */
@media screen and (min-width: 400px) {

  .tal {
    text-align: left; 
  }

  .tar {
    text-align: right;
  }
  .press .tablet {
    display: block;
  }
  .press .mobile {
    display: none;
  }
}


/* Tablet + */
@media screen and (min-width: 768px) {
  .tal {
    text-align: left; 
  }

  .tar {
    text-align: right;
  }
  .tel {
    display: inline-block;
  }
  .mobile-tel {
    display: none;
  }
  .press .tablet {
    display: none;
  }
  .press .desktop {
    display: block;
  }
  .press .mobile {
    display: none;
  }
}

/* Tablet - */
@media screen and (max-width: 768px) {

  .logo img {
    max-height: 50px;
  }
  .grid-1-2>.logo{
    margin-left: 0;
  }
  .grid-1-2>.tel-container{
    width: 66.66%
  }
}
  /* small - */
@media screen and (max-width: 640px) {
    .press-logo {
      margin-bottom: 28px;
    }
    
  #masterhead .container {
    margin: 0;
  }
  .grid-1-2>:nth-child(n) {
    width: /*calc(33.33333333333333% - 2rem - .01px)*/33.33%;
  }
  .grid-1-2>:nth-child(even){
    width: calc(66.66666666666666% - 2rem - .01px);
  }

  .credibilite-img-container img{
    width: 60px;
  }

  .credibilite-container{
    width: 460px;
  }

}

/* mobile - */
@media screen and (max-width: 695px) {
  .box-content .grid, 
  .box-content .grid-2,
  .choices {
    display: block;
  }
  .box-content .grid > *, 
  .box-content .grid-2 > *,
  .choices > * {
    display: block;
    width: 100%;
  }  

  .btn-next,
  .box .btn,  
  a.btn-prev {
    position: static;
    display: inline-block;
    margin-top: 15px;
  }

  .btn-next, input[type="submit"] {
    float: right;
  }

  .box-infos .tooltip,
  .box-infos .legals .tooltip {
    left: 0;
    width: 100%;
  }

  .box-infos .tooltip:before {
    left: 15px;
  }
}

@media screen and (max-width: 480px) {
  .no-mobile, .choices label small{
    display: none;
  }
  .mobile, .mobile-center, .mobile-center a{
    display: block;
  }
  .mobile-center{
    text-align: center;
  }
  .mobile-inline{
    display: inline-block;
  }
  h1.main-title{
    padding-top: 10px;
    font-size: 18px;
  }
  .box-header .nav div{
    margin:0;
    padding: 0; 
  }
  .box-header nav{
    min-width: 250px;
  }
  .box-header .nav div{
    width: 20%; 
  }
  .box-header nav p:after{
    left: -10px;
    top: 3px;
    width: 24px;
    height: 26px;
  }
  p.question, .block-question p.question {
    margin: 15px 0 0 0;
    text-align: left;
    font-size: 1.1em;
    color: #04acb1;
    line-height: 20px;
  }
  .block-question p.question {
    margin-left: 0;
    margin-bottom: 5px;
  }
  .select{
    margin-left: 0;
  }
  .box-content .grid, .box-content .grid-2, .choices{
    margin-left: 0;
  }
  .select-menu{
    margin-top: 0px;
    margin-bottom: 25px
  }
  .box-infos .legals .tooltip{
    width: 170%;
    left: -20px;
  }
  .box-infos .legals .tooltip:before{
    left: 35%;
    
  }
  .box-infos .cnil .tooltip{
    left: -92%;
    width: 200%;
  }
  .box-infos .cnil .tooltip:before{
    left: 55%;
  }
  .step-2 .choices label{
    font-size: 14px;
    margin-bottom: 5px;
  }
  .block-question{
    margin-bottom: 20px;
  }
  .btn-next{
    float: none;
  }
  [type="checkbox"]:not(:checked) + label, [type="checkbox"]:checked + label{
    margin-bottom: 8px;
  }
  .reponse{
    font-size: 1em;
  }
  .chkx-choices-2 {
    -webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
    -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
    column-gap: 40px;
  }
  div.secteurGeo{
    margin-left: 0;
    margin-bottom: 5px;
  }
  input.secteurGeoInput{
    padding-left: 10px;
  }
  .error{
    font-size: 1em;
  }
  .box-content .grid >.civilite{
    display: inline;
    margin-top: 10px;
  }
  .step-5 .question, .step-5 .input,
  .step-6 .question, .step-6 .input,
  .step-7 .question, .step-7 .input{
    margin-bottom: 10px;
  }
  .sub-question{
    font-size: 1em;
  }
  .step-5 p.sub-question, .step-5 div.radio-inline,
  .step-6 p.sub-question, .step-6 div.radio-inline,
  .step-7 div.radio-inline{
    padding:0;
    margin: 0; 
    display: inline-block;
  }
  .step-5 div.radio-inline,
  .step-6 div.radio-inline,
  .step-7 div.radio-inline{
    margin-top: 5px; 
  }
  .step-5 p.sub-question,
  .step-6 p.sub-question{
    margin-top: 10px;
  }
  .authentification p, .validation-sms>p{
    text-align: center;
  }
  .authentification .tac{
    margin-left: 0;
  }
  .validation-sms input[type="number"]{
    margin-right: 0;
  }
  .box-infos .infos-mobile .tooltip{
    top: -120px;
    left: 0px;
  }
  .box-infos .infos-mobile>p{
    font-size: 0.85em;
  }
  .box-infos .legals > p,
  .box-infos .protection > p,
  .box-infos .cnil > p,
  .box-infos .telephone > p {
      font-size: 0.8em;
  }
  .edit-tel{
    text-align: center;
    display: block;
  }
  .validation-sms p{
    text-align: center;

  }

  .credibilite-img-container img{
    width: 55px;
  }

  .credibilite-container{
    width: 400px;
  }
}


/* container */
@media screen and (max-width: 1220px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 900px) {
  .box-header .nav {
    transition: all 0.5s;
  }
/*
  .box-header[data-step="3"] .nav {
    margin-left: -200px;
  }

  .box-header[data-step="4"] .nav {
    margin-left: -200px;
  }

  .box-header[data-step="5"] .nav {
    margin-left: -458px;
  }

  .box-header[data-step="6"] .nav {
    margin-left: -458px;
  }

  .box-header[data-step="7"] .nav {
    margin-left: -458px;
  }
*/
}

/* SLIDER */
@media screen and (min-width: 400px) {
  .slide-items {
    width: 300%;
  }
  .slide-items.slide-team,
  .slide-items.slide-partner  {
    width: 600%;
  }
  .controler .phone-xs {
    display: none;
  }
}

@media screen and (min-width: 650px) {
  .slide-items {
    width: 200%;
  }
  .slide-items.slide-team,
  .slide-items.slide-partner {
    width: 400%;
  }
  .controler .phone {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .slide-items {
    width: 150%;
  }
  .slide-items.slide-team,
  .slide-items.slide-partner  {
    width: 300%;
  }
  .controler .desk {
    display: inline-block;
  }
  .controler .tablet {
    display: none;
  }
}

.grid-1-2 .list li{
    line-height: 1.77em;
    padding-bottom: 11px;
}

footer.fixed{
    bottom: 0px;
position: fixed;
width: 100%;
}

/*
 * Range slider
 */
 .budget-choices{
    margin: 0;
    width: 75%;
}
.budget-slider{
  margin: 40px 0 70px;
  position: relative;
}
.budget-slider .minimum-value,
.budget-slider .maximum-value{
  color: #868686;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  position: absolute;
  bottom: -20px;
  font-size: 1.3em;
}
.budget-slider .minimum-value{
  left: -17px;
}
.budget-slider .maximum-value{
  right: -27px;
}
 
.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.slider.slider-horizontal {
  width: 100%;
  height: 50px;
}
.slider.slider-horizontal .slider-track {
  height: 12px;
  width: 100%;
  margin-top: -7px;
  top: 50%;
  left: 0;
}
.slider.slider-horizontal .slider-selection,
.slider.slider-horizontal .slider-track-low,
.slider.slider-horizontal .slider-track-high {
  height: 100%;
  top: 0;
  bottom: 0;
}
.slider.slider-horizontal .slider-tick,
.slider.slider-horizontal .slider-handle {
  margin-left: -10px;
  margin-top: -5px;
}
.slider.slider-horizontal .slider-tick.triangle,
.slider.slider-horizontal .slider-handle.triangle {
  border-width: 0 10px 10px 10px;
  width: 0;
  height: 0;
  border-bottom-color: #0480be;
  margin-top: 0;
}
.slider.slider-horizontal .slider-tick-label-container {
  white-space: nowrap;
  margin-top: 20px;
}
.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
  padding-top: 4px;
  display: inline-block;
  text-align: center;
}
.slider.slider-disabled .slider-handle {
  background-image: -webkit-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
  background-image: -o-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
  background-image: linear-gradient(to bottom, #dfdfdf 0%, #bebebe 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf', endColorstr='#ffbebebe', GradientType=0);
}
.slider.slider-disabled .slider-track {
  background-image: -webkit-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
  background-image: -o-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
  background-image: linear-gradient(to bottom, #e5e5e5 0%, #e9e9e9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5', endColorstr='#ffe9e9e9', GradientType=0);
  cursor: not-allowed;
}
.slider input {
  display: none;
}
.slider .tooltip.top {
  margin-top: -36px;
}
.slider .tooltip-main.top{
  opacity: 1;
}
.slider .tooltip-inner {
    background-color: #e6e6e6;
    color: #00adb4;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.6em;
    font-weight: 700;
    white-space: nowrap;
    max-width: none;
}
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px;
}
.slider .tooltip.top .tooltip-arrow {
  border-top-color: #e6e6e6;
}
.slider .hide {
  display: none;
}
.slider-track {
  position: absolute;
  cursor: pointer;
  background-color: #e6e6e6;
  border-radius: 4px;
}
.slider-selection {
  position: absolute;
  background-color: rgba(63, 197, 199, 0.52);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}
.slider-selection.tick-slider-selection {
  background-image: -webkit-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: -o-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: linear-gradient(to bottom, #89cdef 0%, #81bfde 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0);
}
.slider-track-low,
.slider-track-high {
  position: absolute;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}
.slider-handle {
  position: absolute;
  width: 22px;
  height: 22px;
  background-color: #00adb4;
  
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  border: 0px solid transparent;
}
.slider-handle.round {
  border-radius: 50%;
}
.slider-handle.triangle {
  background: transparent none;
}
.slider-handle.custom {
  background: transparent none;
}
.slider-handle.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: '\2605';
  color: #726204;
}
.slider-tick {
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  filter: none;
  opacity: 0.8;
  border: 0px solid transparent;
}
.slider-tick.round {
  border-radius: 50%;
}
.slider-tick.triangle {
  background: transparent none;
}
.slider-tick.custom {
  background: transparent none;
}
.slider-tick.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: '\2605';
  color: #726204;
}
.slider-tick.in-selection {
  background-image: -webkit-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: -o-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: linear-gradient(to bottom, #89cdef 0%, #81bfde 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0);
  opacity: 1;
}

.slider .tooltip.top {
    margin-top: -36px;
}
.tooltip.top {
    padding: 5px 0;
    margin-top: -3px;
}
.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9;
}
.tooltip {
    position: absolute;
    /* z-index: 1070; */
    /* display: block; */
    /* font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; */
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    filter: alpha(opacity=0);
    opacity: 0;
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.grecaptcha-badge{
    display: none;
}