/*//////////////IMPORTS////////////*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');


.rouge {
    color: #da2f1e;
}
.bleu {
    color: #16529c;
}

/*//////////////BACKGOUND////////////*/

body {
    font-family: 'Open Sans', sans-serif;
    /* background-image: url(/assets/images/bg.jpg); */
    color: #212529;
    background: #fff;
    font-size: 14px;
}
.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: #16529c;
}
.alert-danger {
    color: #da2f1e;
    background-color: #ffffff;
    border-color: #174e98;
    margin-top: 20px;
}

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

.btn-primary {
    color: #ffffff !important;
    background: #16529c;
    border-color: #16529c;
}
.btn-primary:hover {
    color: #ffffff !important;
    background: #da2f1e;
    border-color: #da2f1e;
}
.btn-secondary {
    background: #333;
}


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

header .navbar {
    border-top: 2px solid #e82529;
    border-bottom: 2px solid #e52824;
    background: #174e98;
}
.nav-main li a {
    color: #fff;
}
#navbarSupportedContent .dropdown::after {
    color: #fff;
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(4) {
    background-image: url(/assets/images/slider/image-4.jpg);
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(5) {
    background-image: url(/assets/images/slider/image-5.jpg);
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(6) {
    background-image: url(/assets/images/slider/image-6.jpg);
}
/*//////////////INDEX////////////*/
.prod_accueil .produits h5 {
    text-align: center;
    margin: 20px 0 0 0;
    font-size: 19px;
    text-transform: uppercase;
    padding-top: 0;
    font-weight: 800;
    color: #174e98;
}
.prod_accueil .produits h5::after {
    content: "";
    display: block;
    position: relative;
    background: #e52824;
    height: 1px;
    width: 67%;
    margin: 10px auto;
}
.prod_accueil .block_info {
    z-index: 0;
    border: 1px solid #e42a2377;
    padding: 20px;
    text-align: center;
}
.prod_accueil .btn-primary:hover {
    color: #ffffff !important;
    background: #16529c;
    border-color: #16529c;
}
.prod_accueil .btn-primary {
    color: #ffffff !important;
    background: #da2f1e;
    border-color: #da2f1e;
}

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

address {
    border-top: 2px solid #e82529;
    border-bottom: 2px solid #e52824;
    background: #174e98;
}
footer, footer a {
    color: #fff;
}
footer {
    background: transparent;
}


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

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


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

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


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

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




footer .liens_left a {
    color: #000;
}



@media(min-width:992px){
    .header__logo img {
        margin: 20px 0;
    } 
    .nav-main li {
        width: auto;
        padding: 17px;
    }
    .nav-main li a {
        padding: 0;
    }
    .nav-main {
        padding: 0;
    }
    .dropdown-menu {
        margin-top:0;
    }
    .nav-main .dropdown-item {
        padding: 10px;
    }    
    .navbar-nav {
        margin-top: 0;
    }
    .navbar {
        padding: 0;
    }
    .nav-main li:hover {
        background: #da2f1e;
    }
    .nav-main li:hover a{
        color: #fff;
    }
    .nav-main .dropdown-menu a {
        color: #000!important;
    }
    .dropdown-menu a:hover {
        background-color: #16529c;
        color: #fff!important;
    }
    .bloc_search {
        padding: 23px 8px 8px 8px;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        min-height: 60px;
        z-index: 20;
        background-color: rgba(255,255,255, 0.6);
        bottom: 20px;
    }
    .agence .equipe img {
        width: 250px;
    }
    .agence .equipe{
        text-align: center;
        margin: 30px 0 0 0;
    }
}
@media (max-width: 991px) {
    .prod_accueil .block_info {
        min-height: 180px;
    }
}
@media (min-width: 768px) {
    .search__form-item:nth-child(n+1), 
    .search__form-item:nth-child(n+2) {
        margin-bottom: 5px;
        vertical-align: top;
        width: calc(100% / 5 - 6px);
    }    
    .prod_accueil article {
        border: 1px solid #ddd;
        width: 100%;
        margin: 20px;
    }
    .index .prod_accueil, .detail .prod_accueil {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
@media (max-width: 768px) {
    header ul.navbar-nav li a {
        color: #fff;
    }
 }