/*//////////////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: #292929;
    color: #000;
}
.detail .main-content,
.agence .main-content,
.gestion .main-content,
.alerte-email .main-content,
.estimation .main-content,
.mentions-legales .main-content,
.contact .main-content,
.page-erreur {
    background: #ffffff;
}

.green {
    color: #4a7b1a;
}
.gestion h3 {
    font-size: 22px;
    padding-bottom: 20px;
}
.gestion h4 {
    font-size: 18px;
}

/*//////////////GENERAL////////////*/
.h1, h1 {
    font-size: 30px;
}
a {
    color: #000;
}
a:hover {
    color: #333;
}
.prod_accueil .produits {
    width: 33.3333%;
}
.prod_accueil .produits h5 {
    color: #fff;
}
.snpi {
    text-align: center;
    margin: auto;
}
.bandeaux {
    z-index: 1;
}
.page-item.active .page-link {
    color: #599420;
}
.page-link,
.page-item.disabled .page-link {
    color: #fff;
}
.page-link:hover {
    color: #4a7b1a;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
}


/*//////////////BOUTONS////////////*/
.btn-primary {
    color: #ffffff !important;
    background: #4a7b1a;
    border-color: #4a7b1a;
}
.btn-primary:hover {
    color: #ffffff !important;
    background: #335412 !important;
    border-color: #335412 !important;
}
.btn-secondary {
    background: #333;
}


/*//////////////HEADER////////////*/
header .container {
    background: url(/assets/images/bgimg.jpg) no-repeat top center fixed;
    position: relative;
    -moz-background-size: initial;
    -o-background-size: initial;
    background-size: initial;
}
.logo-bg{
    position: absolute;
    height: 100%;
    width: 31%;
    background-color: rgba(41, 41, 41, .5); 
}
.header__logo {
    width: 30%;
    max-width: 30%;
    margin: initial;
    text-align: center;
    padding: 50px 0;
    background: rgba(0, 0, 0, .5);
}
header .navbar {
    border:none;
    background:#4a7b1a;
}
.dropdown-menu{
    z-index: 5;
}
.nav-main li a {
    color: #fff;
}
.bloc_search {
    background-color: rgba(0, 0, 0, 0.6);
}
.index .bandeaux {
    display: none;
}


/*//////////////MOTEUR ACCUEIL////////////*/
.index form {
    margin-bottom: 0;
    background: #fff;
    padding: 30px;
    margin: 10px;
    min-height: 415px;
}
.index .search__form-item:nth-child(1){
    margin-left: 0;
    margin-right: 0;
}
.index .search__form-item:nth-child(1),
.index .search__form-item:nth-child(n+2){
    width: 100%;
    margin-bottom: 24px;
    margin-right: 0;
}



/*//////////////FOOTER////////////*/
footer, footer a {
    color: #fff;
}
footer a:hover {
    color: #ccc;
}
address {
    border:none;
    background:#4a7b1a;   
}
address li a, address li{
    color: #fff;
}


/*//////////////PAGES FORMULAIRES////////////*/
.breadcrumb-item > a, .block_tri_list.d-flex > label {
    color: #5d9822;
}


/*//////////////LISTING////////////*/
.list-crit {
    color: #4a7b1a;
}
.block_info {
    background: #fff;
}
.prod_listing > .listing_article article:hover {
    border-right: 3px solid #4a7b1a;
}


/*//////////////DETAIL////////////*/
.detail .carousel {
    z-index: 1;
}
.detail-info .table i {
    color: #292929;
}
.detail-nav-calcul > ul > li a {
    background: #656462;
}


/*//////////////DISPLAY NONE////////////*/
.bloc_search {
    display: none;
}


/*//////////////RESPONSIVE////////////*/
@media(max-width:1025px){
    header .navbar {    
    }
    .header__logo {
        width: 31%;
        text-align: center;
        padding-top: 50px;
    }
    .index form {
        padding: 10px;
        min-height: inherit; 
    }
}

@media(max-width:991px){
    header .navbar {
        margin-top: -17px;
    }
    .header__logo {
        width: 31%;
        text-align: left;
        padding-top: 50px;
    }
    .index .search__form-item:nth-child(1),
    .index .search__form-item:nth-child(n+2) {
        margin-bottom: 12px;
    }
    .index form {
        padding: 12px;
    }
    .index .prod_accueil, .detail .prod_accueil {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

@media (max-width: 767px) {
    .search__form-item:nth-child(n+2) {
        margin-left: 0px;
    }
}

@media(max-width:737px){
    header .navbar {
        margin-top: -35px;
    }
    .header__logo {
        width: 35%;
        text-align: center;
        padding-top: 35px;
        margin-bottom: 54px;
        margin-left: 10px;
    }
    .logo-bg{
        width: 40%;  
    }
}

@media(max-width:420px){
    header .navbar {
        margin-top: -20px;
    }
    .header__logo {
        max-width: 45%;
        width: 45%;
        text-align: center;
        padding-top: 10px;
        margin-bottom: 0;
        margin-left: 0;
    }
    .logo-bg{
        width: 40%;  
    }
    .index .prod_accueil, .detail .prod_accueil {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .prod_accueil .produits {
        width: 97%;
    }
    .snpi {
        margin-top: 25px;
    }
    .detail .sidebar {
        margin: 20px 0 0 0;
    }
}

