html, body {
    height: 100%;
}

body {
    padding-top: 0px;
    color: #272727;
    font-size: 16px;
}

h1, h2, h3, h4, h5, h6, p, ul,
.h1, .h2, .h3, .h4, .h5, .h6{
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5{
    font-family: sans-serif;
}

h1, .h1 {
    font-size: 60px;
}

h2, .h2 {
    font-size: 40px;
}

h3, .h3 {
    font-size: 1.6em;
}

h4, .h4 {
    font-size: 1.5em;
}

h5, .h5 {
    font-size: 20px;
}

h6, .h6 {
    font-size: 18px;
}

ul {
    margin-left: 20px;
}

p, li {
    font-size: 0.9rem;
    color: #222;
    line-height: 1.5rem;
    font-weight: 400;
    margin-bottom: 10px;
}

b, strong {
    color: #000;
}

a {
    text-decoration: none;
    display: inline-block;
    color: #9c9c9c;
    outline: none;
}

a:hover, a:focus, a:visited, a.btn {
    text-decoration: none;
    outline: none;
}
a.btn-primary {
    color:#fff;
}

button {
    border: none;
    outline: none;
    box-shadow: none;
    display: block;
    padding: 0;
    background: transparent;
}

input, textarea {
    display: block;
    outline: none;
    box-shadow: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

quote {
    display: block;
    font-size: 1em;
    margin: 20px 0;
    line-height: 2em;
}

quote strong {
    font-weight: 600;
    text-shadow: 1px 1px #000;
}
.font-size-4 {
    font-size: 4rem;
    line-height: 4.4rem;

}

.font-size-3 {
    font-size: 3rem;
    line-height: 3.4rem;

}


.font-size-2 {
    font-size: 2rem;
    line-height: 2.4rem;

}

.font-size-1-5 {
    font-size: 1.5rem;
    line-height: 1.9rem;

}
.font-size-1-3 {
    font-size: 1.3rem;
}

.font-size-1-2 {
    font-size: 1.2rem;
}

.font-size-1-1 {
    font-size: 1.1rem;
}

.font-size-0-9 {
    font-size: 0.9rem;
}

.font-size-0-8 {
    font-size: 0.8rem;
    line-height: 0.9rem;
}

.text-black {
    color:black;
}
.flag {
    margin-bottom: 50px;
}

.flag span {
    padding-left: 100px;
    padding-right: 20px;
    font-size: 1rem;
    line-height: 2rem;
    padding-bottom: 5px;
    padding-top: 5px;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
}

.hide {
    display: none;
}

.theme_title, h4 {
    position: relative;
    text-transform: uppercase;

}

.theme_title {
    margin-bottom: 40px;
}

.theme_title:after {
    position: absolute;
    content: "";
    left: 0px;
    bottom: -20px;
    width: 100px;
    height: 1px;


}

.bg-primary .theme_title:after {
    background-color: white;

}

section {

    padding: 90px 0;
    background-color: white;
}

section.bg-primary {
    color: #fff;

}

section.bg-primary quote {
    color: #fff;
    text-shadow: 1px 1px black;
}

section.bg-primary a {
    color: #fff;
}

img, video, iframe {
    width: 100%;
}

a {
    text-decoration: underline;
}

.m-top-10 {
    margin-top: 10px;
}

.m-top-20 {
    margin-top: 20px;
}

.m-top-40 {
    margin-top: 40px;
}

.m-top-60 {
    margin-top: 60px;
}

.m-top-80 {
    margin-top: 80px;
}

.m-top-100 {
    margin-top: 100px;
}

header {
    height: 150px;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: white;
    z-index: 100;
}

header #divlogo {
    padding-left:50px;
    padding-top:5px;
}
header #divlogo img {
    max-height: 130px;
    width: auto

}

header .icon {
    margin-top: 50px;

}

header .icon a {
    text-decoration: none;
}


header .icon .fa, header .icon .fas {
    font-size: 1.5rem;
    border-radius: 50%;
    padding: 8px;

}

header .icon .nbre {
    color: white;
    padding: 4px;
    font-size: 10px;
    font-weight: bold;
    position: absolute;
    line-height: 6px;
    border-radius: 50%;
    color: #fff;
    margin: -7px 0px;
    font-style: normal;
    font-family: 'Open Sans', Sans-Serif;
}

header .detail {
    font-size: 0.7rem;
    line-height: 1rem;
    text-align: left;
    padding-top: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;

}

header .detail #montant {
    font-weight: bold;
}


.navbar-brand {
    display:none
}
nav.navbar,#navSearch {
    top: 140px;
    z-index: 100;
    min-height: 50px;
    position: fixed;
    left: 0px;
    width: 100%;
    z-index: 100;
    border-bottom: 1px solid white;
}
#navSearch {
    display: none;
}
.navbar-dark .navbar-nav .nav-link {
    text-decoration: none;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
}

.nav-link {
    padding-bottom: 0px;
}

