/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css 


 */

body {
    font: 400 16px/26px "Muli";
    color: #000;
    background: #fff;
    line-height: 1.5;
}
img {
    border-style: none;
    width: auto;
}
a {
    color: #000;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
a:hover {
    color: #e16d38;
}
img {
    max-width: 100%;
    height: auto;
}
.row::after {
    display: none;
}
h1 {
    display: block;
    color: #191919;
    font: 700 38px "Muli";
    text-align: center;
    margin-bottom: 40px;
    text-transform: none;
}
h1 strong {
    font-weight: 300;
}
.h2, h2 {
    color: #191919;
}

h1::after,
.after::after{
    display: block;
    content:'\ ';
    background: #e16d38;
    height: 7px;
    width: 70px;
    border-radius: 15px;
    margin: 20px auto 0;
}

.lgcookieslaw_banner {
    background: #e16d38 !important;
    border-color: transparent !important;
    top: initial !important;
    bottom: 0;
}

.custom-checkbox label {
    color: #000;
    font-size: 12px;
}
.gdpr_module_1 .custom-checkbox label {
    color: #000;
}
#authentication .custom-checkbox label {
    color: #000;
}
.rgpd .custom-checkbox label {
    color: #fff !important;
}

body#checkout section.checkout-step h1::after {
    display: none;
}

/*.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px !important;
    margin-right: -15px !important;
}*/


.search-widget form input[type="text"]:focus {
    outline: 3px solid transparent !important;
}
.btn-primary {
    background-color: #16590d !important;
    border-color: #16590d !important;
    display: flex;
}
.btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
    background-color: #e16d38 !important;
    border-color: #e16d38 !important;
}
.product-actions .add-to-cart {
    padding-top: .4rem;
}
.btn-primary, .btn-secondary, .btn-tertiary {
    padding: .3rem 1.25rem;
}
.hvr-underline-from-left::before {
    background: #fff !important;
    height: 2px !important;
}
#incomm a.hvr-underline-from-left::before {
    background: #fff !important;
    height: 2px !important;
}

#header .header-nav {
    border-bottom: none;
    max-height: auto;
    margin-bottom: 0;
}
#header .header-top {
    padding-bottom: 0;
    background: #fff;
    min-height: 152px;
}
#header .header-top > div {
    background: none;
    padding-left: 2.969vw;
    padding-right: 2.969vw;
}
main {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}
#wrapper {
    background: #fff;
    box-shadow: inset 0 2px 5px 0 rgba(0,0,0,.11);
    padding-top: 0!important;
}
#index #wrapper {
    box-shadow: none;
    overflow: hidden;
}

.block-category {
    min-height: auto;
    margin-bottom: 1.563rem;
}
.block-category.card {
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
}

#product #wrapper {
    padding: 0 6VW;
}


#sb-popexit-body-inner {
    position: relative;
}
.pleasedontgo_popin {
    flex: 0 0 100%;
    max-width: 100%;
}
.pleasedontgo_popin #txt5_content {
    width: 100%;
}
.pleasedontgo_popin #txt3 {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
}

/**/
.nav-top {
    min-height: 45px;
    background-color: #fff;
    padding: 0 2.969vw;
    position: relative;
}
#contact-link {
    color: #e16d38;
    font-weight: 700;
    margin-left: 1.2rem;
}
#contact-link a {
    display: flex;
    align-items: center;
    border-left: 1px solid #e16d38;
        padding-left: 1.2rem;
        margin-left: 1.2rem;
}
#contact-link i {
   font-size: 25px;
   color: #e16d38;
}
#contact-link a:hover {
    color: #e16d38;
}
  
/**/
#header {
    color: #fff;
}
/*USER COMPTE*/
.user-cart {
    display: flex;
}
.user-cart > div {
    margin: 0 25px;
    line-height: 0;
    position: relative;
}

.user-info, .user-info a {
    color: #fff !important;
    display: flex;
    align-items: center;
    font-weight: 700;
}
.user-info i.fa-user::before {
    content: url(../img/user.png);
}

#contact-link a span{
    color: #fff;
}

/*USER PANIER*/
#header .header-nav .cart-preview.active {
    background: none;
}

.blockcart i.fa-shopping-cart::before {
    content: url(../img/panier.png);
}
.blockcart {
    font-weight: 700;
    position: relative;
}
.blockcart a {
    display: flex;
    align-items: center;
}
.cart-products-count {
    display: flex;
    justify-content: center;
    align-items: center;
    color:#fff;
    background:#16590d;
    border-radius: 35px;
    font-size: 18px;
    padding: 5px;
    width: 30px;
    height: 30px;
    font-weight: 700;
    margin-left: 0;
    position: absolute;
    left: 25px;
    top: 0;
}

