@import url(https://fonts.googleapis.com/css?family=Work+Sans:400,300,500,600,700,800,200);
@charset "utf-8";

/*icon*/

@font-face {
    font-family: 'icomoon';
    src: url('../typo/icomoon.eot');
    src: url('../typo/icomoon.eot') format('embedded-opentype'), url('../typo/icomoon.ttf') format('truetype'), url('../typo/icomoon.woff') format('woff'), url('../typo/icomoon.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon2-"],
[class*=" icon2-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    padding-right: 5px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon2-dpe:before {
    content: "\e900";
}

.icon2-imprimer:before {
    content: "\e901";
}

.icon2-list:before {
    content: "\e902";
}

.icon2-loupe:before {
    content: "\e903";
    font-size: 1em;
}

.icon2-mozaique:before {
    content: "\e904";
}

.icon2-partager:before {
    content: "\e905";
}

.icon2-pins:before {
    content: "\e906";
}

.icon2-renseignement:before {
    content: "\e907";
}

.icon2-retour:before {
    content: "\e908";
}

.icon-quote-left:before {
    font-size: 18px;
}


/*BODY*/

body,
html,
h1,
h2,
h3,
h4 {
    font-family: 'Work Sans', sans-serif !important;
    color: #000;
}

body {
    background: none !important;
}

.contenu {
    max-width: 1140px;
    background: rgba(255, 255, 255, 1);
    padding: 1.5em;
}

.p-estimation .contenu,
.p-contact .contenu,
.p-infos-legales .contenu {
    margin-top: 10px;
}

.wrapper {
    margin: 0 auto;
    max-width: 100%;
    padding: 0;
    background-color: #fff;
}

.p-accueil .mw1280p {
    max-width: 100%;
    margin: 0 auto;
}
.mw1280p {
    max-width: 1140px;
    margin: 0 auto;
}
h1,
.h1 {
    font-size: 2em;
    color: #333;
    font-weight: normal;
}
.h1-r {
    height:0;
}

h2 {
    font-size: 1.5em;
    font-weight: 600;
    color: #000;
}

h3 {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0px;
}

h4 {
    color: #000;
    font-weight: 300;
    font-size: 1.2em;
}

h5 {
    font-size: 1em;
    margin: 0.5em 0;
    font-weight: 500;
}

.pas {
    padding: 5px;
}

figure {
    margin: 0;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
}

@media (max-width:1024px) {
    .p-estimation .contenu,
    .p-contact .contenu,
    .p-infos-legales .contenu {
        margin-top: 67px;
    }
}


/*HEADER*/
.logo {
    /*width: 20%;*/
    float:left;
    margin-left: 20px;
}
.menu {
    /*width:79%;*/
    float:right;
}
.logo,
.menu {
    display: inline-block !important;
    vertical-align: middle;
}
.elogo {
    display: table;
    /* margin: 0 auto;*/
    margin:0 0 0 0;
    max-width:80px;
}
.logo-blanc {
    display: none;
}
.p-accueil .logo-blanc {
    display: block;
}
.logo-black {
    display: block;
}
.p-accueil .logo-black {
    display: none;
}

/*MENU*/
.wrapper >.header {
    background-color: #fff;
    -moz-box-shadow: 0px 1px 10px 0px #656565;
    -webkit-box-shadow: 0px 1px 10px 0px #656565;
    -o-box-shadow: 0px 1px 10px 0px #656565;
    box-shadow: 0px 1px 10px 0px #656565;
    filter: progid: DXImageTransform.Microsoft.Shadow(color=#656565, Direction=180, Strength=10);
    position: relative;
    z-index: 100000;
}

.header >.header {
    margin: 0 auto;
    max-width: 1140px;
    background-color: transparent;
    padding: 10px 0;
}

@media(min-width:1025px) {
    .p-accueil .wrapper >.header {
        background-color: #fff;
    }
}

#cssmenu {
    float: right;
}
#cssmenu > ul > li > a {
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    border-bottom: 1px solid #FFF;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
    border-bottom: 1px solid #e13731;
}

@media(min-width:1025px) {
    #cssmenu ul {
        display: table;
        margin: 0 auto
    }
    #cssmenu > ul > li:hover > a {
        color: #e13731;
    }
    #cssmenu > ul > li.active > a {
        color: #e13731;
    }
    #cssmenu > ul > li {
        text-align: center;
    }
}

#cssmenu > ul > li > a {
    font-weight: 400;
    font-size: 1.2em;
    padding: 10px 10px !important;
    color: #000;
}

.p-accueil #cssmenu > ul > li > a {
    color: #000;
}

#cssmenu > ul > li.item8 > a,
#cssmenu > ul > li.item9 > a {
    /*padding: 10px 5px !important;*/
}


/*Sous menu*/

#cssmenu > ul > li > ul,
#cssmenu > ul > li > ul > li {
    width: 210px;
}

