/*//////////////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: #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: #163e90;
}
a:hover {
    color: #0056b3;
}
.align-center{
    text-align: center;
    margin-top: 10px;
}

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

.btn-primary {
    color: #ffffff !important;
    background: #163e90;
    border-color: #163e90;
}
.btn-primary:hover {
    color: #ffffff !important;
    background: #306be3;
    border-color: #306be3;
}
.btn-secondary {
    background: #333;
}


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

header .navbar {
    border-top: 2px solid #ffec00;
    border-bottom: 2px solid #ffec00;
}
.nav-main li a {
    color: #163e90;
}
.bloc_search {
    background-color: rgba(0, 0, 0, 0.6);
}
.header__logo {
    margin: 20px auto;
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(5) {
    background-image: url('/assets/images/slider/image-5.jpg');
}

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

address {
    border-top: 2px solid #ffec00;
    border-bottom: 2px solid #ffec00;
}
footer, footer a {
    color: #163e90;
}


/*//////////////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 #ffec00;
}


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

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

.prod_accueil .produits h5 {
    color:#163e90;
}
.prod_accueil article {
    border: 1px solid #ddd;
}
