@import url(https://fonts.googleapis.com/css?family=Lato:400,300,700);
body,
html {
    background: #fff;
    color: #4a4a4a;
    margin: 0;
}

body,
h1,
h2,
h3,
h4 {
    font-family: 'Lato', sans-serif;
}
.mwcontainer {
    max-width: 1140px;
    margin: 0 auto;
}
.contenu {
    max-width: 1140px;
    margin: 1em auto;
    background-color: 0;
    padding: 1.5em;
}

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

.bandeau {

    background-color: #FFC733;
}

@media (max-width: 640px) {}

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;
    color: #333
}

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

.pas {
    padding: 5px;
}

a {
    text-decoration: none;
}

address {
    font-style: normal;
}
address ul li {
    color: #000;
}

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

.header {
    margin: 0 auto;
    padding: 0;
    position: relative;
    max-width: 1140px;
}
.elogo {
    display: table;
    margin: 0 auto;
}
.bg {
    max-width: 100%;
}
/*----------------*\
       MENU
\*----------------*/
#cssmenu {
/*    background: rgba(255, 255, 255, 0.4);*/
}

#cssmenu > ul.open,
#cssmenu > ul > li.active {
    background-color: #fff;
}

@media(min-width:769px) {
    #cssmenu ul {
        display: table;
        margin: 10px auto 0 auto;
    }
    #cssmenu > ul > li:hover > a {
        color: #000;
        background-color: #f5ee36;
    }
    #cssmenu > ul > .item2:hover > a {
        color: #000;
        background-color: #a8d058;
    }
    #cssmenu > ul > .item3:hover > a {
        color: #000;
        background-color: #20ad4b;
    }
    #cssmenu > ul > .item4:hover > a {
        color: #000;
        background-color: #3c58a7;
    }
    #cssmenu > ul > .item5:hover > a {
        color: #000;
        background-color: #59add3;
    }
    #cssmenu > ul > .item6:hover > a {
        color: #000;
        background-color: #b42025;
    }
    #cssmenu > ul > .item7:hover > a {
        color: #000;
        background-color: #e52327;
    }
    #cssmenu > ul > .item8:hover > a {
        color: #000;
        background-color: #f36d21;
    }
    #cssmenu > ul > .item9:hover > a {
        color: #000;
        background-color: #20ad4b;
    }
    #cssmenu > ul > .item10:hover > a {
        color: #000;
        background-color: #3c58a7;
    }
    #cssmenu > ul > li {
        text-align: center;
    }
}

#cssmenu > ul > li > a {
    color: #000;
    font-weight: 1000;
    letter-spacing: 0;
    font-size: 17px;
    padding: 14px 11px 14px 11px;
    text-transform: uppercase;
    border-radius: 3px;
}


/*Sous menu*/

#cssmenu > ul > li > ul {
    text-align: left;
    margin:0;
}
#cssmenu ul li ul li {
    background: #fff;
}
#cssmenu ul li ul li a {
    font-size: 16px;
    font-weight: 600;
    text-transform: none;
    color: #000;
    letter-spacing: 0;
    display: block;
    width: 170px;
    padding: 11px 10px 11px 20px;
}

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

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


/*triangle*/

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

#cssmenu ul li ul li > a {
    width: 100%;
}
#cssmenu > ul > li.has-sub > a:before {
    display: block;
    content: "";
    border: 6px solid transparent;
    z-index: 2;
    height: 0;
    width: 0;
    position: absolute;
    right: 19px;
    top: 26px;
    border-top-color: #000;
}

@media(max-width:768px) {
    #cssmenu #menu-button {
        color: #3c58a7;
    }
    #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: 18px;
    }
    #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 #menu-button:after {
        border-bottom: 2px solid #3c58a7;
    }
    #cssmenu #menu-button:after,
    #cssmenu #menu-button:before {
        border-top: 2px solid #3c58a7;
    }
    #cssmenu > ul.open {
        max-height: 390px;
    }
}

@media(max-width:768px) {
    #cssmenu {
        background: #3c58a7;
    }
    #cssmenu #menu-button {
        color: #fff;
    }
    #cssmenu #menu-button:after,
    #cssmenu #menu-button:before {
        border-top: 2px solid #fff;
    }
    #cssmenu #menu-button:after {
        border-bottom: 2px solid #fff;
    }
}

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

