@import 'https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900';

body,
html {
    background: #f2f2f1;
    color: #000;
    margin: 0;
}

body,
h1,
h2,
h3,
h4 {
    font-family: 'Lato', sans-serif;
    font-weight: normal;
}
.color_vert {
    color: #75c7a0;
}
.contenu {
    max-width: 1140px;
    margin: 1em auto;
    background-color: #f3f3f3;
    padding: 1.5em;
}

.wrapper {
    margin: 0 auto;
    max-width: 100%;
    background: url("/image/bg.jpg") no-repeat top center;
}

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

@media (max-width: 640px) {
    .wrapper {
        background: none;
    }
}

h1,
.h1 {
    font-size: 24px;
    font-weight: normal;
}

h2 {
    font-size: 24px;
    font-weight: normal;
}

h3 {
    font-weight: normal;
    font-size: 1.3em;
}

h4 {
    font-weight: 700;
    font-size: 18px;
}

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

.pas {
    padding: 5px;
}

a {
    text-decoration: none;
}

address {
    font-style: normal;
}

li {
    list-style: none;
}

/*-----------------*\
HEADER
\*-----------------*/

.header {
    margin: 10px auto;
    background-color: #f36c21;
}
.bloc-logo {
    width: 30%;
}

.bloc-menu {
    width: 69%;
}
.bloc-logo,
.bloc-menu {
    display: inline-block;
    vertical-align: middle;
}

@media( max-width: 768px) {
    .bloc-logo,
    .bloc-menu {
        margin: 0 auto;
        width: 100%;
    }
    .bloc-logo {
        margin-bottom: 10px;
        display: block;
        text-align: center;
    }
    .bloc-logo img {
        height:100px;
    }
}

.langue {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 55555;
}
/*-----------------*\
MENU
\*-----------------*/

#cssmenu,
#cssmenu > ul.open,
#cssmenu > ul > li.active {
    background: transparent;
}

@media(min-width:770px) {
    #cssmenu ul {
        float:right;
        margin: 0 auto;
    }
    #cssmenu > ul > li:hover > a,
    #cssmenu > ul > li.active > a {
        border-bottom: 2px solid #000;
        background-color: transparent;
    }
    #cssmenu > ul > li {
        text-align: center;
    }
}

#cssmenu > ul > li > a {
    color: #000;
    font-weight: normal;
    letter-spacing: 0;
    font-size: 15px !important;
    padding: 15px 25px;
     border-bottom: 2px solid #f36c21;
}


/*Sous menu*/

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

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

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

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


/*triangle*/

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

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

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

@media(max-width:769px) {
    #cssmenu #menu-button {
        background: #4d4d4d !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: #d9d9d7;
    }
}


/*HOME*/

.bx-wrapper .bx-viewport {
    border-bottom: 0px solid #fff;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    box-shadow: none;
}

.bx-wrapper.bx-viewport .w100 {
    width: 100% !important;
}

.p-accueil .title-search {
    display: none;
}


/*barre de recherche*/

.p-accueil .search-widget {
    background-color: #4d4d4d;
}

.search-bloc .pad {
    margin: 10px;
}

.search-bloc .pts {
    padding-top: 0;
    margin: 10px 0;
}

.p-accueil .input,
.p-accueil .select,
.p-accueil .textarea {
    color: rgba(0, 0, 0, .8);
    padding: 0.6em 0.4em;
    display: inline-block;
    border: 1px solid #cccccc;
    vertical-align: middle;
    box-sizing: border-box;
    font-size: 1em;
}

.moteur_home .form-search {
    padding: 1em;
    border-top: 2px solid #f36c21;
}

.search-bloc .btn-validation {
    padding: 0.39em;
    font-size: 14px;
    height: 38px;
    width: 100%;
    text-transform: uppercase;
}


/*bloc module*/
.container-home {
    margin-top:20px;
    margin-bottom:20px;
}

.p-accueil .row > .line {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    /*    -moz-flex-wrap: wrap;*/
    -ms-flex-wrap: wrap; 
    align-items: stretch;
    margin: 0 -0.5em;
}

.column {
    padding: 0.5em;
    display: flex;
    display: -webkit-box;
    /*    display: -moz-box;*/
    display: -ms-flexbox;
    display: -webkit-flex;
    width: 25%;
}

@media(max-width: 1150px) {
    .p-accueil .row > .line {
        margin: 0px;
    }
}
@media (max-width:768px) {
    .column {
        width: 50%;
    }
}

@media (max-width:460px) {
    .column {
        width: 100%;
    }
}

.home-widget {
    background-color: #d8d3d3;
}
.widgimg {
    width: 26%;
    padding-left: 20px;
    padding-right: 20px;
}