.searchIcon {
    float:right;
}
.searchIcon i {
    line-height: 2rem;
    font-size:1.5rem;
    color:white;

}
#txtSearch {
    width: 100%;
    padding:7px 5px 7px 5px;
}
#cboSearch {
    position:relative;
    top:2px;
    left:0px;
    width:100%;
    height:204px;
    background-color:white;
    border:1px solid #ccc;
    display:none;
    overflow: auto;


}
#cboSearch ul {
    padding:2px 5px ;
    margin:0px 5px;
}
#cboSearch ul li  {
    width:100%;
    list-style: none;
    margin:0px;
    padding:0px;
}
#cboSearch ul li a {
    color:#272727;
    text-decoration: none;

    padding:5px;
    width:100%;
}
#cboSearch ul li a.selected,#cboSearch ul li a:hover {
    background-color: #fafafa;
}

.slider, .slide {
    min-height: 500px;


}

.slider {
    background-color: #fff;
}

.slide .container, .slide .row, .slide .row div, .slide-inner {
    height: 100%;
    min-height: 500px;

}

.slide a {
    width: 100%;
    height: 100%;
    min-height: 500px;
    display: block;
    text-decoration: none;
}

.slide .row > div {
    padding: 10px;
    padding-bottom: 40px;
}

.slide-inner {
    background-size: cover;
    background-repeat: no-repeat;
    background-color: white;
    background-position: center center;
    border: 10px solid white;
    padding: 10px;
}

.slide .p_button {
    text-align: center;
    padding: 5px;

}


.parallax-window {
    min-height: 500px;
    background: transparent;
}

.about-story {
    position: relative;
}

.about-story .img-holder {
    position: relative;
    margin-top: 45px;
}

.about-story .icon-box {
    position: relative;
    margin: 30px 0 30px;

}

.about-story .icon-box .single-item {
    position: relative;
    padding-left: 70px;
    display: inline-block;
    margin-right: 60px;
}

.about-story .icon-box .single-item:last-child {
    margin-right: 0px;
}

.about-story .icon-box .icon {
    color: #9c9c9c;
    font-size: 45px;
    float: left;
    margin-right: 10px;
}

.about-story .icon-box .count {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
}

.about-story .icon-box .name {
    font-size: 20px;
    font-weight: 700;
}

.about-story .link a {
    font-size: 14px;
    text-transform: uppercase;
    color: #333;
    width: 150px;
    background: #f7f7f7;
    line-height: 50px;
    text-align: center;
    margin-top: 25px;
    font-weight: 700;
    border-radius: 0px;
}

.about-story .link a:hover {
    color: #fff;
}

#charte {
    background: white;
}

#rayon .onerayon {
    margin-top: 40px;
    margin-bottom: 40px
}


.jourslivraison {
    margin-bottom: 20px;

}

.jourslivraison > div {
    text-align: center;
    padding: 5px;
    border-right: 2px solid #fff;
}

.jourslivraison .no {
    background-color: #ccc;
    color: #777;
}


/*====================== call out =================*/
.call-out {
    position: relative;
    padding-top: 35px;
    padding-bottom: 5px;
    padding-left: 35px;
    padding-right: 35px;
}

.call-out h2 {
    position: relative;
    font-size: 36px;
    color: #fff;
    font-weight: 700;
}

.call-out p {
    position: relative;
    font-size: 16px;
    color: #fff;
    font-style: italic;
    margin-bottom: 25px;
}

.call-out .contact-box {
    position: relative;
}

.call-out form.contact-form {
    margin-bottom: 25px;
}

.call-out .contact-box .form-group {
    position: relative;
    display: inline-block;
    margin: 0 15px;
}

.call-out .contact-box .form-group:last-child {
    margin-right: 0px;
}

.call-out .contact-box .form-group {
    position: relative;
    display: inline-block;
}

.call-out .contact-box .form-group input {
    height: 50px;
    border: 1px solid transparent;
    padding: 0 10px;
    background: transparent;
    border-radius: 0;
    margin-bottom: 15px;
    background: #fff;
    padding: 0 20px;
}

.call-out .contact-box .form-group i {
    position: absolute;
    right: 12px;
    top: 17px;
    font-size: 18px;
}