#cssmenu > ul > li > ul {
    text-align: left;
}

#cssmenu ul li ul li {
    background: #f2f2f2;
}

#cssmenu ul li ul li.active > a {
    color: #fff;
}

#cssmenu ul li > ul > li > a:hover {
    background: #dbdbdb;
}


/*triangle*/

#cssmenu > ul > li.has-sub > a:before {
    border-top-color: #000;
    top: 15px;
    right: 19px;
}

.p-accueil #cssmenu > ul > li.has-sub > a:before,
#cssmenu > ul > li.has-sub > a:before,
#cssmenu > ul > li.has-sub > a::after {
    display: none;
}

#cssmenu ul li ul li > a {
    width: 100%;
}

@media (min-width:1025px) and (max-width:1150px) {
    #cssmenu > ul > li > a {
        padding: 5px 13px !important;
    }
}

@media(max-width:1024px) {
    /*  css main  */
    #cssmenu ul > li {
        float: none;
        width: 100%
    }
    #cssmenu > ul > li > ul {
        width: 100%;
        display: block;
    }
    #cssmenu.align-right ul li a {
        text-align: left;
    }
    #cssmenu > ul > li > ul > li {
        width: 100%;
        display: block;
    }
    #cssmenu.align-right ul ul li a {
        text-align: left;
    }
    #cssmenu > ul > li > ul > li > a {
        width: 100%;
        display: block;
    }
    #cssmenu ul li ul li a {
        width: 100%;
    }
    #cssmenu.align-center > ul {
        text-align: left;
    }
    #cssmenu.align-center > ul > li {
        display: block;
    }
    #cssmenu > ul.open {
        max-height: 100%;
    }
    #cssmenu > ul {
        -webkit-transition: max-height .35s ease-out;
        -moz-transition: max-height .35s ease-out;
        -ms-transition: max-height .35s ease-out;
        -o-transition: max-height .35s ease-out;
        transition: max-height .35s ease-out position: fixed;
        right: 0;
        top: 0;
        height: 100%;
        max-height: 100%;
        width: 510px;
        background: rgba(12, 29, 38, 0.99);
        z-index: -1;
        text-align: left;
        padding: 50px 20px !important;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition-property: -webkit-transform;
        -moz-transition-property: -moz-transform;
        transition-property: transform;
        -webkit-transition-duration: 0.4s;
        -moz-transition-duration: 0.4s;
        transition-duration: 0.4s;
        margin: 0;
        list-style: none;
        display: block;
        background: #363636;
        overflow-y: hidden;
        position: fixed;
    }
    #cssmenu > ul.open {
        -webkit-transform: trXanslateX(50%);
        -moz-transform: translateX(50%);
        -ms-transform: translateX(50%);
        -o-transform: translateX(50%);
        transform: translateX(50%);
        height: 100%;
    }
    #cssmenu ul li a {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        padding: 12px 20px
    }
    #cssmenu ul > li:after {
        display: none;
    }
    #cssmenu #menu-button {
        display: block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        padding: 15px 20px;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 14px;
        letter-spacing: 1px;
        color: #fff;
        cursor: pointer
    }
    #cssmenu #menu-button:after {
        display: block;
        content: '';
        position: absolute;
        height: 3px;
        width: 22px;
        right: 20px;
        top: 16px
    }
    #cssmenu #menu-button:before {
        display: block;
        content: '';
        position: absolute;
        height: 3px;
        width: 22px;
        border-top: 2px solid #fff;
        right: 20px;
        top: 26px
    }
    /* fin css main   */
    #menu-button {
        text-indent: -9000px;
    }
    #cssmenu > ul > li > a,
    #cssmenu > ul > li > ul li > a {
        color: #fff;
        padding: 10px 20px !important;
        border-bottom: 1px solid #676767;
    }
    #cssmenu > ul > li.item6 > a,
    #cssmenu > ul > li.item7 > a {
        padding: 10px 20px !important;
    }
    #cssmenu > ul > li > ul li > a {
        padding: 10px 0 10px 45px !important;
        font-size: 14px;
    }
    #cssmenu ul li ul {
        display: none;
    }
    #cssmenu ul li ul li,
    #cssmenu > ul > li.active {
        background: transparent !important;
    }
    #cssmenu > ul > li.active > a {
        color: #fff;
    }
    #cssmenu > ul > li {
        text-align: left;
    }
    #cssmenu #menu-button:after {
        border-bottom: 2px solid #000;
    }
    #cssmenu #menu-button:after,
    #cssmenu #menu-button:before {
        border-top: 2px solid #000;
    }
    #cssmenu #menu-button.b-close:after {
        border-bottom: 0;
        transform: rotate(-45deg)
    }
    #cssmenu #menu-button.b-close:before {
        transform: rotate(45deg);
        right: 22px;
    }
    #cssmenu #menu-button.b-close:after,
    #cssmenu #menu-button.b-close:before {
        border-top: 2px solid #cccccc;
        top: 20px;
    }
    /*
    .p-accueil #cssmenu #menu-button:after {
    border-bottom: 2px solid #000;
}
    .p-accueil #cssmenu #menu-button:after,
    .p-accueil #cssmenu #menu-button:before {
    border-top: 2px solid #000;
}
    */
    #cssmenu > ul > li > a:hover,
    #cssmenu ul li > ul > li > a:hover {
        background-color: #a8a8a8;
    }
    #cssmenu {
        width: 72%;
        position: absolute;
        right: 0;
        top: 10px;
        height: 100% !important;
        /*        overflow: auto;*/
        z-index: 10000;
    }
    .p-accueil .wrapper >.header {
        background-color: #ffffff;
        -moz-box-shadow: 0px 1px 10px 0px #656565;
        -webkit-box-shadow: 0px 1px 10px 0px #656565;
        -o-box-shadow: 0px 1px 10px 0px #656565;
        box-shadow: 0px 1px 10px 0px #656565;
        height: 65px;
        /*

        position: fixed;
        width: 100%;
        top: 0;

        */
    }
    .wrapper >.header {
        height: 65px;
/*        position: fixed;*/
        width: 100%;
        top: 0;
        background-color: #fff;
    }
    .container {
        margin-top: 65px;
    }
    .p-accueil .logo-black {
        display: block;
    }
    .p-accueil .logo-blanc {
        display: none;
    }
    .logo {
        padding: 7px 0 10px 0;
        width: 170px;
    }
}

