/* Fonts */
@font-face {
    font-family: "Verdana-b";
    src: url("../fonts/Verdana-Bold.eot");
    src: url("../fonts/Verdana-Bold.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Verdana-Bold.woff2") format("woff2"),
        url("../fonts/Verdana-Bold.woff") format("woff"),
        url("../fonts/Verdana-Bold.ttf") format("truetype"),
        url("../fonts/Verdana-Bold.svg#Verdana-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Verdana";
    src: url("../fonts/Verdana.eot");
    src: url("../fonts/Verdana.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Verdana.woff2") format("woff2"),
        url("../fonts/Verdana.woff") format("woff"),
        url("../fonts/Verdana.ttf") format("truetype"),
        url("../fonts/Verdana.svg#Verdana") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Verdana-i";
    src: url("../fonts/Verdana-Italic.eot");
    src: url("../fonts/Verdana-Italic.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Verdana-Italic.woff2") format("woff2"),
        url("../fonts/Verdana-Italic.woff") format("woff"),
        url("../fonts/Verdana-Italic.ttf") format("truetype"),
        url("../fonts/Verdana-Italic.svg#Verdana-Italic") format("svg");
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: "Barlow";
    src: url("../fonts/Barlow-Regular.eot");
    src: url("../fonts/Barlow-Regular.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Barlow-Regular.woff2") format("woff2"),
        url("../fonts/Barlow-Regular.woff") format("woff"),
        url("../fonts/Barlow-Regular.ttf") format("truetype"),
        url("../fonts/Barlow-Regular.svg#Barlow-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Barlow-m";
    src: url("../fonts/Barlow-Medium.eot");
    src: url("../fonts/Barlow-Medium.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Barlow-Medium.woff2") format("woff2"),
        url("../fonts/Barlow-Medium.woff") format("woff"),
        url("../fonts/Barlow-Medium.ttf") format("truetype"),
        url("../fonts/Barlow-Medium.svg#Barlow-Medium") format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Barlow-b";
    src: url("../fonts/Barlow-Bold.eot");
    src: url("../fonts/Barlow-Bold.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Barlow-Bold.woff2") format("woff2"),
        url("../fonts/Barlow-Bold.woff") format("woff"),
        url("../fonts/Barlow-Bold.ttf") format("truetype"),
        url("../fonts/Barlow-Bold.svg#Barlow-Bold") format("svg");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Barlow-sb";
    src: url("../fonts/Barlow-SemiBold.eot");
    src: url("../fonts/Barlow-SemiBold.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Barlow-SemiBold.woff2") format("woff2"),
        url("../fonts/Barlow-SemiBold.woff") format("woff"),
        url("../fonts/Barlow-SemiBold.ttf") format("truetype"),
        url("../fonts/Barlow-SemiBold.svg#Barlow-SemiBold") format("svg");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Microsoft";
    src: url("../fonts/Microsoft-Yi-Baiti.eot");
    src: url("../fonts/Microsoft-Yi-Baiti.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/Microsoft-Yi-Baiti.woff2") format("woff2"),
        url("../fonts/Microsoft-Yi-Baiti.woff") format("woff"),
        url("../fonts/Microsoft-Yi-Baiti.ttf") format("truetype"),
        url("../fonts/Microsoft-Yi-Baiti.svg#Microsoft-Yi-Baiti") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Script";
    src: url("../fonts/ScriptMTBold.eot");
    src: url("../fonts/ScriptMTBold.eot?#iefix") format("embedded-opentype"),
        url("../fonts/ScriptMTBold.woff2") format("woff2"),
        url("../fonts/ScriptMTBold.woff") format("woff"),
        url("../fonts/ScriptMTBold.ttf") format("truetype"),
        url("../fonts/ScriptMTBold.svg#ScriptMTBold") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* Defaults */
body,
ul,
li,
ol,
form,
h1,
h2,
h3,
h4,
h5,
h6,
div,
span,
p {
    padding: 0;
    margin: 0;
    border: 0;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    text-size-adjust: none;
}
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}
input,
textarea {
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    border-radius: 0;
}
label {
    margin: 0;
    padding: 0;
}
* {
    outline: none !important;
}
strong,
b {
    font-weight: normal;
}
ul {
    list-style-type: none;
}
body {
    font: normal 14px/18px "Verdana";
    background: #ffffff;
    color: #3f3f3f;
}
body * {
    box-sizing: border-box;
    outline: 0;
    transition: all 400ms ease-in-out;
}
a {
    text-decoration: none !important;
    outline: none;
    transition: all 400ms ease-in-out;
}
img {
    border: none;
}
h1 {
    font: normal 40px "Barlow";
    color: #01b7ea;
    margin-bottom: 40px;
}
h2 {
    font: normal 36px "Barlow";
    color: #01b7ea;
    margin-bottom: 35px;
}
h3 {
    font: normal 30px "Barlow";
    color: #01b7ea;
    margin-bottom: 20px;
}
h4 {
    font: normal 24px "Barlow";
    color: #01b7ea;
    margin-bottom: 16px;
}
h5 {
    font: normal 18px "Barlow";
    color: #01b7ea;
    margin-bottom: 14px;
}
h6 {
    font: normal 15px "Barlow";
    color: #01b7ea;
    margin-bottom: 12px;
}
p {
    padding-bottom: 20px;
}
*,
::before,
::after {
    box-sizing: border-box;
    transition: all ease-in-out 400ms;
}

ol,
.liste-simple,
.liste-simple ul {
    margin-left: 20px;
    margin-top: 10px;
}
ol li,
.liste-simple li {
    padding-left: 15px;
    margin-bottom: 10px;
    position: relative;
}
.liste-simple li::before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #01b7ea;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 4px;
    left: -5px;
}
select {
    appearance: none;
    padding: 12px 27px;
    border: 0;
    color: #111111;
    background: url(../img/arrow-off.png) no-repeat 95% center;
    background-color: #fafafa;
    width: 100%;
    font-size: 14px;
    height: 50px;
}

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

.interne {
    padding-left: 20px;
    padding-right: 20px;
}

.headerTop {
    position: fixed;
    width: 100%;
    background-color: #fff;
    top: 0;
    left: 0;
    z-index: 100;
}
.titre {
    color: #01b7ea;
    font-size: 30px;
    text-transform: uppercase;
    font-family: Barlow;
    text-align: center;
    margin-bottom: 40px;
}

header.fixe .headerTop {
    -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
    -webki-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
}
.blcHead {
    background-color: #fff;
    position: relative;
    padding-left: 60px;
    display: flex;
    justify-content: space-between;
}
.blcHead p {
    text-align: center;
    font-family: Barlow-m;
    font-size: 18px;
    padding: 21px;
}
.user {
    height: 60px;
    border-left: #eeeeee solid 1px;
    min-width: 246px;
    max-width: 350px;
    text-align: center;
    padding: 0 20px;
    display: inline-block;
}
.user a {
    color: #01b7ea;
    font-size: 18px;
    font-family: Barlow-m;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.user.Connect a {
    color: #3f3f3f;
}
.user.Connect a span {
    color: #01b7ea;
}
.user a:before {
    content: "";
    background: url(../img/user.png);
    width: 18px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.user .login {
    color: #01b7ea !important;
}
.user .connect {
    display: none;
}
.fixe .user .login {
    display: none;
}
.fixe .user .connect {
    display: flex;
}
.fixe .headFixed {
    opacity: 1;
}
.fixe .head {
    opacity: 0;
}
.headFixed .logo {
    opacity: 1;
}
.fixe .headFixed .logo {
    opacity: 1;
}
.headFixed .rightHead .linkHead {
    opacity: 0;
}
.fixe .headFixed .rightHead .linkHead {
    opacity: 1;
}
.headFixed .user {
    opacity: 1;
}
.head {
    position: absolute;
    left: 0;
    right: 0;
}

.headFixed {
    z-index: 82;
    position: relative;
    width: 100%;
    background-color: #fff;
}
.fixe .headFixed {
    opacity: 1;
    z-index: 82;
    position: relative;
}
.headFixed .logo {
    width: 170px;
    display: block;
    padding-top: 5px;
    z-index: 21;
    position: relative;
    height: 41px;
    float: left;
}
.headFixed .logo img {
    width: 100%;
    display: block;
}

.rightHead {
    float: right;
    display: flex;
    position: relative;
    z-index: 20;
}

.linkHead a {
    display: inline-block;
    font-size: 18px;
    font-family: Barlow-m;
    text-transform: uppercase;
    color: #01b7ea;
    padding: 20px 30px;
    border-right: #eeeeee solid 1px;
}
.linkHead a:nth-of-type(2) {
    border-right: none;
}

.linkHead a span {
    color: #3f3f3f;
}

.linkHead a::after {
    content: "";
    width: 24px;
    height: 24px;
    background: url(../img/arw.png) no-repeat center;
    background-color: #444444;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
    margin-left: 10px;
    transition: all ease-in-out 400ms;
}
.linkHead a:hover {
    background-color: #fafafa;
}

.linkHead a:hover:after {
    background-color: #01b7ea;
}

.banner {
    height: calc(90vh - 60px);
    margin-top: 30px;
}

.logo {
    max-width: 226px;
    display: block;
    margin: 0 auto;
}
.blcBanner {
    display: flex;
}
.blcBanner {
    display: flex;
    height: 100%;
}
.blcBanner .col-banner {
    width: 33.33%;
    padding: 60px;
    position: relative;
}
.blcBanner .col-banner.slider1:after {
    content: "";
    background-color: rgba(255, 255, 255, 0.75);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.blcBanner .col-banner.hover .banner2,
.blcBanner .col-banner.hover .banner3 {
    transition: all 1s ease-in-out;
}

.blcBanner .col-banner.hover .banner2,
.blcBanner .col-banner.hover .banner3 {
    opacity: 0.7;
}

.banner1 {
    background: url(../img/banner1.jpg) no-repeat center;
    background-size: cover;
}
.banner2 {
    background: url(../img/banner2.jpg) no-repeat center;
    background-size: cover;
}
.banner3 {
    background: url(../img/banner3.jpg) no-repeat center;
    background-size: cover;
}

.blcBanner .col-banner .inner {
    position: relative;
    z-index: 20;
}
.form-banner h2 {
    text-align: center;
    font-size: 30px;
    font-family: Microsoft;
    text-transform: uppercase;
    line-height: 30px;
    margin-bottom: 32px;
    letter-spacing: -1.5px;
}
.form-banner h2 strong {
    display: block;
    font-family: Barlow;
    letter-spacing: 0;
}
.banner .logo {
    margin-bottom: 16px;
}
.form-banner label {
    color: #01b7ea;
    font-size: 18px;
    font-family: Barlow-m;
    margin-bottom: 10px;
    display: block;
}

.form-banner .blcChp select {
    appearance: none;
    outline: 0;
    border: 0;
    box-shadow: none;
    flex: 1;
    padding: 0 25px;
    color: #111111;
    background: url(../img/select.png) no-repeat right center;
    background-color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-family: Verdana;
    height: 50px;
}
.form-banner .blcChp {
    margin-bottom: 25px;
}

.form-banner .blcChp select option {
    padding: 15px;
    font-family: Arial;
}

/* Remove IE arrow */
.form-banner .blcChp select::-ms-expand {
    display: none;
}

.form-banner .blcChp .select {
    position: relative;
    display: flex;
    overflow: hidden;
}

.form-banner .choices__inner {
    padding-left: 25px;
}
.choices__input::placeholder {
    color: #111111;
}

.addSelect {
    background-color: #3f3f3f;
    height: 50px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-submit {
    background-color: #01b7ea;
    height: 50px;
    color: #fff;
    font-size: 18px;
    font-family: Barlow-m;
    border: none;
    width: 100%;
    cursor: pointer;
    transition: all ease-in-out 400ms;
}
.info {
    display: block;
    font-size: 14px;
    font-family: Verdana-i;
    font-style: normal;
    text-align: center;
    margin-top: -5px;
}

.col-banner .cont-inner .content {
    display: flex;
    align-items: center;
    justify-content: center;
}
.blcBanner .col-banner.slider2,
.blcBanner .col-banner.slider3 {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
}
.col-banner .cont-inner {
    background-color: rgba(255, 255, 255, 0.8);
    min-height: 250px;
    max-width: 100%;
    width: 100%;
    padding: 60px 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    z-index: 20;
    height: 36%;
    transition: all ease-in-out 400ms;
}
.col-banner .cont-inner:hover {
    height: 100%;
    transition: all ease-in-out 400ms;
    display: block;
}

.col-banner .cont-inner .content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    flex-direction: column;
    transition: all ease-in-out 400ms;
    opacity: 1;
}

.col-banner .cont-inner .content.hover {
    /*display: none;*/
    opacity: 0;
    height: 0;
    transition: all ease-in-out 400ms;
}
.col-banner .cont-inner:hover .content {
    /*display: none;opacity: 0;height: 0;*/
}
/* .col-banner .cont-inner:hover .content.hover { display: flex; height: 100%;opacity: 1; } */

.col-banner .cont-inner .content .title {
    font-size: 30px;
    font-family: Microsoft;
    color: #3f3f3f;
    text-transform: uppercase;
    line-height: normal;
    text-align: center;
}
.col-banner .cont-inner .content .title span {
    display: block;
    font-size: 24px;
    color: #01b7ea;
    font-family: Barlow;
}
.link {
    background-color: #01b7ea;
    color: #fff;
    font-size: 18px;
    font-family: Barlow-m;
    display: inline-block;
    padding: 15px 20px;
    transition: all ease-in-out 400ms;
}
.col-banner .cont-inner .content .link {
    background-color: #01b7ea;
    color: #fff;
    font-size: 18px;
}
.hover-banner {
    text-align: center;
    padding-top: 0;
    height: 0;
    opacity: 0;
    transition: all ease-in-out 400ms;
    visibility: hidden;
}
.hover-banner strong {
    font-weight: normal;
    font-family: Verdana-b;
    font-size: 14px;
    margin-bottom: 20px;
    display: block;
}
.hover-banner p {
    margin-bottom: 35px;
}
.col-banner .cont-inner:hover .content .hover-banner {
    opacity: 1;
    padding-top: 40px;
    height: 195px;
    visibility: visible;
}
.blcChp.other {
    display: none;
}
.blcChp.add .addSelect {
    display: none;
}

.scroll {
    width: 24px;
    height: 24px;
    display: block;
    border-radius: 50%;
    background: #444444;
    position: absolute;
    right: 60px;
    top: 60px;
}
.scroll span {
    background: url(../img/arw-d.png);
    width: 10px;
    height: 6px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    animation: MoveUpDown 1s infinite ease-in-out;
}
.scroll:hover span {
    animation-play-state: paused;
}

@keyframes MoveUpDown {
    0% {
        top: 5px;
    }
    50% {
        top: 0px;
    }
    100% {
        top: 5px;
    }
}

/* COMMENT CA MARCHE */

.CommentcaMarche {
    padding: 60px 60px 100px;
    position: relative;
    background-color: #fafafa;
}
.CommentcaMarche .titre {
    margin-bottom: 60px;
}
.lstCommentcaMarche {
    padding-top: 60px;
    padding-bottom: 90px;
    background-color: #fff;
}

/*.lstCommentcaMarche {
    display: flex;
    justify-content: center;
}*/

.lstCommentcaMarche .item {
    text-align: center;
    width: 33.33%;
    float: left;
}
.lstCommentcaMarche::after {
    content: "";
    display: table;
    clear: both;
}
.lstCommentcaMarche .item .ico {
    display: block;
    height: 86px;
    max-width: 80px;
    margin: 0 auto 10px;
}
.lstCommentcaMarche .item .cardTitre {
    font-family: Verdana-b;
    margin-bottom: 18px;
}
.CommentcaMarche .container {
    max-width: 1200px;
    margin: 0 auto;
}
.list-num {
    display: flex;
}
.list-num .num {
    width: 60px;
    height: 60px;
    background-color: #01b7ea;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    font-family: Barlow-m;
    text-align: center;
    line-height: 60px;
    position: relative;
    z-index: 20;
}
.numMob {
    width: 60px;
    height: 60px;
    background-color: #01b7ea;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    font-family: Barlow-m;
    text-align: center;
    line-height: 60px;
    position: relative;
    z-index: 20;
    margin: 20px auto 0;
    display: none;
}

.list-num {
    display: flex;
    justify-content: space-around;
    position: relative;
    margin-top: -32px;
}

.separate {
    display: block;
    width: 28.3%;
    height: 1px;
    border-top: 4px solid #e0e0e0;
    position: absolute;
    left: 19.2%;
    top: 29px;
}
.separate2 {
    left: 52.6%;
}

/*.separate { display: block; width: 25.5%; height: 1px; border-top: 1px #000 dashed; position: absolute; left: 20.5%; top: 140px;}
.separate2 { left: 54%;}*/

/* A PROPOS */

.Apropos {
    padding: 60px 60px 34px;
    position: relative;
    padding-bottom: 0;
}
.blcApropos {
    display: flex;
}
.blcApropos .cardImage {
    width: 70%;
    position: relative;
    top: -68px;
}
.blcApropos .cardImage .img2 {
    position: absolute;
    top: 80px;
    right: 80px;
}
.blcApropos .cardTexte {
    width: 30%;
}
.blcApropos .cardTexte h3 {
    font-size: 30px;
    text-transform: uppercase;
    font-family: Microsoft;
    margin-bottom: 30px;
}
.blcApropos .cardTexte h3 span {
    display: block;
    font-family: Barlow;
    text-transform: none;
    color: #01b7ea;
    padding-top: 10px;
}
.blcApropos .cardTexte p {
    margin-bottom: 20px;
    padding-bottom: 0;
}

/* Ce qu'ils pense */
.QuiPenseDenous {
    background: #fafafa;
    padding-bottom: 60px;
    padding-top: 60px;
    position: relative;
}
.QuiPenseDenous .scroll {
    top: 14px;
}
#homepage .QuiPenseDenous {
    padding-bottom: 20px;
}
.blcSlider h3 {
    text-transform: uppercase;
    font-family: Microsoft;
    font-size: 30px;
    margin-bottom: 40px;
    text-align: center;
}
.blcSlider {
    display: flex;
    justify-content: space-between;
}
.blcSlider .slideLeft,
.blcSlider .slideRight {
    width: calc(50% - 30px);
}
.blcSlider .bgSlide {
    padding: 60px 45px;
    background: #fff;
}
.slide .item {
    position: relative;
    margin: 0 auto;
}
.slide .item .inner {
    position: relative;
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
    padding: 0 40px;
}
.slide .item .inner:before {
    content: "";
    background: url(../img/quote.png);
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0;
    top: 0;
}
.slide .item .inner p {
    margin-bottom: 20px;
}
.slide .item .inner span {
    font-family: Verdana-b;
}
.slide .item .inner .date {
    color: #01b7ea;
    font-family: Verdana-i;
}

.slick-arrow {
    position: absolute;
    border: none;
    width: 24px;
    height: 24px;
    background-color: #444;
    border-radius: 0;
    font-size: 0;
    border-radius: 50%;
    top: 31%;
    /* top:50%; */
    /* margin-top: -12px; */
    cursor: pointer;
    z-index: 20;
}
.slick-prev {
    background: url(../img/prev.png) no-repeat center #444;
    left: 0;
}
.slick-next {
    background: url(../img/arw.png) no-repeat center #444;
    right: 0;
}
.slide {
    max-width: 473px;
    margin: 0 auto;
}

/* COMPTEUR */

.Compteur {
    padding: 60px;
    background: #fafafa;
}

.lstCompteur:after {
    content: "";
    display: table;
    clear: both;
}

.lstCompteur .item {
    width: 25%;
    text-align: center;
    float: left;
}

.lstCompteur .item .s-titre {
    font-size: 18px;
    text-transform: uppercase;
    font-family: Microsoft;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50px;
}
.lstCompteur .item .content {
    position: relative;
}

.lstCompteur .item .compt {
    display: block;
    font-family: Script;
    font-size: 100px;
    color: #01b7ea;
    opacity: 0.25;
    line-height: normal;
}
.lstCompteur .item .content:hover .s-titre {
    color: #01b7ea;
}
.lstCompteur .item .content:hover .compt {
    color: #3f3f3f;
}
.footer {
    background: url(../img/ftr.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}
.footer:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
}
.contFtr {
    display: flex;
    position: relative;
    z-index: 2;
    padding: 0 80px;
}
.contFtr .col.col1 {
    width: 30%;
    text-align: center;
    padding: 57px 40px;
}
.contFtr .logoFtr {
    max-width: 226px;
    display: block;
    margin: 0 auto 21px;
}
.contFtr .col.col1 .copy {
    font-size: 18px;
    line-height: 24px;
    font-family: Barlow-m;
    margin-bottom: 53px;
    color: #111111;
}
.contFtr .col.col1 .txt {
    font-size: 18px;
    font-family: Barlow-m;
    color: #111111;
}
.contFtr .col.col2 {
    padding: 55px 0 0 0;
    width: 70%;
}
.menuFtr ul {
    display: flex;
}
.menuFtr ul li a {
    color: #fff;
    font-size: 18px;
    font-family: Barlow-m;
    color: #111111;
    position: relative;
}
.menuFtr ul li a:after {
    content: "";
    border-bottom: #111 solid 1px;
    position: absolute;
    left: 0;
    bottom: -2px;
    transition: all ease-in-out 400ms;
    width: 0;
}
.menuFtr ul li:last-child:after {
    display: none;
}
.menuFtr ul li a:hover:after {
    width: 100%;
}
.menuFtr ul li.selected a::after {
    width: 100%;
}

.menuFtr ul li::after {
    content: "-";
    font-family: Barlow-m;
    font-size: 18px;
    padding: 0 2px;
}
.scrollTop {
}
.scrollTop a {
    font-size: 18px;
    font-family: Barlow-m;
    position: relative;
    color: #111;
}
.scrollTop a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    background: url(../img/arw-d.png) no-repeat center;
    background-color: #01b7ea;
    margin-right: 10px;
    transform: rotate(180deg);
}
.scrollTop a:hover:before {
    background-color: #444;
}
.contFtr {
    display: flex;
    position: relative;
    z-index: 2;
    justify-content: space-between;
}
.ftrBottom {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 57px 40px 57px 40px /*57px 20px 57px 60px*/;
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 70%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.ftrLeft {
    display: flex;
}
.ftrBottom .stitre {
    font-size: 24px;
    text-transform: uppercase;
    font-family: Microsoft;
    margin-bottom: 18px;
}
.social {
    display: flex;
}
.social li {
    margin-right: 16px;
}
.ftrBottom .item {
    padding-right: 50px;
}
.mobileMoney {
    display: flex;
    align-items: center;
    justify-content: center;
}
.mobileMoney li {
    margin: 0 5px;
}
.maki {
    /*padding-top: 56px; padding-right: 60px;*/
}
.maki img {
    display: inline-block;
    vertical-align: middle;
}
.maki a {
    color: #01b7ea;
    position: relative;
}
.maki a:after {
    content: "";
    border-bottom: #01b7ea solid 1px;
    left: 0;
    bottom: -2px;
    position: absolute;
    width: 0;
    transition: all ease-in-out 400ms;
}
.blcBanner .slider {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    background-size: cover;
    top: 0;
}
@keyframes showLeft {
    from {
        width: 0;
    }
    to {
        width: 28.3%;
    }
}
.showLeft {
    -webkit-animation-name: showLeft;
    animation-name: showLeft;
}
.icon {
    position: relative;
    display: block;
}
.ico-1 {
    position: absolute;
    left: 0;
    top: 0;
}
.ico-2 {
    position: absolute;
    left: 0;
    top: 0;
}
.ico-3 {
    position: absolute;
    left: 0;
    top: 0;
}
.ico-4 {
    position: absolute;
    left: 0;
    top: 0;
}
.ico-2-1 {
    position: absolute;
    top: 0;
    left: 0;
}
.ico-2-2 {
    position: absolute;
    left: 0;
    top: 0;
}
.ico-3-1 {
    position: absolute;
    left: 0;
    top: 0;
}
.ico-3-2 {
    position: absolute;
    left: 0;
    top: 0;
}
.ico-3-3 {
    position: absolute;
    left: 0;
    top: 0;
}
.lstCommentcaMarche .item .icon > img {
    position: absolute;
    margin: auto;
    width: 61px;
    height: 76px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.lstCommentcaMarche .item .icon i {
    display: none;
}
.lstCommentcaMarche .slick-prev {
    left: -12px;
}
.lstCommentcaMarche .slick-next {
    right: -12px;
}

.link-mobile {
    display: none;
}
.link-mobile1 {
    display: none;
}

.slick-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -10px;
    text-align: center;
}
.slick-dots li {
    display: inline-block;
    margin: 0 10px;
    text-align: center;
}
.slick-dots li button {
    font-size: 0;
    background-color: #d5d5d5;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    border: none;
    padding: 0;
    cursor: pointer;
}
.slick-dots li.slick-active button {
    background-color: #444444;
}
.menu {
    /*display: none;*/
    opacity: 0;
    visibility: hidden;
    transition: all 800ms ease-in-out;
    position: absolute;
    top: 60px;
}
.menu_mobile {
    display: none;
}
.scrollTop.mobile {
    display: none;
}

/*CONEXION*/
.blcBanner.page {
    background-color: #eeeeee;
    position: relative;
    height: 403px;
    margin-top: 44px;
}
.bannerInt {
    display: flex;
    width: 900px;
}
.bannerInt .img {
    margin-top: 3px;
    width: 50%;
    position: relative;
    z-index: 2;
}
.bannerInt .blcTxt {
    padding-top: 48px;
}
.bannerInt .blcTxt h2 {
    color: #3f3f3f;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: normal;
}
.bannerInt .blcTxt span {
    display: block;
    font-size: 30px;
    font-family: Microsoft;
    text-transform: uppercase;
    margin-bottom: 14px;
}
.bannerInt .blcTxt .txtDeco {
    color: #fff;
    font-size: 36px;
    font-family: Verdana-b;
    background-color: #01b7ea;
    padding: 20px 16px 20px 20px;
    margin-bottom: 15px;
    transform: rotate(-3deg);
    display: inline-block;
}
.bannerInt .blcTxt ul li {
    font-size: 30px;
    line-height: 30px;
    font-family: Barlow;
}
.bannerInt .blcTxt ul {
    margin-bottom: 20px;
}
.bannerInt .blcTxt .profite {
    color: #01b7ea;
    font-size: 36px;
    font-family: Barlow;
}
.blcBanner.page:after {
    content: "";
    background: url(../img/deco-banner.png);
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 48px;
    background-size: cover;
}
.blcConnexion {
    padding: 56px 0;
    display: flex;
    justify-content: space-between;
}
.blcConnexion h2 {
    text-align: center;
    text-transform: uppercase;
    color: #01b7ea;
    font-size: 30px;
    font-family: Barlow;
    margin-bottom: 24px;
    font-weight: normal;
}
.connexion {
    width: 33.33%;
}
.connexion .inner {
    max-width: 337px;
}
.connexion .ico {
    display: block;
    margin: 0 auto 34px;
    width: 64px;
}
.connexion .blc-chp {
    margin-bottom: 25px;
}
.connexion .blc-chp .form-control {
    border: none;
    background: #fafafa;
    height: 50px;
    padding: 0 25px;
    color: #a2a2a2;
    font-size: 14px;
    font-family: Verdana;
    width: 100%;
}
.connexion .blc-chp .btn {
    background-color: #01b7ea;
    color: #fff;
    font-family: Barlow-m;
    font-size: 18px;
    border: none;
    height: 50px;
    width: 100%;
    cursor: pointer;
}
.mdpOublie span {
    display: block;
    padding-left: 25px;
    margin-bottom: 14px;
    background: url(../img/pass-forget.png) no-repeat left center;
}
.mdpOublie span a {
    color: #01b7ea;
    text-decoration: underline !important;
}
.blc-chp.pass::after {
    content: "";
    background: url(../img/ico-pass.png);
    width: 17px;
    height: 21px;
    display: block;
    position: absolute;
    right: 20px;
    top: 13px;
}
.blc-chp.pass {
    position: relative;
    margin-bottom: 33px;
}
.styled-checkbox {
    position: absolute;
    opacity: 0;
}
.styled-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0;
}
.styled-checkbox + label:before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 16px;
    height: 16px;
    background-color: transparent;
    background: url(../img/checked1.png);
}
.styled-checkbox:checked + label:before {
    background: url(../img/checked.png);
    width: 16px;
    height: 16px;
}
.demandeOffre .inner {
    max-width: 700px;
}
.demandeOffre p {
    text-align: center;
    font-size: 14px;
    margin-bottom: 19px;
    padding-bottom: 0;
}
.demandeOffre p strong {
    font-family: Verdana-b;
}
.blcCreer {
    display: flex;
    margin-top: 38px;
}
.blcCreer .bloc {
    text-align: center;
    padding: 0 13px;
}
.blcCreer .bloc .content {
    background-color: #fafafa;
    width: 336px;
}
.blcCreer .bloc h3 {
    color: #01b7ea;
    font-size: 24px;
    font-family: Barlow;
    text-transform: uppercase;
}
.blcCreer .bloc h3 span {
    display: block;
    color: #3f3f3f;
    font-size: 30px;
    font-family: Microsoft;
}
.blcCreer .bloc .top {
    height: 158px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.demandeOffre h2 {
    margin-bottom: 12px;
}
.blcCreer .bloc .btn {
    background-color: #01b7ea;
    color: #fff;
    font-family: Barlow-m;
    font-size: 18px;
    border: none;
    height: 50px;
    width: 100%;
    cursor: pointer;
    display: block;
    line-height: 34px;
}
.DejaInscrit {
    text-align: center;
    display: block;
    margin-top: 48px;
    color: #3f3f3f;
}

/*generique*/
.content.page {
    margin-top: 64px;
}
.title {
    font: 36px "Barlow-m";
    color: #01b7ea;
}
.top-title {
    padding-top: 116px;
    padding-bottom: 54px;
}
.text-center {
    text-align: center;
}
.text-uppercase {
    text-transform: uppercase;
}
.s-title {
    color: #01b7ea;
    font: 20px "Barlow-m";
    margin-bottom: 20px;
}
.ss-title {
    color: #01b7ea;
    font: 18px "Barlow-m";
    margin-bottom: 20px;
}
.row {
    margin-left: -20px;
    margin-right: -20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    width: 100%;
}
.title-bg {
    background-color: #fafafa;
    padding: 35px 60px;
    font: 36px/36px "Barlow-m";
    color: #01b7ea;
    display: inline-block;
    margin-bottom: 50px;
}
.o-title {
    font: 30px "Microsoft";
    text-transform: uppercase;
    color: #3f3f3f;
}
.bg-light {
    background-color: #d0eaf6;
    padding: 2px;
}
.bg-dark {
    background-color: #01b7ea;
    color: #ffffff;
    padding: 2px;
}
.mb-5 {
    margin-bottom: 1.5rem;
}
.text-left {
    text-align: left;
}
.w-100 {
    width: 100%;
    max-width: 100%;
}
.pl-5 {
    padding-left: 3rem;
}
figure {
    position: relative;
}
figure blockquote {
    position: static;
}
blockquote {
    max-width: 324px;
    text-align: center;
    position: relative;
}
blockquote:before {
    content: "«";
    color: #01b7ea;
    font: 60px/4px "Script";
    position: absolute;
    left: 0;
    top: 0;
}
blockquote .city {
    color: #01b7ea;
    font-style: italic;
}
figcaption {
    font-weight: bold;
    margin-top: 10px;
    font-family: "Barlow-m";
}
table {
    border-collapse: collapse;
}
.table {
    width: 100%;
    margin-bottom: 1rem;
    border: none;
}
.table td,
.table th {
    padding: 0.75rem;
    vertical-align: top;
    border: none;
}
.table thead th {
    vertical-align: bottom;
    color: #01b7ea;
    text-align: left;
}
.table tbody tr:nth-of-type(odd) {
    background-color: #fafafa;
}
.accordion .inner {
    padding-left: 4em;
    overflow: hidden;
    display: none;
    padding-top: 0.5em;
}
.accordion .inner.show {
    display: block !important;
}
.accordion li {
    margin: 0.5em 0;
    background-color: #fafafa;
    padding: 20px;
}
.accordion li a.toggle {
    width: 100%;
    display: block;
    background: url(../img/arrow-off.png) no-repeat 100% 7px;
    color: #3f3f3f;
    padding: 0.75em;
    font-weight: bold;
    border-radius: 0.15em;
    transition: background 0.3s ease;
}
.accordion li.active a.toggle {
    background-image: url(../img/arrow-on.png);
}
.accordion li a.toggle:hover {
    /*background: rgba(0, 0, 0, 0.9);*/
}
.p-6 {
    padding: 6.5em;
}
.requied {
    border: 1px solid #c31b33 !important;
}
.cont-form form .blc-chp.error {
    position: relative;
}
.cont-form form .blc-chp.error::after {
    content: "!";
    background-color: #c31b33;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    position: absolute;
    right: 20px;
    top: 13px;
    color: #ffffff;
    text-align: center;
    padding-top: 3px;
}
.cont-form form .blc-chp.error span {
    color: #c31b33;
}
.cont-form form .blc-chp.form-file {
    background: #fafafa url(../img/file.png) 95% 50% no-repeat;
    cursor: pointer;
    position: relative;
}
.cont-form form .blc-chp.form-file .form-control {
    opacity: 0;
}
.cont-form form .blc-chp.form-file .form-control::-webkit-file-upload-button {
    visibility: hidden;
}
.cont-form form .blc-chp.form-file span {
    position: absolute;
    left: 25px;
    top: 16px;
}
.justify-content-center {
    justify-content: center;
}
.align-items-center {
    align-items: center;
}

/* CONTACT */
.blcContact {
    padding: 60px 0;
}
.blcContact .info {
    text-align: center;
    margin-bottom: 40px;
}
.blcContact .info p {
    max-width: 690px;
    margin: 0 auto;
}
.blcContact .contactInfo .row {
    display: flex;
}
.blcContact .contactInfo .row .col {
    width: 50%;
    text-align: center;
    padding: 0 40px;
}
.blcContact .contactInfo .row .col .card {
    border: #01b7ea 7px solid;
    height: 380px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: all 400ms ease-in-out;
}
.blcContact .contactInfo .row .col .card .ico {
    margin-bottom: 20px;
    width: 50px;
    height: 60px;
}
.blcContact .contactInfo .row .col .card.particulier .ico {
    background: url(../img/ico-part.png);
}
.blcContact .contactInfo .row .col .card.professionnel .ico {
    background: url(../img/ico-pro.png);
}
.blcContact .contactInfo .row .col .card h3 {
    text-transform: uppercase;
    font-size: 24px;
    font-family: Barlow;
    margin-bottom: 33px;
}
.blcContact .contactInfo .row .col .card .btn {
    background-color: #01b7ea;
    color: #fff;
    font-family: Barlow-m;
    font-size: 18px;
    border: none;
    height: 50px;
    width: 100%;
    cursor: pointer;
    display: block;
    line-height: 50px;
    width: 330px;
    padding: 0 20px;
}
.blcContact .contactInfo .row .col .card p {
    padding-bottom: 34px;
}
.blcContact .contactInfo {
    margin-bottom: 52px;
}
.blcContact .blc-select {
    text-align: center;
    margin-bottom: 44px;
}
.blcContact .blc-select select {
    font-size: 18px;
    font-family: Verdana-b;
    border: none;
    background: url(../img/select2.png) no-repeat right center;
    background-color: transparent;
    appearance: none;
    outline: 0;
    height: 50px;
    padding-right: 60px;
}
.cont-form form {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
}
.cont-form form .col-66 {
    width: 66.66%;
}
.cont-form form .col-33 {
    width: 33.33%;
}
.cont-form form .blc-chp {
    margin-bottom: 20px;
}
.cont-form form .blc-chp .form-control {
    width: 100%;
    background-color: #fafafa;
    border: none;
    font-family: Verdana;
    font-size: 14px;
    color: #a2a2a2;
    height: 50px;
    padding: 0 25px;
}
.cont-form form .col-66 .blc-chp {
    display: flex;
    flex: row wrap;
}
.cont-form form .blc-chp textarea {
    background-color: #fafafa;
    border: none;
    font-family: Verdana;
    font-size: 14px;
    color: #a2a2a2;
    height: 190px;
    padding: 25px;
    resize: none;
    width: 100%;
}
.cont-form form .col-66 .blc-chp {
    width: 50%;
    padding: 0 20px;
}
.cont-form form .col-66 {
    width: 66.66%;
    flex-flow: row wrap;
    display: flex;
}
.cont-form form .col-33 {
    padding: 0 20px;
}
.blcBtn {
    text-align: center;
    margin-top: 40px;
}
.blcBtn .btn {
    background-color: #01b7ea;
    border: none;
    padding: 15px 20px;
    color: #fff;
    font-size: 18px;
    display: inline-block;
    font-family: Barlow-m;
    width: 335px;
    max-width: 100%;
    cursor: pointer;
    transition: all 400ms ease-in-out;
}
.cont-form form .col-100 {
    width: 100%;
}
.bandeauContact {
    background-color: #fafafa;
    padding: 60px 40px;
}
.cont-form {
    margin-bottom: 60px;
}
.blcContact .cont-form {
    margin-bottom: 0;
}
.bandeauContact .card a {
    color: #111;
    font-size: 18px;
    font-family: Barlow-m;
}
.bandeauContact .blcCol {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1400px;
    margin: 0 auto;
    flex-flow: row wrap;
}
.bandeauContact .blcCol .card {
    width: 33.33%;
    padding: 0 40px;
}
.bandeauContact .blcCol .card > div {
    background-color: #fff;
    max-width: 345px;
    margin: 0 auto;
    height: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bandeauContact .card a span {
    display: block;
    margin: 0 auto 17px;
    width: 60px;
}
.logoContact {
    width: 226px;
}
.blcContact h1 {
    text-transform: uppercase;
    font-size: 30px;
    font-family: Barlow;
    margin-bottom: 18px;
}
.cont-form.visible-form {
    display: block;
}
.cont-form {
    display: none;
}

/* Listes Biens */

.ListeBiens {
    padding: 60px 0;
}
.ListeBiens h2 {
    color: #3f3f3f;
    font-size: 30px;
    font-family: Barlow-m;
}
.blcFiltre {
    display: flex;
    margin: 0 -10px 60px;
    flex-flow: row wrap;
    position: relative;
    z-index: 20;
}
.blcFiltre h3 {
    color: #01b7ea;
    font-size: 18px;
    font-family: Barlow-m;
}
.blcFiltre select.select {
    appearance: none;
    outline: 0;
    border: 0;
    box-shadow: none;
    flex: 1;
    padding: 0 25px;
    color: #111111;
    background: url(../img/select.png) no-repeat right center;
    background-color: #fafafa;
    cursor: pointer;
    font-size: 14px;
    font-family: Verdana;
    height: 50px;
    width: 100%;
}

.multiple .fs-label {
    appearance: none;
    outline: 0;
    line-height: 50px;
    border: 0;
    box-shadow: none;
    flex: 1;
    padding: 0 25px;
    color: #111111;
    background: url(../img/select.png) no-repeat right center;
    background-color: #fafafa;
    cursor: pointer;
    font-size: 14px;
    font-family: Verdana;
    height: 50px;
    width: 100%;
}
.multiple .fs-dropdown {
    margin-top: 0;
}
.multiple .fs-label-wrap {
    border: none;
}
.multiple .fs-wrap.multiple {
    width: 100%;
}
.multiple .fs-arrow {
    display: none;
}
.fs-wrap.multiple.fs-default.groupe-prix {
    width: 100%;
}

.ui-slider-handle.ui-corner-all.ui-state-default {
    width: 16px;
    height: 16px;
    background-color: #878787;
    border-radius: 50%;
    border: none;
}
.ui-slider-range.ui-corner-all.ui-widget-header {
    background-color: #01b7ea;
}

.fs-dropdown {
    background-color: #fafafa;
    border: none;
    padding: 20px;
}
.fs-dropdown p {
    padding-bottom: 0;
}
#amount {
    color: #878787 !important;
    font-size: 14px;
    font-family: Verdana-b;
}
.ui-corner-all {
    border-radius: 5px;
}

.lstBiens .item {
    width: 33.33%;
}
.lstBiens .item .inner {
    position: relative;
}
.lstBiens .item .inner .img {
    width: 100%;
    height: 284px;
    overflow: hidden;
}
.lstBiens .item .inner .img a {
    position: relative;
}
.lstBiens .item .inner .img a:after {
    opacity: 0;
    content: "";
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    transition: all 400ms ease-in-out;
}
.lstBiens .item .inner .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.lstBiens .item .inner .recent {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #01b7ea;
    color: #fff;
    padding: 5px 10px;
    font-size: 11px;
    font-family: Verdana;
    z-index: 2;
}
.lstBiens .item .inner .img .vue {
    z-index: 2;
    position: absolute;
    bottom: 15px;
    right: 15px;
    color: #fff;
    font-size: 14px;
    font-family: Barlow-m;
    background: url(../img/pict.png) no-repeat right center;
    padding-right: 25px;
}
.lstBiens .item .inner .s-titre .ttl-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.lstBiens .item .inner .s-titre h4 {
    color: #3f3f3f;
    font-size: 18px;
    font-family: Barlow-m;
    margin-bottom: 0;
    position: relative;
}
.lstBiens .item .inner .s-titre h4:after {
    content: "";
    border-bottom: #111 solid 1px;
    position: absolute;
    left: 20px;
    bottom: -2px;
    transition: all ease-in-out 400ms;
    width: 0;
}
.lstBiens .item .inner .s-titre .prix {
    color: #01b7ea;
    font-size: 18px;
    font-family: Barlow-m;
}
.lstBiens .item .inner .s-titre .prix span {
    color: #878787;
    font-size: 14px;
    font-family: Verdana;
}
.lstBiens .item .inner .s-titre {
    /*display: flex; justify-content: space-between;*/
    padding: 10px 0 13px;
    flex-flow: row wrap;
    border-bottom: #878787 solid 1px;
}
.lstBiens .item .inner .lieu {
    background: url(../img/marker.png) no-repeat left center;
    padding-left: 20px;
    font-size: 14px;
    color: #3f3f3f;
}
.lstBiens .item .inner .lieu:after {
    content: "";
    width: 100%;
    display: block;
}
.card-items ul {
    display: flex;
    flex-flow: row wrap;
}
.card-items ul li {
    width: 33.33%;
    display: flex;
    align-items: center;
    font-size: 13px;
    font-family: Verdana;
    color: #3f3f3f;
}
.card-items {
    padding: 11px 0;
}
.card-items ul li span {
    padding-right: 5px;
    padding-top: 2px;
}

.lstBiens {
    display: flex;
    flex-flow: row wrap;
}
.lstBiens .item {
    width: 33.33%;
    padding: 0 15px;
    margin-bottom: 25px;
}
.lstBiens .slick-arrow {
    top: 50%;
    margin-top: -5px;
}
.lstBiens .slick-prev {
    left: 20px;
}
.lstBiens .slick-next {
    right: 20px;
}
.blcPagination {
    margin-top: 22px;
}
.blcPagination ul {
    display: flex;
    justify-content: center;
}
.blcPagination ul li.prec a {
    color: #bbbbbb;
    font-family: "Verdana";
    background-color: transparent;
    width: auto;
    font-size: 14px;
}
.blcPagination ul li.suiv a {
    color: #bbbbbb;
    font-family: "Verdana";
    background-color: transparent;
    width: auto;
    font-size: 14px;
}
.blcPagination ul li a {
    color: #3f3f3f;
    font-size: 18px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #fff;
    display: block;
    line-height: 60px;
    text-align: center;
}
.blcPagination ul li a:hover,
.blcPagination ul li.active a {
    background-color: #01b7ea;
    color: #fff;
}
.blcPagination ul li {
    margin: 0 5px;
}
.blcPagination ul li.prec a:hover {
    background-color: transparent;
    color: #01b7ea;
}
.blcPagination ul li.suiv a:hover {
    background-color: transparent;
    color: #01b7ea;
}
.blcFiltre .col {
    width: 25%;
}

.choices__list--multiple .choices__item {
    background-color: #01b7ea;
    border: #01b7ea;
}
.choices__input {
    margin-bottom: 0;
    width: auto !important;
}
.choices__list--multiple .choices__item.is-highlighted {
    background-color: #01b7ea;
    border: 1px solid #01b7ea;
    border-radius: 0;
}
.choices__list--multiple .choices__item {
    border-radius: 0;
}
.choices__inner {
    display: inline-block;
    appearance: none;
    outline: 0;
    border: 0;
    box-shadow: none;
    flex: 1;
    padding: 12px 15px;
    color: #111111;
    background: url(../img/select.png) no-repeat right 40%;
    background-color: #fafafa;
    cursor: pointer !important;
    font-size: 14px;
    font-family: Verdana;
    width: 100%;
    min-height: 50px;
    border-radius: 0;
}
.choices[data-type*="select-multiple"] .choices__button {
    border-left: none;
    padding-left: 7px;
}
.is-open .choices__list--dropdown {
    border-radius: 5px;
}

.FicheDetails {
    padding: 65px 0;
}
.FicheDetails h1 {
    font-size: 30px;
    font-family: Barlow;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 54px;
}
.FicheDetails .textImage {
    display: flex;
    margin-bottom: 54px;
    flex-flow: row wrap;
}
.FicheDetails .sectionTitle {
    border-bottom: #e0e0e0 solid 1px;
    padding-bottom: 9px;
    margin-bottom: 35px;
}
.FicheDetails .sectionTitle h3 {
    color: #3f3f3f;
    font-size: 24px;
    font-family: Barlow-sb;
    margin-bottom: 18px;
}
.FicheDetails .textImage .blctxt {
    padding: 0;
    width: 50%;
}
.FicheDetails .textImage .blctxt .lieu {
    padding-left: 18px;
    padding-top: 2px;
    background: url(../img/marker.png) no-repeat left center;
    font-size: 14px;
    font-family: Verdana;
    min-height: 20px;
    margin-bottom: 24px;
}
.FicheDetails .textImage .blctxt .loyer {
    font-size: 24px;
    font-family: Barlow;
    margin-bottom: 20px;
}
.FicheDetails .textImage .blctxt .loyer span {
    color: #01b7ea;
    font-family: Barlow-b;
}
.imgDetails .item .inner .vue {
    z-index: 2;
    position: absolute;
    bottom: 15px;
    right: 15px;
    color: #fff;
    font-size: 14px;
    font-family: Barlow-m;
    background: url(../img/pict.png) no-repeat right center;
    padding-right: 25px;
}
.imgDetails .item .inner {
    position: relative;
}
.FicheDetails .textImage .blcImg {
    width: 50%;
}
.FicheDetails .textImage .blcImg .imgDetails {
    max-width: 540px;
}
.FicheDetails .textImage .blcImg .slick-arrow {
    top: 50%;
}
.FicheDetails .textImage .blcImg .slick-prev {
    left: 18px;
}
.FicheDetails .textImage .blcImg .slick-next {
    right: 18px;
}
.FicheDetails .textImage .blcImg .slick-dots {
    bottom: 20px;
}
.FicheDetails .textImage .blcImg .slick-dots li {
    margin: 0 5px;
}
.FicheDetails .textImage .blcImg .slick-dots li.slick-active button {
    background-color: #fff;
}
.FicheDetails .textImage .blcImg .slick-dots li button {
    background-color: #aaa;
}
.FicheDetails .textImage .blcBtn .btn {
    width: auto;
}
.btn.btn1 {
    background-color: #fafafa;
    color: #3f3f3f;
}
.FicheDetails .textImage .blcBtn .btn.btn1 {
    margin-right: 25px;
}
.FicheDetails .textImage .blcBtn {
    text-align: left;
    margin-top: 15px;
}
.FicheDetails .textImage .blcBtn .btn {
    width: 227px;
    text-align: center;
}
.lstCaracteristique {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
}
.lstCaracteristique .item {
    width: 16.66%;
    text-align: center;
}
.lstCaracteristique .item .ico {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 13px;
}
.lstCaracteristique .item span {
    font-size: 14px;
}
.plus {
    width: 60px;
    height: 60px;
    background: url(../img/plus.png) no-repeat center #01b7ea;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
    top: -30px;
}
.PlusLocation h3 {
    font-size: 30px;
    font-family: Microsoft;
    color: #3f3f3f;
    text-transform: uppercase;
    margin-bottom: 32px;
    text-align: center;
}
.PlusLocation {
    background: #fafafa;
    margin-top: 70px;
    padding: 0 40px 60px;
    margin-bottom: 60px;
}
.lstLoc {
    display: flex;
    flex-flow: row wrap;
}
.PlusLocation ul {
    width: 25%;
}
.PlusLocation ul li {
    padding-left: 40px;
    background: url(../img/arw2.png) no-repeat top left;
    padding-bottom: 18px;
}
.lstBiens .item .inner .txt {
    padding: 10px;
}
.lstBiens .item .inner .txt h4 {
    color: #3f3f3f;
    font-size: 18px;
    font-family: Barlow-m;
    margin-bottom: 10px;
}
.lstBiens .item .inner .txt .lieu {
    padding-left: 0;
    background-image: none;
    margin-bottom: 10px;
}
.lstBiens .item .inner .txt .prix {
    color: #01b7ea;
    font-size: 20px;
    font-family: Barlow-m;
}
.lstBiens .item .inner .txt .prix span {
    color: #878787;
    font-size: 14px;
    font-family: Verdana;
}
.AutresAppart h2 {
    color: #01b7ea;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 60px;
    text-align: center;
}
.AutresAppart .lstBiens .slick-arrow {
    top: 122px;
}
.AutresAppart .lstBiens .slick-next {
    right: -30px;
}
.AutresAppart .lstBiens .slick-prev {
    left: -30px;
}
.AutresAppart .lstBiens .item {
    margin-bottom: 0;
}
.AutresAppart .lstBiens {
    margin-left: -15px;
    margin-right: -15px;
}

/* FAQ  */
.blcFaq {
    padding: 80px 0 40px;
}
.blcFaq h1 {
    text-align: center;
    font: 30px / normal Barlow;
    color: #01b7ea;
    display: block;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.blcFaq p {
    max-width: 660px;
    margin: 0 auto;
    text-align: center;
}
.lstFaq {
    margin: 40px -20px 0;
    display: flex;
    flex-flow: row wrap;
}
.lstFaq .col {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.lstFaq .item {
    margin-bottom: 60px;
}
.lstFaq .item .question {
    font-size: 16px;
    font-family: Verdana-b;
    margin-bottom: 20px;
}
.lstFaq .item .reponse p {
    text-align: left;
    margin: 0;
}
.lstFaq .item .inner {
    padding-left: 90px;
    position: relative;
    padding-right: 20px;
}
.lstFaq .item .inner:before {
    content: "";
    background: url(../img/ico-faq.png);
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    left: 0;
    top: -10px;
}
.lstFaq .item .inner .question {
    cursor: pointer;
    position: relative;
}
.lstFaq .item .inner .question:after {
    content: "";
    background: url(../img/arrow-off.png);
    width: 24px;
    height: 24px;
    position: absolute;
    right: 0;
    top: 0;
}
.lstFaq .item .reponse {
    border-bottom: #c9c9c9 solid 1px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    padding-right: 40px;
}

.lstFaq .info {
    text-align: left;
}
.lstFaq .info span {
    display: block;
    text-align: left;
    font-family: Verdana;
    margin-bottom: 10px;
}
.lstFaq .info a {
    color: #01b7ea;
    font-family: Verdana;
    margin-right: 40px;
}
.lstFaq .item .inner .content {
    display: none;
}
.lstFaq .item .inner .question.active:after {
    background-image: url(../img/arrow-on.png);
}
.lstFaq .item .inner.active .content {
    display: block;
}

/*location*/
#location {
    padding-top: 125px;
}
.step-listes {
    display: flex;
    justify-content: space-between;
    margin-top: 62px;
    margin-bottom: 35px;
    flex-wrap: wrap;
}
.step-listes li {
    display: flex;
    flex-direction: column;
    text-align: center;
    color: #3f3f3f;
    text-transform: uppercase;
    font: 16px "Barlow";
}
.step-listes li i {
    width: 60px;
    height: 60px;
    background-color: #f7f7f7;
    display: flex;
    align-items: center;
    justify-content: center;
    font: 18px "Barlow-m";
    color: #959595;
    border-radius: 50%;
    margin: 0 auto 19px;
    position: relative;
}
.step-listes li i:after {
    content: "";
    background-color: #fafafa;
    width: 155px;
    height: 4px;
    position: absolute;
    left: 60px;
    display: block;
    top: 30px;
}
.step-listes li:last-child i:after {
    display: none;
}
.step-listes li.active {
    color: #01b7ea;
}
.step-listes li.active i {
    background-color: #01b7ea;
    color: #ffffff;
}
.step-listes li.active i:after {
    background-color: #e0e0e0;
}

.bloc {
    position: relative;
    border: 5px solid #fafafa;
    margin-bottom: 40px;
}
.bloc .title-bloc {
    background-color: #fafafa;
    color: #01b7ea;
    text-align: center;
    font: 30px "Barlow";
    height: 106px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 16px;
}
.bloc .content {
    background-color: #ffffff;
    padding: 40px;
}
.bloc .content legend {
    background-color: #fafafa;
    text-align: center;
    font: 24px "Barlow";
    text-transform: uppercase;
    padding-top: 35px;
}
.bloc .listes-item {
    padding: 40px 0;
    background-color: #fafafa;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.bloc .listes-item .item {
    background-color: #fff;
    width: 227px;
    height: 171px;
    font: 14px "Verdana-b";
    text-align: center;
    color: #3f3f3f;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
/* .bloc .listes-item .item:first-child { margin-left: 0; }
.bloc .listes-item .item:last-child { margin-right: 0; }*/
.bloc .listes-item .item img {
    max-width: 63px;
    margin-bottom: 20px;
}
.bloc .listes-item .item.active {
    background-color: #01b7ea;
    color: #ffffff;
}
.bloc .listes-item .item.active img {
    filter: saturate(0) invert(1) brightness(600);
}

.bloc .content2 {
    background-color: #ffffff;
    padding: 40px;
    border: 5px solid #fafafa;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.bloc .content2 label {
    width: 20%;
    text-align: center;
    cursor: pointer;
}
.bloc .content2 label span {
    display: block;
    width: 100%;
}
.bloc .content2 label > span:nth-child(2) {
    margin-bottom: 15px;
}
.bloc .content2 label .checkcontainer {
    margin-left: auto;
    margin-right: auto;
    width: inherit;
    padding-left: 0;
}
.bloc .content2 label .checkcontainer .radiobtn {
    margin: 0 auto;
    right: 0;
}
.bloc .content2 .item {
    width: 33.33%;
}
.bloc .content2 .item.w-50 {
    width: 50%;
}
.bloc .content2.interne {
    border: 0;
    padding: 0;
}
.d-flex {
    display: flex;
}

.blc-check {
    padding-left: 30px;
    display: block;
}
.check-container {
    display: block;
    position: relative;
    cursor: pointer;
    font: normal 14px/18px "Verdana";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 18px;
    padding-top: 3px;
}
.check-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.check-container .checkmark {
    position: absolute;
    top: 0px;
    left: -30px;
    height: 23px;
    width: 23px;
    background-color: transparent;
    border: 1px solid #b0b0b0;
}
.check-container:hover input ~ .checkmark {
    background-color: #ccc;
}
.check-container input:checked ~ .checkmark {
    background-color: white;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.check-container input:checked ~ .checkmark:after {
    display: block;
}
.check-container .checkmark:after {
    left: 8px;
    top: 3px;
    width: 7px;
    height: 13px;
    border: solid #01b7ea;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.check-container input:disabled ~ .checkmark {
    border-color: #ccc;
}
.check-container.disabled {
    color: #ccc;
    cursor: default;
}

label.check {
    margin-bottom: 10px;
    display: block;
}
.checkcontainer {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font: normal 14px/18px "Verdana";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.checkcontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 14px;
    width: 14px;
    background-color: #eee;
}
.checkcontainer:hover input ~ .checkmark {
    background-color: #ccc;
}
.checkcontainer input:checked ~ .checkmark {
    background-color: #000;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.checkcontainer input:checked ~ .checkmark:after {
    display: block;
}
.checkcontainer .checkmark:after {
    left: 10px;
    top: 6px;
    width: 7px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.radiobtn {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px !important;
    width: 18px !important;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #050505;
}
.checkcontainer:hover input ~ .radiobtn {
    background-color: #ccc;
}
.checkcontainer input:checked ~ .radiobtn {
    background-color: transparent;
}
.radiobtn:after {
    content: "";
    position: absolute;
    display: none;
}
.checkcontainer input:checked ~ .radiobtn:after {
    display: block;
}
.checkcontainer .radiobtn:after {
    top: 3px;
    left: 3px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #01b7ea;
}
.checkcontainer input:disabled ~ .radiobtn {
    border-color: #ccc;
}
.checkcontainer.disabled {
    color: #ccc;
    cursor: default;
}

.pb-30 {
    padding-bottom: 30px;
}
.pb-35 {
    padding-bottom: 35px;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mt-0 {
    margin-top: 0 !important;
}
.mr-40 {
    margin-right: 40px;
}
.sTitle,
.sTitle * {
    text-align: center;
    color: #3f3f3f;
}
.d-block {
    display: block !important;
}

.w-auto {
    width: inherit !important;
}
.blcBtn.dark {
    padding: 20px 40px;
    background-color: #01b7ea;
}
.blcBtn.dark .btn {
    background-color: #fff;
    color: #444444;
}
.flex-wrap {
    flex-wrap: wrap;
}
.align-center {
    align-items: center;
}

.quantity {
    position: relative;
}
.quantity input[type="number"]::-webkit-inner-spin-button,
.quantity input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.cont-form form .blc-chp.quantity .form-control {
    padding-right: 95px;
}
.quantity-nav {
    position: absolute;
    top: 0;
    right: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
}
.quantity-nav .quantity-button {
    background-color: #fff;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    display: flex;
    color: #01b7ea;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 2;
    font-size: 25px;
    padding-bottom: 5px;
}
.quantity-nav .quantity-button.quantity-up {
    margin-right: 10px;
}
.quantity-nav .quantity-button.quantity-down {
    font-size: 0;
    padding-bottom: 0;
}
.quantity-nav .quantity-button.quantity-down::before {
    content: "";
    background-color: #01b7ea;
    width: 16px;
    height: 2px;
    margin: 0 auto;
}
.row-item {
    margin-right: -40px;
    margin-left: -40px;
    display: flex;
    flex-wrap: wrap;
}
.row-item .item {
    padding-left: 20px;
    padding-right: 20px;
}

.select {
    appearance: none;
    border: 0;
    color: #111111;
    background: url(../img/select.png) no-repeat right center;
    background-color: #fafafa;
    width: 100%;
    font-size: 14px;
    height: 50px;
}

.budget .cont-form form .blc-chp {
    margin-bottom: 0;
    align-items: center;
}
.budget .cont-form form .blc-chp .lb1 {
    width: 350px;
}
.budget .cont-form form .blc-chp .lb2 {
    padding-right: 40px;
}
.budget .cont-form form .row-item {
    justify-content: center;
}
.mb-60 {
    margin-bottom: 60px;
}
.px-20 {
    padding-left: 20px;
    padding-right: 20px;
}

@media (min-width: 1201px) {
    .btn-submit:hover {
        background-color: #00a0d4;
    }
    .addSelect:hover {
        background-color: #333736;
    }
    .link:hover {
        background-color: #00a0d4;
    }
    .col-banner .cont-inner .content .link:hover {
        background-color: #00a0d4;
    }
    .slick-arrow:hover {
        background-color: #01b7ea;
    }
    .maki a:hover:after {
        width: 100%;
    }
    .social li a:hover {
        opacity: 0.7;
    }
    .mobileMoney li a:hover {
        opacity: 0.7;
    }
    .lstCommentcaMarche .item:hover .icon > img {
        display: none;
    }
    .lstCommentcaMarche .item:hover .icon i {
        display: block;
    }
    .scroll:hover {
        background-color: #01b7ea;
    }
    .connexion .blc-chp .btn:hover {
        background-color: #111;
    }
    .mdpOublie span a:hover {
        color: #111;
    }
    .blcCreer .bloc .btn:hover {
        background-color: #111;
    }
    .DejaInscrit:hover {
        color: #01b7ea;
    }
    .user .login:hover {
        color: #111 !important;
    }
    .blcContact .contactInfo .row .col .card:hover {
        background-color: #01b7ea;
    }
    .blcContact .contactInfo .row .col .card:hover h3 {
        color: #fff;
    }
    .blcContact .contactInfo .row .col .card:hover p {
        color: #fff;
    }
    .blcContact .contactInfo .row .col .card:hover .btn {
        background-color: #fff;
        color: #01b7ea;
    }
    .blcContact .contactInfo .row .col .card.particulier:hover .ico {
        background: url(../img/ico-part-h.png);
    }
    .blcContact .contactInfo .row .col .card.professionnel:hover .ico {
        background: url(../img/ico-pro-h.png);
    }
    .blcBtn .btn:hover {
        background-color: #444444;
        color: #fff !important;
    }
    .bandeauContact .card a:hover {
        color: #01b7ea;
    }
    .lstBiens .item .inner:hover .img a:after {
        opacity: 1;
    }
    .btn.btn1:hover {
        color: #fff;
    }
    .lstBiens .item .inner .s-titre:hover h4 {
        font-weight: 700;
    }
    .lstBiens .item .inner .s-titre:hover h4:after {
        width: 40px;
    }
}
@media (min-width: 992px) {
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (min-width: 768px) {
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 1366px) {
    .contFtr {
        padding: 0 40px 0 0;
    }
    .maki {
        padding-right: 0;
    }
    .banner {
        height: calc(85vh - 60px);
    }
}

@media (max-width: 1280px) {
    .ftrBottom .item {
        padding-right: 40px;
    }
    .blcConnexion {
        padding: 56px 40px;
    }
    .connexion .inner {
        margin: 0 auto;
    }
    .demandeOffre {
        width: 66.66%;
    }
    .blcCreer .bloc .content {
        width: 100%;
    }
    .blcCreer .bloc {
        width: 50%;
    }
    .connexion {
        padding-right: 20px;
    }
    .demandeOffre .inner {
        margin: 0 auto;
    }
    .blcContact {
        padding: 60px 40px;
    }
    .ListeBiens {
        padding: 60px 25px;
    }
    .card-items ul li {
        width: auto;
        padding-right: 10px;
    }
    .FicheDetails {
        padding: 65px 40px;
    }
}
@media (max-width: 1200px) {
    .blcBanner .col-banner {
        padding: 40px;
    }
    .lstCommentcaMarche {
        padding-top: 40px;
    }
    .CommentcaMarche {
        padding: 60px 40px 60px;
    }
    .Apropos {
        padding: 60px 40px 34px;
    }
    .blcApropos .cardTexte {
        width: 35%;
    }
    .blcApropos .cardImage {
        width: 65%;
    }
    .blcSlider h3 {
        margin-bottom: 60px;
    }
    .ftrBottom {
        padding: 57px 40px 57px 40px;
    }
    .contFtr {
        padding: 0 20px 0 0;
    }
    .blcHead {
        padding-left: 40px;
    }
    .blcApropos .cardImage .img2 {
        right: 40px;
    }
    .banner {
        height: calc(85vh - 60px);
    }
    .scroll {
        right: 40px;
    }
    .FicheDetails .textImage .blctxt {
        padding: 0 0 0 40px;
    }
    .FicheDetails .textImage .blcBtn .btn {
        width: auto;
    }
    .CommentcaMarche .titre {
        margin-bottom: 60px;
    }
}

@media (max-width: 1100px) {
    .head {
        right: 250px;
    }
    .blcHead p {
        text-align: right;
    }
    .linkHead a {
        padding: 20px 10px;
    }
    .blcApropos .cardImage {
        top: -25px;
    }
    .form-banner h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .info {
        font-size: 12px;
    }
    /* .hover-banner { padding-top: 25px } */
    .lstCommentcaMarche {
        padding-top: 20px;
    }
    .Apropos {
        padding: 40px 40px 34px;
    }
    .QuiPenseDenous {
        padding: 0 20px 54px;
    }
    .blcSlider .slideLeft,
    .blcSlider .slideRight {
        padding: 0 20px;
    }
    .ftrBottom .item {
        padding-right: 20px;
    }
    .scrollTop a {
        font-size: 0;
    }
    .blcContact .contactInfo .row .col {
        padding: 0 20px;
    }
    .cont-form.information form .col-66 .blc-chp {
        padding: 0 10px;
    }
    .cont-form.information form .col-33 {
        padding: 0 10px;
    }
    .cont-form.information form {
        margin: 0 -10px;
    }
    .bandeauContact .blcCol .card {
        padding: 0 10px;
    }
    .bandeauContact {
        padding: 60px 30px;
    }
    .cont-form {
        margin-bottom: 0;
    }
    .blcFaq {
        padding: 60px 40px 20px;
    }
    #homepage .QuiPenseDenous {
        padding-top: 40px;
    }
}

@media (max-width: 1031px) {
    .contFtr {
        flex-direction: column;
        align-items: center;
    }
    .ftrBottom {
        position: static;
    }
    .contFtr .col.col1 .copy {
        margin-bottom: 20px;
    }
    .contFtr .col.col1 {
        width: 100%;
        text-align: center;
        padding: 32px 40px 20px;
    }
    .contFtr .col.col2 {
        padding: 20px 40px 0 40px;
        width: 100%;
    }
    .scrollTop {
        position: absolute;
        right: 40px;
        top: 0;
    }
    .menuFtr {
        padding-bottom: 40px;
    }
    .ftrBottom {
        width: 100%;
    }
    .contFtr {
        padding: 0;
    }
    .Compteur {
        padding: 40px 40px 60px;
    }
    .blcFiltre .col {
        width: 25%;
        padding: 0 10px;
    }
    .blcFiltre {
        margin: 0 2px 40px;
    }
}

@media (max-width: 1023px) {
    .head {
        display: none;
    }
    .linkHead a {
        font-size: 16px;
    }
}
@media (max-width: 991px) {
    .blcHead {
        padding-left: 0;
    }
    .head,
    .linkHead {
        display: none;
    }
    .menu.open {
        /*display: block;*/
        opacity: 1;
        visibility: visible;
        position: absolute; /*background-color: #fff;*/
        width: 100%;
        height: 100vh;
        z-index: 22;
        top: 60px;
        padding: 0 0 40px;
        left: 0;
    }
    .menu::after {
        width: 2px;
        height: 2px;
        background: #ccc;
        border-radius: 50%;
        position: fixed;
        left: 5vw;
        top: 29px;
        margin-right: 14px;
        transition: top 400ms ease-in-out 0ms,
            background 600ms ease 400ms transform 600ms ease 400ms;
        z-index: 80;
        content: "";
    }
    .menu.open::after {
        background: #ffffff;
        transform: scale(1800);
        transition-delay: 0s;
    }
    .menu ul {
        position: relative;
        z-index: 81;
    }
    .menu.open li {
        opacity: 1;
    }
    .menu li {
        opacity: 0;
        transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    }
    .menu li a {
        padding: 15px 40px;
        color: #3f3f3f;
        font-size: 16px;
        border-bottom: #eeeeee solid 1px;
        display: inherit;
    }
    .menu li.selected a {
        background-color: #01b7ea;
        color: #fff;
    }
    .menu_mobile {
        width: 96px;
        height: 60px;
        background: transparent;
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        position: absolute;
        top: 0;
        left: 0;
        text-indent: 27px;
        z-index: 99;
    }
    .menu_mobile div {
        width: 20px;
        height: 2px;
        background: #3f3f3f;
        position: absolute;
        left: 35px;
        top: 50%;
        margin: -1px -15px 0 0;
        line-height: 0;
        color: #01b7ea;
        font-size: 18px;
        font-family: Barlow-m;
    }
    .menu_mobile div::before {
        width: 100%;
        height: 2px;
        background: #3f3f3f;
        position: absolute;
        right: 0;
        top: 8px;
        content: "";
    }
    .menu_mobile div::after {
        width: 100%;
        height: 2px;
        background: #3f3f3f;
        position: absolute;
        right: 0;
        top: -8px;
        content: "";
    }
    body.active_overflow {
        height: 100vh;
        overflow: hidden;
    }
    .menu_mobile.active div {
        height: 0;
    }
    .menu_mobile.active div::before {
        top: 0;
        transform: rotate(45deg);
    }
    .menu_mobile.active div::after {
        top: 0;
        transform: rotate(-45deg);
    }

    .blcBanner {
        flex-direction: column;
    }
    .blcBanner .col-banner {
        width: 100%;
    }
    .form-banner form {
        display: none;
    }
    .form-banner h2 strong {
        font-size: 30px;
    }
    .banner2,
    .banner3 {
        display: none;
    }
    .col-banner .cont-inner:hover .content .hover-banner {
        display: none;
    }
    .col-banner .cont-inner {
        min-height: inherit;
        padding: 0;
    }
    .col-banner .cont-inner .content {
        align-items: baseline;
    }
    .col-banner .cont-inner .content .title {
        text-align: left;
    }
    .col-banner.slider2 {
        border-bottom: #eee solid 1px;
    }
    .link-mobile {
        display: block;
        width: 24px;
        height: 24px;
        background: url(../img/arw.png) no-repeat center;
        background-color: #444444;
        border-radius: 50%;
        position: absolute;
        right: 0;
    }

    .link-mobile1 {
        display: block;
        position: absolute;
        right: 0;
        left: 0;
        margin: auto;
        bottom: -40px;
        cursor: pointer;
        text-align: center;
    }
    .link-mobile1:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
        width: 24px;
        height: 24px;
        background: url(../img/arw-d.png) no-repeat center;
        background-color: #01b7ea;
        border-radius: 50%;
        cursor: pointer;
    }

    .banner {
        height: auto;
    }
    .scroll {
        display: none;
    }
    .CommentcaMarche {
        padding: 40px 40px 40px;
        background-color: #fafafa;
    }
    .numMob {
        display: block;
    }
    .list-num {
        display: none;
    }
    .lstCommentcaMarche {
        padding-bottom: 30px;
    }
    .img1 {
        display: none;
    }
    .blcApropos .cardImage {
        top: 0;
    }
    .blcApropos {
        flex-direction: column;
    }
    .blcApropos .cardImage .img2 {
        position: static;
    }
    .blcApropos .cardImage .img2 img {
        display: block;
        width: 100%;
    }
    .blcApropos .cardImage {
        width: 100%;
        padding-bottom: 20px;
    }
    .blcApropos .cardTexte {
        width: 100%;
    }
    .blcSlider .slideLeft,
    .blcSlider .slideRight {
        width: 100%;
    }
    .blcSlider .bgSlide {
        padding: 30px 15px;
    }
    .blcSlider {
        flex-direction: column;
    }
    .blcSlider .slideLeft {
        margin-bottom: 40px;
    }
    .menuFtr {
        display: none;
    }
    .scrollTop {
        display: none;
    }

    .ftrBottom {
        padding: 37px 40px;
        flex-direction: column;
        align-items: inherit;
    }
    .ftrLeft {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .maki {
        padding-top: 20px;
        padding-right: 0;
        text-align: center;
    }
    .social {
        padding-bottom: 20px;
    }
    .headFixed .logo {
        display: none;
    }
    .social li {
        margin: 0 8px;
    }
    .ftrBottom .item {
        padding-right: 0;
        text-align: center;
    }
    .blcSlider h3 {
        margin-bottom: 40px;
    }
    .footer {
        background-attachment: inherit;
    }
    .form-banner.active form {
        display: block;
    }
    .form-banner.active .link-mobile1:before {
        transform: rotate(180deg);
    }
    .blcBanner .col-banner.slider2,
    .blcBanner .col-banner.slider3 {
        background-color: #fff;
    }
    .social {
        align-items: center;
        justify-content: center;
    }
    .scrollTop.mobile {
        display: block;
        position: absolute;
        right: 40px;
        top: 40px;
    }
    .scrollTop a::before {
        background-color: #0eace9;
    }
    .blcBanner .col-banner {
        padding: 40px 40px 50px;
    }
    .link-mobile1 .close {
        display: none;
    }
    .form-banner.active .close {
        display: inline-block;
    }
    .form-banner.active .link-mobile1 .open {
        display: none;
    }

    .connexion {
        padding-right: 0;
        width: 100%;
        margin-bottom: 40px;
    }
    .blcConnexion {
        padding: 50px 40px 60px;
        flex-direction: column;
    }
    .demandeOffre {
        width: 100%;
    }
    .demandeOffre .inner {
        margin: 0 auto;
    }

    .bannerInt .img {
        width: 40%;
        margin-top: 26px;
    }
    .bannerInt .img img {
        width: 100%;
    }
    .bannerInt .blcTxt h2 {
        font-size: 25px;
    }
    .bannerInt .blcTxt span {
        font-size: 25px;
    }
    .bannerInt .blcTxt .profite {
        font-size: 30px;
    }
    .bannerInt .blcTxt .txtDeco {
        font-size: 30px;
    }
    .bannerInt {
        width: 100%;
        height: 400px;
    }
    .bannerInt .img {
        width: 40%;
        margin-top: 0;
        height: 403px;
        position: absolute;
        left: 0;
    }
    .bannerInt {
        display: block;
    }
    .bannerInt .blcTxt {
        width: 100%;
        padding-left: 35%;
        position: relative;
        z-index: 2;
    }
    .container {
        width: 100%;
    }
    .bannerInt .img img {
        width: 100%;
        position: absolute;
        bottom: 0px;
    }
    .blcContact .contactInfo .row .col .card .btn {
        width: auto;
    }
    .bandeauContact .blcCol .card {
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
    }

    .lstBiens .item {
        width: 50%;
    }
    .FicheDetails .textImage .blcImg {
        width: 100%;
        margin-bottom: 20px;
    }
    .FicheDetails .textImage .blctxt {
        padding: 0;
    }
    .FicheDetails .textImage .blcImg .imgDetails {
        max-width: 100%;
    }
    .FicheDetails .textImage .blcImg .imgDetails img {
        width: 100%;
    }
    .lstCaracteristique .item {
        width: 33.33%;
        margin-bottom: 20px;
    }
    .FicheDetails .textImage .blctxt {
        width: 100%;
    }
    .AutresAppart .lstBiens {
        margin-left: 0;
        margin-right: 0;
    }

    .bloc .content2 label {
        width: 25%;
    }
}
@media (max-width: 768px) {
    .blcContact .contactInfo .row .col {
        width: 100%;
        margin-bottom: 20px;
    }
    .blcContact .contactInfo {
        margin-bottom: 40px;
    }
    .cont-form.information form .col-66 {
        width: 100%;
    }
    .cont-form.information form .col-33 {
        width: 100%;
    }
    .blcFiltre .col {
        width: 50%;
        margin-bottom: 10px;
    }
    .blcFiltre {
        margin-bottom: 20px;
    }
    .FicheDetails h1 {
        margin-bottom: 30px;
    }
    .FicheDetails {
        padding: 40px 40px;
    }
    .FicheDetails .sectionTitle {
        margin-bottom: 20px;
    }
    .PlusLocation ul {
        width: 50%;
    }
    .PlusLocation {
        margin-bottom: 40px;
    }
    .lstFaq .col {
        width: 100%;
        padding: 0;
    }
    .lstFaq {
        margin: 40px 0px 0;
    }
    .lstFaq .item .inner .question {
        padding-right: 40px;
    }
    .lstFaq .item .inner {
        padding-right: 0;
    }
    .bandeauContact {
        padding: 20px 20px;
    }
    .lstBiens .item .inner .s-titre h4 {
        margin-bottom: 15px;
    }
    .AutresAppart h2 {
        margin-bottom: 40px;
    }
    .bloc .content2 .item {
        width: 100%;
    }
    .bloc .content2 .item.w-50 {
        width: 100%;
    }
    .w-100 {
        width: inherit;
        max-width: inherit;
    }
    .budget .cont-form form .blc-chp.d-flex {
        display: block;
        margin-bottom: 20px;
    }
    .budget .cont-form form .blc-chp .lb1,
    .budget .cont-form form .blc-chp .lb2 {
        text-align: center;
        width: 100%;
        display: block;
        padding: 0;
    }
    .step-listes {
        justify-content: center;
    }
    .step-listes li {
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 20px;
    }
    .step-listes li i:after {
        display: none;
    }
    .p-6 {
        padding: 2em;
    }
}

@media (max-width: 600px) {
    .menu_mobile div {
        left: 20px;
    }
    .menu li a {
        padding: 15px 20px;
    }
    .titre {
        margin-bottom: 20px;
    }
    .blcBanner .col-banner {
        padding: 30px 20px 60px;
    }
    .Apropos {
        padding: 20px 20px 34px;
    }
    .user {
        min-width: inherit;
        max-width: inherit;
    }
    .banner .logo {
        margin-bottom: 20px;
    }

    .slide .item .inner::before {
        right: 0;
        margin: auto;
        top: -35px;
    }
    .slide .item {
        padding-top: 40px;
    }
    .slide .item .inner {
        padding: 0 20px;
    }
    .contFtr .col.col1 {
        padding: 40px 20px 20px;
    }
    .contFtr .col.col2 {
        padding: 20px 20px 0 20px;
        width: 100%;
    }
    .ftrBottom {
        padding: 30px 20px;
        flex-direction: column;
    }
    .Compteur {
        padding: 0 20px 60px;
    }
    .slick-prev {
        left: 0;
    }
    .slick-next {
        right: 0;
    }
    .form-banner.active .link-mobile1 {
        bottom: -40px;
    }
    .CommentcaMarche {
        padding: 40px 20px 40px;
    }
    .blcSlider .slideLeft,
    .blcSlider .slideRight {
        padding: 0;
    }
    .ftrBottom {
        padding: 37px 20px;
    }
    .scrollTop.mobile {
        right: 20px;
    }
    .blcCreer {
        flex-direction: column;
    }
    .blcCreer .bloc {
        width: 100%;
        margin-bottom: 20px;
        padding: 0;
    }
    .connexion .inner {
        max-width: 100%;
    }
    .blcConnexion {
        padding: 30px 20px 40px;
    }
    .bannerInt .img {
        width: 25%;
    }
    .bannerInt .blcTxt {
        padding-left: 20%;
    }
    .bannerInt .blcTxt ul li {
        font-size: 25px;
        line-height: 25px;
    }
    .blcBanner.page::after {
        height: 20px;
    }
    .demandeOffre h2 {
        line-height: normal;
    }
    .blcContact {
        padding: 40px 20px;
    }
    .bandeauContact {
        padding: 40px 20px;
    }
    .blcBtn {
        margin-top: 20px;
    }
    .blcContact .info {
        margin-bottom: 20px;
    }
    .blcContact .contactInfo .row .col .card h3 {
        margin-bottom: 20px;
    }
    .blcContact .contactInfo .row .col .card {
        height: 320px;
    }
    .blcContact .contactInfo .row .col .card p {
        padding-bottom: 25px;
    }
    .blcContact .blc-select select {
        font-size: 16px;
        width: 100%;
        padding-right: 40px;
    }
    .blcContact .blc-select {
        margin-bottom: 20px;
    }
    .blcBtn .btn {
        width: auto;
    }
    .bandeauContact .blcCol .card > div {
        height: 150px;
    }
    .blcContact .contactInfo {
        margin-bottom: 20px;
    }
    .ListeBiens {
        padding: 40px 10px;
    }
    .blcFiltre {
        margin: 0 -5px 20px;
    }
    .blcPagination ul li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .blcPagination ul li {
        margin: 0 3px;
    }
    .FicheDetails {
        padding: 40px 20px;
    }
    .FicheDetails .textImage .blcBtn .btn.btn1 {
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .lstCaracteristique .item {
        width: 50%;
    }
    .PlusLocation {
        padding: 0 20px 20px;
    }
    .AutresAppart .lstBiens .slick-prev {
        left: -15px;
    }
    .AutresAppart .lstBiens .slick-next {
        right: -15px;
    }
    .AutresAppart h2 {
        font-size: 25px;
    }
    .PlusLocation h3 {
        margin-top: -20px;
        margin-bottom: 20px;
    }
    .FicheDetails .sectionTitle {
        margin-bottom: 0;
    }
    .FicheDetails h1 {
        font-size: 25px;
    }
    .FicheDetails .textImage .blctxt .loyer {
        line-height: normal;
    }
    .blcFaq {
        padding: 40px 20px 10px;
    }
    .lstFaq .item .inner {
        padding-left: 60px;
    }
    .lstFaq .item .inner::before {
        width: 40px;
        height: 40px;
        background-size: cover;
    }

    .bloc .content2 label {
        width: 50%;
        padding-bottom: 45px;
    }
    .bloc .content {
        padding: 10px 20px;
    }
    .bloc .listes-item {
        padding: 20px 0;
    }
    .bloc .listes-item .item:last-child {
        margin-bottom: 0;
    }
    .bloc .content2.interne {
        padding: 10px 20px;
    }
}

@media (max-width: 480px) {
    .bannerInt .blcTxt h2 {
        font-size: 18px;
        line-height: normal;
    }
    .bannerInt .blcTxt .txtDeco {
        font-size: 20px;
        padding: 15px 16px 15px 20px;
    }
    .bannerInt .blcTxt ul li {
        font-size: 20px;
    }
    .bannerInt .blcTxt .profite {
        font-size: 23px;
        line-height: normal;
    }
    .bannerInt .blcTxt {
        width: 100%;
        padding-left: 20px;
        padding-top: 40px;
        position: relative;
        z-index: 2;
        height: 400px;
        padding-right: 20px;
    }
    .blcBanner.page {
        height: 370px;
    }
    .bannerInt {
        height: 370px;
    }
    .bannerInt .img {
        height: 370px;
    }
    .bannerInt .blcTxt {
        height: 370px;
    }
    .cont-form.information form .col-66 .blc-chp {
        width: 100%;
    }
    .lstBiens .item {
        width: 100%;
    }
    .blcFiltre .col {
        width: 100%;
    }
    .blcPagination ul li a {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }
    .PlusLocation ul {
        width: 100%;
    }
    .bloc .content2 label {
        width: 100%;
    }
}