.call-out .contact-box .form-group button {
    width: 150px;
    line-height: 50px;
    text-align: center;
    background: #fff;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 14px;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}

.contact-box .form-group button:hover {
    -webkit-transition: .5s ease;
    transition: .5s ease;
}

/*===================== contant page ===================*/

.single-contact_us {
    padding: 90px 0;
}

.single-contact_us h6 {
    color: #333;
    position: relative;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 10px 4px 0;
    top: -28px;
    display: inline;
    background: #fff;
}

.single-contact_us h5 {
    color: #333;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0px 0 30px 0;
}


/*catregories*/
.single-contact_us .list {
    position: relative;
    margin-left: 0px;
}

.single-contact_us .list li {
    position: relative;
    line-height: 32px;
    padding: 0px 0px 0px 90px;
    border: 1px solid #f1f1f1;
    margin-bottom: 20px;
    list-style-type: none;
}


.single-contact_us td, .single-contact_us th {
    color: #9c9c9c;
    font-size: 14px;
    font-weight: 400;
    padding-right: 20px;
    text-align: center;
}

.single-contact_us th {
    text-align: right;
}

.single-contact_us .list li a {
    display: block;
    color: #9c9c9c;
    font-size: 14px;
    font-weight: 400;
    padding: 8px 0px;
    line-height: 26px;
    text-decoration: none;
}

.single-contact_us .list li a i {
    margin-right: 15px;
    font-size: 20px;
    position: absolute;
    left: 27px;
    top: 0;
    line-height: 67px;
    border-right: 1px solid #f1f1f1;
    padding-right: 20px;
}

.single-contact_us .border-area {
    border: 1px solid #f1f1f1;
    padding: 20px;
    position: relative;
    margin-top: 50px;
}

/*======================*/

.single-contact_us .contact_in-box {
    padding-top: 0px;
}

.single-contact_us .contact_in-box h2 {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: #333;
    margin-bottom: 27px;
}

.single-contact_us .contact_in-box .theme_title {
    margin-bottom: 40px;
    margin-bottom: 40px;
}

.single-contact_us .contact_in-box .theme_title h2 {
    font-size: 24px;
    font-weight: 700;
}

.single-contact_us .contact_in-box input,
.single-contact_us .contact_in-box textarea,
.single-contact_us .contact_in-box select {
    width: 100%;
    border: 1px solid transparent;
    background: #f7f7f7;
    outline: none;
    padding-left: 20px;
}

.single-contact_us .contact_in-box input {
    height: 50px;
    line-height: 50px;
    margin-bottom: 30px;
}


.single-contact_us .contact_in-box button {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    padding-left: 38px;
    width: auto;
    padding-right: 38px;
    padding-top: 12px;
    padding-bottom: 14px;
    text-transform: uppercase;
    -webkit-transition: all 700ms ease 0s;
    transition: all 700ms ease 0s;
    border-radius: 0px;
    margin-top: 10px;
}

.single-contact_us .contact_in-box button i {
    margin: 0;
}

.single-contact_us .contact_in-box button:hover {
    background: #272727;
}

.single-contact_us form {
    width: 100%;
}

.grecaptcha-logo {
    margin-top: 10px;
}

/*==================== Google map ====================*/

#google-map-area {
    height: 450px;
    padding: 0px;
}

#google-map {
    height: 100%;
    width: 100%;
}


.wrapper {
    margin-top: 190px;
}
footer {
    position: relative;
}
/*============================ Footer =====================*/
footer {

    padding-top: 60px;
    background: #363636;
}
footer p, footer p strong, footer td, footer a {
    color:#fff !important;
    font-size:1rem !important;
}
footer .main_footer .footer_logo a.tran3s {
    width: 100%;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
}

footer .main_footer .footer_logo {
    padding-top: 18px;
}

footer .main_footer .footer_logo a.tran3s i {
    margin-right: 6px;
}

footer .main_footer .footer_logo p, footer .main_footer .footer_subscribe p {
    color: #ffffff;
    margin: 13px 0 22px 0;
}

footer .main_footer .footer_logo a.tran3s:hover {
    background: #fff;
}

footer .main_footer h5 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 30px 0 30px 0;
}

footer .main_footer .footer_news li span {
    color: #fff;
    font-size: 14px;
}

footer .main_footer .footer_news li span i {
    font-size: 16px;
    margin-right: 11px;
}

footer .main_footer .footer_news li p {
    color: #fff;
    line-height: 26px;
    margin: 14px 0 7px 0
}

footer .main_footer .footer_news li a i {
    margin-left: 8px;
}

footer .main_footer .footer_news li a:hover {
    color: #fff;
}

footer .main_footer .footer_news li {
    margin-bottom: 32px;
}

footer .main_footer .footer_subscribe p {
    font-weight: 500;
}

footer .main_footer .footer_subscribe form {
    position: relative;
    height: 50px;
    color: #5e6776;
    margin: 30px 0 15px 0;
}

footer .main_footer .footer_subscribe form input {
    height: 100%;
    width: 100%;
    border: none;
    color: #5e6776;
    font-weight: normal;
    padding: 0 52px 0 10px;
}

footer .main_footer .footer_subscribe form button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50px;
    text-align: center;
    font-size: 18px;
    color: #fff;
}


footer .main_footer .recent-posts .post {
    position: relative;
    font-size: 14px;
    margin-bottom: 15px;
    min-height: 50px;
    padding: 0px 0px 11px 95px;
    color: #cccccc;
}

footer .main_footer .recent-posts .post:last-child {
    border-bottom: 0px;
}

footer .main_footer .recent-posts .post .post-thumb {
    position: absolute;
    left: 0px;
    top: 12px;
    width: 81px;
    height: 82px;
}

footer .main_footer .recent-posts .post .post-thumb img {
    width: 100%;
    display: block;
}

