@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+SC:400,700,900');
@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville:400,700');

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

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

body,
h1,
h2,
h3,
h4 {
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
}

h2{
    font-size: 18px !important;
}

h4{
    color: #313131;
}

.p-accueil .wrapper {
    background: transparent;
}

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

.container {
    margin: 0 -5px;
}

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

td,
th,
.table,
table {
    border: 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;
}


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

.header {
    margin-top: 20px;
    margin-bottom: 20px;
}

.bloc-logo {
    background: #fff;
    position: absolute;
    top: 0px;
    left: 34.5%;
    z-index: 111;
    margin: 0 auto;
    text-align: center;
}

/*
.bloc-logo > a {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    z-index: 111;
}
*/

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

@media(max-width:768px) {
    .bloc-logo {
        left: 35%;
        width: 31%;
    }
}

@media(max-width:420px) {
    .slider  {
        height: 305px;
    }
    .bloc-logo{
        width: 100%;
        left: inherit;
    }
    .header{
        margin: 0;
    }
}



/*---------------------------------*\
MENU
\*---------------------------------*/
/*
#cssmenu {
    margin: 20px 0 0 0;
}
*/

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

@media(min-width:769px) {
    #cssmenu ul {
        display: table;
        margin: 0 auto
    }
    #cssmenu > ul > li:hover > a,
    #cssmenu > ul > li.active > a {
        color: #fff;
        background-color: rgba(0, 0, 0, 0.1);
    }
    #cssmenu > ul > li {
        text-align: center;
    }
}

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


/*Sous menu*/

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

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

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

#cssmenu ul li > ul > li > a:hover {
    background: rgb(160, 160, 160);
    font-weight: 600;
}


/*triangle*/

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

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

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

@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: #1184e6;
    }
}


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

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

.bloc-home > .search-widget,
.bloc-home > .home-widget {
    background: #fff;
    min-height: 490px;
}

.bloc-home > .search-widget .pts {
    float: right;
    padding: 1em 0;
}

.bloc-home .widget-desc {
    padding: 10px;
    color: #313131;
}

.bloc-home .ville {
    height: 52px;
    font-size: 15px;
    text-transform: uppercase;
}

.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,
.p-accueil .title-search {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bolder;
    color: #000;
    display: block;
    padding: 10px 0;
    width: 100%;
    text-align: center;
    font-family: 'Copperplate', 'Copperplate Gothic Light', 'Libre Baskerville', serif !important;
}

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

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

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

.btn-validation:hover,
.btn-validation:focus,
.btnhome:hover{
    background-color: #7d1f28;
    color:#fff;
}

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

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

.footer .btn-contact {
    background: transparent;
}

.btnmob > .btn-contact {
    background: #b32c39;
}

.coordonnees .btn-contact:hover {
    color: #ccc;
}

[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: #323b44;
    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;
}

.account-page {
    color: #fff !important;
}

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

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

.p-annonce .bienssnew {
    width: 25%;
}
.nav-calcul {
    margin-top: 1em;
}
.tapis.caract-bien {
    margin-left: 0 !important;
    padding: 0 10px !important;
}
.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: #fff;
    padding: 20px;
}

.caract-bien td::before {
    font-family: arial;
    content: "■";
    color: #313131;
}

.btn-md {
    color: #ccc;
}

.nav-bien a,
.nav-calcul a {
    font-size: 0.8em;
}

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

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

.nav-bien [class*="btn-"] {
    border-right: 1px solid #fff
}

.nav-bien [class*="btn-"]:nth-child(3) {
    border: 0
}

.nav-calcul .btn-black {
    background: #656462;
    color: #fff;
}

.nav-calcul .btn-black:hover {
    background: #8c242e;
}

.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;
    text-align: justify;
}

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

.dropdown .dropdown-menu a:hover {
    background: #bbb;
}

.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: #191919;
    text-align: center;
    padding: 10px;
    font-size: 14px;
}

.coordonnees,
.coordonnees a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

address {
    font-style: normal;
    text-transform: uppercase;
}

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

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

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

.footer-credits {
    background: inherit;
    margin: 0;
    padding: 1em 0.5em 0.5em 0.5em;
    border-top: 0px solid #e0e0e0;
}
.coordonnees [class^="icon-"]:before,
.coordonnees [class*=" icon-"]:before {
    color:#b32c39;
}

@media (max-width:780px) {
    .coordonnees address li {
        display: block;
        padding-right: 0;
    }
    .coordonnees li:last-child {
        margin-top: 10px;
    }
}

@media(min-width:481px) {
    .menu-footer,
    .credits {
        float: left;
        width: 50%;
    }
    .credits {
        text-align: right;
    }
}

@media(max-width:480px) {
    .menu-footer,
    .credits {
        width: 100%;
    }
    .credits {
        text-align: center;
    }
}


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

.alerte-email > div:nth-child(2n+1) {
    padding: 0 15px 0 0
}

.alertemail a {
    background: #c8c8c8;
    display: block;
    text-decoration: none;
    color: #0F1D2C;
}

.alertemail a:hover {
    background: #e4e4e4;
}

.coleft {
    padding-right: 20px;
}


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

.nofound {
    color:#fff;
}

