/* =============================================== */
/*                     GENERAL                     */
/* =============================================== */

.jaune { color: #f7941e;}
.orange { color: #d4521d;}
.gris { color:#3a383a;}

body {
    background: #fff url(/assets/images/bg-gris.jpg) no-repeat;
    background-size: cover;
}

/* MENU */
.nav-main li:hover {
 background: #f7941e;
 background: -webkit-gradient(linear, left top, right top, from(#d4521d), to(#f7941e));
 background: linear-gradient(to right, #d4521d, #f7941e);
}
.dropdown-menu a:hover {
 background: #f7941e;
 background: -webkit-gradient(linear, left top, right top, from(#d4521d), to(#f7941e));
 background: linear-gradient(to right, #d4521d, #f7941e);
}

.top-octavio {
    margin-top: 0;
}
/* PAGINATION */
.page-item.active .page-link {
    color: #fff;
    background: #d4521d;
}
.page-link {
    color: #000;
}
.page-link:hover {
    color: #fff;
    background-color: #f7941e;
    border-color: #f7941e;
}
.sidebar { display: none;}
.content_page {
    width: 100%;
}

.blog .contenu {
    margin-top: 20px;
}
/* =============================================== */
/*                 BOUTONS & TITRES                */
/* =============================================== */
.btn-primary {
 background: #f7941e;
 background: -webkit-gradient(linear, left top, right top, from(#d4521d), to(#f7941e));
 background: linear-gradient(to right, #d4521d, #f7941e);
 border: 0;
}
.btn-primary:hover {
    background: #3a383a;
    border: 1px solid #f7941e;
}
.page-heading, .administrable h1 span, .home_heading {
    font-size: 22px;
    font-weight: 500;
    padding: 20px 0;
    text-transform: uppercase;
}
.home_heading::after, .page-heading::after, .administrable h1 span::after {
    content: "";
    display: block;
    position: relative;
    background: -webkit-gradient(linear, left top, right top, from(#d4521d), to(#f7941e));
 background: linear-gradient(to right, #d4521d, #f7941e);
    height: 4px;
    width: 60px;
    margin: 15px 0;
}
/* =============================================== */
/*                       INDEX                     */
/* =============================================== */
header #navbarSupportedContent {
 background: #3a383a;
}
.header__logo ul {
    display: flex;
    justify-content: center;
}
.header__logo ul li {
    margin: auto 5%;
}
.titre-logo {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-shadow: 2px 2px 4px #000;
}

/* BASELINE */
.index .baseline {
    background-color: #3a383a;
}
.index .text-accroche {
 margin-top: 0;
}
.index .text-accroche p {
    font-size: 25px;
    color: #fff;
    text-shadow: 2px 2px 4px #000000c7;
    text-transform: initial;
    font-weight: 600;
    /* background: rgba(255,255,255,0.8); */
    padding: 16px 0;
    margin-bottom: 0;
}
.bloc_search {
 background-color: transparent;
}
.form-style {
    border: 1px solid rgb(68, 68, 68);
}

/* SELECTION */
.prod_accueil {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    flex-wrap: nowrap;
}

.index .picto-bloc-index {
 background: #f7941e;
 background: -webkit-gradient(linear, left top, right top, from(#d4521d), to(#f7941e));
 background: linear-gradient(to right, #d4521d, #f7941e);
 width: 55px;
}
.prod_accueil .block_info {
 background: #3a383a;
}
.bloc-txt-index {
 background: #3a383a;
}
.index .prod_accueil .info_type {
    max-width: 200px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.index .produits a {
    width: calc(100% / 3 - 5px);
}
.index .info_prix {
    margin: 5px 50px 0 0;
    float: right;
}

footer .footer-line1 {
 background: -webkit-gradient(linear, left top, right top, from(#d4521d), to(#f7941e));
 background: linear-gradient(to right, #d4521d, #f7941e);
 color: #000;
 font-weight: 600;
}
footer .footer-line2 {
 background: #3a383a;
}
footer .horaires {
    margin-top: 10px;
    font-style: italic;
}
footer .footer-line1 .reseaux-sociaux a img {
    color: #000;
    width: 50px;
    padding: 6px 0 0 20px;
}


/* =============================================== */
/*                      LISTING                    */
/* =============================================== */
.listing-alerte-email {
    background: -webkit-gradient(linear, left top, right top, from(#f7941e), to(#f7941e));
    background: linear-gradient(to right, #d4521d, #f7941e);
    width: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.listing-alerte-email:hover {
    background: -webkit-gradient(linear, left top, right top, from(#f7941e), to(#d4521d));
    background: linear-gradient(to right, #f7941e, #d4521d);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.prod_listing > .listing_article article {
    border-right: 3px solid #d4521d;
}
.prod_listing > .listing_article article:hover {
    border-right: 3px solid #f7941e;
}

/* PAGE DETAILS */
.detail-header i.ion-android-pin {
    color: #d4521d;
}
.detail-header .info_prix {
    color: #d4521d;
}
.detail-nav ul li a:not(.dropdown-menu) {
    background: #d4521d;
}
.detail-nav ul li a:not(.dropdown-menu) {
    border-radius: 20px;
    margin: 3px 0;
}
.detail-nav ul li:hover a:not(.dropdown-menu) {
    background: #f7941e;
    border-radius: 20px;
}
.detail-nav > ul > li a, .detail-nav-calcul > ul > li a {
    font-size: 12px;
}
.detail-nav  .dropdown-menu {
    background-color: transparent;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(0,0,0,0);
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0);
}
.detail_annexe, .detail .main-content, .agence .main-content, .alerte-email .main-content, .estimation .main-content, .mentions-legales .main-content, .contact .main-content, .page-erreur, .recherche-detaillee .main-content, .breadcrumb-cms, .bg_collapse, .container.prod_listing {
    background: transparent;
}

/* =============================================== */
/*                      CADEAUX                    */
/* =============================================== */
.cadeaux .page-heading {
    text-align: center;
}
.cadeaux .page-heading::after {
    content: "";
    display: block;
    position: relative;
    background: -webkit-gradient(linear, left top, right top, from(#d4521d), to(#f7941e));
    background: linear-gradient(to right, #d4521d, #f7941e);
    height: 4px;
    width: 60px;
    margin: 15px auto;
}
.cadeaux p {
    font-size: 16px;
}
.cadeaux .conditions p {
    text-align: justify;
}
.border {
    padding: 20px;
    background: #dddddd40;
    border: 1px solid #d4521d!important;
}
.cadeaux .sous-titre1 {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1;
    color: #d4521d;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.432);
}
.cadeaux .sous-titre2 {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.432);
}
.centre { text-align: center;}
.conditions p span { 
    font-size: 18px;
    font-weight: 600;
    color: #d4521d;
}
/* =============================================== */
/*                     BAS DE PAGE                 */
/* =============================================== */
footer .footer-line1 a, footer .footer-line2 a, address ul li i {
    color: #000;
}

/* =============================================== */
/*                     RESPONSIVE                  */
/* =============================================== */
header #navbarSupportedContent {
 padding: 0;
}

@media (min-width: 992px) {
 .navbar-nav {
  margin-top: 0;
}
 .nav-main {
     padding: 0;
 }
 .nav-main li a {
  padding-bottom: 0;
 }
 .nav-main li {
  width: auto;
  text-align: center;
  padding: 15px 30px;
 }
}
@media (max-width: 991px) {
    .navbar {
        border-top: 0;
        border-bottom: 0;
    }
    .link-index:last-child {
        margin-top: 0;
    }
    .prod_accueil article {
        width: calc(100% - 16px);
    }
    .index .produits a {
        width: calc(100% / 1 - 5px);
    }
    .header__logo {
        text-align: center;
        width: 60%;
        margin: 0 auto;
    }
}
@media (max-width: 590px) {
    .bloc_search {
        margin-top: 0;
    }    
    .header__logo ul {
        display: block;
        justify-content: center;
    }
    .header .img-fluid {
        width: 100%;
        margin: 15px;
    }
}