footer .main_footer .recent-posts .post h4 {
    position: relative;
    top: 8px;
    font-size: 16px;
    font-weight: 700;
    margin: 0px 0px 15px;
    line-height: 20px;
    color: #333;
}

footer .main_footer .recent-posts .post .post-info {
    font-size: 14px;
    font-weight: 400;
    margin: 0px;
    line-height: 1.6em;
    color: #ffffff;
    font-style: italic;
}

footer .main_footer .recent-posts .post a:hover {
    -webkit-transition: .5s ease;
    transition: .5s ease;
}

footer .main_footer .recent-posts .post h4 a {
    color: #ffffff;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}

footer .main_footer .recent-posts .post .fa {
    font-size: 14px;
    margin-right: 6px;
}

/*catregories*/

footer .main_footer .list {
    position: relative;
    margin-left: 0px;
}

footer .main_footer .list li {
    position: relative;
    line-height: 32px;
    padding: 5px 0px 5px 0px;
    border-bottom: 1px dashed #3e3e3e;
    list-style-type: none;

}


footer .main_footer .list li a {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
}

footer .main_footer .list li a i {
    margin-right: 15px;
    font-size: 16px;
}

/*tags*/

footer .main_footer .popular-tags {
    margin-top: 25px;
}

footer .main_footer .popular-tags a {
    position: relative;
    display: inline-block;
    line-height: 24px;
    padding: 5px 9px;
    background: #2d2d2d;
    color: #fff;
    margin: 5px 3px;
    text-transform: capitalize;
    font-size: 14px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

footer .main_footer .popular-tags a:hover {
    color: #fff;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}

footer .main_footer .footer_contact .list li {
    border-bottom: 0px;
    padding: 2px 0px;
}

footer .main_footer {
    margin-bottom: 60px;
}

footer .main_footer td, footer .main_footer th, footer .main_footer td strong {
    color: #ffffff;
    padding-right: 10px;
}

/*footer bottom*/


footer .bottom_footer {
    padding: 10px 0;
    background: #2f2f2f;
    text-align: center;
}

.social_icon {
    text-align: center;
}

.social_icon li {
    display: inline-block;
    margin-right: 18px;
    margin-top: 5px;
}

.social_icon li a {
    color: #9c9c9c;
    font-size: 25px;
}

footer .bottom_footer h6 {
    font-size: 14px;
    color: #fff;
    margin-top: 15px;
}


.scroll-top {
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 90px;
    right: 50px;
    z-index: 99;
    display: none;
    color: #fff;
    text-align: center;
    background: #2f2f2f !important;
}

.scroll-top span:before {
    font-size: 27px;
}

.scroll-top:after {
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}


@media (max-width: 1366px) {
    .scroll-top {
        right: 20px;
    }
}


.tran3s {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    transition-delay: initial;
}


#webmaster {

    margin-top: 40px;
    padding: 20px 0px;
    background-color: black;
}

#webmaster p {
    padding: 0px;
    margin: 0px;
}

#webmaster a {
    color: lightgoldenrodyellow;
}

#sidebar_left, #sidebar_left p, #sidebar_left ul li a{
    font-size:1rem;
    color:#444444;
    margin-top:0px;

}
#sidebarBasket, #sidebarBasket p {
    font-size:0.9rem;
    color:#444444;

}

#sidebar_left,#sidebarBasket {
    background: #fff;
    color: #000;
    position: relative;
    z-index:0;
}
#sidebar_left.showSidebar,#sidebarBasket.showSidebar {
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
}
#sidebar_left ul {
    margin-left:0px;
}
#sidebar_left #sidebarCategories {
    margin-top:10px;
    margin-left:0px;
}
#sidebar_left #sidebarCategories i {
    font-size:0.7rem;
}
#sidebar_left li {
    list-style: none;
    margin:0px;
    margin-left:10px;
    padding:0px 0px;
}
#sidebar_left #sidebarCategories > li {
    margin-left:0px;
    padding:5px 0px;

}
#sidebarCategories li {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis	;

}
#sidebarCategories li a {
    text-decoration: none;

}

#sidebarBasket button {
    width:100%
}
.sidebarBasketProduit .colProdNom {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis	;
}

#sidebar_left.collapse {
    display: block!important;
    width:100%;
}

#sidebar_left.collapse.show {
    display: block!important;
    width:100%;
}


