@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,300);
body,
html {
    font-family: 'Open Sans', sans-serif;
    color: #000;
    width: 100%;
    margin: 0px;
    padding: 0px;
}
.mwcontainer {
    max-width: 1140px;
    margin: 0 auto;
}

.contenu {
    max-width: 1140px;
    background: #fff;
    padding: 1.5em;
    margin-top: 2em;
    overflow: auto;
    margin: 1em auto;
}

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

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

h1,
.h1 {
    font-size: 2em;
    color: #333;
    font-weight: normal;
}

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

h3 {
    font-size: 1.5em;
    font-weight: 300;
    color: #39baad;
}

h4 {
    color: #4cb6ea;
    font-weight: 700;
    font-size: 1.2em;
    text-transform: uppercase;
}

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

.pas {
    padding: 5px;
}

figure {
    margin: 0;
}

a {
    text-decoration: none;
}

address {
    font-style: normal;
}


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

.header {
    position: relative;
    background: rgba(0,0,0,0.7);
}

.header > .header {
    max-width: 1140px;
    background: transparent;
}

.langue.flagsemi {
    top: -28px;
}

/*.elogo {
    padding: 1em 0;
}*/


/*----------------*\
       MENU
\*----------------*/

@media(min-width:769px) {
    #cssmenu ul {
        display: table;
        margin: 0 auto
    }
    #cssmenu > ul > li:hover > a,
    #cssmenu > ul > li.active > a {
        color: #9a2397;
        background-color: transparent;
        font-weight: bold;
    }
    #cssmenu > ul > li {
        text-align: center;
    }
}

#cssmenu > ul > li > a {
    color: #fff;
    font-weight: normal;
    letter-spacing: 0;
    font-size: 14px !important;
    padding: 35px 20px;
    text-transform: uppercase;
}

@media(min-width:769px) and (max-width:960px) {
    #cssmenu > ul > li > a {
        padding: 35px 10px;
    }
}

@media(max-width:768px) {
    #cssmenu > ul.open {
        display: block;
        background: #f1f1f1;
        max-height: 280px;
    }
    #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;
    }
}

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


/*Sous menu*/

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

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

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

#cssmenu ul li > ul > li > a:hover {
    background: rgba(154, 35, 151,0.7);
}


/*triangle*/

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

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

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

#menu-button {
    text-indent: -9000px;
}


/*moteur de recherche*/

.moteur {
    background-color: #FFF;
    padding: 5px;
    margin: 20em auto 7em auto;
    opacity: 0.9;
    vertical-align: middle;
}

@media (max-width: 768px) {
    .moteur {
        margin-top: 10px;
        margin-bottom: 0px;
    }
}

.moteur .btn-validation {
    width: 100%;
    background: #9a2397;
    border: 0;
}

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

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

.p-accueil .search-widget {
    margin: 0
}

.moteur_home .form-search {
    padding: 1em;
}

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

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

.moteur_home label {
    color: #fff
}

@media(max-width: 480px) {
    .search-bloc {
        padding: 0em !important;
    }
}


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

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

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

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

}
.coordonnees {
    background-color: #000;
    border-bottom: 1px solid #9a2397;
    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;
}

.icon-call-phone, .icon-pin-map{
    color: #9a2397;
}

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


/*----------------------------------*\
                  HOME
\*----------------------------------*/
.home {
    margin-bottom: 20px;
}
.home article > article {
    padding: 0.5em;
}


/*hover image*/

.click {
    position: relative;
}

.click:hover {
    background-color: #f1f1f1;
}

.survol {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    color: #ffffff;
    display: block;
    font-size: 24px;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    transition: all 0.3s ease 0.1s;
    line-height: 275px;
    width: 100%;
}

.featured-img:hover .survol {
    opacity: 1;
    transition: opacity 0.3s ease 0.2s;
}

.blocimg {
    position: relative;
    overflow: hidden;
}

.blocimg img {
    width: 100%;
}

.blocimg a {
    display: block;
}

.widget-titre {
    display: none;
}

.blocdesc {
    background: #f5f5f5;
    bottom: 0;
    height: 62px;
    padding: 10px;
    position: relative;
    width: 100%;
}

.bien.long {
    background: #f5f5f5 none repeat scroll 0 0;
    left: 0;
    line-height: 30px;
    padding: 0;
    top: 30px;
    z-index: 1;
}

.bien.long .blocdesc {
    width: 40%;
}

.bien.long .blocimg {
    width: 60%;
}

.bien.long .bandeau span {
    color: #9a2397;
}

.label1 {
    text-transform: capitalize;
    color: #000;
    font-size: 1.2em;
    font-weight: 600;
    margin: 0 0 5px;
    padding-bottom: 5px;
}
.first .blocdesc .label1{
    font-size: 1.5em;
}

.bien.long .label2 {
    text-transform: uppercase;
}

