/*
*
* = FONTS --------------------------------------------------------------------------------------------------------------
*
*/

@import url('https://fonts.googleapis.com/css2?family=Khand:wght@700&display=swap');

@font-face {
    font-family: 'Avenir Next LT Pro';
    src: url('../fonts/AvenirNextLTPro-Bold.woff2') format('woff2'),
    url('../fonts/AvenirNextLTPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir Next LT Pro';
    src: url('../fonts/AvenirNextLTPro-UltLt.woff2') format('woff2'),
    url('../fonts/AvenirNextLTPro-UltLt.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir Next LT Pro';
    src: url('../fonts/AvenirNextLTPro-Regular.woff2') format('woff2'),
    url('../fonts/AvenirNextLTPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*
*
* = ALL ----------------------------------------------------------------------------------------------------------------
*
*/

textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
    -webkit-appearance: none;
    border-radius: 0;
}

* {
    font-family: 'Avenir Next LT Pro';
    outline: none;
}

/*
*
* = BODY ---------------------------------------------------------------------------------------------------------------
*
*/

body {
    /*margin-top: 102px;*/
    min-width: 320px;
}

/*
*
* = CONTAINER ----------------------------------------------------------------------------------------------------------
*
*/

.container {
    position: relative;
    display: block;
    width: 1280px;
    margin: 0 auto;
}

@media screen and (min-width: 1600px) {
    .container {
        width: 1600px;
    }
}

@media screen and (max-width: 1280px) {
    .container {
        width: 100%;
    }
}

/*@media screen and (max-width: 850px) {
	.container {
		width: 100%;
	}
}*/

/*
*
* = COL ----------------------------------------------------------------------------------------------------------------
*
*/

.col--50 {
    width: 50%;
    float: left;
}

/*
*
* = VOILE --------------------------------------------------------------------------------------------------------------
*
*/

.voile--50 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

/*
*
* = COLOR --------------------------------------------------------------------------------------------------------------
*
*/

.color--green {
    color: #b3aa73;
}

.color--white {
    color: white;
}

.back--green {
    background-color: #b3aa73;
}

.back--grey {
    background-color: #e6e6e6;
}

.back--grey--light {
    background-color: #f7f7f7;
}


/*
*
* = HEADER -------------------------------------------------------------------------------------------------------------
*
*/
.header {
    background-color: white;
    /*position: fixed;*/
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99999999999999;
}

.header--content {
    padding-left: 85px;
    padding-right: 40px;
}

.header,
.header--logo,
.header--content,
.header--nav--lien {
    height: 102px;
}

.header--logo--image {
    position: relative;
    height: 65px;
    top: 50%;
    transform: translateY(-50%);
}

.header--left {
    float: left;
}

.header--right {
    float: right;
}

.header--nav,
.header .social,
.header--nav--li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.header--nav--li--active::before {
    content: "";
    position: absolute;
    background: #afa875;
    height: 10px;
    width: 10px;
    border-radius: 10px;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
}

.header--nav--lien {
    display: block;
    text-decoration: none;
    padding: 0 17px;
    font-weight: bold;
    font-size: 16px;
    line-height: 102px;
    color: black;
    transition: 0.1s ease color;
    cursor: pointer;
}

.header--nav--lien:hover {
    color: #afa875;
}

.header-nav-triangle {
    padding-right: 15px;
    background-image: url(../img/pictos/triangle.svg);
    background-size: 9px;
    background-repeat: no-repeat;
    background-position: right center;
}

.header--home--img {
    width: 20px;
}

.header--tel {
    width: 24px;
    margin-right: 28px;
    margin-left: 16px;
}

.header--nav--menu {
    position: fixed;
    top: 102px;
    left: 0;
    width: 100%;
    text-align: center;
    background: black;
    bottom: 0;
    height: 0;
    display: block;
    z-index: 999;
    overflow: hidden;
    opacity: 0;
    transition: 0.1s ease opacity, height 0s 0.1s ease;
}

.header--nav--li:hover .header--nav--menu {
    transition: 0.1s ease opacity, height 0s ease;
    opacity: 1;
    height: 72px;

}

.header--nav--menu--li,
.header--nav--menu--lien {
    position: relative;
    text-decoration: none;
    display: inline-block;
}

.header--nav--menu--label {
    /*font-size: 30px;*/
    font-size: 24px;
    font-weight: bold;
    line-height: 72px;
    color: white;
    top: initial;
    transform: none;
    transition: 0.1s ease color;
}

.header--nav--menu--label:hover {
    color: #afa875;
}


.header .social--lien--forme {
    height: 28px;
    width: 28px;
}

.header--nav--menu--li:nth-child(2) {
    padding: 0 90px;
    position: relative;
}

.header--nav--menu--li:nth-child(2)::after,
.header--nav--menu--li:nth-child(2)::before {
    content: '';
    position: absolute;
    background-color: white;
    width: 7px;
    height: 7px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 7px;
}

.header--nav--menu--li:nth-child(2)::before {
    left: 41px;
}

.header--nav--menu--li:nth-child(2)::after {
    right: 41px;
}

.header--nav--triangle {
    position: relative;
}

.header--nav--triangle::after {
    content: "";
    transition: opacity 0.1s ease;
    opacity: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 15px 15px;
    border-color: transparent transparent #000000 transparent;
}

.header--nav--triangle:hover::after {
    opacity: 1;
}

.header--tel,
.header--home--img,
.social--lien--fb,
.social--lien--in {
    fill: black;
    transition: 0.2s ease fill;
}

.header--tel:hover,
.header--home:hover .header--home--img,
.social--lien:hover .social--lien--fb,
.social--lien:hover .social--lien--in {
    fill: #afa875;
}

.header--nav--menu--label:first-letter {
    text-transform: uppercase;
}

@media screen and (min-width: 1600px) {
    .header--content {
        padding-left: 105px;
        padding-right: 50px;
    }

    .header,
    .header--logo,
    .header--content,
    .header--nav--lien {
        height: 128px;
    }

    .header--logo--image {
        height: 81px;
    }

    .header--nav--li--active::before {
        height: 12px;
        width: 12px;
        border-radius: 12px;
        top: 10px;
    }

    .header--nav--lien {
        padding: 0 22px;
        font-size: 20px;
        line-height: 128px;
    }

    .header-nav-triangle {
        padding-right: 18px;
        background-size: 12px;
    }

    .header--home--img {
        width: 25px;
    }

    .header--tel {
        width: 30px;
        margin-right: 35px;
        margin-left: 20px;
    }

    .header--nav--menu {
        top: 128px;
    }

    .header--nav--li:hover .header--nav--menu {
        height: 90px;
    }

    .header--nav--menu--label {
        font-size: 30px;
        line-height: 90px;
    }

    .header .social--lien--forme {
        height: 35px;
        width: 35px;
    }

    .header--nav--menu--li:nth-child(2) {
        padding: 0 110px;
    }

    .header--nav--menu--li:nth-child(2)::after,
    .header--nav--menu--li:nth-child(2)::before {
        width: 9px;
        height: 9px;
        border-radius: 9px;
    }

    .header--nav--menu--li:nth-child(2)::before {
        left: 50.5px;
    }

    .header--nav--menu--li:nth-child(2)::after {
        right: 50.5px;
    }

    .header--nav--triangle::after {
        border-width: 0 18px 18px 18px;
    }
}

@media screen and (max-width: 1280px) {
    .header--nav--lien {
        padding: 0 10px;
        font-size: 15px;
        line-height: 102px;
    }

    .header--content {
        padding: 0;
    }

    .header .container {
        width: 100%;
        padding: 0 50px;
    }

    .header--home {
        display: none;
    }


}

@media screen and (max-width: 1000px) {
    .header .social--li {
        display: none;
    }


    .header--nav--li--tel {
        position: absolute;
        right: -50px;
        background: #afa875;
        top: 51px;
        height: 62px;
        width: 62px;
    }

    .header--tel {
        margin-right: 0;
        margin-left: 0;
        top: 50%;
        position: absolute;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
    }
}

@media screen and (max-width: 850px) {

    .header::before {
        content: "";
        position: fixed;
        background-color: rgba(255, 255, 255, 0.75);
        top: 0;
        left: 0;
        width: 100%;
        height: 0;
        z-index: 0;
        opacity: 0;
        transition: opacity .75s ease, height 0s .75s ease;
    }

    .header.open::before {
        height: 100%;
        opacity: 1;
        transition: opacity .75s ease;
    }

    .header--nav--triangle::after,
    .header--nav--main {
        display: none;
    }

    .header--nav--main.open::before,
    .header--nav--main.close::before {
        content: "";
        position: absolute;
        height: 100%;
        z-index: 0;
        background-color: white;
        z-index: 400;
    }

    .header--nav--main.close::before {
        animation-duration: 0.75s;
        animation-iteration-count: 1;
        animation-name: voilemenuclose;
        animation-fill-mode: forwards;
        animation-timing-function: ease-in-out;
    }

    .header--nav--main.open::before {
        animation-duration: 0.75s;
        animation-iteration-count: 1;
        animation-name: voilemenuopen;
        animation-fill-mode: forwards;
        animation-timing-function: ease-in-out;
    }


    @keyframes voilemenuclose {
        0% {

            left: calc(100% - 275px);
            width: 275px;
        }

        50% {
            width: 100%;
            left: 0%;
        }
        100% {
            width: 0%;
        }
    }


    @keyframes voilemenuopen {
        0% {
            width: 0%;
        }

        50% {
            width: 100%;
            left: 0%;
        }
        100% {
            left: calc(100% - 275px);
            width: 275px;
        }
    }



    .header--burger {
        position: absolute;
        height: 102px;
        width: 62px;
        background-color: black;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
    }


    .header--nav--li--tel {
        right: 0px;
        top: -11px;
    }

    .header--burger span {
        position: absolute;;
        height: 5px;
        width: 28px;
        background-color: #afa875;
    }

    .header--burger span:nth-child(2) {
        top: 37px;
        left: 25px;
    }

    .header--burger span:nth-child(3) {
        top: 60px;
        left: 11px;
    }

    .header--burger span:nth-child(2),
    .header--burger span:nth-child(3) {
        transition: 0.3s 0.3s ease all;
    }

    .header--burger.open span:nth-child(2),
    .header--burger.open span:nth-child(3) {
        background-color: black;
        top: 50%;
        left: 50%;
        transition: 0.3s 0.5s ease all;
    }

    .header--burger.open span:nth-child(2) {
        transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    }

    .header--burger.open span:nth-child(3) {
        transform: translateX(-50%) translateY(-50%) rotate(45deg);
    }

    .header--burger span:nth-child(1) {
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        transition: 0.2s 0.2s ease width, 0.2s ease height;
    }

    .header--burger.open span:nth-child(1) {
        height: 100%;
        width: 100%;
        transition: 0.2s ease width, 0.2s 0.2s ease height;
    }


    .header--nav,
    .header--nav--li {
        display: block;
    }

    .header--right {
        float: none;
    }

    .header--nav--main {
        position: absolute;
        right: 0;
        top: 0;
        z-index: 9;
        width: 100%;
    }

    .header--nav--lien {
        height: auto;
    }

    .header--nav--lien {
        padding: 22px 62px 22px 0;
        max-width: 275px;
        margin-left: auto;
    }

    .header--nav--lien,
    .header--nav--lien p {

        font-size: 34px;
        line-height: 34px;
        font-family: 'Khand', sans-serif;
        text-align: right;
    }

    .header--nav--menu {
        background-color: transparent;
    }

    .header--nav--menu--label {
        font-size: 20px;
        font-weight: 400;
        line-height: 34px;
        text-align: right;
        padding-right: 62px;
        color: black;

    }

    .header--nav--menu--label span {
        display: none;
    }


    .header--nav--li--active::before {
        display: none;
    }

    .header--nav--li--active .header--nav--lien p {
        color: #afa875;
    }

    .header--nav--menu--li:nth-child(2)::after,
    .header--nav--menu--li:nth-child(2)::before {
        display: none;
    }

    .header--nav--li {
        z-index: 450;
        opacity: 0;
        transition: 0.2s 0.2s ease opacity;
    }

    .header--nav--main.open .header--nav--li {
        opacity: 1;
        transition: 0.5s 0.5s ease opacity;
    }

    .header--nav--menu--li, .header--nav--menu--lien {
        position: relative;
        text-decoration: none;
        display: block;
    }

    .header--nav--menu--li:nth-child(2) {
        padding: 0px;
    }

    .header--nav--li:hover .header--nav--menu {
        height: auto;
    }

    .header--home {
        display: none;
    }

    .header--nav--menu {
        position: relative;;
        top: 0;
        left: 0;
        width: 100%;
        bottom: 0;
        height: auto;
        display: block;
        opacity: 1;
    }

    .header .container {
        padding: 0px;
    }

    .header--left {
        float: none;
    }

    .header--logo {
        width: 100%;
        display: block;
        text-align: center;
    }

    .header--nav--li--tel {
        background: white;
    }

    .header--tel {
        fill: #afa875;
    }

    .header--nav--menu--accordion {
        height: 0;
        overflow: hidden;
        transition: 0.2s ease height;
    }


}

@media screen and (max-width: 550px) {
    body {
        margin-top: 102px;
    }

    .header {
        position: fixed;
    }

    .header,
    .header--logo,
    .header--content,
    .header--nav--lien,
    .header--logo--image {
        transition: 0.1s ease height;
    }

    .header.header_small,
    .header_small .header--logo,
    .header_small .header--content {
        height: 75px;
    }

    .header_small .header--logo--image {
        height: 45px;
    }

    .header--left {
        float: none;
        position: relative;
        overflow: hidden;
    }


}

/*
*
* = FOOTER -------------------------------------------------------------------------------------------------------------
*
*/

.footer {
    position: relative;
    color: white;
    background-color: black;
    padding: 44px 0px 40px 0px;
}

.footer--content {
    padding-left: 100px;
    padding-right: 67px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.footer--logo {
    width: 165px;
}

.footer--adresse,
.footer--description {
    font-size: 20px;
    line-height: 21px;
    padding-top: 5px;
}

.footer--disclaimer {
    color: white;
    font-size: 12px;
    text-align: center;
    line-height: 15px;
    padding-top: 50px;
}

.footer .social--lien--forme {
    height: 37px;
    width: 37px;
}

.footer--telephone {
    padding-top: 5px;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
}

.footer--telephone--prefix {
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    color: #afa875;
}

.footer--contact {
    overflow: hidden;
}

.footer .social {
    padding-left: 50px;
}

.footer--contact--col {
    float: left;
}

footer a {
    color: white;
    text-decoration: none;
    transition: 0.1s ease color;
}

footer a:hover {
    color: #afa875;
}

@media screen and (min-width: 1600px) {
    .footer {
        padding: 55px 0px 50px 0px;
    }

    .footer--content {
        padding-left: 125px;
        padding-right: 80px;
    }

    .footer--logo {
        width: 205px;
    }

    .footer--adresse,
    .footer--description {
        font-size: 24px;
        line-height: 27px;
        padding-top: 7px;
    }

    .footer--disclaimer {
        font-size: 14px;
        line-height: 14px;
        padding-top: 60px;
    }

    .footer .social--lien--forme {
        height: 46px;
        width: 46px;
    }

    .footer--telephone {
        padding-top: 7px;
        font-size: 24px;
        line-height: 27px;
    }

    .footer--telephone--prefix {
        font-size: 18px;
        line-height: 27px;
    }

    .footer .social {
        padding-left: 60px;
    }
}

@media screen and (max-width: 1280px) {
    .footer .container {
        max-width: 800px;
    }

    .footer--description {
        display: none;
    }

    .footer {
        padding: 35px 0;
    }

    .footer--content {
        padding: 0;
    }

    .footer--logo {
        width: 145px;
    }

    .footer--adresse {
        font-size: 20px;
        line-height: 24px;
        padding-top: 0;
    }

    .footer--telephone {
        padding-top: 0px;
    }

    .footer--disclaimer {
        padding-top: 35px;
    }
}

@media screen and (max-width: 850px) {
    .footer {
        padding-bottom: 20px;
    }

    .footer--contact--col {
        float: none;
    }

    .footer--telephone {
        padding-top: 10px;
        padding-bottom: 30px;
    }

    .footer--content {
        display: block;
        text-align: center;
    }

    .footer .social {
        padding-left: 0;
    }

    .footer--disclaimer {
        padding-top: 45px;
    }

    .footer--logo {
        margin-bottom: 30px;
    }
}

/*
*
* = SOCIAL GENERIQUE
*
*/

.social,
.social--li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.social--lien--forme {
    position: relative;
    background: #afa875;
    border-top-left-radius: 8px;
    margin-right: 4px;
    transition: 0.2s ease background;
}

.social--lien:hover .social--lien--forme {
    background: black;
}

.social--li:last-child .social--lien--forme {
    margin-right: 0px;
}


.social--lien--fb {
    position: absolute;
    width: 32%;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);

}

.social--lien--in {
    position: absolute;
    width: 57%;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}


/*
*
* = TITRE GENERIQUE
*
*/

.titre--gen {
    position: relative;
}

.titre--gen--picto {
    position: absolute;
    width: 57px;
    vertical-align: top;
    opacity: 0;
    transition: .3s .3s ease opacity;
}

.full-visible .titre--gen--picto {
    opacity: 1;
}

.titre--gen--texte {
    position: relative;
    font-family: 'Khand', sans-serif;
    font-size: 50px;
    text-transform: uppercase;
    line-height: 42px;
    display: block;
    margin-left: 73px;
    opacity: 0;
    transform: translateY(50px);
}

.full-visible .titre--gen--texte {
    opacity: 1;
    transform: translateY(0px);
    transition: .5s .3s ease tranform, .3s .3s ease opacity;
}

@media screen and (min-width: 1600px) {
    .titre--gen--picto {
        width: 71px;
    }

    .titre--gen--texte {
        font-size: 62px;
        line-height: 52px;
        margin-left: 91px;
    }
}

@media screen and (max-width: 1280px) {
    .titre--gen--picto {
        width: 35px;
    }

    .titre--gen--texte {
        font-size: 34px;
        line-height: 38px;
        margin-left: 65px;
    }
}

@media screen and (max-width: 850px) {
    .titre--gen--texte {
        transform: translateX(50px);
        opacity: 0;
        top: 0px;
        transition: .3s ease left, .3s ease opacity;
        overflow: hidden;
    }

    .full-visible .titre--gen--texte {
        opacity: 1;
        transform: translateX(0px);
        transition: .3s ease transform, .3s ease opacity;
    }

    .titre--gen--picto {
        position: absolute;
        width: 57px;
        vertical-align: top;
        opacity: 0;
        transition: .3s ease opacity;
    }
}

/*
*
* = BTN GENERIQUE
*
*/

input[type="submit"].btn--gen,
.btn--gen {
    display: table;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 46px;
    color: black;
    text-decoration: none;
    background-color: #b3aa73;
    padding: 0 16px;
    border-top-left-radius: 16px;
    transition: 0.2s ease color, 0.2s ease background-color;
    border: 1px solid #b3aa73;
    cursor: pointer;
}

.btn--gen--white {
    color: white;
}

.btn--gen--inv {
    background-color: transparent;
}

.btn--gen:hover,
input[type="submit"].btn--gen:hover,
.btn--gen--white:hover,
input[type="submit"].btn--gen--white:hover {
    color: #b3aa73;
    background-color: black;
    border: 1px solid black;
}

input[type="submit"].btn--gen--semibg:hover,
.btn--gen--semibg:hover {
    border-top: 1px solid #b3aa73;
    border-left: 1px solid #b3aa73;
}

@media screen and (min-width: 1600px) {
    input[type="submit"].btn--gen,
    .btn--gen {
        font-size: 22px;
        line-height: 58px;
        padding: 0 20px;
        border-top-left-radius: 20px;
    }
}

/*
*
* = HOME SIMULATEUR ----------------------------------------------------------------------------------------------------
*
*/

.home--simulateur {
    position: relative;;
    overflow: hidden;
    margin-bottom: 110px;
}

.home--simulateur--calculatrice {
    position: relative;
    width: 500px;
    color: white;
    background: black;
    margin-left: auto;
    padding: 83px 0px 0px 76px;
    overflow: hidden;
    height: 418px;
    top: 40px;

    transition: 0.4s ease top;
}

.home--simulateur.full-visible .home--simulateur--calculatrice {
    top: 0;
}


.home--simulateur--texte {
    font-size: 20px;
    line-height: 21px;
    padding: 50px 40px 0px 0px;
}

.home--simulateur--trame {
    position: absolute;
    top: 115px;
    left: -35px;
    width: 325px;
    opacity: 0.1;
    transition: 0.2s ease margin;
}


.home--simulateur--trame--up {
    margin-top: -30px;
    margin-left: 30px;
}

.home--simulateur .titre--gen--picto {
    width: 43px;
}

.home--simulateur .btn--gen {
    position: absolute;
    right: 0;
    bottom: 0;
}

@media screen and (min-width: 1600px) {
    .home--simulateur {
        margin-bottom: 137px;
    }

    .home--simulateur--calculatrice {
        width: 625px;
        padding: 103px 0px 0px 95px;
        height: 522px;
        top: 50px;
    }

    .home--simulateur--texte {
        font-size: 25px;
        line-height: 27px;
        padding: 60px 50px 0px 0px;
    }

    .home--simulateur--trame {
        top: 145px;
        left: -45px;
        width: 405px;
    }

    .home--simulateur--trame--up {
        margin-top: -37px;
        margin-left: 37px;
    }

    .home--simulateur .titre--gen--picto {
        width: 53px;
    }
}

@media screen and (max-width: 1280px) {
    .home--simulateur {
        margin-bottom: 50px;
    }

    .home--simulateur--calculatrice {
        width: 400px;
        padding: 30px 30px 0px 30px;
        height: 335px;
        top: 40px;
    }

    .home--simulateur--texte {
        font-size: 20px;
        line-height: 21px;
        padding: 30px 0px 0px 0px;
    }

    .home--simulateur--trame {
        position: absolute;
        top: 115px;
        left: -35px;
        width: 325px;
        opacity: 0.1;
        transition: 0.2s ease margin;
    }


    .home--simulateur--trame--up {
        margin-top: -30px;
        margin-left: 30px;
    }

    .home--simulateur .titre--gen--picto {
        width: 37px;
    }

    .home--simulateur .home--simulateur--calculatrice .btn--gen {
        right: 30px;
        bottom: 30px;
    }

    .home--simulateur .home--simulateur--calculatrice .btn--gen:hover {
        border: 1px solid #afa875;
    }
}

@media screen and (max-width: 850px) {
    .home--simulateur .col--50 {
        width: 100%;
        float: none;
    }

    .home--simulateur--calculatrice {
        width: 100%;
        margin: 0 auto;
        top: 0;
    }

    .home--simulateur--calculatrice--content {
        position: relative;
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
        top: 0;
    }

    .home--simulateur--calculatrice {
        height: auto;
    }

    .home--simulateur .home--simulateur--calculatrice .btn--gen {
        position: relative;
        right: 0px;
        bottom: 0px;
        margin: 50px 0px 30px auto;
    }

    .home--simulateur--trame {
        display: none;
    }
}

/*
*
* = HOME PROJETS -------------------------------------------------------------------------------------------------------
*
*/
.home--projets {
    position: relative;
    padding-bottom: 87px;
}

.home--projets::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 0%;
    height: 100%;
    background: #b3aa73;
    transition: ease-out 0.5s 0.75s width;
    transition-timing-function: ease-in-out;
}

.home--projets.full-visible::before {
    width: 50%;
}

.home--projets--content {
    overflow: hidden;
}

.home--projets--intro {
    font-size: 18px;
    line-height: 24px;
    font-weight: 800;
    color: white;
    position: relative;
    padding: 85px 89px 0 66px;
    opacity: 0;
    transition: 0.2s 1.6s opacity ease;
}

.full-visible .home--projets--intro {
    opacity: 1;
}

.home--projets--titre {
    margin: 87px 0 89px 145px;
}

.home--projets .titre--gen--picto {
    width: 44px;
    top: -5px;
}

.home--projets--menu {

    width: 1200px;
    margin: 0 auto;
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;

}

.home--projets--menu--item {
    position: relative;
    width: calc(100% / 3);
    margin: 0 auto;
    height: 265px;
    text-align: center;
    text-decoration: none;
    display: block;
    opacity: 0;
    transform: translateY(40px);
    overflow: hidden;
}

.home--projets--menu--item:nth-child(1) {
    transition: .3s 0s linear opacity, .3s 0s linear transform;
}

.home--projets--menu--item:nth-child(2) {
    transition: .3s .25s linear opacity, .3s .25s linear transform;
}

.home--projets--menu--item:nth-child(3) {
    transition: .3s .5s linear opacity, .3s .5s linear transform;
}

.full-visible.home--projets--menu--item {
    opacity: 1;
    transform: translateY(0);
}

.home--projets--menu--item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    background: url(../img/home/fond-menu.png) right bottom / auto;
    opacity: 0.5;
}

.home--projets--menu--item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(179, 170, 115, 0);
    transition: 0.1s ease background;
    z-index: 5;
}