@media (max-width: 992px) {
    section {
        padding: 20px 0;
    }

    header {
        height: 70px;
    }
    header #divlogo {
        padding-left:5px;
        padding-top:5px;
    }
    header #divlogo img {
        max-height: 60px;
        width: auto;
    }

    header .icon {
        margin-top: 15px;

    }

    #panier_detail, #coordonnees {
        display: none;
    }
    #sidebar_left {
        width: 100%;
        position:fixed;
        z-index: 99;
        padding:0;
    }
    #sidebar_left,#sidebarBasket {
        height:50vh;
    }
    #sidebar_left .sticky-top {
        height:50vh;
    }
    #sidebar_left.collapse {
        display: none!important;
        width:100%;
    }

    #sidebar_left.collapse.show {
        display: block!important;
        width:100%;
    }

    nav.navbar,#navSearch {
        top: 70px;
    }

    .navbar-brand {
        display:block;
        padding-left:10px
    }

    .navbar-toggler {
        margin-right: 20px;
    }


    .wrapper {
        margin-top: 120px;
    }

    .slide .row .col-md-12 {
        height: 100%;
    }

    .slide .row .col-md-6 {
        height: 50%;
    }

    .slide .row .col-md-4 {
        height: 33%;
    }

    .slide .row > div {
        padding: 0px;
        padding-bottom: 0px;
        border-bottom: 4px solid white;

    }

    .slide-inner {
        border: 0px;
    }

    .slider, .slide, .slide .container, .slide .row, .slide .row div, .slide-inner, .slide a {
        min-height: 300px;
    }

    .slick-dots {
        visibility: hidden;
    }
}

@media (max-width: 992px) {
    li {
        font-size: 0.7rem;
    }
}

@media (min-width: 768px) {

}

#halles_gourmandes {
    background: rgba(150, 188, 13, 0.2);
}

.profil_fetes {


}


#contact {

}
#divEnvoyer {
    position:fixed;
    z-index :100000;
    width:100%;
    height:auto;
    background-color:darkred;
    bottom:0px;
    left:0px;
    color:#000;
    padding-bottom:10px;
}
#divEnvoyer p,#divEnvoyer strong {
    color:#fff;
    font-size: 1rem;
    text-align: center;

}
@media (max-width: 768px) {

    #divEnvoyer p,#divEnvoyer strong {
        font-size:0.8rem
    }
}
/*****************************************************************************
    Boutique
******************************************************************************/

#campagne {
    padding: 20px;
}

#campagne .pubImage {
    background-size: cover;
    background-position: center center;
    height: 200px;

}

#campagne .camDescription * {
    color: white !important;
}

.boutique {
    background-color: #fafafa;
}
.boutique h5, #homeProduits h5 {
    font-weight:bold;
}
.boutique .produit > .row, #homeProduits .produit > .row {
    background-color: white;
    box-shadow: 1px 1px 1px 1px #cccccc;
}
.boutique .produit.produitCampagne > .row, #homeProduits .produit.produitCampagne > .row {
    margin: 0px 1px;
}
.boutique .produit .produitPhoto, #homeProduits .produit .produitPhoto {
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    height: 200px;
    margin-bottom: 10px;
    background-color: #fafafa;
}

.boutique .produit .produitPhoto > a, #homeProduits .produit .produitPhoto > a {
    display:block;
    height:100%;
    width:100%;
}
.boutique .produit.produitEnAvant > .row {
    padding:10px;
}
.boutique .produit.produitEnAvant .produitPhoto {
    height: 100%
}
.boutique .produit.produitNonDisponible {
    color:#cccccc;
}
.boutique .produit.produitNonDisponible .produitPhoto {
    min-height: 200px;
    height:100%;
}

.boutique .produit .produitPhoto.noPhoto {
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    height: 200px;
    margin-bottom: 10px;
    background-color: white;

}

.boutique .produit.prereservation .produitPhoto {
    height: 100px;
}


.boutique .produit .produitPhotoTiming span,
.boutique .produit .produitProduitTiming span,
#homeProduits .produit .produitPhotoTiming span {
    background-color: rgba(150, 188, 13, 0.8);
    color: white;
    font-weight: bold;
    padding: 0px 5px;
}
#homeProduits .produit .cmdCommander {
    width:100%;
    color:black;
}

.boutique .produit h6 {
    font-size: 1rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 0px;

}

.boutique .produit.produitEnAvant h6 {
    font-size: 1.5rem;
    text-overflow: unset;
    white-space: normal;
    overflow: unset;
}

.boutique .produit.prereservation h6 {
    text-overflow: unset;
    white-space: normal;
    overflow: unset;
}

.boutique .produit .produitFournisseur {
    color: #888;
    text-transform: uppercase;
    font-size:0.8rem;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;

}
.boutique .produit .produitPrix {
    color: white;

}

.boutique .produit .produitPrix span {
    background-color: rgba(150, 188, 13, 1);
    color: white;
    font-weight: bold;
    padding: 0px 5px;

}

.boutique .produit .colProduitQuantite select{
    border: none;
    font-size: 1rem;
}
.boutique .produit .produitTiming select {
    border: none;
    font-size: 0.9rem;

}

.boutique .produit.prereservation .colProduitQuantite, .boutique .produit.prereservation .colProduitQuantite select, .boutique .produit.prereservation .produitTiming select {
    font-size: 0.9rem;
}

.boutique .produit .btn {
    width: 100%;
}

.boutique .produit .produitAdd .btn {
    color: white;
    font-size: 1.2rem;
}

.boutique .produit i.rotate {
    -webkit-animation: icofont-rotate 1.5s infinite linear;
    animation: icofont-rotate 1.5s infinite linear
}

@-webkit-keyframes icofont-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.boutique .produit .produitRowTimingAdd {
    background-color: #fafafa;
}

