/*//////////////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: #fff;
    color: #d4701a;
}
.detail .main-content, .agence .main-content,.offre .main-content, .alerte-email .main-content, .estimation .main-content, .mentions-legales .main-content, .contact .main-content, .page-erreur {
    background: #ffffff;
    margin-top: 30px;
}

/*//////////////GENERAL////////////*/

a {
    color: #d4701a;
}
a:hover {
    color: #d4701a;
}
p {
    font-size: 15px;
}
.page-heading, .administrable h1 span {
    font-size: 22px;
    font-weight: 500;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.page-heading::after {
    content: "";
    display: block;
    position: relative;
    background: #d4701a;
    height: 2px;
    width: 48px;
    margin: 15px auto 15px 0;
}
.alert-danger {
    color: #d4701a;
    background-color: #fff;
    border-color: #d4701a;
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin: 1rem 0;
    border: 1px solid #d4701a;
    border-radius: .25rem;
}

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

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


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

header .navbar {
    border-top: 2px solid #d4701a;
    border-bottom: 2px solid #d4701a;
}
.nav-main li a {
    color: #d4701a;
    font-weight: 600;
}
.bloc_search {
    background-color: rgba(0, 0, 0, 0.6);
}

.dropdown-menu a:hover {
    background-color: #d4701a;
    color: #fff;
}

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

address {
    border-top: 2px solid #d4701a;
    border-bottom: 2px solid #d4701a;
    color: #000;
}
footer, footer a {
    color: #000;
}
address a:hover,
footer a:hover {
    color: #000;
}

#carouselExampleIndicatorsHome .carousel-item:nth-child(1) {
    background-image: url('/assets/images/slider/image-1.jpg');
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(2) {
    background-image: url('/assets/images/slider/image-2.jpg');
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(3) {
    background-image: url('/assets/images/slider/image-3.jpg');
}
#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');
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(6) {
    background-image: url('/assets/images/slider/image-6.jpg');
}

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

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


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

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

.prod_accueil article {
    background: #ffffff;
    border: 1px solid #d4701a;
    color: #000;
}

.container.prod_listing {
    background: transparent;
}
.prod_listing .block_info {
    color: #000;
}
.prod_listing .block_info a, .prod_listing .block_info a:hover{
    color: #000;
}
.prod_listing .block_info i, .prod_listing .block_info i:hover{
    color: #fff;
}
.prod_listing > .listing_article article {
    border: 1px solid #d4701a52;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #d4701a;
}

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

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

@media (min-width: 992px) {
    .header__logo {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        padding: 10px 0;
    }
    .header__logo img {
        width: 200px;
    }
    .bloc_search {
        padding: 23px 8px 8px 8px;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        min-height: 60px;
        z-index: 20;
        background-color: rgba(255,255,255, 0.5);
        bottom: 25px;
    }
    .header__logo img {
        display: none;
    }

}
@media (max-width: 991px) {
    .header__logo {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        padding: 10px 0;
    }
    .header__logo img {
        width: 100px;
    }

}
@media (max-width: 768px) {
    nav ul li a img {
        display: none;
    
    }
}
@media (min-width: 769px) {
    .header__logo {
        width: 100%;
        margin: 0 auto 20px auto;
        text-align: center;
        padding: 10px 0;
    }

    nav ul {
        height: 30px;
    }    
    nav ul li a img {
        top: -38px;
        width: 100px;
    
    }
    .index .carousel {
        z-index: 0;
        margin-top: 30px;
    }
}
.breadcrumb-cms {
    display: none;
}

.offre h6 {
    margin-bottom: 1rem;
}