/*--------------------*\
        HOME
\*--------------------*/

.summary {
    font-size: 2.5em;
    color: #fff;
    text-align: center;
    font-weight: 600;
    padding: 5px;
    margin: 2em 0;
    text-shadow: 1px 1.2px 3.3px rgba(0, 0, 0, 1);
}


/*moteur de recherche*/

.bg_moteur {
    background: #3c58a7;
}

.moteur_home {
    padding: 1em;
    margin: 0 auto;
}

@media (max-width:768px) {
    .moteur_home {
        width: 100%;
    }
    .summary {
        font-size: 2.2em;
    }
}

@media (max-width:480px) {
    .summary {
        font-size: 2em;
    }
}

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

.moteur_home label {
    color: #fff
}

.moteur_home .btn-validation {
    width: 100%;
    border: 0;
}

.moteur_home .title-search {
    display: none;
}

.p-accueil .search-bloc .pad {
    padding: 10px;
}


/*base line*/

.baseline {
    font-size: 2.3em;
    color: #fff;
    font-weight: 300;
    margin-top: 25px;
    margin-left: 13em;
    text-shadow: 1px 1.2px 3.3px rgba(0, 0, 0, 1);
    line-height: 0.5px;
    font-weight: 700;
}

@media(max-width: 768px) {
    .baseline {
        margin-left: 7em;
    }
}

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


/*module bloc*/

.container {
    margin: 20px auto;
}

.teste {
    margin: 0 -5px;
}

@media(max-width: 1150px) {
    .teste {
        margin: 0;
    }
}

.details {
    background: #fff;
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.3), 0 4px 15px 0 rgba(0,0,0,.3);
    position: relative;
    margin: 5px;
}

.details img {
    overflow: hidden;
    width: 100%;
}

.infos,
.more-infos {
    height: 62px;
}

.infos {
    background-color: #fff;
    padding: 20px 5px 5px 20px;
}

.more-infos {
    color: #fff;
    font-size: 3.6em;
    position: absolute;
    width: 55px;
    bottom: 0;
    right: 0;
    padding-bottom: 20px;
}

.title-sm {
    text-transform: capitalize;
    color: #006ead;
    font-size: 16px;
    line-height: 1em;
}

.infos h4 {
    font-size: 1.2em;
    margin: 0;
    text-transform: uppercase;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    line-height: 0;
    /*    padding-left: 7px;*/
}


/*couleur boutons fleche*/

.bl1 .more-infos {
    background: transparent;
}

.bl2 .more-infos {
    background: transparent;
}

.bl3 .more-infos {
    background: transparent;
}


/*carte  horaires*/
#map {
    height: 200px;
}
.localisation {
/*    background-color: #f1f1f1;*/
}

.contact-home  {
    font-style: normal;
}
.contact-home h2 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #3c58a7;
}

.contact-home a {
    color: #3c58a7;
}

.carte,
.contact-home {
    display: inline-block;
    vertical-align: top;
}

.contact-home {
    color: #000;
    font-size: 16px;
    text-align: center;
    padding: 1em;
    line-height: 1.4;
    background: #f1f1f1;
}

@media(max-width: 767px) {
    .carte,
    .contact-home {
        width: 100%;
    }
}


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

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

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

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

}
.p-accueil .coordonnees {
    display: none;
}

.coordonnees {
    background-color: #59add3;
    text-align: center;
    padding: 10px;
    font-size: 14px;
}

.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;
}

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



/*--------------------*\
         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, .btnhome {
    background-color: #59add3;
    color: #000;
    font-weight: 600;
}

.btn-validation:hover,
.btnhome:hover {
    background-color: #f5ee36;
    color: #000;
    font-weight: 600;
}

.btn-contact {
    background-color: #008ddd;
    color: #fff;
}

.btn-contact:hover {
    background-color: #007bc1;
    color: #fff;
}

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

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




/*--------------------------------*\
           PAGE LISTING
\*--------------------------------*/