.p-accueil .widget-titre {
    font-weight: bold;
    font-size: 15px;
    color: #312F32;
    display: block;
    padding: 10px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}
.home-widget .widget-desc {
    position: relative;
    padding: 10px;
    font-size: 16px;
}

.coordonnees-accueil {
        text-align: center;
}
.widget-desc > .ville {
    font-size: 16px;
    text-transform: capitalize;
}
.widget-desc > .contactus {
    font-size: 16px;
    text-transform: normal;
    text-align: center
}
.widget-desc > .ville span {
    display: block;
/*    text-transform: uppercase;*/
}
.widget-desc > .ville span:last-child {
    font-weight: 600;
}
.widget-desc >.prixannonce,
.widget-desc > .ville {
    text-align: center;
}
.widget-desc >.prixannonce {
    font-size: 16px;
    font-weight: normal;
}
.widget-desc > a {
    display: block;
    padding: 7px 0;
}
.liens .widget-desc > a:hover {
    color: #a90533;
}

.border {
    border-bottom: 1px solid #c4bbbb;
}
.widget-desc a.btn-validation {
    margin: 10px auto;
    display: block;
}

.widget-desc .nom-agence {
    display: none;
}
@media(max-width:640px) {
    .home-widget .btn-validation {
        width: 50%;
    }

    .home-widget .widget-desc {
        min-height: 170px;
    }

}

.prixannonce,
.prix,
h5 span {
    font-weight: bold;
}

/*outils immobilier*/
.p-accueil .blocaccueil {
    background-color:#fff;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;

}
.widget-immo {
    -webkit-box-flex: 1; 
    -webkit-flex: 1 0 auto; 
    -ms-flex: 1 0 auto; 
    flex: 1 0 auto; 
    display: -webkit-box; 
    display: -webkit-flex; 
    display: -ms-flexbox; 
    display: flex;
    background: #fff;
    border-bottom: 1px solid #000000;
    padding: 20px;   
}
.widget-immo:last-child {
    border: 0
}

.widget-immo > div {
    align-items: center;
    display: inherit;
}
.widget-immo a {
    display: block;
    color: #0c45be;
    text-decoration: none;
    height: 45px;
    align-items: center;
}
.text-widget {
    margin-left: 10px;
}
.title-widg,
.text-widget {
    color: #000;
}
.widgimg,
.text-widget {
    display: inline-block;
    vertical-align: middle;
}
.title-widg:hover {
    color: #333;
}
.home-titre h2 {
    text-align: center;
    font-size: 2em;
    margin: 0;
    font-weight: 300;
    padding: 0.5em 0;
}
.title-widg {
    font-size: 18px;
    font-weight: bold;
}
.title-widg span {
    font-weight: normal;
}
.nav-list-card .fa {
    padding: 0 !important;
}


/*fin home*/

/*--------------------*\
    FOOTER
\*--------------------*/

.footer {
    background-color: #000;
    padding: 0;
    margin: 0;
}

.footer-credits {
    padding: 0;
    border: 0;
    margin: 0;
}

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

}
.coordonnees {
    background-color: #4d4d4d;
    text-align: center;
    padding: 10px;
    font-size: 16px;
}
.menu-footer a {
    color: #fff;
}

.coordonnees,
.footer-credits {
    margin: 0 auto;
}
.footer-credits {
    max-width: 1140px;
}
.coordonnees address li {
    display: inline-block;
    padding-right: 15px;
}
.coordonnees i {
    padding-right: 5px;
}

.footer-credits{
    padding: 4em 10px;
}
.coordonnees [class^="icon-"]:before,
.coordonnees [class*=" icon-"]:before {
    color: #f36c21;
}

@media(max-width:480px) {
    .menu-footer,
    .credits {
        width: 100%;
        text-align: center;
        float: none;
    }
    .coordonnees {
        padding: 2em 10px;
    }
    .coordonnees address li span,
    .coordonnees address li {
        display: block;
    }
}


/*--------------------*\
         AUTRES
\*--------------------*/

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

.input,
.select,
.textarea {
    color: #333;
    background-color: #fff;
    padding: 0 0.8em;
    display: inline-block;
    border: 1px solid rgba(223, 221, 219, 1);
    vertical-align: middle;
    box-sizing: border-box;
    font-size: 14px;
}

