@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
@import url('https://fonts.googleapis.com/css?family=Playfair+Display');
/*font-family: 'Playfair Display', serif;*/

/*------------*\
GENERAL
\*------------*/

html,
body,
#map-canvas {
    background: #b8a8983d;
}

body,
h1,
h2,
h3,
h4 {
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
}
.p-accueil .wrapper {
    background: transparent;
}

.mwcontainer {
    max-width: 1140px;
    margin: 15px 0;
}

.container {
    margin: 0 -5px;
}
@media(max-width:1140px) {
    .container {
        margin: 0 5px;
    }
}
.tapis {
    background-color: transparent;
    padding: 20px;
    color: #000;
    font-size: 15px;
}
.tapis_dpe {
    width: 100%;
    padding: 15px;
    margin-bottom: 30px;
}
.p-annonce .tapis_dpe h2 {
    color: #fff;
    background: #b8a898;
}
.p-annonce .tapis_detail h2 {
    color: #fff;
    background: #b8a898;
}
td,
th,
.table,
table {
    border: 0;
}
.input,
.select,
.textarea {
    color: #000;
    padding: 0.6em 0.4em;
    display: inline-block;
    border: 1px solid rgba(223, 221, 219, 1);
    vertical-align: middle;
    box-sizing: border-box;
    font-size: 0.9em;
}
a {
    text-decoration: none;
}
address {
    font-style: normal;
}
h4 {
    color:#b8a898;
}

/*-------------------*\
HEADER
\*-------------------*/
.header {
    margin-top: 20px;
    margin-bottom: 20px;
}
.langue {
    top: -20px;
}
.logo,
.adresse {
    display: inline-block;
    vertical-align: middle;
}
.logo,
.adresse {
    width: 100%;
    margin: 12px 0 0 0px;
    text-align: center;
}
.adresse {
    text-align: right;
    display: none;
}
@media(max-width:1140px) {
    .adresse {
        padding-right: 1em;
    }
}
@media(max-width:480px) {
    .adresse {
        display: none;
    }
    .logo {
        width: 100%;
    }
}
.bx-wrapper .bx-viewport {
    border: 0;
    box-shadow: none;
}

/*-----------------*\
MENU
\*-----------------*/
#cssmenu > ul > li > a {
    color: #b8a898;
    font-weight: 600;
    letter-spacing: 0;
    font-size: 12px !important;
    padding: 15px;
    font-family: 'Playfair Display', serif;
    text-transform: uppercase;
}

/*Sous menu*/
#cssmenu > ul > li > ul {
    text-align: left;
}
#cssmenu ul li ul li {
    background: #b8a898;
    border: 1px solid #fff;
}
#cssmenu ul li > ul > li > a:hover {
    background: #b8a898;
    color: #fff;
}
/*triangle*/
#cssmenu > ul > li.has-sub > a:before {
    border-top-color: #b8a898;
}
#cssmenu > ul > li.has-sub > a::after {
    display: none;
}
#cssmenu ul li ul li > a {
    width: 100%;
}
#cssmenu,
#cssmenu > ul.open {
    background: #000;
}
/*
#cssmenu > ul > li:hover {
    background: #fff;
    color: #fff;
}
*/
@media(min-width:769px) {
    #cssmenu ul {
        display: table;
        margin: 0 auto
    }
    
    #cssmenu > ul > li:hover > a
/*    #cssmenu > ul > li.active > a */
    {
        color: #000;
        background-color: #fff;
    }
    #cssmenu > ul > li.active > a {
        color: #b8a898;
    }   
    #cssmenu > ul > li {
        text-align: center;
    }
}
@media(max-width:768px) {
    #cssmenu #menu-button {
        background: #333 !important;
    }
    
    #cssmenu > ul.open {
        display: block;
        background: #f1f1f1;
    }
    
    #cssmenu > ul > li > a,
    #cssmenu > ul > li > ul li > a {
        color: #2e2e2e;
        padding: 10px 20px !important;
        border-bottom: 1px solid #cccccc;
    }
    
    #cssmenu > ul > li > ul li > a {
        padding: 10px 0 10px 45px !important;
        font-size: 0.9em;
    }
    
    #cssmenu ul li ul li,
    #cssmenu > ul > li.active {
        background: transparent !important;
    }
    
    #cssmenu > ul > li.active > a {
        color: #000;
    }
    
    #cssmenu > ul > li {
        text-align: left;
    }
    
    #cssmenu > ul > li > a:hover,
    #cssmenu ul li > ul > li > a:hover {
        background-color: #b8a898;
    }
}
@media(max-width:480px) {
    .bloc-logo img {
        width: 60%;
    }
}

