/*//////////////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: #201f21;
    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: #000;
}
a:hover {
    color: #0056b3;
}
p {
    font-size: 15px;
}
.prod_accueil article {
    background: transparent;
    border: 1px solid #b4a57d;
}
.prod_accueil .block_info {
    background: transparent;
}
.container.prod_listing {
    background: transparent;
}
.prod_listing .block_info {
    background: transparent;
}
.prod_listing > .listing_article article {
    background: transparent;
    border: 1px solid #b4a57d;
}
.prod_listing > .listing_article article a {
    color: #fff;
}
.prod_listing .list-crit {
    color: #b4a57d;
}
.breadcrumb-item > a, .block_tri_list.d-flex > label {
    color: #b4a57d;
}
.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #b4a57d;
    background-color: transparent;
    border: 1px solid #dee2e6;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #b4a57d;
    border-color: #b4a57d;
}
.alerte-email a {
    color: #fff;
}
/*//////////////BOUTONS////////////*/

.btn-primary {
    color: #000 !important;
    background: #b4a57d;
    border-color: #b4a57d;
}
.btn-primary:hover {
    color: #000 !important;
    background: #7f6e4a;
    border-color: #7f6e4a;
}
.btn-secondary {
    background: #333;
}


/*//////////////HEADER////////////*/

header .navbar {
    border-top: 0;
    border-bottom: 0;
    background: #b4a57d;
}
.nav-main li a {
    color: #201f21;
    font-weight: 600;
}
.bloc_search {
    background-color: rgba(0, 0, 0, 0.6);
}
.header__logo img {
    width: 50%;
}


.titre-selection h5{
    text-align: center;
    margin: 30px auto auto auto;
    text-transform: uppercase;
}


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

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


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

.list-crit {
    color: #b4a57d;
}
.block_info {
    background: #fff;
}
.prod_listing > .listing_article article:hover {
    border-right: 3px solid #b4a57d;
}


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

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

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

address {
    border-top: 0;
    border-bottom: 0;
    background: #b4a57d;
    font-size: 15px;
    margin-bottom: 0;
    text-align: center;
}
address ul li {
    color: #201f21;
    font-weight: 600;
}
.alerte-email address ul li a,
address ul li a {
    color: #201f21;
}
address ul li i {
    color: #201f21;
}
footer, footer a {
    color: #fff;
}

@media (min-width: 992px) {
    .nav-main li a {
        text-transform: uppercase;
        color: #000;
        font-size: 13px;
        padding-bottom: 20px;
        white-space: nowrap;
    }
    /* #navbarSupportedContent .dropdown::before {
        content: "\f123";
        font-family: "Ionicons";
        position: absolute;
        border: 0;
        font-size: 12px;
        right: -14px;
        top: 2px;
        color:#000;
    } */
    .list-inline-item:not(:last-child) {
        margin-right: 0;
    }
    #navbarSupportedContent .dropdown::after {
        content: "\f123";
        font-family: "Ionicons";
        position: relative;
        border: 0;
        font-size: 12px;
        /* right: 10px; */
        /* top: 2px; */
        left: 0px;
        color: #000;
    }
    .bloc_search {
        padding: 23px 8px 8px 8px;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        min-height: 60px;
        z-index: 20;
        background-color: rgba(0, 0, 0, 0.6);
        bottom: 27px;
    }
}

.estimation .block_info, .alerte-email .block_info {
    color: #000;
}
.form-section a, .c_rgpd a, .mentions-legales .main-content a  {
    color: #b4a57d;
}
.form-section a:hover, .c_rgpd a:hover, .mentions-legales .main-content a:hover  {
    color: #fff;
}
address a:hover, footer a:hover {
    color: #fff;
}

.sous-titre {
    color: #b4a57d;
}
.gestion .contenu_li li {
    font-size: 15px;
    padding-left: 3em;
    margin-bottom: 10px;
}

.border1 {
    border: 1px solid #b4a57d2e;
    padding: 20px;
    margin: 10px 0;
}
.nav_back a {
    color:#fff;
}
.nav_back a:hover {
    color:#fff;
}