body {
    font-family: 'Nexity', sans-serif;
    min-height: 100vh;
}

ul.ui-autocomplete {
    list-style-type: none;
    z-index: 1000 !important;
    padding: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-bottom: 0 !important;
}

ul.ui-autocomplete .ui-menu-item {
    padding: 14px;
    border-bottom: 1px solid rgba(0,0,0,.10);
    transition: 250ms;
}
ul.ui-autocomplete .ui-menu-item:hover {
    background: rgba(100, 100, 100,.1);
    cursor: pointer;
}
ul.ui-autocomplete .ui-menu-item:last-child {
    border-bottom: none;
}

ul.ui-autocomplete .ui-menu-item .ui-state-active {
    border: none !important;
    background: none !important;
}

/* HEADER */
.fs-title {
    background: #ffffff;
    height: 75px;
    width: 100vw;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
}
.fs-title a {
    display: block;
    border: none;
    width: auto;
}
.fs-title img {
    display: block;
    height: 55px;
    margin: 10px 15px;
}
.fs-title h1 {
    color: #333;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    max-width: 70%;
    font-size: 1.1rem;
    line-height: 1.1rem;
}
.fs-title h1 span {
    font-size: 0.7rem;
    text-transform: uppercase;
    line-height: 0.7rem;
    font-weight: normal;
}

/*
 *  INFORMATIONS DE PROGRESSION
 */

.fs-numbers {
    top: 25%;
    font-size: 25px;
    color: #333;
    font-weight: normal;
    right: 4px;
    display: none !important;
}
.fs-numbers:after { opacity: 1; }

button.fs-continue,
span.fs-continue {
    position: relative;
    max-height: 45px;
    border-radius: 4px;
    width: 200px;
    margin: 0;
    font-size: 16px;
    color: #fff;
    padding: 12px 0 16px;
    border: 0;
    display: inline-block;
    text-align:center;
    transition: 500ms;
    margin-top: 40px;
    background: #000;
    color: #fff;
}
button.fs-continue:after,
span.fs-continue:after {
    left: 100%;
    top: 50%;
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
    transform: translateY(-50%);
}
.fs-fields li:first-child span.fs-continue:after {
    display: none;
}

.fs-nav-dots button::before,
.fs-nav-dots button::after,
.fs-form-wrap button[disabled] { background-color: rgba(255, 255, 255, .5) !important; }

.fs-nav-dots button:hover::before,
.fs-nav-dots button.fs-dot-current::before {
    background: #333 !important;
}

/*
 *  FORMULAIRE
 */

.fs-form-full,
.fs-message-error {
    max-width: 1080px;
}

span.fs-continue:hover {cursor: pointer;}