.boutique .produit .produitTiming span {
    font-size: 0.8rem;
}

.boutique .produit .legendeCond,.boutique .produit .legendePrixDuJour {
    margin-top: 15px;
    text-align: right;
}

.boutique .produit.prereservation .legendeCond {
    text-align:center;
}
.boutique .produit.prereservation .prodVTVAC {
    font-size:1.2rem
}
.boutique .produit.prereservation .colIcons i {
    font-size:1.5rem;
    padding:0px 10px;
}
.boutique .produit.prereservation .colIcons .changeLivDate {
    color:#986432;
}
.boutique .produit.prereservation .colIcons .prodDelete {
    color:tomato;
}
.boutique .produit.prereservation .rowLivDate, .boutique .produit.prereservation .rowDelete,.boutique .produit.prereservation.notavailable .rowNotAvailable {
    position:absolute;
    width:100%;
    height:100%;
    background-color: rgba(0,0,0,0.9);
    z-index: 2;
    color:white;
    display:none;
}
.boutique .produit.prereservation .cmdUpdateQt {
    display:none;
}
.boutique .produit.prereservation.notavailable .rowNotAvailable {
    background-color:rgba(204,204,204,0.7);
    visibility: visible;
}
#basketnav {
    font-size:0.9rem;
    background-color: #eaeaea;
}
#basketnav h6 {
    font-size:1rem;
}
#basketnav p {
    color:#272727;
    font-size:0.9rem;
    line-height: 1.1rem;
}

#basketnav .btn {
    width: 100%;
}
#basketnav .colTotal {
    font-size:1rem;
}
#basketnav .colLegendeTotal {
    font-size:0.8rem;
    text-align: justify;
}

#clientLogin1 {
    background-color: #fafafa;
    padding-bottom:20px
}
#clientLogin2 {
    background-color: #eaeaea;
    padding-bottom:20px
}
#clientform, #forgotpasswordform, #newpasswordform {
    background-color: #eaeaea;
    padding:10px;
}

@media (min-width: 768px) {
    .boutique .produit .produitPhotoTiming {
        position: absolute;
        top: 20px;
    }
}

@media (max-width: 992px) {
    .boutique .produit, .boutique .produit .colProduitQuantite select, .boutique .produit .produitTiming select, .boutique .produit .produitAdd .btn {
        font-size: 0.8rem;
    }

    .boutique .cmdMoins, .boutique .cmdPlus {
        padding: 0.5rem 0rem;
    }

    .boutique .produit .produitPhotoTiming {
        display: none;
    }

    .boutique .produit .produitPhoto, .boutique .produit .produitPhoto.noPhoto {
        height: 100%;
        min-height:150px;
        background-color: white;
        background-position: top center;
    }
    .basket.boutique .produit .produitPhoto, .basket.boutique .produit .produitPhoto.noPhoto {
        min-height: 80px;
    }
}
#homeCategories {
    background-color: #fafafa;
}

.homeLink > a, .homeLink > a:hover  {
    width:100%;
    height:100%;
    display:block;
    text-decoration: none;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border:1px solid #555;
    position:relative;
}

.campagnePriorite3,
.campagnePriorite2,
.campagnePriorite1,
.campagneCategorie,
.campagneFavori {
    height: 350px;
    width: 100%;
    margin-top: 10px;

}
.campagneCategorie {
    padding:5px;
}
.campagneFavori {
    padding-right:1px;
}


.campagnePriorite3 .campagneEtiquette,
.campagnePriorite2 .campagneEtiquette,
.campagnePriorite1 .campagneEtiquette{

    position:absolute;
    top:20px;
    left:0px;

}
.campagnePriorite3 .campagneNom,
.campagnePriorite2 .campagneNom,
.campagnePriorite1 .campagneNom{
    padding:5px 10px;
    margin:0px;
    color:white;
    font-size:0.8rem;
    font-weight: bold;
}
.campagnePriorite3.tosave .campagneNom,
.campagnePriorite2.tosave .campagneNom,
.campagnePriorite1.tosave .campagneNom {

    font-size:1.3rem;
}
.campagnePriorite3 .campagneDate,
.campagnePriorite2 .campagneDate,
.campagnePriorite1 .campagneDate{
    padding:5px 10px;
    margin:0px;
    border-top:1px solid white;
    background-color:#000000;
    color:white;
    font-size:0.9rem;

}