.home--projets--menu--item:hover::before {
    background: rgba(179, 170, 115, 0.8);
}

.home--projets--menu--item--btn {
    height: 40px;
    width: 40px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    right: 0;
    border-top-left-radius: 45%;
    transition: 0.1s ease background-color;
    line-height: 40px;
    font-size: 33px;
    color: white;
    font-weight: bolder;
    text-align: center;
    z-index: 10;
}

.home--projets--menu--item:hover .home--projets--menu--item--btn {
    background: rgba(0, 0, 0, 1);
}

.home--projets--menu--item--dec {
    content: '';
    width: 60px;
    height: 60px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: transparent;
    border-top-left-radius: 30px;
    transition: 0.2s ease background-color;
    z-index: 10;
}

.home--projets--menu--item--titre {
    font-size: 29px;
    text-transform: uppercase;
    line-height: 1;
    color: white;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    transition: 0.1s ease color;
    font-weight: bold;
}

.home--projets--menu--item:hover .home--projets--menu--item--titre {
    color: black;

}

.home--projets--menu--image {
    position: absolute;
    height: 100%;
    width: auto;
    top: 0;
    filter: blur(0);
    transition: 0.2s ease filter;
    left: 50%;
    transform: translateX(-50%);
}

.home--projets--menu--item:hover .home--projets--menu--image {
    filter: blur(2px);
}


@media screen and (min-width: 1600px) {
    .home--projets {
        padding-bottom: 110px;
    }

    .home--projets--intro {
        font-size: 22px;
        line-height: 30px;
        padding: 105px 110px 0 82px;
    }

    .home--projets--titre {
        margin: 108px 0 110px 180px;
    }

    .home--projets .titre--gen--picto {
        width: 55px;
        top: -6px;
    }

    .home--projets--menu {
        width: 1500px;
    }

    .home--projets--menu--item {
        height: 330px;
        transform: translateY(50px);
    }

    .home--projets--menu--item--titre {
        font-size: 36px;
    }
}

@media screen and (max-width: 1280px) {
    .home--projets {
        padding-bottom: 55px;
    }

    .home--projets--intro {
        font-size: 16px;
        line-height: 22px;
        padding: 50px 90px 50px 50px;
    }

    .home--projets--titre {
        margin: 50px 0px 50px 90px;
    }

    .home--projets .titre--gen--picto {
        width: 34px;
        top: -5px;
    }

    .home--projets--menu {
        width: calc(100% - 180px);
        min-width: 800px;
    }

    .home--projets--menu--item {
        height: 200px;
    }

    .home--projets--menu--item::after {
        background: url(../img/home/fond-menu.png) right -10px bottom -10px / auto;
    }

    .home--projets--menu--item--dec {
        width: 50px;
        height: 50px;
    }

    .home--projets--menu--item--titre {
        font-size: 24px;
    }
}

@media screen and (max-width: 850px) {
    .home--projets--intro,
    .home--projets::before {
        display: none;
    }

    .home--projets--titre {
        margin: 30px auto 25px;
        max-width: 500px;
        width: calc(100% - 60px);
    }

    .home--projets--content .col--50 {
        width: 100%;
        float: left;
    }

    .home--projets--menu {
        display: block;
        width: calc(100% - 60px);
        max-width: 500px;
        min-width: auto;
    }

    .home--projets--menu--item {
        width: 100%;
        height: 0;
        padding-bottom: 66%;
    }


    .home--projets--menu--item--titre {
        position: absolute;
        width: 100%;
        transform: translateY(-50%);
    }

    .home--projets--menu--item:nth-child(2) {
        left: -30px;
    }

    .home--projets--menu--item--titre {
        font-size: 28px;
    }

    .home--projets {
        padding-bottom: 35px;
    }

    .home--projets--menu--item:nth-child(1),
    .home--projets--menu--item:nth-child(2),
    .home--projets--menu--item:nth-child(3) {
        top: 0;
    }

    .home--projets {
        overflow: hidden;
    }


    .home--projets--menu--item:nth-child(1) {
        transform: translateX(50px);
        opacity: 0;
        transition: .3s linear opacity, .3s linear transform;
    }

    .home--projets--menu--item:nth-child(2) {
        transform: translateX(80px);
        left: 0;
        opacity: 0;
        transition: .3s linear opacity, .3s linear transform;
    }

    .home--projets--menu--item:nth-child(3) {
        transform: translateX(50px);
        left: 0;
        opacity: 0;
        transition: .3s linear opacity, .3s linear transform;
    }

    .full-visible.home--projets--menu--item:nth-child(1),
    .full-visible.home--projets--menu--item:nth-child(3) {
        transform: translateX(-30px);
        left: 0;
        opacity: 1;
    }

    .full-visible.home--projets--menu--item:nth-child(2) {
        transform: translateX(0px);
        opacity: 1;
    }
}

@media screen and (max-width: 550px) {
    .home--projets--menu--item--titre {
        font-size: 22px;
    }
}

/*
*
* = HOME VENTE ---------------------------------------------------------------------------------------------------------
*
*/

.home--vendre {
    position: relative;
    width: 500px;
    height: 418px;
    background: url("../img/home/vendre/home-vous-vendez-big.jpg") no-repeat center / cover;
    margin-top: 80px;
    top: -40px;
    transition: 0.4s ease top;
}

.full-visible .home--vendre {
    top: 0;
}


.home--vendre--titre {
    position: relative;
    font-weight: bolder;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 42px;
    text-align: center;
    padding-top: 100px;
    color: white;
}

.home--vendre--detail--texte {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: white;
    width: 325px;
    font-weight: bold;
    font-size: 20px;
    line-height: 21px;
    padding: 30px 70px 75px 37px;
}

@media screen and (min-width: 1600px) {
    .home--vendre {
        width: 625px;
        height: 522px;
        margin-top: 100px;
        top: -50px;
    }

    .home--vendre--titre {
        font-size: 50px;
        line-height: 52px;
        padding-top: 120px;
    }

    .home--vendre--detail--texte {
        width: 405px;
        font-size: 25px;
        line-height: 26px;
        padding: 37px 87px 94px 46px;
    }
}

@media screen and (max-width: 1280px) {
    .home--vendre {
        width: 400px;
        height: 335px;
    }

    .home--vendre--titre {
        font-size: 26px;
        line-height: 28px;
        padding-top: 60px;
    }

    .home--vendre--detail--texte {
        width: calc(100% - 30px);
        font-size: 20px;
        line-height: 21px;
        padding: 30px 30px 75px 30px;
    }
}

@media screen and (max-width: 850px) {
    .home--vendre {
        width: 100%;
        height: auto;
        margin-top: 60px;
        top: 0;
        background: url(../img/home/vendre/home-vous-vendez-small.jpg) no-repeat bottom center / cover;
    }

    .home--vendre--detail--texte {
        position: relative;
    }

    .home--vendre--titre {
        font-size: 26px;
        line-height: 28px;
        padding-top: 100px;
        padding-bottom: 90px;
    }

    .home--vendre-detail {
        position: relative;
        width: calc(100% - 30px);
        background-color: white;
        max-width: calc(50% + 250px);
        z-index: 5;
    }

    .home--simulateur .home--vendre .btn--gen {
        position: relative;
        right: 0;
        bottom: 0;
        margin-left: auto;
        margin-right: 30px;
    }

    .home--vendre--detail--texte {
        width: calc(100% - 30px);
        max-width: 500px;
        font-size: 20px;
        line-height: 21px;
        padding: 30px 30px 30px 0;
        margin-left: auto;
    }

    .home--vendre::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        height: 90px;
        width: 100%;
        background-color: white;
        z-index: 1;
    }
}

/*
*
* = HOME ABOUT ---------------------------------------------------------------------------------------------------------
*
*/

.home--about {
    overflow: hidden;
}

.home--about--content {
    position: relative;
    background-color: #e7e7e7;
    padding: 62px 63px 125px 106px;
    width: calc(100% - 40px);
    margin-left: auto;
}

.home--about--texte {
    font-size: 20px;
    line-height: 21px;
    padding-top: 49px;
}

.home--about .btn--gen {
    position: absolute;
    right: 0;
    bottom: 0;
}

.home--about .titre--gen--picto {
    /*left: -7px;*/
    top: -7px;
}

.home--about--image {
    width: 100%;
    position: relative;
}

.home--about--illustration {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 127px;
}

.home--about--illustration--titre {
    font-size: 25px;
    line-height: 25px;
    color: white;
    text-align: center;
    font-weight: bold;
    margin-top: 12px;
}

.home--about--rectangle {
    position: relative;
    width: 121px;
    height: 64px;
    margin: 0 auto;
}

