/*//////////////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: transparent;
}
/*//////////////GENERAL////////////*/

a {
    color: #000;
}
a:hover {
    color: #233067;
}

.rouge {
    color: #be1e2d ;
}
.bleufonce {
    color:#233067;
}
.bleuclair {
    color: #00afe3;
}
.marginauto { margin:auto;}
/*//////////////BOUTONS////////////*/

.btn-primary {
    color: #ffffff !important;
    background: #be1e2d;
    border-color: #be1e2d;
}
.btn-primary:hover {
    color: #fff !important;
    background: #111;
    border-color: #be1e2d;
}
.btn-secondary {
    background: #333;
}

.alert-danger {
    color: #23336a;
    background-color: #01aee25c;
    border-color: #22336a;
    margin: 20px 0;
}

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

header .navbar {
    border-top: 0;
    border-bottom: 0;
    background: linear-gradient(to right, #233067, #00afe3, #233067);
}
#navbarSupportedContent .dropdown::after {
    color: #fff;
}
.bloc_search {
    background-color: rgba(0, 0, 0, 0.6);
}
.nav-main li a {
    text-transform: uppercase;
    color: #fff;
    line-height: 30px;
    background-size: 6px 6px;
    -webkit-transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
    z-index: 10;
    font-size: 14px;
    font-weight: 600;
}
.nav-main li:hover a{
    color: #000;
    -webkit-transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
    background-size: 6px 50px;
}
.nav-main li:hover {
    -webkit-transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;   
    background: #fff;
}
.dropdown-menu {
    display: none;
    position: absolute;
    background-color: #fff;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    border: none;
    margin-top: 0;
}
.dropdown-menu a:hover {
    background-color: #be1e2d;
}

.page-heading, .administrable h1 span {
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 20px;
    color: #be1e2d;
    text-transform: uppercase;
}

/* //////////////////INDEX////////////////// */
.prod_accueil .produits h5 {
    text-align: center;
    margin: 0 5px;
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 0;
    font-weight: 700;
    background: linear-gradient(to right, #233067, #00afe3, #233067);
    color: #fff;
}
.prod_accueil article {
    background: #ffffff;
    border: none;
    box-shadow: 5px 5px 4px #b3b2b2;
}


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

address {
    border-top: 0;
    border-bottom: 0;
    background: linear-gradient(to right, #233067, #00afe3, #233067);
}
footer, footer a {
    color: #000;
}
address,
address a{
 color: #fff;
}

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

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


/*//////////////LISTING////////////*/
.prod_listing > .listing_article article {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
}
.list-crit {
    color: #17a2b8;
}
.block_info {
    background: transparent;
}
.prod_listing > .listing_article article:hover {
    border-right: 3px solid #17a2b8;
}


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

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


/* ////////////AGENCE//////////// */
.agence p {
    font-size: 15px;
}

/* RESPONSIVE */
@media (min-width: 992px) {
    .bloc_search {
        bottom: 33px;
        background-color: rgba(255,255,255, 0.6);
    }
    .navbar {
        padding: 0;
    }
    .navbar {
        margin-bottom: 0px;
    }
    .nav-main {
        padding: 0;
        margin: 0;
    }
    .nav-main li {
        text-align: center;
        padding: 10px 10px;
    } 
    .nav-main li a {
        padding-bottom: 0;
    }   
}



.liens_center {
    text-align: center;
    margin: 10px 0;
}