/*//////////////IMPORTS////////////*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');


/*//////////////BACKGOUND////////////*/

body {
    font-family: 'Open Sans', sans-serif;
    background: #2c2c2c;
    color: #fff;
}
.detail .main-content, .agence .main-content, .alerte-email .main-content, .estimation .main-content, .mentions-legales .main-content, .contact .main-content, .page-erreur {
    background: #ffffff;
}
/*//////////////GENERAL////////////*/

a {
    color: #fff;
}
a:hover {
    color: #fcf2e8;
}

.detail .main-content, .agence .main-content, .alerte-email .main-content, .estimation .main-content, .mentions-legales .main-content, .contact .main-content, .page-erreur {

    background: transparent;

}
#myModal2, #myModal{
    color:#000;
}
/*//////////////BOUTONS////////////*/

.btn-primary {
    color: #fcf2e8 !important;
    background: #89695c;
    border-color: #89695c;
    -webkit-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
.btn-primary:hover {
    color: #89695c !important;
    background: #fcf2e8;
    border-color: #fcf2e8;
    -webkit-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
.btn-secondary {
    background: #333;
}

.navbar-toggler::before {
    border-top: 2px solid #fff;
}
.navbar-toggler::after {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
/*//////////////HEADER////////////*/

header .navbar {
    border-top: 2px solid #89695c;
    border-bottom: 2px solid #89695c;
}
.nav-main li a {
    color: #fcf2e8;
    -webkit-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
.nav-main li a:hover {
    color: #89695c;
    -webkit-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
.bloc_search {
    background-color: rgba(0, 0, 0, 0.6);
}
.header__logo {
    margin-top: 40px;
}


/*//////////////FOOTER////////////*/

address {
    border-top: 2px solid #89695c;
    border-bottom: 2px solid #89695c;
}
footer, footer a {
    color: #fff;
}
footer{
    background-color: transparent;  
}
/*////////////////////LISTING//////////////////*/
.prod_listing > .listing_article article {
    background: transparent;
    border: 1px solid #fff;
    padding:5px;
    transition: all 0.2s ease-in-out;
    padding-right:1px;
}
.prod_accueil .spin1, .prod_accueil .spin2, .prod_accueil .spin3, .prod_accueil .spin4 {
    color: #000;
}
/*//////////////PAGES FORMULAIRES////////////*/

.breadcrumb-item > a, .block_tri_list.d-flex > label {
    color: #fcf2e8;
}


/*//////////////LISTING////////////*/
.prod_listing > .listing_article article:hover {
    border-right: 2px solid #89695c;
    transition: all 0.2s ease-in-out;
    padding-right:0;
}
.list-crit {
    color: #17a2b8;
}
.block_info {
    background: transparent;
    color:#fff;
}
.listingloctype article{
    border: 1px solid #fcf2e8;
    padding: 5px;
}
.listingloctype .prod_listing .block_info {
    background: transparent;
}
.listingloctype .prod_listing > .listing_article article {
    background: transparent;
    border-right: 3px solid #f3f3f3;
}
.listingloctype .description{
    color: #fff;
}
.list-crit {
    color: #fcf2e8;
}
.page-item.active .page-link{
    color: #fff;  
}
.page-item.active .page-link {
    border-color:#dee2e6;
}
.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #89695c;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.estimation .block_info, .alerte-email .block_info {
    background: transparent;
    border: 1px solid #f3f3f3;
    border-top:0;
}

/*//////////////DETAIL////////////*/

.detail-info .table i {
    color: #17a2b8;
}
.detail-nav-calcul > ul > li a {
    background: #656462;
}

/*//////////////CONTACT////////////*/

.num-tel-contact{
    font-size: 22px;
}
@media (max-width: 767px){
    header ul.navbar-nav li a {
        color: #fff;
    }
    header ul.navbar-nav li {
        border-bottom: 1px solid #fff;
    }
    .header__logo {
        text-align: center;
        width: 100%;
        margin-top:0;
    }
}

.recherche-detaillee .prod_listing > .listing_article article {
    border: 0px;
}
.recherche-detaillee .container.prod_listing, .recherche-detaillee .prod_listing > .listing_article article {
    background: transparent;
}
.recherche-detaillee .prod_listing .block_info {
    background: #89685c;
}