@media(max-width:480px) {
    .bloc-logo img {
        width: 60%;
    }
}

#cssmenu {
    width: auto;
}


/*FOOTER*/

.footer {
    padding: 0;
    margin: 0;
}

.coordonnees address {
    margin: 0 auto;
    text-align: center;
    font-style: normal;
}

.coordonnees address ul {
    padding-left: 0;
}

.coordonnees address li {
    display: inline-block;
    padding-right: 8px;
}

.coordonnees {
    padding: 10px 0;
    background-color: #292929;
}

.coordonnees,
.coordonnees a {
    color: #fff;
}

.coordonnees a:hover {
    color: #cf3a3a;
}

.coordonnees,
.footer-credits {
    margin: 0 auto;
}

.footer .fa {
    padding-right: 5px;
}

.coordonnees [class^="icon-"]:before,
.coordonnees [class*=" icon-"]:before {
    color: #e13731;
}

.footer-credits {
    padding: 40px 0;
    background-color: #363535;
    border: 0;
}

.menu-footer,
.menu-footer a {
    color: #fff;
}

.fnaim {
    padding-right: 10px;
}

.rs a {
    padding-left: 6px;
}

@media(max-width:1320px) {
    .footer-credits {
        padding: 40px 20px;
    }
}

@media(max-width:768px) {
    .menu-footer,
    .credits {
        width: 100%;
        text-align: center;
        float: none;
        margin-bottom: 1em;
    }
    .coordonnees {
        padding: 2em 10px;
    }
}


/*HOME*/


/*moteur de recherche acueil+ listing*/

.w23 {
    width: 23%;
}
.w13 {
    width: 13%;
}
.w8 {
    width: 8%;
}

.w18 {
    width: 18%;
}

.container_moteur {
    position: relative;
}

.p-accueil input,
.p-accueil select {
    padding: 0.4em 0.6em;
}

.search-widget {
    padding: 26px 0;
}
.p-accueil .container_moteur .mw1280p {
    background:rgba(0,0,0,0.1);
    width:100%;
    padding: 1px 0;
}
.p-accueil .container_accroche, 
.p-accueil .container_moteur, 
.p-accueil .container_presentation {
    clear:both;
}
.p-accueil .container_presentation .mw1280p {
    background:#fff;
    width:100%;
    padding: 40px 0;
    text-align:center;
}
.p-accueil .container_presentation .mw1280p h3 {
    font-size:2.5em;
    font-weight:300;
    margin-bottom:20px;
}
.p-accueil .container_presentation .mw1280p p {
    max-width: 800px;
    margin:0 auto 20px auto;
    font-size:1.2em;
}
.p-accueil .container_presentation .mw1280p hr {
    border-bottom:1px solid #ccc;
    margin: 0 auto;
    margin-top:40px;
}
.p-accueil .container_moteur .mw1280p .w100 {
    max-width: 1140px;
    margin:0 auto;
}
.footer-credits .mw1280p {
    max-width: 1140px;
}
.p-accueil .search-widget {
    margin: 2.5em 0;
    padding: 0;
}

.ref {
    margin-right: 2%;
}

.search-bloc .pad {
    width: 100%;
    height: 46px;
    overflow: hidden;
    background: #fff url("../image/fleche.png") no-repeat center right;
}

