/*PREMIUMBASE*/


/*Import Fonts*/

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


.header__logo img {
image-rendering: -moz-crisp-edges; /* Firefox */
image-rendering: -o-crisp-edges; /* Opera */
image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
image-rendering: crisp-edges;
-ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}

/*GENERAL*/
.header__logo {
    display: block;
    height: 100px;
    padding: 20px;
    width: 14%;

    background: #ffffff00!important;
}
#bloc_fixed .bloc {
    background: rgb(0 92 170);
    color: #fff;
}
.site-pusher {
    background: #ffffff00;
}
.moteur {
    padding: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 20;
    background-color: rgb(0 0 0 / 0%);
}
.top_link {
    z-index: 99;
    bottom: 65px;
    background: #005caa;
    border-radius: 0;
    border: 1px solid #f1f1f1;
}
.index-logo-sticking {
    width: 100%!important;
}
.index-logo-not-sticking {
    width: 100%!important;
}

body {
    font-family: 'Work Sans', sans-serif;
}
h2, .page-heading, .home_heading {
    color: #005caa;
}
.index-logo-sticking {
    width: 6%;
}

.header__logo {
    background: #ffffffad;

}

.index-logo-not-sticking {
width: 6%;
}
@media (min-width: 992px) {
   
    nav.menu ul li {
        display: inline-block;
    }
    .menu ul > li > a {
        padding: 12px 10px;
        line-height: 1.2;
        color: #000;
    }
    .index .not-sticking .menu ul > li > a {
        color: #fff;
    }
    .header__logo {
        display: block;
        height: 100px;
        padding: 20px;
    }
}

.btn {
    border-radius: 0;
}

.home_heading::after {
    content: "";
    display: block;
    position: relative;
    background: #000;
    height: 2px;
    width: 150px;
    margin: 24px auto 24px auto;
}


/*PAGE DETAILS*/
.detail_taber .nav-link {
    padding: 10px;
}
.detail_taber .nav-link.active,
.detail_taber .nav-link:hover {
    background: #007bff !important;
    color: #fff;
    padding: 10px;
}
.detail_taber {
    border-bottom: 1px solid #007bff;
}
.detail_header .titre:after {
    background: #007bff;
}
.detail_header .crit span:nth-child(1) {
    font-weight: 600;
}
.retour_pret {
    font-size: 25px;
    font-weight: 700;
    color: #007bff;
}
.retour_pret span {
    color: #007bff;
}
.detail .page_heading {
    font-size: 22px;
    font-weight: 500;
    border-left: 2px solid #007bff;
    padding-left: 10px;
}
.detail .info_titre {
    text-transform: inherit;
}
.detail .info_prix {
    padding: 0;
}
.detail .header-item {
    padding: 0;
}
.lafficheur li:hover, .lafficheur li.active {
    background-color: #007bff !important;
}
.table-warning,
.table-warning>td,
.table-warning>th {
    background-color: #007bff !important;
}
.detail #descdetail{
    text-align: justify;
}
/*MISE EN FORME TABLEAU DETAILS*/
.detail .attribut_label0 {
    position: relative;
    background: #fff;
}
.detail .bloc-champ{
    background: #fff;
}

/* responsive */

@media all and (min-width: 320px) and (max-width: 414px){
    .header__logo {
        display: block;
        height: 100px;
        width: 45%;
        margin-left: auto;
        margin-right: auto;
        background: #ffffff00!important;
    }
    /* .sticky_menu .stick-me */
     .not-sticking{
         /* display: none!important; */
         background: #007bff!important;
     }
    .moteur {
        padding: 20px;
        position: absolute;
        bottom: 0;
        left: 0;
        top: 249px;
        z-index: 20;
        background-color: rgb(148 195 245);
    }
     video {
        margin-top: 99px;
     }
    .header__logo img {
        margin-left: -20px;
        margin-top: 0px;
        max-width: 70%;
    }
}


@media all and (min-width: 768px) and (max-width: 800px){
    .header__logo {
        display: block;
        height: 100px;
        width: 25%;
        margin-left: auto;
        margin-right: auto;
        background: #ffffff00!important;
    }
    /* .sticky_menu .stick-me */
     .not-sticking{
         /* display: none!important; */
         background: #007bff!important;
     }
    .moteur {
        padding: 20px;
        position: absolute;
        bottom: 0;
        left: 0;
        top: 531px;
        z-index: 20;
        background-color: rgb(148 195 245);
    }
     video {
        margin-top: 99px;
     }
    .header__logo img {
        margin-left: -20px;
        margin-top: 0px;
        max-width: 70%;
    }
}
@media all and (min-width: 1024px) and (max-width: 1100px){
    .bgAccueil {
        background: #007bffd9!important;
    }
    .moteur {
        padding: 20px;
        position: absolute;
        bottom: 285px;
        left: 0;
        z-index: 20;
        background-color: rgb(0 0 0 / 0%);
    }
}