/*//////////////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: #fff;
    color: #000;
}
.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: #ff7f26;
}
.prod_accueil .produits h5::first-letter{
    color: #ff7f26;
}
.bloc_search {
    bottom: 0;
}

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

.btn-primary {
    color: #ffffff !important;
    background: #ff7f26;
    border-color: #ff7f26;
}
.btn-primary:hover {
    color: #ffffff !important;
    background: #5c5c5c;
    border-color: #5c5c5c;
}

.marginauto {margin: auto;}


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

header .navbar {
    border-top: 0;
    border-bottom: 0;
    background: #ff7f26;
}
.nav-main li a {
    color: #000;
    font-weight: bold;
}
.nav-main li a:hover{
    color:#fff;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #ff7f26;
}
.bloc_search {
    background-color: rgba(0, 0, 0, 0.6);
}
#navbarSupportedContent .dropdown::after {
    color: #ff7f26;
}
.header__logo {
    width: 100%;
}
.header__logo a{
    align-items: baseline;
}
.header__logo p {
    color: #5c5c5c;
    font-size: 18px;
}
p span.uppercase {
    text-transform: uppercase;
    font-weight: 800;
    color: #ff7f26;
    font-size: 25px;
}
p.entete {
    font-size: 20px;
}
.header__logo p strong  {
    font-size: 21px;
}
.margin10auto {
    margin: 10px auto;
}
.header__logo i {
    color: #ff7f26;
    font-size: 20px;
    top: 2px;
}
/*//////////////FOOTER////////////*/

address {
    border-top: 2px solid #5c5c5c;
    border-bottom: 2px solid #5c5c5c;
}
address ul li i {
    color: #ff7f26;
}
footer, footer a {
    color: #000;
}
address ul li {
    font-weight: bold;
}


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

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


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

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


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

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

/*//////////////AUTRE////////////*/
.breadcrumb-item > a, .block_tri_list.d-flex > label {
    color: #ff7f26;
}
.breadcrumb-item.active {
    color: #5c5c5c;
}
.list-crit {
    color: #ff7f26;
}


/* RESPONSIVE */
@media (max-width: 420px){
    .header__logo .text-left, .header__logo .text-right{
        text-align: center!important;
    }
}