@import url(https://fonts.googleapis.com/css?family=Nunito:400,300,700);
html,
body,
#map-canvas {
    font-family: 'Nunito', sans-serif;
    background: #eaeaea;
    width: 100%;
    margin: 0px;
    padding: 0px
}

hr {
    line-height: 1px;
    color: #999
}

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

h2 {
    font-size: 1.8em;
    font-weight: normal;
    font-family: 'Nunito', sans-serif !important;
}

h3 {
    font-weight: normal;
    color: #000000;
}

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

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

.contenu {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 5px #6e6e6e;
    margin-top: 20px;
}

.logo {
    left: 0;
    position: absolute;
    top: 55px;
    z-index: 111
}

@media(max-width: 769px) {
    .logo {
        width: 46%;
    }
}

.type {
    font-size: 0.6em;
    color: #999797;
}

.ville {
    font-weight: 200;
}

.prixannonce {
    color: #b33130;
    font-size: 1.4em
}

td,
table,
.table {
    border: 1px solid transparent;
}

td {
    border-right: 1px solid white;
}

.white-popup-block {
    background: none repeat scroll 0% 0% #FFF;
    padding: 20px 30px;
    text-align: left;
    max-width: 650px;
    margin: 40px auto;
    position: relative;
}

.lang {
    position: absolute;
    right: 0;
    top: 0
}

.relative {
    position: relative
}

.wrapper {
    background: white;
}


/*index.html*/

.p-accueil .bx-controls-direction {
    display: none;
}

.moteur_home {
    position: absolute;
    right: 10%;
    top: 35%;
    background: rgba(255, 255, 255, 1);
    right: 8%;
    top: 10%;
    width: 25%;
}

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

.moteur_home label {
    font-size: 0.9em
}

.moteur_home .pts {
    padding-top: 1.5em;
}

.home-widget,
.search-widget {
    border: 3px solid #fff;
    box-shadow: 0 0 2px #ccc;
    min-height: 435px;
}


/*.home-widget, .search-widget{  border: 5px solid #fff;box-shadow: 0 0 5px #ccc; min-height: 435px;}*/

.widget-desc {
    text-align: center;
    padding: 1em 0
}

.widget-titre {
    font-size: 1.4em;
}

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

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    bottom: -10px;
}

.widget-titre,
.title-search {
    font-size: 1.4em;
    font-weight: 700;
    text-transform: uppercase;
    background: #FFF;
    color: #333333;
    display: block;
    padding: 5px 0;
    width: 100%;
    text-align: center;
}

.cen-list-card {
    position: absolute;
    bottom: 1em;
    right: 1em;
}

.nav-list-card .fa {
    padding: 0 !important;
}

.search-bloc {
    padding: 0 2em
}

.search-bloc .btn-validation {
    width: auto;
    display: block;
    margin-top: 2em;
}

.p-accueil .search-bloc .btn-validation {
    width: auto;
    display: block;
    margin: 1.6em auto
}

@media(max-width: 769px) {
    .search-bloc .btn-validation {
        margin: 0 auto;
    }
}


/*menu  */

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

#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
    background: #fff;
    color: #b33130
}

#cssmenu > ul > li {}

@media (max-width:769px) {
    #cssmenu > ul > li {
        width: 100%;
    }
}

#cssmenu ul li ul li:hover > a,
#cssmenu ul li ul li.active > a {
    color: #4cb6ea;
    background: #dedede;
}

#cssmenu ul li ul li:hover:after,
#cssmenu ul li ul li.active:after {
    background: #4cb6ea
}

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

#cssmenu ul {
    background: #b33130;
    margin-bottom: 1em;
    display: table
}
@media(max-width:768px){
    #cssmenu ul {
         display: block;
    }  
}

#cssmenu > ul > li::after {
    z-index: -1;
}

#cssmenu {
    background: #b33130;
}

.block_menu {
    margin-top: 35px;
}
@media(max-width:480px){
    .small-w50{
     border: 0 none;
    clear: none !important;
    display: block !important;
    float: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: auto !important;
    }
}

[class*='btn-'] {
    padding: 0.8em 1em;
    background: transparent;
    text-decoration: none;
    text-align: center;
    font-size: 1em;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
    cursor: pointer;
    border: 0;
}

[class*='btn-']:hover,
[class*='btn-']:focus {
    background: #000000;
    color: #e1e1e1
}

[class*='btn-'] .fa {
    padding-right: 0.7em;
}
.btn-validation{
    background: #b33130;
    color: #ffffff;
}
.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;
}

.btn-md {
    font-size: 0.9em;
    padding: 0.2em 0.8em;
}

a.btn-md {
    color: #fff !important;
}

.btn-contact {
    background-color: #333;
    color: #FFF;
    font-weight: 600;
    text-transform: uppercase;
}

.btn-black {
    background-color: #333;
    color: #FFF;
}

.btn-secondaire {
    border:1px solid #000;
    box-sizing:border-box;
}

.formulaire label {
    display: block;
    color: #7b7b7b;
    font-weight: 400;
}

.mini_pdt {
    color: #323131;
}

.mini_pdt img {
    border: 1px solid #ccc
}