.campagnePriorite3 .campagneMessage {
    background-color: rgba(0, 0, 0, .8);
    height: 100%;
    padding:10px 20px;
}
.campagnePriorite2 .campagneMessage,
.campagnePriorite1 .campagneMessage,
.campagneFavori .campagneMessage {
    position: absolute;
    bottom:0;
    left:0;
    width:100%;
    background-color: rgba(0, 0, 0, .8);
    padding:10px 10px;
    margin:0px;
}
.campagneCategorie .campagneMessage {
    position: absolute;
    top:40%;
    width:100%;
    text-align: center;
    text-shadow: 1px 1px #000;

}
.campagnePriorite3 .campagneMessage h2,
.campagnePriorite2 .campagneMessage h2,
.campagnePriorite1 .campagneMessage h2,
.campagneCategorie .campagneMessage h2,
.campagneFavori .campagneMessage h2{
    font-size:1.8rem;
    color:#fff;
    text-align: center;
    padding-top:10px;
    text-transform: uppercase;
}
.campagnePriorite3.tosave .campagneMessage h2{
    font-size:3rem;
}
.campagnePriorite2 .campagneMessage h2 {
    font-size:1.6rem;
}
.campagnePriorite2 .campagneMessage h2 {
    font-size:1.4rem;
}
.campagnePriorite2.tosave .campagneMessage h2{
    font-size:2.5rem;
}

.campagnePriorite1.tosave .campagneMessage h2{
    font-size:2.2rem;
}

.campagneCategorie .campagneMessage h2 {
    font-size:1.8rem;
    word-wrap: break-word;
}
.campagneFavori .campagneMessage h2 {
    font-size:1rem;
}
.colHomeFavoris h1 {
    position:absolute;
    width:90%;
    text-align: center;
    z-index:1000;
    font-size:3rem;
    word-wrap: break-word;
    color:#fff;
    text-align: center;
    padding-top:40px;
    text-transform: uppercase;
    text-shadow: 1px 1px #000;

}

.campagnePriorite3 .campagneMessage p, .campagnePriorite3 .campagneMessage strong,
.campagnePriorite2 .campagneMessage p, .campagnePriorite2 .campagneMessage strong,
.campagnePriorite1 .campagneMessage p, .campagnePriorite1 .campagneMessage strong{
    color: white;
    text-align: justify;
}
.campagnePriorite3 .campagneMessage .campagneMessageContent,
.campagnePriorite2 .campagneMessage .campagneMessageContent,
.campagnePriorite1 .campagneMessage .campagneMessageContent{
    height: 80%;
    max-height:80%;
    overflow: hidden;
}
.campagnePriorite3 .campagneMessage button{
    width:100%
}
.campagneCategorie .campagneMessage button {
    text-align: center;
    position:absolute;
    bottom:10px;
}

#boutiqueMessage {
    background-color: #191919;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1000;
    padding: 20px;
    display: none;
}

#boutiqueMessage h6,
#boutiqueMessage p {
    font-size: 1.2rem;
    margin: 0px;
    color: white

}

#boutiqueMessage .btn {
    width: 100%
}
#selectedProduit {
    background-color:white;
}
#homeSelection {
    background-color: white;
}
#navCategories {
    background-color: #fafafa;
    padding:0;

}
.navCategorie {
    min-height: 120px;
    text-align:center;
    padding-top:30px;

    font-size:0.8rem;
    font-weight: bold;
    word-wrap: break-word;

}
.navCategorie a {
    width:100%;
    height:100%;
    text-decoration: none;
}
.navCategorie i {
    font-size:2rem;
}
.categorieIcon {
    width:25px;
    font-size:0.7rem
}
a[aria-expanded=false] .categorieIcon:before {
    content:"\f101";
    color:#444444;
}
a[aria-expanded=true] .categorieIcon:before {
    content:"\f103";

}

#navSearch {
    padding:5px;

}
#navSearch .fa {
    padding-top:5px;
    font-size:1.6rem
}
@media (min-width: 769px) {
    .campagnePriorite1.campagne-sm {
        display:none;
    }

}
@media (max-width: 768px) {
    .icon .hidden-sm {
        display:none;
    }
    .navbar {
        padding:0.5rem 0rem;
    }
    .navbar-toggler {
        padding:0.6rem 0.75rem;
    }
    .navbar-collapse {
        background-color:#fafafa;
        width: 100%;
        margin:0px;
        border-bottom:1px solid black;

    }
    .navbar .navbar-collapse .nav-link,.navbar .navbar-collapse .nav-link:active, .navbar .navbar-collapse .nav-link:visited {
        color:#797979
    }
    #navbar-search {
        display:none;
    }
    .campagnePriorite3 {
        display:none;
    }
    .campagnePriorite3.tosave {
        display:block;
    }

}

#htmlCliCodeEntreprise {
    font-weight: bold;
    color: black;
    border:1px solid #000000;
    padding:2px;
    text-align: center;
}
#frmClient_cmdCliCodeEntreprise {
    width:100%;
}
.depot,.paiement {
    padding:10px;
}
.depot > div,.paiement > div {
    height:100%;
    padding:10px;
}
.selectedDepot,.notSelectedDepot,.selectedPaiement,.notSelectedPaiement {
    border:1px solid #ccc;
}
.selectedDepot,.selectedPaiement {
    color:black;
    background-color:#fafafa;
    border:2px solid black;

}
.selectedDepot h6,.selectedPaiement h6 {
    font-weight: bold;
}
.campagnePriorite3.tosave {
    min-width: 760px;
}
.campagnePriorite2.tosave {
    min-width: 760px;
}
.campagnePriorite1.tosave {
    min-width: 380px;
}
#disclaimer {
    position:fixed;
    bottom:0;
    left:0;
    width:100%;
    background-color:#fafafa;

    padding:10px 0px;
    border-top:1px solid #666;
    z-index: 100000;
}
#disclaimer p {
    color:black;
}
.freepik {
    font-size:60%;
    text-decoration: none;
    color:#eee
}
.imgfb {
    display:none;
}