/*------------------------*\
HOME
\*------------------------*/
@media(min-width:769px) {
    .moteur_home {
        position: absolute;
        bottom: 5%;
        background: rgba(0,0,0, 0.38);
        width: 100%;
    }
}
@media(max-width:768px) {
    .moteur_home {
        position: relative;
        width: 100%;
    }
}
.moteur_home .title-search {
    display: none;
}
.moteur_home .btn-validation {
    width: 100%;
}
.p-accueil .search-bloc .pad,
.p-accueil .search-bloc .pts {
    margin: 10px;
    padding: 0;
}
.bloc-home {
    position: relative;
}
@media(min-width:769px) {
    .bloc-home .btn-validation {
        position: absolute;
        bottom: 5%;
        right: 0;
        left: 25%;
        width: 50%;
        margin: 0;
    }
}
@media(min-width:801px) {
    .bloc-home {
        width: 33.3333%;
        float: left;
        padding: 0 5px;
    }
}
@media(max-width:800px) and (min-width:480px) {
    .bloc-home:nth-child(1) {
        width: 100%;
        padding: 5px;
    }
    
    .bloc-home:nth-child(2),
    .bloc-home:nth-child(3) {
        width: 50%;
        float: left;
        padding: 5px;
    }
}
@media(max-width:479px) {
    .bloc-home:nth-child(1) {
        margin-top: 10px;
    }
    
    .bloc-home {
        width: 100%;
        padding: 0 5px;
        margin-bottom: 1em;
    }
}
.home-widget {
    background: white;
}
.home-widget img {
    width: 100%;
}
.bloc-home > .search-widget,
.bloc-home > .home-widget {
    background: #b8a898;
    min-height: 490px;
    border: 1px solid rgba(184,168,152, 0.60);
}
.bloc-home > .search-widget .pts {
    float: right;
    padding: 1em 0;
}
.bloc-home .widget-desc {
    padding: 10px;
}
.bloc-home .ville {
    height: 52px;
    font-size: 16px;
    text-transform: capitalize;
/*    font-family: 'Playfair Display', serif;*/
}
.bloc-home .prixannonce {
    font-size: 1.3em;
}
.bloc-home .pobtn {
    margin-top: 7px;
    margin-bottom: 17px;
}
.widget-desc {
    text-align: center;
}
.p-accueil .widget-titre {
    font-size:18px;
    text-transform: uppercase;
    color: #000;
    display: block;
    padding: 10px 0;
    width: 100%;
    text-align: center;
    font-weight: bold;
    background: #b8a898;
    font-family: 'Playfair Display', serif;
}
.p-acceuil .form-search {
    background: #e9e7e7;
}

/*------------------*\
BOUTON
\*------------------*/
[class*='btn-'] {
    padding: 0.8em 1em;
    color: #fff;
    border: 0px none transparent;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
}
.home-widget .btnhome {
    background-color: #b8a898;
    color:#fff;
    box-shadow: 0 3px 8px 0 rgba(0,0,0,.3), 0 3px 12px 0 rgba(0,0,0,.3);
}
.home-widget .btn-validation {
    background-color: #b8a898;
    color:#fff;
    box-shadow: 0 3px 10px 0 rgba(0,0,0,.3), 0 3px 15px 0 rgba(0,0,0,.3);
}
.home-widget .btn-validation:hover,
.home-widget .btn-validation:focus,
.home-widget .btnhome:hover{
    background-color: #b8a898;
    color:#fff;
    box-shadow: 0 3px 10px 0 rgba(0,0,0,.5), 0 3px 15px 0 rgba(0,0,0,.5);
}

.search-widget .btn-validation, .search-widget .btnhome {
    background-color: #b8a898;
    color:#000;
}

.search-widget .btnhome:hover{
    background-color: #000;
    color:#fff;
}
.btn-secondaire, .btn-validation {
    background-color: #b8a898;
    color:#fff;
}
.btn-secondaire:hover, .btn-validation:hover {
    background-color: #000;
    color:#fff;
}
.footer .btn-contact {
    background: transparent;
}
.btnmob > .btn-contact {
    background: #b8a898;
}
.coordonnees .btn-contact:hover {
    color: #fff;
}
[class*='btn-'] .fa {
    padding-right: 0.7em;
}

/*-----------------------------*\
LISTING PAGINATION
\*-----------------------------*/