.search-bloc .pad select {
    width: 115%;
    height: 46px;
    background-color: transparent;
}

.search-bloc .m-prixmax .pad,
.search-bloc .m-numero .pad {
    padding: 5px 10px 15px 0;
    margin: 15px 0 5px 0;
    border-bottom: 1px solid #fff;
    width: 100%;
    height: 40px;
    overflow: hidden;
    background: transparent;
}


/*recherche detaillee*/

.searchplus-widget {
    border-top: 1px solid #fff;
    padding: 10px 0 26px 0;
}

.searchplus-widget .m-plus {
    display: inline-block;
    width: 23.4%;
    padding-right: 2%;
}

.bouton-detail {
    margin-top: 10px;
    font-size: 1.2em;
    color: #fff;
}

@media (max-width: 1280px) {
    .p-accueil .search-widget {
        padding: 0 10px;
    }
}

@media (max-width: 640px) {
    .searchplus-widget {
        padding: 15px 5px 15px 15px;
    }
    .searchplus-widget .m-plus {
        display: inline-block;
        width: 50%;
    }
}

@media (max-width: 480px) {
    .p-listing .search-widget {
        display: block;
    }
}


/*modules*/


.container_modules {
    background-color: #fff;
    padding: 0 0;
}

.flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}

.fullscreen,
.modules-home {
    max-width: 1140px;
    margin: 0 auto;
}
.module_liens {
    margin-top: 0;
    margin-bottom: 30px;
}

.modules-home .module {
    position: relative;
    flex: 0 1 auto;
    box-flex: 0 1 auto;
    -webkit-box-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    /*width: calc(25% - 10px);*/
    width: calc(50% - 20px);
    margin: 10px;
}

.modules-home .module .titre {
    position: relative;
    font-size: 25px;
    font-weight: 300;
    padding: 3px 20px;
    text-align: center;
    background-color: #fff;
    color: #000;
    text-transform:uppercase;
}
.modules-home .module .titre::before {
    content: "";
    background: #ccc;
    height: 1px;
    width: 30px;
    display: inline-block;
    position: relative;
    top: -10px;
    left: 0;
}
.modules-home .module .titre::after {
    content: "";
    background: #ccc;
    height: 1px;
    width: 30px;
    display: inline-block;
    position: relative;
    top: -10px;
    right: 0;
}
/*
.modules-home .module .titre {
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-size: 15px;
    font-weight: 600;
    padding: 3px 20px;
    text-align: center;
    background-color: #fff;
    color: #000;
    z-index: 1;
}
*/
.p-accueil .titre_section {
    margin-bottom: 10px;
    font-size: 1.8em;
    font-weight: 600;
    color: #000;
}

.contenu-agence ul {
    list-style: none;
}

.gm-style .gm-style-iw {
    font-weight: 600;
    text-transform: capitalize;
}

.p-accueil .container_accroche {
    background: #fff url(../image/bg.jpg) no-repeat left 0;
    min-height: 500px;
}
.p-accueil .titre_accroche {
    text-align: center;
    font-family:"Open Sans", sans-serif;
    font-weight:400;
    color: #e13731;
    font-size: 3em;
    text-shadow: 1px 1px 1px  #000;
    padding-top: 250px;
}
.p-accueil .titre_accroche span {
    color:#e13731;
}

@media(max-width:1320px) {
    .modules-home .flex-container {
        margin: 0;
    }
    .search-widget {
        padding: 26px 15px;
    }
    .searchplus-widget {
        padding: 10px 15px 26px 15px;
    }
}

@media(max-width:768px) {
    .modules-home .flex-container {
        margin: 0;
    }
    .modules-home .module {
        width: calc(50% - 20px);
    }
}

@media (max-width: 640px) {
    .p-accueil .search-widget {
        margin: 0;
    }
    #moteur >div,
    .p-accueil .btn-validation {
        margin-top: 10px;
    }
    .search-widget {
        margin: 0;
        padding: 15px !important;
    }
}

@media(max-width:460px) {
    .modules-home .flex-container {
        margin: 0;
    }
    .modules-home .module {
        width: calc(100% - 20px);
    }
}


/*EFFETS HOME*/

.img-eff {
    display: block;
    text-align: left;
    opacity: .99;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
}

.img-eff:before {
    content: '';
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
    width: 100%;
    height: 50%;
    opacity: 1;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 2;
    display:none;
}