.home--about--rectangle--item {
    width: 34px;
    height: 64px;
    top: 0;
    border: 8px solid white;
    position: absolute;
}


.home--about--rectangle--item:nth-child(1),
.home--about--rectangle--item:nth-child(2),
.home--about--rectangle--item:nth-child(3) {
    left: 43.5px;
    transition: 0.3s 1s ease left, 0.3s 1s ease opacity;
}

.home--about--rectangle--item:nth-child(1),
.home--about--rectangle--item:nth-child(3) {
    opacity: 0;
}

.home--about--image.full-visible .home--about--rectangle--item:nth-child(1) {
    left: 0;
    opacity: 1;
}

.home--about--image.full-visible .home--about--rectangle--item:nth-child(3) {
    left: 87px;
    opacity: 1;
}

.home--about--fond {
    width: 100%;
    display: block;
}

.home--about--fond_small {
    display: none;
}

@media screen and (min-width: 1600px) {
    .home--about--content {
        padding: 77px 77px 155px 132px;
        width: calc(100% - 50px);
    }

    .home--about--texte {
        font-size: 25px;
        line-height: 26px;
        padding-top: 60px;
    }

    .home--about--illustration {
        top: 160px;
    }

    .home--about--illustration--titre {
        font-size: 31px;
        line-height: 31px;
        margin-top: 15px;
    }

    .home--about--rectangle {
        width: 151px;
        height: 80px;
    }

    .home--about--rectangle--item {
        width: 42px;
        height: 80px;
        border: 10px solid white;
    }

    .home--about--rectangle--item:nth-child(1),
    .home--about--rectangle--item:nth-child(2),
    .home--about--rectangle--item:nth-child(3) {
        left: 54px;
        transition: 0.3s 1s ease left, 0.3s 1s ease opacity;
    }

    .home--about--image.full-visible .home--about--rectangle--item:nth-child(3) {
        left: 108px;
    }
}

@media screen and (max-width: 1280px) {
    .home--about--content {
        padding: 40px 30px 100px 30px;
        width: 400px;
    }

    .home--about--texte {
        padding-top: 35px;
    }

    .home--about--texte br {
        display: none;
    }

    .home--about--image {
        height: 440px;
    }

    .home--about--fond {
        width: auto;
        height: 100%;
    }

    .home--about--rectangle {
        width: 84px;
        height: 47px;
    }

    .home--about--rectangle--item {
        width: 24px;
        height: 47px;
        border: 5px solid white;
        position: absolute;
    }

    .home--about--image .home--about--rectangle--item:nth-child(1),
    .home--about--image .home--about--rectangle--item:nth-child(2),
    .home--about--image .home--about--rectangle--item:nth-child(3),
    .home--about--image.full-visible .home--about--rectangle--item:nth-child(2) {
        left: 30px;
    }

    .home--about--image.full-visible .home--about--rectangle--item:nth-child(3) {
        left: 60px;
    }

    .home--about--illustration--titre {
        font-size: 18px;
        line-height: 21px;
        margin-top: 8px;
    }

    .home--about--illustration {
        top: 50%;
        transform: translateY(-50%);
    }
}

@media screen and (max-width: 850px) {
    .home--about .titre--gen--picto {
        left: 0;
        top: 0;
        width: 40px;
    }

    .home--about .col--50 {
        width: 100%;
    }

    .home--about .col--50:nth-child(1) {
        position: relative;
        background-color: #e7e7e7;
        width: calc(100% - 30px);
        max-width: calc(50% + 250px);
        z-index: 99;
        float: none;
    }

    .home--about--content {
        padding: 40px 30px 100px 30px;
        max-width: 500px;
        width: 100%;
        margin-bottom: -90px;

    }

    .home--about--illustration {
        top: 0;
        transform: none;
        padding: 145px 0 50px;
        position: relative;
    }

    .home--about--fond {
        display: none;
    }

    .home--about--image {
        height: auto;
    }

    .home--about--fond_big {
        display: none;
    }

    .home--about--fond_small {
        display: block;
        position: absolute;
        top: 0;
        width: 850px;
        left: 50%;
        transform: translateX(-50%);
    }
}

/*
*
* = SLIDER HOME --------------------------------------------------------------------------------------------------------
*
*/

.slick-list,
.slick-track {
    position: absolute !important;
    width: 100%;
    height: 100%;
}

.home--slider--content .slick-list,
.home--slider--content .slick-track {
    position: relative !important;
}

.home--slider--caroussel {
    display: block;
    margin-left: auto;
    position: relative;
}

.home--slider--caroussel--slide::after {
    content: "";
    position: absolute;
    height: 50%;
    bottom: 0;
    width: 100%;
    left: 0;
    background: linear-gradient(180deg, transparent 50%, black 100%);
    transition: 0.2s ease opacity;
    opacity: 0.75;
    z-index: 0;
}

.home--slider--caroussel--slide--hover::after {
    opacity: 1;
}

.home--slider--caroussel,
.home--slider--caroussel--slide {
    width: 915px;
    height: 610px;
}

.home--slider--caroussel--slide {
    background: center center/cover;
}

.home--slider--content {
    background-color: white;
    text-align: left;
    position: absolute;
    width: 410px;
    left: -50px;
    top: 65px;
    opacity: 0;
    padding: 25px 50px 40px 90px;
    transition: 0.5s 0.5s ease opacity, 0.5s 0.5s left ease;
}

.full-visible .home--slider--content {
    opacity: 1;
    left: 0;
}

.home--slider--content--slide {
    height: auto !important;
}


.home--slider--content--arrow {
    position: absolute;
    right: 75px;
    opacity: 0;
    top: 7px;
    width: 52px;
    transform: translateX(100%);
    cursor: pointer;
    transition: 0.2s ease right, 0.2s ease opacity;
}

.home--slider--content--arrow--show {
    right: -7px;
    opacity: 1;
}

.home--slider--content--arrow * {
    fill: white;
    transition: 0.2s ease fill;
}

.home--slider--content--arrow:hover * {
    fill: #afa875;
}

.home--slider--content--titre {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
}

.home--slider--content--projet {
    font-weight: bold;
    font-family: 'Khand', sans-serif;
    font-size: 41px;
    text-transform: uppercase;
    line-height: 37px;
    margin-top: 15px;
}

.home--slider--content--lieu {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 17px;
}

.home--slider--content--texte p {
    text-align: left !important;
}

.home--slider--content--texte {
    margin-top: 23px;
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 10px;
}

.home--slider--content--lien {
    text-decoration: none;
    font-size: 19px;
    font-weight: bold;
    transition: 0.1s ease color;
}

.home--slider--content--lien:hover {
    color: black;
}

.home--slider--nav {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 300px;
}

.home--slider--nav--current {
    font-size: 200px;
    line-height: 1;
    font-family: 'Khand', sans-serif;
    position: relative;
    top: 42px;
    left: 140px;
    text-align: left;
    color: #f6f6f6;
}

.home--slider--nav--arrow {
    cursor: pointer;
    position: absolute;
    width: 13.33%;
    bottom: 0;
}

.home--slider--nav--arrow--next {
    left: 47%;
}

.home--slider--nav--arrow--prev {
    left: 29.5%;
}

.home--slider .slick-dots {
    bottom: 20px;
    right: 40px;
    display: table;
    width: auto;
    z-index: 1;
}

.home--slider .slick-dots svg {
    width: 21px;
}


.home--slider .slick-dots svg * {
    fill: white;
    transition: 0.1s ease fill;
}


.home--slider--nav--arrow {
    fill: black;
    transition: 0.1s ease fill;
}

.home--slider--nav--arrow:hover,
.home--slider .slick-dots .slick-active svg * {
    fill: #b3aa73;
}

@media screen and (min-width: 1600px) {
    .home--slider--caroussel,
    .home--slider--caroussel--slide {
        width: 1140px;
        height: 760px;
    }

    .home--slider--content {
        width: 510px;
        left: -60px;
        top: 80px;
        padding: 30px 50px 60px 115px;
    }

    .home--slider--content--arrow {
        right: 95px;
        top: 10px;
        width: 64px;
    }

    .home--slider--content--arrow--show {
        right: -10px;
    }

    .home--slider--content--titre {
        font-size: 20px;
    }

    .home--slider--content--projet {
        font-size: 51px;
        line-height: 46px;
        margin-top: 20px;
    }

    .home--slider--content--lieu {
        font-size: 22px;
    }

    .home--slider--content--texte {
        margin-top: 30px;
        font-size: 22px;
        line-height: 30px;
    }

    .home--slider--content--lien {
        font-size: 24px;
    }

    .home--slider--nav {
        width: 375px;
    }

    .home--slider--nav--current {
        font-size: 250px;
        top: 54px;
        left: 175px;
    }

    .home--slider .slick-dots {
        bottom: 25px;
        right: 50px;
    }

    .home--slider .slick-dots svg {
        width: 26px;
    }
}

@media screen and (max-width: 1280px) {
    .home--slider--caroussel,
    .home--slider--caroussel--slide {
        width: 71.5%;
    }

    .home--slider--content--lieu,
    .home--slider--content--titre {
        font-size: 15px;
        line-height: 24px;
    }

    .home--slider--content--lien {
        font-size: 18px;
        line-height: 28px;
    }

    .home--slider--nav {
        width: 235px;
    }

    .home--slider--nav--current {
        font-size: 170px;
        top: 36px;
        left: 108px;
    }

    .home--slider--content {
        top: 30px;
    }

    .home--slider--caroussel,
    .home--slider--caroussel--slide {
        height: 540px;
    }

    .home--slider .slick-dots {
        bottom: 15px;
        right: 15px;
    }

    .home--slider .slick-dots svg {
        width: 15px;
    }

    .home--slider .slick-dots li {
        width: 15px;
        height: 15px;
        margin: 0 2px;
    }
}

@media screen and (max-width: 850px) {
    .home--slider--content--arrow,
    .home--slider--content--lien,
    .home--slider--content--texte,
    .home--slider--nav {
        display: none;
    }

    .home--slider--caroussel,
    .home--slider--caroussel--slide {
        width: 100%;
        height: 440px;
    }

    .home--slider--content--lieu,
    .home--slider--content--projet {
        color: white;
    }

    .home--slider--content--projet {
        margin-top: 6px;
    }

    .home--slider--content {
        padding: 30px;
        background-color: transparent;
        text-align: left;
        position: absolute;
        width: 100%;
        left: 0px;
        top: inherit;
        bottom: 0;

        transition: 0.5s 0.5s ease opacity, 0.5s 0.5s left ease;
    }

    .home--slider--caroussel--slide::after {
        height: 100%;
        width: 100%;
        opacity: 1;
        background: linear-gradient(180deg, transparent 40%, black 100%);
    }

    .home--slider .slick-dotted.slick-slider {
        margin-bottom: 0px;
    }
}


/*
*
* = BANNER COMMON ------------------------------------------------------------------------------------------------------
*
*/

.banner--common,
.banner--common--content {
    position: relative;
    height: 290px;
    background: no-repeat center center / auto 100%;
    opacity: 0;
    transition: 1.3s opacity ease;
}

.full-visible.banner--common,
.full-visible .banner--common--content {
    opacity: 1;
}

.banner--common.banner--common--about {
    background-image: url("../img/about/banner/about-banner-big.jpg");
}

.banner--common.banner--common--simulateur {
    background-image: url("../img/simulateur/banner/simulateur-banner-big.jpg");
}

.banner--common.banner--common--contact {
    background-image: url("../img/contact/banner/contact-banner-big.jpg");
}

.banner--common.banner--common--vendre {
    background-image: url("../img/vendre/banner/vous-vendez-banner-big.jpg");
    margin-bottom: -40px;
}

.banner--common.banner--common_projets-en-cours {
    background-image: url("../img/projets/banner/projets-en-cours/projet-banner-en-cours-big.jpg");
}

.banner--common.banner--common_projets-en-construction {
    background-image: url("../img/projets/banner/projets-en-construction/projet-banner-en-construction-big.jpg");
}

.banner--common.banner--common_biens-immo {
    background-image: url("../img/projets/banner/biens-immo/projet-banner-biens-immo-big.jpg");
}

.banner--common.banner--common--gestion {
    background-image: url("../img/datas/banner/donnee-banner-big.jpg");
}

.banner--common.banner--common--mentions {
    background-image: url("../img/mentions/banner/mention-banner-big.jpg");
}


.banner--common--content--titre {
    font-size: 50px;
    line-height: 41px;
    position: absolute;
    color: white;
    text-transform: uppercase;
    font-family: 'Khand', sans-serif;
    margin: 40px 0px;
    width: 1000px;
    display: block;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%) translateY(50px);
    opacity: 0;
    transition: .5s .5s ease transform, .5s .7s linear opacity;
}

.full-visible .banner--common--content--titre {
    opacity: 1;
    bottom: 0;
    transform: translateX(-50%) translateY(0);
}

.banner--common--content--titre--top {
    margin: 65px auto;
}

@media screen and (min-width: 1600px) {
    .banner--common,
    .banner--common--content {
        height: 362px;
    }

    .banner--common--content--titre {
        transform: translateX(-50%) translateY(100px);
        font-size: 60px;
        line-height: 51px;
        margin: 50px 0px;
        width: 1250px;
    }


    .banner--common--content--titre--top {
        margin: 80px auto;
    }

}

@media screen and (max-width: 1280px) {
    .banner--common,
    .banner--common--content {
        height: 255px;
        background: no-repeat center center / auto 100%;
    }


    .banner--common--content--titre {
        font-size: 34px;
        line-height: 1;
        padding: 25px 0px;
        margin: 0;
        width: 800px;
    }

    .banner--common--content--titre--top {
        margin: 90px auto;
    }

    .banner--common.banner--common--contact {
        background-image: url("../img/contact/banner/contact-banner-medium.jpg");
    }

    .banner--common.banner--common--vendre {
        background-image: url("../img/vendre/banner/vous-vendez-banner-medium.jpg");
    }

    .banner--common.banner--common--about {
        background-image: url("../img/about/banner/about-banner-medium.jpg");
    }

    .banner--common.banner--common_projets-en-cours {
        background-image: url("../img/projets/banner/projets-en-cours/projet-banner-en-cours-medium.jpg");
    }

    .banner--common.banner--common_projets-en-construction {
        background-image: url("../img/projets/banner/projets-en-construction/projet-banner-en-construction-medium.jpg");
    }

    .banner--common.banner--common_biens-immo {
        background-image: url("../img/projets/banner/biens-immo/projet-banner-biens-immo-medium.jpg");
    }

    .banner--common.banner--common--simulateur {
        background-image: url("../img/simulateur/banner/simulateur-banner-medium.jpg");
    }

    .banner--common.banner--common--gestion {
        background-image: url("../img/datas/banner/donnee-banner-medium.jpg");
    }

    .banner--common.banner--common--mentions {
        background-image: url("../img/mentions/banner/mention-banner-medium.jpg");
    }
}

@media screen and (max-width: 850px) {

    .banner--common--content--titre {
        font-size: 34px;
        line-height: 1;
        padding: 25px 30px;
        margin: 0;
        width: 100%;
    }

    .banner--common--content--titre--top {
        margin: 90px auto;
    }
}

@media screen and (max-width: 550px) {
    .banner--common.banner--common--contact {
        background-image: url("../img/contact/banner/contact-banner-small.jpg");
    }

    .banner--common.banner--common--vendre {
        background-image: url("../img/vendre/banner/vous-vendez-banner-small.jpg");
    }

    .banner--common.banner--common--about {
        background-image: url("../img/about/banner/about-banner-small.jpg");
    }

    .banner--common.banner--common_projets-en-cours {
        background-image: url("../img/projets/banner/projets-en-cours/projet-banner-en-cours-small.jpg");
    }

    .banner--common.banner--common_projets-en-construction {
        background-image: url("../img/projets/banner/projets-en-construction/projet-banner-en-construction-small.jpg");
    }

    .banner--common.banner--common_biens-immo {
        background-image: url("../img/projets/banner/biens-immo/projet-banner-biens-immo-small.jpg");
    }

    .banner--common.banner--common--simulateur {
        background-image: url("../img/simulateur/banner/simulateur-banner-small.jpg");
    }

    .banner--common.banner--common--gestion {
        background-image: url("../img/datas/banner/donnee-banner-small.jpg");
    }

    .banner--common.banner--common--mentions {
        background-image: url("../img/mentions/banner/mention-banner-small.jpg");
    }
}


/*
*
* = ABOUT INTRO --------------------------------------------------------------------------------------------------------
*
*/

.about--intro {
    overflow: hidden;
    padding: 60px 0 90px;
    margin: 0 auto;
    width: 1000px;
}

.about--intro--col {
    width: 50%;
    float: left;
}

.about--intro--col:nth-child(1) {
    padding-left: 30px;
    padding-right: 90px;
}

.about--intro--plus,
.about--intro--texte {
    font-size: 20px;
    line-height: 22px;
}

