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

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

@import url('https://fonts.googleapis.com/css?family=Lora&display=swap');


/* marron: #4c3516 */
/* bleu: #56c7e9 */


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

body {
    font-family: 'Open Sans', sans-serif;
    /* background-image: url(/assets/images/bg-spirale.jpg); */
    background: #271807; 
    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: #0056b3;
}

.page-heading, .administrable h1 span {
    font-size: 22px;
    padding-bottom: 20px;
    margin: 20px 0 0 0;
    color: #4c3314;
    text-transform: uppercase;
}
.page-heading::after, .administrable h1 span::after {
    content: "";
    display: block;
    position: relative;
    background: #56c7e9;
    height: 2px;
    width: 150px;
    margin: 10px 0;
}
/*//////////////BOUTONS////////////*/

.btn-primary {
    color: #000 !important;
    background: #f6a717;
    border-color: #f6a717;
}
.btn-primary:hover {
    color: #ffffff !important;
    background: #56c7e9;
    border-color: #56c7e9;
}
.btn-secondary {
    background: #333;
}


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

header .navbar {
    border-top: 2px solid #56c7e9;
    border-bottom: 2px solid #56c7e9;
    background: #56c7e9;
}
.nav-main li a {
    color: #4c3516;
    font-weight: 600;
    font-family: 'Lora', serif;
    font-size: 15px;
    padding-bottom: 0;
}

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

#navbarSupportedContent .dropdown::after {
    color: #4c3516;
}
.dropdown-menu a:hover {
    background-color: #56c7e9;
}
.bloc_search {
    background-color: rgba(255, 255, 255, 0.4);
}
.prod_accueil .produits h5 {
    color: #4c3314;
    font-family: 'Lora', serif;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 15px;
    padding: 15px 0 0 0;
}
.bleu {
    background: #56c7e9;
    color: #4c3314;
    padding: 10px 10px 10px 0;
}
.marron {
    color: #56c7e9;
    background: #4c3314;
    padding: 10px 0 10px 10px;
}
.index .main-content {
    margin: 35px 0;
}
.prod_accueil .produits {
    margin-top: 10px;
    max-width: 32%;
    background: #56c7e9;
}
.prod_accueil {
    margin: 0;
}
.prod_accueil article {
    margin: 1px;
}
/*//////////////FOOTER////////////*/

address {
    border-top: 2px solid #56c7e9;
    border-bottom: 2px solid #56c7e9;
    background: #56c7e9;
    color: #4c3314;
    font-size: 15px;
    font-weight: 600;
}
footer, footer a {
    color: #fff;
}
address a {
    color: #4c3314;
}
footer a:hover {
    color: #f6a717;
}


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

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


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

.list-crit {
    color: #56c7e9;
}
.block_info {
    background: #fff;
    color: #4c3314;
}
.prod_listing > .listing_article article:hover {
    border-right: 3px solid #56c7e9;
}
.info_type {
    font-weight: 600;
}
.prod_accueil .info_prix {
    margin: 20px 0;
    padding: 0;
    font-size: 18px;
    font-weight: 600;
}
.prod_listing > .listing_article article {
    border: 1px solid #0006;
}
.prod_listing .block_img {
    width: 47%;
}
/*//////////////DETAIL////////////*/

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


footer {
    background: transparent;
}


/* RESPONSIVE */
@media (min-width: 992px) {
    .bloc_search {
        bottom: 14px;
    }
    .header__logo img {
        width: 65%;
        margin: 20px 0;
    }
    .nav-main .dropdown-item {
        color: #4c3516;
    }
    .dropdown-menu {
        margin-top: 3px;
    }
}
@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;
    }
    .prod_accueil article {
        width: 100%;
    }
}
@media (max-width: 560px) {
    .index .prod_accueil, .detail .prod_accueil {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .prod_accueil .produits {
        max-width: 100%;
    }
}