/*//////////////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: #f1f1f1;
    color: #212529;
}
.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: #000;
}
a:hover {
    color: #008ed5;
}


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

.btn-primary {
    color: #ffffff !important;
    background: #ffca00;
    border-color: #ffca00;
}
.btn-primary:hover {
    color: #ffffff !important;
    background: #008ed5;
    border-color: #008ed5;
}
.btn-secondary {
    background: #333;
}


/*//////////////HEADER////////////*/
.header__logo {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background: #ffca00;
}
header .navbar {
    border-top: 2px solid #ffca00;
    border-bottom: 2px solid #ffca00;

}
.nav-main li a {
    color: #000;
    font-weight: bold;
}

.bloc_search {
    background-color: rgba(0, 0, 0, 0.6);
}


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

address {
    border-top: 2px solid #ffca00;
    border-bottom: 2px solid #ffca00;
}
footer, footer a {
    color: #000;
}


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

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


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

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


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

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


