/*//////////////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: #000;
}
a:hover {
    color: #499db0;
}
.bleu {
    color: #499db0;
}
.page-heading, .administrable h1 span {
    font-size: 22px;
    font-weight: 500;
    padding-bottom: 0;
    text-transform: uppercase;
}
.page-heading::after {
    content: "";
    display: block;
    position: relative;
    background: #499db0;
    height: 2px;
    width: 60px;
    margin: 7px 0 15px 0;
}
.alert-danger {
    color: #fff;
    background-color: #499db0;
    border-color: #499db0;
    text-align: center;
}

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

.btn-primary {
    color: #ffffff !important;
    background: #499db0;
    border-color: #499db0;
}
.btn-primary:hover {
    color: #ffffff !important;
    background: #138293;
    border-color: #138293;
}
.btn-secondary {
    background: #000;
}


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

header .navbar {
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}
.bloc_search {
    background-color: transparent;
}

#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);
}


/*//////////////MENU////////////*/
.navbar-nav {
    margin-top: 0;
}
.navbar {
    padding: 0;
}
.nav-main li a {
    text-transform: uppercase;
    color: #000;
    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: #fff;
    -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 {
    color: #fff;
    background: #499db0;
    -webkit-transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;   
}
.dropdown-menu {
    display: none;
    position: absolute;
    background-color: #000;
    min-width: 125px;
    -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: #499db0;
}
.estimation .dropdown-menu {
    background-color: #fff;
}
.estimation .dropdown-menu a:hover {
    background-color: #fff;
}
@media (min-width: 992px) {
    .nav-main {
        padding: 0;
    }
    .nav-main li {
        text-align: center;
        padding: 10px 10px;
    }
}

/*//////////////SELECTION////////////*/

.prod_accueil article, article {
    border: 1px solid #cfcfcf;
    box-shadow: 6px 3px 5px #cfcfcf;
}




/*//////////////AGENCE////////////*/
.agence hr {
    margin-top: 2rem;
    margin-bottom: 2rem;
}



.estimation .sidebar p {
    font-size: 17px;
    margin-bottom: 5px;
    margin-left: 10px;
}


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

address {
    border-top: 0;
    border-bottom: 2px solid #000;
}
footer, footer a {
    color: #000;
    font-size: 15px;
}
footer a:hover {
    color: #499db0;
}
address img {
    width: 185px;
}
address ul li {
    padding-right: 20px;
    margin: auto;
    font-size: 17px;
}
address ul li a{
    font-size: 17px;
}
address ul li i {
    color: #499db0;
}
.ion-ios-telephone {
    font-size: 23px;
    top: -5px;
    left: -4px;
}
.ion-email {
    font-size: 23px;
    top: -5px;
    position: absolute;
    left: -5px;
}


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

.breadcrumb-item > a, .block_tri_list.d-flex > label {
    color: #499db0;
}
.alerte-email .bootstrap-select > .dropdown-toggle.bs-placeholder, .alerte-email .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .alerte-email .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .alerte-email .bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.estimation .bootstrap-select > .dropdown-toggle.bs-placeholder, .estimation .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .estimation .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .estimation .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
    border: 1px solid #ccc;
    height: 38px !important;
    text-transform: initial;
    font-size: 14px;
    margin-top: 0;
}

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

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


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

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


/* ////////////RESPONSIVE////////////// */
@media (min-width: 992px) {
    .detail-nav li a {
        color: #fff;
        font-size: 12px;
        padding-bottom: 10px;
    }    
}