/*RECHERCHE*/
.search-widget {
    min-width: 30rem;
}
.search-widget form input[type="text"] {
    padding: 7px 20px;
    color: #000;
    border-radius: 45px;
    border: 2px solid #e16d38 !important;
}
.search-widget form button[type="submit"] {
    bottom: 7px;
    color: #e16d38;
}
.search-widget form button[type="submit"] .search:hover {
    color: #79b927;
    cursor: pointer;
}

/* Menu */
#header .menu {
    display: flex;
    justify-content: center;
    align-items: center;
    background:#ececec;
    min-height: 86px;
}
ul#top-menu {
    margin-bottom: 0;
}
#header .menu > ul > li#category-3 a {
    
}
.top-menu a[data-depth="0"] {
    min-height: 86px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font: 700 19px 'Muli';
    padding: 0 1.042vw;
    color: #000 !important;
}
.dropdown-item:hover, .dropdown-item:focus {
    color: #fff;
    background-color: #e16d38;
}
#header .top-menu a[data-depth="0"]:hover {
    color: #fff !important;
}

.top-menu a[data-depth="1"]:hover,
.top-menu a[data-depth="2"]:hover,
.top-menu a[data-depth="3"]:hover {
    background-color:transparent;
    color:#e16d38 !important;
}

#_desktop_top_menu .top-menu a[data-depth="2"] {
    padding: 0 0 10px;
}
#_desktop_top_menu .top-menu a[data-depth="3"] {
    padding: 0 0 10px 15px;
}

#_desktop_top_menu .dropdown-item {
    white-space: inherit;
}
#_desktop_top_menu .top-menu .sub-menu ul[data-depth="1"] > li {
    float: left;
    margin: 20px;
    width: 16%;
    position: relative;
}
.top-menu a[data-depth="2"]::before,
.top-menu a[data-depth="3"]::before,
.top-menu a[data-depth="4"]::before {
    content: "\f054";
    display: inline-block;
    font-family: "FontAwesome";
    padding-right: 10px;
}




/**/
.carousel {
    box-shadow: none;
    margin-bottom: 0;
}
.carousel .carousel-inner {
    height: auto;
    margin-bottom: 0;
}
.carousel .carousel-control .icon-next:hover i, .carousel .carousel-control .icon-prev:hover i {
    color: #e16d38;
}
figure {
    margin: 0;
}

/**/
.left_carousel {
    background:#e16d38;
    padding: 0 !important;
}
.actualite_home {
    width: 100%;
    /* max-width: 1595px; */
    padding: 3vw 7vw;
    margin: 0 auto;
    /* height: 320px; */
    background-color: #2f6515;
}
.bcimg {
    display: flex;
    justify-content: start;
    align-items: center;
    background: url(../img/actualites.jpg) no-repeat center top/cover;
    min-height: 279px;
    padding: 30px 5.208vw;
}
.bcimg2 span.titr {
    display: block;
    color: #000;
    font-weight: 700;
    font-size: 35px;
    text-transform: uppercase;
    margin-bottom: 45px;
}
.bcimg2 span.titr::after {
    display: block;
    content: "";
    background: #e16d38;
    height: 7px;
    width: 70px;
    border-radius: 15px;
    margin: 20px 0 0;
}
.actu {
    background: #fff;
    padding: 2.344vw;
}

.contenu p, .contenu span{
    color: #000 !important;
}
.actu span.ti {
    display: block;
    font-size: 22px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 5px;
    letter-spacing: 0;
}
.actu span.date {
    display: block;
    color: #e16d38;
    font-size: 14px;
}
.actu span.txt {
    display: block;
    color: #000;
    font-weight: 400;
    text-align: left;
    font-size: 16px;
    margin-top: 25px;
}

/**/
.ctc {
    background:url(../img/contact.jpg) no-repeat center top/cover;
    width: 100%;
    min-height: 163px;
    color: #fff;
    padding: 25px;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.ctc span.ti {
    display: block;
    font-weight: 400;
    font-size: 16px;
}
.ctc span.phon {
    display: block;
    font-weight: 700;
    font-size: 26px;
}
.ctc span.mail {
    font-weight: 700;
    font-size: 21px;
}

/*Bloc texte*/
#custom-text {
    background:#fff;
    border-radius: 0;
    padding: 40px 15px;
    width: 100%;
    margin: 0 auto;
    max-width: 1300px;
}
#custom-text p {
    color: #000;
    font: 400 16px/30px "Muli";
    text-align: left;
    line-height: 1.5;
    margin: 0;
    padding: 5px 10px;
}

.btnt{
    color: #fff !important;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}
.btnt:hover {
    color: #e16d38 !important;
}
.btnt span {
    border-bottom: 1px solid #fff;
}



/*Produits*/
#index .featured-products {
    background: none;
    padding: 80px 0;
    min-height: auto;
    width: 100%;
    max-width: 1550px;
    margin: 0 auto;
}
.featured-products {
    background: none;
    padding: 80px 0;
    min-height: auto;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}