.img-eff img {
    display: block;
    max-width: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
/*
.contenu-agence .img-eff  img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}
*/

.img-eff .details {
    font-size: 16px;
    padding: 20px;
    color: #fff;
    position: absolute;
    bottom: 100px;
    left: 0;
    z-index: 3;
}

.img-eff .details >span {
    display: block;
    opacity: 1;
    position: relative;
    top: 100px;
    -webkit-transition-property: top, opacity;
    transition-property: top, opacity;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.img-eff .details .title {
    line-height: 1;
    font-weight: 400;
    font-size: 15px;
}

.img-eff .details .title div {
    display: inline-block;
    text-transform: capitalize;
}

.img-eff .details .title .ville {
    text-transform: uppercase;
}

.img-eff .details .info {
    line-height: 1.2;
    margin-top: 5px;
    font-size: 0.9em;
}

.img-eff:hover:before,
.img-eff:hover span {
    opacity: 1;
}

.img-eff:hover:before {
    top: 50%;
}

.img-eff:hover span {
    bottom: -100px;
}

.img-eff:hover .title {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.img-eff:hover .info {
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
}

.home-biens .line > div > .home-widget {
    margin-left: 1em;
    margin-bottom: 1em
}


/*AUTRES*/

label {
    margin: 0;
    font-size: 14px;
    line-height: 30px;
    padding: 0.2em 0;
}

.input,
.select,
.textarea {
    background-color: #fff;
    color: #333;
    padding: 0.6em 0.4em;
    display: inline-block;
    border: 1px solid #adaaaa;
    vertical-align: middle;
    box-sizing: border-box;
    font-size: 1.1em;
    height: 46px;
}

.p-accueil .input,
.p-accueil .select,
.p-accueil .textarea,
.p-listing .input,
.p-listing .select,
.p-listing .textarea {
    border: 0px solid #fff;
    border: 1px solid #adaaaa;
}

[class*='btn-'] {
    padding: 0.6em 1em;
    text-decoration: none;
    text-align: center;
    font-size: 1.2em;
    cursor: pointer;
    border: none;
    transition: all 0.3s ease 0.1s;
}

[class*='btn-']:hover,
[class*='btn-']:focus {
    color: #fff;
}

.btn-md {
    font-size: 0.9em;
    padding: 0.2em 0.8em;
    color: #333 !important;
    border: 1px solid #cbcbca;
}

.btn-accueil {
    height: 46px;
    padding: 0.8em 1.2em;
    background-color: #e13731;
    color: #fff;
    font-size: 1.1em;
    font-weight: 600;
}

.btn-accueil:hover {
    background-color: #d42025;
    color: #fff;
}

.btn-validation {
    background-color: #e13731;
    color: #fff;
}
.btn-validation:hover {
    background-color: #d42025;
    color: #fff;
}

.btn-contact,
.btn-estim {
    background-color: #be1311;
    color: #fff;
}

.btn-contact:hover,
.btn-estim:hover {
    background-color: #9d0b0a;
    color: #fff;
}

.btn-secondaire {
    background-color: #bbb;
    color: #fff;
    margin-right: 8px;
}

.affichage-tri .btn-secondaire {
    padding: 0.8em 0.6em 0.6em 1em;
}

.triezpar .btn-secondaire {
    padding: 0.8em 1em 0.8em 1em;
}

.btn-secondaire:hover,
.btn-secondaire.active {
    background-color: #e13731;
    color: #fff;
}


/*PAGE LISTING*/

.affichage-tri {
    padding: 40px 0;
}

.btn-red {
    background-color:
}


/*pagination*/

.nav-pagination {
    margin: 30px 0;
    text-align: center;
}

.pagination > a {
    color: #333;
    cursor: pointer;
    border: none;
    padding: 0.8em 0.5em;
}

.pagination a.current {
    padding: 0.8em 1em;
    background-color: #e13731;
    color: #fff;
}

.btn-prec:hover,
.btn-next:hover {
    color: #e13731;
}


/*alerte mail*/

.alertemail a {
    background-color: #30a652;
    color: #fff;
    font-size: 1em;
    display: block;
    text-decoration: none;
    padding: 10px;
}

.alertemail a:hover {
    background-color: #167e34;
}


/*bloc listing*/

.produit_listing > div:nth-of-type(1) {
    width: 40%;
}

.produit_listing > div:nth-of-type(2) {
    width: 60%;
}

.produit_listing:first-child {
    margin-top: 30px;
}

.list-content {
    padding: 40px;
}


/*intérieur bloc*/

.produit_listing {
    border: 1px solid #ddd;
}

.reference {
    display: none;
}

.produit_listing h2 {
    font-size: 1.5em;
    font-weight: 400;
}

.produit_listing h2 .listingtype {
    text-transform: capitalize;
}

.produit_listing h2 .listingville {
    font-weight: 600;
}

.produit_listing h3 {
    color: #000000;
    font-weight: 600;
    font-size: 1.5em;
}

.produit_listing h4 {
    width: 30%;
    font-size: 1.2em;
    border-bottom: 2px solid #e13731;
    padding-bottom: 15px;
    font-weight: 300;
}

.p-listing p {
    line-height: 2;
    margin-top: 20px;
}

.alertelisting {
    display: none;
}

.reflisting {
    font-size: 0.8em;
    font-weight: 600;
}


/* alertlisting */

.alertelisting-tiny {
    display: none
}


/*survol image*/

.img-content .btn-validation {
    display: block;
}

.img-content {
    position: relative;
}

.img-content > a:hover .survol-bien {
    opacity: 1;
    transition: opacity 0.3s ease 0.2s;
}

.img-content a .survol-bien {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    color: #fff;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    transition: all 0.3s ease 0.1s;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    resize: both;
    overflow: auto;
}

.img-content a img {
    width: 100%;
}


/*listing mozaique*/

.galerie .centre {
    width: 25%;
    float: left;
    padding: 3px;
}

.galerie .w30.img-content {
    display: block;
    width: 100% !important;
}

.galerie .w70.list-content {
    display: block;
    width: 100% !important;
}

.galerie .description {
    display: none;
}

.galerie .prix {
    width: 100%;
}

.galerie .list-content {
    padding: 0px;
    font-size: 11px;
}

.galerie .list-content {
    padding: 10px;
}

.galerie .produit_listing h4 {
    width: 100%;
    border-bottom: 0;
    padding-bottom: 0;
}

.galerie .listingville {
    float: none;
    display: block;
}

.galerie .nav-list-card {
    display: none;
}


/*listing carte*/

.minimg img {
    width: 100%;
}

.mintext {
    padding: 10px;
    font-size: 0.9em;
}

.mini1 {
    font-weight: 400;
    text-transform: capitalize;
}

.mini2 {
    font-weight: 700;
    text-transform: uppercase;
}

.mini3 {
    font-weight: 600;
}

.mapzone {
    margin-top: 30px;
    margin-bottom: 30px;
}

.miniline {
    width: 200px;
    margin-bottom: 10px;
}


/*responsive lising */

@media (max-width: 1320px) {
    .lelisting {
        padding: 10px;
    }
    .affichage-tri .viewSwitch {
        padding-left: 15px;
    }
}

@media(max-width:1024px) {
    .list-content {
        padding: 20px;
    }
    .p-listing p {
        overflow: hidden;
        height: 50px;
    }
}

@media (max-width: 800px) {
    .list-content {
        padding: 15px;
    }
    .produit_listing h2 .listingville {
        font-size: 1em;
    }
    .produit_listing h2 .listingtype {
        font-size: 0.8em;
    }
    .produit_listing h4 {
        width: 40%;
        float: none;
        padding-bottom: 5px;
    }
    .p-listing p {
        margin-top: 5px;
    }
    .p-listing span.rw-notxt {
        display: none;
    }
    [class^="icon2-"],
    [class*=" icon2-"] {
        padding-right: 0;
    }
    .galerie .centre {
        width: 50%;
        float: left;
        padding: 3px;
    }
}

@media (max-width:767px) {
    .tapis_detail {
        margin: 0!important;
    }
    .produit_listing h2 {
        font-size: 1.2em;
    }
    .produit_listing h3 {
        font-size: 1.4em;
    }
    .produit_listing h4 {
        font-size: 1em;
    }
    .alertelisting {
        display: none
    }
    .list-content {
        padding: 0.5em !important;
    }
}

@media(max-width: 640px) {
    .affichage-tri .viewSwitch,
    .affichage-tri .triezpar {
        width: 100%;
        float: none;
        text-align: center;
    }
    .affichage-tri .triezpar {
        margin-top: 30px;
    }
    .produit_listing:first-child {
        margin-top: 0;
    }
    .p-listing p {
        display: none;
    }
    .p-listing .contenu {
        padding: 10px;
    }
    .produit_listing h2,
    .produit_listing h3,
    .produit_listing h4 {
        float: none;
    }
    .produit_listing h4 {
        width: 100%;
        padding-bottom: 0;
        border: 0;
    }
    .produit_listing h3 {
        float: none;
        font-size: 1em;
        margin: 0;
    }
    .galerie .centre {
        width: 100%;
    }
}

@media(max-width: 320px) {
    .produit_listing h3 {
        margin: 0;
    }
    .listingville {
        font-size: 1.2em;
    }
    .listingtype {
        font-size: 0.7em;
    }
}


/*PAGE DETAIL*/

.p-annonce .container {
    padding: 5px 20px;
}

.topannonce {
    margin: 30px 0;
}

.detail {
    padding: 20px;
}

.sliderdetail {
    border: 1px solid #ccc;
    position: relative;
}

.sliderdetail .sliders {
    width: 75%;
}

.sliderdetail .detail {
    width: 25%;
}

.typeannonce,
.titreannonce,
.prixannonce {
    font-size: 1.8em;
}

.typeannonce {
    font-weight: 400;
    text-transform: capitalize;
}

.titreannonce {
    text-transform: uppercase;
    font-weight: 600;
}

.prixannonce {
    font-weight: 500;
}

hr {
    border-bottom: 2px solid #e13731;
    max-width: 50%;
    background-color: transparent;
    color: transparent;
}

.p2-contact hr {
    max-width: 100%;
}

.detaillistingsimple {
    line-height: 2;
    font-weight: 600;
}

.detaillistingsimple span {
    display: inline-block;
    /*    width: 140px;*/
    font-weight: 400;
}

.zonedpe {
    border: 1px none;
    bottom: 20px;
    position: absolute;
    right: 20px;
    z-index: 1;
}

button.mfp-close,
button.mfp-arrow {
    color: #000;
}

#bx-pager img {
    width: 114px;
    height: auto;
    border: 1px solid #ccc;
    margin-top: 5px;
}

.p2-annonce h3 {
    margin: 40px 0 20px 0;
}

.description {
    font-weight: 400;
    line-height: 2;
    text-align: justify;
}


/*slider*/

.bx-wrapper .bx-viewport {
    border: 0;
    box-shadow: none;
}

#bx-pager {
    margin: 1em 0;
}

#bx-pager > a {
    padding: 0.1em;
    margin: 0;
}