.bien.long .label3 {
    line-height: 1.3em;
    padding-bottom: 1.5em;
}

.bien.long .label4 {
    color: #9a2397;
    font-size: 22px;
    font-weight: bold;
}

.bien.long .blocimg,
.bien.long .blocdesc {
    float: left;
}

.bien.court {
    line-height: 1.2em;
    background: white;
}

.bien.court .label2 {
    color: #9a2397;
    font-size: 1.2em;
    font-weight: bold;
    float: right;
}

.bien.court .label3 {
    text-transform: uppercase;
    padding-left: 1em;
}

.bien.court .label3:before {
    text-transform: none;
    content: "e";
    font-family: "awesomecms" !important;
    color: #9a2397 ;
    position: absolute;
    left: 7px;
}


/*Bandeau*/

.bien.long .bandeau {
    background-color: #FFFFFF;
    color: inherit;
    transform: none;
    padding-left: 1em;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.fine {
    color: inherit !important;
    font-weight: normal;
}

.bien.court .bandeau {
    background-color: #101010;
}


/*
.home article > article:nth-of-type(4) .bandeau {
    background: #ef3f4c
}
*/


/*module*/

.p-accueil .teste {
    display: flex;
    flex-flow: row wrap;
}

.bloc1,
.bloc2 {
    display: flex;
}

.bloc3 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.widget-home,
.widget-immo {
    margin: 0 0 5px;
    flex: 1;
}

article .widget-immo:nth-child(3),
article .widget-home:nth-child(3) {
    margin: 0;
}
.widget-immo a.popup {
    display: inline-block;
    padding: 5px;
}

.widget-immo a,
.widget-home a {
    display: block;
    height: inherit;
    color: #fff;
    text-decoration: none;
    padding: 5px 20px 5px 5px;
}

.widget-immo {
    background: #9a2397;
}

.widget-immo:hover {
    background: #000;
}

.widget-home {
    background: #000;
}

.widget-home:hover {
    background: #9a2397;
}

.widgimg,
.text-widget {
    display: inline-block;
    vertical-align: middle;
}

.text-widget {
    color: #fff;
    font-size: 12px;
    width: 73%;
}

.widgimg {
    padding: 20px;
    width: 25%;
}

.title-widg {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

.title-widg span {
    font-weight: normal;
}

.img-responsive {
    width: 100% !important;
    height: auto !important;
}

@media (max-width: 960px) {
    .p-accueil .teste .bloc2 {
        width: 100%;
    }
    .p-accueil .teste .bloc1,
    .p-accueil .teste .bloc3 {
        width: 50%;
    }
    .p-accueil .teste .last {
        display: none;
    }
}

@media (min-width: 481px) and (max-width: 600px) {
    .text-widget p {
        display: none;
    }
}

@media (max-width: 480px) {
    .p-accueil .teste .bloc1,
    .p-accueil .teste .bloc3 {
        width: 100%;
    }
    .p-accueil .teste .last {
        display: block;
    }
    .p-accueil .blocdesc {
        height: auto;
    }
    .bien.long .blocdesc {
        width: 100%;
    }
    .bien.long .blocimg {
        width: 100%;
    }
}


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

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

.input,
.select,
.textarea {
    color: rgba(0, 0, 0, .6);
    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;
}

[class*='btn-'] {
    padding: 0.8em 1em;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    font-size: 0.9em;
    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: #9a2397;
    color: #fff;
}

.btn-validation:hover,
.btnhome:hover{
    background-color: #000;
    color: #fff;
}

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

.btn-contact:hover {
    background-color: #9a2397;
    color: #fff;
}

.btn-secondaire {
    background-color: #aa1c56;
    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: #323b44;
    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: 20%;
    }
    .pag2 {
        width: 58%;
    }
    .account-page {
        padding: 0;
    }
}

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


/*alerte mail*/

.alertemail a {
    background-color: #000;
    color: #fff;
    font-size: 12px;
    display: block;
    text-decoration: none;
    padding: 10px;
}

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

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

.reference {
    display: none;
}
.produit_listing:hover{
    border: 1px solid #9a2397;
}
.produit_listing h2,
.produit_listing h3 {
    font-weight: 600;
}

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

.produit_listing h2.title span {
    text-transform: uppercase;
}

.produit_listing h4 {
    color: #797979;
}

.produit_listing .btn-secondaire {
    display: none;
}

.prixannonce,
.prix,
h5 span {
    color: #9a2397;
}


/* alertlisting */
.heading_alertemail{
    display: none;
}

@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;
    }
    .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-flora {
    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;
}
.desc-contenu > .fa{
        color: #ffbcfd;
}
.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: #f5f5f5 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: #9a2397 !important;
}
.nav-bien .btn-green:hover{
    background: #000 !important;
}

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

.nav-bien [class*='btn-']:hover {
    background: #9a2397;
    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;
    }
}


/*---------------------------*\
             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;
    background: transparent !important;
}

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

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

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