#products .products, 
.featured-products .products, 
.product-accessories .products, 
.product-miniature .products {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#products .products-section-title, 
.featured-products .products-section-title, 
.product-accessories .products-section-title, 
.product-miniature .products-section-title {
    display: block;
    color:#000;
    font: 700 38px "Muli";
    text-align: center;
    margin-bottom: 40px;
    text-transform: uppercase;
    padding: 0;
    letter-spacing: 0.01em;
}
#products .thumbnail-container,
.featured-products .thumbnail-container,
.product-accessories .thumbnail-container,
.product-miniature .thumbnail-container {
    height: 100%;
    min-height: auto;
    width: 348px;
    box-shadow: 0px 0px 4px 0 rgba(0,0,0,.2);
    margin-bottom: 0;
    overflow: hidden;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
#products .thumbnail-container:hover,
.featured-products .thumbnail-container:hover,
.product-accessories .thumbnail-container:hover,
.product-miniature .thumbnail-container:hover {
    box-shadow: none;
}
a.product-thumbnail {
    padding: 0;
    background: #fff;
}
#products .product-miniature,
.featured-products .product-miniature,
.product-accessories .product-miniature,
.product-miniature .product-miniature {
    margin:0 10px 25px;
    /*overflow: hidden;*/
}
#products img,
.featured-products img,
.product-accessories img,
.product-miniature img {
    margin-left: 0;
    max-width: 100%;
    height: auto;
}
#products .highlighted-informations, 
.featured-products .highlighted-informations, 
.product-accessories .highlighted-informations, 
.product-miniature .highlighted-informations {
    position: absolute;
    top: 25px;
    left: 25px;
    bottom: inherit;
    padding-top: 0;
    z-index: 0;
    background: #fff;
    text-align: center;
    width: 50px;
    height: 95px;
}

#products .variant-links, 
.featured-products .variant-links, 
.product-accessories .variant-links, 
.product-miniature .variant-links {
    position: absolute;
    width: 50px;
    top: 105px;
    background: #fff;
}
#products .highlighted-informations a, 
.featured-products .highlighted-informations a, 
.product-accessories .highlighted-informations a, 
.product-miniature .highlighted-informations a {
    color: #fff;
    padding: 0;
    border: none;
}
#products .highlighted-informations a:hover, 
.featured-products .highlighted-informations a:hover, 
.product-accessories .highlighted-informations a:hover, 
.product-miniature .highlighted-informations a:hover {
    color: #edf1bf;
}
.product-miniature .highlighted-informations a i.fa-eye::before {
    content: url(../img/eye.png);
}
.product-miniature .highlighted-informations a i.fa-shopping-cart::before {
    content: url(../img/cart.png);
}
#products .product-title, 
.featured-products .product-title, 
.product-accessories .product-title, 
.product-miniature .product-title {
    /* font: 400 26px "Muli"; */
    margin-top: 0;
    margin-bottom: 10px;
    border-top: none;
    padding-top: 0;
    padding-right: 5px;
    padding-left: 5px;
}
/* #products .product-title::after, 
.featured-products .product-title::after, 
.product-accessories .product-title::after, 
.product-miniature .product-title::after {
    display: block;
    content:'\ ';
    background: #e16d38;
    height: 5px;
    width: 25px;
    margin: 10px 0 0;
} */

#products .product-title a, 
.featured-products .product-title a, 
.product-accessories .product-title a, 
.product-miniature .product-title a {
    display: block;
    color:#261c1c;
    font: 400 20px "Muli";
    text-align: center;
    text-transform: none;
}
#products .product-title a:hover, 
.featured-products .product-title a:hover, 
.product-accessories .product-title a:hover, 
.product-miniature .product-title a:hover {
    color: #e16d38;
}
#products .product-price-and-shipping, 
.featured-products .product-price-and-shipping, 
.product-accessories .product-price-and-shipping, 
.product-miniature .product-price-and-shipping {
    font: 700 24px "Muli";
    position: relative;
    color: #e16d38;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 0;
}
.featured-products .product-miniature .product-flags .new {
    background: #e16d38;
    left: inherit;
    right: 5px;
    color: #fff;
    top: 5px !important;
    line-height: 17px;
    display: flex;
    align-items: center;
}
.product-flags {
    position: absolute;
    top: 0;
    width: 100%;
    margin-bottom: 0;
}
#products .product-miniature .product-flags .new {
    left: 5px;
}
#index .product-miniature .discount-percentage.discount-percentage {
    top: 5px !important;
    background: #e16d38 !important;
}
#products .product-miniature .discount-percentage.discount-percentage {
    top: 5px !important;
    background: #e16d38 !important;
}

