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

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

@media (min-width: 992px){
    .carousel-fullscreen .carousel-inner .carousel-item {
        height: auto;
        min-height: 582px;
    }
}


.prod_accueil .produits h5 {
    color: #5f8b40;
    text-align: center;
    margin: 0;
    font-size: 16px;
    text-transform: uppercase;
    padding-top: 0;
    font-weight: bold;
    font-family: 'Libre Baskerville', serif;
}

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

body {
    font-family: 'Open Sans', sans-serif;
    background: #ffffff;
    color: #354012;
}
.detail .main-content, .agence .main-content, .alerte-email .main-content, .estimation .main-content, .mentions-legales .main-content, .contact .main-content, .page-erreur {
    background: #ffffff;
}

.ion-location {
    color: #ffe00d;
}
.ion-ios-telephone {
    color: #ffe00d;
}
.ion-email {
    color: #ffe00d;
}


address {
    border-top: 5px solid #5f8b40;
    border-bottom: 0px solid #5f8b40;
}
/*//////////////GENERAL////////////*/

a {
    color: #000;
}
a:hover {
    color: #5f8b40;
}


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

.btn-primary {
    color: #ffffff !important;
    background: #5f8b40;
    border-color: #5f8b40;
}
.btn-primary:hover {
    color: #ffffff !important;
    background: #ffe00d;
    border-color: #ffe00d;
}
.btn-secondary {
    background: #333;
}


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

header .navbar {
    border-top: 5px solid #5f8b40;
    border-bottom: 0px solid #5f8b40;
}
.nav-main li a {
    color: #000;
}


.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: -85px;
}


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


footer, footer a {
    color: #000;
}


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

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


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

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


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

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

.dropdown-menu:before{
    transition-delay: 3s!important;
}

.dropdown-menu a:hover {
    background-color: #5f8b40;
    color: #fff;
    /* margin-top:-30px; */
}


.index .main-content {
    padding: 0px 10px 0 10px;
    margin-top: 106px;
}