.slidebx .tapis {
    margin: 0;
    padding: 0;
}

.desc-contenu {
    min-height: auto;
    padding: 0 0 3em 0;
    text-align: justify;
}

.p-annonce label {
    padding: 0;
    margin: 0;
}

.white-popup-block {
    background: none repeat scroll 0% 0% #FFF;
    padding: 20px 30px;
    text-align: left;
    max-width: 650px;
    margin: 40px auto;
    position: relative;
}


/*biens similaires*/

.item-annonce {
    width: calc(25% - 10px);
    border: 1px solid #ddd;
    margin: 0 5px;
}

.item-annonce-detail {
    padding: 10px;
}

.p2-annonce .title {
    font-size: 1.3em;
    font-weight: 400;
    margin: 0;
}

.p2-annonce .title .listingtype {
    text-transform: capitalize;
}

.p2-annonce .title .listingville {
    font-weight: 600;
    text-transform: uppercase;
}

.p2-annonce .item-annonce-detail .prix {
    margin: 0;
    font-size: 1.3em;
}

.p2-annonce .item-annonce-detail h4 {
    margin: 0;
    font-size: 1.1em;
}

#map-canvas {
    width: 75% !important;
}

#map-places {
    width: 25% !important;
    padding-left: 20px;
}

.gmap-localsearch li.category {
    width: 100% !important;
}