li.product-flag {
    margin-top: 0;
}
.featured-products .product-miniature .discount-percentage {
    left: inherit; 
    top: -118px !important;
    font-size: 13px !important;
}
/* #products .highlighted-informations .quick-view:hover,
.featured-products .highlighted-informations .quick-view:hover,
.product-accessories .highlighted-informations .quick-view:hover,
.product-miniature .highlighted-informations .quick-view:hover {
    color: #edf1bf;
}
#products .highlighted-informations .quick-view,
.featured-products .highlighted-informations .quick-view,
.product-accessories .highlighted-informations .quick-view,
.product-miniature .highlighted-informations .quick-view {
    color: #4b4b4b;
    font-size: 25px;
    border-top: 1px solid #4b4b4b;
    padding-top: 5px;
    margin-top: 5px;
} */

#products .product-description, 
.featured-products .product-description, 
.product-accessories .product-description, 
.product-miniature .product-description {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background: #fff !important;
    width: 100%;
    bottom: 0;
    color: #4b4b4b;
    padding: 15px 0 25px;
    min-height: 145px;
    height: auto;
    position: relative;
    box-shadow: none !important;
}
#products .thumbnail-container:focus .product-description::after,
#products .thumbnail-container:hover .product-description::after,
.featured-products .thumbnail-container:focus .product-description::after,
.featured-products .thumbnail-container:hover .product-description::after,
.product-accessories .thumbnail-container:focus .product-description::after,
.product-accessories .thumbnail-container:hover .product-description::after,
.product-miniature .thumbnail-container:focus .product-description::after,
.product-miniature .thumbnail-container:hover .product-description::after {
    border-top: none;
}
#products .product-description p, 
.featured-products .product-description p, 
.product-accessories .product-description p, 
.product-miniature .product-description p {
    background:none;
    color: #000 !important;
    font: 400 20px/26px 'Muli';
    margin: 0 !important;
}
#products .regular-price,
.featured-products .regular-price,
.product-accessories .regular-price,
.product-miniature .regular-price {
    color: #797171;
}
li.product-flag {
    background: none!important;
}
li.product-flag.on-sale {
    background: #e16d38 !important;
    font: 700 15px/40px "Muli" !important;
    width: 85px !important;
    height:38px;
    border-radius: 35px;
    margin: 0;
    text-transform: none !important;
    padding: 0 !important;
    right: 5px;
    top: 1rem!important;
    margin-top: 0 !important;
}

#products .thumbnail-container:hover .overler-view,
.featured-products .thumbnail-container:hover .overler-view, 
.product-accessories .thumbnail-container:hover .overler-view, 
.product-miniature .thumbnail-container:hover .overler-view {
    top: 0;
}
#products .thumbnail-container .overler-view,
.featured-products .thumbnail-container .overler-view, 
.product-accessories .thumbnail-container .overler-view, 
.product-miniature .thumbnail-container .overler-view {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    transition: all .4s ease-in-out;
    width: 100%;
    height: 300px;
    background-color: rgba(0, 0, 0, .5);
}
.quick-view-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #e16d38;
    color: #fff !important;
    font: 400 18px "Muli";
    width: 225px;
    min-height: 50px;
    margin-bottom: 15px;
}
.quick-view-btn:hover {
    background: #000;
}
.quick-view-btn.a {
    background: #000;
}
.quick-view-btn.a:hover {
    background: #e16d38;
}

.product-images > li.thumb-container > .thumb {
    max-width: 140px;
}



/*détails produits*/
.product-price {
    color: #e16d38;
    font-size: 30px;
}
#product #content {
    max-width: 100%;
}
.product-images > li.thumb-container > .thumb.selected, .product-images > li.thumb-container > .thumb:hover {
    border: 3px solid #e16d38;
}
#product h1.titrprod {
    text-align: left;
}

h1.titrprod {
    color: #231f20;
    font: 400 38px "Muli";
    text-transform: none;
    text-align: center;
}
h1.titrprod::before,
h1.titrprod::after {
    display: none;
}

.product-information p {
    font-size: .9375rem;
    color: #232323;
}
.tabs .nav-tabs .nav-link.active {
    color: #e16d38;
}
.tabs .nav-tabs .nav-link.active, .tabs .nav-tabs .nav-link:hover {
    border-bottom: 3px solid #e16d38;
}
/*Modal produit*/
#blockcart-modal .product-name {
    color: #e16d38;
}
#blockcart-modal .cart-products-count {
    position: relative;
    bottom: 0;
    left: 0;
    width: auto;
    height: auto;
    border-radius: 0;
    color: #bba04f;
    background: none;
    text-align: left;
}

/*Page contact*/
.contact-rich .block .icon i {
    color: #e16d38;
}
.form-control:focus, .input-group.focus {
    outline: .1875rem solid #e16d38;
}
.form-control:focus {
    border-color: #e16d38;
}
.bootstrap-touchspin .group-span-filestyle .btn-touchspin, 
.group-span-filestyle .bootstrap-touchspin .btn-touchspin, 
.group-span-filestyle .btn-default {
    background: #e16d38;
}