[class*='btn-'] {
    padding: 0.6em 1em;
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    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-validation {
    background-color: #f36c21;
    color: #fff;
}

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

.btn-contact {
    background-color: #5f5f5f;
    color: #fff;
}

.btn-contact:hover {
    background-color: #4e4e4e;
    color: #fff;
}

.btn-secondaire {
    background-color: #6c6d71;
    color: #fff;
}

.btn-secondaire:hover {
    background-color: #606062;
    color: #fff;
}


/*--------------------------------*\
           PAGE LISTING
\*--------------------------------*/
.p2-annonce .tapis {
    background: transparent;
}

/*moteur de recherche*/

.p-listing .search-widget {
    margin-right: 15px;
}

.p-listing .search-widget .pad {
    margin: 0;
}

.p-listing .form-search {
    padding-bottom: 1.5em;
}

.listingv1 .title-search > i {
    display: none;
}

@media(max-width: 480px) {
    .p-listing .search-widget {
        padding-right: 0;
    }
}


/*pagination*/

.pagination {
    text-align: center;
}

.pagination > a {
    color: #333;
    cursor: pointer;
    border: none;
    padding: 3px 4px;
}

.btn-prec,
.btn-next,
.pagination > .current > span,
.pagination a.current {
    background-color: #323b44;
    color: #fff;
}
.btn-prec,
.btn-next {
    padding: 3px 4px;
}


.pag1,
.pag2,
.pag3 {
    display: inline-block;
    vertical-align: middle;
}

.pag1,
.pag3 {
    width: 20%;
}

.pag2 {
    width: 38%;
    text-align: center;
}

.pag3 {
    text-align: right;
}

@media(max-width:640px) {
    .pag1,
    .pag3 {
        width: 20%;
    }
    .pag2 {
        width: 45%;
    }
    .account-page {
        padding: 0;
    }
}

@media(max-width:480px) {
    .pag1,
    .pag3 {
        width: 48%;
    }
    .pag2 {
        display: none;
    }
}


/*alerte mail*/

.alertemail a {
    background-color: #4d4d4d;
    color: #fff;
    font-size: 14px;
    display: block;
    padding: 10px;
}

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

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

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

.produit_listing:first-child {
    margin-top: 1em;
}

.list-content {
    padding: 1em;
}

.produit_listing {
    background: #fff;
}
.produit_listing:hover {
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}

.reference {
    display: none;
}

.title {
    text-transform: capitalize;
}
.title span {
    font-weight: 600;
}

.produit_listing h3 {
    font-weight: normal;
}
.produit_listing h4 {
    color: #797979;
    font-weight: normal;
}

.prixannonce,
.prix,
h5 span {
    color: #4d4d4d;
}


/* alertlisting */

@media (min-width: 481px) {
    .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;
}

@media (max-width: 800px) {
    .description {
        display: none;
    }
    .produit_listing h2,
    .produit_listing h3,
    .produit_listing h4 {
        float: none;
    }
    .produit_listing h3 {
        margin: 8px 0 0 0;
    }
    .produit_listing h4 {
        float: none;
    }
    .title.fl > span {
        display: block;
        font-size: 1.7rem !important;
        line-height: 15px;
    }
}

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

@media(max-width: 640px) {
    .infos-biens {
        display: none;
    }
}

@media(max-width: 640px) {
    .p-listing .contenu {
        padding: 10px;
    }
}

@media(max-width: 320px) {
    .produit_listing h3 {
        margin: 0;
    }
}


/*-------------------------*\
           DETAIL
\*-------------------------*/

.titre {
    font-size: 2em;
    color: #333;
    margin-bottom: 0.5em;
}

.titre .type {
    font-weight: normal;
    text-transform: capitalize;
}
.titre .type {
    font-weight: normal;
}

/*slider*/
.bx-wrapper .bx-viewport {
    border: 0;
    box-shadow: none;
}
#bx-pager {
    margin: 1em 0;
    text-align: center;
}
#bx-pager img {
    margin-top: 5px;
}
#bx-pager > a {
    padding: 0.249em;
    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;
}
.p-annonce .mbs {
    margin-bottom: 0.3em;
}
.white-popup-block {
    background: none repeat scroll 0% 0% #FFF;
    padding: 20px 30px;
    text-align: left;
    max-width: 650px;
    margin: 40px auto;
    position: relative;
}

/*tableau*/
.table-striped {
    margin: 0;
}
.table-striped td {
    display: block;
}
.table-striped tbody td:nth-child(2n+1),
.table-striped-v tr > *:first-child {
    background: #d6d5d5 none repeat scroll 0 0;
}
.table-striped tbody tr:nth-child(2n+1),
.table-striped-v tr > *:first-child {
    background: none
}
.table-striped tr {
    background: none
}
td,
th {
    padding: 0;
}
td,
table,
.table {
    border: 1px solid transparent;
}
.caract-bien td,
.caract-bien li {
    margin: 0;
    padding: 0.5em;
    color: #333;
}
.caract-bien td > span,
.caract-bien li > span {
    color: #333;
    text-transform: capitalize;
    font-size: 1em;
    display: inline-block;
    ;
    width: 120px;
}
.caract-bien td:before,
.caract-bien li:before {
    font-family: "awesomecms";
    content: "" !important;
}