.sticky-top {
    top:200px;
    bottom:0;
    height:70vh;
    overflow-y:auto;
    overflow-x:hidden;
    padding-left: 10px;
    padding-right: 20px;
    margin-bottom: 50px;
}
/* width */
::-webkit-scrollbar {
    position:absolute;
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */

#contentWait {
    display:none;
    background-color:rgba(255,255,255,0.95);
    position: absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    z-index:90;
    padding:30vh;
}
#contentWait .fa-refresh{
    font-size:4rem;

}
.fa-refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
}
@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}

#infocoronavirus #cmdVoir {
    position:absolute;
    top : 10px;
    right:10px;


}


.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 24px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.switchslider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.switchslider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .switchslider {
    background-color: #2196F3;
}

input:focus + .switchslider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .switchslider:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
}

/* Rounded sliders */
.switchslider.round {
    border-radius: 34px;
}

.switchslider.round:before {
    border-radius: 50%;
}

.clientLivraison > .aSelect {
    padding:10px;
    border:1px solid #ccc;
    min-height:200px;

}
.clientLivraison.selectedClientLivraison .aSelect {
    border:2px solid #000;
    display:block;
    text-decoration: none;

}
.clientLivraison.selectedClientLivraison h6 {
    font-weight:bold;
}

.produitTiming.depHideDates > div, .produitPhotoTiming.depHideDates {
    display:none;
}
.specifyhourbusy {
    height:5px;
}
.specifyhourbusy0 {
    background-color: green;
}
.specifyhourbusy1 {
    background-color: greenyellow;
}
.specifyhourbusy2 {
    background-color: yellow;
}
.specifyhourbusy3 {
    background-color: orange;
}
.specifyhourbusy4 {
    background-color: red;
}
.specifyhourbusy5 {
    background-color: darkred;
}
.modal { overflow: auto !important; }
#homePopUp.modal {
    z-index:100001;
    padding-bottom:200px;
    background-color: rgba(0,0,0,80%);
}

.promotion {
    color:black;
    text-align: right;
    text-decoration: line-through;
    padding: 0px 5px;
    margin:0px;
    font-weight: bold;

}
.produitPhotoTiming.produitPhotoPromotion {
    display:block;
}
.boutique .produit .produitPhotoTiming.produitPhotoPromotion span, .boutique .produit .produitProduitTiming.produitPhotoPromotion span, #homeProduits .produit .produitPhotoTiming.produitPhotoPromotion span {
    display: block;
    background-color: black;
}

.boutique .carousel-indicators li {
    background-color:rgba(0,0,0,0.4);
}
.boutique .carousel-indicators li.active {
    background-color: #000;
}


#sidebarDivSearch .fa-close {
    font-size: 16px;
    cursor: pointer;
}

#sidebarResultSearch {
    display: none;

}
#sidebarResultSearch p {
    font-size:0.8rem;
}
#sidebarResultSearch ul {

    margin-left: 0px;
    width: 100%;
    padding: 0px;
    margin-top:5px;
    border:1px solid #000;


}

#sidebarResultSearch ul li {
    padding: 2px 2px;
    margin: 0px;
}

#sidebarResultSearch ul li a {
    display: block;
    font-size: 0.8rem;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #444;


}

#sidebarResultSearch ul li a:hover {
    color: white;
    background-color: #444;
}

#sidebarResultSearch ul li a:hover strong {
    color: white;
}

#sidebarBasket .fa-trash {
    color:tomato;
    cursor: pointer;
}
#txtSidebarSearch::placeholder {
    font-size:0.8rem;
    font-style: italic;
}
.fo-client-panier {
    box-shadow: 1px 1px 1px 1px #cccccc;
}
.fo-client-panier .bou-thanks {
    font-size: 0.9rem;
    border-top:1px solid #555
}
.fo-client-panier .bou-thanks * {
color:#555;
}
.variante-valeur-btn{
    font-size: 0.8rem;
    border-width: 2px;
}
.variante-valeur-btn-selected {
    font-weight: bold;
}
.variante-valeur-btn-disabled {
    border:1px solid #888888;
    color:#aaa;
    background-color: #fafafa;

}
.variante-valeur-btn-disabled:hover {
    border:1px solid #888888;
    color:#aaa;
    background-color: #fafafa;
}
.variante-valeur-color {
    width:25px !important;
    aspect-ratio:1/1;
    border-radius:50%;
    border:2px solid transparent;
}
.variante-valeur-color:hover {
    border:2px solid #000;
}
.variante-valeur-color-selected, .variante-valeur-color-selected:hover {
    border:2px solid #000;
}