.about--intro--texte--suite {
    display: none;
}

.about--intro--plus {
    text-decoration: none;
    font-weight: bold;
}

.about--intro--titre {
    margin-left: 20px;
    margin-bottom: 40px;
    line-height: 1;
    font-size: 22px;
    text-transform: uppercase;
}

.about--intro--chiffres {
    overflow: hidden;
}

.about--intro--chiffre {
    float: left;
    width: calc(100% / 3);
    text-align: center;
}

.about--intro--chiffre:nth-child(2) {
    margin-top: 65px;
}

.about--intro--chiffre--block {
    position: relative;
    width: 85px;
    height: 85px;
    margin: 0 auto 10px;
    border-top-left-radius: 20px;
}

.about--intro--chiffre--block--part {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0;
    top: 0;
    transform: translate(100%, -100%);
    border-top-left-radius: 8px;
}

.about--intro--chiffre--label {
    font-size: 18px;
    line-height: 1;
}

.about--intro--chiffre--count {
    font-family: 'Khand', sans-serif;
    line-height: 85px;
    font-size: 53px;
}

@media screen and (mIN-width: 1600px) {
    .about--intro {
        padding: 75px 0 110px;
        width: 1250px;
    }

    .about--intro--col:nth-child(1) {
        padding-left: 40px;
        padding-right: 110px;
    }

    .about--intro--plus,
    .about--intro--texte {
        font-size: 25px;
        line-height: 27px;
    }

    .about--intro--titre {
        margin-left: 25px;
        margin-bottom: 50px;
        font-size: 27px;
    }

    .about--intro--chiffre:nth-child(2) {
        margin-top: 80px;
    }

    .about--intro--chiffre--block {
        width: 105px;
        height: 105px;
        margin: 0 auto 12px;
        border-top-left-radius: 25px;
    }

    .about--intro--chiffre--block--part {
        width: 40px;
        height: 40px;
        border-top-left-radius: 10px;
    }

    .about--intro--chiffre--label {
        font-size: 22px;
    }

    .about--intro--chiffre--count {
        line-height: 105px;
        font-size: 66px;
    }
}

@media screen and (max-width: 1280px) {
    .about--intro {
        padding: 30px 0 0px;
        width: 800px;
    }

    .about--intro--col {
        width: 100%;
        float: none;
    }

    .about--intro--col:nth-child(1) {
        margin-bottom: 45px;
        padding: 0;
    }

    .about--intro--plus,
    .about--intro--texte {
        font-size: 18px;
        line-height: 22px;
    }

    .about--intro--titre {
        margin-left: 0px;
    }

    .about--intro--chiffres {
        width: 500px;
        margin: 0 auto;
    }

    .about--intro--chiffres--scroll {
        width: 100%;
        padding-bottom: 40px;
    }
}

@media screen and (max-width: 850px) {
    .about--intro--chiffres--scroll {
        overflow: scroll;
    }
}

@media screen and (max-width: 850px) {
    .about--intro {
        width: calc(100% - 60px);
    }

    .about--intro--col {
        width: 100%;
        float: none;
    }

    .about--intro--col:nth-child(1) {
        margin-bottom: 45px;
        padding: 0;
    }

    .about--intro--plus,
    .about--intro--texte {
        font-size: 18px;
        line-height: 22px;
    }

    .about--intro--titre {
        margin-left: 0px;
    }

    .about--intro--chiffres {
        max-width: 500px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 550px) {
    .about--intro--chiffre {
        float: none;
        width: 100%;
        text-align: center;
    }

    .about--intro--chiffres {
        width: 100%;
		max-width: 320px;
        margin: 0 auto;
    }
}

/*
*
* = ABOUT BANNER -------------------------------------------------------------------------------------------------------
*
*/

.about--banner {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    padding: 105px 0;
    color: white;
    text-align: center;
    overflow: hidden;
}

.about--banner--image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: 200%;
    background-image: url("../img/about/demain/about-demain-big.jpg");
    filter: blur(5px);
    transition: 1s ease background, 1s ease filter;
}

.full-visible .about--banner--image {
    filter: blur(0px);
    background-size: 100%;
}


.about--banner .voile--50,
.about--banner--titre,
.about--banner--baseline {
    opacity: 0;
    transition: 0.3s 0.5s ease opacity;
}

.about--banner .voile--50 {
    opacity: 0.5;
    transition: 0.5s 0.25s ease opacity;
}

.about--banner--baseline {
    transition: 0.3s 0.75s ease opacity;
}

.full-visible.about--banner .voile--50,
.full-visible .about--banner--titre,
.full-visible .about--banner--baseline {
    opacity: 1;
}

.about--banner--titre {
    position: relative;
    font-size: 52px;
    line-height: 47px;
    text-transform: uppercase;
    font-family: 'Khand', sans-serif;
}

.about--banner--baseline {
    display: block;
    font-family: 'Avenir Next LT Pro';
    font-size: 26px;
    font-weight: 400;
}

@media screen and (mIN-width: 1600px) {
    .about--banner {
        width: 1250px;
        padding: 130px 0;
    }

    .about--banner--titre {
        font-size: 65px;
        line-height: 58px;
    }

    .about--banner--baseline {
        font-size: 32px;
    }
}

@media screen and (max-width: 1280px) {
    .about--banner {
        width: 100%;
        max-width: 800px;
        margin: 0 auto;
        padding: 60px 50px;
    }

    .about--banner--titre {
        font-size: 40px;
        line-height: 37px;
    }

    .about--banner--baseline {
        font-size: 22px;
        line-height: 26px;
    }

    .about--banner--image {
        background-image: url("../img/about/demain/about-demain-medium.jpg");
    }
}


@media screen and (max-width: 650px) {
    .about--banner--image,
    .full-visible .about--banner--image {
        background-size: cover;
        background-image: url("../img/about/demain/about-demain-small.jpg");
    }
}


.about--garantie {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

.about--garantie--col {
    position: relative;
    width: 50%;
}

.about--garantie--col--green::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #afa875;
    transition: 0.5s ease width;
    width: 0;
    z-index: -1;
}

.full-visible .about--garantie--col--green::before {
    width: 100%;
}

.about--garantie--contant {
    margin-left: auto;
    color: white;
    width: 500px;
    padding: 50px 100px 60px 0;
}

.about--garantie--contant--titre {
    font-size: 50px;
    line-height: 41px;
    text-transform: uppercase;
    font-family: 'Khand', sans-serif;
    padding-bottom: 40px;
    opacity: 0;
    transition: .3s .5s ease opacity;
    z-index: 1;
}

.full-visible .about--garantie--contant--titre {
    opacity: 1;
}

.about--garantie--contant--texte {
    font-size: 18px;
    line-height: 22px;
    opacity: 0;
    transition: .3s .75s ease opacity;
    z-index: 1;
}

.full-visible .about--garantie--contant--texte {
    opacity: 1;
}

.about--garantie--image {
    position: absolute;
    height: calc(100% - 30px);
    bottom: 0;
    width: 640px;
    background: url("../img/about/calcul/about-garantie-big.jpg") center / cover;
    opacity: 0;
    transition: .5s .6s ease opacity;
    z-index: 1;
    cursor: pointer;
}

.full-visible .about--garantie--image {
    opacity: 1;
}

.about--garantie--image--btn {
    height: 40px;
    width: 40px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    right: 0;
    border-top-left-radius: 45%;
    transition: 0.1s ease background-color;
    line-height: 40px;
    font-size: 33px;
    color: white;
    font-weight: bolder;
    text-align: center;
    z-index: 10;
}

.about--garantie--image--dec {
    content: '';
    width: 60px;
    height: 60px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: transparent;
    border-top-left-radius: 30px;
    transition: 0.2s ease background-color;
    z-index: 10;
}

.home--projets--menu--item--btn {
    height: 40px;
    width: 40px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    right: 0;
    border-top-left-radius: 45%;
    transition: 0.1s ease background-color;
    line-height: 40px;
    font-size: 33px;
    color: white;
    font-weight: bolder;
    text-align: center;
    z-index: 10;
}

.about--garantie--image:hover .about--garantie--image--btn {
    background: rgba(0, 0, 0, 1);
}

.about--garantie--image--voile {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url("/assets/front/img/home/fond-menu.png") bottom right / auto;
    opacity: 0.5;
}