/*contact annonce*/
.tapis.caract-bien,
.tapis-contact {
    background: transparent;
}
.tapis-contact {
    padding: 1em;
    margin-top: 1em;
    margin-left: 1em;
}
.tapis-contact .btn-validation {
    margin-top: 10px;
    width: 100%;
}
.p-annonce .texte-contact {
    padding: 0 0 2em 0;
    display: none;
}
@media (max-width: 640px) {
    .tapis.caract-bien,
    .tapis-contact {
        margin-left: 0;
        padding: 1em 0;
    }
}

/*boutons*/
.nav-bien a {
    border-right: 1px solid #fff
}
.nav-bien .btn-green {
    background: #949698 !important;
}
.nav-bien [class*='btn-'] {
    background: #4d4d4d;
    color: #FFF;
    box-shadow: none;
    width: 100%;
}
.nav-bien [class*='btn-']:hover {
    background: #252d38;
    color: #fff;
}
@media (max-width: 640px) {
    .row-semi .w20 {
        width: 100%;
        margin-bottom: 5px;
    }
}

/*carte*/
#map {
    height: 190px;
}
.zonemap {
    margin-right: 0;
    float: left;
    margin: 1em auto;
    position: relative;
    width: 100%;
}

/*---------------------------*\
             CONTACT
\*---------------------------*/
.p-contact .carte {
    padding: 1em;
}
.agence {
    text-align: center;
    font-style: normal;
    margin-top: 1em;
    padding: 1em;
}

.p-contact .w40 article{
    padding:1em;
}
.agence .w50 {
    display: inline-block;
    vertical-align: middle;
}
.axe {
    display: block;
    height: auto;
    max-width: 90%;
    margin: 0 auto;
}

.contact-info {
    padding: 0;
    font-size: 16px;
}
.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 {
    border: 1px solid rgba(223, 221, 219, 1);
    width: 70%;
}
@media (max-width: 768px) {
    .p-contact .coleft {
        padding-right: 10px;
    }
    
    .p-contact .agence figure {
        display: none;
    }
    
    .p-contact .agence address {
        width: 100%;
    }
}
@media (max-width: 640px) {
    .p-contact .coleft {
        padding-right: 00px;
    }
    
    .p-contact .agence figure {
        display: block;
    }
    
    .p-contact .agence address {
        width: 50%;
    }
}
@media (max-width: 400px) {
    .p-contact .agence figure,
    .p-contact .agence address {
        width: 100%;
    }
}
@media(max-width: 640px) {
    .p-contact .carte {
        padding: 0;
    }
}
@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%;
    }
}

/*----------------------------*\
     ALERTE EMAIL 
\*----------------------------*/

.page-bg .heading_alertemail {
    display: none;
}



@media (min-width:641px) {
    .alerte-email > div:nth-child(odd) {
        padding: 0 0.5em 0 0;
    }
    
    .alerte-email > div:nth-child(even) {
        padding: 0 0 0 0.5em;
    }
}
@media (max-width:640px) {
    .alerte-email > div {
        padding: 0
    }
}
@media(max-width: 480px) {
    .p-alerte-mail .btn-validation {
        width: 100%;
    }
}
.p-alerte-mail .heading {
    display: none;
}
.p-alerte-mail .heading-estim {
    display: none;
}
.bienssnew {
    width: 100%;
    margin-bottom: 10px;
}
.bienssnew figure {
    width: 30%;
    float: left;
    padding: 0 1em 0 0;
}
.desc-new {
    width: 70%;
    float: left;
    font-size: 14px;
}

/*-------------------------------*\
       RECHERCHE 
\*------------------------------*/
.p-recherche .btn-validation {
    float: right;
    margin-right: 0px;
}
@media (max-width:640px) {
    .p-recherche .search-bloc .pad {
        margin: 0;
    }
}
@media(max-width: 480px) {
    .p-recherche .btn-validation {
        width: 100%;
    }
}
@media (max-width: 768px) {
    .p-recherche .coleft {
        padding-right: 10px;
    }
}
@media (max-width: 640px) {
    .p-recherche .coleft {
        padding-right: 0;
    }
}

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

.heading-alertemail p,
.heading-estim p {
    font-size: 17px;
}
.tt-contact::before {
    content: "";
    padding: 0;
}
.p-estimation .heading-alertemail,
.p-estimation .heading {
    display: none;
}
@media(max-width: 480px) {
    .p-estimation .btn-validation {
        width: 100%;
    }
}

/*-----------------------------------*\
       REFERENCEMENT
\*-----------------------------------*/
.p-referencement .wrapper {
    background: white;
}
#pagref {
    max-width: 1140px;
    margin: 0 auto;
}