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

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


/*//////////////BACKGROUND////////////*/

body {
    font-family: 'Open Sans', sans-serif;
    background: #000;
    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: #000;
    color: #fff;
    font-size: 16px;
}
/*//////////////GENERAL////////////*/

a {
    color: #000;
}
a:hover {
    color: #0056b3;
}
.page-heading {
    font-size: 24px;
    font-weight: 500;
    padding-bottom: 0;
    border-left: 3px solid #2b52a4;
    margin-bottom: 20px;
    padding-left: 20px;
    text-transform: uppercase;
}
.breadcrumb-cms {
    padding: 0 0 15px 0;
    font-size: 14px;
}
/*//////////////BOUTONS////////////*/

.btn-primary {
    color: #ffffff !important;
    background: #4cb84a;
    border-color: #4cb84a;
}
.btn-primary:hover {
    color: #ffffff !important;
    background: #2c8f2b;
    border-color: #2c8f2b;
}
.btn-secondary {
    background: #333;
}


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

header .navbar {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    background: #4cb84a;
}
.nav-main li a {
    color: #fff;
}

.bloc_search {
    background-color: rgba(0, 0, 0, 0.6);
}
@media (min-width: 992px) {
    .nav-main li a {
        text-transform: uppercase;
        color: #000;
        font-size: 16px;
        padding-bottom: 20px;
        font-weight: 600;
    }
}
/* ////////////MOTEUR//////////// */
@media (min-width: 992px) {
    .bloc_search {
        padding: 23px 8px 8px 8px;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        min-height: 60px;
        z-index: 20;
        background-color: rgba(0, 0, 0, 0.6);
        bottom: 22px;
    }
}
/* ////////////SLIDER//////////// */
@media (min-width: 768px) {
    #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);
    }
}
/*//////////////FOOTER////////////*/

address {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    background: #4cb84a;
    color: #fff;
}
address ul li span {
    padding-left: 15px;
    color: #fff;
}
footer, footer a {
    color: #fff;
}
address i {
    color: #2b52a4;
}
footer .liens_left ul {
    display: -webkit-box;
}
footer .liens_left ul li {
    padding: 0 5px;
}
/*//////////////PAGES FORMULAIRES////////////*/

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

/* ///////////////HOME/////////////// */
.prod_accueil .produits h5 {
    color: #fff;
}
.prod_accueil article {
    border: 1px solid #fff;
}

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

.list-crit {
    color: 2b52a4;
}
.block_info {
    background: #000;
}
.prod_listing > .listing_article article:hover {
    border-right: 3px solid 2b52a4;
}
.container.prod_listing {
    background: #000;
}
.prod_listing .block_info {
    color: #000;
    background: #fff;
}

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

.detail-info .table i {
    color: 2b52a4;
}
.detail-nav-calcul > ul > li a {
    background: #656462;
}
.info_prix-hai, .info_numero {
    color: #fff;
}

footer a {
    font-size: 0.8rem;
}
footer a:hover {
    color: #4cb84a;
}


.estimation .block_info,
.alerte-email .block_info {
    background: #1b1b1b;
}
#formestimation .form-group:nth-child(9) {
    width: 100%;
    float: left;
}
#formestimation .form-group:nth-last-child(3) {
    height: auto;
}
.form-group a {
    color: #fff;
}




/* ////////////////////RESPONSIVE//////////////////// */
@media (max-width: 1024px) {
    .prod_listing .block_info {
        min-height: 240px;
    }
}
@media (max-width: 991px) {
    .index .prod_accueil, .detail .prod_accueil {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .info_ville {
        font-size: 11px;
    }
}
@media (max-width: 768px) {
    .info_ville {
        font-size: 11px;
    }
    address ul {
        list-style: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: space-around;
        margin: 0;
        padding: 10px;
    }
    address {
         padding-top: 0;
    }
}

@media (max-width: 500px) {
    .index .prod_accueil, .detail .prod_accueil {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    address ul {
        list-style: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: block;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: unset;
        margin: 0;
        padding: 10px;
    }

}