/*pins à proximité de ce bien*/

.mapproxy {
    margin-bottom: 20px;
}

.map-icon-label .map-icon {
    font-size: 24px;
    color: #FFFFFF;
    line-height: 48px;
    text-align: center;
    white-space: nowrap;
}

#map-places input[type=checkbox] {
    display: none;
}

@media (max-width: 1024px) {
    .sliderdetail .sliders {
        width: 55%;
    }
    .sliderdetail .detail {
        width: 45%;
    }
    .detail {
        padding: 15px;
    }
    .typeannonce,
    .titreannonce,
    .prixannonce {
        font-size: 1.4em;
    }
    .detaillistingsimple {
        line-height: 1.4;
    }
    hr {
        margin: 1em 0;
    }
    .zonedpe {
        position: relative;
        margin-top: 10px;
        bottom: 0;
        right: 0;
    }
    .p-annonce .container {
        margin-top: 32px;
    }
}

@media (max-width: 640px) {
    .topannonce {
        margin: 20px 0;
    }
    .description {
        line-height: 1.5;
    }
    .detaillistingsimple {
        line-height: 2;
    }
    .topannonce .rw-notxt {
        display: none;
    }
    .sliderdetail .sliders {
        width: 100%;
    }
    .sliderdetail .detail {
        width: 100%;
    }
    #bxp2 {
        display: none;
    }
    /*    biens similaires*/
    .item-annonce {
        margin: 5px 10px;
        width: 100%;
    }
    .item-annonce figure,
    .item-annonce .item-annonce-detail {
        display: inline-block;
        vertical-align: top;
    }
    .item-annonce figure {
        width: 30%;
    }
    .item-annonce .item-annonce-detail {
        width: 70%;
    }
    /*    carte a proximité*/
    #map-canvas {
        width: 100% !important;
        height: 300px !important;
    }
    #map-places {
        margin-top: 20px;
        width: 100% !important;
        padding-left: 5px;
    }
    .gmap-localsearch li.category {
        width: 50% !important;
        margin: 5px 0px !important;
    }
}

@media (max-width: 480px) {
    .item-annonce .item-annonce-detail .listingville {
        font-size: 0.6em;
    }
    .p2-annonce .item-annonce-detail .prix {
        font-size: 0.8em;
    }
    .item-annonce .item-annonce-detail h4 {
        display: none;
    }
}


/*CONTACT*/