.about--garantie--image--content {
    position: absolute;
    text-align: center;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.about--garantie--image--picto {
    width: 34px;
    margin-bottom: 10px;
}

.about--garantie--image--texte {
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
    color: white;
}


@media screen and (mIN-width: 1600px) {

    .about--garantie--contant {
        width: 625px;
        padding: 60px 125px 75px 0;
    }

    .about--garantie--contant--titre {
        font-size: 60px;
        line-height: 51px;
        padding-bottom: 50px;
    }

    .about--garantie--contant--texte {
        font-size: 22px;
        line-height: 27px;
    }

    .about--garantie--image {
        height: calc(100% - 40px);
        width: 800px;
    }

    .about--garantie--image--picto {
        width: 42px;
        margin-bottom: 12px;
    }

    .about--garantie--image--texte {
        font-size: 25px;
        line-height: 32px;
    }
}

@media screen and (max-width: 1280px) {
    .about--garantie--col {
        position: relative;
        width: 50%;
    }

    .about--garantie--contant {
        margin-left: auto;
        color: white;
        width: 400px;
        padding: 35px 30px 70px 0;
    }

    .about--garantie--contant--titre {
        font-size: 40px;
        line-height: 37px;
        padding-bottom: 40px;
    }

    .about--garantie--contant--texte {
        font-size: 18px;
        line-height: 22px;
    }

    .about--garantie--image {
        position: absolute;
        height: calc(100% - 30px);
        bottom: 0;
        width: calc(100% - 30px);
        /*background: url("../img/about/about-calcul.png") center / cover;*/
    }

    .about--garantie--image--texte {
        font-size: 18px;
        line-height: 21px;
    }
}

@media screen and (max-width: 850px) {
    .about--garantie {
        display: block;
    }


    .about--garantie--col {
        width: 100%;
    }

    .about--garantie--col:nth-child(1) {
        width: calc(100% - 30px);
    }

    .about--garantie--contant {
        margin-left: auto;
        color: white;
        width: 100%;
        padding: 35px 30px 70px 30px;
    }

    .about--garantie--image {
        position: relative;
        height: auto;
        width: 100%;
        padding-top: 50px;
        padding-bottom: 75px;
    }

    .about--garantie--image--content {
        position: relative;
        text-align: center;
        left: 50%;
        top: 0;
        transform: translateX(-50%) translateY(0%);
    }

    .about--garantie--image {
        background: url("../img/about/calcul/about-garantie-small.jpg") center / auto 100%;
    }
}


/*
*
* = CONTACT FORM -------------------------------------------------------------------------------------------------------
*
*/

.form {
    width: calc(50% + 500px);
    margin-left: auto;
    background-color: white;
    z-index: 5;
    position: relative;
}

.form--content {
    width: 890px;
    margin-left: 55px;
}

.contact--infos {
    padding-top: 40px;
    padding-bottom: 50px;
    font-size: 20px;
    line-height: 24px;
    width: 890px;
    margin: 0 auto;
}

.contact--infos--col {
    display: inline-block;
    vertical-align: top;
}

.contact--infos--adresse {
    margin-right: 120px;
    font-size: 20px;
    line-height: 24px;
}

.contact--infos--telephone {
    line-height: 24px;
    font-size: 20px;
    font-weight: bold;
}

.contact--infos--telephone-pref {
    font-size: 14px;
}


.form,
.form--field {
    overflow: hidden;
}

.form--top {
    overflow: hidden;
}

.form--top .form--col {
    float: left;
    width: 430px;
}

.form--col:first-child {
    margin-right: 25px;
}

.form--bottom,
.form--col {
    overflow: hidden;
}

.form--field--input {
    color: black;
    border: 1px solid #c1c1c1;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    padding: 0 20px;
    margin-bottom: 12px;
    width: 100%;
}

.form--field--input.error {
    border: 1px solid #c10010;
    background-color: #f9e5e7;
}

.form--field {
    float: left;
    width: 100%;
}

.form--field--semi {
    width: calc((100% - 25px) / 2);
    margin-bottom: 0;
}

.form--field--semi:last-child {
    margin-left: 25px;
}

.form--field--input--area {
    color: #c1c1c1;
    border: 1px solid #c1c1c1;
    font-size: 20px;
    line-height: 24px;
    padding: 20px;
    height: 255px;
    width: 657.5px;
}

::-webkit-input-placeholder { /* Edge */
    color: #c1c1c1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #c1c1c1;
}

::placeholder {
    color: #c1c1c1;
}

.form--bottom .form--col:first-child {
    float: left;
    width: 657.5px;
}

.form--bottom .form--col {
    float: left;
    width: calc(100% - 657.5px - 25px);
}

.form--submit {
    padding-top: 30px;
}

.form--submit .btn--gen {
    margin-left: auto;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; /* Remove default arrow */
    background-image: url(/assets/front/img/vendre/fleche--burger-bas.svg); /* Add custom arrow */
    background-repeat: no-repeat; /* Add custom arrow */
    background-position: right 15px center;
    background-size: 15px;

}

select::-ms-expand {
    display: none; /* Hide the default arrow in Internet Explorer 10 and Internet Explorer 11 */
}

@media screen and (min-width: 1600px) {
    .form {
        width: calc(50% + 625px);
    }

    .form--content {
        width: 1110px;
        margin-left: 65px;
    }

    .contact--infos {
        padding-top: 50px;
        padding-bottom: 60px;
        font-size: 25px;
        line-height: 30px;
        width: 1110px;
    }

    .contact--infos--adresse {
        margin-right: 150px;
        font-size: 25px;
        line-height: 30px;
    }

    .contact--infos--telephone {
        line-height: 30px;
        font-size: 24px;
    }

    .contact--infos--telephone-pref {
        font-size: 17px;
    }

    .form--top .form--col {
        width: 535px;
    }

    .form--col:first-child {
        margin-right: 30px;
    }

    .form--field--input {
        height: 60px;
        line-height: 60px;
        font-size: 24px;
        padding: 0 24px;
        margin-bottom: 15px;
    }

    .form--field--semi {
        width: calc((100% - 30px) / 2);
        margin-bottom: 0;
    }

    .form--field--semi:last-child {
        margin-left: 30px;
    }

    .form--field--input--area {
        font-size: 24px;
        line-height: 30px;
        padding: 25px;
        height: 320px;
        width: 818px;
    }

    .form--bottom .form--col:first-child {
        width: 818px;
    }

    .form--bottom .form--col {
        width: calc(100% - 818px - 30px);
    }

    .form--submit {
        padding-top: 30px;
    }

    .form--submit .btn--gen {
        margin-left: auto;
    }
}

@media screen and (max-width: 1280px) {
    .form {
        width: 800px;
        margin: 0 auto;
    }

    .form--content {
        width: 800px;
        margin-left: 0px;
    }

    .contact--infos {
        padding-top: 30px;
        padding-bottom: 40px;
        width: 800px;
    }

    .contact--infos--adresse {
        margin-right: 80px;
    }


    .form--top .form--col {
        float: left;
        width: 390px;
    }

    .form--col:first-child {
        margin-right: 20px;
    }

    .form--field--input {
        height: 48px;
        line-height: 48px;
        font-size: 20px;
        padding: 0 14px;
    }

    .form--field--semi {
        width: calc((100% - 20px) / 2);
    }

    .form--field--semi:last-child {
        margin-left: 20px;
    }

    .form--field--input--area {
        padding: 15px;
        height: 175px;
        width: 390px;
    }

    .form--bottom .form--col:first-child {
        width: 390px;
    }

    .form--bottom .form--col {
        float: left;
        width: 390px
    }

    .form--submit {
        padding-top: 20px;
    }
}

@media screen and (max-width: 850px) {
    .form,
    .contact--infos {
        width: calc(100% - 90px);
    }

    .contact--infos--telephone {
        margin-top: 10px;
    }

    .contact--infos--col {
        display: block;
    }

    .contact--infos--adresse {
        margin-right: 0px;
    }


    .form--top .form--col {
        float: none;
        width: 100%;
    }

    .form--content,
    .form--field--input--area,
    .form--bottom .form--col:first-child {
        width: 100%
    }

    .form--bottom .form--col {
        float: none;
        width: 100%
    }

    .form--submit {
        padding-top: 20px;
    }
}

/*
*
* = CONTACT MAP --------------------------------------------------------------------------------------------------------
*
*/

.contact--map {
    width: 1200px;
    height: 230px;
    margin: 45px auto 35px;
}

@media screen and (min-width: 1600px) {
    .contact--map {
        width: 1500px;
        height: 290px;
        margin: 55px auto 45px;
    }
}

@media screen and (max-width: 1280px) {
    .contact--map {
        width: 100%;
        height: 335px;
        margin: 30px auto 0;
    }
}

/*
*
* = FORM VENDRE --------------------------------------------------------------------------------------------------------
*
*/

.form--vendre {
    padding-bottom: 55px;
}

.form--vendre--top {
    overflow: hidden;
    position: relative;
    background-color: white;
    z-index: 400;
    padding: 35px 0px 60px;
}

.form--vendre--top--titre {
    font-family: 'Khand', sans-serif;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.form--vendre--top--form {
    width: 430px;
    float: left;
    margin-left: 25px;
}

.form--vendre--top--intro {
    float: left;
    font-size: 20px;
    line-height: 25px;
    width: 430px;
}

@media screen and (min-width: 1600px) {
    .form--vendre {
        padding-bottom: 65px;
    }

    .form--vendre--top {
        padding: 45px 0px 75px;
    }

    .form--vendre--top--titre {
        font-size: 30px;
        line-height: 37px;
        margin-bottom: 40px;
    }

    .form--vendre--top--form {
        width: 535px;
        margin-left: 30px;
    }

    .form--vendre--top--intro {
        font-size: 25px;
        line-height: 30px;
        width: 535px;
    }
}

@media screen and (max-width: 1280px) {
    #vendre {
        overflow: hidden;
    }

    .form--vendre {
        padding-bottom: 55px;
        overflow: initial;
    }


    .form--vendre::before {
        content: "";
        position: absolute;
        background: white;
        height: 50px;
        width: 1070px;
        left: -30px;
        z-index: 1;
    }

    .form--vendre--top {
        padding: 20px 0px 30px;
    }

    .form--vendre--top--titre {
        font-family: 'Khand', sans-serif;
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 30px;
        text-transform: uppercase;
        position: relative;

    }

    .form--vendre--top--form {
        width: 390px;
        float: left;
        margin-left: 20px;
    }

    .form--vendre--top--intro {
        float: left;
        font-size: 20px;
        line-height: 25px;
        width: 390px;
    }

    .banner--common.banner--common--vendre .container,
    .banner--common.banner--common--vendre {
        height: 315px;
    }

    .banner--common.banner--common--vendre {
        margin-bottom: -105px;
    }
}

@media screen and (max-width: 1280px) {


    .form--vendre {
        padding-bottom: 55px;
        overflow: initial;
    }


    .form--vendre::before {
        content: "";
        position: absolute;
        background: white;
        height: 110px;
        width: 1070px;
        left: -15px;
        z-index: 1;
    }

    .form--vendre--top {
        padding: 20px 0px 30px;
    }

    .form--vendre--top--titre {
        font-family: 'Khand', sans-serif;
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 30px;
        text-transform: uppercase;
        position: relative;

    }

    .form--vendre--top--form {
        width: 100%;
        float: left;
        margin-left: 0px;
        margin-top: 50px;
    }

    .form--vendre--top--intro {
        float: left;
        font-size: 20px;
        line-height: 25px;
        width: 100%;
    }

}


/********************************************/

.cb--panel {
    margin-top: 15px;
    display: block;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    font-size: 12px;
    line-height: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #6e6e6e;
}

.cb--panel a {
    text-decoration: none;
    color: #afa875;
}

/* Hide the browser's default checkbox */
.cb--panel .cb--input--input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.cb--panel--mark {
    position: absolute;
    top: 0;
    left: 0;
    height: 14px;
    width: 14px;
    background-color: #eee;
}

.cb--panel:hover .cb--input--input ~ .cb--panel--mark {
    background-color: #e6e6e6;
}

.cb--panel .cb--input--input:checked ~ .cb--panel--mark {
    background-color: #afa875;
}

.cb--panel--mark:after {
    content: "";
    position: absolute;
    display: none;
}

.cb--panel .cb--input--input:checked ~ .cb--panel--mark:after {
    display: block;
}

.cb--panel--mark:after {
    left: 5px;
    top: 3px;
    width: 3px;
    height: 6px;
    border: solid white;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media screen and (min-width: 1600px) {
    .cb--panel {
        margin-top: 18px;
        padding-left: 30px;
        font-size: 15px;
        line-height: 18px;
    }

    .cb--panel--mark {
        height: 18px;
        width: 18px;
    }

    .cb--panel--mark:after {
        left: 6px;
        top: 2px;
        width: 5px;
        height: 10px;
        border: solid white;
        border-width: 0 1px 1px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

/***********************************************************************************************************************/
.projets--liste {
    position: relative;;
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 85px;
}

.projets--liste--intro {
    background-color: white;
    overflow: hidden;
    width: 1140px;
    padding-left: 40px;
    padding-top: 30px;
    margin-left: 60px;
    margin-bottom: 90px;
}

.projets--liste--intro--filtres,
.projets--liste--intro--texte {
    float: left;
    width: 50%;
}

.projets--liste--intro--texte {
    padding-right: 40px;
    font-size: 20px;
    line-height: 25px;
}


.filtre--cat {
    color: #b3aa73;
    border: 1px solid #b3aa73;
    line-height: 48px;
    display: inline-block;
    font-size: 18px;
    float: left;
    font-weight: bold;
    padding: 0 10px;
    text-decoration: none;
    margin-right: 5px;
    margin-bottom: 5px;
    transition: 0.2s ease color, 0.2s ease background-color, 0.2s ease border;
}

.filtre--cat.active,
.filtre--cat:hover {
    color: black;
    background-color: #b3aa73;
    border: 1px solid black;
}


.projets--liste--items {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}

.projets--liste--items--empty {
    color: #b3aa73;
    font-size: 25px;
    line-height: 31px;
    text-align: center;
    margin: 100px 0 200px;
}

.projets--liste--item {
    position: relative;
    width: 306px;
    margin-right: 41px;
    margin-bottom: 55px;
    float: left;
    opacity: 0;
}

.projets--liste--item {
    position: relative;
    width: 306px;
    margin-right: 41px;
    margin-bottom: 55px;
    float: left;
    transform: translateY(100px);
    opacity: 0;
}

.full-visible.projets--liste--item {
    transform: translateY(0px);
    opacity: 1;
}

.projets--liste--item:nth-child(3n) {
    margin-right: 0;
}

.full-visible.projets--liste--item:nth-child(1) {
    transition: 0s 0s ease opacity, 0s 0s ease transform;
}

.full-visible.projets--liste--item:nth-child(2) {
    transition: 0.3s 0.4s ease opacity, 0.3s 0.4s ease transform;
}

.full-visible.projets--liste--item:nth-child(3) {
    transition: 0.3s 0.6s ease opacity, 0.3s 0.6s ease transform;
}

.full-visible.projets--liste--item:nth-child(4) {
    transition: 0.3s 0.2s ease opacity, 0.3s 0.2s ease transform;
}

.full-visible.projets--liste--item:nth-child(5) {
    transition: 0.3s 0.4s ease opacity, 0.3s 0.4s ease transform;
}

.full-visible.projets--liste--item:nth-child(6) {
    transition: 0.3s 0.6s ease opacity, 0.3s 0.6s ease transform;
}

.full-visible.projets--liste--item:nth-child(7) {
    transition: 0.3s 0.2s ease opacity, 0.3s 0.2s ease transform;
}

.full-visible.projets--liste--item:nth-child(8) {
    transition: 0.3s 0.4s ease opacity, 0.3s 0.4s ease transform;
}

.full-visible.projets--liste--item:nth-child(9) {
    transition: 0.3s 0.6s ease opacity, 0.3s 0.6s ease transform;
}

.full-visible.projets--liste--item:nth-child(10) {
    transition: 0.3s 0.2s ease opacity, 0.3s 0.2s ease transform;
}

.full-visible.projets--liste--item:nth-child(11) {
    transition: 0.3s 0.4s ease opacity, 0.3s 0.4s ease transform;
}

.full-visible.projets--liste--item:nth-child(12) {
    transition: 0.3s 0.6s ease opacity, 0.3s 0.6s ease transform;
}

.full-visible.projets--liste--item:nth-child(13) {
    transition: 0.3s 0.2s ease opacity, 0.3s 0.2s ease transform;
}

.full-visible.projets--liste--item:nth-child(14) {
    transition: 0.3s 0.4s ease opacity, 0.3s 0.4s ease transform;
}

.full-visible.projets--liste--item:nth-child(15) {
    transition: 0.3s 0.6s ease opacity, 0.3s 0.6s ease transform;
}

.full-visible.projets--liste--item:nth-child(16) {
    transition: 0.3s 0.2s ease opacity, 0.3s 0.2s ease transform;
}

.full-visible.projets--liste--item:nth-child(17) {
    transition: 0.3s 0.4s ease opacity, 0.3s 0.4s ease transform;
}

.full-visible.projets--liste--item:nth-child(18) {
    transition: 0.3s 0.6s ease opacity, 0.3s 0.6s ease transform;
}

.full-visible.projets--liste--item:nth-child(19) {
    transition: 0.3s 0.2s ease opacity, 0.3s 0.2s ease transform;
}

.full-visible.projets--liste--item:nth-child(20) {
    transition: 0.3s 0.4s ease opacity, 0.3s 0.4s ease transform;
}

.full-visible.projets--liste--item:nth-child(21) {
    transition: 0.3s 0.6s ease opacity, 0.3s 0.6s ease transform;
}

.projets--liste--item--image {
    display: block;
    position: relative;
    height: auto;
    color: black;
    transition: 0.2s ease background;
}

.projets--liste--item--photo {
    max-width: 100%;
    display: block;
}

.projets--liste--item .projets--liste--item--image--voile {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    transition: 0.1s ease opacity;
    background: url("/assets/front/img/voile--liste.png") no-repeat center / cover rgba(179, 170, 115, 0.8);;
    z-index: 1;
}

.projets--liste--item:hover .projets--liste--item--image--voile {
    opacity: 1;
}

.projets--liste--item--tool {
    position: absolute;
    left: 6px;
    top: 8px;
    z-index: 2;
}

.projets--liste--item--gal,
.projets--liste--item--count {
    display: inline-block;
    vertical-align: middle;
}

.projets--liste--item--count {
    font-size: 18px;
    line-height: 36px;
    background-color: rgba(255, 255, 255, 0.75);
    border-radius: 18px;
    padding: 0 12px;
    display: inline-block;
    font-weight: bold;
    margin-right: 10px;
}

.projets--liste--item--gal * {
    vertical-align: middle;
    font-size: 18px;
    line-height: 36px;
    font-weight: bold;
}

.projets--liste--item--gal--picto {
    width: 26px;
    margin-right: 0px;
}

.projets--liste--item--titre {
    display: block;
    text-decoration: none;
    color: black;
    font-size: 20px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 20px;
    transition: 0.1s ease color;
}

.projets--liste--item:hover .projets--liste--item--titre {
    color: #afa875;
}

.projets--liste--item--prix,
.projets--liste--item--dispo,
.projets--liste--item--lieu {
    font-size: 18px;
    line-height: 23px;
}

.projets--liste--item--prix span {
    font-size: 14px;
    line-height: 2;
    display: block;
    color: #8e8e8e;
}

.projets--liste--select {
    margin-top: 15px;
}

.projets--liste--filtre {
    height: 326px;
    border-top-left-radius: 20px;
    padding: 20px 25px 0 25px;
}

.projets--liste--filtre--titre {
    padding-bottom: 20px;
}

.projets--liste--filtre--titre,
.projets--liste--filtre--label {
    font-size: 16px;
    line-height: 1;
    color: #a1a1a1;
}

.projets--liste .ui-slider-horizontal.ui-slider-pips {
    margin-top: 20px;
    margin-bottom: 50px;
}


@media screen and (min-width: 1600px) {
    .projets--liste {
        width: 1500px;
        padding-bottom: 105px;
    }

    .projets--liste--intro {
        width: 1420px;
        padding-left: 50px;
        padding-top: 35px;
        margin-left: 75px;
        margin-bottom: 110px;
    }

    .projets--liste--intro--texte {
        padding-right: 50px;
        font-size: 25px;
        line-height: 31px;
    }

    .filtre--cat {
        line-height: 60px;
        font-size: 22px;
        padding: 0 12px;
        margin-right: 8px;
        margin-bottom: 8px;
    }

    .projets--liste--items {
        width: 1250px;
    }

    .projets--liste--item {
        width: 382px;
        margin-right: 41px;
        margin-bottom: 70px;
    }

    .projets--liste--item:nth-child(3) {
        margin-right: 0px;
    }

    .projets--liste--item--tool {
        left: 7px;
        top: 10px;
    }

    .projets--liste--item--count {
        font-size: 22px;
        line-height: 45px;
        border-radius: 25px;
        padding: 0 15px;
        margin-right: 12px;
    }

    .projets--liste--item--gal * {
        font-size: 22px;
        line-height: 45px;
    }

    .projets--liste--item--gal--picto {
        width: 32px;
    }

    .projets--liste--item--titre {
        font-size: 25px;
        line-height: 27px;
        margin-top: 25px;
    }

    .projets--liste--item--prix,
    .projets--liste--item--dispo,
    .projets--liste--item--lieu {
        font-size: 22px;
        line-height: 28px;
    }


    .projets--liste--select {
        margin-top: 8px;
    }

    .projets--liste--filtre {
        height: 400px;
        border-top-left-radius: 25px;
        padding: 25px 30px 0;
    }

    .projets--liste--filtre--titre {
        padding-bottom: 25px;
    }

    .projets--liste--filtre--titre,
    .projets--liste--filtre--label {
        font-size: 20px;
    }

    .projets--liste .ui-slider-horizontal.ui-slider-pips {
        margin-top: 25px;
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 1280px) {
    .projets--liste {
        width: 100%;
    }

    .projets--liste--intro {
        width: calc(800px + ((100% - 800px) / 2));
        background-color: white;
        overflow: hidden;
        padding: 25px 0 0 0;
        margin: 0 0 20px auto;
    }

    .projets--liste--intro--texte {
        margin-bottom: 25px;
        padding-left: 20px;
    }

    .projets--liste--intro--filtres,
    .projets--liste--intro--texte {
        float: none;
        width: 800px;
    }

    .projets--liste--items {
        width: 800px;
    }

    .projets--liste--item,
    .projets--liste--filtre {
        width: 370px;
    }

    .projets--liste--item {
        margin-right: 40px;
        margin-bottom: 60px;
        float: left;
    }

    .projets--liste--item:nth-child(3n) {
        margin-right: 40px;
    }

    .projets--liste--item:nth-child(2n) {
        margin-right: 0px;
    }

    .full-visible.projets--liste--item:nth-child(1) {
        transition: 0s 0s ease opacity, 0s 0s ease transform;
    }

    .full-visible.projets--liste--item:nth-child(2) {
        transition: 0.3s 0.4s ease opacity, 0.3s 0.4s ease transform;
    }

    .full-visible.projets--liste--item:nth-child(3) {
        transition: 0.3s 0.2s ease opacity, 0.3s 0.2s ease transform;
    }

    .full-visible.projets--liste--item:nth-child(4) {
        transition: 0.3s 0.4s ease opacity, 0.3s 0.4s ease transform;
    }

    .full-visible.projets--liste--item:nth-child(5) {
        transition: 0.3s 0.2s ease opacity, 0.3s 0.2s ease transform;
    }

    .full-visible.projets--liste--item:nth-child(6) {
        transition: 0.3s 0.4s ease opacity, 0.3s 0.4s ease transform;
    }

    .full-visible.projets--liste--item:nth-child(7) {
        transition: 0.3s 0.2s ease opacity, 0.3s 0.2s ease transform;
    }

    .full-visible.projets--liste--item:nth-child(8) {
        transition: 0.3s 0.4s ease opacity, 0.3s 0.4s ease transform;
    }

    .full-visible.projets--liste--item:nth-child(9) {
        transition: 0.3s 0.2s ease opacity, 0.3s 0.2s ease transform;
    }

    .full-visible.projets--liste--item:nth-child(10) {
        transition: 0.3s 0.4s ease opacity, 0.3s 0.4s ease transform;
    }

    .full-visible.projets--liste--item:nth-child(11) {
        transition: 0.3s 0.2s ease opacity, 0.3s 0.2s ease transform;
    }

    .full-visible.projets--liste--item:nth-child(12) {
        transition: 0.3s 0.4s ease opacity, 0.3s 0.4s ease transform;
    }

    .full-visible.projets--liste--item:nth-child(13) {
        transition: 0.3s 0.2s ease opacity, 0.3s 0.2s ease transform;
    }

    .full-visible.projets--liste--item:nth-child(14) {
        transition: 0.3s 0.4s ease opacity, 0.3s 0.4s ease transform;
    }

    .full-visible.projets--liste--item:nth-child(15) {
        transition: 0.3s 0.2s ease opacity, 0.3s 0.2s ease transform;
    }

    .full-visible.projets--liste--item:nth-child(16) {
        transition: 0.3s 0.4s ease opacity, 0.3s 0.4s ease transform;
    }

    .full-visible.projets--liste--item:nth-child(17) {
        transition: 0.3s 0.2s ease opacity, 0.3s 0.2s ease transform;
    }

    .full-visible.projets--liste--item:nth-child(18) {
        transition: 0.3s 0.4s ease opacity, 0.3s 0.4s ease transform;
    }

    .full-visible.projets--liste--item:nth-child(19) {
        transition: 0.3s 0.2s ease opacity, 0.3s 0.2s ease transform;
    }

    .full-visible.projets--liste--item:nth-child(20) {
        transition: 0.3s 0.4s ease opacity, 0.3s 0.4s ease transform;
    }

    .full-visible.projets--liste--item:nth-child(21) {
        transition: 0.3s 0.2s ease opacity, 0.3s 0.2s ease transform;
    }

    #projet .banner--common--content--titre--top {
        margin: 30px auto;
    }
}

@media screen and (max-width: 850px) {
    .projets--liste--intro {
        width: calc(100% - 30px);
        margin: 0 0 10px auto;
    }

    .projets--liste--intro--texte {
        padding-right: 30px;
    }

    .projets--liste--intro--filtres,
    .projets--liste--intro--texte {
        width: 100%;
    }

    .filtre--cat {
        margin-bottom: 5px;
    }

    .projets--liste--items {
        width: calc(100% - 60px);
    }

    .projets--liste--intro--filtres {
        padding-right: 30px;
    }


    .projets--liste--item,
    .projets--liste--filtre,
    .projets--liste--item:nth-child(2n),
    .projets--liste--item:nth-child(3n) {
        width: 100%;
        max-width: 500px;
        float: none;
        margin: 0 auto 20px;
    }

    .projets--liste--item:last-child {
        margin-bottom: 0;
    }

    .full-visible.projets--liste--item {
        transition: 0.5s ease opacity, 0.5s ease transform !important;
    }

    .projets--liste--item,
    .full-visible.projets--liste--item {
        top: 0px;
    }

    .projets--liste--item {
        transform: translateX(50px);
    }

    .projets--liste {
        overflow: hidden;
    }

    .projets--liste--items {
        overflow: initial;
    }

    .full-visible.projets--liste--item {
        transform: translateX(0px);
    }

    .projets--liste--items--empty {
        color: #b3aa73;
        font-size: 18px;
        line-height: 24px;
        margin: 100px auto 50px;
        width: 300px;
    }

}

/************************************************************************************************/

.menu--categories {
    position: relative;
    width: 100%;
    margin: 0 auto;
    background-color: #999999;
    overflow: hidden;
}

.menu--categories--titre {
    position: absolute;
    z-index: 500;
    left: 0;
    top: 0;
    background-color: white;
    padding-bottom: 40px;
    padding-left: 140px;
    padding-right: 70px;
    text-transform: uppercase;
    font-size: 25px;
    min-width: 50%;
    text-align: right;
}

.menu--categorie {
    position: relative;
    float: left;
    height: 385px;
    width: 50%;
    text-decoration: none;
}

.menu--categorie--stitre {
    font-size: 30px;
    line-height: 1;
    position: relative;
    top: 50%;
    width: 640px;
    transform: translateY(-50%);
    color: white;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    transition: 0.1s ease color;
    text-decoration: none;
}

.menu--categorie:hover .menu--categorie--stitre {
    color: black;

}

.menu--categorie:nth-child(2) .menu--categorie--stitre {
    margin-top: 40px;
    margin-left: auto;
}

.menu--categorie .voile--50 {
    transition: 0.2s ease background;
}

.menu--categorie:hover .voile--50 {
    background-color: rgba(179, 170, 115, 0.8);
}

.menu--categorie--image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: 2560px;
    transition: 1s ease background;
    background-position: bottom center;
}

.full-visible .menu--categorie--image {
    background-size: 1280px;
}

.menu--categorie--image_biens-immo {
    background-image: url("/assets/front/img/projets/bottom/biens-immo/projet-sous-menu-biens-immo-big.jpg");
}

.menu--categorie--image_projets-en-cours {
    background-image: url("/assets/front/img/projets/bottom/projets-en-cours/projet-sous-menu-en-cours-big.jpg");
}

.menu--categorie--image_projets-en-construction {
    background-image: url("/assets/front/img/projets/bottom/projets-en-construction/projet-sous-menu-en-construction-big.jpg");
}

@media screen and (min-width: 1600px) {
    .menu--categories--titre {
        padding-bottom: 50px;
        padding-left: 175px;
        padding-right: 87px;
        font-size: 32px;
    }

    .menu--categorie {
        height: 480px;
    }

    .menu--categorie--stitre {
        font-size: 37px;
        width: 800px;
    }

    .menu--categorie:nth-child(2) .menu--categorie--stitre {
        margin-top: 50px;
    }
}

@media screen and (max-width: 1280px) {
    .menu--categorie--stitre {
        font-size: 26px;
        line-height: 28px;
        width: 400px;
    }

    .menu--categories--titre {
        font-size: 18px;
        line-height: 22px;
        padding: 0 30px 20px 0;
    }

    .menu--categorie--image {
        background-size: 1280px;
    }

    .full-visible .menu--categorie--image {
        background-size: 640px;
    }

    .menu--categorie--image_biens-immo {
        background-image: url("/assets/front/img/projets/bottom/biens-immo/projet-sous-menu-biens-immo-medium.jpg");
    }

    .menu--categorie--image_projets-en-cours {
        background-image: url("/assets/front/img/projets/bottom/projets-en-cours/projet-sous-menu-en-cours-medium.jpg");
    }

    .menu--categorie--image_projets-en-construction {
        background-image: url("/assets/front/img/projets/bottom/projets-en-construction/projet-sous-menu-en-construction-medium.jpg");
    }
}

@media screen and (max-width: 850px) {
    .menu--categories--titre {
        position: relative;
        text-align: center;
    }

    .menu--categories--titre span {
        display: block;
    }

    .menu--categorie {
        height: 175px;
        width: 100%;
        background-position: center;
    }

    .menu--categorie:nth-child(2) .menu--categorie--stitre {
        margin-top: 0;
    }

    .menu--categorie--stitre {
        width: 100%;
    }

    .menu--categorie--image {
        background-size: auto 200%;
    }

    .full-visible .menu--categorie--image {
        background-size: auto 100%;
    }

    .menu--categorie--image_biens-immo {
        background-image: url("/assets/front/img/projets/bottom/biens-immo/projet-sous-menu-biens-immo-small.jpg");
    }

    .menu--categorie--image_projets-en-cours {
        background-image: url("/assets/front/img/projets/bottom/projets-en-cours/projet-sous-menu-en-cours-small.jpg");
    }

    .menu--categorie--image_projets-en-construction {
        background-image: url("/assets/front/img/projets/bottom/projets-en-construction/projet-sous-menu-en-construction-small.jpg");
    }
}

/************************************************************************************************************************/
.detail--top {
    position: relative;
    width: 1280px;
    margin: 0 auto;
    padding-top: 60px;
}

.detail--top--image {
    width: 915px;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
}

.detail--top--photo {
    max-height: 100%;
    display: block;
    width: 100%;
}

.detail--top--ariane,
.detail--top--ariane a {
    color: white;
    font-size: 14px;
    padding-left: 80px;
    padding-top: 15px;
    text-decoration: none;
}

.detail--top--ariane a {
    padding-left: 0px;
}

.detail--top--content {
    min-height: 550px;
    background-color: white;
    width: 600px;
    position: relative;
    bottom: 0;
    right: 0;
    padding: 60px 115px 30px 45px;
    margin-left: auto;
}

.detail--top--content--titre {
    font-family: 'Khand', sans-serif;
    line-height: 30px;
    font-size: 34px;
    text-transform: uppercase;
    margin: 0 0 20px;
}

.detail--top--content--desc {
    padding-top: 30px;

}

.detail--top--content--plus {
    margin-bottom: 40px;
    font-weight: bold;
}

.detail--top--content--contenu {
    font-size: 18px;
    line-height: 22px;
}

.detail--top--content--contenu--big {
    font-size: 21px;
}

.detail--top--content--contenu--small {
    font-size: 16px;
    color: #8e8e8e;
}

.pdf--panel {
    padding-top: 35px;
}

.pdf--panel--item--logo {
    height: 29px;
    width: 29px;
    border-radius: 100%;
    display: inline-block;
    vertical-align: middle;
    background-size: 29px;
    background: #e6e6e6 url(../img/pictos/file.svg) no-repeat center / 17px;
    margin-right: 10px;
    margin-bottom: 8px;
}

.pdf--panel--item--lien {
    color: #a09F9F;
    text-decoration: none;
}

.detail--page {
    position: relative;
    background-color: white;
}

@media screen and (min-width: 1600px) {
    .detail--top {
        width: 1600px;
        padding-top: 75px;
    }

    .detail--top--image {
        width: 1145px;
        height: 765px;
    }

    .detail--top--ariane,
    .detail--top--ariane a {
        font-size: 17px;
        padding-left: 100px;
        padding-top: 18px;
    }

    .detail--top--ariane a {
        padding-left: 0px;
    }

    .detail--top--content {
        min-height: 690px;
        width: 700px;
        padding: 75px 145px 35px 55px;
    }

    .detail--top--content--titre {
        line-height: 37px;
        font-size: 42px;
        margin: 0 0 25px;
    }

    .detail--top--content--desc {
        padding-top: 35px;
    }

    .detail--top--content--plus {
        margin-bottom: 50px;
    }

    .detail--top--content--contenu {
        font-size: 22px;
        line-height: 28px;
    }

    .detail--top--content--contenu--big {
        font-size: 26px;
    }

    .detail--top--content--contenu--small {
        font-size: 20px;
    }

    .pdf--panel--item--logo {
        height: 36px;
        width: 36px;
        background-size: 36px;
        background: #e6e6e6 url(../img/pictos/file.svg) no-repeat center / 22px;
        margin-right: 12px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 1280px) {
    .detail--top {
        width: 100%;
        padding-top: 0;
    }


    .detail--top--image {
        width: 100%;
        position: relative;
        padding-bottom: 0;
        height: auto;
    }

    .detail--top--content {
        min-height: auto;
        padding: 30px 30px 0px 30px;
        margin-left: auto;
        width: calc(800px + ((100% - 800px) / 2));
        margin-top: -90px;
    }

    .detail--top--ariane {
        padding-left: 0px;
        width: calc(800px + ((100% - 800px) / 2));
        margin-left: auto;
    }

    .detail--top--content--desc,
    .detail--top--content--contenu,
    .detail--top--content--titre {
        max-width: 600px;
    }

}

@media screen and (max-width: 850px) {
    .detail--top--content {
        padding: 15px 30px 0px 30px;
        margin-top: -62px;
        margin-left: 0;
        width: calc(100% - 30px);
    }

    .detail--top--ariane {
        display: none;
    }

    .detail--top--content {
        margin-top: calc(50vw + 62px);
        z-index: 90;
    }

    .detail--top--image {
        transition: 0.5s linear opacity;
        opacity: 0;
        position: fixed;
        top: 0px;
        left: 0;
        height: calc(50vw + 127px);
        margin-top: 75px;
        z-index: 0;
    }

    .detail--top.init .detail--top--image {
        opacity: 1;
    }

    .detail--top::before {
        content: "";
        position: absolute;
        left: 0px;
        bottom: 0px;
        width: 100%;
        height: calc(100% - 40px);
        z-index: 50;
        background: rgb(255, 255, 255);
    }

}

@media screen and (max-width: 550px) {
    .detail--top--content {
        margin-top: calc(50vw + 164px);
        z-index: 90;
    }
}

/*********************************************************************************************************************/

.detail--galerie {
    position: relative;
    background-color: white;
    z-index: 1;
    padding-bottom: 90px;
}

.detail--galerie--content {
    padding: 90px 0 0px 175px;
}

.detail--galerie--titre {
    margin-bottom: 50px;
}

.detail--galerie--titre--picto {
    width: 25px;
    vertical-align: middle;
    z-index: 10;
    position: relative;
}

.detail--galerie--titre--count {
    display: inline-block;
    width: 27px;
    line-height: 27px;
    color: #a09F9F;
    background: #e6e6e6;
    border-radius: 100%;
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 400;
}

.detail--galerie--titre--label {
    font-size: 25px;
    line-height: 1;
    font-weight: bold;
    vertical-align: middle;
    padding: 0 10px;
}

.detail--slider--images {
    overflow: hidden;
}

.detail--slider--slide {
    padding-right: 25px;
    padding-bottom: 0px;
    float: left;
}

.detail--slider--image {
    width: auto;
    height: 355px;
    display: block;
}

.detail--slider--images--content.slick-slider,
.detail--slider--images--content .slick-track,
.detail--slider--images--content .slick-list,
.slick-slide.detail--slider--slide,
.detail--slider--image {
    height: 355px;
}

.detail--slider--photo {
    height: 100%;
}

.detail--slider--images {
    width: calc(100% - (((100% - 1280px) / 2) + 370px));
    margin-left: auto;
}

.detail--slider--name {
    font-family: 'Khand', sans-serif;
    font-size: 90px;
    text-transform: uppercase;
    position: absolute;
    transform: rotate(180deg);
    writing-mode: tb-rl;
    width: 355px;
    height: 355px;
    line-height: 74px;
    padding-right: 20px;
    left: 0;
    color: #e6e6e6;
}


.detail--slider--nav {
    position: absolute;
    left: calc(((100% - 1280px) / 2) + 160px);
    z-index: 2;
    top: 334px;
}

.detail--slider--nav--arrow {
    display: inline-block !important;
    vertical-align: middle;
}

.detail--slider--nav--arrow {
    margin: 0 3px;
}

.detail--slider--nav--arrow svg {
    cursor: pointer;
    width: 38px;
    fill: black;
    transition: 0.2s ease opacity, 0.2s ease fill;
}

.detail--slider--nav--arrow.slick-disabled svg {
    opacity: 0.05;
}

.detail--slider--nav--arrow:hover svg {
    fill: #b3aa73;
}

/**/
.detail--slider--images--content--nav.slick-slider,
.detail--slider--images--content--nav .slick-track,
.detail--slider--images--content--nav .slick-list,
.detail--slider--images--content--nav--item {
    height: 143px !important;
}

.detail--slider--images--content--nav.slick-slider {
    width: 1000px;
    margin: 0px auto;
}

.detail--slider--images--content--nav--barre {
    height: 3px;
    background-color: #e6e6e6;
    margin-top: 50px;
    display: block;
}

.detail--slider--images--content--nav--item {
    cursor: pointer;
}

.detail--slider--images--content--nav--item.slick-current .detail--slider--images--content--nav--barre,
.detail--slider--images--content--nav--item:hover .detail--slider--images--content--nav--barre {
    background-color: #cdcdcd;
}

/**/
.detail--slider--biens--content--nav.slick-slider,
.detail--slider--biens--content--nav .slick-track,
.detail--slider--biens--content--nav .slick-list,
.detail--slider--biens--content--nav--item {
    height: 130px !important;
}

.detail--slider--biens--content--nav.slick-slider {
    width: 1000px;
    margin: 0px auto;
}

.detail--slider--biens--content--nav--barre {
    height: 3px;
    background-color: #e6e6e6;
    margin-top: 80px;
    display: block;
}

.detail--slider--biens--content--nav--item {
    cursor: pointer;
}

.detail--slider--bien--content--nav--item.slick-current .detail--slider--biens--content--nav--barre,
.detail--slider--bien--content--nav--item:hover .detail--slider--biens--content--nav--barre {
    background-color: #cdcdcd;
}

/**/

@media screen and (min-width: 1600px) {
    .detail--galerie {
        padding-bottom: 110px;
    }

    .detail--galerie--content {
        padding: 110px 0 0px 200px;
    }

    .detail--galerie--titre {
        margin-bottom: 60px;
    }

    .detail--galerie--titre--picto {
        width: 30px;
    }

    .detail--galerie--titre--count {
        width: 34px;
        line-height: 34px;
        font-size: 20px;
    }

    .detail--galerie--titre--label {
        font-size: 30px;
        padding: 0 12px;
    }

    .detail--slider--slide {
        padding-right: 30px;
        padding-bottom: 0px;
    }

    .detail--slider--images--content.slick-slider,
    .detail--slider--images--content .slick-track,
    .detail--slider--images--content .slick-list,
    .slick-slide.detail--slider--slide,
    .detail--slider--image {
        height: 420px;
    }

    .detail--slider--image {
        width: auto;
    }

    .detail--slider--images {
        width: calc(100% - (((100% - 1600px) / 2) + 460px));
    }

    .detail--slider--name {
        font-size: 105px;
        width: 445px;
        height: 420px;
        line-height: 92px;
        padding-right: 25px;
    }


    .detail--slider--nav {
        left: calc(((100% - 1600px) / 2) + 200px);
        top: 417px;
    }

    .detail--slider--nav--arrow {
        margin: 0 5px;
    }

    .detail--slider--nav--arrow svg {
        width: 48px;
    }

    /**/
    .detail--slider--images--content--nav.slick-slider,
    .detail--slider--images--content--nav .slick-track,
    .detail--slider--images--content--nav .slick-list,
    .detail--slider--images--content--nav--item {
        height: 180px !important;
    }

    .detail--slider--images--content--nav.slick-slider {
        width: 1250px;
        margin: 0px auto;
    }

    .detail--slider--images--content--nav--barre {
        height: 5px;
        background-color: #e6e6e6;
        margin-top: 62px;
        display: block;
    }

    /**/
    .detail--slider--biens--content--nav.slick-slider,
    .detail--slider--biens--content--nav .slick-track,
    .detail--slider--biens--content--nav .slick-list,
    .detail--slider--biens--content--nav--item {
        height: 162px !important;
    }

    .detail--slider--biens--content--nav.slick-slider {
        width: 1250px;
    }

    .detail--slider--biens--content--nav--barre {
        height: 5px;
        background-color: #e6e6e6;
        margin-top: 100px;
        display: block;
    }

    .detail--slider--biens--content--nav--item {
        cursor: pointer;
    }

    .detail--slider--biens--content--nav--item.slick-current .detail--slider--biens--content--nav--barre,
    .detail--slider--biens--content--nav--item:hover .detail--slider--biens--content--nav--barre {
        background-color: #cdcdcd;
    }
}

@media screen and (max-width: 1280px) {

    .detail--slider--nav {
        position: relative;
        z-index: 2;
        top: 0;
        display: table;
        margin: 40px auto;
        left: 0;
    }

    .detail--galerie--content {
        width: 800px;
        margin: 0 auto;
        padding: 40px 0 0px 30px;
    }

    .detail--slider--name {
        display: none;
    }

    .detail--slider--image {
        width: auto;
        height: 195px;
    }

    .detail--slider--images--content.slick-slider,
    .detail--slider--images--content .slick-track,
    .detail--slider--images--content .slick-list,
    .slick-slide.detail--slider--slide,
    .detail--slider--image {
        height: 195px;
    }

    .detail--slider--slide {
        padding-right: 15px;
        padding-bottom: 15px;
    }

    .detail--slider--images {
        margin-left: auto;
        width: calc((800px + ((100% - 800px) / 2)) - 30px);
    }

    .detail--slider--images--content--nav.slick-slider {
        width: 740px;
    }

    .detail--slider--images--content--nav--barre {
        margin-top: 40px;
    }

    .detail--slider--images--content--nav.slick-slider,
    .detail--slider--images--content--nav .slick-track,
    .detail--slider--images--content--nav .slick-list,
    .detail--slider--images--content--nav--item {
        height: 115px !important;
    }

    .detail--slider--nav--arrow {
        margin: 0 5px;
    }

    .detail--slider--nav--arrow svg {
        width: 28px;
    }

    .detail--galerie {
        padding-bottom: 0px;
    }
}

@media screen and (max-width: 850px) {
    .detail--galerie--content {
        width: 100%;
        padding: 40px 30px 0px 30px;
    }

    .detail--slider--images {
        margin-left: auto;
        width: calc(100% - 30px);
    }
}

@media screen and (max-width: 450px) {
    .detail--galerie--titre--picto {
        display: none;
    }

    .detail--galerie--titre--label {
        font-size: 24px;
        padding: 0 5px 0 0;
    }
}

/*****************************************/


.detail--contact {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.detail--contact--col {
    width: 50%;
}


.detail--contact--col--full {
    height: 375px;
}

.detail--contact--col--full,
.detail--contact--col--full .detail--contact--infos {
    width: 100% !important;
}

.detail--contact--carte {
    width: 100%;
    height: 375px;
}

.detail--contact--infos {
    background-color: white;
    width: 640px;
    text-align: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.detail--contact--infos--label {
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    padding-bottom: 50px;
}

.detail--contact--infos--btn {
    display: table;
    margin: 0 auto;
}

@media screen and (min-width: 1600px) {
    .detail--contact--carte,
    .detail--contact--col--full {
        height: 470px;
    }

    .detail--contact--infos {
        width: 800px;
    }

    .detail--contact--infos--label {
        font-size: 22px;
        line-height: 28px;
        padding-bottom: 60px;
    }
}

@media screen and (max-width: 1280px) {
    .detail--contact {
        display: block;
        padding-bottom: 40px;
    }

    .detail--contact--col {
        width: 100%;
    }

    .detail--contact--infos {
        width: 100%;
        text-align: center;
        position: relative;
        top: 0;
        transform: none;
    }

    .detail--contact--carte {
        margin: 60px auto 0;
        width: calc(100% - 60px);
        height: 440px;
    }

    .detail--contact--col--full {
        height: auto;
        padding: 0;
    }

    .detail--contact--infos--btn {
        margin: 30px 30px 0 auto;
    }

    .detail--contact--infos--label {
        padding-top: 30px;
        padding-bottom: 0px;
    }

    .detail--contact--infos--label span {
        display: none;
    }

    .detail--contact--infos--label {
        font-weight: bold;
        font-size: 18px;
        line-height: 22px;
        text-align: right;
        padding-right: 30px;
    }
}


/*****************************************/

.detail--spec {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.detail--spec--col {
    width: 50%;
    position: relative;
}

.detail--spec--col--img {
    background: url("/assets/front/img/affaire--exemple.jpg") no-repeat center/cover;
    min-height: 530px;
}

.detail--spec--content {
    width: 640px;
    padding-top: 40px;
}

.detail--spec--col:nth-child(2) .detail--spec--content {
    padding-right: 40px;
    padding-left: 40px;
    width: 640px;

}

.detail--spec--col:nth-child(1) .detail--spec--content {
    padding-left: 140px;
    padding-right: 115px;
    margin-left: auto;
}


.detail--spec--titre {
    font-size: 50px;
    line-height: 1;
    font-family: 'Khand', sans-serif;
    text-transform: uppercase;
}


.detail--spec--titre--liste {
    padding: 30px 0 70px;
}

.detail--spec--titre--liste--item {
    color: white;
    font-size: 18px;
    line-height: 20px;
    border-bottom: 1px solid #9b9566;
    padding-top: 12px;
    padding-bottom: 12px;
}

.detail--spec--titre--liste--item:last-child {
    margin-bottom: 0px;
}

.detail--spec--type {
    text-transform: uppercase;
    margin-top: 10px;
}

.detail--spec--dispo,
.detail--spec--type {
    font-size: 20px;
    line-height: 22px;
    font-weight: bold;
}

.detail--spec--desc {
    font-size: 18px;
    line-height: 20px;
}

.detail--spec--bottom {
    position: absolute;
    bottom: 20px;
}

.detail--spec--top {
    position: relative;
}

.detail--spec--prix {
    font-size: 26px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 20px;
}

.detail--spec--tva {
    font-size: 18px;
    font-weight: 400;
}

.detail--spec .btn--gen {
    position: absolute;
    bottom: 0;
    right: 30px;
    transform: none;
}

.detail--spec--col--contact {
    background-color: white;
}

.detail--spec--col--contact--content {
    position: absolute;
    height: calc(100% - 30px);
    width: 100%;
    bottom: 0;
    left: 0;
}

.detail--spec--col--contact--content--btn.btn--gen {
    position: relative;
    display: table;
    margin: 0 auto;
    right: 0;
}

.detail--spec--col--contact--content--label {
    color: white;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.detail--spec--col--contact--content--center {
    width: 640px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    text-align: center;
}

@media screen and (min-width: 1600px) {
    .detail--spec--content {
        width: 800px;
        padding-top: 50px;
    }

    .detail--spec--col:nth-child(2) .detail--spec--content {
        padding-right: 50px;
        padding-left: 50px;
        width: 800px;
    }

    .detail--spec--col:nth-child(1) .detail--spec--content {
        padding-left: 175px;
        padding-right: 145px;
    }


    .detail--spec--titre {
        font-size: 60px;
    }


    .detail--spec--titre--liste {
        padding: 40px 0 90px;
    }

    .detail--spec--titre--liste--item {
        font-size: 22px;
        line-height: 27px;
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .detail--spec--type {
        margin-top: 15px;
    }

    .detail--spec--dispo,
    .detail--spec--type {
        font-size: 25px;
        line-height: 27px;
    }

    .detail--spec--desc {
        font-size: 22px;
        line-height: 25px;
    }

    .detail--spec--bottom {
        bottom: 25px;
    }

    .detail--spec--prix {
        font-size: 32px;
        margin-bottom: 25px;
    }

    .detail--spec--tva {
        font-size: 22px;
    }

    .detail--spec .btn--gen {
        right: 40px;
    }

    .detail--spec--col--img {
        min-height: 665px;
    }

    .detail--spec--col--contact {
        background-color: white;
    }

    .detail--spec--col--contact--content {
        height: calc(100% - 40px);
    }

    .detail--spec--col--contact--content--label {
        font-size: 22px;
        margin-bottom: 30px;
    }

    .detail--spec--col--contact--content--center {
        width: 800px;
    }

    .detail--spec--col--contact--content--btn.btn--gen {
        right: 0;
    }
}

@media screen and (max-width: 1280px) {
    .detail--spec {
        display: block;
        position: relative;
    }

    .detail--spec--col--img {
        display: none;
    }

    .detail--spec--col {
        width: 100%;
    }

    .detail--spec--col:nth-child(1) .detail--spec--content {
        padding-left: 30px;
        padding-right: 30px;
        width: 800px;
        margin: 0 auto;
    }

    .detail--spec--titre {
        font-size: 28px;
    }

    .detail--spec--titre--liste {
        padding: 30px 0 30px;
    }

    .detail--spec--col--contact--content--label {
        color: black;
        font-weight: bold;
        text-align: right;
        font-size: 18px;
        text-transform: uppercase;
        margin-bottom: 0;
        line-height: 22px;
        padding-right: 30px;
    }

    .detail--spec--col--contact--content--btn.btn--gen {
        position: relative;
        display: table;
        margin: 30px 30px 0 auto;
        right: 0;
    }

    .detail--spec--col--contact--content--center {
        width: 100%;
        position: relative;
        top: 0;
        transform: none;
        left: 0;
        text-align: center;
    }

    .detail--spec--col--contact .voile--50 {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: white;
        padding: 30px 0 40px;
    }

    .detail--spec--col--contact--content {
        position: relative;
        height: auto;
        width: 100%;
        bottom: 0;
        left: 0;
    }
}

@media screen and (max-width: 850px) {
    .detail--spec--col:nth-child(1) .detail--spec--content {
        width: 100%;
    }
}

/************************************************/
.slider--property {
    position: relative;
    padding-bottom: 60px;
}

.slider--property--titre {
    position: relative;
    margin: 60px 0 70px 140px;
    font-size: 50px;
    line-height: 56px;
    text-transform: uppercase;
    font-family: 'Khand', sans-serif;
    display: inline-block;
}

.slider--property--content {
    padding-bottom: 0px;
    overflow: hidden;
}

.slider--property--titre--count {
    position: absolute;
    font-size: 20px;
    line-height: 1;
    text-transform: initial;
    background-color: #e6e6e6;
    bottom: 8px;
    padding: 15px 18px;
    right: -30px;
    transform: translateX(100%);
    border-radius: 25px;
}

.slider--property--slide {
    width: 306px;
    margin-right: 40px;
    border-top-left-radius: 40px;
    overflow: hidden;
    float: left;
    border: 1px solid #e6e6e6;
}

.slider--property--slide--image {
    height: 355px;
    width: 100%;
    display: block;
}

.slider--property .slick-list,
.slider--property .slick-track {
    position: relative !important;
    width: 100%;
    height: auto;
}


.slider--property--slide--titre {
    font-size: 20px;
    line-height: 22px;
    min-height: 44px;
    text-transform: uppercase;
}

.slider--property--slide--desc {
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0px;
    min-width: 65px;
    min-height: 80px;
    margin-top: 10px;
}

.slider--property--slide--bottom {
    position: relative;
    background-color: white;
    padding: 20px 15px 8px;
}

.slider--property--slide--bottom .btn--gen {
    position: absolute;
    right: 0;
    bottom: 0;
}


.slider--property--slide--prix {
    font-size: 26px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 50px;
}

.slider--property--slide--tva {
    font-size: 18px;
    font-weight: 400;
}

.slider--property--slide--dispo {
    font-size: 20px;
    line-height: 22px;
    font-weight: bold;
}

.slider--property--scroll {
    width: calc(100% - (((100% - 1280px) / 2) + 370px));
    display: block;
    margin-left: auto;
}

.slider--property--user {
    position: absolute;
    bottom: 70px;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    color: #dadada;
}

.slider--property--slide--image {
    position: relative;
}

.slider--property--slide--photo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
}

.slider--property--nav
{
    position: absolute;
    left: calc(((100% - 1280px) / 2) + 160px);
    display: flex;
    top: 50%;
    transform: translateY(-50%);
}

.slider--property--nav--arrow
{
    width: 38px;
    margin: 0 3px;
    cursor: pointer;
    fill: black;
    transition: 0.2s ease fill, 0.2s ease opacity;
}

.slider--property--nav--arrow.slick-disabled
{
    opacity: 0.05;
    cursor: default;
}

.slider--property--nav--arrow:hover
{
    fill: #b3aa73;
}

@media screen and (min-width: 1600px) {
    .slider--property {
        padding-bottom: 75px;
    }

    .slider--property--nav
    {
        left: calc(((100% - 1600px) / 2) + 200px);
    }

    .slider--property--nav--arrow
    {
        width: 48px;
        margin: 0 5px;
    }


    .slider--property--titre {
        margin: 75px 0 87px 175px;
        font-size: 62px;
        line-height: 70px;
    }

    .slider--property--scroll {
        width: calc(100% - (((100% - 1600px) / 2) + 460px));
        display: block;
        margin-left: auto;
    }

    .slider--property--titre--count {
        font-size: 25px;
        bottom: 10px;
        padding: 18px 22px;
        right: -36px;
        border-radius: 30px;
    }

    .slider--property--slide {
        width: 382px;
        margin-right: 50px;
        border-top-left-radius: 50px;
    }

    .slider--property--slide--image {
        position: relative;
        height: 420px;
    }


    .slider--property--slide--titre {
        font-size: 25px;
        line-height: 28px;
        min-height: 56px;
    }

    .slider--property--slide--desc {
        margin-top: 10px;
        margin-bottom: 30px;
        font-size: 22px;
        line-height: 25px;
        letter-spacing: 0px;
        min-height: 100px;
    }

    .slider--property--slide--bottom {
        padding: 25px 20px 10px;
    }


    .slider--property--slide--prix {
        font-size: 32px;
        margin-bottom: 90px;
    }

    .slider--property--slide--tva {
        font-size: 22px;
    }

    .slider--property--slide--dispo {
        font-size: 25px;
        line-height: 27px;
    }
}


@media screen and (max-width: 1280px) {
    .slider--property--titre {
        display: block;
        font-size: 28px;
        line-height: 1;
        width: 800px;
        margin: 0 auto;
        padding-left: 30px;
        padding-top: 40px;
        padding-bottom: 25px;
    }

    .slider--property--titre--count {
        margin-top: 12px;
        position: relative;
        font-size: 18px;
        line-height: 34px;
        bottom: 0px;
        padding: 0px 12px;
        border-radius: 17px;
        display: table;
        transform: none;
        right: inherit;
    }

    .slider--property--scroll {
        width: calc((100% - ((100% - 800px) / 2) - 30px));
    }

    .slider--property--slide {
        position: relative;
        width: 260px;
    }

    .slider--property--slide--image::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: black;
        opacity: 0.7;
    }

    .slider--property--slide--bottom {
        position: absolute;
        background-color: transparent;
        padding: 30px 20px 8px;
        top: 0;
        height: 355px;
        color: white;
        width: 100%;
    }

    .detail--slider--biens--content--nav.slick-slider {
        width: 740px;
        margin: 0px auto;
    }

    .slider--property--slide--prix {
        margin-bottom: 20px;
    }

    .slider--property {
        padding-bottom: 0px;
    }

    .slider--property--nav--arrow {
        width: 28px;
        margin: 0 5px;
    }

    .slider--property--nav {
        position: relative;
        left: 50%;
        display: flex;
        top: 0;
        transform: translateX(-50%);
        justify-content: center;
        margin: 40px 0;
    }
}

@media screen and (max-width: 850px) {
    .detail--slider--images--content--nav.slick-slider,
    .detail--slider--biens--content--nav.slick-slider,
    .slider--property--user {
        display: none;
    }

    .detail--galerie {
        padding-bottom: 0px;
    }

    .slider--property--bien {
        background-color: white;
    }

    .slider--property--scroll {
        width: calc(100% - 30px);
    }

    .slider--property--titre {
        width: 100%;
    }

    .slider--property--nav {
        margin: 40px 0 0;
    }
}

/***************************************************************/
.about--values .container {
    padding: 50px 140px 90px;
}

.about--values--accordions {
    overflow: hidden;
}

.about--values--accordion {
    float: left;
    width: 100%;
    transition: 0.3s ease opacity, 0.3s 0.3s height ease;
}

.about--values--accordion--content {
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: 1s ease opacity;
}

.about--values--accordion--content.open {
    height: auto;
    opacity: 1;
}

.about--values--accordion--small {
    width: 50%;
}

.about--values--accordion--title {
    position: relative;
    font-size: 20px;
    line-height: 22px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 40px;
    display: inline-block;
    cursor: pointer;
}


.about--values--accordion--title::before {
    content: "";
    position: absolute;
    height: 3px;
    background-color: #b3aa73;;
    width: 0%;
    bottom: -10px;
    transition: 0.5s ease width;
}

.about--values--accordion--title.open::before {
    width: 100%;
}

.about--values--accordion--title::after {
    content: "";
    position: absolute;
    width: 23px;
    height: 14px;
    background-image: url(/assets/front/img/pictos/fleche--burger.svg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 23px;
    right: -70px;
    top: 50%;
    transform: translateY(-50%);
}

.about--values--accordion--title.open::after {
    background-position: bottom center;
}

.about--values--accordion--texte {
    width: 420px;
    font-size: 18px;
    line-height: 20px;
}

.about--values--descriptions {
    overflow: hidden;
    margin-top: 30px;
}

.about--values--description {
    float: left;
    width: 280px;
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 90px;
}

.about--values--img {
    margin-bottom: 15px;
}

.about--values--description:nth-child(2) {
    margin: 0 80px;
}


@media screen and (min-width: 1600px) {
    .about--values .container {
        padding: 60px 175px 110px;
    }

    .about--values--accordion--title {
        font-size: 25px;
        line-height: 27px;
        margin-bottom: 50px;
    }

    .about--values--accordion--title::after {
        width: 28px;
        height: 16px;
        background-size: 28px;
        right: -87px;
    }

    .about--values--accordion--texte {
        width: 525px;
        font-size: 22px;
        line-height: 25px;
    }

    .about--values--descriptions {
        margin-top: 40px;
    }

    .about--values--description {
        width: 350px;
        font-size: 22px;
        line-height: 25px;
        margin-bottom: 110px;
    }

    .about--values--img {
        height: 68px;
        margin-bottom: 20px;
    }

    .about--values--description:nth-child(2) {
        margin: 0 100px;
    }
}

@media screen and (max-width: 1280px) {
    .about--values .container {
        padding: 50px 0px 90px;
        width: 800px;
    }

    .about--values--accordion--small {
        width: 100%;
    }

    .about--values--accordion--texte {
        width: 420px;
        font-size: 18px;
        line-height: 20px;
    }

    .about--values--description,
    .about--values--description:nth-child(2) {
        float: none;
        width: 280px;
        margin: 0 auto 40px;
    }

    .about--values--description:last-child {
        margin: 0 auto;
    }

    .about--values--img {
        margin-bottom: 15px;
    }

    .about--values--accordion--title {
        margin-bottom: 0px;
    }

    .about--values--accordion--texte {
        padding-top: 40px;
    }

    .about--values--accordion {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 850px) {
    .about--values .container {
        width: calc(100% - 60px);
        padding: 50px 0px 40px;
    }

    .about--values--accordion--texte {
        width: 100%;
    }

    .about--values--accordion--texte br {
        display: none;
    }

    .about--values--description,
    .about--values--description:nth-child(2) {
        width: 260px;
    }

    .about--values--img {
        height: 50px;
    }

    .about--values--accordion--title {
        padding-right: 60px;
        width: 100%;
    }


    .about--values--accordion--title::after {
        right: 0;
    }
}


/***********************************************/


.simulateur--remarque {
    width: 1000px;
    margin: 100px auto 50px;
}

.simulateur--content {
    margin: 30px auto 35px;
    display: block;
    width: 1000px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}


.simulateur--col {
    width: 480px;
    float: left;
}

.simulateur--result--detail--top,
.simulateur--form {
    position: relative;
    border: 1px solid #e6e6e6;
    border-top-left-radius: 40px;
}

.simulateur--label {
    font-size: 20px;
    font-weight: bold;
}

.simulateur--label span {
    font-weight: 400;
}

.simulateur--form {
    padding: 45px 70px 75px;
}

.simulateur--btn--gen {
    position: absolute;
    right: 0;
    bottom: 0;
}

.simulateur--input,
.simulateur--slider {

    display: block;
    width: calc(100% - 24px);
}

.simulateur--slider {
    display: block;
    margin: 15px auto 50px !important;
}

.simulateur--input {
    margin: 5px auto 20px;
}

.simulateur--result {
    position: relative;
    float: right;
}

.simulateur--result--detail--top {
    padding: 45px 75px;
}

.simulateur--result--intro,
.simulateur--result--titre {
    text-transform: uppercase;
    font-family: 'Khand', sans-serif;
    font-size: 22px;
    text-align: center;
    line-height: 1;
    padding-bottom: 15px;
}

.simulateur--result--intro {
    padding-bottom: 0px;
}

.simulateur--result--montant,
.simulateur--result--montant b {
    text-transform: uppercase;
    font-family: 'Khand', sans-serif;
    font-size: 50px;
    text-align: center;
    line-height: 1;
    padding-bottom: 35px;
}

.simulateur--result--montant span {
    text-transform: uppercase;
    font-family: 'Khand', sans-serif;
    font-size: 20px;
    line-height: 1;
}

.simulateur--result--detail--sep {
    height: 2px;
    width: 100%;
    display: block;
    margin: 20px 0;
}

.simulateur--result--detail--text {
    font-size: 20px;
    line-height: 30px;
}

.simulateur--result--detail--bottom--text {
    font-size: 20px;
    line-height: 22px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    padding: 25px 0 75px;
}

.show .simulateur--result--intro,
.simulateur--result--detail--bottom--text,
.simulateur--result--detail,
.simulateur--btn--gen,
.simulateur--result--montant,
.simulateur--result--titre {
    display: none;
}

.simulateur--result--intro,
.show .simulateur--result--detail--bottom--text,
.show .simulateur--result--detail,
.show .simulateur--result--montant,
.show .simulateur--result--titre {
    display: block;
}

.show .simulateur--btn--gen {
    display: table;
}


@media screen and (min-width: 1600px) {
    .simulateur--content {
        margin: 37px auto 45px;
        width: 1250px;
    }

    .simulateur--col {
        width: 600px;
    }

    .simulateur--result--detail--top,
    .simulateur--form {
        border-top-left-radius: 50px;
    }

    .simulateur--label {
        font-size: 25px;
    }

    .simulateur--form {
        padding: 55px 85px 95px;
    }

    .simulateur--input,
    .simulateur--slider {
        width: calc(100% - 30px);
    }

    .simulateur--slider {
        margin: 18px auto 62px !important;
    }

    .simulateur--input {
        margin: 7px auto 25px;
    }

    .simulateur--result--detail--top {
        padding: 55px 95px;
    }

    .simulateur--result--intro,
    .simulateur--result--titre {
        font-size: 27px;
        padding-bottom: 18px;
    }

    .simulateur--result--intro {
        padding-bottom: 0px;
    }

    .simulateur--result--montant,
    .simulateur--result--montant b {
        font-size: 60px;
        padding-bottom: 45px;
    }

    .simulateur--result--montant span {
        font-size: 25px;
    }

    .simulateur--result--detail--sep {
        margin: 25px 0;
    }

    .simulateur--result--detail--text {
        font-size: 25px;
        line-height: 37px;
    }

    .simulateur--result--detail--bottom--text {
        font-size: 25px;
        line-height: 28px;
        padding: 25px 0 100px;
    }

    .simulateur--remarque {
        width: 1250px;
        margin: 100px auto 50px;
    }
}

@media screen and (max-width: 1280px) {
    .simulateur--content {
        width: 800px;
    }

    .simulateur--col {
        width: 380px;
    }

    .simulateur--form {
        padding: 30px 30px 50px;
    }

    .simulateur--input,
    .simulateur--slider {
        width: calc(100% - 30px);
    }

    .simulateur--input {
        margin: 5px auto 15px;
    }

    .simulateur--result--detail--top {
        padding: 40px 20px 45px;
    }

    .simulateur--result--detail--bottom--text {
        font-size: 18px;
    }

    .simulateur--remarque {
        width: 800px;
        margin: 100px auto 50px;
    }
}

@media screen and (max-width: 850px) {
    .simulateur--content {
        display: block;
        width: 100%;
    }

    .simulateur--form {
        padding: 0px;
        border: none;
        max-width: 470px;
        width: calc(100% - 60px);
        margin: 0 auto;
        float: none;
    }

    .simulateur--btn--gen {
        position: relative;
        right: 0;
        bottom: 0;
        margin-left: auto;
    }

    .simulateur--result {
        width: calc(100% - 60px);
        max-width: 500px;
        margin: 40px auto;
        float: none;
    }

    .simulateur--result--detail--bottom--text {
        font-weight: 400;
        padding: 30px 0 30px;
        text-align: right;
    }

    .simulateur--remarque {
        width: 100%;
        max-width: 470px;
        margin: 100px auto 50px;
        font-size: 12px;
        padding: 0 30px;
    }
}


/**/

.projets--liste--filtre .ui-widget-content,
.simulateur--content .ui-widget-content {
    border: 1px solid #afa875;
    height: 0;
}

.projets--liste--filtre .ui-slider-horizontal .ui-slider-handle,
.simulateur--content .ui-slider-horizontal .ui-slider-handle {
    top: -8px;
    margin-left: -8px;
    border-radius: 50%;
    height: 16px;
    width: 16px;
    background: #818181;
    border: none;
}

.projets--liste--filtre .ui-slider-float .ui-slider-tip,
.projets--liste--filtre .ui-slider-float .ui-slider-tip-label,
.projets--liste--filtre .ui-slider-float .ui-slider-handle:hover .ui-slider-tip,
.projets--liste--filtre .ui-slider-float .ui-slider-handle.ui-state-hover .ui-slider-tip,
.projets--liste--filtre .ui-slider-float .ui-slider-handle:focus .ui-slider-tip,
.projets--liste--filtre .ui-slider-float .ui-slider-handle.ui-state-focus .ui-slider-tip,
.projets--liste--filtre .ui-slider-float .ui-slider-handle.ui-state-active .ui-slider-tip,
.projets--liste--filtre .ui-slider-float .ui-slider-pip:hover .ui-slider-tip-label,
.simulateur--content .ui-slider-float .ui-slider-tip,
.simulateur--content .ui-slider-float .ui-slider-tip-label,
.simulateur--content .ui-slider-float .ui-slider-handle:hover .ui-slider-tip,
.simulateur--content .ui-slider-float .ui-slider-handle.ui-state-hover .ui-slider-tip,
.simulateur--content .ui-slider-float .ui-slider-handle:focus .ui-slider-tip,
.simulateur--content .ui-slider-float .ui-slider-handle.ui-state-focus .ui-slider-tip,
.simulateur--content .ui-slider-float .ui-slider-handle.ui-state-active .ui-slider-tip,
.simulateur--content .ui-slider-float .ui-slider-pip:hover .ui-slider-tip-label {
    top: 20px;
    border: none;
    color: #818181;
    font-size: 16px;
    background-color: transparent;
}

.projets--liste--filtre .ui-slider-float .ui-slider-tip:after,
.projets--liste--filtre .ui-slider-float .ui-slider-tip:before,
.projets--liste--filtre .ui-slider-float .ui-slider-pip .ui-slider-tip-label:after,
.projets--liste--filtre .ui-slider-float .ui-slider-pip .ui-slider-tip-label:before,
.projets--liste--filtre .ui-slider-float .ui-slider-tip:after,
.projets--liste--filtre .ui-slider-float .ui-slider-tip:before,
.projets--liste--filtre .ui-slider-float .ui-slider-pip .ui-slider-tip-label:after,
.projets--liste--filtre .ui-slider-float .ui-slider-pip .ui-slider-tip-label:before {
    display: none;
}

.projets--liste--filtre .ui-slider-pips .ui-slider-line,
.simulateur--content .ui-slider-pips .ui-slider-line {
    display: none;
}

.projets--liste--filtre .ui-slider-pips .ui-slider-label,
.simulateur--content .ui-slider-pips .ui-slider-label {
    top: -5px;
    font-weight: 400;
    font-size: 16px;
    color: #818181;
}


.ui-slider-float .ui-slider-tip:before,
.ui-slider-float .ui-slider-pip .ui-slider-tip-label:before {
    display: none;
}

@media screen and (min-width: 1600px) {
    .projets--liste--filtre .ui-slider-horizontal .ui-slider-handle,
    .simulateur--content .ui-slider-horizontal .ui-slider-handle {
        top: -10px;
        margin-left: -10px;
        height: 20px;
        width: 20px;
    }

    .projets--liste--filtre .ui-slider-float .ui-slider-tip,
    .projets--liste--filtre .ui-slider-float .ui-slider-tip-label,
    .projets--liste--filtre .ui-slider-float .ui-slider-handle:hover .ui-slider-tip,
    .projets--liste--filtre .ui-slider-float .ui-slider-handle.ui-state-hover .ui-slider-tip,
    .projets--liste--filtre .ui-slider-float .ui-slider-handle:focus .ui-slider-tip,
    .projets--liste--filtre .ui-slider-float .ui-slider-handle.ui-state-focus .ui-slider-tip,
    .projets--liste--filtre .ui-slider-float .ui-slider-handle.ui-state-active .ui-slider-tip,
    .projets--liste--filtre .ui-slider-float .ui-slider-pip:hover .ui-slider-tip-label,
    .simulateur--content .ui-slider-float .ui-slider-tip,
    .simulateur--content .ui-slider-float .ui-slider-tip-label,
    .simulateur--content .ui-slider-float .ui-slider-handle:hover .ui-slider-tip,
    .simulateur--content .ui-slider-float .ui-slider-handle.ui-state-hover .ui-slider-tip,
    .simulateur--content .ui-slider-float .ui-slider-handle:focus .ui-slider-tip,
    .simulateur--content .ui-slider-float .ui-slider-handle.ui-state-focus .ui-slider-tip,
    .simulateur--content .ui-slider-float .ui-slider-handle.ui-state-active .ui-slider-tip,
    .simulateur--content .ui-slider-float .ui-slider-pip:hover .ui-slider-tip-label {
        top: 25px;
        font-size: 20px;
    }

    .projets--liste--filtre .ui-slider-pips .ui-slider-label,
    .simulateur--content .ui-slider-pips .ui-slider-label {
        top: -2px;
        font-size: 20px;
    }
}

/**********************************************************************************************************************/

.slider--property .mCSB_horizontal > .mCSB_scrollTools a + .mCSB_draggerContainer,
.detail--galerie .mCSB_horizontal > .mCSB_scrollTools a + .mCSB_draggerContainer {
    margin: 0;
}

.detail--galerie .mCSB_horizontal > .mCSB_container {
    margin-bottom: 50px;
}

.slider--property .mCSB_horizontal > .mCSB_container {
    margin-bottom: 85px;
}


.detail--galerie .mCSB_scrollTools .mCSB_draggerRail,
.slider--property .mCSB_scrollTools .mCSB_draggerRail {
    background: #dadada;
}

.detail--galerie .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.detail--galerie .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.slider--property .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.slider--property .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background: #cdcdcd;
    height: 2px;
}


.grecaptcha-badge {
    z-index: 50;
}


/**/

.common-texte a {
    text-decoration: none;
}

.common-texte {
    width: 1000px;
    margin: 0 auto;
    padding: 80px 0;
    font-size: 22px;
    line-height: 28px;
}

@media screen and (min-width: 1600px) {
    .common-texte {
        width: 1250px;
        padding: 110px 0;
    }
}

@media screen and (max-width: 1280px) {
    .common-texte {
        width: 800px;
        padding: 50px 0;
        font-size: 18px;
        line-height: 24px;
    }
}

@media screen and (max-width: 850px) {
    .common-texte {
        width: calc(100% - 60px);
        padding: 50px 0;
        font-size: 18px;
        line-height: 24px;
    }
}

.ui-slider-float .ui-slider-tip, .ui-slider-float .ui-slider-tip-label {

    visibility: visible !important;
}

.ui-slider-float .ui-slider-tip, .ui-slider-float .ui-slider-tip-label,
.ui-slider-float .ui-slider-handle:hover .ui-slider-tip,
.ui-slider-float .ui-slider-handle.ui-state-hover .ui-slider-tip, .ui-slider-float .ui-slider-handle:focus .ui-slider-tip, .ui-slider-float .ui-slider-handle.ui-state-focus .ui-slider-tip, .ui-slider-float .ui-slider-handle.ui-state-active .ui-slider-tip, .ui-slider-float .ui-slider-pip:hover .ui-slider-tip-label {
    opacity: 1 !important;
}