.nav-list-card .fa {
    padding: 0 !important;
}
.btn-prec,
.btn-next,
.pagination > .current > span,
.pagination a.current {
    background-color: #b8a898;
    color: #fff;
}
.pagination > a,
.pagination [class*='btn-'] {
    cursor: pointer;
    padding: 5px;
    border-radius: 2px;
    font-size: 11px;
}
.nav-pagination .bl1,
.nav-pagination .bl2,
.nav-pagination .bl3 {
    display: inline-block;
    vertical-align: middle;
}
@media(min-width:480px) {
    .nav-pagination .bl1,
    .nav-pagination .bl3 {
        width: 20%;
    }
    
    .nav-pagination .bl2 {
        width: 58%;
        text-align: center;
    }
    
    .alertelisting-tiny {
        display: none;
    }
}
.nav-pagination .bl3 {
    text-align: right;
}
@media(max-width:480px) {
    .nav-pagination .bl2 {
        display: none;
    }
    
    .nav-pagination .bl1,
    .nav-pagination .bl3 {
        width: 49%;
    }
    
    .account-page {
        line-height: 40px;
        padding: 0;
    }
    
    .alertelisting {
        display: none
    }
    
    .col,
    .mod,
    .row,
    fieldset {
        width: calc() !important;
    }
}

.title {
    text-transform: capitalize;
}
.produit_listing {
    background: #f6f6f6;
    border-right: 3px solid #fff;
}
.produit_listing:hover {
    border-right: 3px solid #4e4d4d;
}

.list-content {
    padding: 0.5em 1em;
}
.desc-new {
    max-height: auto;
}

.produit_listing h2 {
    font-size: 2.3rem;
    border:0
}
.produit_listing h3 {
    font-size: 1.8rem;
}
.produit_listing h4 {
    font-size: 1.5rem;
}

@media (max-width: 800px) {
    .description {
        display: none;
    }
}
@media (max-width: 767px) {
    .produit_listing h2,
    .produit_listing h3,
    .produit_listing h4 {
        float: none;
    }
    
    .produit_listing h2 {
        font-size: 1.2rem;
    }
    
    .title.fl > span {
        display: block;
        font-size: 1.7rem !important;
        line-height: 15px;
    }
    
    .produit_listing h3 {
        font-size: 1.3rem;
    }
    
    .produit_listing h4 {
        font-size: 1rem;
    }
}
.titre {
    display: block;
    font-size: 1.5em;
    font-weight: 200;
    margin-bottom: 0.5em;
    width: 100%;
    padding: 0;
    text-align: center;
}

.ville {
    text-transform: uppercase;
    font-weight: bold;
}

.p-annonce .bienssnew {
    width: 25%;
}
.nav-calcul {
    margin-top: 1em;
}
.tapis.caract-bien {
    margin-left: 10px !important;
    padding: 7px 10px !important;
    border: 1px solid #fff;
}
.description {
    font-size: 12px;
    color: #747474;
}
.reference {
    background: #ccc;
    color: #000;
    font-size: 0.8em;
    padding: 0 0.2em;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

@media(max-width:640px) {
    .tapis.caract-bien {
        padding: 0!important;
    }
}

/*-----------------*\
DETAILS
\*-----------------*/
.annonce {
    background: #b8a8983d;
    padding: 20px;
}
.p-annonce .tapis {
    background-color: #fff;
    padding: 20px;
    color: #000;
    font-size: 15px;
}
.slidebx .pas {
    background: transparent;
}
.caract-bien td::before {
    font-family: arial;
    content: "■";
    color: #b8a898;
}

.btn-md {
    color: #fff;
}
.nav-bien a,
.nav-calcul a {
    font-size: 0.8em;
}
.nav-bien [class*='btn-'] {
    background-color: #b8a898;
    color: #fff;
}
.nav-bien [class*='btn-']:hover {
    background-color: rgba(184,168,152, 0.71);
}
.nav-bien [class*="btn-"] {
    border-right: 1px solid #fff
}
.nav-bien [class*="btn-"]:nth-child(3) {
    border: 0
}
.nav-calcul .btn-black {
    background: #b8a898;
    color: #fff;
}
.nav-calcul .btn-black:hover {
    background: #000;
}
.nav-calcul a:nth-child(1) {
    border-right: 1px solid #fff;
}
.desc-new h5 {
    margin: 0;
    font-size: 12px;
    display: block;
}
.desc-new span {
    margin: 0;
    font-size: 12px;
    display: block;
}
.desc-contenu {
    min-height: 270px;
}

.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown .dropdown-menu a {
    font-size: 0.9em;
    display: block;
    padding: 0.4em 0.8em;
    text-decoration: none;
    background: #fff;
    color: #333333;
}
.dropdown .dropdown-menu a:hover {
    background: #b8a898;
    color: #fff;
}
.dropdown .dropdown-menu {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    margin: 0;
    list-style: none;
    width: 100%;
    padding: 0;
}
.dropdown:hover .dropdown-menu {
    display: block;
}
.slidebx .pas {
    padding: 5px 0;
}
#bx-pager img {
    margin-bottom: 3px;
    padding: 0;
}
.p-annonce .produit_listing h5 {
    padding-top: 10px;
    font-size: 1.5rem;
    margin: 0;
}
.p-annonce .produit_listing span {
    display: block;
    font-weight: normal;
}
@media (max-width:1024px) {
    .desc-contenu {
        min-height: auto;
        margin-bottom: 15px;
    }
}