.agence {
    text-align: center;
    font-style: normal;
    padding: 1em;
}

.img-circle {
    border-radius: 50%;
}

.axe {
    display: block;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
}

.contact-info {
    padding: 0;
    margin-bottom: 1em;
}

.agence h3 {
    margin: 0.5em 0;
}

address {
    font-style: normal;
    margin-top: 1em;
}

.contact-info li {
    list-style: none;
}

.p-contact #formcontact .mbs {
    display: table;
    margin-bottom: 30px;
    width: 100%;
}

.p-contact #formcontact label {
    float: left;
    width: 30%;
}

.p-contact #formcontact input,
.p-contact #formcontact textarea {
    width: 70%;
}

.p-contact #formcontact input {
    float: left;
}

.p-contact #formcontact textarea {
    width: 70%;
    height: 194px;
}

.p-contact .wrapper .retour {
    padding: 1.5em 0 0 1.5em;
}

.p-contact .titre {
    background-color: #edecec;
}
.p-contact .fs_m {
    font-size: 18px;
}
.p-contact .type {
    text-transform: capitalize;
}
.p-contact .ville {
    text-transform: uppercase;
}
.p-contact .prixannonce {
    font-size: 15px;
}


@media (max-width: 1024px) {
    .p-contact .wrapper .retour {
        margin-top: 67px;
    }
}

@media (max-width: 768px) {
    .p-contact .coleft {
        padding-right: 10px;
    }
    .p-contact .agence div:first-child {
        width: 100%;
    }
    .p-contact .agence address {
        width: 100%;
    }
    .p-contact .agence address ul {
        padding-left: 0;
    }
}

@media(max-width: 640px) {
    .p-contact .wrapper .retour {
        padding: 1.5em;
    }
    .carte {
        padding: 0;
    }
    .agence {
        text-align: left;
        padding: 0;
    }
    .agence img {
        width: 100%;
    }
}

@media(max-width: 480px) {
    .p-contact #formcontact input,
    .p-contact #formcontact textarea {
        width: 100%;
    }
    .p-contact #formcontact label {
        width: 100%;
    }
    textarea {
        width: 100%;
        margin-bottom: 1em;
    }
    .p-contact #formcontact .mbs {
        margin-bottom: 0.5em;
    }
    .p-contact .btn-validation {
        width: 100%;
    }
}


/*-------------------------------*\
ESTIMATION 
\*------------------------------*/

.p-alerte-mail address,
.p-estimation address {
    margin: 20px 0;
}

.heading-alertemail p,
.heading-estim p {
    font-size: 14px;
}

.tt-contact::before {
    content: "";
    padding: 0;
}

.p-estimation .heading-alertemail,
.p-estimation .heading {
    display: none;
}

.p-estimation .validation {
    float: right;
}

.p-estimation textarea {
    height: 175px;
}

@media(max-width: 640px) {
    .p-estimation .validation {
        float: none;
    }
    .p-estimation .form-submit .btn-validation {
        float: none;
    }
}

@media(max-width: 480px) {
    .p-estimation .btn-validation,
    .p-estimation .validation {
        width: 100%;
    }
}


/*-----------------------------------*\
PAGE AGENCE
\*-----------------------------------*/




/************kamel************/

.viewSwitch a {
    cursor: pointer;
}

.carte .centre {
    display: none;
}

.carte .map {
    display: block;
}


/*-----------------------------------*\
REFERENCEMENT
\*-----------------------------------*/

.p-referencement .wrapper {
    background: white;
}

#pagref {
    max-width: 1140px;
    margin: 0 auto;
    padding: 30px 5px;
}

.ensavoirplus p {
    font-size:14px;
    font-family: 'Work Sans', sans-serif !important;
    color: #000;
    text-align: justify;
  }



.accordion-trigger .dl {
    padding: 15px 0 15px 0px;
}

.accordion h1,
#pagrefh1 {
    font-family: 'Work Sans', sans-serif !important;
    font-weight: 600;

}
.ensavoirplus h2 {
    font-size: 1.5em;
    font-family: 'Work Sans', sans-serif !important;
    color: #000;
}
.ensavoirplus2 {
    font-family: 'Work Sans', sans-serif !important;
    color: #000;
    font-size: 35px;
    line-height: normal;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 20px;
}

.listeliens a {
color:#E13731;
}

.line a:hover {
    text-decoration: underline;
    }

.acActive {
    color: #ccc;
}

@media(max-width: 768px) {
    .search-bloc .pad select {
        width: 100%;
        height: 46px;
        background-color: #fff;
    }
}

@media(max-width: 1024px) {
    .wrapper >.header {
        height: 105px;
        width: 100%;
        top: 0;
        background-color: #fff;
    }
    .logo {
        padding: 7px 0 10px 10px;
        width: 170px;
    }
    #cssmenu {
        top: 30px;
    }
}