.mini_pdt b {
    font-size: 1.2em;
}

.alertemail a {
    font-size: 0.8em;
    display: block;
    text-decoration: none;
    color: #0F1D2C;
    border: 1px solid #ccc;
}

.alertemail a:hover {
    background: #FCB251;
    border: 1px solid #FCB251;
}

.title {
    text-transform: capitalize;
}

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

.titre {
    display: block;
    font-size: 1.8em;
    font-weight: 200;
    margin-bottom: 0.5em;
    text-transform: uppercase;
    width: 100%;
}


/*Listing*/

.produit_listing {
    border-bottom: 1px dotted #ccc;
}

.produit_listing h4 {
    color: #797979
}

.fa-2x {
    font-size: 1.4em !important;
}

.nav-pagination {
    background: #fff;
    padding: 0 1em;
}

@media (max-width:736px) {
    .prix {
        float: left;
        font-size: 0.8em;
    }
}

.produit_listing:hover {
    box-shadow: 0px 0px 5px #CCC;
}

.produit_listing p {
    color: #626262
}

.reference {
    background: #ccc;
    color: #fff;
    font-size: 0.8em;
    padding: 0 0.2em;
}


/*detail*/

.p-recherche .search-widget {
    border: 0;
    box-shadow: none;
}

.p-recherche .search-bloc {
    padding: 0;
}

.p-recherche .title-search {
    background: transparent;
    text-align: left;
    color: #000;
    font-size: 1.8em;
    font-weight: normal;
}

.p-recherche .search-bloc .btn-validation {
    width: 80%;
    float: right;
}

.tapis_detail ul {
    list-style: none;
    padding: 0
}

.nav-pagination div {
    line-height: 2em;
    font-size: 12px;
}

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

.pagination > .current > span,
.pagination a.current {
    background-color: #323b44;
    color: #fff;
}

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

.desc-contenu {
    min-height: 270px
}

.nav-calcul a:nth-child(1) {
    border-right: 1px solid #fff;
}

h5 span {
    color: #b33130;
}


/*Alerte Email*/

@media (min-width:769px) {
    .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:769px) {
    .alerte-email > div {
        padding: 0
    }
}


/*footer*/

.coordonnees,
.coordonnees a {
    color: #4e4e4e
}

.coordonnees_small,
.coordonnees_small a {
    font-size: 0.9em;
    font-style: italic;
    color: #848484
}

.coordonnees_small a,
.coordonnees a {
    text-decoration: none
}

.coordonnees_small {
    margin-bottom: 30px;
}

@media (max-width:780px) {
    .coordonnees > .txtright, .coordonnees > .txtleft, .coordonnees > .txtcenter {
        text-align: center;
    }
}


/*responsive*/


/*btn dpdown*/

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


/*responsive*/

@media (max-width:1024px) {
    #cssmenu > ul > li > a {
        font-size: 10px !important;
        font-weight: 400 !important;
        padding: 15px 29px;
    }
}

@media (max-width:800px){
      #cssmenu > ul > li > a {
        font-size: 10px !important;
        font-weight: 400 !important;
        padding: 15px 18px;
    }  
}
@media (max-width:769px)
{
    .moteur_home {
        position: relative;
        background: #000;
        width: 100%;
        left: 0;
        top: 0;
        border-top: 3px solid #fff
    }
    .coordonnees > div {
        width: 100%;
        font-size: 12px;
        font-weight: normal;
    }
    #cssmenu > ul > li > a {
        font-size: 14px !important;
        font-weight: 700 !important;
    }
    #cssmenu #menu-button {
        background: #000000
    }
    .tapis_detail {
        margin: 0!important
    }
    #cssmenu ul li ul li a {
        color: #333
    }
}

@media (min-width: 481px) {
    .alertelisting-tiny {
        display: none
    }
}

@media (max-width:736px) {
    img {
        width: 100%
    }
    /*.produit_listing p, .produit_listing {display:none;}*/
    .description {
        display: none
    }
    .produit_listing h2 {
        font-size: 16px;
        font-weight: bold;
        padding: 0;
        margin: 0;
        width: 100%;
    }
    .produit_listing h3 {
        font-size: .8em;
        font-weight: normal;
        padding: 0;
        margin: 0.2em 0 .6em 0;
    }
    .produit_listing h4 {
        font-size: .7em;
        font-weight: normal;
        padding: 0;
        margin: 0;
    }
    /*.tapis_dpe img {display:none}*/
    .tiny-w40 {
        width: 40%;
    }
    .tiny-w60 {
        width: 60%;
    }
    .alertelisting {
        display: none
    }
}

@media(max-height: 480px) {
    #cssmenu ul > li {
        width: 100% !important;
    }
}


/*Footer*/

.footer > .footer {
    padding: 0 0.5em;
    position: relative;
}

@media(min-height: 736px) {
    .footer-credits {
        left: 0;
        margin: 0;
        background: #ffffff;
        border: none;
    }
}


@media(max-height: 736px) {
    .footer-credits {
        position: relative;
    }
}

.alertemail.mbs.txtcenter {
    display: none;
}

.avis {
    font-size: 11px;
    font-weight: 200;
    text-align: center;
    margin-top: 15px;
}