/*reasurance*/
.reasurance_col {
    padding: 0 2.969vw;
    min-height: 263px;
    width: 100%;
    background: #e16d38;
} 
.reasurance_col a {
	display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    color: #fff !important;
    text-align: center;
}
.reasurance_col a span {
	margin-top: 10px;
}
.reasurance_col a b {
	font-weight: 400;
    text-transform: none;
}
/* .reasurance_col span.li {
    background: url(../img/livraison.png) no-repeat center bottom/contain;
    padding-bottom: 35px;
}
.reasurance_col span.pa {
    background: url(../img/payment.png) no-repeat center bottom/contain;
    padding-bottom: 35px;
} */


/*Encarts*/
.encarts {
    padding: 27px 0;
    min-height: 355px;
    width: 100%;
    background: #79b927;
}
.encarts > div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    min-height: 300px;
    padding-left: 4.167vw;
}
.encarts span.ti {
    display: block;
    font-weight: 700;
    font-size: 1.979vw;
    line-height: 2.083vw;
    color: #000;
    text-align: left;
}
.encarts a {
    display: block;
    font-weight: 700;
    font-size: 1.042vw;
    color: #e16d38 !important;
    text-align: left;
    border-bottom: 1px solid #e16d38;
    padding-bottom: 2px;
    margin-top: 25px;
}
.encarts .enca1 {
    background: url(../img/pic1.jpg) no-repeat center top/cover;
}
.encarts .enca2 {
    background: url(../img/pic2.jpg) no-repeat center top/cover;
}
.encarts .enca3 {
    background: url(../img/pic3.jpg) no-repeat center top/cover;
} 




/*Footer*/
#footer {
    padding: 0;
}
.footer-container {
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 25px;
    box-shadow: none;
    background: #16590d;
    min-height: 353px;
    clear: both;
    overflow: inherit;
}


.footer-container {
    background:#16590d url(../img/fond-footer.jpg) no-repeat center/cover;
}

.footer-container .container-fluid {
    padding-left: 2.969vw;
    padding-right: 2.969vw;
}
.titrfoot, .titrfoot a {
    display: block;
    color: #fff !important;
    font-size: 22px;
    text-align: center;
    text-transform: none;
    font-weight: 400;
}
.titrfoot {
    margin-bottom: 15px;
}

.block-contact {
    border-left: none;
    padding-left:15px !important;
    color: #fff;
}
.footer-container li a {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 18px;
    padding-bottom: 5px;
}
.footer-container li a:hover {
    color: #000;
}

.adres {
    display: block;
    text-align: center;
    font-size: 18px;
    margin-bottom: 0;
    line-height: 30px;
    color: #fff;
}
.block-contact .fbk {
    display: flex;
    justify-content: center;
    align-items: center;
    color:#fff;
    font-size: 18px;
}

.links .row .wrapper:first-child {
    display: inline-block;
}
.links .row .wrapper:first-child ul li {
    display: block;
    /*width: 50%;
    float: left;*/
}

.footer_right {
    min-height: 543px;
    background: url(../img/footer_right.jpg) no-repeat center top/cover;
}


@media(max-width: 767px) {

    .titrfoot, .titrfoot a {
        text-align: left;
    }

    .footer-container li a {
        display: block;
        text-align: start;
        color: #fff;
    }

    
    .adres {
        text-align: left;
    }
    .block-contact .fbk {
        display: flex;
        justify-content: start;
        align-items: center;
    }

    /*NEWSLETTER*/
.block_newsletter {
    display: flex;
    justify-content: start !important;
}   

.block-contact{
    margin: 10px 0 !important;
}
   
}


@media (min-width: 992px) {
    #product-modal .modal-content .modal-body {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
    margin-left : 0;
}
    #product-modal .modal-dialog {
         max-width: 900px !important;
    }
    #product-modal .modal-content .modal-body .mask.nomargin {
        margin-top : 0
    }
    #product-modal .modal-content .modal-body .product-images {
        /* display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important; */
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;margin-left: 1rem;
    } 
}


/*NEWSLETTER*/
.block_newsletter {
    display: flex;
    justify-content: center;
}
.block_newsletter p {
    color: #fff;
}
.block_newsletter h4 {
    color: #f0e47b;
}
.block_newsletter > div {
    width: 235px;
}
.block_newsletter input.btn {
    border: 1px solid #e16d38;
    color: #fff !important;
    text-transform: uppercase;
    padding: 5px 10px;
    margin: 20px auto 0;
    background-color: #e16d38 !important;
    border-radius: 45px;
    width: 100%;
}
.block_newsletter input.btn:hover {
    background-color: #fff !important;
    color: #e16d38 !important;
}
.block_newsletter form input[type="email"] {
    border: none;
    border-bottom: 2px solid #fff;
}
.block_newsletter form input[type="email"]:focus {
    border: 3px solid #e16d38;
}

.element {
    display: flex;
}