/*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 8px;
}

.btn-prec,
.btn-next,
.pagination > .current > span,
.pagination a.current {
    background-color: #818181;
    color: #fff;
}

.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: 49%;
    }
    .pag2 {
        display: none;
    }
    .account-page {
        padding: 0;
    }
}


/*alerte mail*/

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

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

.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;
}

.list-content:hover {
    background-color: #e0e5e4;
}

.reference {
    display: none;
}

.title {
    text-transform: capitalize;
}

.title span {
    font-size: .8em;
}

.produit_listing h4 {
    color: #797979;
}

.prixannonce,
.prix,
h5 span {
    color: #006ead;
}


/* 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;
}

.type {
    text-transform: capitalize;
}

.ville {
    text-transform: uppercase;
}


/*slider*/

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

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

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

.slidebx .tapis {
    margin: 0;
    padding: 0;
    background-color: transparent;
}

.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;
    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-color: 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;
}


/*boutons*/

.nav-bien a {
    border-right: 1px solid #fff;
}

.nav-bien .btn-green {
    background: #008ddd !important;
}

.nav-bien [class*='btn-'] {
    background: #323a45;
    color: #FFF;
    box-shadow: none;
    width: 100%;
    margin-bottom: 10px;
}

.nav-bien [class*='btn-']:hover {
    background: #252d38;
    color: #fff;
}


/*carte*/

#map {
    position: relative;
}

.zonemap {
    margin-right: 0;
    float: left;
    margin: 1em auto;
    position: relative;
    width: 100%;
}

@media (max-width: 800px) {
    .caract-bien td > span,
    .caract-bien li > span {
        width: auto;
    }
}

@media (max-width: 640px) {
    .tapis.caract-bien,
    .tapis-contact {
        margin-left: 0;
        padding: 1em 0;
    }
    .nav-bien div:first-child,
    .nav-bien div:nth-child(2) {
        display: none;
    }
    .row-semi .w20 {
        width: 100%;
    }
    .nav-bien a {
        border-right: 0;
    }
    .nav-bien div:first-child,
    .nav-bien div:nth-child(2) {
        display: none !important;
    }
}


/*PAGE 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 
\*----------------------------*/

@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;
    background-color: #f2f2f2;
}

.bienssnew figure {
    width: 30%;
    float: left;
    margin: 0;
    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;
}

.jaune, .bl1 .more-infos.jaune { 
    background: #f5ee36;
}
.vert, .bl1 .more-infos.vert { 
    background: #a8d058;
}
.bleu, .bl1 .more-infos.bleu {
    background: #59add3;
}
.rouge, .bl1 .more-infos.rouge {
    background: #e52327;
}
.orange, .bl1 .more-infos.orange {
    background: #f36d21;
}
.blanc, .bl1 .more-infos.blanc {
    background: #fff;
}
address {
    vertical-align: middle;
    color: #fff;
}
.italic, caption, cite, dfn, em, i, var, .address {
    vertical-align: middle;
    color: #000;
}

.icon-arrow-right {
    padding-bottom: 10px;
}

.blanc i {
    color:#ccc;
}

.partenaires h4 {
    text-align: center;
    text-transform: uppercase;
}

.widget-home, .widget-immo {
    background: #fff;
    margin: 0;
    flex: 1;
}
.widgimg, .text-widget {
    display: inline-block;
    vertical-align: middle;
}
.widgimg {
    padding: 20px;
    width: 25%;
}
.text-widget {
    color: #000;
    font-size: 12px;
    width: 73%;
}
.title-widg {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}
.title-widg span {
    font-weight: normal;
}


.widget-immo a, .widget-home a, .a {
    display: block;
    height: inherit;
    color: #000;
    text-decoration: none;
    padding: 0px 10px 0px 5px;
    border: 1px solid rgba(0,0,0,0.19);
    margin: 5px;
}
.widget-immo a:hover, .widget-home a:hover, .a:hover {
    background:#f1f1f1;
}
.widget-immo a.popup {
    display: inline-block;
    border:0;
}

.p2-alerte-mail  .heading-alertemail {
    display: none;
}
.facebook-adresse {
    margin: 30px 0;
}
.icon-facebook {
    font-size: 25px;
    color: #3c58a7;
}