html, body, .container {
    min-height: 100vh;
    /* background: #9ed9da; /* Old browsers */ */
    /* background: -moz-linear-gradient(top, #9ed9da 0%, #56abc8 100%); /* FF3.6-15 */ */
    /* background: -webkit-linear-gradient(top, #9ed9da 0%,#56abc8 100%); /* Chrome10-25,Safari5.1-6 */ */
    /* background: linear-gradient(to bottom, #9ed9da 0%,#56abc8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ed9da', endColorstr='#56abc8',GradientType=0 );
    background: #b7b7b7;
 }

.step-container { max-width: 70%; }

.fs-fields li > svg,
.fs-fields li > img {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.first-step h2 {
    color: #333;
    font-size: 40px;
    margin-top: 0;
}
.first-step h3 {
     color: #2a778b;
    font-size: 20px;
}

.first-step svg {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.fs-fields [required] { background: none; }
.fs-fields > li label.fs-field-label {
    color: #333;
    margin-bottom: 20px;
    font-weight: bold;
}

.fs-fields > li .fs-radio-custom span label {
    font-weight: normal;
    line-height: 16px;
}
.fs-fields > li .fs-radio-custom span label span {
    display: inline-block;
    margin-top: 5px;
    font-size: 12px;
}


li input[type=text] {

    border-bottom: 0;
    background: #ffffff !important;
    color: #333;
    height: 60px;
    padding: 8px 15px;
    margin-bottom: 20px;
    font-size: 1rem;

}

li input[type=text]::placeholder {
    opacity: .4;
}

.has-range input[type=range] { display: inline-block; }

.range-value {
    display: inline-block;
    font-size: 30px;
    font-weight: normal;
    vertical-align: top;
    margin-top: 20px;
    margin-left: 20px;
}
.range-value .plus { display: none; }

.surface .step-container div > label,
.terrain .step-container div > label {
    display: block;
    width: 100%;
}

.surface .step-container div > input[type=number],
.terrain .step-container div > input[type=number] {
    width: 150px;
    height: 60px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 20px;
    vertical-align: top;
    background: #fff;
    color: #333;
    font-size: 30px;
    text-align: center;
    font-weight: regular;
}

.surface .step-container div > input[type=number]:active,
.terrain .step-container div > input[type=number]:active,
.surface .step-container div > input[type=number]:focus,
.terrain .step-container div > input[type=number]:focus {
    border: 1px solid #262726;
}

.installations .column {

    display: inline-block;
    width: 48%;

}

.multiples-ranges-selector > label {
    font-size: 26px;
    line-height: 50px;
    text-align: right;
    width: 170px;
    vertical-align: text-top;
    margin-right: 10px;
}
.multiples-ranges-selector > .range-selector {
    display: inline-block;
    font-size: 26px;
    width: 70%;
}

.multiples-ranges-selector > .range-selector input[type=range] {
    display: inline-block;
    vertical-align: bottom;
}
.multiples-ranges-selector > .range-selector .range-value {
    margin-top: 0;
    vertical-align: super;
}

.multiples-ranges-selector + .fs-continue { width: 230px; }


.description .subtitle {
    font-size: 20px;
    color: #333;
    padding-bottom: 2em;
}
.description textarea {
    border: 0;
    background: #ffffff !important;
    padding: 10px 15px;
    margin-bottom: 1em;
    height: 125px;
    font-size: 20px;
    color: #333;
}
.description textarea::placeholder {
    font-size: 20px;
    color: #333;
    opacity: .3;
    font-weight: normal;
}

.etat .step-container { max-width: 80%; }

.recapitulatif {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    transform: translateY(-20%);
}
.recapitulatif h2 {
    font-weight: normal;
    color: #333;
    display: flex;
    width: 100%;
    margin-top: 0;
    font-weight: bold;
}

.recapitulatif .star {
    background: url(../img/star.svg) no-repeat center center;
    display: inline-block;
    margin: 0 3px;
    width: 16px;
    height: 16px;
    background-size: 16px;
}

.recapitulatif .star-empty {
    background: url(../img/star-empty.svg) no-repeat center center;
    display: inline-block;
    margin: 0 3px;
    width: 16px;
    height: 16px;
    background-size: 16px;
}

.recapitulatif .colonne-gauche {
    position: relative;
    width: 66%;
    display: flex;
    flex-direction: column;
    height: 385px;
    overflow: hidden;
}

.recapitulatif .colonne-gauche .loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 99;
    transition: 500ms;
    opacity: 1;
    pointer-events: none;
    border-radius: 4px;
}
.recapitulatif .colonne-gauche .loader .spinner {
    background: url(../img/spinner.svg) no-repeat center center;
    max-height: 20%;
    max-width: 20%;
    min-height: 100px;
    min-width: 100px;
    background-size: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: rotate 3s linear infinite;
}

@keyframes rotate {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    50% { transform: translate(-50%, -50%) rotate(180deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}

.recapitulatif .colonne-gauche ul {
    background: #fff;
    padding-left: 0;
    list-style-type: none;
}

.recapitulatif .colonne-gauche .tab-pane {
    height: 335px;
    background: #fff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 20px;
    box-sizing: border-box;
 }
.recapitulatif .colonne-gauche #atouts.tab-pane,
.recapitulatif .colonne-gauche #points-negatifs.tab-pane {
    font-size: 16px;
    color: #333;
}

.recapitulatif .colonne-gauche .points li {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    flex-grow: 1;
}
.recapitulatif .colonne-gauche .points li:first-child { margin-top: 50px; }

.recapitulatif .colonne-gauche .points li .value-name {
    text-align: right;
    flex-grow: 1;
    flex-basis: 0;
    padding-right: 10px;
}
.recapitulatif .colonne-gauche .points li .stars {
    flex-grow: 1.5;
    flex-basis: 0px;
}

.recapitulatif .colonne-gauche #details li { display: inline-block; color: #333; }
.recapitulatif .colonne-gauche #details .prix {
    color: #ecb303;
    font-size: 40px;
    text-align: center;
    /* margin-top: 15px; */
    width: 100%;
    font-weight: bold;
}

