.clearfix {
    content: "";
    display: table;
    clear: both;
}
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
i,
em {
    font-style: italic;
    font-weight: inherit;
    text-decoration: inherit;
    color: inherit;
    font-size: inherit;
}
b,
strong {
    font-weight: bold;
    font-style: inherit;
    text-decoration: inherit;
    color: inherit;
    font-size: inherit;
}
u,
span.underline {
    text-decoration: underline;
    font-weight: inherit;
    font-style: inherit;
    color: inherit;
    font-size: inherit;
}
a,
span {
    text-decoration: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-size: inherit;
    outline: none;
}
.nostretch {
    white-space: nowrap;
    width: 1%;
}
@font-face {
    font-family: 'open';
    src: url('../font/opensans-regular-webfont.eot');
    src: url('../font/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../font/opensans-regular-webfont.woff2') format('woff2'), url('../font/opensans-regular-webfont.woff') format('woff'), url('../font/opensans-regular-webfont.ttf') format('truetype'), url('../font/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'open';
    src: url('../font/opensans-bold-webfont.eot');
    src: url('../font/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../font/opensans-bold-webfont.woff2') format('woff2'), url('../font/opensans-bold-webfont.woff') format('woff'), url('../font/opensans-bold-webfont.ttf') format('truetype'), url('../font/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
* {
    font-family: 'open';
    font-weight: normal;
    font-size: 18px;
}
body {
    background-image: url('../img/fond.jpg');
    background-repeat: repeat-x;
    background-position: center top;
}
@media screen and (max-width: 1199px) {
    body {
        background-position: -600px top;
    }
}
@media screen and (max-width: 767px) {
    body {
        background-position: right top;
    }
}
.bouton-haut-suivant {
    text-transform: uppercase;
    float: right;
    margin-top: 0px;
    background: #ea6500;
    background: -moz-linear-gradient(left, #ea6500 1%, #ea9000 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(1%, #ea6500), color-stop(100%, #ea9000));
    background: -webkit-linear-gradient(left, #ea6500 1%, #ea9000 100%);
    background: -o-linear-gradient(left, #ea6500 1%, #ea9000 100%);
    background: -ms-linear-gradient(left, #ea6500 1%, #ea9000 100%);
    background: linear-gradient(to right, #ea6500 1%, #ea9000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ea6500', endColorstr='#ea9000', GradientType=1);
    color: white;
    font-weight: bold;
    display: inline-block;
    padding: 2px 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 2px solid white;
    -webkit-box-shadow: 2px 3px 2px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 3px 2px 1px rgba(0, 0, 0, 0.5);
    margin-right: 30px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: relative;
    font-size: 18px;
    height: auto;
    width: auto;
    line-height: normal;
    top: auto;
    right: auto;
    outline: none !important;
}
.bouton-haut-suivant:before {
    content: none;
}
@media screen and (max-width: 991px) {
    .bouton-haut-suivant {
        float: none;
        display: inline-block;
        margin-top: 0px;
    }
}
@media screen and (max-width: 767px) {
    .bouton-haut-suivant {
        margin-right: 0px;
        font-size: 16px;
    }
}
.bouton-haut-suivant span {
    background-image: url('../img/fleche-suivant-petit.png');
    background-repeat: no-repeat;
    background-position: center center;
    width: 26px;
    height: 23px;
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
}
.bouton-haut-suivant:hover,
.bouton-haut-suivant:focus {
    color: white;
    text-decoration: none;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
    background: #ea6500;
    background: -moz-linear-gradient(left, #ea6500 1%, #ea9000 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(1%, #ea6500), color-stop(100%, #ea9000));
    background: -webkit-linear-gradient(left, #ea6500 1%, #ea9000 100%);
    background: -o-linear-gradient(left, #ea6500 1%, #ea9000 100%);
    background: -ms-linear-gradient(left, #ea6500 1%, #ea9000 100%);
    background: linear-gradient(to right, #ea6500 1%, #ea9000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ea6500', endColorstr='#ea9000', GradientType=1);
}
.bouton-haut-precedent {
    text-transform: uppercase;
    float: left;
    background: #ea6500;
    margin-top: 0px;
    margin-left: 30px;
    background: -moz-linear-gradient(left, #ea6500 1%, #ea9000 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(1%, #ea6500), color-stop(100%, #ea9000));
    background: -webkit-linear-gradient(left, #ea6500 1%, #ea9000 100%);
    background: -o-linear-gradient(left, #ea6500 1%, #ea9000 100%);
    background: -ms-linear-gradient(left, #ea6500 1%, #ea9000 100%);
    background: linear-gradient(to right, #ea6500 1%, #ea9000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ea6500', endColorstr='#ea9000', GradientType=1);
    color: white;
    font-weight: bold;
    display: inline-block;
    padding: 2px 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 2px solid white;
    -webkit-box-shadow: 2px 3px 2px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 3px 2px 1px rgba(0, 0, 0, 0.5);
    margin-right: 30px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: relative;
    font-size: 18px;
    height: auto;
    width: auto;
    line-height: normal;
    top: auto;
    left: auto;
    outline: none !important;
}
.bouton-haut-precedent:before {
    content: none;
}
@media screen and (max-width: 991px) {
    .bouton-haut-precedent {
        float: none;
        display: inline-block;
        margin-top: 0px;
    }
}
@media screen and (max-width: 767px) {
    .bouton-haut-precedent {
        margin-left: 0px;
        margin-right: 10px;
        font-size: 16px;
    }
}
.bouton-haut-precedent span {
    background-image: url('../img/fleche-retour.png');
    background-repeat: no-repeat;
    background-position: center center;
    width: 26px;
    height: 23px;
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
}
.bouton-haut-precedent:hover,
.bouton-haut-precedent:focus {
    color: white;
    text-decoration: none;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
    background: #ea6500;
    background: -moz-linear-gradient(left, #ea6500 1%, #ea9000 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(1%, #ea6500), color-stop(100%, #ea9000));
    background: -webkit-linear-gradient(left, #ea6500 1%, #ea9000 100%);
    background: -o-linear-gradient(left, #ea6500 1%, #ea9000 100%);
    background: -ms-linear-gradient(left, #ea6500 1%, #ea9000 100%);
    background: linear-gradient(to right, #ea6500 1%, #ea9000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ea6500', endColorstr='#ea9000', GradientType=1);
}
.bouton-bas-suivant {
    text-transform: uppercase;
    float: right;
    margin-top: 0px;
    background: #ea6500;
    background: -moz-linear-gradient(left, #ea6500 1%, #ea9000 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(1%, #ea6500), color-stop(100%, #ea9000));
    background: -webkit-linear-gradient(left, #ea6500 1%, #ea9000 100%);
    background: -o-linear-gradient(left, #ea6500 1%, #ea9000 100%);
    background: -ms-linear-gradient(left, #ea6500 1%, #ea9000 100%);
    background: linear-gradient(to right, #ea6500 1%, #ea9000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ea6500', endColorstr='#ea9000', GradientType=1);
    color: white;
    font-weight: bold;
    font-size: 23px;
    display: inline-block;
    padding: 2px 15px;
    -webkit-border-radius: 5px;
    border-radius: 8px;
    border: 2px solid white;
    -webkit-box-shadow: 2px 3px 2px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 3px 2px 1px rgba(0, 0, 0, 0.5);
    margin-right: 30px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: relative;
    font-size: 20px;
    height: auto;
    width: auto;
    line-height: normal;
    top: auto;
    right: auto;
    outline: none !important;
}
.bouton-bas-suivant:before {
    content: none;
}
@media screen and (max-width: 767px) {
    .bouton-bas-suivant {
        margin-right: 5px;
    }
}
.bouton-bas-suivant span {
    background-image: url('../img/fleche-suivant-gros.png');
    background-repeat: no-repeat;
    background-position: center center;
    width: 26px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
.bouton-bas-suivant:hover,
.bouton-bas-suivant:focus {
    color: white;
    text-decoration: none;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
    background: #ea6500;
    background: -moz-linear-gradient(left, #ea6500 1%, #ea9000 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(1%, #ea6500), color-stop(100%, #ea9000));
    background: -webkit-linear-gradient(left, #ea6500 1%, #ea9000 100%);
    background: -o-linear-gradient(left, #ea6500 1%, #ea9000 100%);
    background: -ms-linear-gradient(left, #ea6500 1%, #ea9000 100%);
    background: linear-gradient(to right, #ea6500 1%, #ea9000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ea6500', endColorstr='#ea9000', GradientType=1);
}
@media screen and (max-width: 767px) {
    .bouton-bas-suivant {
        text-align: center;
    }
}
@media screen and (max-width: 991px) {
    .bouton-bas-suivant {
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 767px) {
    .bouton-compare span {
        width: 17px;
        height: 20px;
        background-size: 100% 100%;
    }
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}
.selection .ui-widget {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #b9b9b9;
}
.partie-basse .slick-slider .slick-track {
    height: 100%;
}
header {
    margin-top: 50px;
}
@media screen and (max-width: 767px) {
    header {
        margin-top: 10px;
    }
}
@media screen and (max-width: 767px) {
    header .reduction-phone {
        padding-right: 0px;
        padding-left: 0px;
    }
}
@media screen and (max-width: 991px) {
    header .partie-logo {
        text-align: center;
    }
}
header .partie-logo img {
    display: inline-block;
    margin-left: 44px;
    width: 254px;
    height: 68px;
}
@media screen and (max-width: 1199px) {
    header .partie-logo img {
        margin-left: 0px;
    }
}
header .partie-logo h2 {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0px;
    margin-top: 0px;
    color: white;
    font-size: 25px;
    font-weight: bold;
    margin-left: 60px;
    color: #464b4c;
}
header .partie-logo h2 .changement-couleur{
    color: #b6cb3e;
}
@media screen and (max-width: 767px) {
    header .partie-logo h2 {
        padding: 15px;
        text-align: center;
        margin-left: 0px;
    }
    header .partie-logo h2 br {
        display: none;
    }
}
section {
    margin-top: 80px;
}
@media screen and (max-width: 767px) {
    section {
        margin-top: 10px;
    }
}
@media screen and (max-width: 767px) {
    section .part-img {
        display: none !important;
    }
}
section .part-formulaire {
    padding-right: 15px;
}
@media screen and (max-width: 767px) {
    section .part-formulaire {
        width: 95% !important;
        display: inline-block;
        margin: 0 auto !important;
    }
}
section .onglet ul {
    list-style-type: none;
    width: 78%;
    margin: 0 auto;
    display: block;
    text-align: center;
    font-size: 0px;
    padding-left: 0px;
}
@media screen and (max-width: 1199px) {
    section .onglet ul {
        width: 95%;
    }
}
section .onglet ul li {
    display: inline-block;
    height: 71px;
    width: 33%;
    line-height: 65px;
}
@media screen and (max-width: 991px) {
    section .onglet ul li {
        height: auto;
        line-height: 50px;
        padding-bottom: 10px;
    }
}
section .onglet ul li span {
    width: 37px;
    height: 37px;
    display: inline-block;
    vertical-align: middle;
    background-color: white;
    text-align: center;
    color: #009de3;
    font-weight: bold;
    line-height: 37px;
    font-size: 28px;
    -webkit-border-radius: 37px;
    border-radius: 37px;
}
section .onglet ul li p {
    vertical-align: middle;
    display: inline-block;
    margin-bottom: 0px;
    margin-left: 20px;
    font-size: 23px;
    color: white;
    line-height: 23px;
    text-align: left;
}
@media screen and (max-width: 991px) {
    section .onglet ul li p {
        width: 100%;
        text-align: center;
        margin-left: 0px;
    }
}
section .onglet ul li.active {
    background-image: url('../img/fond-etapes.png');
    background-size: 100% 100%;
}
section .onglet ul li.active span {
    background-color: #464b4c;
    color: white;
}
section .onglet ul li.active p {
    color: #464b4c;
}
section .fond-blanc {
    background-color: white;
    width: 85%;
    margin: 0 auto;
    display: block;
    text-align: center;
    padding-top: 30px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    min-height: 300px;
}
section .fond-blanc div {
    outline: none;
}
@media screen and (max-width: 1199px) {
    section .fond-blanc {
        width: 100%;
    }
}
section .fond-blanc .titre-bouton {
    margin-bottom: 30px;
    margin-top: 10px;
}
@media screen and (max-width: 767px) {
    section .fond-blanc .titre-bouton {
        margin-bottom: 0px;
    }
}
section .fond-blanc .titre-bouton h2 {
    margin-top: 0px;
    font-size: 25px;
    color: #009de3;
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
}
@media screen and (max-width: 991px) {
    section .fond-blanc .titre-bouton h2 {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
}
section .fond-blanc .titre-bouton h2.premiere-question {
    margin-left: 177px;
}
@media screen and (max-width: 991px) {
    section .fond-blanc .titre-bouton h2.premiere-question {
        margin-left: 0px;
    }
}
section .fond-blanc .bouton-bas {
    margin-top: 30px;
    margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
    section .fond-blanc .bouton-bas {
        text-align: left;
    }
}
section .fond-blanc .type-construction {
    text-align: center;
}
section .fond-blanc .type-construction .thumbnails {
    display: inline-block;
}
section .fond-blanc .type-construction .thumbnails li {
    float: none;
    display: inline-block;
    margin: 15px;
    cursor: pointer;
}
@media screen and (max-width: 767px) {
    section .fond-blanc .type-construction .thumbnails li {
        width: 43%;
        margin: 10px;
    }
}
section .fond-blanc .type-construction .thumbnails li .thumbnail {
    border: 0px;
    padding: 0px;
    cursor: pointer;
    border-radius: 0px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0.5);
    margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
    section .fond-blanc .type-construction .thumbnails li .thumbnail {
        margin-bottom: 10px;
    }
}
section .fond-blanc .type-construction .thumbnails li .thumbnail p {
    margin-bottom: 0px;
    height: 40px;
    line-height: 40px;
    color: white;
    background-color: #b9b9b9;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
    section .fond-blanc .type-construction .thumbnails li .thumbnail p {
        font-size: 14px;
        font-weight: bold;
    }
}
section .fond-blanc .type-construction .thumbnails li .thumbnail.selected {
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
}
section .fond-blanc .type-construction .thumbnails li .thumbnail.selected p {
    background-color: #009de3;
}
section .fond-blanc .departement {
    font-size: 0px;
}
@media screen and (max-width: 767px) {
    section .fond-blanc .departement {
        text-align: center;
    }
}
section .fond-blanc .departement .part-img {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
section .fond-blanc .departement .part-img img {
    display: inline-block;
}
section .fond-blanc .departement .part-formulaire {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}
@media screen and (max-width: 767px) {
    section .fond-blanc .departement .part-formulaire {
        padding-right: 0px;
    }
}
section .fond-blanc .departement .part-formulaire .selection {
    width: 90%;
    display: inline-block;
    text-align: left;
    height: 41px;
    margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
    section .fond-blanc .departement .part-formulaire .selection {
        width: 100%;
    }
}
section .fond-blanc .departement .part-formulaire .selection .ui-selectmenu-button {
    width: 100% !important;
    position: relative;
}
section .fond-blanc .departement .part-formulaire .selection .ui-selectmenu-button .ui-icon {
    background-image: url('../img/fleche-select.png');
    width: 17px;
    height: 11px;
    position: absolute;
    display: inline-block;
    top: 61%;
}
section .fond-blanc .departement .part-formulaire .selection .menu-select {
    background-color: white;
    border-radius: 5px;
}
section .fond-blanc .departement .part-formulaire .selection .ui-state-focus {
    background-color: #009de3;
    border-radius: 5px;
    color: white;
}
section .fond-blanc .departement .part-formulaire .selection .ui-menu {
    background-color: white;
    max-height: 200px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    border: 1px solid #b9b9b9;
}
section .fond-blanc .departement .part-formulaire .selection .ui-menu .ui-menu-item {
    font-size: 15px;
    border-radius: 0px !important;
}
section .fond-blanc .departement .part-formulaire .selection .ui-menu .ui-menu-item:first-child {
    display: none;
}
section .fond-blanc .departement .part-formulaire .selection .ui-selectmenu-text {
    font-size: 15px;
    padding: 0.6em 2.1em 0.6em 1em;
}
section .fond-blanc .departement .part-formulaire .entre-select {
    margin-top: 25px;
    text-align: left;
    width: 90%;
    display: inline-block;
    color: #009de3;
}
@media screen and (max-width: 767px) {
    section .fond-blanc .terrain {
        text-align: center;
    }
}
section .fond-blanc .terrain .thumbnails {
    margin-top: 55px;
    height: auto !important;
}
@media screen and (max-width: 767px) {
    section .fond-blanc .terrain .thumbnails {
        margin-top: 0px;
    }
}
section .fond-blanc .terrain .thumbnails li {
    width: 200px;
    height: 41px;
    display: block;
    margin-right: 200px;
    cursor: pointer;
    margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
    section .fond-blanc .terrain .thumbnails li {
        width: 100%;
    }
}
section .fond-blanc .terrain .thumbnails li p {
    margin-bottom: 0px;
}
section .fond-blanc .terrain .thumbnails li .selected p {
    color: white;
}
@media screen and (max-width: 767px) {
    section .fond-blanc .prix {
        text-align: center;
    }
}
section .fond-blanc .prix .thumbnails li {
    width: 210px;
    margin-right: 20px;
}
@media screen and (max-width: 767px) {
    section .fond-blanc .prix .thumbnails li {
        width: 100%;
        margin-bottom: 10px;
    }
}
section .fond-blanc .profil {
    text-align: left;
}
@media screen and (max-width: 767px) {
    section .fond-blanc .profil {
        text-align: center;
    }
}
section .fond-blanc .profil .part-formulaire {
    margin-top: 48px;
}
section .fond-blanc .profil input {
    height: 41px;
    vertical-align: top;
    border: 1px solid #b9b9b9;
    outline: none;
    /* Firefox <= 18 */
    /* Firefox >= 19 */
    /* IE */
}
section .fond-blanc .profil input:-moz-placeholder {
    color: #333;
}
section .fond-blanc .profil input::-moz-placeholder {
    color: #333;
}
section .fond-blanc .profil input::-webkit-input-placeholder {
    color: #333;
}
section .fond-blanc .profil input:-ms-input-placeholder {
    color: #333;
}
section .fond-blanc .profil input:focus {
    border: 1px solid #009de3;
}
section .fond-blanc .profil .radio-inline {
    font-size: 15px;
    margin-bottom: 20px;
}
section .fond-blanc .profil .radio-inline input {
    height: auto;
}
section .fond-blanc .profil .nom-prenom {
    font-size: 0px;
}
section .fond-blanc .profil .nom-prenom input {
    width: 48.5%;
    display: inline-block;
}
section .fond-blanc .profil .nom-prenom input:first-child {
    margin-right: 3%;
}
section .fond-blanc .profil .ville-code {
    font-size: 0px;
}
section .fond-blanc .profil .ville-code input {
    font-size: 15px;
    display: inline-block;
    /* Firefox <= 18 */
    /* Firefox >= 19 */
    /* IE */
}
section .fond-blanc .profil .ville-code input:-moz-placeholder {
    color: #333;
}
section .fond-blanc .profil .ville-code input::-moz-placeholder {
    color: #333;
}
section .fond-blanc .profil .ville-code input::-webkit-input-placeholder {
    color: #333;
}
section .fond-blanc .profil .ville-code input:-ms-input-placeholder {
    color: #333;
}
section .fond-blanc .profil .ville-code input:first-child {
    width: 25%;
    margin-right: 3%;
}
section .fond-blanc .profil .ville-code .selection {
    width: 72%;
    display: inline-block;
    margin-bottom: 0px;
}
section .fond-blanc .facultatif {
    padding-right: 10px;
    text-align: left;
}
@media screen and (max-width: 767px) {
    section .fond-blanc .facultatif {
        text-align: center;
        padding-right: 0px;
    }
}
section .fond-blanc .facultatif .selection {
    width: 100% !important;
    display: inline-block;
    margin-bottom: 37px !important;
}
section .fond-blanc .facultatif textarea {
    max-width: 100%;
    height: 155px;
    /* Firefox <= 18 */
    /* Firefox >= 19 */
    /* IE */
}
section .fond-blanc .facultatif textarea:-moz-placeholder {
    color: #333;
}
section .fond-blanc .facultatif textarea::-moz-placeholder {
    color: #333;
}
section .fond-blanc .facultatif textarea::-webkit-input-placeholder {
    color: #333;
}
section .fond-blanc .facultatif textarea:-ms-input-placeholder {
    color: #333;
}
section .partie-basse {
    width: 85%;
    margin: 0 auto;
}
@media screen and (max-width: 1199px) {
    section .partie-basse {
        width: 100%;
    }
}
section .partie-basse .slick-prev {
    height: 27px;
    width: 24px;
    display: inline-block;
    background-image: url('../img/fleche-gauche.png');
}
@media screen and (max-width: 767px) {
    section .partie-basse .slick-prev {
        display: none !important;
    }
}
section .partie-basse .slick-prev:before {
    content: none;
}
section .partie-basse .slick-next {
    height: 27px;
    width: 24px;
    display: inline-block;
    background-image: url('../img/fleche-droit.png');
}
@media screen and (max-width: 767px) {
    section .partie-basse .slick-next {
        display: none !important;
    }
}
section .partie-basse .slick-next:before {
    content: none;
}
section .partie-basse .numero-vert {
    display: inline-block;
    width: 100%;
}
section .partie-basse .numero-vert img {
    float: right;
}
section .partie-basse .temoignage-avanatage {
    width: 100%;
    font-size: 0px;
    margin-top: 30px;
    text-align: center;
}
section .partie-basse .temoignage-avanatage h2 {
    font-size: 23px;
    background-color: #009de3;
    color: white;
    margin: 0px;
    padding: 10px;
}
section .partie-basse .temoignage-avanatage .temoignage {
    width: 60%;
    display: inline-block;
    position: relative;
}
section .partie-basse .temoignage-avanatage .temoignage:before {
    top: 15px;
    left: 0;
    height: 130px;
    -webkit-border-radius: 0.18461538px;
    -moz-border-radius: 0.18461538px;
    -ms-border-radius: 0.18461538px;
    border-radius: 0.18461538px;
    -webkit-box-shadow: 0 0 20px #555;
    -moz-box-shadow: 0 0 20px #555;
    -ms-box-shadow: 0 0 20px #555;
    -o-box-shadow: 0 0 20px #555;
    box-shadow: 0 0 20px #555;
    behavior: url(ie/PIE.htc);
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -10;
}
@media screen and (max-width: 991px) {
    section .partie-basse .temoignage-avanatage .temoignage {
        width: 100%;
        margin-bottom: 30px;
    }
}
section .partie-basse .temoignage-avanatage .temoignage h2 {
    margin-bottom: 45px;
}
section .partie-basse .temoignage-avanatage .temoignage .note {
    display: inline-block;
    vertical-align: top;
}
section .partie-basse .temoignage-avanatage .temoignage .note p {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0px;
    margin-right: 10px;
    font-weight: bold;
    font-size: 22px;
}
section .partie-basse .temoignage-avanatage .temoignage .note p.avis {
    margin-right: 0px;
    margin-left: 10px;
    font-size: 16px;
}
section .partie-basse .temoignage-avanatage .temoignage .slider-temoignages {
    display: block;
    width: 75%;
    margin: 43px auto 0 auto;
    background-color: #f3f3f3;
    text-align: left;
    padding: 15px 22px;
}
section .partie-basse .temoignage-avanatage .temoignage .slider-temoignages h4 {
    margin-top: 0px;
    font-size: 15px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0px;
}
section .partie-basse .temoignage-avanatage .temoignage .slider-temoignages img {
    display: inline-block;
    vertical-align: middle;
}
section .partie-basse .temoignage-avanatage .temoignage .slider-temoignages .etoiles {
    float: right;
    margin-right: 100px;
}
section .partie-basse .temoignage-avanatage .temoignage .slider-temoignages .temoignage-texte > div {
    margin-bottom: 15px;
}
section .partie-basse .temoignage-avanatage .temoignage .slider-temoignages p {
    font-size: 14px;
    margin-bottom: 0px;
}
section .partie-basse .temoignage-avanatage .marge {
    display: inline-block;
    width: 3%;
    vertical-align: top;
}
section .partie-basse .temoignage-avanatage .avantage {
    display: inline-block;
    vertical-align: top;
    width: 37%;
    text-align: center;
    position: relative;
}
section .partie-basse .temoignage-avanatage .avantage:before {
    top: 15px;
    left: 0;
    height: 130px;
    -webkit-border-radius: 0.18461538px;
    -moz-border-radius: 0.18461538px;
    -ms-border-radius: 0.18461538px;
    border-radius: 0.18461538px;
    -webkit-box-shadow: 0 0 20px #555;
    -moz-box-shadow: 0 0 20px #555;
    -ms-box-shadow: 0 0 20px #555;
    -o-box-shadow: 0 0 20px #555;
    box-shadow: 0 0 20px #555;
    behavior: url(ie/PIE.htc);
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -10;
}
@media screen and (max-width: 991px) {
    section .partie-basse .temoignage-avanatage .avantage {
        width: 100%;
    }
}
section .partie-basse .temoignage-avanatage .avantage ul {
    display: inline-block;
    list-style-type: none;
    padding-left: 0px;
    width: 85%;
}
section .partie-basse .temoignage-avanatage .avantage ul li {
    text-align: left;
    margin-top: 30px;
}
section .partie-basse .temoignage-avanatage .avantage ul li h4 {
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    margin-left: 10px;
    font-size: 17px;
}
section .partie-basse .temoignage-avanatage .avantage ul li p {
    font-size: 14px;
}
@media screen and (max-width: 767px) {
    br {
        display: none;
    }
}
footer {
    background-color: #b6cb3e;
    padding-top: 10px;
    padding-bottom: 10px;
}
footer .logo-nom {
    float: left;
}
footer .logo-nom p {
    display: inline-block;
    color: white;
    font-size: 14px;
    font-weight: bold;
    margin-left: 10px;
}
footer .logo-nom img {
    width: 36px;
    height: 36px;
}
footer .liens-footer {
    float: right;
    padding-left: 0px;
    list-style-type: none;
}
footer .liens-footer li {
    display: inline-block;
}
footer .liens-footer li a {
    font-size: 15px;
    color: white;
    font-weight: bold;
}
footer .liens-footer p {
    font-size: 15px;
    color: white;
    font-weight: bold;
    display: inline-block;
}
.loading-text {
    margin-top: 80px;
    font-size: 18px;
}

#bloc-ville-code input {
    height: 23px;
}

section .fond-blanc .terrain .thumbnails li {
    text-align: center;
}

.selectize-input .item {
    font-size: 15px;
}

.selectize-control{
    height: 41px;
    margin-bottom: 20px;
}

.selectize-control .full{
    padding: 10px 8px;
    border: 1px solid #b9b9b9;
}

.selectize-control .not-full{
    border: 1px solid #b9b9b9;
    height: 100%;
}

.selectize-input input:-moz-placeholder {
    color: #333;
}
.selectize-input input::-moz-placeholder {
    color: #333;
}
.selectize-input input::-webkit-input-placeholder {
    color: #333;
}
.selectize-input input:-ms-input-placeholder {
    color: #333;
}

.departement .selectize-control .not-full{
    padding: 10px 8px;
}

.selectize-dropdown-content div{
    font-size: 15px;
}

.selectize-dropdown-content div.active, .selectize-dropdown-content div.selected{
    background-color: #009de3;
    color: #FFF;
}

.part-formulaire .selectize-control.single .selectize-input:after {
    width: 17px;
    height: 16px;
    border-color: transparent transparent transparent transparent;
    background-image: url('../img/fleche-select.png');
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: -8px;
    transform: rotate(0deg);
}

.part-formulaire .selectize-control.single .selectize-input:before {
    display: none;
}

.part-formulaire .selectize-control.single .selectize-input.input-active:after{
    width: 17px;
    height: 14px;
    border-color: transparent transparent transparent transparent;
    background-image: url('../img/fleche-select.png');
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: -8px;
    transform: rotate(180deg);
}

.submit-form {
    cursor: pointer;
}