/*//////////////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: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 5%, rgba(127,42,143,1) 100%);
    background-color: #fff;
    background-repeat: no-repeat;
    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: transparent;
}
/*//////////////GENERAL////////////*/

a {
    color: #fff;
}
a:hover {
    color: #fff;
}
.agence .ag-img img{
    width: 100%;
}

/*//////////////BOUTONS////////////*/

.btn-primary {
    color: #ffffff !important;
    background: #7f2a8f;
    border-color: #7f2a8f;
}
.btn-primary:hover {
    color: #ffffff !important;
    background: #cc2aba;
    border-color: #cc2aba;
}
.btn-secondary {
    background: #333;
}


/*//////////////HEADER////////////*/
.header__logo {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background: #000;
}
.header__logo {

    width: 100%;
    margin: 0 auto;
    text-align: center;
    background: 

    #000;

}
header .navbar {
    border-top: 1px solid #b5b5b5;
    border-bottom: 1px solid #b5b5b5;
}
.nav-main li a {
    color: #fff;
    transition: all 0.2s ease-in-out;
}
.nav-main li a:hover {
    color: #7f2a8f;
    transition: all 0.2s ease-in-out;
}
.bloc_search {
    background-color: rgba(0, 0, 0, 0.6);
}
.prod_accueil article {
    background:transparent;
}

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

address {
    border-top: 1px solid #b5b5b5;
    border-bottom: 1px solid #b5b5b5;
}
footer, footer a {
    color: #fff;
    background: transparent;
}


/*//////////////PAGES FORMULAIRES////////////*/

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


/*//////////////LISTING////////////*/

.list-crit {
    color: #7f2a8f;
}
.block_info {
    background: transparent;
    border: 1px solid #fff;
    border-top: none;
}
.prod_listing > .listing_article article:hover {
    border-right: 3px solid #7f2a8f;
}
.prod_listing > .listing_article article {
    background: rgba(0, 0, 0, 0.6);
    border-right: 3px solid #fff;
}
.listingloc .block_info {
    background: transparent;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    border-left: none;
    border-right: none;
}
.estimation .block_info, .alerte-email .block_info {
    background: transparent;
}
/*//////////////DETAIL////////////*/

.detail-info .table i {
    color: #7f2a8f;
}
.detail-nav-calcul > ul > li a {
    background: #656462;
}
.index .block_info{
    border: 1px solid #fff;
    border-top: none;
}
.detail-nav-calcul{
    margin-top: 25px;
}
.page-link {
    color: #fff;
}
.info_prix-hai, .info_numero {
    color: #fff;
}
@media(max-width: 991px){
    .navbar-toggler::before {
        border-top: 2px solid #fff;
    }
    .navbar-toggler::after {
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
    }
    header ul.navbar-nav li a {
        color: #fff;
    }
    header ul.navbar-nav li {
        border-bottom: 1px solid #fff;
        padding: 10px 0;
    }
    .listingloc .block_info {
        background: transparent;
        border-bottom: none;
        border-top: none;
        border-left: none;
        border-right: none;
    }
}


#dpedetail img {
    background: #fff;
    margin: 10px 0;
    padding: 10px;
}
@media (min-width: 769px) {
    .detail-dpe {
        width: 100%;
    }
}