.recapitulatif .colonne-gauche #details .adresse,
.recapitulatif .colonne-gauche #details .pieces,
.recapitulatif .colonne-gauche #details .etages,
.recapitulatif .colonne-gauche #details .superficie {
    padding-left: 100px;
    font-size: 16px;
    position: relative;
}
.recapitulatif .colonne-gauche #details .adresse:before {
    content: "";
    position: absolute;
    top: 0;
    left: 65px;
    height: 20px;
    width: 20px;
    background: url(../img/recap-adresse.svg) no-repeat left center;
    background-size: 13px;
}
.recapitulatif .colonne-gauche #details .pieces:before {
    content: "";
    position: absolute;
    top: 0;
    left: 65px;
    height: 20px;
    width: 20px;
    background: url(../img/recap-pieces.svg) no-repeat left center;
    background-size: 13px;
}
.recapitulatif .colonne-gauche #details .etages:before {
    content: "";
    position: absolute;
    top: 0;
    left: 65px;
    height: 20px;
    width: 20px;
    background: url(../img/recap-etages.svg) no-repeat left center;
    background-size: 13px;
}
.recapitulatif .colonne-gauche #details .superficie:before {
    content: "";
    position: absolute;
    top: 0;
    left: 65px;
    height: 20px;
    width: 20px;
    background: url(../img/recap-superficie.svg) no-repeat left center;
    background-size: 13px;
}

.recapitulatif .colonne-gauche #details .disclaimer {
    font-size: 12px;
    color: #636363;
    padding: 30px 10px 0;
}

.recapitulatif .colonne-gauche #details .prix-m2 {
    color: #333;
    font-size: 20px;
    text-align: center;
    width: 100%;
    vertical-align: top;
    font-weight: bold;
}

.recapitulatif .colonne-gauche #details .adresse,
.recapitulatif .colonne-gauche #details .etages {
    width: 45%;
}

.recapitulatif .colonne-gauche #details .pieces,
.recapitulatif .colonne-gauche #details .superficie {
    width: 30%;
}

.recapitulatif .colonne-gauche #details .indice-confiance {
  color: #636363;
  font-size: 17px;
  text-align: center;
  width: 45%;
  vertical-align: top;
  display: inline-block;
}

.recapitulatif .colonne-gauche #details .intervalle-confiance {
  font-size: 17px;
  text-align: center;
  width: 45%;
  vertical-align: top;
  position: relative;
  color: #636363;
}

.recapitulatif .colonne-gauche .nav-tabs {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    display: flex;
    justify-content: space-between;
}
.recapitulatif .colonne-gauche .nav-tabs li {
    display: inline-block;
    width: 33%;
    padding: 15px 20px;
    background: #E6E6E6;
    font-size: 16px;
    text-align: center;
    vertical-align: top;
}
.recapitulatif .colonne-gauche .nav-tabs li:first-child { border-top-left-radius: 4px; }
.recapitulatif .colonne-gauche .nav-tabs li:last-child { border-top-right-radius: 4px; }

.recapitulatif .colonne-gauche .nav-tabs li a:hover {   color: #333333; }
.recapitulatif .colonne-gauche .nav-tabs li.active { background: #ffffff; }
.recapitulatif .colonne-gauche .nav-tabs li.active a {   color: #333333; }

.recapitulatif .colonne-gauche .tab-content {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.recapitulatif .colonne-gauche .tab-content > .tab-pane { display: none; }
.recapitulatif .colonne-gauche .tab-content > .active { display: block; }

.recapitulatif .colonne-droite {
    width: 30%;
    background: #fff;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    color: #333;
    text-align: center;
    color: #333;
    justify-content: space-between;
    padding: 20px;
    box-sizing: border-box;
}

.recapitulatif .colonne-droite .recap-subtitle {
    font-weight: bold;
}

.recapitulatif .colonne-droite img {
    width: 50%;
    margin: 0 auto;
}

.recapitulatif .colonne-droite a {
    position: relative;
    max-height: 45px;
    border-radius: 4px;
    width: 90%;
    background: #ecb303;
    margin: 0 auto;
    font-size: 20px;
    color: #fff;
    padding: 9px 0 16px;
    border: 0;
    display: inline-block;
    text-align: center;
    transition: 500ms;
    text-transform: uppercase;
}