/*Paiement et sécurisé*/
#block_paiement_infos{

}
#block_paiement_infos .paiement_infos {

}
#block_paiement_infos .paiement_infos a {
    display: block;
}
#block_paiement_infos .paiement_infos .a::after {
    display: block;
    content: '\ ';
    background: 
    #382415;
    height: 5px;
    width: 50px;
    margin: 25px 0 0;
}
#block_paiement_infos .paiement_infos .a {

}

/*copyright*/
#incomm {
    color: #fff !important;
    font-size: 14px;
    padding: 1rem;
    min-height: 50px;
    margin: 0;
    background-color: #000;
}
#incomm a {
    padding-bottom: 0;
    color: #fff !important;
}
/*copyright*/

.headerTop .toplogo {
    margin-left: 0px;
}

/* .block-contact .adres span {
    white-space: nowrap;
} */

li.product-flag.online-only {
    top: 5vw!important;
    color: #e16d38!important;
}
li.product-flag {
    box-shadow: none!important;
}
.has-discount.product-price, .has-discount p {
    color: #e16d38 !important;
}
#product-availability .product-last-items, #product-availability .product-unavailable {
    color: #e16d38 !important;
}
.has-discount .discount {
    background: #e16d38 !important;
}
.product-cover .layer:hover {
    opacity: 0!important;
}

#product .span_zoom {
    position: absolute;
    z-index: 9999999999999;
    bottom: 15px;
    right: 25px;
    display: block;
    padding: 10px 0;
    text-align: right;
    font: 300 14px/20px "Roboto", sans-serif!important;
    color: #000;
    width: 136px;
    background: none;
}
#product .span_zoom:after {
    font-family: "FontAwesome";
    color: #000;
    font-size: 18px;
    line-height: 22px;
    content: "\f00e";
    font-weight: normal;
    margin: 0 0 0 4px;
}
#index .thumbnail-container .product-flags .online-only {
    display: none;
}
#category .thumbnail-container .product-flags .online-only {
    display: none;
}

#index .thumbnail-container #traffic_light_container {
    display: none;
}
#category .thumbnail-container #traffic_light_container {
    display: none;
}

/***infobulle******/

.product-cover .tooltiptext {
    width: 160px;
    color: #000;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 50%;
    margin-left: 29px;
    transition: opacity 1s;
    
    /* Fade in tooltip - takes 1 second to go from 0% to 100% opac: */
    opacity: 0;
    transition: opacity 1s;
}

.product-cover:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

#footer .footer-container #footer_account_list li:nth-of-type(5) {
    display: none!important;
}
#product .nav-tabs .nav-item:nth-child(2) {
    display: none;
}

.countryMsg {
    font-size: 12px;
    color: #ff0000;
}
.block-promo .cart-summary-line .label, .block-promo .promo-name {
    color: #ff0000!important;
}

/* partie paiement */
#checkout #payment-option-1-container, #payment-option-2-container, #payment-option-3-container {
    display: flex;
    align-items: center;
    border: 2px solid #688C32;
    margin: 10px;
    padding: 5px;
}
#checkout #payment-option-1-container label {
    margin-bottom: 0!important;
}
#checkout #payment-option-2-container label {
    margin-bottom: 0!important;
}
#checkout #payment-option-3-container label {
    margin-bottom: 0!important;
}
#checkout .payment-options .custom-radio input[type=radio]:checked+span {
    background-color: #688C32!important;
}

.msg-shipping {
    font-size: 12px;
    color: orange;
}

