/*//////////////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: #86949d;
    color: #fff;
}
.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: #106071;
}

.estimation .block_info, .alerte-email .block_info {
    color: #106071;
}
/*//////////////BOUTONS////////////*/

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


/*//////////////HEADER////////////*/
.header__logo {
    width: 20%;
    margin: auto;
    text-align: center;
}
header .navbar {
    border-top: 3px solid #106071;
    border-bottom: 3px solid #106071;
    background:transparent;
}
.nav-main li a {
    color: #fff;
}
.dropdown-menu {
    background-color: #106071;
    border: none;
}
.nav-main .dropdown-item {
    color: #fff;
    transition:all 0.3s ease-in-out;
}
.nav-main .dropdown-item:hover {
    color: #106071;
    background: #fff;
    transition:all 0.3s ease-in-out;
}
.bloc_search {

    padding: 23px 8px 8px 8px;
    position: absolute;
    bottom: 0;
    left: 115px;
    width: 80%;
    min-height: 60px;
    z-index: 20;
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 80px;
    text-align: center;
    margin: auto;
}
.search__form-item:nth-child(1) {

    width: calc(24.5% / 1 - 4px);
    flex-wrap: wrap !important;
    margin-right: 5px;
    margin-left: 10px;
}
.search__form-item:nth-child(n+2) {

    margin-bottom: 5px;
    vertical-align: top;
    width: calc(24.5% / 1 - 4px);

}
/*//////////////FOOTER////////////*/

address {
    border-top: none;
    border-bottom: 3px solid #106071;
}
footer, footer a {
    color: #fff;
    transition:all 0.3s ease-in-out;
}
footer a:hover {
    color: #106071;
    transition:all 0.3s ease-in-out;
}


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

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


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

.list-crit {
    color: #106071;
}
.block_info {
    background: #fff;
}
.prod_listing > .listing_article article:hover {
    border-right: 3px solid #106071;
}
.block_info {
    background: transparent;
}
.prod_listing > .listing_article article {
    background: transparent;
    border: 1px solid #fff;
}
.page-link {
    color: #fff;
}
/*//////////////DETAIL////////////*/

.detail-info .table i {
    color: #106071;
}
.detail-nav-calcul > ul > li a {
    background: #656462;
}
/*//////////////DISPLAY NONE////////////*/
.prod_accueil{
    display: none;
}
.c_surfacemin{
    display: none;
}
.c_prixmax{
    display: none;
}
/*/////////////PAGE AGENCE////////////*/
.call-to {
    margin-top: 50px;
    padding: 25px 150px;
    font-weight: 700;
    background-color: #106071;
    color: #fff;
}
.btn-primary-white {
    color: #ffffff !important;
    background: #106071;
    border-color: #fff;
    transition: all 0.3s ease-in-out;
}
.btn-primary-white:hover {
    color: #106071 !important;
    background: #fff;
    border-color: #fff;
    transition: all 0.3s ease-in-out;
}
.btn-agence{
    text-align: center;
}
.service-h1{
    margin-top: 30px;
    margin-bottom:30px;
}
/*//////////////RESPONSIVE////////////*/

@media(max-width:769px){
    .bloc_search {   
        left: 37px;
        width: 90%;  
    }
    .index .carousel {
        z-index: 0;
        margin-bottom: 100px;
    }
    .container {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    }
}

@media(max-width:737px){
    .carousel-fullscreen {
        display: block;
    }
    .bloc_search {
        position: relative;
        width: 100%;
        left: 0;
        margin-bottom: -90px;
    }
    .search__form-item:nth-child(1) {
        width: calc(100% / 1 - 4px);
    }
    .search__form-item:nth-child(n+2) {
        width: calc(100% / 1 - 14px);
    }   
}