@media (max-width: 960px) {
    .nav-bien > div {
        width: 100%;
    }
}
/*--------------*\
RECHERCHE
\*--------------*/
.p-recherche .title-search {
    text-transform: none;
    text-align: left;
    /*    font-size:  1.8em;*/
    
    font-weight: normal;
    background: transparent;
    padding: 0;
}

/*-----------------------------*\
FOOTER
\*-----------------------------*/
.footer ul li {
    list-style: none;
}
.coordonnees {
    background: #000;
    text-align: center;
    padding: 10px;
    font-size: 14px;
    
}
.coordonnees,
.coordonnees a {
    color: #fff;
    text-decoration: none;
}
address {
    font-style: normal;
}
.coordonnees address ul {
    padding-left: 0;
}
.coordonnees address li {
    display: inline-block;
    padding-right: 15px;
}
.footer .fa {
    padding-right: 5px;
}
.footer-credits {
    margin: 0;
    padding: 1em 0.5em 0.5em 0.5em;
    border-top: 0px solid #e0e0e0;
}
.coordonnees [class^="icon-"]:before,
.coordonnees [class*=" icon-"]:before {
    color:#b8a898;
/*    font-size: 14px;*/
}
.footer-credits figure{
    width: 20%;
    display: inline;
}
.logo-fnaim {
    max-height: 50px;
}

@media (max-width:780px) {
    .coordonnees address li {
        display: block;
        padding-right: 0;
    }
    
    .coordonnees li:last-child {
        margin-top: 10px;
    }
}
@media(min-width:481px) {
    .credits {
        width: 50%;
    }
    
    .credits {
        text-align: right;
    }
    .footer-credits figure{
        margin-left: 139%;
    }
}
@media(max-width:480px) {
    .menu-footer,
    .credits {
        width: 100%;
    }
    
    .credits {
        text-align: center;
    }
    .footer-credits figure{
        margin-left: 105px;
    }
}

/*----------------------*\
ALERTE EMAIL (PAGE + MODULE)
\*---------------------*/


.alerte-email > div:nth-child(2n+1) {
    padding: 0 15px 0 0
}
.alertemail a {
    background: #b8a898;
    display: block;
    text-decoration: none;
    color: #fff;
}
.alertemail a:hover {
    background: #000;
    border: 1px solid #fff;
}
.coleft {
    padding-right: 20px;
}


/*----------------------------*\
autres
\*---------------------------*/

.nofound {
    color:#fff;
}

.account-page {
    color: #fff;
}

.menu-footer a {
    text-decoration: none;
    color: #000;
    font-size: 0.9em;
}

.menu-footer a:hover {
    text-decoration: none;
    color: #b8a898;
    font-size: 0.9em;
}
.fdclair {
    background-color: #b8a898;
    color: #fff;
    text-align: right;
}

h2 {
    border-left: 5px solid #b8a898;
    padding-left: 20px; 
}
.desc-new {
    color: #000;
    padding: 0.5em 0 0;
}

.dpe-txt {
    color:#fff;
}

.textadmin {
    text-align: center;
/*    border-top: 2px solid #fff;*/
    padding-top: 50px;
}

.heading_alertemail h2, .forajax h2, .p-estimation h2, .p-contact h2 {
/*    background: #b8a898;*/
}
@media (max-width: 768px) {
    #cssmenu #menu-button {
        background: #000!important;
        }
}

.p2-page-renov-travaux .imgadmin {
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;
}


@media (min-width: 481px) {
    .ul-footer { 
        width: 100%;
        display: flex;
        justify-content: center;
        padding: 0 0 20px 0;
        margin: 30px 0 30px 0;
        border-bottom: 1px solid rgba(0,0,0,.2);
    }
    .ul-footer li {
        padding:  0 20px;
    }
    .menu-footer, .credits, .badge-avis {
        float: left;
        width: 33%;
    }
    .badge-avis {
        margin: auto;
        text-align: center;
    }
    .credits {
        text-align: right;
    }
}