/*Affichage zoom page produit*/
/* #product-modal .modal-content .modal-body{
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
} */
#product-modal .modal-content .modal-body .arrows .arrow-down {
    position: absolute;
    bottom: -2.5rem;
}
@media(max-width: 767px) {

    #product #wrapper {
        padding: 0;
    }
    #product .product-container > div {
        padding-left: 0;
        padding-right: 0;
    }
    #product .product-images > li.thumb-container > .thumb {
        max-width: 80px;
    }
    #product .product-price {
        font-size: 25px;
    }
    #product .has-discount .discount {
        font-size: 12px;
      }
    #product .add .product-actions .add-to-cart {
        padding: .3rem 0.25rem;
    }

    


    #product .tabs .nav-tabs {
        display: flex;
        white-space: nowrap;
        font-size: 12px;
        flex-wrap: nowrap;
    }
    #header .header-top > div,#header, #header .header-nav {
        /* background: #e16d38; */
        color: #000;
    }
    #header .header-top {
        min-height: 50px;
        background: #fff;
    }
    #header {
        padding-bottom: 15px;
        background: url(../img/header.jpg) no-repeat center top;
    }
    #header .header-top > div {
        padding-left: 2.969vw;
    }

    #_desktop_contact_link {
        display: none;
    }
    #header .header-top > div {
        padding-bottom: 0;
    }
    .mobile {
        width: 100%;
    }
    .nav02 {
        display: flex;
        justify-content: flex-end;
        padding: 15px;
    }
    .nav2 {
        position: absolute;
        top: 31px;
        right: 95px;
        /*width: 50%;*/
    }
    #header .header-top .search-widget {
       /* right: -67px;*/
        width: 250px;
    }
    
    #header .header-nav .blockcart.active {
        margin: 0;
        padding: 0;
    }
    #header .header-nav .cart-preview.active a, #header .header-nav .cart-preview.active i {
        font-size: 23px;
        color: #000;
    }
    .blockcart i.fa-shopping-cart::before {
        content: "\f07a";
    }
    .cart-products-count {
        left: 15px;
        width: 20px;
        height: 20px;
    }
      #header .header-nav .user-info {
        margin-top: 7px;
      }



    .user-cart > div {
        margin: 0;
    }
    #header .header-nav .top-logo {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: 0;
        margin-bottom: 25px;
    }
    #header .header-nav .top-logo a img {
        max-height: 100%;
    }
   

    .featured-products {
        padding: 50px 15px 0;
    }
    #products .products-section-title, 
    .featured-products .products-section-title, 
    .product-accessories .products-section-title,
    .product-miniature .products-section-title {
        font-size: 23px;
        margin-bottom: 50px;
    }
    #products .thumbnail-container,
    .featured-products .thumbnail-container,
    .product-accessories .thumbnail-container,
    .product-miniature .thumbnail-container {
        width: 295px;
        min-height: auto;
    }
    #products .product-description,
    .featured-products .product-description,
    .product-accessories .product-description,
    .product-miniature .product-description {
        padding: 20px 5%;
        min-height: auto;
    }
    .featured-products .product-miniature .product-flags .new {
        top: 5px !important;
    }
    

    .reasurance_col {
        padding: 2.969vw;
    }
    .reasurance_col a {
        margin-bottom: 30px;
    }

    .footer-container {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .links .title {
        border-bottom: none;
        padding-left: 0;
        padding-right: 0;
        font-weight: 400;
    }
    .footer-container .links .h3 {
        font-size: 22px;
        color: #fff;
        text-transform: none;
        letter-spacing: 0.1em;
    }
    .links .navbar-toggler {
        color: #fff;
    }
    .linksf {
        padding: 0;
    }

    .block_newsletter {
        margin-top: 25px;
        margin-bottom: 25px;
        border-bottom: none;
    }

    .encarts {
        padding: 15px;
    }
    .encarts > div {
        margin-bottom: 10px;
    }
    .encarts span.ti {
        font-size: 10vw;
        line-height: 10.083vw;
    }
    .encarts a {
        font-size: 6vw;
    }

    #custom-text {
        padding: 5vw;
    }
    h1 {
        font-size: 30px;
    }

    .ctc span.mail {
        font-size: 16px;
    }

    .titrfoot, .titrfoot a {
        display: inline-block;
    }
    
   
}
@media (min-width: 768px) {
    .nav2 {
        position: relative;
    }

    #_desktop_user_info {
        border-left: 1px solid #e16d38;
        padding-left: 1.2rem;
        margin-left: 1.2rem;
    }
    #product-modal .modal-content .modal-body .product-images {
        margin-left: 0;
    }
    #product-modal .modal-content .modal-body .mask.nomargin {
        margin-top: 2.188rem;
    }

}
@media (min-width: 768px) and (max-width: 991px) {
    #header {
        padding: 0;
    }
    #header .header-top > div {
        padding-left: 2.969vw;
    }
    #_desktop_logo {
        margin-bottom: 25px;
    }
    .user-cart {
        margin-top: 25px;
    }
  
    .reasurance_col a {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .reasurance_col {
        padding: 2.969vw;
    }

    #custom-text {
        padding: 5vw;
    }

    .encarts {
        padding: 27px;
    }
    .encarts > div {
        margin-bottom: 15px;
    }
    .encarts span.ti {
        font-size: 4.948vw;
        line-height: 5.208vw;
    }
    .encarts a {
        font-size: 2.604vw;
    }

    .footer-container .container-fluid {
        padding-left: 0;
    }

    .block_newsletter {
        margin-bottom: 50px;
        margin-top: 0;
    }

}

@media (max-width: 990px) {
    #header .header-top .search-widget {
        /* right: -67px; */
        width: 350px;
    }
}



#header .header-top,  #header {
    background:#2f6515;
}


@media (min-width: 992px) {


    /* CSS SUR LA FICHE DE PRODUIT */

   /* .product-cover {
        width:80% !important;
    }

    .product-images>li.thumb-container>.thumb {
        max-width:auto !important;
        margin: 0 1.04vw;

    }

    li.product-flag.online-only {
        left: 100px;
        right: 0;
        margin: 0 auto;
    }

    #product-modal .modal-content .modal-body {
        margin-left: -26%!important;
        width: 150%!important;
    } */

    #header {
        
    }
    .headerTop, .headerBottom {
        padding-left: 0;
        padding-right: 0;
    }
    #header .header-top > div {
       
    }
    #header .header-top,  #header {
        background: url(../img/Fond-header.jpg) no-repeat left/contain, url(../img/Header-right.jpg) no-repeat right/contain;
    }
    .headerTop {
        min-height: 80px;
    }
    .headerBottom {
        
    }

    .bg_slid {
        position: relative;
    }
    .contenus {

    }



    a#scrollBottom {
		text-align: center;
        z-index: 100;
        width: 82px;
		position: absolute;
		bottom: 10.417vw;
		right: 0;
		left: 0;
		margin: 0 auto;
		animation-duration: 2.5s;
		animation-iteration-count: infinite;
	}

    

}

@media (min-width: 992px) and (max-width: 1365px) {
 
    .search-widget {
        min-width: 16rem;
    }

    .featured-products {
        padding-left: 20px;
        padding-right: 20px;
    }
    #products .thumbnail-container,
    .featured-products .thumbnail-container,
    .product-accessories .thumbnail-container,
    .product-miniature .thumbnail-container {
        width: 280px;
    }

    .reasurance_col {
        padding-left: 15px;
        padding-right: 15px;
    }
    .reasurance_col a {
        font-size: 16px;
    }

    .featured-products .product-miniature .product-flags .new {
        top: 220px !important;
    }

    .footer-container .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }
  
    .user-cart > div {
        margin: 0 10px;
    }
    #header .header-top > div {
       
    }

}

@media (min-width: 1170px) and (max-width: 1365px) {
  
    #products .thumbnail-container,
    .featured-products .thumbnail-container,
    .product-accessories .thumbnail-container,
    .product-miniature .thumbnail-container {
        width: 360px;
    }
}

@media (min-width: 1366px) {
    #header .header-top > div {
        
    }
    .container {
        width: 100%;
        max-width: 1280px;
    }
    
}

.breadcrumb {
    margin: 1rem 0 !important;
}

@media (min-width: 1366px) and (max-width: 1599px) {

    .search-widget {
        min-width: 25rem;
    }
    
    .block_newsletter p {
        font-size: 14px;
    }

    .footer-container .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }

    #products .thumbnail-container, .featured-products .thumbnail-container, .product-accessories .thumbnail-container, .product-miniature .thumbnail-container {
        width: 300px;
    }

    .encarts {
        min-height: 270px;
    }
    .encarts > div {
        min-height: 215px;
        background-size: contain !important;
    }

    .reasurance_col {
        padding: 30px 1vw;
    }

    .reasurance_col a {
        font-size: 17px;
    }

    
}


#custom-text,#category-description {
    text-align: left;
}

#custom-text h2,#category-description h2{
    margin-left: 80px;
}

#custom-text h2::before, #category-description h2::before {
    content: url("img/h2.png");
    display: block;
    margin-left: -70px;
    margin-bottom: -20px;
    scale: 0.8;
    width: 50px;
    height: 50px;
  }

  #custom-text h3, #category-description h3 {
    color: #16590d;
    font-size: 1.4em;
    margin: 10px 20px;
  }

  #custom-text h3 strong, #category-description h3 strong{
    font-weight: 700;
  }

#custom-text ul,#category-description ul {
    margin-left: 30px;
}

#custom-text ul li,#category-description ul li {
    list-style-image: url("img/puce.png");
}

#custom-text table,#category-description table{
  margin:20px 0px;
}

.boites {
    padding: 0px 20px;
    border: 1px solid #e16d38;
}


.boitess {
    box-shadow: 0px 0px 2px #CCC;
    padding: 20px;
}

#custom-text ul li, #category-description ul li {
    line-height: 24px;
}

#custom-text ul li,.block-category #category-description ul li, .block-category #category-description p,#custom-text p {
    font-size: 16px;
    color: #222;
}

#custom-text h2, #category-description h2 {
    margin-left: 80px;
    text-transform: none;
    color: #e16d38 !important;
    font-weight: 700;
  }

#custom-text h2 strong, #category-description h2 strong {
    color: #e16d38 !important;
    font-weight: 700;
}

.importantes, .importantes strong {
    color: #e16d38 !important;
  }

  /*consentmanager custumer*/
.cmpbox {
    border-top: solid 12px #008000!important;
  }
  .cmpbox, .cmpbox > {
    font-family: "Montserrat",s a+ns-serif !important;
    font-weight: 500 !important;
  }
  .cmpboxbtnyes, A.cmpboxbtnyes, A.cmpboxbtnyes:link {
    background-color: #008000 !important;
  }
  .cmpboxbtnno, A.cmpboxbtnno, A.cmpboxbtnno:link {
    background-color: #B8121A !important;
  }
  .cmpboxhl {
    font-size: 15pt !important;
    font-family: 'Montserrat',sans-serif !important;
  }
/*consentmanager*/

//div.payment-options > div#card-fields,
//div#payment-option-1-container, div#card-fieIds
//{display: none!important}
